html {height: 100%;min-height: 100%;}
body {min-height: 100%; padding:0; margin:0; position: relative;}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
* {outline: none !important;}
*::-webkit-input-placeholder {
	color: #a6b5dd;
	opacity: 1;
}
*:-moz-placeholder {
	color: #a6b5dd;
	opacity: 1;
}
*::-moz-placeholder {
	color: #a6b5dd;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #a6b5dd;
	opacity: 1;
}
.ierror::-webkit-input-placeholder {
	color: #db422c;
}
.ierror:-moz-placeholder {
	color: #db422c;
}
.ierror::-moz-placeholder {
	color: #db422c;
}
.ierror:-ms-input-placeholder {
	color: #db422c;
}
.iactive::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block_overflow{
	overflow: hidden;
	/*max-width: 1920px;*/
	margin: 0 auto;
	/* transition: all .5s ease-in-out; */
	position: relative;
/*	padding-bottom:275px;*/
}
body {
	font-family: "Gotham-Book";
	font-weight: 400;
	font-size: 14px;
	position: relative;
	color: #525975;
	background-color: #fff;
	margin: 0 auto;
}
body,
*:not(br){
	line-height: 1.5em;
}
b{
	font-weight: 700;
}
p{
	margin: 10px 0 0;
	font-family: "Gotham-Book";
	line-height: 1.6em;
	font-weight: 300;
	color: #525975;
}
a{
	color: #353a4d;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
h1,.h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h1,.h1,h2,h3,h4,h5,h6,
h1 *,.h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
	line-height: 1.3em;
}
h1,
.h1{
	font-family: "Gotham-Bold";
	font-size: 40px;
	font-weight: 700;
}
h1 span,
.h1 span{
	display: block;
	font-weight: 900;
	color: #fffc00;
}
h2{
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 2px;
	font-family: "Gotham-Bold";
	display: inline-block;
}
h3{
	font-size: 26px;
	font-weight: 900;
	font-family: "Gotham-Bold";	
}
h4{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
form{
	text-align: center;
}
.input_wrap{
	display: inline-block;
	width: 100%;
	max-width: 270px;
}
.input{
	position: relative;
	display: block;
}
.input .i_icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	height: 20px;
	margin: auto;
	font-size: 13px;
	line-height: 1.5em;
	color: #00c7cc;
}
input {
}
input:not(.btn) {
	width: 100%;
	height: 53px;
	background-color: white;
	border: 1px solid rgba(25, 25, 25, 0.1);
	border-radius: 2px;
	padding: 0 10px 0 40px;
	/* color: #a6b5dd; */
	font-size: 700px;
	font-size: 11px;
	/* text-transform: uppercase; */
}
input.btn{
	height: 53px;
	padding: 0 20px;
}
.ierror{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	background-color: #00dcc0;
	background-image: -webkit-linear-gradient(30deg, #00dcc0 0%, #00b5d6 100%);
	background-image: -o-linear-gradient(30deg, #00dcc0 0%, #00b5d6 100%);
	background-image: linear-gradient(60deg, #00dcc0 0%, #00b5d6 100%);
	padding: 18px 40px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 30px;
	cursor: pointer;

	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.btn:hover:not([disabled=disabled]){
	background-color: #00b5d6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00dcc0), to(#00b5d6));
	background-image: -webkit-linear-gradient(top, #00dcc0 0%, #00b5d6 100%);
	background-image: -o-linear-gradient(top, #00dcc0 0%, #00b5d6 100%);
	background-image: linear-gradient(180deg, #00dcc0 0%, #00b5d6 100%);
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.btn.btn3{
	background-image: none;
	background-color: white;
	border: 2px solid #00c7cc;
	border-radius: 3px;
	color :#525975;
}
.btn.btn3:hover{
	background-color: #00b5d6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00dcc0), to(#00b5d6));
	background-image: -webkit-linear-gradient(top, #00dcc0 0%, #00b5d6 100%);
	background-image: -o-linear-gradient(top, #00dcc0 0%, #00b5d6 100%);
	background-image: linear-gradient(180deg, #00dcc0 0%, #00b5d6 100%);
	color: #fff;
}
.btn i{
	font-size: 9px;
	color: #ffd500;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
}
.btn.btn2{
	background-image: none;
	background-color: rgba(255, 255, 255, 0.15);
	border: 2px solid white;
	/* border-radius: 22px; */
	letter-spacing: 1px;
	padding: 16px 40px;
}
.btn.btn2:hover{
	background-color: #fff;
}
.btn.btn2 i{
	color: #fff;
}
.btn.btn-header-margin {margin-right: 10px;}
.btn.btn2:hover,
.btn.btn2:hover i{
	/* color: #00c7cc !important; */
}
.btn:active{
	top: 2px;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.flex_center{
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex_start{
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
}
.flex > *{
	max-width: 100%;
}
.flex .icon,
.flex .img{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.game_info{
	color: #fff;
}
.game_info > div{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.game_info > div:last-child{
	margin-right: 0;
}
.game_info .crycoins{
	font-weight: 500;
}
.game_info .crycoins .img{
	margin-right: 15px;
}
.game_info .crycoins .text .label{
	display: block;
	color: #fffc00;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.game_info .crycoins .text .number{
	font-size: 34px;
	line-height: 30.3px;
	color: #FFC604;
	font-weight: bold;
}

.game_info{
	font-weight: 500;
	font-size: 30px;
	padding-bottom: 35px;
	padding-top: 20px;
}
.game_info .link li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
.price{
	font-size: 30px;
	font-weight: 500;
}
.s_slider .price {
	font-size: 34px;
	font-weight: bold;
	position: relative;
	bottom: -4px;
}
.s_slider .crcoin {
	width: 27px !important;
	position: relative;
	top: 1px;
	margin-left: 15px;
}
.s_slider .text.cl {
	top: 11px;
}
.s_slider .text .yget {
	margin:0; text-align: center;font-size: 9px; color: #B1B1B1; position: relative; top: 2px;
}

.s_slider .min-title {
	margin: 0;
	position: relative;
	top: -2px;
	color: #B1B1B1;
	font-size: 9px;
	text-align: center;
}
.t_wrap{
	white-space: nowrap;
}
header,
section{
	position: relative;
}
section{
	padding: 65px 0 70px;
}

.no-transform{
	-webkit-transform: none !important; /* Safari and Chrome */
       -moz-transform: none !important; /* Firefox */
        -ms-transform: none !important; /* IE 9 */
         -o-transform: none !important; /* Opera */
            transform: none !important;
}

/*HEADER*/
header{
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	min-width: 320px;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 3, 48, 0.7)));
	background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 3, 48, 0.7) 100%);
	background-image: -o-linear-gradient(bottom, transparent 0%, rgba(0, 3, 48, 0.7) 100%);
	background-image: linear-gradient(to top, transparent 0%, rgba(0, 3, 48, 0.7) 100%);
	z-index: 120;
	min-height: 120px;
}
header,
header *{
	color: #fff;
}
header .logo,
header nav{
	display: inline-block;
}
header nav{
	margin-left: 75px;
}
.menu li{
	display: inline-block;
}
.menu a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 20px;
}
.menu a:hover,
.menu .active a {
    color: #ffffff;
    text-shadow: 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
}
header .logged{
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
header .logged li{
	display: inline-block;
}
header .logged li > *{
	display: block;
	padding: 0 15px;
	line-height: 35px;
	font-size: 12px;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}
header .logged li > a:hover, header .logged li > a:hover i{
	color: #ffffff;
	text-shadow: 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
}
header .logged li.my_account > *{
	padding-left: 30px;
}
header .logged li.my_account i{
	color: #00c7cc;
	font-size: 11px;
}
header .logged li.my_account .avatar {
    position: absolute;
    left: -19px;
    top: -2px;
    bottom: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: auto;
    text-align: center;
    background-image: url('../img/bg/avatar.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header .logged li.coins *{
	font-size: 12px;
	font-weight: 500;
	color: #ffe003;
}
header .logged li.coins .icon{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 23px;
	/* margin-right: 5px; */
	background-image: url(../img/icons/coins.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
}
header .logged li.go_out i{
	font-size: 11px;
	color: #fff;
}
/*header .logged li.go_out a:hover i{
	color: #00c7cc;
}*/

.s_slider{
	padding: 0;
}
.s_slider,
.s_slider p,
.s_slider a{
	color: #fff;
}
.s_slider .slide{
	position: relative;
	overflow: hidden;
	min-height: 600px;
	height: 100vh;
}
.s_slider .slide .iframe,
.s_slider .slide iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width: 1920px;
	height: 1080px;
	z-index: 1;
}
.s_slider .slide .iframe::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.s_slider .video{

}
.s_slider .video video{
	position:fixed;min-width: 100%;min-height: 100%;height: auto;
	/* position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0; */
	/* width: auto;
	height: auto;
	min-width: 100%; 
min-height: 100%; */
}
.s_slider .video .play.active{
	opacity: 0;
}
.s_slider .video .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 400px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: white; */
    /* box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.21), 0 1px 20.5px 6.5px rgba(0, 0, 0, 0.15); */
    cursor: pointer;
    z-index: 3;
}
.s_slider .video .play::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #ffffff !important;
    border-radius: 50%;
}

.s_slider .slide .bg::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.s_slider .slide .bg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.s_slider .slide .wrap{
	padding: 25px 0 0;
	padding-left: 485px;
}
.s_slider .slide .bg_img{
	position: absolute;
	left: -75px;
	bottom: 0;
	z-index: 2;
}
.s_slider .slide10 .bg_img{
	left: -235px;
}

.s_slider .slide .text{
	position: relative;
	z-index: 3;
}
.s_slider .slide .bg_img img{
	max-width: initial;
    width: initial;
    max-height: 500px;
}
.s_slider .slide p{
	/* font-size: 16px; */
	/* margin: 20px 0; */
}

.s_slider .slide.slide1{
	background-color: rgba(117, 190, 60, 0.64);
}
.s_slider .slide.slide1 .h1 span,
.s_slider .slide.slide1 .game_info .crycoins .text .label{
	color: #fffc00;
}
.s_slider .slide .video .play{
	background-image: url(../img/icons/play1.svg);
	background-size: 20%;
    background-position: center center;
}
.s_slider .slide.slide1 .video .play::before{
	border-color: #75be3c;
}
.s_slider .slide.slide1 .bg::before{
	background-color: rgba(1, 23, 35, 0.5);
}
.s_slider .slide.slide1 .bg::after{
	background-image: linear-gradient(rgba(1, 23, 35, 0.5), #000);
}

.s_slider .slide.slide2{
	background-color: rgba(255, 72, 0, 0.9);
}
.s_slider .slide.slide2 .h1 span,
.s_slider .slide.slide2 .game_info .crycoins .text .label{
	color: #ffa900;
}

.s_slider .slide.slide2 .video .play::before{
	border-color: #ff4800;
}
.s_slider .slide.slide2 .bg::before{
	background-color: rgba(255, 72, 0, 0.5);
}
.s_slider .slide.slide2 .bg::after{
	background-image: linear-gradient(rgba(255, 72, 0, 0.5), #000);
}


.s_slider .slide.slide3 .bg::before {
	background-color: rgba(1, 23, 35, 0.5);
}
.s_slider .slide.slide3 .bg::after {
	background-image: linear-gradient(rgba(1, 23, 35, 0.5), #000);
}
.s_slider .slide.slide3 .h1 span,
.s_slider .slide.slide3 .h1 span, .s_slider .slide.slide3 .game_info .crycoins .text .label {
    color: #4fecc2;
}

.s_slider .slide.slide3 .video .play::before {
    border-color: #4eecc1;
}



.s_slider .slide.slide4{
	background-color: rgba(117, 190, 60, 0.64);
}
.s_slider .slide.slide4 .h1 span, .s_slider .slide.slide4 .game_info .crycoins .text .label {
    color: #ff9d00;
}

.s_slider .slide.slide4 .video .play::before {
    border-color: #ff9c02;
}
.s_slider .slide.slide4 .bg::before {
    background-color: rgba(60, 87, 190, 0.5);
}
.s_slider .slide.slide4 .bg::after {
	background-image: linear-gradient(rgba(60, 87, 190, 0.5), #000);
}
.s_slider .slide.slide7 .bg::before {
	background-color: rgba(255, 170, 46, 0.5)
}
.s_slider .slide.slide7 .bg::before {
	background-image: linear-gradient(rgba(255, 170, 46, 0.5), #000);
}
.s_slider .slide.rainy .bg::after {
    background-color: rgba(81, 122, 143, 0.5);
}
.s_slider .slide.rainy .bg::before {
    background-color: rgba(81, 122, 143, 0.5);
}
.s_slider .slide.slide6{
	background-color: rgba(117, 190, 60, 0.64);
}
.s_slider .slide.slide6 .h1 span, .s_slider .slide.slide5 .game_info .crycoins .text .label {
    color: #09C1C7;
}

.s_slider .slide.slide6 .video .play::before {
    border-color: #09C1C7;
}
.s_slider .slide.slide6 .bg::before {
	background-color: rgba(15, 2, 20, 0.5);
}
.s_slider .slide.slide6 .bg::after {
	background-image: linear-gradient(rgba(15, 2, 20, 0.5), #000);
}

.s_slider .slide.slide8 .h1 span {
	color: #ff004e;
}
.s_slider .slide.slide8 .bg::before {
	background-color: #310f23;
	opacity: 0.8;
}

.s_slider .slide.slide8 .bg::before {
	background-color: rgba(49, 15, 35, 0.5);
}
.s_slider .slide.slide8 .bg::after {
	background-image: linear-gradient(rgba(49, 15, 35, 0.5), #000);
}

.s_slider .slide.slide9 .bg::before {
	background-color: rgba(27, 31, 0, 0.5); 
}
.s_slider .slide.slide9 .bg::after {
	background-image: linear-gradient(rgba(27, 31, 0, 0.5), #000);
}
.s_slider .slide.slide9 .h1 span {
	color: #C0C7CF;
}
.s_slider .slide.slide9 .bg_img {
	/* left: 70px; */
    top: -145px;
    bottom: initial;
}
.s_slider .slide.slide10 .bg::before {
	background-color: rgba(55, 42, 36, 0.5);
}
.s_slider .slide.slide10 .bg::before {
	background-image: linear-gradient(rgba(55, 42, 36, 0.5), #000);
}
.s_slider .slide.slide10 .h1 span{
	color: #fff;
}
.s_slider .slide.slide11 .bg::before {
	background-color: rgba(55, 23, 19, 0.5);
}
.s_slider .slide.slide11 .bg::before {
	background-image: linear-gradient(rgba(55, 23, 19, 0.5), #000);
}
.s_slider .slide.slide11 .h1 span{
	color: #C2AA84;
}

.s_slider .slide.slide12 .bg::before {
	background-color: rgba(0, 0, 0, 0.5);
}
.s_slider .slide.slide12 .bg::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), #000);
}
.s_slider .slide.slide12 .h1 span{
	color: #97353F;
}

.s_slider .slide.slide14 .bg::before {
	background-image: linear-gradient(rgba(18, 10, 55, 0.5), #000);
}
.s_slider .slide.slide14 .h1 span{
	color: #EB325C;
}

/* rgba(27, 31, 0, 1) */

.s_slider .nintendo {max-width: 300px}
.s_slider .nintendo p {position: relative; bottom: -5px; line-height: 20px;}
.s_slider .nintendo .register {margin: 0; text-transform: uppercase; font-size: 13px; text-align: center;}
.s_slider .nintendo .switch {margin: 0; text-transform: uppercase; font-size: 22px; text-align: center;}


/*/HEADER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	transform-style: initial;
}
.s_slider .owl-controls{
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -220px;
}
/*/CAROUSEL*/

/*OWL BUTTON*/
.owl-nav{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
    right: 0;
    bottom: 0px;
    /* margin-left: -219px; */
}
.owl-prev,
.owl-next {
	background-image: url(../img/icons/arrow_carousel.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-size: 20%;
}
.owl-prev{
	left: 0;
}
.owl-next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 0;
}
.owl-prev:hover,
.owl-next:hover{
	background-color: #363b4e;
}
/*/OWL BUTTON*/

/*OWL PAGINATION*/
.owl-dots{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
    position: absolute;
    right: 100px;
    bottom: 16px;
}
.owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	opacity: 0.4;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid white;
	display: inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot.active{
	opacity: 1;
	background-color: white;
	border: 1px solid white;
}
.owl-dots .owl-dot:hover{
	opacity: 1;
}
/*/OWL PAGINATION*/


/*MENU HAMBURGER*/
@media only screen and (min-width : 992px) {
	.menu_hamburger{
		display: none!important;
	}
	.menu_toggle{
		display: block !important;
	}
}
.menu_hamburger{
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 15px;
}
.menu_hamburger .flex{
	width: 37px;
	height: 37px;
	border: 1px solid #03b0b6;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.menu_hamburger .hamburger {
	position: relative;
	width: 20px;
	height: 16px;
	display: inline-block;
	text-indent: -9999px;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 98;
	margin: 0 auto;
}
.menu_hamburger .hamburger:focus {
	outline: none;
}
.menu_hamburger .hamburger span{
	position: absolute;
	display: block;
	border-radius: 5px;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu_hamburger .hamburger:hover span,
.menu_hamburger.active .hamburger span:nth-child(2),
.menu_hamburger.active .hamburger span:nth-child(3){
	background-color: #03b0b6;
}
.menu_hamburger .hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
}
.menu_hamburger .hamburger span:nth-child(2) {
	top: 0;
}
.menu_hamburger .hamburger span:nth-child(3) {
	bottom: 0;
}
.menu_hamburger.active .hamburger span:nth-child(1) {
	background: none;
}
.menu_hamburger.active .hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_hamburger.active .hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/


@media only screen and (max-width : 1400px) {
	.owl-controls{
		margin-left: -110px;
	}
	.game_info > div{
		margin-right: 5px;
	}
	.s_slider .slide .wrap{
		padding-left: 460px;
	}
	.s_slider .slide .bg_img{
		left: -60px;
	}
}
@media only screen and (max-width : 1199px) {
	.owl-controls{
		margin-left: -150px;
	}
	br{
		display: none;
	}
	h1,
	.h1{
		font-size: 32px;
	}
	h2{
		font-size: 24px;
	}
	section{
		padding: 55px 0 65px;
	}
	header{
		padding: 10px 0;
	}
	/*.s_slider .video{
		height: 530px;
	}*/
	.s_slider .video .play{
		bottom: 0;
	}
	.s_slider .slide .wrap{
		padding-left: 320px;
	}
	.s_slider .slide .bg_img{
		left: -110px;
	}
	.s_slider .slide .bg_img img{
		max-width: 550px;
	}
}
@media only screen and (max-width : 991px) {
	h1,
	.h1{
		font-size: 24px;
	}
	.owl-controls {
		margin-left: -185px;
	}
	.input_wrap{
		max-width: 230px;
	}
	header .menu_toggle {
		display: none;
		position: absolute;
		left: 15px;
		top: 60px;
		background-color: rgba(0, 3, 48, 0.49);
		border: 2px solid #03b0b6;
		border-radius: 3px;
		padding: 5px 15px;
		z-index: 99;
	}
	header nav{
		margin: 0;
	}
	header .menu li{
		display: block;
		margin: 5px 0;
	}
	.s_slider .slide .iframe,
	.s_slider .slide iframe{
		display: none;
	}
	/*.s_slider .video{
		height: 440px;
	}*/
	.s_slider .slide .wrap{
		padding-top: 50px;
		padding-left: 180px;
	}
	.s_slider .slide .bg_img{
		left: -200px;
		bottom: 0;
	}
	.s_slider .slide .bg_img img{
		max-width: 450px;
	}
}
@media only screen and (max-width : 767px) {
	.container{
		width: 460px;
	}
	.owl-controls {
		margin-left: -215px;
	}
	.input_wrap{
		max-width: 300px;
		margin-bottom: 10px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 20px;
	}
	header .logged{
		display: none;
	}
	header .left{
		width: 100%;
	}
	header .logo{
		max-width: 160px;
		margin: 0 auto;
		display: block;
	}
	.menu_hamburger{
		position: absolute;
		top: 5px;
		left: 15px;
	}
	.s_slider .slide .wrap{
		padding-left: 0;
	}
	.s_slider .game_info{
		max-width: 300px;
	}
	.s_slider .slide .bg_img{
		bottom: 0;
		left: auto;
		right: -40px;
	}
	.s_slider .slide .bg_img img{
		max-width: 200px;
	}
	.s_slider .slide p{
		font-size: 14px;
	}
}
@media only screen and (max-width : 480px) {
	.owl-controls {
		margin-left: -145px;
	}
	.container{
		/*width: 320px;*/
		width: 100%;
	}
	h1,
	.h1{
		font-size: 20px;
	}
	h2{
		font-size: 16px;
	}
	.s_slider .video{
		height: 50%;
	}
	.s_slider .slide .wrap{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.s_slider .slide .bg_img{
		bottom: -30px;
	}
	.s_slider .slide p{
		font-size: 13px;
	}
}

@media (min-width : 1440px) {
	.container{
		width: 1440px;
	}
}
@media only screen and (min-width : 1920px) {
	.s_slider .slide .iframe,
	.s_slider .slide iframe{
		width: 2960px;
		height: 1600px;
	}
}
@media only screen and (min-width : 2500px) {
	.s_slider .slide .iframe,
	.s_slider .slide iframe{
		height: 100%;
	}
}

.s_slider .video .play {opacity: 0.5;}
.s_slider .video .play:hover {opacity: 1;}
input:not(.btn), textarea {
    width: 100%;
    height: 53px;
    background-color: white;
    border: 1px solid rgba(25, 25, 25, 0.1);
    border-radius: 2px;
    padding: 0 10px 0 40px;
    /* color: #a6b5dd; */
    font-size: 700px;
    font-size: 14px;
    /* text-transform: uppercase; */
}

textarea {
    padding-top: 15px;
    height: 130px;
    resize: none;
}

header.header_static{
	background-image: none;
	min-height: 1px;
}

header.header_static,
header.header_static a{
	color: #353a4d;
}
header.header_static a:hover{
    color: #00dcc0;
}
header.header_static .logged li > a:hover, header.header_static .logged li > a:hover i {
    color: #00dcc0;
    /* text-shadow: 0px 0px 6px #00dcc0, 0px 0px 6px #00dcc0; */
}
header.header_static .logged li.coins > * {
    color: #fd7e0a;
}
header.header_static .logged{
	box-shadow: none;
}
header.header_static li.active a { 
	color: #00c7cc;	
}



h2 .h2_border {
    display: inline-block;
    border-bottom: 2px solid #00c7cc;
    text-transform: uppercase;
}



.news_info .coins img {
    width: 18px;
}


.carousel.arrow2 .owl-prev, .carousel.arrow2 .owl-next {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 3px;
    background-image: url(../img/icons/arrow2_carousel.png);
    margin: 0 5px;
}

.s_review_game .owl-controls {
    position: absolute;
    top: -60px;
    right: -5px;
}


.header_static .menu_hamburger .hamburger span {
    background-color: #515874;
}

@media (min-width: 767px) and (max-width: 1399px) {
	.owl-nav {margin-left: -150px;}
}

.s_review_game .carousel .owl-item {
	display: inline-block;
}
.s_review_game .carousel .owl-nav 
{
	bottom: -40px;margin-left: -95px;
}
.s_review_game .carousel .owl-dots
{
	bottom: -40px;
} 

body.publishing .block_overflow.blur_active {
    filter: blur(20px) brightness(0.5) !important;
    transition: all .6s ease-in-out;
    background: rgba(0, 3, 48, 0.3);
}

@media only screen and (min-width : 767px){
	.s_slider .slide .bg{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width : 650px){
	header{
		padding: 15px 0;
		min-height: auto;
		background-image: none;
		background: rgba(0, 3, 48, 0.3);
	}
	header .left{
		font-size: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.menu_hamburger{
		position: relative;
		top: inherit;
		left: inherit;
	}
}

#twitter-widget-0 {position: relative !important; bottom: -5px !important;}
.menu .spec {
    transition: all .3s ease-in-out;
}
.menu .spec:hover {
    transform: scale(1.05);
}
.menu .spec a {
    font-weight: 300;
    color: #fff;
    font-family: "Gotham-Bold";
    padding: 5px 10px;
    background-color: #00c7cc;
    border-radius: 20px;
    text-shadow: none;
    transition: all .3s ease-in-out;
}