	@import "../css/reset.css";
	@import "../css/skeleton.css";
	@import "../css/superfish.css";
	html{
	width:100%;
}
*{
	-webkit-text-size-adjust:none;
}
.background {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.background img.bg {
  border-bottom: 62px solid #E3002B;
  height: 574px;
  left: 0;
  min-height: 574px;
  min-width: 100%;
  position: fixed;
  top: 0;
}
.page{
	margin: 0 auto;
}
body {
  background: none repeat scroll 0 0 #A49C93;
  color: #555555;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 21px;
}
html,body{
	height:100%;
}
img {
	max-width:100%;
}
/* Header
-------------------------------------------- */
header {
	display:block;
}
header .identity{
	float:left;
	margin:0 0 6px;
}
@media only screen and (max-width: 767px) {
	header {
		position:sticky;
		top:0;
		z-index: 10;
	}
	header .identity{
		box-shadow: #333333 0 3px 6px;
	}
}
header .site_name{
	font-size: 36px;
	line-height: 45px;
	padding-bottom: 5px;
	color:#e00000;
	font-weight:bold;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:-9999px;
}
header .tag_line{
	font-size: 18px;
	line-height: 22px;
	color:#333333;
	clear:left;
}
header .links{
	text-align:right;
	padding-top:11px;
	padding-bottom:3px;
	float:right;
}

/* Top Bar
-------------------------------------------- */
#top-bar {
    margin: 10px auto 12px;
}
@media only screen and (max-width: 767px) {
	#top-bar {
		margin-top:0;
	}
}
#top-bar .site_name {
	height:110px;
}
@media only screen and (max-width: 767px) {
	#top-bar .site_name {
		height:50px;
		background-size:contain;
	}
}
#top-bar a.top-logo {
    display: block;
    height: 109px;
    width: 314px;
}
#top-bar .top-links {
    background: none repeat scroll 0 0 #FFFFFF;
	float:right;
	padding:10px;
}
#top-bar .top-links .basket {
	display:none;
}
@media only screen and (max-width: 767px) {
	#top-bar .top-links {
  		top: 10px;
		padding:10px 0;
	}
	#top-bar .top-links.secondary {
		position: absolute;
  		left: 10px;
	}
	#top-bar .top-links.tertiary {
		position: absolute;
  		right: 10px;
	}
	body.MembershipSignupPage #top-bar .top-links .basket,
	body.MicroShopPage #top-bar .top-links .basket,
	body.MembershipRenewalPage  #top-bar .top-links .basket {
		display:block;
	}
	#top-bar .top-links .site-menu, #top-bar .top-links .search {
		display:inherit;
	}
	#top-bar .navigation-and-search .navigation, #top-bar .navigation-and-search .searchBox {
		display: none;
	}
	#top-bar .basket .basket-total {
		font-weight: bold;
	}
}
@media only screen and (min-width: 768px) {
	#top-bar .top-links.secondary {
		display: none;
	}
	#top-bar .top-links.tertiary .search {
		display: none;
	}
}
#top-bar .top-links ul {
	overflow:hidden;
}
#top-bar .top-links ul li {
    float: left;
}
#top-bar .top-links ul li a {
    color: #555555;
    display: block;
    font-family: 'bariolregular';
    font-size: 16px;
	padding: 0 10px;
}
#top-bar .top-links ul li a i {
	vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
	#top-bar .top-links ul li a span.title {
  		display: none;
	}
}
#top-bar .top-links ul li a:hover {
    color: #E3002B;
}
#top-bar div.navigation-and-search {
  background-color: #FFFFFF;
  clear: left;
}

/* Main Content Layout
-------------------------------------------- */
.main, .results {
	background: url("../images/MainContent_Bg.png") repeat-y scroll 0 0 transparent;
	box-shadow: 0 0 12px #333333;
	margin: 0 auto;
}
body.GalleryPage .main {
	background: url("../images/MainContent_Bg2.png") repeat-y scroll 0 0 transparent;
}
#content {
	z-index:1;
}
#content .box-inner {
	padding:20px;
}

/* Homepage deviations
-------------------------------------------- */
.HomePage .main {
	background:none;
	padding-top:0;
}

/* Sidebar
-------------------------------------------- */
#sidebar {
	background: url("../images/left_contentBg.png") no-repeat scroll right top transparent;
	min-height:320px;
	margin:0;
	float:left;
	position:relative;
}
body.MembershipSignupPage #sidebar,
body.MicroShopPage #sidebar ,
body.MembershipRenewalPage #sidebar {
	position:sticky;
	top:0;
}
#sidebar .box-inner {
	padding:20px;
}

/* Splash Image
-------------------------------------------- */
#sidebar .splash-image {
	width:100%;
	margin:0 !important;
}

/* Tables
-------------------------------------------- */
table{
	border-collapse:collapse;
	line-height:15px;
	margin-top:18px;
	max-width:100% !important;
}
table a.btn{
	margin-top:0;
}
table thead{
	font-size:14px;
	line-height:14px;
}
table tr td{
	border:1px solid #d6d6d6;
	padding:9px 10px;
	text-align:center;
	vertical-align:middle;
	line-height: 20px;
}
table thead tr td{
	padding:7px 10px 9px;
	vertical-align:middle;
}
.scrollable-table {
	overflow-x:auto;
}
.main p.scrollable-table-info {
	font-size:80%;
	text-align:right;
	padding-bottom:0;
}

/* Floats
-------------------------------------------- */
.fleft{
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:6px;
}
.fright{
	float:right!important;
}
.wrapper,.extra_wrapper{
	overflow:hidden;
}
.clear{
	float:none!important;
	clear:both;
}

/* Footer
-------------------------------------------- */
footer {
	overflow:hidden;
	color:#ffffff;
}
footer .footer-wrapper {
	background: #555555;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 0 20px;
}
footer .footer-column {

}
footer .footer-column .box-inner{
	padding:7px;
}
footer h2 {
    color: #9BCBEB;
    font-family: 'bariolregular';
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 15px;
}
footer ul {
}
footer ul li {
    float: left;
    width: 110px;
}
footer a {
    color: #FFFFFF;
    font-family: 'bariolregular';
    font-size: 14px;
    line-height: 18px;
	text-transform:lowercase;
}
footer ul li a:hover {
    color: #E3002B;
}

/* Social icons
-------------------------------------------- */
.social{
	float:right;
}
.social a {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-left:5px;
}
.social a.twitter{
	background:url(../images/twitter.png) 0 0 no-repeat;
}
.social a.facebook{
	background:url(../images/facebook.png) 0 0 no-repeat;
}
.social a:hover {
	background-position:0 -25px;
}

/* Navigation Menu
-------------------------------------------- */
.navigation {
    float: left;
}

/* SearchBox
-------------------------------------------- */
.searchBox {
    background: none repeat scroll 0 0 #E4002B;
    height: 34px;
	float:right;
}
.searchBox .field {
	margin: 0 0 0 40px;
}
.searchBox .field.text .middleColumn {
	padding: 0 5px 0 0;
}
.searchBox input.text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-family: 'bariolregular';
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    outline: 0 none;
	padding:0;
}
#SearchForm_SearchForm_action_results {
    background: url("../images/search_icon.png") no-repeat scroll 10px 6px transparent;
    border: 0 none;
    cursor: pointer;
    height: 34px;
    outline: 0 none;
    padding: 0;
    width: 40px;
	margin:0;
	text-indent:-9999px;
}

/* Placeholders */
:focus::-webkit-input-placeholder{
	color:transparent;
}
::-webkit-input-placeholder {
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1
}
:focus:-moz-placeholder {
	color:transparent;
}
::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1
}
:focus::-moz-placeholder {
	color:transparent;
}
:-ms-input-placeholder {  
}

/* Homepage Content Blocks
-------------------------------------------- */
div.content-blocks {
	background-color:#ffffff;
}
div.content-block .box_inner {
	  padding: 6px 8px;
}
div.content-block h2 {
	padding-top:0;
	line-height:1em;
}

/* Calendar
-------------------------------------------- */
#event-calendar-events li.vevent {
	list-style:none;
	margin-left:0;
	border-bottom: 1px solid #ccc;
}
.event-calendar-other-dates {
	margin:1em 0 0;
}


/* Calendar Widget
-------------------------------------------- */
.calendar-widget {
	margin:0 !important;
	height:325px;
}
.calendar-widget table.calendar-widget-table {
	font-family: 'bariolregular';
	border:none;
	background-color:transparent;
}
	.calendar-widget table.calendar-widget-table thead th{
		color: #555555;
		font-family: 'bariolregular';
		font-size: 30px;
		font-style: italic;
		line-height: 35px;
		text-align: left;
		border:none;
		background-color:transparent;
		padding:0;
	}
		.calendar-widget table.calendar-widget-table thead th a{
			color: #555555 !important;
			font-weight:normal;
		}
		.calendar-widget thead th div.prev-next-controls {
			float:right;
		}
		.calendar-widget thead th a.show-month {
			min-width:170px;
			display:inline-block;
		}
		.calendar-widget thead th a.prev, .calendar-widget thead th a.next{
			width:18px;
			height:32px;
			display:inline-block;
		}
		.calendar-widget thead th a.prev {
			background: url("../images/calendar_prev_arrow.png") no-repeat scroll 50% 50% transparent !important;
			margin-left:10px;
		}
		.calendar-widget thead th a.next {
			background: url("../images/calendar_next_arrow.png") no-repeat scroll 50% 50% transparent !important;
		}	
	.calendar-widget table.calendar-widget-table tbody td {
		font-family: 'bariolregular';
		font-size: 21px;
		letter-spacing: 1px;
		line-height: 36px;
		padding:1px;
		text-align:center;
		border:1px solid #eeeeee;
	}
	.calendar-widget tbody td.in-month {
		background: none repeat scroll 0 0 #CCCCCC;
	}
	.calendar-widget tbody td.out-of-month {
		background: none repeat scroll 0 0 #F6F6F6;
		color: #CDCDCD;
		opacity: 0.7;
	}
	.calendar-widget tbody td.in-month.hasEvent {
		background: none repeat scroll 0 0 #003DA5;
		color: #FFFFFF;
		background-image:none;
	}
	.calendar-widget tbody td.today.hasEvent  {
		background-image:none;
	}
	.calendar-widget tbody tr.calendar-header td {
		background-color:transparent;
		color: #E4002B !important;
		font-family: 'bariolregular';
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 35px;
		padding: 15px 0 4px !important;
		text-align: center;
		text-transform: uppercase;
		border:none;
	}
	.calendar-widget tbody tr.calendar-header td.calendar-header-day {
		border:none;
	}
	
/* Advert
-------------------------------------------- */
#advert {
	position:relative;
	overflow:hidden;
}
#advert .advert_text{
    font-size: 30px;
	display:block;
	color:#ffffff;
	position:absolute;
    bottom:0;
	padding:20px;
	font-family: 'bariolregular';
	line-height: 28px;
	font-style:italic;
}
#advert img {
	margin:0 !important;
}

/* News
-------------------------------------------- */
#latest-news div.newsItems {
	height:300px;
	overflow:hidden;
}
#latest-news li{
	list-style:none;
	margin-left:0;
}

/* Banner
-------------------------------------------- */
#banner {
    background: url("../images/banner_img.png") repeat-y scroll 0 50% transparent;
}
.bannerContent div.box_inner{
    padding: 20px 10px 10px;
}
.bannerContent h1 {
	font-size:48px !important;
	line-height:48px !important;
}
.bannerContent ul {
    min-height: 160px;
    padding: 0 0 27px;
}
.bannerContent ul li {
    float: left;
    margin: 0 38px 0 0;
}
.bannerContent ul li a {
    display: block;
    min-height: 160px;
}
.bannerContent ul li a img {
    display: block;
	margin: 0 33px;
}
.bannerContent ul li a span {
    color: #555555;
    display: block;
    font-family: 'bariolregular';
    font-size: 25px;
    font-style: italic;
    line-height: 40px;
    margin: 0 0 20px;
    text-align: center;
}
.bannerContent ul li a:hover, .bannerContent ul li.active a {
    background: url("../images/arrow_Active.png") no-repeat scroll center bottom transparent;
}
.bannerContent p {
    font-family: 'bariolregular';
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 14px;
}
#picture-links {
	overflow:hidden;
}
#picture-links ul {
	margin:0;
	padding:0;
}
#picture-links ul li {
	padding:0;
	margin:0 10px 0 0;
	list-style:none;
}

/* Breadcrumbs
-------------------------------------------- */
.breadcrumbs {
	margin-top:10px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 1px #333333;
}
.breadcrumbs .inner-box {
	padding:0 20px 0 0;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs .inner-box {
		margin-left:20px;
		margin-right:20px;
	}
}
.breadcrumbs a {
	color:#E4002B;
}

/* GalleryHolderPage
-------------------------------------------- */
#galleryHolderArea .gallery-wrapper {
	float:left;
	text-align:center;
	margin-bottom:10px;
	width:194px;
	margin-right:9px;
}
#galleryHolderArea .gallery-wrapper.row-end {
	margin-right:0;
}

/* Gallery
-------------------------------------------- */
#galleryArea {
	overflow:hidden;
}
#galleryArea .galleryItem {
	float:left;
	margin:0;
}
#galleryArea .galleryItem .galleryItemThumbnail{
	margin:10px 5px;
}
#galleryArea .galleryItem .galleryItemThumbnail img{
	margin:0;
	width:100%;
}
#galleryArea .galleryItem .imgLabel{
	display:none;
}
#galleryArea .nextGallery {
	width:150px;
	height:102px;
	background-color:#ffffff;
	margin: 10px 5px;
}
#galleryArea .nextGalleryLink {
  display: block;
  padding: 38px 5px;
  text-align: center;
}

/* Soundbite
-------------------------------------------- */
.soundbite {
	font-family: 'bariolregular';
	font-size: 32px;
	font-style: italic;
	line-height: 34px;
}

/* Errors
-------------------------------------------- */
.error {
	background-color: #E4002B;
	color:#ffffff;
	border:1px solid #A49C93;
	padding:20px;
	margin:30px 0;
}

/* Sitemap
-------------------------------------------- */
.sitemap { padding: 30px 0;}
.sitemap li { padding: 0 0 0 5px; margin: 0 0 0 10px; list-style-type: disc; }
.sitemap > li {}
.sitemap > li > a {  }
.sitemap ul.SitemapChildren {margin:5px 0 0;}

/* Right title */
.right-title {
	display:inline;
	margin-left:10px;
	font-size:14px;
	vertical-align:middle;
	color:#888;
}

/* Bookings
-------------------------------------------- */
.field.product label {
	display:inline-block;
}
.field.product .fieldgroup-field label {
	display:inline-block;
	min-width: 200px;
	padding-top: 5px;
}
.field.product select.multiple_product_field {
	min-width: 50px;
	width:auto;
}
.field.product label.right {
	display:inline;
	font-size:14px;
	vertical-align:middle;
}
.field.product label.checkboxfield-small {
	display:inline;
}

/* Forms */
.middleColumn {
	overflow:hidden;
	max-width:450px;
}
.field.hide-title label {
	display:none;
}

/* Messages */
.typography p.message {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 10px;
	border: 1px solid #FFF;
}
 
p#SuccessMessage {
    color:#3E933A;
    background:#E2F7D8;
    border-color:#9FDE9C;
}
 
p#NoticeMessage {
    color:#CCBD00;
    background:#FFF8D7;
    border-color:#F1E988;
}
 
p#ErrorMessage {
    color: #DA1D1D;
    background: #FFDFDF;
    border-color: #FFBBBB;
}

/*form errors*/
.error{
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
  margin: 0px;
  padding:6px 5px;
}

label.error {
  vertical-align: middle;
  border: none;
  /*margin-left: 10px;
  position: absolute;
  white-space: nowrap */
}

label.error:before {
display:block;
margin-top:5px;
content:'';
}

/* Twitter
-------------------------------------------- */
#tweeter li {
	list-style:none;
	margin-left:0;
}

div#tweeter {
    max-height: 310px;
    overflow: auto;
    border-radius: 0px 0px 0px 3px;
}

/* Media queries
-------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#sidebar {
		width:256px;
	}
	.main {
	  background: url("../images/MainContent_Bg.png") repeat-y scroll -128px top transparent;
	}
	.calendar-widget table.calendar-widget-table thead th{
		font-size: 25px;
	}
	#galleryHolderArea .gallery-wrapper {
		width:50%;
		margin-right:0;
	}
	
	#sidebar .basket-block {
		width: 236px;
	}
}
@media only screen and (max-width: 767px) {
	.ddsmoothmenu ul li {
		border-right: 1px solid #E4002B;
		float: left;
		height: 34px;
		position: relative;
		width:100%
	}
	header .tag_line {
		text-align:center;
	}
	header .site_name{
		background:url(../images/logo.png) 50% 0 no-repeat #ffffff;
	}
	.searchBox {
		float:none;
	}
	.searchBox input.srchbox {
		width:375px !important;
	}
	#sidebar {
		background: none;
		min-height:0;
	}
	
	#sidebar .basket-block {
		width: initial;
	}
	
	#galleryHolderArea .gallery-wrapper {
		width:50%;
		margin-right:0;
	}
}
@media only screen and (max-width: 620px) {
	#picture-links {
		display:none;
	}
	.fwoss {
		width:100%;
	}
	.page{
		box-shadow:none;
		width:auto;
		margin:0 auto;
	}
	#content img{
		width:100%;
		margin:5px 0;
	}
	#content .galleryItem img {
		width:auto;
	}
	#sidebar {
		background: none;
		min-height:0;
	}
	table thead{
		font-size:10px;
		line-height:14px;
	}
	table tr td a.btn{
		font-size:10px;
		padding:2px 5px;
		line-height:15px;
	}
	#galleryArea .galleryItem {
		width:50%;
	}
	#galleryHolderArea .gallery-wrapper {
		width:100%;
	}
	#galleryHolderArea .gallery {
		margin-right:0 !important;
		margin-left:0 !important;
		
	}
}
@media only screen and (max-width: 350px) {
	#galleryArea .galleryItem {
		width:100%;
	}
	#galleryHolderArea .gallery-wrapper {
		width:100%;
	}
	#galleryHolderArea .gallery {
		margin-right:0 !important;
		margin-left:0 !important;
		
	}
}

/* Profile menu */
#ProfileMenu li {
	list-style: none;
	margin-left:0;
}
#ProfileMenu li a i.fa{
	width:25px;
}
@media only screen and (max-width: 767px) {
	#ProfileMenu li {
		display: inline-block;
		margin: 5px 30px 5px 0;
	}
}

/* Drop down profile menu */
.account-menu {
	float:right;
}
#ProfileMenuIcon {
	font-size:30px;
	float:right;
	background:#ffffff;
	padding:10px;
}
#ProfileMenuDropdown {
	display:none;
    padding: 20px;
    background: #ffffff;
    margin-top: 50px;
    z-index: 100;
    position: absolute;
    width: 150px;
    right: 20px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}
#ProfileMenuDropdown.active{
    display: block;
}

/* Basket */
.basket-block {
    margin: 20px 10px;
}

.basket-block td{
	line-height: 20px;
}

.basket-block .total {
	float:right;
	margin-right: 5px;
}
#top-bar .basket-dropdown {
	display:none;
	background: #ffffff;
	z-index: 5;
}
#top-bar .basket-dropdown.show {
	display:block;
}
#top-bar .basket-dropdown .basket-block {
	padding:20px;
	margin:0;
}
@media only screen and (max-width: 767px) {
	#sidebar .basket-block {
		display:none;
	}
}

/* Account Messages */
.account-messages {
	margin: 10px -5px;
}
.account-message {
	margin: 0px;
	padding:6px 5px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	margin-bottom:5px;
}
.account-message .message-text {
	padding: 10px 10px;
}
.account-message.good {
    color:#3E933A;
    background:#E2F7D8;
    border-color:#9FDE9C;
}
.account-message.warn {
    color:#CCBD00;
    background:#FFF8D7;
    border-color:#F1E988;
}
.account-message.bad {
    color: #DA1D1D;
    background: #FFDFDF;
    border-color: #FFBBBB;
}
.account-message .dismiss {
	color: #3e3e3e;
	position: absolute;
	width: 25px;
	height: 25px;
	top:5px;
	right:3px;
	text-align: center;
}
.account-message .dismiss:hover {
	color: #D80000;
	cursor: pointer;
}
#memberships label {
	display: inline-block;
	width: calc(100% - 30px);
	margin-bottom:5px;
}

/* iframes */
iframe {
	max-width:100% !important;
}