/* Content Aricle CSS */
#rstpl-com_content h1 {
	font-size: 3.75em;
	line-height: 1em;
	margin-bottom: .5em;
}
#rstpl-com_content h2 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: .5em;
}
#rstpl-com_content h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: .5em;
}
#rstpl-com_content .btn-group > .btn {
	border-radius: 0;
	padding: 5px 10px;
}
#rstpl-com_content .btn-group > .btn:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#rstpl-com_content .btn-group > .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
[dir="rtl"] #rstpl-com_content .btn-group > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
[dir="rtl"] #rstpl-com_content .btn-group > .btn:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#rstpl-com_content .caret {
	margin-left: 2px;
}
.content-category table {
	border-collapse: collapse;
	border-radius: 0;
	margin-bottom: 3.75em;
}
#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-bottom: 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: middle;
}
[dir="rtl"] .article-info [class^="icon-"], [dir="rtl"] .article-info [class*=" icon-"] {
	margin-left: 5px;
	margin-right: 0;
}
.article-info dd, .article-info dt {
	display: inline-block;
	margin-left: 12px;
}
[dir="rtl"] .article-info dd, [dir="rtl"] .article-info dt {
	margin-left: 0;
	margin-right: 12px;
}
.article-info dd:first-child {
	margin-left: 0;
}
[dir="rtl"] .article-info dd:first-child {
	margin-right: 0;
}
.article-info .article-img {
	margin-left: 5px;
	max-width: 150px;
	width: 20px;
}
.pager li > a, .pager li > span {
	border-radius: 4px;
}
.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-radius: 4px;
	height: 35px;
	line-height: 32px;
}
.blog-featured .readmore {
	margin-bottom: 2em;
}
.blog-featured [class*="leading-"] {
	background-image: url(../../images/triple-border-bot.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-bottom: 2em;
}
/* 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 */