.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;
}

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;
}

#valorminho {
	left:5%;
	top: 5%;
}

#resulima {
	left:5%;
	top: 11%;
}

#resinorte {
	left:5%;
	top: 15%;
    width:180px;
}

#suldouro {
	left:9%;
	top: 21%;
}

#resiestrela {
	left:60%;
	top: 31%;
    width:140px;
}

#ersuc {
	left:11%;
	top: 38%;
}

#valorlis {
	left:4%;
	top: 43%;
}

#valnor {
	left:51%;
	top: 52%;
    width:135px;
}

#valorsul {
	left:0%;
	top: 56%;
}

#amarsul {
	left:2%;
	top: 65%;
}

#algar {
	left:45%;
	top: 90%;
}

.closeBtn {
	display: none;
}

@media (max-width: 992px) {
    /*#introText{
        color: white;
    }
	
		#introText > p {
			color: white !important;
		}*/
	
	.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:100%;
		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;
	}

	/*.dealershipDesc p {
		color: white;
	}*/

	#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; 
	}

	/*#valorminho {
		left: 35%;
		top: 6%;
	}

	#resulima {
		left: 35.5%;
		top: 11%;
	}

	#resinorte {
		left: 49%;
		top: 17%;
	}

	#suldouro {
		left: 36%;
		top: 24%;
	}

	#resiestrela {
		left: 67%;
		top: 33%;
	}

	#ersuc {
		left: 36%;
		top: 39%;
	}

	#valorlis {
		left: 31%;
		top: 45%;
	}

	#valnor {
		left: 53%;
		top: 54.5%;
	}

	#valorsul {
		left: 22%;
		top: 56%;
	}

	#amarsul {
		left: 28%;
		top: 67.5%;
	}

	#algar {
		left: 42%;
		top: 91%;
	}*/
}