/*
 * MOD_IC_EVENT_LIST
 * iCagenda by JoomliC
 * iCrounded css file for iCagenda event list module
 *
 * @layout		icrounded
 * @author		Lyr!C (JoomliC) - http://www.joomlic.com
 * @version		3.1 2015-01-22
 * @since		1.0
 */


/*
 * EVENT LIST STYLES
 */

#ic_eventlist {
	width: 100%;
}

/*  SECTIONS  */
.ic-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.ic-col {
	display: block;
	float: left;
	margin: 0.15% 0 0.10% 0.25%;
}
.ic-col:first-child {
	margin-left: 0;
}


/*  GROUPING  */
.ic-group:before,
.ic-group:after {
	content: "";
	display: table;
}
.ic-group:after {
	clear: both;
}



/*  GRID OF COLUMNS  */
.ic-col1 {
	margin: 2px 0 2px 0;
	width: 100%;
}
.ic-col2 {
	width: 49.87%;
}
.ic-col2:nth-child(3) {
	margin-left: 0;
}
.ic-col3 {
	width: 33.16%;
}
.ic-col3:nth-child(4) {
	margin-left: 0;
}
.ic-col4 {
	width: 24.81%;
}
.ic-col4:nth-child(5) {
	margin-left: 0;
}

/*  GO 3 COLS IF 4 SELECTED AT LESS THAN 767 PX AND MORE 481 PX */

@media (min-width: 481px) and (max-width: 767px) {
	.ic-col1 {
		width: 100%;
	}
	.ic-col2 {
		width: 49.87%;
	}
	.ic-col3 {
		width: 33.16%;
	}
	.ic-col4 {
		width: 33.16%;
	}
	.ic-col4:nth-child(5) {
		margin-left: 0.25%;
	}
	.ic-col4:nth-child(4) {
		margin-left: 0;
	}

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.ic-col {
		margin: 0.7% 0 0.7% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.ic-col1 {
		width: 100%;
	}
	.ic-col2 {
		width: 100%;
	}
	.ic-col3 {
		width: 100%;
	}
	.ic-col4 {
		width: 50%;
	}
}


/* Style Background alternative */
.icrounded_eventlist {
/*	padding: 2px !important; */
	font-size: 13px;
}
.icrounded_eventlist:nth-child(2n+1) {

}

/* Style Background hover */
.icrounded_eventlist:hover{

}

/* Style Content */
.icrounded_eventlist a {
	text-decoration: none;
}
.icrounded_eventlist a:link,
.icrounded_eventlist a:visited {
	color: #333;
	text-decoration: none;
}
.icrounded_eventlist a:hover {
	cursor:pointer;
}

/* Style Div */
.icrounded_eventlist .ic-inline-block {
	display: inline-block;
	margin: auto 0px;
}
.icrounded_eventlist .ic-block {
	display: block;
	margin: auto 3px;
}
.icrounded_eventlist .ic-event-div {}
.icrounded_eventlist .ic-date-img-box {
	position:absolute;
	top:0px;
	/*left:0px;*/
	/*CSI*/
	right:-50px;
	text-align: center;
	margin: 4px 6px 4px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-sizing: content-box;
}

.icrounded_eventlist .ic-date-div {
	/*float: left;*/
	/*padding: 20%;*/
	/*CSI*/
	padding: 5% 20%;
	text-shadow: #000 0px 0px 30px;
}
.icrounded_eventlist .ic-day {
	/*line-height:18px !important;
	font-size: 16px;*/
	/*CSI*/
	line-height: 180% !important;
	font-size: 220%;
	font-weight: bold;
}
.icrounded_eventlist .ic-month {
	/*line-height:12px !important;
	font-size: 12px;*/
	/*CSI*/
	line-height: 80% !important;
	font-size: 200%;
	font-weight: normal;
}
.icrounded_eventlist .iceventlist-title {
	padding-top: 3px;
	/*line-height: 15px !important;*/
	font-size: 1.3em;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	/*CSI*/
	line-height: 120% !important;
}
.icrounded_eventlist .iceventlist-venue {
	line-height: 15px !important;
	font-size: 12px;
}
.icrounded_eventlist .iceventlist-city,
.icrounded_eventlist .ic-datetime-div {
	/*line-height: 14px !important;*/
	/*font-size: 11px;*/
	/*CSI*/
	line-height: 120% !important;
	font-size: 120%;
	color: #555656;
}
.icrounded_eventlist .ic-datetime-label {
	font-weight: bold;
}
.icrounded_eventlist .iceventlist-desc {
	font-size: 12px;
}


.icrounded_eventlist .iceventlist-registration-info {
}
.icrounded_eventlist .ic-reg {
	font-size: 10px;
	margin: 0 2px;
	padding: 0 5px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 1px #333;
	cursor: pointer;
}
.icrounded_eventlist span.ic-reg.available {
	background: white;
	color: black;
}
.icrounded_eventlist span.ic-reg.ticketsleft {
	background: green;
	color: white;
}
.icrounded_eventlist span.ic-reg.registered {
	background: blue;
	color: white;
}

/* Features Icons */
.icrounded_eventlist .iceventlist-features-container {
	margin: 0px;
}
.icrounded_eventlist .iceventlist-feature-icon {
	float: none;
	display: inline-block;
	margin: 0px 0.5px;
}
.block_agenda {
	position:relative;
}
/*CSI*/
.ic-event-div .block_agenda .agenda_image {
text-align:center;
}
.ic-event-div .block_agenda .agenda_image .image_reelle {
display: inline-block;
position: relative;
}
.ic-event-div .ic-block .iceventlist-lire {
color: #555656;
font-style:italic;

}