/* CSS Document */

#areaMap{
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
}
#areaMap.locate .gmnoprint > div{
	box-shadow:0 0 4px rgba(227, 37, 38, 1), 
	           0 0 4px rgba(227, 37, 38, 1), 
	           0 0 4px rgba(227, 37, 38, 1), 
			   0 0 4px rgba(227, 37, 38, 1) !important;
	background-color: #FFF !important;
}
#dealerLocate{
	padding: 65px 15px;
}
#dealerLocate .card{
	background-color: transparent;
	border: none !important;
	max-width: 450px;
}
#dealerLocate .card:before{
	background-color: #020202;
	opacity: .85;
	border-radius: 0;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#dealerLocate .card .card-body{
	position: relative;
	z-index: 1;
}
.dealerWindow{
	max-width: 375px !important;
	font-size: 14px;
	line-height: 1.6;
}
.dealerWindow .h5,
.dealerWindow a,
.dealerWindow a:hover,
.dealerWindow a:focus{
	color: #E32526;
}
.dealerWindow a{
	font-size: 20px;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	#dealerLocate .card h1{
		font-size: 34px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	#areaMap.locate{
		width: calc(100% - 300px);
	}
	#dealerLocate,
	#dealerList{
		position: absolute;
		top: 60px;
	}
	#dealerLocate{
		height: calc(100vh - 60px);
		left: 0;
		width: 100%;
		padding: 0;
	}
	#dealerList{
		right: 0;
		height: calc(100vh - 60px);
		width: 300px;
	}
	#dealerList .list{
		height: calc(100vh - 165px);
	}
	#dealerList h1{
		position: relative;
		z-index: 1;
	}
	#dealerList .card{
		border: none !important;
		border-radius: 0;
		transition: all .3s ease;
		cursor: pointer;
	}
	#dealerList .card:hover{
		background-color: #EFEFEF;
	}
	#dealerList .card .card-body{
		font-size: 12px;
	}
	#dealerList .card .card-body .social{
		font-size: 24px;
	}
	#dealerList .card .card-body .social a:hover,
	#dealerList .card .card-body .social a:focus{
		color: #DC2323;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	#areaMap.locate{
		width: calc(100% - 400px);
	}
	#dealerList{
		width: 400px;
	}
	#dealerList .list{
		height: calc(100vh - 140px);
	}
	
}

/* Desktop */
@media(min-width:1200px){
	#areaMap.locate{
		left: 0;
		height: calc(100vh - 80px);
		width: calc(100% - 450px);
	}
	#dealerLocate,
	#dealerList{
		top: 80px;
	}
	#dealerLocate{
		height: calc(100vh - 250px);
	}
	#dealerList{
		height: calc(100vh - 80px);
		width: 450px;
	}
	#dealerList .list{
		height: calc(100vh - 200px);
	}
	
}

@media(min-width:1400px){
	
	
}

@media(min-width:1600px){
	#areaMap.locate{
		width: calc(100% - 500px);
	}
	#dealerList{
		width: 500px;
	}
	
}

@media(min-width:1800px){
	
	
}