/*-----------------------------------*\
  $1   BASE
  $2   HEADER
  $3   CHANNEL
  $4   PURCHASE PAGE
  $5   PRODUCTS
  $6   BASKET & CONFIRM ORDER
  $7   CHECKOUT
  $8   INFO / PROMO PAGE
  $9   FOOTER
  $10  ECARDS
  $11  LOGIN
  $12  BUTTONS
  $13  PRINT DD
  $14  ACTIVATION PAGES
  $15  OFF CANVAS MENU
  $16  RETINA AND HI-RES MOBILE
\*-----------------------------------*/

/*-----------------------------------*\
  $1  BASE
\*-----------------------------------*/

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body {
  background: url('../images/body_bg.gif') repeat #3D505A;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 54px;
}

body.preLandingpage {
  padding-top: 0;
}

.btn-link,
a, a:active {
  color: #226079;
  -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
       -o-transition: all 0.1s linear 0s;
          transition: all 0.1s linear 0s;
}

.btn-link:hover,.btn-link:focus,
a:hover, a:focus {
  color: #3B69B1;
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
}

h1, h2 {
  font-weight: 700;
}

h2 {
  color: #373E55;
  font-size: 20px;
}

h1 {
  margin: 0 0 20px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-weight: 600;
}

hr {
  border-color: #EAEAEA;
  margin: 0 0 0 -50%;
  padding: 0 100%;
  width: 100%;
}

.img-responsive {
  width: auto;
}

.wrapper.container {
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

table hr {
  margin: 20px 0;
  padding: 0;
  border-color: inherit;
}

.box {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.box h2,
.promo-page h2 {
  margin: 0 0 15px;
}

.required {
  color: #01378D;
  font-size: 22px;
  font-style: normal;
  vertical-align: middle;
}

.promo-code {
  display: none;
}

.wrapper > .container {
  padding: 30px 0;
  background-color: #FFF;
}

/*---------------------*\
  $1.1 FORMS, INPUTS
\*---------------------*/

label, input, button, select, textarea {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

form {
  margin: 0;
}

.subscription-options .row {
  margin-bottom: 25px;
}

textarea {
  height: auto;
}

.controls .input-error {
  border-color: #E74C3C;
}

.error {
  color: #E74C3C;
}

.alert-error a {
  text-decoration: underline;
  font-weight: 400;
}

.placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  padding-top: 3px;
}

/*---------------------*\
  $1.2 ICONS
\*---------------------*/

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'catalogue';
  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-envelope:before {
  content: "\f0e0";
}
.icon-phone:before {
  content: "\f095";
}
.icon-user:before {
  content: "\f007";
}
.icon-search:before {
  content: "\f002";
}
.icon-print:before {
  content: "\f02f";
}
.icon-check:before {
  content: "\f00c";
}
.icon-times:before {
  content: "\f00d";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-basket:before {
  content: "\e600";
}
.icon-exit:before {
  content: "\e601";
}

/*-----------------------------------*\
  $2  HEADER
\*-----------------------------------*/

#wrap:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -10;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}

.basket-expanded #wrap:before,
.nav-expanded #wrap:before {
  opacity: 1;
  z-index: 999;
}

.navbar-header {
  float: none;
}

.logo {
  height: auto;
  display: block;
  float: none;
  padding: 10px 0 0;
  text-align: center;
}

.logo > img {
  width: auto;
  height: 92px;
  margin: 10px;
}

.navbar-default > .container {
  padding: 0;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

.navbar.navbar-static-top {
  background-color: transparent;
  border: none;
  z-index: auto;
  margin-bottom: 0;
}

.auto-nav {
  background-color: #8CA2A6;
  box-shadow: 0 3px 0 rgba(0,0,0,0.2) inset;
}

.navbar .auto-nav .nav > li {
  width: 200px;
}

.navbar .auto-nav .nav > li > a,
.navbar .auto-nav .nav > li > span {
  border-right: 1px solid #7d9094;
  color: #FFF;
  padding: 12px;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition:color 0.3s linear 0s;
     -moz-transition:color 0.3s linear 0s;
       -o-transition:color 0.3s linear 0s;
          transition:color 0.3s linear 0s;
}

.navbar .auto-nav .nav > li > a:hover,
.navbar .auto-nav .nav > li > a:focus,
.navbar .auto-nav .nav > li.active > a:active,
.navbar .auto-nav .nav > li.active > a {
  color: #FFF;
  background-color: #ED2915;
  box-shadow: 0 3px 0 rgba(0,0,0,0.2) inset;
  border-color: #BC1F0E;
}

.top-nav {
  background: #000;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: box-shadow 0.3s ease-out;
     -moz-transition: box-shadow 0.3s ease-out ;
      -ms-transition: box-shadow 0.3s ease-out ;
       -o-transition: box-shadow 0.3s ease-out ;
          transition: box-shadow 0.3s ease-out ;
}

.top-nav.affix {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.top-nav .navbar-nav {
  float: right;
  margin: 0;
}

.top-nav .navbar-nav > li {
  float: left;
  font-size: 26px;
}

.top-nav .navbar-nav > li > a, .top-nav .navbar-nav > li > a:active {
  padding: 14px 10px;
  color: #FFF;
}

.top-nav .navbar-nav > li > a:hover, .top-nav .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

.item-count {
  background: #FFF;
  bottom: 15px;
  color: #000;
  display: block;
  font-size: 11px;
  left: 15px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  width: 15px;
  -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
       -o-transition: all 0.1s linear 0s;
          transition: all 0.1s linear 0s;
}
/*
a.basket-toggle:hover > .item-count {
  background-color: #608028;
}
*/
.navbar-toggle {
  float: left;
  width: 22px;
  height: 22px;
  position: relative;
  margin: 16px auto;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
       -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
}

.navbar-toggle .sr-only + .icon-bar {
  top: 0px;
}

.navbar-toggle .sr-only + .icon-bar + .icon-bar {
  top: 8px;
  margin: 0;
}

.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
  top: 16px;
  margin: 0;
}

.nav-expanded .navbar-toggle .sr-only + .icon-bar  {
  top: 8px;
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
     -moz-transform: rotate3d(0, 0, 1, -40deg);
       -o-transform: rotate3d(0, 0, 1, -40deg);
          transform: rotate3d(0, 0, 1, -40deg);
  -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
      -o-transform-origin: left center 0;
         transform-origin: left center 0;
  width: 13px;

}

.nav-expanded .navbar-toggle .sr-only + .icon-bar + .icon-bar {

  left: -1px;
}

.nav-expanded .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
  top: 8px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
     -moz-transform: rotate3d(0, 0, 1, 40deg);
       -o-transform: rotate3d(0, 0, 1, 40deg);
          transform: rotate3d(0, 0, 1, 40deg);
  -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
      -o-transform-origin: left center 0;
         transform-origin: left center 0;
  width: 13px;
}

/*-----------------------------------*\
  $3  CHANNEL
\*-----------------------------------*/

.magazine {
  margin-bottom: 30px;
  border-top: 1px solid #ECF0F1;
  padding-top: 30px;
}

.magazine:first-child {
  border: none;
  padding-top: 0;
}

.magazine img {
  margin: 0 auto;
}

.magazine-box h3 > span {
  position: absolute;
  right: 12px;
  top: 12px;
}


/*-----------------------------------*\
  $4  PURCHASE PAGE
\*-----------------------------------*/

.promo-page .box {
  padding: 0;
  border: none;
}

.magazine-image,
.magazine-image + div {
  margin-bottom: 15px;
}
/*
.magazine-description h1,
.magazine-description h2 {
  border: medium none;
  color: #000000;
  font-size: 30px;
  font-weight: bold !important;
  width: auto;
}

.magazine-description h2 {
  color: #006b8f;
  font-size: 20px;
}
*/

.magazine-box {
  background-color: #CDDBDF;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.magazine-box h3,
.magazine-box-header h2 {
  background-color: #00394a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.magazine-box-info {
  display: none;
}

.magazine-box .cover-image {
  margin: 20px 0;
}

.magazine-box .cover-image img {
  margin: 0 auto;
}

.magazine-box .btn {
  white-space: normal;
  margin: 0 10px 20px;
  width: auto;
}

.magazine-box ul {
  text-align: left;
  padding: 0 5px 20px 0;
  margin-left: 20px;
  margin-bottom: 0;
}

.magazine-box ul li,
.magazine-description ul li {
  list-style: none;
  background: url('../images/icons/bullet.png') left 10px no-repeat transparent;
  padding-left: 20px;
}

.magazine-description ul {
  padding-left: 15px;
}

.short-description,
.product-description {
  display: none;
}

.radio {
  margin-right: 10px;
}

label.offer {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

label.btn {
  text-align: left;
}

label.btn-default.active {
  color: #000;
}

label.btn-default.active .offer-price {
  color: #ED2915;
}

.offer-price {
  color: #373E55;
  font-size: 24px;
}

label.offer .row > div + div {
  white-space: normal;
}

.dd-conditions {
  font-size: 14px;
  font-style: italic;
}

.add-to-basket {
  text-align: center;
}

.more-info {
  color: #373E55;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.more-info .glyphicon,
.faq h3 .glyphicon {
  font-size: 10px;
  -webkit-transition:transform 0.3s linear 0s;
     -moz-transition:transform 0.3s linear 0s;
       -o-transition:transform 0.3s linear 0s;
          transition:transform 0.3s linear 0s;
}

.more-info.open .glyphicon,
.faq h3.open .glyphicon {
  -webkit-transform:scaleY(-1) translateY(2px);
     -moz-transform:scaleY(-1) translateY(2px);
      -ms-transform:scaleY(-1) translateY(2px);
       -o-transform:scaleY(-1) translateY(2px);
          transform:scaleY(-1) translateY(2px);
}

.subscription-options .btn-group input {
  border: medium none;
  height: 0;
  position: absolute;
  width: 0;
  font-size:0px;
  color:transparent;
  outline:none;
  background:transparent;
  padding:0;
  margin:0;
  z-index:-1;
  opacity: 0;
}

.subscription-options .btn-group label {
  text-align: center;
}

.paf {
  text-align: right;
  margin-bottom: 5px;
}

.choice {
  display: inline;
}

.choice:last-child span + span {
  display: none;
}

/* - - APPEARS BELOW EACH OFFER - - */
/*
.free-gift-choice {
  background-color: #fff;
  border: 1px solid #b34904;
  border-radius: 0 0 4px 4px;
  margin-bottom: 10px;
  margin-top: -13px;
  padding: 10px;
}

label.offer + .free-gift-choice {
  display: none;
}

label.offer.active + .free-gift-choice {
  display: block;
}
*/
/* - - APPEARS ABOVE ADD TO BASKET - - */

.free-gift-choice {
  display: none;
  margin-top: 30px;
}

.manual-address {
  display: none;
}


/*-----------------------------------*\
  $5  PRODUCTS
\*-----------------------------------*/

.add-product {
  margin: 30px 0;
  height: 78px;
}

.add-product > div {
  border-bottom: 1px solid #ECF0F1;
  border-top: 1px solid #ECF0F1;
  padding: 15px 0;
  margin: 0;
}

.add-product > div.affix {
  top: 54px;
  z-index: 10;
  background-color: #FFF;
  margin: 0 -50%;
  padding: 15px 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.product-item {
  border-top: 1px solid #ECF0F1;
  padding: 30px 0;
}

.product-item:first-child {
  border: none;
}

.product-details h2 {
  margin-top: 0;
}

.product-price {
  margin-bottom: 15px;
}

.product-price span {
  font-size: 20px;
  font-weight: 600;
  color: #373E55;
}

.inc-delivery {
  color: #777;
  font-size: 13px;
}

/*-----------------------------------*\
  $6  BASKET & CONFIRM ORDER
\*-----------------------------------*/

.basket-header {
  border-bottom: 1px solid #ECF0F1;
  text-align: center;
}

.basket-item {
  padding: 20px 0;
  border-bottom: 1px solid #ECF0F1;
}

.basket-item h2 {
  margin: 0 0 15px;
}

.basket-start, .basket-price, .basket-remove {
  text-align: center;
}

.basket-price {
  font-size: 24px;
  color: #373E55;
}

.basket-image .basket-remove {
  margin-top: 10px;
}

.basket-remove .btn-link {
  font-size: 24px;
}

.basket-checkout {
  margin-top: 30px;
}

.basket-continue {
  margin-top: 15px;
}

.basket-product {
  max-width: 140px;
}

.review {
  margin-bottom: 30px;
}

.order-total span {
  font-size: 26px;
  font-weight: 600;
  color: #373E55;
}

.all-details {
  display: none;
}

div[class*="-confirm"]{
  margin-bottom: 10px;
}

.xsell-description {
  display: none;
}

/*-----------------------------------*\
  $7  CHECKOUT
\*-----------------------------------*/

.dd-details .dd-inputs {
  padding: 0;
}

.show-details {
  display: none;
}

.important-message {
  text-align: center;
}

.col-sm-12.error {
  margin: -15px 0 15px;
}

/*-----------------------------------*\
  $8 INFO / PROMO PAGE
\*-----------------------------------*/

.faq > div.toggle {
  display: none;
}

.faq > div {
  display: block;
}

.faq h3 {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ECF0F1;
  cursor: pointer;
}

.faq h3.open {
  background-color: #ECF0F1;
}

.faq h3 .glyphicon {
  font-size: 14px;
  float: right;
  top: 8px;
}

/*-----------------------------------*\
  $9 FOOTER
\*-----------------------------------*/

.page-footer {
  font-size: 12px;
  background-color: #FFF;
}

.page-footer h3 {
  color: #FFF;
  margin: 0 -15px;
  text-align: center;
  padding: 10px 15px;
  background-color: #373E55;
  border-bottom: 1px solid #B34904;
  cursor: pointer;
  font-weight: 300;
}

.footer-top h4 {
  color: #ED2915;
}

.footer-top ul {
  text-align: center;
  display: none;
  margin: 0;
}

.footer-top ul.toggle {
  display: block;
}

.footer-top ul li a {
  display: block;
  padding: 2px 0;
  margin: 10px 0;
  color: #FFF;
}

.social img {
  width: 25px;
  height: auto;
}

.mobile-social {
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.mobile-social > div {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.mobile-social > div > div {
  float: right;
}

.mobile-social a {
  margin-left: 15px;
}

.mobile-social img {
  height: 45px;
  width: auto;
}

.footer-bottom {
  padding: 15px 0;
  background-color: #FFF;
}

.copyright {
  color: #BDC3C7;
  display: inline-block;
  margin-top: 10px;
  vertical-align: bottom;
  line-height: 16px;
}

.footer-bottom ul.nav-pills {
  margin-top: 5px;
}

.footer-bottom ul.nav-pills > li {
  margin-right: 10px;
}

.footer-bottom ul.nav-pills > li > a {
  padding: 0;
}

.footer-bottom ul.nav-pills > li > a:hover,
.footer-bottom ul.nav-pills > li > a:focus {
  background-color: transparent;
}

.footer-logo {
  height: 55px;
  width: 167px;
}

.payment-icons {
  text-align: right;
  float: right;
  margin-right: 3px;
}

.cc-text {
  float: left;
  font-size: 12px;
}

.comodo {
  float: right;
}

/*-----------------------------------*\
  $10 ECARDS
\*-----------------------------------*/

#carousel-example-generic {
    margin: 20px auto;
}

#carousel-custom {
    margin: 20px auto;
}

#carousel-custom .item > img {
  margin: 0 auto;
}

#carousel-thumb .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-thumb .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-thumb .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    max-width: 120px;
}
#carousel-thumb .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-thumb .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer,
#carousel-thumb .carousel-outer {
    position: relative;
}

.carousel-control.left,
.carousel-control.right {
  color: #FFF;
  float: left;
  position: static;
  left: auto;
  right: auto;
}

.carousel-control.right {
  float: right;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  margin: 0;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  text-shadow: none;
  color: #000000;
}

.carousel-control.left {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.carousel-control.right {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.carousel-control .glyphicon-chevron-right {
  margin-top: -1px;
}

.carousel-inner + .clearfix {
  padding: 10px 0;
  margin: 10px 0;
  border: 1px solid #ECF0F1;
}

.carousel-inner > .item > .row > div > img {
  cursor: pointer;
}

.modal-footer .btn + .btn {
  margin: 10px 0 0;
  white-space: normal;
}

.ecard-message-image {
  text-align: center;
  margin-bottom: 30px;
}

.ecard-message-image img {
  margin: 0 auto;
}
.ecard-send img {
  margin: 0 auto 15px;
}

.ecard-from {
  font-style: italic;
  border-top: 1px dashed #E7E7E7;
  padding-top: 10px;
}

.ecard-text {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 2px 0 -1px #FFF, 0 3px 0 -1px #DBDBDB;
}

.ecard-send > div {
  text-align: center;
}

/*-----------------------------------*\
  $11 LOGIN
\*-----------------------------------*/

form[name="updateUserDetailsForm"] .btn,
form[name="updateUsersPrivacySettingsForm"] .btn {
  float: right;
}

.subscription-details {
/*  transition: width 0s linear 0s, opacity 0s linear 0s, height 0s linear 0s, visibility 0s linear 0s, padding 0s linear 0s;*/
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
}

.show-subscription {
  text-align: center;
}

.subscription-details h3 {
  margin-top: 0;
}

.show-details,
.edit-details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edit-details .paf {
  margin-right: 8%;
}

.show-details .btn-link {
  margin-left: 5px;
}

.loginContactText1 {
  display: none;
}

.customer-details form {
  display: inline;
}

.input-group .form-control.input-error:not(:first-child):not(:last-child) {
  border-radius: 0 4px 4px 0;
}

.web-id-error {
  top: 0;
}


/* - - ANIMATION STUFF - - *\

.fader {
  display: none;
  height: 0;
  opacity: 0.2;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.subscription-details .col-sm-10 {
  opacity: 1;
  transition: opacity 0.5s linear 1s;
}

.subscription-details .col-sm-10.toggle {
  display: none;
}
*/
/*-----------------------------------*\
  $12 BUTTONS
\*-----------------------------------*/

label.btn input{
  border: medium none;
  height: 0;
  position: absolute;
  width: 0;
  font-size: 0px;
  color: transparent;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.btn {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}

.btn-primary {
  background-color: #ED2915;
  border-color: #ED2915;
  box-shadow: none;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
  background-color: #D62715;
  border-color: #D62715;
}

.input-group-btn .btn {
  display: inline-block;
  width: auto;
  box-shadow: none;
}

.edit-details .btn-primary {
  margin-bottom: 15px;
}

.button-holder {
  margin-bottom: 15px;
  text-align: center;
}

.basket-remove .btn-link {
  color: #AAA;
}

.btn-danger {
  background-color: #AAA;
  border-color: #999;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #999;
  border-color: #777;
}

/*-----------------------------------*\
  $13 PRINT DD
\*-----------------------------------*/

.ddThankYou img {
  width: 190px;
}
.ddThankYou .box {
  margin-bottom: 20px;
}

/*TABLES ARGH!!!!*/

.print_table_top {
  background: #FFFFFF;
}

.print_table_top td {
  text-align: left;
}

.print_table_middle {
  background: #FFFFFF;
}

.print_table_bottom {
  background: #FFFFFF;
}

#dd_guarantee {
  width: 622px;
  margin: 0 auto;
}

#dd_guarantee .modal-header {
  border-bottom: none;
}

.print_table_font1 {
  font-weight: bold;
  text-align: left;
}

.print_table_font1_lower {
  text-align: left;
}

.print_table_font1_lower_right {
  text-align: right;
}

.print_table_font2 {
  font-weight: bold;
  text-align: left;
}

.print_table_font2_lower {
  text-align: left;
}

.print_logo{
  position: absolute;
  top: 20px;
  float: left;
}

.payPalText{
  color: red
}

.print_width {
  margin: 0 auto;
  text-align: center;
  margin: 0 0 20px;
}

.print_table_top {
  margin-bottom: 20px;
}

.print_table_main {
  margin: 0 auto;
  text-align: center;
}

#dd_guarantee button {
  display: none;
}

@media screen {
  .print_show_text {
    display: none;
  }
}

@media print {
  .print_table_top {
    page-break-after: avoid;
  }
  .print_table_middle {
    page-break-before: avoid;
  }
  #dd_guarantee {
    page-break-before: always;
  }
  .print_hide_text,.y1td1,.ro1td1 {
    display: none;
  }
  .wrapper,.contentBox,.yourOrderTable,.thankYouTable {
    width: 100%;
  }
  #wrap > header {
    display: none;
  }
}

/*------------------------------------*\
  $14 ACTIVATION PAGES
\*------------------------------------*/

#prelandingPage .row {
  margin-bottom: 10px;
}

/*------------------------------------*\
  $15 OFF CANVAS MENU
\*------------------------------------*/

.mobile-nav,
.mobile-nav-cs,
.mobile-nav-basket {
  background-color: #00394A;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: -20em;
  font-size: 15px;
  top: 54px;
  width: 20em;
  z-index: 2000;
  -webkit-transition: left 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
     -moz-transition: left 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
       -o-transition: left 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
          transition: left 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}

.mobile-nav-cs {
  background-color: #0F4355;
  left: -19em;
  width: 19em;
  z-index: 2010;
}

.mobile-nav-basket {
  left: auto;
  right: -20em;
  width: 20em;
  z-index: 2010;
  -webkit-transition: right 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
     -moz-transition: right 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
       -o-transition: right 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
          transition: right 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}

.nav-expanded .mobile-nav,
.nav-expanded.cs-expanded .mobile-nav-cs {
  left: 0;
  box-shadow: 3px 0 3px rgba(0,0,0,0.2);
}

.basket-expanded .mobile-nav-basket {
  right: 0;
  box-shadow: -3px 0 3px rgba(0,0,0,0.2);
}

body.nav-expanded {
  margin-left: 0em;
  -webkit-transition: left 0.4s ease-in-out 0s;
     -moz-transition: left 0.4s ease-in-out 0s;
       -o-transition: left 0.4s ease-in-out 0s;
          transition: left 0.4s ease-in-out 0s;
}

body.basket-expanded {
  margin-right: 0em;
  -webkit-transition: right 0.4s ease-in-out 0s;
     -moz-transition: right 0.4s ease-in-out 0s;
       -o-transition: right 0.4s ease-in-out 0s;
          transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-left: 10px;
}

.mobile-nav li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.mobile-nav li > a,
.mobile-nav li > span {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 15px;
  cursor: pointer;
}

.mobile-nav a.active {
  border-left: 3px solid #373E55;
  padding-left: 12px;
}

.mobile-nav-cs li > a {
  font-size: 16px;
  padding: 10px 15px;
}

.mobile-nav .glyphicon,
.mobile-nav-cs .glyphicon {
  font-size: 16px;
}

.basket-toggle {
  cursor: pointer;
}

.mobile-nav li a:hover {
  color: #FFF;
  text-decoration: none;
}

.mobile-nav-basket {
  color: #FFF;
}

.mobile-nav-basket > span,
.mobile-nav-basket > div {
  padding: 15px;
}

.mobile-nav-basket span {
  font-size: 18px;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-basket .btn {
  margin-bottom: 10px;
}

.mobile-basket {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mobile-basket p {
  padding-left: 3px;
}

.mobile-basket div[class*="col-xs"] {
  padding: 0;
}

.mobile-basket > div:first-child {
  font-size: 14px;
}

.mobile-nav-basket .btn-link,
.mobile-nav-basket .btn-link:hover, .mobile-nav-basket .btn-link:focus {
    color: #FFF;
    text-decoration: none;
}

.mobile-nav-basket .btn-link span {
  border: none;
}

/*------------------------------------*\
  $17 RETINA AND HI-RES MOBILE
\*------------------------------------*/


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

  .tick {
    background-image: url('../images/icons/tick@2x.png');
    background-size: 28px 29px;
  }
  
  .cross {
    background-image: url('../images/icons/cross@2x.png');
    background-size: 28px 29px;
  }
  
  .alert-info {
    background-image: url('../images/icons/alert-info@2x.png');
    background-size: 26px 27px;
  }

  .alert-error {
    background-image: url('../images/icons/alert-error@2x.png');
    background-size: 26px 27px;
  }
  
  .mag-open ul li {
    background-image: url('../images/icons/li@2x.png');
    background-size: 10px 11px;
  }

}


/*------------------------------------*\
  OLD PROMO STYLES
\*------------------------------------*/

.MAGCD0315,
.ABANCD0315,
.ABANCB0315,
.XMASTESDE14,
.XMASTESBE14,
.PATH02UKB,
.PATH02UKD,
.PATH02UKB,
.PATH02OSB,
.PATH02OSD,
.PATH02UKB .magazine-box,
.PATH02UKD .magazine-box,
.PATH01UKD,
.PATH01UKB,
.PATH01OSB,
.PATH01OSD,
.SUCCESS1OSB,
.SUCCESS1OSD,
.SUCCESS1UKB,
.SUCCESS1UKD,
.SUCCESSOSB,
.SUCCESSOSD,
.SUCCESSUKB,
.SUCCESSUKD,
.PATH03OSB,
.PATH03OSD,
.PATH03UKD,
.PATH03UKB,
.PATH04OSD,
.PATH04OSB,
.PATH04UKB,
.PATH04UKD,
.WTTVOTED15,
.NEWELCB0215,
.WTTVOTEB15,
.NEWSENDB2015,
.NEWSENDD2015,
.PEVGLYB2015,
.PEVGLYD2015,
.DM15MUGB,
.DM15MUGD,
.DM15WINED,
.DM15WINEB,
.magazine-box.PATH05OSD,
.magazine-box.PATH05OSB,
.magazine-box.PATH06UKD,
.magazine-box.PATH06UKB,
.magazine-box.PATH06OSD,
.magazine-box.PATH06OSB,
.magazine-box.PATH07OSD,
.magazine-box.PATH07OSB,
.magazine-box.PATH07UKD,
.magazine-box.PATH07UKB,
.magazine-box.PATH08UKD,
.magazine-box.PATH08UKB,
.magazine-box.PATH08OSD,
.magazine-box.PATH08OSB,
.magazine-box.PATH09UKD,
.magazine-box.PATH09UKB,
.magazine-box.PATH09OSD,
.magazine-box.PATH09OSB,
.magazine-box.EM15WINED,
.magazine-box.EM15WINEB,
.magazine-box.PATH11UKB,
.magazine-box.PATH11UKD,
.magazine-box.PATH11OSB,
.magazine-box.PATH11OSD,
.magazine-box.EPIKETTYB,
.magazine-box.EPIKETTYD,
.magazine-box.PATH10UKB,
.magazine-box.PATH10UKD,
.magazine-box.PATH10OSB,
.magazine-box.PATH10OSD,
.magazine-box.SUBSCARD15M,
.magazine-box.SUBSCARD15MD,
.magazine-box.PATH05UKB,
.magazine-box.PATH05OSB,
.magazine-box.PATH12UKB,
.magazine-box.PATH12OSB,
.magazine-box.PATH12UKD,
.magazine-box.PATH12OSD,
.magazine-box.PATH13UKB,
.magazine-box.PATH13OSB,
.magazine-box.PATH14UKB,
.magazine-box.PATH14OSB,
.magazine-box.PATH15UKB,
.magazine-box.PATH15OSB,
.magazine-box.PATH13UKD,
.magazine-box.PATH13OSD,
.magazine-box.PATH14UKD,
.magazine-box.PATH14OSD,
.magazine-box.PATH15UKD,
.magazine-box.PATH15OSD,
.magazine-box.MAYNEWB34115,
.magazine-box.MAYNEWD34115,
.magazine-box.MAYEVTB34115,
.magazine-box.MAYEVTD34115,
.magazine-box.MAYABAB34115,
.magazine-box.MAYABAD34115,
.magazine-box.HAYFEFB34115,
.magazine-box.HAYFEFD34115,
.magazine-box.MAYLUKB34115,
.magazine-box.MAYLUKD34115,
.magazine-box.MAYAPPB34115,
.magazine-box.MAYAPPD34115,
.magazine-box.MAYLRWB34115,
.magazine-box.MAYLRWD34115,
.magazine-box.HAYFEPB34115,
.magazine-box.HAYFEPD34115,
.magazine-box.SUBSADMUGB15,
.magazine-box.SUBSADMUGD15,
.magazine-box.HAYFESB34115,
.magazine-box.HAYFESD34115,
.magazine-box.HAYCCCB34115,
.magazine-box.HAYCCCD34115,
.magazine-box.JUNABAB15,
.magazine-box.JUNABAD15,
.magazine-box.JUNLUKB15,
.magazine-box.JUNLUKD15,
.magazine-box.JUNNEWB15,
.magazine-box.JUNNEWD15,
.magazine-box.JUNAPPB15,
.magazine-box.JUNAPPD15,
.magazine-box.JUNEVTB15,
.magazine-box.JUNEVTD15,
.magazine-box.JUNLRWB15,
.magazine-box.JUNLRWD15,
.magazine-box.HTLGIPB34115,
.magazine-box.HTLGIPD34115,
.magazine-box.WINE22,
.magazine-box.PAYWB341OS,
.magazine-box.PAYWD341OS,
.magazine-box.PAYWB341UK,
.magazine-box.PAYWD341UK,
.magazine-box.PAYWBFULLUK,
.magazine-box.PAYWDFULLUK,
.magazine-box.PAYWBFULLOS,
.magazine-box.PAYWDFULLOS,
.magazine-box.I510LAPMDDMR,
.magazine-box.I510LAPMBDMR,
.magazine-box.FACEBOOKS,
.magazine-box.FACEBOOKS1,
.magazine-box.FACEBOOK01,
.magazine-box.FACEBOOK02,
.magazine-box.FACEBOOK03,
.magazine-box.FACEBOOK04,
.magazine-box.FACEBOOK05,
.magazine-box.FACEBOOK06,
.magazine-box.FACEBOOK07,
.magazine-box.FACEBOOK08,
.magazine-box.FACEBOOK09,
.magazine-box.FACEBOOK10,
.magazine-box.FACEBOOK11,
.magazine-box.FACEBOOK12,
.magazine-box.FACEBOOK13,
.magazine-box.FACEBOOK14,
.magazine-box.FACEBOOK15,
.magazine-box.TWITTERS,
.magazine-box.TWITTERS1,
.magazine-box.TWITTER01,
.magazine-box.TWITTER02,
.magazine-box.TWITTER03,
.magazine-box.TWITTER04,
.magazine-box.TWITTER05,
.magazine-box.TWITTER06,
.magazine-box.TWITTER07,
.magazine-box.TWITTER08,
.magazine-box.TWITTER09,
.magazine-box.TWITTER10,
.magazine-box.TWITTER11,
.magazine-box.TWITTER12,
.magazine-box.TWITTER13,
.magazine-box.TWITTER14,
.magazine-box.TWITTER15,
.magazine-box.FACEBOOKSD,
.magazine-box.FACEBOOKS1D, 
.magazine-box.FACEBOOK01D,
.magazine-box.FACEBOOK02D,
.magazine-box.FACEBOOK03D,
.magazine-box.FACEBOOK04D, 
.magazine-box.FACEBOOK05D, 
.magazine-box.FACEBOOK06D, 
.magazine-box.FACEBOOK07D, 
.magazine-box.FACEBOOK08D, 
.magazine-box.FACEBOOK09D, 
.magazine-box.FACEBOOK10D, 
.magazine-box.FACEBOOK11D, 
.magazine-box.FACEBOOK12D, 
.magazine-box.FACEBOOK13D, 
.magazine-box.FACEBOOK14D, 
.magazine-box.FACEBOOK15D, 
.magazine-box.TWITTERSD, 
.magazine-box.TWITTERS1D, 
.magazine-box.TWITTER01D, 
.magazine-box.TWITTER02D,
.magazine-box.TWITTER03D,
.magazine-box.TWITTER04D,
.magazine-box.TWITTER05D, 
.magazine-box.TWITTER06D, 
.magazine-box.TWITTER07D, 
.magazine-box.TWITTER08D, 
.magazine-box.TWITTER09D, 
.magazine-box.TWITTER10D, 
.magazine-box.TWITTER11D, 
.magazine-box.TWITTER12D, 
.magazine-box.TWITTER13D, 
.magazine-box.TWITTER14D, 
.magazine-box.TWITTER15D,
.magazine-box.HISTORYS,
.magazine-box.HISTORYS1,
.magazine-box.HISTORY01,
.magazine-box.HISTORY02,
.magazine-box.HISTORY03,
.magazine-box.HISTORY04,
.magazine-box.HISTORY05,
.magazine-box.HISTORY06,
.magazine-box.HISTORY07,
.magazine-box.HISTORY08,
.magazine-box.HISTORY09,
.magazine-box.HISTORY10,
.magazine-box.HISTORY12,
.magazine-box.HISTORY13,
.magazine-box.HISTORY14,
.magazine-box.HISTORY15,
.magazine-box.PROSPECTBOX1603LAPDMD,
.magazine-box.PROSPECTBOX1603LAPDMB,
.magazine-box.PROSPECTBOX1605HAYSTDEE,
.magazine-box.PROSPECTBOX1605HAYSTBEE,
.magazine-box.PROSPECTBOX1605HAYFLDEE,
.magazine-box.PROSPECTBOX1605HAYFLBEE,
.magazine-box.PROSPECTBOX1603NEWREFE,
.magazine-box.PROSPECTBOX1603LAPREFE,
.magazine-box.PROSPECTBOX1603ABAREFE,
.magazine-box.PROSPECTBOX1603EVEREFE,
.magazine-box.PROSPECTBOX1603APPREFE,
.magazine-box.PROSPECTBOX1605HAYSTBFP,
.magazine-box.PROSPECTBOX1606FDD3P,
.magazine-box.PROSPECTBOX1606FDB3P,
.magazine-box.PROSPECTBOX1605HIS341BE,
.magazine-box.PROSPECTBOX1605HIS341DE,
.magazine-box.PROSPECTBOX1605NEW341DE,
.magazine-box.PROSPECTBOX1605NEW341BE,
.magazine-box.PROSPECTBOX1605LAP341BE,
.magazine-box.PROSPECTBOX1605LAP341DE,
.magazine-box.PROSPECTBOX1604LAPINE,
.magazine-box.PROSPECTBOX1604LAPINED,
.magazine-box.PROSPECTBOX1604LAPOUTE,
.magazine-box.PROSPECTBOX1604LAPOUTED,
.magazine-box.PROSPECTBOX1604NEWINE,
.magazine-box.PROSPECTBOX1604NEWINED,
.magazine-box.PROSPECTBOX1604NEWOUTE,
.magazine-box.PROSPECTBOX1604NEWOUTED,
.magazine-box.PROSPECTBOX1606HTL341EB,
.magazine-box.PROSPECTBOX1606NEWDISAB,
.magazine-box.PROSPECTBOX1606NEWDISAD,
.magazine-box.PROSPECTBOX1606HTL341ED,
.magazine-box.PROSPECTBOX1606LAPDISAD,
.magazine-box.PROSPECTBOX1606SUBDISAD,
.magazine-box.PROSPECTBOX1606LAPDISAB,
.magazine-box.PROSPECTBOX1606SUBDISAB,
.magazine-box.PROSPECTBOX1607CVBEE,
.magazine-box.PROSPECTBOX1607CVDEE,
.magazine-box.PROSPECTBOX1607WWWSTBEE,
.magazine-box.PROSPECTBOX1607WWWSTDEE,
.magazine-box.PROSPECTBOX1607WWWFLBEE,
.magazine-box.PROSPECTBOX1607WWWFLDEE,
.magazine-box.PROSPECTBOX1606LAP13EB,
.magazine-box.PROSPECTBOX1606NEW13EB,
.magazine-box.PROSPECTBOX1606LAP13ED,
.magazine-box.PROSPECTBOX1606NEW13ED,
.magazine-box.PROSPECTBOX1607ABASFEB,
.magazine-box.PROSPECTBOX1607ABASFED,
.magazine-box.PROSPECTBOX1607APPSFEB,
.magazine-box.PROSPECTBOX1607APPSFED,
.magazine-box.PROSPECTBOX1607EVESFEB,
.magazine-box.PROSPECTBOX1607EVESFED,
.magazine-box.PROSPECTBOX1607LAPSFEB,
.magazine-box.PROSPECTBOX1607LAPSFED,
.magazine-box.PROSPECTBOX1607NEWSFEB,
.magazine-box.PROSPECTBOX1607NEWSFED,
.magazine-box.BSUCCESSUKB,
.magazine-box.BSUCCESS1UKB,
.magazine-box.BPATH01UKB,
.magazine-box.BPATH02UKB,
.magazine-box.BPATH03UKB,
.magazine-box.BPATH04UKB,
.magazine-box.BPATH05UKB,
.magazine-box.BPATH06UKB,
.magazine-box.BPATH07UKB,
.magazine-box.BPATH08UKB,
.magazine-box.BPATH09UKB,
.magazine-box.BPATH10UKB,
.magazine-box.BPATH11UKB,
.magazine-box.BPATH12UKB,
.magazine-box.BPATH13UKB,
.magazine-box.BPATH14UKB,
.magazine-box.BPATH15UKB,
.magazine-box.BSUCCESSUKD,
.magazine-box.BSUCCESS1UKD,
.magazine-box.BPATH01UKD,
.magazine-box.BPATH02UKD,
.magazine-box.BPATH03UKD,
.magazine-box.BPATH04UKD,
.magazine-box.BPATH05UKD,
.magazine-box.BPATH06UKD,
.magazine-box.BPATH07UKD,
.magazine-box.BPATH08UKD,
.magazine-box.BPATH09UKD,
.magazine-box.BPATH10UKD,
.magazine-box.BPATH11UKD,
.magazine-box.BPATH12UKD,
.magazine-box.BPATH13UKD,
.magazine-box.BPATH14UKD,
.magazine-box.BPATH15UKD,
.magazine-box.BSUCCESSOSB,
.magazine-box.BSUCCESS1OSB,
.magazine-box.BPATH01OSB,
.magazine-box.BPATH02OSB,
.magazine-box.BPATH03OSB,
.magazine-box.BPATH04OSB,
.magazine-box.BPATH05OSB,
.magazine-box.BPATH06OSB,
.magazine-box.BPATH07OSB,
.magazine-box.BPATH08OSB,
.magazine-box.BPATH09OSB,
.magazine-box.BPATH10OSB,
.magazine-box.BPATH11OSB,
.magazine-box.BPATH12OSB,
.magazine-box.BPATH13OSB,
.magazine-box.BPATH14OSB,
.magazine-box.BPATH15OSB,
.magazine-box.BSUCCESSOSD,
.magazine-box.BSUCCESS1OSD,
.magazine-box.BPATH01OSD,
.magazine-box.BPATH02OSD,
.magazine-box.BPATH03OSD,
.magazine-box.BPATH04OSD,
.magazine-box.BPATH05OSD,
.magazine-box.BPATH06OSD,
.magazine-box.BPATH07OSD,
.magazine-box.BPATH08OSD,
.magazine-box.BPATH09OSD,
.magazine-box.BPATH10OSD,
.magazine-box.BPATH11OSD,
.magazine-box.BPATH12OSD,
.magazine-box.BPATH13OSD,
.magazine-box.BPATH14OSD,
.magazine-box.BPATH15OSD,
.magazine-box.BPAYWBFULLUK,
.magazine-box.BPAYWDFULLUK,
.magazine-box.BPAYWBFULLOS,
.magazine-box.BPAYWDFULLOS,
.magazine-box.BPAYWB341UK,
.magazine-box.BPAYWD341UK,
.magazine-box.BPAYWB341OS,
.magazine-box.BPAYWD341OS,
.magazine-box.PROSPECTBOX1608ABACJEB,
.magazine-box.PROSPECTBOX1608ABACJEBB,
.magazine-box.PROSPECTBOX1608APPCJEB,
.magazine-box.PROSPECTBOX1608APPCJEBB,
.magazine-box.PROSPECTBOX1608EVECJEB,
.magazine-box.PROSPECTBOX1608EVECJEBB,
.magazine-box.PROSPECTBOX1608LAPCJEB,
.magazine-box.PROSPECTBOX1608LAPCJEBB,
.magazine-box.PROSPECTBOX1608NEWCJEB,
.magazine-box.PROSPECTBOX1608ABACJED,
.magazine-box.PROSPECTBOX1608ABACJEDB,
.magazine-box.PROSPECTBOX1608APPCJED,
.magazine-box.PROSPECTBOX1608APPCJEDB,
.magazine-box.PROSPECTBOX1608EVECJED,
.magazine-box.PROSPECTBOX1608EVECJEDB,
.magazine-box.PROSPECTBOX1608LAPCJED,
.magazine-box.PROSPECTBOX1608LAPCJEDB,
.magazine-box.PROSPECTBOX1608NEWCJED,
.magazine-box.PROSPECTBOX1608NEWCJEDB,
.magazine-box.PROSPECTBOX1608NEWCJEBB,
.magazine-box.PROSPECTBOX1608SURBKEB,
.magazine-box.PROSPECTBOX1608SURBKEBB,
.magazine-box.PROSPECTBOX1608SURBKED, 
.magazine-box.PROSPECTBOX1608SURBKEDB,
.magazine-box.PROSPECTBOX1609NTBKB,
.magazine-box.PROSPECTBOX1609NTBKD,
.magazine-box.PROSPECTBOX1609NEWDTEB,
.magazine-box.PROSPECTBOX1609NEWDTED,
.magazine-box.PROSPECTBOX1609NEWDTEBB,
.magazine-box.PROSPECTBOX1609NEWDTEDB,
.magazine-box.PROSPECTBOX1609LAPDTEB,
.magazine-box.PROSPECTBOX1609LAPDTED,
.magazine-box.PROSPECTBOX1609LAPDTEBB,
.magazine-box.PROSPECTBOX1609LAPDTEDB,
.magazine-box.PROSPECTBOX1609NEWHCEB,
.magazine-box.PROSPECTBOX1609NEWHCED,
.magazine-box.PROSPECTBOX1609NEWHCEBB,
.magazine-box.PROSPECTBOX1609NEWHCEDB,
.magazine-box.PROSPECTBOX1609LAPHCEB,
.magazine-box.PROSPECTBOX1609LAPHCED,
.magazine-box.PROSPECTBOX1609LAPHCEBB,
.magazine-box.PROSPECTBOX1609LAPHCEDB,
.magazine-box.PROSPECTBOX1609WIMTWEEB,
.magazine-box.PROSPECTBOX1610BOITWEEB,
.magazine-box.PROSPECTBOX1609WIMTWEED,
.magazine-box.UNCERTAIN01,
.magazine-box.UNCERTAIN02,
.magazine-box.UNCERTAIN03,
.magazine-box.UNCERTAIN04,
.magazine-box.UNCERTAIN05,
.magazine-box.UNCERTAIN06,
.magazine-box.UNCERTAIN07,
.magazine-box.UNCERTAIN08,
.magazine-box.UNCERTAIN09,
.magazine-box.UNCERTAIN10,
.magazine-box.UNCERTAIN11,
.magazine-box.UNCERTAIN12,
.magazine-box.UNCERTAIN13,
.magazine-box.UNCERTAIN14,
.magazine-box.UNCERTAIN15,
.magazine-box.UNCERTAINS,
.magazine-box.UNCERTAINS1,
.magazine-box.UNCERTAIN01D,
.magazine-box.UNCERTAIN02D,
.magazine-box.UNCERTAIN03D,
.magazine-box.UNCERTAIN04D,
.magazine-box.UNCERTAIN05D,
.magazine-box.UNCERTAIN06D,
.magazine-box.UNCERTAIN07D,
.magazine-box.UNCERTAIN08D,
.magazine-box.UNCERTAIN09D,
.magazine-box.UNCERTAIN10D,
.magazine-box.UNCERTAIN11D,
.magazine-box.UNCERTAIN12D,
.magazine-box.UNCERTAIN13D,
.magazine-box.UNCERTAIN14D,
.magazine-box.UNCERTAIN15D,
.magazine-box.UNCERTAINSD,
.magazine-box.UNCERTAINS1D,
.magazine-box.HISTORY11,
.magazine-box.HISTORY15,
.magazine-box.PRESENTS16D,
.magazine-box.PRESENTS16,
.magazine-box.FESTIVE16D,
.magazine-box.FESTIVE16,
.magazine-box.XMAS16D,
.magazine-box.XMAS16,
.magazine-box.MERRY16D,
.magazine-box.MERRY16,
.magazine-box.SANTA16D,
.magazine-box.SANTA16,
.magazine-box.PROSPECTBOX1610LAPMBER,
.magazine-box.PROSPECTBOX1610LAPMDER,
.magazine-box.PROSPECTBOX1610NEWMBER,
.magazine-box.PROSPECTBOX1610NEWMDER,
.magazine-box.WALLET16D,
.magazine-box.WALLET16,
.magazine-box.GIFT16D,
.magazine-box.GIFT16,
.magazine-box.TWOGIFTS16D,
.magazine-box.TWOGIFTS16,
.magazine-box.CHRISTMAS16D,
.magazine-box.CHRISTMAS16,
.magazine-box.PROSPECTBOX1610SUBDED,
.magazine-box.PROSPECTBOX1610SUBBED,
.magazine-box.PROSPECTBOX1610DONWBED,
.magazine-box.PROSPECTBOX1610DONWDED,
.magazine-box.HISTORY03,
.magazine-box.HISTORY08,
.magazine-box.PROSPECTBOX1610NEWPEEB,
.magazine-box.PROSPECTBOX1610NEWPEED,
.magazine-box.PROSPECTBOX1610ABAPEEB,
.magazine-box.PROSPECTBOX1610ABAPEED,
.magazine-box.PROSPECTBOX1610ABAPEEBB,
.magazine-box.PROSPECTBOX1610ABAPEEDB,
.magazine-box.PROSPECTBOX1610EVEPEED,
.magazine-box.PROSPECTBOX1610EVEPEEB,
.magazine-box.PROSPECTBOX1610NEWPEEDB,
.magazine-box.PROSPECTBOX1610NEWPEEBB,
.magazine-box.PROSPECTBOX1610EVEPEEBB,
.magazine-box.PROSPECTBOX1610EVEPEEDB,
.magazine-box.PROSPECTBOX1610LAPNLED,
.magazine-box.PROSPECTBOX1610LAPNLEB,
.magazine-box.PROSPECTBOX1610LAPNLEBB,
.magazine-box.PROSPECTBOX1610LAPNLEDB,
.magazine-box.WIRED03,
.magazine-box.WIRED08,
.magazine-box.LITERARY01,
.magazine-box.LITERARY02,
.magazine-box.LITERARY03,
.magazine-box.LITERARY04,
.magazine-box.LITERARY05,
.magazine-box.LITERARY06,
.magazine-box.LITERARY07,
.magazine-box.LITERARY08,
.magazine-box.LITERARY09,
.magazine-box.LITERARY10,
.magazine-box.LITERARY11,
.magazine-box.LITERARY12,
.magazine-box.LITERARY13,
.magazine-box.LITERARY14,
.magazine-box.LITERARY15,
.magazine-box.LITERARYS,
.magazine-box.LITERARYS1,
.magazine-box.LITERARY01D,
.magazine-box.LITERARY02D,
.magazine-box.LITERARY03D,
.magazine-box.LITERARY04D,
.magazine-box.LITERARY05D,
.magazine-box.LITERARY06D,
.magazine-box.LITERARY07D,
.magazine-box.LITERARY08D,
.magazine-box.LITERARY09D,
.magazine-box.LITERARY10D,
.magazine-box.LITERARY11D,
.magazine-box.LITERARY12D,
.magazine-box.LITERARY13D,
.magazine-box.LITERARY14D,
.magazine-box.LITERARY15D,
.magazine-box.LITERARYSD,
.magazine-box.LITERARYS1D,
.magazine-box.PROSPECTBOX1611BFDISEB,
.magazine-box.PROSPECTBOX1611BFDISED,
.magazine-box.ECFR16,
.magazine-box.NEWSCI03,
.magazine-box.NEWSCI08,
.magazine-box.NEWSCI11,
.magazine-box.NEWSCI15,
.magazine-box.LSE17,
.magazine-box.LSE17D


 
 
 {
  display: none !important;
}


.sol4title-second {
    margin-top: 20px;
}

.headingChannel {font-weight: bold !important; color: #000000; text-align:center; border: none; margin-bottom: 5px; font-size:31.2px;}

.container.advert {text-align: center;}

.subscriptionRight {margin-top: 20px; }
body .subscriptionRight .span12:first-child {margin-left: 2.5641%;}

.sol4-img {
  float: left;
}

.sol4-text {
  margin-top: 33px;
}

.sol4tile-third {
  float: left;
  max-width: 120px;
  margin-right: 15px;
}

.offer-text-title {
  font-size: 21px;
  line-height: 24px;
}

.sol4tile-bottom-text {
  margin-top: 20px;
}

div[class*="sol4tile"] img {
  display: block;
  height: auto;
  max-width: 100%;
}

.magazine-description br {
  display: none;
}

.magazine-description p {
  width: auto!important;
}

.magazine-description .clearfix {
  padding: 15px 0;
}

#hide_address {
    display: none;
}

#enteredPostalCodeId {
    display: inline;
}

#hide_address .btn.btn-primary.btn-paf {
    width: 100%;
}

#addressFinder_show .btn.btn-primary {
    float: none;
	margin-bottom: 0;
}

#addressSelectId {
    margin-bottom: 10px;
}

#addressFinder_show h3 {
    margin-top: 0;
}

.alpha {
	list-style-type: upper-alpha;
}

.christasTextP {
	margin-top: 29px;
	text-align: center;
}

.box.address-details
{ text-transform: uppercase; } 