@charset utf-8;
#aboutUs {
	background: #f7f7f7;
	padding: 75px 10px;
	text-align: center;
}
#banner img, #main img {
	width: 100%;
}
#bookingForm p {
	margin: 10px;
}
#company {
	color: #999;
	font-size: 14px;
}
#content {
	background: #eee;
	padding: 0 0 10px;
}
#designer {
	background: url(../img/footerLogo.png);
	display: inline-block;
	height: 36px;
	margin: 15px 0;
	text-indent: -9999px;
	width: 135px;
}
#footer {
	background: #f7f7f7;
	padding: 30px 0 0;
	text-align: center;
}
#indexInfo1 {
	background: url(../img/index1Text.jpg);
	height: 336px;
	padding: 25px 0 0;
	text-align: center;
}
#indexInfo2 {
	background: url(../img/index2Text.jpg);
	height: 336px;
	padding: 25px 0 0;
	text-align: center;
}
#logo, #nav, .aboutImage, .menuImage {
	display: none;
}
#main {
	padding: 30px 0;
}
#nav li, #social li {
	display: inline;
}
#social {
	padding: 15px;
	text-align: center;
}
#social a {
	display: inline-block;
	height: 34px;
	text-indent: -9999px;
	width: 35px;
}
.aboutTitle {
	background: url(../img/aboutTitle.png) no-repeat;
	border-bottom: 1px solid #FFF;
	height: 24px;
	padding: 0 0 0 40px;
}
.bookingInfo li {
	background: url(../img/bookingInfo.gif) no-repeat 10px 11px;
	border-bottom: 1px dotted #CCC;
	font-size: 16px;
	padding: 5px 30px;
}
.bookingTitle {
	background: url(../img/bookingTitle.png) no-repeat 0 0;
	border-bottom: 1px solid #FFF;
	height: 24px;
	padding: 0 0 0 35px;
}
.c1 {
	margin: auto;
	width: 320px;
}
.c1 p {
	margin: 0 25px;
}
.c2 {
	margin: 10px 0;
	width: 100%;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.contactContent {
	background: #FFF;
	margin: 0 0 10px;
	padding: 5px;
}
.contactContent li {
	margin: 5px;
}
.contactMap {
	border: 5px solid #FFF;
	box-sizing: border-box;
	height: 400px;
	width: 100%;
}
.contactSubTitle {
	color: #000;
	display: inline-block;
	width: 90px;
}
.contactSubTitle i {
	color: #CCC;
	font-size: 12px;
}
.contactTitle {
	background: url(../img/contactTitle.png) no-repeat;
	border-bottom: 1px solid #FFF;
	height: 24px;
	padding: 0 0 0 43px;
}
.container {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
}
.emText {
	color: #000;
	font-size: 120%;
	margin: 0 5px;
}
.facebook {
	background: url(../img/fb.png);
}
.formGroup {
	display: inline-block;
	padding: 5px;
}
.m10 {
	margin: 10px 0;
}
.menuTitle {
	background: url(../img/menuTitle.png) no-repeat 0 -3px;
	border-bottom: 1px solid #FFF;
	height: 24px;
	padding: 0 0 0 37px;
}
.newsList {
	background: #FFF;
	border-radius: 5px;
	padding: 10px;
}
.newsList a {
	background: url(../img/newsList.png) no-repeat 10px center;
	border-bottom: 1px dotted #CCC;
	color: #333;
	display: block;
	padding: 10px 40px;
	transition: all .3s;
}
.newsList a:hover {
	background: #EEE url(../img/newsList.png) no-repeat 15px center;
	color: #000;
	padding: 20px 50px;
}
.newsTitle {
	background: url(../img/newsTitle.png) no-repeat 0 -2px;
	border-bottom: 1px solid #FFF;
	height: 24px;
	padding: 0 0 0 37px;
}
.photoTitle {
	background: rgba(0,0,0,.5);
	bottom: 10px;
	color: #FFF;
	display: block;
	font-size: 12px;
	left: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	transition: all .3s;
	width: 160px;
}
.photos li {
	border: 5px solid #eee;
	float: left;
	margin: 5px;
	position: relative;
	transition: all .3s;
	width: 160px;
}
.photos li:hover {
	border: 5px solid #666;
}
.pinterest {
	background: url(../img/pin.png);
}
.twitter {
	background: url(../img/t.png);
}
:focus {
	outline: 0;
}
a:hover .photoTitle {
	opacity: 1;
	padding: 30px 0;
}
caption {
	color: #000;
	margin: 10px 0;
}
h2 {
	color: #000;
	font-size: 18px;
	margin: 10px 5px;
}
input[type=submit], input[type=reset] {
	background: #FFF;
	border: 2px solid #CCC;
	border-radius: 20px;
	color: #666;
	font-size: 12px;
	padding: 5px 20px;
}
input[type=text], textarea, select {
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}
label[for] {
	color: #999;
	display: block;
	margin: 0 10px 0 0;
	padding: 5px;
}
p {
	font-size: 14px;
	line-height: 1.3em;
	margin: 2px 5px;
}
table, td, th {
	border: 1px solid #CCC;
	color: #999;
	font-size: 14px;
}
td, th {
	padding: 8px;
}
th {
	background: #EEE;
	color: #333;
}
