.sub-banner {
	height: 200px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub-banner {
	background-position: 50% 0%;
	background-image: url(../images/products/sub-banners.jpg);
}
.sub-banner-title {
	padding-top: 40px;
	padding-left: 20px;
    float: left;
    vertical-align: middle;
}
.sub-banner-title h1 {
	color: #fff;
    letter-spacing: 7px;
    float: left;
    font-size: 48px;
    font-weight: 200;
}
.p-catalog {
	
}
.togglable {
	display: none;
	background-color: #f6f6f6;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px
}
/*
.togglable a span.arrow-button {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	left: 30px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	border-top: none;
	border-bottom: 4px dashed;
}
.togglable a.collapsed span.arrow-button {
	border-bottom: none;
    border-top: 4px dashed;
}
*/
.sidebar-left .togglable h5 {
	margin: 0px
}
/*
.sidebar-left .togglable ul {
    padding-bottom: 10px;
}
*/
.togglable a h5:after {
	font-family: "FontAwesome";
    content: "\f139";
	display: inline-block;
    position: absolute;
	vertical-align: middle;
    right: 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
	color: #eba92d;
}
.togglable a.collapsed h5:after {
    content: "\f13a";
}
.sidebar-left h5 {
	margin: 20px 10px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #6d6e71;
}
.sidebar-left .togglable h5 {
	padding: 14px 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #6d6e71;
}
.sidebar-left ul li {
	font-weight: 500;
	color: #231f20;
    padding: 10px 50px;
}
.sidebar-left ul li.active {
	background-color: rgba(229,229,230,0.50);
}
.sidebar-left .togglable ul li.active {
	color: #fff;
	background-color: #eba92d;
}
.sidebar-middle h4 {
	color: #000;
	font-family: 'metropolis-semibold';
    letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 30px
}
.sidebar-middle h5 {
	font-size: 14px;
	margin-top: -25px;
	margin-bottom: 15px;
	color: #000;
	font-family: 'metropolis-bold';
}
ul.sidebar-list {
	padding: 60px;
	color: #6d6e71;
	list-style: disc;
	line-height: 25px;
	text-indent: 15px
}
ul.sidebar-list2 {
	float: none;
	color: #6d6e71;
	list-style: disc;
	line-height: 25px;
	list-style-type: lower-latin;
	padding-left: 30px;
	text-indent: 5px
}

.sidebar-middle .p-boxes {
	padding: 0px;
	border: solid #c1c2c4 1px;
	margin: 0 -10px 12px -10px
}
.sidebar-middle .p-boxes img {
	border-bottom: solid #c1c2c4 1px
}
.sidebar-middle .p-boxes p {
	margin: 15px auto 15px
}
.p-boxes {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding-bottom:20px;
	margin-bottom: 10px;
	width: 100%
}

.p-boxes p {
	margin: 20px auto 25px;
	font-weight: 500;
	font-size: 14px;
	text-align: center
}

.p-boxes img {
	width: 100%
}