/* --- $VARIABLES --- */
/*Global*/
html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  background-color: #fff;
  color: #3d3d3d;
  overflow-x: hidden; }

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0; }

/* Delay animation class */
.delay--01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay--02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay--03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay--04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay--05 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay--06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay--07 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay--08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay--09 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay--10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.delay--11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay--12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay--13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay--14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay--15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay--16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay--17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay--18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay--19 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.delay--20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

.delay--21 {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.delay--22 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.delay--23 {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.delay--24 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.delay--25 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay--26 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s; }

/* 5 Colunm Bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.group:after {
  content: "";
  display: table;
  clear: both; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    body {
      font-size: 70%; } }

a {
  text-decoration: none;
  color: #08c; }

strong {
  font-weight: normal;
  color: #303030; }

.wrap-3d {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -webkit-perspective-origin: 50% 110%;
  perspective-origin: 50% 110%; }

.item-3d {
  width: 100%;
  margin-bottom: 20%;
  padding-top: 10%;
  padding-bottom: 5%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media (max-width: 600px) {
    .item-3d {
      margin-bottom: 40%; } }

.ground {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  width: 200%;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), color-stop(60%, #f2f2f2));
  background-image: -webkit-linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-image: -o-linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-image: linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-size: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(70deg);
  transform: rotateX(70deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .ground:before, .ground:after {
    content: '';
    position: absolute;
    width: 100%; }
  .ground:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    max-width: 50rem;
    background-image: -webkit-radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-image: -o-radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-image: radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-size: 50% 80%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ground:after {
    bottom: -500px;
    left: 0;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f2f2f2));
    background-image: -webkit-linear-gradient(#d8d8d8, #f2f2f2);
    background-image: -o-linear-gradient(#d8d8d8, #f2f2f2);
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg); }

.item-3d:nth-child(even) .ground:before {
  background-position: 100% 50%;
  -webkit-animation: floating-shadow-r 5s -1s infinite;
  animation: floating-shadow-r 5s -1s infinite; }

.item-3d:nth-child(odd) .ground:before {
  background-position: 0 50%;
  -webkit-animation: floating-shadow-l 5s -1s infinite;
  animation: floating-shadow-l 5s -1s infinite; }

@-webkit-keyframes floating-shadow-l {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 10% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 0 80%; } }

@keyframes floating-shadow-l {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 10% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 0 80%; } }

@-webkit-keyframes floating-shadow-r {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 90% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 100% 80%; } }

@keyframes floating-shadow-r {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 90% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 100% 80%; } }

.item-content {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.item-img {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: floating 5s -1s infinite;
  animation: floating 5s -1s infinite; }
  .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(-5rem);
    transform: translateZ(-5rem); }

.item-3d:nth-child(even) .item-img {
  float: right;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.item-caption {
  display: block;
  position: relative;
  float: left;
  width: 50%; }

.item-3d:nth-child(odd) .item-caption {
  padding-left: 10%; }
  @media (max-width: 600px) {
    .item-3d:nth-child(odd) .item-caption {
      padding-left: 5%; } }

.item-3d:nth-child(even) .item-caption {
  text-align: right;
  padding-right: 10%; }
  @media (max-width: 600px) {
    .item-3d:nth-child(even) .item-caption {
      padding-right: 5%; } }

.item-caption p {
  font-size: 87.5%;
  line-height: 1.333;
  margin-bottom: 1.25rem; }
  @media (max-width: 600px) {
    .item-caption p {
      margin-bottom: 0.5rem; } }

.item-caption p a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3rem; }
  .item-caption p a:before {
    content: '';
    position: absolute;
    right: 1rem;
    bottom: 3px;
    left: 0;
    height: 1px;
    background-color: #08c;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .item-caption p a:after {
    content: '\003E';
    padding-left: 0.5rem;
    text-decoration: none; }
  .item-caption p a:hover:before, .item-caption p a:active:before, .item-caption p a:focus:before {
    opacity: 0.5; }

.intro {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 15% 2rem;
  text-align: center; }
  .intro:after {
    content: '\2193';
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    font-size: 150%;
    -webkit-animation: scroll-arrw 1s -1s infinite linear;
    animation: scroll-arrw 1s -1s infinite linear; }

@-webkit-keyframes scroll-arrw {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
    opacity: 0; } }

@keyframes scroll-arrw {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
    opacity: 0; } }

.intro h1 {
  font-size: 250%;
  font-weight: normal;
  color: #303030; }

.intro p {
  margin-bottom: 2rem;
  font-size: 175%;
  line-height: 1.4286; }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.group:after {
  content: "";
  display: table;
  clear: both; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    body {
      font-size: 70%; } }

a {
  text-decoration: none;
  color: #08c; }

strong {
  font-weight: normal;
  color: #303030; }

.wrap-3d {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -webkit-perspective-origin: 50% 110%;
  perspective-origin: 50% 110%; }

.item-3d {
  width: 100%;
  margin-bottom: 20%;
  padding-top: 10%;
  padding-bottom: 5%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media (max-width: 600px) {
    .item-3d {
      margin-bottom: 40%; } }

.ground {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  width: 200%;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), color-stop(60%, #f2f2f2));
  background-image: -webkit-linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-image: -o-linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-image: linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-size: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(70deg);
  transform: rotateX(70deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .ground:before, .ground:after {
    content: '';
    position: absolute;
    width: 100%; }
  .ground:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    max-width: 50rem;
    background-image: -webkit-radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-image: -o-radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-image: radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
    background-size: 50% 80%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ground:after {
    bottom: -500px;
    left: 0;
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f2f2f2));
    background-image: -webkit-linear-gradient(#d8d8d8, #f2f2f2);
    background-image: -o-linear-gradient(#d8d8d8, #f2f2f2);
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg); }

.item-3d:nth-child(even) .ground:before {
  background-position: 100% 50%;
  -webkit-animation: floating-shadow-r 5s -1s infinite;
  animation: floating-shadow-r 5s -1s infinite; }

.item-3d:nth-child(odd) .ground:before {
  background-position: 0 50%;
  -webkit-animation: floating-shadow-l 5s -1s infinite;
  animation: floating-shadow-l 5s -1s infinite; }

@keyframes floating-shadow-l {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 10% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 0 80%; } }

@keyframes floating-shadow-r {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 90% 80%; }
  50% {
    background-size: 50% 80%;
    background-position: 100% 80%; } }

.item-content {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.item-img {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: floating 5s -1s infinite;
  animation: floating 5s -1s infinite; }
  .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(-5rem);
    transform: translateZ(-5rem); }

.item-3d:nth-child(even) .item-img {
  float: right;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.item-caption {
  display: block;
  position: relative;
  float: left;
  width: 50%; }

.item-3d:nth-child(odd) .item-caption {
  padding-left: 10%; }
  @media (max-width: 600px) {
    .item-3d:nth-child(odd) .item-caption {
      padding-left: 5%; } }

.item-3d:nth-child(even) .item-caption {
  text-align: right;
  padding-right: 10%; }
  @media (max-width: 600px) {
    .item-3d:nth-child(even) .item-caption {
      padding-right: 5%; } }

.item-caption p {
  font-size: 87.5%;
  line-height: 1.333;
  margin-bottom: 1.25rem; }
  @media (max-width: 600px) {
    .item-caption p {
      margin-bottom: 0.5rem; } }

.item-caption p a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3rem; }
  .item-caption p a:before {
    content: '';
    position: absolute;
    right: 1rem;
    bottom: 3px;
    left: 0;
    height: 1px;
    background-color: #08c;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .item-caption p a:after {
    content: '\003E';
    padding-left: 0.5rem;
    text-decoration: none; }
  .item-caption p a:hover:before, .item-caption p a:active:before, .item-caption p a:focus:before {
    opacity: 0.5; }

.intro {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 15% 2rem;
  text-align: center; }
  .intro:after {
    content: '\2193';
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    font-size: 150%;
    -webkit-animation: scroll-arrw 1s -1s infinite linear;
    animation: scroll-arrw 1s -1s infinite linear; }

@keyframes scroll-arrw {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
    opacity: 0; } }

.intro h1 {
  font-size: 250%;
  font-weight: normal;
  color: #303030; }

.intro p {
  margin-bottom: 2rem;
  font-size: 175%;
  line-height: 1.4286; }

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 100px; } }

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 100px; } }

/* --- TYPOGRAPHY --- */
/**
 * Titles
 */
h3, .h3 {
  font-size: 22px; }

.btn-default {
  background-color: #3d3d3d;
  color: white;
  border-color: #3d3d3d; }
  .btn-default:hover, .btn-default:focus {
    background-color: #707070;
    color: white; }

.navbar-default {
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  /*.navbar-header{
      @media screen and (min-width: $screen-sm) and (max-width: $screen-sm-max){
          display: block;
          text-align: center;
          margin-bottom: 10px;
          width: 100%;
        }
    }*/ }
  .navbar-default .navbar-brand {
    height: 115px;
    padding: 15px;
    width: auto;
    /*  @media screen and (min-width: $screen-sm) and (max-width: $screen-sm-max){
          display: inline-block;
          float: none;
        }*/ }
    @media screen and (max-width: 1199px) {
      .navbar-default .navbar-brand {
        height: 85px; } }
    .navbar-default .navbar-brand img {
      max-height: 100%;
      width: auto;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .navbar-default .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; } }
  .navbar-default .navbar-nav .menu-item a {
    position: relative;
    background-color: black;
    display: block;
    padding: 15px 26px 10px;
    height: 85px;
    overflow: hidden;
    text-align: center;
    width: 160px;
    font-size: 14px;
    color: white;
    text-transform: uppercase; }
    .navbar-default .navbar-nav .menu-item a:after, .navbar-default .navbar-nav .menu-item a:before {
      content: " ";
      position: absolute;
      bottom: 0;
      z-index: 1;
      height: 0;
      width: 0;
      border-width: 42px;
      border-style: solid; }
    .navbar-default .navbar-nav .menu-item a::before {
      left: 0;
      border-color: transparent transparent white white; }
    .navbar-default .navbar-nav .menu-item a::after {
      right: 0;
      border-color: transparent white white transparent; }
    .navbar-default .navbar-nav .menu-item a:hover {
      background-color: black;
      color: white; }
      .navbar-default .navbar-nav .menu-item a:hover::before, .navbar-default .navbar-nav .menu-item a:hover::after {
        display: none; }
    @media screen and (max-width: 991px) {
      .navbar-default .navbar-nav .menu-item a {
        width: 120px;
        padding: 5px 12px;
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .navbar-default .navbar-nav .menu-item a {
        height: auto;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #3d3d3d;
        border-bottom: 1px solid #464444; }
        .navbar-default .navbar-nav .menu-item a::before, .navbar-default .navbar-nav .menu-item a::after {
          display: none; } }
  .navbar-default .navbar-nav .menu-item.school-nav a {
    padding: 2px 26px 10px; }

.wrapper {
  overflow-x: hidden;
  width: 100%;
  display: block;
  float: left;
  min-height: 100%; }

.section-content {
  padding: 100px 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  display: block;
  height: 100%; }
  .section-content .container {
    min-height: 100%;
    position: relative; }

/*--- Section Labvels ---*/
.section-label {
  text-align: center;
  background: #3d3d3d;
  color: #fdee21;
  z-index: 100; }
  .section-label.s__label1 {
    position: absolute;
    left: 0;
    top: 4%;
    padding: 120px 20px;
    height: 265px;
    width: 265px;
    -webkit-clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 35%, 0 70%);
    clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 35%, 0 70%); }
    @media (max-width: 1199px) {
      .section-label.s__label1 {
        top: 88px;
        padding: 90px 20px;
        height: 205px;
        width: 205px; } }
    @media (max-width: 991px) {
      .section-label.s__label1 {
        top: -10px;
        padding: 90px 20px;
        height: 205px;
        width: 205px; } }
    @media (max-width: 767px) {
      .section-label.s__label1 {
        height: 145px;
        width: 145px;
        padding: 60px 15px;
        top: -45px; } }
    @media (max-width: 479px) {
      .section-label.s__label1 {
        top: -105px; } }
  .section-label.s__label2 {
    position: absolute;
    top: 225px;
    right: 180px;
    padding: 120px 20px;
    height: 300px;
    width: 300px;
    -webkit-clip-path: polygon(70% 14%, 100% 50%, 50% 100%, 0 50%, 38% 14%);
    clip-path: polygon(70% 14%, 100% 50%, 50% 100%, 0 50%, 38% 14%); }
    @media (max-width: 1199px) {
      .section-label.s__label2 {
        top: 180px;
        right: 170px; } }
    @media (max-width: 991px) {
      .section-label.s__label2 {
        height: 280px;
        width: 280px;
        padding: 120px 20px;
        top: 153px;
        right: 170px; } }
    @media (max-width: 767px) {
      .section-label.s__label2 {
        top: -50px;
        right: 15px; } }
    @media (max-width: 480px) {
      .section-label.s__label2 {
        height: 240px;
        width: 240px;
        top: -40px;
        right: 15px; } }
  .section-label.s__label3 {
    padding: 120px 20px;
    height: 400px;
    width: 600px;
    -webkit-clip-path: polygon(0 67%, 79% 0, 91% 30%, 8% 100%, 0 79%);
    clip-path: polygon(0 67%, 79% 0, 91% 30%, 8% 100%, 0 79%); }
  .section-label.s__label4 {
    padding: 20px;
    height: 180px;
    width: 380px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
    position: absolute;
    top: -620px;
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 1199px) {
      .section-label.s__label4 {
        top: -590px; } }
    @media (max-width: 991px) {
      .section-label.s__label4 {
        top: -420px;
        height: 140px;
        width: 270px; } }
    @media (max-width: 767px) {
      .section-label.s__label4 {
        top: -380px;
        height: 120px;
        width: 260px; } }
    @media (max-width: 479px) {
      .section-label.s__label4 {
        top: -300px;
        padding: 15px;
        height: 120px;
        width: 190px; } }
  .section-label .title {
    text-align: center;
    text-transform: uppercase;
    color: #fdee21;
    display: inline-block; }

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* Section Intro */
.intro_container {
  padding-right: 0;
  padding-left: 0; }

.intro_wrapper {
  z-index: 100;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 0;
  padding-top: 830px; }
  @media (max-width: 1199px) {
    .intro_wrapper {
      padding-top: 712px; } }
  @media (max-width: 991px) {
    .intro_wrapper {
      padding-top: 900px; } }
  @media (max-width: 767px) {
    .intro_wrapper {
      padding-top: 620px; } }
  @media (max-width: 479px) {
    .intro_wrapper {
      padding-top: 590px; } }

.intro_col {
  height: 650px;
  width: 650px;
  float: left;
  position: absolute;
  left: 0;
  top: 0; }
  .intro_col:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1199px) {
    .intro_col {
      height: 550px;
      width: 550px; } }
  @media (max-width: 991px) {
    .intro_col {
      height: 540px;
      width: 540px; } }
  @media (max-width: 767px) {
    .intro_col {
      height: 360px;
      width: 360px; } }
  @media (max-width: 479px) {
    .intro_col {
      height: 300px;
      width: 300px; } }

.intro__right {
  top: 175px;
  right: 0;
  left: auto; }
  @media (max-width: 1199px) {
    .intro__right {
      top: 145px;
      right: -10px; } }
  @media (max-width: 991px) {
    .intro__right {
      top: 342px; } }
  @media (max-width: 767px) {
    .intro__right {
      top: 260px;
      right: 0; } }
  @media (max-width: 479px) {
    .intro__right {
      top: 280px;
      right: -20px; } }

.intro_awards {
  display: inline-table;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: url("#intro-diamonds");
  clip-path: url("#intro-diamonds");
  height: 100%;
  width: 100%; }
  .intro_awards.diamond_large {
    background-color: #fdee21;
    height: 100%;
    width: 100%; }
  .intro_awards .awards__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .intro_awards .award__content {
    margin: 0;
    text-align: center;
    display: inline-table;
    table-layout: fixed;
    width: 100%; }
    .intro_awards .award__content .award__col {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding: 10px 15px; }
    .intro_awards .award__content.award__middle .award__col {
      width: 65%; }
    .intro_awards .award__content.award__middle .award__col.award__img__col {
      width: 35%;
      padding: 0 60px 0 0; }
      @media (max-width: 991px) {
        .intro_awards .award__content.award__middle .award__col.award__img__col {
          padding: 0 30px 0 0; } }
    .intro_awards .award__content .award__text {
      text-align: right !important;
      height: 150px;
      font-size: 13px;
      overflow: hidden;
      margin: 0; }
      @media screen and (max-width: 991px) {
        .intro_awards .award__content .award__text {
          font-size: 12px;
          line-height: 1;
          height: 110px; } }
      .intro_awards .award__content .award__text:before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 50% 0%, 0 50%, 50% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 50% 0%, 0 50%, 50% 100%, 0% 100%); }
  .intro_awards .award-img {
    max-width: 160px;
    display: inline-block; }
    .intro_awards .award-img.award2 {
      max-width: 100%; }
    @media (max-width: 991px) {
      .intro_awards .award-img {
        max-width: 120px; } }
    @media (max-width: 767px) {
      .intro_awards .award-img {
        max-width: 35%; } }
    @media (max-width: 480px) {
      .intro_awards .award-img {
        max-width: 25%; } }

/* books Thumbnail Style */
.book {
  margin: 0 auto 20px;
  max-width: 220px;
  position: relative;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden; }
  .book:hover .book-overlay {
    opacity: 1;
    z-index: 2; }
  .book .book-cover {
    width: 100%;
    height: 220px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .book .book-cover .image-cover {
      position: relative;
      display: inline-block;
      max-height: 100%; }
      .book .book-cover .image-cover .book-img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 234px; }
      .book .book-cover .image-cover .overlay-links {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .book .book-cover .image-cover .overlay-links:hover {
          opacity: 1;
          background-color: whitesmoke;
          -webkit-transition: opacity 0.2s ease-in;
          -o-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in; }
        .book .book-cover .image-cover .overlay-links .link-btn {
          border: 1px solid #3d3d3d;
          display: inline-block;
          color: #3d3d3d;
          padding: 5px 15px;
          text-decoration: none; }
          .book .book-cover .image-cover .overlay-links .link-btn:hover {
            color: #0000e6; }
  .book .caption {
    padding: 10px 0;
    text-align: center; }
  .book .book-title {
    font-weight: 300;
    font-size: 15px;
    min-height: 36px; }
  .book .book-author {
    font-size: 12px;
    color: #949494;
    font-weight: 300; }

/* Section Publishing */
.section-publishing {
  position: relative; }
  .section-publishing .publishing-container {
    background-color: #f3f3f3;
    position: relative;
    padding: 360px 100px 0 145px;
    margin-top: -310px; }
    @media (max-width: 1199px) {
      .section-publishing .publishing-container {
        margin-top: -280px;
        padding: 360px 60px 0; } }
    @media (max-width: 991px) {
      .section-publishing .publishing-container {
        margin-top: -160px;
        padding: 260px 120px 0 60px; } }
    @media (max-width: 767px) {
      .section-publishing .publishing-container {
        margin-top: -60px;
        padding: 160px 90px 0 50px; } }
    @media (max-width: 479px) {
      .section-publishing .publishing-container {
        margin-top: 0;
        padding: 120px 15px 0; } }

.publishing_tile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.panel-publishing {
  z-index: 100;
  position: relative;
  background-color: white;
  margin-bottom: 30px;
  padding: 15px; }
  .panel-publishing .panel-title {
    margin: 10px 0; }

#publishing-triangles {
  width: 100%;
  position: absolute;
  top: -335px;
  left: 0;
  z-index: 0; }

.tri__4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 280px;
  background: #1e90ff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%); }

.tri__5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 280px;
  background: #1e90ff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

/* Events*/
.section-events {
  margin-top: -180px; }
  @media (max-width: 767px) {
    .section-events {
      margin-top: 0; } }
  .section-events .events-container {
    position: relative;
    background-color: white; }

.event_tile {
  position: relative;
  z-index: 0;
  left: 0; }
  .event_tile.tile__top {
    top: 0;
    vertical-align: top; }
  .event_tile.tile__btm {
    top: 0;
    vertical-align: bottom; }

.events_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  top: -300px;
  margin-bottom: -920px; }
  .events_wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1199px) {
    .events_wrapper {
      top: -210px;
      margin-bottom: -720px; } }
  @media screen and (max-width: 991px) {
    .events_wrapper {
      top: 170px;
      margin-bottom: -200px; } }
  @media (max-width: 767px) {
    .events_wrapper {
      top: 0;
      margin: -50px 0 0;
      padding-bottom: 0; } }

.events_list {
  width: 100%;
  float: right;
  position: relative; }
  @media (max-width: 767px) {
    .events_list {
      -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
      transform-origin: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      text-align: center;
      padding-top: 60px;
      margin-bottom: -40px; } }
  .events_list .event__item {
    cursor: pointer;
    z-index: 2;
    display: block;
    position: relative;
    width: 240px;
    padding-bottom: 240px;
    margin: 0;
    background: #fdee21;
    clear: left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s; }
    .events_list .event__item .event__content {
      display: block;
      height: 146%;
      width: 146%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: -24%;
      left: -24%;
      text-align: center;
      padding: 15px;
      overflow: hidden;
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
      .events_list .event__item .event__content:before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
      .events_list .event__item .event__content > span::before {
        content: '';
        height: 100%;
        width: 50%;
        float: right;
        -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
        shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); }
    @media (max-width: 767px) {
      .events_list .event__item {
        width: 240px;
        padding-bottom: 240px;
        margin: 50px 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
        -webkit-transform-origin: 25% 40%;
        -ms-transform-origin: 25% 40%;
        transform-origin: 25% 40%;
        float: none; } }
    .events_list .event__item.item__1 {
      left: calc(100% - 270px); }
      @media (max-width: 767px) {
        .events_list .event__item.item__1 {
          left: auto;
          top: 0; } }
    .events_list .event__item.item__2 {
      left: calc(100% - 460px);
      top: -50px; }
      @media (max-width: 767px) {
        .events_list .event__item.item__2 {
          left: auto;
          top: 0; } }
    .events_list .event__item.item__3 {
      left: calc(100% - 650px);
      top: -100px; }
      @media (max-width: 767px) {
        .events_list .event__item.item__3 {
          left: auto;
          top: 0; } }
    .events_list .event__item.item__4 {
      left: calc(100% - 460px);
      top: -150px; }
      @media (max-width: 767px) {
        .events_list .event__item.item__4 {
          left: auto;
          top: 0; } }
    .events_list .event__item.item__5 {
      left: calc(100% - 270px);
      top: -200px; }
      @media (max-width: 767px) {
        .events_list .event__item.item__5 {
          left: auto;
          top: 0; } }

.event__content .event-title {
  margin: 70px auto 0 auto;
  max-width: 160px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .event__content .event-title {
      margin-top: 130px; } }

.event__content .event-type {
  max-width: 120px;
  margin: 7px auto;
  background-color: white;
  text-align: center; }

.event__content .event-detail {
  margin: 10px 0;
  font-size: 12px; }

.event__content .event-date {
  margin: 0 0; }

.event__content .event-venue {
  margin: 0 0; }

.event__content .btn-default {
  margin-top: 15px; }

.event__detail__content {
  background-color: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .event__detail__content {
      margin-top: -50px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .event__detail__content.item__detail__1 {
      margin-top: -50px;
      margin-bottom: 80px; } }
  .event__detail__content.item__detail__2 {
    margin-top: 0;
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      .event__detail__content.item__detail__2 {
        margin-top: -50px;
        margin-bottom: 80px; } }
  .event__detail__content.item__detail__3 {
    margin-top: -50px;
    margin-bottom: 200px; }
    @media (max-width: 767px) {
      .event__detail__content.item__detail__3 {
        margin-top: -50px;
        margin-bottom: 80px; } }
  .event__detail__content.item__detail__4 {
    margin-top: -100px;
    margin-bottom: 430px; }
    @media (max-width: 991px) {
      .event__detail__content.item__detail__4 {
        margin-top: -100px;
        margin-bottom: 250px; } }
    @media (max-width: 767px) {
      .event__detail__content.item__detail__4 {
        margin-top: -50px;
        margin-bottom: 80px; } }
  .event__detail__content.item__detail__5 {
    margin-top: -150px;
    margin-bottom: 670px; }
    @media (max-width: 991px) {
      .event__detail__content.item__detail__5 {
        margin-top: -150px;
        margin-bottom: 440px; } }
    @media (max-width: 767px) {
      .event__detail__content.item__detail__5 {
        margin-top: -50px;
        margin-bottom: 80px; } }

.event_article {
  position: relative;
  background-color: #fdd734;
  -webkit-backface-visibility: hidden; }

.event_banner {
  background: #1e90ff;
  width: 830px;
  height: 750px;
  text-align: center;
  -webkit-clip-path: polygon(50% 0, 100% 45%, 50% 100%, 0 55%);
  clip-path: polygon(50% 0, 100% 45%, 50% 100%, 0 55%); }
  .event_banner .banner_img {
    max-width: 100%;
    margin-top: 100px; }
  .event_banner .banner_caption {
    display: inline-block;
    color: white;
    overflow: hidden; }
    .event_banner .banner_caption:before {
      content: '';
      height: 100%;
      width: 50%;
      float: left;
      -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
      shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
    .event_banner .banner_caption > span::before {
      content: '';
      height: 100%;
      width: 50%;
      float: right;
      -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
      shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); }

.event_instructor {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.event_loggings {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.event_register {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.event_faq {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.events_list .ap-pr-event__item .event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .events_list .ap-pr-event__item .event__content::before {
    display: none; }
  .events_list .ap-pr-event__item .event__content > span::before {
    display: none; }

/* Events Detail*/
.modal .modal-content {
  border-radius: 0;
  border: 0; }

.event-modal .modal-header {
  text-align: center;
  padding: 0; }
  .event-modal .modal-header .cover_img {
    display: inline-block;
    max-width: 100%; }
  .event-modal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px; }

.event-modal .modal-dialog {
  width: 90%;
  max-width: 980px; }

.event-modal .modal-heading {
  background-color: #fdee21;
  color: black;
  padding: 10px; }

/* coaching*/
.section-coaching .coaching-container {
  position: relative;
  background-color: #f3f3f3; }

.s__label_coaching .title {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 70px;
  margin-left: -130px; }
  @media (max-width: 991px) {
    .s__label_coaching .title {
      margin-left: -60px;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .s__label_coaching .title {
      margin-left: -20px;
      margin-top: 30px; } }

.coaching_wrapper {
  position: relative;
  min-height: 980px;
  width: 100%;
  top: -425px;
  margin-bottom: -425px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .coaching_wrapper {
      top: -270px;
      margin-bottom: -270px; } }
  @media (max-width: 767px) {
    .coaching_wrapper {
      top: -50px;
      margin-bottom: -50px; } }

.coach_list .coach__thumb {
  text-align: right; }
  .coach_list .coach__thumb:nth-child(1) {
    text-align: left; }
  .coach_list .coach__thumb:nth-child(2) {
    text-align: center; }
  .coach_list .coach__thumb:nth-child(3) {
    text-align: left; }
  .coach_list .coach__thumb:nth-child(4) {
    clear: left;
    text-align: center; }

.coach {
  background-color: white;
  display: inline-block;
  max-width: 440px;
  margin-bottom: 30px;
  padding: 15px; }
  .coach .coach__img {
    position: relative;
    float: left;
    text-align: center;
    vertical-align: top;
    padding-right: 15px; }
    .coach .coach__img .img-circle {
      height: 150px;
      width: 150px;
      display: inline-block; }
    @media (max-width: 767px) {
      .coach .coach__img {
        width: 100%;
        padding-right: 0; } }
  .coach .coach__name {
    width: 100%;
    margin-top: 90%; }
    @media (max-width: 767px) {
      .coach .coach__name {
        margin-top: 25px; } }
  .coach .coach__detail {
    display: block;
    overflow: hidden; }
    @media (max-width: 767px) {
      .coach .coach__detail {
        width: 100%; } }
    .coach .coach__detail .coach__info {
      margin-bottom: 15px;
      text-align: left;
      font-size: 12px;
      display: block;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .coach .coach__detail .coach__info {
          max-height: 160px;
          height: 160px;
          overflow: hidden;
          display: -webkit-box;
          max-width: 100%;
          -webkit-line-clamp: 10;
          -webkit-box-orient: vertical;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; } }
      @media (max-width: 767px) {
        .coach .coach__detail .coach__info {
          width: 100%;
          text-align: center; } }
  .coach .coach__login {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px; }
    .coach .coach__login:hover {
      background-color: whitesmoke; }
  .coach .btn-default {
    margin-top: 15px; }

.faq-section .faq-container {
  position: relative;
  background-color: #f3f3f3; }

.faq_wrapper {
  z-index: 100;
  position: relative;
  width: 65%;
  padding-left: 20%;
  float: left; }
  .faq_wrapper .faq__label {
    float: left;
    margin: 10px 10px 10px 0; }
  .faq_wrapper .faq__content {
    display: block;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .faq_wrapper {
      padding-left: 10%;
      width: 70%;
      margin-bottom: -80px !important; } }
  @media (max-width: 991px) {
    .faq_wrapper {
      padding-left: 5%;
      width: 80%;
      margin-bottom: 60px !important; } }
  @media (max-width: 767px) {
    .faq_wrapper {
      padding-left: 0;
      width: 100%; } }

/* team*/
.team_label {
  overflow: hidden;
  background-color: #3d3d3d;
  color: #fdee21;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  float: left;
  position: absolute;
  top: 25px;
  right: 14.999%; }
  .team_label::before {
    content: '';
    height: 100%;
    width: 50%;
    float: left;
    -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
  .team_label > span::before {
    content: '';
    height: 100%;
    width: 50%;
    float: right;
    -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); }
  @media (max-width: 1199px) {
    .team_label {
      width: 240px;
      height: 240px;
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
      .team_label::before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
      .team_label > span::before {
        content: '';
        height: 100%;
        width: 50%;
        float: right;
        -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
        shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); } }
  @media (max-width: 767px) {
    .team_label {
      width: 200px;
      height: 200px;
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      top: -65px;
      right: 11%; }
      .team_label::before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
      .team_label > span::before {
        content: '';
        height: 100%;
        width: 50%;
        float: right;
        -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
        shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); } }
  .team_label span {
    display: block;
    position: relative; }
  .team_label .title {
    text-transform: uppercase;
    padding-top: 40%;
    padding-left: 40%; }
    @media (max-width: 767px) {
      .team_label .title {
        padding-top: 30%;
        padding-left: 30%; } }

.team_tile {
  position: relative;
  z-index: 0;
  left: 0;
  width: 100%;
  display: inline-table; }
  .team_tile.tile__top {
    top: 0; }
  .team_tile.tile__btm {
    top: 0; }

.team-section {
  margin-top: 0; }
  .team-section .team-container {
    padding: 0;
    position: relative;
    background-color: white;
    /*background-image: url('../img/tile-team.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 1360px;*/ }

.team_wrapper {
  position: relative;
  z-index: 1;
  float: right;
  height: 100%;
  width: 85%;
  top: -470px;
  margin-bottom: -810px;
  min-height: 1235px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .team_wrapper {
      top: -390px;
      margin-bottom: -680px;
      min-height: 1035px; } }
  @media screen and (max-width: 991px) {
    .team_wrapper {
      width: 100%;
      min-height: 950px;
      top: -290px;
      margin-bottom: -470px; } }
  @media screen and (max-width: 767px) {
    .team_wrapper {
      width: 100%;
      min-height: 950px;
      top: 0;
      margin-bottom: 0; } }

.team_list {
  width: 100%;
  background-color: white;
  position: relative;
  float: right;
  margin-right: 0;
  -webkit-transform-origin: 95% 25%;
  -ms-transform-origin: 95% 25%;
  transform-origin: 95% 25%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 1% 1% 1%; }
  @media (max-width: 767px) {
    .team_list {
      float: left;
      padding-top: 70px;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); } }
  .team_list .team__member {
    float: right;
    position: relative;
    width: 23%;
    padding-bottom: 23%;
    margin: 1%;
    background: #fdee21; }
    .team_list .team__member:nth-child(3) {
      margin-right: 26%; }
    .team_list .team__member:nth-child(6) {
      margin-right: 76%; }
    .team_list .team__member:nth-child(3), .team_list .team__member:nth-child(6) {
      clear: right; }
    @media (max-width: 767px) {
      .team_list .team__member {
        display: inline-block;
        width: 220px;
        padding-bottom: 220px;
        margin: 20px !important;
        clear: right !important;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 8% 80%;
        -ms-transform-origin: 8% 80%;
        transform-origin: 8% 80%; }
        .team_list .team__member:nth-child(even) {
          margin-right: -25% !important; } }

.team__content {
  width: 140%;
  height: 140%;
  position: absolute;
  left: -20%;
  top: -20%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
  .team__content:before {
    content: '';
    height: 100%;
    width: 50%;
    float: left;
    -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
  .team__content > span::before {
    content: '';
    height: 100%;
    width: 50%;
    float: right;
    -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); }
  .team__content .member-name {
    margin-top: 40%;
    text-align: center;
    color: #000; }
  .team__content .member-title {
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }

.team-social {
  margin-top: 30px;
  text-align: center; }
  .team-social a {
    display: inline-block;
    margin: 0 5px;
    font-size: 28px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #3d3d3d;
    border-radius: 50%;
    color: #3d3d3d; }
    .team-social a:hover {
      background-color: #3d3d3d;
      border-color: #3d3d3d;
      color: #fdee21; }

/* Contact Section Style */
.contact-section .contact_label {
  position: absolute;
  top: -330px;
  left: -200px;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #3d3d3d;
  color: #fdee21;
  z-index: 4; }
  .contact-section .contact_label::before {
    content: '';
    height: 100%;
    width: 50%;
    float: left;
    -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
  .contact-section .contact_label > span::before {
    content: '';
    height: 100%;
    width: 50%;
    float: right;
    -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); }
  @media (max-width: 1199px) {
    .contact-section .contact_label {
      top: -300px;
      left: -100px; } }
  @media (max-width: 991px) {
    .contact-section .contact_label {
      top: -260px;
      left: -60px; } }
  @media (max-width: 767px) {
    .contact-section .contact_label {
      width: 260px;
      height: 260px;
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      top: -340px;
      left: -50px; }
      .contact-section .contact_label::before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
      .contact-section .contact_label > span::before {
        content: '';
        height: 100%;
        width: 50%;
        float: right;
        -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
        shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); } }
  @media (max-width: 479px) {
    .contact-section .contact_label {
      width: 220px;
      height: 220px;
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      top: -240px;
      left: -40px; }
      .contact-section .contact_label::before {
        content: '';
        height: 100%;
        width: 50%;
        float: left;
        -webkit-shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
        shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%); }
      .contact-section .contact_label > span::before {
        content: '';
        height: 100%;
        width: 50%;
        float: right;
        -webkit-shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
        shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%); } }
  .contact-section .contact_label .title {
    margin-top: 100px; }
    @media (max-width: 479px) {
      .contact-section .contact_label .title {
        margin-top: 60px; } }

.contact-social {
  margin-top: 20px;
  text-align: center; }
  .contact-social a {
    display: inline-block;
    margin: 0 5px;
    font-size: 28px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fdee21;
    border-radius: 50%;
    color: #fdee21; }
    .contact-social a:hover {
      background-color: #fdee21;
      border-color: #fdee21;
      color: #3d3d3d; }

.contact-container {
  background-color: #f3f3f3;
  position: relative; }

.partner_wrapper {
  mix-blend-mode: darken;
  position: relative;
  margin: 0 auto;
  margin-top: -340px;
  width: 100%;
  max-width: 768px;
  text-align: center;
  z-index: 3;
  padding: 0 200px 30px 100px;
  mix-blend-mode: darken; }
  @media (max-width: 1199px) {
    .partner_wrapper {
      margin-top: -340px; } }
  @media (max-width: 991px) {
    .partner_wrapper {
      margin-top: -310px; } }
  @media (max-width: 767px) {
    .partner_wrapper {
      margin-top: -140px;
      padding: 0 80px 30px 30px; } }
  @media (max-width: 479px) {
    .partner_wrapper {
      margin-top: -60px;
      padding: 0 0 20px; } }
  .partner_wrapper .partner_title {
    margin-bottom: 30px; }

.partner {
  display: inline-block;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 992px) {
    .partner {
      width: 49%;
      margin-top: 10px; }
      .partner img {
        max-width: 90%; } }
  .partner img {
    max-height: 100%;
    width: auto;
    display: block;
    vertical-align: top; }

.legal {
  text-align: center;
  text-decoration: none;
  margin-top: 10px; }
  .legal a {
    color: #000;
    font-size: 16px; }
    .legal a:hover {
      color: #679334; }

.mchess-landing {
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }
  .mchess-landing .logo {
    padding-top: 20px;
    margin-bottom: 50px; }
  .mchess-landing .btn-outline {
    color: #8a6d3b;
    border: 2px solid #8a6d3b;
    font-size: 14px;
    min-width: 130px; }
    .mchess-landing .btn-outline:hover {
      background-color: #8a6d3b;
      color: white; }
    .mchess-landing .btn-outline.white {
      color: white;
      border-color: white; }
      .mchess-landing .btn-outline.white:hover {
        background-color: white;
        color: #8a6d3b; }
  .mchess-landing .text-brown {
    color: #8a6d3b; }
  @media screen and (min-width: 992px) {
    .mchess-landing .content-row {
      table-layout: fixed;
      display: table;
      height: 100%; } }
  .mchess-landing .content-column {
    padding-right: 30px;
    padding-left: 30px; }
    .mchess-landing .content-column .btn {
      margin-top: 20px; }
    @media screen and (max-width: 992px) {
      .mchess-landing .content-column {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (min-width: 992px) {
      .mchess-landing .content-column {
        display: table-cell;
        float: none;
        height: 100%; } }
    .mchess-landing .content-column.col-dark {
      vertical-align: top;
      color: white; }
      @media screen and (max-width: 992px) {
        .mchess-landing .content-column.col-dark {
          padding-top: 0; } }
      .mchess-landing .content-column.col-dark .col-text {
        margin-top: 20px;
        color: #847e2c; }
      @media screen and (min-width: 992px) {
        .mchess-landing .content-column.col-dark {
          padding-right: 100px; } }
    .mchess-landing .content-column.col-light {
      vertical-align: middle;
      text-align: center; }
    .mchess-landing .content-column.col-gray {
      text-align: center;
      vertical-align: middle; }
      .mchess-landing .content-column.col-gray .col-text {
        line-height: 18px;
        color: #7a7a7a; }
  .mchess-landing footer {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .mchess-landing footer {
        padding-right: 15px;
        padding-left: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #7a7a7a; } }
  .mchess-landing .pattern {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3d3d3d;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .mchess-landing .pattern {
        -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%); } }
  .mchess-landing .pattern2 {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (min-width: 992px) {
      .mchess-landing .pattern2 {
        -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%); } }

.calogo {
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .calogo {
      display: block;
      margin: 0 auto;
      margin-top: 40px; } }

.app-img {
  width: 96px;
  padding-top: 57px; }
  @media screen and (min-width: 992px) {
    .app-img {
      width: 184px;
      position: relative; } }

.section-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.mchess_page a {
  color: #8a6d3b; }

.section-mchess_book {
  position: absolute;
  top: 228px;
  left: 15px;
  right: 15px; }
  @media screen and (min-width: 1200px) {
    .section-mchess_book {
      top: 180px;
      left: calc(50% - 656px); } }
  .section-mchess_book .img_book {
    width: 280px;
    height: 391px;
    margin-bottom: 30px; }
  .section-mchess_book .book_heading {
    color: #4e4e4e;
    font-size: 23px;
    line-height: 1.6; }
  .section-mchess_book .book_description {
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 40px; }
  .section-mchess_book .book_price {
    font-size: 30px; }
    .section-mchess_book .book_price span {
      font-weight: bold; }
  .section-mchess_book .review-detail {
    display: inline; }
    .section-mchess_book .review-detail .book-author {
      display: inline-block; }
  .section-mchess_book .rating {
    list-style-type: none;
    margin-left: -30px;
    display: inline-block; }
    .section-mchess_book .rating li {
      display: inline-block;
      font-size: 20px;
      color: #efe712; }
  .section-mchess_book .vendor-list {
    border-left: 1px solid #ccc;
    height: 390px; }
    .section-mchess_book .vendor-list .vendor-title {
      margin-left: 35px;
      border-bottom: 1 px solid #ccc; }
    .section-mchess_book .vendor-list .book_vendor {
      list-style-type: none; }
      .section-mchess_book .vendor-list .book_vendor li {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #8a6d3b; }
        .section-mchess_book .vendor-list .book_vendor li a {
          color: #8a6d3b; }

.btn-download {
  padding: 12px 40px;
  border-color: #757575;
  background-color: #757575;
  margin-left: 22px; }

.mchess_tile {
  position: relative; }

/* tab style*/
.section-mchess_tab {
  background-color: #fafafa; }
  .section-mchess_tab .nav-tabs {
    display: inline-block;
    padding: 10px 50px;
    border-bottom: none;
    background-color: #fdfdfd;
    margin-right: 62px;
    margin-left: 38px;
    text-align: center; }
    .section-mchess_tab .nav-tabs li {
      font-size: 18px;
      float: none;
      display: inline-block; }
      .section-mchess_tab .nav-tabs li:nth-child(2) {
        margin-right: 122px;
        margin-left: 122px; }
      .section-mchess_tab .nav-tabs li.active {
        color: #000;
        border: transparent !important;
        border-bottom: 3px solid #000 !important;
        cursor: default; }
      .section-mchess_tab .nav-tabs li a {
        color: #aeaeae;
        border: none;
        padding-top: 0;
        padding-bottom: 0; }
      .section-mchess_tab .nav-tabs li:hover {
        border-bottom: 3px solid #000 !important; }
        .section-mchess_tab .nav-tabs li:hover a {
          background: none; }
  .section-mchess_tab .nav-tabs > li.active > a, .section-mchess_tab .nav-tabs > li.active > a:hover, .section-mchess_tab .nav-tabs > li.active > a:focus {
    color: #000;
    border: none !important;
    cursor: default;
    background-color: transparent; }
  .section-mchess_tab .detail_tab {
    padding-top: 20px;
    padding-left: 53px;
    font-size: 15px;
    color: #000;
    width: 85%;
    line-height: 28px; }
  .section-mchess_tab .book-review {
    padding: 19px; }
    .section-mchess_tab .book-review .text-mute {
      color: #cccccc;
      margin-top: -10px; }

.tab_detail {
  padding-top: 30px; }

.media-list {
  padding-left: 55px;
  list-style: none; }

.text-semibold {
  font-weight: 600; }

.contact_label {
  position: absolute;
  top: -330px;
  left: -200px;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #3d3d3d;
  color: #fdee21;
  z-index: 4; }
  .contact_label .title {
    margin-top: 100px; }

.chess_row {
  margin: 0;
  background-color: #fafafa; }
  @media screen and (min-width: 991px) {
    .chess_row {
      margin-top: -84px; } }

.chess-instructor #instructor {
  background: url(../../assets-schools/img/instructor-bg-top.png) no-repeat center top;
  min-height: 700px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .chess-instructor #instructor {
      min-height: 500px; } }
  .chess-instructor #instructor .top_section .logo {
    padding: 30px 0 0 50px; }
    @media screen and (max-width: 1024px) {
      .chess-instructor #instructor .top_section .logo {
        padding: 10px 0 0 80px; } }
  .chess-instructor #instructor .top_section .banner-text .cover {
    padding-right: 80px;
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .chess-instructor #instructor .top_section .banner-text .cover {
        padding-right: 10px;
        padding-left: 10px; } }
    .chess-instructor #instructor .top_section .banner-text .cover h1 {
      color: #fff;
      text-align: center;
      font-size: 50px;
      padding-top: 160px; }
      @media screen and (max-width: 767px) {
        .chess-instructor #instructor .top_section .banner-text .cover h1 {
          font-size: 25px;
          padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      .chess-instructor #instructor .top_section .banner-text .cover p {
        font-size: 20px; } }
    .chess-instructor #instructor .top_section .banner-text .cover .content {
      padding-top: 20px;
      color: #fff;
      opacity: .6;
      font-size: 22px;
      text-align: center;
      max-width: 700px;
      margin: 0 auto;
      line-height: 30px; }

.chess-instructor #video h3 {
  font-weight: bold;
  padding-top: 40px;
  font-size: 24px; }

.chess-instructor #video .contentBottom {
  padding-bottom: 200px;
  height: auto; }

.chess-instructor .video-ss h3 {
  font-weight: bold;
  padding-top: 40px; }

.chess-instructor .video-ss .contentBottom {
  padding-bottom: 200px;
  height: auto; }

.chess-instructor .curriculum .tab-curriculum {
  width: 100%; }
  .chess-instructor .curriculum .tab-curriculum .column {
    display: inline-table;
    float: left;
    width: 50%; }
    @media screen and (max-width: 800px) {
      .chess-instructor .curriculum .tab-curriculum .column {
        width: 100%; } }
    .chess-instructor .curriculum .tab-curriculum .column.yellow {
      background: #efb627; }

.chess-instructor .curriculum .full {
  width: 100%; }

.chess-instructor .curriculum .view-curriculum {
  margin: 30px auto !important; }
  .chess-instructor .curriculum .view-curriculum .head {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px 0; }
  .chess-instructor .curriculum .view-curriculum .details {
    font-size: 12px !important;
    padding: 0px;
    padding: 0px !important;
    margin: 0 auto !important;
    line-height: 18px !important; }

.chess-instructor .curriculum .desc {
  font-size: 22px;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .chess-instructor .curriculum .desc {
      padding: 25px 0 80px; } }
  .chess-instructor .curriculum .desc p {
    color: #fff !important;
    line-height: 30px !important;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
    @media screen and (max-width: 767px) {
      .chess-instructor .curriculum .desc p {
        width: 95% !important; } }

.chess-instructor .equipment .row {
  margin-top: 10px; }
  .chess-instructor .equipment .row .grey {
    background: #fff;
    padding-bottom: 20px; }
  .chess-instructor .equipment .row .heading {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px; }
  .chess-instructor .equipment .row .desc {
    font-size: 12px;
    padding: 0 40px;
    color: #131421;
    line-height: 18px; }

.chess-instructor .report .greybg {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px; }
  .chess-instructor .report .greybg .row {
    margin-bottom: 30px; }
  .chess-instructor .report .greybg .progress-text h6 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media screen and (max-width: 991px) {
      .chess-instructor .report .greybg .progress-text h6 {
        text-align: center; } }
  .chess-instructor .report .greybg .progress-text p {
    text-align: left !important;
    font-size: 12px !important;
    margin: 0px !important;
    line-height: 20px !important;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
    @media screen and (max-width: 991px) {
      .chess-instructor .report .greybg .progress-text p {
        text-align: center !important;
        width: 100% !important;
        padding: 0 80px; } }
  .chess-instructor .report .greybg .progress-text .btns {
    padding-top: 10px; }
    .chess-instructor .report .greybg .progress-text .btns .btn {
      background: #946e2a;
      padding: 5px 10px;
      color: #fff;
      border-radius: 0px;
      text-transform: uppercase; }

.chess-instructor section.ppt-presentation .presentation-section {
  background: #fff;
  padding: 25px 0; }
  .chess-instructor section.ppt-presentation .presentation-section .col-sm-12 {
    margin-bottom: 25px; }
    .chess-instructor section.ppt-presentation .presentation-section .col-sm-12 iframe {
      width: 100%; }
    .chess-instructor section.ppt-presentation .presentation-section .col-sm-12 h2 {
      font-size: 2.500em;
      text-transform: uppercase;
      margin: 44px 0 20px 0;
      font-weight: bold;
      text-align: center;
      -webkit-hyphens: none; }
    .chess-instructor section.ppt-presentation .presentation-section .col-sm-12 p {
      font-size: 15px !important;
      line-height: 20px !important;
      max-width: 600px;
      margin: 0 auto 25px;
      text-align: center; }
  .chess-instructor section.ppt-presentation .presentation-section #scroll-9,
  .chess-instructor section.ppt-presentation .presentation-section #scroll-10,
  .chess-instructor section.ppt-presentation .presentation-section #scroll-11,
  .chess-instructor section.ppt-presentation .presentation-section #scroll-12 {
    display: inline-block;
    width: 100%; }

.chess-instructor .quiz {
  bottom: -200px;
  -o-transition: linear .2s;
  transition: linear .2s;
  -webkit-transition: linear .2s; }
  .chess-instructor .quiz.quiz-static {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-transition: linear .2s; }
  .chess-instructor .quiz .fullwidth {
    width: 100%;
    padding-bottom: 20px; }
    .chess-instructor .quiz .fullwidth h2 {
      margin-bottom: 10px !important; }
    .chess-instructor .quiz .fullwidth .btns {
      padding-top: 15px; }
      .chess-instructor .quiz .fullwidth .btns .btn-blue {
        background: #0072bc;
        padding: 7px 15px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff; }
  .chess-instructor .quiz .layout {
    -webkit-box-shadow: 0px -4px 18px -4px #999;
    box-shadow: 0px -4px 18px -4px #999; }
  .chess-instructor .quiz#mission .content h2 {
    margin: 13px 0 0 0;
    font-weight: bold;
    font-size: 1.8rem; }
  .chess-instructor .quiz#mission .content .details {
    max-width: 80%;
    width: 100% !important;
    font-size: 14px !important;
    margin-top: 10px !important; }

.chess-instructor .veiw-equip .layout {
  text-align: center;
  background: url(../../assets-schools/img/metro_cultural_presentation.png) no-repeat center top;
  min-height: 400px;
  background-size: 100%;
  position: relative; }
  .chess-instructor .veiw-equip .layout .view-btn {
    margin: 0;
    bottom: 145px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.chess-instructor .veiw-equip h2 {
  margin: 30px 0 15px;
  color: #fff; }

.chess-instructor .veiw-equip p {
  font-size: 15px !important;
  line-height: 20px !important;
  max-width: 600px;
  margin: 0 auto 25px;
  text-align: center;
  color: #fff; }

.chess-instructor .footer p {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important; }

.chess-instructor .footer .add {
  padding-top: 20px; }

.chess-instructor .footer .black-bg {
  background: #252525 !important; }
  .chess-instructor .footer .black-bg .privacy {
    padding-top: 50px;
    padding-right: 50px; }
    .chess-instructor .footer .black-bg .privacy p {
      text-align: right !important;
      padding: 0px;
      width: 100% !important;
      margin: 10px 0 0 0 !important; }
    .chess-instructor .footer .black-bg .privacy .img-logo {
      width: 60px; }

.chess-instructor .nobg {
  background: #fff !important; }

.chess-instructor .black {
  color: #000 !important;
  font-size: 18px !important; }

.chess-instructor .font14 {
  font-size: 15px !important;
  line-height: 20px !important; }

.chess-instructor .view-btn {
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  margin-left: -130px;
  margin-top: -40px; }

.chess-instructor .left-scroll {
  position: absolute;
  left: 0;
  top: 30px;
  background: transparent;
  max-width: 225px !important;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .chess-instructor .left-scroll {
      max-width: 100% !important;
      width: 100%;
      background: #000;
      padding: 25px 0 0 0;
      top: 0;
      height: 100vh;
      z-index: 2;
      display: none; } }
  .chess-instructor .left-scroll.left-scroll-fix {
    position: fixed;
    top: 30px; }
    @media screen and (max-width: 1024px) {
      .chess-instructor .left-scroll.left-scroll-fix {
        top: 0px; } }
  .chess-instructor .left-scroll #myScrollspy {
    background: none; }
    @media screen and (max-width: 1024px) {
      .chess-instructor .left-scroll #myScrollspy {
        padding: 20px 0 0 0; } }
    @media screen and (max-width: 1024px) {
      .chess-instructor .left-scroll #myScrollspy .nav {
        width: 100%;
        background: transparent; } }
    @media screen and (max-width: 1024px) {
      .chess-instructor .left-scroll #myScrollspy .nav li {
        padding: 0 0 10px 0;
        text-align: left; } }
    .chess-instructor .left-scroll #myScrollspy .nav li a {
      position: relative;
      display: block;
      padding: 10px 24px;
      font-size: 13px;
      border-left: solid 3px transparent;
      color: #999; }
      @media screen and (max-width: 1400px) {
        .chess-instructor .left-scroll #myScrollspy .nav li a {
          padding: 10px 8px 8px; } }
      @media screen and (max-width: 1024px) {
        .chess-instructor .left-scroll #myScrollspy .nav li a {
          font-size: 15px; } }
      .chess-instructor .left-scroll #myScrollspy .nav li a:hover {
        background: transparent; }
      .chess-instructor .left-scroll #myScrollspy .nav li a:focus {
        background: transparent; }
      .chess-instructor .left-scroll #myScrollspy .nav li a.nav-active {
        background: transparent;
        border-left: solid 3px #efb627;
        color: #efb627;
        border-radius: 0; }
    .chess-instructor .left-scroll #myScrollspy .nav li.active a {
      background-color: transparent; }
  @media screen and (max-width: 1024px) {
    .chess-instructor .left-scroll nav {
      width: 100%; } }
  .chess-instructor .left-scroll .close {
    display: none;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .chess-instructor .left-scroll .close {
        display: block;
        color: #fff;
        opacity: 1; } }
    @media screen and (max-width: 767px) {
      .chess-instructor .left-scroll .close {
        position: absolute;
        right: -14px;
        top: 8px; } }
    .chess-instructor .left-scroll .close button {
      color: #fff;
      opacity: 1;
      margin: 0 20px 0 0;
      font-size: 30px;
      background: transparent;
      border: none; }
      @media screen and (max-width: 767px) {
        .chess-instructor .left-scroll .close button {
          margin: 0 20px 0 0;
          font-size: 20px; } }

.closed {
  position: absolute;
  top: 30px;
  z-index: 1;
  left: 10px;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 1024px) {
    .closed {
      display: block; } }
  .closed button {
    background: transparent;
    border: none; }

.scroll-down {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }
  .scroll-down img {
    width: 30px; }

.custom-accordian {
  padding: 20px;
  background: #fff; }
  .custom-accordian h2 {
    margin: 50px 0;
    text-transform: uppercase;
    font-weight: 600; }
  .custom-accordian .accord-1 {
    padding: 0 0 15px 0;
    background: #fff;
    max-width: 850px;
    margin: 0 auto;
    width: 100%; }
    .custom-accordian .accord-1 h1 {
      font-size: 15px;
      border: solid 2px #ddd;
      text-transform: uppercase;
      color: #7a7a7a;
      padding: 20px;
      position: relative;
      font-weight: 600;
      -o-transition: linear .1s;
      transition: linear .1s;
      -webkit-transition: linear .1s; }
      .custom-accordian .accord-1 h1:hover {
        background: #333;
        color: #fff;
        border: solid 2px #000;
        cursor: pointer;
        -o-transition: linear .1s;
        transition: linear .1s;
        -webkit-transition: linear .1s; }
        .custom-accordian .accord-1 h1:hover:before {
          color: #fff; }
      .custom-accordian .accord-1 h1:before {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        right: 20px;
        top: 15px;
        color: #333;
        font-size: 26px; }
    .custom-accordian .accord-1 p {
      font-size: 16px;
      color: #7a7a7a;
      padding: 20px;
      display: none;
      -o-transition: linear .1s;
      transition: linear .1s;
      -webkit-transition: linear .1s; }
    .custom-accordian .accord-1.checked p {
      display: block;
      -o-transition: linear .1s;
      transition: linear .1s;
      -webkit-transition: linear .1s; }
    .custom-accordian .accord-1.checked h1 {
      border: solid 2px #000; }
      .custom-accordian .accord-1.checked h1:before {
        content: "\f107"; }

@media screen and (max-width: 1024px) {
  #scroll-13 .section-wrap-mp {
    background: #fff; } }

* {
  -webkit-hyphens: none; }

.screening-process .logo {
  padding: 30px 0 0 50px; }

.screening-process .home-banner {
  background: url(../../assets-schools/img/classroom.jpg) no-repeat center top;
  min-height: 485px;
  position: relative;
  width: 100%; }
  .screening-process .home-banner .banner-text {
    position: absolute;
    bottom: 25%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    max-width: 720px;
    width: 100%; }
    .screening-process .home-banner .banner-text .content p {
      font-size: 24px;
      color: #fff;
      text-align: center;
      line-height: 24px; }

.screening-process .footer #mission .content {
  width: 100%; }

.screening-process .screening-process-inner {
  height: 870px; }
  .screening-process .screening-process-inner .layout {
    padding: 20px;
    position: relative;
    height: 100%;
    background: #fff url(../../assets-schools/img/funnel.png);
    background-repeat: no-repeat;
    background-position: center 30px; }
    .screening-process .screening-process-inner .layout .left-screening {
      width: 40%; }
    .screening-process .screening-process-inner .layout .screen-val {
      position: absolute;
      max-width: 250px;
      width: 100%;
      right: 0;
      text-align: center; }
      .screening-process .screening-process-inner .layout .screen-val.right-one {
        top: 7%; }
      .screening-process .screening-process-inner .layout .screen-val.right-two {
        top: 35%; }
      .screening-process .screening-process-inner .layout .screen-val.right-three {
        top: 60%; }
      .screening-process .screening-process-inner .layout .screen-val.right-four {
        top: 80%; }
    .screening-process .screening-process-inner .layout .screen-text {
      position: absolute;
      max-width: 250px;
      width: 100%;
      left: 3%; }
      .screening-process .screening-process-inner .layout .screen-text.left-one {
        top: 7%; }
      .screening-process .screening-process-inner .layout .screen-text.left-two {
        top: 35%; }
      .screening-process .screening-process-inner .layout .screen-text.left-three {
        top: 60%; }
      .screening-process .screening-process-inner .layout .screen-text.left-four {
        top: 80%; }
    .screening-process .screening-process-inner .layout h1 {
      font-size: 18px;
      margin: 0 0 10px 0;
      color: #946e2a;
      font-weight: 600; }
    .screening-process .screening-process-inner .layout p {
      font-size: 14px;
      margin: 0 0 10px 0;
      color: #0a0a0a;
      line-height: 21px; }
