/*body background*/
body {
	background-image: initial;
	background-color: #999999;
}
/*everywhere*/
.clearfix{clear:both}
/*storefront*/
.store_catbuttons {text-align: center; padding-top: .5em;}
.catbutton{margin-bottom:5px;}
p, .store_contact {padding:.5em; font:13px arial,helvetica,clean,sans-serif;}
.store_contact div {margin-bottom: 2px;}
ul.frq-radios {list-style: none; padding: 0; margin: 0 0 8px 0;}
ul.frq-radios li {display: inline; margin-right: 8px;}
table.contacts td {vertical-align:top; padding: .5em;}
table.contacts .right {padding-left: 1.5em;}
/*square ui corners*/
.ui-corner-all {border-radius:0;}

.section{
	margin: 0 2px 5px;
}

.section p{
	font-size:1.2em;
}


/* Component containers*/
.ui-widget-header {background-color: #58585A; background-image: none; }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #58585A; border: solid 1px #595959; color:#FFFFFF; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{background:#43A047; color:#FFFFFF;}

/* icon defaults - arrow on acct menu and symbol on search button */
.ui-icon 
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_ffffff_256x240.png) !important;}

/* icon override for hover/selected when we need to have two color-states */
/*
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_ffffff_256x240.png) !important;}
*/
/*Background Image*/
.page {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(153, 153, 153);
	background-image: url(/storefronts/spx/images/bg-theme-chevron-default.jpg);
	margin: 0;
	min-height: 90vh;
}

.header{
	max-width:1150px;
	margin:auto;
}

.main{
	max-width:1100px;
	margin: auto;
}

/*links*/
.section a, #ti_nav_links a{
	color: #333;
	text-decoration: none;
}

.section a:hover, #ti_nav_links a:hover{
	text-decoration: underline;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #fafafa;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color: #30d437;} /*The "Orange" active links*/
.ui-state-active:hover a, .ui-state-active:hover a:link,.ui-state-active:hover a:visited{color: #fff;}

.fg-menu a:link,.fg-menu a:visited,.fg-menu a:active{color:#333;} /*Printed reports and similar links*/
.fg-menu a:hover{color:#fff;}
/*End Links*/
/* Header Section*/
.left_bg {
	background-color: #000;
	float: left;
	height: 95px;
	position: absolute;
	width: 50%;
	z-index: -10;
	left: 0;
	top: 0px;
}
.right_bg {
	background-color: #4D4D4D;
	float: left;
	height: 95px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50%;
	z-index: -9;
}
.center_bg {
	background: #000 url(/storefronts/spx/images/black_chevron.png) scroll right no-repeat;
	height: 65px;
	margin: 0 auto;
	padding: 15px 0;
	width: 925px;
}
.logo-wrapper{
	max-width:100%;
	padding:0 30px;
}
.logo-wrapper img{max-width:100%;}
@media (max-width: 925px) {
	.left_bg, .right_bg {
		display: none;
	}
	.center_bg{
		width: 100vw;
		min-width: 200px;
	}
}
/* End Header Section*/
/*Products section*/
.product-brand{margin:5px;}
.brand-title{margin: 30px 0 0 30px;}
.brand-subwrapper{display:flex;}
.brand-text{
	padding:5px 30px;
	flex:2;
}
.brand-images-wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	flex:1;
	/* align-items: flex-start; */
}
.brand-images{width:calc(50% - 30px);}
.brand-images img{
	max-width:100%;
	border: 2px solid #646464;
	border-radius: 2px 10px;
	background:#fff;
}

#wcb2{display:none;}
@media (max-width:770px){
	.brand-subwrapper{flex-direction:column;}
	.brand-text, .brand-images-wrapper{flex:1;}
	.brand-images{width:calc(25% - 30px);}
}
@media (max-width:510px){
	#wcb1{display:none;}
	#wcb2{display:block;}
}
/*End products section*/
/*Start Company*/
.company-wrapper{display:flex;}
.company-text{
	flex:3;
	margin:0 5px;
}
.company-image-wrapper{
	flex:1;
	margin:15px 5px 0;
}

.company-image-wrapper img{max-width:100%;}

@media (max-width:815px) {.company-text{flex:2;}}
@media (max-width:580px) {.company-wrapper{flex-direction:column;}}
/*End Company*/
/* Contacts div*/
.SPX-contacts {
	margin: auto;
	height:100%;
	overflow:hidden;
	text-align: center;
}

.SPX-contacts::after {
	content:"";
	display: inline-table;
}

.SPX-contacts-block {
	max-width: 50%;
	display: inline-block;
	margin: 10px;	
	text-align: left;
	vertical-align:top;
}

.social-media{
	text-align:center;
}
.fa{font-size:25px;}
.fa-twitter-square{color:#55acee;}
.fa-linkedin-square{color:#0077b5;}
.fa-youtube-play{color:#b31217;}
@media (max-width: 635px) {
	.SPX-contacts-block {
		max-width: initial;
		display: block;
		padding-left: 30px;
	}
	.social-media{
		text-align:left;
		padding-left:40px;
	}
}
/*end contacts div*/