/* - - - COLOURS - - - */
/* - - - COLOURS - - - */
.grey {
  color: #8f8f8f;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
/* - - - FONT SIZES - - - */
/* - - - TYPOGRAPHY - - - */
/* - - - MIXINS - - - */
.boxSizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* - - - GLOBAL STYLES - - - */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
	
html,
body {
  height: 100%;
  font-family: "freight-text-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: 19px;
}
input,select {
	-webkit-appearance:none;
	background:white;
	background-image:none;
}
select {
	-moz-appearance: none;
	text-indent: 0.01px;
    text-overflow: '';
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}

a:not(.skipHover):hover {
  opacity: 0.7;
  /*background-color:rgba(0,0,0,0.55);*/
}
.logoImage {
  /*background-image: url('../images/BoatMag-logo.png');*/
  background-image: url('../images/jm-logo3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* - - - HEADER - - - */
header {
  background-size: cover;
  height: 60%;
  position: relative;
  color: #ffffff;
  background-position: 50% 0%;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
header > .contain {
  z-index: 4000;
  position: absolute;
  width: 100%;
}
header .img_container {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  background-size:cover;
}
header .img_container img {
  position: relative;
  display: none;
}
.portrait {
  width: 100% !important;
  height: auto !important;
}
.landscape {
  height: 100% !important;
  width: auto !important;
}
.menu_items {
  padding: 30px 0px;
}

.show .menu_items {
	padding:15px 0;
}

.menu_items li {
  display: inline-block;
  margin: 0 20px;
  padding: 3px 1px;
}
.menu_items li.selected {
  border-bottom: 1px solid #ffffff;
}
.menu_items li a {
  color: #ffffff;
  /*font-family: "futura-pt", sans-serif;*/
  font-family:Lato, sans-serif;
  font-style: normal;
  /*font-weight: 800;*/
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu_items li.selected a {
  opacity: 1 !important;
}


.shopEmp {border-bottom: 1px solid #fff; display: inline-block;}
header.noImage .shopEmp {border-bottom: 1px solid #8f8f8f; display: inline-block;}




header .logoImage {
  /*width: 200px;*/
  display: inline-block;
  margin-top: 30px;
  /*margin-bottom: 20px;*/
  /*height: 121px;*/
  background-image: url('../images/jm-logo3.png');
  /*height:121px;*/
  /*background-image: url('../images/jm-logo2.png');*/
  height:67px;
  width:110px;
  background-size: contain;
  background-repeat: no-repeat;
}
header h5 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 17px;
  line-height: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* - - - Variations - - - */
header.noImage {
  background-image: none;
  height: 280px;
}
header.noImage .logoImage {
  background-image: url('../images/BoatMag-logo-black.png');
}
header.noImage,
header.noImage .menu_items li a {
  color: #8f8f8f;
}
header.window {
  height: 100%;
}
.head_action {
  position: absolute;
  /*bottom: 60px;*/
  bottom:150px;
  z-index: 5000;
  width: 250px;
  margin-left: -125px;
  left: 50%;
  text-align: Center;
  padding: 16px;
  border: 1px solid #ffffff;
  color: #ffffff;
  /*font-family: "futura-pt", sans-serif;*/
  font-family:"Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color:rgba(0,0,0,0.3);
}
/* - - - NAV - - - */
nav {
  /*background-color: #000;*/
  background-color:rgba(0,0,0,0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 6000;
  width: 100%;
  text-align: center;
  top: -140px;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
nav.show {
  top: 0px;
}
nav .menu_items {
  position: relative;
  top: -16px;
}
nav .logoImage {
  width: 100px;
  display: block;
  height: 40px;
  background-image: url('../images/jm-logo3.png');
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  top: 18px;
}
/* - - - CONTENT - - - */
#main_content {
  /*padding-top: 10px;*/
  padding-top:0;
}
h4 {
  padding: 20px 0px 15px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: normal;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: #8f8f8f;
}
h4.bigger {
  padding: 40px 0px;
}
h4.smaller {
  padding: 0px;
}
h4.smaller.bold {
  font-weight:bold;
}
h2 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 36px;
  line-height: 35px;
}
h2 em {
  font-family: "freight-big-pro", serif;
  font-style: italic;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 36px;
  line-height: 35px;
}
.introduction_pane,
.featured_pane {
  /*padding: 60px 0px;*/
  padding:45px 30px;
}

.set-width {width:550px; margin:0 auto; }



.introduction_pane h2 {
  padding: 10px 0px;
}
.featured_pane .block-6 h4 {
  padding-bottom: 50px;
}
.featured-tile {
  padding-bottom: 60px;
}
.featured-tile > a {
  display: block;
  overflow: hidden;
}
.featured-tile.pos-0 {
  padding-right: 12px;
}
.featured-tile.pos-1 {
  padding-right: 0px;
  padding-left: 12px;
}
.featured-tile h3 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 32px;
  line-height: 35px;
  max-width: 70%;
  margin:0 auto;
}
.featured-tile .info a {
  color: #000000;
}
h3 .category {
  border-bottom: 1px solid;
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 32px;
  line-height: 35px;
  line-height: 33px;
  display: inline-block;
}
.action_button {
  padding: 20px 0px;
  display: block;
  border: 1px solid #000;
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}




/* City Guide Page */

div.single-guide {display: inline-block; width:100%; margin-bottom: 10px;}
.single-guide h4 { font-family: "freight-big-pro", serif; text-transform: uppercase; font-size: 36px; color:#000; line-height: 36px; }
.single-guide p a {color: #8f8f8f; font-family: "futura-pt", sans-serif; text-transform: uppercase;}
.single-guide ul {list-style-type: circle; list-style-position: inside;}
.single-guide ul li {list-style-type: circle!important;}
.single-guide ol li a, .single-guide ul li a  {color: #8f8f8f; font-family: "futura-pt", sans-serif; text-transform: uppercase;  display: block; font-size: 13px;}
.single-guide li {margin-bottom: 1em; list-style-position: inside;}
.guide-tab {-moz-column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    column-count: 4;
    column-gap: 30px;
    column-rule:1px outset #000;
	-moz-column-rule:1px outset #000;
	-webkit-column-rule:1px outset #000; 
   }




/* - - - Product pages - - - */
.shop_pane p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.shop_pane table {
  width: 50%;
  float: left;
}
.shop_pane select {
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  background: url('../images/drop.png') no-repeat right !important;
  cursor: pointer!important;
  border:1px solid #000;
}
.shop_pane input[type="submit"] {
  -webkit-appearance: none;
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF;
  padding: 10px;
  margin-top: 21px;
}
.shop_pane {
  border-top: 1px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.shop_pane.under {
  border-bottom: 1px solid #000000;
}

/* - - - Stockists pages - - - */
.posts-pool[data-type=stockists] {
  padding-bottom: 100px;
}
.stockist_list {
  padding-bottom: 60px;
}
.stockist_list li {
  color: #8f8f8f;
  display: inline-block;
}
.stockist_list li:not(:last-of-type):after {
  content: "/";
  margin-left: 5px;
}
.stockist_list li a {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8f8f8f;
}
.stockist_list li.active a {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
.stockist_tab {
  display: none;
}
.stockist_tab.active {
  display: block;
}
.stockist_ind {
  padding: 0px 50px !important;
  padding-bottom: 60px !important;
  float:none;
  display: inline-block;
  width:33%;
  vertical-align: top;
}






.stockist_ind .info h4 {
  margin-bottom: 0px;
  padding: 3px 0px;
}
.stockist_ind .info h3 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 24px;
  line-height: 26px;
}
/* - - - Standard pages - - - */
.body_pane:not(.colu) {
  padding-bottom: 40px;
  min-height: 300px;
}
.body_pane.colu {
  -webkit-column-count: 2;
  column-count: 2;
  padding-bottom: 40px;
}
.body_pane p {
  margin-bottom: 20px;
  line-height: 21px;
}

.issues h3 {margin-top:30px;}



/* - - - Single pages - - - */
/*
.single-body {
  border-right: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
*/


.single-title {text-align: center;}
.single-title h1 { 
	width:60%; 
	margin:0 auto;
	font-family: "freight-big-pro", serif;
	 font-style: normal;
	 font-weight: 300;
	 -webkit-font-smoothing: antialiased;
	 font-size: 48px;
	 line-height: 50px;
	 margin-bottom:20px;
	 margin-top:10px;}

.single-header {
  margin-bottom: 20px;
}
.single-body h1 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 48px;
  line-height: 50px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.single-body {font-size: 18px; line-height:24px; }
.single-body p {margin-bottom:1em;}

.single-page a {color:#000;}
.excerpt {margin-top:10px;}

.featured_image {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top:20px;
}
.featured_image img {
  width: 100%;
}
.single-body .category_list li {
  display: inline-block;
}
.single-body .category_list li:not(:last-of-type):after {
  content: "/";
  margin-left: 5px;
}
/*
.single-content p {
  padding-left: 29%;
  position: relative;
  margin-bottom: 20px;
  line-height: 21px;
}
*/
.single-body p a {
  color: #000;
  font-weight: normal;
}

.single-body p img {
  width: 100%;
  height:auto;
}

.wp-caption {
  width: 100% !important;
  padding: 0px !important;
}

.wp-caption-text {
	font-size:13px;
	color:#777;
}

blockquote {
	font-size: 36px;
	font-family: "freight-big-pro", serif;
	line-height:35px;
}

.single blockquote {
	font-size: 36px;
	font-family: "freight-big-pro", serif;
	line-height:35px;
	width:60%;
	text-align: center;
	margin:60px auto;
	font-style: italic;
}

blockquote p {line-height: 35px!important;}

.share-this ul li {float:none; display: block; margin-top:5px; display: inline-block;}
.share-this {
	position: absolute;
	left: -60px;
	width: 50px;
	margin-top: 15px;
	opacity:1;
	-webkit-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
}
.share-this.stick {
	position:fixed;
	top:110px;
	margin:0px;
	margin-left: -60px;
	left:auto;
}
.share-this.stick.done {
	opacity:0;
}
	.share-this .social_icons {
		padding:0px;
		margin:0px;
	}


#main_content {position: relative;}


.wp-caption img {
  width: 100% !important;
}
.recent_article_list {
  padding-left: 10px;
}
.recent_article_list li {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 30px;
}
.recent_article_list li .category {
  border-bottom: 1px solid;
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 32px;
  line-height: 35px;
}
.recent_article_list li a {
  color: #000000;
}
.recent_article_list li.title {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #8f8f8f;
}
/* - - - FOOTER - - - */
footer {
  background-color: #000000;
  color: #8f8f8f;
}
footer .parent_contain:nth-child(2) {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .parent_contain:nth-child(3) {
  padding-top: 20px;
  padding-bottom: 12px;
  border-top: 1px solid #8f8f8f;
}
footer .logoImage {
  height: 54px;
  width: 120px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer ul {
  /*margin-bottom: 10px;*/
  float: left;
  width: 50%;
}
footer ul:nth-child(even) {
  float: right;
}
footer ul li.title {
  color: #FFF;
}
footer ul li a {
  color: #8f8f8f;
}
.message {
  position: absolute;
   width: 100.5%; 
  background-color: #ffffff;
  height: 100%; 
  z-index: 1000;
  padding: 20%;
  display: none;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.message.error {
  border: 1px solid #000;
  color: #000;
}
.message.success {
  border: 1px solid #000;
  color: #000;
}
.signup_wrapper {
  background-color: #ffffff;
  padding: 40px 0px;
  border-top: 1px solid #000000;
}
.signup_wrapper h3 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
.signup_wrapper input {
  -webkit-appearance: none;
  border: 1px solid #000000;
  padding: 6px;
  display: block;
  width: 100%;
  margin: 10px 0px;
  outline: none;
  border-radius: 0px;
}
.social_icons {
 
  padding: 15px;
margin: 0px;
width: 100%;
text-align: center;
margin-top:10px;
}
.social_icons li {
  display: inline-block;
  margin: 0px 6px;
}
.social_icons li a {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social_icons li .twitter {
  background-image: url('../images/twitter_icon black.svg');
}

.social_icons li .facebook {
  background-image: url('../images/facebook_icon black.svg');
}

.social_icons li .instagram {
  background-image: url('../images/instagram_icon black.svg');
}



.share-facebook {
  background-image: url('../images/facebook-share.svg');
}

.share-twitter {
  background-image: url('../images/twitter-share.svg');
}

div.button.sold-out {font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:grayscale;
  font-size: 17px;
  line-height: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#8f8f8f;
}

.view-cart h4 a {color:#8f8f8f; text-decoration: none; border:1px solid #8f8f8f; padding:10px 20px; }
.view-cart {width:100%; text-align: center; margin-bottom: 30px;}




/* - - - MOBILE FIXES - - - */
.banner,
.mobile_head,
.navicon {
  display: none;
}
@media screen and (max-width: 1359px) and (min-width: 1070px) {
  .guide-tab {-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
   }
}
@media screen and (max-width: 1069px) and (min-width: 480px) {
  .guide-tab {-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
   }
}
@media screen and (max-width: 807px) {
  header .header-menu {
    display: none;
  }
  
  
  
  .stockist_ind {
  width:49%;
}

  
  
  .navicon {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 72px;
    font-size: 42px;
    line-height: 42px;
    padding: 12px 20px;
    z-index: 5000;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    z-index: 6000;
    color: #FFF;
    text-align: right;
    display: block;
  }
  header .navicon {
    color: #FFF;
  }
  header.window .navicon {
    color: #FFF;
  }
  header.noImage .navicon {
    color: #000;
  }
  header.show .navicon {
    color: #FFF;
  }
  nav {
    height: 100%;
    position: fixed;
    background-color: #000;
    width: 80%;
    left: 100%;
    top: 0px !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transform: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
  }
  nav * {
    -webkit-transform: translate3d(0, 0, 0);
  }
  nav.mobile {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  
/*  Mobile Menu Animations */
 
  .menu_items li {opacity: 0;
	  transition: opacity 0.5s ease-in-out;
	  -moz-transition: opacity 0.5s ease-in-out;
	  -webkit-transition: opacity 0.5s ease-in-out;
	  }
  

  .mobile .menu_items li:first-child {opacity:1.0!important; -webkit-transition-delay: 0.2s;}
  .mobile .menu_items li:nth-child(2) { opacity:1.0!important; -webkit-transition-delay: 0.25s;}
  .mobile .menu_items li:nth-child(3) { opacity:1.0!important; -webkit-transition-delay: 0.3s;}
  .mobile .menu_items li:nth-child(4) { opacity:1.0!important; -webkit-transition-delay: 0.35s;}
  .mobile .menu_items li:nth-child(5) { opacity:1.0!important; -webkit-transition-delay: 0.4s;}
  .mobile .menu_items li:nth-child(6) { opacity:1.0!important; -webkit-transition-delay: 0.45s;}
  .mobile .menu_items li:nth-child(7) { opacity:1.0!important; -webkit-transition-delay: 0.5s;}
  
 .menu_items {height: 380px; position: absolute!important; top:50%!important; margin-top:-190px; width:100%;}
 
 
 /*  End of Mobile Animations */
  
  
  
  
  .menu_items li:nth-child(6) {border-bottom: none; display: block;}
.show .menu_items li:nth-child(7) {border-bottom:none; display: block;}
.show .menu_items li:nth-child(6) {border-bottom: none;}

.flexslider {margin-bottom:20px !important;}
.single-title h1 {width:100%; font-size: 35px; line-height: 35px;}
.body_pane.colu {-webkit-column-count: 1;}
  
  .menu_items li {
    display: block;
  }
  .menu_items li.logoTitle {
    display: none;
  }
  header,
  #main_content,
  footer,
  .banner,
  .mobile_head {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transform: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
  }
  header.mobile,
  #main_content.mobile,
  footer.mobile,
  .banner.mobile,
  .mobile_head.mobile {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
  .menu_items li {
    margin: 0px;
    padding: 10px;
  }
  .menu_items li:hover {
    background-color: #3C3735;
  }
  .menu_items li a {
    font-size: 24px;
  }
  .banner,
  .mobile_head {
    position: fixed;
    height: 72px;
    width: 100%;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
    z-index: 5500;
    -webkit-transition: top 0.2s ease-out, background-color 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-out, background-color 0.2s ease-out, -moz-transform 0.2s ease-in-out;
    -o-transition: top 0.2s ease-out, background-color 0.2s ease-out, -o-transform 0.2s ease-in-out;
    transition: top 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-in-out;
    display: block;
    background-color: transparent;
  }
  .banner.show {
    /*background-color: #000;*/
    background-color:rgba(0,0,0,0.85);
  }
  .mobile_head {
    width: 0px;
    height: 0px;
    margin-left: -100px;
    left: 50%;
    z-index: 6500;
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .banner.show .mobile_head {
    width: 200px;
    height: 72px;
    opacity: 1;
  }
  .mobile_head a {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .logoImage {
    margin-top: 20%;
    max-width: 65%;
  }
  .featured-tile.pos-0 {
    padding-right: 0px;
  }
  .featured-tile.pos-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .set-width {width:80%;}
  
  footer ul {
  float: none;
  width: 100%;
}
  
  .mobile-footer {width:100%; background-color: #000;}
  .mobile-footer ul li a {
  		width:100%!important; 
  		font-family: "futura-pt", sans-serif;
  		font-style: normal;
  		font-weight: 400;
  		-webkit-font-smoothing: antialiased;
  		font-size: 16px;
  		line-height: normal;
  		text-transform: uppercase;
  		letter-spacing: 1px;
  		color:#fff;
  		display: block; 
  		background-color: black; padding:20px;
  		text-align: center;
  		border-bottom:1px solid #5f5f5f;
  		}
  		
  .mobile-footer ul li:last-of-type {border: 0px;}
  .mobile-footer ul li a:hover  {background-color: #3C3735; opacity:1.0;}
  
  
}
@media screen and (max-width: 807px) and (min-width: 480px) {
  
}
@media screen and (max-width: 479px) {

.content-title {
  padding-bottom:45px !important;
}

.content {
  padding-left:40px !important;
  padding-right:40px !important;
}

.artist {
  padding-bottom:20px;
}

.servicing-content {
  font-size:30px !important;
  font-weight:100;
  line-height:42px !important;
  padding-top:20px !important;
  padding-bottom:50px !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.block-title {
  padding-top:40px;
}

h2, h2 em, h3 {font-size: 32px; line-height: 32px;}
.set-width {width: 100%;}
.featured-tile h3 {max-width:100%;}
.menu_items li a {font-size: 21px;}
.menu_items li {padding:15px;}
.navicon {font-size: 30px; padding:15px; color:#fff;}
  .stockist_ind {
  width:100%;
}


  .guide-tab {-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
   }

.introduction_pane, .featured_pane {
  padding:30px;
}

}
