body {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

nav {
  background-color: #000 !important; }
  nav .navbar-nav {
    margin: auto;
    padding: 20px 0px; }
    nav .navbar-nav li a {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      font-size: 19px; }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 10;
}
#navmenu li a {
    color: #fff;
}
/*
HEADER
*/
.slick-slide {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .slick-slide img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 220px; }

.first_slide {
  background-image: url(../images/slide11.jpg); }

.second_slide {
  background-image: url(../images/slide22.jpg); }
.container.schedule img {
    width: 100%!IMPORTANT;
    margin: 0px 0px 50px;
}
.navbar-nav span{
    color: #fff;
    display: block;
    margin-top: 7px;
}
nav .navbar-nav .red a,
nav .navbar-nav .red{
    color: #d4181b !important;
}
.mylang{
    margin-left: 45px;
}
/*
ABOUT BLOCK
*/
section#about {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 50px 0px; }
  section#about .wrapper {
    max-width: 45%;
    margin: auto; }
    section#about .wrapper button {
      padding: 5px 20px;
      border: 1px solid #007abf;
      color: #007abf;
      background-color: transparent;
      cursor: pointer;
      transition: 1s ease;
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;
      -ms-transition: 1s ease;
      -o-transition: 1s ease; }
      section#about .wrapper button:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #fff; }

/*
edition
 BLOCK
*/
section#edititon {
  position: relative; }
  section#edititon .label-ed {
    font-family: "Roboto", sans-serif;
    bottom: 20%;
    color: #fff;
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0px;
    background-color: rgba(0, 122, 191, 0.7);
    width: 54%;
    text-align: center; }
section#edititon img {
    width: 100%;
    height: 80vh;
        filter: grayscale(100%);
    object-fit: contain;
    background-color: #e1e1e1;
}
/*
TEAM
 BLOCK
*/
section#team {
  padding: 100px 0px 100px 0px;
  text-align: center;
  background-image: url(../images/FON_TEACHERS.jpg);
  color: #fff;
  background-position: center;
  position: relative;
  background-size: cover; }
  section#team h2 {
    padding: 150px 0px 0px 0px;
    z-index: 1;
position: relative;}
    section#team h2::after {
      content: "";
      width: 60px;
      height: 3px;
      background-color: #c5003c;
      display: block;
      margin: auto;
      margin: 30px auto 50px;
      border-radius: 10%;
      -webkit-border-radius: 10%;
      -moz-border-radius: 10%;
      -ms-border-radius: 10%;
      -o-border-radius: 10%; }
  section#team .member img {
    max-height: 400px;
    max-width: 100%;
    object-fit: cover; }
  section#team .member .content {
    border: 1px solid #869196;
    padding: 20px;
    font-family: "Roboto", sans-serif; }
    section#team .member .content h3 {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: bold; }
    section#team .member .content p {
      color: #fff; }
#team:before {
    content: '';
    background-color: rgba(0, 122, 191, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}
/*
TEAM
 BLOCK
*/
section#workshop {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  font-family: "Roboto", sans-serif; }
  section#workshop h2 {
    margin: 50px auto;
    font-weight: bold; }
  section#workshop .name {
    color: #4e899f;
    font-size: 30px;
    font-weight: bold; }
  section#workshop .heads p {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px; }
  section#workshop .heads h3 {
    font-weight: bold;
    margin: 30px 0px; }

/*
tabs
 BLOCK
*/
section#tabs-content {
  background-color: #000;
  padding: 150px 0px; }
  section#tabs-content #tabs {
  	max-width: 100%;
    margin: auto;
    padding: 0px; }
    section#tabs-content #tabs .ui-tabs .ui-tabs-nav {
      margin: 0;
      padding: 0px; }
.ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: center;
   flex-wrap:wrap;
}
.ui-tabs .ui-tabs-panel {
    border-top: 1px solid #4e899f;
}


/*
GALLERY
 BLOCK
*/
section#gallery .container-fluid {
  /*padding: 0px;*/ }
  section#gallery .container-fluid .row .col-md-2 {
    padding: 0px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease; }
    section#gallery .container-fluid .row .col-md-2:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      z-index: 2; }
    section#gallery .container-fluid .row .col-md-2 img {
      width: 100%;
      height: 201px;
      -o-object-fit: cover;
      object-fit: cover; }

/*
VIDEO
 BLOCK
*/
section#video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    padding: 150px 0px;
    background-color: #000;
}
 section#video img {
    width: 100px;
        
    display: block;
    margin: 0 auto;
}
/*
FORM
 BLOCK
*/
#form {
  background-color: #000;
  padding: 50px 0px;
  text-align: center;
  color: #fff; }
  #form .form-wrapper {
    margin: auto; }
    #form .form-wrapper #my_form.hided {
      display: none; }
    #form .form-wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #form .form-wrapper form button {
        cursor: pointer;
        max-width: 200px;
        color: #007abf;
        border: 1px solid #007abf;
        background-color: transparent;
        margin: auto;
        padding: 10px 50px;
        font-weight: bold; }
      #form .form-wrapper form input {
        margin: 15px 0px;
        padding: 8px;
        background-color: transparent;
        border: 1px solid #575757;
        color: #575757; }
        #form .form-wrapper form input::-webkit-input-placeholder {
          color: #575757; }
        #form .form-wrapper form input:-ms-input-placeholder {
          color: #575757; }
        #form .form-wrapper form input::-ms-input-placeholder {
          color: #575757; }
        #form .form-wrapper form input::placeholder {
          color: #575757; }
      #form .form-wrapper form input.massage {
        padding-bottom: 200px !important;
        display: block; }
    #form .form-wrapper .success {
      display: none;
      text-align: center;
      color: #007abf;
      padding: 50px;
      border: 1px solid #d4181b;
      margin: 80px 0px; }
      a.submit-link {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d4181b;
    padding: 7px 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 200px;
    align-items: center;
    margin: 25px auto;
    color: #d4181b;
}
.reg-btn {
    position: fixed;
    left: 0;
    z-index: 2;
    bottom: 30%;
    border: 2px solid #d4181b;
    color: #d4181b;
    padding: 10px;
    background-color: #000;
}
.reg-btn a{
    color: #d4181b;
}
/*
FOOTER
 BLOCK
*/
.slick-initialized .slick-slide p{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 122, 191, 0.4);
}
#footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 50px 0px; }
  #footer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 }
    #footer .row .col-md-3 {
      margin: 50px 0px; }

section#footer a {
    color: #fff;
}

/*
MEDIA QUERY
*/
@media screen and (max-width: 600px) {
  section#about .wrapper {
    max-width: 85%;
    margin: auto; }
  section#edititon .label-ed {
    position: inherit;
    width: 100%; }
  ul.ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.slick-slide img {
    height: auto !important;
}
    
}


.mewtwo-flights--m{
    margin: 0 auto;
}

.slide-text {
    text-align: center;
    bottom: 28%;
    position: relative;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
iframe {
	max-width: 100%;
}