.relative {
	position: relative;
}
.div-up {
	z-index: 100;
}
/*NEWS*/
html,body,*::selection {
	background: #00c7cc;
}
html,body,*::-moz-selection {
	/* background: #00c7cc; */
	background: #fff;
}
.s_news{
	padding: 0;
}
.s_news .item{
	margin: 30px auto 0;
	display: block;
	max-width: 330px;
}
.s_news .item .top{
	position: relative;
}
.s_news .item .img{
	margin-bottom: 15px;
	overflow: hidden;
}
.s_news .item:hover .img img {
	-webkit-transform: translate(-50%,0) scale(1.15,1.15);
	-ms-transform: translate(-50%,0) scale(1.15,1.15);
	-o-transform: translate(-50%,0) scale(1.15,1.15);
	transform: translate(-50%,0) scale(1.15,1.15);
}
.s_news .item .img img{
	display: inline-block;
	max-width: none;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0) scale(1,1);
	-ms-transform: translate(-50%,0) scale(1,1);
	-o-transform: translate(-50%,0) scale(1,1);
	transform: translate(-50%,0) scale(1,1);

	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.s_news .item .date{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background-color: #525975;
}
.s_news .item h4{
	border-bottom: 2px solid #00c7cc;
	display: inline-block;
}
/*NEWS*/

/*FORM*/
.s_form{
	background-color: #f9f9f9;
	padding: 55px 0 65px;
	text-align: center;
}
.s_form h2{
	border: none;
	font-size: 28px;
}
.s_form h2 span{
	color: #00c7cc;
}
.s_form h4{
	margin: 25px 0 30px;
}
.s_form .input_wrap,
.s_form button{
	margin-left: 10px;
	margin-right: 10px;
}
.s_form.form1 .input_wrap{
	max-width: 330px;
}
/*/FORM*/

/*FEATURED*/
.s_featured{
	background-image: url(../img/bg/featured.png);
	background-repeat: no-repeat;
	background-position: center -100px;
	padding-bottom: 0;
}
.s_featured .items{
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.s_featured .items .col-md-6{
	padding: 0;
}
.s_featured .item{
	color: #fff;
}
.s_featured .item .content{
	height: 361px;
	padding: 30px 0;
	position: relative;
}
.s_featured .item .content .text{
	position: relative;
	z-index: 3;
}
.s_featured .item,
.s_featured .item h3,
.s_featured .item p{
	color: #fff;
}
.s_featured .item h3{
	letter-spacing: 1.5px;
}
.s_featured .item .bg_img{
	position: absolute;
}
.s_featured .item .bg_img img{
	max-width: none;
}
.s_featured .item p{
	margin: 15px 0;
}
.s_featured .item .video{
	display: inline-block;
	height: auto;
	border: 10px solid #fff;
	border-radius: 2px;
	position: relative;
}
.s_featured .item .video .img{
	position: relative;
}
.s_featured .item .video .btn{
	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%);
}
.s_featured .item.item_goblins{
	background: url('../img/gamepages/astrokill/main_page/background.jpg');
	border-radius: 3px 0px 0px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.s_featured .item.item_goblins .content{
	/* padding-left: 260px; */
	/* padding-right: 90px; */
}
.s_featured .item.item_goblins .content .game_info,
.s_featured .item.item_infinite .content .game_info{
	padding-right: 58px;
	text-align: right;
}
.s_featured .item.item_goblins .content .text-wrap, 
.s_featured .item.item_infinite .content .text-wrap {
	padding: 0 58px 0 260px;
}

.s_featured .item.item_goblins .bg_img.img1{
	left: 0;
	bottom: -20px;
	overflow: hidden;
}
.s_featured .item.item_goblins .bg_img.img1 img{
	position: relative;
	left: -90px;
}
.s_featured .item.item_goblins .bg_img.img2{
	top: -35px;
	left: -35px;
}
.s_featured .item.item_goblins .coin_img {
	display: inline-flex;
	width: 44px; 
	margin-right: 10px;
}
.s_featured .item.item_infinite{
	background: url('../img/gamepages/crest/featured_crest.jpg') no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
.s_featured .item.item_goblins .btn2,
.s_featured .item.item_infinite .btn2{
	position: relative;
	top: -4px;
}
.s_featured .item.item_infinite .content{
	/* padding-left: 260px;
	padding-right: 90px; */
}
.s_featured .item.item_infinite .bg_img.img1{
	right: 140px;
	bottom: 0;
}
.s_featured .item.item_infinite .bg_img.img2 {
    /* right: -70px; */
	bottom: -94px;
	left: -80px;
	
}
.s_featured .item.item_universim{
	background: url('../img/gamepages/dolmen/main/dolmen_main.jpg');
	border-radius: 0px 3px 3px 0px;
	background-position: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
}
.s_featured .item.item_universim .btn_main_dolmen {
	background: none;
	border: 2px solid;
	display: inline-block;
	margin-right: 5px;
}
.s_featured .item.item_universim .btn_main_dolmen:last-child {
	padding: 18px 40px;
}
.s_featured .item.item_universim .btn_main_dolmen:last-child img{
	width: 15px;
	margin-right: 5px;
}

.s_featured .item.item_universim .content{
	padding-left: 90px;
	padding-right: 200px;
}
.s_featured .item.item_universim .bg_img.img1{
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.s_featured .item.item_universim .bg_img.img1 img {
    position: relative;
    top: 210px;
    left: 80px;
}
.s_featured .item.item_universim h3{
	font-size: 34px;
}
.s_featured .item.item_universim p{
	font-size: 16px;
	margin: 25px 0;
}
.s_featured .coins {
	background: none;
	font-weight: 500;
	color: #FFC604;
	margin-right: 0;
}
.s_featured .img img {
	width: 27px; 
	position: relative;
	top: -2px;
}

.s_featured .game_info_wrap {
	padding: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: rgba(0,0,0,0.5);
}
.s_featured .game_info_wrap .coins {
	position: relative; top: -5px;
}
.s_featured .game_info_wrap .you_get {
	display: block; font-size: 14px; color: #fff; padding: 5px 0;position: relative; left: 15px;
}
.s_featured .game_info_wrap .you_pay {
	display: block; font-size: 14px; color: #fff; padding: 5px 0; text-align: center;	
}
.s_featured .game_info_wrap .img {
	position: relative; top: -20px;
}
.s_featured .game_info_wrap .price {
	position: relative; top: -5px;
}
.s_featured .game_info_wrap .sale {
	display: block;background-color:#fff;padding:5px 0;border-radius:50px;color:rgba(0,0,0,.3);text-align:center;font-size:14px;
}

/** addFeaturedStyle**/
.featuredgameline {
  min-height: 350px;
  background-size: cover !important;
  padding: 20px;
  position: relative;
  transition: background-size 0.5s ease;
  background-position: 50%;
}
.featuredgameline .contentfeagames {
	/* position: relative; */
	/* z-index: 1; */
	padding: 0px 30px;
	width: 70%;
}
.featuredgameline.goblins .contentfeagames {
	padding-top: 30px;
}
.featuredgameline .contentfeagames img {
	width: 140px;
}
.featuredgameline.goblins .contentfeagames img {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 350px;
}
.featuredgameline.universim .contentfeagames {
	float:right;
	width: 70%;
    padding: 15px 30px;
}
.featuredgameline .contentfeagames h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: initial;
}
.featuredgameline.universim .contentfeagames img {
	width: 584px;
	position: absolute;
	left: -100px;
	bottom: 0;
}
.featuredgameline .contentfeagames p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
.featuredgamebox {
  height: 700px;
  width: 100%;
  padding: 20px;
  background-size: cover !important;
  background-position: center center !important;
}
.featuredgamebox .contentfeagames {
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  width: 100%;
}
.featuredgamebox img {
  width: 143px;
}
.featuredgamebox p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
.vidos {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}
.vidos .previewimg {
  width: 320px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  margin-top: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.68);
}
.vidos i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ffffff;
  line-height: 50px;
  top: 50%;
  margin-top: -17px;
  right: 50%;
  margin-right: -25px;
  border-radius: 100%;
  color: #00b9d4;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
  font-size: 20px;
  padding-left: 4px;
  transition: 0.3s;
}
.feafooter {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  margin: 20px 0px 0px;
  padding: 20px 50px;
  overflow: hidden;
  bottom: 0px;
  left: 0;
  width: 100%;
  /* border-top: 1px solid rgba(0, 0, 0, 0.41); */
  text-align:left;
}
.universim .feafooter{
	text-align:right;
}
.feafooter .discount {
	/* display: inline-block;
	position: relative;
	top:32px;
	transform: translateY(-30px);	
	margin-right: 20px; */
}
.feafooter .discount span {
	/* display: block;
	font-size: 21px;
	color: #30AEAA;
	background-color: #fff;
	border-radius: 40px;
	padding: 0px 10px; */
	
}
.goblins .feafooter .discount span {
	/* color:#9ED027; */
}
.feafooter .yorpay {
  /* float: left;
  text-align: left;
  margin-right: 300px; */
  display: inline-block;
  position: relative;
  top: 45px;
  transform: translateY(-40px);
  margin-right: 20px;
}
.feafooter .btn{
	/* margin-right: 50px; */
	/* background-image: initial;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff; */
}
.feafooter .yorpay span {
	display: block;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.feafooter .buttonspay {
  /* float: left;
  text-align: left; */
  display: inline-block;
}
/* /mnt/crytivo.dev/dev.crytivo.com/docroot/img/gamepages/universim/start/background.jpg */
.featuredgameline.universim {
	background: url(../img/gamepages/ff/start/start_banner.jpg);
	background-position: 50%;
  }
.featuredgameline.goblins {
  /* background: url(../img/gamepages/beholder/featured/beholder_background.jpg); */
  background: url(../img/gamepages/universim/start/background.jpg);
  background-position: 50%;

}
.featuredgamebox {
  background: url(../img/gamepages/lif/start/lif_background.jpg);
  background-position: 50%;
}
.contentfeagames img {
	position: absolute;
	width: auto;
}
.contentfeagames .fs_logo {
	z-index: 10;
}
.contentfeagames .fs_player {
	left: 0%;
	width: 70%;
	transform: translateY(25%);
}
.contentfeagames .fs_ball {
	right: -7%;
	width: 15%;
	transform: translateY(128%);
}
.featuredgamebox .fs_start_description {
	width: 100%;
	text-align: left;
	margin-bottom: 3%;
}
.featuredgamebox .fs_start_description h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: initial;
}
.featuredgamebox #bfan {
	margin-right: 15px;
}
.freedemo {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  top: -1px;
  right: -1px;
}
/**End addFeaturedStyle**/

/*/FEATURED*/

.s_banner {
	padding: 0;
}
/*GAMES*/
.s_games{
}
.s_games .items{
	text-align: center;
}
.s_games .item{
	display: block;
	position: relative;
	min-height: 290px;
	width: 100%;
	max-width: 210px;
	border-radius: 15px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.s_games .item:hover{
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.s_games .item.item1, .aboutus_top .ab_game.item1{
	background-image: -webkit-linear-gradient(214deg, #c6ea17 0%, #a5c603 100%);
	background-image: -o-linear-gradient(214deg, #c6ea17 0%, #a5c603 100%);
	background-image: linear-gradient(236deg, #c6ea17 0%, #a5c603 100%);
}
.s_games .item.item2, .aboutus_top .ab_game.item2{
	background-image: -webkit-linear-gradient(30deg, #ff4800 0%, #ff8a00 100%);
	background-image: -o-linear-gradient(30deg, #ff4800 0%, #ff8a00 100%);
	background-image: linear-gradient(60deg, #ff4800 0%, #ff8a00 100%);
}
.s_games .item.item3, .aboutus_top .ab_game.item3{
	background-image: -webkit-linear-gradient(236deg, #71b280 0%, #14687f 100%);
	background-image: -o-linear-gradient(236deg, #71b280 0%, #14687f 100%);
	background-image: linear-gradient(214deg, #71b280 0%, #14687f 100%);
}
.s_games .item.item4, .aboutus_top .ab_game.item4{
	background-image: -webkit-linear-gradient(30deg, #006199 0%, #0087d4 100%);
	background-image: -o-linear-gradient(30deg, #006199 0%, #0087d4 100%);
	background-image: linear-gradient(60deg, #006199 0%, #0087d4 100%);
}
.s_games .item.item5, .aboutus_top .ab_game.item5{
	background-image: -webkit-linear-gradient(30deg, #ff9c00 0%, #fc0 100%);
	background-image: -o-linear-gradient(30deg, #ff9c00 0%, #fc0 100%);
	background-image: linear-gradient(60deg, #ff9c00 0%, #fc0 100%);
}
.s_games .item .imgs{
	display: block;
	position: relative;
	min-height: 290px;
	max-width: 100%;
	width: 100%;
	border-radius: 3px;
}
.s_games .item .shine {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
	z-index: 5;
}
.s_games .item .img{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .03s;
	-o-transition: all .03s;
	transition: all .03s;
	z-index: 4s;
}
.s_games .item .img_logo{
	/* left: 5px;
	right: 5px; */
	bottom: 30px;
	max-width: 100%;
}
.s_games .item .img_personage img{
	position: relative;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	max-width: none;
	border-radius: 15px;
}
.s_games .item.add_game{
	height: 290px;
	background-color: #00dcc0;
	background-image: -webkit-linear-gradient(30deg, #00dcc0 0%, #00b5d6 100%), -webkit-linear-gradient(30deg, #00c7cc 0%, #00ffae 100%);
	background-image: -o-linear-gradient(30deg, #00dcc0 0%, #00b5d6 100%), -o-linear-gradient(30deg, #00c7cc 0%, #00ffae 100%);
	background-image: linear-gradient(60deg, #00dcc0 0%, #00b5d6 100%), linear-gradient(60deg, #00c7cc 0%, #00ffae 100%);
	border-radius: 3px;
	text-align: center;
	padding: 70px 5px 30px;
}
.s_games .item.soon,
.s_games .item.soon a,
.s_games .item.add_game{
	color: #fff;
}
.s_games .item.soon h4{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 130px;
}
.s_games .item.soon a{
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 7;
}
.s_games .item.soon a:hover{
	color: #ffd500;
}
.s_games .item.soon a i{
	font-size: 9px;
	color: #ffd500;
}
.s_games .item.soon h4{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 130px;
}
.s_games .item.soon a{
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 7;
}
.s_games .item.soon a:hover{
	color: #ffd500;
}
.s_games .item.soon a i{
	font-size: 9px;
	color: #ffd500;
}
.s_games .item .icon_add{
	margin-top: 20px;
	margin-bottom: 25px;
}
.s_games .table{
	position: relative;
}
.s_games .table .items{
	margin-top: 0;
}
.s_games .table::before{
	content: '';
	position: absolute;
	top: 260px;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	background-image: url(../img/bg/game_table.png);
	background-repeat: no-repeat;
	width: 1568px;
	height: 131px;
}
.s_games .shadow{
	position: relative;
}
.s_games .shadow.pending, .pending {
	opacity: 0.4;
}
.s_games .shadow::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	width: 100%;
	max-width: 178px;
	height: 16px;
	background-image: url(../img/bg/games_shadow.png);
	border-radius: 50%;
}
.s_games .buttons{
	margin-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
.s_games .buttons::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom-width: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.s_games .buttons.active::before{
	border-bottom-color: #5c6a46;
	border-bottom-width: 10px;
}
.s_games .buttons .btn:nth-child(1){
	margin-right: 5px;
}
.s_games .buttons .btn:nth-child(2){
	margin-left: 5px;
}
.s_games .buttons .btn{
	padding: 14px 20px;
	vertical-align: middle;
}
.s_games .buttons .btn.btn3{
	padding: 12px 13px;
}
.s_games .buttons .btn.btn3:hover .hover{
	opacity: 1;
}
.s_games .buttons .btn.btn3 .hover{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_games .download{
	padding: 50px 0 65px;
	background-image: url(../img/bg/games_download.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
	display: none;
}
.s_games .download,
.s_games .download p,
.s_games .download a{
	color: #fff;
}
.s_games .download.active {
	/* display: block; */
}
.s_games .d_items{
}
.s_games .d_item{
	margin: 15px auto 0;
	max-width: 460px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 0 20px rgba(255, 255, 255, 0.1);
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.s_games .d_item .icon{
	/* position: absolute;
	top: 15px;
	left: 15px; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
	background-image: -webkit-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: -o-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: linear-gradient(36deg, #92cd00 0%, #c4ea13 100%);
	border-radius: 3px;
}
.s_games .d_item .text{
	padding-left: 15px;
	padding-top: 5px;
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
.s_games .d_item h4{
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
}
.s_games .d_item p{
	margin: 5px 0 10px;
	font-size: 13px;
}
.s_games .d_item .btn{
	padding: 10px 20px;
	margin-top: auto;
}
.s_games .d_item.d_lock{
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.033);
}
.s_games .d_item.d_lock .icon,
.s_games .d_item.d_lock h4,
.s_games .d_item.d_lock p{
	opacity: .4;
}
.s_games .d_item.d_lock .lock{
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 18px;
}
.s_games .tab_content{
	position: relative;
}
.s_games .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_games .tab_item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}

/**addGameStyle**/
.poster-column {
  padding-left: 5px;
  padding-right: 5px;
}
.gameblock {
	border: 1px solid rgba(236,234,249,1);
	padding: 10px 10px 10px;
	border-radius: 15px;
	box-shadow: 0px 1px 1px rgba(234, 236, 249, 0.62);
	position: relative;
	transition: 0.3s;
	margin: 15px 0px;
}
.dark .gameblock {
	border: 1px solid rgba(236,234,249,0.2);
}
.gameblock:hover {
  border: 1px solid #d5d8ef;
  padding: 10px 10px 10px;
  border-radius: 15px;
  box-shadow: 0px 4px 23px rgba(192, 197, 230, 0.92);
  position: relative;
	transition: 0.3s;
	margin: 15px 0px;
}
.crytivogame {
  position: absolute;
  z-index: 1;
  width: 32px;
  left: 20px;
  top: 20px;
	opacity: 0.7;
}
.platforms {
  padding-top: 9px;
  padding-right: 0;
}
.platforms ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 13px;
}
.platforms ul li i {color: #dadcea;}
.old_price {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
  color: #babdd6;
}
.box-prices {
	display: flex;
	justify-content: flex-end;
}
.salewidth {
  display: block;
  background: #01c7cc;
  font-size: 11px;
  font-weight: 500;
  height: 24px;
  border-radius: 3px;
  line-height: 24px;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgb(0, 175, 179);
  /* width: 40%;
  float: left; */
  margin-right: 4%;
  padding: 0 10px;
}
.totalprice {
  display: block;
  background: #ffffff;
  font-size: 11px;
  font-weight: 500;
  height: 24px;
  border-radius: 3px;
  line-height: 22px;
  /* width: 56%; */
  float: right;
  border: 1px solid #e8ebfd;
  color: #383c4e;
  padding: 0 10px;
}
.poster-column.addGame{
	margin-top: 30px;
}

.footergame {
  margin-top: 6px;
}
/**End addGameStyle**/

/*/GAMES*/

/*/light*/
body.light{
	background-color: #fff;
}
/* body.light header,
body.light header a{
	color: #353a4d;
} */
body.light input:not(.btn){
	/* border-color: #e6e6e6;
	color: #504868;
	border-radius: 3px; */
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
}
/* body.light .menu_hamburger .hamburger span{
	background-color: #353a4d;
} */
body.light .logged li.go_out i{
	color: #00c7cc;
}
body.light footer,
body.dark footer{
	background-image: none;
}
body.dark .s_select .price_block .top li .number{
	color: #fff;
}
/*/light*/

/*/dark*/
body.dark{
	background-color: #0d0d0d;
	color: #fff;
}
body.dark a{
	color: #ccc;
}
body.dark a {color: #fff;}
body.dark p{
	/* color: #525975; */
	color: rgba(255,255,255,1);
}
body.dark .logged a{
	color: #fff;
}
body.dark .logged li.go_out i{
	color: #00c7cc;
}
body.dark .s_select{
	background-color: #121212;
	box-shadow: inset 0 1px 0 rgba(77, 77, 77, 0.17);
}
body.dark .s_select .options .c_price,
body.dark .s_select .price_block{
	background-color: #1f1f1f;
	box-shadow: 0 1px 0 rgba(38, 38, 38, 0.5), 0 1px 6px rgba(38, 38, 38, 0.5);
	color: #ccc;
}
body.dark .s_select  .card_info{
	background-color: rgba(237, 237, 237, 0.05);
}
body.dark .s_select .price_block .top{
	background-color: transparent;
	border-color: #0d0d0d;
}
body.dark .s_select .price_block .top li{
	border-color: #0d0d0d;
}
body.dark input:not(.btn), .input-payment{
	background-color: #232323;
	border-color: #404040;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
	color: #fff;
}
body.dark .s_select .c_item .text{
	color: #b2b2b2;
}
body.dark .s_select .policy{
	color: #666;
}
body.dark .s_select .link{
	color: #fff;
}
body.dark .s_top .checkout{
	background-color: rgba(244, 241, 233, 0.05);
}
body.dark .input_checkbox .check{
	/* background-color: #232323; */
	/* border-color: #404040; */
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
}
body.dark footer .copy{
	color: #919191;
}
/*/dark*/

/*/green*/
body.Green .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #c4e659, inset 0 2px 0 #52af00;
}
body.Green .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(132, 195, 2, 0.99), 0 2px 5px rgba(151, 208, 2, 0.36);
}
body.Green .s_select .p_item,
body.Green .s_select .c_item .icon,
body.Green .s_select .tabs .tab,
body.Green .input_checkbox input:checked + .check,
body.Green .input_radio input:checked + .check,
body.Green .btn_page{
	background-image: -webkit-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: -o-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: linear-gradient(36deg, #92cd00 0%, #c4ea13 100%);
}
body.Green .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #c4ea13 0%, #92cd00 100%);
	background-image: -o-linear-gradient(54deg, #c4ea13 0%, #92cd00 100%);
	background-image: linear-gradient(36deg, #c4ea13 0%, #92cd00 100%);
}
body.Green .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(64, 161, 0, 0.31);
}
body.Green .s_select .p_item h4,
body.Green .s_select .p_item .p_price{
	background-color: #94c500;
}
/*/green*/

/*blue*/
body.Blue .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #3f51b5, inset 0 2px 0 #2196f3;
}
body.Blue .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(45, 57, 128, 0.99), 0 2px 5px rgba(63, 81, 181, 0.36);
}
body.Blue .s_select .p_item,
body.Blue .s_select .c_item .icon,
body.Blue .s_select .tabs .tab,
body.Blue .input_checkbox input:checked + .check,
body.Blue .input_radio input:checked + .check,
body.Blue .btn_page{
	background-image: -webkit-linear-gradient(54deg, #3f51b5 0%, #2196f3 100%);
	background-image: -o-linear-gradient(54deg, #3f51b5 0%, #2196f3 100%);
	background-image: linear-gradient(36deg, #3f51b5 0%, #2196f3 100%);
}
body.Blue .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #2196f3 0%, #3f51b5 100%);
	background-image: -o-linear-gradient(54deg, #2196f3 0%, #3f51b5 100%);
	background-image: linear-gradient(36deg, #2196f3 0%, #3f51b5 100%);
}
body.Blue .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(45, 57, 128, 0.31);
}
body.Blue .s_select .p_item h4,
body.Blue .s_select .p_item .p_price{
	background-color: #3f51b5;
}
/*/blue*/

/*black*/
body.Black .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #4c4c4c, inset 0 2px 0 #0d0d0d;
}
body.Black .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(13, 13, 13, 0.99), 0 2px 5px rgba(38, 38, 38, 0.36);
}
body.Black .s_select .p_item,
body.Black .s_select .c_item .icon,
body.Black .s_select .tabs .tab,
body.Black .input_checkbox input:checked + .check,
body.Black .input_radio input:checked + .check,
body.Black .btn_page{
	background-image: -webkit-linear-gradient(54deg, #262626 0%, #4d4d4d 100%);
	background-image: -o-linear-gradient(54deg, #262626 0%, #4d4d4d 100%);
	background-image: linear-gradient(36deg, #262626 0%, #4d4d4d 100%);
}
body.Black .s_game_page .btn.btn_page i{
	color: #fff;
}
body.Black .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #4d4d4d 0%, #262626 100%);
	background-image: -o-linear-gradient(54deg, #4d4d4d 0%, #262626 100%);
	background-image: linear-gradient(36deg, #4d4d4d 0%, #262626 100%);
}
body.Black .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(128, 128, 128, 0.33), inset 0 -1px 0 rgba(13, 13, 13, 0.31);
}
body.Black .s_select .p_item h4,
body.Black .s_select .p_item .p_price{
	background-color: #262626;
}
/*/black*/

/*orange*/
body.Orange .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #ff9800, inset 0 2px 0 #e54c1e;
}
body.Orange .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(229, 76, 30, 0.99), 0 2px 5px rgba(229, 76, 30, 0.36);
}
body.Orange .s_select .p_item,
body.Orange .s_select .c_item .icon,
body.Orange .s_select .tabs .tab,
body.Orange .input_checkbox input:checked + .check,
body.Orange .input_radio input:checked + .check,
body.Orange .btn_page{
	background-image: -webkit-linear-gradient(54deg, #ff5722 0%, #ff9800 100%);
	background-image: -o-linear-gradient(54deg, #ff5722 0%, #ff9800 100%);
	background-image: linear-gradient(36deg, #ff5722 0%, #ff9800 100%);
}
body.Orange .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #ff9800 0%, #ff5722 100%);
	background-image: -o-linear-gradient(54deg, #ff9800 0%, #ff5722 100%);
	background-image: linear-gradient(36deg, #ff9800 0%, #ff5722 100%);
}
body.Orange .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(179, 59, 23, 0.31);
}
body.Orange .s_select .p_item h4,
body.Orange .s_select .p_item .p_price{
	background-color: #ff5722;
}
/*/orange*/

/*pink*/
body.Pink .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #ff6780, inset 0 2px 0 #b5184c;
}
body.Pink .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(181, 24, 76, 0.99), 0 2px 5px rgba(233, 30, 99, 0.36);
}
body.Pink .s_select .p_item,
body.Pink .s_select .c_item .icon,
body.Pink .s_select .tabs .tab,
body.Pink .input_checkbox input:checked + .check,
body.Pink .input_radio input:checked + .check,
body.Pink .btn_page{
	background-image: -webkit-linear-gradient(54deg, #e91e63 0%, #ff6780 100%);
	background-image: -o-linear-gradient(54deg, #e91e63 0%, #ff6780 100%);
	background-image: linear-gradient(36deg, #e91e63 0%, #ff6780 100%);
}
body.Pink .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #ff6780 0%, #e91e63 100%);
	background-image: -o-linear-gradient(54deg, #ff6780 0%, #e91e63 100%);
	background-image: linear-gradient(36deg, #ff6780 0%, #e91e63 100%);
}
body.Pink .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(181, 24, 76, 0.31);
}
body.Pink .s_select .p_item h4,
body.Pink .s_select .p_item .p_price{
	background-color: #e91e63;
}
/*/pink*/

/*pink*/
body.White .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #fff, inset 0 2px 0 #b2b2b2;
}
body.White .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(178, 178, 178, 0.99), 0 2px 5px rgba(229, 229, 229, 0.36);
}
body.White .s_select .p_item,
body.White .s_select .c_item .icon,
body.White .s_select .tabs .tab,
body.White .input_checkbox input:checked + .check,
body.White .input_radio input:checked + .check,
body.White .btn_page{
	background-image: -webkit-linear-gradient(54deg, #e5e5e5 0%, white 100%);
	background-image: -o-linear-gradient(54deg, #e5e5e5 0%, white 100%);
	background-image: linear-gradient(36deg, #e5e5e5 0%, white 100%);
	color :#1a1a1a;
}
body.White .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, white 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(54deg, white 0%, #e5e5e5 100%);
	background-image: linear-gradient(36deg, white 0%, #e5e5e5 100%);
}
body.White .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(179, 179, 179, 0.31);
}
body.White .s_select .p_item h4,
body.White .s_select .p_item .p_price{
	background-color: #e5e5e5;
}
body.White .s_select .p_item h4,
body.White .input_checkbox .check::before{
	color: #1a1a1a;
}
/*/pink*/


/*/mcolor*/
body.Mcolor .s_select .p_item .p_price {
    box-shadow: inset 0 1px 0 #13e8e0, inset 0 2px 0 #00999b;
}
body.Mcolor .s_select .c_item .icon {
    box-shadow: 0 1px 0 rgb(0, 147, 150), 0 2px 5px rgb(0, 0, 0);
}
body.Mcolor .s_select .p_item, body.Mcolor .s_select .c_item .icon, body.Mcolor .s_select .tabs .tab, body.Mcolor .input_checkbox input:checked + .check, body.Mcolor .input_radio input:checked + .check, body.Mcolor .btn_page {
    background-image: -webkit-linear-gradient(54deg, #00b9d4 0%, #00d8c2 100%);
    background-image: -o-linear-gradient(54deg, #00b9d4 0%, #00d8c2 100%);
    background-image: linear-gradient(36deg, #00b8d4 0%, #00d8c3 100%);
}
body.Mcolor .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #00d8c3 0%, #00b8d4 100%);
	background-image: -o-linear-gradient(54deg, #00d8c3 0%, #00b8d4 100%);
	background-image: linear-gradient(36deg, #00d8c3 0%, #00b8d4 100%);
}
body.Mcolor .s_select .p_item h4 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgb(0, 153, 156);
}
body.Mcolor .s_select .p_item h4, body.Mcolor .s_select .p_item .p_price {
    background-color: #00afb3;
}
/*/mcolor*/

/*/yellow*/
/* 36deg, #FECC1E 0%, #FFAE01 100% */
body.Yellow .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #FECC1E, inset 0 2px 0 #FFAE01;
}
body.Yellow .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(254,204,30, 0.99), 0 2px 5px rgba(255, 174, 1, 0.36);
}
body.Yellow .s_select .p_item,
body.Yellow .s_select .c_item .icon,
body.Yellow .s_select .tabs .tab,
body.Yellow .input_checkbox input:checked + .check,
body.Yellow .input_radio input:checked + .check,
body.Yellow .btn_page{
	background-image: -webkit-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: -o-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: linear-gradient(36deg, #FECC1E 0%, #FFAE01 100%);
}
body.Yellow .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #FFAE01 0%, #FECC1E 100%);
	background-image: -o-linear-gradient(54deg, #FFAE01 0%, #FECC1E 100%);
	background-image: linear-gradient(36deg, #FFAE01 0%, #FECC1E 100%);
}
body.Yellow .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33), inset 0 -1px 0 rgba(255, 174, 1, 0.31);
}
body.Yellow .s_select .p_item h4,
body.Yellow .s_select .p_item .p_price{
	background-color: #FECC1E;
}
.btn.btn-yellow {
	background-image: -webkit-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: -o-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: linear-gradient(36deg, #FECC1E 0%, #FFAE01 100%);
}
.btn.btn-yellow:hover{
background-image: -webkit-linear-gradient(54deg, #FFAE01 0%, #FECC1E 100%);
background-image: -o-linear-gradient(54deg, #FFAE01 0%, #FECC1E 100%);
background-image: linear-gradient(36deg, #FFAE01 0%, #FECC1E 100%);
}
/*/yellow*/

/*/red-yellow*/
body.Red-Yellow .s_select .p_item .p_price{
	box-shadow: inset 0 1px 0 #871711, inset 0 2px 0 #E3A14B;
}
body.Red-Yellow .s_select .c_item .icon{
	box-shadow: 0 1px 0 rgba(135,23,17,0.99), 0 2px 5px rgba(227,161,75, 0.36);
}
body.Red-Yellow .s_select .p_item,
body.Red-Yellow .s_select .c_item .icon,
body.Red-Yellow .s_select .tabs .tab,
body.Red-Yellow .input_checkbox input:checked + .check,
body.Red-Yellow .input_radio input:checked + .check,
body.Red-Yellow .btn_page{
	background-image: -webkit-linear-gradient(54deg, #871711 0%, #E3A14B 100%);
	background-image: -o-linear-gradient(54deg, #871711 0%, #E3A14B 100%);
	background-image: linear-gradient(36deg, #871711 0%, #E3A14B 100%);
}
body.Red-Yellow .btn_page:hover{
	background-image: -webkit-linear-gradient(54deg, #E3A14B 0%, #871711 100%);
	background-image: -o-linear-gradient(54deg, #E3A14B 0%, #871711 100%);
	background-image: linear-gradient(36deg, #E3A14B 0%, #871711 100%);
}
body.Red-Yellow .s_select .p_item h4{
	box-shadow: 0 1px 0 rgba(135,23,17, 0.33), inset 0 -1px 0 rgba(227,161,75, 0.31);
}
body.Red-Yellow .s_select .p_item h4,
body.Red-Yellow .s_select .p_item .p_price{
	background-color: #871711;
}
/*/red-yellow*/



/*TOP*/
.s_top{
	background-image: url(../img/bg/top.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0 30px;
	background-size: cover;
}
.s_top .cover{
	margin-bottom: 50px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.s_top .cover img{
	max-width: none;
}
.s_top .cover .img1,
.s_top .cover .img2,
.s_top .cover .img3,
.s_top .cover .img4{
	position: absolute;
}
.s_top .cover .img img{
	display: inline-block;
	position: relative;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.s_top .cover .img1{
	top: 50px;
	left: 50px;
	z-index: 3;
}
.s_top .cover .img2{
	top: 25px;
	right: 30px;
	z-index: 3;
}
.s_top .cover .img3{
	bottom: 0;
	left: 300px;
}
.s_top .cover .img4{
	bottom: 0;
	left: 580px;
}
.s_top h2{
}
.bread_crumbs{
	margin: 20px 0 25px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 500;
	text-align: left;
}
.bread_crumbs.bread_crumbs_bg{
	margin-top: 10px;
	margin-bottom: -15px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding: 15px 0;
}
.bread_crumbs.bread_crumbs_bg a{
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.54);
}
.bread_crumbs i{
	color: #aeb6d6;
	display: inline-block;
	margin: 0 10px;
	font-size: 8px;
}
.bread_crumbs a{
}
.bread_crumbs a:hover{
	color: #00c7cc;
}
.bread_crumbs .date{
	margin-left: 15px;
}
.s_top .checkout{
	background-color: rgba(244, 241, 233, 0.57);
	border-radius: 3px;
	padding: 10px 15px;
	max-width: 210px;
}
.s_top .checkout .text{
	color: #a08b53;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 10px;
}
.s_top .checkout .text span{
	display: block;
	font-weight: 900;
	color: #ff8800;
	margin-bottom: 3px;
}
/*/TOP*/

/*SELECT*/
.s_select{
	/* padding: 0 0 100px;
	background-color: #f9f9f9;
	box-shadow: inset 0 1px 0 rgba(182, 182, 182, 0.17); */
}
.s_select h3{
	font-weight: 500;
	text-transform: none;
	font-size: 28px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
.s_select input{
	max-width: 330px;
	padding: 0 15px;
	text-transform: none;
}
.s_select .block{
	padding: 30px 0 25px;
}
.s_select .block.account{
	padding-top: 0;
}
.s_select .p_items{
	margin-top: -20px;
}
.s_select .p_item{
	margin: 30px auto 0;
	max-width: 220px;
	min-height: 180px;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	color: #fff;
	position: relative;
}
.s_select .p_item .rare{
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	top: -2px;
	right: -2px;
	color: #fff;
	background-image: url(../img/bg/rare.png);
	background-repeat: no-repeat;
	background-position: center;
}
.s_select .p_item .rare,
.s_select .p_item .rare span{
	width: 49px;
	height: 48px;
}
.s_select .p_item .rare span{
	display: block;
	position: relative;
	top: 5px;
	left: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.s_select .p_item .img{
	display: table-cell;
	height: 130px;
	width: 220px;
	max-width: 100%;
	vertical-align: bottom;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
.s_select .p_item .img img{
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	max-width: none;
}
.s_select .p_item h4{
	line-height: 22px;
	padding: 5px;
	border-radius: 3px 3px 0 0;
	text-transform: none;
}
.s_select .p_item .p_price{
	border-radius: 0px 0px 3px 3px;
	line-height: 40px;
	font-weight: 500;
}
.s_select .p_item .icon {
    display: inline-block;
	width: 15px;
	height: 22px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	margin: 0;
	position: relative;
	top: -1px;
}
.s_select .p_item .icon img{
	top: 0;
	left: 0;
}
.s_select .p_item .icon img.active{
	top: 2px;
	left: 2px;
}
.s_select .p_item.active h4{
	box-shadow: none!important;
	background-color: transparent!important;
	color: #fff!important;
}
.s_select .p_item.active .p_price{
	background-color: #414662!important;
	box-shadow: inset 0 1px 0 #34384b, inset 0 2px 0 #575f82!important;
}
.s_select .p_item.active .p_price .icon{
	border-color: #fff;
}
.s_select .options p{
}
.s_select .options p .color{
	color: #f52862
}
.s_select .options .c_price{
	padding: 15px 30px;
	background-color: #fcfcfc;
	box-shadow: 0 1px 0 rgba(213, 213, 213, 0.5),
	0 1px 6px rgba(213, 213, 213, 0.5);
	border-radius: 3px;
	display: inline-block;
	font-size: 42px;
	letter-spacing: .5px;
	line-height: 1em;
	font-weight: 900;
	margin-top: 25px;
}
.s_select .options .c_price .coins{
	color: #fc0;
	display: inline-block;
	margin-left: 25px;
}
.s_select .options .c_price .coins .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
    margin-left: 0px;
    width: 36px;
}
.s_select .c_item{
	margin: 0 auto 20px;
	max-width: 210px;
	height: 75px;
	justify-content: flex-start;
}
.s_select .c_item .icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	margin-right: 15px;
}
.s_select .c_item .text{
	font-family: "Gotham-Book";
	font-weight: 300;
	color: #504868;
}
.s_select .all{
	height: 50px;
	color: #e7a700;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}
.s_select .account .tabs{
	margin-top: 15px;
	margin-bottom: 25px;
}
.s_select .account .tabs .tab{
	max-width: 330px;
	cursor: pointer;
	border-radius: 3px;
	padding: 0 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_select .p_item.active,
.s_select .account .tab.active{
	background-image: -webkit-linear-gradient(30deg, #4f5364 0%, #59638b 100%)!important;
	background-image: -o-linear-gradient(30deg, #4f5364 0%, #59638b 100%)!important;
	background-image: linear-gradient(60deg, #4f5364 0%, #59638b 100%)!important;
	color: #fff!important;
}
.s_select .icon_toggle{
	position: relative;
}
.s_select .icon_toggle img:not(.active){
	position: relative;
	opacity: 1;
}
.s_select .icon_toggle img{
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}
.s_select .tab.active .icon_toggle img:not(.active),
.s_select input:checked + .check .icon_toggle img:not(.active){
	opacity: 0;
}
.s_select .tab.active .icon_toggle img,
.s_select input:checked + .check .icon_toggle img{
	opacity: 1;
}
.input_radio .check{
	background-image: -webkit-linear-gradient(30deg, #4f5364 0%, #59638b 100%);
	background-image: -o-linear-gradient(30deg, #4f5364 0%, #59638b 100%);
	background-image: linear-gradient(60deg, #4f5364 0%, #59638b 100%);
}
.s_select .account .tab > div{
	height: 70px;
	padding: 10px 0;
}
.s_select .account .tab .icon{
	display: inline-block;
	min-width: 40px;
	position: relative;
}
.s_select .tab_content{
	position: relative;
}
.s_select .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_select .tab_item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
.s_select form{
	text-align: left;
}
.s_select .inputs{
	margin-bottom: 50px;
	margin-top: 15px;
}
.s_select .inputs .input_label{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	min-height: 20px;
}
.s_select .inputs input{
	margin-bottom: 20px;
}
.s_select .inputs input.input100{
	max-width: 100%;
}
.s_select .inputs .link_wrap{
	height: 53px;
}
.s_select .inputs .info{
	font-size: 14px;
	font-family: "Gotham-Book";
	font-weight: 300;
}
.s_select .donations input{
	height: 45px;
	max-width: 210px;
}
.s_select .price_block{
	margin-top: 20px;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(213, 213, 213, 0.5), 0 1px 6px rgba(213, 213, 213, 0.5);
	max-width: 690px;
}
.s_select .price_block .top{
	background-color: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
}
.s_select .price_block .top li{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 15px 20px;
	border-left: 1px solid #ebebeb;
}
.s_select .price_block .top li:first-child{
	border: none;
}
.s_select .price_block .top li .number{
	font-size: 22px;
	font-weight: 700;
}
body.dark .s_select .price_block .top li .number{
	color: #fff;
}
.s_select .price_block .main{
	padding: 15px 0 30px 20px;
}
.s_select .price_block .label{
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 500;
	margin-bottom: 5px;
}
.s_select .price_block .label br{
	display: inline-block;
}
.s_select .price_block .p_price{
	font-size: 16px;
}
.s_select .price_block .left{
	max-width: 350px;
	width: 100%;
	display: inline-block;
}
.s_select .price_block .right{
	max-width: 300px;
	width: 100%;
	display: inline-block;
	padding-top: 10px;
}
.s_select .price_block .left .p_price{
	margin-top: -30px;
}
.s_select .price_block .p_price .number{
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
	line-height: 1em;
	font-weight: 900;
}
body.dark .s_select .price_block .p_price .number{
	color: #fff;
}
.s_select .price_block .p_price .number.coins{
	color: #ffcc00;
}
.s_select .price_block .p_price .number.coins span{
	font-size: 14px;
	position: relative;
	top: -3px;
	display: inline-block;
}
.s_select .price_block .p_price .and{
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: 5px;
}
.s_select .price_block .p_price .icon{
	display: inline-block;
	vertical-align: middle;
	border: 5px solid #fff;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09),  0 4px 16px rgba(0, 0, 0, 0.16);
	margin-right: 15px;
	border-radius: 50%;
	background-color: white;
	position: relative;
	z-index: 3;
}
.s_select .price_block .p_price .circle{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	margin-left: -50px;
	position: relative;
}
.s_select .price_block .p_price .circle .buttons{
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1em;
	z-index: 10;
}
.s_select .price_block .p_price .circle .button{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 -5px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09), 0 4px 16px rgba(0, 0, 0, 0.16);
}
.s_select .price_block .p_price .circle .question{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #d2d2d2;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}
.s_select .price_block .p_price .circle .question:hover .text{
	visibility: visible;
	opacity: 1;
}
.s_select .price_block .p_price .circle .question .text{
	position: absolute;
	left: 50%;
	top: 20px;
	font-size: 10px;
	width: 200px;
	margin-left: -100px;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(213, 213, 213, 0.5), 0 1px 6px rgba(213, 213, 213, 0.5);
	color: #504868;
	border-radius: 5px;
	visibility: hidden;
	z-index: 9;
	padding: 10px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_select .price_block .right .label:first-child{
	margin-top: 0;
}
.s_select .price_block .right .label{
	margin-top: 10px;
}
.s_select  .card_info{
	margin: 20px 0 10px;
	background-color: rgba(237, 237, 237, 0.6);
	border-radius: 5px;
	padding: 20px 20px 15px;
	max-width: 620px;
}
.s_select  .card_info input:not(.btn){
	max-width: 305px;
	height: 50px;
}
.s_select .card_info label{
	display: inline-block;
	vertical-align: top;
	max-width: 305px;
	width: 100%;
	margin-right: 15px;
	margin-bottom: 10px;
}
.s_select .card_info label.input_small{
	max-width: 105px;
}
.s_select .card_info label .label{
	display: block;
	font-family: "Gotham-Book";
	font-weight: 300;
	color: #9f9f9f;
	margin-bottom: 5px;
}
.s_select .card_info .img_card{
	/* display: inline-block; */
}
.s_select .payment .sum_label{
	font-size: 12px;
	font-weight: 500;
	margin-top: 25px;
}
.s_select .payment .sum_label br{
	display: inline-block;
}
.s_select .payment .sum{
	font-size: 42px;
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.s_select .payment .button_wrap{
	margin-top: 33px;
}
.s_select .payment button{
	margin-right: 15px;
}
.s_select .policy{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Gotham-Book";
	max-width: 330px;
	color: #504868;
}
.s_select .policy .link{
	font-size: 13px;
}
.s_select .link{
	display: inline-block;
	padding-bottom: 3px;
	color: #000;
	border-bottom: 2px solid #00c7cc;
	font-size: 12px;
}
.s_select .link:hover{
	color: #00c7cc!important;
}
/*/SELECT*/

/*NEWS ITEMS*/
/*NEWS ITEMS*/
.newpage .s_form {margin-top: 0px;}
.s_newsItems{
	margin-top: 12px;
	background-image: url(../img/bg/news_items.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	padding-bottom: 0;
}
.s_newsItems h2{
	text-transform: none;
}
.s_newsItems .items{
	margin-top: 40px;
}
.s_newsItems .item{
	margin-bottom: 60px;
}
.s_newsItems .item:last-child{
	margin-bottom: 45px;
}
.s_newsItems .item .text{
	height: 240px;
	display: table-cell;
	vertical-align: middle;
}
.s_newsItems .item .date{
	margin-bottom: 15px;
}
.s_newsItems .date{
	padding: 5px 8px;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	font-weight: 500;
	background-color: #525975;
	border-radius: 3px;
	display: inline-block;
}
.s_newsItems .item .img{
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: 240px;
	position: relative;
}
.s_newsItems .item .img img{
	display: inline-block;
	max-width: none;
	position: relative;
	top: 50%;
	left: 50%;
	border-radius: 3px;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	-o-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
	border-radius: 3px;
}
.s_newsItems .item h3{
	font-size: 22px;
	text-transform: none;
	font-weight: 500;
}
.s_newsItems .item h3 a{
	border-bottom: 1px solid transparent;
}
.s_newsItems .item h3 a:hover{
	border-color: #353a4d;
}
.s_newsItems .item p{
	font-size: 16px;
}
.s_newsItems .item .news_info{
	margin-top: 15px;
	background-color: #f9fafc;
	padding: 10px 20px;
}
.news_info{
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	max-width: 330px;
	width: 100%;
}
.news_info >div > div{
	display: inline-block;
	vertical-align: middle;
}
.news_info .right{
	padding-left: 5px;
	margin-top: 4px;
}
.news_info a.comment_link:hover{
	color: #00dbc0;
}
.news_info .comment_link i{
	color: #00dbc0;
	font-size: 13px;
	margin-right: 5px;
}
.news_info .like{
}
.news_info .like .icon{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #82ca05;
	font-size: 11px;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	margin: 0 6px;
}
.s_newsItems .h3{
	font-size: 32px;
	text-transform: none;
	font-weight: 700;
}
.s_newsItems .other_wrap{
}
.s_newsItems .other_wrap .h3{
	margin-bottom: 20px;
}
.s_newsItems .other_item{
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: top;
	position: relative;
	background-color: #f2f2f2;
	overflow: hidden;
}
.s_newsItems .other_item,
.s_newsItems .other_item p,
.s_newsItems .other_item a{
	color: #fff;
}
.s_newsItems .other_item::before,
.s_newsItems .other_item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_newsItems .other_item::before{
	top: auto;
	height: 200px;
	border-radius: 0 0 3px 3px;
	opacity: 0.55;
	background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
	background-image: -webkit-linear-gradient(bottom, black 0%, transparent 100%);
	background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
	background-image: linear-gradient(to top, black 0%, transparent 100%);
}
.s_newsItems .other_item::after{
	background-color: rgba(0, 0, 0, 0.4);
}
.s_newsItems .other_item,
.s_newsItems .other_item::after,
.s_newsItems .other_item .img,
.s_newsItems .other_item .img img{
	border-radius: 3px;
}
.s_newsItems .other_item .img{
	overflow: hidden;
	min-height: 240px;
}
.s_newsItems .other_item .img img{
	display: inline-block;
	max-width: none;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0) scale(1,1);
	-ms-transform: translate(-50%,0) scale(1,1);
	-o-transform: translate(-50%,0) scale(1,1);
	transform: translate(-50%,0) scale(1,1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.s_newsItems .other_item:hover .img img {
	-webkit-transform: translate(-50%,0) scale(1.15,1.15);
	-ms-transform: translate(-50%,0) scale(1.15,1.15);
	-o-transform: translate(-50%,0) scale(1.15,1.15);
	transform: translate(-50%,0) scale(1.15,1.15);
}
.s_newsItems .other_item .date{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
}
.s_newsItems .other_item .edit-news,
.s_newsItems .other_item .delete-news,
.s_newsItems .other_item .ispromo-news {
	padding: 5px 8px;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    font-weight: 500;
    background-color: #525975;
    border-radius: 3px;
    display: inline-block;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 3;
}
.s_newsItems .other_item .ispromo-news {
	right: 80px;
}
.s_newsItems .other_item .delete-news {
	right: 20px;
}
.s_newsItems .other_item .delete-news i {
	color: red;
}
.s_newsItems .other_item .ispromo-news i.fa-star {
	color: yellow;
}

.s_newsItems .other_item .bottom{
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	z-index: 3;
}
.s_newsItems .other_item h4{
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
}
.s_newsItems .other_item p{
	font-size: 13px;
	margin-top: 5px;
}
.s_newsItems .other_item .news_info{
	margin-top: 5px;
	white-space: nowrap;
}
.s_newsItems .other_item .news_info .coins{
	color: #ffd600;
}
.s_newsItems .other_item.img_none::before,
.s_newsItems .other_item.img_none::after{
	display: none;
}
.s_newsItems .other_item.img_none,
.s_newsItems .other_item.img_none .news_info .coins{
	color: #353a4d;
}
.s_newsItems .other_item.img_none p{
	color: #787ea0;
}
.s_newsItems .btn_center{
	text-align: center;
	margin-top: 10px;
}
/* .s_newsItems .news_page .news_content .img{
	position: relative;
	overflow: hidden;
} */
/* .s_newsItems .news_page .news_content .img img{
	max-width: none;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
} */
.s_newsItems .news_content .responsive_img {
	width: 100% !important;
	height: auto !important;
}
.s_newsItems .news_page .h3{
	font-size: 28px;
	margin: 20px 0;
}
.s_newsItems .news_page .news_content p{
	margin: 0;
	font-size: 16px;
	color: #525975;
}
.dark .s_newsItems .news_page .news_content p{
	color: #fff;
}
.s_newsItems .news_page .news_content .ql-align-center {
	text-align: center;
}
.s_newsItems .news_page .news_content .ql-align-left {
	text-align: left;
}
.s_newsItems .news_page .news_content .ql-align-right {
	text-align: right;
}
.s_newsItems #__single-game-news-wrapper .ql-align-center.td-video *
{
	text-align: center;
}
.s_newsItems #__single-game-news-wrapper .ql-align-right.td-video *
{
	text-align: right;
}

.s_newsItems .news_page .h4{
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 40px;
}
.s_newsItems .news_page .quote{
	background-color: #f3f5f9;
	border-radius: 3px;
	text-align: center;
	padding: 50px 35px;
	margin: 40px 0;
}
.s_newsItems .news_page .quote .text{
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: 300;
	display: inline-block;
	position: relative;
}
.s_newsItems .news_page .quote .text::before,
.s_newsItems .news_page .quote .text::after{
	content: '«';
	position: relative;
	top: 0;
	left: 0;
	font-weight: 700;
	color: #bfc8da;
}
.s_newsItems .news_page .quote .text::after{
	content: '»';
}
.s_newsItems .news_page .quote .name{
	font-size: 14px;
	font-weight: 500;
	margin-top: 25px;
}
.s_newsItems .news_page .tags_wrap{
	padding: 25px 0;
	margin: 30px 0;
	border-top: 1px solid #edf0f7;
	border-bottom: 1px solid #edf0f7;
}
.s_newsItems .news_page .tags{
	font-size: 14px;
	font-weight: 700;
}
.s_newsItems .news_page .tags a{
	color: #00c7cc;
	font-weight: 300;
}
.s_newsItems .news_page .tags a:hover{
	color: #353a4d;
}
.s_newsItems .news_page .news_info{
	max-width: none;
	width: auto;
}
.s_newsItems .news_page .news_info .img_soc{
	margin-left: 25px;
}
.s_newsItems .news_page .author{
	background-color: #fcfdff;
	border: 1px solid #edf0f7;
	border-radius: 3px;
	padding: 20px 20px;
}
.s_newsItems .news_page .author h4{
	font-weight: 500;
	text-transform: none;
}
.s_newsItems .news_page .author p{
	margin: 10px 0 5px;
	font-size: 13px;
}
.s_newsItems .news_page .author .img_author{
	margin-right: 20px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.s_newsItems .news_page .author .img_author img{
	border-radius: 50%;
}
.s_newsItems .news_page .author .soc li{
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
}
.s_newsItems .news_page .author .soc li a{
	color: #00c7cc;
}
.s_newsItems .news_page .author .soc li a:hover{
	color: #353a4d;
}
.s_newsItems .comments_wrap{
	margin-top: 50px;
}
.s_newsItems .comment_number{
	color: #9aa2c3;
	font-weight: 300;
	margin-left: 10px;
}
.s_newsItems .comments{
	margin-top: 50px;
}
.s_newsItems .comment{
	background-color: white;
	border: 1px solid #edeef0;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	padding: 20px 25px;
	padding-right: 230px;
	margin-top: 20px;
	position: relative;
}
.s_newsItems .comment.comment2{
	margin-left: 60px;
}
.s_newsItems .comment h4{
	margin: 0;
	text-transform: none;
}
.s_newsItems .comment p{
	margin: 10px 0 5px;
	font-size: 13px;
}
.s_newsItems .comment a{
	color: #00c7cc;
	font-size: 13px;
	font-weight: 500;
}
.s_newsItems .comment a:hover{
	color: #353a4d;
}
.s_newsItems .comment .comment_info{
	position: absolute;
	top: 15px;
	right: 15px;
}
.evaluation,
.evaluation .number,
.evaluation .icon{
	display: inline-block;
	vertical-align: middle;
}
.evaluation{
	margin-right: 10px;
}
.evaluation .number{
	font-size: 12px;
	font-weight: 500;
}
.evaluation .icon{
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	background-color: white;
	border: 1px solid #edeef0;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	font-size: 11px;
}
.evaluation .icon.dislike{
	color: #f24841;
}
.evaluation .icon.like{
	color: #bbe410;
}
.s_newsItems .comments_wrap form{
	margin-top: 50px;
	text-align: left;
	padding: 20px 25px;
	background-color: #f7f7f7;
	border-radius: 3px;
}
.s_newsItems .comments_wrap form .h3{
	margin-top: 0;
}
.s_newsItems .comments_wrap form .inputs{
	max-width: 305px;
	width: 100%;
}
.s_newsItems .comments_wrap form .inputs input{
	margin-bottom: 30px;
	height: 50px;
}
.s_newsItems .comments_wrap form input, .s_newsItems .comments_wrap form textarea {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
    border: 2px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
}
.s_newsItems .comments_wrap form .textarea{
	width: 100%;
	padding-left: 30px;
}
.s_newsItems .comments_wrap form button{
	width: 100%;
}
.s_newsItems {
	/* padding: 0px !important; */
  }
  
  .headernews {
	width: 100%;
	/* background: url(../img/news/news1/1.jpg); */
	/* height: 500px; */
	height: 255px;
	margin-bottom: 20px;
	position: relative;
	background-size: cover;
	overflow: hidden;
  }
  .headernews::before {
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	opacity: 0.6;
  }
  .headernews .news-header-blur {
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	-webkit-filter: blur(70px);
	-moz-filter: blur(70px);
	-o-filter: blur(70px);
	-ms-filter: blur(70px);
	filter: blur(70px);
	transform: scale(1.5);
  }
  .headernews .news-header-blur-background::before {
	content: "";
	background-image: url('/img/transparent.png');
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: .2;
  }
  .headernews .news-header-blur-background {
	position: relative;
	width: 100%;
	height: 100%;
  }
  .headernews .headvir {
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin-bottom: 20px;
	z-index: 200;
  }
  .headernews .headvir h2 {
	  color: #ffffff !important;
  }
  .headernews .headvir a {
	  color: #ffffff;
  }
  .headernews .headvir i {
	  color: #01c7cc;
  }
  .headernews .headvir span:nth-last-child(2) {
	margin-right: 15px;
  }
  .headernews .headvir a:hover {}
  .headernews .headvir .date {
	background-color: #01c7cc;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 0;
	margin-top: 10px;
  }
	.headernews .headvir .bread_crumbs {
		color: #fff;
	}
/*/NEWS ITEMS*/

/*GAME PAGE*/
.s_game_page{
	background-image: url(../img/bg/game_page.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 305px 0 120px;
}
.s_game_page,
.s_game_page a,
.s_game_page p{
	color: #fff;
}

.s_game_page p{
	text-shadow: 1px 1px 0 rgba(17, 17, 17, .4);
}

.s_game_page .content{
	max-width: 570px;
}
.s_game_page .img_logo{
	margin-bottom: 10px;
}
.s_game_page p{
	margin: 10px 0;
}
.s_game_page .info{
	margin: 15px 0 40px;
}
.s_game_page .info li{
	display: inline-block;
	margin-right: 15px;
	text-shadow: 1px 1px 0 rgba(17, 17, 17, .4);
}
.s_game_page .info li:last-child{
	margin-right: 0;
}
.s_game_page .info li i{
	color: #bbe510;
}
.s_game_page .buttons{
	position: relative;
	z-index: 3;
}
.s_game_page .btn{
	margin-right: 15px;
	padding-left: 35px;
	padding-right: 35px;
}
.s_game_page .btn.btn_page i, .s_select_game .btn.bnt_page i{
	/*color: #353a4d;*/
	color: #fff;
}
.s_game_page .btn .numbers, .featuredgamebox .btn .numbers{
	background-color: #fff;
	color: #0081c8;
	display: inline-block;
	padding: 0 5px;
	margin-left: 10px;
	position: relative;
	border-radius: 5px;
}
.s_game_page .btn .numbers span, .featuredgamebox .btn .numbers span{
	position: relative;
	z-index: 3;
}
.s_game_page .btn .numbers::before, .featuredgamebox .btn .numbers::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -6px;
	border: 3px solid transparent;
	border-right-color: #fff;
}
.s_game_page .btn .numbers::after, .featuredgamebox .btn .numbers::after{
	content: '';
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
}
.s_game_page .available{
	display: inline-block;
}
.s_game_page .game_info{
	display: inline-block;
}
.s_game_page .circle_info{
	max-width: 500px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding-right: 15px;
}
.s_game_page .circle_info .circle{
	display: inline-block;
	vertical-align: top;
	max-width: 110px;
	width: 100%;
	margin-right: -15px;
	text-align: center;
}
.s_game_page .circle_info .label{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,.7);
}
/*/GAME PAGE*/

/*MENU TAB*/
.menu_game{
	background-color: rgba(238, 238, 238, 0.4);
	padding: 12px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.menu_add_news_section{
	padding: 0 !important;
}
.menu_add_news {
	position: initial;
	background-color: #3C3D45;
	padding: 12px 0;
}
.menu_add_news ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.menu_add_news ul li {
	align-self: center;
	margin-right: 20px;
}
.menu_add_news ul li.grow-1 {
	flex-grow: 1;
}
.menu_add_news ul li .saved_news_btn {
	background-image: none;
	background-color: #7B8194;
	/* margin-right: 20px; */
}
.menu_add_news ul li .saved_news_btn:hover {
	background-image: none;
	background-color: #7b8194;
}
.menu_add_news ul li i {
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}
.menu_add_news ul li .ispromo-news i.fa-star {
	color: yellow;
}
.menu_add_news ul li .delete-news i {
	color: red;
}

.menu_add_news ul li h1 {
	font-size: 26px;
	color: #fff;
}
.menu_add_news ul li.saved_news_li {
	position: relative;
	margin-left: 10px;
}
.menu_add_news ul li span {
	position: absolute;
    top: 50%;
	left: -7px;
	transform: translateY(-50%);
    background-color: #f24841;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1em;
}
.menu_add_news ul li .post_news_btn {
	background-image: none;
	background-color: #F328DA;
}
.menu_add_news ul li .post_news_btn:hover {
	background-image: none;
	background-color: #F328DA;
}

.menu_game li{
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	font-family: "Gotham-Bold";
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.menu_game li > span{
	position: relative;
	z-index: 2;
}
.menu_game li.active
{
	background-color: #fff;
	color: #000;	
}
.menu_game li:hover{
	background-color: #232323;	
	color: #fff;
}
.menu_game li .number{
	position: absolute;
	top: -15px;
	right: -20px;
	background-color: #f24841;
	color: #fff;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 11px;
	line-height: 1em;
}
.page_content{
	position: relative;
}
.page_content .page_item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.page_content .page_item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
.page_content .page_item > section:first-child{
	/* background-color: #f9f9f9; */
	box-shadow: inset 0 1px 0 rgba(182, 182, 182, 0.17);
	padding-top: 20px;
}
/*/MENU TAB*/

/*SCREEN GAME*/
.s_screen_game{
	padding: 65px 0 20px;
	background-color: #f9f9f9;
}
.s_screen_game .img img{
	border-radius: 3px;
}
/*SCREEN GAME*/

/*SELECT GAME*/
.s_select_game{
	box-shadow: none;
	padding: 10px 0 70px;
}
.s_select .coins {
	background: none;
}
/*/SELECT GAME*/

/*ABOUT GAME*/
.s_about_game{
	padding: 50px 0;
	background-color: #282d41;
}
.s_about_game,
.s_about_game a{
	color: #fff;
}
.s_about_game p{
	color: rgba(255,255,255,.7);
	margin: 15px 0;
}
.s_about_game .img{
	margin-bottom: 10px;
}
.s_about_game .logos li{
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}
.s_about_game .logos li:last-child{
	margin-right: 0;
}
.s_about_game .logos li.chroma{
	position: relative;
	top: -10px;
}
/*/ABOUT GAME*/

/*VIDEO GAME*/
.s_video_game{
	padding: 110px 0;
	background-image: url(../img/bg/video_game.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.s_video_game .wrap{
	background-color: rgba(255,255,255,.85);
	padding: 60px 50px 60px 70px;
	max-width: 700px;
}
.s_video_game .wrap .list-white *,
.game_about .list-white * {
	color:#fff;
}
.s_video_game .wrap.black{
	background-color: rgba(0,0,0,.65);
	color: #fff;
	max-width: 900px;
}
.s_video_game .wrap.black p {
	color: #fff;
}

.s_video_game p{
	color: #353a4d;
	margin-top: 10px;
}
/*/VIDEO GAME*/

/*MAIN FEATURES*/
.s_main_features{
	padding: 50px 0 0;
	background-color: #f9f9f9;
}
.s_main_features .item{
	margin: 30px auto 0;
	max-width: 330px;
}
.s_main_features .item .img{
	background-color: #020636;
	border: 10px solid #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.s_main_features .item h3{
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
}
.s_main_features .quote{
	margin-top: 50px;
	position: relative;
	background: url(../img/gamepages/jt/quote.jpg);
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 90px;
	border-radius: 5px;
}

.s_main_features .quote .img img{
	display: none;
}
.s_main_features .quote .text{
	max-width: 860px;
	padding: 20px;
	margin: 0 auto;
	color: #fefefe;
	font-family: "Montserrat";
	text-align: center;
	font-size: 34px;
	font-weight: 300;
}
.s_main_features .quote-logo {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	height: auto;
}
.s_main_features [class^=col]{
	margin-bottom: 30px;
}
/* .s_main_features .quote-logo-wrap .col-md-4:not(:last-child) {margin-right: 0px;} */
/*/MAIN FEATURES*/

/*GAME DESCRIPTION*/
.s_game_description{
	padding: 60px 0;
	background-color: #f9f9f9;
}
.s_game_description .img{
	max-width: 690px;
	width: 100%;
}
.s_game_description .text{
	margin-left: 30px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.s_game_description p{
	margin: 15px 0;
}
/*/GAME DESCRIPTION*/

/*REVIEW GAME*/
.s_review_game{
	/* background-image: url(../img/bg/review_game.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #62b955;
	/* margin-top: 40px; */
}
.s_review_game,
.s_review_game a,
.s_review_game p{
	color: #fff;
}
.s_review_game .carousel{
	margin-top: 30px;
}
.s_review_game .owl-controls{
	position: absolute;
	top: -60px;
	right: -5px;
}
.s_review_game .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.s_review_game .owl-item.active .item{
	opacity: 1;
}
.s_review_game .item{
	padding: 20px 20px 10px;
	max-width: 330px;
	margin: 0 auto;
	border-radius: 3px;
	position: relative;
	opacity: .3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_review_game .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 0 20px rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_review_game .item.active::before{
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border: 3px solid #aedd0b;
	background-image: url(../img/bg/review_game_item_active.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 3px;
}
.s_review_game .item.active .line{
	opacity: 0;
}
.s_review_game .item *{
	position: relative;
	z-index: 3;
}
.s_review_game .item .img,
.s_review_game .item .text{
	display: inline-block;
	vertical-align: middle;
}
.s_review_game .item .img{
	margin-right: 10px;
}
.s_review_game .item .text .name{
	font-size: 15px;
	font-weight: 500;
}
.s_review_game .item .text .rating,
.s_review_game .item .text .date{
	display: inline-block;
}
.s_review_game .item .text .rating{
	font-size: 12px;
	color: #ffd800;
}
.s_review_game .item .text .date{
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,.3);
	margin-left: 5px;
}
.s_review_game .line{
	margin: 10px -20px;
	height: 1px;
	background-color: rgba(255,255,255,.3);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_review_game .evaluation .icon{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.s_review_game .evaluation .number{
	margin: 0 5px;
}
.s_review_game .info_wrap{
	margin-top: 35px;
	position: relative;
}
.s_review_game .info{
	margin-top: 30px;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 0 20px rgba(255, 255, 255, 0.1);
	min-height: 240px;
}
.s_review_game .info ul{
	margin-top: 25px;
}
.s_review_game .info ul:first-child{
	margin-top: 0;
}
.s_review_game .info li{
	font-size: 13px;
	margin-top: 5px;
}
.s_review_game .info  li h4{
	text-transform: none;
}
/*/REVIEW GAME*/

/*DONATE GAME*/
.s_donate_game.s_select{
}
.s_donate_game .backers{
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.05);
	padding: 6px;
	max-width: 210px;
	width: 100%;
}
.s_donate_game .backers .icon{
	width: 51px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	background-color: #e7f4f7;
	border-radius: 3px;
	margin-right: 15px;
	color: #00b5d6;
	font-size: 22px;
}
.s_donate_game .backers .number{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
.s_donate_game .backers .label{
	color: #acb0c5;
	font-size: 12px;
}
.s_donate_game .h h3{
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}
.s_donate_game .items{
	margin-top: 30px;
	position: relative;
	padding-left: 15px;
}
.s_donate_game .items .line{
	position: absolute;
	top: 10px;
	left: 15px;
	width: calc(75% - 10px);
	height: 24px;
	background-color: #eee;
	z-index: 3;
}
.s_donate_game .items .line .line_active{
	width: 0%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#00e4d6), color-stop(28%, #009df2), color-stop(54%, #5940f5), to(#e03aff));
	background-image: -webkit-linear-gradient(left, #00e4d6 0%, #009df2 28%, #5940f5 54%, #e03aff 100%);
	background-image: -o-linear-gradient(left, #00e4d6 0%, #009df2 28%, #5940f5 54%, #e03aff 100%);
	background-image: linear-gradient(to right, #00e4d6 0%, #009df2 28%, #5940f5 54%, #e03aff 100%);
	position: relative;
}
.s_donate_game .items .line .line_number{
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	font-weight: 500;
}
.s_donate_game .item{
	position: relative;
	padding-top: 40px;
}
.s_donate_game .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	bottom: 0;
	width: 1px;
	background-color: #e1e1e1;
}
.s_donate_game .item .number{
	position: absolute;
	top: -30px;
	left: -15px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	font-size: 12px;
	font-weight: 500;
	padding-top: 15px;
}
.s_donate_game .item .number::before{
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #00b5d6;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_donate_game .item.active .number::before{
	opacity: 1;
}
.s_donate_game .item h4{
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}
.s_donate_game .item p{
	font-size: 12px;
	margin-top: 5px;
}
.s_donate_game form{
	margin-top: 30px;
}
/*/DONATE GAME*/

/*NEWS GAME*/
.s_news_game.s_newsItems{
	margin: 0;
}
.s_news_game h2{
	margin-bottom: 20px;
}
/*/NEWS GAME*/



/*PROFILE*/
.s_profile{
	background-image: url(../img/bg/profile.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 85px 0 25px;
}
.s_profile,
.s_profile a{
	color: #fff;
}
.s_profile .profile{
	padding-left: 120px;
	position: relative;
}
.s_profile .profile .img{
	position: absolute;
	top: 0;
	left: 0;
}
.s_profile .profile .press{
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 2px 10px 1px;
	background-color: #00befa;
	border-radius: 3px;
	display: inline-block;
}
.s_profile .profile .name{
	font-size: 36px;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 5px 0 15px;
}
.s_profile .profile .btn{
	margin-right: 20px;
	padding: 12px 30px;
}
.s_profile .profile .btn i{
	font-size: 14px;
}
.s_profile .profile .labels{
	display: inline-block;
}
.s_profile .profile .label{
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
	margin-right: 15px;
}
.s_profile .line{
	margin: 30px 0 25px;
	background-color: rgba(255,255,255,.2);
	height: 1px;
}
.s_profile .fans{
	margin-top: 10px;
}
.s_profile .fans .left{
}
.s_profile .fans .img{
	margin-right: 16px;
	display: inline-block;
}
.s_profile .fans .add{
	width: 54px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.21);
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	display: inline-block;
}
.s_profile .fans .add:hover{
	color: #00befa;
	border: 1px solid rgba(0, 190, 250, 0.21);
}
/*/PROFILE*/
.s_games .item .icon_add{
	margin-top: 20px;
	margin-bottom: 25px;
}
.s_games .table{
	position: relative;
}
.s_games .table .items{
	margin-top: 0;
}
.s_games .table::before{
	content: '';
	position: absolute;
	top: 245px;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	background-image: url(../img/bg/game_table.png);
	background-repeat: no-repeat;
	width: 1568px;
	height: 131px;
}
.ul-list-btn li:first-child {
	display: flex;
	justify-content: center;
}
#bfan, #notif-btn {
	padding: 0 35px;
    height: 52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#notif-btn {
	padding: 0;
	width: 52px;
	height: 52px;
	margin-right: 10px;
}
#bfan i, 
#notif-btn i {
	font-size: 28px;
	color: #fff;
}


/*FOOTER*/
footer{
	background-image: url(../img/bg/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
/*	position: absolute;
	bottom: 0; 
	left:0;
	right: 0;*/
	padding: 75px 0;
}
footer .top{
	display: inline;
}
footer .logo,
footer nav{
	display: inline-block;
	vertical-align: top;
}
footer .logo{
	margin-top: -15px;
}
footer nav{
	margin-left: 70px;
}
footer .right{
	text-align: right;
}
footer .copy{
	margin-top: 25px;
	letter-spacing: 1px;
	font-size: 10px;
	color: #606b91;
}
footer .login li{
	display: inline-block;
	margin-left: 25px;
}
footer .login a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
footer .login a:hover{
	color: #00c7cc;
}
footer .login img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
footer .login a i {
	color: #00c7cc;
	margin-right: 5px;
}
footer .soc{
	margin-top: 25px;
}
footer .soc li{
	display: inline-block;
	margin-left: 6px;
}
footer .soc a{
	color: #00c7cc;
}
footer .soc a:hover{
	color: #353a4d;
}
/*/FOOTER*/
/*INPUT CHECKBOX*/
.input_checkbox{
	display: block;
	position: relative;
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
	cursor: pointer;
	/* height: 50px; */
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.input_checkbox input{
	display: none;
}
.input_checkbox input:checked + .check{
	border-color: transparent;
	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%);
}
.input_checkbox .check{
	position: absolute;
	/* top: 50%; */
	left: 0;
	/* margin-top: -11px; */
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-color: white;
	border: 2px solid #e6e6e6;
	border-radius: 3px;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
}
.input_checkbox .check::before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: FontAwesome;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-shadow: 0 1px 0 #da9634;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input_checkbox input:checked + .check::before {
	opacity: 1;
}
@media only screen and (max-width : 1500px) {
	.input_checkbox{
		letter-spacing: -.7px;
	}
}
/*/INPUT CHECKBOX*/

/*INPUT RADIO*/
.input_radio{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.input_radio input{
	display: none;
}
.input_radio input:checked + .check{
}
.input_radio .check{
	display: block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
/*/INPUT RADIO*/


/*POPUP*/
.fancybox-close:hover{
	opacity: 1;
}
.fancybox-close-small{
	background-image: url(../img/icons/close.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	top: -40px;
	right: -40px;
	left: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fancybox-close-small::after{
	display: none;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(21,20,26,.9);
}
.popup{
	width: 390px;
	min-width: 280px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.37);
	padding: 0 !important;
	overflow: visible!important;
	text-align: center!important;
}
.popup p {
	color: #525975 !important;
}
.popup .tabs{
}
.popup .tab{
	float: left;
	width: 50%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background-color: rgba(232, 232, 232, 0.75);
	box-shadow: inset 0 -2px 0 #e6e6e6;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.popup .tab span{
	position: relative;
	z-index: 3;
}
.dark .popup {color: #525975;}
.popup .tab.active,
.popup .tab:hover{
	color: #00c7cc;
}
.popup .tab::before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	opacity: 0;
}
.popup .tab.active::before{
	opacity: 1;
}
.popup .tab_item{
	display: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.popup .tab_item.active{
	display: block;
}
.popup .logo{
	padding: 20px 30px;
}
.popup form{
	padding: 0 30px 30px;
}
.popup .input_wrap{
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
}
.popup input:not(.btn){
	text-transform: none;
	height: 50px;
}
.popup input:not(.btn),
.popup button.btn{
	width: 100%;
}
.popup .link, #sign-in-form .link{
	display: inline-block;
	padding-bottom: 3px;
	color: #353a4d;
	border-bottom: 2px solid #00c7cc;
	font-size: 11px;
	margin: 15px 0;
}
.popup .link:hover{
	color: #00c7cc;
}
.popup .link_wrap{
	margin: 10px 0;
}
.popup .input_wrap + .link_wrap,
.popup .input_wrap + .checkbox_wrap{
	/* margin-top: -20px; */
	margin: 20px 0;
}
.popup .checkbox_wrap{
	margin: 15px 0;
}
.popup .input_checkbox{
	/* height: 40px; */
}
.dark .input_checkbox
{
	color: #525975;
}


@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 480px;
	}
}
/*/POPUP*/

/**
 * Extend Us
 * ---------
 */
 .drivers-insured {
 	display: inline-block;
 }
 .circle-percent[data-percent="51"] .mask, .circle-percent[data-percent="52"] .mask, .circle-percent[data-percent="53"] .mask, .circle-percent[data-percent="54"] .mask, .circle-percent[data-percent="55"] .mask, .circle-percent[data-percent="56"] .mask, .circle-percent[data-percent="57"] .mask, .circle-percent[data-percent="58"] .mask, .circle-percent[data-percent="59"] .mask, .circle-percent[data-percent="60"] .mask, .circle-percent[data-percent="61"] .mask, .circle-percent[data-percent="62"] .mask, .circle-percent[data-percent="63"] .mask, .circle-percent[data-percent="64"] .mask, .circle-percent[data-percent="65"] .mask, .circle-percent[data-percent="66"] .mask, .circle-percent[data-percent="67"] .mask, .circle-percent[data-percent="68"] .mask, .circle-percent[data-percent="69"] .mask, .circle-percent[data-percent="70"] .mask, .circle-percent[data-percent="71"] .mask, .circle-percent[data-percent="72"] .mask, .circle-percent[data-percent="73"] .mask, .circle-percent[data-percent="74"] .mask, .circle-percent[data-percent="75"] .mask, .circle-percent[data-percent="76"] .mask, .circle-percent[data-percent="77"] .mask, .circle-percent[data-percent="78"] .mask, .circle-percent[data-percent="79"] .mask, .circle-percent[data-percent="80"] .mask, .circle-percent[data-percent="81"] .mask, .circle-percent[data-percent="82"] .mask, .circle-percent[data-percent="83"] .mask, .circle-percent[data-percent="84"] .mask, .circle-percent[data-percent="85"] .mask, .circle-percent[data-percent="86"] .mask, .circle-percent[data-percent="87"] .mask, .circle-percent[data-percent="88"] .mask, .circle-percent[data-percent="89"] .mask, .circle-percent[data-percent="90"] .mask, .circle-percent[data-percent="91"] .mask, .circle-percent[data-percent="92"] .mask, .circle-percent[data-percent="93"] .mask, .circle-percent[data-percent="94"] .mask, .circle-percent[data-percent="95"] .mask, .circle-percent[data-percent="96"] .mask, .circle-percent[data-percent="97"] .mask, .circle-percent[data-percent="98"] .mask, .circle-percent[data-percent="99"] .mask, .circle-percent[data-percent="100"] .mask {
 	clip: rect(auto, auto, auto, auto)!important;
 }
 .circle-percent .bar, .circle-percent[data-percent="51"] .fill, .circle-percent[data-percent="52"] .fill, .circle-percent[data-percent="53"] .fill, .circle-percent[data-percent="54"] .fill, .circle-percent[data-percent="55"] .fill, .circle-percent[data-percent="56"] .fill, .circle-percent[data-percent="57"] .fill, .circle-percent[data-percent="58"] .fill, .circle-percent[data-percent="59"] .fill, .circle-percent[data-percent="60"] .fill, .circle-percent[data-percent="61"] .fill, .circle-percent[data-percent="62"] .fill, .circle-percent[data-percent="63"] .fill, .circle-percent[data-percent="64"] .fill, .circle-percent[data-percent="65"] .fill, .circle-percent[data-percent="66"] .fill, .circle-percent[data-percent="67"] .fill, .circle-percent[data-percent="68"] .fill, .circle-percent[data-percent="69"] .fill, .circle-percent[data-percent="70"] .fill, .circle-percent[data-percent="71"] .fill, .circle-percent[data-percent="72"] .fill, .circle-percent[data-percent="73"] .fill, .circle-percent[data-percent="74"] .fill, .circle-percent[data-percent="75"] .fill, .circle-percent[data-percent="76"] .fill, .circle-percent[data-percent="77"] .fill, .circle-percent[data-percent="78"] .fill, .circle-percent[data-percent="79"] .fill, .circle-percent[data-percent="80"] .fill, .circle-percent[data-percent="81"] .fill, .circle-percent[data-percent="82"] .fill, .circle-percent[data-percent="83"] .fill, .circle-percent[data-percent="84"] .fill, .circle-percent[data-percent="85"] .fill, .circle-percent[data-percent="86"] .fill, .circle-percent[data-percent="87"] .fill, .circle-percent[data-percent="88"] .fill, .circle-percent[data-percent="89"] .fill, .circle-percent[data-percent="90"] .fill, .circle-percent[data-percent="91"] .fill, .circle-percent[data-percent="92"] .fill, .circle-percent[data-percent="93"] .fill, .circle-percent[data-percent="94"] .fill, .circle-percent[data-percent="95"] .fill, .circle-percent[data-percent="96"] .fill, .circle-percent[data-percent="97"] .fill, .circle-percent[data-percent="98"] .fill, .circle-percent[data-percent="99"] .fill, .circle-percent[data-percent="100"] .fill {
 	position: absolute;
 	border: 25px solid #fc0;
 	width: 100px;
 	height: 100px;
 	clip: rect(0em, 75px, 150px, 0em);
 	border-radius: 50%;
 	transform: rotate(0deg);
 }
 .circle-percent[data-percent="51"] .bar:after, .circle-percent[data-percent="51"] .fill, .circle-percent[data-percent="52"] .bar:after, .circle-percent[data-percent="52"] .fill, .circle-percent[data-percent="53"] .bar:after, .circle-percent[data-percent="53"] .fill, .circle-percent[data-percent="54"] .bar:after, .circle-percent[data-percent="54"] .fill, .circle-percent[data-percent="55"] .bar:after, .circle-percent[data-percent="55"] .fill, .circle-percent[data-percent="56"] .bar:after, .circle-percent[data-percent="56"] .fill, .circle-percent[data-percent="57"] .bar:after, .circle-percent[data-percent="57"] .fill, .circle-percent[data-percent="58"] .bar:after, .circle-percent[data-percent="58"] .fill, .circle-percent[data-percent="59"] .bar:after, .circle-percent[data-percent="59"] .fill, .circle-percent[data-percent="60"] .bar:after, .circle-percent[data-percent="60"] .fill, .circle-percent[data-percent="61"] .bar:after, .circle-percent[data-percent="61"] .fill, .circle-percent[data-percent="62"] .bar:after, .circle-percent[data-percent="62"] .fill, .circle-percent[data-percent="63"] .bar:after, .circle-percent[data-percent="63"] .fill, .circle-percent[data-percent="64"] .bar:after, .circle-percent[data-percent="64"] .fill, .circle-percent[data-percent="65"] .bar:after, .circle-percent[data-percent="65"] .fill, .circle-percent[data-percent="66"] .bar:after, .circle-percent[data-percent="66"] .fill, .circle-percent[data-percent="67"] .bar:after, .circle-percent[data-percent="67"] .fill, .circle-percent[data-percent="68"] .bar:after, .circle-percent[data-percent="68"] .fill, .circle-percent[data-percent="69"] .bar:after, .circle-percent[data-percent="69"] .fill, .circle-percent[data-percent="70"] .bar:after, .circle-percent[data-percent="70"] .fill, .circle-percent[data-percent="71"] .bar:after, .circle-percent[data-percent="71"] .fill, .circle-percent[data-percent="72"] .bar:after, .circle-percent[data-percent="72"] .fill, .circle-percent[data-percent="73"] .bar:after, .circle-percent[data-percent="73"] .fill, .circle-percent[data-percent="74"] .bar:after, .circle-percent[data-percent="74"] .fill, .circle-percent[data-percent="75"] .bar:after, .circle-percent[data-percent="75"] .fill, .circle-percent[data-percent="76"] .bar:after, .circle-percent[data-percent="76"] .fill, .circle-percent[data-percent="77"] .bar:after, .circle-percent[data-percent="77"] .fill, .circle-percent[data-percent="78"] .bar:after, .circle-percent[data-percent="78"] .fill, .circle-percent[data-percent="79"] .bar:after, .circle-percent[data-percent="79"] .fill, .circle-percent[data-percent="80"] .bar:after, .circle-percent[data-percent="80"] .fill, .circle-percent[data-percent="81"] .bar:after, .circle-percent[data-percent="81"] .fill, .circle-percent[data-percent="82"] .bar:after, .circle-percent[data-percent="82"] .fill, .circle-percent[data-percent="83"] .bar:after, .circle-percent[data-percent="83"] .fill, .circle-percent[data-percent="84"] .bar:after, .circle-percent[data-percent="84"] .fill, .circle-percent[data-percent="85"] .bar:after, .circle-percent[data-percent="85"] .fill, .circle-percent[data-percent="86"] .bar:after, .circle-percent[data-percent="86"] .fill, .circle-percent[data-percent="87"] .bar:after, .circle-percent[data-percent="87"] .fill, .circle-percent[data-percent="88"] .bar:after, .circle-percent[data-percent="88"] .fill, .circle-percent[data-percent="89"] .bar:after, .circle-percent[data-percent="89"] .fill, .circle-percent[data-percent="90"] .bar:after, .circle-percent[data-percent="90"] .fill, .circle-percent[data-percent="91"] .bar:after, .circle-percent[data-percent="91"] .fill, .circle-percent[data-percent="92"] .bar:after, .circle-percent[data-percent="92"] .fill, .circle-percent[data-percent="93"] .bar:after, .circle-percent[data-percent="93"] .fill, .circle-percent[data-percent="94"] .bar:after, .circle-percent[data-percent="94"] .fill, .circle-percent[data-percent="95"] .bar:after, .circle-percent[data-percent="95"] .fill, .circle-percent[data-percent="96"] .bar:after, .circle-percent[data-percent="96"] .fill, .circle-percent[data-percent="97"] .bar:after, .circle-percent[data-percent="97"] .fill, .circle-percent[data-percent="98"] .bar:after, .circle-percent[data-percent="98"] .fill, .circle-percent[data-percent="99"] .bar:after, .circle-percent[data-percent="99"] .fill, .circle-percent[data-percent="100"] .bar:after, .circle-percent[data-percent="100"] .fill {
 	transform: rotate(180deg);
 }
 .circle-percent {
 	position: relative;
 	font-size: 200px;
 	font-weight: bold;
 	width: 150px;
 	height: 150px;
 	border-radius: 50%;
 	background-color: #4f5364;
 	margin: 0 auto;
 }
 .circle-percent *, .circle-percent *::before, .circle-percent *::after {
 	box-sizing: content-box;
 }
 .circle-percent > span {
 	position: absolute;
 	z-index: 1;
 	left: 0;
 	top: 0;
 	width: 100%;
 	line-height: 150px;
 	font-size: 42px;
 	font-weight: 900;
 	color: #ffcc00;
 	display: block;
 	text-align: center;
 	white-space: nowrap;
 	transition: all 0.25s ease-in;
 }
 .circle-percent::after {
 	position: absolute;
 	top: 25px;
 	left: 25px;
 	display: block;
 	content: " ";
 	border-radius: 50%;
 	background-color: #fff;
 	width: 100px;
 	height: 100px;
 	transition: all 0.25s ease-in;
 }
 .circle-percent .mask {
 	position: absolute;
 	width: 150px;
 	height: 150px;
 	clip: rect(0em, 150px, 150px, 75px);
 }
 .circle-percent[data-percent="1"] .bar {
 	transform: rotate(3.6deg);
 }
 .circle-percent[data-percent="2"] .bar {
 	transform: rotate(7.2deg);
 }
 .circle-percent[data-percent="3"] .bar {
 	transform: rotate(10.8deg);
 }
 .circle-percent[data-percent="4"] .bar {
 	transform: rotate(14.4deg);
 }
 .circle-percent[data-percent="5"] .bar {
 	transform: rotate(18deg);
 }
 .circle-percent[data-percent="6"] .bar {
 	transform: rotate(21.6deg);
 }
 .circle-percent[data-percent="7"] .bar {
 	transform: rotate(25.2deg);
 }
 .circle-percent[data-percent="8"] .bar {
 	transform: rotate(28.8deg);
 }
 .circle-percent[data-percent="9"] .bar {
 	transform: rotate(32.4deg);
 }
 .circle-percent[data-percent="10"] .bar {
 	transform: rotate(36deg);
 }
 .circle-percent[data-percent="11"] .bar {
 	transform: rotate(39.6deg);
 }
 .circle-percent[data-percent="12"] .bar {
 	transform: rotate(43.2deg);
 }
 .circle-percent[data-percent="13"] .bar {
 	transform: rotate(46.8deg);
 }
 .circle-percent[data-percent="14"] .bar {
 	transform: rotate(50.4deg);
 }
 .circle-percent[data-percent="15"] .bar {
 	transform: rotate(54deg);
 }
 .circle-percent[data-percent="16"] .bar {
 	transform: rotate(57.6deg);
 }
 .circle-percent[data-percent="17"] .bar {
 	transform: rotate(61.2deg);
 }
 .circle-percent[data-percent="18"] .bar {
 	transform: rotate(64.8deg);
 }
 .circle-percent[data-percent="19"] .bar {
 	transform: rotate(68.4deg);
 }
 .circle-percent[data-percent="20"] .bar {
 	transform: rotate(72deg);
 }
 .circle-percent[data-percent="21"] .bar {
 	transform: rotate(75.6deg);
 }
 .circle-percent[data-percent="22"] .bar {
 	transform: rotate(79.2deg);
 }
 .circle-percent[data-percent="23"] .bar {
 	transform: rotate(82.8deg);
 }
 .circle-percent[data-percent="24"] .bar {
 	transform: rotate(86.4deg);
 }
 .circle-percent[data-percent="25"] .bar {
 	transform: rotate(90deg);
 }
 .circle-percent[data-percent="26"] .bar {
 	transform: rotate(93.6deg);
 }
 .circle-percent[data-percent="27"] .bar {
 	transform: rotate(97.2deg);
 }
 .circle-percent[data-percent="28"] .bar {
 	transform: rotate(100.8deg);
 }
 .circle-percent[data-percent="29"] .bar {
 	transform: rotate(104.4deg);
 }
 .circle-percent[data-percent="30"] .bar {
 	transform: rotate(108deg);
 }
 .circle-percent[data-percent="31"] .bar {
 	transform: rotate(111.6deg);
 }
 .circle-percent[data-percent="32"] .bar {
 	transform: rotate(115.2deg);
 }
 .circle-percent[data-percent="33"] .bar {
 	transform: rotate(118.8deg);
 }
 .circle-percent[data-percent="34"] .bar {
 	transform: rotate(122.4deg);
 }
 .circle-percent[data-percent="35"] .bar {
 	transform: rotate(126deg);
 }
 .circle-percent[data-percent="36"] .bar {
 	transform: rotate(129.6deg);
 }
 .circle-percent[data-percent="37"] .bar {
 	transform: rotate(133.2deg);
 }
 .circle-percent[data-percent="38"] .bar {
 	transform: rotate(136.8deg);
 }
 .circle-percent[data-percent="39"] .bar {
 	transform: rotate(140.4deg);
 }
 .circle-percent[data-percent="40"] .bar {
 	transform: rotate(144deg);
 }
 .circle-percent[data-percent="41"] .bar {
 	transform: rotate(147.6deg);
 }
 .circle-percent[data-percent="42"] .bar {
 	transform: rotate(151.2deg);
 }
 .circle-percent[data-percent="43"] .bar {
 	transform: rotate(154.8deg);
 }
 .circle-percent[data-percent="44"] .bar {
 	transform: rotate(158.4deg);
 }
 .circle-percent[data-percent="45"] .bar {
 	transform: rotate(162deg);
 }
 .circle-percent[data-percent="46"] .bar {
 	transform: rotate(165.6deg);
 }
 .circle-percent[data-percent="47"] .bar {
 	transform: rotate(169.2deg);
 }
 .circle-percent[data-percent="48"] .bar {
 	transform: rotate(172.8deg);
 }
 .circle-percent[data-percent="49"] .bar {
 	transform: rotate(176.4deg);
 }
 .circle-percent[data-percent="50"] .bar {
 	transform: rotate(180deg);
 }
 .circle-percent[data-percent="51"] .bar {
 	transform: rotate(183.6deg);
 }
 .circle-percent[data-percent="52"] .bar {
 	transform: rotate(187.2deg);
 }
 .circle-percent[data-percent="53"] .bar {
 	transform: rotate(190.8deg);
 }
 .circle-percent[data-percent="54"] .bar {
 	transform: rotate(194.4deg);
 }
 .circle-percent[data-percent="55"] .bar {
 	transform: rotate(198deg);
 }
 .circle-percent[data-percent="56"] .bar {
 	transform: rotate(201.6deg);
 }
 .circle-percent[data-percent="57"] .bar {
 	transform: rotate(205.2deg);
 }
 .circle-percent[data-percent="58"] .bar {
 	transform: rotate(208.8deg);
 }
 .circle-percent[data-percent="59"] .bar {
 	transform: rotate(212.4deg);
 }
 .circle-percent[data-percent="60"] .bar {
 	transform: rotate(216deg);
 }
 .circle-percent[data-percent="61"] .bar {
 	transform: rotate(219.6deg);
 }
 .circle-percent[data-percent="62"] .bar {
 	transform: rotate(223.2deg);
 }
 .circle-percent[data-percent="63"] .bar {
 	transform: rotate(226.8deg);
 }
 .circle-percent[data-percent="64"] .bar {
 	transform: rotate(230.4deg);
 }
 .circle-percent[data-percent="65"] .bar {
 	transform: rotate(234deg);
 }
 .circle-percent[data-percent="66"] .bar {
 	transform: rotate(237.6deg);
 }
 .circle-percent[data-percent="67"] .bar {
 	transform: rotate(241.2deg);
 }
 .circle-percent[data-percent="68"] .bar {
 	transform: rotate(244.8deg);
 }
 .circle-percent[data-percent="69"] .bar {
 	transform: rotate(248.4deg);
 }
 .circle-percent[data-percent="70"] .bar {
 	transform: rotate(252deg);
 }
 .circle-percent[data-percent="71"] .bar {
 	transform: rotate(255.6deg);
 }
 .circle-percent[data-percent="72"] .bar {
 	transform: rotate(259.2deg);
 }
 .circle-percent[data-percent="73"] .bar {
 	transform: rotate(262.8deg);
 }
 .circle-percent[data-percent="74"] .bar {
 	transform: rotate(266.4deg);
 }
 .circle-percent[data-percent="75"] .bar {
 	transform: rotate(270deg);
 }
 .circle-percent[data-percent="76"] .bar {
 	transform: rotate(273.6deg);
 }
 .circle-percent[data-percent="77"] .bar {
 	transform: rotate(277.2deg);
 }
 .circle-percent[data-percent="78"] .bar {
 	transform: rotate(280.8deg);
 }
 .circle-percent[data-percent="79"] .bar {
 	transform: rotate(284.4deg);
 }
 .circle-percent[data-percent="80"] .bar {
 	transform: rotate(288deg);
 }
 .circle-percent[data-percent="81"] .bar {
 	transform: rotate(291.6deg);
 }
 .circle-percent[data-percent="82"] .bar {
 	transform: rotate(295.2deg);
 }
 .circle-percent[data-percent="83"] .bar {
 	transform: rotate(298.8deg);
 }
 .circle-percent[data-percent="84"] .bar {
 	transform: rotate(302.4deg);
 }
 .circle-percent[data-percent="85"] .bar {
 	transform: rotate(306deg);
 }
 .circle-percent[data-percent="86"] .bar {
 	transform: rotate(309.6deg);
 }
 .circle-percent[data-percent="87"] .bar {
 	transform: rotate(313.2deg);
 }
 .circle-percent[data-percent="88"] .bar {
 	transform: rotate(316.8deg);
 }
 .circle-percent[data-percent="89"] .bar {
 	transform: rotate(320.4deg);
 }
 .circle-percent[data-percent="90"] .bar {
 	transform: rotate(324deg);
 }
 .circle-percent[data-percent="91"] .bar {
 	transform: rotate(327.6deg);
 }
 .circle-percent[data-percent="92"] .bar {
 	transform: rotate(331.2deg);
 }
 .circle-percent[data-percent="93"] .bar {
 	transform: rotate(334.8deg);
 }
 .circle-percent[data-percent="94"] .bar {
 	transform: rotate(338.4deg);
 }
 .circle-percent[data-percent="95"] .bar {
 	transform: rotate(342deg);
 }
 .circle-percent[data-percent="96"] .bar {
 	transform: rotate(345.6deg);
 }
 .circle-percent[data-percent="97"] .bar {
 	transform: rotate(349.2deg);
 }
 .circle-percent[data-percent="98"] .bar {
 	transform: rotate(352.8deg);
 }
 .circle-percent[data-percent="99"] .bar {
 	transform: rotate(356.4deg);
 }
 .circle-percent[data-percent="100"] .bar {
 	transform: rotate(360deg);
 }

 @media only screen and (max-width : 480px) {
 	.s_select .price_block .p_price .circle{
 		width: 120px;
 		height: 120px;
 	}
 	.s_select .circle-percent{
 		-webkit-transform: scale(.8,.8);
 		-ms-transform: scale(.8,.8);
 		-o-transform: scale(.8,.8);
 		transform: scale(.8,.8);
 		position: relative;
 		top: -10px;
 		left: -10px;
 	}
 }


 .circle_info .circle-percent{
 	background-color: transparent;
 	display: inline-block;
 }
 .circle_info  .circle-percent::before{
 	content: '';
 	position: absolute;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	border: 4px solid #000;
 	border-radius: 50%;
 }
 .circle_info  .circle-percent::after{
 	background-color: transparent;
 	background-image: url(../img/bg/circle-percen.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	-webkit-background-size: contain;
 	background-size: contain;
 	top: 8px;
 	left: 8px;
 	right: 8px;
 	bottom: 8px;
 	width: auto;
 	height: auto;
 }
 .circle_info .circle-percent{
 	width: 80px;
 	height: 80px;
 }
 .circle_info .circle-percent .mask {
 	width: 80px;
 	height: 80px;
 	clip: rect(0em, 80px, 80px, 40px);
 }
 .circle_info .circle-percent > span{
 	line-height: 80px;
 }
 .circle_info .circle-percent .bar, .circle_info .circle-percent[data-percent="51"] .fill, .circle_info .circle-percent[data-percent="52"] .fill, .circle_info .circle-percent[data-percent="53"] .fill, .circle_info .circle-percent[data-percent="54"] .fill, .circle_info .circle-percent[data-percent="55"] .fill, .circle_info .circle-percent[data-percent="56"] .fill, .circle_info .circle-percent[data-percent="57"] .fill, .circle_info .circle-percent[data-percent="58"] .fill, .circle_info .circle-percent[data-percent="59"] .fill, .circle_info .circle-percent[data-percent="60"] .fill, .circle_info .circle-percent[data-percent="61"] .fill, .circle_info .circle-percent[data-percent="62"] .fill, .circle_info .circle-percent[data-percent="63"] .fill, .circle_info .circle-percent[data-percent="64"] .fill, .circle_info .circle-percent[data-percent="65"] .fill, .circle_info .circle-percent[data-percent="66"] .fill, .circle_info .circle-percent[data-percent="67"] .fill, .circle_info .circle-percent[data-percent="68"] .fill, .circle_info .circle-percent[data-percent="69"] .fill, .circle_info .circle-percent[data-percent="70"] .fill, .circle_info .circle-percent[data-percent="71"] .fill, .circle_info .circle-percent[data-percent="72"] .fill, .circle_info .circle-percent[data-percent="73"] .fill, .circle_info .circle-percent[data-percent="74"] .fill, .circle_info .circle-percent[data-percent="75"] .fill, .circle_info .circle-percent[data-percent="76"] .fill, .circle_info .circle-percent[data-percent="77"] .fill, .circle_info .circle-percent[data-percent="78"] .fill, .circle_info .circle-percent[data-percent="79"] .fill, .circle_info .circle-percent[data-percent="80"] .fill, .circle_info .circle-percent[data-percent="81"] .fill, .circle_info .circle-percent[data-percent="82"] .fill, .circle_info .circle-percent[data-percent="83"] .fill, .circle_info .circle-percent[data-percent="84"] .fill, .circle_info .circle-percent[data-percent="85"] .fill, .circle_info .circle-percent[data-percent="86"] .fill, .circle_info .circle-percent[data-percent="87"] .fill, .circle_info .circle-percent[data-percent="88"] .fill, .circle_info .circle-percent[data-percent="89"] .fill, .circle_info .circle-percent[data-percent="90"] .fill, .circle_info .circle-percent[data-percent="91"] .fill, .circle_info .circle-percent[data-percent="92"] .fill, .circle_info .circle-percent[data-percent="93"] .fill, .circle_info .circle-percent[data-percent="94"] .fill, .circle_info .circle-percent[data-percent="95"] .fill, .circle_info .circle-percent[data-percent="96"] .fill, .circle_info .circle-percent[data-percent="97"] .fill, .circle_info .circle-percent[data-percent="98"] .fill, .circle_info .circle-percent[data-percent="99"] .fill, .circle_info .circle-percent[data-percent="100"] .fill{
 	border: 4px solid #f6d600;
 	width: 72px;
 	height: 72px;
 	clip: rect(0em, 40px, 80px, 0em);
 }
 .circle_info .circle-percent > span{
 	font-size: 18px;
 	font-weight: 400;
 	color: #fff;
 }

 .circle_info .bg1 .circle-percent .bar, .circle_info .bg1 .circle-percent[data-percent="51"] .fill, .circle_info .bg1 .circle-percent[data-percent="52"] .fill, .circle_info .bg1 .circle-percent[data-percent="53"] .fill, .circle_info .bg1 .circle-percent[data-percent="54"] .fill, .circle_info .bg1 .circle-percent[data-percent="55"] .fill, .circle_info .bg1 .circle-percent[data-percent="56"] .fill, .circle_info .bg1 .circle-percent[data-percent="57"] .fill, .circle_info .bg1 .circle-percent[data-percent="58"] .fill, .circle_info .bg1 .circle-percent[data-percent="59"] .fill, .circle_info .bg1 .circle-percent[data-percent="60"] .fill, .circle_info .bg1 .circle-percent[data-percent="61"] .fill, .circle_info .bg1 .circle-percent[data-percent="62"] .fill, .circle_info .bg1 .circle-percent[data-percent="63"] .fill, .circle_info .bg1 .circle-percent[data-percent="64"] .fill, .circle_info .bg1 .circle-percent[data-percent="65"] .fill, .circle_info .bg1 .circle-percent[data-percent="66"] .fill, .circle_info .bg1 .circle-percent[data-percent="67"] .fill, .circle_info .bg1 .circle-percent[data-percent="68"] .fill, .circle_info .bg1 .circle-percent[data-percent="69"] .fill, .circle_info .bg1 .circle-percent[data-percent="70"] .fill, .circle_info .bg1 .circle-percent[data-percent="71"] .fill, .circle_info .bg1 .circle-percent[data-percent="72"] .fill, .circle_info .bg1 .circle-percent[data-percent="73"] .fill, .circle_info .bg1 .circle-percent[data-percent="74"] .fill, .circle_info .bg1 .circle-percent[data-percent="75"] .fill, .circle_info .bg1 .circle-percent[data-percent="76"] .fill, .circle_info .bg1 .circle-percent[data-percent="77"] .fill, .circle_info .bg1 .circle-percent[data-percent="78"] .fill, .circle_info .bg1 .circle-percent[data-percent="79"] .fill, .circle_info .bg1 .circle-percent[data-percent="80"] .fill, .circle_info .bg1 .circle-percent[data-percent="81"] .fill, .circle_info .bg1 .circle-percent[data-percent="82"] .fill, .circle_info .bg1 .circle-percent[data-percent="83"] .fill, .circle_info .bg1 .circle-percent[data-percent="84"] .fill, .circle_info .bg1 .circle-percent[data-percent="85"] .fill, .circle_info .bg1 .circle-percent[data-percent="86"] .fill, .circle_info .bg1 .circle-percent[data-percent="87"] .fill, .circle_info .bg1 .circle-percent[data-percent="88"] .fill, .circle_info .bg1 .circle-percent[data-percent="89"] .fill, .circle_info .bg1 .circle-percent[data-percent="90"] .fill, .circle_info .bg1 .circle-percent[data-percent="91"] .fill, .circle_info .bg1 .circle-percent[data-percent="92"] .fill, .circle_info .bg1 .circle-percent[data-percent="93"] .fill, .circle_info .bg1 .circle-percent[data-percent="94"] .fill, .circle_info .bg1 .circle-percent[data-percent="95"] .fill, .circle_info .bg1 .circle-percent[data-percent="96"] .fill, .circle_info .bg1 .circle-percent[data-percent="97"] .fill, .circle_info .bg1 .circle-percent[data-percent="98"] .fill, .circle_info .bg1 .circle-percent[data-percent="99"] .fill, .circle_info .bg1 .circle-percent[data-percent="100"] .fill{
 	border-color: #f5d500;
 }
 .circle_info .bg2 .circle-percent .bar, .circle_info .bg2 .circle-percent[data-percent="51"] .fill, .circle_info .bg2 .circle-percent[data-percent="52"] .fill, .circle_info .bg2 .circle-percent[data-percent="53"] .fill, .circle_info .bg2 .circle-percent[data-percent="54"] .fill, .circle_info .bg2 .circle-percent[data-percent="55"] .fill, .circle_info .bg2 .circle-percent[data-percent="56"] .fill, .circle_info .bg2 .circle-percent[data-percent="57"] .fill, .circle_info .bg2 .circle-percent[data-percent="58"] .fill, .circle_info .bg2 .circle-percent[data-percent="59"] .fill, .circle_info .bg2 .circle-percent[data-percent="60"] .fill, .circle_info .bg2 .circle-percent[data-percent="61"] .fill, .circle_info .bg2 .circle-percent[data-percent="62"] .fill, .circle_info .bg2 .circle-percent[data-percent="63"] .fill, .circle_info .bg2 .circle-percent[data-percent="64"] .fill, .circle_info .bg2 .circle-percent[data-percent="65"] .fill, .circle_info .bg2 .circle-percent[data-percent="66"] .fill, .circle_info .bg2 .circle-percent[data-percent="67"] .fill, .circle_info .bg2 .circle-percent[data-percent="68"] .fill, .circle_info .bg2 .circle-percent[data-percent="69"] .fill, .circle_info .bg2 .circle-percent[data-percent="70"] .fill, .circle_info .bg2 .circle-percent[data-percent="71"] .fill, .circle_info .bg2 .circle-percent[data-percent="72"] .fill, .circle_info .bg2 .circle-percent[data-percent="73"] .fill, .circle_info .bg2 .circle-percent[data-percent="74"] .fill, .circle_info .bg2 .circle-percent[data-percent="75"] .fill, .circle_info .bg2 .circle-percent[data-percent="76"] .fill, .circle_info .bg2 .circle-percent[data-percent="77"] .fill, .circle_info .bg2 .circle-percent[data-percent="78"] .fill, .circle_info .bg2 .circle-percent[data-percent="79"] .fill, .circle_info .bg2 .circle-percent[data-percent="80"] .fill, .circle_info .bg2 .circle-percent[data-percent="81"] .fill, .circle_info .bg2 .circle-percent[data-percent="82"] .fill, .circle_info .bg2 .circle-percent[data-percent="83"] .fill, .circle_info .bg2 .circle-percent[data-percent="84"] .fill, .circle_info .bg2 .circle-percent[data-percent="85"] .fill, .circle_info .bg2 .circle-percent[data-percent="86"] .fill, .circle_info .bg2 .circle-percent[data-percent="87"] .fill, .circle_info .bg2 .circle-percent[data-percent="88"] .fill, .circle_info .bg2 .circle-percent[data-percent="89"] .fill, .circle_info .bg2 .circle-percent[data-percent="90"] .fill, .circle_info .bg2 .circle-percent[data-percent="91"] .fill, .circle_info .bg2 .circle-percent[data-percent="92"] .fill, .circle_info .bg2 .circle-percent[data-percent="93"] .fill, .circle_info .bg2 .circle-percent[data-percent="94"] .fill, .circle_info .bg2 .circle-percent[data-percent="95"] .fill, .circle_info .bg2 .circle-percent[data-percent="96"] .fill, .circle_info .bg2 .circle-percent[data-percent="97"] .fill, .circle_info .bg2 .circle-percent[data-percent="98"] .fill, .circle_info .bg2 .circle-percent[data-percent="99"] .fill, .circle_info .bg2 .circle-percent[data-percent="100"] .fill{
 	border-color: #5db7cb;
 }
 .circle_info .bg3 .circle-percent .bar, .circle_info .bg3 .circle-percent[data-percent="51"] .fill, .circle_info .bg3 .circle-percent[data-percent="52"] .fill, .circle_info .bg3 .circle-percent[data-percent="53"] .fill, .circle_info .bg3 .circle-percent[data-percent="54"] .fill, .circle_info .bg3 .circle-percent[data-percent="55"] .fill, .circle_info .bg3 .circle-percent[data-percent="56"] .fill, .circle_info .bg3 .circle-percent[data-percent="57"] .fill, .circle_info .bg3 .circle-percent[data-percent="58"] .fill, .circle_info .bg3 .circle-percent[data-percent="59"] .fill, .circle_info .bg3 .circle-percent[data-percent="60"] .fill, .circle_info .bg3 .circle-percent[data-percent="61"] .fill, .circle_info .bg3 .circle-percent[data-percent="62"] .fill, .circle_info .bg3 .circle-percent[data-percent="63"] .fill, .circle_info .bg3 .circle-percent[data-percent="64"] .fill, .circle_info .bg3 .circle-percent[data-percent="65"] .fill, .circle_info .bg3 .circle-percent[data-percent="66"] .fill, .circle_info .bg3 .circle-percent[data-percent="67"] .fill, .circle_info .bg3 .circle-percent[data-percent="68"] .fill, .circle_info .bg3 .circle-percent[data-percent="69"] .fill, .circle_info .bg3 .circle-percent[data-percent="70"] .fill, .circle_info .bg3 .circle-percent[data-percent="71"] .fill, .circle_info .bg3 .circle-percent[data-percent="72"] .fill, .circle_info .bg3 .circle-percent[data-percent="73"] .fill, .circle_info .bg3 .circle-percent[data-percent="74"] .fill, .circle_info .bg3 .circle-percent[data-percent="75"] .fill, .circle_info .bg3 .circle-percent[data-percent="76"] .fill, .circle_info .bg3 .circle-percent[data-percent="77"] .fill, .circle_info .bg3 .circle-percent[data-percent="78"] .fill, .circle_info .bg3 .circle-percent[data-percent="79"] .fill, .circle_info .bg3 .circle-percent[data-percent="80"] .fill, .circle_info .bg3 .circle-percent[data-percent="81"] .fill, .circle_info .bg3 .circle-percent[data-percent="82"] .fill, .circle_info .bg3 .circle-percent[data-percent="83"] .fill, .circle_info .bg3 .circle-percent[data-percent="84"] .fill, .circle_info .bg3 .circle-percent[data-percent="85"] .fill, .circle_info .bg3 .circle-percent[data-percent="86"] .fill, .circle_info .bg3 .circle-percent[data-percent="87"] .fill, .circle_info .bg3 .circle-percent[data-percent="88"] .fill, .circle_info .bg3 .circle-percent[data-percent="89"] .fill, .circle_info .bg3 .circle-percent[data-percent="90"] .fill, .circle_info .bg3 .circle-percent[data-percent="91"] .fill, .circle_info .bg3 .circle-percent[data-percent="92"] .fill, .circle_info .bg3 .circle-percent[data-percent="93"] .fill, .circle_info .bg3 .circle-percent[data-percent="94"] .fill, .circle_info .bg3 .circle-percent[data-percent="95"] .fill, .circle_info .bg3 .circle-percent[data-percent="96"] .fill, .circle_info .bg3 .circle-percent[data-percent="97"] .fill, .circle_info .bg3 .circle-percent[data-percent="98"] .fill, .circle_info .bg3 .circle-percent[data-percent="99"] .fill, .circle_info .bg3 .circle-percent[data-percent="100"] .fill{
 	border-color: #0081c8;
 }
 .circle_info .bg4 .circle-percent .bar, .circle_info .bg4 .circle-percent[data-percent="51"] .fill, .circle_info .bg4 .circle-percent[data-percent="52"] .fill, .circle_info .bg4 .circle-percent[data-percent="53"] .fill, .circle_info .bg4 .circle-percent[data-percent="54"] .fill, .circle_info .bg4 .circle-percent[data-percent="55"] .fill, .circle_info .bg4 .circle-percent[data-percent="56"] .fill, .circle_info .bg4 .circle-percent[data-percent="57"] .fill, .circle_info .bg4 .circle-percent[data-percent="58"] .fill, .circle_info .bg4 .circle-percent[data-percent="59"] .fill, .circle_info .bg4 .circle-percent[data-percent="60"] .fill, .circle_info .bg4 .circle-percent[data-percent="61"] .fill, .circle_info .bg4 .circle-percent[data-percent="62"] .fill, .circle_info .bg4 .circle-percent[data-percent="63"] .fill, .circle_info .bg4 .circle-percent[data-percent="64"] .fill, .circle_info .bg4 .circle-percent[data-percent="65"] .fill, .circle_info .bg4 .circle-percent[data-percent="66"] .fill, .circle_info .bg4 .circle-percent[data-percent="67"] .fill, .circle_info .bg4 .circle-percent[data-percent="68"] .fill, .circle_info .bg4 .circle-percent[data-percent="69"] .fill, .circle_info .bg4 .circle-percent[data-percent="70"] .fill, .circle_info .bg4 .circle-percent[data-percent="71"] .fill, .circle_info .bg4 .circle-percent[data-percent="72"] .fill, .circle_info .bg4 .circle-percent[data-percent="73"] .fill, .circle_info .bg4 .circle-percent[data-percent="74"] .fill, .circle_info .bg4 .circle-percent[data-percent="75"] .fill, .circle_info .bg4 .circle-percent[data-percent="76"] .fill, .circle_info .bg4 .circle-percent[data-percent="77"] .fill, .circle_info .bg4 .circle-percent[data-percent="78"] .fill, .circle_info .bg4 .circle-percent[data-percent="79"] .fill, .circle_info .bg4 .circle-percent[data-percent="80"] .fill, .circle_info .bg4 .circle-percent[data-percent="81"] .fill, .circle_info .bg4 .circle-percent[data-percent="82"] .fill, .circle_info .bg4 .circle-percent[data-percent="83"] .fill, .circle_info .bg4 .circle-percent[data-percent="84"] .fill, .circle_info .bg4 .circle-percent[data-percent="85"] .fill, .circle_info .bg4 .circle-percent[data-percent="86"] .fill, .circle_info .bg4 .circle-percent[data-percent="87"] .fill, .circle_info .bg4 .circle-percent[data-percent="88"] .fill, .circle_info .bg4 .circle-percent[data-percent="89"] .fill, .circle_info .bg4 .circle-percent[data-percent="90"] .fill, .circle_info .bg4 .circle-percent[data-percent="91"] .fill, .circle_info .bg4 .circle-percent[data-percent="92"] .fill, .circle_info .bg4 .circle-percent[data-percent="93"] .fill, .circle_info .bg4 .circle-percent[data-percent="94"] .fill, .circle_info .bg4 .circle-percent[data-percent="95"] .fill, .circle_info .bg4 .circle-percent[data-percent="96"] .fill, .circle_info .bg4 .circle-percent[data-percent="97"] .fill, .circle_info .bg4 .circle-percent[data-percent="98"] .fill, .circle_info .bg4 .circle-percent[data-percent="99"] .fill, .circle_info .bg4 .circle-percent[data-percent="100"] .fill{
 	border-color: #d02dbc;
 }

 @media only screen and (max-width : 480px) {
 	.circle_info .circle-percent{
 		width: 60px;
 		height: 60px;
 	}
 	.circle_info .circle-percent .mask {
 		width: 60px;
 		height: 60px;
 		clip: rect(0em, 60px, 60px, 30px);
 	}
 	.circle_info .circle-percent > span{
 		line-height: 60px;
 	}
 	.circle_info .circle-percent .bar, .circle_info .circle-percent[data-percent="51"] .fill, .circle_info .circle-percent[data-percent="52"] .fill, .circle_info .circle-percent[data-percent="53"] .fill, .circle_info .circle-percent[data-percent="54"] .fill, .circle_info .circle-percent[data-percent="55"] .fill, .circle_info .circle-percent[data-percent="56"] .fill, .circle_info .circle-percent[data-percent="57"] .fill, .circle_info .circle-percent[data-percent="58"] .fill, .circle_info .circle-percent[data-percent="59"] .fill, .circle_info .circle-percent[data-percent="60"] .fill, .circle_info .circle-percent[data-percent="61"] .fill, .circle_info .circle-percent[data-percent="62"] .fill, .circle_info .circle-percent[data-percent="63"] .fill, .circle_info .circle-percent[data-percent="64"] .fill, .circle_info .circle-percent[data-percent="65"] .fill, .circle_info .circle-percent[data-percent="66"] .fill, .circle_info .circle-percent[data-percent="67"] .fill, .circle_info .circle-percent[data-percent="68"] .fill, .circle_info .circle-percent[data-percent="69"] .fill, .circle_info .circle-percent[data-percent="70"] .fill, .circle_info .circle-percent[data-percent="71"] .fill, .circle_info .circle-percent[data-percent="72"] .fill, .circle_info .circle-percent[data-percent="73"] .fill, .circle_info .circle-percent[data-percent="74"] .fill, .circle_info .circle-percent[data-percent="75"] .fill, .circle_info .circle-percent[data-percent="76"] .fill, .circle_info .circle-percent[data-percent="77"] .fill, .circle_info .circle-percent[data-percent="78"] .fill, .circle_info .circle-percent[data-percent="79"] .fill, .circle_info .circle-percent[data-percent="80"] .fill, .circle_info .circle-percent[data-percent="81"] .fill, .circle_info .circle-percent[data-percent="82"] .fill, .circle_info .circle-percent[data-percent="83"] .fill, .circle_info .circle-percent[data-percent="84"] .fill, .circle_info .circle-percent[data-percent="85"] .fill, .circle_info .circle-percent[data-percent="86"] .fill, .circle_info .circle-percent[data-percent="87"] .fill, .circle_info .circle-percent[data-percent="88"] .fill, .circle_info .circle-percent[data-percent="89"] .fill, .circle_info .circle-percent[data-percent="90"] .fill, .circle_info .circle-percent[data-percent="91"] .fill, .circle_info .circle-percent[data-percent="92"] .fill, .circle_info .circle-percent[data-percent="93"] .fill, .circle_info .circle-percent[data-percent="94"] .fill, .circle_info .circle-percent[data-percent="95"] .fill, .circle_info .circle-percent[data-percent="96"] .fill, .circle_info .circle-percent[data-percent="97"] .fill, .circle_info .circle-percent[data-percent="98"] .fill, .circle_info .circle-percent[data-percent="99"] .fill, .circle_info .circle-percent[data-percent="100"] .fill{
 		width: 52px;
 		height: 52px;
 		clip: rect(0em, 30px, 60px, 0em);
 	}
 	.circle_info .circle-percent > span{
 		font-size: 14px;
 	}
 }

 header .logo img {
     width: 150px;
     margin-top: -5px;
 }

 footer .logo img {
 	width: 150px;
 }


 header.scrolls {
     background: rgb(255, 255, 255);
     min-height: auto;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
     padding: 12px 0px;
     box-shadow: 0px 0px 40px rgba(50, 56, 78, 0.15);
 }

 header.scrolls a {
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 500;
     color: #373c4f;
 }

 header.scrolls .logged {
     background-color: rgb(243, 246, 247);
     border: 1px solid rgb(243, 246, 247);
     border-radius: 3px;
     box-shadow: none;
 }


 header.scrolls .logged li.my_account > * {
     padding-left: 30px;
     color: #383d50;
 }

 header.scrolls .logged li.coins > * {
     font-size: 12px;
     font-weight: 500;
     color: #ff8801;
 }

 header.scrolls .logged li.go_out i {
     font-size: 11px;
     color: #404558;
 }
 a.scrolls {display: none;}
 header.scrolls .scrolls {display: block;}
 header.scrolls .logol {display: none;}

 header.scrolls .logged li > * {
     border-left: 1px solid rgb(224, 235, 241);
 }


 .avatar img {
     width: 90%;
 }

 .crycoins img {
     width: 44px !important;
     display: block;
 }

 .game_info .link img {
     width: 16px;
 }


 .img.img_personage {top: 0px;}


.gamename {
  font-weight: 500;
  margin-top: 10px;
  display: block;
  transition: 0.3s;
  text-align: left;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
}

 .gamename span {
     display: inline-block;
     max-width: 80px;
     border: 1px solid #373c4f;
     border-radius: 2px;
     margin: 5px auto;
     color: #ffffff;
     background: #373c4f;
     position: relative;
	 transition: 0.3s;
	 padding: 0 5px;
 }

 .gamename i {
     display: block;
     font-style: normal;
     margin-top: 5px;
 }

 .gamename .sales {
     background: #ffffff;
     border: 1px solid #01c7cc;
     color: #01c7cc;
 }

 .gamename span i {
 	position: absolute;
 	background: #2c4cf2;
 	border-radius: 3px;
 	font-size: 10px;
 	padding: 0px 5px;
 	top: -7px;
 	right: -28px;
 }

 .gamename:hover {
     color: #0bd4c3;
 		transition: 0.3s;
 }

 .s_games ul li {
     display: inline-block;
     margin: 0px 3px;
 }

 .s_games ul li img {
     width: 14px;
     opacity: 0.5;
 }

 .s_games ul li i {
     color: #bbbfcf;
 }

 /**
 Poster
 **/
 .poster-column {
	margin-top: 15px; 
 }

 .poster-column:hover {
 	/* width: 18%; */
 }


 footer .menu a:hover, footer .menu .active a {
     color: #01c7cc;
 }


 .price_block .icon img {
     width: 38px;
 }



.gamegage header.header_static, .gamegage header.header_static a, .gamegage header.header_static .logged li > a:hover, .gamegage header.header_static .logged li > a:hover i
     {
    color: #ffffff;
}


.popup .logo img {
    width: 150px;
}




/*black update*/
	.dark .terms {color: #00c7cc;}
	.dark .menu_game {
    background-color: rgba(0,0,0,0.4);
}
	.dark .menu_game li.active{
	background-color: #000;
	color: #fff;
}
.dark .menu_game li:hover {
	background-color: #232323;
	color: #000000;
}
	.dark .page_content .page_item > section:first-child {
    background-color: #1c1c1c;
    box-shadow: inset 0 1px 0 rgba(74, 74, 74, 0.17);
}
	.dark .s_video_game .wrap {
    background-color: rgba(0, 0, 0, 0.85);
}
	.dark .s_main_features {
    background-color: #121212;
}
	.dark .s_main_features .item .img {
    border: 10px solid #232323;
}
	.dark .s_game_description {
    background-color: #121212;
}
	.dark .gamename .sales {
    background: #0d0d0d;
}
	.dark .s_donate_game .backers {
    background-color: black;
}
	.dark .s_donate_game .backers .icon {
    background-color: #1c1c1c;
}
	.dark .s_donate_game .items .line {
    background-color: #131313;
}
	.dark .s_donate_game .item::before {
    background-color: #313131;
}

	.dark .s_game_page p {color: #ffffff !important;}
.dark .s_review_game, .dark .s_review_game a, .dark .s_review_game p {color: #ffffff !important;}

.gamepage .s_news {
	padding-top: 65px;
}
.gamepage .s_news_game {
	padding-top: 0 !important;
}
.gamepage .s_review_game {
	/* background-image: none; */
	background-color: initial;
	overflow: hidden;
}
.gamepage .s_review_game::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 110%;
	height: 160%;
	margin-left: -3%;
	margin-top: -3%;
	background-image: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}
/*universim*/
.universim .s_video_game {
	background-image: url('../img/gamepages/universim/background_parallax_first.jpg') !important;
}
.universim .s_video_game .wrap {
	max-width: initial;
}


.universim .s_review_game {
    background-image: url('../img/gamepages/universim/blur.jpg');
}
.universim .s_game_page {
    background-image: url('../img/gamepages/universim/header.jpg');
}
.universim .s_god {
	background-image: url('/img/gamepages/universim/god_background.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	background-size: cover;
	padding: 9% 0; 
}
.universim .s_species {
	background-image: url('/img/gamepages/universim/background_species.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7.5% 0;
}
.universim .s_discover {
	background: url('/img/gamepages/universim/background_discover.jpg') no-repeat;
	background-size: cover;
	background-position: 55% 100%;
	padding: 8% 0;
}
.universim .s_discover h2 {
	color: #fff;
}
.universim .s_discover p {
	color: rgba(255,255,255,.7);
}
.universim .s_organic {
	background: url('/img/gamepages/universim/background_organic.jpg') no-repeat;
	background-size: cover;
	padding: 6% 0;
	background-position-x: 80%;
}
.universim .s_change {
	background: url('/img/gamepages/universim/background_change.jpg') no-repeat;
	background-size: cover;
	padding: 10% 0;
}
.universim .s_change h2 {
	color: #fff;
}
.universim .s_change p {
	color: rgba(255,255,255,.7);
}
.universim .s_mark {
	background: url('/img/gamepages/universim/background_mark.jpg') no-repeat;
	background-size: cover;
	padding: 9% 0;
	background-position-x: right;
}
.universim .s_mark h2 {
	color: #fff;
}
.universim .s_mark p {
	color: rgba(255,255,255,.7);
}

.universim .s_parallax_2 {
	background-image: url("/img/gamepages/universim/background_parallax_second.jpg");
	/* background-size: cover; */
}
.universim .s_achievements{
	text-align: center;
}
.universim .s_achievements img {
	width: 100%;
	height: auto;
}
.universim .s_review_game {
	margin-top: 0;
}


/*cefore*/
.cefore .s_video_game {
    background-image: url('../img/gamepages/cefore/2bg.jpg') !important;
}

.cefore .s_review_game {
    background-image: url('../img/gamepages/cefore/blur.jpg');
}
.cefore .s_game_page {
    background-image: url('../img/gamepages/cefore/header.jpg');
}


/*ID*/
.id .s_video_game {
    background-image: url('../img/gamepages/id/2bg.jpg') !important;
}

.id .s_review_game {
    background-image: url('../img/gamepages/id/blur.jpg');
}
.id .s_game_page {
    background-image: url('../img/gamepages/id/header.jpg');
}



/*ca*/
.ca .s_video_game {
    background-image: url('../img/gamepages/ca/2bg.jpg') !important;
}

.ca .s_review_game {
    background-image: url('../img/gamepages/ca/blur.jpg');
}
.ca .s_game_page {
    background-image: url('../img/gamepages/ca/header.jpg');
}



/*pk*/
.pk .s_video_game {
    background-image: url('../img/gamepages/pk/2bg.jpg') !important;
}

.pk .s_review_game {
    background-image: url('../img/gamepages/pk/blur.jpg');
}
.pk .s_game_page {
    background-image: url('../img/gamepages/pk/header.png');
}

/*jettomero*/
.jt .s_video_game {
	background-image: url('../img/gamepages/jt/2bg.jpg') !important;
}
.jt .s_review_game {
    background-image: url('../img/gamepages/jt/blur.jpg');
}
.jt .s_game_page {
    background-image: url('../img/gamepages/jt/header.jpg');
}

/* four sided fantasy */
.fsf .s_video_game {
	background: transparent url('../img/gamepages/fsf/background/165369-video-game.jpg') no-repeat center center !important;
	background-size: cover;
}

.fsf .s_section_2 {
	background: transparent url('../img/gamepages/fsf/background/165369-section-2.jpg') no-repeat center center;
	background-size: cover;
	padding: 110px 0;
}
.fsf .s_section_2 p, .fsf .s_section_2  h1 {color: #fff; text-align: right;}
.fsf .s_game_page {
    background-image: url('../img/gamepages/fsf/background/165369-background.jpg');
}

/* fossil hunters */
.fh .s_video_game {
	background-image: url('../img/gamepages/fh/background-parralax.jpg') !important;
}
.fh .s_video_game .wrap {background-color: transparent; width: 100%; max-width: initial; font-size: 16px;}
.fh .s_review_game {
    background-image: url('../img/gamepages/fh/specs-background.jpg');
}
.fh .s_game_page {
    background-image: url('../img/gamepages/fh/background/165438-background.jpg');
}
.fh .s_about_game {
	background: transparent url('/img/gamepages/fh/about-game.jpg') center center no-repeat;
	background-size: cover;
}
.fh .s_main_features .text {margin-top: 20px;}
.fh .s_main_features .text h3 {line-height: 30px;}

.fh .s_main_features .quote .text {margin-top:0; font-size: 18px; text-align: left; margin-left: 100px;padding-right: 100px;}
.fh .s_main_features .quote .text h3 {padding: 20px 0; font-weight: 600; font-size: 22px;}


.fh ul.info {width: 50%;}
.fh .s_game_page .info li {margin-left: 0; padding: 20px 10px 0 0;}
.fh .s_game_page .info li i {color: #00c7cc;}

.fh p {color: #fff;}


/* Skelattack */
/* .skatt .s_game_page {
	background-image: url('../img/gamepages/skatt/background/skelattack-background.jpg');
} */
.skatt .s_video_game .wrap {
	background-color: initial;margin-top: 50px; padding-left: 0;
}
.skatt .yellow {
	color: #DD9E42;
	font-weight: 600;
}

/* Crest */
.crest .s_about_game {
	background-image: url(/img/gamepages/crest/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 91px 0;
}

.crest .s_video_game {
	background-image: url(/img/gamepages/crest/parallax_crest.jpg) !important;
	padding: 70px 0;
}
.crest .menu_game {
	background-color: rgba(0,0,0,0.3);
}
.crest .s_main_features .img {
	/* border-color: #020636; */
}
.crest .s_main_features .item {

}
.crest .s_progress_losing {
	padding: 90px 0;
	background-color: #282d41;
	background-image: url(/img/gamepages/crest/progress_crest.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.crest .s_progress_losing .fz28,
.crest .s_setting .fz28 {
	color: #fc0;
}
.crest .s_progress_losing p {
	color: #fff;
}
.crest .s_video_game .wrap {
	max-width: 100%;
}
.crest .s_main_features .quote {
	background-image: url(/img/gamepages/crest/setting_crest.jpg);
}
.crest .s_main_features .quote h3 {
	color: #fc0;
	font-size: 36px !important; 
	font-weight: 900; 
	letter-spacing: 2px; 
}
.crest .s_main_features .quote .text {
	font-size: 14px; 
	text-align: left;
	padding: 0;
	margin: 0;
	max-width: initial;
}
/* .crest .s_setting {
	padding: 90px 0;
	background-color: #282d41;
	background-image: url(/img/gamepages/crest/setting_crest.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.crest .s_setting p {
	color: #fff;
} */
.crest .s_review_game {
	background-image: url(/img/gamepages/crest/info_background.jpg);
}
/* Crest END */

/* CHOP */
.chop .s_about_game {
	background-image: url(/img/gamepages/chop/chop_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 91px 0;
}
.chop .s_video_game {
	background-image: url(/img/gamepages/chop/chop_parralax.jpg) !important;
}
.chop .s_video_game .wrap {
	/* padding-left: 0; */
	margin: 0 auto;
	text-align: center;
	font-size: 34px;
	font-family:"Gotham-Bold";
	font-weight: 300;
	max-width: initial;
}
.chop .s_main_features ul,
.se .s_main_features ul {
	padding-left: 15px;
}
.chop .s_main_features ul li,
.se .s_main_features ul li {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
}
.chop .s_main_features ul li:before,
.se .s_main_features ul li:before {
	content: "-";
	position: relative;
	left: -10px;
	color: #ffe003;
	font-size: 19px;
	font-weight: 600;
}
.se .s_main_features .text h3 {
    margin-bottom: 10px;
    color: #ffe003;
}
.chop .s_review_game {
	background-image: url('/img/gamepages/chop/background/info_background.jpg');
}
/* END CHOP */

/* DOLMEN */
.dolmen .s_game_page ul.info {
	width: 50%;
}
.dolmen .s_game_page ul.info li {
	margin-left: 0;
	padding: 20px 10px 0 0;
}
.dolmen .s_game_page ul.info li i {
	color: #00c7cc;
}

.dolmen .s_video_game {
	background: url('/img/gamepages/dolmen/dolmen_about.jpg') no-repeat !important;
	padding: 6.5% 0;
	background-size: 103% 100%;
	/* background-position: 100% 100%; */
}

.dolmen .s_parallax {
	padding: 110px 0;
	background-image: url(../img/gamepages/dolmen/dolmen_parallax.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.dolmen .s_parallax .wrap  {
	padding: 60px 50px 60px 70px;
	max-width: 700px;
	background-color: rgba(0, 0, 0, 0.85);
}

.dolmen .s_about_game {
	background: url(/img/gamepages/dolmen/dolmen_background_section3.jpg) no-repeat;
	background-size: 100%;
	padding: 4.5% 0;
}
.dolmen .s_about_game_2 {
	background: url(/img/gamepages/dolmen/dolmen_background_section4.jpg) no-repeat;
	background-size: 100%;
	padding: 4.5% 0;
}
/* END DOLMEN */

/* football story */
.fs .page_content .page_item > section:first-child {
	padding: 50px 0;
}
.fs .s_game_page {
    background-image: url('../img/gamepages/fs/background/fs_background.jpg');
}
.fs .fs_about {
	background-image: url('../img/gamepages/fs/fs_about.jpg');
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.fs .fs_about .small-boxed, .fs .fs_play .small-boxed {
	padding: 0 10%;
}
.fs .fs_about .table, .fs .fs_play .table {
	display: table;
	height: 424px;
}
.fs .fs_about .table-cell, .fs .fs_play .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.fs .fs_about p {
	color: #fff;
}
.fs .fs_about .img, .fs .fs_play .img {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.fs .s_video_game {
	background-image: url("../img/gamepages/fs/fs_parallax.jpg") !important;
}
.fs .fs_play {
	background-image: url("../img/gamepages/fs/fs_blue_background.jpg");	
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.fs .fs_play p {
	color: #fff;
}

.fs .s_review_game {
	background-image: url("../img/gamepages/fs/fs_systemreq_background.jpg");
}

.fs .s_main_features .fz28 {
	font-size: 22px;
}

.s_video {
	position: relative;
	padding-top: 0;
}
.s_video video {
	width: 100%;
}

.s_video .small-boxed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.s_video .small-boxed p {
	color: #fff;
}
.s_video .btn {
	padding: 0 35px; 
	height: 52px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
}
.s_video .btn img {
	height: 35px;
	margin-left: 10px;
}

.s_video_left {
	background-color: #fff;
}
.s_video_left video {
	width: 100%;
}
.s_video_left .small-boxed .d-flex {
	display: flex;
	align-items: center;
}
/* end football story */

/* vala */
.s_games .item.item8 .img_logo {
	left: 0;right: 0;bottom: 0;
}
.s_games .item.item9 .img_logo {
	left: 0;right: 0;bottom: 0;
	top: 0;
}
.s_games .item.item10 .img_logo {
	bottom: 0;
}
.vala .s_game_page {
	background-image: url("../img/gamepages/vala/background/header_background.jpg");
}
.buttons.ndb {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.buttons.ndb p{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
}

.buttons.ndb .ul-buy-with-coins .btn2 {
	font-size: 16px;
	font-weight: 500;
	padding: 13px 30px;
	font-family: "Gotham-Bold";
}
.btn2.discord,
.btn2.youtube
{
    display: flex;align-items: center;
    background-color: #6D89D6;
    border-color: #6D89D6;
    padding-left: 60px !important;
}
.btn2.discord img,
.btn2.youtube img {
    width: auto;
    max-height: 35px;
    height: 100%;
    position: absolute;
    left: 20px;
}
.btn2.discord:hover {
    background-image: none;
    background-color: #6D89D6;
}
.btn2.youtube {
    background-color: #FF051D;
    border-color: #FF051D;
}
.btn2.youtube:hover {
    background-image: none;
    background-color: #FF051D;
}
.buttons.ndb .ul-buy-with-coins .p-buy-with-coins {
	color: #fc0 !important;
	margin-top: 8px;
}
.buttons.ndb .ul-buy-with-coins .p-buy-with-coins span{
	font-weight: bold;
}
.buttons.ndb .ul-buy-with-coins .p-buy-with-coins img{
	width: 20px;
	position: relative;
	top: -2px;
}
.buttons.ndb .ul-social-btn .social-btn:first-child {
	margin-right: 10px;
}
.buttons.ndb .ul-social-btn .social-btn:last-child {
	margin-left: 10px;
}
.buttons.ndb .buy-btn {
	padding: 15px 0;
    min-width: 170px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Gotham-Bold";
}
.buttons.ndb .buy-btn-show-discount {
	min-width: 170px;
	/* font-size: 22px; */
	padding: 0;
	display: flex;
	flex-direction: row;
}
.buttons.ndb .buy-btn span.buy-btn-value {
	padding:15px 0;
}
.buttons.ndb .buy-btn span.buy-btn-discount {
	width: 40%;
    background-color:rgba(0, 138, 138, .3);
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    text-align: center;
    align-self: center;
    /* height: 100%; */
    /* font-size: 22px; */
    font-weight: 100;
}
.buttons.ndb .buy-btn span.buy-btn-price {
	/* font-size: 22px; */
    width: 60%;
    font-family: "Gotham-Bold";
	font-weight: 500;
	max-width: 100%;
    min-width: 60%;
}
.buttons.ndb a {
	margin: 0;
}
.buttons.ndb ul {
	margin-right: 17px;
}
.buttons.ndb ul li:last-child{
	padding-top: 15px;
}
.buttons.ndb .ul-buy-btn p:first-child {margin-bottom: 0;color: #fff;}

.buttons.ndb .ul-buy-btn .discount {font-size: 14px;}
.buttons.ndb .ul-buy-btn .discount .old-price {text-decoration: line-through; font-weight: bold;}
.buttons.ndb .ul-buy-btn p.new-price {font-size: 12px;margin-top: 3px; color: #fc0 !important;}
.buttons.ndb .ul-buy-btn p.new-price img{width: 12px;position: relative;top: -1px;}
.buttons.ndb .ul-buy-btn p.new-price span.new-price{font-size: 18px; font-weight: 500;font-family:"Gotham-Bold";color: #fff;}

/* Vala */
.vala .s_review_game {
	background-image: none;
	background-color: initial;
	overflow: hidden;
}
.vala .s_review_game:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/gamepages/vala/background/header_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}

/* gamepage section about */
.gamepage .s_section_about {
	padding: 0;
	position: relative;
}
.gamepage .s_section_about .img-about-background {
	width: 100%;
}
.gamepage .s_section_about .small-boxed {
	padding: 0 10%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.gamepage .s_section_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
}
.gamepage .s_section_about p {
	color: #fff;
}

.gamepage .s_video_game {
	background-image: none;
	overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.gamepage .s_video_game video {
	position: absolute;
    width: 100%;
}
.gamepage .s_simple_section {
	padding: 0;
	position: relative;
}
.gamepage .s_simple_section .img-about-background {
	width: 100%;
}
.gamepage .s_simple_section .small-boxed {
	padding: 0 10%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
/* gamepage section about */
.vala_about {
	padding: 0;
	position: relative;
}
.vala .vala_about .img-about-background {
	width: 100%;
}
.vala .vala_about .small-boxed {
	padding: 0 10%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.vala .vala_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.vala .vala_about p {
	color: #fff;
}
.vala .s_video_game {
	background-image: none !important;
	overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.vala .s_video_game video {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.vala .buy-btn {
	background-image: linear-gradient(60deg, #D60073 0%, #D2003D 100%);
}
.gamepage .buy-btn .buy {
	display: none;
}
.gamepage .buy-btn:hover .price-vala {display: none;}
.gamepage .buy-btn:hover .buy {display: initial; font-size: 14px;}
/* end vala */

/* beholder */
.beholder .s_game_page {
	background-image: url('../img/gamepages/beholder/background/beholder_background.jpg');
}
.beholder .s_review_game {
	background-image: none;
	background-color: initial;
	overflow: hidden;
}
.beholder .s_review_game::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/gamepages/beholder/background/beholder_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}
.beholder_about {
	padding: 0;
	position: relative;
}
.beholder .beholder_about .img-about-background {
	width: 100%;
}
.beholder .beholder_about .small-boxed {
	padding: 0 10%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.beholder .beholder_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.beholder .beholder_about p {
	color: #fff;
}
.beholder .beholder_about h2 {
	/* color: #fc0 !important; */
}

.beholder .s_video_game {
	background-image: url("../img/gamepages/beholder/beholder_parallax.jpg") !important;
}

.beholder .reward .table-cell {
	display: flex; 
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: center;
}
/* end beholder */

/* bbs */
.bbs .s_review_game .info {
	min-height: 335px;
}
.bbs .s_game_page {
	background-image: url('../img/gamepages/bbs/background/background_header.jpg');
}
.bbs .s_game_page .img_logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.s_game_page .img_logo i {
    font-size: 8px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    background: #ffffff26;
    padding: 4px 10px 3px;
    border-radius: 3px;
    border: 1px solid #ffffff8a;
	align-self: flex-end;
	margin-left: 15px;
}
.bbs {
	padding: 0;
	position: relative;
}
.bbs .bbs_about .img-about-background {
	width: 100%;
}
.bbs .bbs_about .small-boxed {
	padding: 0 10%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.behovlder .bbs_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.bbs .bbs_about p {
	color: #fff;
}
.bbs .bbs_about h2 {
	color: #fc0 !important;
}
.bbs .s_video_game {
	background-image: url('../img/gamepages/bbs/bbs_parallax.jpg') !important;
}
.bbs .s_review_game {
	background-image: none;
	background-color: initial;
	overflow: hidden;
}
.bbs .s_review_game::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/gamepages/bbs/background/background_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}
/* end bbs */

/* Distrust */
.distrust .s_review_game::before {
	background-image: url('/img/gamepages/distrust/background/distrust_background.jpg');
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}
/* end Distrust */

/* Life is Feudal */
.lif .s_game_page {
	background-image: url('../img/gamepages/lif/background/lif_background.jpg');
}
.lif .s_game_page .img_logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.lif {
	padding: 0;
	position: relative;
}
.lif .lif_about .img-about-background {
	width: 100%;
}
.lif .lif_about .small-boxed {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.lif .lif_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.lif .lif_about p {
	color: #525975;
}
.lif .lif_about h2 {
	color: #525975 !important;
}
.lif .s_video_game {
	background-image: url('../img/gamepages/bbs/bbs_parallax.jpg');
}
.lif .s_review_game {
	background-image: none;
	background-color: initial;
	overflow: hidden;
}
.lif .s_video_game {
	background-image: none;
	overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.lif .s_video_game video {
	position: absolute;
    width: 100%;
}
.lif .overse p {color: #fff; text-align: center;}
/* End Life is Feudal */
/* Farm Folks */
.s_about {color: #fff;}
.s_about p {color: #fff;}
.s_about img {position: absolute;top:0;bottom:0;}

.ff .ff_about .small-boxed {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.ff .ff_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.ff .ff_about p {
	color: #fff;
}
.ff .ff_about h2 {
	color: #fff !important;
}
.ff .ff_about > img {
	width: 100%;
}
/* .ff .s_video_game .wrap {
	height: 300px;
	opacity: 0;
} */

.ff .s_game_page {
	padding: 205px 0 120px;
}
body.ff .s_select .c_item .icon.no-background {
	background: none;
	box-shadow: none;
}
.ff .s_select .p_item .img img {
	height: 134px;
}
/* END Farm Folks */

/* Nairi */
.nairi .about_game {
	padding: 0;
}
.nairi .s_review_game::before {
	background-image: url("/img/gamepages/nairi/background/header_background.jpg");
	width: 105%;
	height: 115%;
	margin-left: -3%;
	margin-top: -3%;
}
/* END Nairi */

/* Dystoria */
.gamepage .no-padding {
	padding: 0;
}
.dystoria .about_game {
	padding: 0;
}
.dystoria .s_review_game::before {
	background-image: url("/img/gamepages/dystoria/background/header_background.jpg");
	width: 105%;
	height: 115%;
	margin-left: -3%;
	margin-top: -3%;
	
}
/* END Distorya */


.gamepage .game_about .img-about-background {
	width: 100%;
}
.gamepage .game_about .small-boxed {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: center; */
}
.gamepage .game_about .flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.gamepage .game_about p {
	color: #fff;
}
.gamepage .game_about h2 {
	color: #fff !important;
}
.gamepage .game_about .table-cell .back-black {
	background-color: rgba(0,0,0,.6);
	padding: 30px;
}
.gamepage .game_about .table-cell .back-black ul,
.gamepage .game_about .table-cell .back-black ul li
{
	color: #fff;
}
.gamepage .game_about .table-cell .back-black ul li
{
	padding-left: 16px;
}
.gamepage .game_about .table-cell .back-black ul li:before {
	content: "+";
	padding-right: 8px;
    color: #fff; /* Or a color you prefer */
    font-weight: bold;
}
.s_video_game .wrap h2.yellow,
.game_about h2.yellow,
.s_main_features h2.yellow,
.s_main_features h3.yellow {
	color:#DD9E42 !important;
}


.text-center {text-align: center;}


.link.tab {
    padding: 0px;
    margin: 10px;
    text-align: center;
    margin: 16px auto 32px;
    height: auto;
    line-height: 18px;
    display: inline-block;
    width: auto;
    background: none;
    box-shadow: none;
}



.erordone {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.erordone p {
    /* font-size: 20px !important; */
    margin-bottom: 30px;
}
.erordone i:not(.fa-close) {
font-size: 100px;
margin-bottom: 15px;
/* margin-top: 40px; */
}
.erordone a {}
.erordone.suc i:not(.fa-close) {color: #8fc734}
.erordone.err i:not(.fa-close) {color: #ec3232;}
.erordone img {
	max-width: 504px;
	display: block;
	margin: 0 auto;
}

.s_game_page h2 {position: relative;display: inline;}
.s_game_page h2 i:first-child {
	margin-left: 5px;
}
.s_game_page h2 i {
    position: relative;
    font-size: 8px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    background: #ffffff26;
    padding: 4px 10px 3px;
    border-radius: 3px;
    border: 1px solid #ffffff8a;
    top: -15px;
	/* margin-left: 5px; */
	left: 0;
	display: inline-block;
}


.dark.profile {color: #353a4d; background: #ffffff;}
.range-slider {
    margin: 10px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
    -webkit-appearance: none !important;
    width: calc(100% - (73px)) !important;
    height: 4px !important;
    border-radius: 5px !important;
    background: #a6acc5 !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    border: 0px !important;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
    font-size: 20px;
    top: 4px;
    font-weight: 500;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}



h3 .mon {
    color: #ffbc00;
}
h3 i.mo {
    display: block;
    font-style: normal;
    color: #363a4c;
}
	h3 .mon img {
	    display: inline-block;
	    width: 20px;
	    position: relative;
	    top: -2px;
	    margin-right: 6px;
	}
	.cocoins {
	    font-size: 22px;
	    font-weight: 800;
	    text-align: center;
	    width: 150px;
	    border: 1px solid #d2d2d2;
	    border-radius: 3px;
	    margin: 30px auto;
	    padding: 10px;
			position: relative;
	}
			.cocoins span {}
				.cocoins span img {
    display: block;
    position: absolute;
    width: 30px;
    right: -15px;
    top: 24px;
}
				.cocoins p {
	    font-size: 14px;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

.input-payment {
	/*max-width: 250px;*/ border-color: #e6e6e6; color: #504868; border-radius: 3px; box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05); 
	padding: 15px 15px; color: #a6b5dd; text-transform: none; background-color: white; font-size: 11px; border: 1px solid rgba(25, 25, 25, 0.1); font-size: 11px;
	height: 50px;
}

body.dark .input-payment {
	background-color: #232323;
    border-color: #404040;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
	color: #fff;
	height: 50px;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	/* width: 320px; */
	/* height: 480px; */
	min-height: 290px;
	width: 100%;
	max-width: 210px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.range-slider {
    margin: 10px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
    -webkit-appearance: none !important;
    width: calc(100% - (120px)) !important;
    height: 4px !important;
    border-radius: 5px !important;
    background: #a6acc5 !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    border: 0px !important;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: auto;
    color: #fc0;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
    font-size: 20px;
    top: 4px;
    font-weight: 500;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

.news_content p {
	/* text-align: justify; */
}
.news_content a {
	color: #00c7cc !important;
	text-decoration: underline;
}
.dark .news_content_preview p {
	color: #fff;
}
.news_content_preview a {
	color: #00c7cc !important;
	text-decoration: underline;
}

.available-icon {margin-left: -15px !important;}

.fsf .quote p {color: #fff;}

 .social-btn:not(.social-btn-footer) { border: 1px solid #fff; padding: 10px 8px 10px 10px !important;
    width: 50px;
	height: 50px;}
 .social-btn:not(.social-btn-footer) {padding: 0 !important; width: 53px; height: 53px;}
 .social-btn:not(.social-btn-footer) i {font-size: 25px;
    vertical-align: middle;
	text-align: center;
	line-height: 49px;
	color: #fff;
}
 .social-btn:not(.social-btn-footer).facebook:hover {background-color: rgba(255, 255, 255, 0.15) !important; background-image: none; border-color: #3470e1 !important; color: #fff !important;}
 .social-btn:not(.social-btn-footer).facebook:hover i {color: #fff !important;}
 .social-btn:not(.social-btn-footer).twitter:hover {background-color: rgba(255, 255, 255, 0.15) !important; background-image: none !important; border-color: #00A7EC !important; color: #fff !important;}
 .social-btn:not(.social-btn-footer).twitter:hover i {color: #fff !important;}
 .social-btn:not(.social-btn-footer).reddit:hover {background-color: rgba(255, 255, 255, 0.15) !important; background-image: none; border-color: #3470e1 !important; color: #fff !important;}
 .social-btn:not(.social-btn-footer).google:hover {background-color: rgba(255, 255, 255, 0.15) !important; background-image: none; border-color: #db4437 !important; color: #fff !important;}

 .social-wrapper {margin-bottom: 40px;padding: 20px 0;background-image: linear-gradient(60deg, #00dcc0 0%, #00b5d6 100%), linear-gradient(60deg, #00c7cc 0%, #00ffae 100%);}
 .social-ul li {display: inline-block; color: #fff;}
 .social-ul li:not(:first-child) {margin-left: 20px;}
 .social-ul .social-btn:not(.social-btn-footer).facebook {border-color: #fff !important; width: 53px !important;}
 .social-ul .social-btn:not(.social-btn-footer).facebook i {color: #fff;}

 .social-ul .social-btn:not(.social-btn-footer).twitter {border-color: #fff !important; width: 53px !important; }
 .social-ul .social-btn:not(.social-btn-footer).twitter i {color: #fff !important;}

 .social-ul .social-btn:not(.social-btn-footer).reddit {border-color: #fff !important; width: 53px !important;}
 .social-ul .social-btn:not(.social-btn-footer).reddit i {color: #fff !important;}

 .social-ul .social-btn:not(.social-btn-footer).google {border-color: #fff !important;}
 .social-ul .social-btn:not(.social-btn-footer).google i {color: #fff !important;}

.news-subscribe-wrapper {text-align: right;}
.new-bnt-subscribe {background-image: none; background-color: #F3D71E; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.social-container-flex {display:flex;flex-direction: row;flex-wrap: wrap; justify-content: space-between; align-items: center;}
.social-container-flex .input_wrap {width: initial;}
.news-subscribe-wrapper .input_wrap {width: initial; max-width: initial;display: inline-block;}
.news-subscribe-wrapper .input {display: inline-block;}
.news-subscribe-wrapper .new-bnt-subscribe {float:right;}
.news-subscribe-wrapper #semail {border-radius: 0;}

.social-ul-container, .news-subscribe-wrapper {display: inline-block;}
.social-container {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}

#dq-overlay {position: absolute; top: 0; right:0;bottom:0;left:0; display: none; z-index:500;}

.popup .modal_close{
	background-image: url(../img/icons/close.png);
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
    width: 20px;
    height: 20px;
    top: -40px;
    right: -40px;
    left: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
	transition: .3s;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.dq-modal-wrap {position:absolute; left:0;right:0;top:0; margin:auto; height: max-content; width: 530px; z-index: 501; display:none; opacity: 0; border-radius: 13px;}

.dq-modal-wrap .key-title {font-size: 16px;}
.dq-modal-wrap .os-title {font-size: 16px;}
.dq-modal-wrap .user_name {font-weight: 600; color: #00B9D2;}

.dq-modal-wrap .dq-modal-content {width: 100%; height: auto; padding: 0 40px;}

.dq-modal-wrap .key-img-wrap {width: 100%; height: max-content; overflow: hidden; padding: 0 62px; }
.dq-modal-wrap .key-img {padding: 25px 0px; position: relative; border: 1px solid #000; border-radius: 10px; width: 140px;
				 margin: 0 5px; display: inline-block; height:170px; margin-bottom: 30px; cursor:pointer;
				}

.dq-modal-wrap .os-img {padding: 35px 0px; position: relative; border: 1px solid #000; border-radius: 10px; width: 140px;
				 margin: 0 5px; display: inline-block; height:170px; margin-bottom: 20px; cursor:pointer;
				}



.dq-modal-wrap .key-img .key-img-gog {padding-top: 10px;}
.dq-modal-wrap .key-img .info {position: absolute; top:10px; right: 10px; width: 17px; height: 17px;}

.dq-modal-wrap .key-img .coins-amount {position: absolute; color: #ffe003 !important;font-weight:600; font-size: 18px; bottom:10px;left:0;right:0;margin: 0 auto;}
.dq-modal-wrap .key-img .coins-amount img {width: 25px; position: relative; top: -2px;}

.dq-modal-wrap .os-img .key-img-gog {padding-top: 10px;}
.dq-modal-wrap .os-img .info {position: absolute; top:10px; right: 10px; width: 17px; height: 17px;}

.dq-modal-wrap .os-img .coins-amount {position: absolute; color: #ffe003;font-weight:600; font-size: 18px; bottom:10px;left:0;right:0;margin: 0 auto;}
.dq-modal-wrap .os-img .coins-amount img {width: 25px; position: relative; top: -2px;}

.dq-modal-wrap .final-coin-amont{
	color: #ffe003 !important;
    font-weight: 900;
	font-size: 42px;
}

.dq-modal-wrap .col-md-12 {float: none;}

.dq-modal-wrap .key-info:not(.active) {display: none;}
	
.dq-modal-wrap .final-coin-amont img {position: relative;}
.dq-modal-wrap .btn {width: 213px !important;}
.dq-modal-wrap button.close {background-color: #AFAFAF; background-image:none;}

.dq-modal-wrap .key-img.active::after {content: url('/img/keys/Highlighter.png'); position: absolute; width: 100%; bottom: -30px; left: 0; right: 0;}

.dq-modal-wrap .os-img.active::after {content: url('/img/keys/Highlighter.png'); position: absolute; width: 100%; bottom: -30px; left: 0; right: 0;}

.grid-2d { -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;}
.grid-2d:hover {-webkit-transform: scale(1.1);
	transform: scale(1.1);}

.btn.btn_beta {    
	background-color: #ff1caf;
    background-image: -webkit-linear-gradient(30deg, #ff1caf 0%, #ff087a 100%);
    background-image: -o-linear-gradient(30deg, #ff1caf 0%, #ff087a 100%);
	background-image: linear-gradient(60deg, #ff1caf 0%, #ff087a 100%);
	transform: all 3s ease-in-out;
}
.btn.btn_beta:hover {
	background-color: #ff087a;
    background-image: -webkit-linear-gradient(30deg, #ff087a 0%, #ff1caf 100%);
    background-image: -o-linear-gradient(30deg, #ff087a 0%, #ff1caf 100%);
	background-image: linear-gradient(60deg, #ff087a 0%, #ff1caf 100%);
}

/* form6 modal */
#form7 {position: absolute; top: 30%; left:0; right: 0; margin:0 auto; display: none; z-index: 501; text-align: left !important; border-radius: 10px; width: 500px;}

#form7 .code-wrap {
	-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
padding: 10px 0px; 
text-align: center;
border: 1px solid lightgrey;
border-radius: 10px;
margin: 40px 0;
height: 65px;
color: #000;
font-size: 32px;
text-transform: uppercase;
}
#form7 input:-moz-placeholder, #form6 input:-webkit-input-placeholder, #form6 input:placeholder {color: red !important; font-size: 10px;}

#form7 .code-wrap .code {font-size: 32px; text-transform: uppercase;}

#form7 .signup-here {
	text-decoration: underline;
	color: #00c7cc;
}
/* end form6 modal */
.g-recaptcha > div {width: initial !important;}

/* restore password form on static page */
#restore-static-password, #restore-password, #sign-in-form, #confirm-reg, #reg-form {padding: 50px 80px; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2); background-color: #fff;}

#reg-form .input{margin-top: 30px;}
#reg-form .input_checkbox {margin: 20px 0;}

#restore-password .minimum {font-size: 14px; text-align: left; display: block; margin-top:5px;color: #787ea0;}

#form9 .coins {color: #fc0; font-size: 42px; display: inline-block; letter-spacing: .5px; font-weight: 900;}
#form9 .icon {display: inline-block; vertical-align: top; position: relative; top: -3px; width: 36px;}
#form9 .learn_more {text-decoration: underline; color: #00B9D2;}
#form9 .coins_content {width: 350px; margin: 0 auto;}
/* end */

#success-message {
	padding: 50px 80px; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2); background-color: #fff;
}

.dialogId {margin-bottom: 15px;}
.terms {color: #00c7cc; font-size: 14px; font-weight: 400;}

.social-btn-bonus.facebook {border-color: #3470e1 !important; width: 53px !important;}
.social-btn-bonus.facebook i {color: #3470e1;}

.social-btn-bonus.twitter {border-color: #00A7EC !important; width: 53px !important; }
.social-btn-bonus.twitter i {color: #00A7EC !important;}

.btn-icon-remove,
.btn-icon-remove:hover,
.dq-modal-wrap .btn-icon-remove,
.dq-modal-wrap .btn-icon-remove:hover {
	width: 52px !important;
	height: 52px;
	padding: 0;
    background-image: none;
    border: 1px solid;
    background-color: transparent;
	color: inherit;
	position: relative;
	margin-right: 20px;
}
.btn-icon-remove i.pseudo-remove::before,
.btn-icon-remove i.pseudo-remove::after {
	content: "";
    height: 1px;
    width: 65%;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #353a4d;
    margin: 0 auto;
    transform: rotate(45deg);
}
.btn-icon-remove i.pseudo-remove::after {
	transform: rotate(-45deg);
}

.modal-btn-wrap {width: 100%;display: flex; justify-content: center; align-items: center; align-content: center;margin-bottom: 20px;}



/* .responsive_img {width: initial !important; margin: 0 auto;} */

/* header menu*/
header .menu-btn {
    background: none;
    border: 0px;
    display: block;
    float: left;
    margin-top: 4px;
    display: none;
}
.header_static .menu-btn {
    background: none;
    border: 0px;
    display: block;
    float: left;
    margin-top: 4px;
    display: none;
}
header .menu-btn i {
    color: #ffffff;
    font-size: 18px;
}
.header_static .menu-btn i {
    color: #363a4c;
    font-size: 18px;
}
.header_static .button-dropdown span {
     color: #363a4c;
     font-weight: 400;
 }
 .button-dropdown {
		font-weight: 500;
}
.button-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    border-radius: 2px;
    list-style-type: none;
    padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.button-dropdown li {
    display: block !important;
}


	.button-dropdown .dropdown li:first-child .dropdown-link {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.button-dropdown .dropdown li:first-child .dropdown-link:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    width: 0;
    height: 0;
    border: 4px outset transparent;
    border-bottom: 5px solid #ffffff;
    margin-right: -4px;
    z-index: 2;
}
.button-dropdown .dropdown li:first-child .dropdown-link::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    width: 0;
    height: 0;
    border: 6px outset transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.2);
    margin-right: -6px;
    z-index: 1;
}
.button-dropdown .dropdown li:last-child .dropdown-link {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  border: 0;
}
.button-dropdown .dropdown .dropdown-link {
    display: block;
    position: relative;
    padding: 2px 10px;
    background: #ffffff;
    color: #363a4b;
    text-decoration: none;
    border-bottom: 1px solid #ececf3;
    font-size: 10px;
		transition: none;
		border-left: 0px;
}
.button-dropdown .dropdown .dropdown-link i {
    font-size: 11px;
    margin-right: 7px;
}
.button-dropdown .dropdown .dropdown-link:hover i {
	text-shadow: none;
	color: #ffffff;
}
.button-dropdown .dropdown .dropdown-link:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54c4ca+0,77cf8e+100 */
	background: rgb(84,196,202); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(84,196,202,1) 0%, rgba(119,207,142,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(84,196,202,1) 0%,rgba(119,207,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(84,196,202,1) 0%,rgba(119,207,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c4ca', endColorstr='#77cf8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition: none;
    color: #ffffff;
    text-shadow: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.button-dropdown li:first-child > .dropdown-link:hover:before {
    border-bottom-color: #65caaa;
}

.dropdown:hover {
  display: block;
}

.button-dropdown:hover > .dropdown, .button-dropdown.open > .dropdown {
  display: block;
}

.button-dropdown span {text-transform: initial; font-size: 14px; font-weight: 300;}

.coins #user_coins {font-weight: 900;}
/* end header menu */

input[name="donation_amount"], input[name="cardholder"] {
	font-family: sans-serif;
}

#form5 #keep-in-mind {margin:0 auto; width: 55%;transition: all 0.3s ease-in-out 0s; margin-top: 10px;}

#form8 .copy-img {position: relative;top: -2px; width: 20px;}



/***** ---- MYVAULT NEW ---- *****/
.coins {
    /* background: rgb(255,255,255); */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(232,241,255,1) 100%);
    /* background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(232,241,255,1) 100%); */
    /* background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(232,241,255,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f1ff',GradientType=1 );
    background: url(../img/coins/bgg.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.coins .tab_item {
  display: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.coins .tab_item.active {
  display: block;
}
.coins .container {
    max-width: 1000px;
}
.coins .back_a {
    display: block;
    width: 130px;
    border: 1px solid #e2e6e9;
    text-align: center;
    border-radius: 50px;
    padding: 9px;
    color: #494d5e;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    margin: 60px auto 20px;
		transition: 0.3s;
}
.coins .back_a i {
    color: #00dac2;
    margin-right: 5px;
}
.coins .back_a:hover {
transition: 0.3s;
opacity: 0.5;}
	.coins h1 {
	    font-size: 70px;
	    font-weight: 900;
	    text-align: center;
	    text-transform: capitalize;
	}
	.coins h1 span {
	    display: inline-block;
	    color: #ffd700;
	    text-shadow:
			0 1px 0 #ffec00,
			0 2px 0 #f78b00,
			0 3px 0 #ff9813,
			0 2px 0 #ff8b00,
			0 4px 0 #dc0000,
			0 5px 1px rgb(165, 38, 0),
			0 0 2px rgba(255, 0, 0, 0),
			0 2px 3px rgb(255, 143, 0),
			0 3px 3px rgb(255, 137, 0),
			0 4px 6px rgba(255, 0, 0, 0.22),
			0 6px 7px rgba(216, 134, 0, 0.3),
			0 15px 18px rgba(255, 129, 0, 0.02);
	}

	.coins .coin_sp {
	    background: rgb(86,54,198);
	    background: -moz-linear-gradient(45deg, rgba(86,54,198,1) 0%, rgba(175,52,201,1) 100%);
	    background: -webkit-linear-gradient(45deg, rgba(86,54,198,1) 0%,rgba(175,52,201,1) 100%);
	    background: linear-gradient(45deg, rgba(86,54,198,1) 0%,rgba(175,52,201,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5636c6', endColorstr='#af34c9',GradientType=1 );
	    border-radius: 3px;
	    margin-top: 35px;
	    padding: 16px 10px;
	    overflow: hidden;
	    position: relative;
			margin-bottom: 50px;
	}
	.coins .coin_sp img.logos {
	    position: absolute;
	    width: 500px;
	    top: -50px;
	    left: -50px;
	    opacity: 0.05;
	}
	.coins .coin_sp .coln_row {
	    background: rgba(255, 255, 255, 0.15);
	    border-radius: 3px;
	    display: block;
	    margin: 10px 0px;
	    padding: 5px 15px;
	    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.05);
	}

	.coins .coin_sp .coln_row.iam {
	    background: rgba(254, 217, 0, 0.25);
	    border-radius: 3px;
	    display: block;
	    margin: 10px 0px;
	    padding: 3px 13px;
	    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.05);
	    border: 2px solid #ffd800;
	    box-sizing: border-box;
	}
	.coins .coin_sp .coln_row span a {
	    color: #ffffff;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	.coins .coin_sp .coln_row span i {
	    background: #fed900;
	    font-style: normal;
	    padding: 3px 5px;
	    border-radius: 3px;
	    margin-left: 5px;
	    color: #6718a9;
	    box-shadow: 0px 1px 0px rgba(113, 46, 169, 0.62);
	    font-size: 11px;
	}
	.coins .coin_sp .coln_row span a:hover {opacity: 0.5;}
	.coins .coin_sp span {
	    color: #ffffff;
	    font-weight: 500;
	    font-size: 12px;
	}
	.coins .coin_sp img.avatar {
	    width: 36px;
	    margin: 0px 10px;
	}
	.coins .coin_sp img.coi {
	    width: 20px;
	    float: left;
	    display: block;
	    margin-top: 8px;
	    margin-right: 10px;
	}
	.coins .coin_sp .coin_summ {
	    font-size: 15px;
	    display: block;
	    margin-top: 7px;
	}
	.coins .coin_sp ul {
	    padding: 0px;
	    margin: 0px;
	    display: block;
	    float: right;
	    margin-top: -22px;
	}
	.coins .coin_sp ul li {
	    display: inline-block;
	    margin-left: 10px;
	}
	.coins .coin_sp ul li a {
	    color: #ffffff;
	    font-size: 18px;
	    opacity: 0.5;
			transition: 0.3s;
	}
.coins .coin_sp ul li a i {}
.coins .coin_sp ul li a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.coins .coin_plan {
    width: 20%;
    float: left;
	padding: 0px 10px;
	cursor: pointer;
}
.coins .coin_plan .plan {
    background: #eef2f7;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    padding-bottom: 60px;
    border: 1px solid rgb(217, 229, 239);
}
.coins .coin_plan .plan h2 {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: initial;
}
.coins .coin_plan .plan img {
    width: 60%;
		display: block;
		margin: 0 auto;
}
	.coins .coin_plan .money {
	    display: inline-block;
	    color: #ffd700;
	    text-shadow: 0 1px 0 #ffec00, 0 0px 0 #f78b00, 0 3px 0 #ff9813, 0 0px 0 #ff8b00, 0 4px 0 #dc0000, 0 3px 1px rgb(165, 38, 0), 0 0 4px rgba(255, 0, 0, 0), 0 2px 3px rgb(255, 143, 0), 0 3px 3px rgb(255, 137, 0), 0 4px 6px rgba(255, 0, 0, 0.22), 0 6px 7px rgba(216, 134, 0, 0.3), 0 15px 18px rgba(255, 129, 0, 0.02);
	    font-size: 28px;
	    font-weight: 900;
	    margin-bottom: 18px;
	}
	.coins .coin_plan .foot {
	    display: block;
	    width: 100%;
	    position: absolute;
	    text-align: center;
	    left: 0px;
	    background: #f8fafc;
	    border-top: 1px solid #d9e5ef;
	    padding: 19px 0px;
	}
	.coins .coin_plan .bu {
	    position: absolute;
	    top: -13px;
	    background: #ffffff;
	    border-radius: 20px;
	    font-size: 12px;
	    padding: 3px 10px 2px;
	    width: 80px;
	    left: 50%;
	    margin-left: -40px;
	    box-shadow: 0px 1px 0px rgba(217, 229, 239, 0.79);
	    color: #687398;
	}
	.coins .coin_plan .pric {
	    font-size: 24px;
	    font-weight: 500;
	    margin-top: -7px;
	    display: block;
	}
	.coins .coin_plan.active .plan {
	    border: 1px solid #00d9c2;
	    box-shadow: 0px 1px 5px rgba(0, 217, 194, 0.43);
	    background: #f8fafc;
	}
.coins .tab_item {}
	.coins .tab_item h2 {
	    margin-top: 30px;
	    text-align: center;
	    display: block;
	    letter-spacing: inherit;
	    font-size: 32px;
	    text-transform: none;
	    font-weight: 500;
	    margin-bottom: 20px;
	}
	.coins .tab_item .znac {
	    background: rgb(0,216,194);
	    background: -moz-linear-gradient(45deg, rgba(0,216,194,1) 0%, rgba(0,185,212,1) 100%);
	    background: -webkit-linear-gradient(45deg, rgba(0,216,194,1) 0%,rgba(0,185,212,1) 100%);
	    background: linear-gradient(45deg, rgba(0,216,194,1) 0%,rgba(0,185,212,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8c2', endColorstr='#00b9d4',GradientType=1 );
	    border-radius: 3px;
	    padding: 12px 20px 25px 20px;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.coins .tab_item .znac span {
	    color: #ffffff;
	    font-weight: 500;
	    font-size: 16px;
	}
.coins .tab_item .znac span.nu {
    display: block;
    color: #ffd700;
    text-shadow: 0 1px 0 #ffec00, 0 2px 0 #f78b00, 0 3px 0 #ff9813, 0 2px 0 #ff8b00, 0 4px 0 #dc0000, 0 5px 1px rgb(165, 38, 0), 0 0 2px rgba(255, 0, 0, 0), 0 2px 3px rgb(255, 143, 0), 0 3px 3px rgb(255, 137, 0), 0 4px 6px rgba(255, 0, 0, 0.22), 0 6px 7px rgba(216, 134, 0, 0.3), 0 15px 18px rgba(255, 129, 0, 0.02);
    font-size: 52px;
    font-weight: 900;
}
.coins .tab_item .btn {
    margin: 0 auto;
    display: block;
    width: 180px;
}
.coins .coupon {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d8c2+0,00b9d4+100 */
	background: rgb(0,216,194); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,216,194,1) 0%, rgba(0,185,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,216,194,1) 0%,rgba(0,185,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,216,194,1) 0%,rgba(0,185,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8c2', endColorstr='#00b9d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	overflow: hidden;
}
.coins .coupon h2 {
    font-size: 28px;
    text-align: center;
    display: block;
    font-weight: 500;
    letter-spacing: initial;
    text-transform: none;
    color: #ffffff;
}
.coins .coupon h2 i {
    color: #ffd300;
    font-weight: 700;
    font-style: normal;
}
.coins .coupon h2 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}
.coins .coupon input {
    display: block;
    width: 280px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 6px;
    border: 1px solid #00b5c1;
    border-radius: 3px;
    margin-top: 20px;
}
.coins .coupon .whitebtn {
    color: #3c4053;
    background: #ffffff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.22);
    margin: 0 auto;
    width: 160px;
    display: block;
    padding: 15px;
    margin-top: 20px;
}
.coins .coupon .whitebtn i {}
.coins .coupon .whitebtn:hover {}
	.coins .table {
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 20px;
	    border-radius: 3px !important;
	    overflow: hidden;
	    background: #353a4d;
	}
.coins table thead {
    background: #21273e;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #22283e;
}
.coins table th {
    padding: 15px 15px !important;
    color: #FFFFF9;
    text-align: left;
}
.coins table tbody {}
.coins table tr {}
.coins table td {
	padding: 16px 15px 16px 0 !important;
	font-size: 12px;
	color: #ffffff;
}
.coins table td.ref {
    color: #de1212 !important;
    font-weight: 500;
}
.coins table td.up {
    color: #ffc000 !important;
    font-weight: 500;
}
.coins table td.pur {
    color: #61cc15;
    font-weight: 500;
}
.coins table td.bold {
    color: #ffffff;
    font-weight: 600;
}
.coins .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #41cfd4;
}
.coins .table>tbody>tr>td, .coins .table>tbody>tr>th {
	border-top: 1px solid #2c3042;
	text-align: center;
}

.coins table tr:nth-child(2n) td, .coins table tr:nth-child(2n) th {
    background: #3e4357;
}
.coins table tbody {
    border: 1px solid #363a4c;
    box-shadow: 0px 1px 3px #00000012;
}


.recent {
    background: #353a4d;
}
.recent h2 {
    color: #ffffff;
    font-size: 32px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 20px;
}

/* .coins .header_static {
    background-image: none;
    min-height: 1px;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(54, 58, 76, 0.09);
    border-bottom: 1px solid rgba(54, 58, 76, 0.15);
    padding: 9px;
}*/
header .coins {background: none;}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/**** ---- MYVAULT NEW END ---- ****/

@media only screen and (max-width : 767px) {
	.guarant span {
		padding-top: 4px;
	}
	.fift {
	    display: block;
	    width: 100%;
	    float: none;
	    text-align: left;
	}
	.inputs label input {
    margin: 0px auto 0px!important;
}
.accident {
    padding: 15px 20px 20px 20px;
}
.buttonsg .button {
    margin: 0px 5px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
/* .section.first {
    height: 560px;
} */
.gift label.thr {
    padding: 0px 10px 10px;
}
.creditcard {
    width: 358px;
		height: 200px;
}
.creditcard .firstcard {
    width: 260px;
    height: 170px;
}
.creditcard .twocard {
    width: 260px;
    height: 170px;
}
.creditcard .firstcard .cardnum {
    margin-bottom: 12px;
}
.creditcard .firstcard .cardholder {
    padding: 0px 0px 0px 30px;
    width: 60%;
}
.creditcard .firstcard .carddate {
    width: 40%;
}
.form-wrapper {
    min-height: 750px;
}
.inputs a.line_btn {
    margin-left: 10px;
}
}


@media only screen and (max-width : 480px) {
	.fift {
	    display: block;
	    width: 100%;
	    float: none;
	    text-align: left;
	}
	.inputs label input {
	    width: 140px !important;
	}
.accident {
    padding: 15px 20px 20px 20px;
}
.buttonsg .button {
    margin: 0px 5px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
/* .section.first {
    height: 580px;
} */
.gift label.thr {
    padding: 0px 10px 10px;
}
.creditcard {
    width: 218px;
    height: 260px;
}
.creditcard .firstcard {
    width: 100%;
    height: 170px;
}
.pays .totalp {
    margin-bottom: 20px;
}
.creditcard .twocard {
    width: 218px;
    height: 190px;
    top: 75px;
}
.creditcard .twocard .cvc {
    display: block;
    width: 60px;
    float: left;
    margin-right: 20px;
    text-align: left;
    margin-top: 106px;
    margin-left: 20px;
}
.creditcard .firstcard .cardnum {
    margin-bottom: 12px;
}
.creditcard .firstcard .cardholder {
    padding: 0px 0px 0px 20px;
    width: 60%;
}
.creditcard .firstcard .cardnum input {
    letter-spacing: 1px;
}
.creditcard .firstcard .carddate {
    width: 40%;
}
.form-wrapper {
    min-height: 850px;
}
.inputs a.line_btn {
    margin-left: 10px;
}
}
.guarant {margin-top: 30px;}
	.guarant img {
	    display: block;
	    float: left;
	}







.addgame {
	background-color: #350b58;
	background-image: url('../img/bgadga.png');
}
.addgame h1 {
    color: #ffffff;
    text-transform: none;
    font-weight: 100;
    margin: 50px 0px 20px;
}
.addgame .inform {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.42);
    padding: 20px;
}
.addgame .inform .inhead {
    background: #ebf2f8;
    border-bottom: 2px solid #ffb400;
    margin: -20px -20px 20px -20px;
    padding: 12px 20px 10px;
}
.addgame .inform .inhead h2 {
    margin: 0px;
    padding: 0px;
    color: #353a4d;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
}
.addgame .inform label {
	position: relative;
}
	.addgame .inform label span {
	    display: block;
	    font-size: 12px;
	    color: #353a4d;
	    font-weight: 600;
	    margin-bottom: 5px;
	}
	.addgame .inform label span i {
	    color: #ff0000;
	}
	.addgame .inform label input {
	    border-radius: 3px;
	    border: 2px solid #d0e8ec;
	    padding: 12px;
	    height: auto;
	    color: #a1bbbf;
	    text-transform: none;
	    font-weight: 500;
	    background: #fbfeff;
	    box-shadow: inset 0px 1px 2px rgba(208, 232, 236, 0.44);
	}
	.addgame .inform p {
	    display: block;
	    font-size: 12px;
	    color: #adbec1;
	    font-weight: 400;
	    margin-top: 20px;
	}
	.addgame .inform .checkline {
	    display: block;
	    float: left;
	    margin-right: 20px;
	}
	.addgame .inform label i.fa {
	    position: absolute;
	    bottom: -1px;
	    left: 12px;
	    color: #01c7cc;
	}
	.addgame .wicon input {
	    padding: 12px 30px !important;
	}

	.addgame input[type="radio"] {}
	.addgame input[type="checkbox"] {}
.addgame .inform {}
.addgame {}
	/*
		==========================
		checkboxes & radio buttons
		==========================
	*/
	.ex-checkbox,
	.ex-radio {
		position: relative;
		margin: 12px 0;
		font-size: 14px;
	}

	.ex-checkbox label, .ex-radio label {
	    padding-left: 26px;
	    line-height: 19px;
	    font-weight: normal;
	    display: inline-block;
	    position: relative;
	    font-size: 12px;
	    font-weight: 500;
	    color: #81a4aa;
	}

	.ex-checkbox input[type=checkbox],
	.ex-radio input[type=radio] {
		margin: 0;
		opacity: 0;
		cursor: pointer;
		width: 20px;
		height: 20px;
		z-index: 10;
		position: absolute;
	}

	/*
		==========================
		checkboxes
		==========================
	*/
	.ex-checkbox input[type=checkbox] + label::before {
	    border: 2px solid #d0e8ec;
	    width: 20px;
	    height: 20px;
	    content: '';
	    position: absolute;
	    left: 0;
	    background-color: #fcfeff;
	}

	.ex-checkbox input[type=checkbox]:hover + label::before {
	    border: 2px solid #01c7cc;
	}

	.ex-checkbox input[type=checkbox]:focus + label::before {
		box-shadow: 0 0 1px #0288d1;
		outline: none;
	}

	.ex-checkbox input[type=checkbox]:checked + label::before {
		border: 1px solid transparent;
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
		background-size: 20px 20px;
	}



	.ex-checkbox input[type=checkbox]:disabled {
		cursor: not-allowed;
	}

	.ex-checkbox input[type=checkbox]:disabled + label {
		color: #bcbcbc;
		cursor: not-allowed;
	}

	.ex-checkbox input[type=checkbox]:disabled:checked + label::before {
		border: 1px solid transparent;
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
	}

	.ex-checkbox input[type=checkbox]:disabled + label::before {
		border: 1px solid #bcbcbc;
	}

	/*
		==========================
		radio buttons
		==========================
	*/
	.ex-radio input[type=radio] + label::before {
	    content: "";
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    left: 0;
	    border: 2px solid #d0e8ec;
	    border-radius: 50%;
	    background-color: #fcfeff;
	    transition: border 0.3s ease-in-out;
	}

	.ex-radio input[type=radio]:hover + label::before {
	    border: 2px solid #01c7cc;
	}

	.ex-radio input[type=radio]:focus + label::before {
		box-shadow: 0 0 1px #0288d1;
		outline: none;
	}

	.ex-radio input[type=radio]:checked + label::before, .ex-radio input[type=radio]:checked:hover + label::before {
	    border: 1px solid #01c7cc;
	}

	.ex-radio input[type=radio] + label::after {
		position: absolute;
		content: " ";
		width: 12px;
		height: 12px;
		left: 4px;
		top: 4px;
		border-radius: 50%;
		background-color: #14c8cd;
		transform: scale(0, 0);
		transition: transform 0.3s ease-in-out;
	}

	.ex-radio input[type=radio]:checked +  label::after {
		background-color: #14c8cd;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.ex-radio input[type="radio"]:disabled {
		cursor: not-allowed;
	}

	.ex-radio input[type="radio"]:disabled + label {
		color: #bcbcbc;
		cursor: not-allowed;
	}

	.ex-radio input[type=radio]:disabled +  label::before,
	.ex-radio input[type=radio]:checked:disabled +  label::before {
		border: 1px solid #bcbcbc;
	}

	.ex-radio input[type=radio]:checked:disabled +  label::after {
		background-color: #bcbcbc;
	}

	.linemar {
    overflow: hidden;
    border-bottom: 1px solid rgba(178, 195, 198, 0.23);
    margin: 0px -20px 20px;
    padding: 0px 20px 20px;
}
.floatinginput input {
    float: left;
    display: block;
    margin-right: 12px;
}
.withdescr p {
    display: inline-block !important;
    margin-top: 13px !important;
}
.minin {
    width: 130px !important;
}
.inform.twwo .inhead {
    border-bottom: 2px solid #0ad9de;
}
.inform.thhre .inhead {
    border-bottom: 2px solid #f655a0;
}
.inform textarea {
    padding-top: 15px;
    height: 130px;
    resize: none;
    background: #fcfeff;
    border: 2px solid #d0e8ec;
    border-radius: 3px;
    text-transform: none;
    padding: 13px;
    font-weight: 500;
		box-shadow: inset 0px 1px 2px rgba(208, 232, 236, 0.44);
}
.inform input::-webkit-input-placeholder, .inform textarea::-webkit-input-placeholder {
	color: #81a4aa;
}
.inform input:-moz-placeholder, .inform textarea:-moz-placeholder {
	color: #81a4aa;
}
.inform input::-moz-placeholder, .inform textarea::-moz-placeholder {
	color: #81a4aa;
}
.inform input:-ms-input-placeholder, .inform textarea:-ms-input-placeholder {
	color: #81a4aa;
}
.addgame header.header_static, .addgame header.header_static a {
    color: #ffffff;
}
header.header_static a:hover {
    color: #00dcc0;
    text-shadow: none;
}
.addgame header .logged li > a:hover, .addgame header .logged li > a:hover i {
    color: #00dcc0;
    text-shadow: none;
}
.addgame footer {background: none;}
.addgame footer a {color: #ffffff;}
.addgame footer a:hover {
	color: #00dcc0;
	text-shadow: none;
}
.addgame .container.conform {max-width: 900px;}
.sendgames {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.addgame .header_static .menu-btn i {
    color: #ffffff;
    font-size: 18px;
}
@media only screen and (max-width : 992px) {
.addgame .inform label span {
  margin-top: 20px;
}
.linemar {
  margin-bottom: 0px;
}
.addgame .inform .inhead {
  margin-bottom: 0px;
}
}
/**** ---- FORM END ---- ****/

/**** ---- ANIMATION ---- ****/
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
.pulse {
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
}

/**** ---- ANIMATION END ---- ****/

/* .alert {padding: 7px 15px; border-radius: 4px;} */
.alert {padding: 7px 7px; border-radius: 4px;}
.coins .alert {padding: 0;}
/* .coins .alert table td {padding: 10px !important;} */
.alert.alert-success, .alert.alert-error {background-color: #00c7cc; }
.alert.alert-success p, .alert.alert-error p, .alert.alert-warning p {color: #fff !important;font-size: 12px !important;margin: 0 !important;font-weight: normal !important;}
.alert.alert-success .alert-img, .alert.alert-error .alert-img {vertical-align: middle; text-align: left;}
.alert table {border-collapse: initial;}
.alert.alert-error {background-color: lightcoral;}
.alert.alert-warning {background-color: lightsalmon;}

.alert .d-flex {display: flex; justify-content: start; align-items: center; flex-grow: 1;}
.alert .d-flex img {margin-right: 15px;}
.alert .btn-close-wrap {display: flex; height: 100%; align-items: flex-start; align-self: flex-start; flex-shrink: 1; margin-left: 10px;}

/**** ---- COINACTION ---- ****/

.coinaction {
    position: relative;
    background: rgb(255,177,0);
    background: -moz-linear-gradient(left, rgba(255,177,0,1) 0%, rgba(254,82,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,177,0,1) 0%,rgba(254,82,30,1) 100%);
    background: linear-gradient(to right, rgba(255,177,0,1) 0%,rgba(254,82,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb100', endColorstr='#fe521e',GradientType=1 );
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 0, 0.27), 0px -1px 0px rgba(0, 0, 0, 0.16);
		padding: 20px 0px;
}
.coinaction h3 {
    text-transform: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(117, 0, 0, 0.36);
}
.coinaction p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: 0px 1px 0px rgba(130, 0, 0, 0.25);
    margin-top: 0px;
}
.coinaction .centre {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(233, 88, 17, 0.62);
    font-weight: 500;
    text-align: right;
    padding: 17px 0px;
    line-height: 36px;
}
.coinaction span.coinsumma {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(130, 0, 0, 0.43);
    margin-right: 10px;
    top: 8px;
    position: relative;
}
	.coinaction span.coinsumma img {
	    width: 32px;
	    display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
	}
	.coinaction a.line_btn {
	    text-transform: uppercase;
	    font-size: 10px;
	    font-weight: 600;
	    letter-spacing: 0.2px;
	    color: #ffffff;
	    border: 2px solid #ffffff;
	    padding: 12px 20px;
	    display: inline-block;
	    border-radius: 50px;
	    text-align: center;
	    margin-top: 14px;
	    margin-right: 15px;
		transition: 0.3s;
		cursor: pointer;
	}
	.coinaction a.line_btn:hover {
	    text-transform: uppercase;
	    font-size: 10px;
	    font-weight: 600;
	    letter-spacing: 0.2px;
	    color: #fe571e;
	    border: 2px solid #ffffff;
	    padding: 12px 20px;
	    display: inline-block;
	    border-radius: 50px;
	    background: #ffffff;
	    text-align: center;
	    margin-top: 14px;
	    margin-right: 15px;
			transition: 0.3s;
	}
	.coinaction .patbg {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    background: url('/img/bgcoin.png');
	    background-size: cover;
	    background-attachment: fixed;
	    opacity: 0.15;
	    border-bottom: 1px solid #000000;
	}
	.coinaction h4 {
	    color: #ffffff;
	    font-size: 11px;
	    display: inline-block;
	    position: relative;
	    top: -24px;
	}
.coinaction .container {}
	.coinaction .glass {
	    background: rgba(255, 255, 255, 0.2);
	    border-radius: 3px;
	    height: 100%;
	    min-height: 73px;
	    border: 1px solid #ffffff45;
	    box-shadow: 0px 1px 0px #bf2e0059;
	    position: relative;
	    overflow: hidden;
	    text-align: center;
	}
	.coinaction .gltwo {
	    width: 100%;
	    height: 100%;
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	    position: absolute;
	    opacity: 0.3;
	}
	.soon-flip-card {
	    border-radius: 2px;
	    overflow: hidden;
	    padding: 0px;
	    margin: 0px;
	    height: 36px;
	    border: 1px solid rgb(255, 240, 224);
	    box-sizing: border-box;
	    box-shadow: 0px 1px 1px #da641eab;
	}
.soon[data-face*=color-light] .soon-flip-bottom, .soon[data-face*=color-light] .soon-flip-back {
    box-shadow: inset 0px 1px 0px #ffffff !important;
	/* background: rgba(255, 255, 255, 0.25); */
	background: linear-gradient(#fff, rgba(0,0,0,.5) 350%);
    color: #000 !important;
}
	.soon[data-face*=color-light] .soon-flip-fallback, .soon[data-face*=color-light] .soon-flip-face {
	    /* background-color: #ffffff63; */
	    color: #000;
	    box-shadow: none !important;
	}
	.soon[data-face*=color-light] .soon-flip-bottom::before, .soon[data-face*=color-light] .soon-flip-back::before {
	    background-color: rgba(255, 255, 255, 0.3);
	    box-shadow: none !important;
	}

	.soon[data-face*=color-light] .soon-flip-bottom::after {
    background: rgb(255, 207, 175);
}
.soon[data-layout*=group] .soon-label {
    display: block;
    margin: .325rem 0 0;
    margin-right: -1em;
    margin-left: -1em;
    margin-top: -6px;
    color: #ffffff;
}
.soon[data-layout*=group] {
    padding: 5px 0 0px;
    text-align: center;
    display: inline-block;
    margin-bottom: -8px;
}
.glass:before {
  background: white none repeat scroll 0 0;
  border-color: red;
  border-radius: 45px;
  border-style: solid;
  border-width: 0;
  -webkit-box-shadow: 0 0 29px 10px #ffffff;
          box-shadow: 0 0 29px 10px #ffffff;
  content: "";
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 140%;
  left: -30%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 25px;
  z-index: 1000;
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: .6;
  -webkit-animation: light 4.5s infinite ease-out;
          animation: light 4.5s infinite ease-out;
					opacity: 0.3;
}
.glass:after {
  border: 0;
  border-radius: 50%;
  bottom: 20pt;
  -webkit-box-shadow: 0 22pt 4px 1px rgba(0, 0, 0, 0.58);
          box-shadow: 0 22pt 4px 1px rgba(0, 0, 0, 0.58);
  content: '';
  display: block;
  height: 5px;
  left: 1%;
  position: absolute;
  z-index: -1;
  width: 98%;
	opacity: 0.3;
}

@-webkit-keyframes light {
  0% {
    left: -25%;
  }
  25% {
    left: 120%;
  }
  100% {
    left: 180%;
  }
}

@keyframes light {
  0% {
    left: -25%;
  }
  25% {
    left: 120%;
  }
  100% {
    left: 180%;
  }
}

/**** ---- END COINACTION ---- ****/

.coins header > .container, .coins footer > .container {max-width: initial !important;}

.s_select .line_btn {
	margin-left: 10px;
	/* background-image: linear-gradient(60deg, #FFAD01 0%, #FE531E 100%); */
	background-image: none;
	background-color: #FFAD01;
}

/**** ---- MODAL BUY WITH CC ---- ****/
#form10 .bwcc_game_name, #form11 .bwcc_game_name {color: #FB7DFF; font-weight: bold;}
#form10 .coins {font-size: 34px; font-weight: bold; color: #fc0;} 
#form10 .coins .icon {position: relative; top: -3px;}
#form10 .bwcc_balance {color: #fc0; font-weight: bold;}
#form10 .btn {width: 180px !important;}
#form10 .btn:first-child {margin-right: 5px; background-image: none; background-color: #808080;}
#form10 .btn:last-child {margin-left: 5px;}
#form10 .link {font-size: 14px; margin-top: 0;}
#form10 a:first-child {color: #00B9D2;}
#form10 a:first-child:hover {text-decoration: underline;}
#form10.dq-modal-wrap .dq-modal-content {padding: 0 65px !important;}
/**** ---- END MODAL BUY WITH CC ---- ****/

/**** ---- MODAL PEGI ---- ****/
#form12 .btn, 
#form18 .btn 
{width: 180px !important;}
#form12 a.back_btn,
#form18 a.back_btn {
	margin-right: 5px; background-image: none; background-color: #808080;
	cursor: pointer;color:#fff;	
}
#form12 .btn:last-child,
#form18 .btn:last-child {margin-left: 5px;}
#form12 .input_checkbox,
#form18 .input_checkbox {
	margin-top: 40px; text-align: center;color: #525975;
	font-family: "Gotham-Book";
	font-weight: 300;
	/* margin-bottom: 35px; */
}
#form12 .input_checkbox .check,
#form18 .input_checkbox .check {
	position: relative;
	margin-right: 10px;
}
/**** ---- END MODAL PEGI ---- ****/

/**** ---- MODAL EMAIL PAYMENT ---- ****/
#form13 {
	/* background: url('/img/emails/Gray.jpg');	 */
	text-align: initial !important; 
	width: 710px;
}
#form13 .summary-detail-wrap {
	padding: 10px 0;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	display: table;
	margin: 20px 0;
	width: 100%;
}
#form13 .inline{display: inline-block;float: left;}
#form13 .game-img-wrap {
	/* margin-right: 15px; */
	width: 24%;
}
#form13 .package-price-info-wrap {
	text-align:right;
}
#form13 .package-price-info-wrap p {
	margin: 3px 0;
}
#form13 .package-info-wrap {
	width: 76%;
}
#form13 .game-name-wrap {
	width:50%;float:left;
}
#form13 .game-price-wrap {
	width:50%;float:right;text-align:right;
}
#form13 .other-info-wrap {
	float:right;text-align:right;
}
#form13 .other-info-wrap p {
	margin: 3px 0;
}
#form13 .gname-gprice-wrap {
	overflow: hidden;
}
#form13 .gname-gprice-wrap p {
	margin: 4px 0;
}
#form13 .package-name {
	font-weight: 600;
	color: #00c7cc;
}
#form13 .donation-sum {
	font-weight: 900;
}
#form13 .saved {
	/* margin-top: 10px !important; */
}
#form13 .donation-wrap {
	/* margin-top: 25px !important; */
}
#form13 .cc-spent-amount,
#form13 .cc-earned-amount,
#form13 .cc-balance-amount {
	color: #fc0;
	font-weight: 600;
}
#form13 .cc-learn a{
	text-decoration: underline;
	color: #00c7cc;
}
#form13 .game-box-img-wrap {
	position: relative !important; overflow: hidden; width: 135px; height: 190px; 
}
#form13 .game-box-img-wrap .game-box-img-flayer {
	display:inline-block; max-height: 0;max-width: 0;overflow:visible;
}
#form13 .game-box-img-wrap .game-box-img-flayer .span-img-wrap{
	display: block; width: 135px; height: 190px; text-align:right;
}
#form13 .game-box-img-wrap .game-box-img-tlayer .span-img-wrap{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#form13 .game-box-img-wrap .game-box-img-tlayer .span-img-wrap img{
	width: 100%;
	position: relative;
	/* left: 50%;
	transform: translateX(-60px); */
}
#form13 .item1{
	background-image: -webkit-linear-gradient(214deg, #c6ea17 0%, #a5c603 100%);
	background-image: -o-linear-gradient(214deg, #c6ea17 0%, #a5c603 100%);
	background-image: linear-gradient(236deg, #c6ea17 0%, #a5c603 100%);
}
#form13 .item2{
	background-image: -webkit-linear-gradient(30deg, #ff4800 0%, #ff8a00 100%);
	background-image: -o-linear-gradient(30deg, #ff4800 0%, #ff8a00 100%);
	background-image: linear-gradient(60deg, #ff4800 0%, #ff8a00 100%);
}
#form13 .item3{
	background-image: -webkit-linear-gradient(236deg, #71b280 0%, #14687f 100%);
	background-image: -o-linear-gradient(236deg, #71b280 0%, #14687f 100%);
	background-image: linear-gradient(214deg, #71b280 0%, #14687f 100%);
}
#form13 .item4{
	background-image: -webkit-linear-gradient(30deg, #006199 0%, #0087d4 100%);
	background-image: -o-linear-gradient(30deg, #006199 0%, #0087d4 100%);
	background-image: linear-gradient(60deg, #006199 0%, #0087d4 100%);
}
#form13 .item5{
	background-image: -webkit-linear-gradient(30deg, #ff9c00 0%, #fc0 100%);
	background-image: -o-linear-gradient(30deg, #ff9c00 0%, #fc0 100%);
	background-image: linear-gradient(60deg, #ff9c00 0%, #fc0 100%);
}
#form13 .order-info-wrap {
	display: table-cell;
}
#form13 .total-price-info-wrap {
	display: table-cell;
	text-align: right;
}
#form13 .payment-info {display: table; width: 100%; margin-bottom: 40px;}
#form13 .subtotal-wrap p {text-align:left;padding-bottom:10px;border-bottom:2px solid #e3e3e3;}
#form13 .subtotal-wrap p .subtotal-amount {float:right;}
#form13 .total-price-wrap {overflow: hidden;}
#form13 .total-price-wrap div:first-child{float:left;text-align:left;}
#form13 .order-number, 
#form13 .order-date,
#form13 .subtotal-amount,
#form13 .total-price {font-weight: 900;}
#form13 .cc-learn {
	margin-bottom: -4px !important;
}
#form13 .btn {display: inline-block; margin: 0 auto; transition: all .3s ease-in-out;}
#form13 .btn:first-child {margin-right: 5px;}
#form13 .btn:last-child {margin-left: 5px;}
#form13 .btn:disabled {background-image: linear-gradient(60deg, #A5A5A5 0%, #A5A5A5 100%);}

/**** ---- END MODAL EMAIL PAYMENT ---- ****/

/**** ---- MODAL DELETE PROFILE ---- ****/
#form14 {
	
}
/**** ---- END MODAL DELETE PROFILE ---- ****/
#form15, #form16 .btn {
	margin-top: 40px;
}

/**** ---- MODAL NOTIFICATION USERNAME ---- ****/
.form20:not(._notif_simple) {
	width: 1105px;
}
.form20 {
	text-align: left !important;
}
.form20 ._notif-title-text p:first-child {
	margin-top: 0;
}
.form20 form {
	padding: 15px 0 0 0;

}
.form20 form input {
	text-align: center;
	padding: 0;
	border-radius: 30px;
	border-color: #525975;
}
.form20 form label {
	font-family: "Gotham-Bold";
}
.form20 ._notif-game-bottom-container {
	padding-top: 35px;
}
.form20 ._notif-game-bottom-container h3{
	margin: 15px 0;
}

.form20 .soon[data-layout*="group"] {
	padding: initial;
}
.form20 .soon[data-layout*="group"] .soon-separator {
	color: #2e2e2e;
	font-weight: bold;
	top: 5px;
	position: relative;
	font-family: initial;
}

.form20 .soon[data-scale="xl"] .soon-flip-card {
	height: 49px;
	box-shadow: initial;
}
.form20 .soon[data-scale="m"] .soon-flip-card {
	height: 33px;
	box-shadow: initial;
}
.form20 .soon[data-scale="s"] .soon-flip-card {
	height: 27px;
	box-shadow: initial;

}
.form20 .soon[data-scale="xs"] .soon-flip-card {
	height: 21px;
	box-shadow: initial;
}
.form20 .soon-flip-inner {
	width: initial !important;
}

.form20 ._notif-game-bottom-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 15px 0 15px;
}
.form20 ._notif-game-flex {
	width: 50%;
}
.form20 ._notif-game-flex:first-child {
	padding-right: 15px;
}
.form20 ._notif-game-flex:last-child {
	padding-left: 15px;
	text-align: center;
}
.form20 ._notif-margin-top-0 {
	margin-top: 0;
}
.form20 ._notif-form-game-buttons {
	padding-bottom: 15px;
}
.form20 ._notif-btn-submit-later {
	background-image: none;
	background-color: #525975;
	color: #fff;
}
.form20 .s_games .shadow::before {
	left: 12px;
	right:initial;
}

/**** ---- MODAL ACTIVATE GAME ----- *******/
#activateGame.popup form,
#activateSubscriptionPack.popup form {
	padding: 15px;
}
#activateGame.coupon h2,
#activateSubscriptionPack.coupon h2 {
	color: #525975;
	font-size: 20px;
	margin-top: 20px;
}
#activateGame.coupon h2 i,
#activateSubscriptionPack.coupon h2 i {
	color: #ffd300;
    font-weight: 700;
	font-style: normal;
	margin-top: 20px;
}
#activateGame.coupon input,
#activateSubscriptionPack.coupon input {
	display: block;
    width: 280px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 6px;
    border: 1px solid #00b5c1;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#activateGame .let_know,
#activateSubscriptionPack .let_know {
	margin-top: 20px;
}
#activateGame .let_know a,
#activateSubscriptionPack .let_know a {
	display: inline-block;
}
/**** ---- END MODAL ACTIVATE GAME ----- *****/


/**** ---- MODAL GAME FAN REFERENCES ----- *****/
#form21 {
	width: 600px;
}
#form21 .dq-modal-content {
	position: relative;
}
#form21 .dq-modal-content i.fa-bell {
	position: absolute;
	font-size: 28px;
	color: lightgray;
	left: 38px;
	top: 5px;
}
#form21 .modal-title {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-left: 50px;
}
#form21 .modal-title #bonus_title {
	color: #525975;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
#form21 .modal-title p {
	margin: 0;
}
#form21 form {
	padding-bottom: 0;
}

#form21 .fan-preferences-wrap {
	text-align: initial;
	margin-top: 40px;
	margin-bottom: 40px;
}
#form21 .fan-preferences-wrap .news-preferences,
#form21 .fan-preferences-wrap .build-preferences {
	display: flex;
	flex-direction: row;
}
#form21 .fan-preferences-wrap .news-preferences .news-preferences-text,
#form21 .fan-preferences-wrap .build-preferences .build-preferences-text{
	flex-grow: 1;
}
#form21 .fan-preferences-wrap .preferences-btn {
	flex-shrink: 1;
	width: 55px;
}
#form21 .fan-preferences-wrap p {
	margin: 0;
}
#form21 .fan-preferences-wrap .title {
	font-size: 22px;
}
#form21 .fan-preferences-wrap .subtitle {
	font-size: 12px;
}
#form21 .btn {
	width: 130px !important;  
	margin: 0 10px;
}
.check #news-preferences-check,
.check #build-preferences-check,
.check input.news-preferences-check,
.check input.build-preferences-check {
	display: none; 
}
.check label[for="news-preferences-check"],
.check label[for="build-preferences-check"],
.check label.news-preferences-check,
.check label.build-preferences-check {
	height: 25px;
	width: 55px;
	border-radius: 25px;
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
	top: 4px;
	display: inline-block;
}
.check label[for="news-preferences-check"]:before,
.check label[for="build-preferences-check"]:before,
.check label.news-preferences-check::before,
.check label.build-preferences-check::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.28);
	position: absolute;
	left: 3px;
	top: 2px; 
}
.check #news-preferences-check:checked + label[for="news-preferences-check"]:before,
.check #build-preferences-check:checked + label[for="build-preferences-check"]:before,
.check input.news-preferences-check:checked + label.news-preferences-check::before,
.check input.build-preferences-check:checked + label.build-preferences-check::before {
	right: 3px;
	left: auto; 
}
.check #news-preferences-check:checked + label[for="news-preferences-check"],
.check #build-preferences-check:checked + label[for="build-preferences-check"],
.check input.news-preferences-check:checked + label.news-preferences-check,
.check input.build-preferences-check:checked + label.build-preferences-check {
	background: #00dcbf;
	background: -moz-linear-gradient(45deg, #00dcbf 0%, #00ccc9 40%, #00bfd0 55%, #00b6d6 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #00dcbf), color-stop(40%, #00ccc9), color-stop(55%, #00bfd0), color-stop(100%, #00b6d6));
	background: -webkit-linear-gradient(45deg, #00dcbf 0%, #00ccc9 40%, #00bfd0 55%, #00b6d6 100%);
	background: -o-linear-gradient(45deg, #00dcbf 0%, #00ccc9 40%, #00bfd0 55%, #00b6d6 100%);
	background: -ms-linear-gradient(45deg, #00dcbf 0%, #00ccc9 40%, #00bfd0 55%, #00b6d6 100%);
	background: linear-gradient(45deg, #00dcbf 0%, #00ccc9 40%, #00bfd0 55%, #00b6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dcbf', endColorstr='#00b6d6', GradientType=1);
}
.check #news-preferences-check:not(:checked) + label[for="news-preferences-check"],
.check #build-preferences-check:not(:checked) + label[for="build-preferences-check"],
.check input.news-preferences-check:not(:checked) + label.news-preferences-check,
.check input.build-preferences-check:not(:checked) + label.build-preferences-check {
	background: #A1A2A4;
	background: -moz-linear-gradient(45deg, #A1A2A4 0%, #A1A2A4 40%, #A1A2A4 55%, #A1A2A4 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #A1A2A4), color-stop(40%, #A1A2A4), color-stop(55%, #A1A2A4), color-stop(100%, #A1A2A4));
	background: -webkit-linear-gradient(45deg, #A1A2A4 0%, #A1A2A4 40%, #A1A2A4 55%, #A1A2A4 100%);
	background: -o-linear-gradient(45deg, #A1A2A4 0%, #A1A2A4 40%, #A1A2A4 55%, #A1A2A4 100%);
	background: -ms-linear-gradient(45deg, #A1A2A4 0%, #A1A2A4 40%, #A1A2A4 55%, #A1A2A4 100%);
	background: linear-gradient(45deg, #A1A2A4 0%, #A1A2A4 40%, #A1A2A4 55%, #A1A2A4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1A2A4', endColorstr='#A1A2A4', GradientType=1);
}
/**** ---- END MODAL GAME FAN REFERENCES ----- *****/

/**** ---- MY NOTIFICATIONS PAGE ----- *****/
.my-natifications-container {
	display: flex;
	flex-direction: column;
}
.my-natifications-wrap {
	display: flex;
	flex-direction: row;
	padding: 20px 0;
	border-bottom: 2px solid #EDEDEE;
}
.my-natifications-wrap .my-notification-img {
	display: flex;
	max-width: 500px;
	width: 100%;
	align-items: center;
	align-content: center;
	flex-shrink: 1;
}
.my-natifications-wrap .my-notification-img img {
	max-width: 170px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-right: 20px;
}
.my-natifications-wrap .my-notification-img p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.my-natifications-wrap .checkboxes {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 100%;
}
.my-natifications-wrap .checkboxes .checkbox-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* min-width: 150px; */
	/* max-width: 350px; */
	width: 50%;
}
/* .my-natifications-wrap .checkboxes .checkbox-wrap:first-child {
	padding-right: 60px;
} */
/* .my-natifications-wrap .checkboxes .checkbox-wrap:last-child::before {
	content: '';
	height: 100%;
	border-left: 1px solid #EDEDEE;
	display: block;
} */

.my-natifications-wrap .checkboxes .checkbox-wrap .title {
	font-size: 22px;
	margin: 0;
}
.my-natifications-wrap .checkboxes .checkbox-wrap .subtitle {
	font-size: 12px;
	margin: 0;
}
.my-natifications-wrap .checkboxes .vertical-hr {
	height: 50%;
	border-left:1px solid #EDEDEE;
	border-right:1px solid #EDEDEE;
	margin: 0 20px;
}





/**** ---- END MY NOTIFICATIONS PAGE ----- *****/

/**** ---- SOCIALFOOTER ---- ****/
.socialfooter {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c7cc+0,00d6b9+100 */
/*position:absolute;left:0;right:0;bottom:200px;*/
padding: 15px 0px;
background: rgb(0,199,204); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,199,204,1) 0%, rgba(0,214,185,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,199,204,1) 0%,rgba(0,214,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,199,204,1) 0%,rgba(0,214,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7cc', endColorstr='#00d6b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* margin: 20px 0; */
}
.Green .socialfooter {
	background: rgb(120,189,0); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(120,189,0,1) 0%, rgba(181,2228,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(120,189,0,1) 0%,rgba(181,2228,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(120,189,0,1) 0%,rgba(181,2228,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78BD00', endColorstr='#B5E440',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.Orange .socialfooter {
	background: rgb(255, 87, 34); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255, 87, 34,1) 0%, rgba(255, 152, 0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255, 87, 34,1) 0%,rgba(255, 152, 0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255, 87, 34,1) 0%,rgba(255, 152, 0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5722', endColorstr='#ff9800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.Blue .socialfooter {
	background: rgb(63, 81, 181); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(63, 81, 181,1) 0%, rgba(33, 150, 243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(63, 81, 181,1) 0%,rgba(33, 150, 243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(63, 81, 181,1) 0%,rgba(33, 150, 243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f51b5', endColorstr='#2196f3',GradientType=1 );
}
.Pink .socialfooter {
	background: rgb(233, 30, 99); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(233, 30, 99,1) 0%, rgba(255, 103, 128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(233, 30, 99,1) 0%,rgba(255, 103, 128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(233, 30, 99,1) 0%,rgba(255, 103, 128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e63', endColorstr='#ff6780',GradientType=1 );
}
.Yellow .socialfooter {
	background: rgb(254,204,30); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254,204,30,1) 0%, rgba(255, 174, 1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(254,204,30,1) 0%,rgba(255, 174, 1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(254,204,30,1) 0%,rgba(255, 174, 1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FECC1E', endColorstr='#FFAE01',GradientType=1 );
}
.Red-Yellow .socialfooter {
	background: rgb(135,23,17); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(135,23,17,1) 0%, rgba(227,161,75,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(135,23,17,1) 0%,rgba(227,161,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(135,23,17,1) 0%,rgba(227,161,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#871711', endColorstr='#E3A14B',GradientType=1 );
}
.socialfooter .social-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;

}
.socialfooter a.views span {
	color: #67EBDE;
	font-size: 14px;
	margin-left: 15px;
	font-weight: bold;
}
.socialfooter a.views span .fa {
	font-size: 20px;
	font-weight: bold;
}
.socialfooter a:not(.views) {
	width: 100%;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	margin: 5px 0px;
	border-radius: 100px;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}
.socialfooter a:not(.views) span {
	background: #ffffff2e;
	width: 30px;
	display: inline-block;
	height: 30px;
	margin-right: 7px;
	border-radius: 100px;
	text-align: center;
	padding-top: 7px;
}
.socialfooter a span img {
	width: 16px;
}
.socialfooter a:not(.views) span i {
	font-size: 15px;
}
.socialfooter a:not(.views):hover {
	width: 100%;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	margin: 5px 0px;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #363a4c;
}
.socialfooter a:not(.views):hover span {
	background: #373b4b;
}
.socialfooter a:not(.views):hover span i {color: #ffffff;}

.socialfooter ul {
	text-align: center;
	display: inline-block;
}
.socialfooter ul:first-child {
	float: left;
}	
.socialfooter ul:last-child {
	float: right;
}
.socialfooter ul li {
	display: inline-block;
}
.socialfooter ul li h5 {
	color: #ffffff;
	font-weight: 500;
	margin-right: 10px;
}
.socialfooter ul li a {}
.socialfooter ul li a:not(.views) span {
	margin: 0px;
}
.socialfooter ul li form {
	display: block;
	position: relative;
	margin-left: 20px;
}
.socialfooter ul li input {
	display: inline-block;
	width: 230px;
	/* border: 1px solid hsla(178, 100%, 35%, 0.92);
	border-radius: 3px;
	height: 54px; */
	line-height: 54px;
	border-radius: 100px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #7a53e0;
	height: 54px;
}
.socialfooter ul li button, .socialfooter ul li button:hover  {
	background: #7b54df;
	margin-left: 10px;
}
.socialfooter .input {
	position: relative;
	display: inline-block;
}
.socialfooter input {
	
}
.socialfooter ul li button, .socialfooter ul li button:hover {
	background: #7b54df;
	margin-left: -1px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #7a53e0;
	height: 54px;
	transform: scale(1);
	top: 0;
	font-size: 12px;
	transition: 0.3s;
}
.socialfooter ul li button:hover {
	background: #e053b2 !important;
	transition: 0.3s;
}
/**** ---- END SOCIALFOOTER ---- ****/

#form17 .social-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;

}
#form17 .social-flex ul {
	text-align: center;
	display: inline-block;
}
#form17 .social-flex ul li {
	display: inline-block;
}
#form17 .social-flex ul li form {
	display: flex;
	position: relative;
	/* margin-left: 20px; */
	padding: 0;
}
#form17 .social-flex ul li input {
	display: inline-block;
	width: 230px;
	/* border: 1px solid hsla(178, 100%, 35%, 0.92);
	border-radius: 3px;
	height: 54px; */
	line-height: 54px;
	border-radius: 100px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #7a53e0;
	height: 54px;
}
#form17 .social-flex ul li button, #form17 .social-flex ul li button:hover  {
	background: #7b54df;
	margin-left: 10px;
}
#form17 .social-flex .input {
	position: relative;
	display: inline-block;
}
#form17 .social-flex input {
	
}
#form17 .social-flex ul li button, #form17 .social-flex ul li button:hover {
	background: #7b54df;
	margin-left: -1px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #7a53e0;
	height: 54px;
	transform: scale(1);
	top: 0;
	transition: 0.3s;
	font-size: 12px;
}
#form17 .social-flex ul li button:hover {
	background: #e053b2 !important;
	transition: 0.3s;
}


#featured .table {
	display: table;
}
#featured .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.start-banner-container {
	position: absolute;bottom: 55px;right: 0;padding-right: 85px;display: flex;flex-direction: column;max-width: 905px;
}
.start-banner-container .start-banner-title {
	font-size: 29px; font-weight: 900; color: #97353F;text-transform: uppercase;font-family: 'Gotham-Bold';
}
.start-banner-container .start-banner-info {
	display: flex; flex-direction: row;justify-content: space-between;align-items: center;margin-top: 15px;
}
.start-banner-container .start-banner-info-p {
	width: 75%;color: #fff;font-size: 16px; margin: 0;
}

.coins .tab_item .social-btn {display: inline-block;}


/**** ---- TOOLTIP ---- ****/
.__tooltip-relative {position:relative;display: inline-table !important;}
#__tooltip-wrap {
	position: absolute; padding: 20px; min-height: 50px; min-width: 250px; 
	background-image: -webkit-linear-gradient(54deg, #00dcc0 0%, #00b5d6 100%);
	background-image: -o-linear-gradient(54deg, #00dcc0 0%, #00b5d6 100%);
	background-image: linear-gradient(36deg, #00dcc0 0%, #00b5d6 100%);
	color: #fff;
	font-size: 16px;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 15px;
	opacity:0;
	transition: all .4s ease-in-out;
}
#__tooltip-wrap.active {opacity: 1;}
/**** ---- END TOOLTIP ---- ****/


/**** ---- PAGINATION ---- ****/
.pagination-container {padding: 20px 0;}
 .pagination-container li {display: inline-block;}
 .pagination-container li.active {text-decoration: underline; font-weight: 500;}
 .pagination-container a {color: #fff; padding: 10px;}
 #table-pagin a {color: #fff;transition: all .4s ease-in-out; cursor:pointer;}
 #table-pagin a:hover {text-decoration: underline;}
 .paging {
	display: flex;
	justify-content: center;
	align-items: center;
}
.paging .paging-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   margin: 0 10px;
   color: #fff;
   font-weight: 600;
   padding: 0;
   border-radius: 100%;
   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%);
}
.paging .paging-btn: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%);
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.paging .paging-btn.last,
.paging .paging-btn.first {
   width: 100px;
   border-radius: 10px;
}
.paging .paging-btn.active {
   background-color: #fff;
   background-image: none;
   border: 3px solid #00b5d6;
   color: #00b5d6;
}
 /**** ---- END PAGINAION ---- ****/
 .s_form {
	background: -moz-linear-gradient(0deg, rgba(150,95,212,1) 0%, rgba(120,83,225,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150,95,212,1)), color-stop(100%, rgba(120,83,225,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(150,95,212,1) 0%, rgba(120,83,225,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(150,95,212,1) 0%, rgba(120,83,225,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(150,95,212,1) 0%, rgba(120,83,225,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(150,95,212,1) 0%, rgba(120,83,225,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#965fd4', endColorstr='#7853e1',GradientType=1 ); /* ie6-9 */
    padding: 55px 0 65px;
    text-align: center;
    margin-top: 40px;
}
.s_form h2 {
    border: none;
    font-size: 28px;
    color: #ffffff;
}
.s_form h4 {
    margin: 20px 0 24px;
    color: #ffffff;
}
/**** ---- ABOUT US ---- ****/
.aboutus {
    background: rgb(4,137,186);
    background: -moz-linear-gradient(top, rgba(4,137,186,1) 0%, rgba(20,105,183,1) 20%, rgba(68,10,176,1) 55%, rgba(18,67,176,1) 100%);
    background: -webkit-linear-gradient(top, rgba(4,137,186,1) 0%,rgba(20,105,183,1) 20%,rgba(68,10,176,1) 55%,rgba(18,67,176,1) 100%);
    background: linear-gradient(to bottom, rgba(4,137,186,1) 0%,rgba(20,105,183,1) 20%,rgba(68,10,176,1) 55%,rgba(18,67,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0489ba', endColorstr='#1243b0',GradientType=0 );
    background-size: 100% 150%;
    background-attachment: fixed;
}
.aboutus .header_static {background: #ffffff;}

.aboutus_top {
    background: url(../img/about/mainbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	margin-top: 78px;
}
.aboutus_top {
    background: url(../img/about/mainbg.png);
    background-size: cover;
    background-repeat: no-repeat;
	height: 100vh;
	/* height: 900px; */
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	margin-top: 78px;
}
.aboutus_top .ab_game span:last-child img {
	position:absolute;
	left:0;
	right:0;
	bottom:7px;
	width:90%;
	margin:0 auto;
}
.aboutus_top .ab_game.item8 span:last-child img.second-layer {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
}
.aboutus_top .container {
    max-width: 1170px;
	z-index: 2;
}
.aboutus_top h1 {
    font-size: 44px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: none;
}
.aboutus_top h1 b {}
.aboutus_top h3 {
	font-size: 22px;
	text-transform: none;
	font-weight: 500;
	color: #ffffff;
	line-height: 34px;
	margin-bottom: 20px;
}
.aboutus_top h3 i {
	color: #00d9c2;
	font-style: normal;
	font-weight: 600;
}
.aboutus_top .btn {}
.aboutus_top .video {
	position: relative;
	background: url(../img/about/vid.png);
	background-size: 100%;
	padding: 10px;
	border-radius: 5px;
	height: 280px;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.aboutus_top .video .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
}
.aboutus_top .video .play {
	width: 56px;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	top: 50%;
	margin-top: -28px;
	transition: 0.3s;
}

.aboutus_top .video .play:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
	cursor: pointer;
}
.aboutus_top .video h4 {
	color: #ffffff;
	bottom: 15px;
	position: absolute;
	left: 15px;
}
.aboutus_top .ab_game .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
	transition: 0.3s;
}
.aboutus_top .ab_game {
    width: 10%;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0.556%;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	bottom: 0px;
	margin-bottom: -1px;
	min-height: 160px;
	max-height: 160px;
}
.aboutus_top .ab_game:hover {
    bottom: 15px;
		transition: 0.3s;
}
.aboutus_top .ab_game:hover .gradient {
	height: 100%;
	transition: 0.3s;
}
.aboutus_top .ab_game:hover .ab_glass {
    left: 30px;
		transition: 0.3s;
}

.aboutus_top .ab_game .ab_glass {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/about/gameglass.png);
    background-size: 100%;
    background-position: top right;
		transition: 0.3s;
}
.ab_games {
    margin-top: 60px;
}
.ab_games a {}
.ab_games a:hover {}
	.ab_mainfeatures {
	    margin-top: 0px;
	    padding-top: 0px;
	}

.ab_mainfeatures .ab_fea {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 30px;
    color: #ffffff;
}
.ab_mainfeatures .ab_fea .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.ab_mainfeatures .ab_fea h3 {
    font-weight: 400;
    text-transform: none;
}
.ab_mainfeatures .ab_fea p {
    color: rgba(255, 255, 255, 0.48);
    font-weight: 400;
}
	.ab_mainfeatures .ab_fea .mainico {
	    display: block;
	    margin: 0px auto;
	    margin-bottom: 18px;
	    height: 60px;
	    width: 60px;
	    vertical-align: middle;
	    line-height: 60px;
	}
	.ab_mainfeatures .ab_fea .backgroundico {
	    display: block;
	    max-width: 175px;
	    margin: 0 auto;
	    top: 0px;
	    z-index: 1;
	    position: absolute;
	    left: 50%;
	    margin-left: -88px;
	}
.ab_mainfeatures .ab_quote {}
	.ab_mainfeatures .ab_quote p {
	    display: block;
	    text-align: center;
	    font-size: 32px;
	    font-weight: 300;
	    color: #ffffff;
	    margin: 50px 0px;
	    padding: 0px 50px;
	}
	.ab_mainfeatures .ab_quote p i {
	    color: #32ffe6;
	    font-weight: 400;
	    font-style: normal;
	}
.ab_mainfeatures .ab_fea_tw {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 30px;
    color: #ffffff;
		height: 100%;
}
.ab_mainfeatures .ab_fea_tw .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.ab_mainfeatures .ab_fea_tw h3 {
    font-weight: 400;
    text-transform: none;
}
.ab_mainfeatures .ab_fea_tw p {
    color: rgba(255, 255, 255, 0.48);
    font-weight: 400;
}
.ab_mainfeatures .ab_fea_tw .mainico {
    display: block;
    margin: 0px auto;
    margin-bottom: 18px;
    height: 90px;
    width: 90px;
    vertical-align: middle;
    line-height: 60px;
}
.ab_mainfeatures .ab_fea_tw .backgroundico {
		display: block;
		max-width: 175px;
		margin: 0 auto;
		top: 0px;
		z-index: 1;
		position: absolute;
		left: 50%;
		margin-left: -88px;
}
.unhappy {}
.unhappy h3 {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    text-transform: none;
    font-weight: 500;
}
	.unhappy h3 i {
	    color: #03ffe5;
	    font-weight: 300;
	    font-style: normal;
	}
	.unhappy p {
	    color: rgba(255, 255, 255, 0.48);
	    font-weight: 400;
	    text-align: center;
	    max-width: 60%;
	    margin: 20px auto 0px;
	}
	.last_fea .ab_l_fea {
	    background: rgba(0, 0, 0, 0.1);
	    border-radius: 3px;
	    padding: 20px;
	    text-align: center;
	    color: #ffffff;
	    position: relative;
	    height: 100%;
	    clear: both;
	    overflow: visible;
	}
.last_fea .ab_l_fea {}
	.last_fea .ab_l_fea img {
	    display: block;
	    width: 90px;
	    margin: 0 auto 20px;
	}
	.last_fea .ab_l_fea h3 {
	    text-transform: none;
	    font-weight: 400;
	}
.last_fea .ab_l_fea p {
    color: rgba(255, 255, 255, 0.48);
    font-weight: 400;
}
.ab_platform {}
	.ab_platform h2 {
	    text-align: center;
	    display: block;
	    color: #ffffff;
	    font-weight: 400;
	    text-transform: none;
	    letter-spacing: 0px;
	    font-size: 32px;
	}
.ab_platform p {
		color: rgba(255, 255, 255, 0.48);
		font-weight: 400;
		text-align: center;
		max-width: 60%;
		margin: 20px auto 0px;
}
.ab_platform .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    height: 52px;
    left: 50%;
    margin-left: -100px;
    top: 100%;
	margin-top: -145px;
	z-index: 100;
}
.ab_platform img {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.aboutus footer {background: #ffffff; position: relative; z-index: 100;}
.tabledis {}
.tablerow {}
.tables {}

#particles-js {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.ab_mainfeatures, .unhappy, .last_fea .ab_platform, .s_form, .socialfooter, footer {z-index: 2;}



@media only screen and (max-width : 1200px) {
	.aboutus_top {
		margin-top: 58px;
		/* height: 45vh; */
	}
	.aboutus_top .video {
    height: 226px;
	}

}
@media only screen and (max-width : 992px) {
	.aboutus_top .video {
    height: 226px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.ab_mainfeatures .ab_quote {
    overflow: hidden;
}
.ab_platform p {
    max-width: 90%;
}
.unhappy p {
    max-width: 90%;
}
.ab_platform .btn {
    margin-top: 0px;
}
}
@media only screen and (max-width : 768px) {
.aboutus_top {
margin-top: 54px;
height: auto;
}
.aboutus_top .ab_game {
    width: 16%;
    margin: 2%;
    margin-top: 18px;
}
.ab_games {
    margin-top: 0px;
}
.tables {
    margin-bottom: 30px;
}
}
@media only screen and (max-width : 480px) {
	.aboutus_top h1 {
    font-size: 34px;
}
.aboutus_top h3 {
    font-size: 14px;
    line-height: 22px;
}
.aboutus_top .video {
    height: 160px;
}
.aboutus_top .video h4 {
    font-size: 12px;
    letter-spacing: 0px;
}
.aboutus_top .ab_game {
    width: 28%;
    margin: 2.66666666666%;
    margin-top: 18px;
}
.ab_mainfeatures .ab_quote p {
    font-size: 23px;
    padding: 0px 0px;
}
}
/**** ---- END ABOUT US ---- ****/

/**** ---- ROTATE STYLES FOR PACKAGES ON DASHBOARD ---- ****/
/**** ---- END ROTATE STYLES FOR PACKAGES ON DASHBOARD ---- ****/

.error {
	color: red;
}

.unverified-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/* padding: 10px 0; */
	z-index: 100;
	background-color: #ED7B9A;
	position: fixed;
	display: none;
	/* transition: all .4s ease-in-out; */
	overflow: hidden;
	height: auto;
	color: #fff;
}
.unverified-wrap {
	padding: 25px 0;
}
.unverified-wrap .user-name {
	color: #00c7cc;
	text-transform: capitalize;
	font-weight: 500;
}
.unverified-wrap .user-email {
	color: #00c7cc;
	font-weight: 500;
}
.unverified-container .unverified-links-container {
	text-align: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}
.unverified-container p{
	margin: 0;
	color: #fff;
}

.unverified-container .btn{
	padding: 12px 30px ;
}

/** Privacy & Settings*/
#privacy-settings-container {
	padding: 50px 80px; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2); background-color: #fff;
	text-align: center;
}
#privacy-settings-container .default-settings {
	border: 1px solid lightgray;
	padding: 15px;
	margin-top: 15px;
}
#privacy-settings-container .default-settings-conatiner {
	text-align:left;
	
}
#privacy-settings-container .default-settings-conatiner .receive-data {
	color: #00c7cc;
	text-decoration: underline;
}

.profilemenu {
	background: #eaf2f5;
    padding: 0 !important;	
    display: block;
}
.profilemenu #first-link {
	border-bottom: 1px solid #eaf2f5;
	display: block;
	padding: 12px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #fff;
	color: #353a4d;
	text-align: center;
}
/* .profilemenu li {}
.profilemenu li a {} */
.profilemenu .coins {
	background: none;
	padding: 0px 0px 12px;
}
.profilemenu .coins span {
	color: #d86942;
}
.profilemenu .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-top: -4px;
}

[type=submit][disabled=disabled], a[disabled=disabled] {
	background-image: none; background-color: #808080;
}
/** End Privacy & Settings*/

.s_announcement_container {
    padding: 40px 40px 40px 0;
    position: relative;
    border-radius: 20px;
	border: 2px solid;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 40px;
}
.s_announcement_container .purple-border {
	border: 4px solid;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #ff1caf;
}
.s_announcement_container .soon[data-layout*="group"] .soon-separator {
	color: #2e2e2e;
	font-weight: bold;
	top: 5px;
	position: relative;
	font-family: initial;
}

.s_announcement_container .item {
	display: flex;
	flex-direction: column;
	width: 60%;
}
.s_announcement_container .item.left-item {
	width: 40%;
}
.s_announcement_container .soon-container {
	text-align: center;
}
.s_announcement_container .next-match-title {
	text-align: center;
	font-family: "Gotham-Bold";
	text-transform: capitalize;
	font-size: 26px;
	margin-bottom: 22px;
}
.s_announcement_container .remaining-time {
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.s_announcement_container .remaining-time span{
	font-style: italic;
}

.s_announcement_container .soon[data-layout*="group"] {
	padding: initial;
}

.s_announcement_container .left-item .btn, .s_announcement_container .left-item .btn:hover {
	background-image: none;
	background-color: #ff1caf;
	max-width: 160px;
	margin-top: 20px;
	align-self: center;
}

.s_announcement_content .left-item p:first-child,
.s_announcement_content .left-item p:last-child {
	margin: 0;
}

.s_announcement_content .s_announcement_input {
	position: relative;
	text-align: center;	
}
.s_announcement_content .s_announcement_input .input{
	border-radius: 30px;
	border: 1px solid #2e2e2e;
	margin: 20px 0;
}
.s_announcement_content .s_announcement_input .btn {
	margin: 20px 0;
	width: 200px;
}
.s_announcement_content .s_announcement_input .sign-up-closed{
	position: absolute;
	top:0;
	right: 0;
	width: 200px;
	margin: 0;
}

.s_announcement_content .s_announcement_input-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 25px;
}

.s_announcement_share {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 30px;
}

.s_announcement_share ul li {
	display: inline-block;
}
.s_announcement_share ul li:not(:last-child) {
	margin-right: 20px;
}
.s_announcement_share .social-btn.facebook {
	border-color: #3470e1 !important;
	color: #3470e1 !important;
}
.s_announcement_share .social-btn.facebook i {
	color: #3470e1 !important;	
}
.s_announcement_share .social-btn.twitter {
	border-color: #00A7EC !important;
	color: #00A7EC !important;
}
.s_announcement_share .social-btn.twitter i {
	color: #00A7EC !important;
}

.s_announcement_container .soon[data-scale="xl"] .soon-flip-card {
	height: 49px;
	box-shadow: initial;
}
.s_announcement_container .soon[data-scale="m"] .soon-flip-card {
	height: 36px;
}
.s_announcement_container .soon[data-scale="s"] .soon-flip-card {
	height: 27px;
}
.s_announcement_container .soon[data-scale="xs"] .soon-flip-card {
	height: 21px;
}


.pending-wrap {
	position: relative;
	top: 11px;
	height: 48px;
}
.pending-wrap .pending-btn {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid gray;
	border-radius: 50px;
	font-weight: bold;
	width: 26px;
	height: 26px;
	padding: 0 0 0 2px;
}


#intercom-container {
	z-index: 400 !important;
}
.note-container {
	padding: 20px;
	background-color: #525975;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3147483648;
	display: none;
}
.note-container p {
	color: #fff;
}
.note-container .mail-to {
	color: #00c7cc;
}
.note-container ul li {
	display: inline-block;
}
.note-container ul li:last-child {
	float:right;
}

.banners-block img {width: 100%; height: auto;}

/*! * * * * * * * * * * * * * * * * * * * *\  
  CSShake :: shake-horizontal
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake-horizontal {
	display: inline-block;
	transform-origin: center center; }
  
  .shake-freeze,
  .shake-constant.shake-constant--hover:hover,
  .shake-trigger:hover .shake-constant.shake-constant--hover {
	animation-play-state: paused; }
  
  .shake-freeze:hover,
  .shake-trigger:hover .shake-freeze, .shake-horizontal:hover,
  .shake-trigger:hover .shake-horizontal {
	animation-play-state: running; }
  
  @keyframes shake-horizontal {
	2% {
	  transform: translate(-4px, 0) rotate(0); }
	4% {
	  transform: translate(7px, 0) rotate(0); }
	6% {
	  transform: translate(-3px, 0) rotate(0); }
	8% {
	  transform: translate(-7px, 0) rotate(0); }
	10% {
	  transform: translate(3px, 0) rotate(0); }
	12% {
	  transform: translate(-9px, 0) rotate(0); }
	14% {
	  transform: translate(-1px, 0) rotate(0); }
	16% {
	  transform: translate(7px, 0) rotate(0); }
	18% {
	  transform: translate(-3px, 0) rotate(0); }
	20% {
	  transform: translate(10px, 0) rotate(0); }
	22% {
	  transform: translate(8px, 0) rotate(0); }
	24% {
	  transform: translate(7px, 0) rotate(0); }
	26% {
	  transform: translate(4px, 0) rotate(0); }
	28% {
	  transform: translate(7px, 0) rotate(0); }
	30% {
	  transform: translate(9px, 0) rotate(0); }
	32% {
	  transform: translate(4px, 0) rotate(0); }
	34% {
	  transform: translate(2px, 0) rotate(0); }
	36% {
	  transform: translate(-2px, 0) rotate(0); }
	38% {
	  transform: translate(-2px, 0) rotate(0); }
	40% {
	  transform: translate(0px, 0) rotate(0); }
	42% {
	  transform: translate(-3px, 0) rotate(0); }
	44% {
	  transform: translate(1px, 0) rotate(0); }
	46% {
	  transform: translate(-4px, 0) rotate(0); }
	48% {
	  transform: translate(-7px, 0) rotate(0); }
	50% {
	  transform: translate(4px, 0) rotate(0); }
	52% {
	  transform: translate(-5px, 0) rotate(0); }
	54% {
	  transform: translate(-2px, 0) rotate(0); }
	56% {
	  transform: translate(-6px, 0) rotate(0); }
	58% {
	  transform: translate(7px, 0) rotate(0); }
	60% {
	  transform: translate(2px, 0) rotate(0); }
	62% {
	  transform: translate(10px, 0) rotate(0); }
	64% {
	  transform: translate(-7px, 0) rotate(0); }
	66% {
	  transform: translate(-6px, 0) rotate(0); }
	68% {
	  transform: translate(2px, 0) rotate(0); }
	70% {
	  transform: translate(2px, 0) rotate(0); }
	72% {
	  transform: translate(5px, 0) rotate(0); }
	74% {
	  transform: translate(-8px, 0) rotate(0); }
	76% {
	  transform: translate(2px, 0) rotate(0); }
	78% {
	  transform: translate(-1px, 0) rotate(0); }
	80% {
	  transform: translate(-8px, 0) rotate(0); }
	82% {
	  transform: translate(3px, 0) rotate(0); }
	84% {
	  transform: translate(-8px, 0) rotate(0); }
	86% {
	  transform: translate(6px, 0) rotate(0); }
	88% {
	  transform: translate(5px, 0) rotate(0); }
	90% {
	  transform: translate(5px, 0) rotate(0); }
	92% {
	  transform: translate(-2px, 0) rotate(0); }
	94% {
	  transform: translate(4px, 0) rotate(0); }
	96% {
	  transform: translate(-2px, 0) rotate(0); }
	98% {
	  transform: translate(-4px, 0) rotate(0); }
	0%, 100% {
	  transform: translate(0, 0) rotate(0); } }
  
  .shake-horizontal:hover,
  .shake-trigger:hover .shake-horizontal, .shake-horizontal.shake-freeze, .shake-horizontal.shake-constant, .shake-horizontal {
	animation-name: shake-horizontal;
	animation-duration: 100ms;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; }

input:disabled {
	background-color: rgba(5,5,5,.1);
}

.pointer {
	cursor: pointer;
}

/****** ------ SUBSCRIPTION ------ ******/
.subscription-section {width: 100%;}
.subscription-section .subscription-description h4 {font-weight: 900; font-family: Gotham-Bold; margin-bottom: 20px;}
.subscription-section .subscription-description h2 {font-weight: 100; font-family: inherit; font-size: 25px; margin-bottom: 20px;}
.subscription-section .subscription-description ul li {margin-bottom: 20px;}
.subscription-section .subscription-pack-wrap {display: flex;height: 100%; align-items: center;}
.subscription-section .subscription-pack-wrap .subscription-pack {width: 100%; height: 249px; 
	-webkit-box-shadow: 0px 0px 195px -40px rgba(0, 130, 170, 0.6);
	-moz-box-shadow: 0px 0px 195px -40px rgba(0, 130, 170, 0.6);
	box-shadow: 0px 0px 195px -40px rgba(0, 130, 170, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.subscription-section .subscription-pack-wrap .subscription-pack .round {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100px;
	position: relative;
	top: -16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 100;
} 
.subscription-section .subscription-pack-wrap .subscription-pack .round::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	border-radius: 100px; 
}
.subscription-section .subscription-pack-wrap .subscription-pack .round.color-0 {
	background-image: linear-gradient(to top, #0082AA, #00C6C9);
}
.subscription-section .subscription-pack-wrap .subscription-pack .round.color-0::before {
	/* -webkit-box-shadow: 0px 0px 39px -8px rgba(0, 198, 201, 1);
	-moz-box-shadow: 0px 0px 39px -8px rgba(0, 198, 201, 1);
	box-shadow: 0px 0px 39px -8px rgba(0, 198, 201, 1); */
}
.subscription-section .subscription-pack-wrap .subscription-pack .round.color-1 {
	background-image: linear-gradient(to top, #00A56F, #00FFEA);
}
.subscription-section .subscription-pack-wrap .subscription-pack .round.color-1::before {
	/* -webkit-box-shadow: 0px 0px 39px -8px rgba(0, 237, 210, 1);
	-moz-box-shadow: 0px 0px 39px -8px rgba(0, 237, 210, 1);
	box-shadow: 0px 0px 39px -8px rgba(0, 237, 210, 1); */
}
.subscription-section .subscription-pack-wrap .subscription-pack .round.color-2 {
	background-image: linear-gradient(to top, #FF3F25, #FFCE38);
}
.subscription-section .subscription-pack-wrap .subscription-pack .round .how-much {
	font-weight: 900;
	font-family: Gotham-Bold;
	font-size: 28px;
}
.subscription-section .subscription-pack-wrap .subscription-pack .round .month {
	font-size: 12px;
	margin-top: -10px; 
	font-family: Gotham-Bold;
}
.subscription-section .subscription-pack-wrap .subscription-pack .triangle {
	width: 18px; 
	height: 18px; 
	transform-origin: top right; 
	position: absolute;	
	margin: auto;
	background-color: #fff;
}
.subscription-section .subscription-pack-wrap .subscription-pack .triangle.left {
	transform:rotate(-45deg); 
    border-radius : 8px 0 4px 0; /* and the rounded corner to finish */ 
	left: -18px;
	top: -6px;
	bottom: 0;
	/* box-shadow: inset 0px 0px 39px -8px rgba(0, 198, 201, .2) */
}
/* .subscription-section .subscription-pack-wrap .subscription-pack .triangle.left::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
    border-radius : 8px 0 4px 0;
} */

.subscription-section .subscription-pack-wrap .subscription-pack .triangle.right {
	transform: rotate(-45deg);
    border-radius: 4px 0 8px 0;
    right: 0px;
    bottom: 0;
    top: -6px;
}
.subscription-section .subscription-pack-wrap .subscription-pack .price p {
	color: #008FBC;
	font-size: 18px;
}
.subscription-section .subscription-pack-wrap .subscription-pack .price p span {
	font-size: 24px;
	font-family: Gotham-Bold;
	font-weight: 100;
}
.subscription-section .subscription-pack-wrap .subscription-pack .save {
	font-size: 14px;
}

.subscription-section .subscription-pack-wrap .subscription-pack .join {
	background-color: #fff;
	border: 1px solid #008FBC;
	color: #008FBC;
	/* align-self: flex-end; */
	position: absolute;
	bottom: 20px;
	top: initial;
}
.subscription-section .subscription-pack-wrap .subscription-pack .join:hover {
	color: #fff;
	background-color: #008FBC;
	border-color: #fff;
}
.subscription-section .subscription-pack-wrap .subscription-pack .save .line-through {
	text-decoration: line-through;
}
.subscription-section .input-payment {
	height: 40px;
}
.subscription-section .creditMetod .creditCard_block.gray {
	top: 35px;
}
.subscription-section .creditMetod .creditCard .form_group.tal input {
	color: #504868;
}
/****** ------ END SUBSCRIPTION ------ ******/

/****** ------ Start News Game Owner -------- *******/
.s_news .items {display: flex; flex-wrap: wrap;}
.s_news .items .col {display: flex; margin-bottom: 20px;}
.s_news .news-start-flex {display: flex; flex-direction: column; justify-content: space-between; width: 100%;}
.s_news .news-start-flex .item {margin: 0;}
.s_news .news-start-flex .news-game-owner {margin-top: 20px;}
.s_news .news-start-flex .news-game-owner a {display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 5px 5px 5px 10px; color: #fff; align-items: center;}
.s_news .news-start-flex .news-game-owner p {margin: 0; color: #fff; font-weight: 600;}
.s_news .news-start-flex .news-game-owner .date {    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .4);
    font-size: 14px;
    font-weight: 600;}
.s_news .news-start-flex .news-game-owner.Green {
	background-image: -webkit-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: -o-linear-gradient(54deg, #92cd00 0%, #c4ea13 100%);
	background-image: linear-gradient(36deg, #92cd00 0%, #c4ea13 100%);
}
.s_news .news-start-flex .news-game-owner.Blue {
	background-image: -webkit-linear-gradient(54deg, #3f51b5 0%, #2196f3 100%);
	background-image: -o-linear-gradient(54deg, #3f51b5 0%, #2196f3 100%);
	background-image: linear-gradient(36deg, #3f51b5 0%, #2196f3 100%);
}
.s_news .news-start-flex .news-game-owner.Black {
	background-image: -webkit-linear-gradient(54deg, #262626 0%, #4d4d4d 100%);
	background-image: -o-linear-gradient(54deg, #262626 0%, #4d4d4d 100%);
	background-image: linear-gradient(36deg, #262626 0%, #4d4d4d 100%);
}
.s_news .news-start-flex .news-game-owner.Orange {
	background-image: -webkit-linear-gradient(54deg, #ff5722 0%, #ff9800 100%);
	background-image: -o-linear-gradient(54deg, #ff5722 0%, #ff9800 100%);
	background-image: linear-gradient(36deg, #ff5722 0%, #ff9800 100%);
}
.s_news .news-start-flex .news-game-owner.Pink {
	background-image: -webkit-linear-gradient(54deg, #e91e63 0%, #ff6780 100%);
	background-image: -o-linear-gradient(54deg, #e91e63 0%, #ff6780 100%);
	background-image: linear-gradient(36deg, #e91e63 0%, #ff6780 100%);
}
.s_news .news-start-flex .news-game-owner.White {
	background-image: -webkit-linear-gradient(54deg, #e5e5e5 0%, white 100%);
	background-image: -o-linear-gradient(54deg, #e5e5e5 0%, white 100%);
	background-image: linear-gradient(36deg, #e5e5e5 0%, white 100%);
	color :#1a1a1a;
}
.s_news .news-start-flex .news-game-owner.Mcolor,
.s_news .news-start-flex .news-game-owner.default {
	background-image: -webkit-linear-gradient(54deg, #00b9d4 0%, #00d8c2 100%);
    background-image: -o-linear-gradient(54deg, #00b9d4 0%, #00d8c2 100%);
    background-image: linear-gradient(36deg, #00b8d4 0%, #00d8c3 100%);
}
.s_news .news-start-flex .news-game-owner.Yellow {
	background-image: -webkit-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: -o-linear-gradient(54deg, #FECC1E 0%, #FFAE01 100%);
	background-image: linear-gradient(36deg, #FECC1E 0%, #FFAE01 100%);
}
.s_news .news-start-flex .news-game-owner.Red-Yellow {
	background-image: -webkit-linear-gradient(54deg, #871711 0%, #E3A14B 100%);
	background-image: -o-linear-gradient(54deg, #871711 0%, #E3A14B 100%);
	background-image: linear-gradient(36deg, #871711 0%, #E3A14B 100%);
}
/****** ------ End Start News Game Owner -------- *******/
/****** ------ TOP BANNER ------ *******/
.top-banner .top-banner_wrapper {
	height: 55px;
    background-color: rgb(0, 151, 238); background-image: url(/img/default/banner_top_start.png); background-size: cover;
    margin-top: -20px;
	display: flex;
	width: 100%;
	background-position: center center;
    align-items: center;
    margin-bottom: 20px;
}
.top-banner .top-banner_content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-banner .top-banner_title {
	text-shadow: 0px 0px 5px rgba(0,0,0, 1);
	font-size: 20px;
	text-transform: uppercase;
	margin-right: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}
.top-banner .top-banner_text {
	margin: 0;
	max-width: 40%;
	margin-right: 60px;
}
.top-banner .btn {
	/*background: none; */
	/*background-color: #fff; */
	/*color: rgba(0, 151, 238, .5);*/
}
.top-banner .btn:hover {
	/*background: none;*/
	/*background-color: transparent;*/
	/*border: 2px solid #fff;*/
	/*color: #fff;*/
}

/****** ------ END TOP BANNER ------ *******/


/****** ------ Releases ------- ********/
.releases {}
.releases h2 {margin: 20px 0;}
.releases .rel {
	background: #f6f8fb;
	border-radius: 3px;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.releases .rel .rel-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px dashed transparent;
	padding: 20px 0;
	position: relative;
	z-index: 101;
}
.releases .rel .rel-wrap .btns {
	display: flex; flex-direction: row; width: 100%; justify-content: center; align-items: center;
	
}
.releases .rel .rel-wrap.dragover {
	border-color: #000;
}
.releases .rel .build-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:101;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.releases .rel .build-buttons i {
	cursor: pointer;
	margin-right: 15px;
	border-radius: 100px;
    background-image: linear-gradient(60deg, #00dcc0 0%, #00b5d6 100%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.releases .rel img {
	width: 38px;
	display: block;
	margin: 0 auto 20px;
}
.releases .rel span {
	font-size: 18px;
	margin-bottom: 20px;
	color: #446785;
	display: block;
}
.releases .rel input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	opacity: 0;
	padding: 0;
}

.releases .rel a:not(.btn) {
	color: #00c7cc;
    font-family: 'Montserrat';
    transition: 0.3s;	
}
.releases .rel a:not(.btn):hover {
	color: #337ab7;
    text-decoration: none;
}
.releases .rel .btn {
	margin-top: 14px;
}
.releases p {
	font-size: 12px;
	font-weight: 300;
	color: #6a718d;
	line-height: 20px;
	margin-top: 24px;
}
/****** ------ END Releases ------- ********/

/**** ---- UPLOAD GAME BUILDS ---- *****/
.gBuildUploadingWrap {position: absolute; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0, 0, 0, .6); z-index: 101; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.gBuildUploadingWrap p {color: #fff;  font-size: 16px; margin: 0;}


/****** ------ JOIN DISCORD ------ *******/
.join_discord_section {
    width: 100%;
    background-color: #7289da;
    padding: 10px 0 !important;
}
.join_discord_section .wrapper-horizontal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.join_discord_section .wrapper-vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.join_discord_section .wrapper-vertical .btn {
    margin-top: 40px;
}
.join_discord_section .right_info_section {
    position: relative;
    width: 100%;
    height: 100%;
}
.join_discord_section .right_info_section img {
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 0;
	height: 126%;
	z-index: 1;
}
.join_discord_section .btn {
    background: #fff none;
    color: #7289da;
    border: 2px solid #fff;
}
.join_discord_section .btn:hover {
    background: transparent none;
    /*border: 2px solid #fff;*/
    color: #fff;
}
/****** ------ END JOIN DISCORD ------ *******/
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-10by4{padding-bottom:40%}


/******* FLIGHT ANIMATION *******/
._flight-animation {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    padding: 10px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slidein-flight-animation;
    animation-name: slidein-flight-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    will-change: transform;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes slidein-flight-animation {
    0% {
        -webkit-transform: translateY(-5%) rotateY(-30deg);
        transform: translateY(-5%) rotateY(-30deg)
    }

    to {
        -webkit-transform: translateY(0) rotateY(-30deg);
        transform: translateY(0) rotateY(-30deg)
    }
}

@keyframes slidein-flight-animation {
    0% {
        -webkit-transform: translateY(-5%) rotateY(-30deg);
        transform: translateY(-5%) rotateY(-30deg)
    }

    to {
        -webkit-transform: translateY(0) rotateY(-30deg);
        transform: translateY(0) rotateY(-30deg)
    }
}
/******* END FLIGHT ANIMATION *******/


/******* DEVELOPERS OFFERING *******/
.developer-offering-section {
    background-image: url(/img/default/offer_background.png)
}
.developer-offering-section .offering-span {
    color: #fff; text-transform: uppercase; font-size: 18px;
}
.developer-offering-section .offering-title {
    color: #FFC439;
}
.developer-offering-section .offering-info {
    color: #fff;
}
.developer-offering-section .img-controller {
    position: relative;
    top: 40px;
}
.developer-offering-section .btn-white {
    background-color: #fff; background-image: none; color: #464873;
    border: 2px solid #fff;
}
.developer-offering-section .btn-white:hover {
    background-image: none; background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
#developer-offering-modal #developer_offering_buy_now {
    background-image: none;
    background-color: #515974;
}
#developer-offering-modal .closeBtn {
    background-image: none;
    background-color: #BDBDBD;
    margin-right: 20px;
    width: 125px !important;
    padding: 10px 10px;
}
#developer-offering-modal .closeBtn:hover {
    background-image: none;
}
/******* END DEVELOPERS OFFERING *******/