@charset "UTF-8";

/* event
======================================================= */
#event{}
#event .inner{
	padding:0 10px;
}
#event .section{
	margin:0 0 20px;	
	padding:15px;
	background:rgba(255,255,255,0.4);	
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.08);
	border-radius:15px;
}

#event .section  h3{
position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+4,595959+12,4c4c4c+21,2c2c2c+51,1c1c1c+82,131313+100 */
background: rgb(102,102,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(102,102,102,1) 4%, rgba(89,89,89,1) 12%, rgba(76,76,76,1) 21%, rgba(44,44,44,1) 51%, rgba(28,28,28,1) 82%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 4%,rgba(89,89,89,1) 12%,rgba(76,76,76,1) 21%,rgba(44,44,44,1) 51%,rgba(28,28,28,1) 82%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(102,102,102,1) 4%,rgba(89,89,89,1) 12%,rgba(76,76,76,1) 21%,rgba(44,44,44,1) 51%,rgba(28,28,28,1) 82%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #222;
	
	
	margin:0 0 0px;
	padding:8px 20px 8px 8px;
	
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 1;
	color: #fff;
	
}
/*
#event .section  h3:before{
	position:absolute;
	top:-12px;
	left:-16px;
	content:url(../images/event/title_icon.png);
	
}
*/

#event .section .img img{
	width:100%;
	margin:0 0 20px;
}
#event .section .cont{
}
#event .section .cont .text{
}