/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2015
*/

* {
	margin: 0;
	padding: 0;
}
/* mac hide */

html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
}
/* end hide */

body {
	color: #111111;
	font: 100%/1.5 'Cabin', sans-serif; /*'Myriad Pro', 'Trebuchet MS', Arial, sans-serif; */
	text-align: center;
	background: url('/images/berkey-background.jpg') no-repeat fixed center top / cover #ffffff;
	overflow: auto;
}
article, aside, figure, footer, header, hgroup, menu, nav, section, #lside, #rside {
	display: block
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
p {
	margin: 0;
	padding: 0 0 1rem;
}
img {
	max-width: 100%;
}
a:link, a:visited {
	color: #0073ae;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #7ac142;
	text-decoration: underline;
}
.imgleft {
	border: 0 none;
	float: left;
	margin: 3px 10px 0px 0px;
}
.imgright {
	border: 0 none;
	float: right;
	margin: 3px 0px 0px 10px;
}
.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe, .iframe-rwd embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.loading {
	background: url('/images/loader.gif') no-repeat 1px;
	height: 16px;
	width: 16px;
	display: none;
}
fieldset .hightlight {
	font-style: italic;
	border: 2px solid #9F1319;
	background: url('/images/iconCaution.gif') no-repeat right;
}
.done {
	min-height: 200px;
	padding-left: 20px;
	width: 90%;
	margin: 20px auto;
	display: none;
}
.button {
 *overflow:visible;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(150, 150, 150, 0.7);
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 6px 10px;
	font-weight: 600;
}

/* Store Notice */
.homenoticetop {
	background: none repeat scroll 0 0 ##7ac142;
	margin: 0rem auto;
	width: 100%rem;
}
.homenoticetop p {
	color: #ffffff;
	padding: 0.6rem 0;
}
.homenotice {
	background: none repeat scroll 0 0 #ffffff;
	margin: 2rem auto;
	padding: 0.5rem;
	width: 61.5rem;
}

/* Header */
header {
	background-color: #ffffff;
}
hgroup {
	height: 140px;
	margin: 0 auto;
	width: 62.5rem;
}
hgroup h1 {
	float: left;
}
hgroup h1 a {
	background: url('/images/berkey-shop-logo.png') no-repeat 0 0;
	display: block;
	height: 120px;
	margin-top: 10px;
	text-indent: -999em;
	width: 222px;
}
hgroup .top {
	float: right;
	max-width: 300px;
}
hgroup .button {
	background-color: #0073ae;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -moz-linear-gradient(top, #0d93d8, #0788ca 25%, #016497);
	background-image: -ms-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -o-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: linear-gradient(#0d93d8, #0788ca 25%, #016497);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d93d8', endColorstr='#016497', GradientType=0);
	border: 1px solid #0073ae;
	color: #ffffff;
	float: right;
	font-size: 1.2rem;
	margin: 30px 0 10px;
	width: auto;
}

/* Nav */
nav {
	background-color: #7ac142;
	height: 2rem;
}
nav ul {
	margin: 0 auto;
	width: 62.5em;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}
#nav li a {
	color: #ffffff;
	display: block;
}
#nav li a:active {
	background-color: #ffffff !important;
	color: #f58221;
}
#nav span:after {
	border: 0.3125em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	display: inline-block;
	height: 0;
	position: relative;
	right: -0.3125em; /* 5 */
	vertical-align: middle;
	width: 0;
}

/* first level */
#nav > ul {
	background-color: #7ac142;
	height: 2em;
}
#nav > ul > li {
	float: left;
	height: 100%;
	list-style: none outside none;
}
#nav > ul > li > a {
	height: 100%;
	line-height: 2rem;
	padding: 0 1rem;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
	background-color: #ffffff;
	color: #f58221;
	transition: background-color 0.3s ease 0s;
	text-decoration: none;
}
#nav > ul > li.contact {
	float: right;
}
#nav ul li.contact a:link, nav ul li.contact a:visited {
	background-color: #036635;
}
#nav ul li.contact a:hover, nav ul li.contact a:active {
	background-color: #ffffff;
}

/* second level */
#nav li ul {
	background-color: #7ac142;
	box-shadow: 8px 8px 4px #888888;
	border: 1px solid #7ac142;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: none;
	list-style: none;
	padding: 6px;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 14rem;
}
#nav li:hover > ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	padding: 0.5rem;
}
#nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
	background: #ffffff;
	color: #f58221;
	text-decoration: none;
}

/* third level and beyond */
#nav li ul li ul {
	border-top-left-radius: 0;
	margin-left: 14rem;
	top: 0;
}

/* Section */
section {
	margin: 2rem auto;
	width: 62.5rem;
}

/*Flags*/	 

.btnNL {
	background:url('/images/netherlands-flag.png') no-repeat 0 0;
	float:right;
}
.btnGB {
	background:url('/images/united-kingdom-flag.png') no-repeat 0 0;
	float:right;
} 
.btneu {
	background:url('/images/european-union-flag.png')no-repeat 0 0;
	float:right;
}
.btnuk{
	background:url('/images/united-kingdom-flag.png')no-repeat 0 0;
	float:right;
}
.btnGB, .btnNL, .btneu, .btnuk {
	cursor:pointer;
	height:32px;
	margin:0 0.5rem;
	opacity:1;
	text-indent:-999em;
	width:32px;
}
.btnGB:hover, .btnNL:hover, .btnuk:hover, .btneu:hover{
	Opacity:0.8;
}
article .btnGB, article .btnNL, article .btneu, article .btnuk {
	background-position:0 -2px;
	position:absolute;
}

/* article */
article {
	background-color: #ffffff;
	padding: 2rem;
	text-align: left;
}
article h2 {
	color: #0073ae;
	font-size: 2rem;
	line-height: 2.2rem;
	word-spacing: -2px;
}
article h3 {
	color: #0073ae;
	font-size: 1.25rem;
	margin: 0 0 1rem 0;
}
table.overview {
	border-collapse: collapse;
	margin: 1rem auto;
	max-width: 80%;
}
table.overview th {
	background-color: #0073ae;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -moz-linear-gradient(top, #0d93d8, #0788ca 25%, #016497);
	background-image: -ms-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -o-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: linear-gradient(#0d93d8, #0788ca 25%, #016497);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d93d8', endColorstr='#016497', GradientType=0);
	color: #ffffff;
	padding: 4px 1rem;
}
table.overview th a:link,  table.overview th a:visited {
	color: #ffffff;
	text-decoration: underline;
}
table.overview td {
	padding: 4px 1rem;
	text-align: center;
}
table.overview tr > td {
	text-align: left;
}
table.overview td p {
	margin: 0 0 0 1rem;
}
table.overview tr:nth-child(odd) {
	background-color: rgba(0, 115, 174, 0.05);
}
table.overview tr:nth-child(even) {
	background-color: rgba(0, 115, 174, 0.1);
}
article ul.productList {
	list-style: none outside none;
	margin: 0 auto;
}
.productList li {
	display: inline-block;
	margin-right: 2rem;
	width: 46%;
}
article .button {
	background-color: #7ac142;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#9dd96e, #7ac142 25%, #589c23);
	background-image: -moz-linear-gradient(top, #9dd96e, #7ac142 25%, #589c23);
	background-image: -ms-linear-gradient(#9dd96e, #7ac142 25%, #589c23);
	background-image: -o-linear-gradient(#9dd96e, #7ac142 25%, #589c23);
	background-image: linear-gradient(#9dd96e, #7ac142 25%, #589c23);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ac142', endColorstr='#589c23', GradientType=0);
	border: 1px solid #7ac142;
	clear: both;
	color: #ffffff;
	float: right;
	font-size: 1rem;
	margin: 0 0 1rem;
	width: auto;
}
article ul,  article ol {
	margin: 0 2rem 1rem;
}
article ul li,  article ol li {
	line-height: 1.5;
}

/*
.buttontop {
 *overflow:visible;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(150, 150, 150, 0.7);
	color: #ffffff !important;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 6px 10px;
	font-weight: 600;
	background-color: #0073ae;
	width: auto;
}
/* Paypal Button 

header .top .paypalCart {
	width: 107px;
	height: 26px;
	position: relative;
	float: right;
}
header .top .btnCart {
	margin: 3px;
}



/* Showcase 
section .showcase div {
	padding: 28% 47% 9% 0;
}
section .showcase .button {
	background-color: #0073ae;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -moz-linear-gradient(top, #0d93d8, #0788ca 25%, #016497);
	background-image: -ms-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: -o-linear-gradient(#0d93d8, #0788ca 25%, #016497);
	background-image: linear-gradient(#0d93d8, #0788ca 25%, #016497);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d93d8', endColorstr='#016497', GradientType=0);
	border: 1px solid #0073ae;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	width: auto;
}

/* Article 
article h4 {
	font-size: 1rem;
	margin: 0.5rem 2rem 0;
}
article p {
	margin: 0 2rem;
}
article .col2 li {
	padding: 0.5rem 0;
}
article .letterlist li {
	list-style: upper-alpha inside none;
}
article sub,  article sup {
	font-size: 50%;
	line-height: 0;
}
article .col2 {
	-moz-column-count: 2; /* Firefox 
	-webkit-column-count: 2; /* Safari and Chrome 
	column-count: 2;
	-moz-column-gap: 2rem; /* Firefox 
	-webkit-column-gap: 2rem; /* Safari and Chrome 
	column-gap: 2rem;
}
article div.col2 {
	-moz-column-gap: 0rem; /* Firefox 
	-webkit-column-gap: 0rem; /* Safari and Chrome 
	column-gap: 0rem;
}
/* Article Content */

/*Jquery UI Tabs Overrides

.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
	margin-left: 2rem;
	margin-right: 2rem;
}
div#tabs p {
	margin: 0 !important;
}
div#tabs h3 {
	margin: 0 !important;
}

/*set a border on the images to prevent shifting
#gallery_01 img {
	border: 2px solid white;
}

/*Change the colour
article#content {
	max-width: 100%;
	padding-bottom: 2rem;
	width: 62.5rem;
}
article#calculator {
	max-width: 100%;
	width: 62.5rem;
}
article#calculator h3 {
	margin: 0;
	color: #0073ae;
}
article#calculator #filterCalculator {
	padding: 2rem;
}
article#calculator #Result {
	text-align: center;
}
table.compare {
	font-size: 75%;
}
table.compare th,  table.compare td {
	padding: 4px 0.25rem;
}
table.left td {
	text-align: left;
	vertical-align: top;
}
article .red {
	color: #ae1c28;
}
article .grid {
	display: inline-block;
	margin-right: 2rem;
}
article .grid img {
	float: right;
	height: 14em;
	margin: 0.5em 0.5rem 0 0;
	width: auto;
}

/* Product Images 
article .product-image {
	display: inline-block;
	margin: 2rem;
	width: 42%;
}
article .product-image img {
	cursor: pointer;
	max-width: 100%;
	position: relative !important;
}
article .thumb {
	border: 1px solid rgba(0, 115, 174, 0.5);
	display: inline-block;
	margin: 0 0.25rem 0 0;
	max-height: 135px;
	max-width: 135px;
}
article .thumb img {
	height: auto;
	width: auto;
}
article .product-image h3 {
	color: #ae1c28;
}

/* Product Info 
article .product-info {
	display: inline-block;
	margin: 2rem 0 1rem 0;
	vertical-align: top;
	width: 44%;
}
article .product-info .double {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
article .product-info .triple {
	border-top: 1px solid #0073ae;
	width: 100%;
}
article .price {
	font-size: 1.4rem;
}
article .price em {
	font-size: 0.875rem;
	font-style: italic;
}
article .btnAddCart {
	margin: 0.5rem 2rem;
}

/*Berkey Benefit Icons

article.halfspan {
	margin-right: 2%;
	min-height: 525px;
	width: 48.7%;
}
.header {
	cursor: pointer;
	padding: 5px;
}
.content {
	font-size: 0.875rem;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	transform-style: preserve-3d;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.collapsed .content {
	min-height: 0px;
	height: 0px;
	transform-style: preserve-3d;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

/* Contact Form */
article .form {
	margin: 2rem;
	text-align: left;
}
article .form#review {
	margin: 0rem;
}
article form fieldset {
	border: 1px dashed #7ac142;
	display: inline-block;
	padding: 1rem;
	width: 45%;
}
article form fieldset.part2 {
	float: right;
}
article form legend {
	background-color: #ffffff;
	font-size: 1.25rem;
	padding: 0 0.5rem;
}
article form label {
	display: inline-block;
	margin: 0.5rem 0 0 0;
	max-width: 110px;
	padding: 0.25rem;
	width: 30%;
}
article form .text {
	border: 2px solid #cdcdcd;
	font-size: 1rem;
	margin: 0.5rem 0 0 0;
	min-width: 190px;
	padding: 0.25rem;
	width: 65%;
}
article form select { /* Also does PayPal Dropdowns */
	border: 2px solid #cdcdcd;
	height: 30px;
	margin: 0.5rem 2rem;
	min-width: 170px;
	padding: 3px;
	width: 45%;
}
select option[disabled] {
	display: none;
}
article form .textarea {
	border: 2px solid #cdcdcd;
	font: 100%/1.5 'Cabin', sans-serif;
	margin: 0.5rem 0 0 0;
	min-height: 111px;
	padding: 0.25rem;
	width: 100%;
}
article form .sendtext {
	text-align: center;
}
article form .sendtext .submit {
	float: none;
	margin: 2rem auto;
	padding: 0.25rem 1rem;
}
article form .hightlight {
	border: 2px solid #9F1319;
	background: url('/images/iconCaution.gif') no-repeat right;
}
.form .url {
	display: none;
}

/* Footer */
footer {
	background-color: #efefef;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -moz-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -ms-linear-gradient(top, #e9e9e9, #efefef);
	background-image: -o-linear-gradient(top, #e9e9e9, #efefef);
	background-image: linear-gradient(top, #e9e9e9, #efefef);
	clear: both;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#efefef', GradientType=0);
	min-height: 220px;
	margin: 2rem auto;
	text-align: left;
	width: 62.5rem;
}

footer ul {
	list-style: none;
	margin: 0.5rem 1%;
	float: left;
}
footer > ul {
	width: 61.4%;
}
footer li {
	line-height: 1.5em;
	margin: 0;
	border-right: 1px solid #dfdfdf;
	font-weight: 700;
	font-size: 0.8125rem;
}
footer .products, footer .help {
	float: left;
	margin-left: 0.5rem;
	width: 24%;
}
footer li li {
	font-weight: normal;
	border: 0;
}
footer .social {
	float: left;
	width: 20%;
	padding: 0.5rem;
	list-style: none;
}
footer .social li {
	display: inline-block;
}
footer .social a {
	display: block;
	height: 34px;
	text-indent: -9999em;
	width: 35px;
}
footer .facebook {
	background: url('/images/button-sprite.png') -0px 0 no-repeat;
}
footer .facebook:hover {
	background: url('/images/button-sprite.png') -35px 0 no-repeat;
}
footer .twitter {
	background: url('/images/button-sprite.png') -0px -34px no-repeat;
}
footer .twitter:hover {
	background: url('/images/button-sprite.png') -35px -34px no-repeat;
}
footer p {
	width: 30%;
	text-align: right;
	margin: 0.5rem 1%;
	float: right;
	font-size: 0.875rem;
}
/*

@media screen and ( max-width: 62.5em ) /* 1000 */ {
	hgroup, nav ul, section, footer { width: 98%; }
	.homenotice { max-width: 96%; }
	.slider p { margin: 0 30% 0 7%; }
	article.halfspan { margin-bottom: 2rem; margin-right: 0; width: 100%; }
	#content .double form select { min-width: 160px; }
	footer .social { width: 20%; }
	footer .paypal { float: left; width: 20%; }
}
@media screen and ( max-width:800px ) {
	.productList li { display: inline-block; padding: 2%; width: 44%; }
}
@media screen and ( max-width: 40em ) /* 640 */ {
	html, body { font-size: 87.5%; }
	#nav { position: relative; top: auto; left: auto; z-index: 4 }
	#nav ul { width: 100%; }
	#nav > a { width: 2rem; height: 2rem; text-align: left; text-indent: -9999px; background-color: #036635; position: relative; }
	#nav > a:before, #nav > a:after { position: absolute; border: 2px solid #fff; top: 35%; left: 25%; right: 25%; content: ''; }
	#nav > a:after { top: 60%; }
	#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type { display: block; }
	/* first level */
	#nav > ul { height: auto; display: none; position: absolute; left: 0; right: 0; }
	#nav:target > ul { display: block; }
	#nav > ul > li { width: 100%; float: none; }
	#nav > ul > li > a { height: auto; text-align: left; padding: 0 0.833em; /* 20 (24) */ }
	#nav > ul > li:not( :last-child ) > a { border-right: none; border-bottom: 1px solid #ffffff; }
	/* second level */
	#nav li ul { border: 0 none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; box-shadow: none; position: static; padding: 1.25em; /* 20 */ padding-top: 0; width: 100%; }
	#nav li ul a { border-top: 0 none; }
	/* third level and beyond */
	#nav li ul li ul { margin-left: 0; }
	article .col2 { -moz-column-count: 1; -moz-column-gap: 0; column-count: 1; -webkit-column-count: 1; -webkit-column-gap: 1; column-gap: 1; }
	article .thumb { width: 45%; }
	article .product-info .double { border-bottom: 1px solid #0073ae; padding-bottom: 1rem; width: 100%; }
	article.carousel, aside { margin-right: 0; margin-bottom: 2rem; width: 100%; }
	footer p { width: 34%; }
}
@media screen and ( max-width:480px ) {
	hgroup, nav ul, section, footer { width: 96%; }
	hgroup { height:120px; }
	hgroup .imgright { display:none; }
	hgroup h1 a { background:url("/images/berkey-shop-logo-120.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); height:80px; width:120px; }
	article .product-image, article .product-info { width: 100%; }
	footer > ul {width:100%; }
	footer p { margin-top:-1rem; width:100%; }
	article .product-image { margin: 0rem; }
	.imgright { max-width: 40%; }
}
@media screen and ( max-width:320px ) {
	html, body { font: 87.5%/1.5 'Cabin', sans-serif; }
	header .top { margin: 10px 2% 0 0; }
	hgroup .button { font-size: 0.875rem; margin: 0 0 10px; }
	header .top .paypalCart { float: none; right: 0.5rem; }
	footer .products, footer .help { width: 45%; }
	footer .social, footer .paypal { display: none; }
	table.overview { font-size: 75%; }
	article .product-image { margin: 0rem; }
	.productList li { width: 94%; }
}
@media print {
	/*Reset Style */
	body { margin: 0; padding: 0; }
	nav, .backstretch, .slideshow { display: none; }
	header h1, header p { float: none; margin: 0; text-align: left; }
	article { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
	footer { width: 100%; }
}
/* End &copy;2015 Berkey Water Filters Europe */
