/*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;
}

/*----------------------*\
     $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;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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 { position: relative; zoom: 1; }
.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;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* 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 {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;}
}

/*----------------------*\
     $main
\*----------------------*/
html{
	overflow-y:scroll;
	line-height:1.5;
	font-size:10px;
	letter-spacing:0;
	min-height:100%;
	background-color: rgb(255,255,255);
	-webkit-overflow-scrolling: touch;
}
body{
	min-width:320px;
	font-family: "museo-sans", arial, helvetica, sans-serif;
	font-weight:300;
	color:rgb(79,78,78);
	left:0;
	top:0;
	font-size:13px;
	font-size:1.3rem;
}
.container{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.homeboxes .container, .logobar .container{
	max-width:1250px;
}
/*------------------------------------*\
	$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:28px;
	font-size:2.8rem;
}
h2,.h2{
	font-size:26px;
	font-size:2.6rem;
}
h3,.h3{
	font-size:24px;
	font-size:2.4rem;
}
h4,.h4{
	font-size:18px;
	font-size:1.8rem;
}
h5,.h5{
	font-size:16px;
	font-size:1.6rem;
}
h6,.h6{
	font-size:14px;
	font-size:1.4rem;
}
p,.para{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}

/* Small */
small,.milli{
	font-size:11px;
	font-size:1.1rem;
}
.nano{
	font-size:9px;
	font-size:0.9rem;
}
/* Weights */
.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(111, 30, 130);		
}
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;
}
/*------------------------------------*\
	$colors
\*------------------------------------*/
.blue{
	color:rgba(111, 30, 130, 1);
	color:rgb(111, 30, 130);
}
.green{
	color:rgba(249, 223, 24, 1);
	color:rgb(249, 223, 24);
}
/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}
/*------------------------------------*\
	$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:none;
}
.bgstretcher-area, .bgstretcher-page{
	height:100%;
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}

/*------------------------------------*\
	$header
\*------------------------------------*/


.site-header {
	background-color: rgb(255,255,255);	
	width: 100%;
	position:relative;
	z-index:10;	
}
.site-header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;			
}
.nav-container {
	margin:0 auto;
	padding:0;	
	max-width:1240px;	
	width:100%;
}

.header-a {
	display:block;
	position:relative;
	background-color: rgb(255, 255, 255);	
}
.header-b {
	display:block;
	position:relative;
	padding: 0;
	background-color: rgb(112,60,149);
}
.header-parking{
	display:none;	
}
.logo-320 {
	width:50%;
	display:inline;
	float: left;
	clear:none;
	margin: 0 0 0 1%;
	max-width:	255px
}
.logo-desktop {
	display:none;
}
.sat-nav-320 {
	width:108px;
	display:inline;
	float: right;
	margin: 7.8% 0 0 0;
	padding: 0 0 0 1.8em;
	clear:none;
	color: rgb(111, 30, 130);	
	background-image: url(../img/satnav-320.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight:700;
	line-height:1.1em;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "museo-sans", sans-serif;
	text-align:center;
}
.main-nav {
	width:100%;
	margin:0 auto;
	display:block;
	position:relative;
}
.main-nav ul {
	margin:0 auto;
	padding:0;
	width:100%;
	display:table;
}
.main-nav ul li {
	font-size:15px;
	font-size:1.5rem;
	font-weight:300;
	display:table-cell;
	vertical-align:bottom;	
	text-align:center;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	padding: 0.5em 0 0.5em 0;
}
.main-nav ul li:hover {
	background:rgb(242, 242, 242);
}
.main-nav ul li.selected {
	background:rgb(180, 10, 127);
}
.main-nav ul li a {
	display:block;
	color: rgb(255, 255, 255);	
	text-decoration:none;
	font-weight:700;
}

.main-nav ul li:nth-child(1) {
	display:none;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer {
  margin-top:2px;
  text-align:center;
}
.footer-top {
	background:rgb(255,255,255);
}
.footer .map {
    display: block;
    width: 100%;
    height: 30em;
    margin: 0 auto;
}
.footer-nav ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer-nav li {
    display: block;
    margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:400;
}
.footer-nav a {
  display: block;
  padding: 0 0 5px 0;
  line-height: 1.35;
}
.footer a {
	color:rgb(135,135,135);
}
.footer h4 {
	text-transform: uppercase;
	color:rgb(111,30,130);
	margin-bottom: 0.3rem;
	font-size: 16px;
	font-size: 1.6rem;
}
.footer-bottom {
    background: rgb(238,238,238);
    text-align:center;
    padding:20px 0;
}
.footer p {
    margin-bottom: 0.2rem;
    font-size:13px;
    font-size:1.3rem;
}
.footer-logo {
  display: block;
  margin: 0 auto 20px auto;
  width:60%;
}
.footer-top_2 {
  background: rgb(205,205,205);
  display: block;
  width: 100%;
}
.footer-top_2 img {
    display: block;
    width: 50px;
    margin: 10px auto;
}
.footer-top_2 a {
  display: block;
  padding: 10px 20px;
  background: rgb(195,195,195);
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  background: rgb(238,238,238);
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.footer-top_2 a:hover, .footer-top_2 a:nth-of-type(2):hover, .footer-top_2 a:nth-of-type(3):hover {
  color: rgb(255,255,255);
  background: rgb(195,195,195);
}
.footer-top_2 a:nth-of-type(2) {
    background: rgb(220,220,220);

}
.footer-top_2 a:nth-of-type(3) {
    background: rgb(205,205,205);
}
.footer-top_3 {
	padding:20px 0 0 0;
}
.footer-top_4 {
	padding:0 0 20px 0;
}
.footer-bottom_2 p, .footer-bottom_2 a {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgb(79,78,78);
}
/*------------------------------------*\
	$content
\*------------------------------------*/
/* Shared */
.page-title{
	display:none;
	color: #6f1e82;
	font-size:28px;
	font-weight:300;
	line-height:1.2;
	margin:0 0 0.5em 0;
	text-align:left;
	width:100%;	
	text-transform:uppercase;
}
.article-title{
	color: #6f1e82;
	font-size:24px;
	font-weight:300;
	line-height:1.2;
	margin:0 0 0.5em 0;
	text-align:left;
	width:100%;	
	text-transform:uppercase;
}
/* Homepage */
.content {
	width:100%;
	margin:0 auto;
	display:block;
	clear:both;
	background: rgb(238,238,238);	
}

.home-hero {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	clear:both;
	display:block;
	clear:both;
}
.home-hero img {
    max-width: 1440px;
    margin:0 auto;
}

/*------------------------------------*\
	$NEW HOMEPAGE
\*------------------------------------*/

.section {
    width: 100%;
    margin: 0 auto;
}

.homeboxes, .storedirectory, .information, .terms, .visitus, .leasing {
    padding: 20px 0 0 0;
}
.home__hero-box {
  background:rgb(111,30,130);
  padding:0;
}
.home__hero-box:nth-of-type(2) {
  background:rgb(195,44,124);
  padding:0;
}
.homeboxes h1 {
	display:none
}
.home__hero-box a:hover {
	text-decoration:none;
}
.homeboxes .overlay-text {
    padding: 15px 20px 20px 20px;
    height: auto;
    min-height: 140px;
    text-align:center;
    color:rgb(255,255,255);
    z-index:4;
}

.homeboxes .icon {
	display: block;
    background: rgb(111,30,130);
    width: 75px;
    margin: -65px auto -5px auto;
    line-height: 1.4;
    border-radius: 50%;
    padding: 16px 15px 22px 15px;
}

.homeboxes .home__hero-box:nth-of-type(2) i, .homeboxes .home__hero-box:nth-of-type(2) .icon {
  background:rgb(195,44,124);
}

.homeboxes h2 {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 37px;
    font-size: 3.7rem;
    margin-bottom:0;
}
.homeboxes p {
    margin-bottom:0;
	font-size: 16px;
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
}
/* 
 *  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-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}
.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;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.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;
}
.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;
}
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
.logobar {
    padding: 20px 0 30px;
}
.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;
}




/* Store Guide Page */
.stores-description, .store-section img{
	display:none;	
}
		.plan-title{
			display:block;
			margin:0;	
		}
	.shops-menu{
		padding:0.5em 0;
		width:100%;
		margin:0 auto;
	}
		.shops-menu li{
			background:rgb(255,255,255);
			list-style-type:none;
			padding:0;
			margin:0 4% 4% 0;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			width:48%;
			float:left;
		}
		.shops-menu li:nth-child(2n){			
			margin:0 0 4% 0;
		}
/* Store Page */
.shop-container{
	width:100%;	
}
.shops-nav{
	display:none;	
}
.page-main{
	padding:2em 0 0 0;
}
	.breadcrumbs{
		display:none;	
	}
	.shop-image{
		position:relative;	
	}
		.header-image{
			height:350px;	
		}
		.shop-image .img{
			position:absolute;
			top:5%;
			right:5%;	
			z-index:2;
			background:#ffffff;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			width:25%;
			padding:7px;
		}
		.burger-image .img{
			width:20%;
		}
	.store-section{
		width: 100%;
		padding: 0 4% 1em 4%;
		position:relative;
		z-index:2;			
	}
		.store-title{
			font-size:27px;
			font-size:2.7em;
			font-weight:100;
			color:#6f1e82;
			margin-bottom:0.25em;
			text-transform:uppercase;
		}
		.hours-title{
			font-size:19px;
			font-size:1.9rem;
			font-weight:400;
			color:#f18400;	
			margin-bottom:0.25em;
			text-transform:uppercase;
		}
			.shopping-hours {
				font-size: 16px;
				font-size: 1.6rem;
			}
			.hours{
				text-align:right;
				padding:0.125em 0;	
			}

		.links{
			margin-bottom:1em;	
		}
			.links p{
				background-position: center left;
				background-repeat: no-repeat;
				display: block;
				padding: 0 0 0 35px;					
			}
			.links a{
				color: #f18400;	
			}
			.telephone{
				background-image:url(../img/mobile-icon.png);
			}
			.telephone span{
				color: #f18400;	
			}
			.website{
				background-image:url(../img/web-icon.png);
			}			
			.facebook{
				background-image:url(../../img/facebook-icon.png);
			}				
			.twitter{
				background-image:url(../../img/twitter-icon.png);
			}		
			.youtube{
				background-image:url(../../img/youtube-icon.png);
			}
			
		.click{
			display:block;
			max-width:288px;
			background:rgb(255,255,255);
			padding:1em 1em 1em 4.2em;
			-webkit-border-radius: 5px;
			border-radius: 5px;		
			margin:0 auto 1em auto;	
			text-align:center;
		}
		.click:hover{
			text-decoration:none;	
		}
			.click .img{
				width:38px;
				position:absolute;
				top:1.55em;
				left:1.05em;
			}
			.click strong{
				font-size:18px;
				font-size:1.8rem;
				color:#f18400;
				text-transform:uppercase;				
			}
			.click p{
				clear:both;
				text-transform:uppercase;
				color:#666666;
				margin:0;	
				font-size:12px;
				font-size:1.2rem;
			}
		
		.view-button{
			display:none;	
		}
		.disclaimer{
			font-size:10px;
			font-size:1rem;	
		}
/* Information Page */
.info-image{
	background:#ececec;
	display:block;
	margin:0 0 2em 0;
	overflow:hidden;
	width:100%;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}
.info-title{
	display:block;	
}
.left-asset{
	display:none;	
}
.info-article{
	background:rgb(255,255,255);
	padding:2em;
	margin:0 0 2em 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.info-article:last-child{
	margin:0 0 2em 0;	
}
	.info-icon{
		display:block;
		background: rgb(241, 132, 0);
		width:60px;
		float:right;
		-webkit-border-radius: 50%;
		border-radius: 50%;	
		margin:0 0 0.5em 0.5em;
	}
	.info-header{
		color:#6f1e82;
		font-size:23px;
		line-height:1.2;
		font-weight:300;
		width: 70%;
		text-transform:uppercase;
	}
	.info-article p{
		font-size:14px;
		font-size:1.4rem;
	}
/* Find Us Page */
.find-map:after{
	position:absolute;
	bottom:3px;
	left:0;
	content:'';
	width:100%;
	height:8px;
	background-image:url(../img/border-dots-white.png);
	background-repeat:repeat-x;	
	background-position:center center;
	z-index:2;
}

.title-container{
	width:100%;	
}
.find-title{
	display:block;
	margin-bottom:0;	
}
.info-description{
	margin:0 0 2em 0;
}
.info-description p{
	font-size:17px;
	font-size:1.7rem;
}
.find-localmap{
	width:100%;
	margin:0 0 2em 0;
}
/* Privacy Page */
.privacy{
	width:90%;
	margin:0 auto;	
	padding:0 1em 2em 0;
	clear:both;
}
	.privacy h2{
		color: #6f1e82;
		font-size: 26px;
		line-height: 1.2;
		font-weight: 100;
	}
	
	.privacy h3{
		color: #6f1e82;
		font-size: 20px;
		line-height: 1.2;
		font-weight: 100;
	}
	.privacy td{
		padding:3px;
		vertical-align:top;
	}
.nowmedia{
	padding-left:1em;
}
	.offer-icon{
		display:block;
		width:50%;
		float:right;	
		margin:0 0 2em 50%;
	}

/*---------------------------*\
     $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(111, 30, 130);
  -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(111, 30, 130);
  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:"";}
}
@media only screen and (min-width: 420px){
		.shops-menu li{
			margin:0 5% 5% 0;
			width:30%;
		}
		.shops-menu li:nth-child(2n){			
			margin:0 5% 5% 0;
		}
		.shops-menu li:nth-child(3n){			
			margin:0 0 5% 0;
		}
}

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

/*------------------------------------*\
	$header
\*------------------------------------*/
.site-header {
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255, 1);
}
.nav-container {
	width:90%;
}
.logo-320 {
	display:none;
}
.header-parking {
	width:120px;
	color:rgb(111, 30, 130);
	margin: 1.6em 0 0 0;
	display:inline;
	float: left;
	clear:none;
	font-weight:700;
	line-height:1.1em;
	font-size: 12px;
	font-size: 1.2em;
	padding: 0 0 0 2.3em;
	background-image: url(../img/parking-icon-yellow.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: "museo-sans", sans-serif;
	text-transform:uppercase;
}
.logo-desktop {
	display:block;
	width:220px;
	height: auto;
	top:-9em;
	left:50%;
	position:absolute;
	margin-left:-110px;
	z-index:3;
}
.sat-nav-320 {
	width:110px;
	color:rgb(111, 30, 130);
	background-image: url(../img/satnav-320.png);
	margin: 1.6em 0 0 0;
}
.sat-nav {
	width:110px;
	display:inline;
	float: right;
	margin: 0.5em 0 0 0;
	padding: 0.8em 0 0.8em 2.1em;
	clear:right;
	color: rgb(255, 255, 255);	
	background-image: url(../img/satnav-green.png);
	background-position: 0.6em center;
	background-repeat: no-repeat;
	font-weight:700;
	line-height:1.1em;
	font-size: 11px;
	font-size: 1.1em;
	font-family: "museo-sans", sans-serif;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
.sat-nav:hover {
	background-color: rgb(61, 155, 160);	
	background-color: rgba(61, 155, 160, 1);
	text-decoration:none;
}
.header-a {
	height: 8.5em;
	background-color: transparent;
}
.header-b {
	height: 4.5em;
	background-color: transparent;
}
.header-b:after{
	position:absolute;
	bottom:3px;
	left:0;
	content:'';
	width:100%;
	height:8px;
	background-image:url(../img/border-dots-grey.png);
	background-repeat:repeat-x;	
	background-position:center center;
	z-index:2;
}
.main-nav {

}
.main-nav ul li{
	padding: 0.3em 0 0.5em 0;		
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.main-nav ul li a {
	display:inline-block;
	letter-spacing: 0em;
	color: rgb(111, 30, 130);	
}
.main-nav ul li.selected {
	background:none;
}
.main-nav ul li.selected a:after {
	content:'';
	width:100%;
	height:4px;
	background:rgb(249, 223, 24);
	position: absolute;
	bottom: -0.2em;
	left: 0;
}
.main-nav ul li:nth-child(1) {
	display:block;
}

/*------------------------------------*\
	$home page
\*------------------------------------*/

.home-content {
	margin:0 auto;
}
.home-hero {
	margin: 0 auto;
}
/*------------------------------------*\
    $NEW HOME
\*------------------------------------*/
.home__hero-box {
    width: 46.5%;
    float: left;
    margin: 0 1.7% 6px;
}
.box-3 {
    display: none;
}


/* Information Page */
	.info-page .breadcrumbs, .find-page .breadcrumbs{
		display:none;	
	}
	.info-article{
		width:48%;
		margin:0 0 2em 0;
		float:left;
		clear:both;
		-webkit-border-radius: 5px;
		border-radius: 5px;	
	}
	.info-article:nth-child(2n){
		float:right;
		clear:none;
	}
	.info-icon{
		width:65px;
	}
	.info-header{
		width: 100%;
	}
/* Find Us Page */
.find-page .page-main{
	padding: 2em 4% 2em 4%;	
}
/* Privacy Page */
.privacy{
	width:100%;
}


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



/*------------------------------------*\
    $footer
\*------------------------------------*/
.footer .container {
    padding: 35px 5%;
}
.footer-top_3 {
    float: left;
    width: 38%;
    padding:0;
}
.footer-top_4 {
    float: left;
    width: 60%;
    padding:0;
}
.footer-bottom {
    padding: 0;
}
.footer-bottom_1 {
    float: left;
    width: 50%;
    text-align: left;
	max-width: 180px;
}
.footer-bottom_2 {
  float: right;
  width: 330px;
  text-align: right;
  margin-top: 13px;
}
.footer-logo {
    width: 100%;
    margin:0;
}




/* Store Page */
.store-title {
	font-size: 24px;
	font-size: 2.4rem;
}
		.hours-title{
			font-size:16px;
			font-size:1.6rem;

		}
			.shopping-hours {
				font-size: 13px;
				font-size: 1.3rem;
			}
/*------------------------------------*\
	$store guide page
\*------------------------------------*/
.store-plan-mobile{
	display:none;	
}
.store-plan-desktop{
    background: #ececec;
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.store-plan-desktop img{
    border: 2px solid rgb(255,255,255);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}
.shops-menu{
		width:100%;
		padding:0;
		margin:1.5em auto;
}
		.shops-menu li{
			margin:0 4% 4% 0;
			width:22%;
		}
		.shops-menu li:nth-child(2n){			
			margin:0 4% 4% 0;
		}
		.shops-menu li:nth-child(3n){			
			margin:0 4% 4% 0;
		}
		.shops-menu li:nth-child(4n){			
			margin:0 0 4% 0;
		}
/*------------------------------------*\
	$store page
\*------------------------------------*/
.shop-container{
	width:90%;	
}
.page-main{
	padding:2em 0 4em 0;	
}
	.breadcrumbs{
		display:block;
		width:100%;
		margin:0 0 1em 0
	}
		.breadcrumbs ul{
			margin:0;
		}
		.breadcrumbs li{
			float:left;
			list-style-type:none;
			margin: 0 4px;
		}
		.breadcrumbs li.arrow{
			color:#6f1e82;
		}
	.shop-image{
		display:block;
		clear:left;
		float:left;
		width:45%;
	}
	.shop-image:before{
		display:none;	
	}
		.header-image{
			padding:0;
		}
		.header-image img{				
			display:block;
		}
		#shop-image{
			-webkit-border-radius: 10px;
			border-radius: 10px;	
			overflow:hidden;	
		}
		.shop-image .img{
			right:4%;
			top:4%;
		}
	.store-section{
		float:right;
		width:50%;
		padding:0;
		border:0;
	}
	.view-button{
		background-color:#f18400;
		color:#ffffff;
		display:block;
		font-size:19px;
		padding:0.75em 0.5em;
		margin:0 auto;	
		max-width:288px;
		text-align:center;
		text-transform:uppercase;
		width:100%;
		
		-webkit-border-radius: 5px;
		border-radius: 5px;	
	}
	.view-button:hover{
		text-decoration:none;	
	}
		.view-button .img{
			width:26px;
			float:left;
		}
		
		.click{
			padding:1em;
		}
			.click .img{
				width:36px;
				top:0.75em;
				left:0.75em;
			}
/* Find Page */
.find-main{
	margin:0 0 1em 0;
	padding:2em 0 0 0;	
}
/*------------------------------------*\
  $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){
	
p,.para{
	font-size:13px;
	font-size:1.3rem;
	line-height:1.4;
}


/*------------------------------------*\
	$Shop Guide
\*------------------------------------*/
		.shops-menu li{
			margin:0 2% 2% 0;
			width:18.4%;
		}
		.shops-menu li:nth-child(2n){			
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(3n){		
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(4n){		
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(5n){		
			margin:0 0 2% 0;
		}
		.shops-menu li:nth-child(5n+1){		
			clear:both;
		}
/*------------------------------------*\
	$Shop Page
\*------------------------------------*/
	.shop-image{
		width:52.5%;
	}
	.store-section{
		width:42.5%;
	}	
}

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

.header-a {
	height: 4.2em;
}
.logo-desktop {
	width: 240px;
	margin-left: -120px;
}
.nav-container {
	max-width:900px;
	width: 95%;
}
.main-nav ul li{
	padding: 0.4em 0.6em;		
}
.main-nav ul li:nth-child(1) {
	display:inline-block;
	margin-right:2%;
	float: left;
}
.main-nav ul li:nth-child(2) {
	display:inline-block;
	float: left;
}
.main-nav ul li:nth-child(3) {
	display:inline-block;
	margin-right:0;
	float: right;
}
.main-nav ul li:nth-child(4) {
	display:inline-block;
	margin-right:2%;
	float: right;
}


/*------------------------------------*\
	$Shop Guide
\*------------------------------------*/
		.shops-menu li{
			margin:0 2% 2% 0;
			width:15%;
		}
		.shops-menu li:nth-child(2n){			
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(3n){		
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(4n){		
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(5n){		
			margin:0 2% 2% 0;
		}
		.shops-menu li:nth-child(6n){		
			margin:0 0 2% 0;
		}
		.shops-menu li:nth-child(5n+1){		
			clear:none;
		}
/*------------------------------------*\
	$Shop Page
\*------------------------------------*/
	.shop-image{
		width:52.5%;
	}
	.store-section{
		width:42.5%;	
	}
}
@media only screen and (min-width: 750px){	
.header-a{
	width:97.5%;	
}
.header-b {
	height: 4.5em;
}
.header-parking {
	width: 144px;
	color: rgb(255, 255, 255);
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0;
	padding-left: 3em;
	background-color: rgb(111, 30, 130);
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	font-size:14px;
	font-size:1.4rem;
	background-image: url(../img/parking-icon-yellow.png);
	background-position: 0.45em center;	
}
.sat-nav-320 {
	width: 184px;
	color: rgb(255, 255, 255);
	background-image: url(../img/satnav-320.png);
	background-position: 0.45em center;	
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0;
	padding-left: 2em;
	background-color: #722384;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	font-size:14px;
	font-size:1.4rem;
}
/*------------------------------------*\
	$Shop Page
\*------------------------------------*/
	.shop-image{
		width:54.5%;
	}
	.store-section{
		width:42.5%;	
	}
	
	
	
	
}
@media only screen and (min-width: 760px){	
.main-nav ul li {
	font-size: 1.4em;
}
}

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

/*------------------------------------*\
	$Shop Page
\*------------------------------------*/
	.shop-image{
		width:48.5%;
	}
	.store-section{
		width:48.5%;	
	}

}
@media only screen and (min-width: 850px){	
.header-a {
	padding: 0;
}
.header-parking {
	width:165px;
	font-size:16px;
	font-size:1.6rem;
}
.sat-nav-320 {
	width:205px;
	font-size:16px;
	font-size:1.6rem;
}

.logo-desktop {
	width: 280px;
	margin-top: -28px;
	margin-left: -140px;
}

/*------------------------------------*\
	$Store Guide Page
\*------------------------------------*/
.store-plan-desktop{
	clear:both;	
}
/*------------------------------------*\
	$Shop Page
\*------------------------------------*/
.page-left{
	display:block;
	width:18.5%;
	float:left;	
	padding: 1em 0 4em 0;
}
	.shops-nav, .stores-description{
		display:block;
		padding:1em;
		margin:0 auto;
		background-color: rgb(255,255,255);
		-webkit-border-radius: 10px;
		border-radius: 10px;	
	}
	.page-left h1{
		color: rgb(255,255,255);
		padding:0 0.3em;
		background-color:rgb(111, 30, 130);
		text-transform:uppercase;
		font-weight:100;
	}
		.shops-nav ul{
			margin:0;
			padding:0;	
		}
		.shops-nav li{
			list-style:none;
			border-bottom:1px #cccccc solid;				
		}
		
		.shops-nav li:last-child{
			border-bottom:0;			
		}
			.shops-nav a{
				color:#666666;
				display:block;
				font-size:14px;
				font-weight:500;
				line-height:1.4;
				padding:0.5em 0 0.5em 0.5em;
			}
			.shops-nav a.selected, .shops-nav a:hover{
				background:rgb(214,0,126);
				text-decoration:none;	
				color:rgb(255,255,255);
			}
.page-main{
	width:76.5%;
	padding:2em 0 4em 0;
	float:right;	
}
	.shop-image{
		width:60%;
	}
	.store-section{
		width:35%;	
	}
	.click strong{
		display:block;
		padding-left:33px;
		text-align:center;
		line-height:1.2;
		margin:0 0 0.25em 0;
	}
/* Information Page */
	.stores-description{
		margin:0 0 3em 0;
	}
	.left-asset{
		display:block;
	}
	.info-page .breadcrumbs, .find-page .breadcrumbs, .store-guide-page .breadcrumbs{
		display:block;
		margin:0 0 2em 0;	
	}
	.info-boxes{
		clear:left;	
	}
/* Find Page */
	.find-page .inner-content{
		display:block;	
	}
	.find-map{
		position:relative;	
	}
	.title-container{
		display:block;
	}
	.find-page .page-left{
		padding:3em 0 0 0;
	}
	.find-page .page-main{
		padding:2em 0 0 0;
	}
	.find-page .breadcrumbs{
		margin:0 0 1em 0;
	}
	.info-description{
		clear:both;
		float:left;
		padding:0;
		margin:0 0 1em 0;
	}
		.info-description p{
			font-size:18px;
			font-size:1.8rem;	
		}		
	.find-main{
		width:100%;
		float:none;
		padding:2em 0 0 0;
	}
}
@media only screen and (min-width: 880px){	
	.click strong{
		line-height:1.4;
	}
}
@media only screen and (min-width: 900px){	
.header-a {
	padding: 0 2.5%;
}
.home-findus .overlay {
	top:8%;
}
/*------------------------------------*\
	$Find Us Page
\*------------------------------------*/
	.find-main{
		width:100%;
	}
		.find-main .info-article{
			float:none;
			width:100%;	
		}
	.find-localmap{
		width:48%;
		float:right;
		padding:2em 0 0 0;	
	}
}
@media only screen and (min-width: 950px){

/*------------------------------------*\
    $NEW HOME
\*------------------------------------*/
.homeboxes, .storedirectory, .terms, .visitus, .storedetails, .leasing {
    padding: 50px 0 10px 0;
}
.home__hero-box {
    width: 29.9%;
    float: left;
}
.box-3 {
    display: block;
}
}
@media only screen and (min-width: 1024px){


/*------------------------------------*\
    $footer
\*------------------------------------*/
.footer-top_1 {
    display: block;
    width: 50%;
    float: left;
}
.footer .map {
    height: 25em;
}
.footer-top .container, .footer-top_2 {
    width: 50%;
    float: right;
}
.footer-top .container, .footer-top_2 {
    width: 50%;
    float: right;
}
.footer-top_2 a {
    max-width: 170px;
}
.footer-top_2 a:nth-of-type(2) {
    background: rgb(220,220,220);
}
.footer-top_3 {
    float: left;
    width: 40%;
    max-width: 139px;
    text-align:left;
}
.footer-top_4 {
    float: left;
    width: 60%;
    max-width: 270px;
    text-align:left;
}
.footer-bottom .container {
    padding: 20px 1%;
}
.footer-nav ul {
	text-align:left;
}
.footer-nav li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}
.footer-nav li a {
	color: rgb(79,78,78);

}
}


@media only screen and (min-width: 1080px){
	
.home-findus .overlay {
	top:14%;
	padding: 2.5em 1em 1em 1em;
}	
/*------------------------------------*\
	$Home Page
\*------------------------------------*/
		.home-map{
			width:70%;
			height:100%;
		}
			.home-map #map_canvas{
				min-height:300px;
				margin:0;	
				width:95%;
				height:100%;
			}
			.map-inner{
				display:table;
				table-layout:fixed;	
				height:100%;
			}
				.the-map{
					display:table-cell;
					width:65%;
					height:100%;
					margin:0;
					vertical-align:top;
				}
				.home-directions{
					display:table-cell;
					width:35%;
					margin:0;	
					vertical-align:top;
					height:100%;
				}
					.home-directions > .body{
						height:100%;
						width:82%;
						-moz-box-sizing:content-box;
						-o-box-sizing:content-box;
						-ms-box-sizing:content-box;
						-webkit-box-sizing:content-box;
						box-sizing:content-box;
					}
		.fb-feed {
			width:30%;
		}
/* Store Plan Page */
.page-left{
	width:17.5%;
}
.page-main{
	width:78.5%;	
}
/* Store Plan Page */
.page-left{
	width:15%;
}
.page-main{
	width:82%;	
}
	.shop-image{
		width:62%;
	}
	.store-section{
		width:34%;	
	}
/* Info pages */
	.info-article{
		width:31%;
		margin:0 3.5% 2em 0;
		clear:none;
	}
	.info-article:nth-child(2n){
		float:left;
	}
	.info-article:nth-child(3n){
		margin:0 0 2em 0;
	}
/* Find Page */
	.find-main{
		width:100%;	
	}
	.find-localmap{
		width:38%;	
	}
		.find-localmap .map {
			height: 366px;
		}
		.find-main .info-article{
			float:left;
			width:48%;
			margin-right:4%;	
		}
		.find-main .info-article:nth-child(2n){
			float:left;
			margin-right:0;
		}
}
@media only screen and (min-width: 1150px){
	/* Store Page */
	.click{
		width:47%;
		float:left;	
		line-height:1.2;
		margin:0 6% 0 0;
	}
	.click strong{
		line-height:1.2;
		margin:0 0 0.25em 0;		
	}
	.view-button{
		background-position:15px 15px;
		width:46%;
		float:left;
		padding:1.6em 0.55em 1.6em 0.35em;
		line-height:1.2;	
		text-align: right;
	}
		.view-button .img{
			position:absolute;
			top:1em;
			left:0.7em;
			margin:0;
		}
}
@media only screen and (min-width: 1200px){	
/*------------------------------------*\
	$Footer
\*------------------------------------*/
.footer-top_4 {
    max-width: 320px;
}
.footer .map {
    height: 26em;
}
.footer-top .container {
  width: 50%;
  float: right;
  padding: 40px 0 0 50px;
}

.home-hero {
	max-width: 100%;
	overflow:hidden;
}

.header-a, .header-b{
	padding:0;
}
.view-button{
	padding:1.7em 0.75em 1.6em 0.35em;
}
.view-button .img{
	left:1em;
}
		
}
@media only screen and (min-width: 1240px){	
/*------------------------------------*\
	$Content
\*------------------------------------*/
.find-page .page-main{
	width: 73.6%;	
	padding:2em 3% 2em 0;
}
.info-description {
	width: 100%;
}
	.click{
		padding:0.6em 0.5em;	
	}
	.click strong{
		line-height:1.2;
		margin:0;		
	}
	.view-button{
		padding:1.2em 0.95em 1.2em 0.25em;
	}
	.view-button .img{
		position:absolute;
		top:0.65em;
		left:0.8em;
		margin:0;
		}
}
@media only screen and (min-width: 1333px){	

		
.view-button {
	padding:1.6em 0.95em 1.6em 0.35em;
}
.view-button .img {
	left:1.1em;
}		
}
@media only screen and (min-width: 1700px){		
.home-hero,.find-map {
	border-bottom:0;
}

}


/* 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) {
.sat-nav-320 {
	background-image: url(../img/satnav-320-retina.png);
	-webkit-background-size:23px 30px;
	-moz-background-size:23px 30px;
	-o-background-size:23px 30px;
	-ms-background-size:23px 30px;
	background-size:23px 30px;
}
.header-parking {
	background-image: url(../img/parking-icon-white-retina.png);
	-webkit-background-size:29px 30px;
	-moz-background-size:29px 30px;
	-o-background-size:29px 30px;
	-ms-background-size:29px 30px;
	background-size:29px 30px;
}
			.telephone{
				background-image:url(../img/mobile-icon-retina.png);
				-webkit-background-size:27px 28px;
				-moz-background-size:27px 28px;
				-o-background-size:27px 28px;
				-ms-background-size:27px 28px;
				background-size:27px 28px;
			}
			
			.website{
				background-image:url(../img/web-icon-retina.png);
				-webkit-background-size:27px 28px;
				-moz-background-size:27px 28px;
				-o-background-size:27px 28px;
				-ms-background-size:27px 28px;
				background-size:27px 28px;
			}
			
			.facebook{
				background-image:url(../img/facebook-icon-retina.png);
				-webkit-background-size:27px 28px;
				-moz-background-size:27px 28px;
				-o-background-size:27px 28px;
				-ms-background-size:27px 28px;
				background-size:27px 28px;
			}
			
			.twitter{
				background-image:url(../img/twitter-icon-retina.png);
				-webkit-background-size:27px 28px;
				-moz-background-size:27px 28px;
				-o-background-size:27px 28px;
				-ms-background-size:27px 28px;
				background-size:27px 28px;
			}
			
			.youtube{
				background-image:url(../img/youtube-icon-retina.png);
				-webkit-background-size:27px 28px;
				-moz-background-size:27px 28px;
				-o-background-size:27px 28px;
				-ms-background-size:27px 28px;
				background-size:27px 28px;
			}
	.view-button{
		background-image:url(../img/plan@2x.png);
		-webkit-background-size:26px 30px;
		-moz-background-size:26px 30px;
		-o-background-size:26px 30px;
		-ms-background-size:26px 30px;
		background-size:26px 30px;
		background-repeat: no-repeat;
	}
.footer__facebook{
	background-image:url(../img/facebook-footer-retina.png);
	-webkit-background-size:19px 18px;
	-moz-background-size:19px 18px;
	-o-background-size:19px 18px;
	-ms-background-size:19px 18px;
	background-size:19px 18px;
}
}
@media (min-width: 750px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 750px) and (min-moz-device-pixel-ratio: 1.5), (min-width: 750px) and (min-device-pixel-ratio: 1.5), (min-width: 750px) and (-o-min-device-pixel-ratio: 3/2) {
.header-parking {
	background-image: url(../img/parking-icon-yellow-retina.png);
}
}