html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background: #272727;
}

body {
	background: #272727 url(images/bg.jpg) no-repeat center -150px;
	font-family: Arial, sans-serif;
	min-width: 960px;
}

a {
	text-decoration: none;
	outline: none;
}

strong {
	font-weight: bold;
}

.container {
	width: 960px;
	resize: none;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-height: 96px;
	position: relative;
}

#header {
	background: url(images/header-bg.png) no-repeat 50% top;
}

#header h1 {
	color: #b40923;
	font-size: 15px;
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: -1px;
	width: 230px;
}

@media screen and (min-width: 1000px){
	#header h1 {
		margin-top: 30px;
		width: 400px;
	}
}

.ie #header h1 {
	margin-top: 30px;
	width: 400px;
}

#header h2 {
	font-size: 48px;
	color: #b40923;
	text-transform: uppercase;
	margin-left: 115px;
	margin-top: 80px;
	font-weight: 400;

}

#header h2 span {
	display: block;
	font-size: 26px;
	margin-left: 55px;
	margin-top: -5px;
	letter-spacing: 0px;
	font-family:  Arial;
	font-weight: bold;
}

#header h2 span strong {
	font-weight: bold;
}

#header h2 em {
	display: block;
	background: #ffb704;
	font-size: 18px;
	padding: 5px 10px;
	float: left;
	margin-left: 170px;
	margin-top: 5px;
}

#header .login-container {
	height: 75px;
	width: 75px;
	position: absolute;
	right: 0;
	top: 90px;
	perspective: 1000;
	cursor: pointer;
}

.login-container .back {
	height: 75px;
	width: 75px;
	background: #272727;
	word-wrap: none;
}

.login-container .back p {
	font-size: 12px;
	color: white;
	padding: 20px 8px;
	letter-spacing: -1px;
	word-wrap: none;
	-webkit-transform: translateZ(37px) perspective(2000);
}

.login-container .back p span {
	font-weight: bold;
	color: #ffb007;
	margin-right: 4px;
	word-wrap: none;
}

.login-container .back p span.i {
	margin-left: 2px;
	margin-right: 7px;
}

.login-container .front {
	height: 75px;
	width: 75px;
	background: #b20922;
}

#header .login {
	display: block;
	font-size: 22px;
	color: #393939;
	background: url(images/login.png) no-repeat center 13px;
	padding-top: 45px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

html:not(.ie) #header .login-container:hover .flipper, html:not(.ie) #header .login-container.hover .flipper {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.opera .login-container .back, .ie .login-container .back {
	z-index: 3;
	left: 75px;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.opera .login-container:hover .back, .ie .login-container:hover .back {
	left: 0;
}

#content {
	margin-top: 185px;
}

#content ul {
	overflow: hidden;
	height: 220px;
}

#content ul li {
	float: left;
	color: white;
	position: relative;
	overflow: hidden;
	perspective: 1000;
	cursor: pointer;
}

html:not(.ie) #content ul li:hover .flipper, html:not(.ie) #content ul li.hover .flipper {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.opera #content ul li .back, .ie #content ul li .back {
	z-index: 10;
	left: 310px;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.opera #content ul li:hover .back, .ie #content ul li:hover .back {
	left: 0;
}

#content ul li, .front, .back {
	width: 310px;
	height: 220px;
}

html:not(.ie) .flipper {
	-moz-transition: 0.4s;
	-moz-transform-style: preserve-3d;
	-webkit-transition: 0.4s;
	-webkit-transform-style: preserve-3d;
	-o-transition: 0.4s;
	-o-transform-style: preserve-3d;
	transition: 0.4s;
	transform-style: preserve-3d;
	position: relative;
}

#content .flipper {
	width: 310px;
	height: 220px;
}

html:not(.ie) .front, html:not(.ie) .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.front, .back {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.front {
	z-index: 2;
}

html:not(.ie) .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#content .back {
	background: #272727;
	cursor: pointer;
	position: relative;
}

#content a {
	color: white;
}

#content .back a {
	-webkit-transform: translateZ(155px) perspective(2000);
	cursor: pointer;
	color: white;
	text-align: center;
	display: block;
	width: 310px;
	height: 220px;
	line-height: 220px;
	text-transform: uppercase;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

#content ul li.de div.front {
	background: #b20922;
}

#content ul li.pl div.front {
	background: #eba103;
}

#content ul li.tcr div.front {
	background: #272727;
}

#content li.middle {
	margin: 0 15px;
}

#content .front p {
	display: block;
	width: 310px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 75px;
	margin: 0 auto;
}

#content .front p strong {
	font-size: 26px;
	display: block;
	margin-top: 3px;
}

#footer {
	margin-top: 35px;
	height: 250px;
	background: #272727;
	padding-top: 50px;
	color: #474747;
	margin-bottom: 30px;
}

#footer .left {
	float: left;
	width: 230px;
}

#footer .right {
	float: right;
	width: 730px;
}

#footer .right img {
	margin: 0 15px;
	vertical-align: middle;
	max-width: 61px;
	opacity: 0.3;
	transition: all 0.2s linear;
}

#footer .right img:hover {
	opacity: 1;
}

#footer h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 18px;
}

#footer h3 sup {
	font-size: 14px;
	vertical-align: top;
}

#footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-top: 5px;
}

#footer .left p {
	text-align: justify;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}