.supplier-listing-logo{
	max-width:100px;
	max-height:100px;
}
.divsupplier-listing-logo{
	border:1px solid #cccccc;
	height:150px;
	width:150px !important;
}
.divsupplier-listing-logo img, .divdirectory-listing-logo img{
	width:auto;
	max-width:150px !important;
}
.divsupplier-listing-logo td{
	vertical-align:middle !important;
}
.divsupplier-listing-logo a{
	color:#666666;
}
/*.row_1 li > div:first-child{
	width: 180px;
}*/
.row_1 > .col:nth-of-type(1) {
   margin-left:100px;
}
.row_1 ul.list_model li > div:nth-last-of-type(1){
	width:calc( 100% - 240px );
}
.list_model{
		margin-left:100px;
}
.list_model li > div:first-child{
	width:180px !important;
}
@media only screen and (max-width:1024px){
	.row_1 > .col:nth-of-type(1), .list_model{
		margin-left:0px;
	}
	
	.row_1 ul.list_model li > div:nth-last-of-type(1){
		width:calc( 100% - 180px );
	}
	
}
@media only screen and (max-width:500px) {
	.list_model li{
		border-bottom:0px !important;
	}
	.list_model li > div:first-child{
		width:100% !important;
	}
	.list_model .divdirectory-listing-logo{
		border:1px solid #cccccc;
		height:auto;
		width:100% !important;
	}
	.divsupplier-listing-logo{
		width:100% !important;
		border:0px;
		height:auto !important;
	}
	.row_1 ul.list_model li > div:nth-last-of-type(1){
		width:100% !important;
	}
	.list_model .title{
		font-size:1.2em;
	}
}