/*This site is built using an Object Oriented CSS Methodology*/
/*----------------------*\
     Contents
\*----------------------*/
/*
Reset
Shared
Clearfix
Main
Header
Content
Footer
Media
Island
Type
Images
Tables
Misc (accessibilty and colours)
Flexslider
Mediaqueries
*/

/*-----------------------*\
     $reset
\*-----------------------*/
/*Thanks to CSS Wizardry*/
*{
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0; 
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:700;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,option,optgroup,
textarea{
	font:inherit;
}
                      #recipientEmailAddress {display:none}

/*----------------------*\
     $shared
\*----------------------*/
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr,
.source{
	margin-bottom:10px;
	margin-bottom:1rem;
}
ul,ol,dd{
	margin-left:1em;
}
label,
.text-input,
textarea,
.btn{
	cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}
.clear-b{
	clear:both;
}
.align-c{
	text-align:center;
}
.align-r{
	text-align:right;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mobileMenu{
	width:100%;
}
/*----------------------*\
	$clearfix
\*----------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
	overflow:hidden;
}
.ie8 .cf:before{
	display:inline;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
/*----------------------*\
     $main
\*----------------------*/
html{
	overflow-y:scroll;
	line-height:1.5;
	font-size:10px;
	letter-spacing:0;
	min-height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body{
	min-width:320px;
	font-family: "filson-soft",sans-serif;
	font-weight:300;
	color:rgb(71,67,87);
	left:0;
	font-size:15px;
	font-size:1.5rem;
	-webkit-transition: all 350ms ease-in;
	-o-transition: all 350ms ease-in;
	-moz-transition: all 350ms ease-in;
  background: rgb(255,255,255);
}
.container {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	padding:2em 2.5%;
}
.header .container {
	width:100%;
	margin:0 auto;
	max-width:none;
	background:rgb(255,255,255);
	z-index:2;
	padding:0;
}
footer .container {
  padding: 0;
  max-width:1400px;
}
.innercontainer {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  text-align:center;
  padding:2em 6%;
}
.innercontainer.newspage {
  max-width: 750px;
}
.hours-page .innercontainer {
  max-width: 900px;
}
.shopdirectory .innercontainer {
  max-width: none;
  padding:0 0 2em 0!important;
}
.innerhero .innercontainer {
  padding:0;
  background: rgb(240,240,240);
}
.shoppage .innercontainer {
  max-width: 1120px;
}
.logobar .container {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width:none;
}
.socialbar .container {
  padding:0 2.5% 2em 2.5%;
}
.content {
  background:rgb(255,255,255);
}
/*------------------------------------*\
	$type
\*------------------------------------*/
/* Large */
.giga{
	font-size:72px;
	font-size:7.2rem;
}
.mega{
	font-size:48px;
	font-size:4.8rem;
}
.kilo{
	font-size:33px;
	font-size:3.3rem;
}

h1,.h1{
	font-size:46px;
	font-size:4.6rem;
  text-align:center;
  color: rgb(173,45,142);
  font-weight:300;
  line-height: 1.2;
}
h2,.h2{
	font-size:32px;
	font-size:3.2rem;
  color: rgb(173,45,142);
  font-weight:300;
  line-height: 1.2;
}
h3,.h3{
	font-size:27px;
	font-size:2.7rem;
  color: rgb(173,45,142);
}
h4,.h4{
	font-size:23px;
	font-size:2.3rem;
}
h5,.h5{
	font-size:21px;
	font-size:2.1rem;
}
h6,.h6{
	font-size:19px;
	font-size:1.9rem;
}
p,.para{
	font-size:16px;
	font-size:1.6rem;
	line-height:1.4;
}

/* Small */
small,.milli{
	font-size:12px;
	font-size:1.2rem;
}
.nano{
	font-size:10px;
	font-size:1rem;
}
/* Weights */
.thin{
	font-weight:100;
}
.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.semi-bold{
	font-weight:600;
}
.bold{
	font-weight:700;
}
.capitals{
	text-transform:uppercase;
}
.letter-spacing{
	letter-spacing:1px;	
}

/*--- LINKS ---*/
a {
	color:rgb(136,186,31);
}
a:hover {
	text-decoration:underline;
}

/*--- LISTS ---*/
li > ul,
li > ol {
	margin-bottom:0;
}

/*--- QUOTES ---*/
q{ quotes:"‘" "’" "“" "”"; }

q:before{ content:"‘"; content:open-quote; }
q:after{ content:"’"; content:close-quote; }

q q:before{ content: "“"; content: open-quote; }
q q:after{ content: "”"; content: close-quote; }

blockquote{ quotes: "“" "”"; }
blockquote p:before{ content: "“"; content: open-quote; }
blockquote p:after{ content: ""; content: no-close-quote; }
blockquote p:last-of-type:after{ content: "”"; content: close-quote; }

blockquote{
	text-indent:-0.4em;
}

@font-face {
  font-family: 'fs';
  src: url('../css/font/fs.eot?51673709');
  src: url('../css/font/fs.eot?51673709#iefix') format('embedded-opentype'),
       url('../css/font/fs.woff2?51673709') format('woff2'),
       url('../css/font/fs.woff?51673709') format('woff'),
       url('../css/font/fs.ttf?51673709') format('truetype'),
       url('../css/font/fs.svg?51673709#fs') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fs';
    src: url('../font/fs.svg?51673709#fs') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fs";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-buy:before { content: '\e800'; } /* '' */
.icon-pin:before { content: '\e801'; } /* '' */
.icon-menu-2:before { content: '\e802'; } /* '' */
.icon-bag:before { content: '\e803'; } /* '' */
.icon-twitter-1:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\e805'; } /* '' */
.icon-clock-1:before { content: '\e806'; } /* '' */
.icon-location:before { content: '\e807'; } /* '' */
.icon-tag:before { content: '\e808'; } /* '' */
.icon-thumbs-up:before { content: '\e809'; } /* '' */
.icon-heart:before { content: '\e80a'; } /* '' */
.icon-star:before { content: '\e80b'; } /* '' */
.icon-mail:before { content: '\e80c'; } /* '' */
.icon-user:before { content: '\e80d'; } /* '' */
.icon-info-1:before { content: '\e80e'; } /* '' */
.icon-baby_change:before { content: '\e80f'; } /* '' */
.icon-leasing:before { content: '\e810'; } /* '' */
.icon-wifi:before { content: '\e811'; } /* '' */
.icon-right-open-big:before { content: '\e817'; } /* '' */
.icon-down-open-big:before { content: '\e818'; } /* '' */
.icon-up-open-big:before { content: '\e819'; } /* '' */
.icon-star-2:before { content: '\e81c'; } /* '' */
.icon-banking:before { content: '\e81f'; } /* '' */
.icon-bus:before { content: '\e820'; } /* '' */
.icon-car:before { content: '\e821'; } /* '' */
.icon-clock:before { content: '\e822'; } /* '' */
.icon-disabled:before { content: '\e823'; } /* '' */
.icon-fb_outline:before { content: '\e824'; } /* '' */
.icon-food:before { content: '\e825'; } /* '' */
.icon-info:before { content: '\e826'; } /* '' */
.icon-location-1:before { content: '\e827'; } /* '' */
.icon-music:before { content: '\e828'; } /* '' */
.icon-news:before { content: '\e829'; } /* '' */
.icon-opening:before { content: '\e82a'; } /* '' */
.icon-package:before { content: '\e82b'; } /* '' */
.icon-parking:before { content: '\e82c'; } /* '' */
.icon-phone:before { content: '\e82d'; } /* '' */
.icon-star-1:before { content: '\e82e'; } /* '' */
.icon-train:before { content: '\e82f'; } /* '' */
.icon-tube:before { content: '\e830'; } /* '' */
.icon-tw_outline:before { content: '\e831'; } /* '' */
.icon-wc:before { content: '\e832'; } /* '' */
.icon-wifi-1:before { content: '\e833'; } /* '' */
.icon-instagram-circled:before { content: '\f05e'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled-1:before { content: '\f30a'; } /* '' */
.icon-facebook-1:before { content: '\f30c'; } /* '' */
.icon-facebook-circled-1:before { content: '\f30d'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */



/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}
/*----------------------*\
     $flexslider
\*----------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: rgb(245,245,245); position: relative;  zoom: 1;z-index:0;max-width:1500px;margin: 0 auto 20px;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; position:static;}
.flex-direction-nav li {position:static;}
.flex-direction-nav a {width: 48px; height: 47px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity:1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5%; }
.flex-direction-nav .flex-prev {left: 5%;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider.loading .slides > li:first-child { opacity: 1 !important; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*------------------------------------*\
  $bgstretcher
\*------------------------------------*/
.bgstretcher {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bgstretcher ul, .bgstretcher ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bgstretcher img{
  max-width:100%;
}
.bgstretcher-area, .bgstretcher-page{
  height:100%;
}
/*------------------------------------*\
  $forms
\*------------------------------------*/
input, .newsletter input {
    width: 100%;
    background-color: rgb(255,255,255);
    color: rgb(88,97,102);
    padding: 7px;
    margin: 0 0 1em 0;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid rgb(173,45,142);
}
input:focus {
  background:rgb(234,234,236);
}
input#submit, .newsletter button, .signuppage button {
  -webkit-appearance: none;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid rgb(173,45,142);
  color: rgb(255,255,255);
  background: rgb(173,45,142);
  font-family: "filson-soft",sans-serif;
  line-height: 1;
  padding: 10px 12px;
}
input#submit:hover, .newsletter button:hover {
  background: rgb(173,45,142);
  color: rgb(255,255,255);
}
.boxbutton {
  text-transform: uppercase;
  color: rgb(71,67,87);
  font-weight: 700;
  border: 1px solid rgb(173,45,142);
  background: transparent;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.boxbutton:hover {
  color: rgb(255,255,255);
  background: rgb(173,45,142);
  text-decoration:none;
}
.ie__show {
  display: none;
}
/*------------------------------------*\
	$colours
\*------------------------------------*/
.green {
	color:rgb(136,186,31);
}
.lh-green {
	color:rgb(164,203,91);
}
.blue {
	color:rgb(99,209,204);
}
.red {
	color:rgb(216,59,125);
}
.grey {
  color:rgb(90,87,90);
}
.purple {
  color:rgb(173,45,142);
}


/*------------------------------------*\
  $generic
\*------------------------------------*/
.intro {
  margin: 0 auto 2em auto;
  text-align: center;
  display: block;
  width: 90%;
  max-width: 900px;
}
.intro p {
  font-size:18px;
  font-size:1.8rem;
}
.intro p:last-of-type {
  margin-bottom:0;
}
.clickcollect-intro {
  margin: 0 auto;
}
.innerhero {
  display:none;
}
/*------------------------------------*\
	$header
\*------------------------------------*/
.header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 86px;
  right: 0;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  background: rgb(255,255,255);
	-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
}
.header--fixed {
  height: 86px;
}
.header--moving  {
  height: 54px;
}
.header-left {
	float: left;
  display: block;
  width: 25%;
  max-width: 115px;
}
.header-hours p {
  font-size: 15px;
  font-size: 1.5rem;
}
.header-right {
	float: right;
  display: block;
  width: 25%;
}
.header-postcode {
  display: block;
  width: 100%;
  background: rgb(136,186,31);
  padding: 21px 5px;
  color: rgb(255,255,255);
  text-align: center;
  line-height: 1;
  margin: 0;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header--moving .header-postcode {
    padding: 12px 5px;
}
.header-logo {
  width: 86px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  background:rgb(255,255,255);
}
.header--moving .header-logo {
  display: none;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
}
.header-social {
	display:none;
}
.menu-icon {
  padding: 18px;
  float: right;
  font-size: 50px;
  font-size: 5rem;
  z-index: 30;
  line-height: 0;
  display: inline-block;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.menu-icon:hover {
	color:rgb(90,87,90);
}
.menu-icon-active {
  background: transparent;
  color: rgb(255,255,255);
}
.menu-icon:hover, .menu-icon:active {
  text-decoration: none;
}
.header--moving .menu-icon {
  padding: 7px 13px 7px 0;
  font-size: 40px;
  font-size: 4rem;
}
.header__nav {
  width: 250px;
  position: absolute;
  top: 0;
  right: -250px;
	background:rgb(136,186,31);
  background: rgba(136,186,31,0.9);
  z-index: 19;
  height: 2000px;
  display: block;
  padding: 0;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header__nav-active {
    right: 0;
    width: 100%;
}
.header__nav ul {
	width:80%;
  padding: 0;
  list-style: none;
  max-width: 1240px;
  margin: 56px 10%;
}
.header__nav ul li a {
  color: rgb(255,255,255);
  font-size: 22px;
  font-size: 2.2rem;
	line-height: 1.3;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
	-webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
}
.header-hours {
	display:none;
}
.header__nav .subtext {
  font-size: 18px;
  font-size: 1.8rem;
}
.header__nav ul li a:hover {
  text-decoration:none;
  color: rgb(173,45,142);
}
.header-postcode:hover {
  text-decoration:none;
  background:rgb(173,45,142);
}
/*------------------------------------*\
  $footer
\*------------------------------------*/
footer {
  width: 100%;
  display: block;
  padding: 2em 5%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cde1a1+0,cde2a5+100&1+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(205,225,161,1) 0%, rgba(205,226,165,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,225,161,1) 0%,rgba(205,226,165,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,225,161,1) 0%,rgba(205,226,165,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde1a1', endColorstr='#00cde2a5',GradientType=0 ); /* IE6-9 */
}
.footer-left__logo {
  display: block;
  width: 100px;
  margin: 0 auto 2em auto;
}
.footer-right__nav {
  margin: 0 auto 2em auto;
  text-align: center;
}
.footer-nav {
    margin: 0 auto 2em auto;
}
.footer-right__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-right__nav li {
  display: inline-block;
  margin: 0 10px 7px 10px;
}
.footer-nav a {
  color:rgb(71,67,87);
  font-weight:700;
}
.footer-right__social {
  text-align: center;
  display: none;
}
.footer-nav {
  margin: 0 0 20px 0;
  width:100%;
  max-width: 1000px;
  float: right;
  font-size: 17px;
  font-size: 1.7rem;
}
.footer-right__terms {
  color: rgb(71,67,87);
  float: right;
  width: 100%;
  max-width: 900px;
}
.footer__small p, .footer__small a {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__details p {
  font-size: 14px;
  font-size: 1.4rem;
}
/*------------------------------------*\
  $home
\*------------------------------------*/
.home-js-ph {
  display:block;
}
.home-js-dsk {
  display:none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  cursor:pointer;
}
.slides a {
  width: 100%;
  display: block;
}
.slides img {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  cursor:pointer;
}
.homehero-boxes {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  display:none;
}
.homehero-boxes_center {
  width:65%;
  display:block;
  margin:0 auto 2em auto;
}
.homehero-boxes a {
  display:block;
  width:100%;
  padding:6px;
  text-align:center;
  color:rgb(255,255,255);
  font-size: 25px;
  font-size: 2.5rem;
  cursor:pointer;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
}
.homehero-boxes a:hover {
  text-decoration:none;
  cursor:pointer;
  background:rgb(173,45,142);
}
.homehero-boxes_one {
  background:rgb(195,95,171);
  background:rgba(195,95,171,0.8);
}
.homehero-boxes_two {
  background:rgb(173,45,142);
  background:rgba(173,45,142,0.8);
}
.homehero-boxes_three {
  background:rgb(195,95,171);
  background:rgba(195,95,171,0.8);
}
.homeboxes .icon {
    display: block;
    width: 76px;
    margin: -65px auto 0px auto;
    background: rgb(139,250,239);
    padding: 11px;
}
.logobar {
    display: block;
    width: 100%;
    padding: 20px 0 17px 0;
    background: rgb(245,245,245);
    color:rgb(255,255,255);
}
.home .offers h1 {
  display:none;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display:none;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgb(222,225,228);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
.logoitem a img {
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  width: 70%;
  margin: 0 auto;
  max-width: 170px;

}
.logoitem a:hover img {
    opacity: 1;
}
.cluster {
  display:block;
  width:90%;
  max-width:1240px;
  margin:0 auto;
}
.clustersection {
  display:block;
  width:100%;
  margin:0 auto;
  float:left;
}
.clustersection-left {
  display:none;
}
.overlay-text {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 19% 12%;
    height: 100%;
    text-align: center;
    color: rgb(255,255,255);
    line-height: 1;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
}
.overlay-text a {
    padding: 6% 0;
    font-size: 70px;
    font-size: 7rem;
    color:rgb(99,209,204);
    text-align: center;
    display: inline-block;
    width: 33.3%;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
}
.overlay-text a:hover {
  text-decoration:none;
  color:rgb(216,59,125);
}

.quicklinks {
  display: block;
  width: 95%;
  margin: 0 auto 2em auto;
  max-width: 600px;
}
.quicklinks a {
  font-size: 16px;
  font-size: 1.6rem;
  color:rgb(173,45,142);
  font-weight: 600;
  line-height: 1.2;
  display: block;
  float: left;
  width: 33%;
  margin-top: -10px;
  text-transform:uppercase;
  text-align: center;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.quicklinks a:hover {
  color:rgb(141,25,113);
  text-decoration:none;
}
.quicklinks i {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.1;
  color:rgb(170,207,93);
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.quicklinks a:nth-of-type(2) i {
  color:rgb(136,186,31);
}
.quicklinks a:hover i {
  color:rgb(173,45,142);
}
.newsletter {
  width: 100%;
  display: block;
  max-width: 470px;
  margin: 0 auto;
}
.newsletter h4 {
  font-family: "shelby",sans-serif;
  color: rgb(136,186,31);
  font-size: 65px;
  font-size: 6.5rem;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 0.8;
  padding-bottom: 0;
}
.newsletter p {
    text-align: center;
    width: 80%;
    margin: 0 auto 20px auto;
}
.newsletter a {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  background: rgb(173,45,142);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.newsletter form {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

/*------------------------------------*\
  $shop directory
\*------------------------------------*/
.shopdirectory {
  background:rgb(255,255,255);
}
.shopdirectory-menu {
  background:rgb(230,230,230);
  padding:0 2.5%;
}
.shopdirectory-menu_container {
  max-width:1240px;
  margin:0 auto;
}
.shopdirectory-menu p, .shopdirectory-menu a.storeplan {
  font-size: 15px;
  font-size: 1.5rem;
  margin:0 auto;
  text-align: center;
  display:block;
  padding:10px;
  float:left;
  color: rgb(71,67,87);
  line-height: 1.4;
}
.shopdirectory-menu .reveal {
  display: block;
  cursor: pointer;
  float: left;
  z-index: 10;
  border-left:1px solid rgb(255,255,255);
  border-right:1px solid rgb(255,255,255);
}
.shopdirectory-menu .reveal:hover, .shopdirectory-menu a.storeplan:hover {
  background:rgb(200,200,200);
  text-decoration:none;
}
.shopsmenu {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  padding:2em 2.5%;
}
.tabs {
  width: 100%;
  display: block;
  clear: both;
  padding: 20px;
  float: left;
  z-index: 9;
}
.directory-category-tab {
  display: block;
  cursor: pointer;
  padding: 7px 16px 7px 0;
  text-align: center;
  margin: 0.2em auto;
  color: rgb(71,67,87);
  font-size: 17px;
}
.tabs .active {
  color: rgb(173,45,142);
}
.shopdirectory ul {
  list-style: none;
  width: 100%;
  display: block;
  margin: 2em auto;
  padding: 0;
}
.shopdirectory ul h2 {
  font-weight: 300;
  color: rgb(173,45,142);
  padding: 0 0 0 13px;
  font-size: 29px;
  font-size: 2.9rem;
}
.shopdirectory li {
  width: 46%;
  float: left;
  display: block;
  text-align: center;
  margin: 0 2% 1.3em 2%;
  background: rgb(255,255,255);
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  padding: 10px 6px;
  border:1px solid rgb(173,45,142);
}
.shopdirectory li:hover {
  background: rgb(230,230,230);
}
.clickcollect ul {
  margin: 0 auto 2em auto;
} 
.shopdirectory .revealcontent {
  clear: both;
}
/*------------------------------------*\
  $shop
\*------------------------------------*/
.shop-outer h1 {
  opacity:0;
  line-height:0;
}

.shoppage .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.shopimage {
  display: none;
}
.shopdetails-section {
  text-align:center;
  padding: 10px 30px;
  background:rgb(250,240,252);
  color:rgb(255,255,255);
}
.shopdetails-section i {
  font-size: 70px;
  font-size: 7rem;
  color:rgb(136,186,31);
}
.shopdetails-section p {
  width:100%;
  max-width:650px;
  margin: 0 auto 10px auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgb(71,67,87);
}
.shopdetails-section p.phonenumber {
  color: rgb(173,45,142);
}
.shopdetails-section h1 {
  display:none;
}
.shopdetails-section h4 {
  text-transform:uppercase;
}
.shopdetails-section .link{
  margin:25px auto;
}
.shopdetails-section .boxbutton{
  padding:5px 20px;
}
.shopdetails-section .boxbutton:hover {
  background: rgb(173,45,142);
  color: rgb(255,255,255);
  text-decoration: none;
}
.shoptitle {
  display:block;
  width:100%;
  padding:0 5%;
  background:rgb(255,255,255);
}
.shoptitle img {
  width:100%;
  max-width:250px;
  margin:0 auto;
}
.shoptitle h1 {
  display:none;
}
.shoptext {
  background:rgb(255,255,255);
}
.shopopening {
  background: rgb(245,245,245);
}
.shopcontact {
  background:rgb(255,255,255);
}
.shopcontact h4 {
  margin-bottom:3px;
}
p.phonenumber, a.phonenumber, .phonenumber a {
  font-size: 30px;
  font-size: 3rem;
}
.shoppage h3 {
  font-weight:300;
}

/*------------------------------------*\
  $centre plan
\*------------------------------------*/
.storemap {
    background: rgb(255,255,255);
}
.centre-plan {
    padding: 2em 0 0 0;
    display: block;
    width: 100%;
  max-width:1200px;
  margin:0 auto;
}
.caption {
    background-color: rgb(255,255,255);
    border: 1px solid rgb(173,45,142);
    padding: 0 0.5em 1em 0.5em;
    position: fixed;
    width: 250px;
    z-index: 10;
    display:none;
}
.caption__logo{
  margin:0 auto;
  width:85%;  
  overflow:hidden;
}
.caption__logo img{
  margin:0 auto;
  overflow:hidden;
}
.caption__bd {
  margin:0 auto;
  width:90%;  
}
.caption__bd p {
  font-size:13px;
  font-size:1.3rem; 
  text-align:center;
  margin-bottom: 0;
  color: rgb(38,50,56);
}
.caption__bd h2{
  font-size:16px;
  font-size:1.6rem; 
  color: rgb(173,45,142);
  text-align:center;
  line-height:1.2;
  text-transform:uppercase;
}
.caption-days{
  font-weight:700;
  padding-top:0.25em;
}
.caption__bd .tel-title{
  padding:1em 0 0.5em 0;
  margin:0;
}
.caption__bd .hours-title{
  padding:0 0 0.25em 0;
  margin:0;
}
/*------------------------------------*\
  $information
\*------------------------------------*/
.block {
  display:inline-block;
  text-align: left;
  width: 100%;
  padding: 0 20px;
  margin:0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border:1px solid rgb(173,45,142);
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.block:before {
  content: '';
  display: block;
  height: 60px;
}
.block:after {
  content: '';
  display: block;
  height: 20px;
}
.block i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 60px;
  font-size: 6rem;
  color:rgb(136,186,31);
}
.offerspage .block i {
  right: 40px;
}
.block h3 {
  text-transform:uppercase;
  font-weight:300;
  line-height: 1.2;
  width: 100%;
  max-width: 250px;
}
.block h5 {
  color: rgb(173,45,142);
  font-weight:300;
  margin-bottom:0.3em;
}
.block a {
  font-weight:500;
}
.columns .block-spacer {
    display: inline-block;
    width: 100%;
    height: 30px;
} 
.info-block .icon {
    display: block;
    width: 56px;
    float: right;
    margin: -36px 0 20px 20px;
}
/*------------------------------------*\
  $find us
\*------------------------------------*/
.map {
  width: 100%;
  display: block;
  height: 25em;
  margin: 0 auto;
}
/*------------------------------------*\
  $offers
\*------------------------------------*/
.offerspage {
  width: 100%;
  margin: 0 auto;
  max-width:900px;
}
.offerspage.newoffers {
  max-width:1170px;
}
.offer, .whatson {
  text-align: left;
  width: 100%;
  padding: 20px;
  margin: 0 0 30px 0;
}

.offer-logo, .whatson-logo {
  text-align: center;
  width: 60%;
  padding: 0;
  margin: 0 auto 0.5em auto;
  float:left;
}
.offer__description {
  float:left;
}
.offerspage .block:before {
  content: '';
  display: block;
  height: 20px;
}

.newoffers ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.newoffers li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.newoffers li .offer-img {
    border-top: 1px solid rgb(173,45,142);
    border-left: 1px solid rgb(173,45,142);
    border-right: 1px solid rgb(173,45,142);
}
.newoffers li .offer-description {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgb(173,45,142);
    border-left: 1px solid rgb(173,45,142);
    border-right: 1px solid rgb(173,45,142);
}
.newoffers li .offer-description h2 {
    margin-bottom: 0;
}
.newoffers ul li:after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 30px;
}
.offer-description_inner {
  padding:15px;
}
.newoffers h2 {
    font-size: 32px;
    font-size: 2.4rem;
    color: rgb(173,45,142);
    font-weight: 300;
    line-height: 1.2;
}

/*------------------------------------*\
  $leasing
\*------------------------------------*/
.grey-bg {
  background: rgb(245,245,245);
}
.leasing {
  max-width: 960px;
  margin: 0 auto;
}
.letting-agents {
    width: 100%;
    margin: 0 auto;
}
.agent {
  background:rgb(255,255,255);
  text-align:center;
  margin:2em 0;
}
.agent:before {
  height:30px!important;
}
.agent:last-of-type {
  margin-bottom:0;
}
.agent-logo {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 2em auto;
}
.agent h4 {
  font-size: 32px;
  font-size: 3.2rem;
  color: rgb(173,45,142);
  font-weight: 300;
}
/*------------------------------------*\
  $terms etc
\*------------------------------------*/
.terms {
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
}
.thanks {
    text-align: center;
}

/*------------------------------------*\
  $news events
\*------------------------------------*/
.main-img {
  margin: 0 auto 2em;
  max-width: 750px;
}
.date {
  margin-bottom: 1em;
}
.date h4 {
  margin-bottom: 0
}
.event-text {
  max-width: 960px;
  margin: 0 auto;
}
.event-text ul {
  width:100%;
  display:block;
  list-style: none;
  padding:0;
  margin:0;
}
.event-text li {
  font-weight:500;
  margin:0 0 20px 0;
}
.blackfriday .event-text li {
  font-weight:300;
  margin:0 0 5px 0;
}
.event-text p {
  margin-bottom: 2em;
}
.news-index {
  padding:0;
  width:100%;
  max-width:800px;
  margin: 0 auto;
}
.news-index .block {
  padding:0;
  margin: 0 auto 30px ;
}
.news-index .block .menu-text {
  padding: 20px 20px 20px 20px;
}
.news-index .block:before, .news-index .block:after {
  display:none;
}
.event-text ol {
    text-align: left;
    width: 600px;
    margin: 0 auto 2em auto;
}
.nonews .menu-img {
  max-width:400px;
  margin:0 auto;
}
.nonews h4 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight:400;
}
/*------------------------------------*\
  $charity
\*------------------------------------*/
.charity p img {
    width: 50%;
    display: block;
    float: right;
    margin: 0 0 20px 20px;
}


/*------------------------------------*\
  $Grotto Page
\*------------------------------------*/
.time-listings {
    max-width: 500px;
    margin:0 auto;
}
.time-listings li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(136,186,31);
    float: left;
}
.time-listings li p.date {
    float: left;
    width: 60%;
    text-align: left;
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 600;
}
.time-listings li p.time {
    float: right;
    text-align: right;
    display: block;
    width: 40%;
    padding: 10px 0;
    margin-bottom: 0;
}

.signuppage  {
    text-align:center;
}
.signuppage  form {
  width:100%;
  max-width:600px;
  margin:0 auto 30px auto;
}
.signuppage .checkbox {
    font-size:13px;
    font-size:1.3rem;
    text-align:left;
    margin-bottom:30px;
}
.signuppage input {
    padding:15px;
    font-size: 18px;
    font-size: 1.8rem;}
.signuppage .checkbox input {
    width: auto;
    -webkit-appearance: checkbox;
    padding: 0;
    margin: 0;
    height:auto;
}
.signuppage button {
  padding:20px;
  text-transform:uppercase;
  font-weight:600;
  max-width:350px;
}
.signuppage button:hover {
  background:rgb(136,186,31);
}


/*----------------------*\
     $Accessibility
\*----------------------*/
.accessibility {
  display:block;
  width:90%;
  margin:0 auto;
  max-width:900px;
}
.access__option {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  border-bottom: 1px solid rgb(150,150,150);
}

.access__option i {
  text-align: center;
  font-size: 110px;
  line-height: 0;
  width: 100%;
  display: block;
  color: rgb(173,45,142);
}
.access__option h3 {
  margin-bottom:0;
}
.access__option p {
  color: rgb(79,78,78);
}
.access__option .more {
  font-weight:600;
  font-size:17px;
  color: rgb(173,45,142);
}
.access__option:hover {
    background:rgb(240,240,240);
}
.access__option a:hover, .access__option a:hover i, .access__option a:hover  h3, .access__option a:hover  p {
    text-decoration:none;
}

.sitemap ul {
  display:block;
  margin:0 0 0 30px;
  padding:0;
}
.sitemap ul li {
  font-size: 17px;
    font-size: 1.7rem;
  margin:0 0 10px 0;
}
.sitemap ul li ul li {
  margin:0;
}
.sitemap li.staging, .sitemap li.templates {
  display:none;
}


/*---------------------------*\
     $Cookie Consent Popup
\*---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;}.cc-window.cc-banner{padding:1em 1.8em;width:100%;}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:0}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:5px 4px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;}.cc-revoke.cc-right{right:3em;}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-compliance{display:block;width:35%;  margin: 0 auto;}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message{
  margin-bottom: 7px;
  display: block;
}

.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  padding: 10px !important;
  font-size: 14px !important;
  color: rgb(90,90,90) !important;
  width: 80% !important;
  margin: 0 10% 20px;
  line-height: 1.3 !important;
  border: 2px solid rgb(136,186,31);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  left: auto !important;
  text-align:center;
}

.cc-banner .cc-btn:last-child {
  width: auto !important;
  background: rgb(136,186,31);
  color: rgb(255,255,255);
  min-width: 100px !important;

}
.cc-color-override-1020485029 .cc-link {
  color: rgb(90,90,90) !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}


@media print{
	*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;} @page {margin:0.5cm;}h2,h3{orphans:3;widows:3;page-break-after:avoid;} p{orphans:3;widows:3;} pre,blockquote{border:1px solid #808080;page-break-inside:avoid;} abbr[title]:after{content:" (" attr(title) ")";} a,a:visited{color:#000000 !important;text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} img{max-width:100% !important;page-break-inside:avoid;} thead{display:table-header-group;} tr{page-break-inside:avoid;} .ir a:after{content:"";}}

/* Screen Widths - Change these to fit your breakpoints*/
@media only screen and (min-width: 375px){	
.header-logo {
    padding: 10px 20px 10px 0px;
}
.header-postcode {
  padding: 28px 5px;
}
.header-right {
    width: 36%;
}
.menu-icon {
  font-size: 41px;
  font-size: 4.1rem;
  padding: 18px 18px 18px 0;
}
.header-social {
    display: block;
    float: left;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 26px 5px 0 0px;
    line-height: 0;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header--moving .header-social {
    padding: 14px 5px 0 0px;
}
}

@media only screen and (min-width:414px){
.header-social {
  font-size: 31px;
  font-size: 3.1rem;
  padding: 27px 5px 0 0px;
  z-index: 9;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header--moving .header-social {
  padding: 13px 5px 0 0;
}
.menu-icon {
  padding: 21px 13px 18px 0;
}
.header-right {
    width: 40%;
}
.icon-instagram-circled {
  display:block;
}
.shopdirectory-menu p, .shopdirectory-menu a.storeplan {
  font-size: 17px;
  font-size: 1.7rem;
  padding:15px;
}
}
@media only screen and (min-width: 500px){
/*------------------------------------*\
  $home
\*------------------------------------*/
.logobar {
  display: block;
}
.overlay-text a {
  font-size: 100px;
  font-size: 10rem;
}
}
@media only screen and (min-width: 570px){	

/*------------------------------------*\
	$header
\*------------------------------------*/
.header-left {
  width: 140px;
  max-width: none;
}
.header-postcode {
  display: block;
  width: 100%;
  background: rgb(136,186,31);
  padding: 24.5px 5px;
  color: rgb(255,255,255);
  text-align: center;
  line-height: 1;
  margin: 0;
  font-size:19px;
  font-size:1.9rem;
}
.header-right {
  width: 40%;
}
.menu-icon {
	margin-left: 19px;
}
.header--moving .menu-icon {
  padding: 11px 18px;
}
.header-social {
  display: inline-block;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 0;
  float: right;
  padding: 16px 2px;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header-social:hover {
  text-decoration:none;
  color:rgb(164,203,91);
}
.header--moving .header-social {
  font-size: 42px;
  font-size: 4.2rem;
  padding: 10px 2px;
}
}
@media only screen and (min-width: 600px){ 
/*------------------------------------*\
  $footer
\*------------------------------------*/
.foot-ph {
  display: none;
}
/*------------------------------------*\
  $HOME
\*------------------------------------*/
/******* Home Hero *****/
.home-js-ph {
  display:none;
}
.home-js-dsk {
  display:block;
}
.homehero-ph {
  display: none;
}
.homehero-dsk {
  display: block;
  padding: 0;
}
.clustersection-two_bottom1 {
  float: left;
  width: 50%;
}
.clustersection-two_bottom2 {
  float: right;
  width: 50%;
}
.clustersection-three_top {
  float: right;
  width: 50%;
}
.clustersection-three_bottom {
  float: left;
  width: 50%;
  display: block;
}
.overlay-text a {
  font-size: 50px;
  font-size: 5rem;
}

/*------------------------------------*\
  $shop directory
\*------------------------------------*/
.shopdirectory li {
  width: 28.7%;
  margin: 0 2.25% 2.25em 2.25%;
}

/*------------------------------------*\
  $information
\*------------------------------------*/
.columns {
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}


/*------------------------------------*\
  $cookies
\*------------------------------------*/
.cc-banner.cc-bottom {
  width: 524px !important;
  margin: 0 30px 30px 27% !important;
  text-align: left;
}
.cc-window .cc-message {
    margin-bottom: 0;
    float: left;
    width: 75%;
}
.cc-compliance {
  width: 20% !important;
  float: right;
  margin-top: 5px;
}

}


@media only screen and (min-width: 650px){  

.newoffers ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.newoffers ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
}
@media only screen and (min-width: 700px){	
.innercontainer {
    padding: 2em 3%;
}
/*------------------------------------*\
	$header
\*------------------------------------*/
.header, .header--fixed {
  height: 100px;
}
.header--moving {
  height: 62px;
}
.header-left {
  width: 42%;
	max-width: 340px;
}
.header-postcode {
  padding: 31.5px 5px;
  width: 140px;
  float: left;
}
.header-hours {
  float: right;
  text-align: center;
  width: 140px;
  padding: 31px 0 28px 0;
  line-height: 1;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.header--moving .header-hours {
  padding: 13px 0 7px 0;
}
.header-hours p {
	margin-bottom:0;
}
.menu-icon {
  padding: 25px;
}
.header-social {
  padding: 23px 2px;
}
.header-logo {
  width: 101px;
  padding: 12px;
}
.header__nav {
  max-width:500px;
}
.header__nav ul {
  width: 60%;
  padding: 0;
  list-style: none;
  max-width: 600px;
  margin: 100px 35% 0 15%;
}



.clustersection-left {
  display:block;
  float: left;
  width: 33.3%;
}
.clustersection-middle {
    float: right;
    width: 66.5%;
}
.clustersection-right {
    display: none;
}
/*------------------------------------*\
  $offers
\*------------------------------------*/
.offer-logo, .whatson-logo {
  float: left;
  width: 24%;
  margin: -40px 0 0 0;
}
.offer__description, .whatson__description {
  float: right;
  width: 66%;
  margin: 0 5% 0 0;
  display: block;
  text-align: left;
}
.offerspage .block:before {
  content: '';
  display: block;
  height: 60px;
}
.offerspage .block i {
    font-size: 90px;
    font-size: 9rem;
}
.offer__description h2 {
    width: 80%;
}


/*------------------------------------*\
  $leasing
\*------------------------------------*/  
.agent {
    width: 46%;
    float: left;
    margin: 2em 2% 0 2%;
}


/*------------------------------------*\
  $accessibility
\*------------------------------------*/  
.access__option {
    margin: 0 auto;
    padding: 40px;
}
.access__option i {
    width: 20%;
    float: left;
}
.access__option-text {
    width: 73%;
    float: right;
}
.access__option h3 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 26px;
    font-size: 2.6rem;
}

}

@media only screen and (min-width: 768px){	
.innerhero {
  display:block;
}
/*------------------------------------*\
	$header
\*------------------------------------*/	
.header-hours {
  text-transform:uppercase;
	width: 160px;
}

/*------------------------------------*\
  $home
\*------------------------------------*/
.homehero-boxes_center {
  width: 75%;
  max-width: 710px;
}
.homehero-boxes a {
  float: left;
  margin: 0;
  width: 33.3%;
  padding:15px 17px;
}
.homehero-boxes a i {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  font-size: 69px;
  font-size: 6.9rem;
  line-height: 1.2;
  padding: 0;
}
.quicklinks {
  float: left;
  width: 60%;
  margin: 0 auto;
}
.quicklinks i {
  font-size: 140px;
  font-size: 14rem;
}
.newsletter {
  float: right;
  width: 40%;
}
.newsletter .hp__input {
  margin: 0 auto;
}
.newsletter button {
  float: right;
  margin-top: 0;
}

/*------------------------------------*\
  $shop directory
\*------------------------------------*/
.directory-category-tab {
  float: left;
  display: inline-block;
  margin: 0 0.5%;
}
.shopdirectory-menu a.storeplan {
  border-right:1px solid rgb(255,255,255);
}
.tabs {
  width: 100%;
  display: block;
  clear: both;
  background: rgb(230,230,230);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-top:1px solid rgb(255,255,255);
}
.shopdirectory ul h2 {
    text-align: left;
}
}


@media only screen and (min-width: 800px){ 
/*------------------------------------*\
  $shop directory
\*------------------------------------*/
.shopdirectory li {
  width: 22.5%;
  margin: 1.25%;
}
}
@media only screen and (min-width: 850px){ 
/*------------------------------------*\
  $header
\*------------------------------------*/
.header--moving .header-logo {
  display: block;
  margin-bottom: -63px;
  width: 95px;
  padding: 8px;
}
/*------------------------------------*\
  $home
\*------------------------------------*/
.clustersection-left {
    display: block;
    width: 25%;
    float: left;
}
.clustersection-middle {
    width: 50%;
    float: left;
}
.clustersection-right {
    width: 25%;
    float: left;
    display: block;
}
.clustersection-three_top {
  float: left;
  width: 100%;
}
.clustersection-three_bottom {
  float: right;
  width: 100%;
}
.overlay-text a {
  font-size: 40px;
  font-size: 4rem;
}
.quicklinks {
  width: 50%;
}
.quicklinks i {
  font-size: 110px;
  font-size: 11rem;
}
.newsletter {
  width: 48%;
}

/*------------------------------------*\
  $news events
\*------------------------------------*/
.news-index .block {
  float:left;
}
.menu-img {
    float: left;
    width: 45%;
}
.menu-text {
    float: right;
    width: 55%;
}

.nonews .menu-img {
    float: left;
    width: 30%;
}
.nonews .menu-text {
    float: right;
    width: 70%;
}
.news-index .block.nonews .menu-text {
    padding: 25px 20px 10px 20px;
}





}
@media only screen and (min-width: 900px){ 
/*------------------------------------*\
  $shop directory
\*------------------------------------*/
.shopdirectory li {
  width: 17.7%;
  margin: 1.15%;
}
/*------------------------------------*\
  $shops
\*------------------------------------*/
.shoppage {
  border:1px solid rgb(173,45,142);
}
.shopimage {
  display: block;
  width: 50%;
  float: left;
  margin: 0;
}
.shopdetails {
  width:50%;
  float:right;
  padding: 20px 0;
}
.shopdetails-section h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
}

/*------------------------------------*\
  $information
\*------------------------------------*/
.block:before {
    content: '';
    display: block;
    height: 70px;
}
.block:after {
    content: '';
    display: block;
    height: 30px;
}
/*------------------------------------*\
  $find us
\*------------------------------------*/
.map {
  height: 32.3em;
}

}

@media only screen and (min-width: 1024px){	
.container {
  padding: 3.5em 2.5%;
}
.socialbar .container {
  max-width:1200px;
  padding:0 2.5% 3.5em 2.5%;
}
/*------------------------------------*\
  $home
\*------------------------------------*/
.overlay-text a {
  font-size: 55px;
  font-size: 5.5rem;
}
.offers .container {
  padding: 50px 0 4em 0;
}
.flexslider { margin: 0 auto 50px;}

.quicklinks {
  width: 60%;
}
.quicklinks i {
  font-size: 140px;
  font-size: 14rem;
}
.newsletter {
  width: 40%;
}

/*------------------------------------*\
  $information
\*------------------------------------*/
.columns {
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  column-count: 3;
  column-gap: 30px;
}
.columns .block-spacer:nth-of-type(3) {
  height:1px;
}

.newoffers ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

}

@media only screen and (min-width:1100px){	
/*------------------------------------*\
	$header
\*------------------------------------*/
.header, .header--fixed {
  height: 125px;
}
.header--moving {
  height: 62px;
}
.header-left {
  max-width: 410px;
}
.header-postcode {
  padding: 39.5px 13px;
  width: 160px;
  font-size: 23px;
  font-size: 2.3rem;
}
.header--moving .header-postcode {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 13px 15px;
}
.header-hours {
  text-transform: uppercase;
  width: 180px;
	padding: 41px 0 38px 0;
	font-size: 19px;
  font-size: 1.9rem;
}
.header-logo {
  width: 125px;
  padding: 15px;
}
.menu-icon {
  padding: 37.5px;
}
.header-social {
  padding: 37px 2px;
}
/*------------------------------------*\
  $footer
\*------------------------------------*/
.footer-left {
  float: left;
}
.footer-nav {
  margin: 10px 6px 20px 0;
  width: auto;
  float: right;
  text-align: right;
}
.footer-right {
  float: right;
  width: 73%;
}
.footer-right__terms {
  float: right;
  margin: 0 15px;
  text-align: right;
}

/*------------------------------------*\
  $home
\*------------------------------------*/
.homehero-boxes_center {
  margin: 0 auto 4em auto;
}
.homehero-boxes a {
  font-size: 26px;
  font-size: 2.6rem;
}
.homehero-boxes a i {
  font-size: 80px;
  font-size: 8rem;
}



/*------------------------------------*\
  $charity
\*------------------------------------*/
.charity p img {
    width: 37%;
    margin: 0 0 20px 20px;
}

}
@media only screen and (min-width: 1200px){
/*------------------------------------*\
  $home
\*------------------------------------*/
.overlay-text a {
  font-size: 60px;
  font-size: 6rem;
}
/*------------------------------------*\
  $shops
\*------------------------------------*/
.shopimage {
  width: 55%;
}
.shopdetails {
  width:45%;
}
/*------------------------------------*\
  $information
\*------------------------------------*/
.block i {
  font-size: 70px;
  font-size: 7rem;
}
}
@media only screen and (min-width: 1300px){
.innercontainer {
  padding: 2em 0;
}
/*------------------------------------*\
  $footer
\*------------------------------------*/
.footer-right__social {
  display: block;
  float: right;
  margin: 9px 0 0 0;
}
}
@media only screen and (min-width: 1445px){
/*------------------------------------*\
  $footer
\*------------------------------------*/
footer {
  padding: 2em 1.5%;
}
}

/* Retina*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
	
}