@font-face {
    font-family: "font";
    src: url("../fonts/font.woff") format('woff');
}
@font-face {
    font-family: "akira";
    src: url("../fonts/akira.woff") format('woff');
}

@charset "utf-8";
/**
 * @author 	Yorick Peterse
 * @link	http://www.yorickpeterse.com/
 * @package Minimal
 * @license	Apache License v2.0
 *
 */
body
{
	background: url(../img/bg_image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: 400 22px font, sans-serif;
	color: #342a22;
}
/* Typography */
h1, h2, h3, h4, h5, h6
{
	font-family: 'akira', serif;
}

h1 {
	font: 700 50px 'akira', sans-serif;
	color: #b34141;
	text-shadow: 2px 2px 1px #000;

}

h2 {
	font: 400 24px/26px 'akira', sans-serif;
	color: #D6D6D6;
}


.container-fluid {
	padding: 0px;
}

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

a.dark
{
	color: #8b2525;
	text-decoration:none;
	cursor: pointer;
	font-weight: bold;
}
a.dark:visited, a.dark:link {
	color: #8b2525;
	text-decoration:none;
	font-weight: bold;
}
a.dark:hover, a:active
{
	color: #8b2525;
	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: 500 13px/14px font, 'Roboto', sans-serif;
	margin-bottom:	0px;
}

footer .footer-logo {
	display: inline;
}

.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: 400 13px/15px font, 'Roboto', sans-serif;
	padding-top: 10px;
	min-height: 330px;
	margin-bottom: 20px;
}

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

.post h2 {
	font: 500 15px/15px font, 'Roboto', sans-serif;
	text-transform: uppercase;
	color: white;
}

.post .post-intro,
.post .post-description {
	color: #D6D6D6;
	text-transform: uppercase;
	text-align: justify;
	opacity: 0.8;
}

.post .more {
	text-align: right;
}

/* 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 {
	padding-right: 15px;
	padding-left: 5px;

}

.nav>li {
	text-align: center;
}

.navbar-inverse {
	background: #000000;
}

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

.navbar-nav>li>a {
	padding-top: 14px;
	font: 400 20px 'akira', sans-serif;
  padding-right: 0px;
}

.navbar-nav>li>a:hover {
	color: #e3a467 !important;
}

.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 10px 0px 15px;
}

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

/* post modal */

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

.modal-body {
	padding: 0px}

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

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

#modal_title {
	font: 700 24px font, serif;
	text-transform: uppercase;
	color: white;}

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

.modal-more {
	text-align: right;
}

.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:2; 
  width: 100%;
  height: 100%;
  display: none;
}
audio { width: 250px; }  

.butplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.butplay img {
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-50px;
   margin-left:-107px;  
   cursor: pointer;
}
.faqbut {
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 30;
  cursor: pointer;
}
.steambut {
  position: absolute;
  left: 150px;
  top: 70px;
  z-index: 30;
  cursor: pointer;
}