/* HTML Element styles specific to this project. */
html {
	height: 100%;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	height: 100%;
	line-height: 1.5em;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #fff;
	background-color: #4d4948;
}

button,
input,
textarea,
select {
	box-sizing: border-box;
	padding: 2px;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {margin-top: 15px; font-family: 'Josefin Sans', sans-serif; font-weight: 400;}
h1 {
	font-size: 1.8em;
	color: #fff;
}
h2
{
	font-size: 1.6em;
	color: #fff;
}
h3 {
	font-size: 1.4em;
	color: #fff;
}
h4 {
	font-size: 1.3em;
	color: #fff;
}
h5 {
	font-size: 1.2em;
	color: #fff;
}
h6 {
	font-size: 1.1em;
	color: #fff;
}

.accordion > div > * {
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.accordion > div {
	background-color: #4d4948;
}
.accordion .ui-widget-content {
	background: transparent;
}

.scrollable {
	-webkit-overflow-scrolling: touch;
}

p {
	margin: 15px 0 0 0;
}
ul,
ol {
	margin: 15px 0 0 40px;
}
li {
	margin-top: 5px;
}
a {
	font-style: italic;
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.phone a {
	color: inherit;
}
hr {
	color: #666;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-color: #ccc !important;
	padding: 5px;
}



/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}
.WarningMessage {
	color: Orange;
}
.ErrorMessage {
	color: Red;
}

.ListOddDetailRow td {
}
.ListEvenDetailRow td {
	background-color: #2e2929;
}

a.TextButton,
input.TextButton,
a.Method {
	box-shadow: 0 0 10px #aaa;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: .8em;
	background: #9e0b0f;
	color: #fff;
	cursor: pointer;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	box-shadow: 0 0 10px 1px #ccc;
	color: #ddd;
	text-decoration: none;
}

.ClearBoth {
	clear: both;
}

#Images.columns {
//	margin-top: -20px;
}
#Images.columns > * {
	display: block;
	margin-bottom: 20px;
}
#Images a img {
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 2px;
	width: 100%;
}



/*Skin specific styles */

#Container {
	min-height: 100%;
	text-align: center;
	background-color: #2e2929;
}



#LoggedInMenuContainer {
	clear: both;
}
#LoggedInMenu {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
	text-align: left;
	font-size: .8em;
	z-index: 5;
}
#LoggedInMenu > ul > li > a {
	display: inline-block;
}
#LoggedInMenu ul ul {
	border: none;
	background-color: #9e0b0f;
}
#LoggedInMenu > ul:first-child {
	float: right;
}
#LoggedInMenu > ul:first-child a[title]:after {
	left: auto;
	right: 100%;
}
#LoggedInMenu > ul:first-child ul {
	left: auto;
	right: 7px;
	text-align: right;
}
#LoggedInMenu > ul:first-child ul ul {
	right: 100%;
}
@media screen and (max-width: 599px) {
	#LoggedInMenu.minimize600 > ul:before {
		content: "≡ Administration Menu";
	}
	#LoggedInMenu.minimize600 > ul:first-child:before {
		content: "≡ User Menu";
	}
	#LoggedInMenu.minimize600 > ul:first-child {
		float: none;
	}
	#LoggedInMenu.minimize600 > ul:first-child ul {
		text-align: left;
	}
}



#Page {
	clear: both;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 45px solid #9e0b0f;
	max-width: 960px;
	text-align: left;
	color: #fff;
	background-color: #4d4948;
}
@media screen and (max-width: 959px) {
	#Page {
		border-left: 0;
	}
}



#Header {
	padding: 20px;
	color: #c52126;
}
#Header img {
	max-width: 100%;
}

#Banner {
	background-color: #bd141b;
}
#Banner img {
	display: block;
}

#rotator {
	position: relative;
	max-height: 328px;
}
#rotator > div {
	display: none;
	position: relative;
}
#rotator > div.show {
	display: block;
	z-index: 0;
}
#rotator img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#MainMenu {
	padding: 0 7px;
	font-size: .8em;
	color: #fff;
}
#MainMenu > ul > li {
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
}
#MainMenu > ul > li:nth-child(odd) {
	background-color: #bd141b;
}
#MainMenu > ul > li:nth-child(even) {
	background-color: #9d0a0e;
}
#MainMenu li img {
	display: inline-block;
}
#MainMenu ul ul li {
	background: #666;
}
#MainMenu > ul > li > a {
	*color: #fff;
}
@media screen and (max-width: 719px) {
	#MainMenu {
		padding: 10px 20px;
		font-size: 1em;
	}
	#MainMenu > ul {
	}
	#MainMenu.minimize720 > ul:before {
		content: "≡ main menu";
	}
}



#Body {
	padding: 20px;
}

#Content > *:first-child {
	margin-top: 0;
}

@media screen and (max-width: 959px) {
	#SidePanel {
		width: 98%;
	}
	#SidePanel > .grid {
		margin: -1%;
	}
	#SidePanel > .grid > * {
		margin: 1%;
	}
}

#FollowUs {
	text-align: center;
}
#FollowUs img {
	margin: 5px;
}



#FooterContainer {
	clear: both;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
	color: #fff;
}
#Footer {
	padding: 10px 0;
	font-size: .8em;
	line-height: 20px;
	text-align: center;
}
#FooterMenu > ul > li {
	padding: 0 7px;
}
#Copyright {
	text-align: right;
}
@media screen and (max-width: 959px) {
	#Footer {
		padding: 10px 20px;
	}
}



#BookingForm td {
	padding: 5px;
}
#BookingForm input[type="text"],
#BookingForm textarea {
	width: 100%;
}



/* Feedback Page */

#Feedback .Testimonial {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 1px #9e0b0f;
}
#Feedback .Testimonial:first-child {
	border-top: none;
}
#Feedback .Title {
	display: block;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
#Feedback .PublishedOn {
	float: right;
	display: block;
	margin-top: 20px;
	font-style: italic;
}
#Feedback .Testimonial:first-child .PublishedOn {
	margin-top: 0;
}
#Feedback .Description {
	display: block;
	padding-top: 5px;
}
#Feedback a {
	display: block;
	padding-top: 5px;
	text-align: right;
}
#Feedback .Name,
#Feedback .BusinessName,
#Feedback .WebsiteAddress,
#Feedback .EmailAddress,
#Feedback .AuthorPhotograph {
	display: none;
}



/* Testimonial Template */

#TestimonialTemplate .Title {
	margin-top: 0;
}
#TestimonialTemplate .Title,
#TestimonialTemplate .PublishedOn {
	color: #fff;
}
#TestimonialTemplate .Author {
	margin-top: 20px;
}
#TestimonialTemplate .Name, 
#TestimonialTemplate .Position, 
#TestimonialTemplate .BusinessName, 
#TestimonialTemplate .WebsiteAddress {
	display: none;
}



#SubscriptionForm.box {
	padding: 20px;
	color: #333;
	background-color: #fff;
}
#SubscriptionForm.box .button {
	color: #fff;
	background-color: #bd141b;
}