@charset "utf-8";

body
{
	background-color: #000000;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
/* Typography */

h1 {
	font-weight: 400;
	font-size: 34px;
	padding-bottom: 5px;
}
.h1-n {
	background: url(../img/h1_news.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 46px;
}
.h1-about {
	background: url(../img/h1_game.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 53px;
}
.h1-world {
	background: url(../img/h1_world.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 36px;
}
.h1-faq {
	background: url(../img/h1_question.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 39px;
}
.h1-art {
	background: url(../img/h1_gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 49px;
}
.h1-newsletter {
	background: url(../img/h1_info.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 39px;
}
.h1-download {
	background: url(../img/h1_download.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 39px;
}
.h1-contact {
	background: url(../img/h1_contact.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 48px;
}
.h1-features {
	background: url(../img/h1_ok.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 39px;
}

h2 {
	font-weight: 400;
	font-size: 32px;
}


.container-fluid {
	padding: 0px;
}

a
{
	color: #e7c597;
	text-decoration:none;
	cursor: pointer;
}
a:visited, a:link {
	color: #e7c597;
	text-decoration:none;
}
a:hover, a:active
{
	color: white;
	text-decoration:underline;
}

a.dark
{
	color: #e7c597;
	text-decoration:none;
	cursor: pointer;
	font-weight: 600;
}
a.dark:visited, a.dark:link {
	color: #e7c597;
	text-decoration:none;
	font-weight: 600;
}
a.dark:hover, a:active
{
	color: #e7c597;
	text-decoration:underline;
}


td {
	vertical-align: top;	
}

/* Forms */
form label
{
	min-width:		100%;
	font: 400 18px/20px font, 'Roboto', sans-serif;
	color: #A7A7A7;;
}
form ul, form ul li
{
	list-style-type:none;
	margin:			0px 0px 10px 0px!important;
	padding:		0px;
}
form input[type=text], form input[type=password], form textarea
{
	border:			1px solid #858585 !important;
	padding:		5px 3px 5px 3px;
	width:			100%;
	background: 	black !important;
	border-radius: 0 !important;
	color: #A7A7A7 !important;
}
form input[type=checkbox]
{
	margin-right:	5px;
}
form select
{
	border:			1px solid #858585;
	margin:			0px;
	padding:		5px 3px 5px 3px;
}
form button, form input[type=submit], form input[type=reset], form input[type=reset]
{
	border: 1px solid #A976BF;
	background: black;
	margin: 0px;
	min-width: 50px;
	padding: 6px 50px 6px 50px;
	color: #A976BF;
	font-size: 18px;
}


/* Fieldsets */
fieldset
{
	border: 		1px solid #ccc;
	padding:		10px;
}

fieldset legend
{
	font-weight:	bold;
}
fieldset p:last-child
{
	margin-bottom:	0px;
}

/* Other stuff */
pre
{
	white-space:	normal;
}

.page-section 
{
	margin-bottom: 70px;
}

.code
{
	background:		#333;
	color:			#99D16F;
	overflow:		auto;
	padding:		10px;
	white-space:	pre;
}
blockquote
{
	border-left:	3px solid #ccc;
	font-style:		italic;
	margin-bottom:	20px;
	padding-left:	10px;
}
.fancy_image
{
	border:			1px solid #ccc;
	float:			left;
	margin:			0px 15px 5px 0px;
	padding:		5px;
}
.gravatar
{
	border:			1px solid #ccc;
	float:			left;
	margin:			0px 10px 10px 0px;
	padding:		3px;
}

.contact-button {
	float: right;
	margin-top: 7px !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169, 118, 191, 1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169, 118, 191, 1);
}

input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169, 118, 191, 1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169, 118, 191, 1);
}

.download-icon {
	vertical-align: bottom;
	margin-right: 7px;
}

/* LAYOUT */
/* Container */
#container
{
	margin-top:		25px;
}
/* General margins */
#header,.blog_article, .gallery
{
	margin-bottom:	40px;
}
#header #site_info
{
	margin-bottom:	36px;
}
	#header #site_info h1
	{
		font-size:		32px;
		margin-bottom:	0px;
	}
	#header #site_info p
	{
		margin:			0px;
	}
#header #site_navigation ul
{
	border-top:	3px solid #333;
}
	#header #site_navigation ul li
	{
		float:			left;
		margin:			7px 15px 0px 0px;
		padding:		0px;
		list-style-type:none;
	}
		#header #site_navigation ul li a
		{
			border:			none;
			color:			#333;
			font-weight:	bold;
			padding:		5px 5px 0px 5px;
			text-align:		center;
		}
		#header #site_navigation ul li a:hover, #header #site_navigation ul #active a
		{
			border-top:		3px solid #333;
			text-decoration:none;
		}
/* Sidebar */
#sidebar
{
	margin-top:			3px;
}
	#sidebar form input
	{
		width:			190px;
	}
	#sidebar .widget:first-child h3
	{
		margin-bottom:	18px;
	}
		#sidebar .widget .reset_pass
		{
			margin-left:10px;
		}
/* == WIDGETS == */
.widget
{
	margin-bottom:		35px;
}
	.widget h3
	{
		margin-bottom:	5px;
	}
	.widget ul, .widget ul li
	{
		list-style-type:none;
		margin:			0px;
		padding:		0px;
	}
/* == BLOG == */
.blog_article .article_heading h2
{
	margin-bottom:	5px;
}
.blog_article .article_heading .article_date
{
	float:		left;
}
.blog_article .article_heading .article_category
{
	float:		right;
}
.blog_article .article_body
{
	clear:		both;
}
/* == COMMENTS == */
#comments_container
{
	margin-bottom:	20px;
}
.comment
{
	list-style-type:none;
	margin:			0px;
	padding:		0px;
}
	.comment .comment_heading, .comment .comment_date
	{
		margin:		0px;
	}
	.comment .comment_body
	{
		clear:		both;
	}
/* == PROFILES == */
#user_profile_container fieldset p
{
	margin-bottom:	5px;
}
#user_profile_container #page_title
{
	padding-top:	10px;
}
#user_profile_container .gravatar
{
	margin:			0px 15px 15px 0px;
}
#user_profile_container #user_details
{
	clear:			both;
}
/* Galleries */
#gallery_index .gallery:last-child
{
	margin-bottom:		0px;
}

.gallery .gallery_heading img
{
	float:			left;
	margin-right:	20px;
}
.gallery .galleries_list li
{
	float:			left;
	list-style-type:none;
	margin:			0px 20px 20px 0px;
}
.gallery .galleries_list li a
{
	border-bottom:	none;
}
.gallery .gallery_image_full
{
	margin-bottom:	20px;
}
/* Footer */
footer
{
	color: #585858;
	background: 	black;
	padding-top: 35px;
	padding-bottom: 35px;
}
footer p
{
	font-size: 12px;
	font-weight: 400;
	margin-bottom:	0px;
}

footer .footer-logo {
	display: inline;
	height: 60px;
}

.bottom-margin {
	margin-bottom: 20px;
}


#contact .error {
	color: #a94442;
	text-align: center}

#contact .message-success {
	color: #088D15;
	text-align: center}

/* Blog */

.post {
	background-color: black;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
	min-height: 330px;
	margin-bottom: 20px;
}

.post .post-content {
	padding: 0px 30px 20px 30px;
}

.post h2 {
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.post .post-intro,
.post .post-description {
	color: #ffffff;
	text-align: left;
	opacity: 0.8;
}

.post .more {
	padding-right: 16px;
	text-align: right;
	background: url(../img/bullet_read.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Bootstrap override */

label {
	margin-bottom: 7px;
	margin-top: 15px;
}

.alert {
	margin: 10px 0;
	border-radius: 1px;
	padding: 0;
}

.alert-danger {
	background-color: transparent;
	border: none;
}	

/* navbar */

nav .container-fluid {

}
@media (min-width: 960px) {

#podmenus {
  background: #000000;
  z-index: 1;
  width: 100%;
  height: 66px;
  position: relative;
  top: 0;
  left: 0;
}

.navbar-collapse, .navbar, .navbar-inverse {
	background: transparent;
	
}
	
.nav>li {
	position: relative; float: left; display: block; right: 50%; 
}

.navbar-nav {
	list-style: none; position: relative; float: left; display: block; left: 50%; z-index: 100;
}

.navbar-nav>li>a {
	padding-top: 14px;
	font-size: 18px;
	font-weight: 400;
}

}
@media (max-width: 959px) {
.nav>li {
	float: none;
	text-align: center;
}

.navbar-nav>li>a {
	padding-top: 6px;
	font-size: 15px;
	font-weight: 400;
}

.navbar-collapse, .navbar, .navbar-inverse {
	background: #000000;
}

}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}


.navbar-nav>li>a:hover {
	color: #e7c597 !important;
	background: url(../img/bullet_top.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.navbar .navbar-right > a {
	padding: 10px 0;
	margin-left: 4px;
	display: inline-block;
}

.navbar-right {
	margin-right: 0px;
	text-align: center;
}

.navbar-brand {
	padding: 0px 0px 0px 0px;
}

@media (min-width: 768px) {
	.nav-languages {
		margin-left: 20px;
	}
}

/* post modal */

@media (min-width: 992px) {
	.modal-dialog {
		width: 900px}
}

.modal-body {
	font-family: 'Dosis', sans-serif;
	padding: 0px}

.modal-content {
	background-color: black;
	border: none;
	border-radius: none;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
}

.post-modal-content {
	padding: 0px 30px 20px 30px;}

#modal_title {
	font-size: 24px;
	font-weight: 600;
	color: white;}

#modal_description {
	color: #D6D6D6;
	text-align: justify;
	opacity: 0.8;
}

.modal-more {
	padding-right: 16px;
	text-align: right;
	background: url(../img/bullet_read.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.modal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: .70;
}

/* jssor slider bullet navigator skin 17 css */
/*
.jssorb17 div           (normal)
.jssorb17 div:hover     (normal mouseover)
.jssorb17 .av           (active)
.jssorb17 .av:hover     (active mouseover)
.jssorb17 .dn           (mousedown)
*/
.jssorb17 div, .jssorb17 div:hover, .jssorb17 .av
{
    overflow:hidden;
    cursor: pointer;
}

.jssorb17 div {
	width: 56px; 
	height: 56px;
	background: url(../img/circle_small.png);
}

.jssorb17 .av {
	width: 56px;
	height: 56px;
	background: url(../img/circle_big.png);
}

.jssorb17_2 div, .jssorb17_2 div:hover, .jssorb17_2 .av
{
    overflow:hidden;
    cursor: pointer;
}

.jssorb17_2 div {
	width: 32px; 
	height: 32px;
	background: url(../img/circle_tiny.png);
}

.jssorb17_2 .av {
	width: 32px;
	height: 32px;
	background: url(../img/circle_medium.png);
}

/* jssor slider arrow navigator skin 16 css */
/*
.jssora16l              (normal)
.jssora16r              (normal)
.jssora16l:hover        (normal mouseover)
.jssora16r:hover        (normal mouseover)
.jssora16ldn            (mousedown)
.jssora16rdn            (mousedown)
*/
.jssora16l, .jssora16r, .jssora16ldn, .jssora16rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../img/a16.png) no-repeat;
    overflow:hidden;
}
.jssora16l { background-position: -19px -42px; }
.jssora16r { background-position: -79px -42px; }
.jssora16l:hover { background-position: -139px -42px; }
.jssora16r:hover { background-position: -199px -42px; }
.jssora16ldn { background-position: -259px -42px; }
.jssora16rdn { background-position: -319px -42px; }

.arrow-left-block {
	position: absolute; 
	width: 60px; 
	height: 100%; 
	left: 0; 
	cursor: pointer;
}

.arrow-right-block {
	position: absolute; 
	width: 60px; 
	height: 100%; 
	right: 0; 
	cursor: pointer;
}

#musicBtn {
	position: absolute;
	right: 15px;
	top: 60px;
	z-index: 999;
	width: 45px;
	height: 40px;
	cursor: pointer;
}

#musicBtn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#musicBtn.muted {
	background: url(../img/muted.png) no-repeat;
}

#musicBtn.unmuted {
	background: url(../img/unmuted.png) no-repeat;
}
.frama {

}
.frama {
margin-left: -55px;
margin-top: -60px;
margin-bottom: -50px;
}

.sociale {
  position: fixed;
  top: 2px;
  right: 2px;
  z-index: 1031; 
}

.mediavideo, #video-placeholder {
  position: absolute;
  top: 0px; 
  right:0px;
  z-index:200; 
  width: 100%;
  height: 100%;
  display: none;
}
audio { width: 250px; }

.znaczki {
	position: fixed;
	z-index: 2095;
	width: 120px; height: 30px;
	top: 17px; right: 15px;
}
.znaczki div {
	float: left;
	margin-right: 10px;
	
}  

.butplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.butplay img {
   position:absolute;
   left:50%;
   margin-top:-50px;
   margin-left:-107px;  
   cursor: pointer;
}
.preo {
	position: absolute;
	z-index: 95;
}
@media (max-width: 959px)
{
	.butplay img {top: 150px;}	
	.preo {width: 80px; height: 80px;	top: 70px; right: 30px;}
}
@media (min-width: 960px)
{
	.butplay img {top: 240px;}
	.preo {width: 150px; height: 150px; top: 100px; right: 80px;}	
}
@media (min-width: 1300px)
{
	.butplay img {top: 340px;}
	.preo {width: 150px; height: 150px; top: 100px; right: 80px;}	
}
.faqbut {
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 30;
  cursor: pointer;
}
.steambut {
  position: absolute;
  left: 150px;
  top: 70px;
  z-index: 30;
  cursor: pointer;
}
#player {
	z-index: 3000;
	position: relative;
	
}

.faq_question {
    margin: 0px;
    padding: 0px 22px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
	font-size: 20px;
	color: #e7c597;
	background: url(../img/bullet_faq.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.faq_question:hover {
    
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
.faq {
	margin-bottom: 16px;
}
.rc-anchor-dark.rc-anchor-normal {
    border: 1px solid #222222;
}
.galll img {
	width: 252px;
	margin: 5px 5px 0px 0px;
}
