/*
	Minimaxing by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
		min-width: 1200px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 100%;
	}

/* Header */

	#header-wrapper {
		background-color: #000000;
		background-image: -moz-linear-gradient(top, #420000, #000000);
		background-image: -webkit-linear-gradient(top, #420000, #000000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#420000), to(#000000));
		background-image: -ms-linear-gradient(top, #420000, #000000);
		background-image: -o-linear-gradient(top, #420000, #000000);
		background-image: linear-gradient(top, #420000, #000000);
	}

	#header {
		position: relative;
		margin: 0.5% 0 2.5% 0;
		padding: 0 40px 0 40px;
		border-radius: 10px;
		border: solid 1px #8A0000;
		box-shadow: inset 0px 0px 0px 1px #222222, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #000;
		background-image: -moz-linear-gradient(top, #222222, #000);
		background-image: -webkit-linear-gradient(top, #222222, #000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#000));
		background-image: -ms-linear-gradient(top, #222222, #000);
		background-image: -o-linear-gradient(top, #222222, #000);
		background-image: linear-gradient(top, #222222, #000);
		height: 86px;
		-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box
	}

		#header h1 {
			font-family: "Airstrike";
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 86px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			
			position: absolute;
			right: 60px;
			top: 1px;
			line-height: 84px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 25px 0 25px;
				outline: 0;
			}
			
				#header nav a.current-page-item {
				background-color: #6A0000;
				background-image: -moz-linear-gradient(top, #6A0000, #000);
				background-image: -webkit-linear-gradient(top, #6A0000, #000);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6A0000), to(#000));
				background-image: -ms-linear-gradient(top, #6A0000, #000);
				background-image: -o-linear-gradient(top, #6A0000, #000);
				background-image: linear-gradient(top, #6A0000, #000);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}
			
			#header nav a:hover {
				background-color: #8A0000;
				background-image: -moz-linear-gradient(top, #8A0000, #000000);
				background-image: -webkit-linear-gradient(top, #8A0000, #000000);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A0000), to(#000000));
				background-image: -ms-linear-gradient(top, #8A0000, #000000);
				background-image: -o-linear-gradient(top, #8A0000, #000000);
				background-image: linear-gradient(top, #8A0000, #000000);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

		

/* Banner */

	#banner-wrapper {
		background: #000 url(images/bg2.png);
		padding: 2em 0;
	}

	#banner {
		margin: auto;
		position: relative;
		width: 1160px;
		height: 168px;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 10px;
		background: #fff url(images/banner3.jpg) no-repeat 10px 10px;
		background-size: 1160px 168px;
		-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box
	}

		#banner h2 {
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 30px;
			left: 0;
			font-size: 3.3em;
			color: #fff;
			text-align: center;
			letter-spacing: -2px;
		}
		
		#banner span {
			display: block;
			position: absolute;
			z-index: 1;
			width: 100%;
			bottom: 40px;
			left: 0;
			font-size: 1.6em;
			color: #fff;
			text-align: center;
			letter-spacing: -1px;
			text-transform: lowercase;
			opacity: 0.8;
		}

/* Main */

	#main {
		background: #fff;
		padding: 4em 0;
	}

/* Footer */

	#footer-wrapper {
		padding: 4em 0;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;
	}

		#copyright a {
			color: #A6A88F;
		}

#imgFlash {
		width: 800px;
	}
#perfLegend {
	margin-right:50px;
	text-align:right;
	top: -250px;
	position: relative;
	width:800px;
}

#langMobile {
	visibility: hidden;
	display: none;
}	