@font-face {
    font-family: 'HelveticaMone';
	
    src: url('../fonts/mone.eot') format('embedded-opentype'),
		url('../fonts/mone.woff') format('woff'),
		url('../fonts/mone.ttf') format('truetype'),
		url('../fonts/mone.svg#HelveticaNeueUltraLight') format('svg');
		
	font-weight: 100;
}

html, body {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", "HelveticaMone", sans-serif;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 1px;
	min-width: 1000px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	line-height: normal;
	
	font-weight: 100;
}

body {
	-webkit-font-smoothing: subpixel-antialias;
	-moz-font-smoothing: subpixel-antialias;
	-ms-font-smoothing: subpixel-antialias;
	font-smoothing: subpixel-antialias;
	
	-webkit-font-smooth: always;
	-moz-font-smooth: always;
	-ms-font-smooth: always;
	font-smooth: always;
}

.selectable {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

a, a:visited {
	color: #C40615;
	
	-ms-transition:0.7s;
	-moz-transition:0.7s;
	-webkit-transition:0.7s;
	transition:0.7s;
	
	text-decoration: none;
	
	outline: 0;
}

a:hover, a:active {
	color: #FFFFFF;
	
	-ms-transition:0.7s;
	-moz-transition:0.7s;
	-webkit-transition:0.7s;
	transition:0.7s;
	
	text-decoration:none;
	outline: 0;
}

a.active {
	color: #FFFFFF;
	pointer-events: none;
}

.lang_button {
	background: none!important;
	border: none; 
	padding: 0!important;
    
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", "HelveticaMone", sans-serif;
	font-weight: 100;
	color: #C40615;
	cursor: pointer;
}

table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}

table td {
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

table td {
	border-left: 2px solid #CCCCCC;
}

table td:first-child {
	border-left: none;
}

#header {
	height: 111px;
	padding: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
	
	background: #000000;
	
	box-shadow: 0px 10px 70px -39px rgba(255,255,255,1);
	-ms-box-shadow: 0px 10px 70px -39px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 10px 70px -39px rgba(255,255,255,1);
	-moz-box-shadow: 0px 10px 70px -39px rgba(255,255,255,1);
	font-size: 20px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor: default;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
	position: relative;
	
	z-index: 1000;
	
	-webkit-transform: translateZ(0px);
	-webkit-font-smoothing: subpixel-antialiased;
}

#logo {
	position: relative;
	display: block;
	text-align: left;
	
	height: 100%;
	margin-top: 0px;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#logo .img_div {
	margin-left: 40px;
	width: 498px;
	height: 48px;
	overflow: hidden;
}

#logo img {
	width: 500px;
	height: 50px;
	border: none;
	margin-top: -1px;
	margin-left: -1px;
	vertical-align: baseline;
}

#name {
	right: 50px;
	text-align:	right;
	position: absolute;
	letter-spacing: 2px;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#nav {
	position: absolute;
	bottom: -1px;
	text-align: center;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#nav ul {
	margin: 0px;
	padding-left: 60px;
}

#nav li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	list-style-image: none;
	height: 37px;
	padding-top: 20px;
	font-size: 18px;
	width: 85px;
	background: #000000;
	position: relative;
	bottom: 1px;
	cursor: pointer;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
	-webkit-transform: translateZ(0px);
	-webkit-font-smoothing: subpixel-antialiased;
}

#nav a, #nav a:visited, #nav a.active {
	width: 100%;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#nav a.active {
	
}

#nav a:hover {
	
}

#nav a:hover li {
	
}

#nav a.active li {
	color: #FFFFFF;
	background-color: #C40615;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(196, 6, 21, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(196, 6, 21, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(196, 6, 21, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(196, 6, 21, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(196, 6, 21, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(196, 6, 21, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff5664',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
	height: 38px;
	bottom: 0px;
}

#small_links {
	right: 30px;
	bottom: 20px;
	position: absolute;
	font-size: 14px;
	background-color: #000000;
}

#small_links .glyphicon {
	color: #C40615;
	font-size: 10px;
	vertical-align: 1px;
}

#small_links a, #small_links a:visited, #small_links a.active {
	
}

#small_links a:hover {
	
}

#small_links a.active {
	
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#content_body {
	background-color: #000000;
	position: relative;
}

#content_body a {
	font-weight: bold;
}

:fullscreen::backdrop, :-ms-fullscreen::-ms-backdrop {
    background-color: #000000;
}



/*@-webkit-keyframes left1-right1 {
	0% {
		-webkit-transform-origin: left center;
		-webkit-animation-timing-function: linear;
		-webkit-transform: translateX( 150px ) translateZ( -200px ) rotateY( 40deg );
	}
	
	50% {
		-webkit-transform-origin: right center;
		-webkit-transform: translateX( 325px ) translateZ( -150px ) rotateY( 0deg );
	}
	
	100% {
		-webkit-transform: translateX( 500px ) translateZ( -200px ) rotateY( -40deg );
	}
}

@-webkit-keyframes right1-left1 {
	0% {
		-webkit-transform-origin: right center;
		-webkit-animation-timing-function: linear;
		-webkit-transform: translateX( 500px ) translateZ( -200px ) rotateY( -40deg );
	}
	
	50% {
		-webkit-transform-origin: left center;
		-webkit-transform: translateX( 325px ) translateZ( -150px ) rotateY( 0deg );
	}
	
	100% {
		-webkit-transform: translateX( 150px ) translateZ( -200px ) rotateY( 40deg );
	}
}*/
