@charset "UTF-8";
/* CSS Document */
.mobileLogo {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(231,224,202,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(231,224,202,1.00) 100%);
	border-bottom: 10px solid #C6C3A5;
}
.mobileLogo img {
	margin: 0 auto;
	display: block;
}
.centre img {
	margin: 0 auto;
	display: block;
}
/* font styles */
@font-face {
	font-family: 'FontAwesome';
	src: url('../_webfonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../_webfonts/fontawesome-webfont.woff') format('woff'), url('../_webfonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.ui-icon {
  background-image: none;
  width: 20px;
  height: 20px;
	background-color: #EEEADB;
}
[class^="ui-icon-"]:before,[class*=" ui-icon-"]:before {
  font-family:FontAwesome!important;
  font-weight:400;
  font-style:normal;
  display:inline-block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
	color: white;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.ui-icon-ok:before { content: "\f00c"; margin-top: 1px; margin-left: 2px; }
.ui-icon-home:before { content: "\f015"; margin-top: 1px; margin-left: 2px; }
.ui-icon-tag:before { content: "\f02b"; margin-top: 2px; margin-left: 3px; }
.ui-icon-envelope-alt:before { content: "\f0e0"; margin-top: 1px; margin-left: 2px; }
.ui-icon-smile:before { content: "\f118"; margin-top: 1px; margin-left: 2px; }

#home div h4, #services div h4, #tariffs div h4, #book div h4, #contact div h4, #map div h4 {
	font-size: 0.7em;
}
#home div h4 a, #services div h4 a, #tariffs div h4 a, #book div h4 a, #contact div h4 a, #map div h4 a {
	color:#716F51;
}
#home div h4 a:hover, #services div h4 a:hover, #tariffs div h4 a:hover, #book div h4 a:hover, #contact div h4 a:hover, #map div h4 a:hover {
	color:black;;
}
h2 {
	font-size: 1.4em;
	text-align:center;
}
/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
