.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.clear {
	clear: both;
}
.main-content-plugin{
	padding:20px;
	padding-top: 40px;
	margin: 0 auto;
}

.entry-content-plugin h1{
	margin-bottom: 30px;
}

.split-content-plugin{
	width:90%;
	margin-top: 20px;
}

.split-content-plugin div{
	width: 40%;
	float: left;
}

.entry-content-plugin .tab {
	float: left;
}

.company-logo-plugin{
	float:left; 
	width:25%; 
	margin-right:10px;
}

.content-company-plugin{
	float: left;
	width: 70%;
}

.resource-thumb{
	width:30%;
	float: left;
	margin-right: 20px;
}

.resource-thumb img{
	width: 100%;
	height: auto;
}

.company-category-listing{
	display: block;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.company-category-listing p{
	width: 100%;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* Search Box */

.sortby-container {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.searchbox {
	background: #BCBCBC;
	width: auto;
	padding: 20px;
	height: auto;
	margin-bottom: 30px;
}

.searchbox a {
	color: black;
}

#searchform {
	width: 100%;
	margin: 0 0 10px 0;
}

#searchform input[type='submit'] {
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
	background-color: #d2d2d2;
	color: #000;
	box-shadow: none;
	border: none;
}

.search_buyers {
	float: right;
}

.search_buyers input[type='text'] {
	background: #686868;
	color: #fff !important;
	width: 350px!important;
	min-height: 22px;
	display: block;
}

.searchbox .alpha_link {
	text-transform: uppercase;
}

.searchbox .alpha_link-text {
	color: #595959;
	text-decoration: underline;
	text-transform: uppercase;
}

.product_view {
	float: left;
}

.product_view select {
	background: #686868;
	color: #fff !important;
	min-width: 200px;
}

.searchbox_divider {
	margin: 20px 0;
	border: 1px solid #000;
}

.business_container {
	margin-bottom: 20px;
}

.business_container img {
	float: left;
	border: 1px solid #9E9E9E;
	margin: 0 20px 20px 0;
}

.business_container hr {
	border: 1px solid #9E9E9E;
}

.back-to, .back-to a {
	float: none !important;
}

.back-to {
	margin-bottom: 30px;
}

/* Search box drop down */

.view_menu {
	height: auto;
	width: 100px;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #01456C;
	font-family: Open Sans,sans-serif;
}

a.view_menu, a:hover.view_menu, a:focus.view_menu {
	color: #fff;
	text-decoration: none;
}

.cat_drop-list {
	width: 100%;
	max-width: 1120px;
	height: auto;
	background: #01456C;
	color: #fff;
	font-size: 12px;
	position: absolute;
	z-index: 99999;
	display: none;
	font-family: Open Sans,sans-serif;
	overflow-x: scroll;
	height:400px;
}

.cat_drop-list ul {
	margin: 0;
	padding: 0;
}

.cat_drop-list a {
	color: #fff;
}

.cat_drop-list a:hover {
	text-decoration: none;
}

.cat_drop-list .cat-item {
	width: 25%;
	height: auto;
	float: left;
	padding: 10px;
	list-style: none;
	margin: 0;
}

.cat_drop-list li > a {
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

.cat_drop-list .children li {
	width: 100%;
	padding: 0;
}

.cat_drop-list .children a {
	width: 100%;
	font-size: 12px;
	border-bottom: none;
}


/* Detail styles */

.tab-hide{
	display: none;
}

.tab-links{
	float: left;
	width: 100%;
}

.tab-links-right{
	float: right!important;
	width: 74%!important;
}

.tab-links a{
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
	background-color: #d2d2d2;
	color: #000;
}

.tab-links a.active{
	background-color:#666;
	color: #fff;
}

.tab h3{
	margin-top: 20px;
}

.cat-resource{
	margin-top: 10px;
}

.cat-resource h4 a:hover{
	color: blue;
}

#processing-logos{
	max-width: 1200px;
	width: 100%;
}
#processing-logos .column{
	width:33%;
	float:left;	
	min-width:230px;
}
#processing-logos .column img{
	width:80%;	
	margin:0 auto;
	display:block;
	max-width:250px;
}


/* Responsive Styles */

@media screen and (max-width: 1200px) {

	.cat_drop-list {
		max-width: 90%;
	}

	.cat_drop-list .cat-item {
		width: 30%;
	}
}

@media screen and (max-width: 1038px) {
	.company-logo-plugin {
		margin-right: 0;
}

@media screen and (max-width: 810px) {

	/* Listing Sale */
	.company-logo-plugin {
		width: 100%;
		float: none;
	}

	.company-logo-plugin img {
		width: 100%;
	}

	.split-content-plugin div {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 766px) {

	.cat_drop-list .cat-item {
		width: 50%;
	}
}

@media screen and (max-width: 568px) {

	.cat_drop-list {
		max-width: 85%;
	}

	.cat_drop-list .cat-item {
		width: 100%;
	}
}

@media screen and (max-width: 540px) {

	/* Listing Page */
	.search_buyers, .product_view {
		float: none;
		min-height: 60px; 
	}

	.search_buyers {
		padding-bottom: 20px;
		border-bottom: 2px solid #000;
	}

	.search_buyers input[type="text"] {
		width: 70%;
	}

	.product_view {
		margin-top: 25px;
	}

	.product_view select {
		width: 90%;
	}

	.business_container img {
		width: 100%;
	}

	.content-company-plugin {
		width: 100%;
	}

	.split-content-plugin div {
	}

	.tab-links-right {
		float: none !important;
		width: 100% !important;
	}

}

@media screen and (max-width:775px){
	#processing-logos .column{
		width:100%;	
	}
	#processing-logos .column img{
		max-width:230px;	
	}
}