/*Event Large
------------------------------------*/
/*Event Page*/
.event h2 {
	color: #717171;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

#icon-face {
	float: right;
	width: 8px;
}

.social-icons {
	margin: 0px;
	padding: 0;
}

#righter {
	margin-left: 10%;
}

#heightIcon {
	height: 45px;
}

.event {
	box-shadow: -10px 10px 5px -4px rgba(136, 136, 136, 0.32);
}

.blog-twitter .blog-twitter-inner {
	margin-bottom: 20px;
}

.blog-twitter .blog-twitter-inner a {
	color: #717171;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #ff256c;
	border-top-color: #ff256c;
}

.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #ff256c;
}

.event p {
	/* color: #2F5576; */
	/*font-family: 'Crimson Text', Georgia, Times, serif;*/
    font-size: 18px;
    line-height:20px;
}

.event h2 a:hover {
	text-decoration: none;
}

.event .event-img {
	max-width: 555px;
	margin: 20px 0;
}

/*Event Content Tags*/
.event-post-tags {
	word-wrap: break-word;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis; /* pour le reste du monde */
	padding: 5px 0 8px;
	margin-bottom: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	white-space: nowrap;
}

.event-post-tags ul {
	margin-bottom: 0;
}

.event-post-tags li {
	font-size: 12px;
}

.event-post-tags li i {
	color: #777;
}

.event-post-tags ul.event-info {
	color: #eee;
	margin-bottom: 3px;
}

.event-post-tags ul.event-tags a {
	color: #555;
	font-size: 11px;
	display: inline;
	padding: 3px 7px;
	margin-right: 2px;
	background: #f4f4f4;
}

.event-post-tags ul.event-tags a:hover {
	background: #72c02c;
}

/*Event Item Page
------------------------------------*/
.event-item .media img {
	top: 3px;
	width: 54px;
	height: 54px;
	position: relative;
}

.post-comment h3, .event-item .media h3 {
	color: #72c02c;
	font-size: 21px;
	margin-bottom: 25px;
}

.event-item .media h4.media-heading {
	color: #555;
	font-size: 17px;
	position: relative;
}

.event-item .media h4.media-heading span {
	top: 3px;
	right: 0;
	color: #777;
	font-size: 12px;
	position: absolute;
}

.event-item .media h4.media-heading span a {
	color: #72c02c;
}

/*Event Medium
------------------------------------*/
.event-medium .event-info li {
	color: #777;
}

/* Medium devices (desktops, 992px and up) */
@media ( max-width : 992px) {
	.event-medium img {
		margin-bottom: 20px;
	}
}

/*Event Full Wisth
------------------------------------*/
.event-full-width ul.event-info {
	margin-bottom: 0;
}