body {
    padding-bottom: 20px;
    padding-top: 50px;
}
footer {
	font-size: 16px;
	background-color: #e4e4e4;
	text-align: center;
	min-height: 40px;
	height: auto;
}
footer p {
	padding: 10px 0;
	font-weight: bold;
}
footer p a {
	color: #333;
	text-decoration: none;
}
footer p a:hover {
	color: #333;
	text-decoration: underline;
}
.footer_img {
	margin: 0;
}
#ui-datepicker-div {
	font-size:11px;
}

.booking {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
}
.bookingform {
	padding: 12px 12px 0px;
	background-color: #eaeaea;
	width: 100%;
	display: inline-block;
}
.jumbotron {
	background-color: #e4e4e4;
	padding: 0;
}
.jumbotron h1 {
	font-family: Florence, cursive;
}
.navbar {
	background-color: #9a1c25;
}
table.hidden-md, table.hidden-lg {
	line-height: 66px;
}
.btn-default {
	background-color: #9a1c25;
	border: medium none #000;
	color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default  {
	background-color: #222;
	border: medium none #000;
	color: #fff;
}
a {
	color: #9a1c25;
	text-decoration: none;
}

#1myCarousel {
	max-height: 270px;
	max-width: 360px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}
.carousel-control {
	max-height: 90%;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
 