.reseller_hover {
	fill:gray !important;
}
.reseller_active {
	fill:#7cc1ae !important;
}
.reseller-map-section {
	
}
.svg-map {
	max-width:100%;
}

.map-wrapper {
	height:auto;
}
.map {
	position:relative;
}

.speech-bubble-wrapper {
	display: none;
}
.speech-bubble {	
	/*position: relative;*/
	width: fit-content;
	position: absolute;
	background: #fff;
	border:solid 1px #0d2746;
	border-radius: .4em;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    min-height: 100px;
	float: left;
	z-index: 1000;
	/*top: 0px;
	left: 0px;*/
	top:10%;
	left:50%;
	margin:auto;
	
}

.speech-bubble:after {
	/*
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-top-color: #0d2746;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
	*/
}

.bubble-row {
	padding:0.5em;
}
.bubble-center {
	width:100%;
	text-align:center;
}
.bubble-left {
	width:100%;
	padding-left:1em;
	padding-right:1em;
}
.bubble-right {
	float:left;
	width:50%;
}
.bubble-title {
	font-size:1.2em;
	font-weight:600;
}
.bubble-title a{
	color:#0d2746;	
}
.bubble-heading {
	font-weight:600;
}
.bubble-icon {
	clear:both;
}

.bubble-icon a{
	color:#0d2746;
	padding-left:0.5em;
}

/* Close bubble button */
.close_reseller_bubble {
	margin-left:2em;
	float:right;
	font-weight:800;
}

/*** RESELLER & RESTAURANT LIST ***/

.reseller-wrapper {
	margin-top:-2%;
}

.reseller-list-wrapper {
	display:inline-block;
	/*position:absolute;*/
	/*background-color:rgba(255, 255, 255, 0.5);*/
	color:#0d2746;
	padding:2em;
	/*border:solid 4px #C7DDEA;*/
	border-radius: .4em;
	z-index: 999;
	width:100%;
	background-color: #a3c3d8;
}
.reseller-list-wrapper a{
	color:#0d2746 !important;

}

.reseller-list-wrapper h2 {
	padding-bottom:1em;
}

.reseller-col {
	float:left;
}

.list-col {
	float:left;
	margin-right:2em;
}
.service-list-col {
	float:left;
	margin-right:1.5em;
}

.reseller-list {
	width:40%;
}

.restaurant-list {
	width:30%;
}

.service-list {
	width:30%;
	float:right;
}

.reseller-row {
	display:table;
	font-size:0.9em;
	line-height:1.5;
}
.reseller-col-left {
	float:left;
	/*width:10%;*/
	margin-right:0.5em;
}
.reseller-col-right {
	float:left;
	/*width:80%;*/
}

.services {
	
}
.reseller-icon {
	width:25px;
}
.reseller-service-text {
	line-height:2.2;
	vertical-align:middle;
}


@media only screen and (min-width: 1025px) and (max-width: 1590px) {
  /* For small screens: */
	.reseller-list {
		width:33%;
	}

	.restaurant-list {
		width:33%;
	}

	.service-list {
		width:33%;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
     /* For ipads: */ 

}

@media only screen and (max-width: 767px) {
	/* For mobile phones: */
	.reseller-list {
		width:100%;
	}

	.restaurant-list {
		width:100%;
		margin-top:2em;
	}

	.service-list {
		width:100%;
		margin-top:2em;
	}
}