/* CSS Document */

/**   
#25a0d7 - blue
#41AFDE - lighter blue
#053549 - dark blue
#f26122 - orange
#A2380B - dark orange
#b61e2d - red
#7A141F - dark red
#646464 - gray
#141414 - black
rgba(37, 160, 215, 1) - blue
rgba(242, 97, 34, 1) - orange
rgba(182, 30, 45, 1) - red
rgba(100, 100, 100, 1) - gray
rgba(20, 20, 20, 1) - black
**/

#areaMap{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
#areaMap.locate .gmnoprint > div{
	box-shadow:0 0 4px rgba(37, 160, 215, 1), 
	           0 0 4px rgba(37, 160, 215, 1), 
	           0 0 4px rgba(37, 160, 215, 1), 
			   0 0 4px rgba(37, 160, 215, 1) !important;
	background-color: #FFF !important;
}
#dealerLocate{
	padding: 65px 15px;
}
#dealerLocate .card{
	background-color: transparent;
	border: none !important;
	max-width: 400px;
}
#dealerLocate .card:before{
	background-color: #25a0d7;
	opacity: .85;
	border-radius: 15px;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#dealerLocate .card .card-body{
	position: relative;
	z-index: 1;
}
#dealerLocate .card h1{
	font-size: 32px;
	color: #FFF;
}
.dealerWindow{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.dealerWindow .h5,
.dealerWindow a,
.dealerWindow a:hover,
.dealerWindow a:focus{
	color: #25a0d7;
}
.dealerWindow a{
	font-size: 20px;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	#dealerLocate .card h1{
		font-size: 40px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	#dealerLocate,
	#dealerList{
		position: fixed;
		top: 60px;
	}
	#dealerLocate{
		height: calc(100vh - 300px);
		left: 0;
		width: 100%;
		padding: 0;
	}
	#dealerList{
		right: 0;
		height: calc(100vh - 60px);
		width: 300px;
	}
	#dealerList:before{
		background-color: #25a0d7;
		opacity: .85;
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	#dealerList .list{
		height: calc(100vh - 165px);
		overflow-x: scroll;
	}
	#dealerList h1{
		font-size: 30px;
		color: #FFF;
		position: relative;
		z-index: 1;
	}
	#dealerList .card{
		border: none !important;
		border-radius: 0;
		transition: all .3s ease;
		cursor: pointer;
	}
	#dealerList .card:hover{
		background-color: #DDD;
	}
	#dealerList .card .card-body{
		font-size: 12px;
	}
	#dealerList .card .card-body .h5,
	#dealerList .card .card-body a{
		color: #25a0d7;
	}
	#dealerList .card .card-body a.phone{
		font-size: 18px;
		font-weight: 700;
	}
	#dealerList .card .card-body .social{
		font-size: 24px;
	}
	#dealerList .card .card-body .social a:hover,
	#dealerList .card .card-body .social a:focus{
		color: #053549;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	#dealerLocate{
		height: calc(100vh - 223px);
	}
	#dealerList{
		width: 400px;
	}
	#dealerList .list{
		height: calc(100vh - 140px);
	}
	#dealerList h1{
		font-size: 26px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	#dealerLocate,
	#dealerList{
		top: 170px;
	}
	#dealerLocate{
		height: calc(100vh - 353px);
	}
	#dealerList{
		height: calc(100vh - 170px);
		width: 450px;
	}
	#dealerList .list{
		height: calc(100vh - 250px);
	}
	#dealerList h1{
		font-size: 28px;
	}
	
}

@media(min-width:1400px){
	#dealerLocate{
		height: calc(100vh - 383px);
	}
	
}

@media(min-width:1600px){
	#dealerLocate{
		height: calc(100vh - 400px);
	}
	#dealerList{
		width: 500px;
	}
	#dealerList h1{
		font-size: 32px;
	}
	
}

@media(min-width:1800px){
	
	
}