@charset "UTF-8";
/* CSS Document */
body{
	background:url('../images/bg_dark.png');
	background-color:#222;
	color:#FFF;
	font-family: Helvetica, Arial, Serif;
	font-size:1em;
	line-height:150%;
	padding:0 10px;
	text-align:center;
}
a {
	color:#FFF;
	outline:none;
	white-space: nowrap;
}
a:hover {
	color:#FFCC00;
}
p{
	font-size:80%;
	margin-bottom:10px;
}
h1 {
	color:#FC0;
	font-family: 'TitilliumText22LRegular';
	font-size:120%;
	margin-bottom:10px;
	line-height:130%;
}
h2 {
	color:#FC0;
	font-family: 'TitilliumText22LRegular';
	font-size:110%;
	margin-bottom:10px;
}
h3 {
	font-family: 'AmaranthRegular';
	font-size:100%;
	margin-bottom:10px;
}
h4 {
	font-family: 'AmaranthRegular';
	font-size:90%;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
/* */
#container {
	background: url('../images/bg_bottom.png') bottom center no-repeat;
	background-color:#000;
	margin:0 auto;
	max-width:900px;
	padding-bottom:220px;
}
#header {
	min-height:180px;
	display:block;
	background: url('../images/bg_top2.png') top right no-repeat;
}
#logo {
	margin:20px;
	float:left;
}
#logo a{
	display:inline-block;
	x-webkit-transform-origin:0 0;  
	-webkit-transform: rotate(0deg);  
	-webkit-transition:-webkit-transform 0.3s ease-in-out; 
}
#logo a:hover{
	-webkit-transform:rotate(5deg);
}
#nav {
	padding:10px;
	font-size:100%;
	text-align:right;
	text-transform: uppercase;
}
#nav li {
	display:inline-block;
}
#nav a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'AmaranthRegular';
	text-decoration:none;
	display:inline-block;
    padding:10px;
    text-align: center;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: .1s, .3s; 
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background;
	-moz-transition-duration: .1s, .3s; 
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, background;
	-o-transition-duration: .1s, .3s; 
	-o-transition-timing-function: linear, ease-in;
	transition-property:color, background;
	transition-duration: .1s, .3s; 
	transition-timing-function: linear, ease-in;
}
#nav a:hover,
#nav a.current{
	background: rgba(0,0,0,0.3);
	color:#FC0;
}
#content {
	margin: 0 auto;
	padding:0 20px;
}
#content .fg {
	margin:0 0 20px 0;
	text-align:left;
}
#content .fg a{
	color:#09F;
}
#content .fg a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	color: #FFF;
	padding: 2px 6px;
	text-decoration:none;
	-webkit-transition:background-color .2s ease-in;  
	-moz-transition:background-color .2s ease-in;  
	-o-transition:background-color .2s ease-in;  
	transition:background-color .2s ease-in;  
}
#content .fg a:hover {
	background-color: #09F;
}
#content .fg p{
}
#content .fg ul{
	font-size:80%;
}
#content .fg ul li{
	list-style-type: disc;
	margin-left: 20px;
}
#footer {
	background-color:#111;
	border-top:1px dotted #333;
	color:#CCC;
	font-family: 'AmaranthItalic';
	font-size:80%;
	margin:0 auto 20px;
	max-width:860px;
	padding:20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#footer a{
}
#footer span{
	display:inline-block;
	margin:0 5px;
}
/* HOME */
#container.home #content .fg {
	padding-bottom:20px;
	border-bottom: 1px dotted #333333;
}
#container.home #content {
	xpadding-bottom:350px;
}
.full{
	height:300px;
	width:700px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
}
.thumb_third {
	cursor:pointer;
	display:inline-block;
	height:140px;
	margin:0 6px 20px 6px;
	overflow:hidden;
	position:relative;
	width:220px;
}
.thumb_third.last{
	xmargin-right:0;
}
.thumb_third a{
	background-color:#000;
	background-repeat:no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	height:140px;
	width:220px;
}
.thumb_third .front,
.thumb_third .back {
	xbackground-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	
	left:0px;
	position:absolute;
	top:0px;
	
/*	-webkit-transition: -webkit-transform 0.5s;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;*/
}
.thumb_third .back {
	z-index:1;
}
.thumb_third .front{
	opacity;1;
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	-o-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	z-index:2;
}
.thumb_third .back {
	display: none;
}
.thumb_third:hover .front{
	opacity:0;
}
.thumb_third:hover .back{
}
.thumb_third .back {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: inherit;
	height: inherit;
}
/*
.thumb_third:hover .back,
.thumb_third.hover.flip .back{
	xz-index:99;
}
.thumb_third.flip .front {
	z-index: 900;

	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}*/
/*
.thumb_third .back {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: inherit;
	height: inherit;
	text-shadow: 1px  1px 1px rgba(0,0,0,0.6); 
	
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;*/
}/*
.thumb_third.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}*/
/* CONTACT */
#contact_form {
	border:1px dotted #333;
	margin:0 0 0 0;
	padding:20px 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contact_form .form_col1{
	float:left;
	width:60%;
	padding:0px;
	padding-bottom:10px;
	text-align:left;
}
#contact_form .form_col2{
	clear:left;
	float:left;	
	width:30%;
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
}
#contact_form .txt{
	display:block;
	font-size:14px;
	width:300px;
	border:none;
	padding:8px;
	margin-top:0px;
}
#contact_form textarea{
	width:300px;
	height:100px;
	border:none;
	margin-top:0px;
	padding:8px;
	font-family:'Arial';
	font-size:14px;
	resize:none;
}
#contact_form .button{
	background: url('../images/button_submit.png') top no-repeat;
	border:none;
	width:0;
	padding:0 0 0 102px;
	margin:0px;
	height:37px;
	overflow:hidden;
	color:transparent;
	display:inline-block;
	cursor:pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	#header {
		-webkit-background-size: 363px 102px;
		-moz-background-size: 363px 102px;
		background-size: 363px 102px;
	}
	#container {
		-webkit-background-size: 450px 140px;
		-moz-background-size: 450px 140px;
		background-size: 450px 140px;
		padding-bottom:110px;
	}
	.thumb_third,
	.thumb_third a{
		width:110px;
		height:70px;
	}
	.thumb_third a{
		-webkit-background-size: 110px 70px;
		-moz-background-size: 110px 70px;
		background-size: 110px 70px;
	}
}