@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900);
@import "http://font-style: em;googleapis.com/css?family=Open+Sans)";
.first-letter:first-letter, .post .post-preview .post-title:first-letter, .blog .post-preview .post-title:first-letter {
  text-transform: capitalize;
}

body {
  font-family: "Merriweather", sans-serif;
}

/* mixin for multiline */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}

#timeline .timeline-list li {
  margin: 0 0 3em 0;
  padding: 0 2em 0em 2em;
  position: relative;
}

#timeline .timeline-list {
  padding-bottom: 1em;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  -webkit-animation: reveal 2s 0 ease both 1;
  animation: reveal 2s 0 ease both 1;
}

#timeline .timeline-list:before {
  content: "";
  border-left: 5px solid #CCC;
  left: -0.25em;
  top: 2em;
  height: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: scaleVertical 3s 1s ease both 1;
  animation: scaleVertical 3s 1s ease both 1;
}

#timeline .timeline-list:after {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0px;
  left: -0.8em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #DDD;
  border: 5px solid #DDD;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: revealScaleUp 0.75s 2.82s ease both 1;
  animation: revealScaleUp 0.75s 2.82s ease both 1;
}

#timeline .timeline-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.25em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #02aa9d;
  border: 5px solid #fff;
  -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
  animation: revealScaleUp 0.75s 0s ease both 1;
}

#timeline .timeline-list li .content {
  -webkit-animation: revealFromLeft 0.5s 0s ease both 1;
  animation: revealFromLeft 0.5s 0s ease both 1;
}

#timeline .timeline-list li:nth-child(1):before {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

#timeline .timeline-list li:nth-child(1) .content {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

#timeline .timeline-list li:nth-child(2):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#timeline .timeline-list li:nth-child(2) .content {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#timeline .timeline-list li:nth-child(3):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

#timeline .timeline-list li:nth-child(3) .content {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

#timeline .timeline-list li:nth-child(4):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#timeline .timeline-list li:nth-child(4) .content {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

@-webkit-keyframes revealFromLeft {
  0% {
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes revealFromLeft {
  0% {
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scaleVertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes scaleVertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes revealScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes revealScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Globals*/
/*-- body{
    background: $maincolor;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, 'trebuhet ms',HelveticaNeue, arial;
    height: 100%;
    line-height: 20px;
}
--*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
p{
    line-height: 2.0em;
}
h1{
    font-size: 3.0em;
    line-height: 40px;
}
a{
    text-decoration:none;
    color: $maincolor + rgba(30,30,30,0.92) ;
}
a:hover{
    color: #fff;
}
img{
    max-width:100%;
}

.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

header{
    padding: 30px 20px;
    background: $maincolor + rgba(20,20,20,0.92);
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-download{
    background: $maincolor - rgba(20,20,20,0.92);
    color: $maincolor + rgba(80,80,80,0.92) ;
    padding: 20px 50px;
    display: inline-block;
    @include prefix(border-radius, 5px);
    &:hover{
        background: $maincolor + rgba(50,50,50,0.92);
    }
}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
    @include clearfix;
}

footer{
    margin-top: 30px;
    background: $maincolor - rgba(20,20,20,0.92);
    color: $maincolor + rgba(80,80,80,0.92) ;
    padding: 20px 0;
    text-align:left;
    font-size: 0.9em;
}
*/
/*Animation Effect*/
@keyframes anima {
  from {
    margin-top: -50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    margin: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes anima {
  from {
    margin-left: -20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    margin-left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

@media screen and (max-width: 560px) {
  .wrapper {
    padding: 20px;
  }
}

/*------------------------------------------|
|   Title: InContent;                       |
|   Author: Bruno Rodrigues;                |
|   URL: bit.ly/BrunoTw                     |
|------------------------------------------*/
/*--- CONTENT STRUCTURE ---*/
.pic {
  max-width: 300px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  display: inline-block;
  -webkit-animation: anima 2s;
  -moz-animation: anima 2s;
  -o-animation: anima 2s;
  -ms-animation: anima 2s;
  animation: anima 2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pic-3d {
  -webkit-perspective: 500;
  -moz-perspective: 500;
  -o-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pic-caption {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.92);
  padding: 10px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pic-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pic:hover .pic-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pic-title {
  font-size: 1.8em;
}

/*All classes with similar attribute*/
a, a:hover,
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*--- EFFECTS AND TRANSITIONS ---*/
.pic:hover .bottom-to-top,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/*Bottom to Top*/
.bottom-to-top {
  top: 50%;
  left: 0;
}

.pic:hover .bottom-to-top {
  top: 0;
  left: 0;
}

/*Top to Bottom*/
.top-to-bottom {
  bottom: 50%;
  left: 0;
}

.pic:hover .top-to-bottom {
  left: 0;
  bottom: 0;
}

/*Left to Right*/
.left-to-right {
  top: 0;
  right: 50%;
}

.pic:hover .left-to-right {
  right: 0;
  top: 0;
}

/*Right to Left*/
.right-to-left {
  top: 0;
  left: 50%;
}

.pic:hover .right-to-left {
  left: 0;
  top: 0;
}

/*Rotate in*/
.rotate-in {
  -webkit-transform: rotate(90deg) scale(0.1);
  -moz-transform: rotate(90deg) scale(0.1);
  -o-transform: rotate(90deg) scale(0.1);
  -ms-transform: rotate(90deg) scale(0.1);
  transform: rotate(90deg) scale(0.1);
  top: 0;
  left: 0;
}

.pic:hover .rotate-in {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

/*Rotate out*/
.rotate-out {
  -webkit-transform: rotate(90deg) scale(3);
  -moz-transform: rotate(90deg) scale(3);
  -o-transform: rotate(90deg) scale(3);
  -ms-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  top: 0;
  left: 0;
}

.pic:hover .rotate-out {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

/*Open Up*/
.open-down {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  top: 0;
  left: 0;
}

.pic:hover .open-down {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

/*Open down*/
.open-up {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 0;
  left: 0;
}

.pic:hover .open-up {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

/*Open Left*/
.open-left {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0;
}

.pic:hover .open-left {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*Open Right*/
.open-right {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  top: 0;
}

.pic:hover .open-right {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*Open Come In*/
.come-left {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
  -moz-transform: rotateY(90deg) rotateX(90deg);
  -o-transform: rotateY(90deg) rotateX(90deg);
  -ms-transform: rotateY(90deg) rotateX(90deg);
  transform: rotateY(90deg) rotateX(90deg);
  left: 0;
  top: 0;
}

.pic:hover .come-left {
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}

/*Open Come Out*/
.come-right {
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  -moz-transform: rotateY(-90deg) rotateX(-90deg);
  -o-transform: rotateY(-90deg) rotateX(-90deg);
  -ms-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  left: 0;
  top: 0;
}

.pic:hover .come-right {
  -webkit-transform: rotateY(0) rotateX(0);
  -moz-transform: rotateY(0) rotateX(0);
  -o-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}

@media screen and (max-width: 560px) {
  .pic {
    max-width: 400px;
    max-height: 300px;
    display: block;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    margin: 10px auto;
  }
}

.parallax {
  /* The image used */
  /* Set a specific height */
  height: 20em;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.5em 0 0.5em 0;
}

/* Enable Bootstrap Hover Drop Downs */
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/****Global Var*****/
/*****Var****/
a:hover {
  cursor: pointer;
}

.page-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

section {
  padding: 0.5em;
}

footer {
  padding: 2em 1em 2em 1em;
  color: #dad2d2;
  background: #757573;
  text-align: center;
}

footer ul {
  text-align: left;
}

footer ul li {
  padding-bottom: 0.5em;
}

footer a {
  color: #dad2d2;
}

footer .footercol {
  padding-bottom: 0.5em;
}

footer .footer-contact h3 {
  font-weight: bold;
}

footer .footer-contact .list-info {
  width: fit-content;
  margin: auto;
  padding: 0.5em;
  font-size: 1.2em;
}

footer .footer-contact .list-info li a .fa-li {
  color: white;
}

footer .footer-contact .list-info li a .fa-li .fas.fa-phone {
  padding-top: 0.8em;
}

footer .footer-contact .list-info .icon-mtc img {
  width: 1.9em;
  position: relative;
  top: 0.35em;
  border: 1px red solid;
}

footer .footer-contact .list-info .icon-viber {
  font-size: 1.6em;
  color: blueviolet;
  background: white;
  border: white 3px solid;
}

footer .footer-contact .social_icons {
  font-size: 0.65em;
}

footer .footer-contact .social_icons li {
  margin-right: 0.3em;
}

footer .website {
  padding: 0;
}

footer .website ul {
  text-align: center;
}

footer .website ul li {
  display: inline-flex;
}

footer .website ul li .category {
  text-transform: capitalize;
}

footer .website ul li .name {
  margin-left: 0.3em;
  text-align: left;
}

footer .website .copyrigth {
  text-align: center;
}

#toTop {
  display: none;
  width: 27px;
  height: 19px;
  overflow: hidden;
  background: url(../img/totop.png) 0 bottom no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 60px;
  z-index: 999;
}

#toTop:hover {
  background-position: 0 0;
}

#toTop:active, #toTop:focus {
  outline: none;
}

.social_icons {
  display: inline-flex;
}

.social-color a {
  color: white;
}

.social-color .fab.fa-facebook-f {
  color: #3b5998;
}

.social-color .fab.fa-vk {
  color: #4c75a3;
}

.social-color .fab.fa-youtube {
  color: #FF0000;
}

.social-color .fa-instagram:before {
  font-size: 1.2em;
  border-radius: 5px;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}

.row_1, .row_9, .style-green {
  background: #68b2b1;
  padding-bottom: 2em;
  color: #fff;
}

.row_1 h1, .row_1 .title1, .row_9 h1, .row_9 .title1, .style-green h1, .style-green .title1 {
  color: #68b2b1;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.row_1 h2, .row_9 h2, .style-green h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.row_1 h3, .row_9 h3, .style-green h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.row_1 p, .row_1 article, .row_9 p, .row_9 article, .style-green p, .style-green article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.row_1 h1, .row_1 .title1, .row_9 h1, .row_9 .title1, .style-green h1, .style-green .title1 {
  font-size: 1.5em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 2em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.row_1 article, .row_1 p, .row_9 article, .row_9 p, .style-green article, .style-green p {
  color: #fff;
}

.row_2, .syle-blog {
  background: rgba(40, 143, 237, 0.86);
  color: #fff;
  padding-bottom: 2em;
}

.row_2 h1, .row_2 .title1, .syle-blog h1, .syle-blog .title1 {
  color: #fff;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.row_2 h2, .syle-blog h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.row_2 h3, .syle-blog h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.row_2 p, .row_2 article, .syle-blog p, .syle-blog article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.map {
  margin: auto;
  border: solid 4px #4e5358;
  border-radius: 8px;
}

.map iframe {
  width: 100%;
  max-width: 100%;
}

/*------Header Shang De Wu Style-------*/
#header .banner {
  position: relative;
  background: url("../img/banner_spring.jpeg") no-repeat;
  background-position: center;
  background-size: cover;
}

#header .banner .logo {
  max-width: 60%;
  padding: 1em;
  float: none;
  margin: auto;
  text-align: center;
}

#header .banner .adress {
  color: white;
  font-size: 120%;
  text-align: center;
  padding: 1em 0 1em;
  font-weight: bold;
  text-shadow: #de3835 2px 3px 7px;
}

#header .banner .social {
  text-align: center;
  font-size: 1.5em;
}

#header .banner .social li {
  padding: 0.3em;
}

#header .banner .social li a {
  color: #f2d5ad;
  text-shadow: #d28232 2px 5px 5px;
}

.menuheader .navbar {
  margin-bottom: 0;
}

.menuheader .navbar-text {
  margin-left: 1.5em;
}

.menuheader .navbar-text li {
  padding: 0.3em;
}

.menuheader .menu-logo {
  padding: 0.2em 0 0 0;
  margin-left: 1.2em;
}

.menuheader .menu-logo img {
  max-width: 15vw;
}

.menuheader .menu-items {
  text-align: center;
}

.menuheader .menu-items .nav {
  max-width: 80%;
  width: fit-content;
  margin: auto;
  text-align: center;
  float: none;
}

.menuheader .menu-items .nav li {
  padding: 0 1.5em;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .page-wrapper {
  padding-top: 102px;
}

/*------End Header-------*/
/****HOME***/
.home-welcome {
  padding-bottom: 1em;
}

.home-welcome .container {
  padding: 0;
}

.home-welcome .buttons {
  text-align: center;
}

.home-welcome a {
  color: #68b2b1;
  border-radius: 50%;
  padding-top: 1.2em;
  width: 4em;
  height: 4em;
}

.home-welcome a:hover {
  color: #dad2d2;
}

.home-welcome .title2 {
  padding: 0.5em;
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  max-height: 11em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  text-align: center;
  color: white;
  margin-bottom: 1.2em;
}

.home-welcome .title2:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-welcome .title2:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: none;
}

.home-welcome .title2::before {
  right: 1em;
}

.home-footer {
  background: #fff;
}

.home-footer .home-footer-col {
  padding-top: 1.5em;
}

.home-footer h3 {
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.home-footer .home-trainer {
  background: #fff;
  color: #4e5358;
  padding-bottom: 2em;
}

.home-footer .home-trainer h1, .home-footer .home-trainer .title1 {
  color: #0b0b09;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.home-footer .home-trainer h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.home-footer .home-trainer h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.home-footer .home-trainer p, .home-footer .home-trainer article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.home-footer .home-trainer article {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 24em;
  text-align: left;
  margin-right: -1em;
  padding-right: 1em;
  font-size: 1.1em;
  padding-bottom: 1em;
}

.home-footer .home-trainer article:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-footer .home-trainer article:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: none;
}

.home-footer .home-trainer article img {
  max-width: 55%;
  padding: 5px;
}

.home-footer .home-trainer a {
  color: #fff;
  font-size: 1.2em;
  background: #0b0b09;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.home-footer .home-trainer a .arrow {
  margin-left: 2.5pt;
}

.home-footer .services li {
  padding-bottom: 0.5em;
}

.home-footer .services li span {
  color: #f14d42;
}

.home-footer .services li a {
  text-decoration: none;
  color: #4e5358;
}

.home-footer .home-contact .title4 {
  padding: 0.2em 0 0.5em;
}

.home-footer .home-contact .map iframe {
  width: 100%;
  height: 40vh;
}

.home-footer .home-contact ul {
  font-size: 1.2em;
}

.home-footer .home-contact ul .icon-mtc {
  width: 1.6em;
}

.home-footer .home-contact ul .icon-viber {
  font-size: 1.6em;
}

/*---Home Gourps List--*/
.home-groups {
  background: rgba(40, 143, 237, 0.86);
  color: #fff;
  padding-bottom: 2em;
}

.home-groups h1, .home-groups .title1 {
  color: #fff;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.home-groups h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.home-groups h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.home-groups p, .home-groups article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.home-groups .description p {
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  max-height: 11em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  text-align: center;
  padding: 0 0 0 0;
  color: white;
}

.home-groups .description p:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-groups .description p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: none;
}

.home-groups .description a {
  color: rgba(40, 143, 237, 0.86);
  font-size: 0.8em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
}

.home-group-list li p {
  color: #ffffff;
  font-family: 'Georgia', serif;
  padding: 0;
}

.home-group-list li .pic {
  width: fit-content;
  max-width: 100%;
  max-height: none;
  margin-bottom: 20%;
  overflow: visible;
}

.home-group-list li .pic .pic-caption {
  height: 30%;
  top: 85%;
  opacity: 1;
  overflow: hidden;
}

.home-group-list li .pic .pic-caption .pic-title {
  font-weight: bolder;
  text-decoration: underline;
}

.home-group-list li .pic .pic-caption .description {
  padding-right: 1em;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.8em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  margin-right: 0;
  margin-bottom: 0.5em;
}

.home-group-list li .pic .pic-caption .description:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-group-list li .pic .pic-caption .description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: none;
}

.home-group-list li .pic .pic-caption .description:before {
  right: 0.2em;
}

.home-group-list li .pic:hover .bottom-to-top {
  top: 40%;
  opacity: 0.8;
  min-height: 80%;
}

.home-group-list li .pic:hover .bottom-to-top p {
  text-shadow: 1px 1px 3px black;
}

.home-group-list li .pic:hover .bottom-to-top a {
  text-shadow: -1px 1px 3px black;
}

.home-group-list .group1 .pic-caption {
  background: #eb5368;
}

.home-group-list .group1 .pic-caption a {
  color: #eb5368;
  font-size: 0.8em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.home-group-list .group2 .pic-caption {
  background: #3aa320;
}

.home-group-list .group2 .pic-caption a {
  color: #3aa320;
  font-size: 0.8em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.home-group-list .group3 .pic-caption {
  background: #5bb4d6;
}

.home-group-list .group3 .pic-caption a {
  color: #5bb4d6;
  font-size: 0.8em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

/*---------Page groups----------------*/
/****page Contact****/
.contact a {
  display: inline-flex;
}

.contact li {
  margin-bottom: 0.5em;
  padding: 0.2em;
}

.contact .phone-icon {
  font-size: 1.2em;
  margin-left: 5px;
  text-decoration: none;
}

.contact .phone-icon img {
  border-radius: 50%;
}

.contact .icon-viber {
  color: #9c36b5;
  font-size: 1.65em;
}

.slider {
  background: rgba(40, 143, 237, 0.86);
}

/****pages****/
form {
  padding: 2em;
  background: rgba(37, 208, 189, 0.83);
  font-size: 110%;
}

form ::-webkit-input-placeholder {
  color: peachpuff;
  font-size: 1em;
}

form ::-moz-placeholder {
  color: peachpuff;
  font-size: 1.3em;
}

form :-ms-input-placeholder {
  color: peachpuff;
  font-size: 1.3em;
}

form ::placeholder {
  color: peachpuff;
  font-size: 1.3em;
}

form .form-field {
  margin-bottom: 2.3em;
  font-size: 1em;
}

form .form-field label {
  margin-bottom: 0.8em;
  font-weight: bold;
}

form .form-field label span {
  color: red;
}

form input {
  min-height: 8vh;
}

form textarea {
  min-height: 15vh;
}

form .buttons .button {
  border: none;
  padding: 0.8em 1.5em;
  margin-right: 1.5em;
}

form .buttons .button:focus, form .buttons .button:hover {
  border-style: none;
  box-shadow: 0 0 7px 4px rgba(22, 23, 24, 0.79);
}

.lesson input[type="file"] {
  display: none;
}

.blog-style, .post, .blog {
  font-family: 'Lora', 'Times New Roman', serif;
  font-size: 20px;
  color: #333333;
}

.blog-style p, .post p, .blog p {
  line-height: 1.5;
  margin: 30px 0;
}

.blog-style p a, .post p a, .blog p a {
  text-decoration: underline;
}

.blog-style h1, .post h1, .blog h1,
.blog-style h2, .post h2, .blog h2,
.blog-style h3, .post h3, .blog h3,
.blog-style h4, .post h4, .blog h4,
.blog-style h5, .post h5, .blog h5,
.blog-style h6, .post h6, .blog h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-style a, .post a, .blog a {
  color: #333333;
}

.blog-style a:hover, .post a:hover, .blog a:hover, .blog-style a:focus, .post a:focus, .blog a:focus {
  color: #0085A1;
}

.blog-style a img:hover, .post a img:hover, .blog a img:hover, .blog-style a img:focus, .post a img:focus, .blog a img:focus {
  cursor: zoom-in;
}

.blog-style blockquote, .post blockquote, .blog blockquote {
  color: #777777;
  font-style: italic;
}

.blog-style hr.small, .post hr.small, .blog hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}

.blog-style .intro-header, .post .intro-header, .blog .intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}

.blog-style .intro-header .site-heading, .post .intro-header .site-heading, .blog .intro-header .site-heading,
.blog-style .intro-header .post-heading, .post .intro-header .post-heading, .blog .intro-header .post-heading,
.blog-style .intro-header .page-heading, .post .intro-header .page-heading, .blog .intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}

@media only screen and (min-width: 768px) {
  .blog-style .intro-header .site-heading, .post .intro-header .site-heading, .blog .intro-header .site-heading,
  .blog-style .intro-header .post-heading, .post .intro-header .post-heading, .blog .intro-header .post-heading,
  .blog-style .intro-header .page-heading, .post .intro-header .page-heading, .blog .intro-header .page-heading {
    padding: 150px 0;
  }
}

.blog-style .intro-header .site-heading, .post .intro-header .site-heading, .blog .intro-header .site-heading,
.blog-style .intro-header .page-heading, .post .intro-header .page-heading, .blog .intro-header .page-heading {
  text-align: center;
}

.blog-style .intro-header .site-heading h1, .post .intro-header .site-heading h1, .blog .intro-header .site-heading h1,
.blog-style .intro-header .page-heading h1, .post .intro-header .page-heading h1, .blog .intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}

.blog-style .intro-header .site-heading .subheading, .post .intro-header .site-heading .subheading, .blog .intro-header .site-heading .subheading,
.blog-style .intro-header .page-heading .subheading, .post .intro-header .page-heading .subheading, .blog .intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .blog-style .intro-header .site-heading h1, .post .intro-header .site-heading h1, .blog .intro-header .site-heading h1,
  .blog-style .intro-header .page-heading h1, .post .intro-header .page-heading h1, .blog .intro-header .page-heading h1 {
    font-size: 80px;
  }
}

.blog-style .intro-header .post-heading h1, .post .intro-header .post-heading h1, .blog .intro-header .post-heading h1 {
  font-size: 35px;
}

.blog-style .intro-header .post-heading .subheading, .post .intro-header .post-heading .subheading, .blog .intro-header .post-heading .subheading,
.blog-style .intro-header .post-heading .meta, .post .intro-header .post-heading .meta, .blog .intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}

.blog-style .intro-header .post-heading .subheading, .post .intro-header .post-heading .subheading, .blog .intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}

.blog-style .intro-header .post-heading .meta, .post .intro-header .post-heading .meta, .blog .intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}

.blog-style .intro-header .post-heading .meta a, .post .intro-header .post-heading .meta a, .blog .intro-header .post-heading .meta a {
  color: white;
}

@media only screen and (min-width: 768px) {
  .blog-style .intro-header .post-heading h1, .post .intro-header .post-heading h1, .blog .intro-header .post-heading h1 {
    font-size: 55px;
  }
}

.blog-style .post-preview > a, .post .post-preview > a, .blog .post-preview > a {
  color: #333333;
}

.blog-style .post-preview > a:hover, .post .post-preview > a:hover, .blog .post-preview > a:hover, .blog-style .post-preview > a:focus, .post .post-preview > a:focus, .blog .post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}

.blog-style .post-preview > a > .post-title, .post .post-preview > a > .post-title, .blog .post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blog-style .post-preview > a > .post-subtitle, .post .post-preview > a > .post-subtitle, .blog .post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}

.blog-style .post-preview > .post-meta, .post .post-preview > .post-meta, .blog .post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}

.blog-style .post-preview > .post-meta > a, .post .post-preview > .post-meta > a, .blog .post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}

.blog-style .post-preview > .post-meta > a:hover, .post .post-preview > .post-meta > a:hover, .blog .post-preview > .post-meta > a:hover, .blog-style .post-preview > .post-meta > a:focus, .post .post-preview > .post-meta > a:focus, .blog .post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .blog-style .post-preview > a > .post-title, .post .post-preview > a > .post-title, .blog .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.blog-style .section-heading, .post .section-heading, .blog .section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}

.blog-style .caption, .post .caption, .blog .caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog-style footer, .post footer, .blog footer {
  padding: 50px 0 65px;
}

.blog-style footer .list-inline, .post footer .list-inline, .blog footer .list-inline {
  margin: 0;
  padding: 0;
}

.blog-style footer .copyright, .post footer .copyright, .blog footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.blog-style .floating-label-form-group, .post .floating-label-form-group, .blog .floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
}

.blog-style .floating-label-form-group input, .post .floating-label-form-group input, .blog .floating-label-form-group input,
.blog-style .floating-label-form-group textarea, .post .floating-label-form-group textarea, .blog .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}

.blog-style .floating-label-form-group label, .post .floating-label-form-group label, .blog .floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}

.blog-style .floating-label-form-group::not(:first-child), .post .floating-label-form-group::not(:first-child), .blog .floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}

.blog-style .floating-label-form-group-with-value label, .post .floating-label-form-group-with-value label, .blog .floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.blog-style .floating-label-form-group-with-focus label, .post .floating-label-form-group-with-focus label, .blog .floating-label-form-group-with-focus label {
  color: #0085A1;
}

.blog-style form .row:first-child .floating-label-form-group, .post form .row:first-child .floating-label-form-group, .blog form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}

.blog-style .btn, .post .btn, .blog .btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}

.blog-style .btn-lg, .post .btn-lg, .blog .btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.blog-style .btn-default:hover, .post .btn-default:hover, .blog .btn-default:hover, .blog-style .btn-default:focus, .post .btn-default:focus, .blog .btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}

.blog-style .pager, .post .pager, .blog .pager {
  margin: 20px 0 0;
}

.blog-style .pager li > a, .post .pager li > a, .blog .pager li > a,
.blog-style .pager li > span, .post .pager li > span, .blog .pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}

.blog-style .pager li > a:hover, .post .pager li > a:hover, .blog .pager li > a:hover,
.blog-style .pager li > a:focus, .post .pager li > a:focus, .blog .pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}

.blog-style .pager .disabled > a, .post .pager .disabled > a, .blog .pager .disabled > a,
.blog-style .pager .disabled > a:hover, .post .pager .disabled > a:hover, .blog .pager .disabled > a:hover,
.blog-style .pager .disabled > a:focus, .post .pager .disabled > a:focus, .blog .pager .disabled > a:focus,
.blog-style .pager .disabled > span, .post .pager .disabled > span, .blog .pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}

.blog-style ::-moz-selection, .post ::-moz-selection, .blog ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}

.blog-style ::selection, .post ::selection, .blog ::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}

.blog-style img::selection, .post img::selection, .blog img::selection {
  color: white;
  background: transparent;
}

.blog-style img::-moz-selection, .post img::-moz-selection, .blog img::-moz-selection {
  color: white;
  background: transparent;
}

.blog-style body, .post body, .blog body {
  -webkit-tap-highlight-color: #0085A1;
}

.blog-style article img, .post article img, .blog article img {
  max-width: 100%;
}

.blog h1, .blog h2, .blog h3 {
  margin-bottom: 1.5em;
}

.blog ul {
  list-style: inside;
}

.blog h3 {
  font-size: 24px;
}

.blog li {
  margin-bottom: 0.5em;
}

.blog iframe {
  padding: 0.5em;
  margin-bottom: 1.5em;
}

.blog .video {
  padding: 1em;
  width: 100%;
}

.blog .video iframe {
  width: 100%;
  height: 45vw;
}

.blog img {
  padding: 0.6em;
  background: #fff;
  border: solid 3px #333333;
}

.blog .gallery-inline img {
  padding: 0;
  border: none;
}

.post .post-preview .post-title, .blog .post-preview .post-title {
  text-align: center;
  font-size: larger;
  position: absolute;
  top: -4em;
  color: white;
  background: rgba(33, 33, 34, 0.62);
  line-height: 3em;
  width: 100%;
  max-height: 3em;
  padding: 0 5px 3px 0;
  overflow-y: hidden;
  word-break: break-all;
  text-shadow: 1px 1px 1px #555555;
}

.post .post-preview .post-subtitle, .blog .post-preview .post-subtitle {
  text-align: center;
  padding-top: 5px;
  text-shadow: 1px 1px 1px #555555;
}

.post .post-preview .post-meta, .blog .post-preview .post-meta {
  font-size: 80%;
  padding: 5px;
}

.post .post-body, .blog .post-body {
  min-width: 85%;
  margin-left: auto;
  margin-bottom: 1.5em;
  background: #fff;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-section {
  text-align: center;
  clear: both;
  margin: 0.5em 0 0.8em 0;
}

.share-section .jssocials-share {
  margin: 0.2em;
}

.share-section .jssocials-share .jssocials-share-link {
  padding: 0.3em 0.35em;
}

.share-section .js-social a {
  border-radius: 50%;
  color: white;
}

.post-footer {
  margin: 0.5em 0;
  padding: 0.5em 5pt 0 5pt;
  clear: both;
}

.navigation {
  font-size: 0.8em;
}

.navigation .nav {
  max-width: 40vw;
  overflow: hidden;
}

.navigation .nav-prev {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.navigation p {
  margin: inherit;
  padding: 0.8em 0 0.8em 0.5em;
}

.blog-home {
  background: #ddc840;
  color: #fff;
  padding-bottom: 2em;
}

.blog-home h1, .blog-home .title1 {
  color: #4eacbd;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.blog-home h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.blog-home h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.blog-home p, .blog-home article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.blog-home h1 {
  margin-bottom: 0.5em;
  text-shadow: 3px 2px #2b3424;
}

.blog-home .subheading {
  text-align: center;
  color: #182624;
  line-height: normal;
  padding: 0.15em;
  margin-bottom: 1em;
}

.blog-home .post-slider {
  width: 90vw;
  margin: auto;
}

.blog-home .post-slider .post-preview {
  margin-left: 0.5em;
  background: #fff;
  box-shadow: 2px 4px black;
}

.blog-home .post-slider .post-preview .post-title {
  font-size: 80%;
  color: white;
  line-height: inherit;
  padding: 8pt;
}

.blog-home .post-slider .post-preview .post-subtitle {
  padding: 10px;
  font-size: 60%;
  word-break: break-all;
}

.blog-home .post-slider .post-preview a {
  color: #4eacbd;
  font-size: 1.2em;
  background: #ddc840;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 1.5em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 0.65em;
}

.blog-home .post-slider .post-preview .post-meta {
  font-size: 0.65em;
}

.blog {
  padding-top: 2em;
}

.blog .post-list-pagination {
  text-align: center;
}

.blog .post-list-pagination .pagination li {
  display: inline-block;
  border: none;
}

.blog .post-list {
  min-width: 85%;
  margin-left: auto;
}

.blog .post-preview {
  margin-bottom: 1em;
}

.blog .post-preview .post-image img {
  width: 100%;
  max-height: 20em;
  min-height: 33vh;
  object-fit: cover;
}

.blog .post-content {
  position: relative;
}

.group h1, .classroom header h1, .group .title1, .classroom header .title1 {
  color: #000;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.group h2, .classroom header h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.group h3, .classroom header h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.group p, .classroom header p, .group article, .classroom header article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.group h1, .classroom header h1 {
  color: #008575;
  font-size: 2.5em;
}

.group h2, .classroom header h2 {
  color: #ff5e0e;
  font-size: 1.5em;
}

.group h3, .classroom header h3 {
  color: #695d46;
  font-size: 2em;
}

.group .banner, .classroom header .banner {
  transform: skew(-20deg);
  background: red;
  border: solid 1pt black;
  width: max-content;
  max-width: 80%;
  margin: auto;
  text-align: center;
  padding: 0 2em;
}

.group .banner *, .classroom header .banner * {
  transform: skew(20deg);
}

.group .banner a :hover, .classroom header .banner a :hover, .group .banner a :visited, .classroom header .banner a :visited {
  color: inherit;
  text-decoration: none;
}

.group .banner h1, .classroom header .banner h1 {
  background: none;
  color: yellow;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: none;
}

.group .banner p, .classroom header .banner p {
  color: #fff;
  font-size: 1.8em;
  padding: 0 15px;
  margin-bottom: 0.5em;
  border-bottom: 4px solid currentColor;
}

.program {
  width: 100%;
  padding: 0.5em;
}

.program .vertical-slide {
  padding-left: 2.5em;
  box-shadow: 4px -3px 0 2px black;
  background-color: beige;
}

.program .vertical-slide .slick-dots {
  top: 15%;
  width: 9vw;
  max-width: 4em;
  left: -1em;
  padding: 0.65em 0;
  height: fit-content;
}

.program .vertical-slide .slick-dots li {
  display: inline-block;
  position: relative;
  height: 6vw;
  width: 6vw;
  max-width: 3em;
  max-height: 3em;
  padding: 0;
  cursor: pointer;
  margin-left: 0px;
  background: #ff5e0e;
  border: #695d46 2pt solid;
  border-radius: 50%;
  margin-bottom: 0.5em;
}

.program .vertical-slide .slick-dots li ::before {
  content: none;
}

.program .vertical-slide .slick-dots li button {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 5vw;
  padding: 0.5em 0;
}

@media (min-width: 951px) {
  .program .vertical-slide .slick-dots li button {
    font-size: 2.5em;
  }
}

.program .vertical-slide .slick-dots .slick-active {
  box-shadow: inset 0 0 2px 2px #ff915b;
  border: none;
  background: #008575;
}

.program .vertical-slide .program-item {
  padding-top: 3em;
}

.program .vertical-slide .program-item .description .system {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.program .vertical-slide .program-item .description .system h2 {
  padding: 1em 0;
  font-size: 1.5em;
  margin: 0 1em 0 0;
  line-height: normal;
}

.program .vertical-slide .program-item .description .system p {
  color: #695d46;
  font-size: 120%;
  font-weight: bold;
  padding: 1.5em 5px 0 5px;
  word-wrap: break-word;
}

.program .vertical-slide .program-item .video {
  width: 70vw;
  margin: auto;
}

.program .vertical-slide .program-item .video iframe {
  width: 100%;
  height: 45vw;
}

#price {
  font-size: 120%;
  padding: inherit;
  padding-bottom: 1.5em;
}

#price h2 {
  font-size: 2em;
  padding: 0.5em;
  text-align: center;
}

#price .payment {
  border: 1pt solid black;
  max-width: 95%;
  max-height: 60vh;
  background: beige;
  margin: auto;
  text-align: center;
  margin-bottom: 1.5em;
  box-shadow: 2px 2px 4px black;
}

#price .payment .name {
  background: rgba(245, 219, 110, 0.91);
  min-width: 100%;
}

#price .payment .name h2 {
  line-height: normal;
  font-size: 1.6em;
  font-weight: bolder;
  padding: 0.25em;
  color: #518dd0;
}

#price .payment .amount p {
  padding: 0.3em;
  font-size: 4em;
}

#price .payment .amount span {
  color: black;
  font-weight: bolder;
  font-size: 0.45em;
}

#price .payment .amount .text {
  font-size: 2em;
}

#price .discount .fa-stack {
  margin: 0.15em;
  font-size: 1.15em;
}

#price ul {
  font-size: 120%;
  text-align: left;
}

#price ul li {
  line-height: normal;
  padding-bottom: 0.5em;
}

#price .extra-lessons {
  font-size: 0.8em;
}

.group-schedule {
  padding-top: 1.5em;
}

.group-schedule table {
  border-collapse: separate;
  color: white;
}

.group-schedule table a {
  color: white;
}

.group-schedule table th {
  background: #c1e3f0;
  text-align: center;
  font-weight: bolder;
  border: #5bb4d6 solid 0.18em;
  color: black;
}

.group-schedule table th.empty, .group-schedule table td.empty {
  background: transparent;
  border: none;
}

.group-schedule table tr.group-children-starter th, .group-schedule table tr.group-children-starter td {
  background: #3e9d39;
  border: 0.18em solid #87d283;
}

.group-schedule table tr.group-adults-starter th, .group-schedule table tr.group-adults-starter td {
  background: #3082c6;
  border: 0.18em solid #91bfe4;
}

.group-schedule table tr.group-adults-advanced th, .group-schedule table tr.group-adults-advanced td {
  background: #cf3030;
  border: 0.18em solid #e79898;
}

@media (max-width: 768px) {
  .group-schedule .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .group-schedule .mobile {
    display: none;
  }
}

.group-schedule .mobile table th, .group-schedule .mobile table td {
  max-width: 25vw;
  font-size: 0.6em;
  word-break: break-word;
  text-align: center;
}

.group-schedule .mobile table td {
  font-weight: bolder;
}

.group-schedule .mobile table .group-children-starter {
  background: #3e9d39;
  border: 0.18em solid #87d283;
}

.group-schedule .mobile table .group-adults-starter {
  background: #3082c6;
  border: 0.18em solid #91bfe4;
}

.group-schedule .mobile table .group-adults-advanced {
  background: #cf3030;
  border: 0.18em solid #e79898;
}

.group-slide .item {
  margin-bottom: 8vw;
  padding-bottom: 1em;
}

.group-slide .item .content {
  position: relative;
}

.group-slide .item img {
  height: 80vw;
  max-height: 35vh;
  width: 100%;
  object-fit: cover;
}

.group-slide .item .title {
  transform: skew(-20deg);
  position: absolute;
  top: -1em;
  left: 10%;
  margin: auto;
  background: white;
  text-align: center;
  width: 80%;
  border: solid 2px red;
}

.group-slide .item .title * {
  transform: skew(20deg);
}

.group-slide .item .title h3 {
  font-size: 1em;
  margin: 0;
  line-height: 2em;
  color: red;
}

.group-slide .item .read-more {
  padding: 10px;
  line-height: 10px;
  margin-left: 60%;
  color: white;
  background: #518dd0;
}

section[name="extra"] .subsection {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

section[name="extra"] .subsection .gallery .thumbnail {
  border: none;
}

section[name="extra"] .subsection .gallery .slick-prev:before, section[name="extra"] .subsection .gallery .slick-next:before {
  color: #695d46;
}

section[name="extra"] .subsection .gallery img {
  max-height: 75vh;
}

.price {
  background: #83d77e;
  color: #fff;
  padding-bottom: 2em;
  padding: 0.5em;
  border: 0.15em solid white;
  border-radius: 1em;
  font-size: 0.8em;
}

.price h1, .price .title1 {
  color: red;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.price h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.price h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.price p, .price article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.price * {
  color: red;
}

.price h1 {
  font-size: 1.35em;
}

.price .price-tag {
  font-size: 1.35em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.price .price-tag .icon-content {
  color: #fff;
  text-shadow: 1px 1.5px 1px #918d8b;
}

.price .extra-lessons {
  margin: auto;
  width: 95%;
  padding: 0.5em;
  background: white;
  border-radius: 0.4em;
  box-shadow: 1px 2px 3px 1px #611c1c;
  text-align: center;
}

.price .extra-lessons table {
  min-width: 75%;
  margin: auto;
  margin-bottom: 1.5em;
}

.price .extra-lessons table thead {
  border: #797d7e 1.5pt solid;
}

.price .extra-lessons table thead th {
  border: #797d7e 1pt solid;
  font-weight: bold;
}

.price .extra-lessons table tbody {
  padding-top: 0.3em;
}

.price .extra-lessons table tbody td {
  padding-top: 0.8em;
  border: #797d7e 1pt solid;
}

.price .discount h3 {
  font-size: 1.2em;
  text-align: center;
  text-shadow: 1px 1.5px 1px #918d8b;
}

.price .discount .fa-stack {
  margin: 0.15em;
  font-size: 1.2em;
}

.price .discount .fa-stack i {
  color: #fff;
}

.price .discount .fa-stack .fa-inverse {
  color: #f30000;
  font-size: 0.8em;
}

.price .discount li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin: 0.3em;
  margin-right: 0.4em;
}

/*---------page about---------*/
.page-about {
  text-align: center;
}

.page-about .section-school .header {
  background: #68b2b1;
  padding-bottom: 2em;
  color: #fff;
}

.page-about .section-school .header h1, .page-about .section-school .header .title1 {
  color: #68b2b1;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.page-about .section-school .header h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.page-about .section-school .header h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.page-about .section-school .header p, .page-about .section-school .header article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.page-about .section-school .header h1, .page-about .section-school .header .title1 {
  font-size: 1.5em;
  background: #fff;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 2em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.page-about .section-school .header article, .page-about .section-school .header p {
  color: #fff;
}

.page-about .section-school .content {
  padding-top: 2em;
  background: #fff;
  padding-bottom: 2em;
  color: #241f20;
}

.page-about .section-school .content h1, .page-about .section-school .content .title1 {
  color: #fff;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.page-about .section-school .content h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.page-about .section-school .content h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.page-about .section-school .content p, .page-about .section-school .content article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.page-about .section-school .content h1, .page-about .section-school .content .title1 {
  font-size: 1.5em;
  background: #241f20;
  line-height: normal;
  display: table;
  margin: auto;
  border-radius: 2em;
  font-weight: bolder;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.page-about .section-school .content article, .page-about .section-school .content p {
  color: #241f20;
}

.page-about .section-school .content img {
  margin: auto;
}

.page-about .section-school .content ul {
  text-align: left;
  width: fit-content;
  margin: auto;
  font-size: 1.2em;
}

.page-about .section-school .content ul li {
  margin-bottom: 2em;
}

.page-about .section-school .content ul li strong {
  text-align: left;
  margin-right: 0.5em;
  color: red;
  background: yellow;
  border: 2px solid black;
  border-radius: 50%;
  padding: 0.25em;
  font-size: 1.2em;
  font-weight: bolder;
}

.page-about .fundator {
  background: #ffffff;
  padding-bottom: 1.5em;
}

.page-about .fundator h1 {
  color: #ff375b;
  text-align: center;
  font-weight: 900;
  padding: 5px;
  font-size: 2.2em;
  margin: auto;
  margin-bottom: 10px;
}

.page-about .fundator p {
  line-height: normal;
}

.page-about .fundator .resume {
  background: #fff;
  color: #4fab9e;
  padding-bottom: 2em;
}

.page-about .fundator .resume h1, .page-about .fundator .resume .title1 {
  color: #4fab9e;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.page-about .fundator .resume h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.page-about .fundator .resume h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.page-about .fundator .resume p, .page-about .fundator .resume article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.page-about .fundator .resume article {
  text-align: left;
}

.page-about .fundator .resume article h2 {
  text-align: center;
}

.page-about .fundator .bio {
  text-align: center;
  max-height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #4fab9e;
  color: #fff;
  padding-bottom: 2em;
}

.page-about .fundator .bio h1, .page-about .fundator .bio .title1 {
  color: #fff;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.page-about .fundator .bio h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.page-about .fundator .bio h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.page-about .fundator .bio p, .page-about .fundator .bio article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.page-about .fundator .bio #timeline .timeline-list li {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 1.8em;
}

.page-about .fundator .bio #timeline .timeline-list li h3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.page-about .fundator .bio #timeline .timeline-list li p {
  font-size: 0.85em;
  padding: 0.3em;
  color: #fff;
  margin-bottom: 0.3em;
}

/*--------Home section groups----------*/
.page-contact {
  text-align: center;
}

.page-contact * {
  color: white;
}

.page-contact h2 {
  font-size: 1.3em;
  padding-bottom: 0.8em;
}

.page-contact .contact {
  background: #68b2b1;
  color: #fff;
  padding-bottom: 2em;
}

.page-contact .contact h1, .page-contact .contact .title1 {
  color: #fff;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.page-contact .contact h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.page-contact .contact h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.page-contact .contact p, .page-contact .contact article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.page-contact .contact .list {
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
}

.page-contact .contact .list li {
  position: relative;
  padding: 0.5em;
  margin: 0;
}

.page-contact .contact .list li p, .page-contact .contact .list li a {
  font-size: 1.1em;
  padding: 0.5em;
}

.page-contact .contact .list a {
  display: inline-block;
}

.page-contact .contact .list a:hover {
  text-decoration: none;
  color: #daceed;
}

.page-contact .contact .list .fa-li {
  left: -1em;
}

.page-contact .contact .list .fa-phone {
  padding-top: 1em;
}

.page-contact .contact .list .icon-mtc img {
  margin-bottom: -0.2em;
}

.page-contact .social {
  padding: 0.5em;
}

.page-contact .social ul {
  width: fit-content;
  margin: auto;
  text-align: left;
}

.page-contact .social ul li {
  margin-bottom: 0.3em;
  font-size: 1.2em;
}

.page-contact .social ul li .icon {
  margin-right: 0.3em;
  font-size: 0.8em;
}

.page-contact .social ul li .name {
  font-weight: bold;
  margin-right: 0.2em;
}

.page-contact .social ul li .url {
  word-break: break-all;
  font-size: 0.8em;
}

/*https://codepen.io/ycr88/details/dyGZPzZ*/
/* Regular breadcrumbs */
/*For the breadcrumbs of the classroom*/
.classroom .breadcrumbs, .post .breadcrumbs, .blog .breadcrumbs {
  /*  li,span:after {
      content: '>';
      position: absolute;
      display: inline-block;
      right: 0;
      width: 2em;
      text-align: center;
    }*/
  /*Divider after crumb*/
  /* Collapsed breadcrumbs */
}

.classroom .breadcrumbs ul, .classroom .breadcrumbs #breadcrumbs, .post .breadcrumbs ul, .blog .breadcrumbs ul, .post .breadcrumbs #breadcrumbs, .blog .breadcrumbs #breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 2em;
  color: #333;
}

.classroom .breadcrumbs li, .classroom .breadcrumbs #breadcrumbs > span, .post .breadcrumbs li, .blog .breadcrumbs li, .post .breadcrumbs #breadcrumbs > span, .blog .breadcrumbs #breadcrumbs > span {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  margin: 0;
}

.classroom .breadcrumbs li:last-child, .classroom .breadcrumbs #breadcrumbs > span:last-child, .post .breadcrumbs li:last-child, .blog .breadcrumbs li:last-child, .post .breadcrumbs #breadcrumbs > span:last-child, .blog .breadcrumbs #breadcrumbs > span:last-child {
  font-weight: bold;
}

.classroom .breadcrumbs li:last-child :after, .classroom .breadcrumbs #breadcrumbs > span:last-child :after, .post .breadcrumbs li:last-child :after, .blog .breadcrumbs li:last-child :after, .post .breadcrumbs #breadcrumbs > span:last-child :after, .blog .breadcrumbs #breadcrumbs > span:last-child :after {
  content: '';
}

.classroom .breadcrumbs li a, .classroom .breadcrumbs #breadcrumbs > span a, .post .breadcrumbs li a, .blog .breadcrumbs li a, .post .breadcrumbs #breadcrumbs > span a, .blog .breadcrumbs #breadcrumbs > span a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}

.classroom .breadcrumbs li a :hover, .classroom .breadcrumbs #breadcrumbs > span a :hover, .post .breadcrumbs li a :hover, .blog .breadcrumbs li a :hover, .post .breadcrumbs #breadcrumbs > span a :hover, .blog .breadcrumbs #breadcrumbs > span a :hover {
  text-decoration: underline;
}

.classroom .breadcrumbs i, .post .breadcrumbs i, .blog .breadcrumbs i {
  width: 20px;
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  width: 2em;
}

@media (max-width: 768px) {
  .classroom .breadcrumbs .collapsed li, .classroom .breadcrumbs #breadcrumbs > span a, .post .breadcrumbs .collapsed li, .blog .breadcrumbs .collapsed li, .post .breadcrumbs #breadcrumbs > span a, .blog .breadcrumbs #breadcrumbs > span a {
    overflow: hidden;
  }
  .classroom .breadcrumbs .collapsed li :after, .classroom .breadcrumbs #breadcrumbs > span a :after, .post .breadcrumbs .collapsed li :after, .blog .breadcrumbs .collapsed li :after, .post .breadcrumbs #breadcrumbs > span a :after, .blog .breadcrumbs #breadcrumbs > span a :after {
    background: #e3e3e3;
    background: linear-gradient(90deg, rgba(227, 227, 227, 0.4) 0%, #e3e3e3 35%);
    padding-left: 1em;
  }
  .classroom .breadcrumbs .collapsed a, .classroom .breadcrumbs #breadcrumbs a, .post .breadcrumbs .collapsed a, .blog .breadcrumbs .collapsed a, .post .breadcrumbs #breadcrumbs a, .blog .breadcrumbs #breadcrumbs a {
    max-width: 2em;
    transition: max-width 300ms ease-in-out;
  }
  .classroom .breadcrumbs .collapsed a:hover,
  .classroom .breadcrumbs .collapsed a:focus,
  .classroom .breadcrumbs .collapsed li:hover a,
  .classroom .breadcrumbs #breadcrumbs a:hover,
  .classroom .breadcrumbs #breadcrumbs a:focus,
  .classroom .breadcrumbs #breadcrumbs span:hover a, .post .breadcrumbs .collapsed a:hover, .blog .breadcrumbs .collapsed a:hover,
  .post .breadcrumbs .collapsed a:focus, .blog .breadcrumbs .collapsed a:focus,
  .post .breadcrumbs .collapsed li:hover a, .blog .breadcrumbs .collapsed li:hover a,
  .post .breadcrumbs #breadcrumbs a:hover, .blog .breadcrumbs #breadcrumbs a:hover,
  .post .breadcrumbs #breadcrumbs a:focus, .blog .breadcrumbs #breadcrumbs a:focus,
  .post .breadcrumbs #breadcrumbs span:hover a, .blog .breadcrumbs #breadcrumbs span:hover a {
    max-width: 1000px;
  }
  .classroom .breadcrumbs .collapsed li:hover:after, .classroom .breadcrumbs #breadcrumbs span:hover:after, .post .breadcrumbs .collapsed li:hover:after, .blog .breadcrumbs .collapsed li:hover:after, .post .breadcrumbs #breadcrumbs span:hover:after, .blog .breadcrumbs #breadcrumbs span:hover:after {
    padding-left: 0em;
    background: transparent;
  }
}

.free-lesson .intro-header .post-heading h1, .free-lesson .intro-header .post-heading h2 {
  color: #1a1d1b;
}

.free-lesson li {
  padding-right: 0.4em;
  margin-bottom: 0.25em;
}

.free-lesson li:before {
  content: '\f35a';
  /* Insert content that looks like bullets */
  font-family: 'Font Awesome 5 Free';
}

.free-lesson li li:before {
  content: "-";
  /* Insert content that looks like bullets */
  font-weight: bold;
  font-size: 14px;
  padding-left: 1.5em;
}

.free-lesson li a {
  font-size: 1.1em;
  font-weight: bold;
  color: #68b2b1;
}

.free-lesson li a:hover {
  color: grey;
  text-decoration: underline;
}

.special {
  text-align: center;
  margin-bottom: 1em;
}

.classroom {
  padding-top: 0;
  color: #333;
}

.classroom h2, .classroom h3 {
  text-shadow: 1px 1px 1px #555555;
}

.classroom header {
  text-shadow: 3px 2px 3px #252323;
}

.classroom header img {
  width: 100%;
  margin-top: -2em;
}

header {
  text-shadow: 3px 2px 3px #252323;
}

form {
  padding-top: 1.5em;
}

.summer h1, .summer .title1 {
  color: #000;
  font-weight: 900;
  padding: 5px;
  font-size: 1.8em;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.summer h2 {
  font-size: 0.9em;
  padding: 1.6em;
  text-decoration: underline;
}

.summer h3 {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 1em;
}

.summer p, .summer article {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: normal;
}

.summer h1 {
  color: #008575;
  font-size: 2.5em;
}

.summer h2 {
  color: #ff5e0e;
  font-size: 1.5em;
}

.summer h3 {
  color: #695d46;
  font-size: 2em;
}

.summer .banner {
  transform: skew(-20deg);
  background: red;
  border: solid 1pt black;
  width: max-content;
  max-width: 80%;
  margin: auto;
  text-align: center;
  padding: 0 2em;
}

.summer .banner * {
  transform: skew(20deg);
}

.summer .banner a :hover, .summer .banner a :visited {
  color: inherit;
  text-decoration: none;
}

.summer .banner h1 {
  background: none;
  color: yellow;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: none;
}

.summer .banner p {
  color: #fff;
  font-size: 1.8em;
  padding: 0 15px;
  margin-bottom: 0.5em;
  border-bottom: 4px solid currentColor;
}

.program {
  width: 100%;
  padding: 0.5em;
}

.program .vertical-slide {
  padding-left: 2.5em;
  box-shadow: 4px -3px 0 2px black;
  background-color: beige;
}

.program .vertical-slide .slick-dots {
  top: 15%;
  width: 9vw;
  max-width: 4em;
  left: -1em;
  padding: 0.65em 0;
  height: fit-content;
}

.program .vertical-slide .slick-dots li {
  display: inline-block;
  position: relative;
  height: 6vw;
  width: 6vw;
  max-width: 3em;
  max-height: 3em;
  padding: 0;
  cursor: pointer;
  margin-left: 0px;
  background: #ff5e0e;
  border: #695d46 2pt solid;
  border-radius: 50%;
  margin-bottom: 0.5em;
}

.program .vertical-slide .slick-dots li ::before {
  content: none;
}

.program .vertical-slide .slick-dots li button {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 5vw;
  padding: 0.5em 0;
}

@media (min-width: 951px) {
  .program .vertical-slide .slick-dots li button {
    font-size: 2.5em;
  }
}

.program .vertical-slide .slick-dots .slick-active {
  box-shadow: inset 0 0 2px 2px #ff915b;
  border: none;
  background: #008575;
}

.program .vertical-slide .program-item {
  padding-top: 3em;
}

.program .vertical-slide .program-item .description .system {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.program .vertical-slide .program-item .description .system h2 {
  padding: 1em 0;
  font-size: 1.5em;
  margin: 0 1em 0 0;
  line-height: normal;
}

.program .vertical-slide .program-item .description .system p {
  color: #695d46;
  font-size: 120%;
  font-weight: bold;
  padding: 1.5em 5px 0 5px;
  word-wrap: break-word;
}

.program .vertical-slide .program-item .video {
  width: 70vw;
  margin: auto;
}

.program .vertical-slide .program-item .video iframe {
  width: 100%;
  height: 45vw;
}

/*
* // TODO:
//    -[x]style links of the schedule
//    -[x] style list of inscrption section
//    -[x] summer page style extra section
//       -[x] space beetwen  the text and the tel No. link
//       -[x] space berore the h3 "our training area"
         -[x] size of the img of the galleries( check optimization)
*/
.summer-schedule {
  padding-top: 1.5em;
}

.summer-schedule table {
  border-collapse: separate;
  color: white;
}

.summer-schedule table a {
  color: white;
}

.summer-schedule table th {
  background: #c1e3f0;
  text-align: center;
  font-weight: bolder;
  border: #5bb4d6 solid 0.18em;
  color: black;
}

.summer-schedule table th.empty, .summer-schedule table td.empty {
  background: transparent;
  border: none;
}

.summer-schedule table tr.summer-group-1 th, .summer-schedule table tr.summer-group-1 td {
  background: #3e9d39;
  border: 0.18em solid #87d283;
}

.summer-schedule table tr.summer-group-2 th, .summer-schedule table tr.summer-group-2 td {
  background: #3082c6;
  border: 0.18em solid #91bfe4;
}

.summer-schedule table tr.summer-group-3 th, .summer-schedule table tr.summer-group-3 td {
  background: #cf3030;
  border: 0.18em solid #e79898;
}

@media (max-width: 768px) {
  .summer-schedule .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .summer-schedule .mobile {
    display: none;
  }
}

.summer-schedule .mobile table td {
  font-weight: bolder;
}

.summer-schedule .mobile table .summer-group-1 {
  background: #3e9d39;
  border: 0.18em solid #87d283;
}

.summer-schedule .mobile table .summer-group-2 {
  background: #3082c6;
  border: 0.18em solid #91bfe4;
}

.summer-schedule .mobile table .summer-group-3 {
  background: #cf3030;
  border: 0.18em solid #e79898;
}

.summer-slide .item {
  margin-bottom: 8vw;
  padding-bottom: 1em;
}

.summer-slide .item .content {
  position: relative;
}

.summer-slide .item img {
  height: 80vw;
  max-height: 35vh;
  width: 100%;
  object-fit: cover;
}

.summer-slide .item .title {
  transform: skew(-20deg);
  position: absolute;
  top: -1em;
  left: 10%;
  margin: auto;
  background: white;
  text-align: center;
  width: 80%;
  border: solid 2px red;
}

.summer-slide .item .title * {
  transform: skew(20deg);
}

.summer-slide .item .title h3 {
  font-size: 1em;
  margin: 0;
  line-height: 2em;
  color: red;
}

.summer-slide .item .read-more {
  padding: 10px;
  line-height: 10px;
  margin-left: 60%;
  color: white;
  background: #518dd0;
}

section[name="extra"] .subsection {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

section[name="extra"] .subsection .gallery .thumbnail {
  border: none;
}

section[name="extra"] .subsection .gallery .slick-prev:before, section[name="extra"] .subsection .gallery .slick-next:before {
  color: #695d46;
}

section[name="extra"] .subsection .gallery img {
  max-height: 75vh;
}

/**********MEDIA QUERY************/
/* @media only screen and (max-device-width: 480px) {
.parallax {
 background-attachment: scroll;
}
}*/
@media screen and (min-width: 768px) {
  #header .adress {
    position: absolute;
    left: 3em;
    bottom: 1em;
  }
  #header .social {
    position: absolute;
    right: 2em;
    bottom: 1em;
  }
  #header .social li {
    padding: 0.3em;
  }
  .share-section .mobile {
    display: none;
  }
}
