@charset "utf-8";
/* CSS Document */

/* FONTS */

@font-face {
    font-family: Liberator;
    src: url('/css/fonts/liberator-light-webfont.eot');
    src: url('/css/fonts/liberator-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/liberator-light-webfont.woff2') format('woff2'),
         url('/css/fonts/liberator-light-webfont.woff') format('woff'),
         url('/css/fonts/liberator-light-webfont.ttf') format('truetype'),
         url('/css/fonts/liberator-light-webfont.svg#liberatorlight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Liberator;
    src: url('/css/fonts/liberator-medium-webfont.eot');
    src: url('/css/fonts/liberator-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/liberator-medium-webfont.woff2') format('woff2'),
         url('/css/fonts/liberator-medium-webfont.woff') format('woff'),
         url('/css/fonts/liberator-medium-webfont.ttf') format('truetype'),
         url('/css/fonts/liberator-medium-webfont.svg#liberatormedium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: Convergence;
	src: url('/css/fonts/Convergence-Regular.eot');
	src: url('/css/fonts/Convergence-Regular.eot') format('embedded-opentype'),
	     url('/css/fonts/Convergence-Regular.woff') format('woff'),
		 url('/css/fonts/Convergence-Regular.ttf') format('truetype'),
		 url('/css/fonts/Convergence-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* VIEW PORT */

@viewport {
	width: device-width;
	initial-scale: 1;
}
@-ms-viewport{
	width: device-width;
	initial-scale: 1;
}

/* RESET */

section,nav,hgroup,header,footer,figure,figcaption,details,aside,article{display:block}
video,canvas,audio{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]),[hidden]{display:none}
html,textarea,select,input,button{font-size:100%}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;}
body,figure,form,textarea,select,input,button{margin:0}
textarea,select,input,button,body{font-family:sans-serif}
a{color:#00e}
a:visited{color:#551a8b}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
strong,b{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
samp,kbd,code,pre{font:1em monospace,serif;_}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:after,q:before{content:'';content:none}
small,sup,sub{font-size:75%}
sup,sub{line-height:0;position:relative}
sup,sub,textarea,select,input,button{vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
ol,ul{margin:1em 0;padding:0 0 0 40px}
dd{margin:0 0 0 40px}
nav ol,nav ul{content-style:none;content-style-image:none}
img,legend,input::-moz-focus-inner,button::-moz-focus-inner{border:0}
img{-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{*margin-left:-7px}
textarea,select,input,button{*vertical-align:middle}
input,button{line-height:normal}
input[type='submit'],input[type='reset'],input[type='button'],button{cursor:pointer;-webkit-appearance:button;*overflow:visible}
input[type='radio'],input[type='checkbox']{box-sizing:border-box}
input[type='radio'],input[type='checkbox'],input::-moz-focus-inner,button::-moz-focus-inner{padding:0}
input[type='search']{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type='search']::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* GENERAL */

body,
th,
td,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
nav,
label {
	font-weight: normal;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
body,
td,
th,
input,
select,
textarea,
button {
	font-size: 15px;
}
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
h1,
h2,
h3,
h4,
button,
footer {
	font-weight: 300;
	font-family: Liberator, Ubuntu, Arial, sans-serif;
}
h4,
button {
	font-size: 21px;
}
h1,
h2,
h3 {
	clear: both;
}
h1 {
	font-size: 37px;
}
h2 {
	font-size: 29px;
}
h3 {
	margin: 0.5em 0;
	font-size: 25px;
}
h4 {
	margin: 0.25em 0;
}
#content .product_number,
strong {
	font-weight: bold;
}
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select,
button {
	border: 0 none;
	border-radius: 3px;
	padding: 9px 1%;
}
input,
textarea,
select {
	opacity: 0.88;
	transition: opacity ease-in-out 0.3s;
}
ul {
	padding: 0 0 0 0.5em;
}
li {
	margin: 0 0 0 1.25em;
	padding: 0 0 0 0.5em;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	opacity: 1;
}
button {
	padding: 11px 10%;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

/* LAYOUT */

.container,
header,
footer {
	display: block;
	padding: 1px 0 0;
	margin: -1px auto 0;
	max-width: 1200px;
	min-width: 210px;
}
header,
footer {
	padding: 25px 4%;
	width: 92%;
	font-size: 17px;
}
header a {
	display: block;
}
header img {
	height: auto;
	margin: 0 20%;
	width: 60%;
}
#content p,
#content li {
	line-height: 160%;
}
#content h1 img,
#content h2 img {
	width: 75%;
	margin: 10px 12.5%;
	height: auto;
	transition: margin ease-in-out 0.5s, width ease-in-out 0.5s;
}
#content > h1,
#content > h2,
#content > div {
	margin: 0;
	padding: 20px 4%;
	width: 92%;
}
#bottles_in_box {
	padding: 0;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#bottles_in_box img {
	opacity: 0;
}
h1 a,
h2 a {
	outline: none;
}
.small {
	font-size: 13px;
}

/* COLOURS */

body,
#main {
	color: #FFFFFF;
	background-color: #342e27;
}
a,
a:link,
a:visited,
a:active {
	color: #F2F2C2;
}
a:hover {
	color: #FFFFEF;
}
nav a,
nav a:link,
nav a:visited,
nav a:active,
button {
	color: #FFFFFF;
	background-color: #f04700;
}
nav a:hover,
button:hover {
	color: #FFFFFF;
	background-color: #ff6706;
}
#content > h1,
#content > h2 {
	background-color: #1a1a0d;
}
#content .light,
#content .light h1,
#content .light #gabs_title,
#content .medium,
#content .medium h1,
#content .medium #gabs_title {
	color: #1d0303;
	background-color: transparent;
}
#bear_club h2,
#bear_club h3,
#bear_club a,
#bear_club a:link,
#bear_club a:visited,
#bear_club a:active,
#content .product_number {
	color: #f04700;
}
#content .light h2,
#content .light h3,
#content .light h4,
#bear_club h2,
#bear_club h3,
#bear_club a,
#bear_club a:link,
#bear_club a:visited,
#bear_club a:active {
	color: #734848;
}
#bear_club a:hover {
	color: #ff6706;
}
.light a,
.light a:link,
.light a:visited,
.light a:active,
.medium a,
.medium a:link,
.medium a:visited,
.medium a:active,
#gabs a,
#gabs a:link,
#gabs a:visited,
#gabs a:active {
	color: #f00707;
}
#gabs a:hover {
	color: #ff1716;
}
#gabs table tr:first-child td {
	border-top: 2px solid #b86a6e;
}
#gabs table td {
	border-bottom: 2px solid #b86a6e;
}
#gabs table tr:hover td {
	background-color: rgba(255, 0, 0, 0.05);
}
#gabs button {
	color: #FFFFFF;
	background-color: #f00707;
}
#gabs button:hover {
	color: #FFFFFF;
	background-color: #ff1716;
}
#signup {
	background-color: rgba(35, 29, 25, 0.83);
	border-bottom: 6px solid rgba(255, 221, 221, 0.33);
}
#signup h3 {
	border-top: 5px dotted #47473a;
}
#signup .error input,
#signup .error select,
#signup .error textarea {
	box-shadow: 2px 2px 0 #ff3b3d inset, -2px -2px 0 #ff3b3d inset;
}
#signup .error label:first-child {
	border: 2px solid #ff3b3d;
}
#signup .error_message {
	background-color: #97181B
}
#signup label,
#signup .error:hover label {
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.01);
}
#signup label:hover,
#signup .error:hover label:hover {
	border: 2px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.1);
}
#terms_and_conditions_text {
	border-left: 4px dotted rgba(255, 255, 255, 0.2);
}

/* WELCOME */

#welcome_title,
#welcome {
	display: none;
}
#welcome button {
	width: 100%;
}

/* IMAGES */

#main {
	background: #342e27 url("/images/photos/dark-burnt-wooden-planks.jpg") repeat fixed 0 0;
}
#content .light {
	background: #ddcdb3 url("/images/photos/light-leather.jpg") repeat scroll center center / cover;
}
#content .medium {
	background: #bba079 url("/images/photos/medium-leather.jpg") repeat scroll center center / cover;
}
#content #bottles_in_box {
	background: #efb18c url("/images/photos/bottles-placed-in-box.jpg") no-repeat scroll center center / cover;
}
#content #join_the_bear_pack {
	background: #78554a url("/images/photos/bear-club-box-seal.jpg") no-repeat fixed center center / cover;
}

/* BEAR CLUB */

#content #bear_club {
	padding-top: 28px;
	padding-bottom: 28px;
}
#bear_club h2,
#bear_club h3 {
	background-color: transparent;
}
#bear_club button {
	width: 100%;
}
#bear_club #bear_club_list,
#bear_club #anton_filling_bottle {
	width: 100%;
	clear: both;
}
#bear_club #anton_filling_bottle {
	max-height: 400px;
	overflow: hidden;
}
#content #anton_filling_bottle img {
	height: auto;
	margin: 0;
	width: 100%;
}

/* GABS */

#gabs table {
	width: 100%;
}
#gabs table td {
	padding: 6px 1%;
}
#gabs table td:first-child {
	padding-left: 0.75%;
}
#gabs table td:last-child {
	padding-right: 0.75%;
}
#gabs table td:nth-child(4n-1),
#gabs table td:last-child {
	text-align: right;
}
#gabs table td label {
	display: block;
	margin: -4px 0;
	padding: 4px 0;
}
#gabs button {
	width: 100%;
}

/* SUBSCRIPTION */

#signup {
	display: none;
}
#signup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#signup .subscription_options li > div {
	width: 32.16%;
	padding: 0 0.7%;
	margin: 0;
	float: left;
}
#signup .subscription_options li > div:first-child {
	padding-left: 0;
}
#signup .subscription_options li > div:last-child {
	padding-right: 0;
}
#signup .subscription_options label {
	width: 94%;
	padding: 7px 3%;
}
#signup .product_number {
	min-width: 25px;
	margin: 0 10px 0 0;
	display: inline-block;
}
#signup .subscription_options li > .clear {
	float: none;
	clear: both;
}

/* SIGN UP FORM */

#signup h3 {
	margin: 4px 0 0;
	padding: 13px 0 12px;
}
#signup p,
#signup li {
	clear: both;
	margin: 0;
	min-height: 35px;
	padding: 0 0 10px;
}
#signup .state,
#signup .postcode,
#signup .card_expiry_month,
#signup .card_expiry_year,
#signup .card_cvv {
	clear: none;
	width: 49%;
	float: left;
	padding-right: 2%;
}
#signup .postcode,
#signup .card_expiry_year {
	padding-right: 0;
}
#signup .error_message {
	display: none;
	height: 22px;
	width: 98%;
	position: relative;
	margin: 0 0 -22px -100%;
	clear: both;
	padding: 3px 1%;
	overflow: hidden;
	top: 19px;
	font-size: 84%;
	border-radius: 2px;
	z-index: 10;
}
#signup .error .error_message {
	display: inline-block;
}
#signup .style.error .error_message,
#signup .dob.error .error_message {
	top: 0;
	margin: -20px 0 5px 0;
	float: left;
	display: block;
}
#signup .error input:hover,
#signup .error select:hover,
#signup .error textarea:hover,
#signup .error input:focus,
#signup .error select:focus,
#signup .error textarea:focus {
	box-shadow: none;
}
#signup input[type=text],
#signup input[type=email],
#signup input[type=tel],
#signup input[type=date],
#signup input[type=number],
#signup #delivery_area, 
#signup #card_expiry_month, 
#signup #card_expiry_year{
	width: 98%;
}
#signup .state input,
#signup .state select,
#signup .postcode input,
#signup .card_expiry_month input,
#signup .card_expiry_year input,
#signup .card_cvv input {
	padding: 9px 2%;
	width: 96%;
}
#signup label {
	transition: background-color linear 0.4s;
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin: 0 5px 6px 0;
	padding: 4px 9px 4px 5px;
}
#signup label:hover,
#signup label.active {
	border: 2px solid rgba(255, 255, 255, 0.99);
	background-color: rgba(255, 255, 255, 0.2);
}
#signup .dob label,
#signup .dob label:hover,
#signup .dob.error label,
#signup .dob.error:hover label,
#signup .terms_and_conditions label,
#signup .terms_and_conditions label:hover,
#signup .terms_and_conditions.error label,
#signup .terms_and_conditions.error label:hover,
#signup .dob.error:hover label {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	margin: 7px 2% 0 0;
	padding: 0;
}
#signup button {
	width: 100%;
}
#signup p.buttons {
	clear: both;
	float: none;
	padding: 10px 0;
}
#signup #view_terms_and_conditions {
	font-size: 90%;
	margin: 6px 0 0 2px;
	padding: 4px 10px;
	width: auto;
}
#terms_and_conditions_text {
	clear: both;
	display: none;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 12px 1% 10px;
}
#signup #terms_and_conditions_text h3 {
	border-top: 0 none;
}
#signup #terms_and_conditions_text h3,
#signup #terms_and_conditions_text p {
	clear: both;
	float: none;
	width: auto;
	padding: 0;
	margin: 5px 0 15px;
	font-size: 90%;
}

@media screen and (min-width: 640px) {
	.container,
	header,
	footer {
		width: 95%;
		padding: 0 2.5%;
	}
	header,
	footer {
		padding: 25px 2.5%;
	}
	#content h1 img,
	#content h2 img {
		width: 50%;
		margin: 10px 25%;
	}
}

@media screen and (min-width: 768px) {
	#signup p {
		clear: none;
		float: left;
		width: 49.25%;
		padding: 0 0 12px 0.75%;
	}
	#signup .subscription_options p {
		clear: both;
		float: none;
		min-height: 42px;
		padding: 0 0 10px;
		width: 100%;
	}
	#signup .state,
	#signup .postcode,
	#signup .card_expiry_month,
	#signup .card_expiry_year,
	#signup .card_cvv {
		width: 24.25%;
		padding: 0 0.75% 10px 0;
	}
	#signup .card_cvv {
		padding: 0 0.75% 10px 0.75%;
	}
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=date],
	input[type=number],
	textarea,
	select,
	button {
		padding: 9px 2%;
	}
	#bottles_in_box {
		height: 500px;
	}
	#bear_club #bear_club_list {
		width: 73%;
		float: left;
	}
	#bear_club #anton_filling_bottle {
		float: left;
		height: auto;
		margin: 0 0 0 4%;
		overflow: hidden;
		text-align: right;
		width: 22%;
		max-height: auto;
		clear: none;
	}
	#content #anton_filling_bottle img {
		border-radius: 10px 74px 10px 42px;
	}
	#signup .gift_name,
	#signup .first_name,
	#signup .email_address,
	#signup .dob,
	#signup .address,
	#signup .card_name {
		padding: 0 0.75% 12px 0;
	}
	#signup li,
	#signup .subscriptions,
	#signup .style_selection,
	#signup .delivery_type,
	#signup .delivery_instructions,
	#signup .style,
	#signup .gift,
	#signup .notice,
	#signup .billing_address_same,
	#signup .terms_and_conditions,
	#signup .buttons {
		clear: both;
		width: 100%;
		padding: 0 0 10px 0;
	}
	#signup input[type=text],
	#signup input[type=email],
	#signup input[type=tel],
	#signup input[type=date],
	#signup input[type=number], 
	#signup #card_expiry_month, 
	#signup #card_expiry_year {
		width: 96%;
	}
	#signup .state input,
	#signup .state select,
	#signup .postcode input,
	#signup .card_expiry_month input,
	#signup .card_expiry_year input,
	#signup .card_cvv input {
		width: 92%;
		padding: 9px 4%
	}
	#signup .delivery_instructions input {
		padding: 9px 1%;
		width: 98%;
	}
	#signup #delivery_price {
		display: inline-block;
		margin-left: 10px;
	}
}

@media screen and (min-width: 900px) {
	#gabs_title,
	#gabs_content {
		clear: left;
		padding: 15px 2% 15px 0;
		float: left;
		width: 28%;
	}
	#gabs_content {
		clear: right;
		padding: 15px 0 15px 2%;
		width: 68%;
	}
	#content #gabs_title img,
	#content #gabs_title img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#content h1 img,
	#content h2 img {
		width: 40%;
		margin: 15px 30%;
	}
}