.headers {
	background: url(../images/header/bg-header.jpg);
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.header__content {
	width: 1340px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__logo {
	width: 590px;
	height: 130px;
	margin-right: 50px;
	margin-top: 14px;
}

.header__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	margin-top: 8px;
	color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__item input {
	padding: 0 10px;
	margin-right: 5px;
	font-family: myriadPro;
	font-size: 16px;
}

.header__time {
	color: #f9d94e;
	font-family: myriadPro;
	font-size: 18px;
}

.header__text {
	margin-right: auto;
	margin-left: 5px;
	font-family: Adobe Heiti Std;
}

.header__forgot {
	color: #fff;
	font-family: Adobe Heiti Std;
}

.header__input--item {
	background: url(../images/header/bg-input.png) no-repeat;
	width: 142px;
	height: 34px;
	background-size: 100% 100%;
}

.header__code {
	background: url(../images/header/bg-code.png) no-repeat;
	width: 72px;
	height: 34px;
	background-size: 100% 100%;
}

.header__captcha {
	background: url(../images/header/bg-captcha.png) no-repeat;
	width: 60px;
	height: 34px;
	background-size: 100% 100%;
	text-align: center;
	font-family: Adobe Heiti Std !important;
	line-height: 34px;
	font-size: 14px !important; 
}

.header__button {
	background: url(../images/header/bg-login.png) no-repeat;
	width: 86px;
	height: 34px;
	background-size: 100% 100%;
	line-height: 34px;
	font-size: 24px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: engraver;
}

.header__news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__text--ann {
	font-family: Adobe Heiti Std;
	padding-right: 5px;
	font-size: 18px;
}

.header__text--ann span {
	font-family: myriadPro;
	color: #f9d94e;
	font-weight: 600;
}

.header__announcement {
	width: 19px;
	height: 15px;
}

.header__news marquee {
	width: 414px;
	margin: 0 10px;
}

.header__news marquee a{
	color: #fff;
	font-family: Adobe Heiti Std;
}

.header__language {
	position: absolute;
	right: -68px;
}

.header__language--item {
	width: 31px;
	margin-left: -4px;
}

.header__margin {
	margin-top: 34px;
	margin-bottom: 18px;
}

.header__nav {
	background: url(../images/header/bg-nav.jpg);
	width: 100%;
	height: 45px;
	position: relative;
	margin: 0 auto;
}

.header-nav__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1590px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	padding-top: 2px;
}

.header-nav__item:not(:last-child) {
	border-right: 1px solid #000;
}

.header-nav__item {
	font-family: engraver;
	font-weight: 400;
	text-align: center;
	font-size: 22px;
	padding: 0px 15px;
	height: 36px;
	line-height: 34px;
	position: relative;
}
@media(max-width:1366px) {
	.header-nav__content {width: 1200px;margin: 0 auto;}
	.header-nav__item {font-size: 14px;}
}
@media (max-width:1560px)  {
	.header-nav__content {width: 1200px;margin: 0 auto;}
	.header-nav__item {font-size: 14px;}
}

.header-nav__img {
	padding: 0px 10px;
	max-width: 33px;
    text-align: center;
}

.header-nav__img img {
	padding-bottom: 3px;
}

.header-nav__item a {
	color: #f9d94e;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	text-transform: uppercase;
}

.header-nav__item{
	list-style: none;
	flex: 1;
}

.header-nav__hover::after {
	content: "";
	background: url(../images/header/nav-hover.png) no-repeat;
	background-size: 100% 100%;
	height: 66px;
	display: inline-block;
	position: absolute;
	width: 100%;
	top: -17px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header-nav__hover:hover::after{
	z-index: 99;
	visibility: visible;
	opacity: 1;	
}

.header-nav__hover:hover > a {
	position: relative;
	color: #000;
	z-index: 999999;	
}

.header-nav__register {
	position: relative;
	top: -10px;
	right: -4px;
	background: url(../images/header/cover.png) no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
}

.header-nav__register a {
	font-size: 24px;
	font-family: engraver;
	line-height: 48px;
	padding: 6px 48px;
	font-weight: 600;
	color: #000;
	position: relative;
	top: -3px;
}

.header-nav__register:hover > a {
	color: #f9d94e;
}

.header-nav__register:hover {
	background: url(../images/header/cover-hover.png) no-repeat;
	background-size: 100% 100%;
}


.header__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}

.header__info li {
	background: url(../images/header/bg-01.png) no-repeat;
	width: 69px;
	height: 62px;
	background-size: 100% 100%;
	margin-right: 8px;
	list-style: none;
}

.header__info--item:hover {
	background: url(../images/header/bg-01-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item:hover > a label {
	z-index: 1;	
	color: #000;
}

.header__info--item:hover > a::after {
	display: block;
}

.header__info--item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 5px;
	position: relative;
}

.header__info--item a::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 36px;
	top: 5px;
	left: 13px;
	z-index: 1;
	display: none;
}

.header__info--item .account::after {
	background: url(../images/header/account-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .deposit::after {
	background: url(../images/header/deposit-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .withdraw::after {
	background: url(../images/header/withdraw-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .transfer::after {
	background: url(../images/header/transfer-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .history2::after {
	background: url(../images/header/history-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .betlist::after {
	background: url(../images/header/betlist-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .statement::after {
	background: url(../images/header/statement-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .turnover::after {
	background: url(../images/header/turnover-hover.png) no-repeat;
	background-size: 100% 100%;
}

.header__info--item .logout::after {
	background: url(../images/header/logout-hover.png) no-repeat;
	background-size: 100% 100%;
	width: 47px;
	left: 11px;
}

.header__info--item img {
	width: 42px;
	height: 36px;
}

.header__info--item label {
	color: #f9d94e;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 2px;
	cursor: pointer;
	position: relative;
	font-family: engraver;
}

.header__bonus {
	margin-left: 10px;
	font-family: Adobe Heiti Std;
}

.header__bonus a {
	color: #fff;
}

.header__bonus span {
	color: red;	
}

.header__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f9d94e;
}

.header__form input::-moz-placeholder { /* Firefox 19+ */
  color: #f9d94e;
}

.header__form input:-ms-input-placeholder { /* IE 10+ */
  color: #f9d94e;
}

.header__form input:-moz-placeholder { /* Firefox 18- */
  color: #f9d94e;
}