/* ===================================== https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos ===================================== */
div#share_btn {
  float: right;
}
.soc_ico .soc_1:hover {
  color: #3f5d9a;
}
/* .soc_ico .soc_1:before {
  content: "\62";
} */
.soc_ico .soc_2:hover {
  color: #c6190e;
}
/* .soc_ico .soc_2:before { */
  /* content: "\61"; */
/* } */
.soc_ico .soc_3:hover {
  color: #527498;
}
/* .soc_ico .soc_3:before {
  content: "\F5B3";
} */
.soc_ico .soc_4:hover {
  color: #d7c8ab;
}
.soc_ico .soc_4:before {
  content: "\64";
}
.soc_ico .soc_5:hover {
  color: #ff3132;
}
.soc_ico .soc_5:before {
  content: "\61";
}
.soc_ico .soc_6:hover {
  color: #1da1f2;
}
.soc_ico .soc_6:before {
  content: "\63";
}
.icon-close:before {
  content: "\e906";
}
.icon-arrow:before {
  content: "\e905";
}
.icon-play:before {
  content: "\e904";
}
.icon-plus:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e901";
}
.icon-loop:before {
  content: "\e902";
}
.icon-list:before {
  content: "\e903";
}
.icon-you:before {
  content: "\61";
}
.icon-vk:before {
  content: "\62";
}
.icon-tw:before {
  content: "\63";
}
.icon-insta:before {
  content: "\64";
}
.icon-prdj:before {
  content: "\65";
}
.icon-face:before {
  content: "\66";
}
.icon-d:before {
  content: "\69";
}
[data-icon]:before {
  font-family: "ico" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ico" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block;
}
audio, canvas, video, progress {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]), [hidden], template {
  display: none;
  height: 0;
}
mark {
  background: none;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html, body {
  height: 100%;
  margin: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #262626;
}
html > body {
  height: auto;
  min-height: 100%;
}
html > body.ovh {
  -webkit-overflow: hidden;
  overflow: hidden;
}
a {
  color: #00c2cb;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  outline: 0 none;
}
input[type='text'], input[type='email'], input[type='password'], input[type='color'], input[type='url'], input[type='image'], input[type='tel'], input[type='submit'], input[type='file'], input[type='range'], input[type='reset'], input[type='button'], input[type='search'], button, textarea, select {
  -webkit-appearance: none;
  outline: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a > img {
  border: 0;
}
p {
  line-height: 1;
  padding-bottom: 20px;
}
ul, ol {
  list-style: none;
}
#wrap {
  min-height: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .cfx {
  display: block;
}
* html .cfx {
  height: 1%;
}
::-moz-selection {
  color: #fff;
  background: #00c2cb;
}
::selection {
  color: #fff;
  background: #00c2cb;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.al, .alignleft {
  float: left;
}
.ar, .alignright {
  float: right;
}
img.alignleft {
  padding-right: 20px;
}
img.alignright {
  padding-left: 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table.aligncenter {
  display: table;
}
hr {
  background: #e1e1e1;
  height: 1px;
  border: 0 none;
  display: block;
  clear: both;
  margin: 20px 0;
}
strong {
  font-weight: 700;
}
input[type="submit"] {
  cursor: pointer;
}
textarea, button, a, input, .btn {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
body {
  position: relative;
  font: 300 15px/20px 'exo', sans-serif;
  color: #fff;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-thumb {
  background: #8fce01;
}
a {
  color: #39c1de;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font: 400 14px/40px 'exo', sans-serif;
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span:before {
  background: #eee;
  bottom: 7px;
  content: "";
  position: absolute;
  right: 35px;
  top: 7px;
  width: 1px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
.row {
  margin: 0 auto;
  max-width: 96%;
  position: relative;
  width: 1140px;
}
.soc_ico {
  padding-top: 9px;
}
.soc_ico li {
  float: left;
  margin-right: 10px;
}
.soc_ico li:last-of-type {
  margin-right: 0;
}
.soc_ico li a {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-family: 'ico';
  color: #999;
  background: transparent;
}
.logo {
  width: 162px;
  height: 37px;
  background: no-repeat;
  float: left;
  margin-right: 6.58%;
}
.btn_video {
  border: 2px solid #8fce01;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 45px;
  display: inline-block;
  margin: -2px -2px 0 -2px;
  width: 225px;
  padding-left: 15px;
  color: #8fce01;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
.btn_video:hover {
  background: rgba(143, 206, 1, 0.1);
  cursor: pointer;
}
.btn_video:after {
  background: url(../img/sprite.png) -60px -15px;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  right: 16px;
  top: 12px;
}

.btn_video_eng {
  float: right;
}
.green_btn {
  border: 2px solid #8fce01;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 45px;
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #8fce01;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
.green_btn:hover {
  background: rgba(143, 206, 1, 0.1);
  cursor: pointer;
}
.green_btn.btn_contact {
  width: auto;
  padding: 0 10px;
}
.btn_v2 {
  /*width: 65px;
  height: 65px;*/
  /*background: url(../img/sprite.png) 0 0;
  -webkit-background-size: cover;
  background-size: cover;*/
  display: block;
  color: #f1f1f1;
    font-size: 65px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: none;
}

.btn_v2:before {
    content: "\e904";
    font-family: "ico" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn_v2:hover {
  cursor: pointer;
  opacity: 0.6;
}
.u_v2_2 {
  float: left;
}
.u_v1, .u_v2, .u_v2_2 {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.u_v1 .fullframe, .u_v2 .fullframe, .u_v2_2 .fullframe {
  opacity: 0;
}
.bh_video, #v_bottom {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.bh_video .fullframe, #v_bottom .fullframe {
  opacity: 0;
}
.btn_ps {
  border: 2px solid #8fce01;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 45px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
  color: #8fce01;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
.btn_ps:hover {
  background: rgba(143, 206, 1, 0.1);
  cursor: pointer;
}
mark.all_post {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 48px 0 0;
}
mark.all_post a {
  line-height: 1;
  position: relative;
  color: #8fce01;
  text-transform: uppercase;
}
mark.all_post a:before {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 15px;
  color: #8fce01;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "ico";
}
mark.all_post a:hover:before {
  bottom: -20px;
  font-size: 17px;
}
.close_v {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 20px;
  font-size: 23px;
  line-height: 27px;
  background: #fff;
  color: #e80000;
  font-weight: 500;
  text-align: center;
  left: 50%;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.close_v:hover {
  opacity: 0.8;
  cursor: pointer;
}
#v_top:hover .close_v, .u_v1:hover .close_v, .u_v2:hover .close_v, .u_v2_2:hover .close_v, #v_bottom:hover .close_v {
  opacity: 1;
}
.fullframe {
  height: 560px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: -9;
}

#pp-video-blog .fullframe {
  height: 100%;
}
.fullframe > iframe, .fullframe > object, .fullframe > embed {
  height: 100%;
  left: 0;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  z-index: -1;
  border: none !important;
}
.rwd_open {
  overflow: hidden;
}
.pluso-wrap {
  /**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
}
.pluso-wrap a {
  display: block;
  background: url(../img/soc-sprite.png) !important;
}
.pluso-wrap a.pluso-facebook {
  background-position: 0 0;
}
.pluso-wrap a.pluso-vkontakte {
  background-position: -21px 0 !important;
}
.pluso-wrap a.pluso-twitter {
  background-position: -42px 0 !important;
}
.pluso-wrap a.pluso-google {
  background-position: -84px 0 !important;
}
.pluso-wrap a.pluso-livejournal {
  background-position: -230px 0 !important;
}
.pluso-wrap a.pluso-blogger {
  background-position: -272px 0 !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  /* Skin
--------------------------*/  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.search_box {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 9;
  margin: 0;
}
.search_box form input[type="text"] {
  padding: 0 30px 0 30px;
  border: 1px solid #ccc;
  font: 300 14px 'exo', sans-serif;
  background: #fafafa;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  color: #8a8a8a;
}
.search_box form input[type="text"]:focus {
  border-color: #8fce01;
  color: #8fce01;
}
.search_box form button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background: #fafafa;
  cursor: pointer;
  height: 28px;
  width: 30px;
  left: 1px;
  padding: 0;
  border: 0;
  top: 1px;
}
.search_box form button[disabled] {
  cursor: pointer;
}
.search_box form button:before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #8a8a8a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  height: 13px;
  width: 13px;
  content: "";
  left: 5px;
  top: 5px;
}
.search_box form button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  background: #8a8a8a;
  content: "";
  height: 2px;
  width: 10px;
  left: 14px;
  top: 18px;
}
.search_box form button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_box form button:hover:before {
  border-color: #16a085;
}
.search_box form button:hover:after {
  background: #16a085;
}
.search_box form img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background: #fafafa;
  display: none;
  padding: 7px;
  z-index: 99;
  width: 30px;
  height: 28px;
  right: 1px;
  top: 1px;
}
.search_box form .close {
  font: 400 14px/30px "Verdana", sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  position: absolute;
  background: #fafafa;
  cursor: pointer;
  display: none;
  height: 28px;
  width: 30px;
  z-index: 32;
  right: 1px;
  top: 1px;
}
.search_box form .close:hover {
  color: #ef4036;
}
.search_box .search_result {
  position: absolute !important;
  font: 400 14px/20px 'exo', sans-serif;
  left: 0;
  max-height: 240px;
  overflow: auto;
  right: 0;
  top: 100%;
  z-index: -1;
}
.search_box .search_result .showsearch {
  padding: 7px 0 0;
  margin: -7px 0 0;
  background: #fff;
}
.search_box .search_result .showsearch:empty {
  display: none;
}
.search_box .search_result mark {
  text-align: center;
  color: #707070;
  display: block;
  padding: 10px;
}
.search_box .search_result p {
  border-top: 1px solid #e1e1e1;
  text-align: left;
  padding: 0;
}
.search_box .search_result p:first-child {
  border-top: 0;
}
.search_box .search_result p a {
  padding: 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #333;
}
.search_box .search_result p a img {
  width: 40px;
  display: block;
  margin: 0 10px 0 0;
}
.search_box .search_result p a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.search_box .search_result p a:hover {
  color: #707070;
}
.mobile li {
  background: none !important;
  /*=== Start Style ===*/
}
.rwd_st {
  height: 68px;
  display: none;
  background: #000;
}
header {
  background: #fff;
  padding-top: 22px;
  border-bottom: 1px solid #313131;
  padding-bottom: 19px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header.sticky {
  padding: 12px 0 10px;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  position: fixed;
  background: #fff;
    color: #777;
    border-bottom: 1px solid #8fce01;
}
header nav {
  float: left;
}
header nav > ul {
  padding-top: 7px;
}
header nav > ul > li {
  float: left;
  position: relative;
  padding: 0 25px;
  border-right: 1px solid #777;
}
header nav > ul > li:last-of-type {
  padding-right: 0;
  border-right: 0;
}
header nav > ul > li:first-of-type {
  padding-left: 0;
  border-left: 0;
}
header nav > ul > li a {
  color: #777;
  font-size: 18px;
  display: block;
  line-height: 1;
}
header nav > ul > li a:hover {
  color: #8fce01;
}
header nav > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 9;
  width: 200px;
  left: 0;
  padding: 12px 0 0;
}
header nav .sub-menu:before {
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
  content: '';
  height: 2px;
  background: #8fce01;
}
header nav .sub-menu li {
  background: #fff;
  padding: 10px 10px;
  text-align: left;
}
header nav .sub-menu li:first-of-type {
  padding-top: 20px;
}
header nav .sub-menu li:last-of-type {
  padding-bottom: 23px;
}
header nav .sub-menu a {
  font-size: 14px;
}
header nav .sub-menu a:hover {
  color: #8fce01 !important;
}
header nav ul li.current_page_item > a {
  color: #8fce01;
}

.home .active_in_home a {
  color: #8fce01 !important;
  font-weight: 700;
}
.u_v2_2 {
  bottom: 0;
}
#bottom_header {
  position: relative;
}
#bottom_header:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  visibility: hidden;
  background: #000;
  content: '';
  opacity: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#bottom_header.is-playing:before {
  visibility: visible;
  opacity: 1;
}
#bottom_header #bottom_header_content {
  padding-bottom: 50px;
}
#bottom_header .row {
  padding-top: 42px;
}
#bottom_header .al .row div {
  width: 50%;
}
#bottom_header .al h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#bottom_header .al p {
  padding-bottom: 50px;
  font-size: 19px;
}
#bottom_header .al mark {
  color: #fff;
  padding-bottom: 18px;
  line-height: 1.14;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
#bottom_header .al p:first-of-type {
  padding-bottom: 0;
}
#bottom_header .ar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 50px 5px 0 50px;
  background: rgba(0, 0, 0, 0.6);
}
#bottom_header .ar p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
}
#bottom_header .ar p:last-of-type {
  padding-bottom: 0;
}
#bottom_header .ar p:first-of-type {
  padding-bottom: 0;
}
#bottom_header .ar ul {
  margin-bottom: 30px;
  list-style: inside disc url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTY0OTJCODI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTY0OTJCOTI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NjQ5MkI2MjQxODExRTZBMjA2QzIzODU0QTFCQUI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5NjQ5MkI3MjQxODExRTZBMjA2QzIzODU0QTFCQUI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgABQAFAwERAAIRAQMRAf/EAGMAAQAAAAAAAAAAAAAAAAAAAAcBAQEAAAAAAAAAAAAAAAAAAAcKEAABBQEBAAAAAAAAAAAAAAADAQIEBQYHCBEAAgECBAYDAAAAAAAAAAAAAQIEEQMhEhMGADFBUSIFMhQW/9oADAMBAAIRAxEAPwBomS+aJzjOFLn/ADk6jd502h4UGTsFbjRYhpMElpVU9qmGeQ/HTkfDWysFhjKIw4KJCI8iqKZSPH3Z+omIkvdo9gN2w1d1iAyTLInad29b+6AvtlAuiNHF1ldGlEyUCAXBcC9qnG9m1h0xr5UJGb586CvfHj//2Q==');
}
#bottom_header .ar ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
#bottom_header .ar strong {
  display: block;
  padding-bottom: 30px;
  color: #8fce01;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.sld {
  visibility: hidden;
}
.wpcf7 .wpcf7-form-control-wrap.hiddenfrom{
  display: none !important;
}
#d_body {
  background: #262626;
  padding: 50px 0;
}
#d_body h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
#d_body .row {
  font-size: 0;
}
#d_body .row div {
  width: 30.96%;
  margin: 0 3.4% 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
#d_body .row div:last-of-type {
  margin-right: 0;
}
#d_body .row div p {
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}
#years {
  background: #1a1a1a;
  padding: 46px 0 45px;
}
#years strong {
  text-align: center;
  display: block;
  padding-bottom: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 21px;
  color: #8fce01;
}
#years p {
  padding-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
#b_video {
  position: relative;
  z-index: 0;
}
#b_video:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  visibility: hidden;
  background: #000;
  content: '';
  opacity: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  right: 0;
  left: 0;
  top: 0;
}
#b_video.is-playing:before {
  visibility: visible;
  opacity: 1;
}
#b_video .cont span {
  font-size: 12px;
  font-weight: 300;
}
#b_video .cont mark {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
#b_video .cont {
  display: block;
  position: absolute;
  padding: 12px 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.61);
}
#b_video .cont .al_cont {
  float: left;
  width: 50%;
}
#b_video .cont .al_cont * {
  display: block;
}
#b_video .cont .ar_cont {
  float: right;
  width: 50%;
  padding-left: 50px;
}
#b_video .cont .ar_cont * {
  display: block;
}
#b_video .ar, #b_video .al {
  width: 50%;
  min-height: 380px;
  position: relative;
}
.cont_32 {
  display: none;
  position: absolute;
  padding: 12px 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.61);
}
.cont_32 span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  text-align: center;
}
.cont_32 mark {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.cont_32 * {
  width: 100%;
}
.play_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.play_btn .btn_v2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#h_person {
  position: relative;
}
#h_person:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  visibility: hidden;
  background: #000;
  content: '';
  opacity: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  right: 0;
  left: 0;
  top: 0;
}
#h_person.is-playing:before {
  visibility: visible;
  opacity: 1;
}
#h_person > .al {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 50px 0 0 50px;
  background: rgba(0, 0, 0, 0.6);
}
#h_person .row .al {
  padding: 48px 0 50px;
  width: 50%;
}
#h_person .row .al span, #h_person .row .al p, #h_person .row .al li {
  font-size: 15px;
  font-weight: 300;
}
#h_person .row .al h2 {
  font-size: 21px;
  color: #8fce01;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
#h_person .row .al strong {
  color: #8fce01;
  line-height: 1.2;
  font-weight: 300;
  font-size: 15px;
  display: block;
  margin-bottom: 23px;
}
#h_person .row .al ul {
  list-style: inside disc url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTY0OTJCODI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTY0OTJCOTI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NjQ5MkI2MjQxODExRTZBMjA2QzIzODU0QTFCQUI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5NjQ5MkI3MjQxODExRTZBMjA2QzIzODU0QTFCQUI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgABQAFAwERAAIRAQMRAf/EAGMAAQAAAAAAAAAAAAAAAAAAAAcBAQEAAAAAAAAAAAAAAAAAAAcKEAABBQEBAAAAAAAAAAAAAAADAQIEBQYHCBEAAgECBAYDAAAAAAAAAAAAAQIEEQMhEhMGADFBUSIFMhQW/9oADAMBAAIRAxEAPwBomS+aJzjOFLn/ADk6jd502h4UGTsFbjRYhpMElpVU9qmGeQ/HTkfDWysFhjKIw4KJCI8iqKZSPH3Z+omIkvdo9gN2w1d1iAyTLInad29b+6AvtlAuiNHF1ldGlEyUCAXBcC9qnG9m1h0xr5UJGb586CvfHj//2Q==');
  margin-bottom: 27px;
}
#h_person .row .al ul li {
  line-height: 1.1;
}
#h_person .row .al p {
  padding-bottom: 30px;
  font-size: 15px;
}
#h_person .row .al p:first-of-type, #h_person .row .al p:last-of-type {
  padding-bottom: 0;
}
#h_person .row .al p:nth-of-type(2) {
  padding-bottom: 0;
}
#h_person .row .al a {
  display: block;
}

#h_person .row .al a.teachers_link {
  display: inline;
}

#h_person .row .al a.green_btn {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}

#h_person .row .al a.green_btn:hover {
  text-decoration: none;
}
#h_person .row .al a:hover {
  text-decoration: underline;
}
#h_person .row .al a.btn_video {
  margin-bottom: 28px;
}
#h_person .row .al a.btn_video:hover {
  text-decoration: none;
}
#h_res_post .row {
  padding-bottom: 46px;
}
#h_res_post .row > div {
  width: 30.96%;
  margin: 47px 3.4% 0 -2px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 300;
}
#h_res_post .row > div:nth-child(3n) {
  margin-right: 0;
}
#h_res_post .row > div img {
  vertical-align: middle;
  margin-bottom: 30px;
}
#h_res_post .row > div p {
  line-height: 1.4;
  padding-bottom: 0;
}
#h_res_post .row > div a:hover {
  text-decoration: underline;
}
#h_res_post .row > .ar {
  text-align: right;
  margin: 50px 0 0;
  width: 100%;
}
#h_res_post .row > .ar *:hover {
  text-decoration: none;
}
#h_res_post.parallax-window {
  min-height: 1105px;
}
#h_res_post .row > div.dance_styles_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding-top: 47px;
}
#h_res_post .row > div.dance_styles_wrap > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
#h_res_post .row > div.dance_styles_wrap > div:nth-child(-n+12) {
  width: 31.3%;
}
#h_new_post, #h_featured_post, #teacher {
  background: #262626;
  padding: 48px 0;
}
#h_new_post h3, #h_featured_post h3, #teacher h3, #last-slider h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
}

 #last-slider h3 {
  margin-bottom: 50px;
 }

#h_new_post .row, #h_featured_post .row, #teacher .row {
  font-size: 0;
}
#h_new_post .row > .fl-wrap > div, #h_featured_post .row > .fl-wrap > div, #teacher .row .fl-wrap > div {
  background: #1c1c1c;
  position: relative;
  width: 24%;
  padding: 0;
}

#h_new_post .row > .fl-wrap, #h_featured_post .row > .fl-wrap, #teacher .row .fl-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/*#h_new_post .row > div:last-of-type, #h_featured_post .row > div:last-of-type, #teacher .row > div:last-of-type {
  margin-right: 0;
}*/
#h_new_post .row > div img, #h_featured_post .row > div img, #teacher .row > div img {
  vertical-align: middle;
  margin-bottom: 28px;
  width: 100%;
}


#h_new_post .row > div img {
  max-height: 190px;
  max-width: 100%;
}
#h_new_post .row > div div, #h_featured_post .row > div div, #teacher .row > div div {
  padding: 0 15px 40px;
}

#h_new_post .row > div div p, #h_featured_post .row > div div p, #teacher .row > div div p {
  font-size: 15px;
  padding-bottom: 0;
  line-height: 1.3;
}

#teacher .row > div div p {
  height: 170px;
  overflow: hidden;
}
#h_new_post .row > div div p a, #h_featured_post .row > div div p a {
  display: block;
  font-size: 14px;
  position: absolute;
  bottom: 13px;
}

#teacher .row > div div a.rm {
  display: block;
  font-size: 14px;
  position: static;
  bottom: 13px;
  color: #39c1de;
  margin-top: 15px;
  margin-bottom: 5px;
}

#h_new_post .row > div div p a:hover, #h_featured_post .row > div div p a:hover, #teacher .row > div div p a:hover {
  text-decoration: underline;
}
#h_new_post .row > div div > a, #h_featured_post .row > div div > a, #teacher .row > div div > a {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#h_new_post .row > div div > a:hover, #h_featured_post .row > div div > a:hover, #teacher .row > div div > a:hover {
  text-decoration: underline;
}
#h_new_post .row > div div time, #h_featured_post .row > div div time, #teacher .row > div div time {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
#h_new_post {
  border-bottom: 1px solid #0d0d0d;
}
#h_featured_post {
  border-top: 1px solid #3c3c3c;
}
#h_info, .h__info, .h___info {
  background: #141414;
  padding: 50px 0;
}
#h_info h3, .h__info h3, .h___info h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
#h_info h3 + strong, .h__info h3 + strong, .h___info h3 + strong {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
#h_info .row, .h__info .row, .h___info .row {
  font-size: 0;
}
#h_info .row div, .h__info .row div, .h___info .row div {
  width: 31%;
  margin: 0 3.4% 0 0;
  display: inline-block;
  vertical-align: top;
}
#h_info .row div:last-of-type, .h__info .row div:last-of-type, .h___info .row div:last-of-type {
  margin-right: 0;
}
#h_info .row div p, .h__info .row div p, .h___info .row div p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 8px;
}
#h_info .row div p:last-of-type, .h__info .row div p:last-of-type, .h___info .row div p:last-of-type {
  padding-bottom: 0;
}
.h___info {
  background: #262626;
}
.h___info .row div {
  width: 48%;
}
.h__info {
  background: #262626;
}
.h__info h3 {
  line-height: 1.2;
}
footer {
  padding: 48px 0 45px;
  background: #ebebeb;
  color: #666;
}
footer ul {
  display: inline-block;
  margin-right: 47px;
  vertical-align: top;
}
footer ul:last-of-type {
  margin-right: 0;
}
footer ul li {
  margin-bottom: 25px;
}
footer ul li:last-of-type {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 18px;
  color: #9e9e9e;
}
footer ul li a:hover {
  color: #8fce01;
}
footer .soc_ico {
  padding-top: 0;
  display: block;
  text-align: right;
  margin-bottom: 80px;
}
footer .soc_ico li {
  float: none;
  margin: -2px 8px -2px -2px;
  display: inline-block;
}
footer .f_logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
#tariff {
  padding: 50px 0;
  position: relative;
  background: #262626;
}
#tariff h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#tariff .list_tariff {
  padding-right: 1%;
  width: 34%;
  float: left;
}
#tariff div.ar {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
#tariff p {
  line-height: 1.4;
  padding-bottom: 8px;
}
#tariff ul li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
}
#tariff ul li:before {
  left: 0;
  content: '\e903';
  position: absolute;
  font-family: 'ico';
  color: #8fce01;
  font-size: 12px;
}
#tariff .green_btn {
  margin-top: 35px;
}
#sl_recommendation {
  padding: 50px 0;
}

.tpl-individual #sl_recommendation {
  background: #262626;
}
#sl_recommendation h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#sl_recommendation .controls {
  position: absolute;
  top: 0;
  right: 0;
}
#sl_recommendation .controls .sl_r-button-prev, #sl_recommendation .controls .sl_r-button-next {
  width: 30px;
  height: 30px;
  background: #404040;
  text-align: center;
  color: #999;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
#sl_recommendation .controls .sl_r-button-prev i, #sl_recommendation .controls .sl_r-button-next i {
  display: block;
  line-height: 1;
}
#sl_recommendation .controls .sl_r-button-prev:hover, #sl_recommendation .controls .sl_r-button-next:hover {
  cursor: pointer;
  opacity: 0.7;
}
#sl_recommendation .controls .sl_r-button-next {
  padding-top: 7px;
}
#sl_recommendation .controls .sl_r-button-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sl_recommendation .controls .swiper-button-disabled {
  opacity: 0.4;
}
#sl_recommendation .sl_recommendation .swiper-slide img {
  vertical-align: middle;
}
#sl_recommendation .sl_recommendation .swiper-slide > div {
  background: #1c1c1c;
  padding: 25px;
}
#sl_recommendation .sl_recommendation .swiper-slide > div p {
  padding-bottom: 0;
}
#sl_recommendation .sl_recommendation .swiper-slide > div a {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#sl_recommendation .sl_recommendation .swiper-slide > div time {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
a.play_post {
  display: block;
  position: relative;
}
a.play_post > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-size: 65px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: none;
}

h1.blog__header {
  text-align: center;
  font-size: 70px;
  font-size: 3.8vw;
  line-height: normal;
}
.right_content {
  float: left;
  width: 68%;
}
aside {
  float: right;
  width: 300px;
}
aside .icon-play {
  font-size: 45px !important;
}
.icon-play {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget_vk {
  margin-bottom: 15px;
}
.regulation_content {
  padding-top: 50px;
}
.regulation_content h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.regulation_content .row > p {
  padding-bottom: 10px;
}
.regulation_content .row > p:last-of-type {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.regulation_content .faq {
  padding: 40px 0;
  border-bottom: 1px solid #0d0d0d;
  border-top: 1px solid #3c3c3c;
}
.regulation_content .faq .al {
  width: 350px;
  color: #8fce01;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
.regulation_content .faq .ar {
  padding-left: 50px;
  float: none;
  overflow: hidden;
  font-weight: 300;
}
.regulation_content .faq .ar p {
  padding-bottom: 5px;
  line-height: 1.3;
}
#all_post {
  padding-top: 35px;
}
.navigation_post .row > div {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.navigation_post .row > div:first-of-type, .navigation_post .row > div:last-of-type {
  width: 25%;
}
.navigation_post .row > div:last-of-type {
  text-align: right;
}
.navigation_post .row > div:first-of-type a {
  color: #8a8a8a;
  padding: 4px 10px;
  border: 1px solid transparent;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.navigation_post .row > div:first-of-type a.act {
  color: #8fce01;
  border-color: #8fce01;
}
.navigation_post .row > div:first-of-type a:hover {
  color: #8fce01;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #8fce01;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.wp-pagenavi span {
  padding: 0 5px;
}
.wp-pagenavi a {
  font-size: 18px;
  padding: 0 5px;
  color: #8a8a8a;
  display: inline-block;
  vertical-align: middle;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: 30px;
  height: 30px;
  background: #d9d9d9;
  color: #9a9a9a;
  text-align: center;
  font-size: 35px;
  padding-top: 3px;
}
.wp-pagenavi a:hover {
  color: #8fce01;
}
.sld .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.fmslider a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.fmslider a:before {
  padding-bottom: 100%;
  display: block;
  content: '';
}
.fmslider a i.icon-loop {
  color: #aba9b4;
  font-size: 45px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fmslider a:hover i.icon-loop {
  opacity: 1;
}
.fmslider a .slideup {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 10px 30px;
  background: rgba(0, 0, 0, 0.71);
  color: #8fce01;
  font-weight: 300;
}
.fmslider a .slideup strong {
  font-weight: 300;
}
.fmslider a .slideup small {
  font-size: 13px;
}
.fmslider .swiper-button-next, .fmslider .swiper-button-prev {
  top: 0;
  right: 0;
  height: 100%;
  margin-top: 0;
  /*background: url("../img/sp-next.png");*/
  width: 150px;
  /*-webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;*/
  opacity: 1;
  background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.fmslider .swiper-button-next::after, .fmslider .swiper-button-prev::after {
  content: '\e905';
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 54px;
  font-size: 53px;
  font-family: "ico" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
    color: #8e8989;
    transition: color .3s ease-in-out;
}

.fmslider .swiper-button-prev::after {
  right: auto;
  left: 50px;
  transform-origin: left;
  transform: translate(0, -50%) rotate(180deg) ;
}



.fmslider .swiper-button-prev {
  /*background: url("../img/sp-prev.png");*/
  left: 0;
  right: auto;
  /*background-position: center;*/
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.fmslider .swiper-button-next:hover::after, .fmslider .swiper-button-prev:hover::after {
  color: #fff;
}
.tpl-contact #bottom_header {
  margin-bottom: 50px;
}
.tpl-contact #bottom_header #bottom_header_content {
  min-height: 460px;
}
.tpl-contact #bottom_header .ar {
  padding-top: 145px;
}
.tpl-contact #bottom_header .ar p strong {
  font-weight: 500;
  padding-bottom: 20px;
}
.tpl-contact #bottom_header .ar p:last-of-type {
  padding-bottom: 0;
}
.tpl-contact #bottom_header .ar p:last-of-type strong {
  font-weight: 700;
}
.tpl-contact .address_content {
  margin-bottom: 50px;
}
.tpl-contact .address_content img {
  display: block;
  float: none !important;
  margin: 15px auto;
  padding: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.tpl-contact .address_content strong {
  font-weight: 700;
  font-size: 18px;
  color: #8fce01;
}
.tpl-contact .address_content p {
  line-height: 1.2;
}
.tpl-contact .address_content p:nth-of-type(2) {
  font-weight: 400;
  font-size: 18px;
}
.tpl-time #bottom_header .ar {
  padding-top: 35px;
  font-weight: 400;
  font-size: 15px;
}
.tpl-time #bottom_header .ar h2 {
  font-size: 21px;
  color: #8fce01;
  font-weight: 700;
  line-height: 1;
}
.tpl-time #bottom_header .ar h3 {
  font-size: 15px;
  color: #8fce01;
  font-weight: 300;
  padding-bottom: 20px;
}
.tpl-time #bottom_header .ar p {
  padding-bottom: 20px;
}
.tpl-time #bottom_header_content {
  min-height: 460px;
}
.tpl-time #l_time {
  padding: 50px 0 30px;
}
.tpl-time #l_time h3 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
.tpl-time #l_time p {
  padding-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
}
.tpl-time #l_time .row div {
  width: 48%;
  margin: 0;
}
.tpl-time #l_time .row div:first-of-type {
  margin-right: 3%;
  float: left;
}
.tpl-time #l_time .row div:last-of-type {
  float: right;
}
.tpl-time #l_time .row div:last-of-type p:last-of-type {
  padding-top: 10px;
}
.tpl-time #h_res_post {
  padding: 50px 0;
  position: relative;
}
.tpl-time #h_res_post .img-holder {
  position: absolute;
  top: 0;
}
.tpl-time #h_res_post a {
  color: #39c1de;
}
.tpl-time #h_res_post .row {
  padding-bottom: 0;
}
.tpl-time #h_res_post .row .tables {
  width: 100%;
  margin: 0;
  padding-bottom: 25px;
}
.tpl-time #h_res_post .row .tables ~ p {
  color: #8fce01;
  font-size: 18px;
  padding-bottom: 0;
}
.tpl-time #h_res_post .row .tables > div {
  width: 48%;
  margin: 0;
}
.tpl-time #h_res_post .row .tables > div:first-of-type {
  margin-right: 3%;
  float: left;
}
.tpl-time #h_res_post .row .tables > div:last-of-type {
  float: right;
}
.tpl-time #h_res_post .row .tables > div table tr:first-of-type {
  background: transparent;
}
.tpl-time #h_res_post .row .tables > div table tr:first-of-type td {
  background: transparent;
  border: transparent;
  color: #8fce01;
}
.tpl-time #h_res_post .row .tables > div table tr td {
  position: relative;
  background: rgba(77, 77, 77, 0.6);
  border: 2px solid transparent;
  padding: 15px 0;
}
.tpl-time #h_res_post .row .tables > div table tr td:first-of-type {
  width: 130px !important;
}
.tpl-lesson #bottom_header .ar {
  padding-top: 35px;
  font-weight: 400;
  font-size: 15px;
}
.tpl-lesson #bottom_header .ar h2 {
  font-size: 21px;
  color: #8fce01;
  font-weight: 700;
  line-height: 1;
}
.tpl-lesson #bottom_header .ar h3 {
  font-size: 15px;
  color: #8fce01;
  font-weight: 300;
  padding-bottom: 20px;
}
.tpl-lesson #bottom_header .ar p {
  padding-bottom: 20px;
}
.tpl-lesson #bottom_header_content {
  min-height: 460px;
}
.tpl-lesson #d_body {
  text-align: center;
}
.tpl-lesson #d_body h2 {
  text-align: left;
}
.tpl-lesson #d_body article {
  text-align: left;
}
.tpl-lesson #d_body .btn_ps {
  margin-top: 20px;
}
.tpl-individual #b_video .ar {
  z-index: 1;
}
.tpl-individual #b_video .ar .poster_u_list {
  padding: 40px 0 0 40px;
}

.poster_u_list p {
  line-height: 1.3;
}
.tpl-individual #b_video .ar .poster_u_list strong {
  color: #8fce01;
  font-size: 21px;
}
.tpl-individual #b_video .ar .poster_u_list ul li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
}
.tpl-individual #b_video .ar .poster_u_list ul li:before {
  left: 0;
  content: '\e903';
  position: absolute;
  font-family: 'ico';
  color: #8fce01;
  font-size: 12px;
}

ul.check-style {
  list-style: none !important;
}

ul.check-style li {
  padding-left: 20px !important;
  position: relative !important;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
}
ul.check-style li:before {
  left: 0 !important;
  content: '\e903' !important;
  position: absolute !important;
  font-family: 'ico' !important;
  color: #8fce01 !important;
  font-size: 12px !important;
}

ul.disc-style {
  list-style: inside disc url(../img/circle-list.png) !important;
}

ul.disc-style li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
}
ul.disc-style li:before {
  content: '' !important;
  display: none !important;
}






.tpl-individual #h_res_post {
  padding: 0 0;
  position: relative;
}
.tpl-individual #h_res_post > .row {
  padding: 50px 0;
}
.tpl-individual #h_res_post h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tpl-individual #h_res_post .h_group {
  width: 100%;
  margin: 0;
}
.tpl-individual #h_res_post .h_group table {
  width: 100%;
}
.tpl-individual #h_res_post .h_group table td {
  position: relative;
  vertical-align: top;
  padding: 25px 50px;
  background: rgba(77, 77, 77, 0.6);
  width: 50%;
  border: 2px solid transparent;
}
.tpl-individual #h_res_post .h_group table td i {
  position: absolute;
  top: 26px;
  left: 25px;
  color: #f54e4e;
}
.tpl-individual #h_res_post .h_group table td i.icon-plus {
  color: #8fce01;
}
.tpl-individual #h_res_post .img-holder2 {
  position: absolute;
  top: 0;
}
.tpl-individual #b_video .wr_video .ar {
  background-size: auto auto;
}
.tpl-style .h__info {
  padding: 0;
}
.tpl-style .h__info h3 {
  line-height: 1.2;
}
.tpl-style .h__info .row {
  border-bottom: 1px solid #000;
  padding: 50px;
}

.h__info strong {
  color: #8fce01;
}
.tpl-style .h___info {
  padding: 0;
}
.tpl-style .h___info h3 {
  line-height: 1.2;
}
.tpl-style .h___info .row {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #000;
  padding: 50px;
}
.tpl-style #sl_recommendation {
  border-top: 1px solid #3c3c3c;
}
.tpl-style #sl_recommendation .controls {
  top: 50px;
}
.tpl-dance-style #h_featured_post {
  padding-bottom: 0;
}
.tpl-dance-style #h_featured_post .row {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.tpl-regulations #sl_recommendation, .tpl-dance-style #sl_recommendation {
  padding-top: 0;
}
.tpl-regulations #sl_recommendation .controls, .tpl-dance-style #sl_recommendation .controls {
  top: 50px;
}
.tpl-regulations #sl_recommendation .line_wr, .tpl-dance-style #sl_recommendation .line_wr {
  padding: 50px 0;
  border-top: 1px solid #3c3c3c;
}
.tpl-dance-style #h_featured_post .row div {
  margin-bottom: 40px;
}
.tpl-dance-style #h_featured_post .row div:nth-of-type(4n+4) {
  margin-right: 0;
}
.tpl-teachers #d_body {
  padding-bottom: 0;
}
.tpl-teachers #d_body .row {
  /*border-bottom: 1px solid #000;*/
  padding-bottom: 50px;
}
.tpl-teachers #teacher {
  padding-top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.tpl-teachers #teacher .row {
  border-top: 1px solid #3c3c3c;
  padding-top: 50px;
}
.tpl-teachers #teacher h5 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #8fce01;
}

.tpl-teachers #teacher h5 a {
  color: #8fce01;
}

#h_res_post .rev_author_name {
  font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #8fce01;
}
.tpl-teachers #teacher div h6 {
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 10px;
  line-height: 1;
}
.single-teachers #bottom_header .row {
  padding-top: 0;
}
.single-teachers #bottom_header #bottom_header_content {
  min-height: 460px;
  position: relative;
}
.single-teachers #bottom_header #bottom_header_content .play_post {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-teachers .video_name {
  color: #8fce01;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 70px 15px 20px;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.single-teachers #d_body {
  color: #fff;
}
.single-teachers #d_body strong {
  color: #8fce01;
  font-size: 18px;
  display: block;
}
.single-teachers #d_body p, .single-teachers #d_body ul {
  padding: 0 0 10px !important;
}
.single-post, .single {
  color: #404040;
  background: #fff;
}
.single-post footer, .single footer {
  background: #ebebeb;
  color: #666;
}
.single-post footer .soc_ico li a, .single footer .soc_ico li a {
  color: #999;
}
.single-post header, .single header {
  background: #fff;
  color: #777;
  border-bottom: 1px solid #8fce01;
}
.single-post header .sub-menu li, .single header .sub-menu li {
  background: #fff;
  border-right: none;
}
.single-post header .sub-menu li a, .single header .sub-menu li a {
  color: #777;
}
.single-post header nav li, .single header nav li {
  border-right: 1px solid #777;
  border-left: none;
}
.single-post header nav li:last-of-type, .single header nav li:last-of-type {
  border-right: 0;
}
.single-post header nav li a:hover, .single header nav li a:hover {
  color: #000;
}
.single-post header nav li.current_page_item a, .single header nav li.current_page_item a {
  color: #000;
}
.single-post header .soc_ico li a, .single header .soc_ico li a {
  color: #999;
}
.single-post #bottom_header .row, .single #bottom_header .row {
  padding-top: 0;
}
.single-post #bottom_header #bottom_header_content, .single #bottom_header #bottom_header_content,
.single #bottom_header {
  min-height: 460px;
  position: relative;
}
.single-post #bottom_header #bottom_header_content .play_post, .single #bottom_header #bottom_header_content .play_post,
#bottom_header.blog__header #bottom_header_content .play_post
 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .3s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.single-post #bottom_header #bottom_header_content .play_post:hover, .single #bottom_header #bottom_header_content .play_post:hover,
#bottom_header.blog__header #bottom_header_content .play_post:hover {
  opacity: .7;
}
.single-post .video_name, .single .video_name {
  color: #8fce01;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 70px 15px 20px;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.single-post .post_title, .single .post_title {
  background: #f5f5f5;
  padding: 25px 0;
  font-size: 26px;
  color: #000;
  line-height: 1.2;
}
.single-post .post_title time, .single .post_title time {
  color: #666;
  font-size: 14px;
}
.single-post .all_content, .single .all_content {
  padding-top: 30px;
  padding-bottom: 50px;
}
.single-post .right_content p, .single .right_content p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.single-post .right_content h1, .single .right_content h1, .single-post .right_content h2, .single .right_content h2, .single-post .right_content h3, .single .right_content h3, .single-post .right_content h4, .single .right_content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
.single-post .right_content ul, .single .right_content ul {
  list-style: inside disc url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTY0OTJCODI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTY0OTJCOTI0MTgxMUU2QTIwNkMyMzg1NEExQkFCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NjQ5MkI2MjQxODExRTZBMjA2QzIzODU0QTFCQUI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5NjQ5MkI3MjQxODExRTZBMjA2QzIzODU0QTFCQUI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgABQAFAwERAAIRAQMRAf/EAGMAAQAAAAAAAAAAAAAAAAAAAAcBAQEAAAAAAAAAAAAAAAAAAAcKEAABBQEBAAAAAAAAAAAAAAADAQIEBQYHCBEAAgECBAYDAAAAAAAAAAAAAQIEEQMhEhMGADFBUSIFMhQW/9oADAMBAAIRAxEAPwBomS+aJzjOFLn/ADk6jd502h4UGTsFbjRYhpMElpVU9qmGeQ/HTkfDWysFhjKIw4KJCI8iqKZSPH3Z+omIkvdo9gN2w1d1iAyTLInad29b+6AvtlAuiNHF1ldGlEyUCAXBcC9qnG9m1h0xr5UJGb586CvfHj//2Q==');
  margin-bottom: 20px;
}
.single-post .right_content ul.share-buttons, .single .right_content ul.share-buttons {
  text-align: right;
}
.single-post .right_content ul.share-buttons li, .single .right_content ul.share-buttons li {
  display: inline-block;
}
.single-post .right_content img, .single .right_content img {
  margin-bottom: 20px;
}
.single-post .right_content strong, .single .right_content strong {
  font-size: 17px;
}
.single-post aside h3, .single aside h3 {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
}
.single-post aside .post, .single aside .post {
  margin-bottom: 20px;
}
.single-post aside .post > a, .single aside .post > a {
  float: left;
  margin-right: 20px;
}
.single-post aside .post > a img, .single aside .post > a img {
  width: 130px !important;
  height: 90px !important;
  float: left;
}
.single-post aside .post > div, .single aside .post > div {
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
}
.single-post aside .post > div h4, .single aside .post > div h4 {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
}
.single-post aside .post > div time, .single aside .post > div time {
  color: #666;
  font-size: 14px;
}
.single-post aside .post > div a, .single aside .post > div a {
  color: #8fce01;
}



.teach__plot a.rm {
  position: absolute;
  bottom: 13px;
}

.single aside .post > div a:hover {
  text-decoration: underline;
}
.single-post aside .post > div p, .single aside .post > div p {
  padding-bottom: 0;
}
.single-post #coments, .single #coments {
  background: #f5f5f5;
  padding: 50px 0;
}
.single-post #coments h4, .single #coments h4 {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.single ol {
  list-style: decimal;
}
.blog, .tpl-liked {
  color: #404040;
  background: #fff;
}
.blog footer, .tpl-liked footer {
  background: #ebebeb;
  color: #666;
}
.blog footer .soc_ico li a, .tpl-liked footer .soc_ico li a {
  color: #999;
}
.blog header, .tpl-liked header {
  background: #fff;
  color: #777;
  border-bottom: 1px solid #8fce01;
}
.blog header .sub-menu a:hover, .tpl-liked header .sub-menu a:hover {
  color: #8fce01;
}
.blog header .sub-menu:before, .tpl-liked header .sub-menu:before {
  background: #8fce01;
}
.blog header .sub-menu a, .tpl-liked header .sub-menu a {
  color: #777;
}
.blog header .sub-menu li, .tpl-liked header .sub-menu li {
  border-right: none;
}
.blog header nav li, .tpl-liked header nav li {
  border-right: 1px solid #777;
  border-left: none;
  background: #fff;
}
.blog header nav li:last-of-type, .tpl-liked header nav li:last-of-type {
  border-right: 0;
}
.blog header nav li > a:hover, .tpl-liked header nav li > a:hover {
  color: #000;
}
.blog header nav li.current_page_item a, .tpl-liked header nav li.current_page_item a {
  color: #000;
}
.blog header .soc_ico li a, .tpl-liked header .soc_ico li a {
  color: #999;
}
.blog .blogpost > a, .tpl-liked .blogpost > a {
  text-align: center;
}
.blog .blogpost > a img, .tpl-liked .blogpost > a img {
  vertical-align: middle;
  width: 100%;
  height: 185px;
  margin-bottom: 25px;
}
.blog .blogpost div > a, .tpl-liked .blogpost div > a {
  font-size: 18px;
  font-weight: 700;
  color: #404040;
}
.blog .blogpost .tm, .tpl-liked .blogpost .tm {
  position: relative;
  margin-bottom: 25px;
}
.blog .blogpost .tm a img, .tpl-liked .blogpost .tm a img {
  margin-bottom: 0 !important;
}
.blog .blogpost .tm mark, .tpl-liked .blogpost .tm mark {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #8fce01;
  color: #fff;
  font-weight: 500;
}
.blog .blogpost time, .tpl-liked .blogpost time {
  font-size: 12px;
  color: #8a8a8a;
}
.blog .blogpost p, .tpl-liked .blogpost p {
  color: #666 !important;
}
.blog #bottom_header, .tpl-liked #bottom_header {
  padding-bottom: 24%;
}
.tpl-liked #bottom_header {
  padding-bottom: 21.5%;
}
.single-post header .sub-menu a:hover, .single header .sub-menu a:hover {
  color: #fff;
}
div#site_cap {
  margin: 0 auto 10px;
  width: 300px;
}
div#site_cap div, div#site_cap iframe {
  width: 100% !important;
}
.h h3 {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 45px;
  font-family: 'exo', sans-serif;
  font-weight: 300;
}
a.play_post.v_pp > i {
  top: 46%;
}
#h_res_post strong {
  display: block;
  margin-bottom: 10px;
  
}

#h_res_post strong.header_strong_txt {
  color: #8fce01;
}
#bottom_header {
  background-position: center !important;
  -webkit-background-size: cover;
  background-size: cover;
}
#rwd, .mobile {
  display: none;
}
.menu-open {
  overflow: hidden;
}
div[id^="pp"] {
  background: rgba(0, 0, 0, .92);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  text-align: center;
  position: fixed;
  overflow: auto;
  z-index: 99999;
}
div[id^="pp"]#pp-video-blog .valign {
  background: transparent;
  width: 100%;
  height: 100%;
}

div[id^="pp"]#pp-video-blog .valign .append {
  height: 100%;
}
div[id^="pp"]#pp-gallery {
  display: block;
  opacity: 0;
}
div[id^="pp"]#pp-gallery1 {
  display: block;
  opacity: 0;
}
div[id^="pp"]#pp-gallery .valign {
  background: transparent;
  width: 100%;
}
div[id^="pp"]#pp-gallery1 .valign {
  background: transparent;
  width: 100%;
}
div[id^="pp"]#pp-gallery .controls > div {
  position: absolute;
  width: 50%;
  bottom: 0;
  top: 0;
}
div[id^="pp"]#pp-gallery1 .controls > div {
  position: absolute;
  width: 50%;
  bottom: 0;
  top: 0;
}
div[id^="pp"]#pp-gallery .controls > div i {
  position: absolute;
  cursor: pointer;
  top: 50%;
  font-size: 48px;
  color: #646464;
  transition: color .3s ease-in-out;
}
div[id^="pp"]#pp-gallery1 .controls > div i {
  position: absolute;
  cursor: pointer;
  top: 50%;
  font-size: 48px;
  color: #646464;
  transition: color .3s ease-in-out;
}

div[id^="pp"]#pp-gallery .controls > div i:hover,
div[id^="pp"]#pp-gallery1 .controls > div i:hover {
  color: #fff;
}
div[id^="pp"]#pp-gallery .controls > div.pp-button-prev,
div[id^="pp"]#pp-gallery1 .controls > div.pp-button-prev {
  left: 0;
}
div[id^="pp"]#pp-gallery .controls > div.pp-button-prev i,
div[id^="pp"]#pp-gallery1 .controls > div.pp-button-prev i {
  left: 30px;
}
div[id^="pp"]#pp-gallery .controls > div.pp-button-next,
div[id^="pp"]#pp-gallery1 .controls > div.pp-button-next {
  right: 0;
}
div[id^="pp"]#pp-gallery .controls > div.pp-button-next i,
div[id^="pp"]#pp-gallery1 .controls > div.pp-button-next i {
  right: 30px;
}
div[id^="pp"]#pp-gallery .swiper-container-autoheight, div[id^="pp"]#pp-gallery .swiper-container-autoheight .swiper-slide,
div[id^="pp"]#pp-gallery1 .swiper-container-autoheight, div[id^="pp"]#pp-gallery1 .swiper-container-autoheight .swiper-slide {
  height: 100vh;
}
div[id^="pp"]#pp-gallery img,
div[id^="pp"]#pp-gallery1 img {
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 90%;
}

.page-id-1604 .play_btn,
.page-id-1615 .play_btn {
  display: none;
}


div[id^="pp"].pp-active {
  top: 0;
  opacity: 1 !important;
}
div[id^="pp"] .s {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
div[id^="pp"] .s .icon-close {
  top: 10px;
  right: 10px;
  position: absolute;
  color: #fff;
}
div[id^="pp"] .s .icon-close:hover {
  cursor: pointer;
}
div[id^="pp"] .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #646464;
  z-index: 9998;
  transition: color .3s ease-in-out;
}
div[id^="pp"] .close:hover {
  cursor: pointer;
  color: #fff;
}
div[id^="pp"] .valign {
  margin: 0 auto;
  max-width: 98%;
  padding: 0;
  position: relative;
  text-align: left;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  width: 600px;
  z-index: 1;
  background: #494949;
}
div[id^="pp"] .valign.open {
  transform: scale(1);
}
div[id^="pp"] .valign .pp_title {
  background: #373737;
  padding: 25px;
  font-size: 21px;
  font-weight: 700;
  color: #8fce01;
}
div[id^="pp"] .valign .pp_title i {
  color: #777;
  font-size: 15px;
  cursor: pointer;
}
div[id^="pp"] .valign .content {
  padding: 35px;
}
div[id^="pp"] .valign .content p {
  padding-bottom: 3px;
  line-height: 1.3;
}
div[id^="pp"] .valign .content input, div[id^="pp"] .valign .content textarea {
  width: 57%;
  display: block;
  background: #373737;
  border: none;
  margin: 0 auto 10px;
  height: 40px;
  padding: 0 10px;
  color: #8fce01;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
div[id^="pp"] .valign .content input::-webkit-input-placeholder, div[id^="pp"] .valign .content textarea::-webkit-input-placeholder {
  color: #8fce01;
}
div[id^="pp"] .valign .content input:-moz-placeholder, div[id^="pp"] .valign .content textarea:-moz-placeholder {
  color: #8fce01;
}
div[id^="pp"] .valign .content input::-moz-placeholder, div[id^="pp"] .valign .content textarea::-moz-placeholder {
  color: #8fce01;
}
div[id^="pp"] .valign .content input:-ms-input-placeholder, div[id^="pp"] .valign .content textarea:-ms-input-placeholder {
  color: #8fce01;
}
div[id^="pp"] .valign .content input[type="submit"], div[id^="pp"] .valign .content textarea[type="submit"] {
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #545454;
  background: #8fce01;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
div[id^="pp"] .valign .content input[type="submit"]:hover, div[id^="pp"] .valign .content textarea[type="submit"]:hover {
  opacity: 0.7;
}
div[id^="pp"] .valign .content textarea {
  font-family: 'exo', sans-serif;
  padding: 10px;
  resize: none;
  height: 85px;
  font-size: 14px;
}
.pp-video-blog .fullframe {
  z-index: 10;
}
.sl_gallery,
.sl_gallery1 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sl_gallery .controls,
.sl_gallery1 .controls {
  visibility: hidden;
}
.sl_gallery:hover .controls,
.sl_gallery1:hover .controls {
  visibility: visible;
}
.sl_gallery:hover .controls > div,
.sl_gallery1:hover .controls > div {
  z-index: 2;
}
.sl_gallery .swiper-button-disabled,
.sl_gallery1 .swiper-button-disabled {
  visibility: hidden;
}
.sl_gallery .pp-button-prev i,
.sl_gallery1 .pp-button-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ajax-loader {
  display: none;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #eee;
  color: #ff5f5f;
  font: 500 12px/45px 'Museo Sans';
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.wpcf7 .wpcf7-response-output {
  background: #fff;
  padding: 2%;
  float: left;
  width: 96%;
  display: none;
  margin: 20px 0;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #ff5f5f;
  color: #fff;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
  color: #fff;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
  color: #fff;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
#link_home {
  display: none;
}
.mobile ul li.current_page_item > a {
  color: #8fce01 !important;
  font-weight: 700;
}
.page-template-tpl-individual .wr_video .al {
  background-position: center center;
}

.blog #bottom_header_content {
  color: #fff;
}

.blog #bottom_header .ar p {
  padding-bottom: 20px;
}

.blog #bottom_header .ar h3 {
    font-weight: 300;
    padding-bottom: 20px;
}

.blog #bottom_header_content {
    min-height: 460px;
}
.blog #bottom_header {
  padding-bottom: 0px;
}




 
.single-post .right_content table {
  width: 100% !important;
  height: auto !important;
  margin: 20px 0;
  table-layout: fixed;
}

.single-post .right_content table td {
    position: relative;
    vertical-align: top;
    padding: 25px 50px;
    background: #ededed;
    width: 50%;
    border: 2px solid transparent;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
}

.single-post .right_content.icontable table tr td:first-of-type::before {
  content: "\e901";
  position: absolute;
  top: 26px;
  left: 20px;
  color: #f54e4e;
      font-family: "ico" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-post .right_content.icontable table tr td:nth-of-type(even)::before {
  content: "\e900";
  position: absolute;
  top: 26px;
  left: 20px;
  color: #8fce01;
      font-family: "ico" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-post .right_content.icontable table tr:first-of-type td::before {
  display: none;
}



div[id^="pp"] .valign .content select {
    width: 57%;
    display: block;
    background: #373737;
    border: none;
    margin: 0 auto 10px;
    height: 40px;
    padding: 0 10px;
    color: #8fce01;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.page-id-1604 #b_video .ar .poster_u_list,
.page-id-1615 #b_video .ar .poster_u_list {
  padding-bottom: 40px;
}

.page-id-1604 #b_video .cont,
.page-id-1615 #b_video .cont {
  display: none;
}

.page-id-1604 #b_video .al {
  background-size: cover;
}

#teacher .row  .teach__plot {
  padding-bottom: 20px !important;
}

.page-id-1604 .wr_video,
.page-id-1615 .wr_video {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}

.page-id-1604 .wr_video > div,
.page-id-1615 .wr_video > div {
  width: 50%;
}


.touch #rwd {
  display: block;
}
.touch header #rwd {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.touch header.ts #rwd {
  visibility: hidden;
  opacity: 0;
}
.touch header.st #rwd {
  visibility: visible;
  opacity: 1;
}
.touch header .mobile[style*="block"] ~ #rwd {
  opacity: 1 !important;
  visibility: visible !important;
}

.touch #rwd {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  height: 46px;
  width: 46px;
  margin: 0;
  cursor: pointer;
  z-index: 22;
  background: rgba(133, 133, 133, 0.6);
}
.touch #rwd mark {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  margin: 0;
  transition: all 0.3s ease 0s;
  width: 28px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s 0.5s ease;
  -moz-transition: all 0.3s ease 0s 0.5s ease;
  -ms-transition: all 0.3s ease 0s 0.5s ease;
  -o-transition: all 0.3s ease 0s 0.5s ease;
  transition: all 0.3s ease 0s 0.5s ease;
  cursor: pointer;
}
.touch #rwd mark span:before, .touch #rwd mark span:after {
  -webkit-transition: all 0.3s ease 0s 0.5s ease;
  -moz-transition: all 0.3s ease 0s 0.5s ease;
  -ms-transition: all 0.3s ease 0s 0.5s ease;
  -o-transition: all 0.3s ease 0s 0.5s ease;
  transition: all 0.3s ease 0s 0.5s ease;
  margin-top: -7px;
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  height: 3px;
  width: 28px;
}
.touch #rwd mark span:after {
  margin-top: 7px;
}
.touch #rwd mark.open {
  background-color: transparent;
}
.touch #rwd mark.open span:before, .touch #rwd mark.open span:after {
  -webkit-transition: all 0.3s ease 0s 0.5s ease;
  -moz-transition: all 0.3s ease 0s 0.5s ease;
  -ms-transition: all 0.3s ease 0s 0.5s ease;
  -o-transition: all 0.3s ease 0s 0.5s ease;
  transition: all 0.3s ease 0s 0.5s ease;
  background-color: #8fce01;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.touch #rwd mark.open span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
}

.touch header.sticky {
    padding: 0;
  }
.touch header {
  z-index: 9098;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
      -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.touch header {
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
  border: 0;
}
.touch header .logo {
  display: none;
}
.touch header nav ul {
  display: none;
}
.touch header div.ar ul {
  display: none;
}
.touch .mobile {
  background: rgba(17, 17, 17, .95);
  overflow: auto;
  height: 104vh;
}
.touch .mobile ul.cfx:first-child {
  padding-top: 20px;
  max-width: 290px;
  margin: auto;
}
.touch .mobile ul.cfx li {
  border: none;
  width: 100%;
  display: block;
  /*text-align: center;*/
  padding: 0 !important;
}
.touch .mobile ul.cfx li a {
  color: #777;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}
.touch .mobile ul.cfx li a:hover {
  color: #fff;
}
.touch .mobile ul.soc_ico {
  text-align: center;
  margin: 13px 0 50px;
}
.touch .mobile ul.soc_ico li {
  float: none;
  display: inline-block;
}
.touch .mobile ul.soc_ico a {
  color: #777;
}

.mobile #menu-main {
  max-width: 290px;
  text-align: left;
  margin: auto;
}

.mobile #menu-main > li > a {
  color: #fff;
}
.mobile ul.cfx li {
  text-align: left;
}

.mobile #menu-main > li .sub-menu li a {
  padding: 10px 0 0;
  position: relative;
}

.mobile #menu-main > li .sub-menu li {
  padding-left: 35px !important;
  margin-bottom: 5px !important;
  position: relative;
}

.mobile #menu-main > li .sub-menu li::before {
  content: '';
  width: 25px;
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.mobile ul.cfx:first-child li a {
  color: #fff;
}



.mobile::-webkit-scrollbar {
    -webkit-appearance: none;
}

.mobile::-webkit-scrollbar:vertical {
    width: 12px;
}

.mobile::-webkit-scrollbar:horizontal {
    height: 12px;
}

.mobile::-webkit-scrollbar-thumb {
    background-color: rgb(143, 206, 1);
    border-radius: 0px;
    border: none;
}

.mobile::-webkit-scrollbar-track {
    border-radius: 0px;  
    background-color: transparent; 
}






@media screen and (max-width: 1145px) {
  header .ar {
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
  }
  header .ar .soc_ico {
    padding-top: 0;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav > ul > li {
    float: none;
    display: inline-block;
    border-right: none;
  }
  .tpl-time #bottom_header {
    background-position: center;
  }
  .tpl-time #bottom_header .al h1 {
    font-size: 44px;
  }
  .tpl-time #bottom_header .al p {
    font-size: 18px;
  }
  .tpl-time #bottom_header_content br, #l_time br {
    display: none;
  }
  #bottom_header_content .ar ul + p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header.sticky {
    padding: 0;
  }
  header {
    z-index: 9098;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
  }
  header #rwd {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.ts #rwd {
    visibility: hidden;
    opacity: 0;
  }
  header.st #rwd {
    visibility: visible;
    opacity: 1;
  }
  header .mobile[style*="block"] ~ #rwd {
    opacity: 1 !important;
    visibility: visible !important;
  }
  br {
    display: none;
  }
  #bottom_header .ar strong {
    padding-bottom: 20px;
  }
  #bottom_header .ar ul {
    margin-bottom: 20px;
  }
  #bottom_header .ar p {
    font-size: 17px;
  }
  #bottom_header .al {
    width: 50%;
  }
  #bottom_header .al h1 {
    font-size: 40px;
  }
  #b_video .ar, #b_video .al {
    background-position: center;
  }
  #b_video .ar .al_cont div, #b_video .al .al_cont div {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  #h_person {
    background-position: center;
  }
  #h_person .row .al {
    padding: 40px 0;
  }
  #b_video .ar .btn_v2, #b_video .al .btn_v2 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navigation_post .row > div {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .single .right_content {
    width: 66%;
    margin-right: 1%;
  }
  #rwd {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    height: 46px;
    width: 46px;
    margin: 0;
    cursor: pointer;
    z-index: 22;
    background: rgba(133, 133, 133, 0.6);
  }
  #rwd mark {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 3px;
    margin: 0;
    transition: all 0.3s ease 0s;
    width: 28px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s 0.5s ease;
    -moz-transition: all 0.3s ease 0s 0.5s ease;
    -ms-transition: all 0.3s ease 0s 0.5s ease;
    -o-transition: all 0.3s ease 0s 0.5s ease;
    transition: all 0.3s ease 0s 0.5s ease;
    cursor: pointer;
  }
  #rwd mark span:before, #rwd mark span:after {
    -webkit-transition: all 0.3s ease 0s 0.5s ease;
    -moz-transition: all 0.3s ease 0s 0.5s ease;
    -ms-transition: all 0.3s ease 0s 0.5s ease;
    -o-transition: all 0.3s ease 0s 0.5s ease;
    transition: all 0.3s ease 0s 0.5s ease;
    margin-top: -7px;
    content: "";
    position: absolute;
    background-color: #fff;
    display: block;
    height: 3px;
    width: 28px;
  }
  #rwd mark span:after {
    margin-top: 7px;
  }
  #rwd mark.open {
    background-color: transparent;
  }
  #rwd mark.open span:before, #rwd mark.open span:after {
    -webkit-transition: all 0.3s ease 0s 0.5s ease;
    -moz-transition: all 0.3s ease 0s 0.5s ease;
    -ms-transition: all 0.3s ease 0s 0.5s ease;
    -o-transition: all 0.3s ease 0s 0.5s ease;
    transition: all 0.3s ease 0s 0.5s ease;
    background-color: #8fce01;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #rwd mark.open span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
  }
  header {
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
    border: 0;
  }
  header .logo {
    display: none;
  }
  header nav ul {
    display: none;
  }
  header div.ar ul {
    display: none;
  }
  .mobile {
    background: rgba(17, 17, 17, .95);
    overflow: auto;
    height: 104vh;
  }
  .mobile ul.cfx:first-child {
    padding-top: 20px;
    max-width: 290px;
    margin: auto;
  }
  .mobile ul.cfx li {
    border: none;
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  .mobile ul.cfx li a {
    color: #777;
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }
  .mobile ul.cfx li a:hover {
    color: #fff;
  }
  .mobile ul.soc_ico {
    text-align: center;
    margin: 13px 0 50px;
  }
  .mobile ul.soc_ico li {
    float: none;
    display: inline-block;
  }
  .mobile ul.soc_ico a {
    color: #777;
  }
}

.single.single-post #bottom_header img{
  display: none;
}
@media screen and (max-width: 980px) {
  .page-id-1604 .ar {
  height: auto !important;
}
  .tpl-contact .right_content {
    width: 57%;
  }
  .btn_video_eng {
    float: none;
    display: block;
    margin-top: 20px;
  }
  .page-id-1604 #b_video .wr_video .cont_32 {
    display: none !important;
  }
  .page-id-1604 .wr_video,
  .page-id-1615 .wr_video {
    display: block;
  }
  .page-id-1604 .wr_video > div,
  .page-id-1615 .wr_video > div {
    width: 100% !important;
  }
  .single-post #bottom_header #bottom_header_content, .single #bottom_header #bottom_header_content,
.single #bottom_header {
  /*background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66.64%;*/
    min-height: 0px;
  }
  .single.single-post #bottom_header img{
  display: block;
}


}
.page-id-1615 .cont_32 {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .logo {
    margin-top: -26px;
  }
  .f_logo {
    position: static !important;
  }
  #bottom_header .ar p br {
    display: none;
  }
  #bottom_header .al h1 {
    font-size: 33px;
  }
  #bottom_header .al br {
    display: none;
  }
  #bottom_header .ar p {
    font-size: 15px;
  }
  header {
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
    border: 0;
  }
  header .logo {
    display: none;
  }
  header nav ul {
    display: none;
  }
  header div.ar ul {
    display: none;
  }
  #h_person .row .al {
    padding: 30px 0;
  }
  #h_person .row .al br {
    display: none;
  }
  #years br {
    display: none;
  }
  #h_res_post .row {
    padding: 50px 0 30px;
  }
  #h_res_post .row > .fl-wrap {
    
  }
  #h_res_post .row > .fl-wrap > div {
    width: 48%;
  }

  #h_res_post .row > div img {
    display: block;
    margin: 0 auto 20px;
  }
  #h_res_post .row > div.dance_styles_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    padding-top: 30px;
  }
  #h_res_post .row > div.dance_styles_wrap > * {
    width: 31.33333%;
    margin: 0 1% 1.33333em;
  }
  #h_res_post .row > div.dance_styles_wrap > div:nth-child(-n+12) {
    width: 48%;
  }
  #h_new_post .row > div:nth-of-type(even), #h_featured_post .row > div:nth-of-type(even) {
    margin-right: 0 !important;
  }
  #h_new_post .row > div div, #h_featured_post .row > div div {
    padding: 0 20px 30px;
  }
  #h_new_post .row > div img, #h_featured_post .row > div img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
  #h_new_post .row > div div p a, #h_featured_post .row > div div p a {
    bottom: 8px;
  }
  #h_new_post .row > div img {
    max-height: 999px;
  }
  #h_new_post .row > .fl-wrap > div, #h_featured_post .row > .fl-wrap > div, #teacher .row .fl-wrap > div {
    width: 48%;
    margin-bottom: 15px;
  }
  #h_new_post .row > .fl-wrap, #h_featured_post .row > .fl-wrap, #teacher .row .fl-wrap {
    flex-flow: row wrap;
  }
  footer .al {
    display: none;
  }
  footer .ar {
    width: 100%;
  }
  footer .soc_ico {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_logo {
    float: none;
    display: block;
    margin: 0 auto;
    width: 260px;
  }
  #b_video .ar .btn_v2, #b_video .al .btn_v2 {
    /*width: 40px;
    height: 40px;*/
  }
  #h_new_post .row > div img, #h_featured_post .row > div img, #h_res_post .row div img {
    width: 100%;
  }
  #teacher .row > div {
    /*margin: 0 2% 20px 0 !important;
    width: 49%;*/
  }
  #teacher .row > div img {
    width: 100%;
  }
  #teacher .row > div:nth-of-type(even) {
    margin-right: 0 !important;
  }
  #b_video .wr_video .al, #b_video .wr_video .ar {
    width: 100%;
  }
  #b_video .wr_video .cont {
    display: none;
  }
  #b_video .wr_video .cont_32 {
    display: block;
  }
  #b_video .wr_video .play_btn {
    bottom: auto;
  }
  .tpl-individual #b_video .ar .poster_u_list {
    padding: 20px 2%;
  }
  #b_video .ar {
    min-height: inherit;
  }
  .single .right_content {
    margin-right: 0;
    width: 100%;
  }
  .single aside {
    float: right;
    width: 100%;
    text-align: center;
  }
  .single aside > div {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sl_gallery.swiper-container .controls {
    display: none;
  }
  .sl_gallery1.swiper-container .controls {
    display: none;
  }
  .blog #bottom_header {
    padding-bottom: 0;
  }
  .btn_video_eng {
    margin: 20px auto 0;
  }
  .tpl-dance-style .h h3 {
    margin-top: 0;
    padding: 20px 0;
  }
  #bottom_header #bottom_header_content .row + .ar {
    background: #1a1a1a;
    text-align: left;
  }
  .home #bottom_header .ar, .tpl-regulations #bottom_header .ar, .tpl-dance-style #bottom_header .ar, .tpl-style #bottom_header .ar, .tpl-individual #bottom_header .ar {
    position: static !important;
  }
  .home #bottom_header .al, .tpl-regulations #bottom_header .al, .tpl-dance-style #bottom_header .al, .tpl-style #bottom_header .al, .tpl-individual #bottom_header .al {
    padding-bottom: 25px;
  }
  #bottom_header {
    padding-bottom: 0;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: auto;
    background-size: auto;
  }
  .single #bottom_header {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .home #bottom_header {
    background-size: auto 530px;
  }
  #bottom_header #bottom_header_content {
    padding-bottom: 0;
  }
  #bottom_header .ar {
    width: 100%;
    position: static;
    margin-top: 20px;
    padding-bottom: 50px;
    background: #1a1a1a;
    padding-left: 2%;
    padding-right: 2%;
  }
  #bottom_header .al {
    width: 100%;
    text-align: center;
  }
  #bottom_header .al a {
    text-align: left;
  }
  #d_body .row div, #h_info .row div, .h__info .row div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #d_body .row div:nth-child(2n), #h_info .row div:nth-child(2n), .h__info .row div:nth-child(2n) {
    margin: 0 0 20px;
  }
  #b_video .ar, #b_video .al {
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 220px;
    position: relative;
    width: 50%;
  }

  .page-id-1604 #b_video .ar, #b_video .al {
    min-height: 300px !important;
  }
  #h_person .row .al {
    width: 100%;
  }
  #h_person {
    -webkit-background-size: cover;
    background-size: cover;
  }
  #h_person > .al {
    width: 100%;
  }
  #bottom_header .row {
    padding-top: 60px;
  }
  #bottom_header .ar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
  }
  #bottom_header .ar .btn_video {
    text-align: left;
  }
  .tpl-time #l_time .row div {
    width: 100%;
  }
  #h_new_post .row > div.tables, #h_featured_post .row > div.tables, #h_res_post .row div.tables {
    margin: 0 !important;
  }
  .tpl-time #h_res_post .row .tables > div {
    width: 100%;
    margin: 0 !important;
  }
  #h_res_post {
    background: url("../img/parallax-img2.jpg");
  }
  #h_res_post .img-holder {
    display: none;
  }
  .tpl-time #h_res_post .row .tables > div {
    margin-bottom: 20px !important;
  }
  .tpl-contact .right_content {
    width: 100%;
  }
  aside {
    width: 100%;
    text-align: center;
  }
  aside > div {
    display: inline-block;
    vertical-align: top;
  }
  aside > div.widget_facebook {
    margin-top: -9px;
  }
  .faq > div {
    width: 100% !important;
    padding: 0 !important;
  }
  #tariff .row .ar, #tariff .row .al, #tariff .row .list_tariff {
    width: 100%;
    padding: 0;
  }
  #tariff .row .list_tariff {
    margin-bottom: 10px;
  }
  .tpl-individual #h_res_post .h_group table td {
    display: block;
    width: 100%;
  }
  .blog #h_res_post {
    background: #fff;
  }
  .tpl-liked #bottom_header {
    padding: 0 0 40%;
  }
  .tpl-liked #h_res_post {
    background: #fff;
  }
  .img-holder-img {
    display: none;
  }
  .tpl-individual #h_res_post h3 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  /*.single #bottom_header #bottom_header_content {
    min-height: 460px;
    position: relative;
  }*/
  #h_new_post .row > .fl-wrap, #h_featured_post .row > .fl-wrap, #h_res_post .row > .fl-wrap {
    padding: 0;
    background: transparent none repeat scroll 0 0;
    display: block;
  }
  #h_new_post .row > .fl-wrap > div, #h_featured_post .row > .fl-wrap > div, #teacher .row .fl-wrap > div {
    width: 100%;
  }
  #h_new_post .row > div:nth-of-type(odd), #h_featured_post .row > div:nth-of-type(odd), #h_res_post .row > div:nth-of-type(odd) {
    margin-right: auto !important;
  }

  #h_res_post .row .dance_styles_wrap > div {
    margin-bottom: 50px !important;
  }
  #h_res_post .row > div.dance_styles_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  #h_res_post .row > div.dance_styles_wrap > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  #h_res_post .row > div.dance_styles_wrap > div:nth-child(-n+12) {
    width: 94%;
  }
  #b_video .ar, #b_video .al {
    min-height: 220px;
    position: relative;
    width: 100%;
  }
  #b_video .cont_32 {
    display: block;
  }
  #b_video .cont {
    display: none;
  }
  #h_new_post .row > div div, #h_featured_post .row > div div {
    padding: 0 10px 26px;
  }
  .fmslider div[class^='swiper-button-'] {
    width: 80px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
  }
 /* .fmslider .swiper-button-next {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBR8NJwzBoRSGAAAAsElEQVQ4y5WTuw7CMAxFLRakpCNT/4FXvx+V18hXMDftwgo6bNA2tqM6U6x7kti+EeS3ah40o726VvKPXl5ykkb8mPCBlsG/ZZ4InH0kTxUQLRm42Ih+TrQR662Rq47Y/TAQb0iRW474c61ypGAEKu4MbHRrWPGWj2UN7Ukd2yVFz+Sltnbslgwu5XLPGon9EvMZcsveiYNVmybvbTnKF3XlU2BNS8/RN8t4U/MsyZEv9lo7JPQqHQAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDUtMzFUMTM6Mzk6MTIrMDI6MDB//luvAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA1LTMxVDEzOjM5OjEyKzAyOjAwDqPjEwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=') no-repeat;
    right: 10px;
  }
  .fmslider .swiper-button-prev {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBR8NJx9FH1VYAAAAlUlEQVQ4y5XSqw6AMAwF0AZDAlgMim/Y9xOekq9AYqZxF0HIgPUxOtXlnmVJSyDjOKxoQ5+RXo46Omh/3Biveyyonnc/4xpg4zIQ4hIQ4zxQ4hxQ4zEw4l9gxt+gtuP2asQVfWlO/1IgZTq4yCQTaXAikVdj5Im2fCOKdHCRISbakFiiThUOHv2b6OAmeTogOGxoQn8CTAU5jB2VotQAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDUtMzFUMTM6Mzk6MzErMDI6MDAMM0ZPAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA1LTMxVDEzOjM5OjMxKzAyOjAwfW7+8wAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=') no-repeat;
    left: 10px;
  }*/
  .tpl-style .h__info .row, .tpl-style .h___info .row {
    padding: 50px 0;
  }
  .tpl-style .h__info .row div, .tpl-style .h___info .row div {
    width: 100%;
    margin: 0;
  }
  #sl_recommendation .controls .sl_r-button-prev:hover, #sl_recommendation .controls .sl_r-button-next:hover {
    opacity: 1;
  }
  #sl_recommendation .controls .sl_r-button-prev:hover.swiper-button-disabled, #sl_recommendation .controls .sl_r-button-next:hover.swiper-button-disabled {
    opacity: 0.4;
  }
  .page-id-1604 div[id^="pp"] .valign .content input[type="submit"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1.blog__header {
    font-size: 22px;
    margin-top: 60px;
  }
  div[id^="pp"] .valign .content input,
  div[id^="pp"] .valign .content select,
  div[id^="pp"] .valign .content textarea {
    width: 100%;
  }
  #bottom_header .al h1 {
    font-size: 28px;
  }
  footer {
    padding: 20px 0;
  }
  mark.all_post {
    padding-top: 5px;
  }
  br {
    display: none;
  }
  h3 {
    text-align: center;
  }
  #h_person .row .al h2 {
    text-align: center;
  }
  #d_body h2 {
    text-align: center;
  }
  #d_body .row div, #h_info .row div, .h__info .row div {
    width: 100%;
    margin: 0 0 20px !important;
  }
  #years strong, #years p {
    text-align: left;
  }
  #h_new_post .row > div, #h_featured_post .row > div, #h_res_post .row div {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto 20px !important;
  }
  #h_new_post .row > div img, #h_featured_post .row > div img, #h_res_post .row div img {
    width: 100%;
  }
  #h_res_post .row > div.dance_styles_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  #h_res_post .row > div.dance_styles_wrap > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  #teacher .row > div {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #teacher .row > div:nth-of-type(even) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .tpl-liked #bottom_header {
    padding: 0 0 50%;
  }
  div[id^="pp"]#pp-gallery .controls > div i  {
    font-size: 30px;
  }
  div[id^="pp"]#pp-gallery1 .controls > div i  {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  #h_res_post .row div {
    padding: 0;
  }
  .tpl-liked #bottom_header {
    padding: 0 0 70%;
  }
  .green_btn.btn_contact {
    font-size: 17px;
    font-weight: 400;
  }
}
@font-face {
  font-family: 'exo';
  src: url('fonts/exo2.0-bold.eot');
  src: url('fonts/exo2.0-bold.eot?#iefix') format('embedded-opentype'), url('fonts/exo2.0-bold.woff') format('woff'), url('fonts/exo2.0-bold.ttf') format('truetype'), url('fonts/exo2.0-bold.svg#exo') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'exo';
  src: url('fonts/exo2.0-medium.eot');
  src: url('fonts/exo2.0-medium.eot?#iefix') format('embedded-opentype'), url('fonts/exo2.0-medium.woff') format('woff'), url('fonts/exo2.0-medium.ttf') format('truetype'), url('fonts/exo2.0-medium.svg#exo') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'exo';
  src: url('fonts/exo2.0-regular.eot');
  src: url('fonts/exo2.0-regular.eot?#iefix') format('embedded-opentype'), url('fonts/exo2.0-regular.woff') format('woff'), url('fonts/exo2.0-regular.ttf') format('truetype'), url('fonts/exo2.0-regular.svg#exo') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'exo';
  src: url('fonts/exo2.0-light.eot');
  src: url('fonts/exo2.0-light.eot?#iefix') format('embedded-opentype'), url('fonts/exo2.0-light.woff') format('woff'), url('fonts/exo2.0-light.ttf') format('truetype'), url('fonts/exo2.0-light.svg#exo') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'exo';
  src: url('fonts/exo2.0-extralight.eot');
  src: url('fonts/exo2.0-extralight.eot?#iefix') format('embedded-opentype'), url('fonts/exo2.0-extralight.woff') format('woff'), url('fonts/exo2.0-extralight.ttf') format('truetype'), url('fonts/exo2.0-extralight.svg#exo') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ico';
  src: url('fonts/dance.eot');
  src: url('fonts/dance.eot?#iefix') format('embedded-opentype'), url('fonts/dance.woff') format('woff'), url('fonts/dance.ttf') format('truetype'), url('fonts/dance.svg#ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

.page-template-tpl-time-php .green_btn.btn_contact {
  padding: 0 10px;
  float: right;
  margin-top: 13px;
}


.tpl-time #l_time .row div.alignleft {
  float: left;
  margin-right: 0;
  width: auto;
  margin-top: 2px;
}

@media screen and (max-width: 1023px) {
  .tpl-time #l_time .row div.alignleft,
  .page-template-tpl-time-php .green_btn.btn_contact {
    float: none;
  }
  .page-template-tpl-time-php .green_btn.btn_contact {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog #bottom_header .ar {
    position: static;
  }
  .blog #bottom_header {
    background-size: cover;
  }
  /*.blog #bottom_header_content {
    min-height: auto;
  }*/
  .page-template-tpl-time-php .green_btn.btn_contact {
    margin-bottom: 20px;
  }
  .contacts-tel-link {
    margin: auto;
    border: 2px solid #8fce01;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 56px;
    display: inline-block;
    width: auto;
    text-align: center;
    color: #8fce01;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
  }
  .tpl-contact #bottom_header .ar p .contacts-tel-link strong {
    padding-bottom: 0;
    padding: 12px 15px;
  }

  .contacts-tel-link:hover {
    background: rgba(143, 206, 1, 0.1);
    cursor: pointer;
  }

}

@media screen and (max-width: 470px) {
  .single-post .right_content table {
    display: block;
  }
  .single-post .right_content table td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}