@charset "UTF-8";


/*  Brand Info   */
.brand_detail_container { 
	display: none; 
}
.detail_container .brand_detail { 
 	margin-top:-50px;
}


/*  Interactive Map Container */
.mapGraphic {
	background-image:url(../images/map/map.jpg);
	background-repeat: no-repeat;
	background-size: 100%;	
	background-position: 0px 0px;
	position: relative;
	height: 400px;

}

.mapGraphic a, a:visited { 
	color: #AA0000; 
	margin: 0px 10px 0px 0px; 
}
.mapGraphic a.dot {
	background-image: url(../images/map/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	display: none;
	position: absolute;
	cursor: pointer;
}
.mapGraphic a.dot.selected {
	background-position: 0px -40px;
}
.mapGraphic a.dot:hover {
	background-position: 0px -20px;
}
#mapForm {
	margin-top: -30px;
	text-align: center;
	padding-bottom: 15px;
}
.logoMobile {
	padding: 5px 0 5px 0;
	max-width:166px;
	margin:0px auto;
}

/**  Modal popup **/
.securityModal .modal-content {
		background: rgba(255,255,255, .9);
		color: #000;
		text-align: center;
		font-weight: bold;
}

.securityModal .modal-header {
		background-color: #FFFFFF;
}

.securityModal .modal-title {
	color: #000;	
}

.securityModal .modal-footer {
	background: rgba(255,255,255, .9);
	height: auto;
	
}

.logoIMG {
	margin: 0px auto;	
}

#mobileLocations {
		display: none;	
	}


/* md */
@media (max-width: 1199px) {
	#map{
		display: none;
	}
	#mobileLocations {
		display: block;	
	}
}
