@charset "utf-8";
/* CSS Document */
.vendor{
	width: 1140px;
	min-height: 320px;
	background-color: #EDEDED;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.50);
}
.vendor:hover{
	background-color: rgba(179,255,182,0.25);
}

.Vbut{
	width:calc(15% - 54px);
	display: inline-block;
	vertical-align: top;
	margin:20px 10px;
	padding: 12px 15px;
	transition: 0.5s;
	border-radius: 5px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	border: 2px solid #AAAAAA;
}
.Vbut:hover {
/*border: 0px solid #FFFFFF;*/
background-color: #AAAAAA;
transition: color 0.5s,background-color 0.5s; 
font-weight: bold;
}
.vendorIMG{
	padding-top: 40px;
	padding-left: 10px;
	width: 190px;
	float: left;
}
.vendorIMG img{
	width: 130px;
	height: 130px;
}
.vendorCOUNT h2{
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid #DB3F43;
}
.vendor p{
	font-size: 20px;
}
.vendorCOUNT{
	padding-top: 10px;
	padding-left: 10px;
	width: 460px;
	float: left;
}

.vendorCOUNT1{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 490px;
	float: left;
}
.vendorCOUNT1 h6{
	font-size: 20px;
}
.vendorCOUNT2{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 490px;
	float: left;
}
.vendorCOUNT2 h6{
	font-size: 16px;
}

.va{
	display: block;
	color: #000000;
	text-decoration: none;
}
.va:hover{
	display: block;
	text-decoration: none;
	color: #19059E;

/*	background-color: #FF0004;*/
/*	min-height: 150px;*/
}
.vendorP{
	display: none;
}
.venBtn2{
	display: none;
}

.dmImg img{
	max-width: 100%;
	height: auto;
	display: block;
}

/*---*/

.venBtn1 ul li{
    margin:10px;
    border-bottom: 1px solid #ccc;
}
.venBtn1 ul li .btn-default{
    background-color: rgba(255,255,255,0.00);
    border-color: rgba(255,255,255,0.00);
    border-radius: 0px;
}
.venBtn1 ul li .btn-default:hover{
    background-color: rgba(255,255,255,0.00);
    
    border-radius: 0px;
}
.vendor1{
	padding: 40px 0px 0px 0px;
}

.vendor1 .v1-frame{
    margin-bottom: 10px;
    overflow:hidden;
	border-radius: 10px;
	box-shadow: 0px -7px 20px 10px rgba(205,205,205,0.50);
}
.vendor1 .v1-a{
    margin: 35px 0px 35px 0px;
}
.vendor1 .v1-a img{
    width: 100px;
    height: 100px;
    margin-left: 15px;
}
.v1-abc-1 h5{
	margin-bottom: 10px;
}

.v1mb{
	display: none;
}

/*---*/
.venInfo p{
    font-size: 18px;
}
.venInfo .venID{
    font-size: 22px;
}
.bigIMG{
    margin-bottom: 10px;
}
.bigIMG img{
    width: 150px;
    height: 150px;
}
.venBack{
    margin-top: 50px;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
.bigIMG{
    text-align: center;
}
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
.Vbut{
	width:30%;	
}
.venBtn1{
display: none;
}
.venBtn2{
display: block;
}
.vendorC{
display: none;
}
.vendorP{
display: block;
}
.vendor{
	width: 100%;
	min-height: 250px;
	padding-right: 20px;
/*	box-shadow: 0px 5px 5px rgba(0,0,0,0.50);*/
}
.vendorIMG{
	padding-top: 30px;
	padding-left: 10px;
	width: 120px;
	height: 100px;
	float: left;
/*	border: 1px solid #000;*/
}
.vendorIMG img{
	width: 100px;
	height: 100px;
}
.vendorCOUNT h5{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #DB3F43;
}
.vendorCOUNT{
	padding-top: 0px;
	padding-right: 0px;
	width: 200px;
	float: right;
}
.vendor p{
	font-size: 10px;
}

.vendorCOUNT2{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	width: 205px;
	float: left;
}
.vendorCOUNT2 h5{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #DB3F43;
}
.vendorCOUNT2 h6{
	font-size: 8px;
}
    
/*---    */
    
.vendor1 .v1-a{
    margin: 0px;
    height: 200px;
}
.vendor1 .v1-a img{
    margin-left: 25px;
}
.vendor1 .v1-frame{
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.00);
}
/*---    */
}
@media screen and (max-width: 320px) {
}