/*
Theme Name: Fogdog
Author: Green Web Ltd 
Author URI: http://greenweb.co.nz
Description: Custom Theme For Fogdog.
Version: 1.0
*/


.ie-6-message {
	display: none;
}

body {
	background-image: url('images/bg.jpg');
	overflow-x: hidden;
}

/* header */

header {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	padding-bottom: 0.5em;
	box-shadow: 0 0 4px #5d4546;
	-moz-box-shadow: 0 0 4px #5d4546;
	-webkit-box-shadow: 0 0 4px #5d4546;
}

.header-wrap {
	position: relative;
	width: 95%;
	margin: 0.5em auto;
}

.logo {
	width: 160px;
	display: block;
	float: left;
}

.menu-icon {
	float: right;
	margin: 4px 4px 0 0;
}

.logo img {
	max-width: 100%;
}

header nav {
	clear: both;
	padding-top: 10px;
	display: none;
}

header nav ul li a {
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #5d4546;
	letter-spacing: 1px;
	display: block;
	clear: left;
	margin-bottom: 5px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #fae1ca;
}

header nav ul li a:focus,
header nav ul li a:active {
	border-bottom: 1px solid #fae1ca;	
}

header nav ul li a.selected {
	color: #d26e42;
}

header nav ul li ul {
	background-color: rgba(255,255,255,0.6);
}

header nav ul li ul li {
	width: 100%;
	clear: both;
}

header nav ul li ul li a {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.1em;
	margin-top: 5px;
}

.facebook {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(images/darkwood.jpg);
	display: block !important;
	position: absolute !important;
	right: 4em;
	top: 0.5em;
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
}

/* footer */

footer {
	width: 95%;
	max-width: 940px;
	margin: 2em auto;
	border-top: 1px solid #e0d0c8;
}

footer img {
	width: 70px;
	margin: 2em auto;
	opacity: 0.7;
}

footer nav ul li a {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	text-decoration: none;	
	color: #5d4546;
	display: block;
	text-align: center;
	font-size: 1.1em;
}

/* text */

h1 {
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #5d4546;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
	-webkit-text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
}

h2 {
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #5d4546;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
	-webkit-text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
	padding-bottom: 0.5em;
	padding-top: 0.8em;
}

h3 {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #43292a;
	font-size: 1.3em;
	padding-bottom: 0.5em;
}
h4 {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #43292a;
	font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.5em;
	padding-bottom: 0.75em;  
    text-align: center;
}

h1.home-heading-mobile {
	text-align: center;
}

p {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #43292a;
	font-size: 0.85em;	
}

p a {
	color: #d26f42;
	text-decoration: none;
}

ul,
ol {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #43292a;
	font-size: 0.85em;	
	padding-left: 1.15em;	
}

/* main */

article {
	width: 100%;
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}

article p {
	margin-bottom: 0.5em;
}

.mobile-home {
	width: 100%;
	max-width: 100%;
}

.wrapper {
	width: 95%;
	margin: 1em auto;
}

.wrapper .banner {
	display: none;
}

.page-heading h1 img {
	display: none;
}

/* products */

.paper-top {
	position: absolute;
	top: -0.9em;
	left: 0;
	width: 100%;	
}

.paper-bottom {
	position: absolute;
	bottom: -1.1em;
	left: 0;
	width: 100%;	
}

.product-thumb {
	position: relative;
	display: block;
	text-decoration: none;
	width: 70%;
	background-color: #fff;
	margin-bottom: 2em;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);	
}

.product-thumb .paper-top {
	top: -0.7em;
}

.product-thumb .paper-bottom {
	bottom: -1.8em;
}

.product-thumb h2 {
	text-align: center;	
	font-size: 1em;
}

.product-thumb-inner {
	padding: 1em;	
}

.product-thumb img {
	margin: 0 auto 1em;
	max-width: 100%;
}

.product-thumb .view-more {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 20px;
	border-radius: 4px;	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);		
}

.product-thumb span {
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #fff;
	font-size: 0.85em;
	display: block;
	background-image: url(images/darkwood.jpg);
	padding: 0.5em 0 0.5em 0;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
	border-radius: 4px;	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	text-align: center;
}

/* product page */

.product-info {
	position: relative;
	padding: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(93,69,70,0.5);		
}

.cooking-directions ol {
	padding-top: 0.5em;
}

.video-placeholder {
	width: 100%;
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    z-index: 0;
    background-color: #000;
	box-shadow: 1px 1px 5px rgba(93,69,70,0.6);
	-moz-box-shadow: 1px 1px 5px rgba(93,69,70,0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(93,69,70,0.6);	
}

.video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 0;
}

.video-placeholder section {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	-moz-background-size: cover;
}

.video-placeholder section a {
	width: 120px;
	height: 120px;
	background-image: url(images/play.png);
	background-size: 120px auto;
	-moz-background-size: 120px auto;
	display: block;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -60px;
}

.visuals {
	margin-top: 2em;
}

.visuals h2 {
	margin-bottom: 1em;
}

.visuals img {
	max-width: 100%;
}

.packaging {
	margin-top: 2em;
}

.photos {
	margin-top: 2em;	
}

.photos a {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
}

.photos a img { 
	max-width: 100%;
}

/* recipe */

.visuals.recipe img {
	margin-top: 1.25em;
	box-shadow: 1px 1px 5px rgba(93,69,70,0.6);
	-moz-box-shadow: 1px 1px 5px rgba(93,69,70,0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(93,69,70,0.6);		
}

/* perfect match */

.fish-illus {
	display: none;
}

/* video demos */

.product-thumb.video-thumb {
	max-width: 340px;
}

.dark-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000;
	background-color: rgba(0,0,0,0.8);
	display: none;
}

#video {
	position: fixed;
	z-index: 30;
	background-color: #fff;
	height: 360px;
	width: 560px;
	padding: 2em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	display: none;
	background-image: url('images/bg.jpg'); 
}

#video .close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	cursor: pointer;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);		
}

#video .close span {
	display: block;
	background-image: url(images/darkwood.jpg);
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #fff;
	font-size: 0.85em;	
	text-align: center;
	line-height: 30px;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
}

#video iframe {
	height: 315px;
	width: 560px;
}

#video h2 { 
	padding-top: 0;
	text-align: center;
}

/* where to buy */

.country-select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	float: left;
	clear: left;
	margin-bottom: 1em;
}

.country-select.selected a {
	color: #f2c4af;
}

.countries a {
	display: block;
	background-image: url(images/darkwood.jpg);
	background-position: -300px -300px;
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #fff;
	font-size: 0.85em;	
	text-align: center;
	line-height: 30px;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}

.countries .country-select:nth-child(odd) a {
	background-position: -200px -200px;
}

.map-label {
	display: block;
	position: absolute;
	visibility: hidden;
	padding: 0.25em 0.5em;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	z-index: 2;
	background-image: url(images/darkwood.jpg);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.map-label p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 0.8em;	
}

.stockist-list {
	overflow: auto;
	max-height: 320px;
}

.stockists section {
	position: relative;
}

.stockists {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	background-color: #fff;
	padding-top: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 3em;
	max-height: 438px;
	border: 1px solid #d5d5d5;
	display: none;
	max-width: 460px;
	z-index: 15;
}

.stockists h2 {
	padding-bottom: 1em;
}

p.stockist-status {
	padding-bottom: 1em;
}

.button.eco-store {
	position: relative;
	z-index: 1;	
}

.eco-store-box p {
	padding-bottom: 0.25em;
}

.eco-store-box p.no-stockists {
	float: none;
}

p.stockist-status.online-stockist {
	padding-bottom: 0;
}

.nz-online-stockists,
.aus-online-stockists {
	display: none;
}

.stockist {
	padding-bottom: 1em;
}

.stockist h3 {
	padding-top: 0;
	margin-top: 0;
	text-align: left;
}

span.close {
	display: block;
	position: absolute;
	top: -2.5em;
	right: -2.5em;
	font-size: 0.9em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url(images/darkwood.jpg);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: 'Calibri', 'Helvetica', Arial, serif;
	color: #fff;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

.recipes-cta {
	display: none;
}
 
.bach-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}

.bach-overlay img {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -150px;	
}

@media only screen and (min-width: 512px) {


}

@media only screen and (min-width: 670px) {

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

html, body {
	height: 100%;
}

.page {
	min-height: 100%;
}

.page-inner {
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 140px;
}

/*Opera Fix for sticky footer*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.wrapper {
	position: relative;
	max-width: 1080px;
	margin-bottom: 0;
	margin-top: 0.5em;
}


.menu-icon {
	display: none;
}

header nav { 
	display: block;
	border-bottom: 1px solid #e0d0c8;
	border-top: 1px solid #e0d0c8;
	box-shadow: 0 0 10px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 10px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,1);
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
}

.logo {
	float: none;
	margin: 0 auto;
	padding: 0.5em 0;
	width: 220px;
}

header {
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	background-color: transparent;
}

header nav ul li { 
	float: left;
	clear: none;
	width: 25%;
	font-size: 1em;
	text-align: center;
	position: relative;
}

header nav ul li a,
header nav ul li a:focus,
header nav ul li a:active {
	border-bottom: none;
}

header nav ul li a:hover {
	color: #88553e;
}

header nav ul li ul {
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	z-index: 5;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

header nav ul li:hover ul {
	max-height: 800px;		
}

header nav ul li ul li {
	border-bottom: 1px solid #e0d0c8; 
}

.header-wrap {
	max-width: 1080px;
	padding-top: 1em;
}

.facebook {
	display: block !important;
	position: absolute !important;
	right: 0;
	top: 2.5em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* footer */

footer {
	position: relative;
	margin: -80px auto 0;
	height: 80px;
	clear: both;
	border-top: none;
}

footer nav ul li {
	width: 45%;
	float: left;
}

footer nav ul li:last-child {
	float: right;
}

footer nav ul li ul li {
	width: 25%;
}

footer nav ul li ul li a {
	padding: 0 0.5em;
}

footer nav ul li ul li a:hover {
	color: #88553e;
}

footer img {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: -40px;
	margin-top: 0;
	margin-bottom: 0;
}

/* main */

.page-heading {
	float: left;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.5);
}

.page-heading h1 {
	background-image: url(images/darkwood.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fef6f2;
	padding: 0.5em 5.5em 0.5em 1em;
	height: 60px;
	float: left;
	clear: both;
	position: relative;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
	overflow: hidden;		
}

.page-heading h1 img {
	display: block;
	width: 90px;
	position: absolute;
	right: 0.5em;
	top: 0;
	opacity: 0.6;
}

h1.home-heading-mobile { 
	display: none;
}

.mobile-home {
	display: none;	
}

.wrapper .banner {
	display: block;
	width: 100%;
	max-width: 1080px;
	position: relative;
}

.slider-image-map {
	position: relative;	
}

.slider-image-map map {
	position: relative;
	z-index: 10;
}

.label {
	position: absolute;
	display: none;
	background-color: #fff;
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #5d4546;
	letter-spacing: 1px;
	padding: 0.25em 0.5em;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	z-index: 5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.banner .banner-inner {
	max-width: 1080px;
	overflow: hidden;
	background-color: #000;
}

.banner .banner-inner img {
	position: relative;
}

.banner .banner-inner img.bg-image {
	position: absolute;	
}

.banner .banner-inner a.hover-image {
	display: none;
	position: absolute;
	z-index: 0;		
}

.banner .banner-inner a.recipe-image {
	top: 236px;
	left: 45px;
}

.banner .banner-inner a.map-image {
	top: 130px;
	left: 335px;
}

.banner .banner-inner a.tempura-image {
	top: 285px;
	left: 565px;
}

.banner .banner-inner a.panko-image {
	top: 140px;
	left: 595px;
}

.banner .banner-inner a.batter-image {
	top: 134px;
	left: 720px;	
}

.banner .banner-inner a.fritter-image {
	top: 140px;
	left: 900px;
}

.banner .banner-inner a.match-image {
	top: 40px;
	left: 1026px;
}

.banner .banner-inner a.gf-image {
	top: 300px;
	left: 636px;		
}

.banner .banner-inner a.nutri-image {
	top: 285px;
	left: 674px;
}

.banner .banner-inner a.contact-image {
	top: 174px;
	left: 1023px;
}

.banner .banner-inner a.video-image {
	top: 20px;
	left: 1340px;
}

.banner .banner-inner a.seasoning-image {
	top: 173px;
	left: -223px;
}

.banner-heading {
	position: absolute;
	width: 570px;
	text-align: center;
	left: 50%;
	top: -10px;
	margin-left: -285px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
}

.banner-heading img {
	position: absolute;
	width: 95px;
	z-index: 5;
	left: 10px;
	opacity: 0.4;
}

.banner-heading img:last-child {
	position: absolute;
	width: 120px;
	z-index: 5;
	left: auto;
	right: 0;
	top: -90px;
	opacity: 0.4;
}

.wrapper .banner h1 {
	background-image: url(images/darkwood.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.4em;
	color: #fef6f2;
	padding: 0.6em 1em;
	position: relative;
	text-shadow: 1px 1px 2px #833e1d;
	-moz-text-shadow: 1px 1px 2px #833e1d;
	-webkit-text-shadow: 1px 1px 2px #833e1d;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
}

.slider-control {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-image: url('images/darkwood.jpg');
	cursor: pointer;
	box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
	-moz-box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
	-webkit-box-shadow: 1px 1px 6px rgba(93,69,70,0.8);
}

.slider-control div {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: inset 1px 1px 15px #682b0e;
	-moz-box-shadow: inset 1px 1px 15px #682b0e;
	-webkit-box-shadow: inset 1px 1px 15px #682b0e;
	position: absolute;
	top: 0;
}

.slider-control.control-right {
	left: auto;
	right: -30px;
}

.slider-control img {
	display: block;
	width: 40px;
	position: relative;
	top: 50%;
	margin-top: -18px;
	left: -2px;
}

.slider-control.control-right img {
	position: relative;
	right: -2px;
	left: auto;
}

/* products */

.product-thumb {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}

/* product page */

.product-info {
	padding: 2em;
}

.paper-top {
	top: -1.4em;
}

.paper-bottom {
	bottom: -1.5em;
}

.recipes-cta {
	display: block;
	float: left;
	margin-top: -28px;
}

.bach-overlay img {
	width: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -166px;
	margin-left: -300px;	
}

}

@media only screen and (min-width: 940px) {

header nav ul li { 
	width: 11%;
}

footer nav ul li.nutrition-nav {
	width: 28%;
}

footer nav ul li.contact-nav {
	width: 22%;
}

/* products */

.product-thumb {
	float: left;
	width: 24%;
	margin-right: 1%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.product-thumb .view-more {
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;	
}

.product-thumb:hover .view-more {
	bottom: 40px;
}

.product-thumb:nth-child(4n+4) {
	margin-right: 0;
}

/* product page */

.product-info {
	width: 50%;
	text-align: justify;
	float: left;	
}

.paper-top {
	top: -1em;
}

.paper-bottom {
	bottom: -1.1em;
}

.video-placeholder section a:hover {
	background-position: 0 -595px;
}

.visuals {
	margin-top: 0.5em;
	width: 40%;
	float: right;
}

/* perfect match */

.product-info.perfect-match {
	width: 55%;
}

/* video demo */

.product-thumb.video-thumb {
	width: 32%;
	margin-right: 1.333333%;
}

.product-thumb.video-thumb:nth-child(3n+3) {
	margin-right: 0;
}

/* where to buy */

.countries {
	width: 20%;
	float: left;	
}

.product-info.stockists-page {
	float: right;
	width: 70%;
	margin-top: 0.5em;
	padding-top: 1em;
}

.stockists-page .paper-top {
	top: -1.4em;
}

.stockists-page .paper-bottom {
	bottom: -1.5em;
}

/* nutrition */

article.nutrition {
	float: left;
	width: 60%;
}

article.nutrition .product-info.perfect-match {
	width: 100%;
}

.fish-illus {
	display: block;
	float: left;
	opacity: 0.2;
	position: absolute;	
	z-index: -5;
	right: 3em;
	top: 7em;
}

/* contact */

.nz-contact,
.aus-contact {
	float: left;
	margin-right: 2em;
}

.recipes-cta {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
}

.bach-overlay img {
	width: 900px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -450px;	
}
.testimonials-cta {
	display: none;
}
.testimonials-cta {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10px;
}
.testimonials-cta {
	display: block;
	float: left;
	margin-top: -28px;
}
}
 * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.9s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
