

.distributors {
	display: flex;
	flex-wrap: wrap;
}



.countrybox {
    padding: 15px 10px 15px 40px;
    margin: 3px;
    width: 100%;
	background-repeat: no-repeat;
    background-position: 15px center;
	background-color: #0095D4;
	overflow: visible;
	max-height: 50px;
	height: 50px;
	z-index: 0;
}

.countrybox a:link,
.countrybox a:hover,
.countrybox a:visited,
.countrybox a:active
 {
	color: white !important;
}


.country {
	border: 1px solid black;    
	background-repeat: no-repeat;
    background-position: 15px center;
}


.active {
	/*width: 92% !important;*/
	z-index: 20 !important;
}


.adress {
	background-color: white;
	border: 1px solid #888;
	display: none;
	border-radius: 0px 9px 9px 9px;
	padding: 10px 10px 15px 10px;
	line-height: 145%;
	font-size: 13px;
	text-align: left !important;
}

.cname {
	 cursor: pointer;
}

.close {
	float: right;
	padding: 0px 3px;
	float:right;
	cursor: pointer;
	color: #0095D4;
}

.countrybox p {
z-index: 1000;
overflow: visible;
margin: 0;
color: white;
/*display: inline-block !important;*/
}

.countrybox .adress {
	color: black;
}


.phone {
background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left 2px;
	margin-top: 10px;
    padding: 0px 2px 2px 24px;
    min-height: 18px;
    vertical-align: top;
    font-size: 13px;
    display: block;
}

.mail {
	background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding: 0px 2px 2px 24px;
    min-height: 18px;
    vertical-align: top;
    font-size: 13px;
    display: block;
}

.fax {
	background-image: url(../images/fax.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding: 0px 2px 2px 24px;
    min-height: 18px;
    vertical-align: top;
    font-size: 13px;
    display: block;
}

.link {
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding: 0px 2px 2px 24px;
    min-height: 18px;
    vertical-align: top;
    font-size: 13px;
    display: block;
}


@media all and (min-width: 930px) {
 .countrybox {
    width: 32%;
}
}



.dropdown {
	border: 1px solid black;
	background-color: #F2F2F2;
}























