div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.preview-shadow-bottom{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	/*background-image: url("/images/bottom-fade2.png");*/
	background-origin: padding-box;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	bottom: 0;
	height: 80px;
	/*position:absolute;*/
	width: 100%;
	z-index: 9;
}
.preview-shadow-bottom.readmore-js-toggle > a {
	position: relative;
	top: 10px;
	width: 15%;
	float: right;
}
.awe-btn {
	display: inline-block;
	background: 0 0;
	border: 1px solid #0091ea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal;
	padding: 3px 1px;
	text-align: center;
	font-size: 13px;
	color: #666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none! important;
}
.awe-btn.awe-btn-style2 {
	border: 0;
	border-bottom: 1px dashed #26bdf7;
	color: #26bdf7;
}
.awe-btn.awe-btn-style2.readmore-js-toggle {
	width: 15%;
	float: right;
	position: relative;
}
#comments .comment-text .star-rating {
	float: right;
	color: #ffb300;
}
ul,ol {
	margin: 0 !important;
}
.reviews {margin-top: 20px;}
.fa-star {color: #db402b;}