.loading-grid .loading-col {
	width: 33.333367%;
}


.infowindow {
	height: auto;
	width: 400px;
	position: relative;
}

.infowindow .infowindow-detail {
	height: auto;
	overflow: auto;
}



.infowindow .infowindow-picture {
	max-width: 120px;
	float: left;
	margin-right: 20px;
	position: relative;

}

.infowindow .infowindow-info {
	float: right;
	width: calc(100% - 140px);
	font-size: 14px;
	line-height: 20px;
}

.infowindow .infowindow-picture img {
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #cccccc;
}

.infowindow .infowindow-picture img.hasimage {
	/*cursor: pointer;*/
}

.infowindow .infowindow-picture:hover img.hasimage {
	opacity: 0.5;
}


.infowindow .infowindow-button a {
	display: block;
	font-size: 13px;
	line-height: 22px;
	background: #333333;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-top: 10px;
	text-decoration: none;
}
.infowindow .infowindow-button a:hover{
	background: var(--web-color);
}



.infowindow .infowindow-info .name{
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color:#555555;
	text-transform: uppercase;
}
.infowindow .infowindow-info .meter{
	font-size: 11px;
	line-height: 19px;
	color:#999999;
	font-weight: bold;
	margin-bottom: 5px;
}
.infowindow .infowindow-info .timeopen{
	font-size: 12px;
	line-height: 20px;
	color:#999999;
	margin-bottom: 15px;
}

.infowindow .infowindow-info .address{
	margin-bottom: 5px;
	color: #666666;
}
.infowindow .infowindow-info .phone{
	color:#666666;
}
.infowindow .infowindow-info .phone span{
	padding-left: 20px;
	position: relative;
}
.infowindow .infowindow-info .phone span:before{
	content: "\f095";
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--web-color);
}

.infowindow .infowindow-info .phone a {
	color: #333333;
}