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

ol, ul {
    list-style: none;
}

.section-description ol,
.section-description ul,
.body-article .article ol,
.body-article .article ul,
.tab-content ul {
	list-style-type: disc;
}

.body-article .article ul.form {
	padding: 0;
}

.body-article .article ul.contact-form {
	padding: 35px 25px;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	min-width: 1145px;
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #ebebeb;
	color: #565656;
	font-family: 'usual', sans-serif;
    font-size: 100%;
	line-height: 1.5;
}

.body-home,
.body-cart,
.body-section {
	background: #fff;
}

a {
    color: #222220;
}

 h1, .h1, h2, .h2, h3, .h3 {
    clear: both;
    color: #222220;
	font-size: 1.87em;
    font-weight: 700;
}

.body-home h1 {
    color: #222220;
}

h1 {
    margin: 0 0 15px;
}

.h2, h2 {
    margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: 700;
}

.h2.purple, h2.purple {
    height: 39px;
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: #46539c;
    color: #c6cae0;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 39px;
}

h1+h2 {
    margin-top: 10px;
}

.article-testimonials h2 {
	color: #d61e44;
}

h3 {
    margin: 0 0 10px;
    font-size: 1.25em;
}

hr {
	width: 100%;
	height: 0;
	margin: 30px 0;
	clear: both;
	border: none;
	border-top: 1px solid #d9d6d6;
}

p + hr {
	margin: 20px 0;
}

blockquote, p, ul {
    margin: 0 0 15px;
    font-size: .875em;
    line-height: 1.7;
}

.section-description ul,
.body-article .article ul,
.tab-content ul {
	padding-left: 20px;
	font-size: 1em;
}

.section-description ul {
	font-size: 1.16em;
}

.body-article .article ul,
.tab-content ul {
	font-size: 0.875em;
}

p.small-text {
    font-size: .7em;
}

p.article-date {
    color: #616160;
    font-size: .75em;
}

blockquote {
    padding: 15px 0;
    background: url(../images/quote.png) 0 0 no-repeat;
    border-top: 1px solid #d6d9e4;
    border-bottom: 1px solid #d6d9e4;
    font-style: italic;
}

.col-content ul {
    margin: 0 0 10px;
    list-style-type: none;
    font-size: .875em;
    line-height: 1.2;
}

.col-content ul li {
    margin: 0 0 7px;
    padding: 0 0 0 17px;
    background: url(../images/bullet.png) 0 4px no-repeat;
}

strong {
    font-weight: 700;
}

iframe {
    margin: 0 0 15px;
}

input, select, textarea {
    margin: 0;
    background-color: #FFF;
    border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #222;
    font-family: 'usual', sans-serif;
    font-weight: 400;
	font-size: 13px;
}

.checkbox {
	padding: 0 !important;
	border: none !important;
	background: none !important;
    position: relative;
    top: 0;
    border: 0;
}

a,
input {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
    height: 32px;
    margin: 0;
    padding: 0 18px;
	display: inline-block;
    color: #fff !important;
    border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: 0.56em;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 32px;
    cursor: pointer;
}

.button-large-text {
	font-size: 0.68em;
}

.button-tall {
	height: 50px;
	line-height: 50px;
}

.button-xlarge {
	height: 54px;
	padding: 0 27px;
	font-size: 0.75em;
	font-weight: 500;
	line-height: 54px;
}

.button-pill {
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}

.button-section {
	margin-bottom: 5px;
	background: #f4f4f4;
	border: 1px solid #dbdbd9;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0.81em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

	.button-section:hover {
		background: #e4e4e4;
	}

.button-blue {
	background: #2e8cca;
	background: -moz-linear-gradient(top,  #2e8cca 0%, #1473b1 100%);
	background: -webkit-linear-gradient(top,  #2e8cca 0%,#1473b1 100%);
	background: linear-gradient(to bottom,  #2e8cca 0%,#1473b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8cca', endColorstr='#1473b1',GradientType=0 );
}

.button-green {
	background: #89ce33;
	background: -moz-linear-gradient(top,  #89ce33 0%, #6da428 100%);
	background: -webkit-linear-gradient(top,  #89ce33 0%,#6da428 100%);
	background: linear-gradient(to bottom,  #89ce33 0%,#6da428 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89ce33', endColorstr='#6da428',GradientType=0 );
}

.button-black {
	background: #393937;
	background: -moz-linear-gradient(top,  #393937 0%, #1f1f1d 100%);
	background: -webkit-linear-gradient(top,  #393937 0%,#1f1f1d 100%);
	background: linear-gradient(to bottom,  #393937 0%,#1f1f1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393937', endColorstr='#1f1f1d',GradientType=0 );
}

.button-pink {
	background: #e63f6c;
	background: -moz-linear-gradient(top,  #e63f6c 0%, #cc2552 100%);
	background: -webkit-linear-gradient(top,  #e63f6c 0%,#cc2552 100%);
	background: linear-gradient(to bottom,  #e63f6c 0%,#cc2552 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63f6c', endColorstr='#cc2552',GradientType=0 );
}

.button-transparent {
  background:transparent;
  border:1px solid #333333;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 1, 0.3);
  color:#333333 !important;
}

.button-transparent:hover {
  color:#FFF !important;
}

.enquire-bubble-white, .button-transparent:hover .enquire-bubble-black {
  display:none;
}

.button-transparent:hover .enquire-bubble-white {

  display:inline-block;
}

.slide .button-transparent {

  color:#FFF !important;
  border:2px solid #FFF;
}

.button-hr {
	margin: -30px auto 0;
	position: relative;
	top: -25px;
	z-index: 10;
	display: table;
}

	.button-hr:before,
	.button-hr:after {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		top: 20px;
		z-index: 9;
		background: #fff;
	}

	.button-hr:before {
		left: -10px;
	}

	.button-hr:after {
		right: -10px;
	}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button-blue:hover {
    background: #0b5c91;
	background: -moz-linear-gradient(top,  #0b5c91 0%, #0b5c91 100%);
	background: -webkit-linear-gradient(top,  #0b5c91 0%,#0b5c91 100%);
	background: linear-gradient(to bottom,  #0b5c91 0%,#0b5c91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5c91', endColorstr='#0b5c91',GradientType=0 );
}

.button-green:hover {
    background: #6da428;
	background: -moz-linear-gradient(top,  #6da428 0%, #6da428 100%);
	background: -webkit-linear-gradient(top,  #6da428 0%,#6da428 100%);
	background: linear-gradient(to bottom,  #6da428 0%,#6da428 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da428', endColorstr='#6da428',GradientType=0 );
}

.button-black:hover {
	background: #1f1f1d;
	background: -moz-linear-gradient(top,  #1f1f1d 0%, #1f1f1d 100%);
	background: -webkit-linear-gradient(top,  #1f1f1d 0%,#1f1f1d 100%);
	background: linear-gradient(to bottom,  #1f1f1d 0%,#1f1f1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1d', endColorstr='#1f1f1d',GradientType=0 );
}

.button-pink:hover {
	background: #cc2552;
	background: -moz-linear-gradient(top,  #cc2552 0%, #cc2552 100%);
	background: -webkit-linear-gradient(top,  #cc2552 0%,#cc2552 100%);
	background: linear-gradient(to bottom,  #cc2552 0%,#cc2552 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2552', endColorstr='#cc2552',GradientType=0 );
}

.button-dark:hover {
    background-color: #545874;
}

.button-light:hover {
    background-color: #4c5d8e;
}

.error-text, .required {
    font-weight: 700;
    color: #c00;
}

.center {
    width: 978px;
    margin: 0 auto;
}
.section.center {
	width: 65%;
	max-width: 1245px;
}
.section.center .eight-col {
	width: 72%;
}

.body-home .center {
	width: 1145px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fri {
    float: right !important;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*.col921 {
    width: 921px;
}

{
    width: 621px;
}

.col290 {
    width: 290px;
}

.col140 {
    width: 140px;
}


.col7 {
    width: 570px;
    box-sizing: border-box;
}


.col5 {
    width: 326px;
    box-sizing: border-box;
}
*/

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}

.one-col {
	width: 54px;
}

.two-col {
	width: 138px;
}

.three-col {
	width: 222px;
}

.four-col {
	width: 306px;
}

.five-col {
	width: 390px;
}

.six-col {
	width: 474px;
}

.seven-col {
	width: 558px;
}

.eight-col {
	width: 642px;
}

.nine-col {
	width: 726px;
}

.ten-col {
	width: 810px;
}

.eleven-col {
	width: 894px;
}

.twelve-col {
	width: 978px;
	margin-right: 0;
}

.colend {
    margin-right: 0 !important;
}

.content-sep {
    margin: 10px 0;
    clear: both;
    border-top: 1px solid #999;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

.wrap {
    width: 978px;
}

.body-home .wrap {
    width: 1145px;
}

.article-content {
	padding-bottom: 80px;
	position: relative;
}

.sidebar {
	margin-top: 60px;
}

.body-product .sticky.stuck,
.body-section .sticky.stuck {
	margin-left: 183px;
	left: 50%;
}

.body-section .sticky.stuck {
	margin-left: 14%;
}

.sticky.stuck-fixed {
	padding-top: 80px;
}

/* -------------------------------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------------------------------- */

.header {
    height: 104px;
    background-color: #FFF;
	line-height: 104px;
  position:relative;
}

#header a {
    color: #fff;
}

.header-horizontal {

  height:auto;
}

.header-horizontal .logo-holder {

  margin:12px 0px 12px 30px;
  max-width:22%;
  float:left;
}

.header-vertical .logo-holder {
  position:absolute;
  top:19px;
  left:0px;
  z-index:99999;
  width:auto;
  text-align:center;
  margin-left:7vw;
  background:#FFF;
}

.logo img {
    width: auto;
    height: auto;
	display: block;
}

.header-vertical .logo-holder img {

  max-height:125px;
}

.header-contact {
    margin: 0;
	color: #333333;
    font-size: 1em;
	font-weight: 700;
}

	.header-contact span {
		font-weight: 200;
	}

	@keyframes bounce-email {
	    from {
	        top: 0;
	    }
	    50% {
	        top: -3px;
	    }
	    to {
	        top: 0;
	    }
	}

	.header-contact a.header-contact-email {
		margin: 0 0 0 10px;
		padding: 0 0 0 15px;
		position: relative;
		top: 3px;
		display: inline-block;
		border-left: 1px solid #333333;
	    color: #fff;
	    text-decoration: none;
	}

	.header-contact a {
		color: #333333;
	}

	.header-contact a.header-contact-email:hover img {
		position: relative;
		animation-name: bounce-email;
		animation-timing-function: ease-in-out;
		animation-duration: 0.6s;
		animation-iteration-count: infinite;
		-webkit-animation-name: bounce-email;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-duration:0.6s;
		-webkit-animation-iteration-count:infinite;
	}

.search {
    width: 286px;
    margin: 30px 10px 0 30px;
	padding: 0 20px;
    border: 1px solid #333333;
    --webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.search input {
    float: left;
	background: none;
    border: none;
}

.search input.search-box {
    width: 265px;
	height: 40px;
    padding: 0;
    border: none;
	color: #333333;
	font-size: 12px;
    font-weight: 300;
}

.search input.search-box::-webkit-input-placeholder {
  color: #333333;
}
.search input.search-box::-moz-placeholder {
  color: #333333;
}
.search input.search-box:-ms-input-placeholder {
  color: #333333;
}
.search input.search-box:-moz-placeholder {
  color: #333333;
}

.search input.search-button {
	width: 17px;
	margin-top: 11px;
}

.mini-cart {
    margin: 0;
    float: right;
	font-size: .87em;
    text-align: right;
}

@keyframes bounce-background {
    from {
        background-position: 30px center;
    }
    50% {
        background-position: 30px 45%;
    }
    to {
        background-position: 30px center;
    }
}

.mini-cart.mini-cart.mini-cart a {
	padding: 0 120px 0 68px;
	display: block;
	background: url(../images/header-cart.png) 30px center no-repeat;
	-webkit-background-size: 26px 24px;
	background-size: 26px 24px;
    color: #333333;
    text-decoration: none;
}

.mini-cart a:hover {
	background-color: #c71c3f;
	animation-name: bounce-background;
	animation-timing-function: ease-in-out;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	-webkit-animation-name: bounce-background;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-duration:0.6s;
	-webkit-animation-iteration-count:infinite;
}

/* ---------------------------------------- */
/* NAV */
/* ---------------------------------------- */

.nav {
    height: 40px;
	background: #474744;
    position: relative;
    z-index: 100;
}

.body-home .nav {
	margin-bottom: -40px;
	background-color: #222220;
    background-color: rgba(34, 34, 32, 0.7);
}

.nav ul.nav-level1 {
    width: 100%;
    height: 40px;
	position: relative;
	font-size: 1em;
	text-align: center;
}

.nav ul li, .nav ul li a {
    display: inline-block;
}

.nav ul li {
    margin: 0;
	position: relative;
}

.nav ul li.nav-products {
	position: static;
}

.nav ul li a {
    padding: 0 22px;
    display: block;
    color: #fff;
    font-weight: 400;
	font-size: 0.75em;
    line-height: 40px;
    text-decoration: none;
	text-transform: uppercase;
}

.nav ul li.parent a.nav-level1 {
    padding: 0 30px 0 10px;
    background: url(../images/parent.png) right 9px no-repeat;
}

.nav ul li.nav-level1:hover a.nav-level1 {
	background: #fff;
    color: #1a1a18;
}

.nav ul ul.nav-level2 {
    width: 200px;
    padding: 20px;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    --webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	font-size: 1em;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul ul li.nav-level2 {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-size: 1em;
    font-weight: 700;
	text-align: left;
}

.nav ul ul li a.nav-level2 {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
	color: #565656;
    text-transform: none;
	line-height: normal;
}

.nav ul ul.subnav-products {
    width: 100%;
    padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav ul ul.subnav-products li.nav-level2 {
    width: 50%;
    float: left;
    clear: none;
    border: none;
    font-size: 1em;
}

.nav ul ul.subnav-notepads li.nav-level2 {
    width: 20%;
}

.nav ul ul.subnav-products li div {
    margin: 0 10px 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dbdbd9;
	color: #222220;
	font-size: 1.12em;
	font-weight: 600;
}

.nav ul ul.subnav-products li div a {
	padding: 0;
	color: #222220;
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
}

.nav ul ul.subnav-products li div a:hover {
    color: #888;
}

.nav ul ul.subnav-products li ul.nav-level3 {
    width: 50%;
    margin: 0;
    padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
    position: static;
	font-size: 1em;
}

.nav ul ul.subnav-notepads li ul.nav-level3 {
    width: 100%;
}

.nav ul ul.subnav-products li ul li {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 1em;
    font-weight: 700;
	line-height: 1;
}

.nav ul ul.subnav-products li ul li a {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    color: #565656;
	font-weight: 700;
    text-transform: none;
	line-height: normal;
}

.nav ul ul.subnav-products ul.nav-level4 {
	margin: 0;
    padding: 0;
    clear: both;
    background-color: transparent;
    border: none;
	font-size: 1em;
}

.nav ul ul.subnav-products ul.nav-level4 li:first-child {
	margin-top: 5px;
}

.nav ul ul.subnav-products ul.nav-level4 li {
    width: auto;
    margin: 0;
    padding: 5px 0;
    float: left;
    clear: left;
    border: none;
    color: #565656;
}

.nav ul ul.subnav-products ul.nav-level4 li a {
    display: inline;
    float: none;
    clear: none;
    font-weight: 400;
}

/* ---------------------------------------- */
/* HOME SLIDER */
/* ---------------------------------------- */

.home-slider, .home-slider ul.slides, .home-slider ul.slides li.slide {
    width: 100%;
    height: 480px;
    background-color: #fff;
}

.home-slider ul.slides li.slide {
    position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.home-slider ul li .caption {
    width: 725px;
    padding: 115px 0 0;
    z-index: 15;
	-webkit-text-shadow: 0 0 14px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 0 14px rgba(0,0,0,0.4);
	-ms-text-shadow: 0 0 14px rgba(0,0,0,0.4);
	-o-text-shadow: 0 0 14px rgba(0,0,0,0.4);
	text-shadow: 0 0 14px rgba(0,0,0,0.4);
}

.home-slider ul li .caption-title {
    margin: 0 0 10px;
    color: #fff;
	font-size: 2.5em;
    font-weight: 600;
}

.home-slider ul li .caption ul {
	margin: 0 0 25px;
}

.home-slider ul li p,
.home-slider ul li .caption li {
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
}

.home-slider ul li .caption li {
	padding-left: 26px;
	background: url(../images/tick.png) 0 center no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.home-slider ul li a.button {
    margin: 0;
}

/* ---------------------------------------- */
/* HOME CONTENT */
/* ---------------------------------------- */

.home-search {
	background: #f4f4f2;
	border-bottom: 1px solid #dbdbd9;
}

	.home-search-box {
		width: 360px;
		height: 93px;
		margin: 0 32px 0 0;
		padding: 20px;
		position: relative;
		top: -30px;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #dadada;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		line-height: 50px;
	}

		.home-search-box p {
			color: #222220;
			font-weight: 700;
			text-transform: uppercase;
			line-height: 50px;
		}

.home-section {
	padding: 60px 0;
}

	.home-section h1,
	.home-section h2 {
		clear: none;
	}

.home-section-title {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #dbdbd9;
}

.body-section .home-section-title {
	margin: 0;
	padding: 0;
	border: none;
}

	.home-section-title h2 {
		margin: 0 0;
	}

.home-intro {
    position: static;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
}

.home-intro-1 {
	padding-bottom: 30px;
}

.home-intro-2 {
	padding-bottom: 0;
}

	.home-intro h2 {
		margin-bottom: 15px;
	}

	.home-intro-1 img {
		margin-left: 110px;
		position: relative;
		top: -20px;
	}

	.home-intro-2 img {
		margin-right: 55px;
		position: relative;
		top: -40px;
	}

  .home-intro a {

    color:#565656;
  }

	a.intro-cta {
		height: 30px;
		padding: 0 0 0 40px;
		display: inline-block;
		background: url(../images/arrow-circle-black.png) 0 0 no-repeat;
		-webkit-background-size: 30px;
		background-size: 30px;
		font-weight: 700;
		text-decoration: none;
		line-height: 30px;
    color:#222220;
	}

.home-intro-open {
    padding: 0 0 20px;
}

.home-intro-more {
    width: 100%;
    height: 25px;
    padding: 20px 0 0;
    position: absolute;
    bottom: 0;
    background: url(../images/read-more-bg.png) 0 0 no-repeat;
    font-size: .875em;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
}

.home-intro-more span {
    padding: 0 16px 0 0;
    background: url(../images/read-more.png) right 7px no-repeat;
}

.home-intro-open .home-intro-more span {
    background: url(../images/read-more.png) right -8px no-repeat;
}

.popular-calendars {
	width: 978px;
	margin: 0 auto 60px;
}

.popular-calendars .h2 {
}

.popular-calendar {
    width: 25%;
    margin: 30px 0 0;
    float: left;
    position: relative;
	text-align: center;
}

.popular-calendar a {
	display: block;
}

.popular-calendar img {
}

.first {
    margin: 0 0 10px;
}

/* ---------------------------------------- */
/* HOME CATEGORIES */
/* ---------------------------------------- */

.home-categories {
	background: #eee;
}

	.home-category {
		width: 20%;
		height: 165px;
		padding: 20px;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.25em;
		font-weight: 700;
		text-decoration: none;
		opacity: 1;
	}

	.home-category:hover {
		color: #fff;
		opacity: 0.7;
	}

	.home-category:after {
		content: '';
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		left: 20px;
		bottom: 20px;
		background: url(../images/arrow-circle-white.png) 0 0 no-repeat;
		-webkit-background-size: 30px;
		background-size: 30px;
		opacity: 0.6;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.home-category:hover:after {
		opacity: 1;
	}

/* ---------------------------------------- */
/* HOME TESTIMONIALS */
/* ---------------------------------------- */

.testimonials {
    padding: 60px 0 50px;
    background: #f6f6f6;
}

	.testimonial {
		margin-top: 40px;
		margin-right: 29px;
		margin-bottom: 80px;
	}

		.testimonial .h4 {
			margin: 0 0 20px;
			color: #222220;
			font-size: 0.87em;
			font-weight: 600;
		}

			.testimonial .h4 span {
				width: 84px;
				height: 84px;
				margin-right: 16px;
				margin-bottom: -15px;
				display: block;
				float: left;
				position: relative;
				top: -30px;
				background-color: #fff;
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-border-radius: 84px;
				-moz-border-radius: 84px;
				-ms-border-radius: 84px;
				-o-border-radius: 84px;
				border-radius: 84px;
				-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}

		.testimonial p {
			clear: both;
			font-size: 0.93em;
			font-style: italic;
			line-height: 1.9;
		}

	.testimonials .button-hr:before,
	.testimonials .button-hr:after {
		background: #f6f6f6;
	}

/* ---------------------------------------- */
/* HOME LATEST NEWS */
/* ---------------------------------------- */

.latest-news {
}

.latest-news ul {
	margin: 40px 0 0;
}

.body-article .latest-news ul {
	margin: 10px 0 0;
	padding: 0;
}

.body-article .latest-news ul li {
    margin: 0;
	list-style-type: none;
    background: 0 0;
}

.body-home .latest-news ul li {
    width: 361px;
}

.latest-news ul li:last-child {
    margin: 0;
}

.latest-news ul li img {
    width: 100%;
	margin: 0 0 15px;
}

.latest-news ul li h3 {
	font-size: 1.42em;
	line-height: 1.3;
}

.latest-news ul li h3 a {
	text-decoration: none;
}

.latest-news ul li p {
    margin: 10px 0 20px;
    color: #3c3c3c;
}

.latest-news ul li p a {
	color: #e3295b;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.home-feature {
    width: 150px;
    height: 149px;
    margin: 0 10px 10px 0;
    background-color: #eee;
}

.home-feature-1 {
    width: 141px;
}

.home-feature-5 {
    width: 290px;
    margin-right: 0;
}

.right-box {
    margin: 0 0 20px;
	padding: 20px;
}

.right-box h2 {
	font-size: 1.25em;
}

.right-box h3 {
	margin: 0 0 20px;
	color: #222220;
	font-size: 1.12em;
	font-weight: 600;
}

.right-contact-us, .right-download-brochure {
    width: 270px;
    height: 39px;
    padding: 0 10px;
    display: block;
    background-color: #676e8e;
    color: #c7c9d5;
    font-size: 1.75em;
    font-weight: 500;
    text-transform: lowercase;
    line-height: 39px;
    text-decoration: none;
}

.right-download-brochure {
    height: 58px;
    padding-top: 6px;
    background: #676e8e url(../images/download-brochure.png) right 0 no-repeat;
    line-height: .9;
}

.right-contact-us:hover, .right-download-brochure:hover {
    background-color: #535973;
    color: #c7c9d5;
    text-decoration: none;
}

.collection {
    width: 120px;
    height: 118px;
    padding: 10px;
    background: #595d80 url(../images/collection-desktop.png) 0 0 no-repeat;
    text-decoration: none;
}

.collection:hover {
    text-decoration: none;
}

.collection .h2 {
    color: #ccccd4;
}

.side-box,
.cal-search {
	background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.side-box-red,
.cal-search-type {
	background: #fff;
}

.side-box-blue,
.cal-search-category {
	background: #fff;
}

.side-box-shadow {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.side-box img {
	max-width: 100%;
}

.cal-search .h3, .need-help .h3 {
    color: #bbbdca;
}

.cal-search ul {
    color: #fff;
    font-size: .75em;
}

.cal-search li {
    width: 50%;
    float: left;
    margin: 0 0 10px;
}

.cal-search label {
    margin: 0 0 5px;
    display: block;
    color: #fff;
    font-weight: 700;
}

.cal-search select {
    width: 120px;
}

.right-link-brochure {
	background: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

	.right-link-brochure img {
		margin: 0 auto 20px;
		display: block;
	}

.right-link-collection {
	background: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.right-image {
    height: 138px;
    background-color: #eee;
}

.similar-calendars .center {
	margin-top: 50px;
	padding: 50px 0;
	border-top: 1px solid #dbdbd9;
}

.similar-calendars .h2 {
    padding: 0 5px;
    color: #a1aacc;
}

.similar-calendars p {
    padding: 0 5px;
}

.article-similar-calendars {
	background: #fff;
}

.article-similar-calendars .center {
	margin-top: 0;
	border: none;
}

.similar-calendars .section-product-title a {

  color:#222220;
}

.side-box-free-sample img {
	display: block;
	margin: 40px auto 50px;
}

.need-help p {
    margin: 0;
}

.need-help a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.need-help a:hover {
    text-decoration: underline;
}

.view-collection {
    width: 270px;
    height: 39px;
    padding: 0 10px;
    display: block;
    background-color: #5c70ab;
    color: #c3c8db;
    font-size: 1.75em;
    font-weight: 500;
    text-transform: lowercase;
    line-height: 39px;
    text-decoration: none;
}

.view-collection:hover {
    background-color: #4c5d8e;
    color: #c3c8db;
    text-decoration: none;
}

.sidebar-contact {
	background: #fff;
}

.breadcrumb {
    margin: 15px 0 20px;
    color: #222220;
    font-size: 0.75em;
}

.breadcrumb img {
    margin: 0 5px;
    width:5px;
    height:auto;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb-title {
    color: #fff;
    background-color: #3586ef;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 3px;
    font-weight: 700;
    border-right: 1px solid #0b51ab;
}

.footer {
    padding: 36px 0px 18px 0px;
    clear: both;
    position: relative;
    border-top:2px solid #DDD;
    color: #919190;
    background:#FFF;
    line-height: 1.5;
}

.footer-desc {

  color:#333333;
  font-size:13px;
  line-height:21px;
}

.footer-desc-bespoke {

  margin-bottom:30px;
}

.footer-desc-env {


}

.footer-desc-title-link.footer-desc-title-link.footer-desc-title-link {

  font-weight:600;
  display:inline-block;
  vertical-align: middle;
  color:#333;
}

.footer-desc-title-link:after {

  display:inline-block;
  vertical-align: middle;
  content:'';
  background-image:url(../images/footer-arrow.png);
  background-size:11px;
  background-repeat: no-repeat;
  background-position: center;
  width:11px;
  height:11px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.footer .center {
	width: 978px;
}

.footer p, .footer ul {
	margin: 0 0 20px;
    font-size: .81em;
	line-height: 1.6;
  color:#333;
}

.footer a {
    color: #333333;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-menu ul {

  line-height:21px;
  margin-bottom:30px;
}

.footer-social {
    width: 100%;
    height: 28px;
    margin: 17px 0 18px;
}

.footer-social a {
    width: 28px;
    height: 0;
    margin: 0 8px 0 0;
    padding: 28px 0 0;
    display: block;
    overflow: hidden;
    background-image: url(../images/social-footer.png);
    background-repeat: no-repeat;
}

.footer-social a.facebook {
    background-position: 0 0;
}

.footer-social a.twitter {
    background-position: -28px 0;
}

.footer-social a.linkedin {
    background-position: -56px 0;
}

.footer-social a.google {
    background-position: -84px 0;
}

.footer-logos {
	width: 400px;
	margin-top: 40px;
    position: relative;
}

.footer-logo {
    margin: 0 15px 0 0;
    float: left;
}

.footer .wdl {
    font-size: 12px;
}

.footer-right {
  text-align:center;
}

.footer-telephone {
  font-weight:600;
}

/*---------------------------------------------------------------------------*/
/* SECTIONS */
/*---------------------------------------------------------------------------*/

.section-content {
	clear: both;
}

.section-description {
    margin: 0 0 30px;
    font-size: .75em;
}

.section-description p {
    font-size: 1.16em;
	line-height: 1.6;
	margin: 0 0 10px;
}

.section-description p:last-child {
    margin: 0;
}

.sub-sections {
    width: 100%;
    margin: 0 0 30px;
	padding: 0 0 20px;
    clear: both;
	border-bottom: 1px solid #d9d6d6;
    color: #222220;
    text-align: left;
}

.search-sections {
    border-bottom: none;
}

h1+.sub-sections {
    padding: 5px 0 0;
}

.body-section h1+.sub-sections {
	padding: 0 0 20px;
}

.pages-container {
    width: 100%;
    clear: both;
}

.pages-container-bottom .pages-container {
	margin-top: 40px;
}

ul.pages-list {
    float: left;
	font-size: 0.87em;
}

ul.pages-list li {
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
    color: #222220;
    list-style-type: none;
}

.pages-list span,
.pages-list a {
	width: 26px;
	height: 26px;
	margin: 0;
	display: block;
	border: 1px solid #dbdbd9;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
    color: #222220;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
}

.pages-list span {
    background-color: #f4f4f4;
}

.pages-list a {
    background-color: #fff;
	text-decoration: none;
}

.pages-list a:hover {
    background-color: #f4f4f4;
}

.pages-list .pages-text a {
	width: auto;
	padding: 0 15px;
}

.section-adjust {
    width: 630px;
    margin: 0 0 10px -5px;
}

.section-adjust-more {
    margin: 0 0 10px -15px;
}

.col921 .section-adjust {
    width: 931px;
}

.section-product {
    width: 25%;
	margin: 30px 0;
    padding: 0 0 20px;
	position: relative;
    text-align: center;
}

.branded-pads-product-list .section-product {
	width: 20%;
	padding: 0;
}

	.promotional-section-top .branded-pads-product-list .section-product a {
		font-size: 100%;
	}

	.section-product .button {
		margin: 0 0 0 -53px;
		position: absolute;
		bottom: 0;
		left: 50%;
	}

	.branded-pads-product-list .section-product .section-product-thumbnail img {
		width: 180px;
	}

	.branded-pads-product-list .section-product .button {
		display: none;
	}

.section-section {
    width: 200px;
    margin: 5px;
    padding: 0 0 10px;
    background-color: #bdc0cb;
    border: none;
    text-align: left;
}

.enquiry-product-wide, .section-product-wide {
    margin: 0;
    padding: 10px 14px;
}

.section-product-thumbnail, .section-product-thumbnail img {
    width: 200px;
    height: 209px;
	margin: 0 auto;
    display: block;
    position: relative;
    border: none;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-product-thumbnail:hover img {
	opacity: 0.25;
}

.section-product .section-product-thumbnail:after {
	content: 'View Calendar';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-weight: 700;
	text-align: center;
	line-height: 209px;
}

.similar-pads .section-product .section-product-thumbnail:after,
.branded-pads-product-list .section-product .section-product-thumbnail:after {
	content: 'View Pad';
}

.section-product .section-product-thumbnail:hover:after {
	display: block;
}

.popular-calendar span, .section-product-thumbnail span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #A3A3B9;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 209px;
}

.popular-calendar:hover span, .section-product-thumbnail:hover span {
    display: block;
}

.popular-calendar span img, .section-product-thumbnail span img {
    width: auto;
    height: auto;
    display: inline;
    position: relative;
    top: 97px;
    float: none;
    background-color: transparent;
}

.section-product-title {
    padding: 15px 0;
	color: #222220;
	font-weight: 600;
	font-size: .93em;
}

.section-product-title a {
    text-decoration: none;
}

.sample-requested {
    margin: 0;
    padding: 7px 10px;
    clear: both;
    color: #222220;
    font-weight: 700;
    text-transform: lowercase;
}

/*---------------------------------------------------------------------------*/
/* PRODUCT */
/*---------------------------------------------------------------------------*/

.product-description {
    margin: 0 0 30px;
}

	.product-description p {
		color: #222220;
		font-size: 0.81em;
	}

.request-sample {
    margin: 0 15px 0 0;
    float: left;
    font-size: .875em;
    line-height: 1.6;
}

.request-sample input {
    position: relative;
    top: -1px;
}

.already-in-cart {
    margin: 2px 10px 0 0;
    float: left;
    font-size: .875em;
}

.already-in-cart a {
    color: #db0045;
}

.product-images {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px 0;
    float: left;
    clear: both;
    position: relative;
	background: #fff;
	border: 1px solid #d9d6d6;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
    text-align: center;
}

.product-images a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

.product-images a span {
	padding: 15px 15px 15px 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(244,244,242,0.6) url(../images/search-black.png) 10px center no-repeat;
	-webkit-background-size: 17px;
	background-size: 17px;
	font-size: 0.62em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-images a:hover span {
	background: url(../images/search-button.png) 10px center no-repeat;
	-webkit-background-size: 17px;
	background-size: 17px;
	color: #fff;
}

.product-images a span img {
    position: relative;
    top: 2px;
    display: inline;
    float: none;
    --webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-images img.landscape {
    width: 330px;
    margin: 0 auto;
    float: none;
}

.notepad-product-images img.landscape,
.notepad-product-images img.portrait {
    width: 510px !important;
    margin: 0 auto;
    float: none;
}

.product-jan-zoom .product-images img.landscape {
	width: 100%;
    max-width: 510px;
}

.product-images img.landscape-top {
    margin-bottom: 20px;
}

.product-images img.portrait {
    width: 243px;
    margin: 0 30px;
}

.product-images-mobile-wrap {
	/*max-height: 180px;*/	
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
}

body.body-productpad .product-images-mobile-wrap {
	max-height: 260px;
}

.product-images-mobile-wrap .bx-wrapper {
	margin: 0 auto;
}

.product-images-mobile-wrap img {
	width: 110px;
	border: 1px solid #dbdbd9;
}

	.product-images-mobile-wrap .product-images-other-pad img {
		width: 182px;
	}

.product-images-mobile-wrap .bx-wrapper {
	max-width: 89% !important;
}

.product-images-mobile-wrap .product-images-other-mobile li {
	text-align: center;
}

.product-images-mobile-wrap .product-images-other-mobile img {
	width: 95%;
}

.product-images-mobile-wrap .bx-pager {
	display: none;
}

	.product-images-mobile-wrap .bx-prev,
	.product-images-mobile-wrap .bx-next {
		width: 13px;
		height: 22px;
		margin: -11px 0 0;
		display: block;
		position: absolute;
		top: 50%;
		text-indent: -9999px;
		opacity: 1;
	}

	.product-images-mobile-wrap .bx-prev:hover,
	.product-images-mobile-wrap .bx-next:hover {
		opacity: 0.3;
	}

	.product-images-mobile-wrap .bx-prev {
		left: 0;
		background: url(../images/prod-arrow-left.png) 0 0 no-repeat;
		-webkit-background-size: 13px;
		background-size: 13px;
	}

	.product-images-mobile-wrap .bx-next {
		right: 0;
		background: url(../images/prod-arrow-right.png) 0 0 no-repeat;
		-webkit-background-size: 12px;
		background-size: 12px;
	}

span.new-product {
    padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
    display: block;
    color: #fff;
	font-size: 0.62em;
	font-weight: 700;
	text-transform: uppercase;
}

span.two-layouts {
	top: unset;
	bottom: 0px;
}

span.uk-made {
	width: 80px;
	height: 33px;
	position: absolute;
	bottom: 10px;
	left: 10px;
    display: block;
    background: url(../images/uk-made.png) 0 0 no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    text-indent: -9999px;
    font-size: 0;
}

.tab {
    margin: 0 0 3px;
    background-color: #fff;
	border-top: 1px solid #dbdbd9;
	border-bottom: 1px solid #dbdbd9;
    color: #3c3c3c;
}

#tab1 {
    display: block;
}

	a.tab-show {
		height: 73px;
		padding: 0 30px;
		display: block;
		position: relative;
		font-size: 1.12em;
		font-weight: 700;
		line-height: 73px;
		text-decoration: none;
    border-left:4px solid;
    color:#222220;
	}

		a.tab-show span {
			color: #959595;
			font-size: 0.77em;
			font-weight: 300;
		}

		a.tab-show:after {
			content: '';
			width: 28px;
			height: 28px;
			position: absolute;
			top: 24px;
			right: 24px;
			background: url(../images/tab-arrow.png) 0 0 no-repeat;
		}

		a.tab-show.open:after {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
		}

	.tab-content {
		padding: 20px 30px;
		display: none;
		border-top: 1px solid #dbdbd9;
	}

	#tab-content1 {
		display: block;
	}

		.tab-content img {
			max-width: 100%;
		}

.product-cta {
	height: 56px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 61px;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #dbdbd9;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
  color:#222220;
}

	.product-cta:before {
		content: '';
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7f7f7;
		border-right: 1px solid #dbdbd9;
	}

	.product-cta-brochure:before {
		background: #f7f7f7 url(../images/product-cta-brochure.png) center center no-repeat;
		-webkit-background-size: 24px;
		background-size: 24px;
	}

	.product-cta-faq:before {
		background: #f7f7f7 url(../images/product-cta-faq.png) center center no-repeat;
		-webkit-background-size: 26px;
		background-size: 26px;
	}

	.product-cta img {
		margin-left: 6px;
		position: relative;
		top: 1px;
    height:12px;
    width:auto;
	}

.icons {
    width: 100%;
    float: left;
}

.icon {
    height: 35px;
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    text-decoration: none;
}

.icon img {
    height: 35px;
}

	.right-link-plain .icon {
		height: 78px;
	}

		.right-link-plain .icon img {
		    height: 78px;
		}

	.right-link-plain img {
		max-width: 100%;
	}

.icon .tooltip {
    width: 150px;
    padding: 6px;
    display: none;
    position: absolute;
    top: 42px;
    left: -61px;
    z-index: 200;
    background-color: #fff;
    --webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    color: #373f6b;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.nca .tooltop {
    left: -36px;
}

.icon .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin: 0 0 0 -9px;
    position: absolute;
    top: -18px;
    left: 50%;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
}

.product-summary {
    width: 100%;
    float: left;
    font-size: .875em;
    line-height: 1.3em;
}

.product-summary span {
    font-weight: 700;
}

.long-description {
    padding: 15px 0 0;
    clear: both;
}

.long-description p:last-of-type {
    margin-bottom: 0;
}

.long-description ul {
	padding-left: 20px;
	list-style-type: disc;
}

.body-product .similar-calendars {
	position: relative;
	background: #fff;
	border-top: 1px solid #dbdbd9;
}

	.body-product .similar-calendars .center {
		margin-top: 0;
		border: none;
	}

/*---------------------------------------------------------------------------*/
/* PRODUCT SIDEBAR */
/*---------------------------------------------------------------------------*/

.sidebar-product {
	margin: 0 0 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.sidebar-product-top,
.sidebar-product-bottom,
.sidebar-product-difference {
	padding: 20px;
}

.sidebar-product-difference {
	margin-bottom: 20px;
}

	.sidebar-product-difference .h2 {
		font-size: 1.25em;
	}

.sidebar-product-bottom {
	background: #f7f7f7;
	border-top: 1px solid #d9d6d6;
}

	.sidebar-product-top h1 {
		margin: 0 0 5px;
		font-size: 1.25em;
    color:#222220;
	}

	.product-cat-link {
		padding: 0 0 0 15px;
		background: url(../images/arrow-black-sidebar.png) 0 center no-repeat;
		-webkit-background-size: 8px;
		background-size: 8px;
	}

	.sidebar-product-top p,
	.sidebar-product-top ul,
	.sidebar-product-bottom p,
	.sidebar-product-bottom ul,
	.sidebar-product-difference ul {
		color: #222220;
		font-size: 0.87em;
	}

	.sidebar-product-bottom p {
		font-size: 0.93em;
	}

	.sidebar-product-top li,
	.sidebar-product-difference li {
		margin: 0 0 5px;
	}

	.sidebar-product-bottom li {
		height: 30px;
		margin: 0 0 20px;
	}

	.sidebar-product-bottom li a {
		padding: 0 0 0 32px;
		display: block;
		color: #222220;
		font-size: 0.85em;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 30px;
	}

	.sidebar-product-bottom li.interactive-features a {
		background: url(../images/prod-feature-interactive.png) 0 0 no-repeat;
		-webkit-background-size: 26px 30px;
		background-size: 26px 30px;
	}

	.sidebar-product-bottom li.enhanced-features a {
		background: url(../images/prod-feature-enhanced.png) 0 0 no-repeat;
		-webkit-background-size: 25px 30px;
		background-size: 25px 30px;
	}

	.sidebar-product-bottom li.bespoke-features a {
		background: url(../images/prod-feature-bespoke.png) 0 0 no-repeat;
		-webkit-background-size: 25px 29px;
		background-size: 25px 29px;
	}

	.sidebar-product-top span,
	.sidebar-product-bottom span {
		font-weight: 700;
	}

	.sidebar-product-bottom hr {
		margin: 20px 0;
	}

	.sidebar-product-bottom .button {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0.62em;
		text-align: center;
	}

		.button img.enquire-bubble {
			margin: 0 5px 0 0;
			position: relative;
			top: 4px;
		}

		.button img.interactive-bubble {
			top: 6px;
		}

.sidebar-product-interactive {
	margin: 0 0 20px;
	padding: 135px 20px 20px;
	position: relative;
	background: #f7f7f7;
	border: none;
	border-bottom: 4px solid #86c931;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

	.sidebar-product-interactive a.button {
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.sidebar-product-interactive img {
		position: absolute;
		top: 0;
		left: 0;
	}

.sidebar-product-difference {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

	.sidebar-product-difference li {
		padding-left: 26px;
		background: url(../images/black-tick.png) 0 center no-repeat;
		-webkit-background-size: 16px;
		background-size: 16px;
	}

/*---------------------------------------------------------------------------*/
/* CHECKOUT */
/*---------------------------------------------------------------------------*/

.enquiry-product {
	width: 50%;
	height: 330px;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #dbdbd9;
    border-bottom: 1px solid #dbdbd9;
	text-align: center;
}

.order-success .enquiry-product {
	height: 300px;
}

.enquiry-product.even {
	border-right: none;
}

.section-product-row-last .enquiry-product {
	border-bottom: none;
}

	.enquiry-product .section-product-title {
		padding-bottom: 3px;
	}

	.enquiry-product p {
		margin: 0;
		font-size: 0.68em;
	}

	.enquiry-product p.enquiry-product-sample {
		margin: 5px 0 15px;
	}

	.enquiry-product p a {
		color: #d61e44;
		font-size: 1.09em;
		text-decoration: none;
	}

	.enquiry-product p a.sample-yes,
	.enquiry-product p a.sample-no {
		margin: 0 20px;
		position: relative;
		color: #222220;
	}

	.sample-yes:before,
	.sample-no:before {
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		top: -1px;
		left: -26px;
		background: #fff;
		border: 1px solid #d6d6d6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
	}

	.sample-yes.active:before,
	.sample-no.active:before {
		background: #fff url(../images/tick-black.png) center center no-repeat;
		-webkit-background-size: 13px;
		background-size: 13px;
	}

	.another-product {
	    position: relative;
	}

	.another-product-end {
		border-right: none;
	}

	.another-product a {
		font-weight: 700;
	    line-height: 300px;
		text-decoration: none;
	}

.enquiry-form {
	margin: 30px 0 80px;
	padding: 30px;
	background: #ebebeb;
	border: 1px solid #dbdbd9;
}

	.enquiry-form ul.contact-form {
		padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.enquiry-form ul.contact-form li {
			float: left;
			clear: none;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		.enquiry-form ul.contact-form li.email,
		.enquiry-form ul.contact-form li.company {
			width: 50%;
		}

		.enquiry-form ul.contact-form li.title {
			width: 20%;
		}

		.enquiry-form ul.contact-form li.forename,
		.enquiry-form ul.contact-form li.surname {
			width: 40%;
		}

		.enquiry-form ul.contact-form li.email,
		.enquiry-form ul.contact-form li.title,
		.enquiry-form ul.contact-form li.forename {
			padding-right: 12px;
		}

		.enquiry-form ul.contact-form li.company,
		.enquiry-form ul.contact-form li.forename,
		.enquiry-form ul.contact-form li.surname {
			padding-left: 12px;
		}
		
		.enquiry-form ul.contact-form li.postcode,
		.enquiry-form ul.contact-form li.telephone,
		.enquiry-form ul.contact-form li.fax {
            width: calc(33.33% - 8px);
		}
		
		.enquiry-form ul.contact-form li.postcode,
		.enquiry-form ul.contact-form li.telephone {
		    margin-right: 12px;
		}

			.enquiry-form ul.contact-form li label {
				font-size:  0.81em;
			}

			.enquiry-form ul.contact-form li label.checkbox-label {
				width: auto;
				margin-left: 10px;
				font-weight: 400;
			}

			.enquiry-form ul.contact-form li.gdpr label.checkbox-label {
				font-weight: bold;
			}

@keyframes bounce-contact-icon {
    from {
        top: 50%;
    }
    50% {
        top: 40%;
    }
    to {
        top: 50%;
    }
}

.contact-button {
	width: 100%;
	height: 72px;
	margin: 0 0 20px;
	padding: 0 0 0 55px;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 center;
	background-repeat: no-repeat;
	-webkit-background-size: 225px;
	background-size: 225px;
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 72px;
	text-decoration: none;
	text-transform: uppercase;
}

	.contact-button:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 20px;
	}

	.contact-button:hover {
		color: #fff;
	}

		.contact-button:hover:before {
			animation-name: bounce-contact-icon;
			animation-timing-function: ease-in-out;
			animation-duration: 0.6s;
			animation-iteration-count: infinite;
			-webkit-animation-name: bounce-contact-icon;
			-webkit-animation-timing-function:ease-in-out;
			-webkit-animation-duration:0.6s;
			-webkit-animation-iteration-count:infinite;
		}

.contact-button-brochure {
	background-color: #555;
}

	.contact-button-brochure:hover {
		background-color: #333;
	}

	.contact-button-brochure:before {
		width: 24px;
		height: 30px;
		margin-top: -15px;
		background: url(../images/contact-download.png) 0 0 no-repeat;
		-webkit-background-size: 24px;
		background-size: 24px;
	}

.contact-button-enquiry {
	padding-top: 18px;
	background-color: #d61e44;
	line-height: 1.5;
}

	.contact-button-enquiry:hover {
		background-color: #b31939;
	}

	.contact-button-enquiry:before {
		width: 26px;
		height: 25px;
		margin-top: -12px;
		background: url(../images/contact-enquiry.png) 0 0 no-repeat;
		-webkit-background-size: 26px;
		background-size: 26px;
	}

.contact-button-map {
	background-color: #2e8cca;
}

	.contact-button-map:hover {
		background-color: #246e9f;
	}

	.contact-button-map:before {
		width: 31px;
		height: 30px;
		margin-top: -15px;
		left: 17px;
		background: url(../images/contact-map.png) 0 0 no-repeat;
		-webkit-background-size: 31px;
		background-size: 31px;
	}

/*--------------------------------------------------------*/

ul.testimonials {
    margin: 0;
    padding: 0;
}

ul.testimonials li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    background: 0 0;
    border-bottom: 1px solid #878ca6;
    font-size: 1em;
}

.testimonials li.last {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.testimonials li p {
    margin: 0;
}

.testimonials li p.testimonial-content {
    margin: 0 0 5px;
    font-style: italic;
}

.testimonials li p span {
    font-weight: 700;
}

.product-options-container {
    float: right;
    width: 254px;
}

.product-table-div {
    text-align: center;
}

.product-table {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    border: 0;
}

.product-table caption {
    font-weight: 700;
    margin: 0 auto;
    text-align: right;
}

.product-table th {
    font-weight: 700;
    background-color: #aaa;
    padding: 2px;
    text-align: left;
    vertical-align: top;
}

.product-table td {
    font-weight: 400;
    background-color: #ddd;
    padding: 2px;
    text-align: left;
}

.menu-product-list {
    width: 50%;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-product-list img {
    width: 130px;
    height: 136px;
    margin: 0 0 10px;
}

.menu-product-list a {
    color: #222220;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
}

.menu-product-list a:hover {
    text-decoration: underline;
}

ul.form {
    width: 100%;
    margin: 0 auto;
	font-size: 1em;
}

ul.form2col {
    width: 100%;
    margin: 0;
}

ul.form li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    display: block;
    float: left;
    clear: left;
    background: 0 0;
}

ul.form2col li {
    width: 50%;
    margin: 0 0 10px 0;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: 0 0;
    clear: none;
}

.form li label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
	color: #222220;
    font-size: 0.93em;
	font-weight: 600;
}

.form li input, .form li select, .form li textarea,
.sbSelector {
    width: 100%;
	padding: 11px 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.form2col li input, .form2col li select, .form2col li textarea {
    width: 100%;
}

.form li span.error-text {
	margin: 5px 0 0 0;
    float: left;
    display: block;
	font-size: 0.81em;
}

.form input.checkbox, .form2col input.checkbox {
    width: auto;
    float: left;
    top: 0;
}

.form li.submit input {
    width: auto;
    margin: 0;
    padding: 0 6px;
    float: right;
}

ul.contact-form {
	padding: 35px 25px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

	ul.contact-form li {
		margin: 0 0 15px;
	}

	ul.contact-form li.contact-form-contTitle,
	ul.contact-form li.contact-form-contFirstname,
	ul.contact-form li.contact-form-ContSurname {
		padding-left: 20px;
		float: left;
		clear: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.contact-form li.contact-form-contTitle {
		width: 20%;
		padding-left: 0;
	}

	ul.contact-form li.contact-form-contFirstname,
	ul.contact-form li.contact-form-ContSurname {
		width: 40%;
	}

	ul.contact-form li.contact-form-contTitle label,
	ul.contact-form li.contact-form-contFirstname label,
	ul.contact-form li.contact-form-ContSurname label,
	ul.contact-form li.contact-form-requestBrochure label,
	ul.contact-form li.contact-form-gdprContact label {
		font-size: 0.81em;
	}

	ul.contact-form li.contact-form-requestBrochure label,
	ul.contact-form li.contact-form-gdprContact label,
	ul.contact-form li.gdpr label {
		width: auto;
		margin-left: 10px;
		font-weight: 400;
	}

	ul.contact-form li.contact-form-gdprContact input,
	ul.contact-form li.gdpr input {
		top: 5px;
	}

	ul.contact-form li label span {
		font-weight: 400;
		font-size: 0.81em;
	}

	ul.contact-form li input, ul.contact-form li .sbSelector, ul.contact-form li textarea {
		background-color: #f6fbfe;
		border: 1px solid #cecece;
		font-size: 13px;
	}

	ul.form li.gdpr {
		width: 100%;
		margin: 10px 0 25px;
		padding: 20px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #eee;
		border: 1px solid #ccc;
	}

		ul.form li.gdpr label {
			font-weight: bold;
			font-size: 15px;
		}

		ul.form li.gdpr input {
			-webkit-appearance:none;
			width: 25px;
			height: 25px;
			margin-right: 5px;
			top: 1px;
			background-color: #f6fbfe !important;
			background-position: center center !important;
			border: 1px solid #cecece !important;
		}

		ul.form li.gdpr input[type='checkbox']:checked {
			background-image: url(../images/tick-green.png) !important;
			background-position: center center !important;
			background-repeat: no-repeat !important;
			-webkit-background-size: 16px !important;
			background-size: 16px !important;
		}

.sbHolder {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #fff;
    font-size: .9em;
}

.sbSelector {
    width: 100%;
    height: 40px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    outline: 0;
    overflow: hidden;
    text-indent: 5px;
    line-height: 40px;
}

.home-search-box .sbHolder,
.home-search-box .sbSelector {
	height: 50px;
	line-height: 50px;
}

.sbSelector:hover, .sbSelector:link, .sbSelector:visited {
    color: #3c3c3c;
    outline: 0;
    text-decoration: none;
}

.sbToggle {
    width: 16px;
    height: 9px;
	margin: -5px 0 0;
    position: absolute;
    right: 13px;
    top: 50%;
	z-index: 9;
    display: block;
    outline: 0;
    background: url(../images/select.png) 0 0 no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbToggle:hover {
    background: url(../images/select.png) 0 0 no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbToggleOpen, .sbToggleOpen:hover {
    background: url(../images/select.png) 0 -44px no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    list-style: none;
    overflow-y: auto;
}

.home-search-box .sbOptions {
	width: 100%;
	top: 50px !important;
}

.cal-search .sbOptions li, .home-content .cal-search .sbOptions li {
    width: 100%;
    margin: 0;
}

.sbOptions a {
    padding: 10px 20px;
    display: block;
    outline: 0;
    font-size: 1.2em;
	line-height: 1;
	text-decoration: none;
  color:#222220;
}

.sbOptions a:hover {
    color: #d61e44;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: 700;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(72, 72, 117, .5);
}

.lightbox {
    width: 400px;
    height: 60px;
    margin: -40px 0 0 -220px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 300;
    background-color: #fff;
    border: 1px solid #404470;
    text-align: center;
}

.close {
    width: 31px;
    height: 0;
    display: block;
    padding: 27px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 400;
    background: url(../images/lightbox-close.png) 0 0 no-repeat;
}

.lightbox a.button {
    width: 115px;
    margin: 0 auto;
    float: none;
    display: block;
    font-size: .875em;
    text-transform: lowercase;
}

.article table {
    margin: 0 0 15px;
}

.article table, .article table tr {
    background-color: #fff;
    border: 1px solid #d9d6d6;
}

.article table tr:nth-child(odd) {
    background-color: #eee;
}

.article table td, .article table th {
    padding: 7px 5px;
    font-size: .875em;
}

.article table td:first-child {
    font-weight: 700;
}

.all-sections {
    width: 100%;
    float: left;
}

.all-sections li {
    width: 45%;
    float: left;
}

.all-sections li li, .all-sections ul {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    font-size: 1em;
}

#fullResImage {
    cursor: url(../images/magnify.cur), url(magnify.cur), crosshair!important;
}

.zoomContainer {
    z-index: 999999;
}

.zoomContainer div div {
    border: 1px solid #404470;
    cursor: url(../images/magnify.cur), url(magnify.cur), crosshair!important;
}

/*#agent-left{
margin-bottom:20px;
margin-top:20px;
height:100%;
width:20%;
float:left;
}

#agent-summary-right{
margin-left:10px;
margin-bottom:20px;
width:75%;
float:right;
}

#agent-right{
margin-left:10px;
margin-bottom:20px;
width:75%;
float:right;
}*/

/* ==========================================================================
   WIDGETS
   ========================================================================== */


   .widget_categories {
   	padding: 20px;
   	background: #fff;
   	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
   	box-shadow: 0 0 7px rgba(0,0,0,0.2);
   }

   	.widget-area .widget_categories h3 {

   	}

   	.widget-area .widget_categories ul,
   	.widget-area .widget_categories ul li {
   		width: 100%;
   		margin: 0;
		padding: 0;
		list-style-type: none;
   	}

   		.widget_categories a {
   			padding: 5px 0 5px 15px;
   			display: block;
   			background: url(../images/breadcrumb.png) left center no-repeat;
   			border-top: 1px solid #edecec;
   			font-size: 0.875em;
   			text-decoration: none;
   		}

   		.widget_categories a:hover {
   			text-decoration: none;
   		}

   		.widget-area .widget_categories ul li:first-child a {
   			border: none;
   		}


/* --------------------------------------------------------------------------*/
/* ADULT CONTENT FILTER */
/* --------------------------------------------------------------------------*/

.filter-modal,
.filter-overlay {
    display: none;
}


.filter-modal {
    width: 695px;
    margin: 0 0 0 -377px;
    padding: 30px;
    position: fixed;
    top: 80px;
    left: 50%;
    z-index: 999999;
    background: #fff;
}

    .filter-modal img {
        width: 118px;
        margin: 0 0 30px;
    }

    .filter-modal hr {
        margin: 20px 0;
        border: none;
        border-top: 1px solid #dcdcdc;
    }

    /*.filter-modal a.button {
        width: 330px;
        height: 34px;
        background: #676d8f;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        line-height: 34px;
    }

    .filter-modal a.button:hover {
        background: #545874;
    }*/

    /*.filter-modal a#filter-no {
        background: #d90d49;
    }

    .filter-modal a#filter-no:hover {
        background: #ba0b3f;
    }*/

.filter-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #444;
}

.not-censored {
    display: none;
}

/* --------------------------------------------------------------------------*/
/* PROMOTIONAL CALENDARS */
/* --------------------------------------------------------------------------*/

.promotional-section-top {
	padding: 0 0 50px;
}

.promotional-section-header {
	margin: 25px 0 30px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

	.promotional-section-header-content {
		width: 542px;
		padding: 30px;
	}

		.promotional-section-header-content p {
			color: #222220;
		}

	.promotional-section-header-enquiry {
		width: 300px;
		padding: 18px;
		background: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}

		.promotional-section-header-enquiry h2 {
			margin: 0 0 5px;
			line-height: 1.3;
		}

		.promotional-section-header-enquiry p {
			color: #222220;
			font-size: 0.75em;
		}

		.promotional-section-header-enquiry p.fl {
			margin: 0 0 0 10px;
			font-size: 0.81em;
			line-height: 50px;
		}

.promotional-section-product {
	margin-bottom: 15px;
}

.promotional-section-product:nth-child(3n) {
	margin-right: 0;
}

.promotional-section-product:nth-child(3n+1) {
	clear: both;
}

.branded-pads-section-product:nth-child(3n) {
	margin-right: 30px;
}
.branded-pads-section-product:nth-child(2n) {
	margin-right: 0;
}

.branded-pads-section-product:nth-child(3n+1) {
	clear: none;
}
.branded-pads-section-product:nth-child(2n+1) {
	clear: both;
}

.branded-pads-section-product a {
	height: 95px;
	padding: 0 30px;
	display: block;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #dbdbd8;
	--webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	font-size: 20px;
	font-weight: 600;
	line-height: 95px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

	.branded-pads-section-product a.other {
		opacity: 0.5;
	}

	.branded-pads-section-product a.current {
		opacity: 1 !important;
	}

	.branded-pads-section-product a:hover {
		opacity: 1;
		border: 2px solid #2e8cca;
		color: #222220;
	}

.promotional-section-top .section-product-thumbnail {
	width: 100%;
	height: auto;
}

.promotional-section-top .section-product-thumbnail img {
    width: 100%;
	height: auto;
}

.promotional-section-top .section-product-title {
    padding: 7px 0;
	font-size: ;
}

.promotional-section-top .section-product-title a {
    color: #222220;
    font-weight: 600;
    font-size: 0.87em;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.promotional-right  {
    margin-top: 38px;
    margin-top: 0px;
}

.promotional-right div {
    padding: 30px 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.promotional-right div span {
    display: block;
    line-height: 23px;
}

.wall-calendars-box .wall-calendars.single,
.promotional-right a:not(.single) {
    text-decoration: none;
    display: block;
    font-size: 20px;
    color: #fff;
}

.wall-calendars-box a.single:hover,
.promotional-right a:hover {
    text-decoration: underline;
}

.wall-calendars-box a.single {
    line-height: 23px;
    color: #fff;
	font-weight: 300;
    text-decoration: none;
    margin-bottom: 5px;
}

.wall-calendars-box a.wall-calendars {
    margin-bottom: 10px;
	font-weight: 600;
}

.wall-calendars-box {
    padding: 20px 20px !important;
}

.wall-calendars-box a {
    display: block;
}

.promotional-right div:not(.wall-calendars-box):hover {
    opacity: 0.8;
}

.promotional-section-bottom {
	padding: 30px 0 0;
	background: #fff;
	border-top: 1px solid #dbdbd9;
}

.feature-box {
	padding: 40px 0;
    border-bottom: 1px solid #dbdbd9;
}

.feature-box img {
    padding: 19px 0;
}

.contact-us-cta {
	height: 72px;
	margin: 30px 0;
    padding: 0 11px 0 20px;
    display: block;
    background: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
	color: #fff;
    font-size: 1.12em;
    font-weight: 600;
	line-height: 72px;
    text-decoration: none;
}

	.contact-us-cta a.button {
		margin-top: 11px;
	}

/* --------------------------------------------------------------------------*/
/* LITHO CTAs */
/* --------------------------------------------------------------------------*/

.cta {
	width: 100%;
	margin: 20px 0px;
	text-align: center;
}

.cta a {
	padding: 10px 0;
	display: block;
	background-color: #5C70AB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-family: 'usual', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
}

.cta a:hover {
	background-color: #db0045;
}

@media only screen and (max-device-width: 568px) {
	.cta {
		width: 100%;
		margin: 10px 0 10px 0px;
	}
}

/*---------------------------------------------------------------------------*/

#benefits .six-col {
	margin-top: 30px;
}

#benefits img {
	max-width: 100%;
}

/*---------------------------------------------------------------------------*/

.mobile-only {
    display: none;
}


.desktop-only {
    display: block;
}


@media (max-width: 600px) {

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

	  .promotional-section-inner .col7 {
	    width: 100%;
	    margin: 0;
	  }

	  .section-promotional-row div.fl {
	    padding: 5px 3px;
	  }

	  .section-promotional {
	    margin: 0;
	  }

	  .promotional-header-inner .col5 {
	    width: 100%;
	    margin: 0;
	    text-align: center;
	    clear: both;
	  }

	  .promotional-header-inner .col5.text {
	      width: 56.5%;
	      text-align: left;
	  }

	  .header-footer-section {
	    padding: 10px 0 15px 15px;
	    box-sizing: border-box;
	  }

	  .promotional-section-header {
	        max-height: 100%;
	  }

	  .header-footer-section img {
	    float: none;
	  }

	   .promotional-header-inner .call-us {
	    /*    margin-top: 30px;
	        width: 43%;*/
	        text-align: right;
	        float: right;
	   }

	  .promotional-header-inner {
	    text-align: center;
	  }

	  .promotional-right {
	    width: 100%;
	    float: right;
	    clear: both;
	    margin-top: 15px;
	  }

	  .feature-box .col5,
	  .feature-box .col7 {
	        width: 100%;
	  }

	  .feature-box img {
	    float: left !important;
	    padding: 10px 0;
	  }

    .footer {
      padding:27px 0px 17px 0px !important;
      /*margin-top:30px;*/
    }

    .footer p {
      font-size:11px !important;
      line-height:21px;
      margin-bottom:12px;
    }

    .footer .copyright p {
      margin-bottom:0px;
    }

    .header.header.header {
      border-top:none;
      height:auto;
    }

    .header-vertical .logo-holder, .header-horizontal .logo-holder {
      margin:14px 0px 10px 0px;
      position:static;
      float: none;
      max-width: inherit;
      text-align: center;
    }

    .header-right-mobile.header-right-mobile.header-right-mobile {

      width:100%;
      border-top:1px solid #dedede;
      height:auto;
      position:relative;
    }

    .mini-cart.mini-cart.mini-cart.mobile {

      display:inline-block !important;
      vertical-align: top;
      height:auto;
      border-right-color: #dedede;
    }

    .header-contact.header-contact.header-contact.mobile {

      position:absolute;
      top:0px;
      left:0px;
      width:100%;
      border:none;
      height:42px;
      font-size:12px;
      font-weight:600;
      line-height:43px;
    }

    .hamburger.hamburger.hamburger {

      display:inline-block !important;
      vertical-align: top;
      border-left:1px solid #dedede;
      float:right;
    }

    .mini-cart.mini-cart.mini-cart a {
      padding:0px;
      background-position:center;
    }

    .similar-calendars .section-product button {

      position:static;
      margin:auto;
    }

    .header-vertical .logo-holder img {

      max-height:inherit;
    }
}

@media (max-width: 365px)  {

    .promotional-section-inner .col7 {
        max-width: 345px;
    }

    .section-promotional-row div.fl {
        width: 50%;
    }

}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
	display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 63, ../scss/partials/_hamburger.scss */
.hamburger {
	width: 56px;
	height: 42px;
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 81, ../scss/partials/_hamburger.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 91, ../scss/partials/_hamburger.scss */
.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
}

/* line 98, ../scss/partials/_hamburger.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
/* line 103, ../scss/partials/_hamburger.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 116, ../scss/partials/_hamburger.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 122, ../scss/partials/_hamburger.scss */
.hamburger-inner::before {
  top: -8px;
}
/* line 126, ../scss/partials/_hamburger.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
/* line 136, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 140, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
/* line 145, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 152, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 157, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
/* line 164, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noprodcatimg {

  max-width:100%;
  height:auto;
}

.whymobilecalendars, .mobilewhybtn {

  display:none;
}

@media only screen and (max-width:600px) {

  .whymobilecalendars, .mobilewhybtn { display:block; }

  .whycalendarsdesktop { display:none; }

  .mobilewhybtn {

    text-align:center;
    font-size:15px;
    line-height:1.7 !important;
  }

  .contact-us-cta.mobilewhybtn a {

    display:block;
    float:none;
    font-size:15px;
    margin-top:10px !important;
    background:#919187;
  }
}

@media only screen and (min-width:600px) and (max-width:1080px) {

  .header-vertical .logo-holder {

    margin-left:3vw;
  }
}

@media only screen and (max-width:1152px) {

  .header-vertical .logo-holder {

    margin-left:6vw;
  }
}
