/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1.1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}


. {
	background-color: #DCDCDC !important;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

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

[class^="icon-"],
[class*=" icon-"],
.navigation .prev:before,
.navigation .next:before,
.jcf-select .jcf-select-opener:before,
.btn-link:before,
#main-nav .opener:before,
.next-section:before,
.open-holder .open-close .open:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-users:before {
	content: "\e90c";
}

.icon-date:before {
	content: "\e90b";
}

.icon-play:before {
	content: "\e90a";
}

.icon-twitter:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e901";
}

.icon-arrows:before {
	content: "\e902";
}

.icon-down-arrow:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-lock:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e907";
}

.icon-euro:before {
	content: "\e908";
}

.icon-star:before {
	content: "\e909";
}

.breadcrumbs,
.social-networks,
#main-nav > ul,
.lang,
.nav ul,
.list-btlinks,
.teacher-species-list,
.teachers-list,
.list-info,
.links-list,
.content-section ul:not([class]),
.widget .archive-list ul,
.archive-list,
.info-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.container-min:after,
.dance-post-full:after,
.content-section .text-block:after,
.content-section:after,
.social-media:after,
.breadcrumbs:after,
.social-networks:after,
.newsletter-form .row:after,
#header .top-panel:after,
#header .nav-panel:after,
.lang:after,
.nav ul:after,
.form-search:after,
.list-btlinks:after,
.list-btlinks .holder:after,
.filter-form:after,
.dance-post:after,
.dance-post-full .head-post:after,
.teacher-post:after,
.content-section .holder-news:after,
.news-post:after,
.categories-section:after,
.instagram-widget .img-holder:after,
.programs-post:after,
.contact-info:after,
.contact-info .hold:after,
.contact-info .col ul:after,
.text-area-article:after,
.text-area-article .row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');

body {
	color: #333;
	background: #fff;
	font: 500 18px/1.44 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.44em;
}

blockquote {
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	font: italic 48px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

blockquote q:after,
blockquote q:before,
blockquote p:after,
blockquote p:before {
	content: "\"";
}

blockquote q {
	display: block;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #666;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #666;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.44em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 40px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	text-overflow: ellipsis;
}

.post-password-form input {
	float: left;
	height: 40px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #7d104b;
	color: #fff;
	outline: none;
	border: none;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	height: 40px;
	padding: 0 7px;
	font-size: 16px !important;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	color: #fff;
	background: #ba166f;
}

.commentlist {
	margin: 0 0 1.44em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.44em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.44em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.44em;
}

.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	padding: .4em;
	text-decoration: none;
	background: #7d104b;
	color: #fff;
	outline: none;
	border: none;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #fff;
	background: #ba166f;
}

.navigation {
	max-width: 1210px;
	margin: 0 auto;
	color: #666;
	padding: 30px 5px 5px;
	text-align: center;
}

.navigation .nav-links {
	display: inline-block;
	vertical-align: top;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}

.navigation .page-numbers.current {
	font-size: 90px;
	margin: 0 125px;
	font-weight: 700;
	line-height: 1;
}

.navigation .page-numbers.dots {
	display: none;
}

.navigation .prev,
.navigation .next {
	color: inherit;
	font-size: 20px;
	display: inline-block;
	position: relative;
}

.navigation .prev:hover,
.navigation .next:hover {
	color: #B3CB14;
}

.navigation .prev:before,
.navigation .next:before {
	content: "\e903";
	top: -3px;
	font-weight: bold;
	position: absolute;
	font-size: 32px;
}

.navigation .prev {
	padding: 0 0 0 42px;
}

.navigation .prev:before {
	left: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navigation .next {
	padding: 0 42px 0 0;
}

.navigation .next:before {
	right: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.navigation-single {
	margin-bottom: 1.44em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #7d104b;
	color: #fff;
	outline: none;
	border: none;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	color: #fff;
	background: #ba166f;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.44em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.44em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 25px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 40px;
}

.mejs-container {
	margin-bottom: 1.44em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span,
.h span {
	color: #b3cb14;
}

h1,
.h1 {
	font-size: 48px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 46px;
}

h2,
.h2 {
	font-size: 28px;
	margin: 0 0 21px;
}

h2.text-center,
.h2.text-center {
	text-align: center;
	font-size: 40px;
}

h3,
.h3 {
	font-size: 22px;
	margin: 0 0 25px;
}

h4,
.h4 {
	font-size: 20px;
	margin: 0 0 26px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 27px;
}

a {
	color: #7d104b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #bf297a;
}

/* custom select styles */

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	background: #ebebeb;
	margin: 0 0 12px;
	width: 100%;
	height: 45px;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	background: #7d104b;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	padding: 13px 50px 9px 17px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #B3CB14;
	width: 45px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:hover {
	background: #7d104b;
}

.jcf-select .jcf-select-opener:before {
	content: "\e903";
	color: #fff;
	line-height: 45px;
	font-size: 22px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.2;
	font-size: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	background: #7d104b;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 13px 50px 10px 17px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #640d3c;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-option-hideme {
	display: none;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container,
.container-min,
.dance-post-full,
.content-section .text-block,
.content-section,
.social-media {
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-min,
.dance-post-full,
.content-section .text-block {
	max-width: 970px;
}

.breadcrumbs {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 29px;
}

.breadcrumbs li {
	float: left;
	margin: 0 0 0 3px;
}

.breadcrumbs li:before {
	content: ">";
	display: inline-block;
	font-size: 13px;
	margin: 0 3px;
}

.breadcrumbs li.txt {
	color: #666;
	margin: 0 1px 0 0;
}

.breadcrumbs li.txt:before {
	display: none;
}

.breadcrumbs li.home {
	margin: 0;
}

.breadcrumbs li.home:before {
	display: none;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	color: #666;
}

.date-box {
	margin: 0 0 7px;
	text-align: center;
	font: 22px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #b3cb14;
}

.date-box time {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 68px;
}

.date-box time:before,
.date-box time:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 50px;
	background: #ccc;
	top: 50%;
}

.date-box time:after {
	right: 0;
}

.date-box time:before {
	left: 0;
}

.date-box a {
	color: inherit;
}

.date-box a:hover {
	opacity: .8;
}

.footer-nav .social-networks {
	margin: 0 0 42px -5px;
}

.social-networks li {
	float: left;
	margin: 0 0 0 26px;
}

.footer-nav .social-networks li {
	margin: 0 0 0 26px;
}

.social-networks li:first-child {
	margin: 0;
}

.footer-nav .social-networks li:first-child {
	margin: 0;
}

.social-networks li:before {
	display: none;
}

.social-networks a {
	font-size: 0;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.social-networks a:before {
	font-size: 22px;
}

.footer-nav .social-networks a:hover {
	text-decoration: none;
}

.social-networks a:hover {
	text-decoration: none;
	color: #B3CB14;
}

.footer-nav .newsletter-form {
	margin: 0 -55px 0 -3px;
}

.newsletter-form .text {
	display: block;
	margin: 0 0 18px;
	font-weight: 500;
	font-size: 16px;
}

.newsletter-form .row {
	padding: 0 60px 0 0;
	position: relative;
}

.newsletter-form input[type="email"] {
	display: block;
	background: #903466;
	color: #ffbee1;
	border: none;
	outline: none;
	font: 500 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 11px 15px 10px;
	height: 40px;
	width: 100%;
	border-radius: 0;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #ffbee1;
}

.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #ffbee1;
}

.newsletter-form input[type="email"]:-moz-placeholder {
	color: #ffbee1;
}

.newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #ffbee1;
}

.newsletter-form input[type="email"].placeholder {
	color: #ffbee1;
}

.newsletter-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	color: #fff;
	border-radius: 0;
	border: none;
	width: 60px;
	height: 40px;
	font: 500 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #ba166f;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.newsletter-form input[type="submit"]:hover {
	background: #ca1979;
}

.btn-link {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	padding: 9px 45px 9px 16px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.btn-link:hover {
	background: rgba(0, 0, 0, .4);
	color: #fff;
}

.btn-link:before {
	content: "\e902";
	position: absolute;
	right: 16px;
	font-size: 16px;
	top: 12px;
}

.btn-more {
	font-size: 20px;
	color: #666;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #666;
	padding: 18px 41px;
	font-weight: 500;
	-webkit-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

.btn-more:hover {
	color: #7d104b;
	border-color: #862f5e;
}

.ttl-decor {
	text-align: center;
}

.btn {
	background: #7d104b;
	color: #fff;
	outline: none;
	border: none;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font: 26px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 13px;
}

.btn:hover {
	color: #fff;
	background: #ba166f;
}

.more {
	color: #7d104b;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-weight: 500;
}

.more:hover {
	color: #333;
}

.more i {
	margin: 0 0 0 8px;
	font-size: 15px;
}

.btn-ico {
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #000;
	background: #B3CB14;
	padding: 14px 15px 14px 66px;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	min-width: 280px;
}

.btn-ico.star {
	background: #e2007a;
	color: #fff;
}

.btn-ico.star:hover {
	background: #b50062;
}

.btn-ico.star i {
	background: #b50062;
	font-size: 20px;
}

.btn-ico:hover {
	background: #9aac25;
	color: #fff;
}

.btn-ico i {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #9aac25;
	text-align: center;
	font-size: 25px;
	padding: 0 10px;
}

.btn-ico i:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.btn-ico i > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.btn-ico i:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.load-more {
	text-align: center;
	min-width: 242px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	padding: 15px 10px 16px;
	color: #999;
	border: 1px solid #999;
	-webkit-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

.load-more:hover {
	color: #7d104b;
	border-color: #7d104b;
}

.holder-header {
	position: relative;
	height: 190px;
	z-index: 1100;
	-webkit-transition: height .6s linear;
	transition: height .6s linear;
	background: #B3CB14;
}

.holder-header:before {
	content: "";
	position: fixed;
	display: block;
	top: -200px;
	z-index: 1;
	right: 0;
	bottom: 0;
	background: #333;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	width: 100%;
	margin-right: -100%;
	-webkit-transition: opacity .3s linear, visibility .3s linear, margin-right .3s linear;
	transition: opacity .3s linear, visibility .3s linear, margin-right .3s linear;
	display: none;
}

.home-page .holder-header {
	background: none;
}

.fixed .holder-header {
	height: 107px;
}

.holder-header #header {
	background: #B3CB14;
}

.home-page .holder-header #header {
	background: none;
}

.home-page .holder-header #header.headroom--pinned {
	background: #333;
}

.home-page .holder-header #header.headroom--pinned:not([class~="fixed-header"]) {
	background: none;
}

.home-page .holder-header #header.headroom--pinned.headroom--top {
	background: none;
}

.home-page .holder-header #header.headroom--unpinned {
	background: none;
}

.home-page .holder-header {
	min-height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.headroom {
	-webkit-transition: -webkit-transform .3s linear, background .5s linear,  padding .3s linear;
	transition: transform .3s linear, background .5s linear,  padding .3s linear;
}

.headroom--pinned {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
}

.headroom--unpinned {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 29px 0 59px;
}

.home-page #header {
	background: rgba(51, 51, 51, .001);
}

#header.fixed-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	padding: 29px 0 24px;
}

.home-page #header.fixed-header {
	background: rgba(51, 51, 51, .001);
}

#header.fixed-header.visible-header {
	padding: 15px 0 59px;
}

.home-page #header.fixed-header.visible-header {
	background: #333;
}

#header.fixed-header.visible-header .top-panel {
	visibility: visible;
	opacity: 1;
	z-index: auto;
}

#header.fixed-header.visible-header .logo {
	opacity: 1;
	visibility: visible;
	opacity: 1;
	z-index: auto;
	top: 0;
}

#header.fixed-header.visible-header .wrap {
	padding-top: 81px;
	width: 81.8%;
}

#header.fixed-header .top-panel {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

#header .wrap {
	position: relative;
	float: right;
	width: 81.8%;
	padding-top: 81px;
	-webkit-transition: padding-top .3s linear, width .3s linear;
	transition: padding-top .3s linear, width .3s linear;
}

#header .top-panel {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: auto;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	padding: 18px 0 32px;
}

#header .social-networks {
	float: left;
	max-width: 50%;
	overflow: hidden;
}

#header .social-networks li {
	margin: 0 0 0 37px;
}

#header .social-networks li:first-child {
	margin: 0;
}

#header .social-networks a:before {
	font-size: 26px;
	display: inline-block;
}

#header .social-networks a:hover {
	color: #7d104b;
}

.home-page #header .social-networks a:hover {
	color: #B3CB14;
}

#header .container,
#header .container-min,
#header .dance-post-full,
#header .content-section .text-block,
.content-section #header .text-block,
#header .content-section,
#header .social-media {
	position: relative;
}

.nav-drop {
	position: fixed;
	right: 0;
	top: 0;
	background: #333;
	bottom: 0;
	z-index: 2;
	width: 380px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 35px 50px;
	margin-right: -380px;
	-webkit-transition: margin-right .3s linear, visibility .3s linear;
	transition: margin-right .3s linear, visibility .3s linear;
	visibility: hidden;
}

.nav-active .nav-drop {
	visibility: visible;
	margin-right: 0;
}

.nav-drop .lang {
	border-top: 1px solid #979797;
	padding: 25px 0;
}

.nav-drop .lang li:first-child {
	margin: 0;
}

.nav-drop .lang li.active a {
	color: #B3CB14;
}

.nav-drop .lang a:hover {
	color: #B3CB14;
}

#main-nav {
	margin: 0 0 34px;
}

#main-nav > ul > li {
	margin: 0 0 22px;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

#main-nav > ul > li.active-drop > .opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #B3CB14;
}

#main-nav > ul > li.active-drop > a,
#main-nav > ul > li.active > a {
	color: #B3CB14;
}

#main-nav > ul > li > a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	margin: 0 25px 0 0;
}

#main-nav > ul > li > a:hover {
	color: #B3CB14;
}

#main-nav > ul ul {
	padding: 17px 0 1px 20px;
}

#main-nav > ul ul li {
	margin: 0 0 10px;
	position: relative;
}

#main-nav > ul ul li:last-child {
	margin: 0 0 8px;
}

#main-nav > ul ul li.active-drop > .opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #B3CB14;
}

#main-nav > ul ul li.active-drop > a,
#main-nav > ul ul li.active > a {
	color: #B3CB14;
}

#main-nav > ul ul a {
	color: #fff;
	display: block;
	margin: 0 25px 0 0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#main-nav > ul ul a:hover {
	color: #B3CB14;
}

#main-nav .opener {
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	top: 0;
	font-size: 0;
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#main-nav .opener:hover {
	color: #B3CB14;
}

#main-nav .opener:before {
	content: "\e903";
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.top-panel .lang {
	float: right;
	max-width: 50%;
	margin-top: -2px;
}

.lang li {
	float: left;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 16px;
}

.lang li.active a {
	color: #7d104b;
}

.home-page .lang li.active a {
	color: #B3CB14;
}

.lang a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.lang a:hover {
	color: #7d104b;
}

.home-page .lang a:hover {
	color: #B3CB14;
}

.logo {
	-webkit-transition: opacity .3s linear, visibility .3s linear, top .3s linear;
	transition: opacity .3s linear, visibility .3s linear, top .3s linear;
	float: left;
	width: 160px;
	opacity: 1;
	position: absolute;
	top: 0;
}

.logo img {
	vertical-align: top;
}

.nav {
	padding: 0 0 0 3px;
	float: left;
	max-width: 85%;
}

.nav ul {
	text-transform: uppercase;
}

.nav ul li {
	float: left;
	margin: 0 27px 0 0;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li.login {
	margin-left: 34px;
}

.nav ul li.active > a {
	color: #7d104b;
}

.home-page .nav ul li.active > a {
	color: #B3CB14;
}

.nav ul li.search-box {
	margin-left: 18px;
	position: relative;
}

.nav ul li [class^="icon-"] {
	display: inline-block;
	margin: -4px 0 -4px 5px;
	font-size: 23px;
}

.nav ul a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.nav ul a:hover {
	color: #7d104b;
}

.home-page .nav ul a:hover {
	color: #B3CB14;
}

.search-popup {
	position: absolute;
	position: fixed;
	top: -100px;
	left: -100px;
	right: -100px;
	bottom: -100px;
	background: rgba(255, 255, 255, .8);
	display: none;
}

.form-search {
	margin: 0;
	background: #fff;
	width: 380px;
	position: absolute;
	top: 50%;
	padding: 40px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 50px rgba(0, 0, 0, .2);
}

.form-search .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 0;
	width: 15px;
	height: 15px;
}

.form-search .close:hover {
	opacity: .8;
}

.form-search .close:before,
.form-search .close:after {
	content: "";
	background: #ccc;
	position: absolute;
	height: 3px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: 0;
	right: 0;
}

.form-search .close:after {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form-search input[type="search"] {
	float: left;
	width: 242px;
	border: none;
	outline: none;
	background: none;
	height: 50px;
	padding: 5px 19px;
	color: #666;
	font: 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #ccc;
}

.form-search input[type="search"]::-webkit-input-placeholder {
	color: #666;
}

.form-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.form-search input[type="search"]:-moz-placeholder {
	color: #666;
}

.form-search input[type="search"]:-ms-input-placeholder {
	color: #666;
}

.form-search input[type="search"].placeholder {
	color: #666;
}

.form-search input[type="submit"] {
	float: left;
	width: 58px;
	height: 50px;
	border: none;
	border: 1px solid #ccc;
	border-left: 0;
	outline: none;
	background: none;
	padding: 0;
	background: url(images/search-ico.png) no-repeat 50% 50%;
}

.nav-opener {
	width: 28px;
	height: 17px;
	float: right;
	display: block;
	font-size: 0;
	position: relative;
	z-index: 101;
	margin: 4px 0 0 65px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #fff;
}

.nav-opener:hover {
	color: #7d104b;
}

.home-page .nav-opener:hover {
	color: #B3CB14;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #7d104b;
}

.home-page .nav-opener:hover:before,
.home-page .nav-opener:hover:after,
.home-page
      .nav-opener:hover span {
	background: #B3CB14;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 14px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener {
	position: fixed;
	right: 20px;
	top: 33px;
	margin: 0;
	z-index: 102;
	background: #333;
}

.nav-active .nav-opener:hover:before,
.nav-active .nav-opener:hover:after,
.nav-active .nav-opener:hover span {
	background: #B3CB14 !important;
}

.nav-active .nav-opener em {
	display: none;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener em {
	font-weight: normal;
	position: absolute;
	text-transform: uppercase;
	font-size: 18px;
	top: 0;
	padding: 0 11px 0 0;
	line-height: 1;
	font-style: normal;
	right: 100%;
}

.nav-opener em:before {
	display: none;
	z-index: -1;
	content: "";
	position: absolute;
	left: -2px;
	top: -6px;
	width: 98px;
	height: 29px;
	background: #333;
}

.login-form {
	border-top: 1px solid #979797;
	margin: 0 0 10px;
	padding: 35px 0 27px;
	color: #fff;
}

.login-form .ttl {
	font-weight: 500;
	display: block;
	margin: 0 0 36px;
}

.login-form label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin: 0 0 17px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	background: #858585;
	margin: 0 0 10px;
	color: #fff;
	font: 300 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 6px 18px;
	height: 50px;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
	color: #fff;
}

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
	color: #fff;
}

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
	color: #fff;
}

.login-form input[type="text"].placeholder,
.login-form input[type="password"].placeholder {
	color: #fff;
}

.login-form input[type="submit"] {
	display: block;
	width: 100%;
	color: #fff;
	outline: none;
	border: none;
	height: 50px;
	padding: 0;
	margin: 0 0 25px;
	background: #7d104b;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.login-form input[type="submit"]:hover {
	background: #ba166f;
}

.login-form .link {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
}

.login-form .link:hover {
	opacity: .8;
}

#main {
	position: relative;
}

.holder-tabl {
	height: 100vh;
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 768px;
}

.holder-tabl .link-section {
	display: table-footer-group;
	height: 1%;
}

.visual-section {
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	overflow: hidden;
	min-height: 480px;
	z-index: 1;
	display: table-cell;
	vertical-align: bottom;
}

.visual-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 204px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .51) 20%, rgba(0, 0, 0, .37) 41%, rgba(0, 0, 0, .16) 69%, rgba(0, 0, 0, .06) 84%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .51) 20%, rgba(0, 0, 0, .37) 41%, rgba(0, 0, 0, .16) 69%, rgba(0, 0, 0, .06) 84%, transparent 100%);
}

.visual-section .container,
.visual-section .container-min,
.visual-section .dance-post-full,
.visual-section .content-section .text-block,
.content-section .visual-section .text-block,
.visual-section .content-section,
.visual-section .social-media {
	overflow: hidden;
	text-align: center;
	padding-bottom: 60px;
	padding-top: 160px;
}

.visual-section .wrap {
	width: 100%;
	overflow: hidden;
}

.visual-section h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	margin: 0 0 50px;
	font-style: italic;
}

.visual-section .btn {
	min-width: 300px;
	margin: 0 0 40px;
	padding: 20px 10px 19px;
}

.visual-section .btn:hover {
	background: #B3CB14;
	color: #000;
}

.list-btlinks {
	padding: 0 74px;
	letter-spacing: -5px;
}

.list-btlinks li {
	display: inline-block;
	letter-spacing: normal;
	width: 33.33%;
	padding: 0 20px 20px;
}

.list-btlinks .holder {
	display: block;
	height: 210px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	border-bottom: 10px solid #B3CB14;
	padding: 41px 15px 10px;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.list-btlinks .holder:hover {
	background: rgba(0, 0, 0, .8);
}

.list-btlinks .ico {
	display: block;
	margin: 0 0 30px;
}

.list-btlinks .ico img {
	max-width: 50%;
	vertical-align: top;
}

.list-btlinks .ttl {
	font: 30px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
}

.next-section {
	position: absolute;
	left: 50%;
	bottom: 30px;
	font-size: 0;
	color: rgba(255, 255, 255, .6);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	z-index: 5;
}

.next-section:hover {
	color: #fff;
}

.next-section:before {
	font-weight: bold;
	font-size: 40px;
	content: "\e903";
}

.image-section {
	background-size: cover;
	padding: 71px 0 85px;
	min-height: 300px;
	font: 700 26px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.image-section.text-left .texr-area {
	float: left;
}

.image-section .texr-area {
	float: right;
	width: 44%;
}

.image-section h1 {
	font-size: 40px;
	text-align: left;
	font-style: italic;
	margin: 0 0 26px;
}

.image-section p {
	margin: 0 0 35px;
}

.image-section .btn {
	min-width: 260px;
	padding: 14px 10px 15px;
}

.image-section .btn:hover {
	color: #fff;
	background: #ba166f;
}

.dance-block {
	padding: 0 0 13px;
}

.dance-block h2 {
	font-size: 36px;
	margin: 0 0 44px;
}

.filter-form {
	padding: 0 0 71px;
}

.filter-form .col {
	float: left;
	width: 300px;
	margin: 0 40px  0 0;
}

.filter-form label {
	display: block;
	margin: 0 0 13px;
	font-size: 20px;
	line-height: 1.2;
}

.filter-form select {
	width: 100%;
	display: block;
}

.filter-form .reset {
	margin: 36px 0 12px;
	text-align: center;
	padding: 12px 5px 13px;
	float: right;
	outline: none;
	background: #B3CB14;
	color: #fff;
	font-size: 18px;
	outline: none;
	border: none;
	width: 100px;
	line-height: 1.2;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.filter-form .reset:hover {
	background: #7d104b;
}

.dance-post {
	font-weight: 300;
	line-height: 1.33;
	margin: 0 0 82px;
}

.dance-post:last-child {
	margin: 0;
}

.dance-post .image {
	float: left;
	width: 23.7%;
	position: relative;
	margin: 7px 0 0 0;
}

.dance-post .image iframe,
.dance-post .image img {
	width: 100%;
	margin: 0;
	display: block;
}

.dance-post h3 {
	font-size: 26px;
	margin: 0 0 23px;
}

.dance-post h3 a {
	color: inherit;
}

.dance-post h3 a:hover {
	opacity: .8;
}

.dance-post .text-area {
	float: left;
	padding: 0 0 40px 38px;
	width: 35%;
	position: relative;
	min-height: 200px;
}

.dance-post .text-area p {
	margin: 0 0 15px;
}

.dance-post .text-area:first-child {
	width: 64%;
	padding: 0;
}

.dance-post .text-area:first-child .more {
	margin: 0;
}

.dance-post .link-video {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 20px;
	background: rgba(0, 0, 0, .2);
}

.dance-post .link-video:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.dance-post .link-video > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.dance-post .link-video:hover i {
	color: #7d104b;
}

.dance-post .link-video:hover i:after {
	background: #fff;
}

.dance-post .link-video span {
	padding: 2px 0 0;
}

.dance-post .link-video i {
	display: block;
	margin: 8px auto 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #B3CB14;
	font-size: 41px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.dance-post .link-video i:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 50%;
	background: #000;
	z-index: -1;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.dance-post .col-info {
	float: right;
	width: 30.5%;
	padding: 4px 0 50px;
	position: relative;
	min-height: 200px;
}

.dance-post .btn {
	font-size: 20px;
	display: block;
	width: 100%;
	padding: 13px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.dance-post .more {
	position: absolute;
	left: 0;
	bottom: 10px;
	margin: 0 0 0 38px;
}

.dance-post-full .head-post {
	padding: 0 0 30px;
	margin: 0 0 45px;
	border-bottom: 1px solid #dfdfdf;
}

.dance-post-full .head-post .col {
	float: left;
	width: 50%;
}

.dance-post-full .head-post .col:last-child {
	width: 30%;
	float: right;
}

.dance-post-full .head-post .links-list {
	width: auto;
}

.dance-post-full .head-post .links-list a {
	padding: 13px;
	text-align: center;
}

.dance-post-full h1 {
	margin: 0 0 78px;
}

.dance-post-full .list-info {
	font-size: 20px;
	padding: 13px 0 0;
}

.dance-post-full .list-info li {
	padding: 0;
	border: none;
	margin: 0 0 23px;
}

.dance-post-full .btn {
	display: block;
	font-size: 20px;
	padding: 13px;
}

.teachers-block {
	padding: 24px 0 0;
}

.teachers-block h2 {
	margin: 0 0 34px;
}

.teachers-block p {
	max-width: 980px;
	margin: 0 auto 15px;
}

.teachers-block .teachers-list {
	padding-top: 29px;
}

.teacher-post {
	margin: 0 0 58px;
}

.teacher-post h1 {
	text-align: left;
}

.teacher-post .photo-box {
	float: left;
	width: 260px;
	margin: 5px 40px 20px 0;
}

.teacher-post .photo-box img {
	vertical-align: top;
	width: 100%;
}

.teacher-species {
	padding: 32px 0 0;
}

.teacher-species h2 {
	text-align: center;
	font-size: 38px;
	margin: 0 0 66px;
	font-weight: 500;
}

.teacher-species-list {
	letter-spacing: -5px;
	margin: 0 -10px;
}

.teacher-species-list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 10px 20px;
	letter-spacing: normal;
}

.teacher-species-list img {
	vertical-align: top;
}

.teacher-species-list .holder {
	position: relative;
	display: block;
}

.teacher-species-list .holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .1);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.teacher-species-list .holder:hover:before {
	opacity: 1;
}

.teacher-species-list .holder:hover .ttl {
	background: #000;
}

.teacher-species-list .holder .ttl {
	position: absolute;
	z-index: 2;
	min-width: 220px;
	color: #fff;
	top: 50%;
	padding: 11px 10px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 90%;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	max-height: 90%;
	overflow: hidden;
}

.teachers-list {
	letter-spacing: -5px;
	margin: 0 -10px 21px;
	padding: 35px 0 0;
}

.teachers-list li {
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 20px;
	padding: 0 10px 43px;
}

.teachers-list .holder {
	display: block;
	font-size: 26px;
	color: #333;
	margin: 0 0 5px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.teachers-list .holder .img {
	margin: 0 0 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.teachers-list .holder .img:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .1);
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.teachers-list .holder img {
	width: 100%;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.teachers-list .holder:hover {
	color: #7d104b;
}

.teachers-list .holder:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.teachers-list .holder:hover .img:before {
	opacity: 1;
}

.teachers-list a[href^="tel"] {
	color: #333;
}

.teachers-list a[href^="tel"]:hover {
	opacity: .8;
}

.list-info {
	margin: 0 0 45px;
}

.list-info li {
	font-weight: 300;
	line-height: 1.33;
	padding: 0 0 8px;
	margin: 0 0 11px;
	border-bottom: 1px solid #ccc;
}

.list-info li strong {
	font-weight: 700;
}

p + .links-list {
	padding-top: 17px;
}

.links-list {
	margin: 0 0 8px;
	width: 280px;
}

.links-list li {
	border-bottom: 1px solid #fff;
}

.links-list a {
	color: #000;
	background: #B3CB14;
	display: block;
	position: relative;
	padding: 12px 15px 12px 66px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.links-list a:hover {
	background: #9aac25;
}

.links-list i {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #9aac25;
	text-align: center;
	font-size: 30px;
	padding: 0 10px;
}

.links-list i:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.links-list i > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-section {
	padding-top: 20px;
	padding-bottom: 18px;
}

.content-section:last-child {
	padding-bottom: 69px;
}

.content-section .holder-news {
	padding: 30px 0 21px;
}

.content-section ul:not([class]) {
	padding: 0 0 0 29px;
	margin: 0 0 36px;
}

.content-section ul:not([class]) li {
	margin: 0 0 10px;
	position: relative;
	padding: 0 0 0 21px;
}

.content-section ul:not([class]) li:before {
	content: "";
	position: absolute;
	width: 7px;
	left: 0;
	top: 10px;
	height: 7px;
	border-radius: 50%;
	background: #B3CB14;
}

.content-section ul:not([class]) ol li {
	padding: 0;
}

.content-section ul:not([class]) ol li:before {
	display: none;
}

.content-section .txt-inf {
	padding: 0 0 52px;
}

.content-section .txt-inf p {
	margin: 0;
}

.content-section .txt-inf a {
	color: inherit;
}

.content-section .txt-inf a:hover {
	opacity: .8;
}

.content-section .media-box {
	padding: 16px 0 0;
	margin: 0 -120px 44px;
	text-align: center;
}

.content-section .media-box iframe,
.content-section .media-box img {
	margin: 0;
	vertical-align: top;
}

.content-section .media-box iframe {
	width: 100%;
}

.content-section p + h2 {
	padding: 15px 0 0;
}

.content-section p + h3 {
	padding: 5px 0 0;
}

.content-section .image-content img {
	vertical-align: top;
}

#content {
	float: left;
	width: 60%;
}

#content:last-child {
	width: auto;
	float: left;
}

#sidebar {
	float: right;
	width: 35%;
}

.holder-news #sidebar {
	width: 12.2%;
}

#sidebar h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 18px;
}

.archive-list {
	font-size: 18px;
	line-height: 26px;
}

.widget .archive-list {
	padding: 0;
}

.widget .archive-list ul {
	padding: 4px 0 7px 36px;
}

.widget .archive-list ul li {
	padding: 0;
	margin: 0 0 5px;
}

.archive-list li:before {
	display: none;
}

.archive-list a {
	color: #333;
}

.archive-list a:hover {
	color: #7d104b;
}

.archive-list .count {
	font-size: 14px;
	color: #666;
}

.load-more-holder {
	float: left;
	width: 78%;
}

.news-post {
	line-height: 1.33;
	margin: 0 0 57px;
}

.news-post .image {
	float: left;
	width: 42%;
	margin: 4px 38px 0 0;
	max-width: 380px;
}

.news-post .image img {
	width: 100%;
	vertical-align: top;
}

.news-post .text-area {
	overflow: hidden;
}

.news-post time {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	color: #666;
	margin: 0 0 8px;
}

.news-post time a {
	color: inherit;
}

.news-post time a:hover {
	opacity: .8;
}

.news-post h3 {
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 25px;
}

.news-post h3 a {
	color: inherit;
}

.news-post h3 a:hover {
	opacity: .8;
}

.news-post p {
	margin: 0 0 34px;
}

.share-box {
	text-align: center;
	padding: 16px 0 20px;
}

.share-box > div {
	letter-spacing: -5px;
}

.share-box > div > a {
	letter-spacing: normal;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}

.latest-news-section {
	border-top: 1px solid #ccc;
	padding: 82px 0 0;
}

.latest-news-section h2 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 78px;
	font-weight: normal;
	text-align: center;
}

.list-news {
	letter-spacing: -5px;
	margin: 0 -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.list-news li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 20px;
	width: 25%;
	font-size: 18px;
	line-height: 1.44;
}

.list-news li:before {
	display: none;
}

.list-news .holder-img {
	position: relative;
	letter-spacing: normal;
}

.list-news .holder-img img {
	vertical-align: top;
	width: 100%;
}

.list-news .link {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	background: rgba(0, 0, 0, .4);
	padding: 15px 20px 80px;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

.list-news .link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.list-news .link > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.list-news .link:hover {
	background: rgba(0, 0, 0, .6);
	color: #B3CB14;
}

.list-news .link strong {
	font: 600 26px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
}

.list-news .link time {
	line-height: 1.2;
	font-weight: 300;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 9px 12px;
	background: rgba(0, 0, 0, .6);
}

.link-section {
	background: #B3CB14;
	text-align: center;
	position: relative;
	z-index: 10;
}

.link-section .container,
.link-section .container-min,
.link-section .dance-post-full,
.link-section .content-section .text-block,
.content-section .link-section .text-block,
.link-section .content-section,
.link-section .social-media {
	padding-top: 20px;
	padding-bottom: 20px;
}

.link-section .text-area {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 36px 0 0;
}

.link-section .ico {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .29);
	vertical-align: middle;
	font: 700 italic 26px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin: 0 21px 0 0;
}

.link-section .ttl {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	color: #000;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 25px 0 0;
}

.link-section .ttl span {
	font-weight: 500;
}

.link-section .btn-link {
	vertical-align: middle;
}

.info-area-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding: 193px 0 302px;
	min-height: 980px;
}

.info-area-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.info-area-section .container,
.info-area-section .container-min,
.info-area-section .dance-post-full,
.info-area-section .content-section .text-block,
.content-section .info-area-section .text-block,
.info-area-section .content-section,
.info-area-section .social-media {
	position: relative;
	z-index: 2;
}

.info-area-section h1 {
	font-weight: 600;
	font-style: italic;
	font-size: 70px;
	margin: 0 0 129px;
}

.info-list {
	letter-spacing: -5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.info-list li {
	font-size: 50px;
	line-height: 1.2;
	padding: 0 15px 15px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 0 20px;
}

.info-list .count {
	display: block;
}

.blockquote-box {
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 0;
	right: 0;
	background-size: 100% 100%;
	padding: 160px 0 27px;
}

.blockquote-box blockquote {
	max-width: 700px;
	margin: 0 auto;
}

.categories-section {
	text-align: center;
	letter-spacing: -5px;
	font-size: 0;
	line-height: 0;
}

.post-categories {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 33.33%;
	height: 533px;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	background-size: cover;
	background-position: 50% 0;
}

.post-categories .link {
	white-space: nowrap;
	text-align: center;
	text-align: center;
	position: absolute;
	padding: 50px 15px 5px;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	bottom: 0;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.post-categories .link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.post-categories .link > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.post-categories .link:hover {
	background: rgba(0, 0, 0, .1);
}

.post-categories .link:hover .link-text {
	background: #000;
}

.post-categories .link-text {
	display: inline-block;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 13px 10px;
	margin: 0 0 10px;
	min-width: 342px;
	font: 40px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-section {
	background: #ebebeb;
	padding: 70px 0 61px;
	text-align: center;
}

.news-section h1 {
	margin: 0 0 69px;
}

.news-section .news-holder {
	letter-spacing: -5px;
	margin: 0 -10px 40px;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.post-news {
	width: 25%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 10px 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.44;
}

.post-news .ttl-hold {
	min-height: 30px;
	padding: 0 0 18px;
}

.post-news.size-big {
	width: 50%;
}

.post-news .holder {
	background: #fff;
	padding: 10px 30px 54px;
	min-height: 300px;
	position: relative;
}

.post-news p {
	margin: 0 0 15px;
}

.post-news .img-link {
	display: block;
	position: relative;
}

.post-news .img-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.post-news .img-link:hover:before {
	opacity: 1;
}

.post-news .image {
	margin: -10px -30px 29px;
	position: relative;
}

.post-news .image img {
	width: 100%;
	vertical-align: top;
}

.post-news .ttl-link {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	padding: 9px 12px;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.post-news .ttl-link:hover {
	opacity: .8;
}

.post-news .ttl-link time {
	display: inline-block;
	margin: 0 14px 0 0;
}

.post-news h3 {
	font-size: 26px;
	line-height: 1.2;
	color: #333;
	margin: 0;
}

.post-news h3 a {
	color: #333;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.post-news h3 a:hover {
	color: #7d104b;
}

.post-news .more {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.social-media {
	padding: 60px 5px 62px;
}

.social-media .col {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.social-media .facebook-widget img {
	width: 100%;
	vertical-align: top;
}

.instagram-widget {
	text-align: center;
}

.instagram-widget .img-holder {
	margin: 0 -10px 20px;
	letter-spacing: -5px;
}

.instagram-widget .image {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px 20px;
}

.instagram-widget .image img {
	width: 100%;
	vertical-align: top;
}

.instagram-widget .ttl {
	font: 22px/1.2 "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
}

.services-area-section {
	background: #ebebeb;
	padding: 70px 0 66px;
}

.services-area-section h1 {
	font-weight: 600;
	margin: 0 0 80px;
}

.services-area-section .holder-post {
	letter-spacing: -5px;
	margin: 0 -10px;
	font-size: 0;
	text-align: center;
}

.post-services {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 18px;
	padding: 0 10px 20px;
	font-weight: 300;
	line-height: 1.33;
}

.post-services .holder {
	display: block;
	background: #fff;
	min-height: 280px;
	color: #333;
	padding: 10px 20px 20px;
}

.post-services .holder:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post-services .holder:hover h3 {
	color: #7d104b;
}

.post-services .ttl-hold {
	min-height: 60px;
	padding: 0 0 10px;
}

.post-services .image {
	overflow: hidden;
	margin: -10px -20px 24px;
}

.post-services .image img {
	display: block;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.post-services p {
	margin: 0 0 19px;
}

.post-services h3 {
	margin: 0;
	font-size: 26px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.programs-block {
	padding: 0 0 90px;
}

.programs-post {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.programs-post .col {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
}

.programs-post .col .image {
	min-height: 400px;
}

.programs-post .col .image img {
	width: 100%;
	vertical-align: top;
}

.programs-post .text-area {
	padding: 13px 69px 20px;
}

.programs-post .text-area .wrap {
	width: 100%;
}

.programs-post h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 38px;
}

.programs-post h2 a {
	color: inherit;
}

.programs-post h2 a:hover {
	opacity: .8;
}

.programs-post p {
	margin: 0 0 37px;
}

.open-holder {
	padding: 32px 0 35px;
}

.open-holder:last-child {
	padding: 44px 0 0;
}

.open-holder .open-close {
	margin: 0 0 54px;
	-webkit-transition: margin .3s linear;
	transition: margin .3s linear;
}

.open-holder .open-close.active {
	margin: 0 0 30px;
}

.open-holder .open-close.active .open {
	color: #333;
}

.open-holder .open-close.active .open:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #B3CB14;
	border-color: #B3CB14;
	line-height: 36px;
}

.open-holder .open-close .slide {
	padding: 25px 5px 10px 65px;
}

.open-holder .open-close .slide p {
	margin: 0 0 10px;
}

.open-holder .open-close .open {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 64px;
	color: #7d104b;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.open-holder .open-close .open:hover {
	color: #333;
}

.open-holder .open-close .open:before {
	content: "\e902";
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	border: 3px solid #7d104b;
	color: #7d104b;
	left: 1px;
	position: absolute;
	top: -5px;
	font-size: 15px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.open-holder h3 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}

.table-content {
	padding: 25px 0 0;
}

.table-content h3 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 26px;
}

.table-box {
	margin: 0 0 44px;
}

.table-box:last-child {
	margin: 0 0 23px;
}

.table-box table {
	margin: 0;
	table-layout: fixed;
	width: 100%;
	font-weight: 700;
	line-height: 1.2;
}

.table-box table th,
.table-box table td {
	text-align: left;
	border: none;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	font-weight: 600;
	padding: 15px 20px 14px;
}

.table-box table th:nth-child(1),
.table-box table td:nth-child(1) {
	width: 66.3%;
}

.table-box table th:nth-child(2),
.table-box table td:nth-child(2) {
	width: 18.3%;
}

.table-box table th:nth-child(3),
.table-box table td:nth-child(3) {
	width: 15,4%;
}

.table-box table td {
	background: #ebebeb;
}

.table-box table tr:nth-child(2n) td {
	background: #f5f5f5;
}

.table-box table th {
	font-family: "Sora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	background: #B3CB14;
}

.contact-info {
	padding: 0 0 58px;
	margin: 0 0 38px;
	border-bottom: 1px solid #ccc;
}

.contact-info address {
	font-style: normal;
	margin: 0 -70px 0 0;
}

.contact-info .hold {
	line-height: 1.44;
	padding: 2px 0 30px;
}

.contact-info .box {
	vertical-align: top;
	display: inline-block;
	width: 25.3%;
	padding: 0 26px 20px 0;
}

.contact-info .box:last-child {
	padding-right: 0;
	width: 23%;
}

.contact-info .col {
	position: relative;
	padding-bottom: 50px;
	min-height: 150px;
}

.contact-info .col:first-child {
	float: left;
	width: 32%;
}

.contact-info .col ul {
	padding: 0;
	margin: 0 0 60px;
}

.contact-info .col ul li {
	padding: 0;
	margin: 0;
}

.contact-info .col ul li:before {
	display: none;
}

.contact-info .col:last-child {
	float: right;
	width: 66%;
	line-height: 1.22;
}

.contact-info .col:last-child p {
	margin: 0 0 21px;
}

.contact-info .btn-ico {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

.contact-info ul {
	font-size: 22px;
	line-height: 1.2;
}

.contact-info ul a[href^="tel"] {
	color: #333;
}

.contact-info ul a[href^="tel"]:hover {
	opacity: .8;
}

.contact-info h3 {
	font-size: 24px;
	margin: 0 0 26px;
	line-height: 1.2;
}

.contact-info .form-box {
	line-height: 1.44;
	float: right;
	width: 43.8%;
	padding: 0 32px 25px 0;
}

.contact-info .form-box .ttl {
	margin: 0 0 13px;
}

.contact-info .ttl {
	display: block;
	font-weight: 900;
	margin: 0;
}

.contact-info .newsletter-form input[type="email"] {
	background: #ebebeb;
	color: #666;
}

.contact-info .newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #666;
}

.contact-info .newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.contact-info .newsletter-form input[type="email"]:-moz-placeholder {
	color: #666;
}

.contact-info .newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #666;
}

.contact-info .newsletter-form input[type="email"].placeholder {
	color: #666;
}

.contact-info .newsletter-form input[type="submit"] {
	background: #7d104b;
}

.contact-info .newsletter-form input[type="submit"]:hover {
	background: #ba166f;
}

.text-area-article {
	padding: 0 0 32px;
	margin: 0 0 39px;
	border-bottom: 1px solid #ccc;
}

.text-area-article:last-child {
	margin: 0 0 10px;
	border: none;
	padding: 0 0 10px;
}

.text-area-article .text-area {
	float: left;
	width: 48%;
}

.text-area-article h2 {
	font-size: 30px;
	margin: 0 0 16px;
	font-weight: 600;
}

.text-area-article .address {
	display: block;
	font-weight: 700;
}

.text-area-article .ttl {
	font-weight: 700;
	margin: 0 0 26px;
	display: block;
}

.text-area-article .image-box {
	float: right;
	width: 49.2%;
	padding: 11px 0 0;
}

.text-area-article .image-box iframe,
.text-area-article .image-box img {
	width: 100%;
	vertical-align: top;
}

.text-area-article .maps {
	margin: 0 0 20px;
}

.text-area-article .row {
	margin: 0 -10px;
}

.text-area-article .row .img {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.visual-section .container,
.visual-section .container-min,
.visual-section .dance-post-full,
.visual-section .content-section .text-block,
.content-section .visual-section .text-block,
.visual-section .content-section,
.visual-section .social-media {
	z-index: 2;
	position: relative;
}

.visual-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	z-index: 1;
}

.js-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	min-height: 100vh;
}

.dance-block + .navigation {
	padding-top: 87px;
}

#footer {
	position: relative;
	z-index: 1;
	color: #fff;
}

#footer .container,
#footer .container-min,
#footer .dance-post-full,
#footer .content-section .text-block,
.content-section #footer .text-block,
#footer .content-section,
#footer .social-media {
	position: relative;
	z-index: 2;
	padding-top: 144px;
	padding-bottom: 65px;
}

#footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60px;
	z-index: -1;
	background: #7d104b;
}

#footer .image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	max-width: 324px;
	width: 27%;
}

#footer .image img {
	vertical-align: top;
}

#footer .copy {
	float: right;
	position: relative;
	z-index: 3;
	color: #efafd2;
	font-size: 13px;
	max-width: 200px;
	margin-top: -22px;
}

#footer .copy a {
	color: inherit;
}

#footer .copy a:hover {
	color: #fff;
}

.footer-nav {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 240px  0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.footer-nav .block {
	width: 25%;
	padding: 0 5px 24px 26px;
}

.footer-nav .block h4 {
	line-height: 1.2;
	margin-top: -4px;
}

.footer-nav .block h4 a {
	color: #fff;
}

.footer-nav .block h4 a:hover {
	text-decoration: underline;
	color: #ffbbe0;
}

.footer-nav ul {
	font-size: 16px;
	line-height: 1.2;
}

.footer-nav ul li {
	margin: 0 0 11px;
}

.footer-nav ul a {
	color: #fff;
}

.footer-nav ul a:hover {
	text-decoration: underline;
	color: #ffbbe0;
}

.footer-nav .txt {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin: 0 0 23px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header.fixed-header .logo {
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		top: -9999px;
	}

	#header.fixed-header .wrap {
		width: 100%;
		padding-top: 0;
	}

	.home-page #footer {
		background: #ebebeb;
	}
}

@media (min-width: 1024px) {
	.footer-nav .block:nth-child(1),
	.footer-nav .block:nth-child(2),
	.footer-nav .block:nth-child(3) {
		border-right: 1px solid #97406f;
	}

	.footer-nav .block:nth-child(5),
	.footer-nav .block:nth-child(6),
	.footer-nav .block:nth-child(7),
	.footer-nav .block:nth-child(8) {
		padding-top: 38px;
		border-top: 1px solid #97406f;
		padding-bottom: 4px;
	}

	.footer-nav .block:nth-child(1),
	.footer-nav .block:nth-child(5) {
		padding-left: 0;
	}

	.footer-nav .block:nth-child(5),
	.footer-nav .block:nth-child(6),
	.footer-nav .block:nth-child(7) {
		border-right: 1px solid #97406f;
	}

	.footer-nav .block:nth-child(5) ul li:last-child,
	.footer-nav .block:nth-child(6) ul li:last-child,
	.footer-nav .block:nth-child(7) ul li:last-child {
		margin: 0;
	}
}

@media (min-width: 1025px) {
	.btn-ico.hidden-desktop {
		display: none;
	}
}

@media (min-width: 1200px) {
	.open-holder .open-close:last-child {
		margin: 0 0 26px;
	}
}

@media (max-width: 1499px) {
	.programs-post .col .image img {
		display: none;
	}

	.programs-post h2 {
		font-size: 30px;
		margin: 0 0 15px;
	}

	.programs-post p {
		margin: 0 0 15px;
	}
}

@media (max-width: 1199px) {
	.container-min,
	.dance-post-full,
	.content-section .text-block {
		padding: 0;
		max-width: none;
	}

	.footer-nav .social-networks li {
		margin: 0 0 0 15px;
	}

	.nav {
		max-width: 87%;
	}

	.nav ul li {
		margin: 0 15px 0 0;
	}

	.nav ul li.login {
		margin-left: 25px;
	}

	.visual-section .container,
	.visual-section .container-min,
	.visual-section .dance-post-full,
	.visual-section .content-section .text-block,
	.content-section .visual-section .text-block,
	.visual-section .content-section,
	.visual-section .social-media {
		padding: 180px 15px 60px;
	}

	.visual-section h1 {
		margin: 0 0 30px;
		font-size: 40px;
	}

	.visual-section .btn {
		margin: 0 0 30px;
	}

	.next-section {
		bottom: 20px;
	}

	.image-section {
		padding: 50px 0;
		font-size: 24px;
	}

	.filter-form {
		padding: 0 0 50px;
	}

	.filter-form .col {
		width: 250px;
		margin: 0 30px 0 0;
	}

	.dance-post .image {
		width: 29%;
	}

	.dance-post .text-area {
		width: 38%;
	}

	.content-section .media-box {
		margin: 0 0 44px;
	}

	.holder-news #sidebar {
		width: 20%;
	}

	.link-section .container,
	.link-section .container-min,
	.link-section .dance-post-full,
	.link-section .content-section .text-block,
	.content-section .link-section .text-block,
	.link-section .content-section,
	.link-section .social-media {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.link-section .ttl {
		font-size: 24px;
	}

	.post-categories .link-text {
		min-width: 90%;
	}

	.programs-post .text-area {
		padding: 15px 40px;
	}

	.open-holder {
		padding: 20px 0;
	}

	.open-holder:last-child {
		padding: 20px 0 0;
	}

	.open-holder .open-close {
		margin: 0 0 30px;
	}
}

@media (max-width: 1024px) {
	.nav-opener:hover {
		color: #fff;
	}

	.home-page .nav-opener:hover {
		color: #fff;
	}

	.nav-opener:hover:before,
	.nav-opener:hover:after,
	.nav-opener:hover span {
		background: #fff;
	}

	.home-page .nav-opener:hover:before,
	.home-page .nav-opener:hover:after,
	.home-page
	.nav-opener:hover span {
		background: #fff;
	}

	.nav-active .nav-opener:hover:before,
	.nav-active .nav-opener:hover:after,
	.nav-active .nav-opener:hover span {
		background: #fff !important;
	}

	.news-post .image {
		margin: 0 20px 0 0;
	}

	.news-post h3 {
		font-size: 22px;
		margin: 0 0 15px;
	}

	.news-post p {
		margin: 0 0 20px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 1.3;
	}

	blockquote {
		font-size: 32px;
	}

	h1,
	.h1 {
		margin: 0 0 25px;
		font-size: 30px;
		line-height: 1.2;
	}

	h2,
	.h2 {
		margin: 0 0 15px;
	}

	h2.text-center,
	.h2.text-center {
		font-size: 28px;
	}

	h3,
	.h3 {
		margin: 0 0 15px;
	}

	h4,
	.h4 {
		margin: 0 0 15px;
	}

	p {
		margin: 0 0 20px;
	}

	.btn-ico {
		margin: 0 0 10px;
	}

	.btn-ico.hidden-mob {
		display: none !important;
	}

	.fixed .holder-header {
		height: 100px;
	}

	.holder-header {
		height: 133px;
	}

	#header {
		padding: 15px 0;
	}

	#header.fixed-header {
		padding: 15px 0;
	}

	#header.fixed-header.visible-header {
		padding: 15px 0 33px;
	}

	#header.fixed-header.visible-header .wrap {
		width: 80%;
		padding-top: 60px;
	}

	#header .wrap {
		width: 80%;
		padding-top: 60px;
	}

	#header .top-panel {
		padding: 15px 0;
	}

	#header .social-networks li {
		margin: 0 0 0 15px;
	}

	#header .social-networks a:before {
		font-size: 22px;
	}

	.logo {
		width: 120px;
	}

	.nav {
		padding: 0;
	}

	.nav ul li {
		display: none;
	}

	.nav ul li.login {
		margin: 0;
		display: block;
	}

	.nav ul li.search-box {
		display: block;
	}

	.list-btlinks {
		padding: 0;
	}

	.list-btlinks .holder {
		height: 180px;
		padding: 25px 15px 10px;
		border-bottom-width: 2px;
	}

	.list-btlinks .ico {
		margin: 0 0 20px;
	}

	.list-btlinks .ttl {
		font-size: 24px;
	}

	.filter-form .col {
		width: 180px;
		margin: 0 20px 0 0;
	}

	.dance-post {
		margin: 0 0 50px;
	}

	.dance-post .text-area {
		padding-left: 20px;
	}

	.dance-post .more {
		margin: 0 0 0 20px;
	}

	.dance-post-full .head-post {
		padding: 0 0 15px;
		margin: 0 0 20px;
	}

	.dance-post-full .head-post .col:last-child {
		width: 40%;
	}

	.dance-post-full h1 {
		margin: 0 0 40px;
	}

	.dance-post-full .list-info {
		margin: 0 0 20px;
	}

	.teachers-block {
		padding-top: 10px;
	}

	.teachers-block h2 {
		margin: 0 0 20px;
	}

	.teachers-block .teachers-list {
		padding: 10px 0 0;
	}

	.teacher-post {
		margin: 0 0 30px;
	}

	.teacher-species {
		padding: 0;
	}

	.teacher-species h2 {
		margin: 0 0 30px;
		font-size: 30px;
	}

	.teacher-species-list .holder .ttl {
		min-width: 1px;
		width: 90%;
		font-size: 20px;
	}

	.teachers-list {
		padding: 0;
	}

	.teachers-list li {
		font-size: 18px;
	}

	.teachers-list .holder {
		font-size: 20px;
	}

	.content-section:last-child {
		padding-bottom: 20px;
	}

	.content-section .txt-inf {
		padding: 0 0 15px;
	}

	.content-section .media-box {
		margin: 0 0 25px;
	}

	.archive-list {
		font-family: 16px;
		line-height: 20px;
	}

	.load-more-holder {
		width: 74%;
	}

	.news-post {
		margin: 0 0 30px;
	}

	.share-box {
		padding: 10px 0 15px;
	}

	.latest-news-section {
		padding: 40px 0 0;
	}

	.latest-news-section h2 {
		margin: 0 0 40px;
	}

	.list-news li {
		font-size: 16px;
		line-height: 1.3;
	}

	.list-news .link {
		padding-bottom: 60px;
	}

	.list-news .link strong {
		font-size: 22px;
	}

	.info-list li {
		font-size: 40px;
	}

	.blockquote-box blockquote {
		max-width: 500px;
	}

	.post-categories {
		height: 400px;
	}

	.post-categories .link-text {
		font-size: 30px;
	}

	.news-section {
		padding: 30px 0;
	}

	.news-section h1 {
		margin: 0 0 30px;
	}

	.news-section .news-holder {
		margin: 0 -10px 10px;
	}

	.post-news {
		font-size: 16px;
		line-height: 1.3;
	}

	.post-news {
		width: 33.33%;
	}

	.post-news.size-big {
		width: 66.66%;
	}

	.post-news h3 {
		font-size: 24px;
	}

	.services-area-section {
		padding: 30px 0;
	}

	.services-area-section h1 {
		margin: 0 0 30px;
	}

	.post-services {
		font-size: 16px;
	}

	.post-services h3 {
		font-size: 20px;
	}

	.contact-info {
		margin: 0 0 25px;
		padding: 0 0 25px;
	}

	.contact-info .hold {
		padding: 0 0 20px;
	}

	.contact-info .col {
		min-height: 1px !important;
		padding: 0;
	}

	.contact-info .col:first-child {
		width: auto;
		float: none;
		margin: 0 0 25px;
	}

	.contact-info .col ul {
		margin: 0 0 10px;
	}

	.contact-info .col:last-child {
		width: auto;
		float: none;
	}

	.contact-info .btn-ico {
		position: relative;
		margin: 0 10px 10px 0;
	}

	.dance-block + .navigation {
		padding-top: 50px;
	}

	#footer .container,
	#footer .container-min,
	#footer .dance-post-full,
	#footer .content-section .text-block,
	.content-section #footer .text-block,
	#footer .content-section,
	#footer .social-media {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	#footer .copy {
		margin-top: 10px;
	}

	.footer-nav {
		padding: 0 200px 0 0;
	}

	.footer-nav .block {
		width: 50%;
		padding: 0 5px 10px 20px;
	}

	.footer-nav .block:nth-child(odd) {
		border-right: 1px solid #97406f;
	}

	.footer-nav .block:nth-child(n+3) {
		padding-top: 25px;
		border-top: 1px solid #97406f;
	}
}

@media (max-width: 767px) {
	blockquote {
		font-size: 26px;
	}

	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation {
		padding-bottom: 30px;
	}

	.navigation .page-numbers.current {
		margin: 0 30px;
		font-size: 50px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	p {
		margin: 0 0 15px;
	}

	.footer-nav .social-networks {
		margin: 0 0 15px;
	}

	.footer-nav .newsletter-form {
		margin: 0;
	}

	.load-more {
		font-size: 16px;
		padding: 10px;
	}

	.holder-header:before {
		display: block;
	}

	.holder-header.nav-active:before {
		opacity: 1;
		visibility: visible;
		z-index: 1;
		margin-right: 0;
	}

	.fixed .holder-header {
		height: 107px;
	}

	.holder-header {
		height: 107px;
	}

	#header.fixed-header.visible-header {
		padding: 15px 0;
	}

	#header.fixed-header.visible-header .wrap {
		width: 50%;
		padding-top: 0;
	}

	#header .wrap {
		width: 50%;
		padding-top: 0;
	}

	#header .top-panel {
		display: none;
	}

	#header .nav-panel {
		float: right;
		padding: 50px 0 0;
	}

	#header .container,
	#header .container-min,
	#header .dance-post-full,
	#header .content-section .text-block,
	.content-section #header .text-block,
	#header .content-section,
	#header .social-media {
		position: static;
	}

	.nav-drop {
		margin-right: -100%;
		width: 320px;
		padding: 50px 15px;
		width: 100%;
	}

	.logo {
		width: 90px;
		position: static;
	}

	.nav {
		max-width: none;
	}

	.nav ul li.login {
		display: none;
	}

	.nav-opener {
		margin: 0;
		position: fixed;
		right: 15px;
		top: 15px;
	}

	.nav-active .nav-opener {
		right: 15px;
		top: 15px;
	}

	.nav-opener em:before {
		width: 36px;
		left: -4px;
	}

	.nav-opener em {
		font-size: 0;
		right: auto;
	}

	.holder-tabl {
		min-height: 1px;
	}

	.visual-section:before {
		height: 100px;
	}

	.visual-section .container,
	.visual-section .container-min,
	.visual-section .dance-post-full,
	.visual-section .content-section .text-block,
	.content-section .visual-section .text-block,
	.visual-section .content-section,
	.visual-section .social-media {
		padding: 110px 15px 40px !important;
	}

	.visual-section h1 {
		font-size: 28px !important;
		line-height: 1.2;
		margin: 0 0 15px;
	}

	.visual-section .btn {
		font-size: 18px;
		min-width: 1px;
		margin: 0 0 20px;
		padding: 12px 20px;
	}

	.list-btlinks li {
		width: auto;
		float: none;
		display: block;
		padding: 0 0 10px;
	}

	.list-btlinks .holder {
		height: auto;
		padding: 8px 10px;
	}

	.list-btlinks .ico {
		float: left;
		margin: 0 10px 0 0;
	}

	.list-btlinks .ttl {
		font-size: 18px;
		display: block;
		overflow: hidden;
		text-align: left;
		padding: 3px 0 0;
	}

	.next-section {
		bottom: 10px;
		line-height: 1;
	}

	.next-section:before {
		font-size: 30px;
	}

	.image-section {
		padding: 30px 0;
		font-size: 20px;
		min-height: 1px;
	}

	.image-section.text-left .texr-area {
		width: auto;
		float: none;
	}

	.image-section .texr-area {
		width: auto;
		float: none;
	}

	.image-section h1 {
		font-size: 32px;
		margin: 0 0 20px;
	}

	.image-section .btn {
		padding: 10px;
	}

	.dance-block h2 {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.filter-form .col {
		width: auto;
		float: none;
		margin: 0;
		padding: 0 0 15px;
	}

	.filter-form label {
		margin: 0 0 5px;
		font-size: 16px;
	}

	.filter-form .reset {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}

	.dance-post .image {
		width: 40%;
	}

	.dance-post h3 {
		font-size: 22px;
		margin: 0 0 15px;
	}

	.dance-post .text-area {
		width: auto;
		float: none;
		overflow: hidden;
		padding: 0 0 0 20px;
		min-height: 1px !important;
	}

	.dance-post .text-area:first-child {
		width: auto;
	}

	.dance-post .col-info {
		min-height: 1px !important;
		width: 100%;
		overflow: hidden;
		float: none;
		padding: 20px 0 0;
	}

	.dance-post .btn {
		position: static;
		font-size: 18px;
	}

	.dance-post .more {
		position: static;
		margin: 0;
	}

	.dance-post-full .head-post .col {
		float: none;
		width: auto;
	}

	.dance-post-full .head-post .col:last-child {
		float: none;
		width: auto;
	}

	.dance-post-full .list-info li {
		margin: 0 0 10px;
	}

	.teacher-post .photo-box {
		width: 50%;
		max-width: 260px;
		margin: 0 20px 10px 0;
	}

	.teacher-species h2 {
		font-size: 27px;
		margin: 0 0 20px;
	}

	.teacher-species-list li {
		width: 33.33%;
	}

	.teacher-species-list .holder .ttl {
		font-size: 18px;
	}

	.teachers-list li {
		width: 50%;
		padding-bottom: 30px;
	}

	.list-info {
		margin: 0 0 20px;
	}

	p + .links-list {
		padding: 5px 0 0;
	}

	.content-section .holder-news {
		padding: 0;
	}

	.content-section ul:not([class]) {
		padding: 0 0 0 10px;
		margin: 0 0 20px;
	}

	.content-section ul:not([class]) li:before {
		top: 6px;
	}

	.content-section .image-content {
		max-width: 50%;
	}

	#content {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	#sidebar {
		float: none;
		width: auto;
	}

	.holder-news #sidebar {
		width: auto;
	}

	.load-more-holder {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	.latest-news-section {
		padding: 20px 0 0;
	}

	.latest-news-section h2 {
		font-size: 24px;
		margin: 0 0 25px;
	}

	.list-news li {
		width: 50%;
	}

	.link-section .text-area {
		padding: 0;
	}

	.link-section .ttl {
		display: block;
		margin: 0 0 15px;
	}

	.info-area-section {
		min-height: 1px;
		padding: 50px 0 0;
	}

	.info-area-section h1 {
		font-size: 50px;
		margin: 0 0 50px;
	}

	.info-list {
		margin: 0 0 30px;
	}

	.info-list li {
		font-size: 25px;
	}

	.blockquote-box {
		position: static;
		background: rgba(125, 16, 75, .6) !important;
		padding: 30px 0;
	}

	.post-categories {
		height: 320px;
	}

	.post-categories .link-text {
		font-size: 24px;
	}

	.post-news {
		width: 50%;
	}

	.post-news.size-big {
		width: 100%;
	}

	.post-news .holder {
		padding: 10px 15px 50px;
	}

	.post-news .image {
		margin: -10px -15px 20px;
	}

	.post-news .more {
		left: 15px;
	}

	.social-media {
		padding: 30px 15px 15px;
	}

	.social-media .col {
		float: none;
		width: 100%;
		padding: 0 0 15px;
	}

	.instagram-widget {
		padding: 0 0 15px;
	}

	.instagram-widget .img-holder {
		margin-bottom: 5px;
	}

	.post-services {
		width: 50%;
	}

	.programs-block {
		padding-bottom: 0;
	}

	.programs-post.right-box .col:first-child {
		display: table-footer-group;
	}

	.programs-post.right-box .col:last-child {
		display: table-header-group;
	}

	.programs-post .col {
		background: none;
		width: 100%;
	}

	.programs-post .col:first-child {
		display: table-header-group;
	}

	.programs-post .col:last-child {
		display: table-footer-group;
	}

	.programs-post .col .image {
		min-height: 1px;
	}

	.programs-post .col .image img {
		display: block;
	}

	.programs-post .text-area {
		padding: 15px 15px 30px;
	}

	.open-holder .open-close {
		margin: 0 0 20px;
	}

	.open-holder .open-close.active {
		margin: 0 0 15px;
	}

	.open-holder .open-close.active .open:before {
		-webkit-transform: rotate(90deg) scale(.6);
		-ms-transform: rotate(90deg) scale(.6);
		transform: rotate(90deg) scale(.6);
	}

	.open-holder .open-close .slide {
		padding: 20px 5px 5px 45px;
	}

	.open-holder .open-close .open {
		padding: 0 0 0 45px;
	}

	.open-holder .open-close .open:before {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		left: -4px;
		top: -8px;
	}

	.open-holder h3 {
		font-size: 22px;
	}

	.table-content {
		padding: 10px 0 0;
	}

	.table-content h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.table-box {
		margin: 0 0 23px;
	}

	.table-box table {
		font-size: 15px;
	}

	.table-box table th,
	.table-box table td {
		padding: 15px 10px;
	}

	.table-box table th:nth-child(1),
	.table-box table td:nth-child(1) {
		width: 40%;
	}

	.table-box table th:nth-child(2),
	.table-box table td:nth-child(2) {
		width: 30%;
	}

	.table-box table th:nth-child(3),
	.table-box table td:nth-child(3) {
		width: 30%;
	}

	.contact-info address {
		margin: 0;
	}

	.contact-info .box {
		width: 49%;
	}

	.contact-info .box:last-child {
		width: 49%;
	}

	.contact-info .col ul {
		padding: 0;
		margin: 0 0 10px;
	}

	.contact-info .btn-ico {
		display: block;
		margin: 0 0 10px;
	}

	.contact-info h3 {
		font-size: 22px;
		margin: 0 0 20px;
	}

	.contact-info .form-box {
		width: auto;
		float: none;
		padding: 0 0 20px;
	}

	.text-area-article {
		padding: 0 0 20px;
		margin: 0 0 15px;
	}

	.text-area-article .text-area {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.text-area-article h2 {
		font-size: 26px;
	}

	.text-area-article .image-box {
		float: none;
		width: auto;
	}

	.dance-block + .navigation {
		padding-top: 20px;
	}

	#footer {
		background: #7d104b;
	}

	#footer .container,
	#footer .container-min,
	#footer .dance-post-full,
	#footer .content-section .text-block,
	.content-section #footer .text-block,
	#footer .content-section,
	#footer .social-media {
		padding-top: 30px;
	}

	#footer .image {
		display: none;
	}

	.footer-nav {
		padding: 0;
	}
}

@media (max-width: 479px) {
	.navigation .page-numbers.current {
		margin: 0 10px;
	}

	.navigation .prev,
	.navigation .next {
		font-size: 15px;
	}

	.navigation .prev:before,
	.navigation .next:before {
		font-size: 24px;
		top: -1px;
	}

	.navigation .prev {
		padding: 0 0 0 30px;
	}

	.navigation .next {
		padding: 0 30px 0 0;
	}

	.form-search {
		width: 320px;
		padding: 30px 10px;
	}

	.dance-post .image {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.dance-post .text-area {
		padding: 0 0 5px;
	}

	.dance-post-full h1 {
		margin: 0 0 30px;
	}

	.teacher-post .photo-box {
		width: auto;
		max-width: none;
		float: none;
		margin: 0 0 20px;
	}

	.teacher-species-list li {
		width: 50%;
	}

	.teachers-list li {
		width: 100%;
	}

	.content-section .image-content {
		max-width: none;
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}

	.news-post .image {
		float: none;
		margin: 0 0 15px;
		width: auto;
		max-width: none;
	}

	.list-news li {
		width: 100%;
	}

	.info-area-section h1 {
		font-size: 40px;
		margin: 0 0 40px;
	}

	.info-list li {
		display: block;
		width: auto;
		margin: 0 0 15px;
		padding: 0;
	}

	.post-categories {
		height: 200px;
		width: 100%;
		float: none;
		display: block;
	}

	.post-news .ttl-hold {
		min-height: 1px !important;
	}

	.post-news {
		width: 100%;
	}

	.post-news .holder {
		min-height: 1px !important;
	}

	.post-services {
		width: 100%;
	}

	.post-services .holder {
		min-height: 1px !important;
		padding-bottom: 10px;
	}

	.post-services .ttl-hold {
		min-height: 1px !important;
	}

	.footer-nav {
		display: block;
	}

	.footer-nav .block {
		width: auto;
		padding: 0 0 25px;
	}

	.footer-nav .block:nth-child(odd) {
		border: none;
	}

	.footer-nav .block:nth-child(n+3) {
		padding-top: 0;
		border: none;
	}
}

@media (max-height: 800px) {
	.visual-section h1 {
		margin: 0 0 30px;
		font-size: 40px;
	}
}

@media (max-height: 767px) {
	.visual-section .container,
	.visual-section .container-min,
	.visual-section .dance-post-full,
	.visual-section .content-section .text-block,
	.content-section .visual-section .text-block,
	.visual-section .content-section,
	.visual-section .social-media {
		padding: 180px 15px 60px;
	}

	.visual-section .btn {
		margin: 0 0 30px;
		padding: 12px 20px;
		font-size: 18px;
	}
}

@media (max-height: 650px) {
	.holder-tabl {
		height: auto;
		display: block;
		min-height: 1px;
	}

	.holder-tabl .link-section {
		height: auto;
		display: block;
	}

	.visual-section {
		height: auto;
		display: block;
	}
}


.page-id-22 .text-block > p,
.page-id-605 .text-block > p,
.page-id-1145 .text-block > p,
.page-id-1339 .text-block > p,
.page-id-1342 .text-block > p {
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.page-id-22 #main,
.page-id-605 #main,
.page-id-1145 #main,
.page-id-1339 #main,
.page-id-1913 #main,
.page-id-1342 #main {
	background: #dcdcdc;
}

.request-block {
    padding: 14px 0;
    max-width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.request-block h2 {
    font-size: 36px;
    margin: 0 0 52px;
	text-align: center;
}

.request-form {
    margin: 0;
}

.request-form .row {
    margin: 0 -10px 0px;
}

.request-form .row .col {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.request-form label {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    color: #333;
    margin: 0 0 -12px;
}

.request-form textarea, .request-form input[type="text"], .request-form input[type="email"], .request-form input[type="tel"] {
    display: block;
    height: 40px;
    width: 100%;
    color: #666;
    font: 16px/1.37 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: #ebebeb;
    border: none;
    padding: 9px 10px;
}

.request-form .row-texarea {
    padding: 13px 0 0;
    margin: 0 0 42px;
}

.request-form textarea {
    height: 247px;
    padding: 19px 22px;
    max-height: 300px;
    min-height: 247px;
}

.request-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 0;
    height: 50px;
}

.request-form input[type="submit"] {
    background: #b3cb14;
    color: #fff;
    outline: none;
    border: none;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font: 20px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 13px;
}


.request-form .row:after {
    content: "";
    display: block;
    clear: both;
}

.submit {
	text-align: center;
}

.request-form-infotext {
	display: block;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    color: #333;
	margin: 0 0 -12px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.request-form .row .col {
		width: 100%;
		float: none;
		padding: 0 0 15px;
	}
	.row {
		margin-left: 0px !important;
    	margin-right: 0px !important;
	}

	.request-form-infotext {
		white-space: normal; 
	} 

	.visual-section h1 {
		font-kerning: normal;
		letter-spacing: -1px;
	}
}

.home .visual-section .wrap .btn {
	background: #B3CB14;
	color:black;
}
.home .visual-section .wrap .btn:hover {
	background: #7d104b;
	color:white;
}
.visual-section h1 {
	font-weight: 700;
    font-style: normal;
}
.list-btlinks .ttl {
	font-weight: 700;
}