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

#nav ul,
.add-nav,
.list-about,
.join-form .pay .pay-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.join-form .pay: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: #fff;
	font: 14px/1.143 "gibson", "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: #39f;
}

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 #999;
	padding: .4em .7em;
}

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

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

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

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

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

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

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: "gibson";
	src: url("../fonts/gibson-regular-webfont.eot");
	src: url("../fonts/gibson-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gibson-regular-webfont.woff2") format("woff2"), url("../fonts/gibson-regular-webfont.woff") format("woff"), url("../fonts/gibson-regular-webfont.ttf") format("truetype"), url("../fonts/gibson-regular-webfont.svg#gibsonregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

body {
	background: #0d0d0e url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width: 1160px;
}

body.home #wrapper {
	background: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	background: url(../images/bg-bottom.jpg) no-repeat 50% 100%;
}

#wrapper.alt {
	background-position: 50% 109%;
}

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

#header {
	position: fixed;
	min-width: 1160px;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(194, 48, 65, .5);
	padding: 27px 0 22px;
	z-index: 10;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#header.sticky {
	background: rgba(194, 48, 65, .95);
	padding: 8px 0;
}

#header.sticky #nav {
	padding: 3px 0 0;
}

.logo {
	float: left;
}

.logo a,
.logo img {
	display: block;
}

#nav {
	float: right;
	transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
}

#nav ul {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#nav ul li {
	float: left;
	margin: 0 0 0 6px;
}

#nav ul li.active a:after,
#nav ul li:hover a:after {
	width: 100%;
	background: #fff;
}

#nav ul a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px 8px;
	margin: 3px 0 0;
	position: relative;
}

#nav ul a:after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: transparent;
	-webkit-transition: width .3s ease, background-color .3s ease;
	transition: width .3s ease, background-color .3s ease;
}

#nav ul .join a {
	color: #fff;
	border-color: #fff;
	border: 3px solid;
	border-radius: 17px;
	padding: 4px 15px;
	margin: 0;
}

#nav ul .join a:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	border-radius: 17px;
	border: 3px solid #ff7063;
	-webkit-animation: myfirst 1.5s ease infinite;
	animation: myfirst 1.5s ease infinite;
}

#nav ul .join a:after {
	display: none;
}

#main {
	position: relative;
	padding-top: 96px;
	z-index: 2;
}

.visual {
	margin-bottom: 10px;
}

.visual .cotainer img {
	width: 100%;
	display: block;
}

.visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.heading-box {
	background: url(../images/bg-heading-box.png) no-repeat 50% 0;
	background-size: 1130px 100%;
	margin-bottom: 10px;
	text-align: center;
	padding: 20px 0 25px;
	position: relative;
	z-index: 2;
}

.heading-box h2 {
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.heading-box .title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

.video-holder {
	position: relative;
	margin: 0 0 10px;
}

.video-holder .video-box {
	margin: 0 auto;
	border-radius: 11px;
	overflow: hidden;
	width: 1130px;
}

.video-holder .video-box img {
	display: block;
}

.video-holder .video-box .mejs-overlay-button {
	background: url(../images/btn-play.png) no-repeat;
	width: 48px;
	height: 48px;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-section {
	margin: 0 0 10px;
	text-align: center;
}

.btn-section .holder {
	font-size: 0;
	letter-spacing: -4px;
	text-align: center;
	white-space: nowrap;
	margin: 0 -3px;
}

.btn-section .btn {
	margin: 0 3px 0 4px;
	letter-spacing: 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.btn-big.btn {
	text-transform: uppercase;
	color: #fffeff;
	background: url(../images/btn-big.png) no-repeat;
	width: 371px;
	height: 106px;
	font-weight: bold;
	font-size: 24px;
	padding: 21px 28px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	position: relative;
	text-decoration: none;
}

.btn-big.btn em {
	font-style: normal;
	position: relative;
	z-index: 2;
}

.btn-big.btn .label {
	display: block;
	font-size: 14px;
	color: #5a076e;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(246, 101, 211, .9);
	position: relative;
	text-transform: none;
	padding: 5px 0 0;
	margin-top: 5px;
	border-top: 1px solid #c042a9;
	box-shadow: 0 -1px 0 #6c0d73;
	z-index: 2;
}

.btn-big.btn:hover {
	text-decoration: none;
	background: url(../images/btn-big-hover.png) no-repeat;
}

.btn-big.btn .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/btn-big-hover.png) no-repeat;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite;
}

.btn-join.btn {
	text-transform: uppercase;
	color: #fffeff;
	font-size: 30px;
	line-height: 34px;
	text-shadow: 0 2px 1px #c12e24;
	background: url(../images/btn-join.png) no-repeat;
	width: 371px;
	height: 106px;
	padding: 33px 25px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
}

.btn-join.btn em {
	position: relative;
	z-index: 2;
	font-style: normal;
}

.btn-join.btn .label {
	display: block;
	font-size: 14px;
	color: #003e6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	position: relative;
	z-index: 2;
}

.btn-join.btn .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/btn-join-hover.png) no-repeat;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite;
}

.btn-join.btn:hover {
	text-decoration: none;
	background: url(../images/btn-join-hover.png) no-repeat;
}

.main-post {
	position: relative;
	z-index: 1;
	margin: 0 0 -120px;
	background: url(../images/img-main-post.jpg) no-repeat 50% 0;
	min-height: 888px;
}

.main-post .post-box {
	float: right;
	width: 301px;
	margin: 30px 17px 0 0;
}

.main-post .post {
	margin: 0 0 40px;
	text-align: center;
}

.main-post .post h2 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 12px;
}

.main-post .post .img-box {
	overflow: hidden;
	margin: 0 0 30px;
}

.main-post .post .img-box img {
	display: block;
}

.main-post .post .text-box {
	padding: 15px 20px 0;
	border-radius: 0 0 14px 14px;
	line-height: 21px;
}

.main-post .post .text-box p {
	margin: 0 0 15px;
}

.main-post .post .text-box p a {
	color: #59baff;
}

.main-post .post .text-box .btn-more {
	margin: 0 0 -18px;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: 0 -2px 0 #136aa3 inset;
	background: -webkit-linear-gradient(#eb6546, #d65032);
	background: linear-gradient(#eb6546, #d65032);
	text-shadow: 0 2px 0 rgba(149, 1, 1, .5);
	text-decoration: none;
	border-radius: 4px;
	padding: 7px 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	box-shadow: 0 -2px 1px #980704 inset;
}

.btn-more:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(#fa795b, #e86749);
	background: linear-gradient(#fa795b, #e86749);
}

.btn-more.blink {
	position: relative;
}

.btn-more.blink em {
	position: relative;
	z-index: 2;
	font-style: normal;
}

.btn-more.blink .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background-color: #3f9aca;
	background: -webkit-linear-gradient(#fa795b, #e86749);
	background: linear-gradient(#fa795b, #e86749);
	box-shadow: 0 -2px 1px #980704 inset;
	border-radius: 4px;
}

.img-line img {
	display: block;
}

.slogan {
	background: url(../images/img-info.jpg) no-repeat 50% 0;
	text-align: center;
	padding: 132px 0 70px;
}

.slogan .text-box {
	float: right;
	width: 640px;
	text-transform: uppercase;
	margin: 0 0 90px;
}

.slogan .title {
	display: block;
	font-weight: normal;
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 18px;
}

.slogan h2 {
	font-size: 40px;
	line-height: 1;
}

.slogan .btn-section {
	clear: both;
}

.slogan .btn-section .btn {
	margin: 0 25px;
}

.slogan.alt {
	background: none;
	padding: 29px 0 53px;
}

.slogan.alt .title {
	text-transform: none;
	margin: 0 0 10px;
}

.slogan.alt .text-box {
	float: none;
	width: auto;
	margin: 0 0 46px;
}

#footer {
	text-align: center;
	padding: 0 0 80px;
	font-size: 13px;
	line-height: 15px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .text {
	text-transform: uppercase;
}

#footer .text p {
	margin: 0;
}

#footer .copy p {
	margin: 0;
}

.add-nav {
	text-transform: uppercase;
	margin: 0 0 16px;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	position: relative;
}

.add-nav li:first-child:before {
	display: none;
}

.add-nav li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.post-holder .post {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
}

.post-holder .post .img-box {
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 25px 0 0;
	overflow: hidden;
}

.post-holder .post .img-box img {
	display: block;
}

.post-holder .post h2 {
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.post-holder .post .text-box {
	padding: 27px 16px 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.post-holder .post p {
	margin: 0;
}

.post-holder .post .text {
	padding: 0 0 15px;
}

.post-holder .post.align .img-box {
	float: right;
	margin: 0 0 0 25px;
}

.gallery-list .holder {
	letter-spacing: -4px;
	font-size: 0;
	margin: 0 -5px;
}

.gallery-list .post {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 14px;
	width: 33.332%;
	padding: 0 5px 20px;
	text-align: center;
}

.gallery-list .post .img-box {
	margin: 0 0 12px;
}

.gallery-list .post .img-box a {
	display: block;
	position: relative;
}

.gallery-list .post .img-box a img {
	display: block;
	width: 100%;
}

.gallery-list .post .img-box a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #f46b3a;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.gallery-list .post .img-box a:hover:after {
	opacity: 1;
}

.gallery-list .post .text-box {
	padding: 0 35px;
}

.gallery-list .post .text-box p {
	margin: 0 0 20px;
}

div.join {
	padding: 151px 0 186px;
	background: url(../images/bg-join.jpg) no-repeat 47.58% 0;
	position: relative;
	text-align: center;
	min-height: 760px;
}

div.join .container {
	width: 365px;
}

div.join .text {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

div.join .text p {
	margin: 0;
}

div.join h1,
div.join h2 {
	font-size: 38px;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

div.join h2 {
	margin: 0 0 8px;
	font-size: 26px;
}

div.join .title {
	display: block;
	font-weight: normal;
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}

div.join .subtitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px;
}

div.join .box {
	margin: 0 0 10px;
}

div.join .btn {
	margin: 0 0 27px;
	min-width: 290px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #871a00;
	text-align: center;
	box-shadow: 0 -2px 0 #136aa3 inset;
	background: -webkit-linear-gradient(#eb6546, #d65032);
	background: linear-gradient(#eb6546, #d65032);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	text-decoration: none;
	border-radius: 4px;
	padding: 7px 12px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	box-shadow: 0 -2px 1px #980704 inset;
}

div.join .btn:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(#fa795b, #e86749);
	background: linear-gradient(#fa795b, #e86749);
}

.list-about {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	margin: 0 0 35px -35px;
}

.list-about li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
}

.list-about .hold {
	white-space: nowrap;
	text-align: center;
	margin: 0 0 15px;
	height: 50px;
}

.list-about .hold:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.list-about .hold img {
	display: inline-block;
	vertical-align: middle;
}

.join.access {
	padding: 148px 0 45px;
}

.join.access h2 {
	color: #ff5136;
	margin: 0 0 28px;
}

.join.access .btn-join.btn {
	color: #fffeff;
	font-size: 30px;
	line-height: 34px;
	text-shadow: 0 2px 1px #c12e24;
	background: url(../images/btn-join.png) no-repeat;
	padding: 33px 25px;
	border: none;
}

.join-form {
	width: 330px;
	margin: 0 auto;
}

.join-form .chech-hold {
	border-radius: 12px;
	margin: 0 0 9px;
	padding: 16px 20px 13px;
	display: block;
	position: relative;
}

.join-form .chech-hold .hold {
	overflow: hidden;
	padding: 0 0 8px;
	display: block;
}

.join-form .chech-hold .label-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: -webkit-linear-gradient(#fff 0, #fff 25%, #f1f1f1 50%, #e5e5e5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.join-form .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #ff5136;
	z-index: 1;
	display: none;
}

.join-form input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.join-form .caption {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	color: #ff5136;
}

.join-form .fake-input {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin: 4px 15px 0 0;
	background-color: #ff5136;
	border-radius: 3px;
	position: relative;
}

.join-form .fake-input:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #a21905;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .3);
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 50%;
	opacity: 0;
}

.join-form input[type="radio"]:checked + .fake-input:before {
	opacity: 1;
}

.join-form input[type="radio"]:checked ~ .border {
	display: block;
}

.join-form .pay {
	padding: 18px 0 30px;
}

.join-form .pay .text {
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
	text-align: right;
}

.join-form .pay .text .subtext {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 20px 30px -10px;
	text-transform: uppercase;
}

.join-form .pay .pay-list {
	float: left;
}

.join-form .pay .pay-list li {
	float: left;
	margin: 0 5px 0 0;
}

.join-form .pay .pay-list img {
	vertical-align: top;
}

@-webkit-keyframes blink-join-color {
	0 {
		border-color: #ff7063;
	}

	50% {
		border-color: #fff;
	}
}

@keyframes blink-join-color {
	0 {
		border-color: #ff7063;
	}

	50% {
		border-color: #fff;
	}
}

@-webkit-keyframes myfirst {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes myfirst {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.game-sm{position: relative; margin-bottom:80px;}
.game-sm:after{display:block; clear: both; content: '';}
.game-sm__desc{overflow: hidden; float: left; width: 342px;}
.game-sm__desc h2{color:#fff; text-transform: uppercase;}
.game-sm__desc h2 a{color:#fff; text-decoration: none;}
.game-sm__info .game-sm__line{font-size: 14px; color:#fff;}
.game-sm__info .game-sm__line .game-sm__label{font-size: 14px; color:#eb5c36; text-transform: uppercase; color:#eb5c36; font-weight: 400;}
.game-sm__gal{float: right; width: 695px; height: 435px; }
.game-sm__linegame-sm__desc{margin-top:16px; font-size: 14px; color:#ffffff; line-height: 16px;}
.game-sm__linegame-sm__desc .game-sm__label{font-size: 14px; display: block; border-radius: 4px; color:#eb5c36; text-transform: uppercase; font-weight: 400; margin-bottom:4px;}
.game-sm__btn{    font-weight: 600;	display: block;	margin-bottom: 2px;	text-transform: uppercase; 	height: 28px; 	font-size: 14px;	line-height: 28px;	text-align: center;	text-decoration: none;	border-radius: 4px;  	box-shadow: 0px 2px 0px 0px rgba(152, 7, 4, 1),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.41); 	background-image: -moz-linear-gradient( 90deg, rgb(235,101,70) 0%, rgb(214,81,50) 100%);  	background-image: -webkit-linear-gradient( 90deg, rgb(235,101,70) 0%, rgb(214,81,50) 100%);  	background-image: -ms-linear-gradient( 90deg, rgb(235,101,70) 0%, rgb(214,81,50) 100%);	 color:#fff;		text-shadow: 0px 2px 0px rgba(166, 41, 13, 0.5);	}
.game-sm__btn:hover{opacity: 0.9;}
.foot-des{text-align: center; font-size: 18px; color:#ffffff; margin-bottom: 14px;}
.foot-title{text-align: center; font-size: 40px; color:#ffffff; text-align: center; font-weight: 600; line-height: 42px; margin-bottom:50px; text-transform: uppercase;}


/* Downloads */

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

.downloads{
	font-size:15px;
	padding-bottom:157px;
}

.downloads h1 {
	text-align: center;
	margin-bottom:30px;
}
.download-box {
	background: #da1859;
	border-radius: 27px;
	max-width: 880px;
	margin: 0 auto 42px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 45px;
}

.download-box .title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 167px;
	/*flex: 0 0 167px;*/
	padding: 0 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.download-box .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	min-width: 220px;
	-ms-flex-item-align: start;
	align-self: start;
	margin-right: -1px;
	font-size:16px;
	box-shadow: 0 0px 0;
	color: #ffffff;
}

.download-box .btn:hover {
	background: #eb5c36;
	color: #ffffff;
}

.download-box .text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 5px 0 0;
}

.two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.two-columns .content-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 240px);
	flex: 0 0 calc(100% - 240px);
}

.two-columns .sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	padding: 35px 0 0 80px;
	position: relative;
	text-align: center;
}

.two-columns .sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

.two-columns .sidebar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	width: 1px;
	background: #185c7d;
}


.download-list {
	border-top: 1px solid #185c7d;
}

.download-list .row {
	border-bottom: 1px solid #185c7d;
	padding: 19px 30px 19px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-list .img-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.download-list .img-box a {
	display: block;
}

.download-list .img-box a:hover img {
	border-color: #fff;
}

.download-list .img-box img {
	border: 2px solid #b2bfc8;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.download-list .title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.download-list .title a {
	color: #fff;
}

.download-list .dowload-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	padding: 0 0 0 15px;
	position: relative;
    margin-left: auto;
}

.download-list .dowload-link:before {
	content: "\e908";
	font-family: icomoon;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 0;
}

.download-list .dowload-link a {
	color: #eb5c36;
	text-decoration: underline;
	text-transform: uppercase;
}

.download-list .dowload-link a:hover {
	text-decoration: none;
}

.download-list .text {
	padding: 0 65px;
	font-size:16px;
}
.banner {
	text-align: center;
	padding-top: 40px;
}

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

.icon-download2:before {
	content: "\e908";
	font-family: icomoon;
}
.miny-games {
	padding: 145px 0
}
.miny-games .container {
	padding-left: 15px;
	padding-right: 15px
}
.rows-games {
	margin: 0 auto;
	max-width: 1066px
}
.row-game {
	padding: 41px 0;
	font-size: 18px;
	line-height: 1.1666666667;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.row-game + .row-game {
	border-top: 1px solid #dee2e6
}
.row-game__visual {
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
	width: 255px;
	min-width: 255px;
	height: 255px
}
.row-game__visual img {
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}
.row-game__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 35px
}
.row-game h2 {
	font-weight: 400;
	margin: 0 0 .8em;
	line-height: 1;
	text-shadow: 0 4px 0 rgba(14,17,19,.2);
	text-transform: uppercase;
	font-size: 30px
}
.row-game p {
	margin: 0 0 2.1em
}
.row-game .btn {
	font-weight: 600;
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background: #ff2c2c;
	-webkit-box-shadow: 0 4px 0 #af0029;
	box-shadow: 0 4px 0 #af0029;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	color: #fff;
	text-shadow: 0 2px 0 rgba(166,41,13,.5)
}
.row-game .btn:hover {
	text-decoration: none;
	opacity: .9
}
.mini-game-page {
	padding: 39px 0
}
.mini-game-page__header {
	position: relative;
	margin: 0 0 2.3em;
	color: #fff;
	text-align: center;
	padding: 0 70px
}
.mini-game-page .back-link {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
	top: 8px;
	margin-bottom: 0
}
.mini-game-page .back-link:hover {
	color: #eb2e28;
	text-decoration: none
}
.mini-game-page h1 {
	text-align: center;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	text-shadow: 0 4px 0 rgba(14,17,19,.2);
	text-transform: uppercase;
	font-size: 30px
}
.game-wrap {
	position: relative;
	padding-bottom: 44px
}
.game-wrap .game-hold {
	border-radius: 10px;
	overflow: hidden
}
.game-wrap .game-hold img {
	display: block
}
.game-wrap:after {
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 60px;
	height: 1px;
	content: "";
	background: #dee2e6
}
.character-art h2 {
	font-weight: 400;
	margin: 0 0 1.1em;
	font-size: 30px;
	line-height: 1;
	text-shadow: 0 4px 0 rgba(14,17,19,.2);
	text-transform: uppercase
}
.list-image {
	margin: -11px;
	padding: 0;
	list-style: none;
	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
}
.list-image > li {
	padding: 11px;
	width: 20%
}
.list-image .visual-wrap {
	display: block;
	width: 100%;
	padding-top: 120%;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}
.list-image .visual-wrap img {
	position: absolute;
	inset: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}
.game-hold {
	display: flex;
}
.game-hold iframe {
	border: none;
	width: 100%;
	aspect-ratio: 16/9;
}