/* Removed legacy viewport rule to prevent forced zoom on mobile */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	background-attachment: fixed;
	background-color: #0e0e0e;
	background-image: url(home/body.png)
}

#connectionStatus {
	background-color: #fffcec;
	border: 1px solid #b5ae88;
	border-radius: 6px;
	bottom: 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 5px;
	color: #79705d;
	display: none;
	left: 50%;
	margin-left: -250px;
	padding: 8px 0;
	position: fixed;
	text-align: center;
	width: 500px;
	z-index: 20
}

#topContainer {
	background: #28282a;
	background: -moz-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28282a), color-stop(100%, #0b0c10));
	background: -webkit-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -o-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -ms-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: linear-gradient(to bottom, #28282a 0, #0b0c10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28282a', endColorstr='#0b0c10', GradientType=0);
	box-shadow: rgba(0, 0, 0, .75) 0 0 5px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50
}

#top {
	height: 34px;
	margin: 0 auto;
	position: relative;
	width: 960px
}

#top div {
	color: #505151;
	font-size: 14px
}

#top .left {
	left: 0;
	line-height: 22px;
	position: absolute;
	top: 5px
}

#top .left button {
	background: url(common/icons.png) no-repeat;
	border: none;
	border-radius: 10px;
	color: #7c7c7c;
	height: 20px
}

#top .left button.active, #top .left button:hover {
	background-color: #343437
}

#top .left .withHtml {
	padding-left: 28px;
	padding-right: 5px
}

#top .left .bNotifications {
	background-position: 0 -1445px;
	margin-left: 10px;
	width: 32px
}

#top .left .bNotifications:active {
	background-position: 1px -1444px
}

#top .left .bNotifications.active {
	background-position: 0 -1475px
}

#top .left .bNotifications.active:active {
	background-position: 1px -1474px
}

#top .left .bSoundToggle {
	background-position: 0 -2885px;
	width: 30px
}

#top .left .bSoundToggle:active {
	background-position: 1px -2884px
}

#top .left .bSoundToggle.disabled {
	background-position: 0 -2915px
}

#top .left .bSoundToggle.disabled:active {
	background-position: 1px -2914px
}

#top .left .bRelations {
	background-position: 0 -1745px;
	padding-left: 21px;
	width: 50px
}

#top .left .bRelations:active {
	background-position: 1px -1744px
}

#top .left .bRelations.active, #top .left .bRelations.important {
	background-position: 0 -2405px
}

#top .left .bRelations.active:active {
	background-position: 1px -2404px
}

#top .right {
	line-height: 22px;
	position: absolute;
	right: 0;
	top: 5px
}

#top .right .item {
	display: inline-block;
	font-weight: 700;
	height: 23px;
	padding: 0 20px;
	vertical-align: top
}

#top .right .lotteryRemainingContainer, #top .right .officialTimeContainer, #top .right .playersOnline {
	color: #666;
	font-size: 12px
}

#top .right .lotteryRemaining, #top .right .officialTime, #top .right .playersOnline .total {
	color: #ccc;
	font-size: 13px;
	padding-left: 3px
}

#top .right .maintenanceWillStart {
	color: #d60005;
	display: none
}

#top .friendsStates {
	background-color: #161616;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, .5) 2px 2px 3px;
	display: none;
	left: 60px;
	padding: 4px 15px;
	position: absolute;
	top: 34px
}

#topContainer .adminJumper {
	position: absolute;
	right: 40px;
	top: 8px
}

.topExtension {
	background: #28282a;
	background: -moz-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28282a), color-stop(100%, #0b0c10));
	background: -webkit-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -o-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: -ms-linear-gradient(top, #28282a 0, #0b0c10 100%);
	background: linear-gradient(to bottom, #28282a 0, #0b0c10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28282a', endColorstr='#0b0c10', GradientType=0);
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .75) 0 0 5px;
	color: #a7a7a7;
	display: none;
	left: 0;
	position: fixed;
	top: 24px;
	width: 300px;
	z-index: 49
}

.topExtension .title {
	color: #d5d5d5;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 20px;
	text-align: center
}

#notifications {
	padding: 30px 30px 20px
}

#notifications .empty {
	color: #d8d8d8;
	padding: 0 0 10px;
	text-align: center
}

#notifications .notification {
	position: relative
}

#notifications .notification .title {
	color: #d8d8d8;
	font-size: 14px
}

#notifications .notification .content {
	color: #8c8c8c;
	font-size: 13px;
	margin-top: 5px
}

#notifications .notification .date {
	color: #535353;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 0;
	top: 0
}

#notifications .hr {
	background-color: #000;
	border-top: #5b5b5b 1px solid;
	height: 1px;
	margin: 20px auto;
	width: 80%
}

#notification {
	background: #7d0105;
	background: -moz-linear-gradient(top, #7d0105 0, #450507 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7d0105), color-stop(100%, #450507));
	background: -webkit-linear-gradient(top, #7d0105 0, #450507 100%);
	background: -o-linear-gradient(top, #7d0105 0, #450507 100%);
	background: -ms-linear-gradient(top, #7d0105 0, #450507 100%);
	background: linear-gradient(to bottom, #7d0105 0, #450507 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d0105', endColorstr='#450507', GradientType=0);
	border-left: #f8d45b 1px solid;
	border-top: #f8d45b 1px solid;
	border-top-left-radius: 10px;
	bottom: 0;
	box-shadow: #bd905e -1px -1px 0;
	position: fixed;
	right: 0;
	width: 400px;
	z-index: 99
}

#notification .container {
	background-image: url(home/notification.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	min-height: 70px;
	padding-left: 80px
}

#notification .title {
	color: #fff;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 20px;
	padding-top: 15px
}

#notification .content {
	color: #fcc;
	font-size: 13px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px
}

#notification .bClose {
	background-color: transparent;
	background-image: url(common/icons.png);
	background-position: 0 -1230px;
	background-repeat: no-repeat;
	border: none;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px
}

#notification .bClose:hover {
	background-position: 0 -780px
}

#notification .bClose:active {
	background-position: 1px -779px
}

#relations {
	padding: 20px 0 10px;
	width: 490px
}

#relations .addFriendOrBlock {
	text-align: center
}

#relations .addFriendOrBlock .bBlockUser {
	margin-left: 30px
}

#relations .add {
	display: none;
	text-align: center
}

#relations .add input[name=name] {
	width: 300px
}

#relations .adding {
	color: #fff;
	display: none;
	font-style: italic;
	line-height: 30px;
	text-align: center
}

#relations .add .bCancel {
	background: url(common/icons.png) 0 -810px;
	border: none;
	height: 30px;
	width: 30px
}

#relations .add .bConfirm {
	background: url(common/icons.png) 0 -930px;
	border: none;
	height: 30px;
	width: 30px
}

#relations .pending {
	display: none;
	margin-top: 10px
}

#relations .pending .user {
	font-style: italic;
	margin-left: 10px;
	margin-top: 5px
}

#relations .pending .user .name {
	display: inline-block;
	height: 20px;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap
}

#relations .pending .user button {
	font-size: 12px
}

#relations .friends {
	margin-top: 10px;
	overflow: auto
}

#relations .friends .noFriend {
	font-style: italic;
	padding-bottom: 10px;
	text-align: center
}

#relations .friend {
	font-size: 0;
	margin-top: 5px;
	padding: 0 10px
}

#relations .friend .actions, #relations .friend .bTable1, #relations .friend .bTable2, #relations .friend .name {
	display: inline-block;
	vertical-align: middle
}

#relations .friend .name {
	color: #7a7a7a;
	width: 150px
}

#relations .friend.isOnline .name {
	color: #a7a7a7
}

#relations .friend.isPlaying .name {
	color: #3da319
}

#relations .friend .bTable1, #relations .friend .bTable2 {
	height: 20px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px
}

#relations .friend[data-tableId1="0"] .bTable1, #relations .friend[data-tableId1="0"] .bTable1:hover, #relations .friend[data-tableId2="0"] .bTable2, #relations .friend[data-tableId2="0"] .bTable2:hover {
	cursor: default
}

#relations .friend .actions {
	text-align: center;
	width: 100px
}

#relations .friend:hover {
	background-color: rgba(255, 255, 255, .1)
}

header {
	background: #5c0507;
	background: -moz-linear-gradient(top, #5c0507 0, #a60003 51%, #5c0507 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, #5c0507), color-stop(51%, #a60003), color-stop(100%, #5c0507));
	background: -webkit-linear-gradient(top, #5c0507 0, #a60003 51%, #5c0507 100%);
	background: -o-linear-gradient(top, #5c0507 0, #a60003 51%, #5c0507 100%);
	background: -ms-linear-gradient(top, #5c0507 0, #a60003 51%, #5c0507 100%);
	background: linear-gradient(to bottom, #5c0507 0, #a60003 51%, #5c0507 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0507', endColorstr='#5c0507', GradientType=0);
	border-bottom: #6d080d 1px solid;
	height: 204px;
	margin: auto;
	position: relative;
	width: 960px
}

header .topBorder {
	background-color: #f8d45b;
	border-bottom: #bd905e 2px solid;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

header .logo {
	display: block;
	left: 80px;
	position: absolute;
	top: 27px;
	z-index: 2
}

#my {
	background-color: rgba(0, 0, 0, .2);
	border: rgba(184, 21, 29, .6) solid;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 5px inset;
	height: 140px;
	position: absolute;
	right: 40px;
	top: 38px;
	width: 520px
}

#my .picture {
	background-image: url(home/myPicture.png);
	background-repeat: no-repeat;
	border-radius: 6px;
	cursor: pointer;
	height: 112px;
	left: 16px;
	position: absolute;
	top: 14px;
	width: 112px
}

#my .picture:hover {
	box-shadow: rgba(241, 200, 75, .8) 0 0 20px
}

#my .picture img {
	left: 6px;
	position: absolute;
	top: 6px
}

#my .name {
	background-image: url(home/myName.png);
	background-repeat: no-repeat;
	cursor: pointer;
	left: 140px;
	position: absolute;
	top: 15px
}

#my .name .right {
	background-image: url(home/myName.png);
	background-position: right -32px;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 20px;
	height: 32px;
	line-height: 30px;
	margin-left: 10px;
	padding-right: 10px
}

#my .name .right:hover {
	text-shadow: #edc85c 0 0 10px, #edc85c 0 0 10px
}

#my .chipsPoContainer {
	left: 155px;
	position: absolute;
	top: 55px
}

#my .chips {
	background-image: url(common/chipsBig.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffe3e3;
	cursor: pointer;
	display: inline-block;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 26px;
	line-height: 40px;
	padding-left: 50px;
	vertical-align: middle
}

#my .chips:hover {
	text-shadow: #edc85c 0 0 10px, #edc85c 0 0 10px
}

#my .po {
	background-image: url(contest/poMedium.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffe3e3;
	cursor: pointer;
	display: inline-block;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 26px;
	line-height: 40px;
	margin-left: 25px;
	padding-left: 45px;
	vertical-align: middle
}

#my .po:hover {
	text-shadow: #edc85c 0 0 10px, #edc85c 0 0 10px
}

#my .trustIndex {
	color: #c69a9b;
	cursor: pointer;
	font-size: 14px;
	left: 155px;
	position: absolute;
	top: 105px
}

#my .trustIndex:hover {
	color: #ffe3e3;
	text-decoration: underline
}

#my .bProfile, #my .bSupport {
	color: #c69a9b;
	font-size: 14px;
	position: absolute;
	top: 105px
}

#my .bProfile {
	left: 230px
}

#my .bSupport {
	left: 330px
}

#my .bProfile:hover, #my .bSupport:hover {
	color: #fff
}

#my .bLogout {
	background: url(common/icons.png) 0 -3210px no-repeat;
	border: none;
	bottom: 12px;
	height: 30px;
	position: absolute;
	right: 16px;
	width: 30px
}

#my .bLogout:hover {
	background-position: 0 -3240px
}

#my .bLogout:active {
	bottom: 11px;
	right: 15px
}

#my .verified {
	background-image: url(home/verified.png);
	background-repeat: no-repeat;
	height: 70px;
	position: absolute;
	right: -3px;
	top: -5px;
	width: 70px
}

#my .verified[data-verified=true] {
	background-position: 0 -70px
}

header .bWhiteWall {
	background: url(home/whiteWall.png) no-repeat;
	border: none;
	height: 40px;
	left: 300px;
	position: absolute;
	top: 60px;
	transition: transform ease 200ms;
	transform-origin: center;
	-webkit-transform-origin: center;
	width: 40px
}

header .bWhiteWall:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg)
}

#navContainer {
	background: #5c0507;
	background: -moz-linear-gradient(top, #5c0507 0, #a60003 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, #5c0507), color-stop(100%, #a60003));
	background: -webkit-linear-gradient(top, #5c0507 0, #a60003 100%);
	background: -o-linear-gradient(top, #5c0507 0, #a60003 100%);
	background: -ms-linear-gradient(top, #5c0507 0, #a60003 100%);
	background: linear-gradient(to bottom, #5c0507 0, #a60003 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0507', endColorstr='#a60003', GradientType=0);
	margin: 0 auto;
	padding-top: 6px;
	width: 960px
}

nav {
	border-bottom: #d4d4d4 1px solid;
	position: relative
}

nav .line1, nav .line2 {
	font-size: 0
}

nav .line2 {
	margin-top: 2px;
	padding-bottom: 6px
}

nav .item {
	background: 0 0;
	border: none;
	border-radius: 20px;
	color: #fff;
	color: rgba(255, 255, 255, .9);
	display: inline-block;
	font-size: 17px;
	height: 38px;
	line-height: 36px;
	margin-left: 2px;
	padding-left: 36px;
	padding-right: 15px;
	text-align: left;
	text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
	vertical-align: top
}

nav .line2 .item {
	padding-left: 11px;
	padding-right: 11px
}

nav .item:first-child {
    border-left: none
}

/* Mobile header: collapsible, chips/PO always visible */
@media (max-width: 1024px) {
  .mobile-header-toggle{display:flex!important;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;padding:0;flex-shrink:0}
  .mobile-header-toggle span,.mobile-header-toggle span::before,.mobile-header-toggle span::after{display:block;width:18px;height:2px;background:#fff;border-radius:2px;position:relative;transition:transform .2s}
  .mobile-header-toggle span::before,.mobile-header-toggle span::after{content:'';position:absolute;left:0;width:18px}
  .mobile-header-toggle span::before{top:-5px}
  .mobile-header-toggle span::after{top:5px}

  #topContainer{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:70!important}
  header{position:fixed!important;left:0!important;right:0!important;z-index:69!important;height:auto!important;width:100%!important;padding:4px 0!important;margin:0!important;background:#5c0507!important}
  header .topBorder{display:none!important}
  header .logo{display:none!important}

  #my{position:static!important;width:100%!important;height:auto!important;border:none!important;box-shadow:none!important;background:transparent!important;display:flex!important;align-items:center;gap:8px;padding:4px 10px!important;flex-wrap:wrap}

  /* Always visible on mobile */
  #my .chipsPoContainer{display:flex!important;position:static!important;left:auto!important;top:auto!important;flex:1 1 auto}
  #my .bLogout{position:static!important;right:auto!important;bottom:auto!important;flex-shrink:0;float:none!important;order:99;margin-left:auto!important;margin-right:10px!important}

  /* Hidden by default on mobile */
  #my .picture,#my .name,#my .trustIndex,#my .bProfile,#my .bSupport,#my .verified,#my #helpBtn{display:none!important}

  /* Expanded state */
  header.mobile-header-open #my .picture{display:block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;width:44px!important;height:44px!important;background:none!important;order:10;flex-shrink:0;margin-top:6px}
  header.mobile-header-open #my .picture img{position:static!important;left:auto!important;top:auto!important;width:44px!important;height:44px!important;border-radius:6px}

  header.mobile-header-open #my .name{display:flex!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;background:none!important;background-image:none!important;order:11;flex:1 1 auto;align-items:center}
  header.mobile-header-open #my .name .right{background:none!important;background-image:none!important;font-size:16px!important;height:auto!important;line-height:1.3!important;margin:0!important;padding:0 6px!important}

  header.mobile-header-open #my .trustIndex{display:inline-block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;order:20;font-size:13px!important}
  header.mobile-header-open #my .bProfile{display:inline-block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;order:21;font-size:13px!important;margin-left:8px!important}
  header.mobile-header-open #my .bSupport{display:inline-block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;order:22;font-size:13px!important;margin-left:8px!important}
  header.mobile-header-open #my .verified{display:inline-block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;width:24px!important;height:24px!important;background-size:24px auto!important;order:23}
  header.mobile-header-open #my .verified[data-verified=true]{background-position:0 -24px!important}
  header.mobile-header-open #my #helpBtn{display:inline-block!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;order:24;margin-left:8px!important}

  /* Nav hidden by default on mobile — shown as hamburger dropdown */
  #navContainer{display:none!important;position:fixed!important;top:0;left:0!important;right:0!important;width:100%!important;margin:0!important;z-index:68!important;box-shadow:0 4px 12px rgba(0,0,0,.6)!important}
  #navContainer.mobile-nav-open{display:block!important}
}
@media (min-width: 1025px) {
  .mobile-header-toggle{display:none!important}
}

nav .item:link, nav a:visited {
	color: #fff
}

nav .item:hover {
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	text-decoration: none
}

nav .item.active {
	background-color: rgba(0, 0, 0, .2);
	color: #e4c36a
}

nav .item.important {
	color: #e4c36a
}

nav .item .icon {
	background-image: url(common/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	margin-right: 3px;
	vertical-align: middle;
	width: 30px
}

nav .item .arrow {
	background-image: url(common/icons.png);
	background-position: -11px -372px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	height: 6px;
	margin-left: 5px;
	width: 8px
}

nav .item.bHome {
	margin-left: 10px
}

nav .item.bHome .icon {
	background-position: 0 -390px
}

nav .item.bPlayPoker .icon {
	background-position: 0 -420px
}

nav .item.bGameWof .icon {
	background-position: 0 -1081px
}

nav .item.bMembres .icon {
	background-position: 0 -3662px
}

nav .item.bScratch .icon {
	background-position: 0 -3724px
}

nav .item.bStore .icon {
	background-position: 0 -1110px
}

nav .item.bChips .icon {
	background-position: 0 -480px
}

nav .item.bProfile .icon {
	background-position: 0 -2672px
}

nav .item.bFpt {
	margin-left: 10px
}

nav .item.bFpt .icon {
	background-position: 0 -543px
}

nav .item.bFoxBoss .icon {
	background-position: 0 -3483px
}

nav .item.bLottery .icon {
	background-position: 0 -1px
}

nav .item.bContest .icon {
	background-position: 0 -3512px;
	width: 40px
}

nav .item.bForum .icon {
	background-position: 0 -573px
}

nav .item.bSupport .icon {
	background-position: 0 -600px
}

nav .item.bPronostics .icon {
	background-position: 0 -3632px
}

nav .item.bQuiz .icon {
	background-position: 0 -3753px
}

nav .chipsPromotion {
	background-image: url(home/chipsPromotion.png);
	background-repeat: no-repeat;
	color: #dfdfde;
	cursor: pointer;
	display: none;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	left: 400px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 100px;
	z-index: 1
}

#content {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .6) 0 0 10px inset;
	margin: -1px auto 0;
	min-height: 600px;
	padding-bottom: 20px;
	padding-top: 1px;
	position: relative;
	width: 960px
}

#content h1 {
	color: #D60000;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 40px
}

#content h1.first {
	margin-top: 10px
}

#pages {
	position: relative
}

#pages .page {
	display: none
}

#pages .page .pageLoading {
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 30px;
	padding: 50px
}

#home {
	padding: 40px 20px 20px;
	position: relative
}

#home .objectives {
	font-size: 0
}

#home .objectives .objective {
	border-radius: 45px;
	cursor: pointer;
	display: inline-block;
	height: 80px;
	position: relative;
	vertical-align: middle;
	width: 456px
}

#home .objectives .objective:hover {
	background: -moz-linear-gradient(left, #fff 0, #ebebeb 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, #fff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(left, #fff 0, #ebebeb 100%);
	background: -o-linear-gradient(left, #fff 0, #ebebeb 100%);
	background: -ms-linear-gradient(left, #fff 0, #ebebeb 100%);
	background: linear-gradient(to right, #fff 0, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=1)
}

#home .objectives .objective.bis:hover {
	background: #ebebeb;
	background: -moz-linear-gradient(left, #ebebeb 0, #fff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, #ebebeb), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #ebebeb 0, #fff 100%);
	background: -o-linear-gradient(left, #ebebeb 0, #fff 100%);
	background: -ms-linear-gradient(left, #ebebeb 0, #fff 100%);
	background: linear-gradient(to right, #ebebeb 0, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1)
}

#home .objectives .objective .title {
	cursor: pointer;
	font-weight: 700;
	left: 90px;
	position: absolute;
	top: 15px
}

#home .objectives .objective:hover .title {
	text-decoration: underline
}

#home .objectives .objective .description {
	cursor: pointer;
	color: #606060;
	font-size: 13px;
	left: 90px;
	position: absolute;
	top: 38px
}

#home .objectives .objective[data-done=true] .done {
	background-image: url(common/icons.png);
	background-position: -3px -938px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
	height: 20px;
	vertical-align: middle;
	width: 24px
}

#home .objectives .objective[data-objective=share] .tinyStr {
	color: #818181;
	cursor: pointer;
	font-size: 12px;
	left: 90px;
	position: absolute;
	top: 30px
}

#home .objectives .objective[data-objective=share] input {
	background-color: #fff;
	bottom: 10px;
	font-size: 13px;
	left: 90px;
	padding: 3px 7px;
	position: absolute;
	width: 250px
}

#home .objectives .objective .icon {
	background-image: url(home/objectives.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 70px;
	left: 10px;
	position: absolute;
	top: 10px;
	transform-origin: center;
	transition: top ease 150ms;
	width: 70px
}

#home .objectives .objective[data-objective=playPoker] .icon {
	background-position: 0 0
}

#home .objectives .objective[data-objective=pronostic] .icon {
	background-position: 0 -70px
}

#home .objectives .objective[data-objective=lottery] .icon {
	background-position: 0 -140px
}

#home .objectives .objective[data-objective=contest] .icon {
	background-position: 0 -210px
}

#home .objectives .objective[data-objective=fbShare] .icon {
	background-position: 0 -280px
}

#home .objectives .objective[data-objective=share] .icon {
	background-position: 0 -350px
}

#home .objectives .objective[data-objective=fbLike] .icon {
	background-position: 0 -420px
}

#home .objectives .objective[data-objective=bookSign] .icon {
	background-position: 0 -490px
}

#home .objectives .objective:hover .icon {
	top: 7px
}

#home .objectives .objective[data-objective=share] .done {
	display: none
}

#home .objectives .objective[data-objective=share]:hover .title {
	text-decoration: none
}

#home .objectives .objective[data-done=true], #home .objectives .objective[data-done=true] .description, #home .objectives .objective[data-done=true] .icon, #home .objectives .objective[data-done=true] .tinyStr, #home .objectives .objective[data-done=true] .title {
	cursor: default
}

#home .newsWinnersContainer {
	position: relative
}

#home .news {
	margin-top: 30px
}

#home .news.first {
	margin-top: 0
}

#home .news.flash {
	opacity: .5
}

#home .news .title {
	background-image: url(common/icons.png);
	background-position: -2px -3574px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 700;
	padding-left: 25px
}

#home .news.active .title {
	background-position: -2px -3603px
}

#home .news .title:hover {
	text-decoration: underline
}

#home .news .date {
	color: #848484;
	font-size: 13px;
	font-style: italic
}

#home .news .bReadMore {
	font-size: 13px;
	font-style: italic
}

#home .news .firstLine {
	color: #666;
	margin-left: 25px
}

#home .news .fullContents {
	display: none;
	margin-left: 25px;
	margin-top: 15px;
	width: 640px
}

#home .winners {
	background-repeat: no-repeat;
	border: 1px solid #E2E2E2;
	border-radius: 6px;
	height: 200px;
	position: absolute;
	right: 30px;
	top: 0;
	width: 230px
}

#home .winners .bottom {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .95);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: #E2E2E2 1px solid;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	position: absolute;
	right: 0
}

#home .winners .bottom .object {
	font-weight: 700;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 210px
}

#home .winners .bottom .byDate {
	color: #8E8E8E;
	margin-left: 10px;
	font-size: 13px;
	line-height: 16px
}

#home .winners .userPicture {
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	height: 60px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 60px
}

#home .winners .bShowWinners {
	bottom: -30px;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 18px;
	left: 30px;
	position: absolute
}

#home .affiliatesMyRefContainer {
	position: relative
}

#home .myRef {
	position: absolute;
	right: 20px;
	top: 0;
	width: 300px
}

#home .myRef .hv {
	background-color: #E8E8E8;
	height: 60px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px
}

#home .myRef .userPicture {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 5px;
	height: 80px;
	left: 25px;
	position: absolute;
	width: 80px
}

#home .myRef .name {
	font-weight: 700;
	height: 80px;
	left: 120px;
	position: absolute;
	top: 10px
}

#home .affiliatesHead {
	font-size: 0;
	margin-bottom: 10px;
	margin-top: 40px
}

#home .affiliatesHead .available, #home .affiliatesHead .chipsAfter, #home .affiliatesHead .name, #home .affiliatesHead .sinceStart {
	color: #7F7F7F;
	display: inline-block;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 16px;
	text-align: center;
	vertical-align: middle
}

#home .affiliatesHead .name {
	margin-left: 11px;
	width: 160px
}

#home .affiliatesHead .sinceStart {
	width: 250px
}

#home .affiliatesHead .available {
	width: 150px
}

#home .affiliatesHead .chipsAfter {
	width: 200px
}

#home .affiliates .affiliate {
	background-color: #FAFAFA;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	font-size: 0;
	margin-top: 5px;
	padding: 8px 10px
}

#home .affiliates .affiliate .available, #home .affiliates .affiliate .chipsAfter, #home .affiliates .affiliate .name, #home .affiliates .affiliate .sinceStart {
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

#home .affiliates .affiliate .name {
	text-align: left;
	width: 160px
}

#home .affiliates .affiliate .sinceStart {
	width: 250px
}

#home .affiliates .affiliate .available {
	width: 150px
}

#home .affiliates .affiliate .chipsAfter {
	width: 200px
}

#home .affiliates .affiliate .bConvert {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle
}

#home .historyEvents .historyEvent {
	background-color: #FAFAFA;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	font-size: 0;
	margin-top: 5px;
	padding: 8px 10px
}

#home .historyEvents .historyEvent .action, #home .historyEvents .historyEvent .date {
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

#home .historyEvents .historyEvent .date {
	font-size: 13px;
	width: 180px
}

#home .historyEvents .historyEvent .action {
	text-align: left;
	width: 710px
}

#home .historyEventsLoadMore {
	margin-top: 15px;
	text-align: center
}

footer {
	background: #070c12;
	background: -moz-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #070c12), color-stop(50%, #1b1b1b), color-stop(100%, #070c12));
	background: -webkit-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -o-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -ms-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: linear-gradient(to bottom, #070c12 0, #1b1b1b 50%, #070c12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070c12', endColorstr='#070c12', GradientType=0);
	border-top: #840106 4px solid;
	margin: 0 auto;
	position: relative;
	width: 960px
}

footer .likeBox {
	left: 10px;
	position: absolute;
	top: 10px
}

footer .right {
	height: 105px;
	margin-left: 350px;
	position: relative
}

footer .right .separator {
	background-color: #000;
	box-shadow: rgba(255, 255, 255, .2) 1px 0 0;
	height: 70px;
	position: absolute;
	top: 20px;
	width: 1px
}

footer .right .str {
	color: #424242;
	font-style: italic;
	font-weight: 700;
	left: 30px;
	position: absolute;
	top: 20px
}

footer .right .actions {
	bottom: 10px;
	position: absolute;
	right: 20px
}

footer .right .actions button {
	background: 0 0;
	border: none;
	color: #888;
	font-weight: 700;
	margin-left: 20px;
	padding: 5px 10px;
	text-decoration: none
}

footer .right .actions button.bBook {
	background-color: #2b2d2f;
	border-radius: 15px;
	color: #d2aa4d
}

footer .right .actions button:hover {
	color: #fff;
	text-decoration: underline
}

footer .right .actions button.bBook:hover {
	color: #d2aa4d
}

#goTop {
	background-color: #840106;
	background-image: url(common/icons.png);
	background-position: 5px -2488px;
	background-repeat: no-repeat;
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 40px
}

#goTop:hover {
	background-position: 5px -2492px
}

#FBLikeIframe {
	border: none;
	overflow: hidden;
	height: 62px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 200px
}

#book {
	background: #070c12;
	background: -moz-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #070c12), color-stop(50%, #1b1b1b), color-stop(100%, #070c12));
	background: -webkit-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -o-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: -ms-linear-gradient(top, #070c12 0, #1b1b1b 50%, #070c12 100%);
	background: linear-gradient(to bottom, #070c12 0, #1b1b1b 50%, #070c12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070c12', endColorstr='#070c12', GradientType=0);
	display: none;
	height: 500px;
	margin: 0 auto;
	position: relative;
	width: 960px
}

#book .cell {
	display: inline-block;
	height: 112px;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	vertical-align: middle;
	width: 435px
}

#book .cell.main {
	background-image: url(home/bookTitle.png);
	background-position: 0 30px;
	background-repeat: no-repeat;
	padding-left: 140px;
	width: 295px
}

#book .cell.main .title {
	color: #d2aa4d;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 40px;
	line-height: 50px;
	padding-top: 15px
}

#book .cell.main .sign {
	color: #d2aa4d
}

#book .cell .picture {
	background-image: url(home/myPicture.png);
	background-repeat: no-repeat;
	height: 112px;
	left: 0;
	position: absolute;
	top: 0;
	width: 112px
}

#book .cell .picture img {
	margin-left: 6px;
	margin-top: 6px
}

#book .cell .name {
	color: #aaa;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 20px;
	margin-left: 125px;
	margin-top: 15px
}

#book .cell .message {
	color: #7f7f7f;
	margin-left: 125px;
	margin-top: 6px
}

#book .cell .date {
	color: #333;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	right: 0;
	top: 20px
}

#book .actions {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center
}

#book .signAdd {
	height: 160px
}

#book .signAdd .name {
	margin-top: 0
}

#book .signAdd textarea[name=message] {
	background: #303334;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	color: #999;
	display: block;
	font-size: 13px;
	height: 70px;
	margin-left: 125px;
	margin-top: 6px;
	overflow: hidden;
	padding: 10px;
	resize: none;
	width: 300px
}

#book .signAdd .actions {
	text-align: right
}

#book .signAdd .confirm {
	color: #38c23a;
	padding-top: 40px
}

#pictureLoading {
	background-color: rgba(0, 0, 0, .85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8
}

#pictureLoading .mainStr {
	color: #D60000;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 30px;
	left: 50%;
	margin-left: -250px;
	position: absolute;
	text-align: center;
	top: 47%;
	width: 500px
}

#pictureLoading .percent {
	color: #c4c4c4;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 30px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	text-align: center;
	top: 52%;
	width: 100px
}

#freezer {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
}

#balanceChanges {
	bottom: 20px;
	left: 20px;
	position: fixed;
	z-index: 9
}

#balanceChanges div {
	color: #a40000;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 50px;
	line-height: 60px;
	text-shadow: rgba(0, 0, 0, .5) 3px 3px 1px
}

#error {
	background: #ae0000;
	background: -moz-linear-gradient(top, #ae0000 0, #840000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae0000), color-stop(100%, #840000));
	background: -webkit-linear-gradient(top, #ae0000 0, #840000 100%);
	background: -o-linear-gradient(top, #ae0000 0, #840000 100%);
	background: -ms-linear-gradient(top, #ae0000 0, #840000 100%);
	background: linear-gradient(to bottom, #ae0000 0, #840000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#840000', GradientType=0);
	border: 5px solid #600000;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	left: 50%;
	margin-left: -350px;
	margin-top: -50px;
	padding: 30px 0;
	position: fixed;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .75) 1px 1px 0;
	top: 50%;
	width: 700px
}

#specialMessage {
	background-color: #fff;
	border: 3px solid #494949;
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, .75) 0 0 15px;
	left: 50%;
	margin-left: -250px;
	position: fixed;
	top: 60px;
	width: 500px;
	z-index: 20000
}

#specialMessage .title {
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 20px;
	padding: 30px 0 10px;
	text-align: center
}

#specialMessage .title span {
	color: #D60000
}

#specialMessage .content {
	color: #4c4c4c;
	padding: 0 20px
}

#specialMessage .close {
	padding: 20px 0;
	text-align: center
}

.playPokerInvitation {
	background-color: rgba(255, 255, 255, .95);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .7) 0 0 15px;
	padding: 15px;
	position: fixed;
	right: 20px;
	top: 40px;
	width: 310px;
	z-index: 3
}

.playPokerInvitation .top {
	font-size: 16px;
	padding: 0 15px;
	text-align: center
}

.playPokerInvitation .personnalize {
	color: #4f4f4f;
	font-size: 12px;
	font-style: italic;
	margin-left: 6px;
	margin-top: 10px
}

.playPokerInvitation textarea {
	display: block;
	margin-top: 3px;
	width: 300px
}

.playPokerInvitation .bRefuse {
	background-color: #e60000;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin-top: 10px;
	padding: 6px 0;
	text-align: center;
	width: 310px
}

.playPokerInvitation .bRefuse:hover {
	background-color: #D60000;
	font-weight: 700
}

.playPokerInvitation .bAccept {
	background-color: #379317;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin-top: 10px;
	padding: 6px 0;
	text-align: center;
	width: 310px
}

.playPokerInvitation .bAccept:hover {
	background-color: #3da319;
	font-weight: 700
}

#toucan {
	background-image: url(contest/toucan.png);
	background-repeat: no-repeat;
	height: 131px;
	left: 0;
	position: fixed;
	top: 60px;
	width: 260px;
	z-index: 500
}

#toucan .po {
	background-image: url(contest/poBig.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 60px;
	left: 78px;
	position: absolute;
	top: 116px;
	width: 60px
}

.poWon {
	background-image: url(contest/poBig.png);
	background-position: right 0;
	background-repeat: no-repeat;
	color: #e2ba5c;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 22px;
	height: 60px;
	line-height: 58px;
	padding-right: 70px;
	position: fixed;
	right: 40px;
	text-shadow: rgba(0, 0, 0, .8) 0 0 10px;
	top: 50px;
	z-index: 300
}

#whiteWall {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .98);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .4) 0 0 10px;
	left: 50%;
	margin-left: -420px;
	padding: 20px;
	position: absolute;
	top: 50px;
	width: 800px;
	z-index: 4
}

#whiteWall .confirm {
	color: #6C0;
	font-size: 16px;
	font-weight: 700
}

#whiteWall .bCloseTop {
	background: url(common/icons.png) 0 -2280px no-repeat;
	border: none;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px
}

#whiteWall.bCloseTop:hover {
	background-position: 0 -2250px
}

#whiteWall .bCloseTop:active {
	background-position: 1px -2249px
}

#whiteWall textarea {
	resize: vertical;
	width: 790px
}

#bBlindTest {
	background: #000;
	background: rgba(0, 0, 0, .9);
	border: 1px solid #4f4f4f;
	border-radius: 5px;
	bottom: 15px;
	color: #fff;
	font-family: "Alegreya Sans SC", cursive;
	font-size: 38px;
	left: 15px;
	padding: 6px 30px;
	position: fixed;
	z-index: 99
}

#bBlindTest:hover {
	color: #e2ba5c;
	font-size: 42px
}

#description {
	width: 100%;
	margin-bottom: 20px
}

.googlePlusBtn {
	display: inline-block;
	left: 250px;
	position: absolute;
	top: 50px
}

#helpBtn {
	color: #cd0000;
	font-weight: bolder;
	position: absolute;
	right: 60px;
	top: 98px;
	border: 2px solid #800;
	width: 32px;
	height: 32px;
	border-radius: 90px;
	background-color: #600001;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px #000;
	transition-duration: .5s
}

#helpBtn:hover {
	border: 2px solid red;
	transition-duration: .5s
}

.webcam {
	margin-left: 5px;
	background-position: 0 -3690px;
	background-image: url(common/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	margin-right: 3px;
	vertical-align: middle;
	width: 30px
}

.position {
	background-color: #FFE2E3;
	border-radius: 5px;
	padding: 3px
}
