/* system menu integration style for modules */
#ATEDIN_system ul li.menu_SYSTEM-MODULES li.creator_comment_scroller > a {
}
#ATEDIN_system ul li.menu_SYSTEM-MODULES li.creator_comment_scroller > a span:before {
	content: "h ";
}
#ATEDIN_system ul li.menu_SYSTEM-MODULES li.creator_comment_scroller a span:before {
	font-family: 'elegantIcons';
	font-size: 1.3em;
}

#ATEDIN_system ul li.menu_SYSTEM-MODULES li.creator_comment_scroller > ul > li:nth-child(1) > a span:before {
	content: " ";
}
#ATEDIN_system ul li.menu_SYSTEM-MODULES li.creator_comment_scroller > ul > li:nth-child(2) > a span:before {
	content: " ";
}

/*------- */

.commentScroller {
	border: 1px solid #ddd;
	list-style-type: none;
	overflow: hidden;
	display: block;
	position:relative;

}
.commentScroller > div.content {
	overflow: hidden;
	display: none;
}
.commentScroller > div.content > div {
	float: left;
	width: 50%;
}
.commentScroller > div.content a {
	float: left;
	width: 50%;
	display: block;
	position: relative;	
	color: #41392e;
	padding: 0;
	margin: 0;

}
.commentScroller > div.content a img {
	width: 100%;
}
.commentScroller > div.content a:hover {
	color: #41392e;
}

.commentScroller > div.content > div span {
	display: block;
	text-align: justify;
	padding: 1.5em;
}
.commentScroller > div.content > a > div  {
	font-family: 'Dosis', sans-serif;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	text-align: center;
	padding: 1em;
	font-style: italic;
	font-weight: bold;
}
/* RESPONSIVE */
@media screen
and (max-width: 360px) {

	.commentScroller > div.content > a > div  {
		font-size: 0.85em;
	}
	.commentScroller > div.content > div span {
		font-size:: 1.2em;
	}
	.commentScroller > div.content > div {
		float: none;
		width: auto;
	}
	.commentScroller > div.content a {
		float: none;
		width: auto;
	}
}

@media screen
and (min-width: 361px)
and (max-width: 768px) {
	.commentScroller > div.content > a > div  {
		font-size: 0.9em;
	}

	.commentScroller > div.content > div span {
		font-size: 1.1em;
	}
	.commentScroller > div.content > div {
		float: none;
		width: auto;
	}
	.commentScroller > div.content a {
		float: none;
		width: auto;
	}

}

@media only screen
and (min-width : 769px) 
and (max-width : 993px) {
	.commentScroller > div.content > a > div  {
		font-size: 1.5em;
	}

	.commentScroller > div.content > div span {
		font-size:: 1.1em;
	}
}

@media only screen
and (min-width : 994px) {
	.commentScroller > div.content > a > div  {
		font-size: 1.5em;
	}

	.commentScroller > div.content > div span {
		font-size: 1.1em;
	}
	
}

/* 2014 RESPONSIVE END */

