﻿.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.news_rss {
	text-align: right;
	margin-bottom: 8px;
}

.blog-page a,
.blog-page span {
	display: inline-block;
	border: 1px solid #e7e7e7;
	padding: 5px 15px;
	margin: 0 6px 6px 0;
	color: #969696;
	transition: all ease-in 200ms;
	height: 45px;
	min-width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blog-page a,
.blog-page a:link,
.blog-page a:active,
.blog-page a:visited {
	color: #969696;
	transition: all ease-in 200ms;
}

.blog-page a:hover,
.blog-page span {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: #FFF;
	text-decoration: none;
}

.blog-page em,
.blog-page i {
	font-style: normal;
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
}

.blog-page .disabled {
	pointer-events: none;
	cursor: default;
	background-color: transparent;
	border-color: #d2d2d2;
	color: #d2d2d2;
}

.blog-page .index.disabled {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: #FFF;
}

.SBH-blog-list01 .list-images img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.SBH-blog-list01 .list-gallery {}

.SBH-blog-list01 .list-meta {
	padding: 30px;
	border: 1px solid #eeeeee;
	border-top: none;
	margin-bottom: 50px;
}

.SBH-blog-list01 .list-viewinfo {
	margin: 0 0 10px;
	color: #888888;
}

.SBH-blog-list01 .list-viewinfo .svg-icon {
	margin-right: 8px;
	color: var(--accent-color);
	vertical-align: middle;
	margin-bottom: 2px;
}

.SBH-blog-list01 .list-viewinfo .sep {
	color: #d2d2d2;
	padding: 0 15px;
}

.SBH-blog-list01 .list-viewinfo a {
	color: currentColor;
}

.SBH-blog-list01 .list-viewinfo a:hover {
	color: var(--accent-color);
}

.SBH-blog-list01 .list-title {
	color: #000000;
	font-size: 24px;
	margin: 0 0 20px;
}

.SBH-blog-list01 .list-title a {
	color: #000000;
}

.SBH-blog-list01 .list-title a:hover {
	color: var(--accent-color);
}

.SBH-blog-list01 .list-btn {
	font-size: 18px;
	color: #000000;
	font-family: var(--family2);
	display: inline-block;
	margin-top: 15px;
}

.SBH-blog-list01 .list-btn:hover {
	color: var(--accent-color);
}

.SBH-blog-list01 .list-btn .svg-icon {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 5px;
}

/*blog-detail*/

.SBH-blog-detail01 .detail-gallery {
	margin-bottom: 32px;
}
.SBH-blog-detail01 .detail-images img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.SBH-blog-detail01 .detail-title {
	font-size: 28px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 50px;
}

.SBH-blog-detail01 .detail-viewinfo {
	margin: 0 0 15px;
	color: #888888;
}

.SBH-blog-detail01 .detail-viewinfo .svg-icon {
	margin-right: 8px;
	color: var(--accent-color);
	vertical-align: middle;
	margin-bottom: 2px;
}

.SBH-blog-detail01 .detail-viewinfo .sep {
	color: #d2d2d2;
	padding: 0 10px;
}

.SBH-blog-detail01 .detail-viewinfo a {
	color: currentColor;
}

.SBH-blog-detail01 .detail-viewinfo a:hover {
	color: var(--accent-color);
}

.SBH-blog-detail01 .detail-description h3{
	font-size: 24px;
	margin-bottom: 26px;
}

.SBH-blog-detail01 .detail-description * + h3{
	margin-top: 50px;
}

.SBH-blog-detail01 .custom-dot-list{
	margin-bottom: 20px;
}
.SBH-blog-detail01 .detail-description h4{
	font-size: 20px;
}
.SBH-blog-detail01 .detail-description h5{
	font-size: 18px;
}
.SBH-blog-detail01 .detail-description h6{
	font-size: 16px;
}

.SBH-blog-detail01 .detail-info .sep:last-child {
	display: none;
}

.SBH-blog-detail01 .detail-description,
.SBH-blog-detail01 .detail-sharing {
	margin-bottom: 26px;
}

.SBH-blog-detail01 .detail-description p {}

.SBH-blog-detail01 .detail-description img {
	max-width: 100%;
	height: auto !important;

}

.SBH-blog-detail01 .detail-heading {
	background-color: #f4f4f4;
	padding: 14px 18px;
	font-size: 18px;
	color: var(--accent-color);
	font-weight: normal;
	margin-bottom: 20px;
}

.SBH-blog-detail01 .detail-author {
	min-height: 135px;
	margin-bottom: 50px;
}

.SBH-blog-detail01 .author-portrait {
	width: 132px;
	height: 132px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 18px;
	overflow: hidden;
}

.SBH-blog-detail01 .author-portrait img {
	max-width: 100%;
}

.SBH-blog-detail01 .author-right {
	overflow: hidden;
}

.SBH-blog-detail01 .author-title {
	margin: 0px 0px 5px;
	font-size: 14px;
	color: #555555;
}

.SBH-blog-detail01 .author-description p {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}

.SBH-blog-detail01 .share-box {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.SBH-blog-detail01 .share-box:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #fff;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	position: absolute;
	top: 100%;
	left: 26px;
	margin-top: 2px;
	z-index: 2;
	opacity: 0;
}

.SBH-blog-detail01 .share-box:hover:before {
	opacity: 1;
}

.SBH-blog-detail01 .share-box .fa.fa-caret-down {
	position: relative;
	top: 1px;
	margin: 0;
}

.SBH-blog-detail01 .share-box .addthis_toolbox,
.SBH-blog-detail01 .share-box .addthis_button {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFF;
	opacity: 0;
	visibility: hidden;
	display: none;
	padding: 5px;
	margin-top: 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: all ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: all ease-in 200ms;
	/* Opera */
	-ms-transition: all ease-in 200ms;
	/* IE9? */
	min-width: 100px;
	margin-right: -1000px;
	z-index: 1;
}

.SBH-blog-detail01 .share-box .addthis_counter.addthis_pill_style {
	display: inline-block !important;
}

.SBH-blog-detail01 .share-box:hover .addthis_toolbox,
.SBH-blog-detail01 .share-box:hover .addthis_button {
	opacity: 1;
	visibility: visible;
	display: block;
}

.SBH-blog-detail01 .share-box:hover:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -15px;
	right: -15px;
	bottom: -20px;
}



.SBH-blog-detail01 .comments-post {
	position: relative;
	padding-left: 148px;
	min-height: 120px;
}

.SBH-blog-detail01 .comments-portrait {
	width: 148px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.SBH-blog-detail01 .comments-portrait img {
	width: 81px;
	height: 81px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin-bottom: 10px;
}

.SBH-blog-detail01 .comments-main {
	padding: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 40px;
	background-color: #FFF;
	position: relative;
}

.SBH-blog-detail01 .comments-main:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 35px;
	margin-right: -4px;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background-color: #FFF;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.SBH-blog-detail01 .comments-info {
	text-align: right;
	padding-top: 20px;
	line-height: 32px;
	margin-bottom: -3px;
	position: relative;
	z-index: 1;
}

.SBH-blog-detail01 .comments-info .reply-btn.active {
	height: 31px;
	line-height: 31px;
	padding: 0px 10px;
	background-color: #fcfcfc;
	border: 1px solid #f5f5f5;
	border-bottom: none;
	display: inline-block;
	vertical-align: inherit;
}

.SBH-blog-detail01 .comments-reply {
	background-color: #fcfcfc;
	border: 1px solid #f5f5f5;
	padding: 20px;
}

.SBH-blog-detail01 .reply-post {
	position: relative;
	padding: 0px 0px 0px 150px;
	min-height: 105px;
	margin-bottom: 30px;
}

.SBH-blog-detail01 .reply-portrait {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #666666;
	text-align: center;
	max-width: 130px;
}

.SBH-blog-detail01 .reply-portrait img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 10px;
}

.SBH-blog-detail01 .reply-main {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.SBH-blog-detail01 .reply-main {}

.SBH-blog-detail01 .reply-main:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 45px;
	margin-right: -4px;
	background-color: #f5f5f5;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.SBH-blog-detail01 .reply-info {
	text-align: right;
	margin-top: 20px;
	margin-bottom: -3px;
	position: relative;
	z-index: 1;
}

.SBH-blog-detail01 .reply-info .reply-btn.active {
	height: 31px;
	line-height: 31px;
	padding: 0px 10px;
	background-color: #fcfcfc;
	border: 1px solid #f5f5f5;
	border-bottom: none;
	display: inline-block;
	vertical-align: inherit;
}

@media only screen and (max-width: 767px) {
	.SBH-blog-detail01 .comments-post {
		padding-left: 0;
	}

	.SBH-blog-detail01 .comments-portrait {
		position: static;
		margin: 0px auto 25px;
	}

	.SBH-blog-detail01 .comments-main:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		top: -5px;
		left: 50%;
		margin: 0 0 0 -5px;
	}

	.blog-slider li {
		width: auto;
		display: block;
	}

	.SBH-blog-detail01 .reply-post {
		padding-left: 0;
	}

	.SBH-blog-detail01 .reply-portrait {
		position: static;
		margin: 0px auto 25px;
	}

	.SBH-blog-detail01 .reply-main:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		top: -5px;
		left: 50%;
		margin: 0 0 0 -5px;
	}

	.SBH-blog-detail01 .reply-main,
	.SBH-blog-detail01 .comments-reply,
	.SBH-blog-detail01 .comments-main {
		padding: 10px;
	}

	.SBH-blog-detail01 .author-portrait {
		width: 60px;
		height: 60px;
	}
}

.SBH-blog-detail01 .leave-formlist {
	margin: 0 -23px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: 0;
}

.SBH-blog-detail01 .leave-formlist input[type="text"],
.SBH-blog-detail01 .leave-formlist input[type="email"],
.SBH-blog-detail01 .leave-formlist textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 14px 12px 14px 5px;
	margin: 0;
	border: 1px solid #e3e3e3;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1.2;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	/* Safari and Chrome */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100% !important;
	display: inline-block;
}

.SBH-blog-detail01 .leave-formlist li {
	padding: 0px 23px 23px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.SBH-blog-detail01 .leave-formlist .awaiting-msg {
	display: block;
}

.SBH-blog-detail01 .leave-formlist input[type="submit"] {
	background: var(--accent-color);
	border: none;
	color: #FFF;
	padding: 9px 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
}

.SBH-blog-detail01 .leave-formlist input[type="submit"]:hover {
	background: #333;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: background-color ease-in 200ms;
	/* Opera */
	-ms-transition: background-color ease-in 200ms;
	/* IE9? */
}

@media only screen and (max-width: 767px) {
	.SBH-blog-detail01 .leave-formlist li {
		width: 100% !important;
	}
}

.SBH-blog-detail01 .blog-comments-page {
	margin-bottom: 20px;
}

.SBH-blog-detail01 .blog-comments-page .pager {
	text-align: left;
}

.SBH-blog-detail01 .blog-comments-page .disabled {
	pointer-events: none;
	cursor: default;
	border-color: #d2d2d2;
	color: #d2d2d2;
	background-color: transparent;
}

.SBH-blog-detail01 .blog-comments-page .total {
	border-color: transparent;
	color: inherit;
	background-color: transparent;
}

.SBH-blog-detail01 .blog-comments-page span.index {
	color: #FFF;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.SBH-blog-detail01 .detail-Attachments {
	margin-bottom: 20px;

}

.SBH-blog-detail01 .detail-relatedlist ul {
	list-style: none;
	clear: both;
	margin: 0 -10px;
}

.SBH-blog-detail01 .detail-relatedlist:after {
	content: "";
	clear: both;
	display: block;
}

.SBH-blog-detail01 .detail-relatedlist .itme {
	padding: 0px 10px;
}

.SBH-blog-detail01 .detail-relatedlist .itme img {
	max-width: 100%;
}

.SBH-blog-detail01 .detail-relatedlist .itme h3 {
	margin: 0px;
	padding: 14px 0 8px;
	line-height: 1.2;
	color: #666666;
	font-size: 18px;
}

.SBH-blog-detail01 .detail-relatedlist .itme .info {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 8px;
	max-width: 80%;
	margin-bottom: 10px;
}

.SBH-blog-detail01 .detail-relatedlist .itme .sep {
	padding: 0px 4px;
	color: #999999;
}

.SBH-blog-detail01 .detail-relatedlist a,
.SBH-blog-detail01 .detail-relatedlist a:link,
.SBH-blog-detail01 .detail-relatedlist a:active,
.SBH-blog-detail01 .detail-relatedlist a:visited {
	color: #999999;
}

.SBH-blog-detail01 .detail-relatedlist h3 a,
.SBH-blog-detail01 .detail-relatedlist h3 a:link,
.SBH-blog-detail01 .detail-relatedlist h3 a:active,
.SBH-blog-detail01 .detail-relatedlist h3 a:visited {
	color: #666666;
}

.SBH-blog-detail01 .detail-relatedlist a:hover,
.SBH-blog-detail01 .detail-relatedlist h3 a:hover {
	color: var(--accent-color);
}

.SBH-blog-detail01 .detail-relatedlist a.more,
.SBH-blog-detail01 .detail-relatedlist a.more:link,
.SBH-blog-detail01 .detail-relatedlist a.more:active,
.SBH-blog-detail01 .detail-relatedlist a.more:visited {
	color: var(--accent-color);
	text-decoration: underline;
}

.SBH-blog-detail01 .detail-relatedlist a.more {
	padding: 20px 0;
	display: inline-block;
}

.SBH-blog-detail01 .blog-slider .slick-prev,
.SBH-blog-detail01 .blog-slider .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.SBH-blog-detail01 .blog-slider .slick-prev,
.SBH-blog-detail01 .blog-slider .slick-next,
.SBH-blog-detail01 .blog-slider .slick-prev:hover,
.SBH-blog-detail01 .blog-slider .slick-prev:focus,
.SBH-blog-detail01 .blog-slider .slick-next:hover,
.SBH-blog-detail01 .blog-slider .slick-next:focus {
	background-color: transparent;

}

.SBH-blog-detail01 .blog-slider .slick-prev:before,
.SBH-blog-detail01 .blog-slider .slick-next:before {
	border-color: #666;
	width: 20px;
	height: 20px;
	border-width: 3px;
	margin: -10px 0 0 -10px;
}

.SBH-blog-detail01 .blog-slider .slick-prev:hover:before,
.SBH-blog-detail01 .blog-slider .slick-next:hover:before {
	border-color: #333;
}

.author-social {
	margin-top: 20px;
}

.author-social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #f4f4f4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000000;
	margin: 0 4px 4px 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: all ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: all ease-in 200ms;
	/* Opera */
	-ms-transition: all ease-in 200ms;
	/* IE9? */
}

.author-social a:hover {
	color: #FFF;
	background-color: var(--accent-color)
}

/*blog search*/

.xblog_search {
	position: relative;
}

.xblog_search .NormalTextBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin: 0px;
	padding: 11px 50px 11px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	width: 100% !important;
	outline: none;
}

.xblog_search .CommandButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	border: none;
	background: none;
	text-indent: -999px;
	overflow: hidden;
}

.xblog_search .svg-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	text-align: center;
	color: var(--accent-color);
	font-size: 16px;
	pointer-events: none;
	vertical-align: middle;
}



/*formError*/
.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {
	z-index: 996;
}

.formErrorInsideDialog.formError {
	z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
	z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
	z-index: 5006;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	/*width: 150px;*/
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


@media (max-width: 767px) {

	.news_list .post_thum,
	.news_detail .post_thum {
		float: none !important;
	}

	.news_list .post_thum img,
	.news_detail .post_thum img {
		width: auto !important;
		max-width: 100% !important;
	}
}

.DnnModule-DNNGOxBlogSubscription input[type="text"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin: 0px;
	padding: 11px 50px 11px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	width: 100% !important;
	outline: none;
}

.DnnModule-DNNGOxBlogSubscription .validationEngineContainer>div {
	margin-bottom: 16px;
}

.DnnModule-DNNGOxBlogSubscription .name_field,
.DnnModule-DNNGOxBlogSubscription .email_field {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}

.DnnModule-DNNGOxBlogSubscription input[type="submit"] {
	padding: 9px 25px;
	margin: 0 0 8px;
	background-color: #565656;
	color: #FFF;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: background-color ease-in 200ms;
	/* Opera */
	-ms-transition: background-color ease-in 200ms;
	/* IE9? */
}

.DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover {
	background-color: #333;
}

.DnnModule-DNNGOxBlogSubscription .confirm-div {
	position: relative;
	padding-left: 20px;
}

.DnnModule-DNNGOxBlogSubscription .confirm-div input {
	position: absolute;
	top: 4px;
	left: 0;
	;
}


.detail-info .post_rating {
	display: inline-block;
	vertical-align: middle;
}

.detail-info .post_rating>.rating,
.detail-info .post_rating>.ratingText,
.detail-info .post_rating>.datasSent,
.detail-info .post_rating>.serverResponse {
	display: inline-block;
}

.detail-info .sep:last-child {
	display: none;
}




#comment_form .errorMsg {
	display: none;
	overflow: hidden;
}

#comment_form .errorMsg span {
	padding: 8px 16px;
	display: inline-block;
	background-color: #fff2f2;
	color: #e03d3d;
	margin: 5px 0 0;
	border-radius: 4px;
}

#comment_form .error {
	border-color: #e03d3d;
}


.DnnModule-DNNGOxBlogSubscription .formErrorContent {
	padding: 8px 16px;
	background-color: #fff2f2;
	color: #e03d3d;
	margin: 5px 0 0;
	border-radius: 4px;
}

.svg-icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: middle;
}


.xblog_search{
    margin: 0 0 50px;
}
.xblog_search .NormalTextBox{
	height: 66px;
	background-color: var(--accent-color);
	color: #FFF;
	border: none;
	padding: 0 25px;
	padding-right: 60px;
	font-size: 20px;
}
.xblog_search .CommandButton,
.xblog_search .svg-icon{
	width: 50px;
	color: #FFF;
}

.page_meta{
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:8px 10px;
	background:#F0F0F0;
	margin-bottom:15px;
}
.page_meta a{
	float:right;
}

.news_edit a{
	pointer-events: all;
}