/*
AZTEC WICKED SUN // GABB.IN
MAIL@GABB.IN

Величайшее открытие моего поколения заключается в том, что человек в
состоянии изменить свою жизнь, изменив свое отношение к ней. 
© Уильям Джеймс
*/


/*MAIN STYLE*/

body {
	background-color: rgba(0, 6, 7, 1);
	/*-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;*/
	font-family: menlo, "Lucida Grande", Helvetica, Arial, sans-serif;
	/*monaco*/
	/*text-shadow:#fff 1px 1px 0px;*/
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: #5873A1;
	background-image: linear-gradient(to bottom, #5873A1 0%, #5873A1 100%);
	
	-webkit-font-smoothing:antialiased;
	overflow:hidden;
}
#center {
	top: 50%; 
	left: 50%;
	width: 450px;
	height: 450px;
	position: absolute;
	margin-top: -225px;
	margin-left: -225px;
	}
.fullscreen_post_bg {
	position:fixed;
	z-index: -10;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity: .2;
	background-size:cover;
	background-position:50% 50%;
	-webkit-transition:opacity .25s ease-out;
	-moz-transition:opacity .25s ease-out;
	-ms-transition:opacity .25s ease-out;
	-o-transition:opacity .25s ease-out;
	transition:opacity .25s ease-out;
}
.fullscreen_post_bg img{display:none}
h1 h2 h3{
	font-size:18px;
}
h2 {
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
h3 {
	letter-spacing:-1px;
	font-weight:normal;
}
p {
	letter-spacing:-0.5px;
}
a:visited, a:link {
	color: #8c481b;
	text-decoration:none;
	border-bottom: hidden;
	outline:none;
	transition: 0.2s;
}
a:active, a:hover {
	color: #dbd9cd;
	outline:none;
	transition: 0.3s;
}
th, td {
	font-size:10px;
	letter-spacing:2px;
	color:#B2B2B2;
}
#tooltip {
	visibility:hidden
}
.main {
	width:63px;
	align:center;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}