@font-face {
	font-family: 'VarelaRound-Regular';
	src: url('../fonts/VarelaRound-Regular.eot');
	src: local('вє'), url('../fonts/VarelaRound-Regular.woff') format('woff'), url('../fonts/VarelaRound-Regular.ttf') format('truetype'), url('../fonts/VarelaRound-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSerifCaption-Italic';
	src: url('../fonts/PT_Serif-Caption-Web-Italic.eot');
	src: local('вє'), url('../fonts/PT_Serif-Caption-Web-Italic.woff') format('woff'), url('../fonts/PT_Serif-Caption-Web-Italic.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #000000;
	color: #626365;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	height: 108px;
	width: 960px;
	margin: 0 auto;
}
/** Logo **/
#logo {
	float: left;
	background: url(../images/bg-logo.jpg) no-repeat;
	height: 108px;
	width: 427px;
	margin-right: 23px;
}
	#logo a {
		height: 108px;
		width: 427px;
		outline: 0;
	}
	#logo img {
		height: 108px;
		width: 427px;
		/*padding-top: 34px;*/
	}
/** Navigation **/
#navigation {
	float: right;
	line-height: 108px;
	height: 108px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size: 14pt;
	height: 108px;
	text-align: center;
}
#navigation a {
	color: #686868;
	padding: 29px 13px;
	outline: 0;
	text-decoration: none;
}
#navigation a:hover, #navigation li.active a {
	background: url(../images/bg-navigation-hover.png) repeat-x center;
	color: #d2d2d2;
}
#gamebox {
	background: url(../images/bg-gamebox.jpg) no-repeat;
	background-size: 100% 600px;
	height: 600px;
	margin: 0 auto;
}
/*#gamebox div {
	width: 960px;
	margin: 0 auto;
}*/

/*------------------------------ CONTENTS ------------------------------*/
#body {
	background-color: #181818;
}
/** MAIN **/
#main {
	background: url(../images/middle-bar.gif) repeat-x center top;
}
	#main h2 {
		background: url(../images/middle-bar2.jpg) no-repeat center top;
		color: #eedd88;
		font: normal 22px/60px 'PTSerifCaption-Italic';
		height: 83px;
		text-shadow: 1px 1px #3b3b3b;
		text-align: center;
		margin: 0;
		left: 0;
	}

.gold_color {
	color: #eedd88
}

.main_block {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#main h2 span {
	display: block;
	width: 960px;
	margin: 0 auto;
}
#main h2 span a {
	color: #000;
	outline: 0;
	text-decoration: none;
}
#main h2 span a:hover {
	color: #101010;
}
#main p {
	color: #aaaaaa;
	font: 14px/24px 'VarelaRound-Regular';
	width: 960px;
	margin: 0 auto;
	/*padding: 100px 0 24px;*/
	text-align: justify;
}
#main p a {
	color: #4b4a4a;
	outline: 0;
}
#main p a:hover {
	color: #8a8989;
}

.mainrow {
	margin: 0 auto;
	width: 960px;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	display: flex;
	justify-content: center; /* Align horizontal */
	align-items: center; /* Align vertical */
}

.mainrow_text {
	color: #aaaaaa;
}

#xsolla {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
	padding: 0px 0px 0px 0px;
	height: 75px;
	background: url(../images/xsolla.png) center/100% no-repeat;
}
/*------------------------------ Inner pages styles ------------------------------*/
#contents {
	background: url(../images/border-dashed.gif) repeat-x left bottom;
	width: 960px;
	margin: 0 auto 24px;
	padding: 0 0 30px;
}
#contents h1 {
	color: #f7f7f1;
	font: 28px/30px 'VarelaRound-Regular';
	display: inline-block;
	width: 530px;
	margin: 0 0 21px;
	padding-top: 21px;
}
#contents img {
	float: right;
	margin-top: 21px;
}
#contents p {
	color: #4b4a4a;
	font: 15px/20px 'VarelaRound-Regular';
	margin: 0;
	padding: 0 0 24px;
}
#contents p em {
	display: block;
}
#contents p a {
	color: #4b4a4a;
	outline: 0;
}
#contents p a:hover {
	color: #8a8989;
}
/** Blog Page **/
#blogs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#blogs ul li {
	height: 216px;
	padding: 0 0 24px;
}
#blogs ul li img {
	float: left;
	margin: 0 30px 0 0;
}
#blogs ul li span {
	float: right;
	color: #875f07;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	padding-top: 6px;
}
#blogs ul li h3 {
	color: #875f07;
	line-height: 24px;
	margin: 0;
}
#blogs ul li p {
	line-height: 24px;
	text-align: justify;
}
#blogs ul li a.more {
	color: #d2d2d2;
	font-size: 15px;
	outline: 0;
	text-decoration: none;
}
#blogs div {
	text-align: center;
}
#blogs div span {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 0;
}
#blogs div span a {
	color: #d2d2d2;
	font-size: 14px;
	padding: 0 4px;
	outline: 0;
	text-decoration: none;
}
#blogs ul li a.more:hover, #blogs div span a:hover {
	color: #fb9d24;
}
/** Journey Page **/
#journey {
	display: inline-block;
}
#journey img {
	margin: 21px 0 0 110px;
}
#journey h1 {
	display: inline-block;
}
#journey p {
	text-align: justify;
}
/*------------------------------ End of inner pages styles ------------------------------*/

/** ARTICLES **/
#articles {
	width: 960px;
	margin: 0 auto;
}
#articles ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 16px 0 0;
}
#articles ul li {
	float: left;
	width: 300px;
	padding-bottom: 24px;
	padding-left: 30px;
}
#articles ul li:first-child {
	padding-left: 0;
}
#articles p {
	color: #4b4a4a;
	font: 14px/24px 'VarelaRound-Regular';
}
#articles p a {
	color: #4b4a4a;
	outline: 0;
}
#articles p a:hover {
	color: #8a8989;
}
#articles ul li p {
	font-size: 12px;
}
#articles ul li a.more {
	float: right;
	color: #da9f05;
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px;
	font-style: italic;
	outline: 0;
	text-decoration: none;
}
#articles ul li a.more:hover {
	color: #fef8ea;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	font-size: 12px;
	line-height: 18px;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
#connect {
	float: right;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#connect li {
	float: left;
	margin: 0 10px;
}
	#connect li a {
		display: block;
		height: 32px;
		width: 32px;
		outline: 0;
		background-size: 25px;
	}

#connect li a.facebook {
	background: url(../images/facebook.png) no-repeat center/100%;
}
		#connect li a.twitter {
			background: url(../images/twitter.png) no-repeat center/100%;
		}
		#connect li a.vk {
			background: url(../images/vk.png) no-repeat center/100%;
		}
		#connect li a.instagram {
			background: url(../images/instagram.png) no-repeat center/100%;
		}
#footnote ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footnote ul li {
	float: left;
	padding-right: 5px;
}
#footnote ul li a {
	color: #626365;
	border-left: 1px solid #626365;
	padding-left: 5px;
	text-decoration: none;
}
#footnote ul li a:hover, #footnote ul li.active a {
	color: #d2d2d2;
}
#footnote ul li:first-child a {
	border: 0;
	padding-left: 0;
}
#footnote span {
	display: block;
}

.ios_badge
{
	display: inline-block;
	margin: 10px auto;
	width: 180px;
	height: 60px;
	background: url(../images/ios_badge.png) no-repeat center/100%;
}

.googleplay_badge
{
	display: inline-block;
	background: url(../images/google-play-badge.png) no-repeat center/100%;
	height: 60px;
	width: 201px;
	margin: 10px auto;
}

.webshop_badge
{
	display: inline-block;
	background: url(../images/webshop-badge.png) no-repeat center/100%;
	height: 60px;
	width: 176px;
	margin: 10px auto;
}

.aboutus_photo
{
	display: inline-block;
	width: 150px;
	height: 150px;
	background-size: 100% 100%;
}

.aboutus_profile {
	border-radius: 25px;
	background-color: #010101;
	width: auto;
	height: 150px;
	margin-bottom: 10px;
}

.aboutus_text {
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.gallery_label
{
	color: goldenrod;
	font-size: 20px;
}

.caro
{
	width: 960px;
	margin: 0 auto;
}

.card
{
	margin-top: 20px;
	text-align: center;
	width: 890px;
}

.card_gallery {
	height: 570px;
}

.card-bg {
	border-radius: 25px;
	width: 890px;
	height: 500px;
	margin: 0 auto;
	box-shadow: 0px 10px 25px black;
}

.card_bottom_bg {
	/*background: url(../images/card_bottom_bg.png);*/
	background-size: 100% 100%;
	height: 80px;
	width: 100%;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.card_bottom_content {
	display: inline-block;
	margin: 0 auto;
	height: 100%;
}