/*
Theme Name: Idler Release
Theme URI: http://idler.co.uk/
Author: the Overthrow Digital team
Author URI: http://overthrowdigital.com/
Description: patched to support WooCommerce 3.5.2 and WordPress 5.0
Version: 1.0
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?immq86');
  src:  url('fonts/icomoon.eot?immq86#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?immq86') format('truetype'),
    url('fonts/icomoon.woff?immq86') format('woff'),
    url('fonts/icomoon.svg?immq86#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e600";
}
.icon-minus:before {
  content: "\e601";
}
.icon-plus:before {
  content: "\e602";
}
.icon-search:before {
  content: "\f002";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-instagram:before {
  content: "\ea92";
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
sitemap,
paginator,
sidebar,
hgroup,
nav,
section {
	display: block;
}

html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #fff;
}
img {
	display: block;
}
em {
	font-family:'Bembo Book W01 Italic';
}
a {
	color: #000;
	text-decoration: none;
}
ins {text-decoration: none;}
a,
a:focus,
a:hover,
a:active {
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #e11e00;
}

input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-color: #fff;
}
/*select + span.icon-angle-down {
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.7em;
	margin-top: -0.3em;
}*/
select + span.icon-angle-down {
	position: absolute;
	top: 22px;
	right: 1px;
	bottom: 8px;
	/*height: 18px;*/
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	color: #000;
	cursor: pointer;
}
@media all and (max-width: 767px) {
	select + span.icon-angle-down {
		margin-top: 0.1em;
		font-size: 2em;
	}
}
@media all and (max-width: 480px) {
	select + span.icon-angle-down {
		margin-top: 0em;
		font-size: 2em;
	}
}
select::-ms-expand {
    display: none;
}
textarea {
	resize: none;
}
[unselectable="on"] {
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.ui-datepicker {
	display: none;
}

header#main-header {
	display: block;
	position: relative;
	border-bottom: 1px solid #d5d5d5;
	padding: .8em 0 .5em;
	background: white;
	width: 100%;
  z-index: 99;
}

header#main-header.stuck {
  position:fixed;
  top:0;
}

footer {
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #2c2c2c;
}

.wrapper {
	display: block;
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.cleared:after {
	content:'';
	display: block;
	clear: both;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}
.red {
	color: #e11e00;
}
.no-text-transform {
	text-transform: none !important;
}
.mobile,
.tablet {
	display: none;
}
.desktop.mobile,
.desktop.tablet {
	display: block;
}
body.member .not-member-only,
body.customer .member-only,
body.guest .member-only {
	display: none !important;
}
h1 {
	font-family:'Bembo Book W01';
	font-size: 2em;
	line-height: 1.4;
	text-transform: uppercase;
}
h2 {
	font-family: 'Bembo Book W01';
	font-size: 1.8em;
	line-height: 1.4;
	text-transform: uppercase;
}
h3 {
	font-family: 'Bembo Book W01';
	font-size: 1.5em;
	line-height: 1.0909090909;
}
h4 {
	font-family:'Bembo Book W01';
	font-size: 1.4em;
	line-height: 1.2;
}
h5 {
	font-size: 1.2em;
	line-height: 1.3333333333;
}
h6 {
	font-family:'Bembo Book W01';
	font-size: 1em;
	line-height: 1.2;
}
p, ol {
	font-family:'Bembo Book W01';
	font-size: 1.1em;
	line-height: 1.4;
}
p strong {
	font-family:'Bembo Book W01 Bold';
}

#page-content-header h2 {
	font-size: 1.7em;
	display: block;
	text-align: center;
	margin: 0.8em 0;
}



h5.subtitle {
	display: block;
	text-align: center;
	margin: 0.8em 0;
}
#page-content-header h5 {
	font-family:'Bembo Book W01 Italic';
	display: block;
	text-align: center;
	margin: -1.4em 0 1em 0;
}
a.inline-btn,
input[type="submit"].inline-btn {
	display: inline-block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	padding: 0 50px;
	margin: 0;
	background: #fff;
	cursor: pointer;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
}
.overlay.white {
	background: rgba(255,255,255,0.8);
}
.overlay .prompt {
	position: fixed;
	width: 458px;
	left: 50%;
	top: 50%;
	margin-left: -229px;
	height: 269px;
	margin-top: -134px;
	background-image: url(img/decorated-frame-landscape.jpg);
	background-size: 100% 100%;

}
.overlay .prompt .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10%;
	text-align: center;
}
.overlay .prompt .inner a.close {
	position: absolute;
	top: 20px;
	right: 20px;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(img/checkbox.png);
	background-position: 0 -40px;
	cursor: pointer;
}
.overlay .prompt .inner .buttons a {
	display: inline-block;
	width: 45%;
	border: 2px solid #000;
	text-align: center;
	padding: 10px 0;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.overlay .prompt .inner .buttons {
	margin-top: 30px;
}
.overlay .prompt .inner p {
	background-image: url(img/shell.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1;
}
.overlay .prompt .inner .buttons a.ok {
	border: 2px solid #000;
	float: right;
	color: #000;
}
.overlay .prompt .inner .buttons a.cancel {
	border: 2px solid #e51b03;
	float: left;
	color: #e51b03;
}
#global-search {
	display: none;
	background: #000;
	height: 40px;
	text-align: center;
	max-width: 1000px;
  margin: 0 auto;
}
#global-search form {
	padding-top: 7px;
}
#global-search input {
	display: inline-block;
	margin: 0;
	border: 1px solid #fff;
	vertical-align: top;
}
#global-search input[type="text"] {
	background: #fff;
	color: #000;
	font-family:'Bembo Book W01';
	font-size: 13px;
	line-height: 15px;
	padding: 4px 10px;
}
#global-search input[type="submit"] {
	background: #000;
	color: #fff;
	font-family:'Bembo Book W01';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
	padding: 4px 40px;
	cursor: pointer;
}
a#header-logo {
  text-align: center;
  padding: 0.8em 0;
  display: block;
}

a#header-logo h1 {
  margin: 0em 0;
  letter-spacing: 0.1em;
	font-size: 1.7em;
}

a#header-logo img {
	margin: 0 auto;
	height: 32px;
}

@media all and (min-width: 768px) {
	a#header-logo img {
		height: 40px;
	}
	a#header-logo {
	  padding: 0;
	}
}

.cart-contents {
  position: absolute;
  vertical-align: middle;
  line-height: 28px;
}

.cart-contents:hover svg {
	fill: #e11e00;
}

.cart-contents span {
	vertical-align: middle;
}

.cart-contents span.cart-icon {
	position: relative;
	margin-right: .5em;
}

.cart-contents span.cart-icon:after {
  position: absolute;
  content: attr(data-number);
  top: -7px;
  right: -2px;
  background: #e11e00;
  border-radius: 50%;
  color: #fff;
  width: 17px;
  height: 17px;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  z-index: 1;
  vertical-align: middle;
}

.cart-contents svg {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
}

.cta-banner {
	width: 100%;
}

.cta-banner a {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: #ffd800;
  margin: 0 auto;
}

.cta-banner img.cta-banner-img {
  max-width: 640px;
  width: 100%;
}

#topfix {
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}
@media all and (max-width: 767px) {
	#topfix {
		position: initial;
	}
}
#header-menu {
	text-align: center;
}
#header-menu ul {
	list-style: none;
}
#header-menu ul li {
	display: inline-block;
	font-family:'Bembo Book W01';
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 2;
	margin: 0 .6em;
	/*height: 2.2em;
	overflow: hidden;
	vertical-align: top;*/
	position: relative;
}

#header-menu ul li.tablet,
#header-menu ul li.mobile {
	display: none;
}
#header-menu ul li.current-menu-item > a,
#header-menu ul li.current-menu-parent > a,
#header-menu ul li.current-page-ancestor > a,
#header-menu ul li.current-product-ancestor > a {
	color: #e11e00;
}
#header-menu ul li > a.logout {
	color: #000;
}
#header-menu ul li > a.logout:hover {
	color: #e11e00;
}
#header-menu ul li .sub-menu {
	position: absolute;
	padding: 0 10px;
	border: 1px solid #a0a0a0;
	background: #fff;
	z-index: 2;
	display: none;
}
.guest #header-menu ul li.my .sub-menu {
	display: none !important;
}

@media all and (max-width: 767px) {
	.desktop,
	.desktop.tablet {
		display: none;
	}
	.mobile,
	.mobile.tablet,
	.desktop.mobile {
		display: block;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.desktop {
		display: none;
	}
	.tablet,
	.mobile.tablet,
	.desktop.tablet {
		display: block;
	}
}
@media all and (min-width: 1025px) {
	#header-menu ul li.my.current-menu-item {
		position: initial;
	}
	#header-menu ul li.my.current-menu-item .sub-menu {
		display: none;
		left: 0;
		width: 100%;
		border: 0;
		font-size: .9em;
	  margin-top: 0.6em;
	  padding: 1.4em 0;
		z-index: 1;
	}
	#header-menu ul li.my.current-menu-item.current-menu-parent .sub-menu,
	#header-menu ul li.my.current-menu-item.current-menu-item .sub-menu {
		display: block;
	}
	#header-menu ul li.my.current-menu-item .sub-menu li {
		display: inline-block;
		border-top: 0;
		font-family: 'Bembo Book W01';
		font-size: 1em;
		text-transform: uppercase;
		line-height: 2;
		margin: 0 1.7em;
	}
}
#header-menu ul li .sub-menu li {
	display: block;
	margin: 0;
	word-break: normal;
	white-space: nowrap;
	font-family:'Bembo Book W01';
	font-size: 1em;
	text-transform: none;
	line-height: 1.9;
	border-top: 1px solid #cfcfcf;
}
#header-menu ul li .sub-menu li:first-child {
	border-top: 0;
}
#header-menu-toggle {
	position: absolute;
	top: 3rem;
	left: 0;
	font-family:'Bembo Book W01 SC';
	text-transform: uppercase;
	color: #000;
/*	display: none;*/
	z-index: 12;
	line-height: 28px;
}

.header-menu-toggle__text {
	line-height: 28px;
}

#header-menu-toggle span.icon-navicon {
	font-size: 35px;
	vertical-align: middle;
	line-height: 28px;
}
#header-icons {
	position: absolute;
	top: 3em;
	right: 0;
}
#header-icons a {
	font-size: 1.5em;
	margin-left: 0.7em;
}
#header-join {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
#header-join input {
	display: inline-block;
	margin: 0;
	border: 1px solid #000;
	vertical-align: top;
}
#header-join input[type="text"] {
	background: #fff;
	color: #000;
	font-family:'Bembo Book W01';
	font-size: 13px;
	line-height: 15px;
	padding: 4px 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 0;
}
#header-join input[type="submit"] {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-family:'Bembo Book W01';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
	padding: 4px 10px;
	cursor: pointer;
}
#header-join input[type="submit"]:hover {
	background: #e11e00;
	border: 1px solid #e11e00;
}
#header-join p.response {
	min-width: 220px;
	height: 25px;
	position: absolute;
	right: -1px;
	z-index: 9;
	top: -1px;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #000;
	white-space: nowrap;
	padding: 0 15px;
	display: none;
}

sitemap {
	border-top: 1px solid #d5d5d5;
	padding: 2em 0;
}

sitemap ul {
	list-style: none;
}
sitemap ul li {
	width: 20%;
	float: left;
}
sitemap ul a {
	font-family:'Bembo Book W01';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 2;
}
.footer-address {
	font-family:'Bembo Book W01 SC';
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float: left;
	line-height: 52px;
}
.footer-copyright {
	font-family:'Bembo Book W01 SC';
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float: right;
	line-height: 52px;
}
#login-form.decorated-popup {
	width: 460px;
	margin: 2em auto;
}
#thankyou.decorated-popup {
	width: 770px;
	margin: 2em auto;
}
#thankyou.decorated-popup .inner a.button {
	background: #000;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 11px 15px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	display: inline-block;
}
.decorated-popup .decoration img {
	display: block;
	max-width: 83%;
	margin: 0 auto;
}
.decorated-popup .inner {
	border: 2px solid #000;
	padding: 33px 57px;
	display: block;
	text-align: center;
}
.decorated-popup .inner h3 {
	font-family:'BemboBookW01-BoldIt';
	margin: 0 0 0.4em 0 !important;
}
.decorated-popup .inner > p {
	font-family:'Bembo Book W01';
	font-size: 1.3em;
	margin: 0 0 1em 0 !important;
}
#login-form .inner > p a {
	text-decoration: underline;
}
#login-form .inner form label {
	display: none;
}
#login-form .inner form p {
	margin: 0 !important;
}
#login-form .inner form input[type="text"],
#login-form .inner form input[type="password"] {
	width: 100%;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family:'Bembo Book W01';
	font-size: 16px;
}
#login-form .inner form input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 57px;
	font-family:'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.wrapper {
		width: 97%;
		margin: 0 1.5%;
	}
	sitemap ul li {
		width: 25%;
	}
	sitemap ul a {
		font-size: 1em;
	}
}
@media all and (max-width: 1024px) {
	footer {
		height: auto;
		padding: 1em 0;
	}
	footer > p {
		float: none !important;
		text-align: center !important;
		line-height: 3em !important;
	}
	#header-menu {
		position: absolute;
		left: -1.5%;
		top: 0;
		background: #000;
		display: none;
		z-index: 10;
		padding: 5em 2.5em 0.7em;
	}
	#header-menu ul li {
		display: block;
		text-align: left;
		margin: 0;
		border-top: 1px solid #363636;
	}
	#header-menu ul li:first-child {
		border-top: 0;
	}
	#header-menu ul li a {
		color: #fff;
		font-size: 1.5em;
		line-height: 1.8em;
		display: inline-block;
		width: 97%;
	}
	#topfix.menu header #header-menu-toggle {
		color: #fff;
	}
/*	#topfix.menu {
		position: absolute;
	}*/
	#topfix.menu header #header-menu {
		display: block;
	  max-height: 30em;
	  overflow: scroll;
	}
	#header-menu ul li .sub-menu {
		position: relative;
		border: 0;
		background: transparent;
		display: block;
		border-top: 1px solid #363636;
		padding: 0;
	}
	#header-menu ul li .sub-menu li {
		border-top: 1px solid #363636;
	}
	#header-menu ul li .sub-menu li a {
		font-size: 1.1em;
		text-transform: uppercase;
		margin-left: 2em;
		line-height: 2.5em;
		width: 87%;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.wrapper {
		width: 97%;
		margin: 0 1.5%;
	}
	body {
		font-size:80%;
	}
}
@media all and (max-width: 767px) {
	.mobile {
		display: block !important;
	}
	#thankyou.decorated-popup,
	#login-form.decorated-popup {
		width: auto;
	}
	#login-form .inner {
		padding: 33px 5%;
	}
	#login-form .inner h3 {
		font-size: 2em;
	}
	#login-form .inner p {
		font-size: 1.6em;
	}
	#header-join {
		display: none;
	}
	#header-icons {
		/* top: 2em;*/
	}
	#header-icons a:not(.search) {
		display: none;
	}
	#header-icons a {
		font-size: 2.5em;
	}
	#header-menu {
		top: -4em;
		width: 100%;
		padding: 10em 1.5% 0 1.5%;
		margin: 0;
	}
	#header-menu ul li a {
		font-size: 2em;
	}
	#header-menu ul li .sub-menu li a {
		font-size: 1.5em;
		line-height: 2.5em;
	}
	sitemap ul li {
		width: 50%;
	}
	sitemap ul a {
		font-size: 1em;
	}
}
@media all and (min-width: 120px) and (max-width: 480px) {
	.wrapper {
		width: 95%;
		margin: 0 2.5%;
	}
	body {
		font-size:70%;
	}
	#header-menu {
		left: -2.7%;
		padding: 10em 2.7% 0 2.7%;
	}
}

/**
* Homepage and articles archive page
*/
#articles,
.home section.featured {
	margin: 4em 0;
}

#articles h1,
.home section.featured h1 {
	text-align: center;
}

#articles article,
.home section.featured article,
section.landing-articles article {
	float: left;
	width: 27.333333%;
	margin: 1.5em 3%;
	text-align: center;
}
article img {
	width: 84%;
	margin: 0 auto 2em auto;
	height: auto;
	/*border: 1px solid #dddddd;*/
}
article h4,
article h4 a {
	color: #e11e00;
}
article h6 {
	line-height: 1.2;
	margin: 0.8em 0;
}
article .read-more {
	font-family:'Bembo Book W01 Bold';
	font-size: 0.7em;
	color: #e11e00;
	text-transform: uppercase;
	white-space: nowrap;
}
#articles hr,
.home section.featured hr,
hr.snail,  hr {
	display: block;
	width: 100%;
	clear: both;
	height: 17px;
	background-color: #fff;
	background-image: url(img/gray.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 0;
	position: relative;
	overflow: visible;
}
#articles hr:after,
.home section.featured hr:after,
hr.snail:after, hr:after {
	content: url(img/snail-small.png);
	position: absolute;
	width: 34px;
	height: 17px;
	left: 50%;
	top: 0;
	margin-left: -22px;
	padding: 0 10px;
	background: #fff;
}
.all-articles,
#all-articles {
	text-align: center;
	clear: both;
	padding: 2em 0 3em 0;
}
.all-articles a,
#all-articles a {
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 0.5em 2em;
}
#home-banner {
	border: 1px solid #000;
	width: 100%;
	padding: 0;
	margin: 2.5em 0 0 0;
}
#home-banner-head {
	background: #000;
	height: 90px;
	display: block;
	width: 100%;
}
#home-banner-body {
	background: #fff;
	/*height: 360px;*/
}
#home-banner-head > div,
#home-banner-body > div {
	float: left;
	height: 100%;
}
#home-banner-title {
	color: #fff;
	position: relative;
}
#home-banner-title .inner {
	position: absolute;
	width: 100%;
	height: 100%;
}
#home-banner-title .inner .inner-wrap {
	padding: 0.8em 1.5em;
	overflow: hidden;
}
#home-banner-title h2 {
	font-family:'Bembo Book W01 SC';
	font-size: 1.4em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4em;
}
#home-banner-title h2 a {
	color: #fff;
}
#home-banner-title h4 {
	font-size: 1.4em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3em;
}
#home-banner-title,
#home-banner-content {
	width: 68%;
	overflow: hidden;
	position: relative;
}
#home-banner-content {
	cursor: pointer;
}
#home-banner-video {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin-left: -1.7em;
	margin-top: -1.7em;
	display: none;
}
#home-banner-video span {
	color: #fff;
	font-size: 3.4em;
	text-shadow: 0px 0px 9px rgba(100, 100, 100, 0.7);
}
#home-banner-content > img {
	width: 100%;
	display: block;
}
#home-banner-list {
	width: 32%;
}
.home-banner-list {
	list-style: none;
	width: 100%;
	display: none;
}
.home-banner-list li {
	position: relative;
	/*padding: 17px 10px;*/
	padding-bottom: 27.6%;
}
.home-banner-list li .inner {
	position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
	background: #fff;
	z-index: 3;
	border-top: 1px solid #707070;
	padding: 17px 10px;
}
.home-banner-list li:first-child .inner {
	border-top: 0;
}
.home-banner-list li .thumbnail {
	float: left;
	/*height: 100%;*/
	margin-right: 10px;

height: auto;

width: 31%;
}
.home-banner-list li .title {
	height: 110%;
	overflow: hidden;
}
.home-banner-list li .title a {
	font-family:'Bembo Book W01';
	font-size: 0.9em;
	line-height: 1.05em;
	float: left;
}
.home-banner-list li .arrow {
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 28px;
	margin-top: -14px;
}
.home-banner-switch {
	width: 16%;
	display: table;
	padding: 0;
	text-align: center;
	border-left: 1px solid #8f8f8f;
	margin-left: -1px;
	position: relative;
}
.home-banner-switch a {
	color: #fff;
	font-family:'Bembo Book W01 SC';
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.home-banner-switch .arrow {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 50%;
	color: #000;
	font-size: 28px;
	margin-left: -8px;
}
.home-banner-switch.active a {
	color: #e11e00;
}
@media all and (min-width: 901px) and (max-width: 1024px) {
	.home-banner-list li .title a {
		font-size: 70%;
	}
}
@media all and (max-width: 900px) {
	.home-banner-list li .title a {
		font-size: 60%;
	}
}
@media all and (max-width: 767px) {
	#articles article,
	.home section.featured article,
	section.landing-articles article {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#articles article h4,
	section.landing-articles article h4 {
		font-size: 3em;
	}
	#articles article h6,
	section.landing-articles article h6 {
		font-size: 2em;
		line-height: 1.5;
		margin: 0.5em 0;
	}
	#articles article p,
	section.landing-articles article p {
		font-size: 2em;
	}
	#articles article .read-more,
	section.landing-articles article .read-more {
		font-size: 0.9em;
		font-family: 'Bembo Book W01';
	}
	#articles hr {
		display: none;
	}
	.all-articles a,
	#all-articles a {
		text-align: center;
		width: 90%;
		padding: 1em 0;
		display: inline-block;
		font-size: 2em;
	}
	#home-banner-title .inner .inner-wrap {
		padding: 1.5em 1em;
	}
	#home-banner-title,
	#home-banner-content {
		width: 100%;
	}
	.home-banner-switch,
	#home-banner-list {
		display: none;
	}
	#home-banner {
		border: 0;
	}
}

/**
* Library and all articles page
*/
#archive-toolbar {
	padding: 2em 0;
	border-bottom: 1px solid #b2b2b2;
}
#archive-toolbar.no-underline {
	border-bottom: 0;
}
#archive-toolbar > div {
	float: left;
	margin: 0 0 0 2.8%;
	height: 40px;
	background: #000;
	position: relative;
}
#archive-toolbar > div.r {
	float: right;
	width: 25%;
	margin: 0;
	background: #fff;
	text-align: right;
}
#archive-toolbar > div.r > a.btn {
	display: inline-block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	padding: 0 20px;
}
#archive-toolbar > div.sw {
	width: 47.2%;
	margin: 0;
}
#archive-toolbar > div.sw2 {
	width: 23%;
	margin: 0 0 0 20px;
}
#archive-toolbar > div.sn {
	width: 23.6%
}
#archive-toolbar > div > input[name="search"] {
	border: 0;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 50%;
	margin: 0;
	font-family: 'Bembo Book W01';
	font-size: 15px;
	padding: 10px 14px;
}
#archive-toolbar > div > .button {
	color: #fff;
	float: left;
	cursor: pointer;
	position: relative;
	left: 50%;
	margin: 4px 0 4px 1px;
	width: 39px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-right: 1px solid #4d4d4d;
}
#archive-toolbar > div > .select {
	position: absolute;
	float: left;
	color: #fff;
	height: 40px;
	left: 0;
	right: 0;
}
#archive-toolbar > div.sw > .select {
	left: 50%;
	margin: 0 0 0 41px;
}


#header-join a.btn {
	display: inline-block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px;
}

#header-join a.btn:hover {
	border: 1px solid #e11e00;
}


.select > .input {
	width: 100%;
	height: 100%;
	position: relative;
}
.select p {
	position: absolute;
	left: 0;
	right: 40px;
	height: 100%;
	line-height: 40px;
	padding-left: 14px;
	font-family:'Bembo Book W01';
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.select span {
	position: absolute;
	right: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
.select .options {
	background: rgba(255,255,255,0.9);
	border: 1px solid #cfcfcf;
	position: absolute;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	display: none;
	z-index: 98;
}
.select .options li {
	font-size: 16px;
	white-space: nowrap;
	font-family:'Bembo Book W01';
	line-height: 2;
	border-top: 1px solid #cfcfcf;
	padding: 0 4px;
}
.select .options li:first-child {
	border-top: 0;
}
.select .options li a {
	display: inline-block;
	width: 100%;
}
#archive-toolbar > div.sr .select .options {
	right: 0;
}
@media all and (max-width: 767px) {
	#archive-toolbar > div.sw {
		width: 100%;
		margin: 0;
	}
	#archive-toolbar > div.sn,
	#archive-toolbar > div.sw2 {
		width: 47%;
		margin: 2em 0 0 0;
	}
	#archive-toolbar > div.sn {
		float: right;
	}
	#archive-toolbar > div.r {
		width: 100%;
		margin: 2em 0 0 0;
	}
	#archive-toolbar > div.r > a.btn {
		display: block;
		padding: 0;
		text-align: center;
	}
}






/**
* Paginator
*/
nav {
	display: block;
	margin: 3em 0 5em 0;
}
nav .inner {
	text-align: center;
	height: 30px;
}
nav .inner .wrap {
	height: 100%;
	/*font-size: 1px;
	background: #d5d5d5;*/
	display: inline-block;
}
nav a,
nav span {
	display: inline-block;
	height: 100%;
	position: relative;
	line-height: 30px;
	margin: 0 5px;
	vertical-align: middle;
}
nav .current {
	color: #e11e00;
}
nav .back {
	font-family:'Bembo Book W01 SC';
	text-transform: uppercase;
	font-size: 21px;
}
/*nav .table {
	height: 100%;
	display: table;
}
nav .page-numbers .table {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
	left: 0;
}
nav .table .cell {
	font-family:'Bembo Book W01 SC';
	text-transform: uppercase;
	font-size: 21px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	padding: 0 1em;
}
nav .page-numbers .table .cell {
	padding: 0;
}
*/
nav .arrow {
	background: #fff;
}
nav .arrow img,
nav .page-numbers img {
	/*height: 100%;*/
	display: block;
	margin-top: 7px;
}


span.separator {
	margin: 0 0.8em;
}
@media all  and (max-width: 767px) {
	nav {
		padding-bottom: 12.3%;
		position: relative;
	}
	nav .inner {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: auto;
	}
}


/**
* Single article
*/
#article,
#content {
	margin: 2em 0;
}
#article .article-main,
#content .content-main {
	float: left;
	width: 74%;
}
#article .article-main img.article-banner {
	width: 100%;
}
#course .content-main {
	float: left;
	width: 66%;
	padding-bottom: 1em;
}
#course .content-main h3,
#course .content-sidebar h3,
#lessons h3 {
	text-transform: uppercase;
	color: #e11e00;
	font-size: 1.4em;
	/*margin-bottom: 1em;*/
}
#course .content-main p,
#course .content-sidebar p {
	margin: 1.2em 0 0 0;
}
#article .article-main.header {
	border-bottom: 1px solid #b2b2b2;
}
#article .article-sidebar,
#content .content-sidebar {
	float: right;
	width: 23%;
	margin-left: 3%;
}
#course .content-sidebar {
	float: right;
	width: 31.4%;
	padding-bottom: 1em;
}
#course .course-head {
	margin: 1em 0 2em 0;
}
#course .course-head h2 {
	font-size: 1.5em;
}
#article .headline {
	margin: 0.6em 0 1.2em 0;
	font-family:'Bembo Book W01 Italic';
	font-size: 1.2em;
}
#article .article-sidebar h3,
#content .content-sidebar h3 {
	font-family:'Bembo Book W01';
	text-transform: uppercase;
}
#article .article-sidebar.header h3 {
	position: absolute;
	bottom: 0.8em;
	text-align: center;
}
#article .article-sidebar.body h3 {
	display: none;
	margin-bottom: 1.4em;
}
#content .content-sidebar h3 {
	margin-bottom: 0.5em;
	text-align: center;
}
#article .article-header {
	width: 100%;
	margin-top: 1.4em;
}
#article .article-header > div {
	position: relative;
}
#article .article-trailer .inner {
	position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
#article small.article-banner {
	font-family: 'Bembo Book W01';
	font-size: 1em;
	margin-top: 10px;
	display: block;
}
#article .article-header .article-header-buy {
	float: right;
	width: 20%;
}
#article .article-header .article-header-banner {
	float: left;
	width: 77%;
	border: 1px solid #dddddd;
}
#article .article-header .article-header-buy > div,
#article .article-header .article-header-banner > img {
	max-width: 100%;
}
#article .article-header .article-header-banner > img {
	max-height: 485px;
	margin: 0 auto;
}
#article .article-header .article-header-banner > img.portrait {
	width: auto;
}
#article .article-header .article-header-buy h6 {
	text-transform: uppercase;
	line-height: 1em;
    margin-bottom: 0.5em;
}
#article .article-header .article-header-buy.download h6 {
	background-image: url(img/book.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	line-height: 1.3;
	margin-bottom: 1em;
}
#article .article-header .article-header-buy h4 {
	font-family:'Bembo Book W01 Bold';
}
#article .article-header .article-header-buy h4 span {
	font-size: 1.6em;
	font-size: 1em;
	vertical-align: middle;
}
#article .article-header .article-header-buy .quantity-input {
	width: 50%;
	margin: 0.5em auto 1em auto;
}
#article .article-header .article-header-buy a.button,
#article .article-header .article-header-buy .single_add_to_cart_button {
	font-family:'Bembo Book W01';
	display: inline-block;
	width: 100%;
	background: #e11e00;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2em;
	border: 0;
	text-shadow: none;
	font-size: 1em;
	cursor: pointer;
	    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
#article .article-header .article-header-buy div.single_add_to_cart_button {
	cursor: default;
}

.decorated-frame {
	position: relative;
	padding-bottom: 174%;
	background-image: url(img/decorated-frame-portrait.jpg);
	background-size: 100% 100%;
}
.decorated-frame .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 12% 10%;
}
#article .article-content img {
	max-width: 100%;
	h-auto
}
#article .article-content p {
	margin: 1.2em 0 0 0;
}
#article .article-content ol {
	margin: 1.2em 0 0 20px;
}
#article .article-section {
	margin: 1em 0 2em 0;
}
#article .article-section h3 {
	text-transform: uppercase;
	line-height: 2;
}
#article .article-section table tr th {
	white-space: nowrap;
	text-align: left;
}
#article .article-section table td,
#article .article-section table th {
	padding-right: 1em;
	padding-bottom: 1em;
	font-family: 'Bembo Book W01';
	font-size: 1.1em;
	line-height: 1.4;
}
#article .article-section table th {
	font-family:'Bembo Book W01 Bold';
}
#article .article-section .tutor-description,
#article .article-section .article-description {
	display: block;
	padding-left: 175px;
	position: relative;
	min-height: 133px;
}
#article .article-section .tutor-description h4,
#article .article-section .article-description h4 {
	margin-bottom: 1em;
}
#article .article-section .tutor-description.noimage,
#article .article-section .article-description.noimage {
	padding-left: 0;
	min-height: 0;
}
#article .article-section .tutor-description .tutor-image,
#article .article-section .article-description .article-image {
	position: absolute;
	top: 5px;
	left: 0;
	width: 145px;
}
#article .article-section .tutor-description .tutor-image > img,
#article .article-section .article-description .article-image > img {
	width: 100%;
}
#article .article-section .article-section-wrap.bundle-item {
	margin-bottom: 2em;
}
div.ssba {
	border-top: 1px solid #b2b2b2 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ssba_sharecount {
	margin-right: 20px;
}
.ssba img {
	width: 25px;
}
.article-sidebar article,
.content-sidebar article {
	margin: 0 0 2em 0;
}
.article-sidebar article img,
.content-sidebar article img {
	width: 100%;
	margin: 0 0 1em 0;
}
#article .article-sidebar article p,
#content .content-sidebar article p {
	line-height: 1.15;
}

#lessons .lesson {
	display: block;
	padding: 12px 0 15px 0;
	border-top: 1px solid #b2b2b2;
	position: relative;
}
#lessons .lesson.first {
	border-top: none;
}
#lessons .lesson h5 {
	font-family:'Bembo Book W01 Bold';
	font-size: 1.2em;
	line-height: 1.2;
}
#lessons .lesson p {
	line-height: 1.2;
}
#lessons .lesson a.download {
	font-family:'Bembo Book W01 Bold';
}
#lessons .lesson .dmcloud_embed {
	width: 100%;
	margin-top: 1em;
}
#lessons .lesson .lesson-description {
	padding-left: 158px;
	position: relative;
	min-height: 88px;
}
#lessons .lesson .lesson-description.noimage {
	min-height: 0px;
	padding-left: 0px;
}
#lessons .lesson .lesson-description .lesson-thumbnail {
	position: absolute;
	top: 3px;
	left: 0;
	width: 130px;
}

#huyatu-quiz {
	margin: 1.5em 0;
	position: relative;
	text-align: center;
}
#huyatu-quiz h3 {
	text-align: center;
	font-family:'BemboBookW01-BoldIt';
	font-size: 1.5em;
}
#huyatu-quiz h4 {
	text-align: center;
}
#huyatu-quiz #huyatu-quiz-frame {
	border: 2px solid #000;
	padding: 120px 27px 27px 27px;
	width: 480px;
	margin: 75px auto 0 auto;
	position: relative;
}
#huyatu-quiz #huyatu-quiz-frame:before {
	content: url(img/quiz-new.jpg);
	position: absolute;
	top: -61px;
	left: 50%;
	margin-left: -109px;
}
#huyatu-quiz #huyatu-quiz-question h3 {
	font-family:'Bembo Book W01 Bold';
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}
#huyatu-quiz #huyatu-quiz-question ul {
	list-style: none;
	margin: 1.5em 0 2em 35px;
}
#huyatu-quiz #huyatu-quiz-question ul li {
	margin-bottom: 10px;
	text-align: left;
}
#huyatu-quiz #huyatu-quiz-question ul li label {
	font-size: 1.1em;
}
#huyatu-quiz .huyatu-quiz-text {
	margin: 1.5em 0 2em 0;
	text-align: center;
}

#huyatu-quiz #huyatu-quiz-navigation .button {
	background: #000;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 10px 3%;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	width: 30%;
	text-align: center;
	display: inline-block;
}
#huyatu-quiz #huyatu-quiz-navigation .button.uppercase {
	text-transform: uppercase;
}
#huyatu-quiz #huyatu-quiz-navigation .button.red {
	background: #e11e00;
}
#huyatu-quiz #huyatu-quiz-complete {
	width: 500px;
	margin: 2em auto;
}
#huyatu-quiz #huyatu-quiz-complete #huyatu-quiz-navigation .button {
	width: 25.3333%;
	margin: 0 1%;
	float: left;
}

.membership-options-content {
	margin-bottom: 2em;
}


@media all and (max-width: 1024px) {
	#article .article-main,
	#article .article-sidebar,
	#content .content-main,
	#content .content-sidebar {
		float: none;
		width: 100%;
		margin: 0;
	}
	#article .article-main {
	  margin: auto;
	  max-width: 46em;
	}
	.membership-options-content {
		font-size: 2em;
	}
	#article .article-sidebar.header h3 {
		display: none;
	}
	#article .article-sidebar.body h3 {
		display: block;
	}
	#content .content-sidebar h3 {
		text-align: left;
		margin-top: 2em;
	}

	#course .content-main,
	#course .content-sidebar {
		float: none;
		width: 100%;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#article .article-sidebar article,
	#content .content-sidebar article {
		float: left;
		width: 30.6%;
		margin: 0 0 1.5em 4.1%;
	}
	#article .article-sidebar article.i0,
	#content .content-sidebar article.i0 {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	#article .article-section table td,
	#article .article-section table th {
		font-size: 1.5em;
		line-height: 1.4;
	}
	#huyatu-quiz #huyatu-quiz-frame {
		width: auto;
	}
	#huyatu-quiz h3,
	#huyatu-quiz #huyatu-quiz-question h3 {
		font-size: 1.8em;
	}
	#huyatu-quiz #huyatu-quiz-question ul li label {
		font-size: 1.5em;
	}
	#huyatu-quiz #huyatu-quiz-complete {
		width: 100%;
	}
	#huyatu-quiz .huyatu-quiz-text p {
		font-size: 1.5em;
	}
	#lessons .lesson h5,
	#lessons .lesson p {
		font-size: 1.6em;
	}
	#article .article-content p,
	#article .article-content ol,
	#article .article-section .tutor-description p,
	#course .content-sidebar p,
	#course .content-main p {
		font-size: 1.6em;
	}
	#article .article-sidebar article .article-thumbnail,
	#content .content-sidebar article .article-thumbnail {
		float: left;
		width: 22%;
	}
	#article .article-sidebar article .article-descriptio,
	#content .content-sidebar article .article-descriptio {
		float: right;
		width: 76%;
	}
	#article .article-sidebar article .article-descriptio.no-image,
	#content .content-sidebar article .article-descriptio.no-image {
		float: none;
		width: 100%;
	}
	#article .article-sidebar article h4,
	#content .content-sidebar article h4 {
		font-size: 1.8em;
		line-height: 1;
	}
	#article .article-sidebar article h6,
	#content .content-sidebar article h6 {
		font-size: 1.3em;
	}
	#article .article-sidebar article p,
	#content .content-sidebar article p {
		font-size: 1.6em;
		line-height: 1;
	}
	#article .article-sidebar article .article-thumbnail > img,
	#content .content-sidebar article .article-thumbnail > img {
		margin-top: 0.25em;
	}
	/*.ssba img {
		width: 43px;
	}*/

	#article .article-header .article-header-buy,
	#article .article-header .article-header-banner {
		float: none;
		width: 100%;
	}
	#article .article-header .article-header-buy {
		margin-bottom: 1.5em;
	}
	.decorated-frame {
		padding-bottom: 57.5%;
		background-image: url(img/decorated-frame-landscape.jpg);
	}
	#article .article-header .article-header-buy .price,
	#article .article-header .article-header-buy ._quantity {
		width: 45%;
	}
	#article .article-header .article-header-buy .price {
		float: left;
	}
	#article .article-header .article-header-buy.sold-out .price {
		float:none;
		width: 100%;
	}
	#article .article-header .article-header-buy ._quantity {
		float: right;
	}
	#article .article-header .article-header-buy h6 {
		font-size: 2em;
	}
	#article .article-header .article-header-buy h4 {
		font-size: 2.8em;
	}
	#article .article-header .article-header-buy a.button,
	#article .article-header .article-header-buy .single_add_to_cart_button {
		width: auto;
		margin: 1em auto;
		font-size: 2em;
		line-height: 2.3;
		font-family:'Bembo Book W01';
		display: inline-block;
		padding: 0 5%;
	}
	.decorated-frame .inner {
		padding: 6% 10%;
	}
	#article .article-section .tutor-description {
		padding-left: 0;
		min-height: 0;
	}
	#article .article-section .tutor-description .tutor-image {
		position: initial;
		display: block;
		margin-bottom: 1em;
	}
	#article .headline {
		font-size: 1.5em;
	}
	#article small.article-banner {
		font-size: 1.3em;
	}
}

@media all and (max-width: 500px) {
	#huyatu-quiz #huyatu-quiz-navigation .button {
		width: 40%;
	}
	#huyatu-quiz #huyatu-quiz-complete #huyatu-quiz-navigation .button {
		float: none;
		width: 100%;
		margin: 0.5em 0;
		padding: 10px 0;
	}
}
@media all and (min-width: 321px) and (max-width: 480px) {
	.decorated-frame .inner {
		padding: 6% 10%;
	}
	#article .article-header .article-header-buy h6 {

	}
	#article .article-header .article-header-buy a.button {

	}
}
@media all and (min-width: 321px) and (max-width: 430px) {
	#article .article-header .article-header-buy a.button,
	#article .article-header .article-header-buy .single_add_to_cart_button {
		margin: 0.5em auto;
		line-height: 2;
	}
}
@media all and (max-width: 430px) {
	#article .article-header .article-header-buy.download h6 {
		margin-bottom: 0;
	}
}
@media all and (max-width: 320px) {
	.decorated-frame .inner {
		padding: 5% 10%;
	}
	#article .article-header .article-header-buy h6 {
		font-size: 1.5em;
	}
	#article .article-header .article-header-buy a.button,
	#article .article-header .article-header-buy .single_add_to_cart_button {
		margin: 0 auto;
		line-height: 2;
	}
}


/**
* Search results page
*/
h4#found-posts {
	margin: 1em 0;
	font-family:'Bembo Book W01';
}
#search-results {

}
#search-results article {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 0;
}
#search-results article .article-thumbnail {
	float: left;
	width: 121px;
}
#search-results article .article-thumbnail > img {
	display: block;
	width: 100%;
	margin: 0;
}
#search-results article .article-descriptio {
	float: right;
	width: 856px;
}
#search-results article .article-descriptio.no-image {
	float: none;
	width: 100%;
}
#search-results article .article-descriptio h6 {
	line-height: 1;
	margin-top: 10px;
}
@media all and (max-width: 1024px) {
	#search-results article .article-thumbnail {
		width: 22%;
	}
	#search-results article .article-descriptio {
		width: 76%;
	}
	#search-results article .article-descriptio.no-image {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	#search-results article h4 {
		font-size: 1.8em;
		line-height: 1;
	}
	#search-results article h6 {
		font-size: 1.3em;
	}
	#search-results article p {
		font-size: 1.6em;
		line-height: 1;
	}
	#search-results article .article-thumbnail > img {
		margin-top: 0.25em;
	}
}


/**
* Login | Register
*/
#reglogin,
#profile {
	width: 830px;
	margin: 2em auto;
}
#reglogin:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
#reglogin p label,
#profile p label {
	display: block;
	font-family:'Bembo Book W01';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
}
#reglogin p .labelless,
#profile p .labelless {
	display: block;
	height: 20px;
}
#reglogin > p,
#profile p.odd,
#profile p.even {
	width: 48%;
	margin: 8px 0;
	position: relative;
	padding: 0;
}
#reglogin p.login-username,
#profile p.odd {
	float: left;
}
#reglogin p.login-password,
#profile p.even {
	float: right;
}
#profile p.block {
	float: none;
	display: block;
	clear: both;
	margin-left: 52%;
	position: relative;
}
#reglogin p.login-username input,
#reglogin p.login-password input,
#profile p input[type="text"],
#profile p input[type="password"],
#profile p select {
	width: 100%;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	background-color: #fff;
}
#reglogin .login-submit,
#reglogin .lost_password,
#reglogin .login-forgot {
	float: right;
	text-align: right;
	margin: 0;
}
#profile p span.error {
	position: absolute;
	top: 22px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
#reglogin .login-submit input[type="submit"],
#profile input[type="submit"],
#guestcheckout input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 57px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
#profile .account_type strong,
#profile .expiry_date strong {
	font-size: 0.9em;
	line-height: 42px;
	float: left;
}
#profile a.membership {
	background: #e11e00;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 10px 7px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
#profile #register-captcha-image {
	display: block;
	border: 1px solid #000;
	margin: 7px 0;
}
input[type=checkbox].styled,
.mc4wp-checkbox input[type=checkbox],
input[type=radio].styled {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].styled + label.cb,
.mc4wp-checkbox input[type=checkbox] + span,
input[type=radio].styled + label.radio {
	padding-left: 27px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio].styled + label.radio {
	min-height: 20px;
	height: auto;
	margin-bottom: 5px;
	background-position: 0 5px;
	line-height: 25px;
}
#profile input[type=checkbox].styled + label.cb,
#profile .mc4wp-checkbox input[type=checkbox] + span {
	text-transform: none;
	font-size: 0.9em;
}
#profile .profile-shipping input[type=checkbox].styled + label.cb,
#profile .profile-shipping .mc4wp-checkbox input[type=checkbox] + label.cb {
	margin-top: 30px;
	line-height: 20px;
}
input[type=checkbox].styled:checked + label.cb,
.mc4wp-checkbox input[type=checkbox]:checked + span {
	background-position: 0 -20px;
}
label.cb, .mc4wp-checkbox span {
	background-image: url(img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=radio].styled:checked + label.radio {
	background-position: 0 -95px;
}
label.radio {
	background-image: url(img/radio2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#profile .submit {
/*	text-align: right;*/
	margin: 20px 0;
}
@media all and (max-width: 1024px) {
	#reglogin,
	#profile {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	#reglogin p,
	#profile p.odd,
	#profile p.even,
	#profile .innerwrap {
		width: 100%;
		display: block;
	}
	#profile .innerwrap strong {
		font-size: 1.2em;
	}
	#reglogin p.login-username,
	#profile p.odd {
		float: none;
	}
	#reglogin p.login-password,
	#profile p.even {
		float: none;
	}
	#profile p.block {
		margin-left: 0;
	}
	#reglogin p label,
	#profile p label {
		font-size: 1.2em;
	}
	#profile .profile-shipping input[type=checkbox].styled + label.cb {
		margin: 15px 0;
		font-size: 1.3em;
		line-height: 20px;
	}
	#profile input[type=checkbox].styled + label.cb {
		font-size: 1.2em;
	}
}
@media all and (max-width: 430px) {
	#profile .expiry_date .innerwrap a,
	#profile .expiry_date .innerwrap strong {
		float: none;
		display: block;
	}
	#profile .expiry_date .innerwrap a {
		text-align: center;
	}
}

/**
* Landing page
*/
.landing-articles {
	display: block;
}
.landing-articles h3 {
	display: block;
	text-transform: uppercase;
	font-size: 1.45em;
	line-height: 1.8;
	border-bottom: 1px solid #b2b2b2;
}
.carousel {
	width: 862px;
	height: 449px;
	margin: 0 auto 2em auto;
	padding: 0;
	position: relative;
}
.carousel .inner,
.carousel .inner .side,
.carousel .inner .slider {
	position: absolute;
	height: 450px;
	overflow: hidden;
}
.carousel .inner .slider {
	z-index: 1;
}
.carousel .inner .side {
	z-index: 2;
	background: rgba(255,255,255,0.8);
	top: 0;
}
.carousel .inner .side.l {
	left: 0;
	border-right: 1px solid #e1e1e1;
}
.carousel .inner .side.r {
	right: 0;
	border-left: 1px solid #e1e1e1;
}
.carousel .inner .side > a {
	position: absolute;
	top: 50%;
	font-size: 4em;
	margin-top: -70px;
	color: #000;
}
.carousel .inner .side.r > a {
	left: 50px;
}
.carousel .inner .side.l > a {
	right: 50px;
}
.carousel .item {
	width: 832px;
	height: 449px;
	padding: 0 15px;
	margin: 0;
	float: left;
}
.carousel .item > img {
	width: 100%;
	display: block;
}
.carousel .item .info {
	width: 100%;
	height: 77px;
	border-bottom: 1px solid #000;
}
.carousel .item .info h3 {
	font-family: 'Bembo Book W01 SC';
	font-size: 1.4em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
	padding: 0.72em 0 0.25em 0;
}
.carousel .item .info p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
}
@media all and (max-width: 1024px) {
	.carousel {
		width: 100%;
	}
	/*.carousel .inner {
		position: relative;
	}*/
	.carousel .item {
		padding: 0;
		height: auto;
	}
	.carousel .inner .slider {
		height: 100%;
	}
	.carousel .inner .side {
		overflow: visible;
		border: 0 !important;
	}
	.carousel .inner .side > a {
		color: #fff;
	}
	.carousel .inner .side.r > a {
		left: -50px;
	}
	.carousel .inner .side.l > a {
		right: -50px;
	}
}
@media all and (max-width: 767px) {
	.carousel .item .info h3 {
		font-size: 1.6em;
		line-height: 1;
		padding: 0.72em 0 0.25em 0;
	}
	.carousel .item .info p {
		font-size: 1.5em;
		line-height: 1;
	}
	.carousel .item .info {
		height: auto;
		padding-bottom: 12px;
	}
	.carousel .inner .side > a {
		margin-top: -1.5em;
	}
	.carousel .inner .side.r > a {
		left: -30px;
	}
	.carousel .inner .side.l > a {
		right: -30px;
	}
}



.comments {
	display: block;
}
.comments h3 {
	display: block;
	text-transform: uppercase;
	font-size: 1.45em;
	line-height: 1.8;
	border-bottom: 1px solid #b2b2b2;
}



/**
* Numeric input
*/
.numeric {
	position: relative;
	border: 1px solid #000;
	background: #fff;
	padding-bottom: 66.666666%;
	width: 100%;
}
.numeric .inner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
}
.numeric .inner:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.numeric .input {
	position: relative;
	float: left;
	width: 66.6666666%;
	height: 100%;
	background-color: #fff;
	background-image: url(img/numeric2.png);
	background-repeat: repeat-y;
	background-position: right;
}
.numeric .buttons {
	float: right;
	width: 33.3333333%;
	height: 100%;
	background-color: #000;
	background-image: url(img/numeric.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.numeric .input input {
	font-family: 'Bembo Book W01';
	font-size: 20px;
	border: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.numeric .buttons .btn {
	width: 100%;
	height: 50%;
	display: table;
}
.numeric .buttons .btn a {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 90%;
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.numeric .input input {
		font-size: 30px;
	}
}
@media all and (min-width: 321px) and (max-width: 480px) {
	.numeric .buttons .btn a {
		font-size: 1.5em;
	}
	.numeric .input input {
		font-size: 30px;
	}
}
@media all and (max-width: 320px) {
	.numeric .buttons .btn a {
		font-size: 1em;
	}
}


/**
* Calendar
*/
.calendar h3 {
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 0.5em;
}
.calendar-month {
	display: block;
	padding: 7px 0 16px 0;
}
.calendar-event {
	display: block;
}
.calendar-event-date {
	float: left;
	width: 72px;
	padding: 13px 0;
}
.calendar-event-date .date {
	border: 1px solid #000;
	width: 53px;
}
.calendar-event-date .date h5 {
	background: #000;
	color: #fff;
	text-align: center;
	font-family:'Bembo Book W01';
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
}
.calendar-event-date .date h6 {
	background: #fff;
	color: #000;
	text-align: center;
	font-family:'Bembo Book W01 Bold';
	font-size: 0.8em;
	line-height: 2;
}
.calendar-event-desc {
	float: left;
	width: 495px;
	border-bottom: 1px solid #e6e6e6;
	padding: 13px 0;
}
.calendar-event-desc h6 {
	font-size: 1.1em;
	line-height: 1.3;
}
.calendar-event-desc a.book-now,
.calendar-event-desc .single_add_to_cart_button,
.calendar-event-desc .out-of-stock {
	font-size: 1em;
	line-height: 1.8;
	font-family:'Bembo Book W01 Bold';
	text-transform: uppercase;

}
.calendar-event-desc .single_add_to_cart_button {
	border: 0;
	background: none;
	padding: 0;
	color: #e11e00;
	cursor: pointer;
}

@media all and (max-width: 767px) {
	.calendar-event {
		border-bottom: 1px solid #e6e6e6;
	}
	.calendar-event-date {
		float: left;
		width: 22%;
	}
	.calendar-event-date .date {
		width: 80%;
	}
	.calendar-event-date .date h5 {
		font-size: 1.5em;
	}
	.calendar-event-date .date h6 {
		font-size: 1.3em;
	}
	.calendar-event-desc {
		float: right;
		width: 76%;
		border-bottom: 0;
	}
	.calendar-event-desc h6 {
		font-size: 1.6em;
	}
	.calendar-event-desc .single_add_to_cart_button {
		font-size: 1.3em;
	}
}


/**
* Shopping basket
*/
#basket-header,
.table-header {
	display: block;
	border-bottom: 1px solid #b2b2b2;
}
#empty-basket {
	display: block;
	border-bottom: 1px solid #b2b2b2;
	text-align: center;
	padding: 2em 0;
}
#back-to-shop {
	text-align: center;
	padding: 2em 0 5em 0;
}
#basket-table .column,
.table .column {
	float: left;
}
.table {
	margin-bottom: 2em;
}
.table .column.id {
	width: 9%;
}
.table .column.id.gift {
	background-image: url(img/present_icon.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}
.table .column.name {
	width: 32%;
}
.table .column.name p {
	padding-right: 10px;
}
.table .column.date {
	width: 14.5%;
}
.table .column.status {
	width: 13.6%;
}
.table .column.price {
	width: 14.1%;
}
.table .column.quantity {
	width: 9.5%;
}
.table .column.total {
	width: 7.3%;
}
.table .column.rt {
	text-align: right;
}
#basket-table .column.thumbnail {
	width: 11.9%;
}
#basket-table .column.name {
  width: 40%;
    padding-left: 1%;
}
#basket-table .column.price {
	width: 15.5%;
}
#basket-table .column.quantity {
	width: 15.5%;
}
#basket-table .column.quantity .numeric {
	width: 50px;
	height: 33px;
	padding: 0;
	margin: 14px 0;
}
#basket-table .column.total {
	width: 10.3%;
}
#basket-table .column.delete {
	width: 5.8%;
	text-align: right;
}
#basket-table .column.space {
	width: 68.4%;
}
#basket-table .column.subtotal {
	width: 16.1%;
}
#basket-table .column.thumbnail > img {
	width: 80%;
}
#basket-header .column,
.table-header .column {
	font-family: 'Bembo Book W01';
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.8;
}
.basket-item,
.table-item {
	display: block;
	border-bottom: 1px solid #b2b2b2;
	padding: 0.5em 0;
}

.basket-item .column {
	display: table;
	height: 62px;
}
.table-item .column {
	display: table;
	height: 30px;
}
.table-item .column.mobile {
	display: none;
}
.basket-item .column > p,
.table-item .column > p {
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1;
}
.basket-item .column > p strong,
.basket-item .column > p small {
	display: inline-block;
	vertical-align: middle;
	font-family:'Bembo Book W01';
}
.basket-item .column > p strong {
	/* width: 280px; */
}
#basket-subtotal,
#basket-shipping,
#basket-total,
.basket-coupon {
	display: block;
	padding: 1em 0;
}
#basket-total {
	border-top: 1px solid #000;
}
#basket-subtotal .column,
#basket-subtotal-fee .column,
#basket-shipping .column,
#basket-total .column,
.basket-coupon .column {
	font-family:'Bembo Book W01 Bold';
	font-size: 1.2em;
	text-transform: uppercase;
}
#basket-links {
	display: block;
	margin: 1em 0 3em 0;
}
#basket-links a.checkout-button {
	display: none;
}
a.continue-shopping {
	font-family:'BemboBookW01-BoldIt';
	font-size: 1.2em;
	line-height: 40px;
	background-image: url(img/hand-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}
a.delete {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(img/checkbox.png);
	background-position: 0 -40px;
}
#basket-body .column.mobile {
	display: none;
}
#basket-body .gift-form {
	border-top: 1px solid #e2e2e2;
	clear: both;
	margin-top: 0.5em;
	display: none;
}
#basket-body .gift .gift-form {
	display: block;
}
#basket-body .gift-form input {
	width: 31.6%;
	border: 1px solid #000;
	margin: 0.5em 0 0 2.6%;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	float: left;
}
#basket-body .gift-form input.gift-name {
	margin-left: 0;
}
#basket-body .gift-form textarea {
	width: 100%;
	border: 1px solid #000;
	margin: 0.5em 0 0 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
#basket-shipping small.shipping-method {
	text-transform: none;
	font-size: 0.8em;
	display: block;
	font-family: 'Bembo Book W01';
}
#basket-promocode {
	border-bottom: 1px solid #000;
	display: block;
	padding: 1em 0;
	text-align: right;
}
#basket-promocode input[type="submit"] {
	display: inline-block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #000;
	color: #fff;
	cursor: pointer;
	text-shadow: none;
	width: 16.1%;
	border-radius: 0;
	margin-left: 2%;
}
#basket-promocode input[type="text"] {
	width: 31.6%;
	border: 1px solid #000;
	margin: 0 0 0 2%;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
#payment-block {
	border: 2px solid #000;
	padding: 24px 66px;
	margin: 2em auto;
	width: 40%;
}
#payment-block h4 {
	text-align: center;
}
#payment-block p {
	margin-bottom: 10px;
	position: relative;
}
#payment-block p.halfline {
	width: 50%;
	float: left;
}
#payment-block p input[type="text"],
#payment-block p select {
	width: 100%;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
#payment-block p.halfline input[type="text"] {
	width: 40%;
	margin-right: 5%;
}
#payment-block p.small input[type="text"] {
	width: 20%;
	margin-right: 2.5%;
}
#payment-block p label {
	display: block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
}
#place-order {

}
#place-order > p {
	width: 31.6%;
	/*float: right;*/
	margin: 0 auto;
}
#place-order > .clear {
	width: 100%;
	height: 1em;
	margin-bottom: 1em;
}
#place-order input[type="submit"] {
	display: block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	padding: 0;
	margin: 0;
	background: #fff;
	cursor: pointer;
	width: 100%;
	text-shadow: none;
	color: #000;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#basket-header,
	.basket-item-wrap,
	#basket-subtotal {
		padding-left: 107px;
	}
	#basket-table .column.thumbnail {
		width: 107px;
		position: absolute;
		left: 0;
	}
	#basket-table .column.thumbnail > img {
		width: 95px;
	}
	#basket-table .column.name {
		width: 42%;
    padding-left: 1%;
	}
	#basket-table .column.name p {
		vertical-align: top;
	}
	#basket-table .column.price {
		width: 20%;
	}
	#basket-table .column.quantity {
		width: 20%;
	}
	#basket-table .column.total {
		width: 11.7%;
	}
	#basket-table .column.delete {
		width: 5.3%;
	}
	#basket-table .column.space {
		width: 63%;
	}
	#basket-table .column.subtotal {
		width: 17%;
	}
	.basket-item .column > p strong,
	.basket-item .column > p small {
		display: block;
	}
	.basket-item .column > p strong {
		width: auto;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 767px) {
	#basket-links > a,
	#basket-links > input.inline-btn {
		display: block;
		float: none;
		width: 100%;
	}
	#basket-links > a.inline-btn,
	#basket-links > input.inline-btn {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#basket-links > a.continue-shopping {
		font-size: 2em;
		margin-top: 1em;
	}
	#basket-header .column {
		font-size: 1.5em;
	}
	#basket-header .column.price,
	#basket-header .column.quantity,
	#basket-body .column.price,
	#basket-body .column.quantity,
	#basket-header .column.delete {
		display: none;
	}
	#basket-table .column.thumbnail > img {
		display: none;
	}
	#basket-table .column.thumbnail span {
		font-size: 1.7em;
		line-height: 2;
	}
	#basket-table .column.thumbnail .collapse {
		display: none;
	}
	#basket-table .expanded .column.thumbnail .collapse {
		display: block;
	}
	#basket-table .expanded .column.thumbnail .expand {
		display: none;
	}
	#basket-header .column.thumbnail,
	#basket-body .column.thumbnail {
		width: 10.7%;
	}
	.checkout #basket-header .column.thumbnail,
	.checkout #basket-body .column.thumbnail {
		width: 0;
	}
	#basket-header .column.name {
		width: 55.9%;
	}
	.checkout #basket-header .column.name {
		width: 66.6%;
	}
	#basket-header .column.price {
		width: 33.4%;
	}
	#basket-body .column.name {
		width: 89.3%;
	}
	#basket-body .column.mobile {
		width: 66.6%;
	}
	#basket-body .column.total {
		width: 22.8%;
	}
	#basket-body .column.delete {
		width: 10.6%;
		text-align: right;
	}
	#basket-body .ex {
		clear: both;
		width: 100%;
		display: none !important;
	}
	#basket-body .expanded .ex,
	.checkout #basket-body .ex {
		display: block !important;
		padding-top: 1em;
	}
	#basket-body .ex h6 {
		font-family: 'Bembo Book W01';
		text-transform: uppercase;
		line-height: 1.8;
		font-size: 1.5em;
	}
	#basket-body .column.mobile {
		display: block;
		clear: both;
	}
	#basket-body .ex .column.space,
	#basket-body .ex .column.price,
	#basket-body .ex .column.quantity {
		display: block;
	}
	#basket-body .ex .column.space {
		width: 10.7%;
	}
	.checkout #basket-body .ex .column.space {
		width: 0;
	}
	#basket-body .ex .column.price {
		width: 55.9%;
	}
	.checkout #basket-body .ex .column.price {
		width: 66.6%;
	}
	#basket-body .ex .column.quantity {
		width: 33.4%;
	}
	.basket-item .column > p strong {
		width: 100%;
		line-height: 1.4;
	}
	.basket-item .column > p small {
		position: absolute;
	}
	.basket-item .column {
		height: auto;
	}
	.basket-item .column > p {
		font-size: 1.5em;
		line-height: 2;
	}
	.basket-item .column > p a.delete {
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
	}
	#basket-subtotal,
	#basket-shipping,
	#basket-total,
	#basket-coupons {
		font-size: 1.5em;
	}
	#basket-subtotal .column.space,
	#basket-shipping .column.space,
	#basket-total .column.space,
	#basket-coupons .column.space {
		width: 0 !important;
	}
	#basket-subtotal .column.quantity,
	#basket-shipping .column.quantity,
	#basket-total .column.quantity,
	#basket-coupons .column.quantity {
		width: 60.6%;
		text-align: right;
		margin-right: 6%;
	}
	#basket-subtotal .column.subtotal,
	#basket-shipping .column.subtotal,
	#basket-total .column.subtotal,
	#basket-coupons .column.subtotal {
		width: 33.4%;
	}
	#basket-body .ex .column.quantity .numeric {
		margin: 0;
	}
	#basket-body .ex .column.quantity .numeric .input input {
		font-size: 20px;
	}
	#basket-body .ex .column.quantity .numeric .buttons .btn a {
		font-size: 1.2em;
	}
	#basket-body .gift-form input {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	#basket-promocode label {
		display: none;
	}
	#basket-promocode input[type="submit"] {
		width: 47%;
		margin: 0;
		float: right;
	}
	#basket-promocode input[type="text"] {
		width: 47%;
		margin: 0;
		float: left;
	}
	.table-header .column {
		font-size: 1.5em;
	}
	.table-body .table-item .column p {
		font-size: 1.5em;
	}
	.table-header .column.expander,
	.table-body .table-item .column.expander {
		width: 10%;
	}
	.table-header .column.id,
	.table-body .table-item .column.id {
		width: 20%;
	}
	.table-header .column.name,
	.table-body .table-item .column.name {
		width: 70%;
	}
	.table-body .table-item .column.expander span {
		font-size: 1.7em;
		line-height: 2;
	}
	.table-body .expanded .column.expander .expand {
		display: none;
	}
	.table-body .table-item .column.expander .collapse {
		display: none;
	}
	.table-body .expanded .column.expander .collapse {
		display: block;
	}
	.table-header .column.date,
	.table-header .column.status,
	.table-header .column.price,
	.table-header .column.quantity,
	.table-header .column.total,
	.table-body .column.date,
	.table-body .column.status,
	.table-body .column.price,
	.table-body .column.quantity,
	.table-body .column.total {
		display: none;
	}

	.table-body .ex {
		clear: both;
		width: 100%;
		display: none !important;
	}
	.table-body .expanded .ex {
		display: block !important;
		padding-top: 1em;
	}
	.table-body .ex h6 {
		font-family: 'Bembo Book W01';
		text-transform: uppercase;
		line-height: 1.8;
		font-size: 1.5em;
	}
	.table-body .expanded .ex .column.space {
		width: 10%;
		display: block;
	}
	.table-body .expanded .ex .column.date,
	.table-body .expanded .ex .column.status,
	.table-body .expanded .ex .column.price,
	.table-body .expanded .ex .column.quantity,
	.table-body .expanded .ex .column.total {
		width: 45%;
		display: block;
	}
}


/**
* Subnavigation
*/
#subnav {
	display: block;
	text-align: center;
	border-bottom: 1px solid #b2b2b2;
	padding: 0.2em 0;
}
#subnav-space {
	display: block;
	width: 100%;
	height: 2.8em;
}
#subnav ul {
	list-style: none;
	display: inline-block;
}
#subnav ul li {
	display: inline-block;
	font-family: 'Bembo Book W01';
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2;
	margin: 0 1.7em;
	position: relative;
}
#subnav ul li.current-subnav-item > a {
	color: #e11e00;
}





.woocommerce-info {
	display:none;
}
.woocommerce-error {
	border: 2px solid #e11e00 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 2em 0 2em !important;
}
.woocommerce-error:before {
	color: #e11e00 !important;
	background: transparent !important;
	box-shadow: none !important;
	content: url(img/err.png);
}
.woocommerce-message {
	border: 2px solid #8fae1b !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.woocommerce-message:before {
	color: #8fae1b !important;
	background: transparent !important;
	box-shadow: none !important;
	content: url(img/ok.png);
}
.woocommerce-message .button {
	display: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
	margin: 1em 0 !important;
}




.article-sidebar .banner {
	margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.article-sidebar .banner.tablet {
		width: 32%;
		margin: 40px 0 0 2%;
		float: left;
	}
	.article-sidebar .banner.tablet.first {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	.article-sidebar .banner {
		width: 100%;
		margin: 40px 0 0 0;
	}
}


/**
* Gallery
*/
#gallery-thumbnails {
	padding: 1em 0 5em 0;
	border-top: 1px solid #b2b2b2;
}
#gallery-thumbnails .thumbnail {
	float: left;
	width: 14.2%;
	margin-left: 2.96%;
	margin-bottom: 2.96%;
	position: relative;
}

#gallery-thumbnails .thumbnail img {
	width: 100%;
	cursor: pointer;
}
#gallery-thumbnails .thumbnail.active:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	z-index: 2;
	border: 2px solid rgba(0,0,0,0.5);
}
.carousel.gallery-carousel .inner .side {
	background: #fff;
	border: 0;
}
.carousel.gallery-carousel .inner .slider {
	height: 635px;
}
.carousel.gallery-carousel {
	width: 922px;
	/*height: 584px;*/
	height: 635px;
}
.carousel.gallery-carousel  .inner .slider .item label {
	font-family:'Bembo Book W01';
	font-size: 1em;
	margin-top: 10px;
	display: block;
}
.carousel.gallery-carousel .inner .side.r > a {
	left: 20px;
}
.carousel.gallery-carousel .inner .side.l > a {
	right: 20px;
}
.carousel.gallery-carousel .inner .side > a {
	margin-top: -37px;
}
@media all and (max-width: 1024px) {
	.carousel.gallery-carousel {
		width: 100%;
	}
	.carousel.gallery-carousel .inner .side.r > a {
		left: -50px;
	}
	.carousel.gallery-carousel .inner .side.l > a {
		right: -50px;
	}
}
@media all and (min-width: 768px) {
	#gallery-thumbnails .thumbnail.i0 {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	#gallery-thumbnails .thumbnail.j0 {
		margin-left: 0;
	}
	#gallery-thumbnails .thumbnail {
		width: 22%;
		margin-left: 4%;
		margin-bottom: 4%;
	}
}
@media all and (max-width: 480px) {
	.carousel.gallery-carousel .inner .side > a {
		margin-top: -50px;
	}
	.carousel.gallery-carousel  .inner .slider .item label {
		font-size: 1.3em;
	}
	.carousel.gallery-carousel .inner .side.r > a {
		left: -30px;
	}
	.carousel.gallery-carousel .inner .side.l > a {
		right: -30px;
	}
}


#page404 {
	margin: 5em 0;
	text-align: center;
}
#page404 h1 {
	font-family:'Bembo Book W01 SC';
	font-size: 2.3em;
}
#page404 h2 {
	font-family:'Bembo Book W01 SC';
	font-size: 1.2em;
	line-height: 3.5;
}
#page404 form {
	border: 1px solid #000;
	display: inline-block;
	padding: 0;
	background: #000;
	margin: 1em 0;
}
#page404 form input[type="text"] {
	font-family: 'Bembo Book W01';
	font-size: 15px;
	padding: 12px 14px;
	float: left;
	border: 0;
	margin: 0;
	width: 330px;
}
#page404 form .button {
	float: right;
	color: #fff;
	margin: 4px 0;
	width: 39px;
	text-align: center;
	height: 32px;
	line-height: 34px;
	cursor: pointer;
}


#subscribe,
#lostpassword {
	width: 487px;
	margin: 10px auto;
	text-align: center;
}
#subscribe form,
#lostpassword form {
	padding: 10px 42px 50px 42px;
}
#subscribe form #subscribe-result {
	margin: 1em 0;
	text-align:center;
}
#subscribe .form-error,
#lostpassword .form-error {
	color: #e11e00;
}
#subscribe form p,
#lostpassword form p {
	margin: 8px 0;
	position: relative;
	padding: 0;
	text-align: left;
}
#subscribe form p label,
#lostpassword form p label {
	display: block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
	text-align: left;
}
#subscribe form p input[type="text"],
#lostpassword form p input[type="text"],
#lostpassword form p input[type="password"] {
	width: 100%;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
#subscribe form p span,
#lostpassword form p span {
	display: block;
}
#subscribe form p input[type="submit"],
#lostpassword form p input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 57px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
#subscribe form p span.error,
#lostpassword form p span.error {
	position: absolute;
	top: 22px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
@media all and (max-width: 767px) {
	#subscribe,
	#lostpassword {
		width: 100%;
	}
	#subscribe form p label,
	#lostpassword form p label {
		font-size: 1.2em;
	}
	#subscribe .content p,
	#lostpassword .content p {
		font-size: 1.6em;
	}
	#subscribe form p span,
	#lostpassword form p span {
		font-size: 1.2em;
	}
}


#contact-map {
	width: 100%;
	position: relative;
	padding-bottom: 65.4%;
	border: 1px solid #000;
	margin-bottom: 2em;
}
#contact-map #gmap_canvas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#gmap_canvas img {
	max-width: none!important;
	background: none!important
}
#contact-content {
	float: left;
	width: 42%;
}
#contact-content h3 {
	font-family: 'Bembo Book W01';
	font-size: 1.4em;
	line-height: 1.4;
	text-transform: uppercase;
}
#contact-content h4 {
	color: #e11e00;
}
#contact-content p {
	margin: 1em 0;
}
#contact-form {
	float: right;
	width: 54%;
}
#contact-form p {
	width: 100%;
	margin: 8px 0;
	position: relative;
	padding: 0;
}
#contact-form p label {
	display: block;
	font-family: 'Bembo Book W01';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
}
#contact-form p input[type="text"],
#contact-form p textarea,
#contact-form p select {
	width: 100%;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
}

#contact-form p input[type=checkbox].styled + label.cb {
	text-transform: none;
	font-size: 0.9em;
}
#contact-form p input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 57px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
#contact-form p span.error {
	position: absolute;
	top: 22px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
#contact-form p span.mandatory {
	display: block;
}
#contact-form #contact-form-success {
	border: 1px solid #000;
	padding: 20px 55px 35px 55px;
	text-align: center;
	display: none;
}
#contact-form #contact-form-success h3 {
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 1em;
	background-image: url(img/snail-middle.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 70px;
}
#contact-form #contact-form-success a {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 17px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
@media all and (max-width: 767px) {
	#contact-form,
	#contact-content {
		float: none;
		width: 100%;
	}
	#contact-form p label {
		font-size: 1.2em;
	}
	#contact-form p input[type=checkbox].styled + label.cb {
		font-size: 1.2em;
	}
	#contact-content h3 {
		font-size: 1.8em;
	}
	#contact-content h4 {
		font-size: 1.6em;
	}
	#contact-content p {
		font-size: 1.5em;
	}
}

/**
* Comments
*/

/**
* Comments writer
*/
.comments .writer {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding: 1em 0;
}
.comments .writer.reply {
	display: none;
}
.comments .writer:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.comments .writer h5 {
	float: left;
	width: 20%;
	text-transform: uppercase;
	font-family:'Bembo Book W01 Bold';
	font-size: 1.0em;
}
.comments .writer form {
	float: right;
	width: 80%;
}
.comments .writer form input[type="text"] {
	display: block;
	width: 300px;
	border: 1px solid #000;
	margin: 7px 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
.comments .writer form textarea {
	width: 75%;
	border: 1px solid #000;
	margin: 0 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
}
.comments .writer form input[type="submit"] {
	width: 20%;
	background: #000;
	color: #fff;
	border: 0;
	margin: 0 0 0 3%;
	padding: 10px 0;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	display: inline-block;
	vertical-align: bottom;
}
.comments .writer form p {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0;
}
.comments .writer form p span.error {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
.comments .writer form p.subject span.error {
	width: 270px;
}
.comments .writer form p.content span.error {
	width: 72%;
}


/**
* Single comment
*/
.comments .comment {
	display: block;
}
.comments .comment .underline {
	border-bottom: 1px solid #e6e6e6;
}
.comments .comment .comment_author {
	float: left;
	width: 20%;
	font-family:'Bembo Book W01 Bold';
	line-height: 1.5;
	word-wrap: break-word;
	padding: 1em 0;
}
.comments .comment .comment_content {
	float: right;
	width: 80%;
	word-wrap: break-word;
	padding: 1em 0;
}
.comments .comment .comment_author a.reply {
	display: block;
	color: #e11e00;
	text-transform: uppercase;
}
.comments .comment .comment_content strong {
	font-family:'Bembo Book W01 Bold';
	font-size: 1.2em;
}
.comments .comment .comment_replies {
	clear: both;
	margin-left: 20%;
}


.comments .more {
	margin: 1em 0;
	text-align: center;
}
.comments .more a {
	font-size: 1.5em;
}


.review-login-form {
	display: none;
}
.review-login-suka-ebanaya {
	text-align: center;
	margin: 2em 0;
}
.review-login-suka-ebanaya a {
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 15px 20px 15px 50px;
	font-family:'Bembo Book W01';
	line-height: 28px;
	height: 28px;
	background-image: url(img/pen.png);
	background-repeat: no-repeat;
	background-position: left;
}

@media all and (max-width: 1024px) {
	.comments .writer h5,
	.comments .writer form {
		float: none;
		display: block;
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.comments .writer form input[type="text"],
	.comments .writer form textarea {
		width: 100%;
	}
	.comments .writer form input[type="submit"] {
		margin: 8px 0 0 0;
	}
	.comments .writer h5 {
		font-size: 1.0em;
	}
	.comments ul li label {
		font-size: 1.5em;
		width: 25%;
	}
	.comments ul li details {
		font-size: 1.5em;
		width: 70%;
		word-wrap: break-word;
	}
}

.comments h3 span {
	float: right;
	line-height: 42px;
}
.comments h3 span.collapse {
	display: none;
}
.comments .article-comment-section-body {
	display: none;
}
.comments.expanded .article-comment-section-body,
.comments.expanded h3 span.collapse {
	display: block;
}
.comments.expanded h3 span.expand {
	display: none;
}

#redeem {
	display: block;
	padding: 0.5em 0;
	border-top: 1px solid #e6e6e6;
	text-align: center;
}
#redeem h2 {
	font-size: 1.7em;
	display: block;
	text-align: center;
	margin: 0.2em 0;
}
#redeem form {

}
#redeem form input[type="text"] {
	display: inline-block;
	width: 300px;
	border: 1px solid #000;
	margin: 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
}
#redeem form input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 11px 15px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	display: inline-block;
}
#redeem form p {
	display: inline-block;
	margin: 8px 0;
	position: relative;
	padding: 0;
}
#redeem form p span.error {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	color: #e11e00;
}

@media all and (max-width: 767px) {
	#redeem form input[type="text"],
	#redeem form input[type="submit"] {
		display: block;
		width: 300px;
		margin-bottom: 10px;
	}
	#redeem form p span.error {
		font-size: 1.2em;
		top: 23px;
	}
	#profile p span.error {
		font-size: 1.2em;
	}
	#payment-block {
		padding: 5%;
		width: 90%;
		margin-left: -2px;
	}
	#payment-block p label {
		font-size: 1.2em;
	}
	#payment-block p .cv2-label {
		font-size: 1.2em;
	}
	#payment-block p select + span.icon-angle-down {
		margin-top: 0.1em;
		font-size: 2em;
	}
	#payment-block h4 {
		font-size: 1.6em;
	}
	#place-order > p {
		width: 100%;
	}
	#place-order > p label {
		font-size: 1.2em;
	}
	.overlay .prompt {
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.overlay .prompt .inner p {
		font-size: 1.5em;
	}
}

.sharethis {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-top: 1px solid #e6e6e6;
	margin-top: 1em;
}
.article-audio {
	margin: 1em 0;
}


.captcha_image img {
	display: inline-block;
	vertical-align: middle;
}


#register-interest {
	padding-bottom: 25%;
	width: 516px;
	position: relative;
	margin: 1em 27px;
}

#register-interest .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 2% 10%;
	background-image: url(img/decorated-frame-landscape-small.jpg);
	background-size: 100% 100%;
}
#register-interest form {
	display: inline-block;
}
#register-interest form p {
	width: 100%;
	margin: 8px 0;
	position: relative;
	padding: 0;
}
#register-interest form p input[type="text"] {
	border: 1px solid #000;
	margin: 7px 5px;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	width: 250px;
}
#register-interest form p input[type="submit"] {
	background: #e11e00;

	color: #fff;
	border: 1px solid #e11e00;
	margin: 7px 5px;
	padding: 10px 20px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
}
#register-interest form p span.error {
	position: absolute;
	top: 8px;
	left: 6px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	color: #e11e00;
}
#register-interest-success {
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	background: #fff;
	display: none;
}
#register-interest-success p {
	text-transform: uppercase;
	margin-top: 50px !important;
}

@media all and (max-width: 767px) {
	#register-interest {
		padding-bottom: 60%;
		width: 100%;
		margin: 1em 0;
	}
	#register-interest .inner {
		background-image: url(img/decorated-frame-landscape.jpg);
	}
	#register-interest form p input[type="text"] {
		width: 100%;
	}
}


.common-write-message {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 1em 0;
}
.common-write-message h5,
.common-message h5 {
	text-transform: uppercase;
	font-family: 'Bembo Book W01 Bold';
	font-size: 1.0em;
}
.common-write-message form textarea {
	width: 100%;
	border: 1px solid #000;
	margin: 0 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	display: block;
}
.common-write-message form input[type="submit"] {
	float: right;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 10px 0;
	padding: 5px;
	padding-left: 40px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	display: block;
	background-image: url(img/Prev_Button.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.common-write-message form p {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0;
}
.common-write-message form p span.error {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
.common-message {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 1em 0 0 0;
}
.common-message h6 {
	font-family:'Bembo Book W01 Bold';
}
.common-message p {
	margin: 1em 0;
}
.common-message .hide,
.common-message .show,
.common-message .liker {
	cursor: pointer;
	line-height: 25px;
	margin-bottom: 5px;
}
.common-message .liker {
	background-image: url(img/nolike.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 52px;
}
.common-message .liker.liked {
	background-image: url(img/like.png);
}
.common-message-wrap .hide,
.common-message-wrap .common-comments {
	display: none;
}
.common-message-wrap.open .hide,
.common-message-wrap.open .common-comments {
	display: block;
}
.common-message-wrap.open .show {
	display: none;
}
.common-write-comment {
	padding: 0.7em 20px;
	border-bottom: 1px solid #ccc;
}
.common-write-comment form input[type="submit"] {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 0;
	padding: 5px;
	padding-left: 40px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	display: inline-block;
	vertical-align: bottom;
	background-image: url(img/Prev_Button.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.common-write-comment form p {
	width: 75%;
	float: right;
	position: relative;
}
.common-write-comment form p span.error {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 18px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	font-size: 0.9em;
	line-height: 18px;
	right: 1px;
	color: #e11e00;
}
.common-write-comment form textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0;
	padding: 10px;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
}
.common-message-comment {
	padding: 0.7em 0;
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
}
.common-message-comment > .left {
	width: 25%;
}
.common-message-comment > .right {
	width: 75%;
}
.common-message-more {
	text-align: center;
	margin: 0.5em 0;
	font-size: 2em;
}

@media all and (max-width: 767px) {
	.common-write-comment form p,
	.common-write-comment form .left {
		float: none;
		width: 100%;
	}
	.common-write-message h5,
	.common-message h5 {
		font-size: 1.3em;
	}
	.common-message h5 {
		float:left;
		display: block;
	}
	.common-message p,
	.common-message h6,
	.common-write-comment h6 {
		font-size: 1.5em;
	}
	.common-write-comment h6 {
		margin-top: 0.5em;
	}
}

/**
 * Product variants related styles
 *
 * Decarated box of variable height to allow variants select
 */

.variable-decorated-frame,
.variable-decorated-frame-top,
.variable-decorated-frame-bottom {
	width: 148px;
}
.variable-decorated-frame-top {
	height: 14px;
	background-image: url(img/decorated-frame-portrait-top.png);
}
.variable-decorated-frame-body {
	height: 224px;
	width: 120px;
	padding: 0 14px;
	background-image: url(img/decorated-frame-portrait-body.png);
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
}
.s1 .variable-decorated-frame-body {
	height: 280px;
}
.s2 .variable-decorated-frame-body {
	height: 336px;
}
.variable-decorated-frame-bottom {
	height: 14px;
	background-image: url(img/decorated-frame-portrait-bottom.png);
}
.variable-decorated-frame-body .select {
	height: 40px;
	background: #000;
	margin: 0 0 16px 0;
}
.variable-decorated-frame-body .select .input p {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.variable-decorated-frame-body .select .options a {
	text-align: left;
}

@media all and (max-width: 767px) {
	.variable-decorated-frame {
		width: 90%;
		background-image: url(img/decorated-frame-landscape.jpg);
		background-size: 100% 100%;
		padding: 6% 5%;
	}
	.variable-decorated-frame-body {
		background-image: none;
		width: 100%;
		padding: 0;
	}
	.variable-decorated-frame-top,
	.variable-decorated-frame-bottom {
		display: none;
	}
	.variable-decorated-frame-body .select {
		width: 45%;
	}
	.variable-decorated-frame-body .select.even {
		float: left;
	}
	.variable-decorated-frame-body .select.odd {
		float: right;
	}
	.variable-decorated-frame-body,
	.s1 .variable-decorated-frame-body,
	.s2 .variable-decorated-frame-body {
		height: auto;
	}
}

.article-content-competition-text {
	float: left;
	width: 300px;
}
.article-content-competition-text h3 {
	text-transform: uppercase;
	line-height: 2;
	color: #e11e00;
}
#article .article-content .article-content-competition-text p {
	margin-top: 0;
}
.article-content-competition-widget {
	float: right;
	width: 430px;
}

@media all and (max-width: 800px) {
	.article-content-competition-text,
	.article-content-competition-widget {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
}
.login-guest {
	width: 830px;
	margin: 2em auto;
}
.login-guest-left {
	float: left;
	width: 45%;
	position: relative;
	border-right: 1px solid #000;
	padding-right: 5%;
	margin-left: -1px;
}
.login-guest-left #reglogin {
	width: 100%;
}
.login-guest-left #reglogin > p {
	width: 100%;
}
.login-guest-right {
	float: right;
	width: 45%;
	padding-left: 5%;
}
.login-guest-left .title,
.login-guest-right .title {
	text-align: center;
}
#guestcheckout p {
	margin-top: 100px;
}
.shipping-address-alt {
	float: left;
	width: 30%;
	margin: 1.5%;
}
#alt-shipping {
	width: 830px;
	margin: 2em auto;
}
.shipping-address-alt input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	margin: 7px 0;
	padding: 10px 0;
	font-family: 'Bembo Book W01';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: normal;
	border-radius: 0;
	width: 100%;
	text-align: center;
}
.shipping-address-alt a.btn {
	border: 2px solid #000;
	margin: 0;
	padding: 5px 0;
	font-family: 'Bembo Book W01';
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	width: 45%;
	text-align: center;
}


#shipping_method input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	-webkit-border-radius: 0;
}

#mailchimpSubscribePopup {
	position: fixed;
	background-image: url(img/mailchimp-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 591px;
	height: 434px;
	z-index: 5555;
	top: 50%;
	left: 50%;
	margin-left: -295px;
	margin-top: -217px;
	display: none;
}
#mailchimpSubscribePopup .close-x {
	position: absolute;
	display: inline-block;
	width: 44px;
	height: 44px;
	top: -20px;
	right: -20px;
	background-image: url(img/mailchimp-popup-close-x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	border-radius: 22px;
}
#mailchimpSubscribePopup form {
	position: relative;
	top: 58%;
	width: 75%;
	margin: 0 auto;
}
#mailchimpSubscribePopup .fieldWrapper {
	border: 1px solid #000;
	padding: 5px;
}
#mailchimpSubscribePopup .fieldWrapper input[type="text"] {
	width: 70%;
	border: 0;
	font-size: 1.3em;
	font-family: Courier;
	font-weight: 600;
	padding: 0.3em 0;
}
#mailchimpSubscribePopup .fieldWrapper input[type="submit"] {
	width: 29%;
	border: 0;
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	font-family: Courier;
	font-weight: 600;
	padding: 0.3em 0;
	border-radius: 3px;
	cursor: pointer;
}

#mailchimpSubscribePopup .info.success {
	position: relative;
  top: 57%;
  width: 75%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #1f7d27;
}

@media all and (max-width: 800px) {
	#mailchimpSubscribePopup {
		width: 90%;
		height: auto;
		top: 5%;
		left: 5%;
		margin-left: 0;
		margin-top: 0;
		padding-bottom: 66%;
	}
	#mailchimpSubscribePopup form {
		top: 56%;
		position: absolute;
		width: 86%;
		margin: 0;
		left: 7%;
	}
	#mailchimpSubscribePopup .info.success {
		top: 58%;
		position: absolute;
		width: 86%;
		margin: 0;
		left: 7%;
	}
	#mailchimpSubscribePopup .fieldWrapper input[type="text"] {
		width: 69%;
	}
	#mailchimpSubscribePopup .fieldWrapper input[type="submit"] {
		float: right;
	}
}


#membership-options {
	text-align: center;
}
#membership-options .membership-option {
	width: 18%;
	margin: 0 3%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1em;
}
#membership-options .membership-option.wider {
	width: 25%;
}
#membership-options .membership-option h3 {
	font-family: 'Bembo Book W01';
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 2;
}
#membership-options .membership-option .thumbnail {
	max-width: 100%;
    height: auto;
}
#membership-options .membership-option button[type="submit"],
#membership-options .membership-option a.single_add_to_cart_button {
	border: 4px double black;
    margin: 20px 0;
    padding: 10px;
    font-family: 'Bembo Book W01';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    display: inline-block;
}
#add_online_course_2_account button[type="submit"] {
	border: 4px double black;
    margin: 0;
    padding: 10px;
    font-family: 'Bembo Book W01';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    display: inline-block;
}
#membership-options .membership-option a.join_page_button {
   margin: 20px 0;

    font-family: 'Bembo Book W01';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 2px;
    border: 2px solid #000;
}
#membership-options .membership-option a.join_page_button .inner {
	padding: 10px;
	border: 1px solid #000;
    display: block;
}
img.membership-thumbnail {
	display: inline-block;
	width: 30%;
}
img.inline {
	display: inline-block;
}
ul.payment_methods {
	list-style: none;
}
ul.payment_methods li input[type="radio"] {
	-webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
ul.payment_methods li {
	clear: both;
	margin-bottom: 13px;
}
ul.payment_methods li label {
	display: inline-block;
}
ul.payment_methods li .icons:after {
	content: '';
	clear: both;
	display: block;
}
ul.payment_methods li .icons img {
	float: left;
}
#article .article-header .article-header-buy h4 span.subscription-details,
#article .article-header .article-header-buy h4 span.from {
    font-size: 0.7em;
}


@media all and (max-width: 1024px) {
	#header-join-2 {
		display: none;
	}
	#membership-options .membership-option,
	#membership-options .membership-option.wider {
		width: 90%;
		margin: 0 5%;
		text-align: center;
		font-size: 2.0em;
		margin-bottom: 1em;
	}
	#membership-options .membership-option.desktop {
		display: none;
	}
	#membership-options .membership-option .thumbnail {
		display: inline-block;
	}
}

@media all and (max-width: 800px) {
	img.membership-thumbnail {
		width: 60%;
	}
	#mailchimpSubscribePopup {
		width: 90%;
		height: auto;
		top: 5%;
		left: 5%;
		margin-left: 0;
		margin-top: 0;
		padding-bottom: 66%;
	}
	#mailchimpSubscribePopup form {
		top: 56%;
		position: absolute;
		width: 86%;
		margin: 0;
		left: 7%;
	}
	#mailchimpSubscribePopup .fieldWrapper input[type="text"] {
		width: 69%;
	}
	#mailchimpSubscribePopup .fieldWrapper input[type="submit"] {
		float: right;
	}
}
***** hide Payment images ****
div#payment label a {
    display: none;
}


.sharethis-inline-share-buttons  {
	margin-top: 3rem;
}

.dropcap {
  color: #e11e00;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.pullquote {
font-size: 21px;
    padding: 36px 50px;
    position: relative;
    margin-bottom: 28px;

  }

.pullquote::before, .pullquote::after {
      top: 0;
      bottom: 0;
      width: 25px;
      content: '';
      position: absolute;
    }

    .pullquote::before {
      right: 100%;
    }
    .pullquote::after {
      left: 100%;
    }

    .pullquote p {
      margin: 0;
      font-size: 1.5em;}

      .pullquote p::before {
        top: 0;
        left: 16px;
        color: #000;
        content: '“';
        font-size: 3em;
        position: absolute;

      }
      .pullquote p::after {
        right: 16px;
        color: #000;
        content: '”';
        bottom: -32px;
        font-size: 3em;
        position: absolute;

      }

.aligncenter {
	margin: 0 auto 1rem;
}
  .cta-banner a {
    background-color: #fff;
  }
		@media screen and(max-width:999px){
			.cta-banner-img{
				display:none !important;
			}
		}

.home section.featured article:nth-child(4n+1){
    clear:left;
}



.page-template-my-audio .page-content {
	padding: 0 0 3rem;
}

.page-template-my-audio .page-content h2 {
	margin:  0 0 1rem;
}
.page-template-my-audio .page-content hr {
	margin: 2rem 0;
}
.page-template-my-audio .page-content p iframe  {
	margin: 0 0 2rem;
}
.page-template-my-audio .audio-item:nth-of-type(3n+1) {
    clear: left;
}


#huyatu-quiz  #huyatu-quiz-navigation .button,
#huyatu-quiz  #huyatu-quiz-navigation .button.left{
display: none ;
}


#huyatu-quiz  #huyatu-quiz-navigation .button.right {
  display: block;
}

#huyatu-quiz  #huyatu-quiz-navigation .button.red {
display: none ;
}

