@media screen and (max-width : 1400px)  { 
	#content .event {
		margin-left: auto;
		left: auto;
		position: relative;
		bottom: 0px;
		top: 100px;
	}
}

@media screen and (max-width : 1000px)  { 
	
	#header {
		height: 60px;
	}
	#header .logo1 {
		height: 60px;	}
	#header .init {
		width: 100%;
	}
	#header .menu {
		position: relative;
		height: auto;
		line-height: 50px;
		float: none;
		top: 0px;
		background: black;
		clear: both;
		border-top: 1px solid white;
		width: 100%;
		display: none;
		z-index:900;
	}
	
	#header .menu ul li {
		float: none;
		margin: 0px;
		border-bottom: none;
		text-align: center;
		border-bottom: 1px solid white;
		
	}
	
	#header .menu ul li a {
		color: white;
		font-size:18px;
		text-decoration: none;
	}
	
	#header .menu ul li:hover {
		border-bottom: none;
	}
	
	#header .menu ul li a:hover {
		color: #eee;
	}
	
	#header .menu-responsive {
		display: block;
	}
	
	#content .event {
		width: 98%;
		z-index:1;
	}
	
	#content .init {
		width: 98%;
		padding: 0px 15px;
	}
	
	#content .date_left {
		width: 20%;
	}
	
	#content .text_right {
		width: 75%;
	}
	
	#content .press .press-img {
		width: 120px;
		height: 120px;
		margin: 10px;
	}
	
	#content .init.contact img {
		width:30% !important;
	}
}

@media screen and (max-width : 800px)  {
	#content .date_left, #content .text_right {
		font-size: 16px;
	}
}







