/* Preloader */
.preloader-in, .preloader-in2 {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0);
	z-index: 1500;
	text-align: center;
	color: #fff;
}

.preloader-in .spinner {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 100vh;
}

.preloader-in2 .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

body {
	background-color: #032846;
	min-width: 1200px;
}

html {
	background-color: #001627;
}
main {min-height: 520px;}

/* ##### COMMONS ##### */
.section-padding {padding-top: 40px; padding-bottom: 40px;}
.full-height {min-height: calc(100vh - 0px);}

/* ##### HEADER ##### */
.header {
	position: relative;
	width: 100%;
	background-color: #001627;
}
.logo-top {float: left; margin-top: 11px;}
.logo-top-menu {display:none !important;}

.bx-profile {
	float: right;
	padding:0;
	color: #fff;
}
.bx-profile .i-wallet a {
	display: inline-block;
	padding: 0 15px;
	color: #c8e7ff;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	font-weight: 900;
}
.bx-profile .i-wallet a:last-child {padding: 0 0 0 10px;}
.bx-profile a:hover {color: #fff;}
.bx-profile .i-wallet img {height: 29px; padding:2px;}
.i-avatar {
	float: right;
	padding: 10px;
	position: relative;
	display: block;
	border-radius: 50%;
}
.i-avatar span {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
}
.i-avatar img {height: 42px;}
.bx-profile-mobile {
	display: none;
	float: right;
	padding: 10px 0;
}
.bx-login {
	float: right;
	padding: 15px 0 ;
}

.avatarImage {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 50%;
}

/*!* ## MENU-OPENER ## *!
.menu-opener {
	display: none;
	position: fixed;
	z-index: 16000;
	right: 10px;
	top: 28px;
	width: 35px;
	height: 35px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	background: #001627;
	border: 2px solid #fff;
	border-radius: 6px;
}
.menu-opener.open {z-index: 999999;top:28px;}

.menu-opener span {
	display: block;
	position: absolute;
	height: 1px;
	left: 5px;
	width: calc(100% - 10px);
	background: #fff;
	border-radius: 3px;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.menu-opener span:nth-child(1) {top: 7px;}
.menu-opener span:nth-child(2), .menu-opener span:nth-child(3) {top: 15px;}
.menu-opener span:nth-child(4) {top: 23px;}
.menu-opener.open span:nth-child(1) {top: 12px;	width: 0;	left: 50%;}
.menu-opener.open span:nth-child(2) {transform: rotate(45deg);}
.menu-opener.open span:nth-child(3) {transform: rotate(-45deg);}
.menu-opener.open span:nth-child(4) {top: 10px;	width: 0;	left: 50%;}*/

/* ##### DROPDOWN-MENU ##### */
.dropdown-menu {
	position: absolute;
	z-index: 1510;
	top: 79px;
	right: 0;
	visibility: hidden;
	min-width: 300px;
	background: #001627;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
	text-transform: none;
	padding: 10px 30px;
	border-radius: 0 0 20px 20px;
	transition: linear 200ms;
}
.i-avatar:hover .dropdown-menu { visibility: visible;}
.dropdown-menu ul {
	margin: 10px 0;
}
.dropdown-menu ul li {
	margin: 0;
	display: block;
}
.dropdown-menu a {
	display: block;
	padding: 10px 20px;
	color: #c8e7ff;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	font-weight: 900;
	text-align: center;
}

/* ##### ICO-GO-TOP ##### */
.ico-go-top {
	background:url(../img/ico-go-top.png) no-repeat;
	width:48px;
	height:48px;
	position:fixed;
	z-index:200;
	right:10px;
	bottom:90px;
	opacity:0.5;
	display:none;
  cursor: pointer;
}
.ico-go-top:hover {opacity:0.8;}

/* ##### BX-GAMESORT ##### */
.bx-gamesort {
	background-color: #001d34;
	padding: 30px 20px;
	border-radius: 0 20px 20px 20px;
}

/* ##### BX-GAMELIST ##### */
.bx-gamelist {
	background-color: #001d34;
	padding: 50px 30px 30px 30px;
	border-radius: 20px 20px 0 20px;
	text-align: center;
  min-height: 315px;
}
.bx-gamelist .i-nickname {
	color: #6e9bbf;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px;
}
.bx-gamelist .i-bid {
	background-color: #001627;
	padding: 10px;
	border-radius: 20px 20px 20px 0;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
  min-width: 70px;
}
.bx-gamelist .i-currency {
	position: absolute;
	left: 30px;
	top: 30px;
}
.bx-gamelist .i-country {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%);
}

/* ##### BX-GAMELIST-PROGRESS ##### */
.bx-gamelistpro {
	background-color: #001d34;
	padding: 30px 30px 10px 30px;
	border-radius: 20px 20px 0 20px;
	text-align: center;
	margin-bottom: 10px;
}
.bx-gamelistpro p {vertical-align: middle;font-weight: 900;font-size: 22px;line-height: 53px;}
.bx-gamelistpro img {vertical-align: middle;}
.bx-gamelistpro .i-title {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%);
	font-size: 14px;
	color: #6e9bbf;
	font-weight: 900;
}

/* ##### BX-PROFILE-FUNDS ##### */
.bx-profile-funds {
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0 40px;
}

/* ##### BX-PAGER ##### */
.bx-pager {
	text-align: right;
	padding: 20px 0;
	color: #fff;
}
.bx-pager .btn {
	padding: 0 12px;
	min-width: 30px;
	margin: 0 2px;
	font-size: 12px;
	height: 30px;
	line-height: 26px;
}
.bx-pager .btn.active {
	background-color: #fff;
}
.bx-pager span {
	display: inline-block;
	margin: 0 2px;
}

/* ##### BX01 ##### */
.bx01 {
	background-color: #001d34;
	padding: 30px;
	border-radius: 20px 20px 0 20px;
	overflow: hidden;
	position: relative;
	min-height: 300px;
}
/* ##### BX02 ##### */
.bx02 {
	background-color: #001d34;
	padding: 5px 15px 5px 15px;
	border-radius: 20px 20px 20px 0;
	overflow: hidden;
	position: relative;
}
/* ##### UPLOAD BTN ##### */
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

/* ##### BX-ITEM ##### */
.bx-item {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px 30px 180px 30px;
	position: relative;
	width: 100%;
}
.bx-item .i-title {
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.bx-item .i-photo {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.bx-item .i-photo img {
	border: 1px solid #ebebeb;
}
.bx-item .i-desc {
	margin-bottom: 10px;
}
.bx-item .i-info {
	border-top: 1px solid #e5e5e5;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 10px 20px 0 20px;
	height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bx-item .i-links {position: absolute; width: 100%; bottom: 7px; left: 0; padding: 0 20px; margin: 0; overflow: hidden;}

/* ##### TABLE-WRAPPER ##### */
.table-wrapper {
	overflow-x:auto;
	padding-bottom: 1px;
}

.fancybox-content {border-radius: 25px 25px 0 25px !important;}

/* #### FOOTER #### */
.footer {
	padding:0 0 15px 0;
	background-color: #001627;
	color: #6e9bbf;
	font-size: 14px;
	overflow: hidden;
}
.footer .fr {padding-right:40px;}
.footer a {color:#fff;font-weight: 900;}
.footer a:hover {text-decoration:underline;}
.honeti {position:absolute;right:5px;top:0px;opacity:1;}
.honeti:hover {opacity:0.7;}

.footer-info {
	width: 100%;
	padding: 5px;
	background-color: #0c3f66;
	color: #fff;
	font-size: 16px;
}

/* #### RESPONSIBLE WEB DESIGN #### */
@media all and (min-width: 1221px) {
	/* ##### MENU TOP ##### */
	.top-menu {
		width: 100%;
		text-align: center;
	}
	.top-menu .bx-in {float: left;}
	.top-menu ul {
		padding:0;
		margin: 20px;
		list-style: none;
		position: relative;
	}
	.top-menu ul li {
		margin: 0;
		display:inline-block;
	}
	.top-menu a {
		display: block;
		padding: 0 30px;
		color: #c8e7ff;
		font-size: 16px;
		line-height: 34px;
		text-decoration: none;
		font-weight: 900;
	}
	.top-menu ul li:first-child a {background-color: #56e1ff; border-radius: 12px; color: #001627;}
	.top-menu ul li:first-child a:hover {background-color: #fff;}
	.top-menu li.current > a, .top-menu a:hover, .top-menu a.current {
		color: #fff;
	}
}

@media all and (max-width: 1220px) {
	/* ##### MENU TOP ##### */
	.top-menu {
		width: 100%;
		text-align: center;
	}
	.top-menu .bx-in {float: left;}
	.top-menu ul {
		padding:0;
		margin: 20px;
		list-style: none;
		position: relative;
	}
	.top-menu ul li {
		margin: 0;
		display:inline-block;
	}
	.top-menu a {
		display: block;
		padding: 0 30px;
		color: #c8e7ff;
		font-size: 16px;
		line-height: 34px;
		text-decoration: none;
		font-weight: 900;
	}
	.top-menu ul li:first-child a {background-color: #56e1ff; border-radius: 12px; color: #001627;}
	.top-menu ul li:first-child a:hover {background-color: #fff;}
	.top-menu li.current > a, .top-menu a:hover, .top-menu a.current {
		color: #fff;
	}
	/* ##### HEADER ##### */
	.logo-top-menu {display:block !important; height: 50px; margin: 20px 0 0 10px;}
	.anchor {margin-top: -60px;}

	/*
	!* #### TOP-MENU #### *!
	body.open-menu {overflow-y:hidden;}
	.menu-opener {display: block;}
	.top-menu .container {padding: 0;}

	.top-menu {
		position: fixed;
		z-index: 98;
		background: rgba(3,40,70,0.97);
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .35s, visibility .35s, height .35s;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: hidden;
	}
	.top-menu.open {
		visibility: visible;
		height: 100%;
		overflow-y: auto;
		opacity: 1;
	}
	.top-menu .bx-in {float: none;}
	.top-menu ul {padding: 20px 0 0 0; text-align: center;}
	.top-menu ul li {display: block; margin: 0; float: none;border-bottom: 1px solid #fff;}
	.top-menu ul li a {color: #fff; padding: 0 10px; height: 40px; line-height: 40px; display: block; font-size: 18px;}
	.top-menu ul li a:hover, .top-menu ul li.current a {color: #fff; font-weight: 900;}
	*/

	.ico-go-top {opacity: 1;}

	.section-head {padding-top: 80px;}

	/* ##### COOKIES MESSAGE ##### */
	#cookies-message-container {display: none;}
	/* ##### DROPDOWN-MENU ##### */
	.dropdown-menu {
		position: absolute;
		z-index: 999;
		top: 77px;
		right: -40px;
	}
}

@media all and (max-width: 767px) {
	.section-padding {padding-top: 20px; padding-bottom: 20px;}
	.bx-profile .i-in {display: none;}

	.bx-profile-mobile {display: block;}

	/* ##### BX-ITEM ##### */
	.bx-item {padding: 15px 10px 10px 10px;}
	.bx-item .i-info {position: relative; height: auto; bottom:0; padding: 10px 0 0 0;}
	.bx-item .i-links {position: relative; padding: 0;}
}
@media all and (max-width: 575px) {
	/* ##### BX-ITEM ##### */
	.bx-item {padding: 15px 10px 10px 10px;}

	/* #### FOOTER #### */
	.footer .fr {float: none !important; text-align: center; padding: 0;}
	.footer .fl {float: none !important; text-align: center; padding: 0;}
	/* ##### ICO-GO-TOP ##### */
	.ico-go-top {bottom:100px;}
}
@media all and (max-width: 479px) {

}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

}

.fancybox-close-small{
	color:white !important;
}