/*---------------------- Category page ----------------------*/
.category-page {
	width: 100%;
}
.left-sitebar {
	width: 200px;
}
.content-page {
	float: right;
	width: 926px;
}
.breadcrumbs-page {
	float: left;
	width: 100%;
}
.breadcrumbs-page span {
	margin-right: 5px;
	font-size: 16px;
	color: #0000ff;
}
.breadcrumbs-page a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
h3.category-title {
	font-family: HelveticaBold;
	color: #00006a;
	font-size: 40px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	text-align: center;
}
p.category-txt {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.title-greyheader {
	width: 100%;
}
.title-greyheader h4 {
	width: 100%;
	float: left;
	color: #00006a;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-top: 3px;
	line-height: 28px;
	margin-bottom: 0;
}
.title-greyheader h4 span {
	font-weight: 400;
	font-size: 21px;
}
.blueline-category {
	background: #088aff;
	height: 50px;
	width: 100%;
	margin-top: 35px;
}
.blueline-category p {
	float: left;
	font-family: HelveticaBoldItalic;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	padding-left: 16px;
	margin: 0;
}
.select_perpage {
	float: right;
	margin-right: 15px;
	margin-top: 8px;
}
.select_perpage select {
	height: 33px;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding-left: 7px;
	font-size: 16px;
	color: #474747;
	line-height: 33px;
	font-style: italic;
}
.list-categoriesitems {
	width: 100%;
}
.categoriesitems-row {
	width: 100%;
	margin-top: 45px;
	align-items: flex-end!important;
	display: flex;
}
.categories-item {
	margin-right: 13px;
	width: 221px;
}
.categories-item:last-child {
	margin-right: 0;
}
.categories-item h5 {
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	color: #36312e;
	width: 100%;
}
.categories-item:hover h5 {
	color: #0000ff;
}
.categories-itembox {
	width: 100%;
	background: #fff;
	border: 2px solid #d8d8d8;
	height: 245px;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}
.categories-item:hover .categories-itembox {
	border: 2px solid #0000ff;
	outline: 1px solid #0000ff;
}
.categories-itembox img {
	padding: 2%;
	width: 96%;
}
.btn-viewdetails {
	font-family: HelveticaBoldItalic;
	width: 112px;
	height: 28px;
	line-height: 28px;
	background: #969595;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 9px;
	left: 53px;
}
.categories-item:hover  .btn-viewdetails {
	background: #0000ff;
}
.itempaginationview {
	width: 100%;
	margin-top: 55px;
	text-align: center;
}
.custom-banner {
	width: 1110px;
	border: 2px solid #d8d8d8;
	margin: 55px 15px;
}
.sitebar-body {
	width: 190px;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
.sitebar-title {
	background: #0000ff;
	width: 178px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding-left: 13px;
}
.sitebar-title span {
	display: inline-block;
	margin: 0 12px 0 10px;
}
.sitebar-title span img {
	height: 22px;
	width: auto;
}
.sitebar-title.featured span img {
	position: relative;
	top: 3px;
}
.sitebar-body ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sitebar-body ul li {
	height: 33px;
	line-height: 29px;
	border-bottom: 1px solid #d8d8d8;
}
.sitebar-body.featured ul li {
	height: 33px;
	line-height: 34px;
	border-bottom: 1px solid #d8d8d8;
	/* text-align: center; */
	text-transform: uppercase;
}
.sitebar-title.categories span img {
	position: relative;
	top: 4px;
}
.sitebar-body.categories ul li {
	height: 33px;
	line-height: 29px;
	border-bottom: 1px solid #d8d8d8;
}
.sitebar-body ul li:last-child {
	border-bottom: none;
}
.sitebar-body ul li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.sitebar-body ul li:hover a,
.sitebar-body ul li.active a {
	color: #0000ff;
}
.sitebar-body ul span.nav-icon {
	display: inline-block;
	margin: 0 10px 0 8px;
	width: 22px;
}
.sitebar-body ul span.nav-icon img {
	height: 22px;
	width: auto;
	position: relative;
	top: 4px;
}
.categories .sitebar-body ul span.nav-icon img {
	height: 22px;
	width: auto;
	position: relative;
	top: 5px;
}