﻿@font-face {
	font-family: H-Ribbon;
	font-style: normal;
	src:
	url(../fonts/Simonetta-Regular.ttf) format("truetype");
}
@font-face {
	font-family: B-Font;
	src:
	url(../fonts/RobotoCondensed-Bold.ttf) format("truetype");
}
@font-face {
	font-family: R-Font;
	src:
	url(../fonts/RobotoCondensed-Regular.ttf) format("truetype");
}
@font-face {
	font-family: L-Font;
	src:
	url(../fonts/RobotoCondensed-Light.ttf) format("truetype");
}

body, div, article, ul, li, hr {
	padding: 0;
	margin: 0;
}

body {
	background: -webkit-linear-gradient(#3e4043, #777, #3e4043);
	background: -moz-linear-gradient(#3e4043, #777, #3e4043);
	background: -o-linear-gradient(#3e4043, #777, #3e4043);
	background: -ms-linear-gradient(#3e4043, #777, #3e4043);
	background: linear-gradient(#3e4043, #777, #3e4043);
	background: -webkit-gradient(#3e4043, #777, #3e4043);
}

.page {
	width: 960px;
	margin: auto;
	box-shadow: 0 0 15px 0 #000;
}

header {
	background: url('../img/bg.jpg') no-repeat center top;
	min-height: 643px;
}

.header-top {
	position: absolute;
	top: 10px;
	width: 960px;
	height: 32px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	border-bottom: 4px solid rgb(208, 196, 169);
}
.navheader {
	list-style-type: none;
	font-family: H-Ribbon;
	margin: 7px 16px auto auto;
	text-transform: uppercase;
}
.navheader li {
	float: right;
}
.navheader li a {
	margin: 0 10px;
	color: rgb(227, 216, 191);
	text-decoration: none;
}
.slider {
	position: absolute;
	height: 1px;
	border-bottom: 1px solid rgb(208, 196, 169);
}

.header-card-shadow {
	position: absolute;
	margin-left: 36px;
	top: 0;
	width: 269px;
	height: 60px;
	box-shadow: 0 0 15px 1px #777;
}
.header-card {
	background: url('../img/ribbon1.png') no-repeat;
	position: absolute;
	margin-left: 16px;
	top: 0;
	width: 309px;
	height: 60px;
}
.ribbon {
    border: 0;
    height: 2px;
	margin: 0 16px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:         linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:        -webkit-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.header-card .h1 {
	color: rgb(35,31,32);
	font-family: H-Ribbon;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 7px auto 1px auto;
}
.header-card .h2 {
	color: rgb(35,31,32);
	font-family: H-Ribbon;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 3px auto 0 auto;
}

main {
	position: absolute;
	background: rgb(70, 70, 70);
	background: rgba(0, 0, 0, .7);
	top: 245px;
	height: 223px;
	width: 936px;
	margin: 12px;
}
main dl {
	padding: 10px 10px;
	color: rgb(208, 196, 169);
}
main dl dt {
	font-family: R-Font;
	font-size: 15px;
	list-style-type: none;
}
main dl dd {
	display: inline;
	font-family: L-Font;
	font-size: 15px;
	list-style-type: none;
}

.lolite hr {
    border: 0;
    height: 1px;
	margin-bottom: 2px;
    background: -webkit-linear-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
    background:    -moz-linear-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
    background:     -ms-linear-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
    background:      -o-linear-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
    background:         linear-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
    background:        -webkit-gradient(left, rgba(208,196,169,0), rgba(208,196,169,.75), rgba(208,196,169,0)); 
}
.hilite hr {
    border: 0;
    height: 1px;
	margin-bottom: 2px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:         linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background:        -webkit-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
aside {
	position: absolute;
	top: 480px;
	width: 960px;
	display: table-row;
	border-spacing: 10px;
}
.lolite {
	background: rgb(70, 70, 70);
	background: rgba(0, 0, 0, .7);
	padding: 10px 10px;
	color: rgb(208, 196, 169);
}
.hilite {
	background: rgb(209, 196, 165);
	background: rgba(209, 196, 165, .9);
	padding: 10px 10px;
	color: rgb(35,31,32);
}
.noflipper, .flipper {
	display: table-cell;
	width: 222px;
	height: 87px;
}
aside .h1 {
	font-family: R-Font;
	font-size: 15px;
	padding-bottom: 5px;
}
.hilite div.h1 {
	font-family: B-Font;
}
aside li {
	font-family: L-Font;
	font-size: 15px;
	list-style-type: none;
}
.hilite li {
	font-family: R-Font;
}

.flipper > .front {
	width: 222px;
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	-moz-transform: perspective( 600px ) rotateY( 0deg );
	-ms-transform: perspective( 600px ) rotateY( 0deg );
	-o-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
}
.flipper > .back {
	width: 222px;
	position: absolute;
	-webkit-transform: perspective( 600px ) rotateY( 180deg );
	-moz-transform: perspective( 600px ) rotateY( 180deg );
	-ms-transform: perspective( 600px ) rotateY( 180deg );
	-o-transform: perspective( 600px ) rotateY( 180deg );
	transform: perspective( 600px ) rotateY( 180deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
}
.flipper:hover > .front {
	-webkit-transform: perspective( 600px ) rotateY( -180deg );
	-moz-transform: perspective( 600px ) rotateY( -180deg );
	-o-transform: perspective( 600px ) rotateY( -180deg );
	-ms-transform: perspective( 600px ) rotateY( -180deg );
	transform: perspective( 600px ) rotateY( -180deg );
}
.flipper:hover > .back {
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	-moz-transform: perspective( 600px ) rotateY( 0deg );
	-o-transform: perspective( 600px ) rotateY( 0deg );
	-ms-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
}

footer {
	position: absolute;
	top: 611px;	height: 32px; width: 960px;
	background: rgb(70, 70, 70);
	background: rgba(0, 0, 0, .7);
}
footer p {
	list-style-type: none;
	font-family: L-Font;
	font-size: 14px;
	margin: 6px 16px auto auto;
	color: rgb(208, 196, 169);
	text-align: center;
	padding: 0 15px;
	text-shadow: 1px 1px 1px #000;
}
