/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 0.975rem;
  line-height: 1.6;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.225rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.875rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.475rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.125rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 0.975rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.825rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.85rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.85rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.725rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 0.975rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border-radius: 0.1875rem;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  font-size: 16px;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #ff5252;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 84, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_kidsacademy_pro/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #ff5252;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 3, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 24, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 26, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 {
  text-align: center;
}
/* line 28, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 30, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 31, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 42, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 43, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 48, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 50, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 54, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 61, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 70, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 {
  text-align: center;
}
/* line 72, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 74, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 75, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 86, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 87, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 92, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 94, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 98, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 105, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 114, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 {
  text-align: center;
}
/* line 116, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 118, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 120, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 131, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 132, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 138, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 141, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 145, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
/* line 152, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 161, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 {
  text-align: center;
}
/* line 163, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 165, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-top: -60px;
}
/* line 168, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 178, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 181, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 186, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 188, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 192, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 199, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc {
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 206, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc:before {
  content: '“';
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 115px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-style: normal;
}
/* line 216, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style4 .jl-testimonial-item-content .jl-testimonial-desc:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 30px;
  border: 12px solid transparent;
  border-top-color: #fff;
}
/* line 228, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 {
  text-align: center;
}
/* line 230, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 232, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 233, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 243, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 246, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
}
/* line 252, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 254, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 258, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 265, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-desc {
  border-top: 3px solid #077080;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 273, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.top .style5 .jl-testimonial-item-content .jl-testimonial-desc:before {
  content: "";
  border-bottom: 12px solid #077080;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 14%;
  color: #aaa;
  font-size: 20px;
}
/* line 289, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 291, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 {
  text-align: center;
}
/* line 293, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 295, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 296, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 307, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 308, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 313, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 315, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 319, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 326, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 335, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 {
  text-align: center;
}
/* line 337, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 339, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 340, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 351, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 352, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 357, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 359, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 363, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 370, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 379, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 {
  text-align: center;
}
/* line 381, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 383, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 385, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 396, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 397, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 403, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 406, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 410, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
/* line 417, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style3 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
/* line 426, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 {
  text-align: left;
}
/* line 428, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content {
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #faf8d4;
}
/* line 432, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #eee;
  border-left: 50px solid #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 443, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-image {
  text-align: right;
  margin-bottom: -60px;
}
/* line 446, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 80px;
  width: 80px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 456, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info {
  padding-top: 10px;
}
/* line 458, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 463, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 465, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 469, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1;
}
/* line 476, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style4 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 486, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 {
  text-align: center;
}
/* line 488, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 490, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 491, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  height: 120px;
  width: 120px;
  border: 5px solid #fff;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 501, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
  padding: 20px;
}
/* line 504, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
}
/* line 510, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
}
/* line 512, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 516, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 523, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-desc {
  border-bottom: 3px solid #077080;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  text-align: left;
}
/* line 531, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.bottom .style5 .jl-testimonial-item-content .jl-testimonial-desc:after {
  content: "";
  border-top: 12px solid #077080;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 14%;
  color: #aaa;
  font-size: 20px;
}
/* line 548, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 550, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 {
  text-align: center;
}
/* line 552, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 554, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 556, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 561, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    padding-top: 20px;
  }
}
/* line 567, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 573, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 576, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 580, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 587, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 598, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 {
  text-align: center;
}
/* line 600, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 601, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 602, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 608, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: left;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    margin-top: 20px;
  }
}
/* line 614, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct {
  box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);
  background: #fff;
  padding: 25px;
  position: relative;
}
/* line 619, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
  content: '';
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  left: -4px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    left: 50%;
    top: -18px;
  }
}
/* line 637, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 643, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 646, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 650, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 657, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.left .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 670, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 672, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 {
  text-align: center;
}
/* line 674, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content {
  padding: 20px;
}
/* line 676, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 678, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 684, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: right;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    padding-top: 20px;
  }
}
/* line 690, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 696, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 699, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 703, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 710, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style1 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 721, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 {
  text-align: center;
}
/* line 723, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 724, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
/* line 725, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-image .jl-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
}
/* line 731, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info {
  text-align: right;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 737, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct {
  box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);
  background: #fff;
  padding: 25px;
  position: relative;
}
/* line 742, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
  content: '';
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  bottom: 50%;
}
@media only all and (max-width: 50.938rem) {
  .jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-item-info-ct:before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    right: 47%;
    bottom: -15px;
  }
}
/* line 760, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-name {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
/* line 766, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars {
  line-height: 1;
  padding-top: 10px;
}
/* line 769, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-stars i {
  color: #fff46e;
}
/* line 773, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-info .jl-testimonial-title {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  line-height: 1;
}
/* line 780, templates/jl_kidsacademy_pro/custom/scss/_testimonial.scss */
.jl-testimonial .jl-testimonial-item.right .style2 .jl-testimonial-item-content .jl-testimonial-desc {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 24px;
  padding: 10px 0 0;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 3, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 4, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content {
  margin-bottom: 20px;
}
/* line 7, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav {
  display: inline-block;
}
/* line 11, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
  border-radius: 3px;
}
/* line 20, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > * > *:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #00bcd4;
  color: #00bcd4;
}
/* line 28, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-pill > .uk-active > * {
  color: #00bcd4;
  border-color: #00bcd4;
}
/* line 33, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > * > * {
  padding: 3px 8px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
  border-radius: 3px;
}
/* line 40, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > * > *:hover {
  box-shadow: none;
  color: #ff5252;
}
/* line 46, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-filter .jl-portfolio-filter-content .uk-subnav-line > .uk-active > * {
  color: #ff5252;
}
/* line 52, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 53, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 54, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 56, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-special {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  text-align: center;
  z-index: 2;
  right: 0;
}
/* line 65, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-special span {
  font-size: 14px;
  color: #fff;
  background: #ff5252;
  text-transform: uppercase;
  padding: 64px 35px 0px 20px;
  width: 200px;
  text-align: center;
  display: block;
  position: absolute;
  left: -45px;
  top: -45px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(40deg);
  box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
  box-sizing: content-box;
}
/* line 92, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 93, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 94, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 95, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 96, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 97, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 98, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background {
  background: rgba(255, 255, 255, 0.7);
}
/* line 101, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 102, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 110, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 120, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #f0f0f0;
}
/* line 125, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 126, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f002";
  margin-left: 3px;
}
/* line 132, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 133, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 143, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: #fff;
  padding: 15px;
  text-align: center;
}
/* line 148, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}
/* line 157, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 163, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style1 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 175, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 176, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 177, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 178, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 179, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 180, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 181, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 182, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link {
  text-align: center;
}
/* line 184, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 192, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 202, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #fff;
}
/* line 207, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 208, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 214, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 215, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 225, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: transparent;
  padding: 0 0 15px;
  text-align: center;
}
/* line 229, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
/* line 238, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 244, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style2 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 256, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 257, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 258, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 259, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 261, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 262, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 269, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background: #444;
}
/* line 278, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-before {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
/* line 301, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
/* line 328, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link {
  text-align: center;
}
/* line 330, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 338, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 348, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:hover:after, .jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:hover:after {
  background: #fff;
}
/* line 353, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 354, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 360, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 361, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 368, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info {
  background: transparent;
  padding: 15px 0 0;
  text-align: center;
}
/* line 372, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
/* line 381, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 387, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style3 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 403, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 404, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 405, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 406, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content {
  position: relative;
}
/* line 408, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 410, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content:hover .jl-portfolio-item-after {
  opacity: 1;
}
/* line 417, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after {
  position: absolute;
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
/* line 428, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after:before {
  background-color: rgba(255, 255, 255, 0.8);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  content: '';
  position: absolute;
}
/* line 437, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link {
  text-align: center;
  position: relative;
  z-index: 10;
}
/* line 441, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 448, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #444;
  border: 1px solid #444;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 459, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:hover:after, .jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:hover:after {
  background: #444;
  color: #fff;
}
/* line 465, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 466, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-zoom:after {
  content: "\f03e";
  margin-left: 3px;
}
/* line 472, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 473, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 480, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info {
  background: transparent;
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
/* line 486, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #444;
  text-transform: capitalize;
}
/* line 495, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 501, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style4 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-after .jl-portfolio-item-info .jl-portfolio-item-tags {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 515, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 516, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 517, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 518, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 519, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 520, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 521, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background {
  background: rgba(255, 255, 255, 0.7);
}
/* line 524, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 525, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom {
  font-size: 14px;
  line-height: normal;
  outline: none;
  text-decoration: none;
  margin: 0 5px;
}
/* line 533, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  font-family: FontAwesome;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 543, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:hover:after, .jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:hover:after {
  background: #f0f0f0;
}
/* line 547, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 548, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-zoom:after {
  content: "\f002";
  margin-left: 3px;
}
/* line 553, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
/* line 554, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-img .jl-portfolio-item-overlay .uk-overlay-background .sup-link .link-item:after {
  content: "\f0c1";
  margin-right: 5px;
}
/* line 563, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info {
  background: #fff;
  padding: 15px;
  text-align: center;
}
/* line 568, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}
/* line 578, templates/jl_kidsacademy_pro/custom/scss/_portfolio.scss */
.jl-portfolio .style5 .jl-portfolio-item .jl-portfolio-item-container .jl-portfolio-item-content .jl-portfolio-item-info .jl-portfolio-item-description {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #b2b2b2;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
/* line 3, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_kidsacademy_pro/custom/scss/_joomlacontent.scss */
.jl-joomlacontent .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 3, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .uk-slideset-nav {
  margin-top: 10px;
}
/* line 6, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .uk-slider-nav {
  margin-top: 10px;
}
/* line 9, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 13, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 18, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 24, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 25, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 31, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
/* line 33, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
/* line 38, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #333;
}
/* line 43, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
}
/* line 48, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 15px;
}
/* line 52, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a {
  padding: 0 10px;
}
/* line 54, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-facebook {
  color: #3498db;
}
/* line 57, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-twitter {
  color: #26c4f1;
}
/* line 60, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-google-plus {
  color: #e93f2e;
}
/* line 63, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-pinterest {
  color: #b81621;
}
/* line 66, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-github {
  color: #444;
}
/* line 69, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style1 .jl-member-item-content .jl-member-icon a .fa-linkedin {
  color: #007bb6;
}
/* line 77, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 78, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
/* line 81, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 82, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 83, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 84, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content:hover .jl-member-item-img .jl-member-icon .jl-member-ic {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 92, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 93, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 15px;
}
/* line 97, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
}
/* line 107, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 111, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 115, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 119, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic i {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  margin: 0 5px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.41);
}
/* line 128, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 129, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-facebook:hover {
  background: #3498db;
}
/* line 133, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 134, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-twitter:hover {
  background: #26c4f1;
}
/* line 138, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 139, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-google-plus:hover {
  background: #e93f2e;
}
/* line 143, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 144, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-pinterest:hover {
  background: #b81621;
}
/* line 148, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 149, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-github:hover {
  background: #444;
}
/* line 153, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 154, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-item-img .jl-member-icon .jl-member-ic .fa-linkedin:hover {
  background: #007bb6;
}
/* line 161, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info {
  padding: 15px;
}
/* line 163, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
/* line 168, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
/* line 173, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style2 .jl-member-item-content .jl-member-info .jl-member-desc {
  font-size: 14px;
  color: #fff;
}
/* line 181, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 182, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-item-content {
  text-align: center;
  background: #2c3e50;
}
/* line 186, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info {
  padding: 15px;
}
/* line 188, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
/* line 193, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
  padding-bottom: 10px;
}
/* line 199, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-desc {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
/* line 207, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon {
  padding-top: 20px;
}
/* line 209, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon i {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  margin: 0 5px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #4fc1e9;
}
/* line 219, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 220, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-facebook:hover {
  background: #3498db;
  border-color: #3498db;
}
/* line 225, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 226, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-twitter:hover {
  background: #26c4f1;
  border-color: #26c4f1;
}
/* line 231, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 232, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-google-plus:hover {
  background: #e93f2e;
  border-color: #e93f2e;
}
/* line 237, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 238, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-pinterest:hover {
  background: #b81621;
  border-color: #b81621;
}
/* line 243, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 244, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-github:hover {
  background: #444;
  border-color: #444;
}
/* line 249, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 250, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style3 .jl-member-info .jl-member-icon .fa-linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}
@keyframes fade {
  /* line 259, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
  0% {
    opacity: 0;
  }
  /* line 263, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
  100% {
    opacity: 1;
  }
}
/* line 268, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 269, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content {
  position: relative;
}
/* line 271, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 272, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
/* line 273, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-item-img:before {
  opacity: 1;
}
/* line 277, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-info {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* line 280, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content:hover .jl-member-info .jl-member-desc {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s;
}
/* line 288, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content .jl-member-item-img {
  margin-right: 52px;
  position: relative;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
/* line 294, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-item-content .jl-member-item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 10px 10px 0 10px;
}
/* line 309, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info {
  position: absolute;
  padding: 25px;
  text-align: left;
  background: transparent;
  top: 0;
  margin-right: 52px;
}
/* line 316, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-name {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
}
/* line 323, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-role {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
/* line 328, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-info .jl-member-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* line 338, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon {
  position: absolute;
  background: #2bcdc0;
  padding: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  border-radius: 0 10px 10px 0;
}
/* line 346, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
/* line 351, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:hover {
  color: rgba(0, 0, 0, 0.5);
}
/* line 355, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic:not(:first-child) {
  border-top: 1px solid #fff;
}
/* line 358, templates/jl_kidsacademy_pro/custom/scss/_member.scss */
.jl-member .jl-member-item.style4 .jl-member-icon .jl-member-ic i {
  display: inline-block;
}
@media only all and (max-width: 47.938rem) {
  /* line 2, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
  /* line 3, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
  .jl-tabs-container .uk-tab-top .jl-tab-nav, .jl-tabs-container .uk-tab-grid.uk-tab-bottom .jl-tab-nav {
    width: auto;
  }
}
/* line 8, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container {
  border: 1px solid #ddd;
}
/* line 10, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab {
  margin: 0;
}
/* line 12, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 13, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 14, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > .jl-tab-nav.uk-active a:before {
  content: "";
  position: absolute;
}
/* line 20, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 21, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > li > a {
  text-align: center;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #333;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
/* line 30, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab > li > a:hover {
  color: #333;
}
/* line 35, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive {
  margin: 0;
  cursor: pointer;
}
/* line 38, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 41, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive a {
  color: #444;
}
/* line 44, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .uk-dropdown {
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
}
/* line 48, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-tab-responsive .uk-dropdown a {
  color: #444;
}
/* line 53, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 54, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab .uk-active a {
  color: #00bcd4;
}
/* line 60, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .tabs-content {
  padding: 30px;
}
/* line 63, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 64, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 65, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 66, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top > .jl-tab-nav.uk-active a:before {
  border-top: 3px solid transparent;
  border-top-color: #00bcd4;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 76, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 77, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 78, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 79, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom > .jl-tab-nav.uk-active a:before {
  border-bottom: 3px solid transparent;
  border-bottom-color: #00bcd4;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 89, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 90, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 91, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 92, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left > .jl-tab-nav.uk-active a:before {
  border-left: 3px solid transparent;
  border-left-color: #00bcd4;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 102, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 103, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 104, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
/* line 105, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right > .jl-tab-nav.uk-active a:before {
  border-right: 3px solid transparent;
  border-right-color: #00bcd4;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 115, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top li.jl-tab-nav {
  border-left: 1px solid #ddd;
}
/* line 118, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-top li.jl-tab-nav:first-child {
  border-left: 0px;
}
/* line 121, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom li.jl-tab-nav {
  border-left: 1px solid #ddd;
}
/* line 124, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-bottom li.jl-tab-nav:first-child {
  border-left: 0px;
}
/* line 127, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left li.jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 130, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-left li.jl-tab-nav:first-child {
  border-top: 0px;
}
/* line 133, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right li.jl-tab-nav {
  border-top: 1px solid #ddd;
}
/* line 136, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-container .uk-tab-right li.jl-tab-nav:first-child {
  border-top: 0px;
}
/* line 140, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.top, .jl-tabs-item-content.bottom {
  padding: 20px;
}
/* line 143, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.left {
  padding: 20px 20px 20px 0;
}
/* line 146, templates/jl_kidsacademy_pro/custom/scss/_tabs.scss */
.jl-tabs-item-content.right {
  padding: 20px 0 20px 20px;
}
@font-face {
  font-family: 'lg';
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot?n1z373')%20}}');
  src: url('../../../../{{%20url('gantry-theme:/fonts/lg.eot#iefixn1z373')%20}}') format("embedded-opentype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.woff?n1z373')%20}}') format("woff"), url('../../../../{{%20url('gantry-theme:/fonts/lg.ttf?n1z373')%20}}') format("truetype"), url('../../../../{{%20url('gantry-theme:/fonts/lg.svg?n1z373#lg')%20}}') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.lg-backdrop.in {
  opacity: 0.85;
}
/* line 11, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}
/* line 14, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
/* line 18, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
/* line 22, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}
/* line 25, templates/jl_kidsacademy_pro/custom/scss/_lightgallery.scss */
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel {
  text-align: center;
}
/* line 4, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-slideset-nav {
  margin-top: 10px;
}
/* line 7, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-slider-nav {
  margin-top: 10px;
}
/* line 10, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > .uk-active > * {
  background: #fff;
  border-color: #777;
}
/* line 14, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  background: #777;
}
/* line 19, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .uk-dotnav > * > *:hover {
  background: #fff;
  border-color: #777;
}
/* line 25, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
/* line 26, templates/jl_kidsacademy_pro/custom/scss/_carousel.scss */
.jl-carousel .jl-carousel-item a {
  text-decoration: none;
}
/* line 1, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.uk-accordion-title:not(.uk-active) > .i-close {
  display: initial;
}
/* line 4, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.uk-accordion-title:not(.uk-active) > .i-open {
  display: none;
}
/* line 8, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.uk-accordion-title.uk-active > .i-open {
  display: initial;
}
/* line 12, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.uk-accordion-title.uk-active > .i-close {
  display: none !important;
}
/* line 15, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.i-close.right, .i-open.right {
  float: right;
}
/* line 18, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
/* line 19, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
/* line 20, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-title {
  color: #222;
  border: 0px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-weight: 400;
}
/* line 29, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-title.uk-active {
  border-bottom: 2px solid #00bcd4;
}
/* line 32, templates/jl_kidsacademy_pro/custom/scss/_accordion.scss */
.jl-accordion .uk-accordion .uk-accordion-content {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
@media only screen and (max-width: 900px) {
  /* line 2, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 20px !important;
  }
  /* line 15, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 50%;
    line-height: 87px;
    text-decoration: none !important;
  }
  /* line 27, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  ul.flip {
    padding-left: 0px !important;
  }
  /* line 32, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 25px !important;
    height: 40px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
  }
  /* line 44, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -46px !important;
    color: black;
    text-shadow: none;
  }
  /* line 51, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.minutes .flip-clock-label {
    right: -49px !important;
  }
  /* line 54, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.seconds .flip-clock-label {
    right: -49px !important;
  }
  /* line 57, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.top {
    top: 13px !important;
  }
  /* line 60, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.bottom {
    bottom: 44px !important;
  }
  /* line 64, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 80px !important;
  }
  /* line 72, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px !important;
    width: 60px;
    height: 90px;
    font-size: 65px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
  }
  /* line 84, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    line-height: 43px !important;
  }
  /* line 87, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot {
    display: block;
    background: #323434;
    width: 7px !important;
    height: 7px !important;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 6px !important;
  }
}
@media only screen and (max-width: 450px) {
  /* line 101, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 10px !important;
  }
  /* line 114, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 50%;
    line-height: 87px;
    text-decoration: none !important;
  }
  /* line 125, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 13px !important;
    height: 28px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 4px;
    background: #000;
  }
  /* line 137, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -30px !important;
    font-size: 10px;
    color: black;
    text-shadow: none;
  }
  /* line 145, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.minutes .flip-clock-label {
    right: -35px !important;
  }
  /* line 148, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider.seconds .flip-clock-label {
    right: -35px !important;
  }
  /* line 151, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.top {
    top: 11px !important;
  }
  /* line 154, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot.bottom {
    bottom: 56px !important;
  }
  /* line 158, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 16px !important;
    height: 80px !important;
  }
  /* line 166, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 1px !important;
    width: 60px;
    height: 90px;
    font-size: 65px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 4px !important;
    background: #000;
  }
  /* line 178, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-wrapper ul li {
    line-height: 30px !important;
  }
  /* line 181, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
  .flip-clock-dot {
    display: block;
    background: #323434;
    width: 4px !important;
    height: 4px !important;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 6px !important;
  }
}
/* line 194, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
.jl-countdown-container {
  text-align: center;
}
/* line 196, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
@media only all and (min-width: 51rem) and (max-width: 59.938rem) {
  .jl-countdown-container .counter-block {
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 50.938rem) {
  .jl-countdown-container .counter-block {
    margin-bottom: 10px;
  }
}
/* line 205, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
.jl-countdown-container .number, .jl-countdown-container .word {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 210, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
.jl-countdown-container .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  color: #fff;
  background: -webkit-linear-gradient(#ff1f1f, #ff1f1f 50%, #ff5252 50%, #ff5252 100%);
  background: linear-gradient(#ff1f1f, #ff1f1f 50%, #ff5252 50%, #ff5252 100%);
}
@media only all and (max-width: 50.938rem) {
  .jl-countdown-container .number {
    font-size: 1.5rem;
    width: 85px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 228, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
.jl-countdown-container .word {
  font-size: 17px;
}
@media only all and (max-width: 50.938rem) {
}
/* line 236, templates/jl_kidsacademy_pro/custom/scss/_countdown.scss */
.jl-countdown {
  display: inline-block;
  width: auto !important;
  text-align: center;
}
@media only all and (min-width: 51rem) and (max-width: 59.938rem) {
  .jl-countdown {
    width: 100%;
  }
}
@media only all and (max-width: 50.938rem) {
  .jl-countdown {
    width: 100%;
  }
}
/*# sourceMappingURL=custom_46.css.map */