/*! 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;
}

.burgermenu,
.drop,
.tabset,
.nav-list,
.nav-list > li ul,
.links-list,
.social-btns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.nav-opener span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: #25282a;
	background: #fff;
	font: 16px/1.2 "Montserrat", "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #2eb3fd;
}

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

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 #ccc;
	padding: 10px 8px;
}

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

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: #595353;
}

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: #595353;
}

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: #595353;
}

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: #595353;
}

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

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;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* 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-like:before {
	content: "\e908";
}

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

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

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

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

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

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

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

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

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

.burgermenu {
	position: relative;
	text-align: right;
	bottom: 0;
	z-index: 5;
}

.nav {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.nav-opener {
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.nav-opener span {
	display: inline-block;
	background: #fd0000;
	width: 25px;
	height: 4px;
	position: absolute;
	border-radius: 5px;
	left: 8px;
	top: 5px;
}

.nav-opener span:nth-child(2) {
	top: 14px;
}

.nav-opener span:nth-child(3) {
	top: 23px;
}

.nav-active .nav-opener > span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}

.nav-active .nav-opener > span:nth-child(2) {
	width: 0;
}

.nav-active .nav-opener > span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
}

.drop {
	position: absolute;
	width: 100%;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.nav-active .drop {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	opacity: 0;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1090px;
	margin: 0 auto;
	padding: 20px 0;
}

.tabset li {
	display: inline-block;
	position: relative;
}

.tabset li:after {
	content: "";
	display: block;
	width: 4px;
	height: 62%;
	background: #fd0000;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 46%;
	right: -7px;
}

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

.tabset li.active a {
	background: #fd0000;
	color: #fff;
}

.tabset li.active a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fd0000 transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -19px;
	left: 50%;
	position: absolute;
}

.tabset a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #fd0000;
	position: relative;
	font-size: 12px;
	padding: 5px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.tabset a:hover {
	color: #00a7e9;
}

.tab-content > .active {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}


.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

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

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

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

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

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

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

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

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

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

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}


#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.padd-section {
	padding: 15px 0;
}

.bg-red {
	background: #fd0000;
}

.bg-blue {
	background: #00a7e9;
}

.red-col {
	color: #fd0000;
}

.white-col {
	color: #fff;
}

#header {
	z-index: 10;
	width: 100%;
}

.inner-header {
	max-width: 1426px;
	background: #fff;
	width: 100%;
	padding: 20px 25px;
	margin: 0 auto;
}

.inner-header .btn-regist {
	margin-left: auto;
}

.inner-header .btn-regist strong {
	display: block;
}

.logo-wrap {
	margin-bottom: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.form-sign {
	text-align: right;
}

.form-sign input {
	text-align: center;
	background: #efefef;
	border-radius: 5px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.form-sign input:focus {
	outline-color: #00a7e9;
}

.form-sign button {
	color: #fff;
	font-size: 15px;
	background: #00a7e9;
	padding: 11px 8px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid transparent;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

.form-sign button:hover {
	color: #00a7e9;
	background: #fff;
	border-color: #00a7e9;
}

.form-sign button:focus {
	outline-color: #00a7e9;
}

.nav-list {
	background: #fff;
	padding: 15px;
	text-align: center;
}

.nav-list > li {
	-webkit-transition: max-height .5s linear;
	transition: max-height .5s linear;
	margin-bottom: 10px;
	position: relative;
	max-height: 19px;
}

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

.nav-list > li.hover {
	max-height: 500px;
}

.nav-list > li.hover > ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-list > li > a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	color: #25282a;
	display: block;
	position: relative;
}

.nav-list > li > a:after {
	content: "";
	width: 100%;
	display: inline-block;
	height: 1px;
	background: #25282a;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.nav-list > li > a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-list > li > a.active {
	color: #00a7e9;
}

.nav-list > li > a.active:after {
	background: #00a7e9;
}

.nav-list > li ul {
	position: relative;
	z-index: 3;
	text-align: center;
	background: #fff;
	padding: 10px 8px;
	border-radius: 6px;
	box-shadow: 0 5px 5px 1px rgba(37, 40, 42, .5);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.nav-list > li ul li {
	margin-bottom: 8px;
}

.nav-list > li ul a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #25282a;
	font-size: 15px;
	white-space: nowrap;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.nav-list > li ul a:hover {
	color: #00a7e9;
}

.btn-regist {
	display: inline-block;
	width: 100%;
	background: #fd0000;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	padding: 14px 5px;
	border: 2px solid transparent;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

.btn-regist:hover {
	color: #fd0000;
	background: #fff;
	border-color: #fd0000;
}

.main-btn {
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	border: 3px solid #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	width: 100%;
	letter-spacing: .3rem;
	padding: 10px 5px;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.main-btn-2 {
	display: inline-block;
	border-radius: 10px;
	color: #ff0000;
	border: 3px solid #ff0000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	width: 100%;
	letter-spacing: .3rem;
	padding: 10px 5px;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.main-btn-2:hover {
	color: #00a7e9;
	background: #fff;
}

.main-btn:hover {
	color: #00a7e9;
	background: #fff;
}

.hero-section {
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 0 70px;
}

.hero-section > .container {
	height: 100%;
	text-align: right;
}

.hero-section:after {
	content: "";
	display: block;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 90px;
}

.hero-section .img-wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: right;
}

.hero-section-contact {
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 0 70px;
}

.hero-section-contact > .container {
	height: 100%;
	text-align: right;
}

.hero-section-contact:after {
	content: "";
	display: block;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 90px;
}

.hero-section-contact .img-wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: right;
}

.heading-wrap {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap .col-2 {
	font-weight: 600;
}

.heading-wrap h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-dinkies {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-dinkies .col-2 {
	font-weight: 600;
}

.heading-wrap-dinkies h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-icando {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-icando .col-2 {
	font-weight: 600;
}

.heading-wrap-icando h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-playthisway {
	background: #62308F;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-playthisway .col-2 {
	font-weight: 600;
}

.heading-wrap-playthisway h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-watchmeplay {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-watchmeplay .col-2 {
	font-weight: 600;
}

.heading-wrap-watchmeplay h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-preps {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-preps .col-2 {
	font-weight: 600;
}

.heading-wrap-preps h1 {
	color: #fff;
	line-height: 1.1;
}

.heading-wrap-players {
	background: #2eb3fd;
	padding: 25px 20px 22px;
	text-align: left;
	color: #fff;
}

.heading-wrap-players .col-2 {
	font-weight: 600;
}

.heading-wrap-players h1 {
	color: #fff;
	line-height: 1.1;
}

.shadow-before {
	position: relative;
	z-index: 11;
	overflow: hidden;
}

.shadow-before:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50%;
	height: 1px;
	border-radius: 40%;
	box-shadow: 0 0 50px 10px rgba(37, 40, 42, .5);
}

.col-section .col-lf,
.col-section .col-rg {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.col-section .col-lf.text p,
.col-section .col-rg.text p {
	line-height: 1.5;
}

.video-section {
	padding-bottom: 15px;
}

.bg-gradiend-red,
.bg-gradiend-yellow,
.bg-gradiend-purple,
.bg-gradiend-lightblue,
.bg-gradiend-darkblue,
.bg-gradiend-green,
.bg-gradiend-blue {
	position: relative;
	z-index: 2;
}

.bg-gradiend-red:after,
.bg-gradiend-yellow:after,
.bg-gradiend-green:after,
.bg-gradiend-purple:after,
.bg-gradiend-lightblue:after,
.bg-gradiend-darkblue:after,
.bg-gradiend-blue:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, red 0%, rgba(255, 0, 0, .7) 100%);
	background: linear-gradient(to right, red 0%, rgba(255, 0, 0, .7) 100%);
}

.bg-gradiend-blue:after {
	background: -webkit-linear-gradient(left, rgba(41, 171, 226, .4) 0%, rgba(41, 171, 226, .82) 50%, #29abe2 60%);
	background: linear-gradient(to right, rgba(41, 171, 226, .4) 0%, rgba(41, 171, 226, .82) 50%, #29abe2 60%);
}

.bg-gradiend-yellow:after {
	background: -webkit-linear-gradient(left, rgba(255, 232, 0, 1) 0%, rgba(255, 232, 0, 1) 100%, #FFE800 100%);
	background: linear-gradient(to right, rgba(255, 232, 0, 1) 0%, rgba(255, 232, 0, 1) 100%, #FFE800 100%);
}

.bg-gradiend-green:after {
	background: -webkit-linear-gradient(left, rgba(32, 195, 90, 1) 0%, rgba(32, 195, 90, 1) 100%, #20C35A 100%);
	background: linear-gradient(to right, rgba(32, 195, 90, 1) 0%, rgba(32, 195, 90, 1) 100%, #20C35A 100%);
}
.bg-gradiend-lightblue:after {
	background: -webkit-linear-gradient(left, rgba(47, 179, 254, 1) 0%, rgba(47, 179, 254, 1) 100%, #2FB3FE 100%);
	background: linear-gradient(to right, rgba(47, 179, 254, 1) 0%, rgba(47, 179, 254, 1) 100%, #2FB3FE 100%);
}
.bg-gradiend-darkblue:after {
	background: -webkit-linear-gradient(left, rgba(45, 82, 175, 1) 0%, rgba(45, 82, 175, 1) 100%, #2D52AF 100%);
	background: linear-gradient(to right, rgba(45, 82, 175, 1) 0%, rgba(45, 82, 175, 1) 100%, #2D52AF 100%);
}
.bg-gradiend-purple:after {
	background: -webkit-linear-gradient(left, rgba(98, 48, 143, 1) 0%, rgba(98, 48, 143, 1) 100%, #62308F 100%);
	background: linear-gradient(to right, rgba(98, 48, 143, 1) 0%, rgba(98, 48, 143, 1) 100%, #62308F 100%);
}

.items-list-section {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	padding: 25px 0;
}

.items-list-section .items {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.items-list-section .items .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.items-list-section .items .item > * {
	width: 100%;
}

.items-list-section .items .item .main-btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.items-list-section .items .item .main-btn:hover {
	color: #fd0000;
}

.items-list-section .items .item h4 {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 10px;
}

.items-list-section .items .item .wr {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.items-list-section .items .item .wr2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.items-list-section .items .item .wr2 p {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.items-list-section .items .icon {
	display: block;
	font-size: 100px;
}

.age-btn {
	display: inline-block;
	max-width: 216px;
	padding: 20px 2px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	border: 2px solid transparent;
	letter-spacing: .22rem;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
}

.age-btn strong {
	display: block;
	letter-spacing: .6rem;
}

.age-section {
	background-repeat: no-repeat;
	padding: 25px 0;
}

.age-section h2 {
	color: #fd0000;
}

.age-groups .item-group {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.age-groups .item-group:after {
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.age-groups .item-group.yellow:after {
	background: rgba(237, 201, 0, .8);
}

.age-groups .item-group.yellow .age-btn {
	background: #edc900;
}

.age-groups .item-group.yellow .age-btn:hover {
	color: #edc900;
	background: rgba(255, 255, 255, .5);
	border-color: #edc900;
}

.age-groups .item-group.green:after {
	top: 10%;
	background: rgba(20, 193, 81, .8);
}

.age-groups .item-group.green .age-btn {
	background: #14c151;
}

.age-groups .item-group.green .age-btn:hover {
	color: #14c151;
	background: rgba(255, 255, 255, .5);
	border-color: #14c151;
}

.age-groups .item-group.red:after {
	background: rgba(253, 0, 0, .8);
}

.age-groups .item-group.red .age-btn {
	background: #fd0000;
}

.age-groups .item-group.red .age-btn:hover {
	color: #fd0000;
	background: rgba(255, 255, 255, .5);
	border-color: #fd0000;
}

.age-groups .item-group.light-blue:after {
	top: 30%;
	background: rgba(46, 179, 253, .8);
}

.age-groups .item-group.light-blue .age-btn {
	background: #2eb3fd;
}

.age-groups .item-group.light-blue .age-btn:hover {
	color: #2eb3fd;
	background: rgba(255, 255, 255, .5);
	border-color: #2eb3fd;
}

.age-groups .item-group.dark-blue:after {
	background: rgba(41, 73, 176, .8);
}

.age-groups .item-group.dark-blue .age-btn {
	background: #2949b0;
}

.age-groups .item-group.dark-blue .age-btn:hover {
	color: #2949b0;
	background: rgba(255, 255, 255, .5);
	border-color: #2949b0;
}

.age-groups .item-group .age-btn {
	width: 100%;
}

.age-groups .item-group .img-wrap {
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
}

.age-groups .item-group .img-wrap img {
	max-width: 50%;
}

.playball-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
	color: #fff;
}

.playball-section h2 {
	color: #fff;
}

.promise-list .promise-item {
	display: inline-block;
	vertical-align: top;
	margin-right: -.3em;
	margin-bottom: 15px;
	text-align: center;
}

.promise-list .promise-item.tr {
	text-align: center;
}

.promise-list .promise-item h3 {
	margin-bottom: 4px;
}

.promise-list .img-wrap {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.promise-list .wrap-text {
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
}


.promise-list-full .promise-item-full {
	display: inline-block;
	vertical-align: top;
	margin-right: -.3em;
	margin-bottom: 15px;
	text-align: center;
}

.promise-list-full .promise-item-full.tr {
	text-align: center;
}

.promise-list-full .promise-item-full h3 {
	margin-bottom: 4px;
}

.promise-list-full .img-wrap-full {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.promise-list-full .wrap-text-full {
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
}




.inter-section {
	padding: 25px 0;
}

.inter-section:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150%;
	height: 1px;
	border-radius: 40%;
	box-shadow: 0 0 50px 10px rgba(37, 40, 42, .5);
}

.inter-section .img-wrap {
	display: inline-block;
	vertical-align: middle;
}

.inter-section .text-wrap {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	color: #fd0000;
	text-align: center;
}

.inter-section .text-wrap h2 {
	margin-bottom: 10px;
}

#footer {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
}

#footer.bg-gradiend-red:after {
	background: -webkit-linear-gradient(left, red 0%, rgba(255, 0, 0, .7) 50%, rgba(255, 0, 0, .5) 100%);
	background: linear-gradient(to right, red 0%, rgba(255, 0, 0, .7) 50%, rgba(255, 0, 0, .5) 100%);
}

.links-list {
	margin-bottom: 30px;
}

.links-list li {
	margin-bottom: 8px;
}

.links-list li:last-child {
	margin-bottom: 0;
}

.links-list a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	padding-right: 5px;
}

.links-list a:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.links-list a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 1px;
	height: 50%;
	width: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.links-list a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.links-list a:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.social-btns li {
	display: inline-block;
	margin: 0 5px;
}

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

.social-btns li:last-child {
	margin-right: 0;
}

.social-btns a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.social-btns a:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 21px;
}

.social-btns a:hover {
	background: #fff;
	color: #fd0000;
}

.inner-page .heading-wrap {
	background: #fd0000;
}

.inner-page .heading-wrap-dinkies {
	background: #fd0000;
}

.inner-page .heading-wrap-icando {
	background: #FFE800;
}

.inner-page .heading-wrap-playthisway {
	background: #62308F;
}

.inner-page .heading-wrap-watchmeplay {
	background: #20C35A;
}

.inner-page .heading-wrap-preps {
	background: #2FB3FE;
}

.inner-page .heading-wrap-players {
	background: #2D52AF;
}

.inner-page .hero-section {
	background-position-x: 70%;
}

.inner-page .hero-section:after {
	height: 50%;
	z-index: 1;
}

.inner-page .hero-section > .container {
	text-align: center;
}

.inner-page .hero-section .img-wrap {
	width: 25%;
	text-align: left;
}

.inner-page .hero-section-contact {
	background-position-x: 70%;
}

.inner-page .hero-section-contact:after {
	height: 50%;
	z-index: 1;
}

.inner-page .hero-section-contact > .container {
	text-align: center;
}

.inner-page .hero-section-contact .img-wrap {
	width: 25%;
	text-align: left;
}

.inner-page .items-list-section .item h4 {
	font-weight: 500;
}

.gallery-section {
	padding: 20px 0;
}

.gallery-section h2 {
	text-transform: capitalize;
}

.gallery-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-wrap .gallery-col {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-wrap .item {
	background: #eaeaea;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px #ccc;
	overflow: hidden;
	width: 100%;
	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;
}

.gallery-wrap .item > a {
	height: 100%;
	width: 100%;
	overflow: hidden;
	max-height: 250px;
	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;
}

.gallery-wrap .item > a > img {
	max-height: 100%;
}

@media (min-width: 480px) {
	.tabset li:after {
		right: -50px;
	}
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 40px;
	}

	.burgermenu {
		position: static;
		text-align: left;
		width: 100%;
	}

	.nav {
		position: static;
		cursor: default;
	}

	.nav-opener {
		display: none;
	}

	.drop {
		padding: 0;
		border-radius: 0;
		background: transparent;
		position: static;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tabset li:after {
		right: -80px;
	}

	.tabset a {
		font-size: 20px;
		padding: 8px 14px;
	}

	.padd-section {
		padding: 35px 0;
	}

	#header {
		position: absolute;
		top: 28px;
	}

	.inner-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-radius: 5px;
	}

	.logo-wrap {
		margin-right: 15px;
		width: 170px;
		margin-bottom: 0;
	}

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

	.form-sign input {
		margin-bottom: 0;
		max-width: 150px;
	}

	.form-sign button {
		margin-bottom: 0;
		width: 90px;
	}

	.nav-form-wrap {
		width: 75%;
	}

	.nav-list {
		padding: 0;
		text-align: right;
	}

	.nav-list > li {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 15px;
	}

	.nav-list > li > a {
		font-size: 14px;
		display: inline-block;
	}

	.nav-list > li ul {
		position: absolute;
		text-align: left;
	}

	.nav-list > li ul a {
		display: inline;
		font-size: 13px;
	}

	.btn-regist {
		max-width: 115px;
	}

	.main-btn {
		max-width: 190px;
	}

	.hero-section {
		height: 100vh;
		padding: 30px 0;
		background-size: cover;
	}

	.hero-section .img-wrap {
		width: 60%;
		-webkit-transform: translateY(225px);
		-ms-transform: translateY(225px);
		transform: translateY(225px);
	}
	
	.hero-section-contact {
		height: 55vh;
		padding: 60px 0;
		background-size: cover;
	}
	
	.hero-section-contact .img-wrap {
		width: 60%;
		-webkit-transform: translateY(225px);
		-ms-transform: translateY(225px);
		transform: translateY(225px);
	}

	.heading-wrap {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap .col-1 {
		max-width: 350px;
	}

	.heading-wrap .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-dinkies {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-dinkies .col-1 {
		max-width: 350px;
	}

	.heading-wrap-dinkies .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-icando {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-icando .col-1 {
		max-width: 350px;
	}

	.heading-wrap-icando .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-playthisway {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-playthisway .col-1 {
		max-width: 350px;
	}

	.heading-wrap-playthisway .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-watchmeplay {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-watchmeplay .col-1 {
		max-width: 350px;
	}

	.heading-wrap-watchmeplay .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-preps {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-preps .col-1 {
		max-width: 350px;
	}

	.heading-wrap-preps .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}
	
	.heading-wrap-players {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 2;
		width: 96%;
	}

	.heading-wrap-players .col-1 {
		max-width: 350px;
	}

	.heading-wrap-players .col-2 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 240px;
	}

	.col-section .col-lf,
	.col-section .col-rg {
		width: 50%;
		margin-right: -.3em;
		text-align: left;
	}

	.col-section .col-lf.padd-left,
	.col-section .col-rg.padd-left {
		padding-left: 20px;
	}

	.col-section .col-lf.padd-right,
	.col-section .col-rg.padd-right {
		padding-right: 20px;
	}

	.video-section {
		padding-bottom: 25px;
	}

	.items-list-section {
		padding: 50px 0;
	}

	.items-list-section .items .item {
		width: 30%;
		margin-bottom: 0;
	}

	.items-list-section .items .item h4 {
		min-height: 50px;
	}

	.age-section {
		padding: 50px 0;
		background-size: cover;
	}

	.age-groups {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.age-groups .item-group {
		width: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.age-groups .item-group:after {
		width: 355px;
		height: 355px;
	}

	.age-groups .item-group .img-wrap img {
		max-width: 100%;
	}

	.playball-section {
		padding: 35px 0;
	}

	.promise-list .promise-item {
		width: 50%;
		text-align: left;
		margin-bottom: 32px;
	}

	.promise-list .promise-item.tr {
		text-align: right;
	}

	.promise-list .img-wrap {
		width: 35%;
	}

	.promise-list .wrap-text {
		font-size: 18px;
		width: 60%;
	}
	
	
	.promise-list-full .promise-item-full {
		width: 100%;
		text-align: left;
		margin-bottom: 32px;
	}

	.promise-list-full .promise-item-full.tr {
		text-align: right;
	}

	.promise-list-full .img-wrap-full {
		width: 25%;
	}

	.promise-list-full .wrap-text-full {
		font-size: 18px;
		width: 73%;
	}
	
	

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

	.inter-section .img-wrap {
		width: 59%;
		margin-right: -.3em;
	}

	.inter-section .text-wrap {
		width: 41%;
		margin-right: -.3em;
		font-size: 18px;
		text-align: left;
	}

	#footer {
		padding: 30px 0;
	}

	.links-list a {
		font-size: 16px;
	}

	.inner-page .heading-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-dinkies {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-icando {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-playthisway {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-watchmeplay {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-preps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.inner-page .heading-wrap-players {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.inner-page .hero-section .img-wrap {
		width: 30%;
	}
	
	.inner-page .hero-section-contact .img-wrap {
		width: 30%;
	}
	
	.gallery-section {
		padding: 30px 0;
	}

	.gallery-wrap {
		padding: 0 10px;
	}

	.gallery-wrap .gallery-col {
		width: 33%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.gallery-wrap .item > a {
		max-height: 175px;
	}
}

@media (min-width: 1024px) {
	.tabset li:after {
		right: 30px;
	}

	.tabset a {
		font-size: 34px;
		padding: 8px 26px;
	}

	.padd-section {
		padding: 40px 0;
	}

	.padd-section {
		padding: 62px 0;
	}

	.logo-wrap {
		margin-right: 30px;
		width: 277px;
	}

	.form-sign input {
		max-width: 168px;
	}

	.nav-form-wrap {
		width: 73%;
	}

	.nav-list > li {
		margin-right: 7px;
	}

	.nav-list > li > a {
		font-size: 12px;
	}

	.btn-regist {
		max-width: 168px;
		font-size: 14px;
		padding: 18px 6px;
	}

	.main-btn {
		max-width: 274px;
		padding: 13px 6px;
	}

	.heading-wrap .col-1 {
		max-width: 400px;
	}

	.heading-wrap .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-dinkies .col-1 {
		max-width: 400px;
	}

	.heading-wrap-dinkies .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-icando .col-1 {
		max-width: 400px;
	}

	.heading-wrap-icando .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-playthisway .col-1 {
		max-width: 400px;
	}

	.heading-wrap-playthisway .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-watchmeplay .col-1 {
		max-width: 400px;
	}

	.heading-wrap-watchmeplay .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-preps .col-1 {
		max-width: 400px;
	}

	.heading-wrap-preps .col-2 {
		font-size: 38px;
		max-width: 370px;
	}
	
	.heading-wrap-players .col-1 {
		max-width: 400px;
	}

	.heading-wrap-players .col-2 {
		font-size: 38px;
		max-width: 370px;
	}

	.col-section .col-lf.text,
	.col-section .col-rg.text {
		font-size: 20px;
	}

	.col-section h3 {
		margin-bottom: 30px;
	}

	.col-section h2 {
		margin-bottom: 35px;
	}

	.video-section {
		padding-bottom: 50px;
	}

	.items-list-section .items .item .wr2 p {
		font-size: 28px;
		line-height: 1.3;
	}

	.items-list-section .items .icon {
		margin-bottom: 22px;
	}

	.age-section {
		padding: 75px 0;
	}

	.age-section {
		padding: 122px 0;
	}

	.age-section h2 {
		margin-bottom: 52px;
	}

	.playball-section {
		padding: 50px 0;
	}

	.playball-section h2 {
		margin-bottom: 74px;
	}

	.promise-list .wrap-text {
		font-size: 23px;
		line-height: 1.5;
	}

	.inter-section {
		display: 70px 0;
	}

	.inter-section .text-wrap {
		font-size: 24px;
		line-height: 1.4;
	}

	#footer {
		padding: 50px 0;
	}

	.links-list li {
		margin-bottom: 13px;
	}

	.links-list a {
		font-size: 27px;
	}

	.inner-page .hero-section:before {
		content: "";
		display: block;
		width: 60%;
		height: 0;
		box-shadow: 0 11px 23px 10px rgba(37, 40, 42, .5);
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 140px;
		border-radius: 40%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.inner-page .hero-section .img-wrap {
		-webkit-transform: translateY(158px);
		-ms-transform: translateY(158px);
		transform: translateY(158px);
	}
	
	.inner-page .hero-section-contact:before {
		content: "";
		display: block;
		width: 60%;
		height: 0;
		box-shadow: 0 11px 23px 10px rgba(37, 40, 42, .5);
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 140px;
		border-radius: 40%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.inner-page .hero-section-contact .img-wrap {
		-webkit-transform: translateY(158px);
		-ms-transform: translateY(158px);
		transform: translateY(158px);
	}
	
	.gallery-section {
		padding: 40px 0;
	}

	.gallery-section .hgroup {
		margin-bottom: 60px;
	}

	.gallery-wrap .gallery-col {
		width: 25%;
		margin-bottom: 35px;
	}
	
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 47px;
	}

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

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

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

	.tabset a {
		font-size: 40px;
	}

	.inner-header {
		padding: 26px 28px 20px 130px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.logo-wrap {
		margin-right: 58px;
	}

	.main-btn {
		font-size: 22px;
	}

	.hero-section .img-wrap {
		-webkit-transform: translateY(135px);
		-ms-transform: translateY(135px);
		transform: translateY(135px);
	}
	
	.hero-section-contact .img-wrap {
		-webkit-transform: translateY(135px);
		-ms-transform: translateY(135px);
		transform: translateY(135px);
	}

	.heading-wrap .col-2 {
		max-width: 404px;
	}
	
	.heading-wrap-dinkies .col-2 {
		max-width: 404px;
	}
	
	.heading-wrap-icando .col-2 {
		max-width: 404px;
	}
	
	.heading-wrap-watchmeplay .col-2 {
		max-width: 404px;
	}
	
	.heading-wrap-preps .col-2 {
		max-width: 404px;
	}
	
	.heading-wrap-players .col-2 {
		max-width: 404px;
	}

	.col-section .col-lf.text,
	.col-section .col-rg.text {
		font-size: 23px;
	}

	.col-section h2 {
		margin-bottom: 50px;
	}

	.video-section {
		padding-bottom: 76px;
	}

	.items-list-section {
		padding: 87px 0;
	}

	.items-list-section .items .item {
		font-size: 20px;
	}

	.items-list-section .items .item h4 {
		min-height: 90px;
	}

	.age-groups {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.age-groups .item-group {
		max-width: 250px;
		margin-bottom: 0;
	}

	.playball-section {
		padding: 70px 0 44px 0;
	}

	.inter-section {
		padding: 130px 0 115px;
	}

	#footer {
		padding: 78px 0;
	}

	#footer .links-list {
		padding-left: 4px;
	}

	.inner-page .items-list-section {
		padding: 143px 0 94px;
	}

	.inner-page .items-list-section .item h4 {
		margin-bottom: 35px;
	}
	
	.gallery-section {
		padding: 50px 0;
	}

	.gallery-section .hgroup {
		margin-bottom: 75px;
	}

	.gallery-wrap .gallery-col {
		width: 20%;
		padding: 0 15px;
		margin-bottom: 40px;
	}
}

@media (min-width: 1425px) {
	.nav-form-wrap {
		width: 79%;
	}

	.nav-list > li {
		margin-right: 20px;
	}

	.nav-list > li > a {
		font-size: 15px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@media (max-width:768px) {
	.mobileAlign{
		flex-direction: column-reverse;
		padding-bottom: 20px;
     	align-items: flex-start !important;
	}
	.scrollable {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
.scrollable tbody{
		display: table;
		width: 100%;
	}
	
	
	
}
/* @media screen and (max-width: 480px) and (min-width: 300px){
	.findClass > *{
		display: block;
		margin: 10px 0px;
	}
	.findClass:nth-child(1)  td {
		width: 100% !important;
	}
} */
