@charset "utf-8";

@font-face {
    font-family: "customFont";
    src: url(../fonts/dos/dos1.ttf) format("truetype");
}



body {
	overflow-y: scroll;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #6F3;
	font-family: "customFont", Verdana, Tahoma;
	font-size: 100%;
	line-height: 1.4;
}






@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #666; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #030;
    -webkit-box-shadow: #39F;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #FFF; 
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h2,  h4, h5, h6  {
	margin-top: 0;	 
	padding-right: 15px;
	
	font-size: 20px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: lighter;
	font-variant: normal;
}

h3  {
	margin-top: 0;	 
	padding-right: 15px;

	font-size: 24px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: lighter;
	font-variant: normal;
}

h1 {
	margin-top: 0;	 
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	font-weight: lighter;
	font: normal normal normal 50px/1.4em customFont;	 
	color: #6F3;
}


a img { 
	border: none;
}


a:link {
	color: #6F3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none; 
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #6F3;
	text-shadow: 0px 0px 4px #006600;
}


.container {
	width: 50%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 100%;
	padding-bottom: 0px;
	/*
	-moz-box-shadow: -10px -9px 30px 1px #242D25;
	-webkit-box-shadow: -10px -9px 30px 1px #242D25;
	-webkit-box-shadow: -10px -9px 30px 1px #242D25;
	box-shadow: -10px -9px 30px 1px #242D25;	 
	*/
	
	
}


.content {
	padding: 10px 0;
	overflow: hidden;
	background-color: #000;
	display: inline;
}

.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-left: 40px;
	padding-bottom: 0px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
header {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	width: 100%;
		
}

nav {
	padding-left: 40px;
	width: 95%;
	overflow: visible;
	height: 40px;
	position: relative;
	margin-right: 0px;
	float: left;
	display: inline;
}

#main {
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 60px;
	display: inline;
	padding-right: 15px;
	height: auto;
	width: 96%;
	-webkit-animation: fadein 3s; /* Safari and Chrome */
	-moz-animation: fadein 3s; /* Firefox */
	-ms-animation: fadein 3s; /* Internet Explorer */
	-o-animation: fadein 3s; /* Opera */
	animation: fadein 3s;
	height: 100%;
	min-height: 460px;
	overflow: visible;
}

	

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.btns {
	width: 100px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	text-align: left;
	padding: 0px;
	font-weight: lighter;
	font-size: 14px;
}

#titleBar {
	font-size: 18px;
	padding-left: 15px;
	padding-bottom: 60px;
	position: relative;
	
}
#map {
	width: 100%;
	padding-bottom: 0px;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	float: left;
	margin-top: 0px;
	padding-right: 15px;
	padding-top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
}
#adress {
	width: 50%;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	float: left;
}

#articles {
	width: auto;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	float: left;
	clear: right;
	position: relative;
	left: auto;
	top: auto;
}

#fb {
	width: 120px;
	height: 22px;
	float: right;
	padding-right: 25px;
}
footer {
	padding-left: 15px;
	bottom: 0px;
	position: relative;
	top: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	width: 100%;
}
