/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Not Used */
.img-feather-56 {
    -moz-box-shadow:inset 0px 0px 6px 6px rgba(56, 56, 56,1);
    -webkit-box-shadow:inset 0px 0px 6px 6px rgba(56, 56, 56,1);
    box-shadow:inset 0px 0px 6px 6px rgba(56, 56, 56,1);
}

.imgtoprounded {
	border-radius: 50% !important;
}
#mapid {
	height: 500px;
}

#self-guided img {
	 max-width: 250px;
	 margin: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 3px solid #006241;

}

.clearfix {
    clear: both;
}