@charset "utf-8";

body {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: upgrade, sans-serif;
	font-size: 16px;
	font-size: 100%;
	overflow-y: scroll;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	background-color: #192631;
}
.upR {
	font-family: upgrade, sans-serif !important;
}
.upL, .soft {
	font-family: upgrade-lights, sans-serif !important;
	font-weight: 500 !important;
}
.yellow, .color {
	color: #FFFD1E !important;
}
.yellow_bg {
	background-color: #FFFD1E !important;
}
::-moz-selection { background: #53ADE0; color: #FFFFFF; }
::selection { background: #53ADE0; color: #FFFFFF; }
a,
a:visited,
a:active {
	text-decoration: inherit;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
a.noline:hover {
	text-decoration: none;
}
m, .m {
	font-family: upgrade, sans-serif !important;
	font-weight: 400 !important;
}
b, .bold {
	font-family: upgrade, sans-serif !important;
	font-weight: 500 !important;
}
strong {
	font-family: upgrade, sans-serif !important;
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
}
.block {
	display: block;
}
.img_back_none {
}
.img_back_bright {
	-webkit-box-shadow: -190px 0px 0px 0px #262930, 190px 0px 0px 0px #262930;
	-moz-box-shadow: -190px 0px 0px 0px #262930, 190px 0px 0px 0px #262930;
	box-shadow: -190px 0px 0px 0px #262930, 190px 0px 0px 0px #262930;
}
.img_back_dark {
	-webkit-box-shadow: -190px 0px 0px 0px #000000, 190px 0px 0px 0px #000000;
	-moz-box-shadow: -190px 0px 0px 0px #000000, 190px 0px 0px 0px #000000;
	box-shadow: -190px 0px 0px 0px #000000, 190px 0px 0px 0px #000000;
}
h1, h2, h3, h6 {
	padding: 0;
	text-align: center;
	font-family: upgrade-lights, sans-serif !important;
	font-weight: 500 !important;
	line-height: 1.25em;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	text-transform: uppercase;
}
h1 {
	font-size: 3em;
	margin: 0 0 0 0;
}
h2 {
	font-size: 2.3em;
	margin: 55px 0 40px 0;
}
h2:first-child {
	margin: 0 0 40px 0;
}
h2:after {
	content: "";
	position: relative;
	width: 30%;
	display: block;
	margin: 20px auto;
	transition: 0.35s;
	border-bottom: 1px solid #FFFD1E;
}
h2.hstart:after {
	display: none;
}
h3 {
	font-size: 1.6em;
	margin: 0 0 0 0;
}
h6 {
	text-align: left;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 0.7em;
	opacity: 0.7;
	text-transform: none;
	font-family: upgrade, sans-serif !important;
	font-weight: 300 !important;
}
p, ul, ol {
	font-size: 1.1em;
	margin: 0 0 20px 0;
	line-height: 1.65em;
	letter-spacing: 0.06em;
	font-family: upgrade-lights, sans-serif !important;
	font-weight: 400 !important;
	padding-left: 0;
}
.page main p, .page main ul, .page main ol {
	margin: 0 auto 20px auto;
	width: 700px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
ul {
	list-style-type: none;
}
ol.artol {
	margin: 0 0 20px 0;
	list-style-position:inside;
}
ul.artul {
	color: #FFFD1E;
	margin: 0 0 20px 0;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 1.1em;
}
ul.artul:last-child {
	margin-bottom: 0;
}
.nobr {
	white-space: nowrap;
}
.wrap {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
	background-color: #363D43;
	width: 100%;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-color: #1A1E25;
}
header, .container {
	max-width: 1500px;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
	margin: 0;
}
.padd_tobo {
	padding-top: 100px;
	padding-bottom: 100px;	
}
.padd_leri {
	padding-left: 80px;
	padding-right: 80px;
}
.top, .slide {
	height: 55vh;
	min-height: 400px;
}
.top_page {
	height: 100vh;
	min-height: 500px;
}
.top_page_half {
	height: 60vh;
	min-height: 400px;
}
.top_page_overlay, .top_page_overlay_half {
	position: absolute;
	-webkit-transform: translateY(-98%);
	-ms-transform: translateY(-98%);
	transform: translateY(-98%);
	background: -moz-linear-gradient(top, rgba(26,30,37,0) 0%, rgba(26,30,37,1) 92%, rgba(26,30,37,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,30,37,0) 0%,rgba(26,30,37,1) 92%,rgba(26,30,37,1) 100%);
	background: linear-gradient(to bottom, rgba(26,30,37,0) 0%,rgba(26,30,37,1) 92%,rgba(26,30,37,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a1e25', endColorstr='#1a1e25',GradientType=0);
}
.top_page_overlay {
	height: 60vh;
	min-height: 350px;
}
.top_page_overlay_half {
	height: 40vh;
	min-height: 250px;
}
.top_grad {
	position: absolute;
	height: 187px;
	background-image: url(/_gfx/top_grad.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1px 100%;
}
.top_logo {
	position: relative;
	width: 320px;
	height: auto;
	margin: 0 auto;
}
.top_desc {
	text-transform: uppercase;
	letter-spacing: 0.225em;
	font-size: 0.84em;
	margin-top: -20px;
	color: rgba(255,255,255,0.85);
}
header {
	position: fixed;
	height: 100px;
	width: inherit;
	z-index: 600;
	transition: 0.35s all ease;
	border-bottom: 1px solid rgba(255,255,255,0.1);
    -webkit-animation: move 1s;
       -moz-animation: move 1s;
        -ms-animation: move 1s;
         -o-animation: move 1s;
            animation: move 1s;		
}
@keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
.top_space {
	height: 100px;
}
.headerscroll {
	height: 55px;
	background-color: #2D3545;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 8px 8px -6px rgba(0,0,0,0.6);
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.0);
}
.white {
	color: #FFFFFF !important;
}
.logo, .logo_svg {
	position: relative;
	float: left;
	width: 86px;
	height: 14px;
}
.logo_svg {
	fill: #FFFFFF;
}
.logo:hover .logo_svg {
	fill: #FFFD1E;
}
nav {
	height: 100%;
	position: relative;
	float: right;
}
nav ul {
	position: relative;
	display: block;
    margin: 0;
    padding: 0;
	height: 34px;
	width: auto;
	max-width: auto;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0 8px;
}
nav li:first-child {
	padding-left: 0px;
}
nav li:last-child {
	padding-right: 0px;
}
.nav_active {
	color: #ffffff;
	font-family: upgrade, sans-serif !important;
	font-weight: 400 !important;
}
nav a {
	line-height: 34px;
	font-size: 11.5px;
	padding: 0;
	transition: 0.35s ease;
	text-transform: uppercase;
	color: #FFFFFF !important;
	letter-spacing: 0.15em;
	font-family: upgrade-lights, sans-serif;
	font-weight: 500;
}
.nav_active:before, nav a:before {
	content: "";
	position: relative;
	width: calc(100% - 2px);
	display: block;
	margin-top: 0px;
	transition: 0.15s;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	pointer-events: none;
}
.expandmenu .nav_active:before {
	display: none;
}
nav a:before {
	border-bottom: 1px solid transparent;
}
.nav_active:before, nav a:hover:before {
	border-bottom: 1px solid #FFFD1E;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}
nav a:hover {
	text-decoration: none;
	font-weight: 500;
	transition: none;
	color: #FFFD1E !important;
}
.soc {
	height: 100%;
	position: relative;
	float: right;
	margin-left: 25px;
	display: flex;
}
.soc_box_in, .soc_svg {
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
}
.soc_box {
	position: relative;
	height: 20px;
	margin-right: -4px;
}
.soc_box_in {
	margin-left: 14px;
}
.soc_box, nav li, .logo {
	margin-top: 20px;
	transition: 0.35s;
}
.headerscroll .soc_box, .headerscroll nav li, .headerscroll .logo {
	margin-top: 0px;
}
.soc_svg {
	opacity: 0.8;
	fill: #FFFFFF;
}
.soc_svg:hover {
	opacity: 1;
	fill: #FFFD1E;
}
.box, .box_large, .box_players, .box_partner, .box_tiny, .box_trainer, .box_logo {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.box, .box_trainer {
	max-width: 850px;
}
.box_large, .box_players {
	max-width: 1120px;
}
.box_tiny {
	max-width: 302px;
}
.box_logo {
	margin-top: 60px;
	max-width: 220px;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.clear {
	clear: both;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transformY {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.transformX {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.spacer, .spacer_sm, .spacer_tiny {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
}
.spacer {
	height: 35px;
}
.spacer_sm {
	height: 16px;
}
.spacer_tiny {
	height: 8px;
}
.share_box {
	background-color: #25272b;
	padding: 7px 0 3px 0;
	-webkit-box-shadow: 0 -8px 8px -6px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 -8px 8px -6px rgba(0,0,0,0.10);
	box-shadow: 0 -8px 8px -6px rgba(0,0,0,0.10);
}
.share {
	position: relative;
	display: inline-block !important;
	display: block;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.share_img {
	position: relative;
}
.share, .share_img {
	width: 28px;
	height: 28px;
}
.share_svg_fb, .share_svg_twitter, .share_svg_mail {
	fill: #FFFD1E;
}
.share_fb_hover:hover .share_svg_fb, .share_twitter_hover:hover .share_svg_twitter, .share_mail_hover:hover .share_svg_mail {
	fill: #53ADE0;
}
.overflow {
	overflow: hidden;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pe {
	pointer-events: none;
}
.preload {
	position: fixed;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	z-index: 99999999999;
	background-color: #2F3235; 
	opacity: 0;
	pointer-events: none;
	background-image: url(../_gfx/preload_logo.svg);
	background-size: 190px auto;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-animation: preload 0.5s;
       -moz-animation: preload 0.5s;
        -ms-animation: preload 0.5s;
         -o-animation: preload 0.5s;
            animation: preload 0.5s;		
}
@keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	50%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
@-moz-keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	50%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
@-webkit-keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	50%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
@-o-keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	50%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
.preload_top {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	background-color: #1A1E25;
	opacity: 0;
	z-index: 10;
	-webkit-animation: preload 2s;
	-moz-animation: preload 2s;
	-ms-animation: preload 2s;
	-o-animation: preload 2s;
	animation: preload 2s;
}
.preload_line {
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #FFFD1E;
	height: 1px;
	top: 50%;
	width: 100px;
    -webkit-animation: preload_line 1s;
       -moz-animation: preload_line 1s;
        -ms-animation: preload_line 1s;
         -o-animation: preload_line 1s;
            animation: preload_line 1s;		
}
@keyframes preload_line {
    0%   { width: 0px; }
	60%  { width: 0px; }		
    100% { width: 100px; }
}
@-moz-keyframes preload_line {
    0%   { width: 0px; }
	60%  { width: 0px; }		
    100% { width: 100px; }
}
@-webkit-keyframes preload_line {
    0%   { width: 0px; }
	60%  { width: 0px; }		
    100% { width: 100px; }
}
@-o-keyframes preload_line {
    0%   { width: 0px; }
	60%  { width: 0px; }		
    100% { width: 100px; }
}
.expand {
	position: relative;
	float: right;
	height: 100%;
	margin-left: 40px;
	display: none;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.cont_half, .train_half {
	position: relative;
	float: left;
	width: 50%;
}
.accordion {
	display: none;
}
span.trigger {
	display: inline;
}
.hamburger {
	position: relative;
	cursor: pointer;
	width: 22px;
	height: 16px;
	transition: 0.35s all ease;
	margin-top: 60px;
}
.headerscroll .hamburger {
	margin-top: 19px !important;	
}
.bar {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-user-select: none;
	   -moz-user-select: none;    
	    -ms-user-select: none;      
	        user-select: none;          
}
.bar:nth-child(1) {
	position: relative;
	top: 0;
}
.bar:nth-child(2) {
	position: relative;
	top: 7px;
	left: 0;
}
.bar:nth-child(3) {
	position: relative;
	top: 14px;
}
.animate .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(135deg);
	transform: translateY(8px) rotate(135deg);
}
.animate .bar:nth-child(2) {
	opacity: 0;
}
.animate .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-135deg);
	transform: translateY(-8px) rotate(-135deg);
} 
.expandmenu {
	position: fixed;
	top: 99px;
	left: 0;
	background-color: #12171E;
	border: 0;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.headerscroll .expandmenu {
	top: 55px !important;
}
.expandmenu ul {
	margin: 0;
	padding: 0 15%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
}
.expandmenu ul li {
	padding: 7px 0;
	border-top: 1px solid rgba(255,255,255,0.06);
	color: #CCCCCC;
}
.expandmenu ul li:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.map {
	width: 100%;
	height: 50vh;
	min-heiht: 200px;
	position: relative;
}
.maps_info {
	color: #444444;
	padding: 10px 10px 7px 10px;
	display: block;
	font-size: 1em;
	letter-spacing: 0.035em;
}
.largescreen {
	display: block;
}
.mobile {
	display: none;
}
.no_margin {
	margin: 0 !important;
}
footer {
	line-height: 1.7em;
	background-color: #1A1B1E;
	color: #FFFFFF;
	font-size: 0.84em;
}
address {
	display: inline;
	font-style: normal;
}
.margin-bot {
	margin: 0 0 10px 0;
}
.yt_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 45px 0;
}
.yt_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.oppa {
    -webkit-animation: oppa 1.6s;
       -moz-animation: oppa 1.6s;
        -ms-animation: oppa 1.6s;
         -o-animation: oppa 1.6s;
            animation: oppa 1.6s;		
}
@keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.dn {
	display: none;
}


.soft {
	font-size: 0.85em;
	color: #CFCFCF;
	letter-spacing: 0.09em;
	font-weight: 400;
}

.player_mum, .player_pic, .player_desc {
	position: relative;
	float: left;
}
.player_mum {
	width: 50%;
	padding: 5px;
}
.player_in {
	background-color: rgba(255,255,255,0.05);
	padding: 0;
	transition: 0.15s;
	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.19);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.19);
}
.player_in:hover {
	background-color: rgba(255,255,255,0.08);
	-webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.4);
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.4);
}
.player_in_pl:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 50%;
	background-color: #53ADE0;
	transition: 0.15s;
	font-weight: 300;
	font-size: 1.1em;
	opacity: 0;
	z-index: 1;
	background-image: url(../_gfx/player_gal.svg);
	background-size: 39px 39px;
	background-repeat: no-repeat;
	background-position: center center;
}
.player_in_pl:hover:after {
	opacity: 1;
	top: 15px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,1);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,1);
}
.player_pic_a {
	transition: 0.15s;
}
.player_pic_a {
	opacity: 0;
}
.player_in:hover .player_pic_a {
	opacity: 1;
}
.player_pic {
	width: 40%;
	padding-bottom: 60%;
}
.player_img {
	display: block;
	width: 100%;
	height: auto;
}
.player_desc {
	width: 60%;
	padding: 20px 5px 0 20px;
}
.player_ranks {
	margin: 0 -7px;
}
.player_ranks ul {
	font-size: 0.85em;
}
.player_ranks li {
	padding: 2px 7px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.player_ranks li:last-child {
	border-bottom: none;
}
.player_name {
	font-size: 1.15em;
	text-transform: none;
}
.ranks_puf {
	position: relative;
	float: left;
	width: 100px;
}
.yellow_bg h3, .yellow_bg h2 {
	margin: 0;
	color: #2E3746;
} 
.button, .button_inv {
	position: relative;
	width: auto;
	padding: 13px 40px;
	font-size: 0.9em;
	text-transform: none;
	letter-spacing: 0.08em;
	display: inline-block;
	font-weight: 400; 
	transition: 0.15s;
	margin: 3px;
}
.button {
	background-color: #FFFD1E;
	color: #181A1B;
	-webkit-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.5);
}
.button_inv {
	background-color: transparent;
	color: #1A1C21;
	border: 2px solid #33373D;
}
.button_inv:hover {
	background-color: #2E3746;
	border-color: #2E3746;
	color: #FFFD1E;
	-webkit-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.25);
	box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.25);
}
.button:hover {
	background-color: #2E3746;
	color: #FFFFFF;
}
.button_inactive {
	background-color: #393d40;
    color: #CCCCCC;
	padding: 10px 40px;
	margin: 6px 3px;
	font-weight: 300; 
	-webkit-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.15);
	box-shadow: 0px 9px 7px -4px rgba(0,0,0,0.15);
}
.top_page_half.top_noog .fadeh1 {
	margin-top: 50px;
}
.fadeh1 {
    -webkit-animation: fadeh1 1.8s;
       -moz-animation: fadeh1 1.8s;
        -ms-animation: fadeh1 1.8s;
         -o-animation: fadeh1 1.8s;
            animation: fadeh1 1.8s;		
}
@keyframes fadeh1 {
    0%   { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }
	85%  { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }		
    100% { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}
@-moz-keyframes fadeh1 {
    0%   { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }
	85%  { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }		
    100% { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}
@-webkit-keyframes fadeh1 {
    0%   { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }
	85%  { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }		
    100% { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}
@-o-keyframes fadeh1 {
    0%   { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }
	85%  { opacity: 0; -webkit-transform: translateY(44px); -ms-transform: translateY(44px); transform: translateY(44px); }		
    100% { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
}
.bounce_mum {
	top: -20px;
}
.bounce {
	position: absolute;
	margin: 0 auto;
	top: -100px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation: bounce .5s cubic-bezier(.63,.09,.75,.46) infinite alternate;
	-moz-animation:    bounce .5s cubic-bezier(.63,.09,.75,.46) infinite alternate;
	-o-animation:      bounce .5s cubic-bezier(.63,.09,.75,.46) infinite alternate;
	animation:         bounce .5s cubic-bezier(.63,.09,.75,.46) infinite alternate;
}
@keyframes bounce {
  0%, 10% { top: -120px; height: 7px; width: 7px; }
  90%     { height: 7px; width: 7px; }
  100%    { top: -80px; height: 0px; width: 5px; }
}
@-moz-keyframes bounce {
  0%, 10% { top: -120px; height: 7px; width: 7px; }
  90%     { height: 7px; width: 7px; }
  100%    { top: -80px; height: 0px; width: 5px; }
}
@-webkit-keyframes bounce {
  0%, 10% { top: -120px; height: 7px; width: 7px; }
  90%     { height: 7px; width: 7px; }
  100%    { top: -80px; height: 0px; width: 5px; }
}
@-o-keyframes bounce {
  0%, 10% { top: -120px; height: 7px; width: 7px; }
  90%     { height: 7px; width: 7px; }
  100%    { top: -80px; height: 0px; width: 5px; }
}
.bounce_box {
	position: absolute;
	width: 75px;
	height: 90px;
	top: -150px;
	z-index: 1;
}
.bounce_box:hover + .bounce {
	background-color: #FFFFFF !important;
}
.bounce:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.bounce_box:hover + .bounce:after {
	box-shadow: 0 0 0 20px rgba(255,255,255,0.08);
}

.top_split {
	position: relative;
	margin: 0 auto;
	width: 0%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: 1.0s;
}
.top_split_go {
	width: 100%;
}


.gal_in {
	padding-bottom: 66.6666%;
}
.gal_hover {
	opacity: 0;
	background-color: rgba(16,17,21,0.90);
	transition: 0.35s;
	background-image: url(../_gfx/player_gal.svg);
	background-size: 39px 39px;
	background-repeat: no-repeat;
	background-position: center center;
}
.gal_hover:hover {
	opacity: 1;	
}

.partner {
	background-color: #1A1B1E;
}
.box_partner {
	max-width: 100%;
}
.partner_logos {
	position: relative;
	display: inline-block;
	width: 200px;
	height: auto;
}
.partner_logos:hover {
	opacity: 0.85;
}
.top_noog {
	background-color: rgba(0,0,0,0.15);
}
.h1_pagebg {
	margin-top: -50px;
}


.message_mum {
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
	padding: 23px 80px;
	max-width: 100%;
	text-align: center;
	opacity: 0;
	width: 0px;
	height: 0px;
	pointer-events: none;
    -webkit-animation: msg 6.7s;
       -moz-animation: msg 6.7s;
        -ms-animation: msg 6.7s;
         -o-animation: msg 6.7s;
            animation: msg 6.7s;
}
@keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@-moz-keyframes msg {
    0%   { opacity: 1; display: block; width: auto; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: auto; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@-webkit-keyframes msg {
    0%   { opacity: 1; display: block; width: auto; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: auto; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@-o-keyframes msg {
    0%   { opacity: 1; display: block; width: auto; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: auto; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
.error {
	background-color: #C0393C;
}
.success {
	background-color: #5CB854;
}
.trainer_mum {
	padding-bottom: 60%;
	background-color: rgba(255,255,255,0.05);
	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.19);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.19);
}
.train_half {
	height: 100%;
	padding-right: 30px;
}
.train_pic {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 90% auto;
}
.train_half h3 {
	text-align: left;
}
.train_half ul, .train_half p {
	font-size: 100%;
}

.train_desc {
	font-weight: 300;
	letter-spacing: 0.19em;
	border-radius: 0px;
	font-size: 0.64em;
	text-transform: uppercase;
}
.startdesc {
	color: #FFFFFF;
	font-size: 1.4em;
}
.startanm {
    -webkit-animation: fadestart 2.7s;
       -moz-animation: fadestart 2.7s;
        -ms-animation: fadestart 2.7s;
         -o-animation: fadestart 2.7s;
            animation: fadestart 2.7s;		
}
.startoppa {
    -webkit-animation: startoppa 2.3s;
       -moz-animation: startoppa 2.3s;
        -ms-animation: startoppa 2.3s;
         -o-animation: startoppa 2.3s;
            animation: startoppa 2.3s;		
}
.fadestart {
    -webkit-animation: fadestart 2.3s;
       -moz-animation: fadestart 2.3s;
        -ms-animation: fadestart 2.3s;
         -o-animation: fadestart 2.3s;
            animation: fadestart 2.3s;		
}
@keyframes fadestart {
    0%   { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
	85%  { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }		
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-moz-keyframes fadestart {
    0%   { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
	85%  { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }		
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadestart {
    0%   { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
	85%  { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }		
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-o-keyframes fadestart {
    0%   { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
	85%  { opacity: 0; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }		
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@keyframes startoppa {
    0%   { opacity: 0; }
	85%  { opacity: 0; }		
    100% { opacity: 1; }
}
@-moz-keyframes startoppa {
    0%   { opacity: 0; }
	85%  { opacity: 0; }		
    100% { opacity: 1; }
}
@-webkit-keyframes startoppa {
    0%   { opacity: 0; }
	85%  { opacity: 0; }		
    100% { opacity: 1; }
}
@-o-keyframes startoppa {
    0%   { opacity: 0; }
	85%  { opacity: 0; }		
    100% { opacity: 1; }
}


@media screen and (max-width: 1320px) {
.footer_section {
	width: 320px;
}
.padd_leri {
	padding-left: 60px;
	padding-right: 60px;
}
}
@media screen and (max-width: 1240px) {
.padd_leri {
	padding-left: 52px;
	padding-right: 52px;
}
.footer_section {
	width: 310px;
}
.train_half ul, .train_half p {
	font-size: 95%;
}
}
@media screen and (max-width: 1140px) {
.padd_leri {
	padding-left: 40px;
	padding-right: 40px;
}
.footer_section {
	width: 300px;
}
h1 {
	font-size: 4.3vw;
}
h2 {
	font-size: 2.1em;
	margin: 42px 0 35px 0;
}
h2:first-child {
	margin: 0 0 35px 0;
}
}
/* TABLETS EXPMENU START */
@media screen and (max-width: 1010px) {
.padd_leri {
	padding-left: 36px;
	padding-right: 36px;
}
.padd_tobo {
	padding-top: 80px;
	padding-bottom: 80px;	
}
.spacer {
	height: 28px;
}
.spacer_sm {
	height: 12px;
}
.spacer_tiny {
	height: 6px;
}
.footer_section {
	width: 260px;
}
.player_desc {
	font-size: 85%;
	padding: 10px 5px 10px 15px;
}
.startdesc {
	font-size: 1.3em;
}
.accordion, .expand {
	display: block;
}
nav {
	display: none;
}
}
@media screen and (max-width: 850px) {
.padd_leri {
	padding-left: 30px;
	padding-right: 30px;
}
.footer_section {
	width: 225px;
}
.box_players {
	max-width: 500px;
}
.player_mum {
	width: 100%;
	padding: 7px 0px;
}
.player_desc {
	font-size: 100%;
	padding: 15px 5px 15px 15px;
}
.button, .button_inv {
	padding: 11px 35px;
	font-size: 0.85em;
}
.button_inactive {
	padding: 9px 35px;
}
h1 {
	font-size: 2.2em;
}
p, ul, ol {
	font-size: 1.05em;
	margin: 0 0 17px 0;
	line-height: 1.75em;
}
.page main p, .page main ul, .page main ol {
	margin: 0 auto 17px auto;
}
.partner_logos {
	width: 180px;
}
}
@media screen and (max-width: 740px) {
.padd_leri {
	padding-left: 28px;
	padding-right: 28px;
}
.footer_section {
	width: 200px;
}
.yt_container {
	margin: 40px 0;
}
.img_back {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.box_partner {
	max-width: 200px;
}
.partner_logos {
	position: relative;
	display: block;
	width: 100%;
}
.train_half ul, .train_half p {
	font-size: 90%;
}
.startdesc {
	font-size: 1.2em;
}
.box_logo {
	width: 200px;
}
}
/* Handys */
@media screen and (max-width: 696px) {
.padd_leri {
	padding-left: 26px;
	padding-right: 26px;
}
.padd_tobo {
	padding-top: 60px;
	padding-bottom: 60px;
}
.spacer {
	height: 20px;
}
.spacer_sm {
	height: 8px;
}
.spacer_tiny {
	height: 4px;
}
.largescreen {
	display: none !important;
}
.mobile {
	display: block;
}
.footer_section {
	width: 100%;
}
.footer_border {
	border: none;
}
.button, .button_inv {
	padding: 10px 30px;
	font-size: 0.8em;
}
.button_inactive {
	padding: 8px 30px;
}
.page_date {
	text-align: center !important;
}
.cont_half {
	width: 100%;
}
.cont_half:first-child {
	margin-bottom: 30px;
}
h3 {
	font-size: 1.4em;
}
}
@media screen and (max-width: 620px) {
.padd_leri {
	padding-left: 22px;
	padding-right: 22px;
}
.stretch {
	width: auto;
	margin: auto -22px;
}
.trainer_mum.stretch {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
}
h2 {
	font-size: 1.8em;
	margin: 30px 0 23px 0;
}
h2:first-child {
	margin: 0 0 23px 0;
}
.yt_container {
	margin-top: 35px;
	margin-bottom: 35px;
}
.player_desc {
	font-size: 85%;
	padding: 15px 5px 15px 15px;
}
.box_trainer {
	max-width: 400px;
}
.trainer_mum {
	padding-bottom: 0%;
}
.trainer_mum .transformY {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.trainer_mum .overlay {
	position: relative;
}
.train_half {
	width: 100%;
	height: auto;
	padding: 20px 20px;
}
.train_pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-bottom: 60%;
	background-color: #000000;
}
h2:after {
	margin: 19px auto;
}
.startdesc {
	font-size: 1.1em;
}
}
@media screen and (max-width: 506px) {
.padd_leri {
	padding-left: 19px;
	padding-right: 19px;
}
.stretch {
	margin: auto -19px;
}
.padd_tobo {
	padding-top: 50px;
	padding-bottom: 50px;
}
.button, .button_inv {
	padding: 8px 25px;
	font-size: 0.75em;
}
.button_inactive {
	padding: 8px 25px;
}
h1 {
	font-size: 1.9em;
}	
.train_half:not(.train_pic) {
	padding: 19px 19px;
}
.box_logo {
	width: 180px;
}
}
@media screen and (max-width: 475px)  {
.padd_leri {
	padding-left: 18px;
	padding-right: 18px;
}
.stretch {
	margin: auto -18px;
}
.yt_container {
	margin-top: 30px;
	margin-bottom: 30px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
	margin: 24px 0 18px 0;
}
h2:first-child {
	margin: 0 0 18px 0;
}
p, ul, ol {
	font-size: 1.0em;
	margin: 0 0 15px 0;
	line-height: 1.66em;
	font-weight: 500 !important;
}
.page main p, .page main ul, .page main ol {
	margin: 0 auto 15px auto;
}
h3 {
	font-size: 1.2em;
}
.train_half:not(.train_pic) {
	padding: 18px 18px;
}
.startdesc {
	font-size: 1.0em;
}
}
@media screen and (max-width: 413px) {
.padd_leri {
	padding-left: 17px;
	padding-right: 17px;
}	
.stretch {
	margin: auto -17px;
}
.player_desc {
	padding: 6px 10px 6px 10px;
}
.player_ranks {
	margin: 0 0;
}
.player_ranks li {
	padding: 1px 0;
}
.train_half:not(.train_pic) {
	padding: 17px 17px;
}
}
@media screen and (max-width: 380px) {
.padd_leri {
	padding-left: 16px;
	padding-right: 16px;
}
.stretch {
	margin: auto -16px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.45em;
	margin: 21px 0 16px 0;
}
h2:first-child {
	margin: 0 0 16px 0;
}
h3 {
	font-size: 1.125em;
}
.top_page_half {
	height: 45vh;
	min-height: 350px;
}
.top_page_overlay_half {
	height: 30vh;
	min-height: 200px;
}
.train_half:not(.train_pic) {
	padding: 16px 16px;
}
h2:after {
	margin: 18px auto;
}
.box_logo {
	width: 160px;
}
}
@media screen and (max-width: 330px) {
.player_in {
	padding: 4px;
}
.player_desc {
	font-size: 75%;
	padding: 5px 4px 5px 10px;
}
}