/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.menu-item.active a {
	color: #90cc55 !important;
}

.navigation-brand .brand-logo .logo img {
	max-width: 100%;
/*margin: 0 auto;*/
	margin-left: 10px;
	margin-bottom: 6px;
	height: auto;
}

.navigation-header .navigation-bar > .menu-item > a {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 40px;
}

.solnsvc-col1 {
	background-image: url("/wp-content/uploads/2016/03/soln-split1.jpg");
	background-position: right top;
}

.solnsvc-col2 {
	background-image: url("/wp-content/uploads/2016/03/soln-split2.jpg");
	background-position: center bottom;
}

.solnsvc-col3 {
	background-image: url("/wp-content/uploads/2016/03/soln-split3.jpg");
	background-position: right top;
}

.prod-col1 {
	background-image: url("/wp-content/uploads/2016/03/prod-split1.jpg");
	background-position: center center;
}

.prod-col2 {
	background-image: url("/wp-content/uploads/2016/03/prod-split2.jpg");
	background-position: top center;
}

.prod-col3 {
	background-image: url("/wp-content/uploads/2016/03/prod-split3.jpg");
	background-position: top right;
}

.custproj-col1 {
	background-image: url("/wp-content/uploads/2016/03/cust-split1.jpg");
	background-position: top center;
}

.custproj-col2 {
	background-image: url("/wp-content/uploads/2016/03/cust-split2.jpg");
	background-position: bottom right;
}

.custproj-col3 {
	background-image: url("/wp-content/uploads/2016/03/cust-split3.jpg");
	background-position: top center;
}

.page-mediumtext1  p {
	font-size: 25px;
	line-height: 29px;
	font-weight: 300;
	font-family: Lato;
	color: rgb(255,255,255);
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.498039) 0 2px 5px;
	margin: 0;
	white-space: nowrap;
	background-color: transparent;
	border-width: 0;
	border-color: rgb(255,255,255);
	border-style: none;
}

.page-lg-mediumtext1  p {
	font-size: 37px;
	line-height: 43px;
	font-weight: 300;
	font-family: Lato;
	color: rgb(255,255,255);
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.498039) 0 2px 5px;
	margin: 0;
	white-space: nowrap;
	background-color: transparent;
	border-width: 0;
	border-color: rgb(255,255,255);
	border-style: none;
}

.page-smalllightwhite1 p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	font-family: Lato;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0;
	background-color: transparent;
	border-width: 0;
	border-color: rgb(255,214,88);
	border-style: none;
}