html{color:#000;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;outline:none;}
strong{font-weight: 900;}
.clear{clear: both;}
.fixed_block {
	width: 984px;
	margin: 0 auto;
}
.err {
	color: #F10000;
}
.warning_block {
	margin: 10px 40px;
	padding: 10px 4px;
	font-size: 18px;
	color: #fff;
	background: #ff6a00;
}

/*=====================================================================================================*/

html, body {
	font: 16px 'Arial', 'Tahoma', 'sans-serif';
	height: 100%;
	background: #000;
}

.no-scroll {
	overflow: hidden;
}

.inline-block {
  display: inline-block;
}

#main_block {
	position: relative;
	width: 984px;
	min-height: 100%;
	margin: 0 auto;
  background: #252525;
}

.page-header {
	overflow: hidden;
	padding: 15px;
	background: #292929; /* Old browsers */
	background: -moz-linear-gradient(top,  #292929 0%, #101010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#101010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#101010 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#101010 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#101010 100%); /* W3C */

}

	.page-header.fixed {
	  position: fixed;
	  width: 984px;
	  margin-top: -1px;
	  z-index: 1000;
	  -webkit-box-shadow: 0px 1px 20px 0px #000;
	  -moz-box-shadow: 0px 1px 20px 0px #000;
	  box-shadow: 0px 1px 20px 0px #000;
	}

/*=========================================== POPUP BLOCK =========================================================*/

.popup_overley {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 1000;
}

.download-popup-container {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: scroll;
}

	.download-popup-container-scroll {
		position: relative;
		top: 50%;
		width: 990px;
		height: auto;
		margin: -246px auto 0;
		background: #252525;
		z-index: 2000;
		text-align: center;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		   -moz-border-radius: 15px;
		     -o-border-radius: 15px;
	}

	.download-popup-close-button {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		background: #000;
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		     -o-border-radius: 50%;
		        border-radius: 50%;
	}

/*================================================ DOWNLOAD block ==================================================*/

.download-game-err-message-cont {
	padding: 5px 10px;
	font-size: 14px;
	color: #ffcc00;
	text-shadow: none;
}

.download-game-note-message-cont {
	line-height: 15px;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-shadow: none;
}

.mess-send-ok-block {
	display: none;
}

.download-game-cont {
	padding: 0 11px;
}

.download-game-round-cont {
	overflow: hidden;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	     -o-border-radius: 15px;
	        border-radius: 15px;
}

.download-game-variants-cont {
	width: 100%;
}

	.download-game-title {
		padding: 14px 0;
		font-size: 24px;
		font-weight: bold;
		color: #ebebeb;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(0, 0 ,0, 0.4);
	}
		.download-game-bottom-title {
			font-size: 18px;
		}

	.download-game-title-link {
		color: inherit;
	}

	.download-game-variant-item {
		width: 33%;
		height: 395px;
		vertical-align: top;
	}

	.download-game-variant-1 {
		background: #80cc09; /* Old browsers */
		background: -moz-linear-gradient(top,  #80cc09 0%, #105902 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80cc09), color-stop(100%,#105902)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #80cc09 0%,#105902 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #80cc09 0%,#105902 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #80cc09 0%,#105902 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #80cc09 0%,#105902 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cc09', endColorstr='#105902',GradientType=0 ); /* IE6-9 */
	}

	.download-game-variant-2 {
		background: #ffc700; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffc700 0%, #ff6900 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc700), color-stop(100%,#ff6900)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffc700 0%,#ff6900 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffc700 0%,#ff6900 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffc700 0%,#ff6900 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffc700 0%,#ff6900 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff6900',GradientType=0 ); /* IE6-9 */
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}

	.download-game-variant-3 {
		background: #00b8f1; /* Old browsers */
		background: -moz-linear-gradient(top,  #00b8f1 0%, #0052a3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b8f1), color-stop(100%,#0052a3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00b8f1 0%,#0052a3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00b8f1 0%,#0052a3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00b8f1 0%,#0052a3 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00b8f1 0%,#0052a3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8f1', endColorstr='#0052a3',GradientType=0 ); /* IE6-9 */
	}

.download-game-description-cont {
  padding: 30px 0 10px;
}
	.download-game-description-title {
		padding: 0 10px;
		line-height: 22px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #000;
		text-shadow: 1px 1px 0 rgba(225,225,225, 0.25);
	}

.download-game-qrcode-cont {
	padding-top: 31px;
}
	.download-game-qrcode-pic-cont {
		padding-bottom: 3px;
		background: url('/layout/main/img/download_screen/qr_shadow.png?12') 50% 100% no-repeat;
	}
		.download-game-qrcode-pic {
			display: block;
			margin: 0 auto;
			padding: 10px;
			background: #fff;
			-webkit-border-radius: 10px;
			   -moz-border-radius: 10px;
			     -o-border-radius: 10px;
			        border-radius: 10px;
		}
		.download-game-qrcode-desc {
			padding: 25px 0 0;
			line-height: 25px;
			font-size: 14px;
			color: #fafad2;
			text-align: center;
		  text-shadow: 1px 1px 0px rgba(0, 0 ,0, 0.4);
		}
		.download-game-qrcode-desc-link {
			display: block;
			padding-top: 8px;
			font-size: 24px;
			font-weight: bold;
			color: inherit;
		  text-shadow: inherit;
		}

.download-game-feedback-cont {}

	.download-game-feedback-form-row {
		position: relative;
		overflow: hidden;
		margin: 25px 0;
		padding: 0 30px;
	}

		.download-game-feedback-form-row.download-game-last-row {
			margin-bottom: 0px;
		}

		.download-clear-form-button {
			display: none;
			position: absolute;
		  top: 50%;
		  right: 40px;
		  width: 22px;
		  height: 22px;
		  line-height: 22px;
			margin-top: -10px;
		  font-size: 23px;
		  font-weight: bold;
		  color: #000;
		  cursor: pointer;
		}

		.disable-cont {
			opacity: 0.5;
		}

		.download-game-feedback-form-icon {
			position: relative;
			display: block;
			float: left;
			width: 28px;
			height: 38px;
			margin: 0 12px 0 0;
 		 	background-image: url('../img/download_screen/download_screen_icons.png?12');
			background-repeat: no-repeat;
		}
			.download-game-feedback-form-icon-mail {
				background-position: 50% -167px;
			}
			.download-game-feedback-form-icon-sms {
				background-position: 50% -203px;
			}

		.download-game-feedback-form-input {
			width: 170px;
			height: auto;
			padding: 9px 25px;
			margin: 0px;
			border-radius: 20px;
			border: none;
			font-size: 18px;
			color: #898989;
		}
			.phone-input-first-symbol {
				position: absolute;
				line-height: 40px;
				margin-left: 6px;
				font-size: 18px;
				color: #000;
			}

		.download-game-feedback-lable {
			width: 220px;
			height: 39px;
			line-height: 39px;
			border: 1px solid red;
		}

		.download-game-feedback-form-button {
		  width: 289px;
		  height: 63px;
		  padding: 0px;
			margin: 0 auto;
		  font-size: 24px;
		  font-weight: bold;
		  background: url('../img/button_play.png?12') 0 0 no-repeat;
		  text-align: center;
		  color: #000;
		  text-decoration: none;
		  cursor: pointer;
		  text-shadow: 1px 1px 0px #ffa240;
			border: none;
			outline: none;
		}

.download-game-direct-list-cont {
	padding: 10px 20px 0;
	list-style: none;
}

	.download-game-direct-cont {
		position: relative;
		min-height: 27px;
		margin: 10px 0 0;
		padding: 6px 10px 10px;
		background: #26aee4;
		color: #000;
		border-left: 45px solid #46bae8;
		/*-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;*/
	}
		.download-game-direct-cont:last-child {
			margin-top: 20px;
		}

	.download-game-direct-icon {
		position: absolute;
		top: 50%;
		left: -35px;
		width: 27px;
		height: 30px;
		margin-top: -15px;
	 	background-image: url('../img/download_screen/download_screen_icons.png?12');
		background-repeat: no-repeat;
	}
		.download-game-direct-icon-adnroid {
			background-position: 50% -16px;
		}
		.download-game-direct-icon-java {
			background-position: 50% -61px;
		}
		.download-game-direct-icon-ioswp {
			height: 62px;
			margin-top: -31px;
			background-position: 50% -107px;
		}

		.download-game-direct-title {
			margin: 0px;
			padding: 0px;
			text-align: center;
			font-size: 13px;
			color: #000;
			text-shadow: none;
			text-shadow: 1px 1px 0 rgba(225,225,225, 0.25);
		}

		.download-game-direct-desc {
			margin: 0px;
			padding: 0px;
			line-height: 19px;
			font-size: 13px;
			color: #d2f8fa;
			text-shadow: 1px 1px 0px rgba(0, 0 ,0, 0.4);
		}
			.download-game-direct-desc-link {
				color: inherit;
	 		 	text-shadow: 1px 1px 0px rgba(0, 0 ,0, 0.4);
			}

		.download-game-direct-desc-img {
      height: 45px;
      line-height: 52px;
			margin-top: 8px;
      padding: 0px;
      background: url('../img/download_screen/install-ios-wp.png?12');
      font-size: 12px;
      font-weight: bold;
      color: #fff;
			text-align: center;
      text-shadow: 1px 1px 0 #000;
		}

		.download-device-select-cont {
			overflow: hidden;
			padding: 4px 0;
		}

			.download-device-select {
				float: left;
				margin-right: 8px;
				width: 76px;
				padding: 0px;
				font-size: 12px;
			}


.download-email-sent-cont {
	padding: 0 10px;
}
	.download-email-sent-title {
		padding: 0 10px 8px;
		line-height: 22px;
		font-size: 24px;
		font-weight: bold;
		color: #000;
		text-shadow: 1px 1px 0 rgba(225,225,225, 0.25);
	}
	.download-email-sent-desc {
		line-height: 24px;
		margin: 0px;
		padding: 10px;
		font-size: 13px;
		color: #000;
		text-shadow: 1px 1px 0 rgba(225,225,225, 0.25);
	}
	.download-email-sent-desc-link {
		color: #defad2;
 		text-shadow: 1px 1px 0px rgba(2, 0, 0, 0.4);
		text-decoration: underline;
		cursor: pointer;
	}

/*=========================================== SOC LINK =========================================================*/

.social-networks-block {
	float: left;
	height: 32px;
	padding: 0px;
}

	.soc-icon {
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: 0 5px;
		background: url('../img/social_icons.png?12') no-repeat;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.soc-icon:hover {
		background-color: #555 !important;
	}

		.soc-icon.icon-fb {
			background-position: 0 50%;
			background-color: #3e4e83;
		}

		.soc-icon.icon-gp {
			background-position: -32px 50%;
			background-color: #c8391b;
		}

		.soc-icon.icon-tw {
			background-position: -64px 50%;
			background-color: #60bfe0;
		}

		.soc-icon.icon-vk {
			background-position: -96px 50%;
			background-color: #597da3;
		}

	  .soc-follow-block {
			position: relative;
			top: -4px;
			margin: -3px 0 0 6px;
	  }

/*=========================================== LENG BLOCK =========================================================*/

.leng-switch-block {
	float: right;
	padding: 5px 0 0;
	text-align: center;
}

	.leng-button {
		display: inline-block;
		width: 35px;
		line-height: 22px;
		margin: 0 2px;
		background: url('../img/leng_button.png?12') 0 -25px no-repeat;
		font-size: 12px;
		font-weight: bold;
		color: #acacac;
		text-shadow: 1px 1px 0px #1c1c1c;
		text-decoration: none;
	}

	.leng-button.selected,
	.leng-button:hover {
		background-position: 0 0;
		color: #000;
		text-shadow: 1px 1px 0px #3c89c3;
	}

/*=========================================== MAIN MENU =========================================================*/

.primary-menu {
	position: relative;
	height: 40px;
	padding: 0px;
	background: #363636;
	background: rgba(17,17,17,0.4);
	text-align: center;
	z-index: 200;
}

	.first-level {
		position: relative;
		display: inline-block;
		margin: 0px;
		list-style-type: none;
		white-space: nowrap;
	}

		.first-level a,
		.first-level span {
			display: block;
			padding: 12px 20px;
			font-size: 14px;
			color: #959595;
			text-decoration: none;
			text-shadow: 1px 1px 0px #101010;
			cursor: pointer;
		}

		.first-level:hover,
		.first-level.selected {
			background: #000;
			background: rgba(17,17,17,0.8);
		}

			.first-level:hover a,
			.first-level.selected a,
			.first-level.selected span {
				color: #fafad2;
			}

	.primary-menu-submenu {
		display: none;
		position: absolute;
		min-width: 120%;
		left: 0px;
		top: 100%;
		padding: 0px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
	}

		.other-level {
			line-height: 30px;
			margin: 0px;
			list-style: none;
			background: #000;
			background: rgba(17,17,17,0.8);
			border-bottom: 1px solid #000;
			text-align: left;
		}

			.primary-menu-submenu .other-level a {
				padding: 0 10px;
				font-size: 13px;
				color: #959595;
			}

		.other-level:hover,
		.other-level.selected {
			background: rgba(56,18,21,0.5);
		}

			.other-level:hover a,
			.other-level.selected a {
				color: #fafad2;
			}

/*============================================ SIDEBAR MENU ==========================================================*/

.sidebar-titile-container {
	padding: 0 0 28px 41px;
	font-size: 24px;
	color: #707070;
}

.sidebar-menu-container {
	float: right;
	margin: 0;
	padding: 22px 40px 20px 40px;
}

	.sidebar-menu-item {
		display: table;
		padding: 0px;
		margin: 10px 0;
		list-style: none;
	}

	.sidebar-menu-item a {
		position: relative;
		display: table-cell;
		width: 274px;
		height: 62px;
		padding: 0 42px;
		background: #000;
		border-top: 1px solid #2e2e2e;
		border-left: 1px solid #2e2e2e;
		color: #959595;
		font-size: 18px;
		vertical-align: middle;
		text-decoration: none;
	}

		.sidebar-menu-item a:hover,
		.sidebar-menu-item.selected a {
			background: #4e1b1f;
			border-top: none;
			border-left: none;
			border-bottom: 1px solid #000;
			border-right: 1px solid #000;
			color: #e1e1bc;
		}

	.sidebar-menu-item a:after {
		content: '';
		position: absolute;
		left: 16px;
		top: 50%;
		width: 7px;
		height: 8px;
		margin-top: -4px;
		background: url('../img/marker.png?12') no-repeat 0 0;
	}

		.sidebar-menu-item.selected a:after {
			left: 14px;
			width: 8px;
			background-position: -7px 0;
		}

.sidebar-menu-primary-container {
	margin: 0px;
	padding: 0 20px;
}

	.sidebar-menu-primary-container .sidebar-menu-item {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

	.sidebar-menu-primary-container .sidebar-menu-item a {
		position: relative;
		display: block;
		padding: 11px 14px 11px 42px;
		background: #121212;
		color: #959595;
		font-size: 15px;
		border-top: 1px solid #252525;
		text-decoration: none;
	}

/*=========================================== DOWNLOAD BLOCK =========================================================*/

.download-block {
	height: 250px;
	margin-top: -40px;
	background: #750c09 url('../img/heder_devices_bg.jpg?12');
}

	.logo {
		display: inline-block;
		padding: 64px 0 0 23px;
	}

  .play-button-wrap {
    width: 50%;
    text-align: center;
  }

	.play-button {
		display: block;
		width: 289px;
		height: 63px;
    margin: 0 auto;
		padding: 0px;
		font-size: 24px;
		font-weight: bold;
		background: url('../img/button_play.png?12') 0 0 no-repeat;
		text-align: center;
		line-height: 58px;
		color: #000;
		text-decoration: none;
		cursor: pointer;
		text-shadow: 1px 1px 0px #ffa240;
	}

	.play-button:hover {
		background-position: 0 -63px;
		color: #fafad2;
	  text-shadow: 1px 1px 0px #d56800;
	}

  .download-button {
    display: inline-block;
    margin-top: 4px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
  }

  .download-button:hover {
    color: #fafad2;
  }

/*=========================================== END DOWNLOAD BLOCK =========================================================*/

.body_wrapp {
  position: relative;
	overflow: hidden;
	padding-bottom: 220px;
	color: #fafad2;
	background: #252525;
}

	.logo-container {
		padding-bottom: 20px;
		line-height: 34px;
		text-align: center;
	}

		.logo-container img {
			margin: 0 30px;
			vertical-align: middle;
		}

.support_phone {
	background: #202020 url('../img/grey_noise_bg.png?12');
}

	.support_phone .logo_phone_block {
		display: block;
		height: 70px;
		background: url('../img/logo_phones.png?12') 50% 50% no-repeat;
		cursor: pointer;
	}

.logo-security-container {
	height: 51px;
	margin: 50px 0 80px;
	background: url('../img/logo-security.png?12') 50% 0 no-repeat;
}

.statistics {
	overflow: hidden;
	height: 28px;
	background: #303030 url('../img/statistics_bg.png?12');
}

	.statistics div {
		float: left;
		position: relative;
		left: 50%;
	}

	.statistics ul {
		float: left;
		position: relative;
		right: 50%;
		overflow: hidden;
		padding: 0 20px 0;
	}

	.statistics li {
		float: left;
		margin: 0 10px 0 0;
		list-style-type: none;
	}

	.statistics .last {
		margin: 0px;
	}

	.statistics li p {
		padding: 0px;
		font-size: 14px;
		color: #898989;
		line-height: 28px;
		text-decoration: none;
	}

	.statistics li p span {
		color: #ff8000;
	}

.block_info ul {
	padding: 0px;
}

	.block_info li {
		float: left;
		margin: 0px;
		list-style-type: none;
	}

	.block_info a {
		position: relative;
		display: block;
		width: 328px;
		height: 100px;
		background: url('../img/block_info_bg_en.jpg?12');
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}

	.block_info.ru a {
		background: url('../img/block_info_bg_ru.jpg?12');
	}

	.block_info.pl a {
		background: url('../img/block_info_bg_pl.jpg??12');
	}

  	.block_info .block1 a {
  		background-position: 0 -200px;
  	}

  	.block_info .block2 a {
  		background-position: 0 -100px;
  	}

  	.block_info .block3 a {
  		background-position: 0 0;
  	}

		.block_info a span {
			position: relative;
			top: 58px;
		}

		.block_info .block1 a span {
			color: #dcfad2;
		}

		.block_info .block2 a span {
			color: #d2f8fa;
		}

		.block_info .block3 a span {
			color: #fafad2;
		}

.content {
	background: #181212;
}

	.content-img-item {
		float: right;
		padding: 20px 0 20px 40px;
	}

  .content ul {
  	padding: 34px 0 13px 43px;
  }

  .content ul li {
  	font-size: 21px;
  	color: #fafad2;
	margin: 0px;
  	padding-bottom: 25px;
  }

  .content p {
    padding-bottom: 10px;
    font-size: 14px;
    color: #707070;
  }

	.table-data-container {
		padding: 20px 40px 40px 40px;
	}

		.table-data {
			width: 100%;
			margin: 0 auto;
			font-size: 14px;
		}

			.table-data.auto-width {
				width: auto;
			}

			.table-data th {
				padding: 10px 32px;
				background: #4e4e4e;
				border: 1px solid #252525;
				color: #fafad0;
				text-align: center;
				text-shadow: 1px 1px 0px #1c1c1c;
			}

			.table-data tr {
        height: 60px;
				background: #3a3a3a;
			}

			.table-data td {
				padding: 10px 20px;
				border: 1px solid #252525;
        color: #959595;
				text-align: center;
				vertical-align: middle;
				text-shadow: 1px 1px 0px #1c1c1c;
			}

			.table-data .table-data-negative {
				color: #e73c00;
			}

			.table-data .table-data-neutral {
				color: #fff;
			}

			.table-data .table-data-positively {
				color: #77cb32;
			}

			.table-data p {
				padding: 0 0;
				font-size: 12px;
				text-align: left;
        color: #959595;
			}

			.table-data ul,
			.table-data ol {
				padding: 0px;
				text-align: left;
			}

				.table-data li {
					margin: 0 0 10px 16px;
					font-size: 12px;
          color: #959595;
				}

			.table-data .table-data-title {
				color: #fafad0;
				font-size: 18px;
			}

			.table-data tbody tr:nth-child(2n) {
				background: #464646;
			}

.content-homescreen {
	overflow: hidden;
	height: 312px;
	background: url('../img/content_bg.jpg?12');
}

.about-list-cont {
	float: left;
	width: 50%;
	padding: 34px 0 13px 43px;
}
	.about-list-item {
		margin: 0px;
		padding-bottom: 25px;
		color: #fafad2;
		font-size: 18px;
	}

.ellipsis-parrent-containter {
	padding-bottom: 16px;
	text-overflow: ellipsis;
	cursor: pointer;
	background: url('../img/arr-ellipsis-open.png?12') 50% 100% no-repeat;
}

	.ellipsis-parrent-containter.ellipsis-hide-containter-open {
		background: none;
	}

	.ellipsis-hide-containter {
		display: none;
	}

	.ellipsis-hide-containter-open .ellipsis-hide-containter {
		display: block;
	}

.tour_block {
  position: relative;
  overflow: hidden;
  background: url('../img/tour_block_bg.png?12');
  font-size: 14px;
  color: #707070;
  text-shadow: 1px 1px 0px #000;
}

.tour_block_shadow {
  position: absolute;
  top: 100%;
  margin-top: -40px;
  width: 100%;
  height: 40px;
  background: url('../img/tour_shadow.png?12');
}

.tour_block .tour_block_radient {
  overflow: hidden;
  background: #2e2e2e url('../img/tour_block_gradient.png?12');
}

.tour_txt_block {
  float: right;
  width: 494px;
  padding-top: 72px;
}

.tour_txt_block p {
    padding: 0 60px 18px 0;
    line-height: 18px;
}

.tour_txt_block strong {
  color: #b7b7b7;
  font-weight: normal;
}

.tour_java,
.tour_android,
.tour_ios,
.tour_winphone {
  overflow: hidden;
  height: 300px;
  background: url('../img/back_devices.png?12') 51px 0 no-repeat;
}

.tour_android {
	background-position: 0 -331px;
}

.tour_winphone {
	background-position: 0 -331px;
}

.tour_ios {
	background-position: 0 -652px;
}

.tour_winphone {
	background-position: -25px -983px;
}

.tour_java .tour_game_screenshot {
  position: relative;
  float: left;
  overflow: hidden;
	width: 175px;
  height: 233px;
	margin: 46px 0 0 220px;
}

	.tour_java .tour_game_screenshot img {
	  margin: 0px;
	}

.tour_game_screenshot{
  position: relative;
	float: left;
  overflow: hidden;
	width: 360px;
  height: 216px;
	margin-top: 40px;
}

  .screenshot-contener-helper {
	  width: 1000%;
  }

  .tour_android .tour_game_screenshot img {
    width: 360px;
    margin: 0px;
  }

	.tour_ios .tour_game_screenshot  {
		margin-top: 31px;
	  height: 244px;
	}

	.tour_ios .tour_game_screenshot img {
		margin-top: 0px;
	}

	.tour_winphone .tour_game_screenshot {
		margin-top: 45px;
    width: 338px;
		height: 203px;
	}

	.tour_winphone .tour_game_screenshot img  {
    width: 338px;
		height: 203px;
    margin: 0px;
	}

#arrows-contener {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -50px 0 0 -48px;
  width: 96px;
  height: 42px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

#arrows-contener a {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 20px;
  background: url('../img/arrows-tour.png?12');
  margin-top: -10px;
  opacity: 0.5;
}

#arrows-contener a:hover {
  opacity: 1;
}

#arrows-contener .left-arrow {
  margin-left: 10px;
  background-position: 0 -20px;
}

#arrows-contener .right-arrow {
  right: 0%;
  margin-right: 10px;
}

.tour_title {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 82px;
  height: 31px;
  line-height: 31px;
  background: url('../img/tour_title.png?12');
  margin-left: -97px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  text-shadow: 1px 1px 0px #4098cf;
  text-align: center;
}

.tour_next_wrap, .tour_prev_wrap {
	padding: 4px 0;
}

.tour_content_page {
	position: relative;
}

.tour_float_block {
	overflow: hidden;
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 40px;
}

.img_wrapp {
	padding: 0 0 15px;
}

.tour_txt {
	overflow: hidden;
	width: 80%;
	height: 80px;
	margin: 0 auto;
}

#tour_prev  {
	background-position: 0 -12px;
}

	h1, h2, h3, h4, h5, h6 {
		padding: 10px 40px 10px 40px;
	}

	h1 {
		width: 50%;
		padding: 20px 0 22px 40px;
		margin: 0;
		font-size: 24px;
	}

  h1 a,
  h2 a,
  h3 a,
  h4 a   {
    color: #fafad2;
  }

	.block_no_nowrap{
		white-space: nowrap;
	}

	.img_wrapp_center {
		text-align: center;
	}

	h2 {font-size: 20px;}
	h3 {font-size: 17px;}
	h4 {font-size: 16px;}
	h5 {font-size: 14px;}
	h6 {font-size: 14px;}

	p {
		line-height: 21px;
		padding: 0 40px 20px 40px;
		font-size: 14px;
		color: #707070;
		text-shadow: 1px 1px 0px #1c1c1c;
	}

	a {
			color: #959595;
			text-shadow: 1px 1px 0px #101010;
		}
	a:hover {
		color: #fafad2;
	}

	ul, ol {
		padding: 0 40px 10px 40px;
	}

  ul ol,
  ol ul,
  ol ol,
  ul ul {
    padding: 10px 10px 0px 10px;
  }

	li {
		font-size: 14px;
		margin: 0 0 10px 20px;
		color: #707070;
	}

	input , textarea{
		margin: 10px 0;
		padding: 0 10px;
		width: 50%;
		height: 30px;
	}

	textarea {
		padding: 10px;
		height: 100px;
	}

	label {
		position: absolute;
		margin: 17px 0 0 10px;
		text-shadow: none;
	}

	label.hide{
		display: none;
	}

	.form-label {
		line-height: inherit;
		padding: 10px 40px 10px 40px;
		font-size: 14px;
		color: #fafad2;
	}

	.default_button input {
		width: auto;
		padding: 0 20px;
		cursor: pointer;
		border: none;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
	}

	dl {
		padding: 0 40px 20px 40px;
	}

	dt, dd {
		padding-bottom: 20px;
	}

	dd  {
    font-size: 14px;
		color: #707070;
		text-shadow: 1px 1px 0px #1c1c1c;
	}

    .pagination {
		width: 100%;
		float: left;
        margin-top: -14px;
    	padding-bottom: 9px;
    }

		.pagination div {
			position: relative;
			float: left;
			left: 50%;
			padding: 0px;
		}

		.pagination ul {
			position: relative;
			float: left;
			right: 50%;
			padding: 0px;
		}

		.pagination li {
			float: left;
			width: 7px;
			height: 7px;
			margin: 0 0 0 7px;
			background: #363636;
			border-radius: 9px;
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			list-style-type: none;
		}

    	.pagination .selected {
    		background: #acacac;
    	}

.tour_block_selector {
  position: absolute;
	top: 0;
  left: 50%;
	padding: 0px;
  margin-left: -125px;
}

.tour_block_selector li {
  float: left;
  width: 63px;
	height: 47px;
	margin: 0px;
  background: url('../img/tour_switch.png?12');
  cursor: pointer;
	list-style-type: none;
}

	.tour_block_selector .android {
		background-position: 0 0;
	}

		.tour_block_selector .android:hover,
		.tour_block_selector .android.selected {
		    background-position: 0 100%;
		}

	.tour_block_selector .ios {
	  width: 62px;
	  background-position: -63px 0;
	}

		.tour_block_selector .ios:hover,
		.tour_block_selector .ios.selected {
		  background-position: -63px 100%;
		}

	.tour_block_selector .winphone {
	  background-position: -126px 0;
	}

		.tour_block_selector .winphone:hover,
		.tour_block_selector .winphone.selected {
		  background-position: -126px 100%;
		}

	.tour_block_selector .java {
		background-position: -189px 0;
	}

		.tour_block_selector .java:hover,
		.tour_block_selector .java.selected {
		    background-position: -189px 100%;
		}

#content_item_faq {
	padding-bottom: 30px;
}

	#content_item_faq ol,
	#content_item_faq ul {
		padding: 20px 5px;
	}

	#content_item_faq  p {
		color: inherit;
		cursor: pointer;
	}

	#content_item_faq  p span {
		color: #fafad2;
		border-bottom: 1px dotted #fafad2;
	}

	#content_item_faq  .answer {
		font-size: 14px;
		line-height: 21px;
		padding: 0 50px 18px 50px;
		color: #707070;
		text-shadow: 1px 1px 0px #1c1c1c;
	}

.promotions_block {
  margin: 20px;
  padding: 25px 20px 25px 20px;
  background: #2f2f2f;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

  .promotions_block h2 {
    padding: 0px;
  }

	.promotions_block h3,
  .promotions_block h4,
  .promotions_block h5,
  .promotions_block h6 {
    padding: 30px 0 0;
  }

  .promotions_block ol,
  .promotions_block ul {
    padding: 20px 0 0;
  }

  .promotions_block p {
    padding: 20px 0 0;
  }

  .promotions_block dl {
    padding: 0px;
  }

  .promotions_block dt {
    padding: 30px 0 0;
  }

  .promotions_block dd {
    padding: 10px 0 0;
  }

.cards {
	width: 290px;
	height: 128px;
	margin: 5px 0 16px 40px;
	background: url('../img/poker_combinations.png?12');
}

	.cards.combination-2 {background-position: 0 -128px;}
	.cards.combination-3 {background-position: 0 -256px;}
	.cards.combination-4 {background-position: 0 -384px;}
	.cards.combination-5 {background-position: 0 -512px;}
	.cards.combination-6 {background-position: 0 -640px;}
	.cards.combination-7 {background-position: 0 -768px;}
	.cards.combination-8 {background-position: 0 -896px;}
	.cards.combination-9 {background-position: 0 -1024px;}
	.cards.combination-10 {background-position: 0 -1152px;}

.row {
	overflow: hidden;
}

	.half-block {
		overflow: hidden;
		width: 50%;
	}

	.acide-block {
		float: left;
	}

/*=========================================== GLOSSARY BLOCK =========================================================*/

.glossary-container {
	position: absolute;
	width: 984px;
	margin: 0px;
	padding: 0px;
	background: rgba(17,17,17,1);
	padding-top: 5px;
	text-align: center;
}
.glossary-container.b-toolbar_fixed {
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -492px;
	background: rgba(17,17,17,0.5);
}

.glossary-item {
	display: inline-block;
	margin: 0;
	padding: 6px 10px 10px 10px;
}

	.glossary-item a {
		font-size: 14px;
		font-weight: bold;
	}

	.glossary-item-selected {
		text-decoration: none;
		color: #fafad2;
	}

.glossary-drop-container {
	padding-top: 37px;
}

/*================================================ 404 BLOCK =======================================================*/

.not-found-container {
	width: 54%;
	height: 280px;
}

.not-found-img {
	position: absolute;
	right: 135px;
	bottom: 169px;
}

/*=========================================== bread-crumbs-container ===============================================*/

.bread-crumbs-container {
	padding: 16px 40px 0;
	font-size: 11px;
}

	.bread-crumbs-container span {
		color: #959595;
	}

/*=========================================== FOOTER BLOCK =========================================================*/

#footer_block {
	position: relative;
	width: 984px;
	height: 220px;
	margin: -220px auto 0;
	text-align: center;
	font-size: 10px;
	color: #898989;
	background: url('../img/grey_noise_bg.png?12');
}

	.footer_menu {
	  padding: 10px 0 0;
	  font-size: 10px;
	  color: #898989;
	}

	.footer_menu a {
		font-size: 10px;
		color: #898989;
	}

	.copyright_block {
    padding: 0px;
		font-size: 11px;
		color: #707070;
	}

	.copyright_block a {
		color: #707070;
		font-size: 11px;
		text-decoration: none;
	}

	.copyright-desc {
		line-height: 11px;
		font-size: 10px;
	}

	.partner {
	  padding: 30px 0;
	}

    .partner-item {
      display: inline-block;
      margin: 0 7px;
      text-decoration: none;
			vertical-align: middle;
    }

			.partner-item-bg {
				width: auto;
	      height: 52px;
	      background: url('../img/partners-icons-sprite.png');
			}

			.partner-skrill {
				position: relative;
				overflow: hidden;
				width: 85px;
				height: 30px;
				-webkit-border-radius: 3px;
					 -moz-border-radius: 3px;
								border-radius: 3px;
			}

			.partner-skrill img {
				position: absolute;
				left: 0;
				top: 50%;
				width: 100%;
				height: 37px;
				margin-top: -19px;
			}

      .partner-visa,
      .partner-mastercard {
        width: 42px;
        background-position: -47px 50%;
      }

      .partner-mastercard {
        background-position: -91px 50%;
      }

      .parthenr-curacao {
        width: 45px;
        background-position: 0 50%;
      }

      .parthenr-resp-gaming {
        width: 33px;
        background-position: -135px 50%;
      }

      .parthenr-gambleaware {
        width: 148px;
        background-position: 100% 50%;
      }
#ceg-seal-container{display: inline-block; width: 52px; vertical-align: bottom;}
.twitter-container {position: relative; margin: 20px; overflow: hidden;}
.twitter-widget-container iframe {height: 270px !important;background-color: #fafad2 !important; border-radius: 4px;}
.twitter-button-container iframe {position: absolute !important; top: 10px !important; right: 10px !important;}
