/* Content Aricle CSS */
#rstpl-com_content .page-header h1, #rstpl-com_content .page-header h2, 
#rstpl-com_content .page-header h1 a, #rstpl-com_content .page-header h2 a {
	display: table;
	width: 100%;
	text-align:center;
}
#rstpl-com_content .page-header h1:before, 
#rstpl-com_content .page-header h1:after, 
#rstpl-com_content .page-header h2:before, 
#rstpl-com_content .page-header h2:after {
	content: '';
	width: 20%;
	height:1px;
	background: url(../../images/1x1.png) repeat-x center center;
	display: table-cell;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity:.18;
}
#rstpl-com_content  .page-header h1:before, #rstpl-com_content  .page-header h2:before {
	border-right: 2rem solid transparent; 
}
#rstpl-com_content .page-header h1:after, #rstpl-com_content .page-header h2:after {
	 border-left: 2rem solid transparent; 
}
#rstpl-com_content h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: .5em;
}
#rstpl-com_content .btn-group > .btn:first-child, #rstpl-com_content .btn-group > .btn, #rstpl-com_content .btn-group > .btn:last-child {
	border-radius: 0;
	padding: 0 10px;
	margin-left: -4px;
}
#rstpl-com_content .caret {
	margin-left: 2px;
}
#rstpl-com_content .item-image {
	margin:.4rem .8rem 0 0;
}
#rstpl-com_content .item-image img{
	max-width:100%;
	width:100%;
}
.content-category table {
	border-collapse: collapse;
	border-radius: 0;
	margin-bottom: 3.75em;
	border:none;
}
.content-category table tr th, .content-category table tr td{
	border:none;
}
#rstpl-com_content .categories-list > div {
	margin-bottom: 1em;
}
#rstpl-com_content .categories-list > div:last-child {
	margin-bottom: 0;
}
#rstpl-com_content .dropdown-menu [class^="icon-"] {
	margin-right: 5px;
}
#rstpl-com_content .rstpl-image {
	width: 100%;
}
/* Content Aricle CSS */

/* Article css overwrite */
.page-header {
	border-bottom: 0;
	margin: 0;
	padding-bottom: 0;
}
.article-info {
	font-size: .9em;
	overflow: hidden;
}
.article-info [class^="icon-"], 
.article-info [class*=" icon-"] {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
}
.article-info dd, .article-info dt {
	display: inline-block;
	margin-right: 12px;
}
.article-info dd:first-child {
	margin-left: 0;
}
.article-info .article-img {
	margin-left: 5px;
	max-width: 150px;
	width: 20px;
}
.pager li > a, .pager li > span {
	border-radius: 0px;
	border-width:2px;
}
.pager li > a > i {
	font-size: .9em;
	vertical-align: middle;
}
.items-leading [class*="leading-"] {
	margin-bottom: 3.75em;
}
.rstpl-image {
	border: 1px solid #e0e0e0;
}
/* End Article css overwrite */

/* Featured Article css overwrite */
.blog-featured .article-info {
	border:none;
	height: 35px;
	line-height: 32px;
}
.blog-featured .readmore {
	margin-bottom: 2em;
}
.blog-featured [class*="leading-"] {
	padding-bottom: 4rem;
}
/* End Featured Article css overwrite */

/* Filter css overwrite */
.filter-search .chzn-container-single .chzn-single {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.filter-search {
	padding: 2%;
	background: none;
	border: 1px dashed #e0e0e0;
	border-radius: 0px;
}
.filter-search #rstpl-filter-btn {
	float: right;
	line-height: 1em;
	padding: 12px 15px;	
}
/* End Filter css overwrite */
@media (max-width: 1280px) {
	#rstpl-com_content .page-header h1::before, #rstpl-com_content .page-header h1::after, #rstpl-com_content .page-header h2::before, #rstpl-com_content .page-header h2::after {
		background-image:none;
	}
	#rstpl-com_content .page-header h1, #rstpl-com_content .page-header h2, #rstpl-com_content .page-header h1 a, #rstpl-com_content .page-header h2 a {
		display:inline-block;
		white-space:normal;
		text-align:center;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	#rstpl-com_content .page-header h1:before {
		margin-left:calc(-35%);
		text-align:right;
	}
	#rstpl-com_content .page-header h2:before {
		margin-left:calc(-25%);
		text-align:right;
	}
}