@charset "utf-8";
/* CSS Document */
/*Mobil Viewport*/
@-webkit-viewport, @-moz-viewport, @-o-viewport, -ms-@viewport, @viewport {
	
	width: device-width;
}
* { 
	
	margin: 0; 
	padding: 0; 
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    border: 0; 
    -ms-interpolation-mode: bicubic;
	display: block; 
}
a { text-decoration: none; outline: none; cursor: pointer; }
a:active,a:hover { outline: 0 !important; }
b ,strong { font-weight: bold;}
ul { list-style: none; }
*:focus { outline: 0 !important;}
textarea {
    overflow: auto; 
    vertical-align: top; 
}

/* ==========HTML5 display definitions ====================*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*========== TYPO ========================================*/

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "Muli",Helvetica,Arial; }

h1 { font-size: 2em; margin-bottom: 0.67em; }
h2 { font-size: 1.4em; margin-bottom: 0.83em; }
h3 { font-size: 1.17em; margin-bottom: 1em; }
h4 { font-size: 1em; margin-bottom: 1.33em; }
h5 { font-size: 0.83em; margin-bottom: 1.67em; }
h6 { font-size: 0.75em; margin-bottom: 2.33em; }
p { margin-bottom: 1.5em;}

a { color: inherit;}

/*========== LAYOUT ========================================*/
html { height: 101%; background: #000;}
body {
	color: #8b8b8b;  
	min-height:100%;
	background: #000; 
	font: 14px/1.4em  Helvetica,Arial, sans-serif;
	background: #000;
	position: relative;
	font-family: "Droid Sans";
	
}
.wrapper {
	position: relative;
	max-width: 1024px;
	min-width: 320px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	padding-bottom:130px;
	
	
}
#header {
	min-height: 80px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
#header h1 {
	font-family:"Muli", Helvetica,Arial;
	font-weight: normal !important;
	font-size:26px;
	color: rgba(255,255,255,1);
	float: left;
	overflow: hidden;
	min-width: 240px;
	color: #8b8b8b;
	height: 50px;
	margin-left: 10px;
	line-height: 40px;
}
#nav {
	float: right;
	overflow: hidden;
	margin-bottom: 15px;
}
#nav a {
	float: left;
	text-align: center;
	font-size: 14px;
	text-transform:uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	font-family: "Muli";
	
}
#nav a.selected-nav { color: #8b8b8b !important; }
.main {  clear: both; min-height: 60% !important}


section {
	display: none;
	clear: both;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	
}
.content { overflow: hidden;}
.inner { padding: 0 15px; max-width: 680px; }
.inner img, #news img { max-width: 100%; height: auto !important; }
.category { display: none; overflow: hidden;}
.category:first-child { display: block;}
#drawings { display: block;}
section header { position: relative; margin-bottom: 5px; padding: 10px 15px;}
section header h1 {  
	
	display: none;
	text-indent: -9999px;
	
}
section header nav {
	float:left;
}
#categories { height: 26px; }
#categories a { 
	position: relative; 
	float: left; 
	color: white; 
	cursor: pointer; 
	width: 18px;
	height: 18px; 
	text-align:center; 
	text-indent: -9999px;
	border-radius: 2px;
	background: #333;
	margin-right: 10px;
	margin-top: 5px;
}
#categories a.selected-category { background: #FF06B7 !important; border-radius: 2px !important;}
#category-name { 
	float: right; 
	line-height:20px;
	text-transform: uppercase;
	font-size: 12px;
}
.description { padding:0 30px;  overflow: hidden;  height: 40px; text-align: center; }
.description p {
	display: inline-block; 
	color:#777;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	padding:5px;
}
.cite {
	max-width: 660px; 
	margin: 20px auto;
	color: #8b8b8b;
	font-size: 15px;
	font-family: helvetica;
	font-style:italic;
	padding: 15px;
	
}
.cite p {
    margin-bottom: 10px !important;
}
#welcome { background:none;  }
#welcome .loader {
	position: fixed;
	left:0;
	top:0;
	z-index: 2;
	background:;}
#news {
	position: relative;
	max-width: 640px; 
	margin: 3% auto;
	color:#555;
	padding: 10px;
	min-height: 200px; 
	
}
#news-inner { background: #FCFCFA; padding: 40px 20px 20px 20px;}
#continue {
	position: absolute;
	top:10px;
	right:10px;
	height: 30px;
	width: 40px;
	display: block;
	background: #9AFF00;
	color: #000066;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	user-select: none;
	border-radius: 0px;
	font-size: 20px;
	
	
}


footer {
	background:;
	height: 50px;
	padding: 0 ;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 60px;
	opacity: 0;
	z-index: 2;
	
	
}
footer span { margin: 10px;}
footer #copy {
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	
}
.webby { display: inline-block; color: #555; }
#webby-icon {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: none;
	background: transparent url(../images/graphics/webby.png) no-repeat center center;
	margin:0;
	margin-right: 5px;
	
	-webkit-transform: translate(0, 3px);

}
.by { margin:0; color: ;}




.slider {
	height: 280px;
	width: 100%;
	position: relative;
	overflow: hidden ;
	background: black;
	margin: 0 auto;
}
.slider img { float: left;}
.slide { }
.slide img { display: block; float: left; cursor: pointer; }
.slider-nav { 
	display: block; 
	position: absolute; 
	bottom: 0; 
	background: rgba(0,0,0,0.2) ; 
	height: 30px; 
	width: 30px; 
	line-height:30px;
	cursor: pointer; 
	text-align: center; 
	font-size: 18px;
	font-weight: ; 
	color:white;
	
}
.next { right: 0; border-top-left-radius: 15px; }
.prev { left:0;  border-top-right-radius: 15px;}



/*lightbox*/
#overlay {
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height:100%;
	background: #000000;
	background: rgba(0,0,0,0.9);
	z-index: 9998;
	display: none;
}
#lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	background:none;
	overflow: ;
	z-index: 9999;
	display: none;
	padding: 25px 0 0 0;
	
	
	
}
#lightbox-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	color: red;
	cursor: pointer;
	color: #CCC;
	background: transparent url(../images/graphics/close.png) no-repeat center center;
	
}
#lightbox-content { overflow: hidden ; padding: 0; }
#lightbox-content img { width: 100%; height:auto; display: block;}
#lightbox-loader {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background: transparent url(../images/graphics/loader.png) no-repeat center center;
	display: none;
}
#loader {
	display: ;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-top: -20px;
	margin-left: -100px;
	z-index: 9999;
	outline: 0px solid #F60;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: rgba(255,255,255, .2);
	color: #333;
	font-family:  Arial;
}
#loading {
	display: block;
	height:40px;
	width: 40px;
	/*background: transparent url(../images/graphics/loader.png) no-repeat center center;*/
	margin: 0 auto;
	margin-bottom: 5px;
	
}
#loader-text { font-weight: bold; color: #444;}
.padding { padding: 0 20px;}

/*============ CONTACT FORM =======================================*/

.form-wrapper { max-width: 500px;}
.mail-info { max-width: 500px; min-width: 300px; }
.mail-info p { margin-top: 1.5em;}
.contact-form { width:100%;}
.contact-form p {
	margin-bottom: 20px;
	
}
.contact-form input[type=text] {
	width: 96%;
	max-width: 400px;
	height: 25px;
	padding: 2px 3px;
	border-radius: 3px;
	border: 1px solid grey;
	color: #999;
	background: white;
}
.contact-form textarea {
	width: 96%;
	height: 150px;
	overflow: auto;
	padding: 5px;
	border-radius:3px;
	border: 1px solid grey;
	color: #999;
	font-family: Helvetica, Arial,  sans-serif;
	background: white;
	
}
.contact-form p span {
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}
#submit {
	float: right;
	background: none;
	border: none;
	color: #666;
	font-size: 1.5em;
	cursor: pointer;
	margin-top: 10px;
}

.contact-form input[type=text]:focus {

	background: #FFF;
	color: #444;
	border-color: #444;
}
.contact-form textarea:focus {
	background: #fff;
	color: #444;
	border-color: #444;
}
.response {
	font-size: 0.85em;
	color: red;
	height: 20px;
	margin:0;
	padding:0;
}

/*Clearing
================================================== */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*SELECT NONE*/
.slider *,img,nav * , #lightbox *, #overlay{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	.inner-content { padding: 0 5px; }
	#nav a { font-size: 14px;}	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#logo{ width: 100%;  padding:0;}
		#nav { background: black; width: 100%; background: rgba(255,255,255, .1);}
		#nav a { font-size: 14px;}
		.inner-content { padding: 0 5px; }
		
		
		
	}


/*==================== NOSCRIPT =========================================================*/
noscript {  display: block; padding: 10px; }


