@charset "utf-8";
@font-face {
  font-family: "Entypo";
  src: url(#);
  src: url("/fonts/entypo.woff") format("woff"),
    	 url(#) format("opentype"),
    	 url("/fonts/entypo.svg") format("svg");
}
@font-face {
  font-family: "Fontawesome";
  src: url(#);
  src: url("/fonts/fontawesome-webfont.woff") format("woff"),
    	 url("/fonts/fontawesome.otf") format("opentype"),
    	 url(#) format("svg");
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0.4em;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
}
p {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

strong {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0;
	font-size: 1.4em;
}

ul { 
	list-style: square;
}
nav ul {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
ul li a {
	text-decoration: none;
}
ul li a:hover {
	text-decoration: none;
}
ul li a:visited {
	text-decoration: none;
}
ul li a:active {
	text-decoration: none;
}
html {
	background-color: #CCCCCC;
}
.ImageSliderContainer img {
	width: 100%;
	text-align: right;
	position: relative;
	z-index: -16;
}
.LogoContainer {
	max-width: 50%;
	max-height: 120px;
}
.LogoContainer img {
	max-height: 120px;
}
.SubMenu {
	cursor: default;
}
.MenuIcon {
	font-family: Entypo;
	font-size: 30px;
	display: inline-block;
	width: 1em;
}
.LinkIcon {
	padding-left: 0.1em;
	font-family: Entypo;
	font-size: 2em;
	display: inline; 
	line-height: 0;
	color: #ff9900;
}
.ContactIcon {
	padding-left: 0.1em;
	font-family: Fontawesome;
	display: inline;
	line-height: 0;
	color: #000000;
}
.navicon {
	font-family: Entypo;
  position: relative;
	color: #666; 
}
.navicon:active, .navicon:hover {
	color: #FFCC00;
}
li:hover > a > .MenuIcon {
	color: #FF9900;
}
.ContentContainer img {
	max-width: 60px;
	margin: 0.5em 2em 0.5em 0.5em;
	display: block;
	float: left;
}
/* ==forms== */
form {
  padding: 0;
  margin: 0;
	max-width: 100%;
}
table {
  margin: 0 auto;
}
tr, td, input, textarea {
  margin: 0;
  padding: 0;
}
td {
  padding: 0.4em;
}
tr td:first-child {
	text-align: right;
	padding-top: 0.6em;
}
.error[generated=true] {
  color: #dc0000;
  font-size: 0.8em;
  padding: 5px 0 2px 5px;
}
tr.error td {
  padding: 0;
}
input, textarea, select {
  background: #222222;
  border: 1px solid #FFFFFF;
	color: #FFFFFF;
  font: inherit;
	padding: 0.2em 0 0.2em 0.2em;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input:focus, textarea:focus {
  border-color: #FF9900;
  outline: none;
}
textarea {
  resize: none;
}
input[type=submit], input[type=reset] {
  font: inherit;
	padding: 0.4em;
	margin-left: 0.2em;
}
input[type=submit]:hover, input[type=reset]:hover {
	background-color: #FF9900;
	color: #000000;
}
#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
	min-height: 300px;
  color: #FF9900;
}
#response .failure {
	min-height: 300px;
  color: #dc0000;
}
.CreditCardButton {
	text-align: center;
	margin-left: 0.2em;
	display: inline-block;
}
/* ==/forms== */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  }
.rslides li {
	webkit-backface-visibility: hidden;
	position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.FooterContent {
	margin: 0.9em;
	font-family: 'Roboto', sans-serif;
	font-size: 0.85em;
}
.FooterContent a {
	text-decoration: none;
	color: #000000;
}
.FooterContent a:hover {
	text-decoration: underline;
	color: #000000;
}
.FooterContent a:visited {
	text-decoration: none;
	color: #000000;
}
.FooterContent a:active {
	text-decoration: none;
	color: #000000;
}
.FooterSocialTwitter a {
	font-family: Fontawesome;
	font-size: 400%;
	color: #222222;
	text-decoration: none;
}
.FooterSocialTwitter a:visited {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.FooterSocialTwitter a:hover {
	font-family: Fontawesome;
	color: #4099FF;
	text-decoration: none;
}
.FooterSocialTwitter a:active {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.FooterSocialFacebook a {
	font-family: Fontawesome;
	padding-left: 1em;
	font-size: 400%;
	color: #222222;
	text-decoration: none;
}
.FooterSocialFacebook a:visited {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.FooterSocialFacebook a:hover {
	font-family: Fontawesome;
	color: #3B5998;
	text-decoration: none;
}
.FooterSocialFacebook a:active {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.FooterSocialLinkedin a {
	display: none;
	font-family: Fontawesome;
	padding-left: 1em;
	font-size: 400%;
	color: #222222;
	text-decoration: none;
}
.FooterSocialLinkedin a:visited {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.FooterSocialLinkedin a:hover {
	font-family: Fontawesome;
	color: #007bb6;
	text-decoration: none;
}
.FooterSocialLinkedin a:active {
	font-family: Fontawesome;
	color: #222222;
	text-decoration: none;
}
.Copyright {
	margin-top: 5em;
	margin-right: 1em;
	font-family: Roboto;
	font-size: 0.86em;
	text-align: right;
}
#mapWrapper {
	display: block;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#map_canvas {
  min-height: 350px;
  width: 100%;
}
img.adp-marker {
	height: 40px;
	max-width: 22px;
}
#directions {
  width: 100%;
	background-color: #FFFFFF;
}
#directions td {
	color: #222222;
}
.SocialContent {
	display: block;
	color: #222222;
	padding-top: 0.2em;
	padding-left: 0.4em;
	min-height: 300px;
	background-color: #FFFFFF;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.link {
	font-family: Fontawesome;
	font-size: 3em;
}
#TwitterLink {
	color: #222222;
	text-decoration: none;
}
#TwitterLink:visited {
	color: #222222;
	text-decoration: none;
}
#TwitterLink:hover {
	color: #4099FF;
	text-decoration: none;
}
#TwitterLink:active {
	color: #222222;
	text-decoration: none;
}
#FacebookLink {
	color: #222222;
	text-decoration: none;
}
#FacebookLink:visited {
	color: #222222;
	text-decoration: none;
}
#FacebookLink:hover {
	color: #3B5998;
	text-decoration: none;
}
#Facebooklink:active {
	color: #222222;
	text-decoration: none;
}
#LinkedinLink {
	color: #222222;
	text-decoration: none;
}
#LinkedinLink:visited {
	color: #222222;
	text-decoration: none;
}
#LinkedinLink:hover {
	color: #007BB6;
	text-decoration: none;
}
#LinkedinLink:active {
	color: #222222;
	text-decoration: none;
}
#twitterfeed {
	font-family: 'Roboto', sans-serif;
}
#twitterfeed ul {
	list-style: none;
	padding-left : 0.2em;
}
#twitterfeed ul li {
	border-bottom: 1px #333333 solid;
}
#twitterfeed a {
	color: #4099FF;
	font-family: 'Roboto', 'Fontawesome';
}
.fb-like-box {
	width: 100%;
}
.bookingLink {
	font-size: 1.2em;
	text-align: center;
	display: block;
	font-weight: bold;
}