/** used in list with special bullet type **/
.bullet {
  margin: 0;
  overflow: hidden;
}

.bullet li {
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 12px;
  
}
.bullet li:before {
	content: "\26AB \0020 \0020";
}
.row-clients {
	display: inline-block;
	/*margin-left:20px;*/
}
.row-clients img {
	/*padding: 10px;*/
	background-color: yellow;
	/*width: 15%;*/
}
.row-clients a {
	/*padding: 10px;*/
	/*background-color: blue;*/
	/*width: 15%;*/
}
.map img {
	margin:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.row-clients span {
	margin-left:50px;
}
.imgContainer {
  height: 150px;
  text-align: justify;
  border: 10px solid white;
  font-size: 0.1px; /* IE 9 & 10 don't like font-size: 0; */
  min-width: 600px;
}
.imgContainer div {
  width: 150px;
  height: 150px;
  display: inline-block;
  background: white;
  vertical-align:middle;
}
.imgContainer div img {
	display: block;
	 margin:auto;
    /*margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;*/
    
    
    /*border: 5px solid green;*/
   
    
}
.imgContainer:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}