body {
  position: relative;
  height: 100%;
  display:block;
  min-height: 100% !important;
}
a, button, input[type="submit"] {
    cursor: pointer;
}
div {
	overflow:visible;
}
.jumbotron {
	background-image: url(../images/TrailsAndMoreHeaderLogo.jpg);
	background-size: cover;
	height: 100%;
}

.commentbody
{
    display:none;
}

.profile_display_div {
	border: 2px solid white;
	background-color: #d9d9d9;
	padding: 0px 5px;
}
.profile_display_div_error {
	border: 2px solid white;
	background-color: #ff9999;
	padding: 0px 5px;
}
 
#socialdiv {
	width:100%;
	display:inline-block;
	border:1px solid #b3b3cc;	
	padding: 5px 10px;
}
.socialdiv {
	width:100%;
	display:inline-block;
	border:1px solid #b3b3cc;	
	padding: 5px 10px;
}
.longword {
 word-wrap: break-word;
 }

#thumb_div img
{
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
}

#Tabs ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style-type: none;
}

#Tabs ul li {
	display: inline-block;
	clear: none;
	float: left;
	height: 24px;
}

#Tabs ul li a {
	position: relative;
	margin-top: 16px;
	display: block;
	line-height: 24px;
	padding: 0px 10px 0px 10px;
	background: #f6f6f6;
	z-index: 9999;
	border: 1px solid #ccc;
	border-bottom: 0px;

	/* The following four lines are to make the top left and top right corners of each tab rounded. */
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	/* end of rounded borders */

	/*width: 130px;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#Tabs ul li a:hover {
	text-decoration: underline; // a very simple effect when hovering the mouse on tab
}

#Tabs #Content_Area { // this is the css class for the content displayed in each tab
	padding: 0 15px;
	clear:both;
	line-height:19px;
	position: relative;
	top: 20px;
	z-index: 5;
	min-height: 150px;
}
.map-responsive{
    padding-bottom:56.25%;
    position:relative;
    height:500px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.shop_ad {
	min-width: 90px;
	max-width: 120px;
}

#info #input { // this is the css class for the content displayed in each tab
	padding: 0 15px;
	clear:both;
	line-height:19px;
	position: relative;
	top: 20px;
	z-index: 5;
	min-height: 150px;
}