.mainMenu{
	position:relative;
	z-index:999;
}

#main{
	position:relative;
	z-index:999;
	margin-top:-2em !important;		
}

.flexslider{
	margin:-20px -50px 0 -50px !important;
}

img.title:hover{
	opacity:0.6;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


ol{
	list-style:none;
	padding-left:1em !important;
}

.well{
	padding:1em 1em 0.5em 1em;
}

.well dt{
	float:left;
	width:12em;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

.well dd{
	padding-top:0.3em;
	margin-bottom:0.5em;	
}

.news{
	border:1px solid #CC0066;
	padding:1em;
	margin-bottom:1.5em;
	border-radius:6px;
	position:relative;
}

#news{
	height:300px;
	overflow-y:scroll;
}

#news dt{
	font-weight:normal;
	float:left;
	margin-right:1em;
}

#news dd{
	float:left;
}

.banner1{
	background-color:#fff;
	margin-bottom:1.5em;
}
.banner2{
	background-color:#FFdd00;
	padding:0.5em;
	margin-bottom:1.5em;
	border-radius:6px;
}

.banner1 a:hover, .banner2 a:hover{
	opacity:0.6;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.char {
	height:7em;
	width:auto;
	position:relative;
	margin:-7em 2em 0 0;
}

hr{
	border:none;
	border-top:dotted 1px #ccc;
	height:1px;
	margin:0.5em 0;
}


#news dt, #news dd{
	cursor:pointer;
}

.big{
	font-size:1.4em;
}

.big h2{
	font-weight:bold;
	border-bottom:none !important;
	margin-bottom:0.5em !important;
	padding-bottom:0 !important;
}

.big ul{
	padding-top:0 !important;
	padding-top:0;
	font-size:1.2em;
}



@media (min-width: 1200px) {
}

@media (max-width: 1200px) and (min-width: 979px) {
}

@media (max-width: 991px) {
	.flexslider{
		margin:-15px -40px 0 -40px !important;
	}
}
@media (max-width: 767px) {
	.flexslider{
		margin:50px -15px 0 -15px !important;
	}

}

@media (max-width: 767px) and (min-width: 481px) {
}


@media (max-width: 480px) {

.big{
	font-size:1.3em;
}


	.well dt{
		width:40%;
		margin-right:2%;
	}
	.well dd{
		float:left;
		width:58%;
		padding-top:0.11em;		
	}
	#news{
		height:200px;
	}
	
}