/* article list */
	.article-tab {
		padding: 10px;
		background: #fff;
		margin-bottom: 20px;
		-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
	}
	.article-tab .article-title {
		margin: 5px 0;
	}
	.article-tab .article-title a {
		color: inherit;
	}
	.article-tab .articletab-date {
		margin-bottom: 5px;
	}
	.article-tab .article-image {
		margin: 0 5px 5px 0;
	}
	.article-tab .article-description {
		text-align: justify;
		margin-bottom: 5px;
	}
	.article-tab .article_tags_block {
		height: 26px;
		overflow: hidden;
	}
	@media(min-width: 992px){
		.article-tab .article-description {
			height: 267px;
			overflow: hidden;
		}
	}
/**/

/* filter block */
#filter_sort {
	margin-bottom: 15px;
}
#filter_sort h5 {
	margin: 0  0 5px 0;
}
/**/
.article_block {
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}
.article_block .article_image {
	display: block;
}
.article_block .article_image img {
	width: 100%;
}
.article_block .article_info {
	padding: 0 10px 10px 10px;
}
.article_block .article_info h3 {
	margin-top: 10px;
	font-size: 20px;
	color: #f37d8b;
}
.article_block .article_info h3 a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.article_block .article_info .article_preview {
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_block .article_info .btn_block {
	margin-top: 10px;
	text-align: center;
}
#article_block .main_description_wrapper {
	margin-bottom: 15px;
	text-align: justify;
}
#article_block .author_info {
	margin-bottom: 15px;
}
#article_block .author_info .author_name {
	color: gray;
	font-weight: bold;
}
#article_block .author_info .author_post {
	color: gray;
}
#article_block #main_star_rating {
	margin-bottom: 15px;
}
#tag_filter_block .tag_btn {
	outline: none;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 1px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #eee;
	text-transform: lowercase;
	margin: 2px;
	background: linear-gradient(to bottom, rgba(117,117,117,1) 0%, rgba(148,148,148,1) 51%, rgba(130,130,130,1) 100%);
}
#tag_filter_block .tag_btn.active {
	background: linear-gradient(to bottom, rgba(4,182,227,1) 0%, rgba(70,181,212,1) 44%, rgba(107,173,191,1) 100%);
}
#tag_filter_block h5 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 0;
	color: #545454;
	display: inline-block;
}
.article_tag {
	color: white;
	background: #e1e5ea;
	display: inline-block;
	margin-left: 0;
	border-radius: 5px;
	text-transform: lowercase;
}

.article_tag {
	color: white;
	background: #428bca;
	padding: 2px 5px;
	display: inline-block;
	margin: 2px;
	margin-left: 0;
	border-radius: 5px;
	text-transform: lowercase;
}
#tag_filter_block .tag_btn, .article_tag {
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	margin: 2px 2px 2px 0px;
	text-decoration: none;
	color: #39739d;
	background: #E1ECF4;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 2px 10px;
}
#tag_filter_block .tag_btn.active, .article_tag.active {
	background: linear-gradient(to bottom, rgba(4,182,227,1) 0%, rgba(70,181,212,1) 44%, rgba(107,173,191,1) 100%);
	text-decoration: none;
}
#tag_filter_block h5 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 0;
	color: #00bcb1;
	font-size: 18px;
}
.main-content .content ul.ya-share2__list{
	margin-top: 0;
	padding: 10px 0 0 0;
}
.backlight {
	color: #ffbe00 !important;
}
.rating i.active {
	color: rgb(255, 214, 1);
}
.rating_title {
	width: 115px;
	display: inline-block;
}
.rating_block input {
	display: none;
}
.rating_block {
	cursor: pointer;
}
.rating_block i {
	color: gray;
	cursor: pointer;
	font-size: 18px;
}
.rating_block i.rating_del:hover {
	color: red;
}

.rating_block[data-select="1"] i:nth-child(1) {
	color: #ffbe00;
}
.rating_block[data-select="2"] i:nth-child(-n+3) {
	color: #ffbe00;
}
.rating_block[data-select="3"] i.rating_unit:nth-last-child(n+6) {
	color: #ffbe00;
}
.rating_block[data-select="4"] i.rating_unit:nth-last-child(n+4) {
	color: #ffbe00;
}
.rating_block[data-select="5"] i.rating_unit {
	color: #ffbe00;
}

#tag_filter_block .tag_btn {
	outline: none;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 1px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #eee;
	text-transform: lowercase;
	margin: 2px;
	background: linear-gradient(to bottom, rgba(117,117,117,1) 0%, rgba(148,148,148,1) 51%, rgba(130,130,130,1) 100%);
}
#tag_filter_block .tag_btn.active {
	background: linear-gradient(to bottom, rgba(4,182,227,1) 0%, rgba(70,181,212,1) 44%, rgba(107,173,191,1) 100%);
}
#tag_filter_block h5 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 0;
	color: #545454;
	display: inline-block;
}
.article_tag {
	display: inline-block;
}
#tag_filter_block .tag_btn, 
.tag_btn,
.article_tag {
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	margin: 2px;
	text-decoration: none;
	color: #39739d;
	background: #E1ECF4;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 1px 6px;
}
#tag_filter_block .tag_btn.active, 
.article_tag.active {
	background: linear-gradient(to bottom, rgba(4,182,227,1) 0%, rgba(70,181,212,1) 44%, rgba(107,173,191,1) 100%);
	text-decoration: none;
}
#tag_filter_block h5 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 10px 5px 0;
	color: #00bcb1;
	font-size: 16px;
}
.main-content .content ul.ya-share2__list{
	margin-top: 0;
	padding: 10px 0 0 0;
}
.review-list .rating .active {
	color: #ffbe00;
}
#review_block #refresh_captcha_btn {
	width: auto;
	padding: 8px 15px;
}
#review_block {

}
#review_block .error {
	color: red;
	margin-bottom: 10px;
}
#review_block form {
	position: relative;
}
/* load animation */
#review_block .loading_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 20px;
}
#review_block .loading_block:after {
	content: "";
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: -moz-calc(50% - 15px);
	top: calc(50% - 15px);
	left: -webkit-calc(50% - 15px);
	left: -moz-calc(50% - 15px);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	border-top: 3px solid #e62e04;
	border-right: 3px solid #1ac104;
	border-bottom: 3px solid #e69904;
	border-left: 3px solid #04b3e6;
	z-index: 10px;
	-webkit-animation:fa-spin 1s infinite linear;
	-moz-animation:fa-spin 1s infinite linear;
	  -o-animation:fa-spin 1s infinite linear;
	     animation:fa-spin 1s infinite linear;
}
@-webkit-keyframes fa-spin{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@-moz-keyframes fa-spin{
	0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);transform:rotate(359deg)}
}
@-o-keyframes fa-spin{
	0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes fa-spin{
	0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
#review_block .captcha_block input {
	width: calc(100% - 205px);
	display: inline-block;
}
#review_block .captcha_block > * {
	vertical-align: top;
}
/* rating */
.rating_title {
	width: 75px;
	display: inline-block;
}
.rating_block input {
	display: none;
}
.rating_block {
	cursor: pointer;
}
.rating_block i {
	color: gray;
	cursor: pointer;
	font-size: 18px;
}
.rating_block i.rating_del:hover {
	color: red;
}
.rating_block[data-select="1"] i:nth-child(1) {
	color: #ffbe00;
}
.rating_block[data-select="2"] i:nth-child(-n+3) {
	color: #ffbe00;
}
.rating_block[data-select="3"] i.rating_unit:nth-last-child(n+6) {
	color: #ffbe00;
}
.rating_block[data-select="4"] i.rating_unit:nth-last-child(n+4) {
	color: #ffbe00;
}
.rating_block[data-select="5"] i.rating_unit {
	color: #ffbe00;
}
.share {
	margin: 10px 0;
}
.success_submit .form-control,
.success_submit p,
.success_submit button {
    display: inline-block;
    width: auto;
}

.success_submit .form-control {
	margin-right: 10px;
	margin-bottom: 7px;
}

.left, 
.right {
	display: inline-block;
	margin: 15px 25px 5px 0;
}
.box-news-carousel {
	background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: -1px 3px 13px 0px rgba(128, 128, 128, 0.32);
    -moz-box-shadow: -1px 3px 13px 0px rgba(128, 128, 128, 0.32);
    box-shadow: -1px 3px 13px 0px rgba(128, 128, 128, 0.32);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
}

.box-news-carousel h4 {
	height: 71px;
    overflow: hidden;
}
.box-news-carousel .news-date,
.box-news-carousel .news-viewed {
	font-size: 12px;
	color: #898e95;
}
.box-news-carousel .news-preview {
	font-size: 14px;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}