.pageHeader {
	text-align: center;
	color: #77CA4E;
	font-family: 'Neo Sans Medium';
	/* font-size: 38px; */
	font-size: 34px;
	margin-bottom: 40px;
	max-width: 535px;
	margin-right: auto;
	margin-left: auto;
}

.dealership {
	padding-left: 115px;
}

[id^=detail_] {
	display: none;
}

.currentDeal {
	display: block;
}

.dealershipImg {
	display: block;
	margin-bottom: 10px;
}

.dealershipName {
	display: block;
	font-family: 'Neo Sans Medium';
	/*font-size: 27px;*/
	font-size: 15px;
	color: #0A5B7B;
	margin-bottom: 15px;
}

.dealershipAddressDiv {
	padding-left: 54px;
}

.dealershipAddress {
	margin-bottom: 15px;
	display: block;
	/*font-size: 18px;*/
	font-size: 16px;
}

.dealershipGoogleLink {
	margin-bottom: 40px;
	display: block;
	color: #77CA4E;
	/*font-size: 18px;*/
	font-size: 16px;
}

	.dealershipGoogleLink:visited {
		color: #77CA4E;
	}

.dealershipLink {
	display: block;
	color: #77CA4E;
	/*font-size: 18px;*/
	font-size: 16px;
}

.dealershipLink {
	color: #77CA4E;
}

.dealershipPin {
	width: 27px;
	position: absolute;
}

#mapCol {
	text-align: right;
}

svg.mapCircle {
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	/*background-color: rgba(1,0,0,0.5);*/
}

svg.mapRectangle {
	width: 125px;
	height: 20px;
	position: absolute;
	cursor: pointer;
}

svg.mapCircle:hover > .innerCircle {
	r: 3.5;
}

svg.mapCircle > .outerCircle {
	fill: #0077C0;
}

svg.mapCircle > .innerCircle {
	fill: #FFFFFF;
}


#centro_coimbra {
	left: 17% !important;
	top: 40.5% !important;
	width: 150px !important;
	height: 30px !important;
}

#centro_aveiro {
	left: 9% !important;
	top: 19.5% !important;
	width: 150px !important;
	height: 30px !important;
}

#estacao_gois {
	left: 42% !important;
	top: 47% !important;
	width: 50px !important;
	height: 30px !important;
}

#estacao_ansiao {
	left: 24% !important;
	top: 55% !important;
	width: 50px !important;
	height: 30px !important;
}

#estacao_estarreja {
	left: 17% !important;
	top: 13% !important;
	width: 50px !important;
	height: 25px !important;
}

#estacao_ossela {
	left: 22% !important;
	top: 10% !important;
	width: 50px !important;
	height: 25px !important;
}

#estacao_figueira_foz {
	left: 2.5% !important;
	top: 41% !important;
	width: 80px !important;
	height: 30px !important;
}

#estacao_pampilhosa {
	left: 54% !important;
	top: 46.5% !important;
	width: 30px !important;
	height: 30px !important;
}

#estacao_vouga {
	left: 29% !important;
	top: 15.5% !important;
	width: 30px !important;
	height: 30px !important;
}


.closeBtn {
	display: none;
}

@media (max-width: 1200px) {

	.pageHeader {
		font-size: 18px;
	}

	.dealershipImg {
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.dealershipGoogleLink {
		margin-bottom: 10px;
	}

	#mapCol {
		text-align: center;
	}


	.dealership {
		padding-left: 40px;
	}

	#square {
		position: absolute;
		width: 100%;
		background-color: black;
		height: 100%;
		z-index: 1;
		opacity: 0.5;
		display: none;
	}

	.dealershipAddress {
		font-size: 14px;
		color: white;
	}

	.dealershipPin {
		/*margin-left: -100px;*/
		display: none;
	}

	.dealershipAddressDiv {
		padding-left: 0px;
	}
}

/*@media (max-width: 1060px) {

	
}*/

@media (max-width: 991px) {

	.closeBtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		stroke: black;
		stroke-width: 2px;
	}

	.pageHeader {
		font-size: 18px;
	}

	.currentDeal {
		background-color: #F8F8F8;
		/* height: initial; */
		/*min-height: auto;*/
		width: 90%;
		position: relative;
		border: 1px solid black;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 5px 5px 5px #888888;
		-moz-box-shadow: 5px 5px 5px #888888;
		-webkit-box-shadow: 5px 5px 5px #888888;
	}


	#detailCol {
		position: absolute;
		text-align: -webkit-center;
		/*margin-top: -88px;*/
		z-index: 2;
		padding-left: 0px;
		padding-right: 0px;
		/*background-color: rgba(0, 0, 0, 0.5);*/
		height: 100%;
	}

	.dealershipImg {
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.dealershipGoogleLink {
		margin-bottom: 10px;
	}

	#mapCol {
		text-align: center;
	}


	.dealership {
		padding-left: 0px;
	}

	#square {
		position: absolute;
		width: 100%;
		background-color: black;
		height: 100%;
		z-index: 1;
		opacity: 0.5;
		display: none;
	}

	.dealershipAddress {
		font-size: 14px;
		color: white;
	}

	.dealershipPin {
		/*margin-left: -100px;*/
		display: none;
	}

	.dealershipAddressDiv {
		padding-left: 0px;
	}
}


/*@media (max-width: 768px) {

}
*/


/*@media (max-width: 425px) {

}*/
