/* Reusable column setup */
.col {
	border:0px solid rgba(0,0,0,0);
	float:left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	box-sizing:border-box;
		-moz-background-clip:padding-box !important;
		-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
	
	margin-bottom:25px !important;
	
	/*margin-right:40px;*/
}

.col-single{
	padding-right:0px !important;
}

.col-last{
	padding-right:0px !important;
	padding-left:20px;
}

#sliding-panel > div,
#wrapper-1012 {	
	width:1012px !important;
}

#woocommerce-top-bar,
#top-notification-box {
	min-width:1012px !important;	
}

#page-title-wrapper,
#first-header,
#footer-wrapper,
#sliding-panel {
	min-width:1012px !important;
}

#top-notification-box > div {
	width:930px !important;
}

#sliding-panel > div > div,
#page-title-wrapper > div,
header#first-header > div {
	width:960px !important;
}

#page-content p {
	width:100%;
}

/*standard def.*/
.row {
	margin-left:-0px;
}

.col {
	border-left-width:0px;  
	padding-right:20px;
}
	
.span_4-2 {
	width:50%;
}
.span_4-4 {
	margin-left:0;
	width:100% !important;
}

/*android width issue for p tags*/
#page-content p {
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}