@font-face {
  font-family: "GothamBold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/GothamBold.otf") format("opentype"); }
@font-face {
  font-family: "LaneNarrow";
  font-style: "";
  font-weight: "";
  src: url("../fonts/LaneNarrow.ttf") format("truetype"); }
@font-face {
  font-family: "Calibri";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Calibri.ttf") format("truetype"); }
/* body{
	position:relative;
	} */
.backgroundpage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../images/bgbody.png);
  background: url(../../images/bgbody.png);
  background-size: contain;
  background-repeat: repeat;
  opacity: .4;
  z-index: -1; }

.background-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%; }
  .background-half.pink {
    background-color: #f8eddb; }

.overlay-modal {
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 3; }
  .overlay-modal i {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #da9e56; }

.fade-scale {
  transform: scale(0) !important;
  opacity: 0 !important;
  -webkit-transition: all .25s linear !important;
  -moz-transition: all .25s linear !important;
  -o-transition: all .25s linear !important;
  transition: all .25s linear !important; }

.fade-scale.in {
  opacity: 1 !important;
  transform: scale(1) !important; }

.backgroundsection {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../images/bgbody.png);
  background: url(../../images/bgbody.png);
  background-size: contain;
  background-repeat: repeat;
  opacity: .6;
  width: 100%;
  height: 100%; }

.padding_right_0 {
  padding-right: 0 !important; }

a:hover {
  outline: 0;
  box-shadow: none; }
a:focus {
  outline: 0;
  box-shadow: none; }
a:active {
  outline: 0;
  box-shadow: none; }
  a:active:focus {
    outline: 0;
    box-shadow: none; }

.no-padding-side {
  padding-right: 0;
  padding-left: 0; }

.btn-action {
  border: 1px solid #da9e56;
  border-radius: 0;
  background-color: transparent;
  font-family: 'LaneNarrow';
  letter-spacing: 1px;
  color: #da9e56;
  padding: 3px 20px;
  transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .btn-action:hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid #da9e56;
    background-color: #da9e56;
    color: white; }
    .btn-action:hover strong {
      color: white !important; }
  .btn-action:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #da9e56;
    background-color: #da9e56;
    color: white; }
    .btn-action:focus strong {
      color: white !important; }
    .btn-action:focus:active {
      outline: 0;
      box-shadow: none;
      border: 1px solid #da9e56;
      background-color: #da9e56;
      color: white; }
      .btn-action:focus:active strong {
        color: white !important; }
  .btn-action:active {
    outline: 0;
    box-shadow: none;
    border: 1px solid #da9e56;
    background-color: #da9e56;
    color: white; }
    .btn-action:active strong {
      color: white !important; }
    .btn-action:active:hover {
      outline: 0;
      box-shadow: none;
      border: 1px solid #da9e56;
      background-color: #da9e56;
      color: white; }
      .btn-action:active:hover strong {
        color: white !important; }
  .btn-action:first-child {
    margin-right: 10px; }
  .btn-action:last-child {
    margin-left: 10px; }
  .btn-action.btn-press-media {
    margin-left: 0;
    margin-right: 0; }
    .btn-action.btn-press-media:hover {
      color: white; }
      .btn-action.btn-press-media:hover strong {
        color: white; }
    .btn-action.btn-press-media:focus {
      color: white; }
      .btn-action.btn-press-media:focus strong {
        color: white; }
    .btn-action.btn-press-media:active {
      color: white; }
      .btn-action.btn-press-media:active strong {
        color: white; }
      .btn-action.btn-press-media:active:focus {
        color: white; }
        .btn-action.btn-press-media:active:focus strong {
          color: white; }

.content-page-with-double-quotes {
  font-family: 'Calibri';
  color: white;
  margin: 50px 0; }
  .content-page-with-double-quotes .double-quotes {
    padding: 10px 0;
    text-align: center; }
    .content-page-with-double-quotes .double-quotes.white {
      color: white; }
      .content-page-with-double-quotes .double-quotes.white h4 {
        color: white; }
        .content-page-with-double-quotes .double-quotes.white h4 strong:before {
          background-image: url(../../images/white_quote_left.png); }
        .content-page-with-double-quotes .double-quotes.white h4 strong:after {
          background-image: url(../../images/white_quote_right.png); }
    .content-page-with-double-quotes .double-quotes.purple {
      color: #808080; }
      .content-page-with-double-quotes .double-quotes.purple h4 {
        color: #808080; }
        .content-page-with-double-quotes .double-quotes.purple h4 strong:before {
          background-image: url(../../images/purple_quote_left.png); }
        .content-page-with-double-quotes .double-quotes.purple h4 strong:after {
          background-image: url(../../images/purple_quote_right.png); }
    .content-page-with-double-quotes .double-quotes.grey {
      color: #808080; }
      .content-page-with-double-quotes .double-quotes.grey h4 {
        color: #808080; }
        .content-page-with-double-quotes .double-quotes.grey h4 strong {
          color: #808080; }
          .content-page-with-double-quotes .double-quotes.grey h4 strong:before {
            background-image: url(../../images/grey_quote_left.png); }
          .content-page-with-double-quotes .double-quotes.grey h4 strong:after {
            background-image: url(../../images/grey_quote_right.png); }
    .content-page-with-double-quotes .double-quotes h4 {
      margin: 0;
      padding: 0;
      font-family: 'Calibri'; }
      .content-page-with-double-quotes .double-quotes h4 strong {
        position: relative; }
        .content-page-with-double-quotes .double-quotes h4 strong:before {
          content: ' ';
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          width: 20px;
          height: 20px;
          top: -15px;
          left: -35px; }
        .content-page-with-double-quotes .double-quotes h4 strong:after {
          content: ' ';
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          width: 20px;
          height: 20px;
          top: -15px;
          right: -35px; }
  .content-page-with-double-quotes .content {
    text-align: center;
    letter-spacing: .5px;
    min-height: 1px;
    font-family: 'Calibri' !important; }
    .content-page-with-double-quotes .content p {
      color: #808080;
      font-family: 'Calibri' !important; }
      .content-page-with-double-quotes .content p span {
        color: #808080;
        font-family: 'Calibri' !important; }
    .content-page-with-double-quotes .content span {
      color: #808080;
      font-family: 'Calibri' !important; }
    .content-page-with-double-quotes .content.white {
      color: white; }
      .content-page-with-double-quotes .content.white span {
        background-color: transparent !important;
        color: white !important; }
      .content-page-with-double-quotes .content.white p {
        background-color: transparent !important;
        color: white !important; }
        .content-page-with-double-quotes .content.white p span {
          background-color: transparent !important;
          color: white !important; }
    .content-page-with-double-quotes .content.purple {
      color: #808080; }
      .content-page-with-double-quotes .content.purple span {
        background-color: transparent !important;
        color: #808080 !important; }
      .content-page-with-double-quotes .content.purple p {
        background-color: transparent !important;
        color: #808080 !important; }
        .content-page-with-double-quotes .content.purple p span {
          background-color: transparent !important;
          color: #808080 !important; }
    .content-page-with-double-quotes .content.orange {
      color: #da9e56; }
      .content-page-with-double-quotes .content.orange span {
        background-color: transparent !important;
        color: #da9e56 !important; }
      .content-page-with-double-quotes .content.orange p {
        background-color: transparent !important;
        color: #da9e56 !important; }
        .content-page-with-double-quotes .content.orange p span {
          background-color: transparent !important;
          color: #da9e56 !important; }
    .content-page-with-double-quotes .content p {
      margin: 0;
      padding: 0; }
  .content-page-with-double-quotes.teachers-class {
    margin-top: 20px; }

.slide img {
  max-width: 100%;
  width: 100%; }
.slide.facilities-slide {
  margin-top: 30px; }
  .slide.facilities-slide .captions {
    font-family: 'LaneNarrow';
    color: #808080;
    letter-spacing: .5px; }
    .slide.facilities-slide .captions h4 {
      margin: 15px 0;
      font-family: 'LaneNarrow';
      color: #808080; }
  .slide.facilities-slide .slick-prev {
    top: 43%;
    width: 40px;
    height: 40px;
    background-color: #808080;
    border-radius: 50%;
    background-image: url(../../images/purple_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 35% 37%;
    -webkit-background-size: 35% 37%;
    -moz-background-size: 35% 37%;
    -o-background-size: 35% 37%;
    background-position: center 12px;
    left: -65px; }
    .slide.facilities-slide .slick-prev:before {
      content: ' ';
      font-family: ''; }
  .slide.facilities-slide .slick-next {
    top: 43%;
    width: 40px;
    height: 40px;
    background-color: #808080;
    border-radius: 50%;
    background-image: url(../../images/purple_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 35% 37%;
    -webkit-background-size: 35% 37%;
    -moz-background-size: 35% 37%;
    -o-background-size: 35% 37%;
    background-position: center 12px;
    right: -65px; }
    .slide.facilities-slide .slick-next:before {
      content: ' ';
      font-family: ''; }

.btn-see-all-events {
  margin-top: 20px; }

.btn-see-other-testi {
  transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -ms-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #da9e56;
  color: white;
  font-family: 'LaneNarrow';
  letter-spacing: 2px;
  padding: 6px 27px;
  font-size: 17px;
  border-radius: 0;
  border: 1px solid #da9e56;
  margin-top: 60px;
  margin-bottom: 60px; }
  .btn-see-other-testi:focus {
    outline: 0;
    border: 1px solid #da9e56;
    box-shadow: none;
    color: #da9e56;
    background-color: transparent; }
    .btn-see-other-testi:focus:active {
      outline: 0;
      border: 1px solid #da9e56;
      box-shadow: none;
      color: #da9e56;
      background-color: transparent; }
  .btn-see-other-testi:hover {
    outline: 0;
    border: 1px solid #da9e56;
    box-shadow: none;
    color: #da9e56;
    background-color: transparent; }
  .btn-see-other-testi:active {
    outline: 0;
    border: 1px solid #da9e56;
    box-shadow: none;
    color: #da9e56;
    background-color: transparent; }
    .btn-see-other-testi:active:hover {
      outline: 0;
      border: 1px solid #da9e56;
      box-shadow: none;
      color: #da9e56;
      background-color: transparent; }

.btn-submit-inquiries {
  background-color: white;
  color: #5D5D5D;
  font-family: 'LaneNarrow';
  letter-spacing: 2px;
  padding: 6px 27px;
  font-size: 17px;
  border-radius: 0;
  border: 0; }
  .btn-submit-inquiries:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #5D5D5D;
    background-color: white; }
    .btn-submit-inquiries:focus:active {
      outline: 0;
      border: 0;
      box-shadow: none;
      color: #5D5D5D;
      background-color: white; }
  .btn-submit-inquiries:hover {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #5D5D5D;
    background-color: white; }
  .btn-submit-inquiries:active {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #5D5D5D;
    background-color: white; }
    .btn-submit-inquiries:active:hover {
      outline: 0;
      border: 0;
      box-shadow: none;
      color: #5D5D5D;
      background-color: white; }

.btn-submit-testimonials {
  border-radius: 0 !important;
  border: 1px solid #da9e56 !important;
  outline: 0 !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  background-color: #da9e56 !important; }
  .btn-submit-testimonials strong {
    color: white !important; }
  .btn-submit-testimonials:focus {
    outline: 0 !important;
    border: 1px solid #da9e56 !important;
    box-shadow: none !important;
    color: #da9e56 !important;
    background-color: white !important; }
    .btn-submit-testimonials:focus strong {
      color: #da9e56 !important; }
    .btn-submit-testimonials:focus:active {
      outline: 0 !important;
      border: 1px solid #da9e56 !important;
      box-shadow: none !important;
      color: #da9e56 !important;
      background-color: white !important; }
      .btn-submit-testimonials:focus:active strong {
        color: #da9e56 !important; }
  .btn-submit-testimonials:hover {
    outline: 0 !important;
    border: 1px solid #da9e56 !important;
    box-shadow: none !important;
    color: #da9e56 !important;
    background-color: white !important; }
    .btn-submit-testimonials:hover strong {
      color: #da9e56 !important; }
  .btn-submit-testimonials:active {
    outline: 0 !important;
    border: 1px solid #da9e56 !important;
    box-shadow: none !important;
    color: #da9e56 !important;
    background-color: white !important; }
    .btn-submit-testimonials:active strong {
      color: #da9e56 !important; }
    .btn-submit-testimonials:active:hover {
      outline: 0 !important;
      border: 1px solid #da9e56 !important;
      box-shadow: none !important;
      color: #da9e56 !important;
      background-color: white !important; }
      .btn-submit-testimonials:active:hover strong {
        color: #da9e56 !important; }

.btn-orange {
  border-radius: 0;
  border: 0;
  color: white;
  background-color: #da9e56;
  font-family: 'LaneNarrow';
  letter-spacing: 2px;
  padding: 6px 27px;
  font-size: 17px; }
  .btn-orange strong {
    color: white !important; }
  .btn-orange:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: white;
    background-color: #da9e56; }
    .btn-orange:focus:active {
      outline: 0;
      border: 0;
      box-shadow: none;
      color: white;
      background-color: #da9e56; }
  .btn-orange:hover {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: white;
    background-color: #da9e56; }
  .btn-orange:active {
    outline: 0;
    border: 0;
    box-shadow: none;
    color: white;
    background-color: #da9e56; }

.section-title {
  font-family: 'LaneNarrow';
  margin: 20px 0 50px 0;
  letter-spacing: 1.5px; }
  .section-title.home-events-title {
    margin-top: 40px;
    margin-bottom: 70px; }
  .section-title.hometestimonials {
    margin-top: 70px; }
  .section-title img {
    max-width: 100%; }
  .section-title h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: 'LaneNarrow';
    line-height: 130%; }
  .section-title .grey {
    color: #5D5D5D; }
  .section-title .white {
    color: #fff; }
  .section-title .purple {
    color: #808080; }
  .section-title .ngrey {
    color: #808080; }

.button_white {
  color: white;
  background-color: #da9e56;
  font-family: 'LaneNarrow';
  letter-spacing: 2px;
  border: 1px solid #da9e56;
  padding: 5px 30px;
  text-decoration: none; }
  .button_white.button_see_all_teachers {
    transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .button_white.button_see_all_teachers:hover {
      border: 1px solid #da9e56;
      color: #da9e56;
      background-color: transparent;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
    .button_white.button_see_all_teachers:focus {
      color: #da9e56;
      background-color: transparent;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
    .button_white.button_see_all_teachers:active {
      color: #da9e56;
      background-color: transparent;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
      .button_white.button_see_all_teachers:active:focus {
        color: #da9e56;
        background-color: transparent;
        outline: 0;
        box-shadow: none;
        text-decoration: none; }
  .button_white:hover {
    color: #da9e56;
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
  .button_white:focus {
    color: #da9e56;
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
  .button_white:active {
    color: #da9e56;
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
    .button_white:active:focus {
      color: #da9e56;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }

#header {
  position: relative;
  z-index: 2; }
  #header .navbar-header {
    width: 100%;
    margin: 15px 0;
    padding: 0 38px; }
  #header .top-header {
    display: inline-block;
    width: 100%; }
    #header .top-header #search-form .btn-search-header {
      position: relative;
      border-radius: 0;
      border: 2px solid #808080;
      border-right: 0;
      height: 34px;
      padding: 6px 12px;
      -webkit-appearance: none;
      box-shadow: none;
      outline: 0;
      background-color: white; }
      #header .top-header #search-form .btn-search-header .search-icon {
        width: 15px;
        height: 15px;
        display: block; }
        #header .top-header #search-form .btn-search-header .search-icon:before {
          content: ' ';
          background-image: url(../../images/search_icon.png);
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: 50%;
          width: 15px;
          height: 15px; }
    #header .top-header #search-form .form-control {
      border-radius: 0;
      border: 2px solid #808080;
      border-left: 0;
      outline: 0;
      box-shadow: none;
      padding-left: 0;
      -webkit-appearance: none; }
      #header .top-header #search-form .form-control:active {
        outline: 0;
        box-shadow: none; }
        #header .top-header #search-form .form-control:active:focus {
          outline: 0;
          box-shadow: none; }
      #header .top-header #search-form .form-control::placeholder {
        font-style: italic;
        font-family: 'Calibri';
        color: #808080; }
      #header .top-header #search-form .form-control::-moz-placeholder {
        font-style: italic;
        font-family: 'Calibri';
        color: #808080; }
      #header .top-header #search-form .form-control::-webkit-input-placeholder {
        font-style: italic;
        font-family: 'Calibri';
        color: #808080; }
      #header .top-header #search-form .form-control::-o-placeholder {
        font-style: italic;
        font-family: 'Calibri';
        color: #808080; }
      #header .top-header #search-form .form-control::-ms-input-placeholder {
        font-style: italic;
        font-family: 'Calibri';
        color: #808080; }
    #header .top-header #social-media {
      margin-top: 5px; }
      #header .top-header #social-media .btn-social-media {
        font-family: 'GothamBold';
        border-radius: 0;
        background-color: transparent;
        color: white;
        border: 0;
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none;
        padding: 0; }
        #header .top-header #social-media .btn-social-media:hover {
          border-radius: 0;
          background-color: transparent;
          color: white;
          border: 0;
          outline: 0;
          box-shadow: none;
          -webkit-appearance: none; }
        #header .top-header #social-media .btn-social-media:active {
          border-radius: 0;
          background-color: transparent;
          color: white;
          border: 0;
          outline: 0;
          box-shadow: none;
          -webkit-appearance: none; }
          #header .top-header #social-media .btn-social-media:active:focus {
            border-radius: 0;
            background-color: transparent;
            color: white;
            border: 0;
            outline: 0;
            box-shadow: none;
            -webkit-appearance: none; }
        #header .top-header #social-media .btn-social-media:focus {
          border-radius: 0;
          background-color: transparent;
          color: white;
          border: 0;
          outline: 0;
          box-shadow: none;
          -webkit-appearance: none; }
      #header .top-header #social-media .social-media-logo {
        border: 0;
        border-radius: 0;
        color: #808080;
        background-color: transparent;
        height: 29px;
        padding: 1px 12px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
        #header .top-header #social-media .social-media-logo:hover {
          outline: 0;
          box-shadow: none;
          border: 0;
          border-radius: 0;
          color: #da9e56;
          background-color: transparent; }
        #header .top-header #social-media .social-media-logo:active {
          outline: 0;
          box-shadow: none;
          border: 0;
          border-radius: 0;
          color: #da9e56;
          background-color: transparent; }
          #header .top-header #social-media .social-media-logo:active:focus {
            outline: 0;
            box-shadow: none;
            border: 0;
            border-radius: 0;
            color: #da9e56;
            background-color: transparent; }
        #header .top-header #social-media .social-media-logo:focus {
          background-color: transparent;
          outline: 0;
          box-shadow: none;
          border: 0;
          border-radius: 0;
          color: #da9e56; }
      #header .top-header #social-media .instagram-name {
        font-family: 'GothamBold';
        color: white;
        background-image: url(../../images/bginstagram.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        height: 29px;
        padding: 2px 35px 6px 12px; }
        #header .top-header #social-media .instagram-name p {
          font-family: 'GothamBold';
          color: white;
          margin: 0;
          padding: 0;
          font-size: 17px; }
  #header .navbar {
    font-family: 'GothamBold';
    margin-bottom: 0;
    height: 220px; }
    #header .navbar .navbar-nav.home-menu {
      cursor: pointer; }
    #header .navbar .navbar-nav.navbar-menu {
      width: 42%;
      display: flex; }
      #header .navbar .navbar-nav.navbar-menu li {
        width: 33.33333333333333%;
        text-align: center;
        background-color: transparent;
        display: inline-block; }
        #header .navbar .navbar-nav.navbar-menu li a {
          background-color: transparent;
          color: #808080;
          display: block; }
        #header .navbar .navbar-nav.navbar-menu li:focus {
          box-shadow: none;
          outline: 0; }
        #header .navbar .navbar-nav.navbar-menu li.dropdown {
          position: static !important; }
          #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu {
            display: block;
            visibility: visible; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:hover {
              background-color: #f4e5ce; }
          #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu {
            position: absolute;
            left: auto;
            padding: 0;
            border: 2px solid transparent;
            box-shadow: none;
            border-radius: 0;
            width: 185px;
            top: 73%;
            margin-left: 30px;
            color: #808080;
            background-color: #f8eddb;
            font-family: 'Calibri'; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu:before {
              position: absolute;
              top: -10px;
              left: 9px;
              display: inline-block;
              border-right: 10px solid transparent;
              border-bottom: 10px solid white;
              border-left: 10px solid transparent;
              border-bottom-color: #f8eddb;
              content: ''; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu:after {
              position: absolute;
              top: -10px;
              left: 10px;
              display: inline-block;
              border-right: 9px solid transparent;
              border-bottom: 9px solid #f8eddb;
              border-left: 9px solid transparent;
              content: ''; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li {
              background-color: #f8eddb;
              padding: 0;
              width: 100%;
              font-family: 'Calibri';
              transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              border-bottom: 1px solid white; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li:last-child {
                border-bottom: 0; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated {
                -webkit-appearance: none;
                -moz-appearance: none;
                background-color: transparent;
                width: 100%;
                background-image: none;
                box-shadow: none;
                color: #808080;
                line-height: 1.8;
                padding: 10px 15px;
                outline: 0;
                border: 0;
                text-align: left; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated:hover {
                  outline: 0;
                  box-shadow: none; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated:active {
                  outline: 0;
                  box-shadow: none; }
                  #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated:active:focus {
                    outline: 0;
                    box-shadow: none; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated:focus {
                  outline: 0;
                  box-shadow: none; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li a {
                font-family: 'Calibri';
                padding: 10px 15px;
                position: relative;
                background-color: transparent;
                color: #808080;
                text-align: left;
                white-space: normal;
                display: block;
                line-height: 1.8;
                transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li:hover {
                visibility: visible;
                background-color: #da9e56; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li:hover a {
                  color: #808080; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li.active {
                background-color: #da9e56; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li.active .dropdown-menu {
                  color: #808080; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li.active a {
                  color: #808080;
                  background-color: #da9e56; }
                  #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li.active a:before {
                    background-color: #808080; }

.container-curtains {
  padding: 0; }
  .container-curtains .row-curtains {
    margin: 0; }
  .container-curtains .col-curtains {
    padding: 0; }

.curtains {
  width: 100%;
  max-width: 100%;
  vertical-align: top; }

.mixcurtains {
  max-height: 63px;
  width: 100%;
  /* background-image: url(../../images/bgmixcurtains.png);
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  */
  /* img{
  	visibility: hidden;
  	} */ }
  .mixcurtains img {
    width: 100%;
    vertical-align: top; }

.navbar-logo {
  position: absolute;
  top: 17px;
  left: 44%;
  z-index: 4; }
  .navbar-logo a {
    display: block;
    width: 167px; }
  .navbar-logo img {
    max-width: 100%; }

#slide {
  position: relative;
  margin: 0; }
  #slide .slidecurtains {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0; }
    #slide .slidecurtains img {
      width: 100%; }
    #slide .slidecurtains.top {
      top: 0; }
      #slide .slidecurtains.top img {
        vertical-align: top; }
    #slide .slidecurtains.bottom {
      bottom: 0; }
      #slide .slidecurtains.bottom img {
        vertical-align: bottom; }
  #slide .main-slide {
    position: relative;
    z-index: 1; }
    #slide .main-slide .items-slide {
      position: relative; }
      #slide .main-slide .items-slide img {
        position: relative;
        width: 100%;
        max-width: 100%; }
      #slide .main-slide .items-slide .passion {
        position: absolute;
        top: 31%;
        right: 10%; }
    #slide .main-slide .slick-next {
      display: none !important; }
    #slide .main-slide .slick-prev {
      display: none !important; }
    #slide .main-slide .slick-dots {
      bottom: 60px;
      right: 150px;
      width: auto; }
      #slide .main-slide .slick-dots li button:before {
        font-size: 20px;
        color: white;
        opacity: 1; }
      #slide .main-slide .slick-dots li.slick-active button:before {
        color: #808080; }

#homeclasses {
  position: relative;
  background: white;
  background-color: white;
  padding-top: 50px; }
  #homeclasses .mapclasses {
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
    position: relative;
    z-index: 6;
    transition: color .3s linear; }
    #homeclasses .mapclasses:hover .click_see {
      color: white; }
      #homeclasses .mapclasses:hover .click_see h4 {
        color: white; }
    #homeclasses .mapclasses:hover .map .flag_country .flag_title {
      color: white; }
    #homeclasses .mapclasses .click_see {
      position: absolute;
      font-family: 'Calibri';
      color: #808080;
      letter-spacing: .7px;
      transition: color .3s linear;
      bottom: 30%;
      left: -7%;
      text-align: left; }
      #homeclasses .mapclasses .click_see h5 {
        margin: 0;
        padding: 0;
        line-height: 120%; }
    #homeclasses .mapclasses .map {
      text-decoration: none;
      outline: 0;
      box-shadow: none;
      position: absolute;
      transition: all .5s ease-in-out; }
      #homeclasses .mapclasses .map img {
        max-width: 100%;
        visibility: hidden; }
      #homeclasses .mapclasses .map .flag_country {
        display: inline-block;
        position: absolute;
        text-align: center; }
        #homeclasses .mapclasses .map .flag_country img {
          visibility: visible;
          max-width: 100%; }
        #homeclasses .mapclasses .map .flag_country .flag_title {
          font-family: 'Calibri';
          color: #808080;
          letter-spacing: .4px;
          transition: color .3s linear; }
      #homeclasses .mapclasses .map.jakarta {
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        top: 0;
        left: 0; }
        #homeclasses .mapclasses .map.jakarta .flag_country {
          top: 35%;
          left: -35%; }
        #homeclasses .mapclasses .map.jakarta .name_country {
          content: "Jakarta";
          font-family: 'LaneNarrow';
          color: white;
          font-size: 17px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          margin: 0 auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          vertical-align: middle;
          text-align: center;
          justify-content: center;
          opacity: 0;
          transition: opacity .3s linear; }
        #homeclasses .mapclasses .map.jakarta:hover {
          background-image: url(../../images/pinkmapjakarta.png);
          text-decoration: none;
          outline: 0;
          box-shadow: none; }
          #homeclasses .mapclasses .map.jakarta:hover .name_country {
            opacity: 1; }
      #homeclasses .mapclasses .map.singapore {
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        top: 0;
        right: 0; }
        #homeclasses .mapclasses .map.singapore .flag_country {
          top: -55%;
          left: 20%; }
        #homeclasses .mapclasses .map.singapore .name_country {
          content: "Singapore";
          font-family: 'LaneNarrow';
          color: white;
          font-size: 17px;
          position: absolute;
          top: 0;
          left: 0;
          right: 35px;
          bottom: 25px;
          margin: 0 auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          vertical-align: middle;
          text-align: center;
          justify-content: center;
          opacity: 0;
          transition: opacity .3s linear; }
        #homeclasses .mapclasses .map.singapore:hover {
          background-image: url(../../images/pinkmapsingapore.png);
          text-decoration: none;
          outline: 0;
          box-shadow: none; }
          #homeclasses .mapclasses .map.singapore:hover .name_country {
            opacity: 1; }
      #homeclasses .mapclasses .map.vietnam {
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        bottom: 13%;
        left: 23%; }
        #homeclasses .mapclasses .map.vietnam .flag_country {
          bottom: -30%;
          right: -50%; }
        #homeclasses .mapclasses .map.vietnam .name_country {
          content: "Vietnam";
          font-family: 'LaneNarrow';
          color: white;
          font-size: 17px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          margin: 0 auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          vertical-align: middle;
          text-align: center;
          justify-content: center;
          opacity: 0;
          transition: opacity .3s linear; }
        #homeclasses .mapclasses .map.vietnam:hover {
          background-image: url(../../images/pinkmapvietnam.png);
          text-decoration: none;
          outline: 0;
          box-shadow: none; }
          #homeclasses .mapclasses .map.vietnam:hover .name_country {
            opacity: 1; }
      #homeclasses .mapclasses .map.san-francisco {
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        bottom: 32%;
        left: 42%; }
        #homeclasses .mapclasses .map.san-francisco .flag_country {
          top: -20%;
          right: -15%; }
        #homeclasses .mapclasses .map.san-francisco .name_country {
          content: "San Fransisco";
          font-family: 'LaneNarrow';
          color: white;
          font-size: 17px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          margin: 0 auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          vertical-align: middle;
          text-align: center;
          justify-content: center;
          opacity: 0;
          transition: opacity .3s linear; }
        #homeclasses .mapclasses .map.san-francisco:hover {
          background-image: url(../../images/pinkmapsurabaya.png);
          text-decoration: none;
          outline: 0;
          box-shadow: none; }
          #homeclasses .mapclasses .map.san-francisco:hover .name_country {
            opacity: 1; }
        #homeclasses .mapclasses .map.san-francisco .tools-cook {
          position: absolute;
          bottom: -100%;
          right: -30%; }
          #homeclasses .mapclasses .map.san-francisco .tools-cook img {
            visibility: visible;
            max-width: 100%; }

.content {
  font-family: 'Calibri' !important;
  color: #808080;
  min-height: 750px;
  margin-bottom: 50px;
  position: relative;
  width: 100%; }
  .content .wrapper_background_page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: auto; }
    .content .wrapper_background_page .background_page {
      display: inline-block;
      max-height: 100%; }
      .content .wrapper_background_page .background_page img {
        max-width: 400px;
        display: block;
        max-height: 350px; }
      .content .wrapper_background_page .background_page.right {
        text-align: right;
        top: 0;
        right: 0;
        float: right; }
        .content .wrapper_background_page .background_page.right img {
          margin: 0 0 0 auto; }
      .content .wrapper_background_page .background_page.left {
        text-align: left;
        top: 0;
        left: 0; }
        .content .wrapper_background_page .background_page.left img {
          margin: 0 auto 0 0; }
  .content h1 {
    color: #808080; }
  .content h2 {
    color: #808080; }
  .content h3 {
    color: #808080; }
  .content h4 {
    color: #808080; }
  .content h5 {
    color: #808080; }
  .content h6 {
    color: #808080; }
  .content p {
    color: #808080; }
  .content b {
    color: #808080; }
  .content strong {
    color: #da9e56; }
  .content.homebackground {
    min-height: 1px;
    color: #808080;
    font-family: 'Calibri' !important;
    letter-spacing: 1px;
    text-align: center; }
    .content.homebackground strong {
      color: #808080; }
    .content.homebackground p {
      color: #808080;
      margin: 0;
      line-height: 170%;
      font-size: 17px; }
    .content.homebackground h1 {
      color: #808080; }
    .content.homebackground h2 {
      color: #808080; }
    .content.homebackground h3 {
      color: #808080; }
    .content.homebackground h4 {
      color: #808080; }
    .content.homebackground h5 {
      color: #808080; }
  .content.content-home {
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 170%;
    font-size: 17px; }
    .content.content-home a {
      color: #a67c52; }
      .content.content-home a strong {
        color: #a67c52; }
      .content.content-home a:hover {
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none; }
      .content.content-home a:active {
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none; }
        .content.content-home a:active:focus {
          outline: 0;
          box-shadow: none;
          -webkit-appearance: none; }
      .content.content-home a:focus {
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none; }
  .content .content-page-title {
    font-family: 'LaneNarrow';
    text-align: center;
    margin: 80px 0 0 0;
    color: #5D5D5D; }
    .content .content-page-title.space-background {
      margin-bottom: 80px; }
    .content .content-page-title h1 {
      color: #5D5D5D;
      font-family: 'LaneNarrow';
      text-align: center;
      margin: 0;
      padding: 0;
      letter-spacing: 1px;
      font-size: 60px; }
      .content .content-page-title h1 strong {
        color: #5D5D5D; }
    .content .content-page-title .wrapper_image_teachers {
      position: relative;
      text-align: center; }
      .content .content-page-title .wrapper_image_teachers .image_teachers {
        position: relative;
        margin: 0 auto;
        border: 0;
        display: inline-block;
        overflow: hidden;
        background-color: transparent;
        -webkit-transition: background-color .4s ease-in-out;
        -moz-transition: background-color .4s ease-in-out;
        -ms-transition: background-color .4s ease-in-out;
        -o-transition: background-color .4s ease-in-out;
        transition: background-color .4s ease-in-out; }
        .content .content-page-title .wrapper_image_teachers .image_teachers.detail_page img {
          width: auto;
          border-radius: 0;
          max-width: 100%;
          height: auto; }
      .content .content-page-title .wrapper_image_teachers img {
        border-radius: 50%;
        max-width: 100%;
        width: 208px;
        height: 208px;
        border: 0;
        position: relative;
        display: block; }
    .content .content-page-title .year-teachers {
      font-family: 'Calibri';
      color: #8080AF;
      margin-top: 5px;
      letter-spacing: 1px;
      font-size: 15px; }
      .content .content-page-title .year-teachers .year {
        margin: 0;
        padding: 0;
        line-height: 140%;
        color: #8080AF; }
  .content .name-teachers {
    font-family: 'LaneNarrow';
    color: #5D5D5D;
    letter-spacing: 1px;
    margin-top: 30px;
    text-align: center; }
    .content .name-teachers .name {
      font-family: 'LaneNarrow';
      color: #5D5D5D;
      margin: 0;
      padding: 0;
      line-height: 140%; }
  .content.about-us {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
    top: -30px; }
  .content.contact {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
    top: -30px; }
    .content.contact .form-horizontal {
      margin-top: 50px;
      font-family: 'Calibri';
      letter-spacing: .5px; }
      .content.contact .form-horizontal .control-label {
        font-weight: normal;
        color: #5D5D5D; }
      .content.contact .form-horizontal .form-control {
        border-radius: 0;
        border: 1px solid #5D5D5D; }
        .content.contact .form-horizontal .form-control:focus {
          outline: 0;
          box-shadow: none; }
      .content.contact .form-horizontal textarea {
        height: 200px; }
      .content.contact .form-horizontal.address-contact .form-group {
        margin-left: 0;
        margin-right: 0; }
      .content.contact .form-horizontal.address-contact .address {
        font-family: 'Calibri';
        letter-spacing: .5px;
        line-height: 140%;
        color: #5D5D5D;
        font-weight: normal; }
        .content.contact .form-horizontal.address-contact .address .location-map {
          margin-bottom: 15px; }
          .content.contact .form-horizontal.address-contact .address .location-map iframe {
            max-width: 100% !important;
            width: 100%;
            height: 350px; }
        .content.contact .form-horizontal.address-contact .address p {
          color: #5D5D5D;
          margin: 0; }
        .content.contact .form-horizontal.address-contact .address strong {
          color: #5D5D5D;
          font-weight: 700; }
    .content.contact label {
      font-weight: normal;
      color: #808080; }
      .content.contact label.error {
        color: red; }
    .content.contact .btn-contact {
      border: 1px solid #5D5D5D !important;
      border-radius: 0 !important;
      color: #5D5D5D !important;
      background-color: white !important;
      transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
      -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
      -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
      -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
      -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important; }
      .content.contact .btn-contact strong {
        color: #5D5D5D !important; }
      .content.contact .btn-contact:focus {
        outline: 0 !important;
        border: 1px solid #5D5D5D !important;
        box-shadow: none !important;
        color: white !important;
        background-color: #5D5D5D !important; }
        .content.contact .btn-contact:focus strong {
          color: white !important; }
        .content.contact .btn-contact:focus:active {
          outline: 0 !important;
          border: 1px solid #5D5D5D !important;
          box-shadow: none !important;
          color: white !important;
          background-color: #5D5D5D !important; }
          .content.contact .btn-contact:focus:active strong {
            color: white !important; }
      .content.contact .btn-contact:hover {
        outline: 0 !important;
        border: 1px solid #5D5D5D !important;
        box-shadow: none !important;
        color: white !important;
        background-color: #5D5D5D !important; }
        .content.contact .btn-contact:hover strong {
          color: white !important; }
      .content.contact .btn-contact:active {
        outline: 0 !important;
        border: 1px solid #5D5D5D !important;
        box-shadow: none !important;
        color: white !important;
        background-color: #5D5D5D !important; }
        .content.contact .btn-contact:active strong {
          color: white !important; }
  .content.press-media {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
    top: 0;
    margin-bottom: 0; }
  .content.terms {
    font-family: 'Calibri';
    color: #666666; }
    .content.terms .main-content {
      font-family: 'Calibri';
      color: #666666;
      letter-spacing: .5px; }
      .content.terms .main-content p {
        font-family: 'Calibri';
        color: #666666; }
  .content.testimonials.students {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
  .content.testimonials.teachers {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
  .content.testimonials .content-testimonials {
    margin-bottom: 50px; }
  .content.testimonials .list-testimonials {
    margin-bottom: 15px; }
    .content.testimonials .list-testimonials .image {
      text-align: center; }
      .content.testimonials .list-testimonials .image img {
        max-width: 100%;
        margin: 0 auto;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
      .content.testimonials .list-testimonials .image.teachers button:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .content.testimonials .list-testimonials .image.teachers button:active img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .content.testimonials .list-testimonials .image button {
        -webkit-appearance: none;
        box-shadow: none;
        text-shadow: none;
        border: 0;
        background-color: transparent;
        outline: 0; }
        .content.testimonials .list-testimonials .image button:active {
          outline: 0; }
        .content.testimonials .list-testimonials .image button:focus {
          outline: 0; }
    .content.testimonials .list-testimonials .title-testimonials {
      text-align: center;
      font-family: 'LaneNarrow';
      color: #5d5d5d;
      margin-top: 30px; }
      .content.testimonials .list-testimonials .title-testimonials.teachers {
        margin-top: 10px; }
        .content.testimonials .list-testimonials .title-testimonials.teachers .title {
          margin-top: 0;
          padding-top: 0; }
      .content.testimonials .list-testimonials .title-testimonials .title {
        text-align: center;
        font-family: 'LaneNarrow';
        color: #5d5d5d;
        margin-bottom: 0; }
      .content.testimonials .list-testimonials .title-testimonials .name {
        text-align: center;
        font-family: 'LaneNarrow';
        color: #5d5d5d;
        margin: 0;
        padding-top: 0;
        letter-spacing: .8px;
        margin-bottom: 5px; }
        .content.testimonials .list-testimonials .title-testimonials .name strong {
          color: #5d5d5d !important; }
    .content.testimonials .list-testimonials .main-testimonials {
      padding-top: 50px;
      color: #808080;
      font-family: 'Calibri'; }
      .content.testimonials .list-testimonials .main-testimonials p {
        color: #808080;
        font-family: 'Calibri';
        margin: 0;
        padding: 0;
        line-height: 170%;
        text-align: justify; }
  .content.shop {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
    top: -30px; }
    .content.shop .list-shop {
      padding: 15px 30px 15px 30px; }
      .content.shop .list-shop .btn-buy {
        display: block;
        text-align: center;
        width: 100%;
        padding: 15px 0; }
      .content.shop .list-shop .show-list-shop {
        display: block;
        -webkit-appearance: none;
        background-color: transparent;
        outline: 0;
        box-shadow: none;
        border: 0;
        white-space: normal; }
        .content.shop .list-shop .show-list-shop .image {
          text-align: center; }
          .content.shop .list-shop .show-list-shop .image img {
            max-width: 100%;
            margin: 0 auto; }
        .content.shop .list-shop .show-list-shop .title-shop {
          text-align: center;
          font-family: 'LaneNarrow';
          color: #da9e56;
          margin-top: 55px; }
          .content.shop .list-shop .show-list-shop .title-shop .title {
            text-align: center;
            font-family: 'LaneNarrow';
            color: #da9e56; }
        .content.shop .list-shop .show-list-shop:hover {
          outline: 0;
          box-shadow: none;
          text-decoration: none; }
        .content.shop .list-shop .show-list-shop:active {
          outline: 0;
          box-shadow: none;
          text-decoration: none; }
        .content.shop .list-shop .show-list-shop:focus {
          outline: 0;
          box-shadow: none;
          text-decoration: none; }
          .content.shop .list-shop .show-list-shop:focus:active {
            outline: 0;
            box-shadow: none;
            text-decoration: none; }
      .content.shop .list-shop .price-shop {
        text-align: center;
        font-family: 'Calibri';
        color: #5D5D5D;
        margin-bottom: 0; }
        .content.shop .list-shop .price-shop .price {
          text-align: center;
          font-family: 'Calibri';
          color: #5D5D5D;
          margin-bottom: 0; }
  .content.events {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
  .content.tutorials {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
  .content.teachers {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
    top: -30px; }
    .content.teachers .wrapper-list-teachers {
      position: relative;
      top: 50px; }
    .content.teachers .list-teachers .thumbnail {
      background-color: transparent;
      padding: 15px 15px 40px 15px;
      overflow: hidden;
      margin-bottom: 30px;
      border: 0; }
      .content.teachers .list-teachers .thumbnail:hover .wrapper_image .main_image {
        background-color: transparent; }
        .content.teachers .list-teachers .thumbnail:hover .wrapper_image .main_image .overlay {
          background-color: transparent; }
        .content.teachers .list-teachers .thumbnail:hover .wrapper_image .main_image img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
      .content.teachers .list-teachers .thumbnail:active .wrapper_image .main_image img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .content.teachers .list-teachers .thumbnail .wrapper_image {
        position: relative;
        text-align: center; }
        .content.teachers .list-teachers .thumbnail .wrapper_image .main_image {
          border-radius: 50%;
          position: relative;
          margin: 0 auto;
          border: 0;
          display: inline-block;
          overflow: hidden;
          background-color: transparent;
          /* &:hover{
          	.overlay{
          		background-color: transparent;
          	}
          	background-color: transparent;
          	} */ }
          .content.teachers .list-teachers .thumbnail .wrapper_image .main_image .overlay {
            background-repeat: no-repeat;
            background-color: transparent;
            background-size: contain;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            -webkit-transition: background-image .4s ease-in-out;
            -moz-transition: background-image .4s ease-in-out;
            -ms-transition: background-image .4s ease-in-out;
            -o-transition: background-image .4s ease-in-out;
            transition: background-image .4s ease-in-out; }
        .content.teachers .list-teachers .thumbnail .wrapper_image img {
          -moz-transition: all 0.6s;
          -webkit-transition: all 0.6s;
          -ms-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          max-width: 100%;
          width: 208px;
          height: 208px;
          border: 0;
          border-radius: 50%;
          position: relative;
          z-index: -1;
          display: block; }
      .content.teachers .list-teachers .thumbnail .caption {
        text-align: center;
        font-family: 'Calibri';
        color: #808080; }
        .content.teachers .list-teachers .thumbnail .caption .caption-title {
          margin: 0;
          padding: 30px 10px 5px 10px;
          line-height: 140%;
          font-family: 'Calibri';
          color: #808080;
          text-align: center; }
          .content.teachers .list-teachers .thumbnail .caption .caption-title b {
            color: #808080; }
  .content.classes.jakarta {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
    .content.classes.jakarta .content-page-title {
      background-image: url(../../images/mapclassjakarta.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-position: center top;
      height: 100px; }
      .content.classes.jakarta .content-page-title h1 {
        margin: auto;
        vertical-align: middle;
        line-height: 100px; }
      .content.classes.jakarta .content-page-title h4 {
        margin: auto;
        margin-top: 10px;
        vertical-align: bottom;
        font-family: 'Calibri';
        letter-spacing: 8px;
        color: #918EC5; }
    .content.classes.jakarta .content-page-with-double-quotes {
      margin: 40px 0px 15px 0; }
    .content.classes.jakarta .content {
      margin-bottom: 15px; }
  .content.classes.singapore {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
    .content.classes.singapore .content-page-title {
      background-image: url(../../images/mapclasssingapore.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-position: center top;
      height: 100px; }
      .content.classes.singapore .content-page-title h1 {
        margin: auto;
        vertical-align: middle;
        line-height: 100px; }
      .content.classes.singapore .content-page-title h4 {
        margin: auto;
        margin-top: 10px;
        vertical-align: bottom;
        font-family: 'Calibri';
        letter-spacing: 8px;
        color: #918EC5; }
    .content.classes.singapore .content-page-with-double-quotes {
      margin: 40px 0px 15px 0; }
    .content.classes.singapore .content {
      margin-bottom: 15px; }
  .content.classes.vietnam {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
    .content.classes.vietnam .content-page-title {
      background-image: url(../../images/mapclassvietnam.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-position: center top;
      height: 100px; }
      .content.classes.vietnam .content-page-title h1 {
        margin: auto;
        vertical-align: middle;
        line-height: 100px; }
      .content.classes.vietnam .content-page-title h4 {
        margin: auto;
        margin-top: 10px;
        vertical-align: bottom;
        font-family: 'Calibri';
        letter-spacing: 8px;
        color: #918EC5; }
    .content.classes.vietnam .content-page-with-double-quotes {
      margin: 40px 0px 15px 0; }
    .content.classes.vietnam .content {
      margin-bottom: 15px; }
  .content.classes.surabaya {
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    min-height: 750px;
    position: relative;
    top: -30px; }
    .content.classes.surabaya .content-page-title {
      background-image: url(../../images/mapclasssurabaya.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-position: center top;
      height: 100px; }
      .content.classes.surabaya .content-page-title h1 {
        margin: auto;
        vertical-align: middle;
        line-height: 100px; }
      .content.classes.surabaya .content-page-title h4 {
        margin: auto;
        margin-top: 10px;
        vertical-align: bottom;
        font-family: 'Calibri';
        letter-spacing: 8px;
        color: #918EC5; }
    .content.classes.surabaya .content-page-with-double-quotes {
      margin: 40px 0px 15px 0; }
    .content.classes.surabaya .content {
      margin-bottom: 15px; }

.btn-see-details {
  padding: 6px 16px;
  border: 1px solid #da9e56;
  background-color: transparent;
  color: #da9e56;
  font-family: 'LaneNarrow';
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 2px;
  margin-top: 10px; }
  .btn-see-details b {
    color: #da9e56; }
  .btn-see-details.btn-see-details-teachers {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .btn-see-details.btn-see-details-teachers:hover {
      border: 1px solid #da9e56;
      color: white;
      background-color: #da9e56;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
      .btn-see-details.btn-see-details-teachers:hover b {
        color: white; }
    .btn-see-details.btn-see-details-teachers:focus {
      border: 1px solid #da9e56;
      color: white;
      background-color: #da9e56;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
      .btn-see-details.btn-see-details-teachers:focus b {
        color: white; }
    .btn-see-details.btn-see-details-teachers:active {
      border: 1px solid #da9e56;
      color: white;
      background-color: #da9e56;
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
      .btn-see-details.btn-see-details-teachers:active b {
        color: white; }
      .btn-see-details.btn-see-details-teachers:active:focus {
        border: 1px solid #da9e56;
        color: white;
        background-color: #da9e56;
        outline: 0;
        box-shadow: none;
        text-decoration: none; }
        .btn-see-details.btn-see-details-teachers:active:focus b {
          color: white; }
      .btn-see-details.btn-see-details-teachers:active:hover {
        border: 1px solid #da9e56;
        color: white;
        background-color: #da9e56;
        outline: 0;
        box-shadow: none;
        text-decoration: none; }
        .btn-see-details.btn-see-details-teachers:active:hover b {
          color: white; }
  .btn-see-details:hover {
    background-color: transparent;
    color: #808080;
    outline: 0;
    box-shadow: none;
    border: 1px solid #808080; }
  .btn-see-details:focus {
    background-color: transparent;
    color: #808080;
    outline: 0;
    box-shadow: none;
    border: 1px solid #808080; }
  .btn-see-details:active {
    background-color: transparent;
    color: #808080;
    outline: 0;
    box-shadow: none;
    border: 1px solid #808080; }
    .btn-see-details:active:focus {
      background-color: transparent;
      color: #808080;
      outline: 0;
      box-shadow: none;
      border: 1px solid #808080; }

.list-events-tutorials {
  background-color: transparent; }
  .list-events-tutorials.gallery-video .thumbnail .image-tutorials:before {
    content: '';
    background-image: none; }
  .list-events-tutorials.gallery-video-detil .thumbnail {
    padding: 15px;
    bottom: 0;
    border: 0; }
    .list-events-tutorials.gallery-video-detil .thumbnail .caption {
      padding: 15px; }
  .list-events-tutorials .thumbnail {
    background-color: transparent;
    padding: 15px 15px 40px 15px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #cccccc; }
    .list-events-tutorials .thumbnail img {
      max-width: 100%; }
    .list-events-tutorials .thumbnail .image-tutorials {
      position: relative;
      text-align: center; }
      .list-events-tutorials .thumbnail .image-tutorials:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        content: ' ';
        background-image: url(../../images/playbutton.png);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-position: center; }
    .list-events-tutorials .thumbnail .caption {
      text-align: center; }
      .list-events-tutorials .thumbnail .caption .caption-title {
        margin: 0;
        padding: 30px 10px;
        line-height: 140%;
        font-family: 'LaneNarrow';
        color: #808080;
        text-align: center; }
        .list-events-tutorials .thumbnail .caption .caption-title.caption-title-1 {
          padding-bottom: 0; }
        .list-events-tutorials .thumbnail .caption .caption-title.caption-title-2 {
          padding-top: 0; }

.tab-page {
  padding-right: 0;
  padding-left: 0; }
  .tab-page .nav-pills {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%; }
    .tab-page .nav-pills li {
      display: inline-block;
      *display: inline;
      /*IE7*/
      *zoom: 1;
      /*IE7*/
      float: none;
      margin-left: 0;
      position: relative; }
      .tab-page .nav-pills li:before {
        position: absolute;
        left: -5px;
        top: 9px;
        content: '|';
        color: #808080; }
      .tab-page .nav-pills li.active a {
        background-color: transparent;
        color: #da9e56; }
      .tab-page .nav-pills li a {
        background-color: transparent;
        color: #808080;
        letter-spacing: .5px; }
      .tab-page .nav-pills li:nth-child(1):before {
        position: relative;
        left: 0;
        top: 0;
        content: ''; }

.btn-orange-peek {
  transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -moz-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -ms-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -o-transition: border .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  background-color: #da9e56 !important;
  color: white !important;
  font-family: 'LaneNarrow' !important;
  border: 1px solid #da9e56 !important;
  border-radius: 0 !important; }
  .btn-orange-peek b {
    color: white !important; }
  .btn-orange-peek:hover {
    background-color: white !important;
    border: 1px solid #da9e56 !important;
    color: #da9e56 !important;
    outline: 0 !important;
    box-shadow: none !important; }
    .btn-orange-peek:hover b {
      color: #da9e56 !important; }
  .btn-orange-peek:focus {
    background-color: white !important;
    border: 1px solid #da9e56 !important;
    color: #da9e56 !important;
    outline: 0 !important;
    box-shadow: none !important; }
    .btn-orange-peek:focus b {
      color: #da9e56 !important; }
  .btn-orange-peek:active {
    background-color: white !important;
    border: 1px solid #da9e56 !important;
    color: #da9e56 !important;
    outline: 0 !important;
    box-shadow: none !important; }
    .btn-orange-peek:active b {
      color: #da9e56 !important; }
    .btn-orange-peek:active:focus {
      background-color: white !important;
      border: 1px solid #da9e56 !important;
      color: #da9e56 !important;
      outline: 0 !important;
      box-shadow: none !important; }
      .btn-orange-peek:active:focus b {
        color: #da9e56 !important; }

.btn-pink-peek {
  transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 6px 28px;
  background-color: #FCBCAE;
  color: white;
  font-family: 'LaneNarrow';
  border: 1px solid #FCBCAE;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 2px; }
  .btn-pink-peek b {
    color: white; }
  .btn-pink-peek:hover {
    background-color: white;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }
    .btn-pink-peek:hover b {
      color: #da9e56; }
  .btn-pink-peek:focus {
    background-color: white;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }
    .btn-pink-peek:focus b {
      color: #da9e56; }
  .btn-pink-peek:active {
    background-color: white;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }
    .btn-pink-peek:active b {
      color: #da9e56; }
    .btn-pink-peek:active:focus {
      background-color: white;
      border: 1px solid #da9e56;
      color: #da9e56;
      outline: 0;
      box-shadow: none; }
      .btn-pink-peek:active:focus b {
        color: #da9e56; }
    .btn-pink-peek:active:hover {
      background-color: white;
      border: 1px solid #da9e56;
      color: #da9e56;
      outline: 0;
      box-shadow: none; }
      .btn-pink-peek:active:hover b {
        color: #da9e56; }
  .btn-pink-peek.shop {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 150px; }

.content-tutorials-detil {
  font-family: 'LaneNarrow';
  color: #808080;
  line-height: 140%;
  text-align: center; }
  .content-tutorials-detil h1 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil h2 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil h3 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil h4 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil h5 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil h6 {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil p {
    font-family: 'LaneNarrow';
    color: #808080; }
  .content-tutorials-detil iframe {
    max-width: 100%;
    text-align: center;
    margin: 0 auto; }
  .content-tutorials-detil .content-tutorials-image {
    position: relative;
    /* &:before{
    	position:absolute;
    	top: 50%;
    	left: 50%;
    	width: 50px;
    	height: 50px;
    	transform: translate(-50%, -50%);
    	content: ' ';
    	background-image: url(../../images/playbutton.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	-webkit-background-size: contain;
    	-moz-background-size: contain;
    	-o-background-size: contain;
    	background-position: center;
    	} */ }
    .content-tutorials-detil .content-tutorials-image img {
      max-width: 100%; }
  .content-tutorials-detil .content-tutorials-video {
    text-align: center; }
  .content-tutorials-detil .content-tutorials-title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'LaneNarrow';
    letter-spacing: 2px; }
    .content-tutorials-detil .content-tutorials-title .title {
      text-align: center;
      font-family: 'LaneNarrow';
      letter-spacing: 2px; }

.btn-back-page {
  margin: 30px 0;
  background-color: transparent;
  border: 1px solid #da9e56;
  color: #da9e56;
  border-radius: 0;
  padding: 5px 20px;
  font-family: 'LaneNarrow';
  letter-spacing: 2px; }
  .btn-back-page b {
    color: #da9e56; }
  .btn-back-page:hover {
    background-color: transparent;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }
  .btn-back-page:active {
    background-color: transparent;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }
    .btn-back-page:active:focus {
      background-color: transparent;
      border: 1px solid #da9e56;
      color: #da9e56;
      outline: 0;
      box-shadow: none; }
  .btn-back-page:focus {
    background-color: transparent;
    border: 1px solid #da9e56;
    color: #da9e56;
    outline: 0;
    box-shadow: none; }

.events-thumbnail {
  display: block;
  margin-bottom: 30px;
  cursor: pointer; }
  .events-thumbnail img {
    min-width: 100%;
    overflow: hidden; }
  .events-thumbnail:hover {
    outline: 0;
    box-shadow: none; }
  .events-thumbnail:active {
    outline: 0;
    box-shadow: none; }
    .events-thumbnail:active:focus {
      outline: 0;
      box-shadow: none; }
  .events-thumbnail:focus {
    outline: 0;
    box-shadow: none; }

.events-slide {
  position: relative;
  padding-bottom: 20px;
  z-index: 2; }
  .events-slide .event-slide-items .event-slide-image {
    text-align: center; }
    .events-slide .event-slide-items .event-slide-image img {
      max-width: 100%;
      margin: 0 auto; }
  .events-slide .event-slide-items .event-slide-caption {
    padding: 20px 0;
    color: #808080;
    font-family: 'Calibri';
    letter-spacing: .5px;
    text-align: center; }
    .events-slide .event-slide-items .event-slide-caption p {
      margin: 0; }
  .events-slide .slick-prev {
    top: 43%;
    width: 40px;
    height: 40px;
    background-color: #808080;
    border-radius: 50%;
    background-image: url(../../images/purple_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 35% 37%;
    -webkit-background-size: 35% 37%;
    -moz-background-size: 35% 37%;
    -o-background-size: 35% 37%;
    background-position: center 12px;
    left: 0;
    z-index: 2; }
    .events-slide .slick-prev:before {
      content: ' ';
      font-family: ''; }
  .events-slide .slick-next {
    top: 43%;
    width: 40px;
    height: 40px;
    background-color: #808080;
    border-radius: 50%;
    background-image: url(../../images/purple_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 35% 37%;
    -webkit-background-size: 35% 37%;
    -moz-background-size: 35% 37%;
    -o-background-size: 35% 37%;
    background-position: center 12px;
    right: 0;
    z-index: 2; }
    .events-slide .slick-next:before {
      content: ' ';
      font-family: ''; }

.loadingoverlay {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  .loadingoverlay .fa-spin {
    color: #f8eddb !important; }

#fancybox-wrap {
  padding: 15px 30px 50px 30px !important; }

#showModal .modal-content {
  border: 0;
  background: white;
  background-color: white; }
#showModal .modal-header {
  border-bottom: 0; }
  #showModal .modal-header .close {
    border: 1px solid #808080;
    color: #808080;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #showModal .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #showModal .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #showModal .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
    #showModal .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#showModal .modal-body {
  position: relative;
  padding-bottom: 0;
  /* 				position: relative;
  padding: 20px;
  height: 200px;
  overflow-y: scroll; */ }

#hometeachers {
  position: relative;
  width: 100%;
  background: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  padding: 50px 0 0 0;
  z-index: 1; }
  #hometeachers .little-arrow {
    position: absolute;
    width: 100%;
    height: 20px;
    background: transparent;
    bottom: -40px;
    left: 0; }
    #hometeachers .little-arrow:before {
      /* border-top: 22vw solid #f8eddb;
      border-left: 49vw solid white;  */
      background: #f8eddb;
      width: 50%;
      height: 100%;
      -webkit-transform: skew(0deg, 6deg);
      -moz-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
      -o-transform: skew(0deg, 6deg);
      transform: skew(0deg, 6deg);
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
    #hometeachers .little-arrow:after {
      width: 50%;
      height: 100%;
      /* border-top: 22vw solid #f8eddb;
      border-right: 50vw solid white;  */
      background: #f8eddb;
      -webkit-transform: skew(0deg, -6deg);
      -moz-transform: skew(0deg, -6deg);
      -ms-transform: skew(0deg, -6deg);
      -o-transform: skew(0deg, -6deg);
      transform: skew(0deg, -6deg);
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1; }
  #hometeachers:before {
    /* border-top: 22vw solid #f8eddb;
    border-left: 49vw solid white;  */
    background: #f8eddb;
    width: 50%;
    height: 100%;
    -webkit-transform: skew(0deg, 6deg);
    -moz-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    -o-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  #hometeachers:after {
    width: 50%;
    height: 100%;
    /* border-top: 22vw solid #f8eddb;
    border-right: 50vw solid white;  */
    background: #f8eddb;
    -webkit-transform: skew(0deg, -6deg);
    -moz-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -o-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }
  #hometeachers .slideteachers .slick-prev {
    top: 35%;
    width: 40px;
    height: 40px;
    background-image: url(../../images/arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain; }
    #hometeachers .slideteachers .slick-prev:before {
      content: ' ';
      font-family: ''; }
  #hometeachers .slideteachers .slick-next {
    top: 35%;
    width: 40px;
    height: 40px;
    background-image: url(../../images/arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain; }
    #hometeachers .slideteachers .slick-next:before {
      content: ' ';
      font-family: ''; }
  #hometeachers .slideteachers .slick-list {
    outline: 0; }
  #hometeachers .slideteachers .slick-slide {
    outline: 0; }
    #hometeachers .slideteachers .slick-slide:active {
      outline: 0; }
    #hometeachers .slideteachers .slick-slide:focus {
      outline: 0; }
  #hometeachers .slideteachers .itemslideteachers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 200px;
    flex-direction: column;
    text-decoration: none;
    -webkit-transition: background-image .4s ease-in-out;
    -moz-transition: background-image .4s ease-in-out;
    -ms-transition: background-image .4s ease-in-out;
    -o-transition: background-image .4s ease-in-out;
    transition: background-image .4s ease-in-out; }
    #hometeachers .slideteachers .itemslideteachers:active {
      outline: 0;
      box-shadow: none;
      -webkit-appearance: none;
      text-decoration: none; }
      #hometeachers .slideteachers .itemslideteachers:active .imageslideteachers .imgslideteachers img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      #hometeachers .slideteachers .itemslideteachers:active .infoslideteachers {
        text-decoration: none; }
      #hometeachers .slideteachers .itemslideteachers:active:focus {
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none;
        text-decoration: none; }
        #hometeachers .slideteachers .itemslideteachers:active:focus .infoslideteachers {
          text-decoration: none; }
    #hometeachers .slideteachers .itemslideteachers:focus {
      outline: 0;
      box-shadow: none;
      -webkit-appearance: none;
      text-decoration: none; }
      #hometeachers .slideteachers .itemslideteachers:focus .infoslideteachers {
        text-decoration: none; }
    #hometeachers .slideteachers .itemslideteachers:hover .infoslideteachers {
      text-decoration: none; }
    #hometeachers .slideteachers .itemslideteachers:hover .imageslideteachers .imgslideteachers img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    #hometeachers .slideteachers .itemslideteachers:hover .imageslideteachers .imgslideteachers {
      background-color: transparent; }
      #hometeachers .slideteachers .itemslideteachers:hover .imageslideteachers .imgslideteachers .overlay {
        background-color: transparent; }
    #hometeachers .slideteachers .itemslideteachers .imageslideteachers {
      position: relative;
      text-align: center;
      border-radius: 50%; }
      #hometeachers .slideteachers .itemslideteachers .imageslideteachers .imgslideteachers {
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
        border: 0;
        display: inline-block;
        overflow: hidden;
        background-color: transparent;
        z-index: 1; }
        #hometeachers .slideteachers .itemslideteachers .imageslideteachers .imgslideteachers .overlay {
          background-repeat: no-repeat;
          background-color: transparent;
          background-size: contain;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          /* -webkit-transition: background-image .4s ease-in-out;
          -moz-transition: background-image .4s ease-in-out;
          -ms-transition: background-image .4s ease-in-out;
          -o-transition: background-image .4s ease-in-out;
          transition: background-image .4s ease-in-out; */ }
      #hometeachers .slideteachers .itemslideteachers .imageslideteachers img {
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 50%;
        max-width: 100%;
        width: 208px;
        height: 208px;
        border: 0;
        position: relative;
        z-index: -1;
        display: block; }
    #hometeachers .slideteachers .itemslideteachers .infoslideteachers {
      padding: 10px 0; }
      #hometeachers .slideteachers .itemslideteachers .infoslideteachers h4 {
        font-family: 'Calibri';
        color: #808080;
        margin: 10px 0; }
  #hometeachers .contenthometeachers {
    font-family: 'Calibri';
    color: #808080;
    margin: 50px 0; }
    #hometeachers .contenthometeachers .titlecontenthometeachers {
      padding: 10px 0;
      color: #808080;
      text-align: center; }
      #hometeachers .contenthometeachers .titlecontenthometeachers h4 {
        margin: 0;
        padding: 0; }
        #hometeachers .contenthometeachers .titlecontenthometeachers h4 b {
          position: relative; }
          #hometeachers .contenthometeachers .titlecontenthometeachers h4 b:before {
            content: ' ';
            position: absolute;
            background-image: url(../../images/white_quote_left.png);
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            width: 20px;
            height: 20px;
            top: -15px;
            left: -35px; }
          #hometeachers .contenthometeachers .titlecontenthometeachers h4 b:after {
            content: ' ';
            position: absolute;
            background-image: url(../../images/white_quote_right.png);
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            width: 20px;
            height: 20px;
            top: -15px;
            right: -35px; }
    #hometeachers .contenthometeachers .maincontenthometeachers {
      color: #808080;
      text-align: center; }
      #hometeachers .contenthometeachers .maincontenthometeachers p {
        margin: 0;
        padding: 0; }
  #hometeachers .rowbuttonwhite {
    padding-bottom: 100px; }

#homeevents {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px; }
  #homeevents .thumbnail {
    padding: 15px;
    border-radius: 1px;
    border: 1px solid #cccccc; }
    #homeevents .thumbnail .caption {
      text-align: center;
      font-family: 'LaneNarrow'; }
      #homeevents .thumbnail .caption .caption-title {
        font-family: 'LaneNarrow';
        margin: 40px 0;
        padding: 0 10px; }
        #homeevents .thumbnail .caption .caption-title h3 {
          margin: 0;
          padding: 0;
          color: #808080;
          letter-spacing: 1px;
          line-height: 140%;
          font-family: 'LaneNarrow'; }

#homebackground {
  background-color: #f8eddb;
  padding-top: 50px;
  padding-bottom: 250px; }
  #homebackground .pieces-text {
    text-align: justify;
    color: #808080;
    font-family: 'Calibri';
    font-size: 17px;
    letter-spacing: 1px; }
    #homebackground .pieces-text p {
      text-align: justify;
      margin: 0;
      line-height: 170%;
      font-family: 'Calibri';
      font-size: 17px;
      letter-spacing: 1px; }

.hometestimonials-section .thumbnail {
  background-color: transparent;
  border: 0;
  border-radius: 0; }
  .hometestimonials-section .thumbnail .caption-title {
    text-align: center;
    margin-top: 50px; }
    .hometestimonials-section .thumbnail .caption-title p {
      margin: 0;
      font-family: 'Calibri';
      color: #5d5d5d;
      letter-spacing: .5px; }
    .hometestimonials-section .thumbnail .caption-title .testi-by {
      /* font-family: 'Calibri';
      color: #5d5d5d;
      letter-spacing: .5px; */
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #5d5d5d;
      margin-bottom: 3px; }
  .hometestimonials-section .thumbnail .caption {
    font-family: 'Calibri';
    color: #808080;
    text-align: justify; }
    .hometestimonials-section .thumbnail .caption p {
      text-align: justify;
      font-family: 'Calibri';
      color: #808080;
      line-height: 170%;
      letter-spacing: 1px;
      margin: 0; }

#hometestimonials {
  background: #e6e6e6;
  background-color: #e6e6e6;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-top: 15px;
  padding-bottom: 70px; }
  #hometestimonials .container {
    position: relative;
    z-index: 3; }

#homeinquiries {
  position: relative;
  background-color: #f8eddb;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40% 70%;
  -webkit-background-size: 40% 70%;
  -moz-background-size: 40% 70%;
  -o-background-size: 40% 70%;
  background-position: right 102%;
  min-height: 980px;
  z-index: 1; }
  #homeinquiries .background_right {
    max-width: 570px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -5px; }
    #homeinquiries .background_right img {
      max-width: 85%; }
  #homeinquiries label {
    color: #808080;
    font-family: 'Calibri';
    letter-spacing: .5px;
    font-weight: normal; }
  #homeinquiries .control-label {
    color: #808080;
    font-family: 'Calibri';
    letter-spacing: .5px;
    font-weight: normal; }
  #homeinquiries .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-family: 'Calibri';
    letter-spacing: .5px;
    font-weight: normal;
    color: #808080; }
    #homeinquiries .form-control:active {
      outline: 0;
      box-shadow: none; }
      #homeinquiries .form-control:active:focus {
        outline: 0;
        box-shadow: none; }
  #homeinquiries textarea {
    height: 150px; }
  #homeinquiries .address {
    font-family: 'Calibri';
    letter-spacing: .5px;
    line-height: 140%;
    color: #5D5D5D;
    padding-left: 39px;
    margin-top: 130px;
    margin-bottom: 30px;
    font-weight: normal; }
    #homeinquiries .address p {
      margin: 0; }
    #homeinquiries .address strong {
      font-weight: 700; }

footer {
  position: relative;
  z-index: 2;
  background-color: #e6e6e6;
  color: #fff;
  font-family: 'Calibri';
  padding: 15px 0;
  font-weight: normal; }
  footer p {
    color: #808080;
    font-family: 'Calibri';
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: normal; }

.classes-available {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 30px; }
  .classes-available.calendar {
    text-align: center; }
    .classes-available.calendar .left-classes-available {
      float: none; }
  .classes-available .right-classes-available {
    font-family: 'LaneNarrow';
    color: #5D5D5D;
    display: inline-block; }
  .classes-available .left-classes-available {
    font-family: 'Calibri';
    display: inline-block;
    float: right;
    margin-top: 20px; }
    .classes-available .left-classes-available .form-group label {
      display: inline-block;
      float: left;
      font-weight: normal;
      font-family: 'Calibri';
      color: #808080;
      letter-spacing: .5px;
      height: 34px;
      vertical-align: middle;
      margin-top: 8px;
      margin-right: 5px; }
    .classes-available .left-classes-available .form-group .form-control {
      display: inline-block;
      float: right;
      width: auto;
      border-radius: 0;
      border: 1px solid #808080; }
    .classes-available .left-classes-available .form-group #classes-filter option {
      background-color: #808080;
      color: white;
      border-bottom: 1px solid white; }
      .classes-available .left-classes-available .form-group #classes-filter option:last-child {
        border-bottom: 0; }
    .classes-available .left-classes-available .form-group #chef-filter option {
      background-color: #808080;
      color: white;
      border-bottom: 1px solid white; }
      .classes-available .left-classes-available .form-group #chef-filter option:last-child {
        border-bottom: 0; }

.main-list-class-available {
  padding-right: 0;
  padding-left: 0; }
  .main-list-class-available .list-class-available {
    padding-right: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #da9e56; }
    .main-list-class-available .list-class-available:first-child {
      padding-top: 0; }
    .main-list-class-available .list-class-available:last-child {
      border-bottom: 0; }
    .main-list-class-available .list-class-available .image-list-class-available {
      padding-left: 0; }
      .main-list-class-available .list-class-available .image-list-class-available img {
        max-width: 100%; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available {
      padding-right: 0; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available {
        font-family: 'Calibri';
        color: #5D5D5D; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available .bold-list-class-available {
          font-family: 'Calibri';
          color: #5D5D5D;
          margin: 0;
          padding: 0;
          line-height: 140%;
          letter-spacing: 1px;
          font-size: 15px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available .bold-list-class-available strong {
            color: #5D5D5D; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-content {
          margin-top: 5px;
          line-height: 140%;
          font-family: 'Calibri';
          color: #5D5D5D;
          letter-spacing: 1px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-content p {
            margin: 0;
            padding: 0;
            line-height: 140%; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-content-detil {
          margin-top: 20px;
          line-height: 140%;
          font-family: 'Calibri';
          color: #5D5D5D;
          letter-spacing: 1px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-content-detil p {
            margin: 0;
            padding: 0;
            line-height: 140%; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported {
          margin-top: 15px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported .title-class-supported {
            font-family: 'Calibri';
            color: #8080AF;
            letter-spacing: 1px;
            line-height: 140%; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported .title-class-supported .title-supported {
              font-family: 'Calibri';
              color: #8080AF;
              margin: 0;
              line-height: 140%;
              font-size: 15px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported .image-class-supported {
            margin-top: 10px; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported .image-class-supported .list-image-class-supported {
              display: inline-block;
              padding-right: 10px;
              padding-left: 10px; }
              .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-supported .image-class-supported .list-image-class-supported img {
                max-width: 100%;
                vertical-align: middle; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo {
          margin-top: 15px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .title-class-event-photo {
            font-family: 'Calibri';
            color: #8080AF;
            letter-spacing: 1px;
            line-height: 140%; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .title-class-event-photo .title-event-photo {
              font-family: 'Calibri';
              color: #8080AF;
              margin: 0;
              line-height: 140%;
              font-size: 15px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo {
            margin-top: 20px; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo {
              display: inline-block;
              padding-right: 10px;
              padding-top: 10px;
              									/* &:first-child{
              										padding-left: 0;
              									}
              
              									&:nth-child(4n+0){
              										padding-left: 0;
              										} */ }
              .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo img {
                max-width: 100%;
                vertical-align: middle; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-available {
        margin-top: 15px; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil {
        margin-top: 35px; }
        .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action {
          border: 1px solid #da9e56;
          border-radius: 0;
          background-color: transparent;
          font-family: 'LaneNarrow';
          letter-spacing: 1px;
          color: #da9e56;
          padding: 3px 20px;
          transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:hover {
            outline: 0;
            box-shadow: none;
            background-color: #da9e56;
            color: white; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:hover strong {
              color: white; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:focus {
            outline: 0;
            box-shadow: none;
            background-color: #da9e56;
            color: white; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:focus:active {
              outline: 0;
              box-shadow: none;
              background-color: #da9e56;
              color: white; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:active {
            outline: 0;
            box-shadow: none;
            background-color: #da9e56;
            color: white; }
            .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:active:hover {
              outline: 0;
              box-shadow: none;
              background-color: #da9e56;
              color: white; }
              .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:active:hover strong {
                color: white; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:first-child {
            margin-right: 10px; }
          .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-detil .btn-group .btn-action:last-child {
            margin-left: 10px; }

#modal_register_class .modal-content {
  background-color: #f8eddb;
  border: 0; }
#modal_register_class .modal-header {
  border-bottom: 0; }
  #modal_register_class .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 130%; }
  #modal_register_class .modal-header .close {
    border: 1px solid #da9e56;
    background-color: transparent;
    color: #da9e56;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #modal_register_class .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #modal_register_class .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #modal_register_class .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
      #modal_register_class .modal-header .close:active:hover {
        outline: 0;
        box-shadow: none; }
    #modal_register_class .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#modal_register_class .modal-body {
  font-family: 'Calibri';
  color: black;
  text-align: center;
  letter-spacing: .5px;
  padding-bottom: 80px; }
  #modal_register_class .modal-body label {
    font-weight: normal; }
  #modal_register_class .modal-body .form-control {
    border: 0;
    border-radius: 0; }
    #modal_register_class .modal-body .form-control:focus {
      border: 0;
      border-radius: 0; }
      #modal_register_class .modal-body .form-control:focus:active {
        border: 0;
        border-radius: 0; }
    #modal_register_class .modal-body .form-control:active {
      border: 0;
      border-radius: 0; }
  #modal_register_class .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_register_class .modal-body #submit_register {
    margin-top: 30px;
    font-size: 14px;
    border: 1px solid #da9e56;
    border-radius: 0;
    background-color: transparent;
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: #da9e56 !important;
    transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    #modal_register_class .modal-body #submit_register strong {
      color: #da9e56 !important; }
    #modal_register_class .modal-body #submit_register:hover {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56;
      color: white !important; }
      #modal_register_class .modal-body #submit_register:hover strong {
        color: white !important; }
    #modal_register_class .modal-body #submit_register:focus {
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      color: white !important; }
      #modal_register_class .modal-body #submit_register:focus strong {
        color: white !important; }
      #modal_register_class .modal-body #submit_register:focus:active {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56;
        color: white !important; }
        #modal_register_class .modal-body #submit_register:focus:active strong {
          color: white !important; }
    #modal_register_class .modal-body #submit_register:active {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56;
      color: white !important; }
      #modal_register_class .modal-body #submit_register:active strong {
        color: white !important; }
      #modal_register_class .modal-body #submit_register:active:hover {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56;
        color: white !important; }
        #modal_register_class .modal-body #submit_register:active:hover strong {
          color: white !important; }
#modal_register_class .modal-footer {
  border-top: 0; }
  #modal_register_class .modal-footer .checkbox {
    text-align: center; }
    #modal_register_class .modal-footer .checkbox label {
      color: white;
      font-weight: normal;
      font-family: 'Calibri';
      letter-spacing: 1px; }
  #modal_register_class .modal-footer .action-modal-register-class {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center; }
    #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class {
      border: 1px solid white;
      border-radius: 0;
      background-color: white;
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #808080;
      padding: 4px 20px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-size: 15px; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:hover {
        outline: 0;
        box-shadow: none;
        background-color: white;
        color: #808080; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus {
        outline: 0;
        box-shadow: none;
        background-color: white; }
        #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus:active {
          outline: 0;
          box-shadow: none;
          background-color: white;
          color: #808080; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:active {
        outline: 0;
        box-shadow: none;
        color: #808080; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:first-child {
        margin-right: 10px; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:last-child {
        margin-left: 10px; }
      #modal_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
        padding: 4px 40px; }

#modal_shop_form .modal-content {
  background-color: #f8eddb;
  border: 0; }
#modal_shop_form .modal-header {
  border-bottom: 0; }
  #modal_shop_form .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 130%; }
  #modal_shop_form .modal-header .close {
    border: 1px solid #da9e56;
    background-color: transparent;
    color: #da9e56;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #modal_shop_form .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #modal_shop_form .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #modal_shop_form .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
      #modal_shop_form .modal-header .close:active:hover {
        outline: 0;
        box-shadow: none; }
    #modal_shop_form .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#modal_shop_form .modal-body {
  font-family: 'Calibri';
  color: black;
  text-align: center;
  letter-spacing: .5px;
  padding-bottom: 80px; }
  #modal_shop_form .modal-body label {
    font-weight: normal; }
  #modal_shop_form .modal-body .form-control {
    border: 0;
    border-radius: 0; }
    #modal_shop_form .modal-body .form-control:focus {
      border: 0;
      border-radius: 0; }
      #modal_shop_form .modal-body .form-control:focus:active {
        border: 0;
        border-radius: 0; }
    #modal_shop_form .modal-body .form-control:active {
      border: 0;
      border-radius: 0; }
  #modal_shop_form .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_shop_form .modal-body #submit_shop {
    margin-top: 30px;
    font-size: 14px;
    border: 1px solid #da9e56;
    border-radius: 0;
    background-color: transparent;
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: #da9e56 !important;
    transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    #modal_shop_form .modal-body #submit_shop strong {
      color: #da9e56 !important; }
    #modal_shop_form .modal-body #submit_shop:hover {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56;
      color: white !important; }
      #modal_shop_form .modal-body #submit_shop:hover strong {
        color: white !important; }
    #modal_shop_form .modal-body #submit_shop:focus {
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      color: #da9e56 !important; }
      #modal_shop_form .modal-body #submit_shop:focus strong {
        color: #da9e56 !important; }
      #modal_shop_form .modal-body #submit_shop:focus:active {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #da9e56 !important; }
        #modal_shop_form .modal-body #submit_shop:focus:active strong {
          color: #da9e56 !important; }
    #modal_shop_form .modal-body #submit_shop:active {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56;
      color: white !important; }
      #modal_shop_form .modal-body #submit_shop:active strong {
        color: white !important; }
      #modal_shop_form .modal-body #submit_shop:active:hover {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56;
        color: white !important; }
        #modal_shop_form .modal-body #submit_shop:active:hover strong {
          color: white !important; }
#modal_shop_form .modal-footer {
  border-top: 0; }
  #modal_shop_form .modal-footer .checkbox {
    text-align: center; }
    #modal_shop_form .modal-footer .checkbox label {
      color: white;
      font-weight: normal;
      font-family: 'Calibri';
      letter-spacing: 1px; }
  #modal_shop_form .modal-footer .action-modal-shop-class {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center; }
    #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class {
      border: 1px solid white;
      border-radius: 0;
      background-color: white;
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #da9e56;
      padding: 4px 20px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-size: 15px; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:hover {
        outline: 0;
        box-shadow: none;
        background-color: white;
        color: #da9e56; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:focus {
        outline: 0;
        box-shadow: none;
        background-color: white; }
        #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:focus:active {
          outline: 0;
          box-shadow: none;
          background-color: white;
          color: #da9e56; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:active {
        outline: 0;
        box-shadow: none;
        color: #da9e56; }
        #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:active:hover {
          outline: 0;
          box-shadow: none;
          background-color: white;
          color: #da9e56; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:first-child {
        margin-right: 10px; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class:last-child {
        margin-left: 10px; }
      #modal_shop_form .modal-footer .action-modal-shop-class .btn-group .btn-modal-shop-class.ok {
        padding: 4px 40px; }

#modal_read_register_class ol {
  font-family: 'Calibri'; }
  #modal_read_register_class ol li {
    font-family: 'Calibri';
    text-align: left;
    padding-left: 10px;
    line-height: 180%;
    letter-spacing: .7px;
    padding-bottom: 5px; }
#modal_read_register_class ul {
  font-family: 'Calibri'; }
  #modal_read_register_class ul li {
    font-family: 'Calibri';
    text-align: left;
    padding-left: 10px;
    line-height: 180%;
    letter-spacing: .7px;
    padding-bottom: 5px; }
#modal_read_register_class .modal-content {
  background-color: #f8eddb;
  border: 0; }
#modal_read_register_class .modal-header {
  border-bottom: 0; }
  #modal_read_register_class .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 130%; }
    #modal_read_register_class .modal-header .modal-title.first {
      margin-top: 50px; }
  #modal_read_register_class .modal-header .close {
    border: 1px solid #da9e56;
    background-color: transparent;
    color: #da9e56;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #modal_read_register_class .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #modal_read_register_class .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #modal_read_register_class .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
    #modal_read_register_class .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#modal_read_register_class .modal-body {
  font-family: 'Calibri';
  color: black;
  text-align: center;
  letter-spacing: .5px;
  padding-bottom: 0;
  line-height: 150%; }
  #modal_read_register_class .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h1 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h2 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h3 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h4 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h5 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_read_register_class .modal-body h6 {
    margin: 0;
    padding: 0;
    line-height: 150%; }
#modal_read_register_class .modal-footer {
  border-top: 0; }
  #modal_read_register_class .modal-footer .checkbox {
    text-align: center; }
    #modal_read_register_class .modal-footer .checkbox label {
      color: white;
      font-weight: normal;
      font-family: 'Calibri';
      letter-spacing: 1px; }
  #modal_read_register_class .modal-footer .action-modal-register-class {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center; }
    #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class {
      border: 1px solid #da9e56;
      border-radius: 0;
      background-color: transparent;
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #da9e56;
      padding: 4px 20px;
      transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-size: 15px; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:hover {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56;
        color: white; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #da9e56; }
        #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus:active {
          outline: 0;
          box-shadow: none;
          background-color: #da9e56;
          color: white; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:active {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56;
        color: white; }
        #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:active:hover {
          outline: 0;
          box-shadow: none;
          background-color: #da9e56;
          color: white; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:first-child {
        margin-right: 10px; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:last-child {
        margin-left: 10px; }
      #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
        padding: 9px 40px; }

#modal_notification_success .modal-dialog {
  margin-top: 10%; }
#modal_notification_success .modal-header {
  border-bottom: 0; }
  #modal_notification_success .modal-header .close {
    border: 1px solid #da9e56;
    background-color: transparent;
    color: #da9e56;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #modal_notification_success .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #modal_notification_success .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #modal_notification_success .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
      #modal_notification_success .modal-header .close:active:hover {
        outline: 0;
        box-shadow: none; }
    #modal_notification_success .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#modal_notification_success .modal-content {
  background-color: #f8eddb;
  border: 0;
  text-align: center; }
#modal_notification_success .modal-body {
  font-family: 'LaneNarrow';
  color: black;
  text-align: center;
  letter-spacing: .5px;
  padding-bottom: 50px; }
  #modal_notification_success .modal-body .success {
    margin: 0;
    line-height: 150%; }

#modal_testimonials_class .modal-content {
  background-color: #f8eddb;
  border: 0; }
#modal_testimonials_class .modal-header {
  border-bottom: 0; }
  #modal_testimonials_class .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 130%; }
  #modal_testimonials_class .modal-header .close {
    border: 1px solid #da9e56;
    background-color: transparent;
    color: #da9e56;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    #modal_testimonials_class .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    #modal_testimonials_class .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      #modal_testimonials_class .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
      #modal_testimonials_class .modal-header .close:active:hover {
        outline: 0;
        box-shadow: none; }
    #modal_testimonials_class .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
#modal_testimonials_class .modal-body {
  font-family: 'Calibri';
  color: black;
  text-align: center;
  letter-spacing: .5px;
  padding-bottom: 0; }
  #modal_testimonials_class .modal-body .control-label {
    font-weight: normal; }
  #modal_testimonials_class .modal-body .icon-plus {
    text-align: left;
    position: relative; }
    #modal_testimonials_class .modal-body .icon-plus #file {
      position: absolute;
      height: 100%;
      width: 100%;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0.0;
      /* Standard: FF gt 1.5, Opera, Safari */
      filter: alpha(opacity=0);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=0)";
      /* IE 8 */
      -khtml-opacity: 0.0;
      /* Safari 1.x */
      -moz-opacity: 0.0;
      /* FF lt 1.5, Netscape */ }
  #modal_testimonials_class .modal-body .form-control {
    border: 0;
    border-radius: 0; }
  #modal_testimonials_class .modal-body .icon {
    text-align: center;
    display: inline-block;
    width: 53px;
    padding: 10px;
    background-color: #da9e56;
    border-radius: 50%;
    height: 50px; }
    #modal_testimonials_class .modal-body .icon .fa {
      color: #F3F3F3;
      font-size: 2.3em;
      padding-left: 3px; }
  #modal_testimonials_class .modal-body .click-here {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 19px;
    padding-left: 5px; }
  #modal_testimonials_class .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%; }
  #modal_testimonials_class .modal-body #submit_testimonials {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #da9e56;
    border-radius: 0;
    background-color: transparent;
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: #da9e56 !important;
    transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    #modal_testimonials_class .modal-body #submit_testimonials strong {
      color: #da9e56 !important; }
    #modal_testimonials_class .modal-body #submit_testimonials:hover {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56;
      color: white !important; }
      #modal_testimonials_class .modal-body #submit_testimonials:hover strong {
        color: white !important; }
    #modal_testimonials_class .modal-body #submit_testimonials:focus {
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      color: #da9e56 !important; }
      #modal_testimonials_class .modal-body #submit_testimonials:focus strong {
        color: #da9e56 !important; }
      #modal_testimonials_class .modal-body #submit_testimonials:focus:active {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #da9e56 !important; }
        #modal_testimonials_class .modal-body #submit_testimonials:focus:active strong {
          color: #da9e56 !important; }
    #modal_testimonials_class .modal-body #submit_testimonials:active {
      outline: 0;
      box-shadow: none;
      background-color: #da9e56 !important;
      color: white !important; }
      #modal_testimonials_class .modal-body #submit_testimonials:active strong {
        color: white !important; }
      #modal_testimonials_class .modal-body #submit_testimonials:active:hover {
        outline: 0;
        box-shadow: none;
        background-color: #da9e56 !important;
        color: white !important; }
        #modal_testimonials_class .modal-body #submit_testimonials:active:hover strong {
          color: white !important; }
#modal_testimonials_class .modal-footer {
  border-top: 0; }
  #modal_testimonials_class .modal-footer .checkbox {
    text-align: center; }
    #modal_testimonials_class .modal-footer .checkbox label {
      color: white;
      font-weight: normal;
      font-family: 'Calibri';
      letter-spacing: 1px; }
  #modal_testimonials_class .modal-footer .action-modal-register-class {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center; }
    #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class {
      border: 1px solid white;
      border-radius: 0;
      background-color: white;
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #da9e56;
      padding: 4px 20px;
      transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      font-size: 15px; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:hover {
        outline: 0;
        box-shadow: none;
        background-color: white;
        color: #da9e56; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus {
        outline: 0;
        box-shadow: none;
        background-color: white; }
        #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:focus:active {
          outline: 0;
          box-shadow: none;
          background-color: white;
          color: #da9e56; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:active {
        outline: 0;
        box-shadow: none;
        background-color: white;
        color: #da9e56; }
        #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:active:hover {
          outline: 0;
          box-shadow: none;
          background-color: white;
          color: #da9e56; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:first-child {
        margin-right: 10px; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class:last-child {
        margin-left: 10px; }
      #modal_testimonials_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
        padding: 4px 40px; }

.modal_teacher_class .modal-content {
  background-color: white;
  border: 0; }
.modal_teacher_class .modal-header {
  border-bottom: 0; }
  .modal_teacher_class .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: #5D5D5D;
    text-align: center;
    line-height: 130%; }
    .modal_teacher_class .modal-header .modal-title.first {
      padding-left: 30px;
      margin-top: 20px; }
  .modal_teacher_class .modal-header .close {
    border: 1px solid #808080;
    background-color: transparent;
    color: #808080;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    .modal_teacher_class .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    .modal_teacher_class .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      .modal_teacher_class .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
    .modal_teacher_class .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
.modal_teacher_class .modal-body {
  font-family: 'Calibri';
  letter-spacing: .5px;
  padding-bottom: 30px; }
  .modal_teacher_class .modal-body .testi-teachers {
    text-align: center; }
    .modal_teacher_class .modal-body .testi-teachers img {
      max-width: 100%; }
  .modal_teacher_class .modal-body .name-teacher {
    color: #5D5D5D;
    line-height: 150%;
    margin: 0;
    padding: 0;
    letter-spacing: .5px; }
  .modal_teacher_class .modal-body .caption {
    margin-top: 10px; }
    .modal_teacher_class .modal-body .caption h2 {
      font-family: 'LaneNarrow';
      color: #5D5D5D;
      margin: 0;
      padding: 0;
      line-height: 150%; }
    .modal_teacher_class .modal-body .caption .name-teachers {
      margin-bottom: 15px; }
      .modal_teacher_class .modal-body .caption .name-teachers h2 {
        line-height: 110%; }
  .modal_teacher_class .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%;
    color: #808080; }

.modal_shop_class .modal-content {
  background-color: white;
  border: 0; }
.modal_shop_class .modal-header {
  border-bottom: 0; }
  .modal_shop_class .modal-header .modal-title {
    font-family: 'LaneNarrow';
    letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 130%; }
    .modal_shop_class .modal-header .modal-title.first {
      padding-left: 30px;
      margin-top: 20px; }
  .modal_shop_class .modal-header .close {
    border: 1px solid #8080AD;
    background-color: transparent;
    color: #8080AD;
    padding: 0 8px 4px 8px;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none; }
    .modal_shop_class .modal-header .close:hover {
      outline: 0;
      box-shadow: none; }
    .modal_shop_class .modal-header .close:active {
      outline: 0;
      box-shadow: none; }
      .modal_shop_class .modal-header .close:active:focus {
        outline: 0;
        box-shadow: none; }
    .modal_shop_class .modal-header .close:focus {
      outline: 0;
      box-shadow: none; }
.modal_shop_class .modal-body {
  font-family: 'Calibri';
  letter-spacing: .5px;
  padding-bottom: 30px; }
  .modal_shop_class .modal-body .shop-image {
    text-align: center; }
    .modal_shop_class .modal-body .shop-image img {
      max-width: 100%; }
  .modal_shop_class .modal-body .name-book {
    color: #da9e56;
    line-height: 150%;
    margin: 0;
    padding: 0;
    letter-spacing: .5px; }
  .modal_shop_class .modal-body .caption {
    margin-top: 20px; }
    .modal_shop_class .modal-body .caption h2 {
      font-family: 'LaneNarrow';
      color: #da9e56;
      margin: 0;
      padding: 0;
      line-height: 150%; }
  .modal_shop_class .modal-body p {
    margin: 0;
    padding: 0;
    line-height: 150%;
    color: #808080; }

.calendar-slide .slick-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #808080;
  border-radius: 50%;
  background-image: url(../../images/purple_arrow_left.png);
  background-repeat: no-repeat;
  background-size: 35% 37%;
  -webkit-background-size: 35% 37%;
  -moz-background-size: 35% 37%;
  -o-background-size: 35% 37%;
  background-position: center;
  left: -65px; }
  .calendar-slide .slick-prev:before {
    content: ' ';
    font-family: ''; }
.calendar-slide .slick-next {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #808080;
  border-radius: 50%;
  background-image: url(../../images/purple_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 35% 37%;
  -webkit-background-size: 35% 37%;
  -moz-background-size: 35% 37%;
  -o-background-size: 35% 37%;
  background-position: center;
  right: -65px; }
  .calendar-slide .slick-next:before {
    content: ' ';
    font-family: ''; }

.wrapper-btn-see-monthly {
  margin: 15px 0 35px 0; }
  .wrapper-btn-see-monthly .btn-see-monthly {
    border-radius: 0;
    border: 1px solid #da9e56;
    color: white;
    background-color: #da9e56;
    font-family: 'LaneNarrow';
    letter-spacing: 2px;
    padding: 6px 27px;
    font-size: 17px;
    transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .wrapper-btn-see-monthly .btn-see-monthly:focus {
      outline: 0;
      border: 1px solid #da9e56;
      box-shadow: none;
      color: #da9e56;
      background-color: white; }
      .wrapper-btn-see-monthly .btn-see-monthly:focus:active {
        outline: 0;
        border: 1px solid #da9e56;
        box-shadow: none;
        color: #da9e56;
        background-color: white; }
    .wrapper-btn-see-monthly .btn-see-monthly:hover {
      outline: 0;
      border: 1px solid #da9e56;
      box-shadow: none;
      color: #da9e56;
      background-color: white; }
    .wrapper-btn-see-monthly .btn-see-monthly:active {
      outline: 0;
      border: 1px solid #da9e56;
      box-shadow: none;
      color: #da9e56;
      background-color: white; }
      .wrapper-btn-see-monthly .btn-see-monthly:active:hover {
        outline: 0;
        border: 1px solid #da9e56;
        box-shadow: none;
        color: #da9e56;
        background-color: white; }

.datepicker-inline {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.datepicker {
  position: relative; }
  .datepicker .next {
    display: none; }
  .datepicker .prev {
    display: none; }
  .datepicker table {
    width: 100%; }
    .datepicker table tr td {
      cursor: pointer;
      text-align: center;
      transition: all .2s ease-in-out;
      padding: 0;
      text-shadow: none !important;
      color: #3C4444; }
      .datepicker table tr td:first-child {
        color: #FF5043 !important; }
        .datepicker table tr td:first-child.old {
          color: #FF5043 !important; }
          .datepicker table tr td:first-child.old .content-days {
            color: #FF5043 !important; }
        .datepicker table tr td:first-child.new {
          color: #FF5043 !important; }
          .datepicker table tr td:first-child.new .content-days {
            color: #FF5043 !important; }
        .datepicker table tr td:first-child .content-days {
          color: #FF5043 !important; }
        .datepicker table tr td:first-child.active {
          color: white !important; }
          .datepicker table tr td:first-child.active .content-days {
            color: white !important; }
      .datepicker table tr td:last-child {
        color: #FF5043 !important; }
        .datepicker table tr td:last-child.old {
          color: #FF5043 !important; }
          .datepicker table tr td:last-child.old .content-days {
            color: #FF5043 !important; }
        .datepicker table tr td:last-child.new {
          color: #FF5043 !important; }
          .datepicker table tr td:last-child.new .content-days {
            color: #FF5043 !important; }
        .datepicker table tr td:last-child .content-days {
          color: #FF5043 !important; }
        .datepicker table tr td:last-child.active {
          color: white !important; }
          .datepicker table tr td:last-child.active .content-days {
            color: white !important; }
      .datepicker table tr td.multiple-event {
        /* &:last-child{
        	.content-days{
        		margin-right: 5px;
        	}
        	} */ }
        .datepicker table tr td.multiple-event .content-days {
          /* .content-days{
          	margin-left: 5px;
          	} */ }
          .datepicker table tr td.multiple-event .content-days:nth-last-child(1) {
            background-color: red; }
      .datepicker table tr td .content-days {
        transition: background-color .15s ease-in-out;
        -webkit-transition: background-color .15s ease-in-out;
        -moz-transition: background-color .15s ease-in-out;
        -ms-transition: background-color .15s ease-in-out;
        -o-transition: background-color .15s ease-in-out;
        color: #3C4444;
        margin: 5px 0 5px 0;
        padding: 5px; }
      .datepicker table tr td.new {
        background-image: none !important;
        background-color: transparent !important;
        background: transparent !important;
        color: #3C4444 !important; }
        .datepicker table tr td.new .content-days {
          background-image: none !important;
          background-color: transparent !important;
          background: transparent !important;
          color: #3C4444 !important; }
      .datepicker table tr td.old {
        background-image: none !important;
        background-color: transparent !important;
        background: transparent !important;
        color: #3C4444 !important; }
        .datepicker table tr td.old .content-days {
          background-image: none !important;
          background-color: transparent !important;
          background: transparent !important;
          color: #3C4444 !important; }
      .datepicker table tr td.active {
        background-image: none !important;
        color: white !important;
        background-color: transparent !important; }
      .datepicker table tr td.hover {
        background-image: none !important;
        color: white !important;
        background-color: black; }
    .datepicker table thead {
      font-weight: bold; }
      .datepicker table thead tr:nth-child(2) {
        background-color: #f8eddb;
        color: #808080;
        font-family: 'Calibri';
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal; }
      .datepicker table thead tr .datepicker-switch {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #f8eddb;
        color: #808080;
        font-family: 'Calibri';
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 22px; }
        .datepicker table thead tr .datepicker-switch:hover {
          outline: 0;
          box-shadow: none;
          background-color: #f8eddb; }
        .datepicker table thead tr .datepicker-switch:active {
          outline: 0;
          box-shadow: none;
          background-color: #f8eddb; }
        .datepicker table thead tr .datepicker-switch:focus {
          outline: 0;
          box-shadow: none;
          background-color: #f8eddb; }
          .datepicker table thead tr .datepicker-switch:focus:active {
            outline: 0;
            box-shadow: none;
            background-color: #f8eddb; }
      .datepicker table thead tr .dow {
        color: #3C4444;
        padding-top: 30px; }
        .datepicker table thead tr .dow:first-child {
          color: #FF5043; }
        .datepicker table thead tr .dow:last-child {
          color: #FF5043; }
    .datepicker table tbody {
      font-weight: bold; }
      .datepicker table tbody tr td {
        color: #3C4444; }
        .datepicker table tbody tr td:first-child {
          color: #FF5043;
          margin-left: 20px; }
        .datepicker table tbody tr td:last-child {
          color: #FF5043;
          margin-right: 20px; }

.bgpurple {
  background-color: #918EC5 !important;
  background-image: none !important;
  color: white !important; }

.bglightgreen {
  background-color: #91D9C5 !important;
  background-image: none !important;
  color: white !important; }

.bglightblue {
  background-color: #6CB7D6 !important;
  background-image: none !important;
  color: white !important; }

.bgyellow {
  background-color: #F6B947 !important;
  background-image: none !important;
  color: white !important; }

.slick-slide:focus {
  outline: 0 !important; }

.container-list-press-media {
  padding-left: 0;
  padding-right: 0; }
  .container-list-press-media .row {
    margin-left: 0;
    margin-right: 0; }
  .container-list-press-media .list-press-media {
    padding-left: 0;
    padding-right: 0;
    padding: 40px 0; }
    .container-list-press-media .list-press-media:nth-child(even) {
      background-color: #f8eddb; }
    .container-list-press-media .list-press-media:nth-child(odd) {
      background: white;
      background-color: white; }
    .container-list-press-media .list-press-media .list-image-press-media {
      text-align: right; }
      .container-list-press-media .list-press-media .list-image-press-media img {
        max-width: 100%; }
    .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media {
      font-family: 'Calibri';
      color: #FF0097;
      margin-bottom: 5px; }
      .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media h3 {
        font-family: 'Calibri';
        color: #FF0097;
        margin: 0; }
    .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media {
      margin-bottom: 20px;
      font-family: 'LaneNarrow';
      color: #5D5D5D; }
      .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media h2 {
        font-family: 'LaneNarrow';
        color: #5D5D5D;
        margin: 0;
        line-height: 130%; }
    .container-list-press-media .list-press-media .list-highlight-press-media .highlight-press-media {
      font-family: 'Calibri';
      color: #5D5D5D;
      line-height: 150%;
      margin-bottom: 20px;
      letter-spacing: .5px; }
      .container-list-press-media .list-press-media .list-highlight-press-media .highlight-press-media p {
        letter-spacing: .5px;
        font-family: 'Calibri';
        color: #5D5D5D;
        line-height: 150%; }
      .container-list-press-media .list-press-media .list-highlight-press-media .highlight-press-media .iframe-video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
        .container-list-press-media .list-press-media .list-highlight-press-media .highlight-press-media .iframe-video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .container-list-press-media .list-press-media .list-highlight-press-media .event-photo-press-media .title-event-photo h3 {
      display: inline-block;
      margin: 0;
      line-height: 150%;
      color: #5D5D5D;
      font-family: 'LaneNarrow'; }
      .container-list-press-media .list-press-media .list-highlight-press-media .event-photo-press-media .title-event-photo h3 p {
        font-family: 'Calibri';
        line-height: 150%;
        color: #5D5D5D;
        display: inline-block;
        font-size: 14px;
        font-style: italic; }

.list-event-photo {
  padding-left: 0;
  padding-right: 0; }
  .list-event-photo .items-event-photo {
    cursor: pointer;
    padding-bottom: 15px;
    padding-left: 0; }
    .list-event-photo .items-event-photo img {
      max-width: 100%; }

.action-press-media {
  margin-top: 20px;
  display: inline-block; }

.col-events-thumbnail img {
  max-width: 100%; }

.close-menu-mobile {
  text-align: right;
  max-width: 100%;
  display: none; }
  .close-menu-mobile .btn-close-menu {
    background-color: white;
    -webkit-appearance: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #808080; }
    .close-menu-mobile .btn-close-menu:hover {
      outline: 0;
      box-shadow: none;
      -webkit-appearance: none; }
    .close-menu-mobile .btn-close-menu:focus {
      outline: 0;
      box-shadow: none;
      -webkit-appearance: none; }
      .close-menu-mobile .btn-close-menu:focus:active {
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none; }
    .close-menu-mobile .btn-close-menu:active {
      outline: 0;
      box-shadow: none;
      -webkit-appearance: none; }

.collapsing {
  height: auto !important;
  position: fixed !important;
  overflow: visible !important;
  -webkit-transition-timing-function: unset !important;
  -o-transition-timing-function: unset !important;
  transition-timing-function: unset !important;
  -webkit-transition-duration: unset !important;
  -o-transition-duration: unset !important;
  transition-duration: unset !important;
  -webkit-transition-property: unset !important;
  -o-transition-property: unset !important;
  transition-property: unset !important;
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
  -o-transform: translateX(-100%) !important;
  -moz-transform: translateX(-100%) !important;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out; }

.uploadImage {
  text-align: left; }
  .uploadImage img {
    max-width: 100%;
    margin-bottom: 10px; }
  .uploadImage #cancelUpload {
    border: 1px solid white; }

.wrapper_image_students {
  position: relative;
  text-align: center; }
  .wrapper_image_students .image_students {
    width: 112px;
    height: 112px;
    position: relative;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background-color: transparent; }
    .wrapper_image_students .image_students img {
      max-width: 100%;
      border: 0;
      position: relative;
      display: block; }

.modal_classes {
  font-family: 'Calibri';
  color: #5D5D5D; }
  .modal_classes .modal-header {
    border-bottom: 0; }
    .modal_classes .modal-header .close {
      border: 1px solid #8080AA;
      color: #8080AA;
      padding: 0 8px 4px 8px;
      vertical-align: middle;
      opacity: 1;
      text-shadow: none; }
  .modal_classes .modal-body {
    padding-bottom: 50px; }
    .modal_classes .modal-body .container {
      max-width: 100%; }
  .modal_classes .list-class-available {
    padding-right: 5px;
    padding-left: 5px; }
  .modal_classes .image-list-class-available {
    padding-left: 0; }
    .modal_classes .image-list-class-available img {
      max-width: 100%; }
  .modal_classes .bold-list-class-available {
    font-family: 'Calibri';
    color: #5D5D5D;
    margin: 0;
    padding: 0;
    line-height: 140%;
    letter-spacing: 1px;
    font-size: 15px; }
    .modal_classes .bold-list-class-available strong {
      color: #5D5D5D; }
  .modal_classes .main-list-class-available {
    font-family: 'Calibri';
    color: #5D5D5D; }
    .modal_classes .main-list-class-available.class-content {
      margin-top: 5px;
      line-height: 140%;
      font-family: 'Calibri';
      color: #5D5D5D;
      letter-spacing: 1px; }
      .modal_classes .main-list-class-available.class-content p {
        margin: 0;
        padding: 0;
        line-height: 140%; }
    .modal_classes .main-list-class-available.class-content-detil {
      margin-top: 20px;
      line-height: 140%;
      font-family: 'Calibri';
      color: #5D5D5D;
      letter-spacing: 1px; }
      .modal_classes .main-list-class-available.class-content-detil p {
        margin: 0;
        padding: 0;
        line-height: 140%; }
    .modal_classes .main-list-class-available.class-supported {
      margin-top: 15px; }
      .modal_classes .main-list-class-available.class-supported .title-class-supported {
        font-family: 'Calibri';
        color: #8080AF;
        letter-spacing: 1px;
        line-height: 140%; }
        .modal_classes .main-list-class-available.class-supported .title-class-supported .title-supported {
          font-family: 'Calibri';
          color: #8080AF;
          margin: 0;
          line-height: 140%;
          font-size: 15px; }
      .modal_classes .main-list-class-available.class-supported .image-class-supported {
        margin-top: 10px; }
        .modal_classes .main-list-class-available.class-supported .image-class-supported .list-image-class-supported {
          display: inline-block;
          padding-right: 10px;
          padding-left: 10px; }
          .modal_classes .main-list-class-available.class-supported .image-class-supported .list-image-class-supported img {
            max-width: 100%;
            vertical-align: middle; }
    .modal_classes .main-list-class-available.class-event-photo {
      margin-top: 15px; }
      .modal_classes .main-list-class-available.class-event-photo .title-class-event-photo {
        font-family: 'Calibri';
        color: #8080AF;
        letter-spacing: 1px;
        line-height: 140%; }
        .modal_classes .main-list-class-available.class-event-photo .title-class-event-photo .title-event-photo {
          font-family: 'Calibri';
          color: #8080AF;
          margin: 0;
          line-height: 140%;
          font-size: 15px; }
      .modal_classes .main-list-class-available.class-event-photo .image-class-event-photo {
        margin-top: 20px; }
        .modal_classes .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo {
          display: inline-block;
          padding-right: 10px;
          padding-left: 10px;
          padding-top: 15px;
          padding-bottom: 15px; }
          .modal_classes .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo img {
            max-width: 100%;
            vertical-align: middle; }
  .modal_classes .action-list-class-available {
    margin-top: 15px; }
  .modal_classes .action-list-class-detil {
    margin-top: 35px; }
    .modal_classes .action-list-class-detil .btn-group .btn-action {
      border: 1px solid #808080;
      border-radius: 0;
      background-color: transparent;
      font-family: 'LaneNarrow';
      letter-spacing: 1px;
      color: #808080;
      padding: 3px 20px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
      .modal_classes .action-list-class-detil .btn-group .btn-action:hover {
        outline: 0;
        box-shadow: none;
        background-color: #808080;
        color: white; }
      .modal_classes .action-list-class-detil .btn-group .btn-action:focus {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #808080; }
        .modal_classes .action-list-class-detil .btn-group .btn-action:focus:active {
          outline: 0;
          box-shadow: none;
          background-color: transparent;
          color: #808080; }
      .modal_classes .action-list-class-detil .btn-group .btn-action:active {
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #808080; }
      .modal_classes .action-list-class-detil .btn-group .btn-action:first-child {
        margin-right: 10px; }
      .modal_classes .action-list-class-detil .btn-group .btn-action:last-child {
        margin-left: 10px; }

#ytplayer {
  width: 450px;
  height: 320px; }

#overlaymap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity .7s linear,visibility .7s linear; }

.popup_pressmedia {
  padding-right: 0 !important; }
  .popup_pressmedia .modal-content {
    min-height: 300px; }
  .popup_pressmedia .modal-dialog {
    margin: 5% auto 30px auto; }

.container-item-shop {
  margin-top: 180px; }

.spp-title {
  font-family: 'Calibri';
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-bottom: 15px; }
  .spp-title.sponsor {
    color: #fff; }
  .spp-title.partner {
    margin-top: 15px;
    color: #808080; }

.container-spp {
  width: 800px;
  margin-bottom: 15px; }
  .container-spp .spp-wrapper {
    text-align: center;
    background: transparent;
    background-color: transparent;
    padding: 0;
    float: none;
    display: inline-block; }
    .container-spp .spp-wrapper .spp-items {
      margin: 0 auto;
      background: white;
      background-color: white;
      border-radius: 4px;
      position: relative;
      min-height: 52px;
      float: none;
      display: inline-block;
      overflow: hidden;
      margin-right: 2px;
      margin-left: 2px; }
      .container-spp .spp-wrapper .spp-items img {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 7px;
        max-height: 100%; }
      .container-spp .spp-wrapper .spp-items.shadow {
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset; }

.list-multiple-event {
  position: absolute;
  top: 4px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border: 0;
  transition: height .4s ease-in-out;
  -webkit-transition: height .4s ease-in-out;
  -moz-transition: height .4s ease-in-out;
  -ms-transition: height .4s ease-in-out;
  -o-transition: height .4s ease-in-out;
  overflow: hidden;
  background: white;
  background-color: white;
  z-index: 2001;
  height: 0; }
  .list-multiple-event.open {
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    height: 100%; }
  .list-multiple-event .list-multiple-event-header {
    display: block;
    width: 100%;
    padding: 25px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    background-color: #F7B7A9;
    background: #F7B7A9;
    border-radius: 4px; }
    .list-multiple-event .list-multiple-event-header .list-multiple-title {
      display: inline-block; }
      .list-multiple-event .list-multiple-event-header .list-multiple-title:nth-child(2) {
        float: right; }
    .list-multiple-event .list-multiple-event-header .fa {
      padding-top: 4px;
      color: white; }
    .list-multiple-event .list-multiple-event-header h4 {
      color: white;
      font-family: 'Calibri';
      letter-spacing: 1px;
      font-weight: normal;
      font-size: 22px;
      margin: 0; }
    .list-multiple-event .list-multiple-event-header p {
      font-family: 'LaneNarrow';
      color: #da9e56; }
  .list-multiple-event .list-multiple-event-content {
    padding: 15px; }
    .list-multiple-event .list-multiple-event-content .list-group .list-group-item {
      cursor: pointer;
      font-size: 'Calibri';
      border: 0;
      border-bottom: 1px solid #808080;
      margin-bottom: 0;
      border-radius: 0;
      background: transparent;
      color: #808080;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border .15s ease-in-out,background .15s ease-in-out;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border .15s ease-in-out,background .15s ease-in-out;
      -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border .15s ease-in-out,background .15s ease-in-out;
      -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border .15s ease-in-out,background .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border .15s ease-in-out,background .15s ease-in-out; }
      .list-multiple-event .list-multiple-event-content .list-group .list-group-item h4 {
        line-height: 120%;
        margin: 0; }
      .list-multiple-event .list-multiple-event-content .list-group .list-group-item p {
        margin: 0;
        line-height: 120%; }
      .list-multiple-event .list-multiple-event-content .list-group .list-group-item:hover {
        background: #808080;
        background-color: #808080;
        color: white; }
        .list-multiple-event .list-multiple-event-content .list-group .list-group-item:hover h4 {
          color: white; }
        .list-multiple-event .list-multiple-event-content .list-group .list-group-item:hover p {
          color: white; }
      .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active {
        background: #808080;
        background-color: #808080;
        color: white; }
        .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active h4 {
          color: white; }
        .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active p {
          color: white; }
        .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active:hover {
          background: #808080;
          background-color: #808080;
          color: white; }
          .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active:hover h4 {
            color: white; }
          .list-multiple-event .list-multiple-event-content .list-group .list-group-item:active:hover p {
            color: white; }
  .list-multiple-event .close-event {
    cursor: pointer; }

.desc-color-date {
  text-align: center;
  padding: 15px 0;
  padding-bottom: 0; }
  .desc-color-date .color-date {
    display: inline-block;
    background: #da9e56;
    background-color: #da9e56;
    border-radius: 50%;
    width: 20px;
    height: 20px; }
    .desc-color-date .color-date:before {
      content: " , ";
      width: 20px;
      height: 20px;
      color: transparent; }
  .desc-color-date .desc-date {
    display: inline-block; }
    .desc-color-date .desc-date p {
      font-family: 'Calibri';
      margin: 0;
      padding: 0;
      letter-spacing: 0.5px; }

.bg-white {
  background: white !important;
  background-color: white !important; }

.border-cream-quotes {
  border: 2px solid #da9e56; }

.list-box {
  padding: 15px;
  border-radius: 1px;
  border: 1px solid #cccccc;
  overflow: hidden; }

.progress-load {
  background-color: rgba(0, 0, 0, 0.8) !important;
  background-image: url("../../images/ellipsis-loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .progress-load img {
    opacity: 0;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }

.loaded-image {
  background-color: transparent !important;
  background-image: none !important;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .loaded-image img {
    opacity: 1 !important;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }

.row-padding-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.no-margin {
  margin: 0; }

.none-xl {
  display: none; }

@media screen and (min-width: 1500px) {
  .navbar-logo {
    left: 45%; } }
@media screen and (max-width: 1599px) and (min-width: 1450px) {
  .content .wrapper_background_page .background_page img {
    max-width: 450px;
    display: block;
    max-height: 470px; } }
@media screen and (max-width: 1449px) and (min-width: 1400px) {
  .content .wrapper_background_page .background_page img {
    max-width: 450px;
    display: block;
    max-height: 470px; } }
@media screen and (max-width: 1199px) {
  #slide .main-slide .items-slide .passion img {
    max-width: 80%;
    float: right; }

  .content .wrapper_background_page .background_page img {
    max-width: 350px;
    display: block;
    max-height: 350px; }
  .content.contact .form-horizontal.address-contact .address .location-map iframe {
    height: 300px; }
  .content.teachers .wrapper-list-teachers {
    top: 20px; }

  .container-item-shop {
    margin-top: 200px; }

  #homeinquiries {
    background-size: 35% 55%;
    -webkit-background-size: 35% 55%;
    -moz-background-size: 35% 55%;
    -o-background-size: 35% 55%; }
    #homeinquiries .background_right {
      max-width: 350px; }
      #homeinquiries .background_right img {
        max-width: 100%; }
    #homeinquiries .control-label {
      padding-left: 0;
      margin-left: 0;
      text-align: left; }
    #homeinquiries .address {
      padding-left: 16px; }

  .navbar-logo {
    left: 43%; } }
@media screen and (max-width: 1100px) {
  #homeclasses .mapclasses .click_see {
    bottom: 40%;
    left: -2%; }
  #homeclasses .mapclasses .map img {
    max-width: 85%; }
  #homeclasses .mapclasses .map.jakarta {
    left: 15%; }
  #homeclasses .mapclasses .map.singapore .flag_country {
    left: 15%; }
  #homeclasses .mapclasses .map.vietnam {
    bottom: 25%;
    left: 30%; }
    #homeclasses .mapclasses .map.vietnam .flag_country {
      right: -25%; }
  #homeclasses .mapclasses .map.san-francisco {
    bottom: 43%;
    left: 45%; }
    #homeclasses .mapclasses .map.san-francisco .flag_country {
      right: -2%; }
    #homeclasses .mapclasses .map.san-francisco .tools-cook img {
      max-width: 80%; }
  #homeclasses .mapclasses .map .flag_country .flag_title {
    font-size: 12px; } }
@media screen and (max-width: 991px) {
  .classes-available {
    padding-right: 15px;
    padding-left: 15px; }

  .main-list-class-available {
    padding-right: 15px;
    padding-left: 15px; }

  .content.contact .form-horizontal.address-contact .address .location-map iframe {
    height: 250px; }
  .content .wrapper_background_page {
    display: none; }

  .container-item-shop {
    margin-top: 0; }

  			/* .events-slide{
  
  				.slick-prev{
  					display:inline-block;
  				}
  
  				.slick-next{
  					display:inline-block;
  				}
  				} */
  #homeinquiries {
    background-size: 30% 40%;
    -webkit-background-size: 30% 40%;
    -moz-background-size: 30% 40%;
    -o-background-size: 30% 40%; }

  .slick-prev {
    display: none !important; }

  .slick-next {
    display: none !important; }

  #hometeachers .slideteachers .slick-next {
    display: none !important; }
  #hometeachers .slideteachers .slick-prev {
    display: none !important; }

  .slideteachers .slick-next {
    right: -45px; }

  #homeclasses .mapclasses {
    margin-top: 70px; }
    #homeclasses .mapclasses .click_see {
      left: 20%;
      bottom: 31%; }
    #homeclasses .mapclasses .map img {
      max-width: 100%; }
    #homeclasses .mapclasses .map .flag_country img {
      max-width: 100%; }
    #homeclasses .mapclasses .map.jakarta {
      top: 0;
      left: 25%; }
      #homeclasses .mapclasses .map.jakarta .flag_country {
        top: 35%;
        left: -35%; }
      #homeclasses .mapclasses .map.jakarta .name_country {
        font-size: 17px; }
    #homeclasses .mapclasses .map.singapore {
      top: 0;
      right: 25%; }
      #homeclasses .mapclasses .map.singapore .flag_country {
        top: -55%;
        left: 20%; }
      #homeclasses .mapclasses .map.singapore .name_country {
        font-size: 17px; }
    #homeclasses .mapclasses .map.vietnam {
      bottom: 13%;
      left: 37%; }
      #homeclasses .mapclasses .map.vietnam .flag_country {
        bottom: -30%;
        right: -50%; }
      #homeclasses .mapclasses .map.vietnam .name_country {
        font-size: 17px; }
    #homeclasses .mapclasses .map.san-francisco {
      bottom: 32%;
      left: 46%; }
      #homeclasses .mapclasses .map.san-francisco .flag_country {
        top: -20%;
        right: -15%; }
      #homeclasses .mapclasses .map.san-francisco .name_country {
        font-size: 17px; }
      #homeclasses .mapclasses .map.san-francisco .tools-cook {
        bottom: -100%;
        right: -30%; }
        #homeclasses .mapclasses .map.san-francisco .tools-cook img {
          max-width: 100%; }
    #homeclasses .mapclasses .map .flag_country .flag_title {
      font-size: 14px; }

  .navbar-logo {
    left: 42%; }

  #slide .main-slide .slick-dots {
    bottom: 40px;
    right: 80px; }
  #slide .main-slide .items-slide .passion img {
    width: auto;
    max-width: 100%;
    max-height: 100px;
    float: right; }

  #header .navbar .navbar-nav.navbar-menu li a {
    font-size: 12px; }

  	/* .navbar-right{
  		margin-right: -45px;
  	}
  
  	.navbar-left{
  		margin-left: -35px;
  	}
  
  	#social-media{
  
  		margin-right: -50px;
  		} */
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 860px) {
  .container-spp {
    width: 100%; }
    .container-spp .row {
      padding-left: 15px;
      padding-right: 15px; } }
@media screen and (max-width: 767px) {
  .border-cream-quotes-mobile {
    border: 2px solid #da9e56;
    margin-right: 0;
    margin-left: 0; }

  .border-cream-quotes {
    margin-right: 0;
    margin-left: 0; }

  .popup_pressmedia .modal-dialog {
    margin: 13% 15px 30px 15px; }

  #modal_register_class .modal-body .control-label {
    text-align: left; }
    #modal_register_class .modal-body .control-label.label-name {
      padding-right: 0; }

  #modal_shop_form .modal-body .control-label {
    text-align: left; }
    #modal_shop_form .modal-body .control-label.label-name {
      padding-right: 0; }

  .modal_classes .wrapper-content-list-class-available {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px; }
  .modal_classes .main-list-class-available {
    padding-left: 0; }

  .btn-see-all-events {
    margin-bottom: 30px; }

  #homeevents {
    padding-top: 15px;
    padding-bottom: 15px; }

  .section-title.home-events-title {
    margin-top: 25px;
    margin-bottom: 50px; }

  .content-page-with-double-quotes {
    margin: 25px 0 15px 0 !important; }
    .content-page-with-double-quotes .content {
      margin-bottom: 15px; }

  .tab-page .nav-pills {
    margin-bottom: 10px;
    margin-top: 10px; }

  .close-menu-mobile {
    display: block; }

  #modal_testimonials_class .modal-body .control-label {
    text-align: left;
    margin-bottom: 10px; }

  .list-events-tutorials {
    padding-bottom: 15px; }
    .list-events-tutorials:nth-child(odd) {
      padding-top: 0;
      padding-right: 10px;
      padding-left: 0; }
    .list-events-tutorials:nth-child(even) {
      padding-top: 0;
      padding-left: 10px;
      padding-right: 0; }
    .list-events-tutorials .thumbnail {
      margin-bottom: 5px; }

  #homeinquiries {
    background-image: none;
    min-height: 1px; }
    #homeinquiries .background_right {
      display: none; }
    #homeinquiries .control-label {
      padding-left: 15px; }
    #homeinquiries .address {
      margin-top: 30px; }

  .container-list-press-media .list-press-media .list-image-press-media {
    width: 100%;
    text-align: left; }
  .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media h2 {
    line-height: 130%; }

  .list-highlight-press-media {
    width: 100%;
    margin-top: 10px; }

  .list-event-photo .items-event-photo {
    text-align: left; }

  .content {
    min-height: auto;
    			/* &.homebackground{
    
    				p{
    					line-height: 140%;
    					font-size: 15px;
    				}
    				} */ }
    .content .background_page.right {
      display: none; }
    .content .background_page.left {
      display: none; }
    .content.testimonials .list-testimonials {
      padding: 15px 0 15px 0; }
    .content.testimonials.students {
      top: 0px; }
    .content.testimonials.teachers {
      top: 0px; }
    .content.about-us {
      top: 0px; }
    .content.contact {
      top: 0px; }
    .content.events {
      top: 0px; }
    .content.tutorials {
      top: 0px; }
    .content.teachers {
      top: 0px; }
    .content.classes.jakarta {
      top: 0px; }
    .content.classes.singapore {
      top: 0px; }
    .content.classes.vietnam {
      top: 0px; }
    .content.classes.surabaya {
      top: 0px; }

  .hometestimonials-section .thumbnail {
    padding: 0; }
    .hometestimonials-section .thumbnail .caption {
      padding-left: 0;
      padding-right: 0; }

  .classes-available {
    padding-right: 15px;
    padding-left: 15px; }

  .main-list-class-available {
    padding-right: 15px;
    padding-left: 15px; }
    .main-list-class-available .list-class-available .image-list-class-available {
      max-width: 100%;
      width: auto; }
      .main-list-class-available .list-class-available .image-list-class-available img {
        max-width: 182px; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available {
      padding-left: 0; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available {
        padding-right: 0;
        padding-left: 0; }

  /* 		.content-page-with-double-quotes{
  			margin: 80px 0 50px 0;
  			} */
  .content.contact .form-horizontal.address-contact .address .location-map iframe {
    height: 400px; }
  .content.content-home {
    margin-top: 0; }
  .content .content-page-title {
    width: auto;
    margin: 40px auto 40px auto !important;
    /* &.testimonials{
    	h1{
    		font-size: 20px;
    	}
    } */ }
    .content .content-page-title.space-background {
      margin-bottom: 40px; }
    .content .content-page-title h1 {
      font-size: 55px; }
  .content.about-us {
    top: 0; }

  .slick-next {
    display: none !important; }

  .slick-prev {
    display: none !important; }

  #homeinquiries {
    background-size: 35% 35%;
    -webkit-background-size: 35% 35%;
    -moz-background-size: 35% 35%;
    -o-background-size: 35% 35%; }

  .navbar-logo {
    top: 15px;
    left: 37%;
    max-width: 100%; }

  .navbar-toggle {
    top: 63px;
    margin-right: 0; }
    .navbar-toggle .icon-bar {
      background-color: #808080;
      width: 25px;
      height: 3px; }

  #header .top-header {
    padding-right: 15px;
    padding-left: 15px; }
    #header .top-header #search-form {
      padding-bottom: 0;
      margin-bottom: 5px;
      margin-top: 0;
      padding-top: 0px; }
    #header .top-header #social-media {
      padding-top: 5px;
      padding-bottom: 5px;
      border: 0;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
      #header .top-header #social-media .btn-social-media {
        padding-left: 0;
        display: inline-block;
        text-align: center;
        width: 30px; }
      #header .top-header #social-media .social-media-logo {
        padding: 1px 0 1px 0; }
  #header .navbar-header {
    min-height: 185px;
    margin: 0;
    padding: 0; }
  #header .navbar {
    min-height: 150px;
    height: 200px;
    margin-bottom: 0; }
    #header .navbar .navbar-nav {
      margin: 0; }
      #header .navbar .navbar-nav.navbar-menu {
        width: 100%;
        display: block; }
        #header .navbar .navbar-nav.navbar-menu li {
          width: 100%;
          display: block;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          border-bottom: 1px solid white; }
          #header .navbar .navbar-nav.navbar-menu li:hover {
            background-color: #f8eddb; }
            #header .navbar .navbar-nav.navbar-menu li:hover a {
              color: #808080; }
          #header .navbar .navbar-nav.navbar-menu li:focus {
            background-color: #f8eddb; }
            #header .navbar .navbar-nav.navbar-menu li:focus a {
              color: #808080; }
          #header .navbar .navbar-nav.navbar-menu li:active {
            background-color: #f8eddb; }
            #header .navbar .navbar-nav.navbar-menu li:active a {
              color: #808080; }
            #header .navbar .navbar-nav.navbar-menu li:active:focus {
              background-color: #f8eddb; }
              #header .navbar .navbar-nav.navbar-menu li:active:focus a {
                color: #808080; }
          #header .navbar .navbar-nav.navbar-menu li.dropdown {
            position: block !important; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu {
              display: block !important; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:hover {
                background-color: #e6d6bc; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:hover a {
                  color: #808080; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:focus {
                background-color: #e6d6bc; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:focus a {
                  color: #808080; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active {
                background-color: #e6d6bc; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active a {
                  color: #808080; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active:focus {
                  background-color: #e6d6bc; }
                  #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active:focus a {
                    color: #808080; }
                #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active:hover {
                  background-color: #e6d6bc; }
                  #header .navbar .navbar-nav.navbar-menu li.dropdown:hover .dropdown-menu li:active:hover a {
                    color: #808080; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown:focus .dropdown-menu {
              display: block !important; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown:active .dropdown-menu {
              display: block !important; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown.open {
              background-color: #e6d6bc; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown.open .dropdown-menu {
                display: unset !important; }
            #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu {
              display: none;
              width: 100%;
              margin-left: 0;
              top: unset;
              position: relative;
              margin-bottom: 0;
              border: 0;
              float: none; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu:before {
                position: relative;
                top: unset;
                left: unset;
                content: unset; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu:after {
                position: relative;
                top: unset;
                left: unset;
                content: unset; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li:nth-child(1) {
                border-top: 1px solid white; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li .menu-animated {
                text-align: center;
                font-size: 13px;
                color: #808080; }
              #header .navbar .navbar-nav.navbar-menu li.dropdown .dropdown-menu li a {
                font-size: 13px;
                color: #808080;
                text-align: center; }
      #header .navbar .navbar-nav.navbar-right li:last-child {
        border-bottom: 0; }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 100% !important;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out; }
    .navbar-collapse.in {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -o-transform: translateX(0);
      -moz-transform: translateX(0); }

  #homeclasses .mapclasses {
    height: auto;
    margin-top: 0; }
    #homeclasses .mapclasses .click_see {
      text-align: center;
      position: static; }
      #homeclasses .mapclasses .click_see h5 {
        display: inline-block; }
    #homeclasses .mapclasses .map {
      position: static;
      text-align: center;
      display: block;
      float: left;
      min-height: 260px;
      background-image: none !important;
      width: 50%;
      padding: 10px; }
      #homeclasses .mapclasses .map .icon_country {
        display: block;
        justify-content: center;
        align-items: center; }
      #homeclasses .mapclasses .map.san-francisco .tools-cook {
        display: none; }
      #homeclasses .mapclasses .map img {
        visibility: visible; }
      #homeclasses .mapclasses .map .flag_country {
        position: static;
        text-align: center;
        display: block;
        margin-bottom: 15px; } }
		/* @media screen and (max-width: 730px){

			#homeclasses{
				.mapclasses{
					.map{
						&.jakarta{
							left: 23%;
						}

						&.singapore{
							right: 18%;
						}

						&.vietnam{
							left: 34%;
						}
					}
				}
			}
		}
		*/
@media screen and (max-width: 650px) {
  .main-list-class-available .list-class-available .image-list-class-available {
    width: 100%; }
  .main-list-class-available .list-class-available .wrapper-content-list-class-available {
    width: 100%;
    margin-top: 15px; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo {
      width: 33.33333333333333%;
      padding-left: 0;
      padding-top: 5px; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo:nth-child(odd) {
        padding-left: 0; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo:nth-child(even) {
        padding-left: 0; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo:first-child {
        padding-left: 0; }
      .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo:nth-child(4n+0) {
        padding-left: 0; }

  #homeinquiries {
    background-size: 45% 35%;
    -webkit-background-size: 45% 35%;
    -moz-background-size: 45% 35%;
    -o-background-size: 45% 35%; }

  .navbar-logo {
    left: 36%; }

  #homeevents .thumbnail .caption .caption-title h3 {
    font-size: 20px; } }
		/* @media screen and (max-width: 630px){

			#homeclasses{
				.mapclasses{
					.map{
						&.jakarta{
							left: 18%;
						}

						&.singapore{
							right: 15%;
						}

						&.vietnam{
							left: 30%;
						}

						&.san-francisco{
							left: 45%;
						}
					}
				}
			}

		}
		*/
@media screen and (max-width: 600px) {
  .container-spp .spp-wrapper {
    text-align: center;
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0;
    margin: -5px 1px 1px 1px;
    margin-bottom: 5px; }
    .container-spp .spp-wrapper .spp-items {
      width: 30%; }

  .content.contact .form-horizontal.address-contact .address .location-map iframe {
    height: 350px; }

  #slide .main-slide .slick-dots {
    bottom: 30px;
    right: 40px; }
  #slide .main-slide .items-slide .passion img {
    max-height: 80px;
    float: right; }

  .navbar-logo {
    left: 35%; }

  #homeevents .thumbnail .caption .caption-title {
    margin: 25px 0; }
    #homeevents .thumbnail .caption .caption-title h3 {
      font-size: 18px; } }
		/* @media screen and (max-width: 590px){

			#homeclasses{
				.mapclasses{
					.map{
						&.jakarta{
							left: 14%;
						}

						&.singapore{
							right: 12%;
						}

						&.vietnam{
							left: 27%;
						}

						&.san-francisco{
							left: 47%;
						}
					}

					.tools-cook{
						right: 10%;
					}
				}
			}

			} */
@media screen and (max-width: 574px) {
  .content-page-with-double-quotes .double-quotes h4 strong:before {
    background-image: none !important;
    content: ''; }
  .content-page-with-double-quotes .double-quotes h4 strong:after {
    background-image: none !important;
    content: ''; }

  .list-events-tutorials {
    width: 100%; }
    .list-events-tutorials:nth-child(odd) {
      padding-right: 0; }
    .list-events-tutorials:nth-child(even) {
      padding-left: 0; } }
@media screen and (max-width: 560px) {
  .list-events-tutorials {
    width: 100%; }
    .list-events-tutorials:nth-child(odd) {
      padding-right: 0; }
    .list-events-tutorials:nth-child(even) {
      padding-left: 0; } }
@media screen and (max-width: 560px) {
  .list-events-tutorials {
    width: 100%; }
    .list-events-tutorials:nth-child(odd) {
      padding-right: 0; }
    .list-events-tutorials:nth-child(even) {
      padding-left: 0; } }
@media screen and (max-width: 550px) {
  .list-event-photo .items-event-photo {
    width: 33.33333333%; }

  .section-title h2 {
    font-size: 35px; }

  #slide .main-slide .slick-dots li button:before {
    font-size: 18px; }

  .slick-dots li {
    margin: 0 1px; }

  .list-image-press-media {
    width: 100%; }

  .list-highlight-press-media {
    width: 100%; }

  .date-press-media {
    margin-top: 20px; }

  #hometeachers .contenthometeachers {
    margin: 20px 0; }

  #homeinquiries {
    background-size: 42% 30%;
    -webkit-background-size: 42% 30%;
    -moz-background-size: 42% 30%;
    -o-background-size: 42% 30%; }

  .content .content-page-title h1 {
    font-size: 45px; }

  .content-page-with-double-quotes {
    margin: 20px 0 30px 0 !important; }

  .navbar-logo {
    left: 34%; } }
@media screen and (max-width: 510px) {
  #modal_read_register_class .modal-body p {
    font-size: 12px; }
  #modal_read_register_class .modal-footer .checkbox label {
    font-size: 12px; } }
@media screen and (max-width: 500px) {
  .container-spp .spp-wrapper {
    width: 100%; }
    .container-spp .spp-wrapper .spp-items {
      min-height: 45px; }

  #slide .main-slide .slick-dots {
    bottom: 15px;
    right: 20px; }

  .content.content-home {
    font-size: 15px; }
  .content.shop .list-shop .show-list-shop .title-shop {
    margin-top: 20px; }
    .content.shop .list-shop .show-list-shop .title-shop .title {
      font-size: 20px; }

  .content .content-page-title h1 {
    font-size: 40px; }

  /* 
  		.content-page-with-double-quotes{
  			margin: 50px 0 50px 0;
  		}
  		*/
  .navbar-logo {
    left: 33%; }

  #homeevents .list-home-events {
    width: 100%; }

  .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media {
    font-size: 21px; }
    .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media h3 {
      font-size: 21px; }
  .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media {
    font-size: 25px; }
    .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media h2 {
      font-size: 25px; } }
	/* @media screen and (max-width: 490px){

		#homeclasses{
			.mapclasses{
				.map{
					&.jakarta{
						left: 10%;
					}

					&.singapore{
						right: 6%;
					}

					&.vietnam{
						left: 26%;
					}

					&.san-francisco{
						left: 44%;
					}
				}

				.tools-cook{
					right: 2%;
				}
			}
		}

		} */
@media screen and (max-width: 480px) {
  #homeinquiries {
    background-size: 35% 26%;
    -webkit-background-size: 35% 26%;
    -moz-background-size: 35% 26%;
    -o-background-size: 35% 26%; }

  .navbar-logo {
    left: 31%; } }
	/* @media screen and (max-width: 460px){

		#homeclasses{
			.mapclasses{
				.map{
					&.jakarta{
						left: 5%;
					}

					&.singapore{
						right: 2%;
					}

					&.vietnam{
						left: 20%;
					}

					&.san-francisco{
						left: 40%;
					}
				}

			}
		}

	}
	*/
@media screen and (max-width: 450px) {
  #slide .main-slide .items-slide .passion img {
    max-height: 60px; }

  #homeclasses .mapclasses {
    margin-top: 0; }
    #homeclasses .mapclasses .map {
      display: block;
      width: 100%; }
      #homeclasses .mapclasses .map.singapore .icon_country .flag_country {
        margin-top: 10px; }
      #homeclasses .mapclasses .map.san-francisco .icon_country .flag_country {
        margin-top: 35px; }

  .list-event-photo .items-event-photo {
    width: 50%; }

  #ytplayer {
    width: 100%;
    height: 250px; }

  .section-title h2 {
    font-size: 32px; }

  #modal_testimonials_class .modal-header .modal-title {
    font-size: 30px; }

  #modal_notification_success .modal-body {
    font-size: 30px; }
    #modal_notification_success .modal-body h1 {
      font-size: 30px; }

  #modal_shop_form .modal-header .modal-title {
    font-size: 30px; }

  #modal_register_class .modal-header .modal-title {
    font-size: 30px; }

  #modal_read_register_class .modal-header .modal-title {
    font-size: 30px; }

  .content-tutorials-detil .content-tutorials-title {
    margin-top: 30px;
    margin-bottom: 10px; }
    .content-tutorials-detil .content-tutorials-title .title {
      font-size: 20px; }

  .classes-available .right-classes-available {
    width: 100%;
    display: block;
    float: none; }
  .classes-available .left-classes-available {
    width: 100%;
    display: block;
    float: none;
    padding-top: 5px; }
    .classes-available .left-classes-available .form-group label {
      height: auto; }
    .classes-available .left-classes-available .form-group .form-control {
      display: block;
      float: none; }

  .main-list-class-available .list-class-available .image-list-class-available {
    width: 100%; }
    .main-list-class-available .list-class-available .image-list-class-available img {
      width: auto; }
  .main-list-class-available .list-class-available .wrapper-content-list-class-available {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available .main-list-class-available.class-event-photo .image-class-event-photo .list-image-class-event-photo {
      width: 50%;
      padding-bottom: 15px; }

  .tab-page .nav-pills li {
    display: block; }

  .content .content-page-title {
    margin: 40px auto 40px auto !important; }
    .content .content-page-title.class {
      margin-bottom: 40px !important; }
    .content .content-page-title h1 {
      font-size: 35px; }

  .navbar-logo {
    left: 30%; }

  #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class {
    font-size: 12px; } }
@media screen and (max-width: 430px) {
  		/* #homeclasses{
  			.mapclasses{
  				.map{
  					&.jakarta{
  						left: 0%;
  					}
  
  					&.singapore{
  						right: 0%;
  					}
  
  					&.vietnam{
  						left: 15%;
  					}
  
  					&.san-francisco{
  						left: 35%;
  					}
  				}
  
  			}
  			} */
  #homeinquiries {
    background-size: 30% 18%;
    -webkit-background-size: 30% 18%;
    -moz-background-size: 30% 18%;
    -o-background-size: 30% 18%; }

  .content-page-with-double-quotes .double-quotes h4 {
    font-size: 16px; }
    .content-page-with-double-quotes .double-quotes h4 strong:before {
      width: 15px;
      height: 15px;
      left: -20px; }
    .content-page-with-double-quotes .double-quotes h4 strong:after {
      width: 15px;
      height: 15px;
      right: -20px; }

  .navbar-logo {
    left: 29%; } }
@media screen and (max-width: 400px) {
  			/* .container-spp{
  
  				.spp-wrapper{
  
  					display:block;
  					float:left;
  					padding: 2px;
  
  					.spp-items{
  
  						img{
  
  							padding: 0;
  						}
  					}
  				}
  				} */
  .button_white {
    letter-spacing: 1px;
    padding: 5px 20px;
    font-size: 13px; }

  #hometeachers .contenthometeachers {
    margin: 0 0 15px 0; }
    #hometeachers .contenthometeachers .titlecontenthometeachers h4 {
      font-size: 16px; }

  #slide .main-slide .slick-dots {
    bottom: 20px; }
    #slide .main-slide .slick-dots li button:before {
      font-size: 16px; }
  #slide .main-slide .items-slide .passion img {
    max-height: 45px; }

  .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media {
    font-size: 21px; }
    .container-list-press-media .list-press-media .list-highlight-press-media .date-press-media h3 {
      font-size: 21px; }
  .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media {
    font-size: 23px; }
    .container-list-press-media .list-press-media .list-highlight-press-media .title-press-media h2 {
      font-size: 23px; }

  #modal_shop_form .modal-header .modal-title {
    font-size: 27px; }

  #modal_register_class .modal-header .modal-title {
    font-size: 27px; }

  #modal_read_register_class .modal-header .modal-title {
    font-size: 27px; }
  #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
    padding: 9px 25px; }

  #modal_testimonials_class .modal-header .modal-title {
    font-size: 27px; }

  #modal_notification_success .modal-body {
    font-size: 27px; }
    #modal_notification_success .modal-body h1 {
      font-size: 27px; }

  .content {
    					/* .content-page-title{
    
    						width: 250px;
    
    					} */ }
    .content.contact .form-horizontal.address-contact .address .location-map iframe {
      height: 270px; }
    .content.content-home {
      font-size: 14px; }
    .content.shop .list-shop .show-list-shop .title-shop .title {
      font-size: 22px; }

  footer p {
    font-size: 12px; }

  .navbar-logo {
    left: 27%; } }
@media screen and (max-width: 380px) {
  #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
    padding: 9px 20px; }

  		/* #homeclasses{
  
  			.mapclasses{
  
  				overflow:hidden;
  
  				.map{
  
  					img{
  
  						max-width: 85%;
  
  					}
  
  					&.jakarta{
  						left: 4%;
  
  						.name_country{
  							font-size: 15px;
  						}
  					}
  					&.singapore{
  						right: -8%;
  
  						.name_country{
  							font-size: 15px;
  						}
  					}
  
  					&.san-francisco{
  						left: 37%;
  						top: 23%;
  
  						.name_country{
  							font-size: 15px;
  						}
  					}
  
  					&.vietnam{
  						left: 15%;
  						top: 34%;
  
  						.name_country{
  							font-size: 15px;
  						}
  					}
  				}
  
  				.tools-cook{
  
  					right: -9%;
  					bottom: 13%;
  
  					img{
  						max-width: 85%;
  					}
  				}
  			}
  			} */
  #homeinquiries {
    background-image: none; }

  .navbar-logo {
    left: 26%; } }
@media screen and (max-width: 350px) {
  .content.contact .form-horizontal.address-contact .address .location-map iframe {
    height: 240px; }

  #modal_read_register_class .modal-footer .action-modal-register-class .btn-group .btn-modal-register-class.ok {
    padding: 9px 15px;
    font-size: 10px; }

  .section-title h2 {
    font-size: 26px; }

  #slide .main-slide .slick-dots {
    bottom: 15px; }
    #slide .main-slide .slick-dots li {
      margin: 0; }
      #slide .main-slide .slick-dots li button:before {
        font-size: 14px; }

  .content-page-with-double-quotes .double-quotes h4 {
    font-size: 14px !important; }

  #modal_testimonials_class .modal-body .click-here {
    font-size: 10px; }

  #modal_notification_success .modal-body {
    font-size: 18px; }
    #modal_notification_success .modal-body h1 {
      font-size: 18px; }

  .content-tutorials-detil .content-tutorials-title .title {
    font-size: 18px; }

  .wrapper-btn-see-monthly .btn-see-monthly {
    font-size: 14px; }

  footer p {
    font-size: 11px; }

  .navbar-logo {
    left: 24%; } }
@media screen and (max-width: 360px) {
  .content-page-with-double-quotes .double-quotes h4 {
    font-size: 16px; }
    .content-page-with-double-quotes .double-quotes h4 strong:before {
      left: -15px; }
    .content-page-with-double-quotes .double-quotes h4 strong:after {
      right: -15px; } }
@media screen and (max-width: 370px) {
  .btn-see-other-testi {
    font-size: 14px; }

  .content .content-page-title h1 {
    font-size: 30px; } }
@media screen and (max-width: 330px) {
  		/* #homeclasses{
  			.mapclasses{
  
  				.tools-cook{
  
  					right: -22%;
  
  				}
  			}
  			} */
  .btn-see-other-testi {
    font-size: 13px;
    padding: 6px 20px; }

  .navbar-logo {
    left: 23%; }

  .content .content-page-title h1 {
    font-size: 25px; } }
@media screen and (max-width: 310px) {
  .btn-submit-testimonials {
    font-size: 15px; } }
@media screen and (max-width: 300px) {
  .wrapper-btn-see-monthly .btn-see-monthly {
    font-size: 13px; }

  .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-available .btn-group {
    display: block; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-available .btn-group .btn-action:first-child {
      margin-right: 0;
      display: inline-block;
      width: 100%; }
    .main-list-class-available .list-class-available .wrapper-content-list-class-available .action-list-class-available .btn-group .btn-action:last-child {
      margin-left: 0;
      margin-top: 10px;
      display: inline-block;
      width: 100%; } }

/*# sourceMappingURL=custom.css.map */
