* {
	padding:0px;
	margin:0px;	
}

body {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
	overflow-x:hidden;	
}

div {
	position:relative;	
}

a img {
	border:0px;	
}

.clear {
	clear:both;
	position: relative;
}

h1 {
	font-size: 40px;
	margin: 10px 0px 20px 0px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.spacer {
	height: 10px;
	width: 100%;
}

#center-container {
	margin:auto;
	width:100%;
	background: white;
}

#header {
	width:100%;
	height:80px;	
	background: black;
	z-index:500;
	position: fixed;
	top: 0px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #444;
	-moz-box-shadow: 0px 0px 10px 0px #444;
	-ms-box-shadow: 0px 0px 10px 0px #444;
	box-shadow: 0px 0px 10px 0px #444;
}

#header .init {
	width: 1000px;
	height: 100%;
	margin: auto;
	
}



#header .logo1 {
	position: relative;
	height: 80px;
	width: 200px;
	display: inline-block;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 100%;
	float: left;
	text-decoration: none;
}

#header .menu-responsive {
	color: white;
	background: black;
	float: right;
	font-size: 40px;
	right: 20px;
	border: 1px solid #444;
	top: 10px;
	line-height: 40px;
  	width: 60px;
  	text-align: center;
  	display: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

#header .menu {
	position: relative;
	height: 80px;
	line-height: 70px;
	float: right;
	top: 0px;
}

#header .menu ul li {
	float: left;
	margin: 5px 25px;
	border-bottom: 3px solid black;
	list-style: none;
}

#header .menu ul li a {
	color: white;
	font-size:18px;
	text-decoration: none;
}

#header .menu ul li:hover {
	border-bottom: 3px solid white;
}

#header .menu ul li a:hover {
	color: #eee;
}

#content {
	width:100%;
	min-height:800px;
	margin-top:80px;
}

#content .init {
	width: 1000px;
	margin:auto;
	min-height: 100px;
	padding: 20px 0px;
	font-size: 16px;
}

#content .init.full {
	width: 100%;
	padding: 0px;
}

#content .slider_container {
	position: relative;
	margin: 0 auto;
	top: 0px; 
	left: 0px;
	width: 1300px;
	height: 595px;
	overflow: hidden;
}

#content .slider_container div[u=slides] {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 595px;
	overflow: hidden;
}

#content .slider_container div[u=slides] .text {
	position: absolute;
	background: rgba(0,0,0,0.1);
	color: black;
	font-size: 20px;
	padding: 10px 30px 5px 30px;
	text-align: center;
	width: 100%;
	line-height: 15px;
}

#content .slider_container div[u=slides] .text .sub {
	font-size: 12px;
}

#content .slider_gallery {
	position: relative;
	width: 1000px;
    height: 650px;
    overflow: hidden;
}

#content .slider_gallery div[u=slides] {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 550px;
    overflow: hidden;
    
}

#content .slider_gallery div[u=thumbnavigator] {
	position: absolute;
	width: 1000px;
	height: 100px;
	left: 0px;
	bottom: 0px;
	overflow: hidden; 
}

#content .slider_gallery img[u=thumb] {
	position: relative !important;
}

#content .slider_gallery div[u=prototype] {
	text-align: center;
}

#content .slider_gallery .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#content .slider_gallery .info .icon {
	background: url(../img/info.png) center center no-repeat;
	background-color: rgba(0,0,0,0.5);
	height: 20px;
	width: 20px;
	z-index: 200;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

#content .slider_gallery .info .text {
	display: none;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 35px;
	color: white !important;
	font-weight: 200;
	line-height: 25px;
}

#content .event {
	position:fixed;
	width: 1000px;
	margin:auto;
	color: white;
	background: black;
	bottom: -320px;
	left: 50%;
	margin-left: -500px;
	z-index: 500;
	font-size: 18px;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #444;
	-moz-box-shadow: 0px 0px 10px 0px #444;
	-ms-box-shadow: 0px 0px 10px 0px #444;
	box-shadow: 0px 0px 10px 0px #444;
}

#content .event .event-head {
	cursor: pointer;
	padding: 15px 20px;
	text-align: center;
	font-size: 20px;
}

#content .event .event-text {
	background: white;
	color: black;
	padding: 10px 20px;
	min-height: 300px;
} 

#content .date_block {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}

#content .text_right {
	float: left;
  	text-align: left;
  	height: auto;
}

#content .date_left {
	float: left;
  	width: 300px;
  	height: auto;
  	/*line-height: 50px;*/
}

#content .press .press-img {
	position: relative;
	float: left;
	margin: 24px;
	height: 200px;
	width: 200px;
	background-size: auto 100% !important;
	
	-webkit-box-shadow: 0px 0px 10px 0px #444;
	-moz-box-shadow: 0px 0px 10px 0px #444;
	-ms-box-shadow: 0px 0px 10px 0px #444;
	box-shadow: 0px 0px 10px 0px #444;
}

#content .init.contact {
	font-size: 24px;
}

#content .init.contact img {
	-webkit-box-shadow: 0px 0px 10px 0px #444;
	-moz-box-shadow: 0px 0px 10px 0px #444;
	-ms-box-shadow: 0px 0px 10px 0px #444;
	box-shadow: 0px 0px 10px 0px #444;
}

#footer {
	width:100%;
	height:100px;	
	background: black;
	display:none;
	
}
