/*
Theme Name: Fitness Zoo
Author: Anonymous
Author URI:
Version: 1
Description: Fitness Zoo theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Fitness Zoo
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;
}

/* 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?tpxyl4");
	src: url("fonts/icomoon.eot?tpxyl4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tpxyl4") format("truetype"), url("fonts/icomoon.woff?tpxyl4") format("woff"), url("fonts/icomoon.svg?tpxyl4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.icon-uniF136:before {
	content: "\f136";
}

.icon-uniF2F9:before {
	content: "\f2f9";
}

.icon-uniF2FA:before {
	content: "\f2fa";
}

.icon-uniF2FB:before {
	content: "\f2fb";
}

.icon-uniF2FC:before {
	content: "\f2fc";
}

.icon-linkedin-in:before {
	content: "\e91c";
}

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

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

.icon-whatsapp:before {
	content: "\e924";
}

.icon-check1:before {
	content: "\e92a";
}

.icon-times:before {
	content: "\e92b";
}

.icon-clock1:before {
	content: "\e92c";
}

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

.icon-arrow-left:before {
	content: "\e92e";
}

.icon-arrow-right:before {
	content: "\e92f";
}

.icon-arrow-up:before {
	content: "\e930";
}

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

.icon-angle-left:before {
	content: "\e932";
}

.icon-angle-right:before {
	content: "\e933";
}

.icon-angle-up:before {
	content: "\e934";
}

.icon-angle-down:before {
	content: "\e935";
}

.icon-search1:before {
	content: "\e936";
}

.icon-check2:before {
	content: "\e937";
}

.icon-clock2:before {
	content: "\e938";
}

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

.slick-dots,
.nav > ul,
.nav > ul > li ul,
.footer-bottom .sub-nav,
.footer-top .info,
.time-table,
.social-networks,
.contact-box .info,
.banner .links,
.rating,
.breadcrumbs,
.links-list,
.accordion,
.main-form 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 {
	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;
}

body {
	color: #fff;
	background: #21242b;
	font: 17px/1.3529411765 "Rubik", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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.3529411765em;
}

blockquote {
	border-left: 4px solid #21242b;
	padding-left: .5em;
	margin-left: 1.3529411765em;
}

th,
td {
	border: 1px solid #21242b;
	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 #39c1f4;
	padding: 10px 14px;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	line-break: 18px;
	outline: none;
	color: #39c1f4;
	background: #f7f7f7;
}

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: rgba(57, 193, 244, .6);
}

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: rgba(57, 193, 244, .6);
}

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: rgba(57, 193, 244, .6);
}

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: rgba(57, 193, 244, .6);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(57, 193, 244, .6);
}

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

select {
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #39c1f4;
	padding: 10px 14px;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	line-break: 18px;
	outline: none;
	color: #39c1f4;
	background: #f7f7f7;
}

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;
	border: solid 1px #000;
	outline: none;
	background: #fff;
	color: #000;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	font-family: inherit;
	font-weight: 300;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.widget {
	margin-bottom: 1.3529411765em;
}

.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;
	max-width: 300px;
	width: 100%;
}

.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;
	max-width: 300px;
	width: 100%;
}

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

.search-form input {
	float: left;
}

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

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

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

.commentlist {
	margin: 0 0 1.3529411765em;
}

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

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

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

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

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

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

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

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

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fba700;
	color: #21242b;
	border-radius: 3px;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #fba700;
	border-radius: 3px;
	color: #21242b;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.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 #21242b;
	padding: .4em;
	margin-bottom: 1.3529411765em;
}

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

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

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

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

.alignleft {
	float: left;
	margin: 0 1.3529411765em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.3529411765em;
}

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #21242b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 500;
	margin: 0 0 .3em;
	color: #39c1f4;
	line-height: 1.3;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39c1f4;
}

a:hover,
a:focus {
	text-decoration: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: solid 8px #39c1f4;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slide-pagination {
	overflow: hidden;
}

.slick-pagination {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 22px 0 0;
}

.slick-pagination .slick-next {
	position: absolute;
	right: 0;
	top: 0;
}

.slick-prev,
.slick-next {
	position: absolute;
	left: -10px;
	top: 50%;
	z-index: 10;
	font-size: 65px;
	line-height: 65px;
	color: #21242b;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .7;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.slick-next {
	left: auto;
	right: -10px;
}

.classes-slider .slick-prev,
.classes-slider .slick-next {
	margin-top: 15px;
}

.events-slider .slick-prev,
.events-slider .slick-next {
	color: #fff;
}

.slide-holder {
	position: relative;
}

.items-slider {
	position: static;
}

.items-slider .slick-prev,
.items-slider .slick-next {
	color: #000;
	margin-top: -9px;
}

.items-slider .slick-prev:hover,
.items-slider .slick-next:hover {
	opacity: .7;
}

.items-slider .slick-prev {
	left: -46px;
}

.items-slider .slick-next {
	left: auto;
	right: -46px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0;
}

.slick-dots li {
	margin: 3px 6px;
}

.slick-dots li button {
	outline: none;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: solid 1px #fff;
	font-size: 0;
	line-height: 0;
	padding: 0;
	display: block;
	background: none;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background: #39c1f4;
	border-color: #39c1f4;
}

.testimonials-block .slick-dots li button,
.white-section .slick-dots li button {
	border-color: #39c1f4;
}

.image-gallery .slick-dots {
	position: absolute;
	left: 0;
	bottom: 15px;
	right: 0;
}

#wrapper {
	padding-top: 64px;
}

.header {
	background: -webkit-linear-gradient(top, #262626 0%, #000 100%);
	background: linear-gradient(to bottom, #262626 0%, #000 100%);
	height: 64px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 11px;
	padding-bottom: 11px;
}

.header .logo {
	max-width: 140px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .btn-outline {
	margin: 0 0 0 20px;
}

.header .book-class {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .icon-pin {
	display: block;
	margin: 0 0 0 15px;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav > ul {
	font-size: 12px;
	line-height: 30px;
}

.nav > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 14px;
	position: relative;
}

.nav > ul > li.active > a {
	left: 0;
	right: 0;
	width: 100%;
}

.nav > ul > li > a {
	display: block;
	position: relative;
	color: #fff;
}

.nav > ul > li > a:before {
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -2px;
	content: "";
	height: 1px;
	width: 0;
	background: #39c1f4;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.nav > ul > li > a:hover:before {
	left: 0;
	right: 0;
	width: 100%;
}

.nav > ul > li.has-drop-down.hover a:before {
	display: none;
}

.menu-opener {
	display: none;
}

.resize-active .menu {
	-webkit-transition: none !important;
	transition: none !important;
}

.book-class-popup {
	border-radius: 8px;
	border: solid 4px #39c1f4;
	max-width: 1000px;
	background: #21242b;
	padding: 40px 20px 20px;
}

.book-class-popup form {
	margin: 0;
}

.footer {
	border-top: solid 10px #39c1f4;
}

.footer-bottom {
	background: -webkit-linear-gradient(top, #262626 0%, #000 100%);
	background: linear-gradient(to bottom, #262626 0%, #000 100%);
	border-top: solid 1px rgba(255, 255, 255, .2);
	font-size: 13px;
	line-height: 16px;
}

.footer-bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-bottom .sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 5px 0;
}

.footer-bottom .sub-nav li:after {
	content: "|";
	margin: 0 12px 0 12px;
}

.footer-bottom .sub-nav li:last-child:after {
	display: none;
}

.footer-bottom .sub-nav a {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom .sub-nav a:hover {
	text-decoration: none;
}

.footer-top {
	font-size: 15px;
	line-height: 24px;
}

.footer-top .container {
	padding-top: 40px;
	padding-bottom: 20px;
}

.footer-top .cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.footer-top .cols .col {
	padding: 0 10px 30px;
	width: 50%;
}

.footer-top .heading {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 30px;
}

.footer-top .heading span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 4px;
	border-bottom: solid 2px #39c1f4;
}

.footer-top .nav ul {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.footer-top .nav ul li {
	display: block;
}

.footer-top .nav ul li a {
	padding-left: 20px;
}

.footer-top .nav ul li a:before {
	top: 0;
	left: 0;
	right: auto;
	width: auto;
	content: ">";
	color: #39c1f4;
	background: none;
}

.footer-top .nav ul li a:hover {
	color: #39c1f4;
}

.footer-top .partner-logo {
	max-width: 111px;
}

.footer-top .partner-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-top address {
	font-style: normal;
	max-width: 200px;
	margin: 0;
}

.footer-top .info {
	color: #39c1f4;
	margin: 0 0 20px;
}

.footer-top .info li a {
	color: #fff;
}

.footer-top .view-map {
	display: block;
	margin: 0 0 25px;
}

.footer-top .view-map a {
	color: #fff;
}

.footer-top .view-map a:hover {
	color: #39c1f4;
}

.footer-top .view-map i {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.time-table .day {
	color: #39c1f4;
	min-width: 100px;
	margin: 0 10px 0 0;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -5px -5px 25px;
	font-size: 24px;
	line-height: 24px;
}

.social-networks li {
	margin: 5px;
}

.social-networks li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #fff;
	color: #fff;
}

.social-networks li a:hover {
	color: #39c1f4;
	border-color: #39c1f4;
}

.contact-box {
	padding: 20px;
	border: solid 1px #39c1f4;
	border-radius: 8px;
	margin: 0 0 30px;
	color: #fff;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}

.contact-box .heading {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 30px;
}

.contact-box .heading span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 4px;
	border-bottom: solid 2px #39c1f4;
}

.contact-box address {
	font-style: normal;
	max-width: 200px;
	margin: 0;
}

.contact-box .info {
	color: #39c1f4;
	margin: 0 0 20px;
}

.contact-box .info li a {
	color: #fff;
}

.contact-box .view-map {
	display: block;
	margin: 0 0 25px;
}

.contact-box .view-map a {
	color: #fff;
}

.contact-box .view-map a:hover {
	color: #39c1f4;
}

.contact-box .view-map i {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

a {
	-webkit-transition: opacity linear .3s, color linear .3s, background linear .3s, box-shadow linear .3s, border-color linear .3s;
	transition: opacity linear .3s, color linear .3s, background linear .3s, box-shadow linear .3s, border-color linear .3s;
	text-decoration: none;
}

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

.container {
	max-width: 1336px;
	padding: 0 20px;
	margin: 0 auto;
}

.btn-outline {
	border: solid 2px #39c1f4;
	border-radius: 5px;
	text-transform: uppercase;
	color: #39c1f4;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding: 6px 20px;
	background: #21242b;
	display: inline-block;
	vertical-align: top;
	outline: none;
}

.btn-outline:hover {
	background: #39c1f4;
	color: #fff;
}

.banner {
	position: relative;
}

.banner .slide {
	min-height: 540px;
	background-color: #21242b;
	overflow: hidden;
	position: relative;
}

.banner .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}

.banner .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}

.banner .text {
	position: relative;
	margin: 50px auto 0;
	max-width: 375px;
}

.banner .heading {
	font-size: 0;
	line-height: 0;
	width: 670px;
	height: 223px;
	margin: 0 0 17px;
	display: block;
}

.banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.banner .image {
	position: absolute;
	position: absolute;
	left: 50px;
	bottom: -10px;
	width: 250px;
	opacity: .2;
}

.banner .image img {
	display: block;
	width: 100%;
}

.banner .image:before {
	background-image: url("images/path.png");
	width: 104px;
	height: 150px;
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	margin: 0 40px 140px 0;
}

.banner .links {
	text-align: right;
	max-width: 265px;
	font-size: 18px;
}

.banner .links li {
	padding-bottom: 10px;
}

.banner .links li a {
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	border-bottom: dashed 2px #fff;
	position: relative;
}

.banner .links li a:before {
	position: absolute;
	left: -17px;
	color: #39c1f4;
	top: 0;
	content: ">";
}

.banner .links li a:hover {
	border-bottom-color: #39c1f4;
	color: #39c1f4;
}

.white-section {
	background-color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #21242b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.features-cols,
.features-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
	padding: 40px 0 10px;
}

.features-cols .col,
.features-columns .col {
	width: 100%;
	padding: 0 20px 50px;
}

.features-cols h2,
.features-cols h3,
.features-columns h2,
.features-columns h3 {
	color: #21242b;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 20px;
}

.features-cols p,
.features-columns p {
	margin: 0 0 27px;
}

.features-columns {
	background: #fff;
	padding: 0;
	color: #21242b !important;
}

.features-columns h3 {
	color: #21242b;
}

.features-columns .col p {
	color: #21242b;
	margin: 0 0 27px;
}

.white-section.about {
	padding: 40px 0 10px;
}

.white-section.about p {
	margin: 0;
}

.white-section.about .features-columns .col p {
	color: #21242b;
	margin: 0 0 27px;
}

.content-cols.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn,
button[type="submit"],
input[type="submit"] {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	background: #39c1f4;
	color: #21242b;
	padding: 8px 20px;
	display: inline-block;
	vertical-align: top;
}

.btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	opacity: .8;
}

.paging a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	background: #39c1f4;
	color: #21242b;
	padding: 8px 20px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px;
}

.paging a:hover {
	opacity: .8;
}

.classes-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -60px -15px 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.classes-slider .slide {
	padding: 0 15px;
	width: 25%;
}

.class,
.event {
	overflow: hidden;
	border-radius: 10px;
	border: solid 2px #39c1f4;
	background: #21242b;
	color: #fff;
	position: relative;
	display: block;
	min-height: 208px;
	padding-top: 56.2%;
}

.class .bg-image,
.event .bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: linear .6s;
	transition: linear .6s;
}

.class .heading,
.event .heading {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #21242b;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	padding: 9px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.class .heading:before,
.event .heading:before {
	content: ">";
	display: inline-block;
	vertical-align: top;
	color: #39c1f4;
	font-size: 24px;
	margin: -1px 10px 0 0;
}

.class:hover .bg-image,
.event:hover .bg-image {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.class .time,
.event .time {
	display: block;
	color: #39c1f4;
}

.event {
	padding-top: 0;
}

.event .heading {
	font-size: 17px;
}

.event .bg-image {
	min-height: 165px;
	position: static;
	display: block;
}

.event .heading {
	display: block;
	position: relative;
	z-index: 1;
}

.event:hover .bg-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.welcome-block {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
}

.welcome-block .col {
	width: 100%;
	position: relative;
}

.welcome-block .text {
	padding: 40px;
}

.welcome-block p {
	margin: 0 0 20px;
}

.welcome-block p + p + p {
	margin: 0 0 40px;
}

.welcome-block h2 {
	color: #fff;
	font-weight: 400;
	margin: 0 0 24px;
}

.welcome-block .video {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
}

.welcome-block .btn-holder {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
}

.welcome-block .btn-holder .btn-play {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 0 auto 15px;
	background: #fff;
	position: relative;
}

.welcome-block .btn-holder .btn-play:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #21242b;
	border-top: 10px solid transparent;
	opacity: .7;
}

.events-block {
	text-align: center;
	color: #fff;
	background: #17191e;
}

.events-block .container {
	padding-top: 45px;
	padding-bottom: 45px;
}

.events-block h2 {
	color: #fff;
	font-size: 29px;
	margin: 0 0 30px;
}

.events-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.events-slider .slide {
	padding: 0 15px;
	width: 25%;
}

.testimonials-block {
	background: #fff;
	color: #21242b;
}

.testimonials-block .container {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonials-block h2 {
	margin: 0 0 30px;
	color: #21242b;
}

.testimonials-block blockquote {
	margin: 0;
	padding: 0;
	quotes: none;
	border: 0;
}

.testimonials-block blockquote q,
.testimonials-block blockquote p {
	display: block;
	margin: 0 0 20px;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
}

.testimonials-block cite {
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.testimonials-block .testimonials-slider {
	max-width: 725px;
	margin: 0 auto;
	padding: 0 30px;
}

.testimonials-block.pb-100 {
	padding-bottom: 70px;
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 25px;
	color: #39c1f4;
}

.rating li {
	margin: 3px;
}

.image-gallery {
	overflow: hidden;
}

.image-gallery .slide {
	width: 20%;
	height: 190px;
	position: relative;
	overflow: hidden;
}

.image-gallery .slide:hover .image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.image-gallery .slide:hover .btn-zoom {
	opacity: 1;
	visibility: visible;
}

.image-gallery .image {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: linear .5s;
	transition: linear .5s;
}

.image-gallery .image:hover .btn-zoom {
	opacity: 1;
	visibility: visible;
}

.image-gallery .slick-track:after,
.image-gallery .slick-track:before {
	display: none;
}

.image-gallery .btn-zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-shadow: 0 0 8px #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: linear .5s;
	transition: linear .5s;
}

.image-gallery .btn-zoom i {
	display: block;
	margin: 0 0 10px;
}

.image-gallery .image {
	overflow: hidden;
}

.image-gallery .image img {
	opacity: 0;
	visibility: hidden;
}

.content-list.gallery .image {
	width: 100%;
	height: 230px;
	border: solid 1px #39c1f4;
	overflow: hidden;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 8px;
	position: relative;
}

.content-list.gallery .image img {
	opacity: 0;
	visibility: hidden;
}

.content-list.gallery .image .btn-zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-shadow: 0 0 8px #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: linear .5s;
	transition: linear .5s;
}

.content-list.gallery .image .btn-zoom i {
	display: block;
	margin: 0 0 10px;
}

.content-list.gallery .image:hover .btn-zoom {
	opacity: 1;
	visibility: visible;
}

.main-content-header.text-left {
	padding-top: 20px;
	padding-bottom: 10px;
}

.testimonials-block.gray {
	color: #fff;
	background: #21242b;
}

.testimonials-block.gray h2 {
	color: #fff;
}

.testimonials-block.gray .slick-prev,
.testimonials-block.gray .slick-next {
	color: #fff;
}

.main-content-section .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-content {
	border-bottom: solid 10px #39c1f4;
}

.main-content .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-content h1 {
	font-size: 50px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 15px;
}

.main-content .content-cols h1 {
	margin: 0 0 6px;
}

.main-content p {
	margin: 0 0 20px;
}

.main-content-header {
	text-align: center;
	padding: 0 0 20px;
	margin: 0 auto;
	max-width: 1000px;
}

.main-content-header .btn-holder {
	text-align: center;
}

.breadcrumbs {
	color: #39c1f4;
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.breadcrumbs li:after {
	display: inline-block;
	vertical-align: top;
	content: ">";
	margin: 0 8px 0 8px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li a {
	color: #fff;
}

.breadcrumbs li a:hover {
	color: #39c1f4;
}

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

.text-center .btn {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px;
}

.content-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-list .col {
	width: 100%;
	padding: 0 15px 30px;
}

.content-cols {
	padding: 10px 0 0;
	text-align: center;
}

.content-cols .content-image {
	border: solid 1px #fff;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	padding-top: 70%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.content-cols .content-image .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(57, 193, 244, .9);
	padding: 10px;
}

.content-cols .content-image .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

.content-cols .content-image .sub-title {
	font-size: 16px;
	line-height: 20px;
}

.content-cols .text-holder {
	max-width: 600px;
	margin: 0 auto;
}

.social-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
}

.social-area .social-networks {
	margin: 8px 0 8px 15px;
}

.links-list {
	padding: 15px 0 30px;
}

.links-list li {
	margin: 0 0 10px;
	border-radius: 8px;
	border: solid 2px #39c1f4;
	overflow: hidden;
}

.links-list li.active .btn-outline .icon-angle-right:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.links-list .btn-outline {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 20px;
	text-transform: none;
	padding: 10px 55px 10px 15px;
	border-radius: 8px;
	position: relative;
	border: 0;
	background: #21242b;
}

.links-list .btn-outline i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 37px;
	background: #39c1f4;
	color: #17191e;
	font-size: 30px;
}

.links-list .btn-outline i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -5px;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.links-list .btn-outline:hover {
	opacity: .8;
}

.links-list .slide {
	padding: 20px;
}

.links-list .videos-cols {
	margin: 0 -10px -20px;
}

.links-list .videos-cols .embed-iframe {
	border-color: #6e6e6e;
	width: calc(100% - 20px);
	margin: 0 10px 20px;
}

.links-list .about-text {
	overflow: hidden;
	text-align: left;
}

.links-list .about-text .image {
	width: 100%;
	margin: 0 0 30px;
	padding-top: 70%;
	background-size: cover;
	background-position: 50% 50%;
}

.links-list .about-text .text {
	overflow: hidden;
}

.links-list .about-text .heading {
	display: block;
	font-weight: 400;
	color: #39c1f4;
}

.data-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background: #17191e;
	margin: 0;
}

.data-table td {
	width: 100%;
	border: solid 2px #6e6e6e;
	width: 33.333%;
	padding: 10px 10px;
	text-align: center;
}

.data-table td:first-child {
	font-weight: 700;
	text-transform: uppercase;
	color: #39c1f4;
	text-align: left;
}

.data-table tr:nth-child(even) {
	background: #21242b;
}

.duration {
	font-size: 20px;
	line-height: 26px;
	border-bottom: dashed 2px #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 80px 30px;
}

.duration i {
	position: absolute;
	right: 100%;
	margin: 0 10px 0 0;
	top: -2px;
	color: #39c1f4;
	font-size: 30px;
	line-height: 1;
}

.main-cols .content-col {
	width: 100%;
	margin: 0 0 20px;
}

.main-cols .sidebar {
	width: 100%;
}

.content-col {
	background: #17191e;
	border-radius: 10px;
	border: solid 1px #39c1f4;
	padding: 20px;
}

.content-col ul,
.content-col ol {
	padding: 0 0 0 20px;
}

.content-col .btn {
	margin: 0 0 30px;
}

.content-col h2 {
	color: #fff;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.content-col h3 {
	margin: 0 0 20px;
	font-size: 23px;
}

.content-col h1 {
	font-size: 50px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 15px;
}

.sidebar {
	text-align: center;
}

.sidebar h3 {
	margin: 0 0 15px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.sidebar .box {
	margin: 0 0 30px;
}

.sidebar .slick-dots {
	margin-top: 15px;
}

.sidebar .slick-dots li.slick-active button {
	background: #fff;
	border-color: #fff;
}

.embed-iframe {
	position: relative;
	padding-top: 56.2%;
	margin: 0 0 30px;
	border: solid 1px #6e6e6e;
}

.embed-iframe iframe {
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.videos-cols {
	overflow: hidden;
}

.videos-cols .embed-iframe {
	margin: 0 0 30px;
}

.images-slider-area {
	margin: 0 0 25px;
}

.images-slider-area .slide {
	padding-top: 50%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.images-slider-area .slider-nav .slide {
	padding-top: 70%;
}

.images-slider-area .slick-prev,
.images-slider-area .slick-next {
	background: #39c1f4;
	width: 34px;
	height: 34px;
	padding: 0;
}

.images-slider-area .slick-prev:before,
.images-slider-area .slick-next:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.images-slider-area .slick-prev.slick-disabled,
.images-slider-area .slick-next.slick-disabled {
	opacity: 1;
	background: #0db0ed;
}

.images-slider-area .slick-prev {
	left: 0;
}

.images-slider-area .slick-next {
	right: 0;
}

.images-slider-area .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(57, 193, 244, .8);
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	display: none;
}

.images-slider-area .title:before {
	display: inline-block;
	vertical-align: top;
	content: "";
	background-image: url("images/icon-chat.png");
	width: 23px;
	height: 21px;
	background-size: 100% 100%;
	margin: 0 15px 0 0;
}

.accordion {
	margin: 0 0 30px;
	padding: 0 !important;
}

.accordion li {
	margin: 0 0 15px;
	border: solid 1px #39c1f4;
	background: #21242b;
}

.accordion li.active .opener:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .opener {
	display: block;
	padding: 12px 55px 12px 15px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #21242b;
	background: #39c1f4;
	position: relative;
}

.accordion .opener:hover {
	opacity: .8;
}

.accordion .opener:before {
	font-size: 34px;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -17px;
	content: "\e935";
	font-family: "icomoon";
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.accordion .slide-holder {
	padding: 20px;
}

.accordion .slide-holder p {
	margin: 0;
}

.main-form {
	margin: 0 0 30px;
}

.main-form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -7px;
	padding: 0 !important;
}

.main-form ul li {
	width: 100%;
	padding: 0 7px 15px;
}

.main-form ul li:last-child {
	width: 100%;
}

.main-form ul li label {
	display: none;
}

.main-form .gfield_error .validation_message {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	color: #39c1f4;
}

.main-form .validation_error {
	display: none;
}

.gform_footer {
	text-align: center;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
	border: solid 1px #fff;
	background-color: #21242b;
	color: #fff;
	outline: none;
	height: 52px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 18px;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #fff;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #fff;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #fff;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
select.placeholder {
	color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	border-color: #fff;
}

.searchform input[type="text"],
.searchform input[type="email"],
.searchform input[type="url"],
.searchform input[type="password"],
.searchform input[type="date"],
.searchform textarea,
.searchform select {
	margin-bottom: 15px;
}

.searchform label {
	margin-bottom: 15px;
	display: block;
}

textarea {
	height: 130px;
}

input[type="submit"],
button[type="submit"] {
	min-width: 170px;
}

select {
	background-image: url("images/select-bg.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

select option {
	background: #fff;
	color: #21242b !important;
}

.duration {
	text-transform: uppercase;
}

.btn-download {
	display: block;
	border: solid 1px #39c1f4;
	padding: 14px 15px 14px 70px;
	background: #17191e;
	position: relative;
	color: #fff;
	margin: 0 0 15px;
	font-size: 19px;
	line-height: 24px;
}

.btn-download .extention {
	font-weight: 700;
	text-transform: uppercase;
	color: #39c1f4;
	font-size: 15px;
}

.btn-download .download-now {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 212px;
}

.btn-download .icon-download {
	position: absolute;
	left: 0;
	top: 50%;
	background: url("images/icon-download.png");
	width: 33px;
	height: 31px;
	background-size: 100% 100%;
	margin: -15px 0 0 15px;
}

.btn-download .download-now {
	border-left: solid 1px #39c1f4;
	background: #21242b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	padding: 17px 22px;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.btn-download .download-now i {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 1;
	margin: -4px 0 0 10px;
}

.btn-download:hover .download-now {
	background: #39c1f4;
}

.header .nav {
	text-transform: uppercase;
}

.nav ul li.active a:before {
	left: 0;
	right: 0;
	width: 100%;
}

main .header {
	background: none;
	position: static;
	height: auto;
}

.slick-next {
	left: auto !important;
}

.slick-list {
	width: 100%;
}

.single-classes .testimonials-block {
	padding-bottom: 100px;
}

.features-columns {
	text-align: center;
	color: #fff;
}

.embed-iframe {
	overflow: hidden;
	border: solid 1px #39c1f4;
}

.slider-for img {
	position: absolute;
	left: 0;
	top: 0;
}

.images-slider-area .slide {
	padding-top: 62%;
}

.main-cols {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 460px) {
	.time-table li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 575px) {
	.links-list .about-text .image {
		float: left;
		width: 135px;
		margin: 0 20px 0 0;
		height: 125px;
		padding-top: 0;
	}
}

@media (min-width: 640px) {
	.slick-prev,
	.slick-next {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}

	.testimonials-slider .slick-prev,
	.testimonials-slider .slick-next {
		margin: 0 -10px;
	}

	.footer-bottom .sub-nav {
		margin: 0;
	}

	.footer-top .cols {
		margin: 0 -15px;
	}

	.footer-top .cols .col {
		padding: 0 15px 30px;
		width: 50%;
	}

	.footer-top .heading {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.contact-box .heading {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.features-cols,
	.features-columns {
		padding: 40px 0;
	}

	.features-cols .col,
	.features-columns .col {
		width: 50%;
	}

	.white-section.about {
		padding: 70px 0;
	}

	.testimonials-block .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.testimonials-block .testimonials-slider {
		padding: 0;
	}

	.content-list {
		margin: 0 -15px 30px;
	}

	.content-list .col {
		width: 50%;
	}

	.duration {
		font-size: 24px;
		line-height: 30px;
		margin: 0 80px 30px;
	}

	.duration i {
		right: 100%;
		margin: 0 18px 0 0;
		font-size: 40px;
	}
}

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

	.book-class-popup {
		border: solid 8px #39c1f4;
		padding: 40px 40px;
	}

	.container {
		padding: 0 40px;
	}

	.banner .text {
		margin: 79px 143px 0 0;
		max-width: 800px;
	}

	.banner .image {
		width: 300px;
		left: 274px;
		opacity: 1;
	}

	.welcome-block .text {
		padding: 50px 40px;
	}

	.welcome-block .btn-holder {
		font-size: 30px;
		line-height: 40px;
	}

	.welcome-block .btn-holder .btn-play {
		width: 65px;
		height: 65px;
	}

	.welcome-block .btn-holder .btn-play:before {
		height: 0;
		width: 0;
		border-bottom: 12px solid transparent;
		border-left: 12px solid #21242b;
		border-top: 12px solid transparent;
		border-left: 18px solid #21242b;
	}

	.testimonials-block.pb-100 {
		padding-bottom: 100px;
	}

	.breadcrumbs {
		margin: 0 0 10px;
	}

	.content-cols .content-image .caption {
		padding: 15px;
	}

	.content-cols .content-image .title {
		font-size: 25px;
		line-height: 30px;
	}

	.content-cols .content-image .sub-title {
		font-size: 22px;
		line-height: 26px;
	}

	.links-list .videos-cols .embed-iframe {
		width: calc(33.33% - 20px);
	}

	.data-table td {
		padding: 10px 10px;
	}

	.data-table td:first-child {
		font-size: 20px;
	}

	.videos-cols {
		margin: 0 -15px;
	}

	.videos-cols .embed-iframe {
		float: left;
		margin: 0 15px 30px;
		padding-top: 27%;
		width: calc(33.33% - 30px);
	}

	.images-slider-area {
		margin: 0 0 30px;
	}

	.images-slider-area .slick-prev,
	.images-slider-area .slick-next {
		width: 45px;
		height: 45px;
	}

	.images-slider-area .title {
		display: block;
	}

	.accordion .opener {
		padding: 14px 55px 14px 15px;
		font-size: 23px;
		line-height: 28px;
	}

	.accordion .opener:before {
		font-size: 45px;
		margin-top: -22px;
	}

	.main-form ul li {
		width: 50%;
	}

	.btn-download {
		padding: 14px 212px 14px 70px;
	}
}

@media (min-width: 1024px) {
	.testimonials-slider .slick-prev,
	.testimonials-slider .slick-next {
		margin: 0 -50px;
	}

	#wrapper {
		padding-top: 53px;
	}

	.header {
		height: 53px;
	}

	.header .logo {
		max-width: 180px;
	}

	.nav > ul > li.hover ul {
		opacity: 1;
		visibility: visible;
	}

	.nav > ul > li ul {
		position: absolute;
		left: -15px;
		top: 100%;
		width: 170px;
		padding-top: 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: linear .3s;
		transition: linear .3s;
		display: block;
	}

	.nav > ul > li ul:before {
		content: "";
		position: absolute;
		left: 40px;
		margin: 0 0 -10px;
		bottom: 100%;
		height: 0;
		width: 0;
		border-bottom: 10px solid #39c1f4;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.nav > ul > li ul li {
		background: #39c1f4;
	}

	.nav > ul > li ul li a {
		color: #000;
		display: block;
		padding: 4px 15px;
		line-height: 1.4;
	}

	.footer-top .container {
		padding-bottom: 50px;
	}

	.footer-top .cols .col {
		width: 25%;
		padding: 0 15px;
	}

	.banner .slide {
		min-height: 615px;
	}

	.banner .text {
		margin: 79px 143px 0 0;
	}

	.banner .heading {
		width: 800px;
		height: 267px;
		margin: 0 0 25px;
	}

	.banner .image {
		width: 387px;
		left: 300px;
		bottom: -25px;
	}

	.banner .image:before {
		margin: 0 40px 180px 0;
	}

	.banner .links {
		max-width: 290px;
	}

	.features-cols .col,
	.features-columns .col {
		width: 33.3333333333%;
		padding: 0 20px 30px;
	}

	.classes-slider {
		margin: -88px -15px 0;
	}

	.welcome-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.welcome-block .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 507px;
		width: 50%;
	}

	.main-content-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main-content .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main-content-header {
		padding: 0 0 40px;
	}

	.content-list .col {
		width: 33.3333333333%;
	}

	.content-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -15px;
	}

	.content-cols .col {
		padding: 0 15px;
		width: 400px;
	}

	.content-cols .col.text {
		width: calc(100% - 400px);
	}

	.content-cols .content-image {
		padding-top: 100%;
	}

	.social-area .social-networks {
		margin: 0 0 0 15px;
	}

	.main-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 0 -15px;
	}

	.main-cols .content-col {
		width: calc(100% - 300px);
		margin: 0 10px;
	}

	.main-cols .content-col:only-child {
		width: calc(100% - 20px);
	}

	.main-cols .sidebar {
		width: 250px;
		margin: 0 10px;
	}
}

@media (min-width: 1200px) {
	.slick-dots li button {
		width: 14px;
		height: 14px;
	}

	.header .logo {
		max-width: 233px;
	}

	.nav > ul {
		font-size: 14px;
	}

	.contact-box {
		padding: 30px;
	}

	.content-cols .col {
		width: 500px;
	}

	.content-cols .col.text {
		width: calc(100% - 500px);
	}

	.main-cols .content-col {
		width: calc(100% - 360px);
		margin: 0 15px;
	}

	.main-cols .content-col:only-child {
		width: calc(100% - 30px);
	}

	.main-cols .sidebar {
		width: 300px;
		margin: 0 15px;
	}

	.content-col {
		padding: 30px;
	}
}

@media (min-width: 1366px) {
	.header .btn-outline {
		margin: 0 0 0 30px;
	}

	.nav > ul {
		font-size: 16px;
	}

	.nav > ul > li {
		margin: 0 0 0 16px;
	}

	.container {
		padding: 0 20px;
	}

	.event .heading {
		font-size: 20px;
	}

	.welcome-block .text {
		padding: 50px 10%;
	}

	.content-list .col {
		width: 25%;
	}

	.content-cols {
		margin: 0 -37px;
	}

	.content-cols .col {
		padding: 0 37px;
		width: 571px;
	}

	.content-cols .col.text {
		width: calc(100% - 571px);
	}
}

@media (min-width: 1440px) {
	.slick-prev,
	.slick-next {
		left: -30px;
	}

	.slick-next {
		right: -30px;
		left: auto;
	}
}

@media (max-width: 1365px) {
	.white-section .container {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.header .container {
		padding: 11px 15px;
	}

	.header .btn-outline {
		font-size: 13px;
		line-height: 16px;
		padding: 6px 12px;
	}

	.banner .bg {
		background-position: 50% 50%;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 64px;
		bottom: 0;
		background: #21242b;
		height: calc(100vh - 64px);
		overflow-y: auto;
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity linear .3s, visibility linear .3s;
		transition: opacity linear .3s, visibility linear .3s;
	}

	.menu .nav ul {
		display: block;
		font-size: 16px;
	}

	.menu .nav ul li {
		margin: 0;
		display: block;
		border-bottom: solid 1px rgba(255, 255, 255, .1);
	}

	.menu .nav ul li a {
		position: relative;
		display: block;
		padding: 7px 20px;
	}

	.menu .nav ul li a.has-drop-down-a:after {
		font-family: "icomoon";
		content: "\f2f9";
		font-size: 25px;
		line-height: 25px;
		position: absolute;
		right: 20px;
		top: 10px;
		-webkit-transition: -webkit-transform linear .3s;
		transition: -webkit-transform linear .3s;
		transition: transform linear .3s;
		transition: transform linear .3s, -webkit-transform linear .3s;
	}

	.menu .nav ul li.active a {
		color: #39c1f4;
	}

	.menu .nav ul li.active a:before {
		display: none;
	}

	.menu .nav ul li ul {
		display: none;
		border-top: solid 1px rgba(255, 255, 255, .1);
	}

	.menu .nav ul li.hover ul {
		display: block;
	}

	.menu .nav ul li.hover a.has-drop-down-a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.menu .book-class {
		display: block;
	}

	.menu .book-class .icon-pin {
		display: none;
	}

	.menu .btn-outline {
		margin: 0;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 20px;
		border-radius: 0;
		display: block;
	}

	.menu-opener {
		display: block;
		width: 64px;
		height: 64px;
		position: absolute;
		right: 0;
		top: 0;
		float: right;
		z-index: 3;
		border-radius: 0;
		background: #39c1f4;
	}

	.menu-opener span,
	.menu-opener:after,
	.menu-opener:before {
		position: absolute;
		left: 14px;
		right: 14px;
		top: 16px;
		-webkit-transition: all ease-in .3s;
		transition: all ease-in .3s;
		content: "";
		height: 4px;
		border-radius: 2px;
		background: #fff;
	}

	.menu-opener span {
		top: 27px;
	}

	.menu-opener:after {
		top: 38px;
	}

	.menu-active {
		overflow: hidden;
		height: 100%;
	}

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

	.menu-active .menu-opener:after,
	.menu-active .menu-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 27px;
	}

	.menu-active .menu-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-active .menu {
		opacity: 1;
		visibility: visible;
	}

	.welcome-block .video {
		min-height: 340px;
	}

	.content-cols .text-holder {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.banner .bg {
		background-position: 70% 50%;
	}

	.banner .heading {
		font-size: 60px;
		line-height: 60px;
		color: #fff;
		width: auto;
		height: auto;
		display: block;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		text-align: center;
		color: #39c1f4;
	}

	.banner .heading strong {
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #fff;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		text-stroke-width: 2px;
		text-stroke-color: #fff;
		text-fill-color: transparent;
		background-clip: text;
	}

	.banner .heading img {
		display: none;
	}

	.data-table {
		font-size: 18px;
		line-height: 20px;
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: solid 2px #6e6e6e;
	}

	.data-table tbody,
	.data-table tr,
	.data-table td {
		width: 100%;
		display: block;
		text-align: left;
		border-bottom: 0;
	}

	.data-table td:empty {
		display: none;
	}

	.images-slider-area .slider-nav {
		display: none !important;
	}

	.images-slider-area .slick-prev,
	.images-slider-area .slick-next {
		font-size: 30px;
	}

	.btn-download .download-now {
		display: none;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 459px) {
	.time-table .day {
		white-space: nowrap;
		overflow: hidden;
		width: 32px;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: top;
		min-width: inherit;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ---- Tables ---- */

table.main-timetable { width:100%; }

table.main-timetable th {
  font-weight: 700!important;
  background: #39c1f4;
  color: #000;
	border: 2px solid #21242b;
}

table.main-timetable tr {
  background: #cfd2d3;
  border: 2px solid #232328;
  margin-bottom: 5px;
}

table.main-timetable tr:nth-child(even) {
  background: #ededed;
}

table.main-timetable td {
	color: #302f2f;
	border: 2px solid #232328;
}

table.main-timetable td a { color:#000000; text-decoration:underline; }

table.main-timetable td span {
	font-weight: bold;
}

table.main-timetable th, table.main-timetable td {
  text-align: center;
  padding: 10px;
	margin: 5px;
  font-weight: 300;
}

@media
only screen and (max-width: 760px) {

	/* Force table to not be like tables anymore */
	table.main-timetable table, table.main-timetable thead, table.main-timetable tbody, table.main-timetable th, table.main-timetable td, table.main-timetable tr {
		display: block;
	}

	table.main-timetable td {
		border: none;
		border-bottom: 1px solid #fff;
		position: relative;
		text-align: center;
	}

	 table.main-timetable .timetable-head {
		 display: none;
	 }

/* Hide empty Cells */
	table.main-timetable td:empty {
  visibility: hidden;
	border: none;
	padding: 0;
}

	table.main-timetable td:last-child {
		border-bottom: none;
	}


}
