.page-template-page-template-application section#app, section#manufacturer{
	background: #edf3f8;
	margin-top: 0;
    padding-top: 110px;
}

.page-template-page-template-application .feature_box{
	background: #fff;
	padding: 5px;
}

.page-template-page-template-application .feature_box:hover{
	background: #fff
}

.page-template-page-template-application .feature_box .image{
	width: 55%;
	float: left;
}

.page-template-page-template-application .feature_box .info{
	width: 40%;
	float: right;
	padding-top: 20px;
	font-size: 13px;
}

.page-template-page-template-application .feature_box .info .title{
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

.page-template-page-template-application .feature_box .info .description{
	color: #5d5d5d;
}

.page-template-page-template-application .feature_slider .owl-theme .owl-controls{
	margin-top: 10px;
}

.page-template-page-template-application .feature_slider .owl-theme .owl-controls .owl-page.active span{
	background: #248aee;
}

.page-template-page-template-application .feature_slider .owl-theme .owl-buttons {
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-page-template-application .feature_slider .owl-theme .owl-buttons .owl-prev {
	position: absolute;
	left: -30px;
    top: 70px;
}

.page-template-page-template-application .feature_slider .owl-theme .owl-buttons .owl-next {
	position: absolute;
	right: -30px;
    top: 70px;
}

.page-template-page-template-application  .app-selection .selection-box {
	width: calc(33% - 10px);
	margin: 0 5px;
	margin-bottom: 10px;
}

.page-template-page-template-application  .app-selection .selection-box .info{
	background: #0195ff;
	color: #fff;
	padding: 0 35px;
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.page-template-page-template-application  .app-selection .selection-box .info img{
	width: 80%;
}
.page-template-page-template-manufacturer .filter-categories ul,
.page-template-page-template-application .filter-categories ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 60px;
}
.page-template-page-template-manufacturer .filter-categories ul,
.page-template-page-template-application .filter-categories ul{
	color: #00288b;
}
.page-template-page-template-manufacturer .filter-categories a,
.page-template-page-template-application .filter-categories a{
	font-size: 13px;
	text-transform: uppercase;
	color: #00288b;
}
.page-template-page-template-manufacturer .filter-categories a:hover,
.page-template-page-template-application .filter-categories a:hover{
	color: #248aee;
	display: inline-block;
	position: relative;
}
.page-template-page-template-manufacturer .filter-categories a:hover:after,
.page-template-page-template-application .filter-categories a:hover:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	border: 1px solid #248aee;
}

section#manufacturer .manufacturer-selection{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section#manufacturer .selection-box{
	width: calc(33% - 10px);
	margin: 0 5px;
	margin-bottom: 10px;
	padding: 100px 50px 25px;
	background: #fff;
}

section#manufacturer .selection-box .image{
	height: 150px;
}

section#manufacturer .selection-box .description{
	height: 140px;
	margin-bottom: 50px;
}

section#manufacturer .selection-box .a-link{
	color: #fff;
	background: #0195ff;
	text-align: center;
	font-size: 12px;
	display: block;
	width: 130px;
	line-height: 40px;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

section#manufacturer .heading.text-left {
	margin-bottom: 40px;
}


@media (max-width:768px) {
	.home-row3 .home-row1-col1.wpb_column > .vc_column-inner {
	    padding-right: 15px;
	}
}
