@charset "UTF-8";
/* CSS Document */
/*Services.css*/
.aaa-banner-image{
    background-image: url("../images/florida-palm-tree-1.jpg");
}
.aaa-static-banner{
	background-image: url("../images/florida-palm-tree-1.jpg");
}
.aaa-card-text{
	padding-right: 94px;
}
.aaa-card-text-2 .wht1{
	border: none;
}
a.aaa-full-drive-trips-banner img{
	width: 128%;
	min-width:400px;
	height: auto;
	margin-bottom: -40%;
}
div.aaa-map-location-pin{
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 14px;
	z-index: 2;
	background-color: #ffffff;
	height: 68px;
	width: 68px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
div.aaa-map-location-pin img{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.aaa-bottom-card-action-bar{
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 14px;
	left: 14px;
	z-index: 4;
}
.aaa-legend-card-action-bar{
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 14px;
	left: 14px;
	z-index: 4;
}
.aaa-drive-trips-map-icon{
	float: none;
	display: block;
	text-decoration: none;
	background-image: url("../images/map-icon.png");
	height: 34px;
	width: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-color: #ffffff;
	margin: 10px 10px 0px 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.aaa-drive-trips-legend-map-icon{
	display: block;
	background-image: url("../images/map-icon.png");
	height: 34px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-color: #ffffff;
	
}
.aaa-drive-trips-detail-icon{
	float: left;
	display: none;
	text-decoration: none;
	background-image: url("../images/detail-icon.png");
	height: 34px;
	width: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-color: #ffffff;
	margin: 10px 10px 10px 0px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
a.aaa-full-drive-trips-banner .aaa-bottom-card-action-bar{
	width: 66px;
	margin: 0 auto;
	display: block;
	position: inherit;
	left: auto;
	bottom: auto;
	position: relative;
}
@media only screen and (max-width : 600px){
	a.aaa-full-drive-trips-banner .aaa-bottom-card-action-bar{
		position: absolute;
		bottom: 10px;
		left: -8px;
		top: 234px;
	}
}