@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #f7f7f7; }

body.vir {
  font-family: "fira-sans", sans-serif; }

body.wsj {
  font-family: open-sans, sans-serif; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0e5953;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0e5953;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 22px; }

h2, .h2 {
  font-size: 18px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #0e5953; }

a.text-primary:hover {
  color: #072d2a; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0e5953; }

a.bg-primary:hover {
  background-color: #072d2a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: #FFFFFF; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f7f7f7; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 32px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    line-height: 1.5; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #0e5953;
  border-color: #52741d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #083632;
    border-color: #2f4311; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #083632;
    border-color: #2f4311; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    border-color: #52741d; }
  .btn-primary .badge {
    color: #0e5953;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #0e5953;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0e5953;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #88223F; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0e5953; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #F6F6F6;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #88223F; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #F6F6F6; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 768px) {
  .wsj-header-lite .collapse {
    display: flex !important; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11px;
          padding-bottom: 11px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .wsj .navbar-nav > li > .dropdown-menu {
    margin-top: -1px; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #88223F;
  border-color: #6d1b33; }
  .navbar-default .navbar-brand {
    color: #FFF; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e5e5;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #FFF; }
  .navbar-default .navbar-nav > li > a {
    color: #FFF; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #6d1b33; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #6d1b33; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #6d1b33;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #6d1b33; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #FFF; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #F6F6F6;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #333333;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #0d0d0d;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #88223F;
    border-color: #88223F;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: none;
      border: 1px solid none;
      border-radius: 3px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: none;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #807f7f; }

.label-primary {
  background-color: #88223F; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #5f182c; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333333;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .container .jumbotron {
    border-radius: 0px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 58.5px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0e5953; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #88223F;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #88223F;
    border-color: #88223F; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e492a9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #88223F; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #88223F;
    border-color: #88223F; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #88223F; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #88223F; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px 30px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-xs-inline-block {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background-image: url(/images/us/common/plugins/iealert/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

* html #ie-alert-overlay {
  position: absolute; }

#ie-alert-panel {
  width: 600px;
  height: auto;
  top: 200px;
  left: 50%;
  position: fixed;
  z-index: 1000001;
  margin: 0 0 0 -300px;
  _position: absolute;
  _top: expression(200+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }

.ie-p {
  font-size: 15px;
  color: #565656;
  line-height: 1.6em;
  text-align: left; }

#ie-alert-panel a {
  text-decoration: none; }

.ie-span {
  font-size: 18px;
  color: #464646;
  display: block;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 15px 0; }

.ie-r-b-c, .ie-r-t-c, .ie-l-t-c, .ie-l-b-c {
  background: url(/images/us/common/plugins/iealert/iesprites.png) no-repeat; }

.ie-l-t-c {
  width: 47px;
  height: 47px;
  background-position: -18px -9px;
  float: left; }

.ie-l {
  height: 100%;
  width: 47px;
  float: left;
  clear: both;
  background: url(/images/us/common/plugins/iealert/left.png); }

.ie-l-b-c {
  width: 47px;
  height: 46px;
  background-position: -17px -66px;
  float: left;
  clear: both; }

.ie-b {
  height: 46px;
  width: 506px;
  float: left;
  background: url(/images/us/common/plugins/iealert/bottom.png); }

.ie-r-t-c {
  width: 47px;
  height: 47px;
  background-position: -83px -10px;
  float: right;
  cursor: pointer; }

.ie-r-t-c:hover {
  background-position: -143px -9px; }

.ie-r {
  height: 100%;
  width: 47px;
  float: right;
  background: url(/images/us/common/plugins/iealert/right.png); }

.ie-c {
  width: 506px;
  height: 100%;
  background: #f6f6f6;
  float: left; }

.ie-r-b-c {
  width: 47px;
  height: 46px;
  background-position: -83px -65px;
  float: right; }

.ie-t {
  height: 47px;
  width: 506px;
  float: left;
  background: url(/images/us/common/plugins/iealert/top.png); }

.ie-u {
  width: auto;
  height: 43px;
  margin: 30px auto 0 -66px;
  position: relative;
  left: 50%; }

.ie-u-l {
  width: 14px;
  height: 43px;
  background: url(/images/us/common/plugins/iealert/u-left.png);
  float: left; }

.ie-u-c {
  width: auto;
  height: 40px;
  background: url(/images/us/common/plugins/iealert/u-center.png);
  float: left;
  padding: 11px 0 0 0;
  cursor: pointer; }

.ie-u-s {
  margin: 5px 25px 5px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em; }

.ie-u-r {
  width: 14px;
  height: 43px;
  background: url(/images/us/common/plugins/iealert/u-right.png);
  float: left; }

#ie-alert-panel.ie6-style .ie-r-b-c {
  background: url(/images/us/common/plugins/iealert/6_r_b_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-r-t-c {
  background: url(/images/us/common/plugins/iealert/6_r_t_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-r-t-c:hover {
  background: url(/images/us/common/plugins/iealert/6_r_t_c_h.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l-t-c {
  background: url(/images/us/common/plugins/iealert/6_l_t_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l-b-c {
  background: url(/images/us/common/plugins/iealert/6_l_b_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l {
  background: url(/images/us/common/plugins/iealert/6_left.png); }

#ie-alert-panel.ie6-style .ie-r {
  background: url(/images/us/common/plugins/iealert/6_right.png); }

#ie-alert-panel.ie6-style .ie-b {
  background: url(/images/us/common/plugins/iealert/6_bottom.png); }

#ie-alert-panel.ie6-style .ie-t {
  background: url(/images/us/common/plugins/iealert/6_top.png); }

.btn {
  min-height: 44px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 28px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  background: transparent; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary, .btn-default {
  background-color: #0e5953;
  color: #ffffff;
  border-color: #0e5953; }
  .btn-primary:hover, .btn-default:hover {
    background: #041715;
    text-decoration: none;
    color: #ffffff;
    border-color: #0e5953; }
  .btn-primary.outline, .btn-default.outline {
    background-color: #ffffff;
    color: #000000; }
    .btn-primary.outline:hover, .btn-default.outline:hover {
      background-color: #0e5953;
      color: #ffffff;
      border-color: #0e5953; }
  .btn-primary.transparent, .btn-default.transparent {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .btn-primary.transparent:hover, .btn-default.transparent:hover {
      color: #d9d9d9;
      border-color: #d9d9d9; }
  .btn-primary:focus, .btn-default:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #0e5953; }
  .btn-primary.loading:focus:before, .btn-default.loading:focus:before {
    border-bottom-color: #0e5953; }
  .btn-primary:active, .btn-default:active {
    background-color: #0e5953;
    color: #ffffff;
    border-color: #0e5953; }
  .btn-primary.disabled, .btn-default.disabled {
    background: #c9c9c9;
    border: 0;
    color: #6f6f6f; }

.btn-secondary {
  background-color: #225464;
  color: #ffffff;
  border-color: #225464; }
  .btn-secondary:hover {
    background: #0f242b;
    text-decoration: none;
    border-color: #225464;
    color: #ffffff; }
  .btn-secondary.outline {
    background-color: #ffffff;
    color: #000000; }
    .btn-secondary.outline:hover {
      background-color: #225464;
      color: #ffffff;
      border-color: #225464; }
  .btn-secondary:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #225464; }
  .btn-secondary.loading:focus:before {
    border-bottom-color: #225464; }
  .btn-secondary:active {
    background-color: #225464;
    color: #ffffff;
    border-color: #225464; }
  .btn-secondary.disabled {
    background: #ffffff;
    border-color: #a5acaf;
    color: #a5acaf; }

.btn-default {
  background: #4a4a4a;
  color: #fff; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff;
    background: #646363 !important;
    border-color: #646464 !important; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-gold {
  background-color: #b3995d;
  color: #ffffff; }

.btn-custom-default {
  background: -webkit-linear-gradient(#ffffff, #ccc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #ccc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #ccc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #ccc);
  /* Standard syntax (must be last) */
  border-color: #ccc;
  color: #666 !important; }

.btn-link {
  color: #0e5953;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0e5953;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px; }

.btn-pull {
  padding-left: 10px;
  padding-right: 10px; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* Social and print */
.btn-tweet {
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: none;
  border-color: #00acee;
  background: #00acee;
  color: #ffffff !important;
  font-size: 11px;
  margin-top: -4px; }
  .btn-tweet .fa {
    color: #ffffff; }
  .btn-tweet:hover {
    background: #3cc9ff;
    border-color: #00acee; }

.btn-print {
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: none;
  border-color: #616161;
  background: #878787;
  color: #ffffff !important;
  font-size: 11px;
  margin-top: -4px; }
  .btn-print .fa {
    color: #ffffff; }
  .btn-print:hover {
    background: #616161;
    border-color: #3b3a3a; }

.case-contents-detail {
  display: block; }

.case-contents-bottle-zoom-icon {
  position: absolute;
  bottom: 16px;
  color: #dddddd;
  left: 47%;
  font-size: 20px;
  text-shadow: 2px 2px #333; }

@media (min-width: 768px) {
  .case-contents-detail {
    display: none;
    /*
    padding: 30px!important;
    background: #f5f5f5!important;
    */ }
    .case-contents-detail.first {
      display: block; }
  .show-first-item {
    display: block !important; }
  .bottles-in-case .first .arrow, .bottles-in-case .active .arrow {
    display: block;
    background: url("/images/uk/en/law/icons/case-contents-arrow.png") no-repeat top center;
    width: 130px;
    height: 16px;
    position: absolute;
    bottom: -1px; }
  .bottles-in-case .arrow {
    display: none; }
  .bottles-in-case .first h3, .bottles-in-case .active h3 {
    color: #7c914a; } }

/* -------------- Click to call----------- */
#get-help-module {
  visibility: hidden; }

.click-chat-slider {
  position: fixed;
  left: -312px;
  bottom: 15%;
  z-index: 3; }
  .click-chat-slider .tab {
    float: left; }
    .click-chat-slider .tab a {
      height: 152px;
      width: 52px;
      display: block;
      background: #013042;
      background: linear-gradient(90deg, #013042 0%, #005c7d 14%, #005c7d 100%);
      border-radius: 0px 10px 10px 0px;
      border-left: solid 1px grey;
      position: relative;
      display: block;
      overflow: hidden; }
      .click-chat-slider .tab a:hover {
        text-decoration: none;
        background: linear-gradient(90deg, #013042 0%, #005c7d 14%, #005270 100%); }
      .click-chat-slider .tab a:focus {
        text-decoration: none; }
      .click-chat-slider .tab a span {
        display: block;
        color: white;
        transform: rotate(270deg);
        font-size: 17pt;
        font-family: "Crimson Text",Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        padding-right: 132px;
        padding-bottom: 107px;
        padding-left: 26px;
        vertical-align: middle;
        letter-spacing: 1.1px;
        white-space: nowrap; }
  .click-chat-slider .action {
    float: left;
    background: transparent url("/include/css/uk/law/ClicktoChatImage-min.jpg") no-repeat 0 0;
    background-size: 313px 152px;
    height: 152px;
    width: 313px;
    position: relative; }
    .click-chat-slider .action a {
      position: absolute;
      right: 55px;
      bottom: 48px; }

@media (min-width: 768px) {
  #get-help-module, .get-help-module {
    visibility: visible;
    position: fixed;
    bottom: 50px;
    left: -315px;
    width: 361px;
    height: 156px;
    background: transparent url("/images/uk/en/law/common/get_help_module_bg_new.png") no-repeat scroll top left;
    border-radius: 0px 11px 11px 0px;
    z-index: 200;
    text-align: left; }
  #get-help-module h6, .get-help-module h4 {
    color: #fff;
    margin: 35px 0px 0px 135px;
    font: 18px "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
  #get-help-module p, .get-help-module p {
    margin: 5px 0px 20px 135px !important;
    color: #fff; }
  #get-help-module .button {
    margin: 0px 0px 0px 135px;
    background: #88223F;
    color: #fff;
    padding: 4px 8px;
    font-weight: normal;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff; }
  .checkout-content-right .get-help-module h4, .checkout-content-right .get-help-module p, .checkout-content-right .get-help-module a {
    margin-left: 90px; }
  .get-help-close {
    cursor: pointer; }
  .get-help-open {
    cursor: auto; }
  #get-help-module:hover, .get-help-open {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1); } }

svg.icon-on-offer {
  height: 60px;
  fill: #ffffff; }
  svg.icon-on-offer circle {
    fill: #9a0442; }

svg.icon-award-winner {
  height: 60px; }
  svg.icon-award-winner .cls-1 {
    fill: #fdc831; }

svg.icon-product-fav-off, svg.icon-product-fav-on {
  height: 60px;
  fill: #9a0442; }

a:hover, a:focus {
  cursor: pointer; }

a.emp, a.grapeLink {
  text-decoration: underline; }

a.emp:hover, a.grapeLink:hover {
  text-decoration: none; }

.nowrap {
  white-space: nowrap; }

button.emp {
  text-decoration: underline; }

button.emp:hover {
  text-decoration: none; }

ul.checked-list {
  padding-left: 0px; }
  ul.checked-list li {
    list-style: none;
    margin-bottom: 10px; }
    ul.checked-list li:before {
      content: "\f058";
      font-family: FontAwesome;
      padding-right: 5px;
      color: #0e5953;
      font-size: 20px; }

.preloader.mini {
  display: none;
  text-align: center;
  background: url("/images/uk/en/common/ajax-loader-mini.gif") 50% 0px no-repeat;
  height: 32px; }

.js-ajax-loader {
  display: none; }
  .js-ajax-loader .loading {
    opacity: 0.9;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: #333 url("/images/uk/en/common/pre-loader-trans.gif") 48% 30% no-repeat;
    border-radius: 15px;
    z-index: 3; }
    .js-ajax-loader .loading:before {
      border: none; }
    .js-ajax-loader .loading span {
      position: absolute;
      bottom: 10px;
      color: #fff;
      font-size: 14px;
      left: 20px; }

.container-popup {
  width: 98%; }

.brand-gradient {
  background-color: #5f1111;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88223F", endColorstr="#6D1B32");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#88223f), to(#6d1b32));
  background-image: -moz-linear-gradient(top, #88223f, #6d1b32);
  background-image: -ms-linear-gradient(top, #88223f, #6d1b32);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88223f), color-stop(100%, #6d1b32));
  background-image: -webkit-linear-gradient(top, #88223f, #6d1b32);
  background-image: -o-linear-gradient(top, #88223f, #6d1b32);
  background-image: linear-gradient(#88223f, #6d1b32);
  border-color: #6d1b32 #6d1b32 #490d0d; }

.rating-form i.fa {
  color: #eee; }
  .rating-form i.fa.text-success {
    color: #3c763d !important; }

.rating.list-inline {
  margin-left: 0px; }

.rating.list-inline > li {
  padding: 0px; }

span.stars {
  background-image: url("/images/uk/en/common/rating.png");
  display: inline-block;
  width: 97px;
  height: 16px;
  background-repeat: no-repeat; }

span.userstars {
  background-image: url("/images/uk/en/common/userrating.png");
  display: inline-block;
  width: 97px;
  height: 16px;
  background-repeat: no-repeat; }

span.stars.rating-5Star,
span.userstars.rating-5Star {
  background-position: 0px 0px; }

span.stars.rating-4Star,
span.userstars.rating-4Star {
  background-position: 0px -20px; }

span.stars.rating-3Star,
span.userstars.rating-3Star {
  background-position: 0px -40px; }

span.stars.rating-2Star,
span.userstars.rating-2Star {
  background-position: 0px -60px; }

span.stars.rating-1Star,
span.userstars.rating-1Star {
  background-position: 0px -80px; }

span.stars.rating-0Star, span.stars.rating-NoRating,
span.userstars.rating-0Star,
span.userstars.rating-NoRating {
  background-position: 0px -100px; }

.starRating:not(old) {
  display: inline-block;
  width: 7.5em;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom; }

.starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0; }

.starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url("/images/uk/en/common/icons/star-off.svg");
  background-size: contain; }

.starRating:not(old) > label:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("/images/uk/en/common/icons/star-on.svg");
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear; }

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
  opacity: 1; }

.user-rating-summary {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

.user-rating {
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block; }
  .user-rating a {
    padding: 4px;
    display: inline-block;
    border-right: 1px solid #eee; }
    .user-rating a:last-child {
      border-right: 0px; }
    .user-rating a:hover {
      text-decoration: none; }
  .user-rating.star-0 {
    background: transparent; }
  .user-rating.star-1 {
    background: url("/images/uk/en/common/bg/bg-rating-stars.png") -2px 0 no-repeat; }
  .user-rating.star-2 {
    background: url("/images/uk/en/common/bg/bg-rating-stars.png") -2px -41px no-repeat; }
  .user-rating.star-3 {
    background: url("/images/uk/en/common/bg/bg-rating-stars.png") -1px -82px no-repeat; }
  .user-rating.star-4 {
    background: url("/images/uk/en/common/bg/bg-rating-stars.png") -6px -123px no-repeat; }
  .user-rating.star-5 {
    background: url("/images/uk/en/common/bg/bg-rating-stars.png") -1px -164px no-repeat; }
  .user-rating .fa-star {
    color: #dddddd; }

ul.rating li {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  list-style-type: none;
  padding: 1px;
  text-align: center; }

.star-ratings .fa-star {
  color: #c18a26;
  font-size: 18px; }

.star-ratings .fa-star-o {
  color: #cccccc;
  font-size: 18px; }

.star-ratings .rating-score {
  color: #6e9b98;
  padding-left: 8px;
  display: inline-block; }

.star-ratings a.rating-link {
  padding-left: 8px;
  display: inline-block; }

.special-case-price,
.special-vpp-price {
  color: #c02e35;
  border: 1px solid #c02e35;
  padding: 2px 4px;
  font-size: 12px;
  display: block;
  border-radius: 3px; }
  .special-case-price a,
  .special-vpp-price a {
    color: #c02e35; }

.special-addon-price {
  color: #2275a8;
  border: 1px solid #2275a8;
  padding: 2px 4px;
  font-size: 12px;
  display: block;
  border-radius: 3px; }
  .special-addon-price a {
    color: #2275a8; }

.special-addon-text {
  color: #2275a8; }
  .special-addon-text a {
    color: #2275a8; }

.dashed-header {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 30px 0;
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #333; }
  .dashed-header:before {
    border-bottom: 1px dashed #333;
    content: "";
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto; }
  .dashed-header span {
    padding: 0 15px;
    background-color: #f6f6f6; }

.price-per-bottle {
  font-size: 16px; }

.spacer {
  padding-top: 15px;
  padding-bottom: 15px; }

.spacer-small {
  padding-top: 5px;
  padding-bottom: 5px; }

.spacer-full {
  padding: 15px; }

.spacer-top {
  padding-top: 15px; }

.spacer-bottom {
  padding-bottom: 15px; }

.spacer-top-small {
  padding-top: 5px; }

.spacer-bottom-small {
  padding-top: 5px; }

h2.title-bordered,
h4.title-bordered {
  background: #ddd;
  border-bottom: 3px solid #0e5953;
  font-size: 20px !important;
  line-height: 1.1;
  margin: 0px;
  padding: 10px; }
  h2.title-bordered.bulk-deals,
  h4.title-bordered.bulk-deals {
    background: #0e5953;
    border-bottom: 0px;
    color: #ffffff; }
    h2.title-bordered.bulk-deals a,
    h4.title-bordered.bulk-deals a {
      color: #ffffff; }

.headline-solid {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px; }

.headline-solid-faded {
  display: block;
  margin: 10px 0;
  border: none;
  height: 1px;
  background: #bababa;
  background: -moz-linear-gradient(left, #ffffff 0%, #bababa 6%, #bababa 92%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(6%, #bababa), color-stop(92%, #333333), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fff 0%, #bababa 6%, #bababa 92%, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #bababa 6%, #bababa 92%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #bababa 6%, #bababa 92%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(left, #ffffff 0%, #bababa 6%, #bababa 92%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.headline-dotted {
  background: url("/images/uk/en/common/bg/pattern_black_dots.png") repeat-x left bottom;
  padding-bottom: 8px; }

.headline-featuredwine {
  min-height: 48px; }

.centered-content {
  padding: 10px;
  margin: 0px auto; }

.centered-content.unlimited {
  border: 1px solid #6e9b98;
  background: #d1d4d3; }

.dotted-line {
  background: url("/images/uk/en/common/bg/pattern_black_dots.png") repeat-x top left;
  padding: 10px; }

.success {
  background-color: #dff0d8;
  padding: 15px;
  margin-bottom: 10px; }

.error {
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 10px; }

.field-error {
  background-color: #f2dede; }

.add-on {
  font-size: 0.85em;
  margin-top: 2px;
  font-weight: bold; }

.mixed-case .priceperbottle {
  display: none; }

.priceperbottle {
  display: inline-block; }
  .priceperbottle #displayPPB {
    font: 18px "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }
  .priceperbottle.btl {
    font: 14px "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }

.savings-text,
.savings,
.vpp-pricing {
  color: #c02e35;
  font-weight: bold; }
  .savings-text a,
  .savings a,
  .vpp-pricing a {
    color: #c02e35; }

.badge-add-on,
.badge-on-sale {
  display: none;
  margin-bottom: 6px; }

.badge-wrapper {
  position: absolute;
  top: 0px;
  left: 0px; }

.mixed-cases .badge-on-sale {
  top: 0px; }

img.thumb {
  max-height: 160px; }

img.medium,
.modal-lg img.medium {
  max-height: 220px;
  margin-bottom: 15px; }

img.large {
  max-height: 340px; }

.img-responsive {
  display: inline-block; }

.tasteography .order-rating {
  position: absolute;
  top: 10px;
  left: 20%;
  font: 26px "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
  .tasteography .order-rating span {
    font: 18px "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

div.js-mobile-nav {
  display: none; }

input#qty {
  width: 50px;
  color: #333333; }

.separator-one {
  padding: 15px 0px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

.autocomplete-suggestions {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cbd3dd;
  overflow: auto; }

.autocomplete-suggestion {
  overflow: hidden;
  padding: 5px 15px;
  white-space: nowrap; }

.autocomplete-suggestion:hover {
  cursor: pointer; }

.autocomplete-selected {
  background: none repeat scroll 0 0 #f0f0f0; }

.autocomplete-suggestions strong {
  color: #ffffff;
  font-weight: normal;
  background: #0e5953; }

.mandatory {
  color: red; }

@media (min-width: 768px) {
  img.large {
    max-height: 510px; }
  .col-alignment-center {
    text-align: center;
    min-height: 170px; }
  .centered-content {
    width: 80%; } }

.product-header {
  font-weight: bold; }

.product-min-height {
  min-height: 50px; }

.headline-solid-faded-margin {
  margin: 4px !important; }

.guar-home-h1 {
  margin-bottom: 10px; }

.guar-home-h3 {
  padding-right: 102px; }

.product-viewall {
  margin: 15px 0 40px; }

.cont-shop {
  margin-top: 25px !important; }

.prod-desc {
  max-height: 140px; }

.clamped {
  line-height: 1.5;
  overflow: hidden;
  position: relative; }

.clamped-2 {
  /* Clamp to 2 lines, ie line-height x 2: */
  max-height: 3em; }

.fill {
  background: #fff;
  height: 100%;
  position: absolute;
  width: 100%; }

.item-description {
  min-height: 200px; }

#continue-shop {
  margin-top: 7px; }

.bg-grey {
  background: #eeeeee; }

span.stars-small {
  background-size: 70%; }
  span.stars-small.rating-5Star {
    background-position: 0px 5px; }
  span.stars-small.rating-4Star {
    background-position: 0px -11px; }
  span.stars-small.rating-3Star {
    background-position: 0px -25px; }
  span.stars-small.rating-2Star {
    background-position: 0px -40px; }
  span.stars-small.rating-1Star {
    background-position: 0px -55px; }
  span.stars-small.rating-0Star, span.stars-small.rating-NoRating {
    background-position: 0px -68px; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: #0089ec; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.picker {
  width: 100%; }

.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  color: #333;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

.picker__box {
  padding: 0 1em; }

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #dddddd;
  background: none; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
  background: none; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #333;
  font-weight: 500;
  text-align: center; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
  color: #fff;
  background: #FFA106; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd;
  background: #fff;
  border: none; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #ffffff;
  background: #d28300; }

.picker__day--highlighted {
  border-color: none; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #ffffff; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0e5953;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: none;
  color: #dddddd;
  cursor: default;
  border: none; }

.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 0px;
  background: none;
  font-size: .8em;
  padding: .66em 0;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #ffffff;
  background: none; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #0e5953;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #b3995d;
  border-color: #b3995d;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
#newsletter-form .btn-primary[disabled] {
  background: #608822;
  opacity: 1 !important; }

#newsletter-form .ValidationErrors {
  display: block; }

#test-footer-email-signup {
  line-height: 27px;
  font-size: 12px;
  margin: 10px 0; }
  #test-footer-email-signup .email-signup-text {
    line-height: 32px; }
  #test-footer-email-signup input {
    height: 30px;
    width: 100% !important; }
    #test-footer-email-signup input.disabled {
      background: #608822 !important;
      opacity: 1 !important; }
  #test-footer-email-signup .ValidationErrors {
    position: relative;
    top: 3px;
    left: 0;
    display: block;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
    z-index: 3; }
  #test-footer-email-signup hr {
    color: #ccc;
    border: 1px solid #ccc; }
  #test-footer-email-signup .btn-primary[disabled] {
    background: #608822 !important;
    opacity: 1 !important; }

.navbar-default {
  box-shadow: none !important; }

@media (min-width: 768px) and (max-width: 992px) {
  #buttontest2015c {
    height: 45px !important; }
    #buttontest2015c p {
      height: 35px !important; }
      #buttontest2015c p a.test1line {
        margin-top: 5px !important; }
    #buttontest2015c .new-nav {
      margin-bottom: 0 !important;
      height: 32px; }
      #buttontest2015c .new-nav p input {
        height: 34px; } }

@media (max-width: 992px) {
  #email-signup-nav .container .frame-1 {
    margin: 0; } }

@media (min-width: 450px) and (max-width: 767px) {
  #popup-email-signup-confirmation .modal-content .modal-body, #popup-email-signup .modal-content .modal-body {
    background: none; }
  #email-signup-nav .container .frame-1 {
    margin: 0 10px; } }

@media (max-width: 480px) {
  #email-signup-nav .container #popup-email-signup-confirmation .modal-content .modal-body .media-content h1, #popup-email-signup .modal-content .modal-body .media-content h1 {
    font-size: 18px; }
  #email-signup-nav .container .frame-1 {
    margin: 0 10px; } }

.validation-error {
  background: #c02e35;
  color: #ffffff;
  padding: 5px 10px; }

.field-error {
  border: 2px solid #c02e35;
  color: #c02e35; }

label.form-check-label {
  display: inline;
  font-weight: 400; }

input[type="tel"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="text"].form-control,
input[type="search"].form-control,
input[type="password"].form-control,
select.form-control {
  min-height: 44px;
  border-color: #a5acaf; }

select.form-control {
  appearance: none;
  background-image: url("/assets/images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: calc(100% - 0.75rem) center; }

.footer {
  background: #333;
  padding: 15px;
  color: #ffffff; }
  .footer .fa.fa-facebook,
  .footer .fa.fa-youtube-play,
  .footer .fa.fa-twitter,
  .footer .fa.fa-rss {
    font-size: 24px;
    padding: 0 5px; }
  .footer ul li {
    padding: 3px 0;
    list-style-type: none; }
  .footer .first {
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    /*font-weight: bold;*/
    font-weight: normal; }
  .footer a, .footer .dash, .footer :visited, .footer :link {
    font-size: 12px; }
  .footer .phone {
    color: #ffffff !important;
    margin-top: 10px; }
  .footer .drink-logo {
    margin-top: 5px; }

.sub-footer {
  background: #225464 !important;
  max-height: 65px; }
  .sub-footer p {
    color: #ffffff; }
  .sub-footer:hover {
    cursor: pointer; }

.text-footer {
  background: #225464 !important;
  display: none; }
  .text-footer p {
    color: #ffffff;
    line-height: 25px; }
  .text-footer a {
    color: #ffffff !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #5f7c86; }
    .text-footer a:hover {
      text-decoration: none;
      border-bottom: 1px solid #ffffff; }

.text-container {
  padding: 0 82px 0 29px;
  font-weight: normal !important; }

.img-container {
  height: 65px; }

.arrow_container {
  margin-top: 26px;
  text-align: left;
  padding: 0;
  color: #ffffff; }

.mid-marg {
  margin-left: 7px; }

.menu-button {
  height: 65px; }

.footer-guarantee {
  background: #0e5953;
  color: #ffffff;
  text-align: center;
  padding: 6px 16px; }

.footer-contact-privacy {
  border-bottom: 1px solid #6e9b98;
  margin: 0;
  padding-top: 25px; }
  .footer-contact-privacy div {
    color: #ffffff; }

#lw-register {
  color: #ffffff; }

#footer-guaranty {
  height: 134px;
  color: #ffffff;
  background: url("/images/uk/en/common/footer/footer_guarantee.jpg") no-repeat 50% 50% #66031f; }

.title-guarantee {
  margin-top: 16px; }

.title-guarantee p {
  color: #ffffff !important;
  font-size: 16px; }

.text-happy p {
  color: #ffffff !important;
  font-size: 30px;
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.wrapper-footer {
  height: 72px; }

#cookies-val {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  color: #ffffff; }
  #cookies-val a {
    color: #ffffff;
    text-decoration: underline; }
  #cookies-val p {
    color: #ffffff;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important; }

#close-cookie-notice {
  background: none repeat scroll 0 0 #908E8C;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 0px 4px;
  text-decoration: none !important; }

@media (max-width: 480px) {
  .close-cookie a {
    font-size: 18px;
    padding: 6px 50px; } }

/* Small Desktop Styling */
@media (min-width: 768px) {
  .footer {
    background: #0e5953;
    border-top: none;
    padding: 0px; }
  .sub-footer {
    background: #d1d4d3; } }

@media (max-width: 992px) {
  .arrow_container {
    padding: 0 0 0 5px; }
  .mid-marg {
    margin-left: 12px; }
  .text-container {
    padding: 0 34px 0 34px; } }

.footer-awards {
  padding: 40px 0;
  background-color: #e7e7e7; }
  .footer-awards h1 {
    display: block;
    background: none;
    padding-bottom: 0; }
    .footer-awards h1 a {
      color: #87233f; }
  .footer-awards h3 {
    color: #333; }
  .footer-awards h5 {
    color: #333;
    line-height: 20px;
    margin-top: 17px; }

svg.guarantee-money-back path, svg.guarantee-delivery path, svg.guarantee-award-winning path {
  fill: #000000; }

#logo img {
  max-height: 50px; }

#logo svg#Layer_1 {
  height: 60px; }

.hsb #logo svg#Layer_1 {
  width: 182px;
  height: auto; }

.ba #logo svg.text-logo path, .ba .logo svg.text-logo path {
  fill: #fff; }

.ba #logo svg.wine-flyer path, .ba .logo svg.wine-flyer path {
  fill: #fff; }

.ba #logo svg.in-association#Layer_1, .ba .logo svg.in-association#Layer_1 {
  height: 48px; }

.ba #logo svg.in-association .cls-1, .ba .logo svg.in-association .cls-1 {
  fill: #021c41 !important; }

.ba #logo svg.in-association .cls-2, .ba .logo svg.in-association .cls-2 {
  fill: #ffffff; }

.ba #logo svg.in-association .cls-3, .ba .logo svg.in-association .cls-3 {
  font-size: 18px;
  fill: #fff;
  font-family: CheltenhamStd-BookCond, ITC Cheltenham Std; }

.print-header {
  display: none; }

div#header .logo {
  margin: 10px 0; }

div#header .mini-cart {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #efefef;
  padding: 10px;
  position: relative;
  top: 20px;
  right: 10px;
  background: #efefef;
  text-align: center;
  font-size: 14px; }
  div#header .mini-cart a.view-cart {
    padding: 10px 0;
    display: block; }

.big-strip {
  background: #F3A72E !important;
  text-align: center;
  padding: 14px 7px;
  color: #000000; }
  .big-strip a {
    color: #000000; }
  .big-strip .fa.fa-chevron-right {
    margin-left: 5px;
    font-size: .7em;
    display: inherit; }

.siteheader.container {
  background-color: #F6F6F6;
  padding: 35px 0px 5px 0; }

.siteheader a.law_logo {
  display: block;
  width: 198px;
  height: 65px;
  background: url("/images/uk/en/law/common/logo-flip.gif") no-repeat 0px -65px;
  margin: 0px auto -10px auto; }
  .siteheader a.law_logo:hover {
    background: url("/images/uk/en/law/common/logo-flip.gif") no-repeat 0 0px; }

.siteheader a.stw_logo {
  display: block;
  width: 160px;
  height: 75px;
  background: url("/images/uk/en/stw/common/logo-new1.gif") no-repeat 0px 0px;
  margin: -5px auto 0px auto; }

.siteheader a.nec_logo {
  display: block;
  width: 400px;
  height: 120px;
  background: url("/images/uk/en/nec/common/nec-logo.png") no-repeat 0px 0px;
  margin: -5px auto 0px auto;
  background-size: 100%; }

div#util {
  padding: 10px 0;
  font-size: 12px; }

.login-bar {
  background: inherit;
  color: #ffffff;
  padding: 0px;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .login-bar a {
    color: #ffffff; }

#mobile-nav, #mobile-search {
  background: #dddddd;
  padding: 10px 4px; }

#mobile-nav li a {
  display: block;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 4px 0px 4px 10px;
  font-size: 12px; }

#mobile-nav li.heading {
  color: #333;
  display: block;
  padding: 7px 10px 5px 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }

.mobile-contact {
  background: #dddddd;
  padding: 0px 10px;
  border-bottom-left-radius: 5px;
  color: #777;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 22px; }

.mobile-selection {
  background: #dddddd; }

.navbar a.action-btn {
  color: #ffffff; }

.mini-cart.badge {
  background: #0e5953;
  border: 2px solid #ffffff;
  padding: 3px 5px;
  position: absolute;
  right: 1px;
  font-size: 10px;
  top: 4px; }

.navbar a.cart {
  background: transparent url(/images/uk/en/common/icons/mobile/i-cart.png) bottom center no-repeat;
  background-size: 20px auto;
  height: 23px; }

ul.dropdown-menu.topbar {
  border-radius: 0px; }

.mini-basket-header {
  border: 1px solid #bbb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: center;
  font-size: 12px;
  background-color: #fff; }
  .mini-basket-header .bottles {
    padding: 7px; }
  .mini-basket-header .js-mini-cart-total {
    margin: 0 2px; }
  .mini-basket-header .savings-text {
    font-weight: normal; }
  .mini-basket-header .btn-block {
    margin-bottom: 0px; }

.basket-btls {
  background: url(/images/uk/en/law/icons/shopping-basket.gif) no-repeat center left;
  padding-left: 20px; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #dddddd; }

.tt-highlight {
  font-weight: bold; }

.tt-dropdown-menu {
  width: 250px;
  margin-top: 0px;
  padding: 15px 10px 0px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  border-radius: 0px 0px 5px 5px; }

.tt-suggestion {
  color: #333; }

.tt-suggestions {
  color: red; }

.tt-suggestion.tt-cursor {
  text-decoration: underline;
  cursor: pointer; }

.tt-suggestion.tt-cursor a:hover {
  cursor: pointer; }

.tt-suggestion a {
  margin-bottom: 15px;
  display: block; }

.tt-suggestion p {
  margin: 0; }

.twitter-typeahead {
  width: 100%; }

.js-user-ultd {
  display: none; }

.promo-sitewide-banner {
  display: none;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  background: #c2171f;
  padding: 4px;
  text-align: center;
  margin: 6px 0px;
  color: #ffffff;
  font-size: 18px; }
  .promo-sitewide-banner a {
    color: #fff !important; }

/* Small Desktop Styling */
@media (min-width: 768px) {
  .big-strip {
    font-size: 1.2em; }
  .promo-free-delivery {
    padding: 2px; }
    .promo-free-delivery .free {
      font-size: 24px;
      display: inline-block; }
    .promo-free-delivery .ends {
      font-size: 20px;
      display: inline-block; }
  .navbar-nav {
    margin: 0px auto !important;
    width: 754px !important;
    float: none !important; }
  .navbar-nav > li > a {
    padding-left: 4px;
    padding-right: 5px; }
  .navbar-nav > li.last > a {
    padding-left: 4px;
    padding-right: 4px; }
  .stw .navbar-nav > li > a {
    padding-left: 4px;
    padding-right: 4px; }
  .stw .navbar-nav > li.last > a {
    padding-left: 3px;
    padding-right: 3px; }
  .nav-links {
    padding: 20px 0px 20px; }
    .nav-links strong {
      font-size: 1.1em; }
  .nav-links a {
    padding: 0px 5px; }
  .nav-links a:first-child {
    padding: 0px 5px 0px 0px; } }

/* Medium Desktop Styling */
@media (min-width: 992px) {
  .big-strip {
    font-size: 1.6em; }
  .mini-basket-header {
    text-align: right;
    font-size: 13px; }
    .mini-basket-header .savings-text {
      display: inline; }
  .navbar-nav {
    margin: 0px auto !important;
    width: 970px !important;
    float: none !important; }
  .navbar-nav > li > a {
    padding-left: 17px;
    padding-right: 17px; }
  .navbar-nav > li.last > a {
    padding-left: 17px;
    padding-right: 17px; }
  .stw .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px; }
  .stw .navbar-nav li.last > a {
    padding-left: 15px;
    padding-right: 15px; }
  form#headerCheckOut, form#shoppingBasket {
    display: inline; }
  input.freetext-search {
    border: none !important;
    border-radius: 0px !important;
    -moz-border: 0px !important;
    -webkit-border: 0px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    -moz-border-top-left-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    -moz-border-top-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    border-left: 1px solid #6e6e6e !important;
    border-top: 1px solid #6e6e6e !important;
    border-bottom: 1px solid #6e6e6e !important;
    padding: 5px 6px 6px !important;
    border-right: 0px !important;
    float: left;
    height: 31px; } }

.header-strip {
  background-color: #88223f;
  padding: 5px 0; }
  .header-strip .container, .header-strip .container a {
    color: #fff; }

.usp-strip {
  border-top: 5px solid #686868;
  background-color: #e8e8e8;
  padding: 10px 0; }

.breadcrumbs {
  margin: 20px 0px;
  text-align: center; }
  .breadcrumbs h5 {
    font-family: Roboto,sans-serif;
    font-size: 14px; }
  .breadcrumbs .step-circle {
    background-color: white;
    border: 1px solid #979797;
    border-radius: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
    width: 40px; }
    .breadcrumbs .step-circle.step-prev {
      background: #dcedc2;
      border-color: #dcedc2;
      color: #628729; }
    .breadcrumbs .step-circle.step-active {
      background-color: #0e5953;
      border-color: #0e5953;
      color: white; }
  .breadcrumbs::before {
    content: '';
    border-top: 1px solid #999;
    margin: auto;
    position: relative;
    top: 21px;
    width: 80%; }

@media (max-width: 768px) {
  #checkout-gate-new {
    padding-top: 30px; } }

.relative {
  position: relative; }

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix, .container {
  display: block; }

.clear {
  clear: both; }

.is-hidden, .hide {
  display: none; }

.show {
  display: block; }

.pad-inline {
  padding: 5px 7px; }

.no-pad, .pad-xs {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-pad-right {
  padding-right: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

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

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.marg-10-top {
  margin-top: 10px; }

.marg-10-bottom {
  margin-bottom: 10px; }

.marg-15-top {
  margin-top: 15px; }

.marg-15-bottom {
  margin-bottom: 15px; }

.marg-20-top {
  margin-top: 20px; }

.d-none {
  display: none; }

.marg-30-top {
  margin-top: 30px; }

.marg-45-top {
  margin-top: 45px; }

.pad-3 {
  padding: 3px; }

.pad-5 {
  padding: 5px; }

.pad-5-left {
  padding-left: 5px; }

.pad-5-right {
  padding-right: 5px; }

.pad-5-top {
  padding-top: 5px; }

.pad-5-bottom {
  padding-bottom: 5px; }

.pad-10 {
  padding: 10px; }

.pad-10-left {
  padding-left: 10px; }

.pad-10-right {
  padding-right: 10px; }

.pad-10-top {
  padding-top: 10px; }

.pad-10-bottom {
  padding-bottom: 10px; }

.pad-15 {
  padding: 15px; }

.pad-15-top {
  padding-top: 15px; }

.pad-15-right {
  padding-right: 15px; }

.pad-15-bottom {
  padding-bottom: 15px; }

.pad-15-left {
  padding-left: 15px; }

.pad-20 {
  padding: 20px; }

.pad-20-left {
  padding-left: 20px; }

.pad-20-right {
  padding-right: 20px; }

.pad-20-top {
  padding-top: 20px; }

.pad-20-bottom {
  padding-bottom: 20px; }

.pad-30 {
  padding: 30px; }

.pad-30-left {
  padding-left: 30px; }

.pad-30-right {
  padding-right: 30px; }

.pad-30-top {
  padding-top: 30px; }

.pad-30-bottom {
  padding-bottom: 30px; }

.pad-40 {
  padding: 40px; }

.pad-40-left {
  padding-left: 40px; }

.pad-40-right {
  padding-right: 40px; }

.pad-40-top {
  padding-top: 40px; }

.pad-40-bottom {
  padding-bottom: 40px; }

.pad-50 {
  padding: 50px; }

.pad-50-left {
  padding-left: 50px; }

.pad-50-right {
  padding-right: 50px; }

.pad-50-top {
  padding-top: 50px; }

.pad-50-bottom {
  padding-bottom: 50px; }

.pad-60-bottom {
  padding-bottom: 60px; }

.text-right, .right {
  text-align: right; }

.text-left, .left {
  text-align: left; }

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

.text-underline {
  text-decoration: underline; }

.text-no-underline {
  text-decoration: none; }

.img-center {
  display: block;
  margin: 0 auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.small-text {
  font-size: 11px;
  color: #666; }
  .small-text span {
    font-style: italic; }

.float-right {
  float: right !important; }

.opc-hover {
  opacity: 1;
  /* redundant, but helps illustrate what is happening */ }
  .opc-hover:hover {
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90); }

@media (min-width: 768px) {
  .mt-sm-15 {
    margin-top: 15px !important; } }

@media (max-width: 768px) {
  .pad-l-sm-15 {
    padding-left: 15px; }
  .pad-t-sm-10 {
    padding-top: 10px; }
  .mt-sm-30 {
    margin-top: 30px; } }

@media (max-width: 480px) {
  .pad-xs {
    padding: 0 15px !important; } }

#add-to-cart-modal.modal .modal-header button.close, #product-preview-modal.modal .modal-header button.close {
  opacity: 1; }

#add-to-cart-modal.modal h5, #product-preview-modal.modal h5 {
  font-size: 15px; }

.modal-header button.close {
  opacity: 1; }

#modalEmailOptIn.modal, #modalNewsletterOptIn.modal, #modalExitIntent.modal {
  color: #fff;
  text-align: center;
  padding: 0 !important; }
  #modalEmailOptIn.modal:before, #modalNewsletterOptIn.modal:before, #modalExitIntent.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

#modalEmailOptIn .modal-dialog, #modalNewsletterOptIn .modal-dialog, #modalExitIntent .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

#modalEmailOptIn .modal-header, #modalNewsletterOptIn .modal-header, #modalExitIntent .modal-header {
  border-bottom: 0px; }

#modalEmailOptIn .modal-content, #modalNewsletterOptIn .modal-content, #modalExitIntent .modal-content {
  background: #666 url(/images/uk/en/common/bg/bg-email-opt-in.jpg) repeat-y top left;
  min-height: 330px;
  font-size: 1.2em;
  text-align: center; }
  #modalEmailOptIn .modal-content .title, #modalNewsletterOptIn .modal-content .title, #modalExitIntent .modal-content .title {
    font-size: 2.8em;
    font-family: "Crimson Text", "Times New Roman", serif;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em; }
  #modalEmailOptIn .modal-content p.text-success, #modalNewsletterOptIn .modal-content p.text-success, #modalExitIntent .modal-content p.text-success {
    background: #0e5953;
    color: #fff;
    padding: 5px;
    font-size: 0.85em; }
  #modalEmailOptIn .modal-content p.text-danger, #modalNewsletterOptIn .modal-content p.text-danger, #modalExitIntent .modal-content p.text-danger {
    background: #5a0e26;
    color: #fff;
    padding: 5px;
    font-size: 0.85em; }
  #modalEmailOptIn .modal-content p.terms, #modalNewsletterOptIn .modal-content p.terms, #modalExitIntent .modal-content p.terms {
    color: black;
    font-size: 10px;
    margin-bottom: 0; }
  #modalEmailOptIn .modal-content .close, #modalNewsletterOptIn .modal-content .close, #modalExitIntent .modal-content .close {
    opacity: 1;
    color: #333;
    text-shadow: none;
    background: #ccc;
    padding: 5px 10px !important;
    border-radius: 15px; }

#modalEmailOptIn .form-group, #modalNewsletterOptIn .form-group, #modalExitIntent .form-group {
  margin-bottom: 10px; }

#modalEmailOptIn .form-control, #modalNewsletterOptIn .form-control, #modalExitIntent .form-control {
  text-align: center; }

#modalEmailOptIn .exit-title-large, #modalNewsletterOptIn .exit-title-large, #modalExitIntent .exit-title-large {
  color: #ffffff;
  font-size: 2em !important;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-weight: 700 !important;
  line-height: 1.2em; }

#modalEmailOptIn .exit-title, #modalNewsletterOptIn .exit-title, #modalExitIntent .exit-title {
  color: #ffffff;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700; }

#modalEmailOptIn .form-control, #modalNewsletterOptIn .form-control, #modalExitIntent .form-control {
  text-align: center; }

#modalEmailOptIn .exit-code, #modalNewsletterOptIn .exit-code, #modalExitIntent .exit-code {
  border: 2px dashed #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 17px auto 0;
  padding: 9px 5px 0; }

#modalEmailOptIn .exit-terms, #modalNewsletterOptIn .exit-terms, #modalExitIntent .exit-terms {
  color: #000;
  font-size: 10px;
  margin-top: 15px;
  width: 264px; }

#modalEmailOptIn a, #modalNewsletterOptIn a, #modalExitIntent a {
  color: #000;
  text-decoration: underline; }
  #modalEmailOptIn a:hover, #modalNewsletterOptIn a:hover, #modalExitIntent a:hover {
    text-decoration: none; }

#modalEmailOptIn .modal-opt-v2 h2, #modalNewsletterOptIn .modal-opt-v2 h2, #modalExitIntent .modal-opt-v2 h2 {
  color: #ffffff;
  font-size: 34px;
  font-style: italic;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 35px; }

#modalEmailOptIn .modal-opt-v2 .large-text, #modalNewsletterOptIn .modal-opt-v2 .large-text, #modalExitIntent .modal-opt-v2 .large-text {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 100; }

#modalEmailOptIn .modal-opt-v2 .js-basket-abandon-checkoutnow-btn, #modalNewsletterOptIn .modal-opt-v2 .js-basket-abandon-checkoutnow-btn, #modalExitIntent .modal-opt-v2 .js-basket-abandon-checkoutnow-btn {
  border-radius: 0;
  font-size: 1em;
  margin: 0 auto;
  padding: 7px 5px;
  text-transform: none;
  width: 90%; }

#modalEmailOptIn .modal-opt-v3 h2, #modalNewsletterOptIn .modal-opt-v3 h2, #modalExitIntent .modal-opt-v3 h2 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 0; }

#modalEmailOptIn .modal-opt-v3 .large-text, #modalNewsletterOptIn .modal-opt-v3 .large-text, #modalExitIntent .modal-opt-v3 .large-text {
  color: #ffffff;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 22px;
  margin-bottom: 0; }

#modalEmailOptIn .modal-opt-v3 ul, #modalNewsletterOptIn .modal-opt-v3 ul, #modalExitIntent .modal-opt-v3 ul {
  list-style: none;
  margin: 20px 0 15px;
  padding-left: 15px;
  text-align: left; }

#modalEmailOptIn .modal-opt-v3 li, #modalNewsletterOptIn .modal-opt-v3 li, #modalExitIntent .modal-opt-v3 li {
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative; }

#modalEmailOptIn .modal-opt-v3 li:before, #modalNewsletterOptIn .modal-opt-v3 li:before, #modalExitIntent .modal-opt-v3 li:before {
  content: "\f00c";
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0; }

#modalEmailOptIn .modal-opt-v3 .js-basket-abandon-checkoutnow-btn, #modalNewsletterOptIn .modal-opt-v3 .js-basket-abandon-checkoutnow-btn, #modalExitIntent .modal-opt-v3 .js-basket-abandon-checkoutnow-btn {
  border-radius: 0;
  font-size: 1em;
  margin: 0 auto;
  padding: 7px 5px;
  text-transform: none;
  width: 90%; }

#modalNewsletterOptIn .form-group {
  margin-top: 25px; }

#modalNewsletterOptIn .terms {
  margin-top: 5px; }

#modalNewsletterOptIn .modal-body {
  padding-top: 0; }

#modalNewsletterOptIn .modal-header {
  padding-top: 10px; }

#modalNewsletterOptIn .modal-content {
  background-size: cover; }

@media (max-width: 480px) {
  #modalExitIntent .modal-opt-v3 h2 {
    font-size: 14vw; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Small Desktop Styling */
@media (min-width: 992px) {
  #modalClickChat .modal-dialog, #modalClickChatReview .modal-dialog, #modalActiveChat .modal-dialog {
    margin: 0px auto;
    position: fixed;
    right: 2%;
    bottom: 0px;
    max-width: 350px;
    background: transparent; } }

.bbc #modalNewsletterOptIn .modal-content .title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.4em; }

#modalWinePlanAmends .modal-content {
  padding: 32px 32px 35px 32px; }
  #modalWinePlanAmends .modal-content .modal-header {
    padding: 0 0 20px 0; }
    #modalWinePlanAmends .modal-content .modal-header .close {
      position: absolute;
      right: 8px;
      top: 8px;
      padding: 0;
      margin: 0;
      line-height: 27px;
      font-size: 34px;
      width: 29px;
      height: 29px; }
  #modalWinePlanAmends .modal-content .modal-body {
    padding: 25px 0 30px; }
  #modalWinePlanAmends .modal-content .modal-footer {
    border: 0;
    padding: 0;
    margin: 0; }
    #modalWinePlanAmends .modal-content .modal-footer .btn {
      min-width: 180px; }
      #modalWinePlanAmends .modal-content .modal-footer .btn + .btn {
        margin-left: 18px; }
  @media (max-width: 500px) {
    #modalWinePlanAmends .modal-content .modal-header h4 {
      line-height: 34px; }
    #modalWinePlanAmends .modal-content .modal-footer .btn {
      display: block; }
      #modalWinePlanAmends .modal-content .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 10px; } }

/* ---------- Navigation ---------- */
#navigation {
  height: 40px;
  background: #88223F;
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 1;
  /* Anything higher than 1 disturbs the z-index of the popups */
  box-shadow: 0 4px 2px -2px #333; }

#navigation ul {
  list-style: none;
  width: 980px;
  margin: 0px auto;
  position: relative; }

#navigation ul li {
  float: left;
  border-left: 1px solid #933953;
  border-right: 1px solid #731d36; }

#navigation ul li.last {
  border-right: 1px solid #933953; }

#navigation li a {
  display: block;
  text-decoration: none;
  text-align: center; }

#navigation li a:hover, #navigation li a.tab-drop-hover {
  color: #fff;
  background-color: #333; }

#navigation li a.selected {
  display: block;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  background-color: #7d1237; }

#navigation li a.tab-drop-hover {
  color: #fff;
  display: block;
  text-decoration: none;
  color: #fff; }

#navigation li .sub-menu ul li a.selected {
  background: none;
  height: 20px !important; }

#navigation li .sub-menu ul li a.selected:hover {
  background: #dedede;
  height: 20px !important; }

#navigation .sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  min-width: 250px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 14px;
  z-index: 4;
  width: 250px;
  padding: 0px; }

#navigation .sub-menu.col-two {
  width: 490px; }

#navigation .sub-menu.col-three {
  width: 710px; }

#navigation .sub-menu.col-four {
  width: 950px; }

#navigation .sub-menu ul {
  width: 220px;
  float: left;
  margin: 0px 0 0 6px;
  z-index: 9999;
  padding: 0px; }

#navigation .sub-menu ul li {
  margin: 14px 10px; }

#navigation .sub-menu li {
  float: none;
  background: none;
  text-align: left;
  z-index: 9999;
  border: 0; }

#navigation .sub-menu li a {
  padding: 0px;
  text-align: left;
  width: auto;
  display: block;
  line-height: 12px;
  text-transform: capitalize; }

#navigation ul.sub-menu li a:hover {
  text-decoration: underline;
  background: #FFF;
  color: #0e5953; }

#navigation .sub-menu li.heading {
  color: #333;
  margin: 14px 0px 14px 10px;
  font-size: 15px;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px; }

#navigation .sub-menu li.heading.secondary {
  margin-top: 20px; }

#navigation .sub-menu-banners {
  padding: 10px; }

#navigation .sub-menu-banners span {
  margin-right: 9px; }

#navigation .sub-menu-banners span.last {
  margin-right: 0px; }

/* Side navigation */
.nav-tabs > li > a {
  margin-right: 10px; }

.side-nav, .case-builder-nav {
  display: block;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: inside;
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
  background: #ffffff; }
  .side-nav li a, .case-builder-nav li a {
    margin: 0 0 0.4375rem 0;
    font-weight: normal; }

.case-builder-nav {
  margin: 20px 0 0; }

.side-nav li {
  display: block;
  padding: 4px 4px 8px 13px; }

@media (max-width: 768px) {
  #account-side-nav .side-nav li.cellar-icons {
    padding: 4px 4px 8px 0;
    padding-left: 43px;
    line-height: 15px; }
    #account-side-nav .side-nav li.cellar-icons a {
      padding-left: 0px; } }

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  color: #333; }

.side-nav li.active > a:first-child:not(.button) {
  color: #333;
  font-weight: bold;
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/ }

.side-nav li.divider, .case-builder-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #ffffff; }

.side-nav .heading, .case-builder-nav .heading {
  padding: 6px 6px 0px 12px; }

/* Top Navigation */
.top-bar, .top-bar.expanded .title-area {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$dark-red", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5a0e26), to(#5e1111));
  background-image: -moz-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -ms-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a0e26), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -o-linear-gradient(top, #5a0e26, #5e1111);
  background-image: linear-gradient(#5a0e26, #5e1111);
  border-color: #5e1111 #5e1111 #490d0d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased; }

.top-bar:not(.expanded) li:not(.has-form) a:not(.button) {
  text-align: center;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$dark-red", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5a0e26), to(#5e1111));
  background-image: -moz-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -ms-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a0e26), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #5a0e26, #5e1111);
  background-image: -o-linear-gradient(top, #5a0e26, #5e1111);
  background-image: linear-gradient(#5a0e26, #5e1111);
  border-color: #5e1111 #5e1111 #490d0d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  padding: 0px 10px; }

.top-bar:not(.expanded) li.active a:not(.button) {
  background: #333; }

.top-bar:not(.expanded) li.last a:not(.button) {
  width: 165px; }

.top-bar:not(.expanded) li.has-dropdown ul.dropdown a {
  background: #333;
  text-align: left; }

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-right: 1px solid #5a0e26; }

.top-bar .name h1 a {
  padding: 0px 15px !important;
  text-align: left !important; }

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
  background: none repeat scroll 0 0 #5a0e26;
  border-radius: 3px;
  color: #ffffff;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem; }

.navbar {
  background: #0e5953;
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-header a:link, .navbar-header a:visited {
  color: #ffffff; }

.navbar-header a.icon:link, .navbar-header a.icon:visited {
  display: inline-block;
  padding: 8px 0px; }
  .navbar-header a.icon:link img, .navbar-header a.icon:visited img {
    max-width: 25px;
    max-height: 20px; }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 10px 0px 0px 4px;
  font-size: 17px;
  line-height: 18px;
  background: transparent url(/images/uk/en/common/icons/mobile/lw-logo-transparent.png) center center no-repeat;
  background-size: 135px auto;
  width: 135px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  .navbar-nav .jan-sales {
    background: #b50909;
    font-family: "Arial", sans-serif; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: #670030;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11px;
          padding-bottom: 11px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li {
  border-left: none;
  border-right: none; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #F6F6F6;
  border: none;
  box-shadow: 0 4px 2px -2px #333333; }
  .navbar-default .navbar-brand {
    color: #FFF; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e5e5;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #FFF; }
  .navbar-default .navbar-nav > li > a {
    color: #333; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: #333; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #6d1b33; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #6d1b33; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #6d1b33;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #6d1b33; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #FFF; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.navbar-collapse {
  padding: 0px; }

.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  display: block; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    display: block;
    text-decoration: none; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    background: #0e5953; }

#top-nav {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  position: relative;
  height: 100%; }
  #top-nav ul {
    position: relative;
    list-style-type: none; }
    #top-nav ulli {
      padding: 0;
      display: inline-block;
      box-sizing: border-box; }
      #top-nav ulli a {
        font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        text-align: left;
        width: auto;
        display: inline-block;
        color: #333;
        line-height: 12px;
        text-transform: capitalize; }
    #top-nav ul .tab-drop-hover {
      color: #ffffff;
      display: block;
      text-decoration: none; }
    #top-nav ul .sub-menu {
      background-color: #ffffff;
      border-image: none;
      border-top: 5px solid #591427;
      border-bottom: 5px solid #591427;
      -webkit-box-shadow: 0 5px 8px -6px #333;
      -moz-box-shadow: 0 5px 8px -6px #333;
      box-shadow: 0 5px 8px -6px #333;
      line-height: 14px;
      min-width: 250px;
      position: absolute;
      top: 40px;
      left: 0px;
      width: 100%;
      z-index: 4; }
      #top-nav ul .sub-menu .ban-red-border {
        border-top: 5px solid #591427;
        border-bottom: 5px solid #591427;
        border-right: 1px solid #000;
        border-left: 1px solid #000; }

#top-nav ul li a {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.sub-menu-content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .sub-menu-content ul li {
    background-color: #ffffff;
    border: 0px;
    padding: 6px;
    color: #5d5d5d;
    font-size: 13px; }
    .sub-menu-content ul li:hover {
      background-color: #ffffff; }
    .sub-menu-content ul li a {
      color: #333; }
      .sub-menu-content ul li a:hover {
        color: #87233f; }

.sub-menu-content .sub-view-all a {
  color: #87233f;
  font-weight: bold;
  margin: 0px; }

.sub-menu-content .heading {
  color: #87233f;
  margin: 0px;
  text-decoration: none;
  font: normal 17px "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding-bottom: 0 6px 0;
  font-weight: 600; }
  .sub-menu-content .heading:hover {
    text-decoration: none; }

.sub-menu-content .head-underline {
  background-color: #ebebeb;
  height: 1px;
  display: block;
  width: 85%;
  margin-left: 7px; }

/* Small Desktop Styling. */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-weight: bold; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px; }
  .stw .navbar-default .navbar-nav > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px; } }

/* Medium Desktop Styling */
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px; }
  .stw .navbar-default .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px; } }

.pager {
  padding-left: 0;
  margin: 0px;
  list-style: none;
  text-align: right; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 3px 10px;
      background-color: none;
      border: 1px solid none;
      border-radius: 0px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: none;
    cursor: not-allowed; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: none; }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
  .panel-body .radio:first-child {
    margin-top: 0; }

.panel-heading {
  padding: 8px;
  border-bottom: none;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #88223F; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #88223F;
    border-color: #88223F; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #88223F; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #88223F; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.panel-filter {
  border-color: #ddd; }
  .panel-filter > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-filter > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-filter > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }
  .panel-filter .panel-heading {
    padding: 10px 15px 1px 15px; }
  .panel-filter .panel-heading:last-child {
    padding: 8px 0px 0px 0px; }
  .panel-filter .panel-heading a {
    color: #0e5953;
    font-weight: bold; }
  .panel-filter .panel-title {
    font-size: 14px; }
    .panel-filter .panel-title h3 {
      color: #87233f;
      margin-bottom: 10px; }
  .panel-filter .panel-body {
    padding: 10px 10px 0px 10px; }
    .panel-filter .panel-body ul li {
      padding: 3px 0px; }
    .panel-filter .panel-body .radio, .panel-filter .panel-body .checkbox {
      margin: 0px; }

.panel-menu {
  border-color: #ddd; }
  .panel-menu > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-menu > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-menu > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }
  .panel-menu .panel-heading {
    padding: 8px; }
  .panel-menu .panel-heading h3 {
    margin-bottom: 0px; }
  .panel-menu .panel-title {
    font-size: 14px; }
  .panel-menu .panel-body {
    padding: 10px; }
    .panel-menu .panel-body ul li {
      padding: 3px 0px; }

.panel-wine-details {
  border-color: #ddd; }
  .panel-wine-details > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-wine-details > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-wine-details > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }
  .panel-wine-details .panel-heading {
    padding: 8px 0px;
    background: #EDEDED;
    border-bottom: 3px solid #0e5953; }
  .panel-wine-details .panel-heading:last-child {
    padding: 8px 0px 0px 0px; }
  .panel-wine-details .panel-heading a {
    color: #000;
    padding: 0px 10px; }
  .panel-wine-details .panel-title {
    font-size: 16px; }
  .panel-wine-details .panel-body {
    padding: 10px 0px 0px 0px;
    background: #F6F6F6; }
    .panel-wine-details .panel-body ul li {
      padding: 3px 0px; }

.panel-wine-recommendations {
  border-color: #ddd;
  border: 1px solid #dddddd;
  background: #EDEDED; }
  .panel-wine-recommendations > .panel-heading {
    color: #333333;
    background-color: #ddd;
    border-color: #ddd; }
    .panel-wine-recommendations > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-wine-recommendations > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }
  .panel-wine-recommendations .panel-heading {
    padding: 0px 4px 12px 4px;
    background: #EDEDED;
    text-align: center; }
  .panel-wine-recommendations .panel-heading:last-child {
    padding: 8px 0px 0px 0px; }
  .panel-wine-recommendations .panel-title {
    font-size: 16px; }
  .panel-wine-recommendations .panel-body {
    padding: 0px 10px 10px 10px;
    background: #EDEDED ul li;
      background-padding: 3px 0px; }

@media (min-width: 768px) {
  .panel-filter .panel-heading:first-child {
    padding-top: 10px; }
  .panel-filter .panel-heading {
    padding: 0px 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    background-image: none; }
  .panel-filter .panel-body {
    background: none; }
  .panel-menu .panel-heading:first-child {
    padding-top: 10px; }
  .panel-menu .panel-heading {
    padding: 0px 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    background-image: none; }
  .panel-menu .panel-heading h3 {
    margin-bottom: 10px; }
  .panel-menu .panel-body {
    background: none; } }

#whats-in-this-case {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.8) !important; }
  #whats-in-this-case .modal-body {
    padding-top: 0px;
    padding-bottom: 0px; }
  #whats-in-this-case .modal-content {
    padding: 0 12px; }
  #whats-in-this-case .modal-header {
    border-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px; }
    #whats-in-this-case .modal-header button {
      padding: 2px 5px !important;
      border: 2px solid #999; }
  #whats-in-this-case .case-detail-headertext {
    font-weight: 600;
    padding-top: 20px; }
  #whats-in-this-case h1 {
    font-size: 36px; }
  #whats-in-this-case h2 {
    font-size: 26px;
    font-weight: 700; }
  #whats-in-this-case .case-headline {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px; }
  #whats-in-this-case .case-detail-container {
    padding-left: 0px; }
  #whats-in-this-case .case-detail-list {
    box-shadow: inset #f8f8f8 0px 1px 2px 0px, inset rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
    height: 44px;
    -webkit-appearance: none;
    background-image: url("/assets/icons/chevron.svg");
    width: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #727272;
    border-image: initial;
    padding: 0px 1rem;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    display: block; }
  #whats-in-this-case .case-detail {
    min-height: 230px;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block; }
  #whats-in-this-case #change-case {
    min-height: 500px; }
  #whats-in-this-case .case-file-section .detail-table {
    margin: 11px 0 0;
    padding: 0; }
    #whats-in-this-case .case-file-section .detail-table li {
      list-style: none;
      height: 35px; }
      #whats-in-this-case .case-file-section .detail-table li .icons {
        width: 32px;
        height: 32px; }
      #whats-in-this-case .case-file-section .detail-table li .detail-text {
        margin-left: 45px;
        padding-top: 4px; }
  #whats-in-this-case .case-detaillist-container {
    margin-top: 20px; }
    #whats-in-this-case .case-detaillist-container .prod-image-holder {
      text-align: center; }
      #whats-in-this-case .case-detaillist-container .prod-image-holder img {
        max-height: 220px; }
    #whats-in-this-case .case-detaillist-container .case-bottles {
      padding-top: 5px; }
  #whats-in-this-case .select-offer-changecase {
    position: fixed;
    top: 55px;
    float: right;
    right: 30px;
    z-index: 2; }
    @media (max-width: 767px) {
      #whats-in-this-case .select-offer-changecase {
        top: 101px;
        width: 200px;
        left: 5px;
        margin-top: 12px; } }
  #whats-in-this-case .case-close-window {
    margin-top: 5px;
    margin-bottom: 15px; }
    #whats-in-this-case .case-close-window a {
      text-decoration: underline; }
  @media (min-width: 992px) {
    #whats-in-this-case .modal-lg {
      width: 970px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #whats-in-this-case .modal-lg {
      width: 750px; } }
  @media (max-width: 767px) {
    #whats-in-this-case .modal-lg {
      width: 95%;
      margin: 10px auto; }
    #whats-in-this-case .modal-content {
      padding: 0px 5px 0 0; }
    #whats-in-this-case .case-detaillist-container {
      margin-top: 70px; }
    #whats-in-this-case .case-detail {
      padding-left: 10px;
      padding-right: 10px;
      min-height: 230px; } }

.panel.panel-promo-delivery {
  background: #efffd5; }
  .panel.panel-promo-delivery .panel-heading {
    background: #6ca73b; }
    .panel.panel-promo-delivery .panel-heading .panel-title {
      color: #fff;
      font-size: 20px; }

.promo-progress-bar {
  width: 100%;
  z-index: 3;
  box-shadow: 1px 3px 10px -2px gray; }
  .promo-progress-bar.fixed {
    position: fixed;
    top: 0px; }
    .promo-progress-bar.fixed .progress {
      height: 50px;
      margin-bottom: 0px;
      transition: 0s ease all; }
      .promo-progress-bar.fixed .progress .promo-bar-msg {
        top: 6px; }
        .promo-progress-bar.fixed .progress .promo-bar-msg .msg {
          font-size: 13px; }
        .promo-progress-bar.fixed .progress .promo-bar-msg .ultd-msg {
          display: inline-block; }
      .promo-progress-bar.fixed .progress .truck {
        margin: -3px 0px 0px -55px;
        font-size: 2em; }
  .promo-progress-bar .progress {
    height: 60px;
    margin-bottom: 0px; }
    .promo-progress-bar .progress .truck {
      margin: 4px 0px 0px -55px;
      display: none;
      color: #fff;
      opacity: 0.4;
      font-size: 3em; }
    .promo-progress-bar .progress.default {
      background: #6ca73b; }
      .promo-progress-bar .progress.default .promo-bar-msg {
        color: #FFF; }
    .promo-progress-bar .progress.adding {
      background: #bbb; }
      .promo-progress-bar .progress.adding .promo-bar-msg {
        color: #fff; }
    .promo-progress-bar .progress .promo-bar-msg {
      position: fixed;
      width: 100%;
      text-align: center;
      top: 13px;
      color: #fff;
      z-index: 2; }
  .promo-progress-bar .progress-bar {
    font-size: 16px;
    background: #6ca73b; }

/* Medium Desktop Styling */
@media (min-width: 992px) {
  .promo-progress-bar.fixed .progress {
    height: 30px; }
  .promo-progress-bar .progress .truck {
    display: inline-block; }
  .promo-progress-bar .progress .promo-bar-msg {
    top: 1px; }
    .promo-progress-bar .progress .promo-bar-msg .msg {
      font-size: 24px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url("/images/uk/en/common/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 15px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent url("/images/uk/en/common/icons/arrow-carousel.png") no-repeat;
  color: transparent;
  top: 40%;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: url("/images/uk/en/common/icons/arrow-carousel.png") no-repeat; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev, .slick-prev:hover {
  left: 0px;
  background-position: 0px 50%; }

.slick-next, .slick-next:hover {
  right: 0px;
  background-position: -30px 50%; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px; }

[dir="rtl"] .slick-next:before {
  content: "\2190"; }

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto; }

[dir="rtl"] .slick-prev:before {
  content: "\2192"; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-disabled {
  background: none !important; }

/* Wine account tabs - general styling */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #0e5953;
  border-color: #0e5953;
  color: #ffffff; }

.nav-tabs > li > a:hover {
  border-color: #0e5953; }

.nav-tabs > li > a {
  border-color: #ccc; }

/*.nav-tabs.account-tabs a,
.nav-tabs.wine-cellar a {
  text-align: center;
  padding: 6px 15px;
  background: $light-grey;
}

.nav-tabs.account-tabs li {
  margin-bottom: 0px
}

.nav-tabs.wine-cellar a:hover
 {
  background: lighten($light-grey, 5%)!important;
  color: #000;
}

.nav-tabs.wine-cellar li.tab-one a
 {
  background: #567311;
  color: $white;
  border-color: #567311;
}

.nav-tabs.wine-cellar li.tab-one a:hover
 {
  background: lighten(#567311, 13.5%)!important;
}

.nav-tabs.wine-cellar li.tab-two a
 {
  background: #263e62;
  color: $white;
  border-color: #263e62;
}

.nav-tabs.wine-cellar li.tab-two a:hover
 {
  background: lighten(#263e62, 13.5%)!important;
}

.nav-tabs.wine-cellar li.tab-three a
 {
  background: #d19d22;
  color: $white;
  border-color: #d19d22;
}

.nav-tabs.wine-cellar li.tab-three a:hover
 {
  background: lighten(#d19d22, 13.5%)!important;
}/*

/* Small Desktop Styling */
/*@media (min-width: $screen-sm) {


  .nav-tabs.account-tabs {
    padding: 0px
  }

  .nav-tabs.account-tabs a {
    width: 130px;
  }

  .nav-tabs.wine-cellar a {
    width: 174px;
  }

  .nav-tabs.wine-cellar li.tab-three a
   {
    width: 179px;
    margin-right: 0px
  }
}*/
/* Small Desktop Styling */
/*@media (min-width: $screen-md) {
  .nav-tabs.wine-cellar a {
    width: 230px;
  }

  .nav-tabs.wine-cellar li.tab-three a
   {
    width: 233px;
    margin-right: 0px
  }
}*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 22px; }

h2, .h2 {
  font-size: 18px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 9px; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0e5953; }

a.bg-primary:hover {
  background-color: #072d2a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

p.bg-success, p.bg-info, p.bg-warning {
  padding: 5px;
  text-align: center; }

.wrbullets p {
  padding-left: 66px; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  border-radius: 0px;
  box-shadow: none; }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 17px 20px 15px 20px;
  border-radius: 0px; }

.well-filled {
  background-color: #dddddd; }

.well-shadow {
  padding: 9px 9px 50px 9px !important;
  border: none;
  background-image: url("/images/uk/en/common/bg/keyline-shadow.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: transparent; }

.well-bordered {
  background: #eee;
  border-color: #ccc; }

.well-orderform {
  background: transparent;
  border: 1px solid #a5acaf;
  /*.radio {
    padding-left: 30px;
  }

  .keyline {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    background: #fff
  }*/ }

.well-search-featured {
  padding: 8px 2px 50px 2px !important;
  border: none;
  background-image: url(/images/uk/en/common/bg/keyline-shadow.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: transparent; }
  .well-search-featured h3 {
    padding-bottom: 10px;
    font-size: 2rem;
    text-transform: uppercase; }

.well-dotted {
  padding: 0px;
  border: 15px solid transparent;
  -webkit-border-image: url(/images/uk/en/common/bg/border-dotted.png) 25 25 round;
  /* Safari 5 */
  -o-border-image: url(/images/uk/en/common/bg/border-dotted.png) 25 25 round;
  /* Opera */
  border-image: url(/images/uk/en/common/bg/border-dotted.png) 25 25 round; }

.well.ultd {
  background: url("/images/uk/en/account/banner-ultd.gif") no-repeat bottom right;
  min-height: 200px; }

.well.wpv {
  background: url("/images/uk/en/account/banner-wpv.gif") no-repeat bottom right;
  min-height: 200px; }

p.product-headline a {
  font-weight: bold; }

@media (min-width: 768px) {
  #detail-event .print-image img {
    max-height: 340px; } }

@media (min-width: 768px) {
  .search-product-result .product-row .well-sm {
    padding: 17px 12px 15px 12px; } }

html, body {
  overflow-x: hidden; }

.js-drawer-menu {
  position: fixed;
  background-color: #0e5953;
  top: 0;
  bottom: 0;
  width: 290px;
  left: -290px;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  -moz-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.8);
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.8); }
  .js-drawer-menu.active {
    -webkit-transform: translate(290px, 0px);
    -moz-transform: translate(290px, 0px);
    -o-transform: translate(290px, 0px);
    -ms-transform: translate(290px, 0px);
    transform: translate(290px, 0px);
    overflow-y: auto; }
  .js-drawer-menu a, .js-drawer-menu a:hover {
    color: #fff; }
  .js-drawer-menu h4 {
    color: #fff;
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px; }
    .js-drawer-menu h4 a {
      display: block;
      height: 32px;
      padding-top: 8px;
      color: #fff; }
    .js-drawer-menu h4 .fa.fa-chevron-right {
      font-weight: bold; }
  .js-drawer-menu .fa.fa-chevron-right {
    position: absolute;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
    right: 20px; }
  .js-drawer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff; }
    .js-drawer-menu ul li {
      height: 32px; }
      .js-drawer-menu ul li a {
        display: block;
        height: 32px;
        padding-top: 8px;
        color: #fff; }
  .js-drawer-menu .tt-input {
    border-radius: 0;
    border-color: #0e5953; }
  .js-drawer-menu .tt-dropdown-menu a {
    color: #333333; }
  .js-drawer-menu hr {
    border-top: 1px dashed #013834; }
  .js-drawer-menu i {
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer; }

.navbar-header.visible-xs {
  padding: 5px 0; }

.push-container {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  overflow-x: hidden; }
  .push-container.active {
    -webkit-transform: translate(290px, 0px);
    -moz-transform: translate(290px, 0px);
    -o-transform: translate(290px, 0px);
    -ms-transform: translate(290px, 0px);
    transform: translate(290px, 0px);
    overflow-x: hidden;
    position: fixed; }

.navbar .fa.fa-bars {
  font-size: 30px;
  margin-top: 8px;
  color: #fff;
  position: absolute;
  z-index: 999;
  cursor: pointer; }

.navbar .fa.fa-shopping-cart {
  font-size: 30px;
  margin-right: 25px;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: 0; }

#js-mini-cart-display {
  width: 350px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 55px;
  left: -15px;
  text-align: left;
  z-index: 9999999;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3); }
  #js-mini-cart-display .loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    background: url("/images/uk/en/common/ajax-loader-big.gif") 50% 50% no-repeat;
    background-size: 25%;
    z-index: 99;
    /*height:200px;*/
    position: absolute;
    top: 0;
    left: 0; }
  #js-mini-cart-display .inner {
    background: white;
    margin-top: -50px;
    padding: 15px;
    min-height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* transform z-index hack */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #js-mini-cart-display:before {
    content: '';
    position: relative;
    margin-left: 25px;
    top: -10px;
    background: white;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #js-mini-cart-display .dashed-border-top {
    border-bottom: dashed 1px #ccc; }
  #js-mini-cart-display .dashed-border-bottom {
    border-top: dashed 1px #ccc; }

.data-tooltip {
  background: #d9edf7;
  position: relative;
  padding: 5px;
  cursor: pointer;
  text-align: center; }
  .data-tooltip span {
    display: none; }
  .data-tooltip:hover {
    text-decoration: underline; }
    .data-tooltip:hover span {
      display: block;
      position: absolute;
      z-index: 1060;
      max-width: 200px;
      padding: 10px;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      text-align: left;
      top: 32px; }
      .data-tooltip:hover span::before, .data-tooltip:hover span::after {
        content: "";
        display: block;
        border: solid transparent;
        top: -20px;
        left: 10px;
        width: 0;
        height: 0;
        position: absolute; }
      .data-tooltip:hover span::before {
        border-width: 10px;
        border-bottom-color: #999;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        content: " ";
        left: calc(50% - 5px); }
      .data-tooltip:hover span::after {
        bottom: -18px;
        border-width: 9px;
        border-bottom-color: #fff;
        top: -18px;
        left: 11px;
        left: calc(50% - 4px); }

@media (min-width: 1200px) {
  .container {
    max-width: 970px; } }

#js-mini-cart-display {
  width: 350px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 120px;
  left: -15px;
  text-align: left;
  z-index: 9999999;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3); }
  #js-mini-cart-display .loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    background: url("/images/uk/en/common/ajax-loader-big.gif") 50% 50% no-repeat;
    background-size: 25%;
    z-index: 99;
    /*height:200px;*/
    position: absolute;
    top: 0;
    left: 0; }
  #js-mini-cart-display .inner {
    background: white;
    margin-top: -50px;
    padding: 15px;
    min-height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* transform z-index hack */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #js-mini-cart-display:before {
    content: '';
    position: relative;
    margin-left: 25px;
    top: -10px;
    background: white;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #js-mini-cart-display .dashed-border-top {
    border-bottom: dashed 1px #ccc; }
  #js-mini-cart-display .dashed-border-bottom {
    border-top: dashed 1px #ccc; }

#modalEmailOptIn.modal {
  color: #333; }

#modalEmailOptIn .modal-content {
  background: url(/images/uk/en/avy/homepage/bg-email-opt-in.jpg) no-repeat; }
  #modalEmailOptIn .modal-content .title {
    color: #6d9b98;
    font-size: 3.4em;
    line-height: 1em; }

#modalEmailOptIn button.btn-primary {
  background: #6d9b98;
  border-radius: 0px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px 30px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 800px; } }

#preview-case-details .case-component ul {
  padding-left: 15px; }

.table.wine-facts {
  margin-bottom: 0px;
  background: none; }
  .table.wine-facts > thead > tr > th,
  .table.wine-facts > thead > tr > td,
  .table.wine-facts > tbody > tr > th,
  .table.wine-facts > tbody > tr > td,
  .table.wine-facts > tfoot > tr > th,
  .table.wine-facts > tfoot > tr > td {
    border-bottom: 2px dotted #ddd;
    padding: 6px;
    border-top: 0px; }
  .table.wine-facts > thead > tr > th {
    border-bottom: 2px dotted #ddd;
    border-top: 0px; }
  .table.wine-facts td:first-child {
    width: 100px; }

.addthis_toolbox a {
  margin-bottom: 10px;
  display: block; }

.order-form {
  background: #ededed;
  border: 1px solid #dddddd;
  padding: 4px 16px; }

.product-section-content {
  padding: 15px; }

span.review-request {
  padding-right: 10px; }

.BVRRDisplayContent .BVRRDisplayContentHeader {
  height: auto !important; }

.BVRRDisplayContentHeaderContent {
  width: auto !important; }

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stArrow,
.stButton .stButton_gradient {
  line-height: 22px !important;
  height: 22px !important;
  vertical-align: top; }

.stButton {
  margin-bottom: 10px; }

.stButton .stMainServices {
  padding-top: 0px !important; }

.stButton .stButton_gradient {
  padding: 0px 2px !important; }

.add-to-fav {
  text-align: center; }
  .add-to-fav img {
    width: 56px;
    height: 56px; }

.banner-icons {
  position: absolute;
  top: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner-icons {
      right: 34px !important; } }
  @media (max-width: 767px) {
    .banner-icons {
      top: 18px;
      right: 19px !important; }
      .banner-icons .badge-on-sale {
        margin-bottom: 10px; } }
  @media (min-width: 767px) {
    .banner-icons .rb-offer-image {
      margin-bottom: 18px; } }

.fa-heart,
.favourites a,
span.fa-heart {
  color: #0e5953; }

.fa-heart-o {
  color: #a5acaf; }

.similar-tasting-wines .taste-badge {
  position: absolute;
  left: 25%;
  top: 0px;
  font-size: 22px;
  font-family: "Crimson Text", "Times New Roman", serif; }

.similar-tasting-wines .badge-award-winner {
  position: absolute;
  top: 30px;
  left: 17%; }

.bottle-quote {
  display: block;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center; }

.bottle-quote-source {
  font-family: "Crimson Text", "Times New Roman", serif;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  display: block;
  margin-top: 5px; }

.bottle-zoom-icon {
  position: absolute;
  bottom: 70px;
  color: #dddddd;
  left: 43%;
  font-size: 24px;
  text-shadow: 2px 2px #333; }
  @media (max-width: 991px) and (min-width: 768px) {
    .bottle-zoom-icon {
      left: 77%;
      bottom: 40px; } }

.fb_iframe_widget {
  margin-top: -4px !important;
  vertical-align: middle !important; }

#BVRRWidgetID {
  width: auto !important; }

#BVSubmissionPopupContainer .BVRRReviewDisplayStyle5Header .BVRRReviewDateContainer,
#BVSubmissionPopupContainer .BVRRReviewDisplayStyle5BodyUser {
  width: 160px; }

#BVSubmissionPopupContainer .BVRRReviewDisplayStyle5BodyContentPrimary {
  margin-right: 180px; }

.add-to-fav-under {
  text-decoration: underline; }

.appellation {
  color: #6e9b98; }

body.law #BVRRRatingSummaryLinkWriteID a,
body.law #BVRRDisplayContentLinkWriteID a,
body.stw #BVRRRatingSummaryLinkWriteID a,
body.stw #BVRRDisplayContentLinkWriteID a {
  display: none; }

@media (min-width: 768px) {
  #preview-case-details .case-component {
    min-height: 260px; }
  .case-image {
    margin-top: 40px; } }

#ReviewsApp {
  margin: auto; }
  #ReviewsApp .heading-title {
    border-top: 3px solid #608822;
    padding-top: 20px; }
  #ReviewsApp .customer-review .wine-file {
    padding-bottom: 0; }
  #ReviewsApp button {
    padding: 10px;
    margin: 10px 0;
    width: 228px;
    color: #ffffff !important;
    border: none; }
  #ReviewsApp .pagination-container {
    background: #f6f6f6;
    height: 97px;
    border: 1px solid #cccccc;
    margin-top: 20px; }
    @media (max-width: 767px) {
      #ReviewsApp .pagination-container {
        text-align: center;
        height: 155px; }
        #ReviewsApp .pagination-container .text-right {
          text-align: center; } }
  #ReviewsApp .fa {
    font-size: 28px; }
  #ReviewsApp .no-reviews button {
    width: 140px; }
  #ReviewsApp .review-bottom-pagination {
    text-align: right; }
    @media (max-width: 767px) {
      #ReviewsApp .review-bottom-pagination .for-bottom-nav {
        text-align: center;
        float: none;
        padding: 0; } }
  #ReviewsApp .wine-file-section .reviewsHeader h1 {
    font-size: 38px;
    float: left;
    margin: 10px 10px 10px 0; }
  #ReviewsApp .wine-file-section .reviewsHeader h2 {
    margin-bottom: 20px; }
  #ReviewsApp .wine-file-section .reviewsHeader p {
    clear: both;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif; }
  #ReviewsApp .wine-file-section .reviewsHeader .review-text {
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif; }
  #ReviewsApp .wine-file-section .reviewsHeader .rate-btn {
    text-align: right; }
    #ReviewsApp .wine-file-section .reviewsHeader .rate-btn button {
      width: 228px; }
    @media (max-width: 767px) {
      #ReviewsApp .wine-file-section .reviewsHeader .rate-btn {
        text-align: center; } }
  #ReviewsApp .wine-file-section .reviewsHeader .bz-logo {
    max-height: 40px;
    clear: both;
    float: none;
    margin: 13px 0 20px 0; }
    @media (max-width: 991px) and (min-width: 768px) {
      #ReviewsApp .wine-file-section .reviewsHeader .bz-logo {
        float: right;
        margin-top: -25px; } }
    @media (max-width: 767px) {
      #ReviewsApp .wine-file-section .reviewsHeader .bz-logo {
        float: right;
        margin-top: 12px; } }
  #ReviewsApp .wine-file-section .reviewsHeader .stars-container {
    float: left;
    margin: 23px 0 0 0; }
  #ReviewsApp .wine-file-section .reviewsHeader .sort-options {
    background: #ffffff; }
  #ReviewsApp .wine-file-section .reviewsHeader .stars-container .fa.fa-star {
    color: #c18a26;
    font-size: 20px;
    padding-right: 3px; }
  #ReviewsApp .wine-file-section .reviewsHeader .stars-container .fa.fa-star-o {
    color: #ccc;
    font-size: 20px;
    padding-right: 3px; }
  #ReviewsApp .wine-file-section .reviewsHeader select {
    padding: 6px 8px;
    margin: 26px 0;
    box-shadow: none;
    border-radius: 0;
    width: 255px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #a5acaf;
    font-family: "Roboto", Arial, sans-serif;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  #ReviewsApp .wine-file-section .reviewsHeader .select-wrapper {
    position: relative; }
  #ReviewsApp .wine-file-section .reviewsHeader .select-wrapper:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 22px;
    position: absolute;
    top: 32px;
    right: 36px;
    color: #333;
    pointer-events: none; }
    @media (max-width: 991px) {
      #ReviewsApp .wine-file-section .reviewsHeader .select-wrapper:after {
        top: 16px;
        right: 20px; } }
  #ReviewsApp .wine-file-section .reviewsHeader .pagination {
    margin: 28px 0 0; }
    @media (max-width: 767px) {
      #ReviewsApp .wine-file-section .reviewsHeader .pagination {
        text-align: center;
        margin: 5px 0; } }
    #ReviewsApp .wine-file-section .reviewsHeader .pagination .next a:after {
      color: #333;
      font-family: FontAwesome;
      font-size: 18px;
      font-weight: 700;
      content: "\f105"; }
    #ReviewsApp .wine-file-section .reviewsHeader .pagination .previous a:after {
      color: #333;
      font-family: FontAwesome;
      font-weight: 700;
      font-size: 18px;
      content: "\f104"; }
  #ReviewsApp .wine-file-section .reviewsHeader .pagination > li > a {
    padding: 12px 14px;
    float: none; }
    @media (max-width: 320px) {
      #ReviewsApp .wine-file-section .reviewsHeader .pagination > li > a {
        font-size: 12px; } }
  #ReviewsApp .wine-file-section .reviewsHeader .pagination > .active > a {
    background-color: #0e5953;
    border-color: #0e5953; }
  #ReviewsApp .wine-file-section .reviewsCount-section {
    background: #f6f6f6;
    border: 1px solid #cccccc;
    margin-top: 20px;
    height: 97px; }
    @media (max-width: 991px) {
      #ReviewsApp .wine-file-section .reviewsCount-section {
        display: flex;
        flex-direction: column;
        height: auto; }
        #ReviewsApp .wine-file-section .reviewsCount-section .dropdown {
          display: flex;
          justify-content: center;
          order: 2; }
          #ReviewsApp .wine-file-section .reviewsCount-section .dropdown select {
            margin: 10px 0 26px; } }
    @media (max-width: 767px) {
      #ReviewsApp .wine-file-section .reviewsCount-section {
        margin: 20px 0px; } }
    #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section {
      height: inherit; }
      @media (min-width: 768px) and (max-width: 992px) {
        #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section {
          margin: 0 auto; } }
      #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter {
        height: inherit;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 0; }
        #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter .stars-container {
          cursor: pointer;
          float: none;
          margin: 0;
          padding-right: 10px; }
          #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter .stars-container .rating {
            font-weight: 600;
            text-align: center;
            margin-bottom: 0; }
            #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter .stars-container .rating .rating-count {
              font-weight: 500;
              margin-left: 5px; }
          @media (max-width: 991px) {
            #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter .stars-container {
              padding-bottom: 20px; } }
          @media (max-width: 767px) {
            #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter .stars-container {
              padding-left: 15px;
              padding-right: 15px; } }
        @media (max-width: 991px) {
          #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter {
            margin: 26px auto 0;
            order: 1;
            padding: 0;
            justify-content: center; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #ReviewsApp .wine-file-section .reviewsCount-section .rating-filter-section .rating-filter-section {
          margin: 0 auto; } }
  #ReviewsApp .reviewsList span.author-name {
    color: #333;
    text-decoration: underline;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400; }
  #ReviewsApp .reviewsList .review-date,
  #ReviewsApp .reviewsList .vote-count {
    margin: 5px 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px; }
  #ReviewsApp .reviewsList .loading {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    opacity: 0.7;
    background: #fff url("/images/uk/en/common/ajax-loader-big.gif") 50% 50% no-repeat;
    background-size: 80px;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0; }
  #ReviewsApp .reviewsList .review-container {
    margin: 24px 0px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px; }
    #ReviewsApp .reviewsList .review-container .reviewer-rating {
      font-size: 28px;
      margin: 10px 10px 10px 0;
      float: left; }
    #ReviewsApp .reviewsList .review-container .review-title {
      margin: 14px 0; }
    #ReviewsApp .reviewsList .review-container .review-comments {
      padding-right: 15px; }
    #ReviewsApp .reviewsList .review-container .review-descriptor-text {
      font-style: italic; }
    #ReviewsApp .reviewsList .review-container .stars-container {
      margin: 16px 0; }
    #ReviewsApp .reviewsList .review-container .vote-content {
      margin: 14px 0; }
    #ReviewsApp .reviewsList .review-container > span.stars {
      margin: 5px 0 10px 0; }
    #ReviewsApp .reviewsList .review-container .review-content {
      position: relative; }
    #ReviewsApp .reviewsList .review-container .author-profile {
      width: 450px;
      border: 1px solid #ccc;
      background-color: #fff;
      display: none;
      position: absolute;
      top: 55px;
      left: -15px;
      text-align: left;
      z-index: 9999999;
      -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3); }
      @media (max-width: 767px) {
        #ReviewsApp .reviewsList .review-container .author-profile {
          width: 100%; } }
      #ReviewsApp .reviewsList .review-container .author-profile:before {
        content: "";
        position: relative;
        margin-left: 25px;
        top: -10px;
        background: white;
        display: block;
        width: 25px;
        height: 25px;
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #ReviewsApp .reviewsList .review-container .author-profile .inner {
        background: white;
        margin-top: -25px;
        padding: 15px 15px 0 15px;
        min-height: 150px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      #ReviewsApp .reviewsList .review-container .author-profile a {
        color: #8b364c;
        font-weight: bold; }
      #ReviewsApp .reviewsList .review-container .author-profile .reviews {
        padding: 15px; }
        #ReviewsApp .reviewsList .review-container .author-profile .reviews span.stars {
          float: right;
          margin-right: 10px; }
      #ReviewsApp .reviewsList .review-container .author-profile .header {
        padding: 10px 0 5px 15px; }
      #ReviewsApp .reviewsList .review-container .author-profile .stats {
        background-color: #f8f8f8;
        padding: 15px; }
      #ReviewsApp .reviewsList .review-container .author-profile .votes {
        background-color: #f8f8f8;
        padding: 15px; }
  #ReviewsApp .reviewsList .options-bar .fa.fa-twitter-square,
  #ReviewsApp .reviewsList .options-bar .fa.fa-facebook-square {
    cursor: pointer; }
  #ReviewsApp .reviewsList .options-bar .vote-buttons .fa.fa-thumbs-o-up,
  #ReviewsApp .reviewsList .options-bar .vote-buttons .fa.fa-thumbs-o-down {
    cursor: pointer; }
  #ReviewsApp .reviewsList .options-bar .vote-buttons .fa.fa-thumbs-o-down {
    padding-left: 15px; }
  #ReviewsApp .reviewsList .options-bar .vote-success {
    display: none; }
  #ReviewsApp .reviewsList .staff-response > div {
    margin: 0;
    background: #fff;
    padding: 20px 0 20px 10px; }
  #ReviewsApp .reviewsList .staff-response img {
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px; }
  #ReviewsApp .reviewsList .staff-response .review-response {
    display: table; }

@media (min-width: 768px) {
  #detail-single-wine p,
  #detail-mixed-case p {
    font-size: 1.143em; } }

#detail-single-wine .shareprint-btn,
#detail-mixed-case .shareprint-btn {
  float: right;
  text-transform: none;
  text-decoration: none;
  height: 44px; }
  #detail-single-wine .shareprint-btn img.share-icon,
  #detail-mixed-case .shareprint-btn img.share-icon {
    width: 26px;
    height: 26px; }

#detail-single-wine .hero-banner,
#detail-mixed-case .hero-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 325px; }
  @media (max-width: 991px) and (min-width: 767px) {
    #detail-single-wine .hero-banner,
    #detail-mixed-case .hero-banner {
      height: 320px; } }
  @media (max-width: 767px) {
    #detail-single-wine .hero-banner,
    #detail-mixed-case .hero-banner {
      height: 180px;
      background-size: cover; }
      #detail-single-wine .hero-banner .hero-img,
      #detail-mixed-case .hero-banner .hero-img {
        height: 152px;
        width: 100%; } }
  #detail-single-wine .hero-banner .wine-offer,
  #detail-mixed-case .hero-banner .wine-offer {
    width: 72px;
    height: 72px; }
  #detail-single-wine .hero-banner img.hero-bottle-img,
  #detail-mixed-case .hero-banner img.hero-bottle-img {
    max-height: 380px;
    position: absolute;
    left: 29%;
    display: none; }
    @media (min-width: 768px) {
      #detail-single-wine .hero-banner img.hero-bottle-img,
      #detail-mixed-case .hero-banner img.hero-bottle-img {
        max-height: 580px; } }
    @media (min-width: 992px) {
      #detail-single-wine .hero-banner img.hero-bottle-img,
      #detail-mixed-case .hero-banner img.hero-bottle-img {
        max-height: 600px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      #detail-single-wine .hero-banner img.hero-bottle-img,
      #detail-mixed-case .hero-banner img.hero-bottle-img {
        left: 20% !important; } }
  @media (min-width: 992px) {
    #detail-single-wine .hero-banner,
    #detail-mixed-case .hero-banner {
      width: auto; } }
  @media (min-width: 992px) {
    #detail-single-wine .hero-banner .banner-image,
    #detail-mixed-case .hero-banner .banner-image {
      position: relative; } }

#detail-single-wine .product-container,
#detail-mixed-case .product-container {
  position: relative;
  width: 100%;
  margin: auto;
  background: #fff;
  height: auto;
  margin-top: -40px;
  padding: 34px 24px; }
  @media (max-width: 767px) {
    #detail-single-wine .product-container,
    #detail-mixed-case .product-container {
      width: 100%;
      margin-top: 0;
      padding: 34px 20px; } }

#detail-single-wine .pad-25-top,
#detail-mixed-case .pad-25-top {
  padding-top: 25px; }

#detail-single-wine .product-left-panel,
#detail-mixed-case .product-left-panel {
  padding: 0 14px 0 0; }
  @media (max-width: 767px) {
    #detail-single-wine .product-left-panel,
    #detail-mixed-case .product-left-panel {
      padding: 0; } }
  #detail-single-wine .product-left-panel .spacer-small,
  #detail-mixed-case .product-left-panel .spacer-small {
    padding-top: 10px; }
  #detail-single-wine .product-left-panel .prod-descr,
  #detail-mixed-case .product-left-panel .prod-descr {
    margin: 0; }
    @media (max-width: 767px) {
      #detail-single-wine .product-left-panel .prod-descr,
      #detail-mixed-case .product-left-panel .prod-descr {
        padding: 0 6px;
        display: none; } }
  #detail-single-wine .product-left-panel .rb-reward-img,
  #detail-mixed-case .product-left-panel .rb-reward-img {
    height: 22px;
    padding-right: 9px;
    width: auto; }
  #detail-single-wine .product-left-panel .badge-award-winner span,
  #detail-single-wine .product-left-panel .badge-award-winner span:active,
  #detail-mixed-case .product-left-panel .badge-award-winner span,
  #detail-mixed-case .product-left-panel .badge-award-winner span:active {
    font-size: 14px;
    font-weight: 300; }
    @media (max-width: 767px) {
      #detail-single-wine .product-left-panel .badge-award-winner span,
      #detail-single-wine .product-left-panel .badge-award-winner span:active,
      #detail-mixed-case .product-left-panel .badge-award-winner span,
      #detail-mixed-case .product-left-panel .badge-award-winner span:active {
        text-decoration: none;
        font-weight: 500; } }
    @media (max-width: 991px) and (min-width: 768px) {
      #detail-single-wine .product-left-panel .badge-award-winner span,
      #detail-single-wine .product-left-panel .badge-award-winner span:active,
      #detail-mixed-case .product-left-panel .badge-award-winner span,
      #detail-mixed-case .product-left-panel .badge-award-winner span:active {
        text-decoration: none; } }
    #detail-single-wine .product-left-panel .badge-award-winner span i,
    #detail-single-wine .product-left-panel .badge-award-winner span:active i,
    #detail-mixed-case .product-left-panel .badge-award-winner span i,
    #detail-mixed-case .product-left-panel .badge-award-winner span:active i {
      margin-left: 5px; }
  #detail-single-wine .product-left-panel .badge-award-winner a:hover #openClose,
  #detail-mixed-case .product-left-panel .badge-award-winner a:hover #openClose {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (min-width: 992px) {
    #detail-single-wine .product-left-panel .badge-award-winner a:hover + .award-panel,
    #detail-mixed-case .product-left-panel .badge-award-winner a:hover + .award-panel {
      display: block; } }
  @media (max-width: 991px) {
    #detail-single-wine .product-left-panel .badge-award-winner a:hover + .award-panel,
    #detail-mixed-case .product-left-panel .badge-award-winner a:hover + .award-panel {
      position: relative;
      transform: initial;
      -webkit-transform: initial; } }
  #detail-single-wine .product-left-panel .badge-award-winner a:hover,
  #detail-single-wine .product-left-panel .badge-award-winner a:active:hover,
  #detail-mixed-case .product-left-panel .badge-award-winner a:hover,
  #detail-mixed-case .product-left-panel .badge-award-winner a:active:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    #detail-single-wine .product-left-panel .badge-award-winner a,
    #detail-single-wine .product-left-panel .badge-award-winner a:active,
    #detail-mixed-case .product-left-panel .badge-award-winner a,
    #detail-mixed-case .product-left-panel .badge-award-winner a:active {
      text-decoration: none; } }
  #detail-single-wine .product-left-panel .badge-award-winner .award-panel,
  #detail-mixed-case .product-left-panel .badge-award-winner .award-panel {
    z-index: 1;
    position: absolute;
    padding: 20px 18px 10px 20px;
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #c6c6c6;
    border: solid 0.3px #ccc;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      #detail-single-wine .product-left-panel .badge-award-winner .award-panel,
      #detail-mixed-case .product-left-panel .badge-award-winner .award-panel {
        padding: 0px 18px 0px 33px;
        margin-right: 32px;
        margin-bottom: 0;
        border: 0;
        box-shadow: unset; }
        #detail-single-wine .product-left-panel .badge-award-winner .award-panel ul,
        #detail-mixed-case .product-left-panel .badge-award-winner .award-panel ul {
          margin-bottom: 0; } }
    @media (max-width: 991px) {
      #detail-single-wine .product-left-panel .badge-award-winner .award-panel,
      #detail-mixed-case .product-left-panel .badge-award-winner .award-panel {
        -webkit-transform-origin: left top;
        -webkit-transform: scaleY(0);
        transition: all 0.5s ease-in-out;
        transform-origin: left top;
        transform: scaleY(0); } }
    @media (min-width: 992px) {
      #detail-single-wine .product-left-panel .badge-award-winner .award-panel,
      #detail-mixed-case .product-left-panel .badge-award-winner .award-panel {
        display: none; } }
    #detail-single-wine .product-left-panel .badge-award-winner .award-panel ul,
    #detail-mixed-case .product-left-panel .badge-award-winner .award-panel ul {
      padding: 0 0 0 10px;
      list-style: none; }
      #detail-single-wine .product-left-panel .badge-award-winner .award-panel ul li,
      #detail-mixed-case .product-left-panel .badge-award-winner .award-panel ul li {
        text-indent: -1em;
        padding-bottom: 5px; }
        #detail-single-wine .product-left-panel .badge-award-winner .award-panel ul li:before,
        #detail-mixed-case .product-left-panel .badge-award-winner .award-panel ul li:before {
          display: inline-block;
          content: "";
          border-radius: 10px;
          height: 5px;
          width: 5px;
          margin-right: 0.5rem;
          position: relative;
          top: -1px;
          background-color: #c18a26; }
  @media (max-width: 768px) {
    #detail-single-wine .product-left-panel .badge-award-winner.show span #openClose,
    #detail-mixed-case .product-left-panel .badge-award-winner.show span #openClose {
      transform: rotate(180deg); } }
  #detail-single-wine .product-left-panel .badge-award-winner.show .award-panel,
  #detail-mixed-case .product-left-panel .badge-award-winner.show .award-panel {
    transform: initial; }
    @media (max-width: 991px) {
      #detail-single-wine .product-left-panel .badge-award-winner.show .award-panel,
      #detail-mixed-case .product-left-panel .badge-award-winner.show .award-panel {
        position: relative; } }
  #detail-single-wine .product-left-panel .pad-10-top,
  #detail-mixed-case .product-left-panel .pad-10-top {
    padding-top: 10px !important; }

#detail-single-wine .margin-20-bottom,
#detail-mixed-case .margin-20-bottom {
  margin-bottom: 20px; }

#detail-single-wine .product-right-panel,
#detail-mixed-case .product-right-panel {
  height: auto;
  padding: 0 0 0 28px; }
  @media (max-width: 767px) {
    #detail-single-wine .product-right-panel,
    #detail-mixed-case .product-right-panel {
      margin: 0;
      padding: 0px 5px 0px; } }
  #detail-single-wine .product-right-panel .well-orderform:last-child,
  #detail-mixed-case .product-right-panel .well-orderform:last-child {
    margin: 0; }
  @media (min-width: 992px) {
    #detail-single-wine .product-right-panel,
    #detail-mixed-case .product-right-panel {
      top: 0 !important; } }

#detail-single-wine a.js-view-tasting-note,
#detail-mixed-case a.js-view-tasting-note {
  position: relative; }
  #detail-single-wine a.js-view-tasting-note:after,
  #detail-mixed-case a.js-view-tasting-note:after {
    content: "\f054";
    position: absolute;
    top: 3px;
    font-family: FontAwesome;
    right: -14%;
    font-size: 11px;
    color: #333333;
    pointer-events: none; }

#detail-single-wine .js-view-tasting-note,
#detail-mixed-case .js-view-tasting-note {
  text-decoration: underline; }

#detail-single-wine .file-btn-section .js-view-tasting-note-mobile,
#detail-mixed-case .file-btn-section .js-view-tasting-note-mobile {
  display: none; }

@media (max-width: 1199px) {
  #detail-single-wine .file-btn-section .js-view-tasting-note-mobile,
  #detail-mixed-case .file-btn-section .js-view-tasting-note-mobile {
    display: block; }
  #detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn,
  #detail-mixed-case .file-btn-section .js-view-tasting-note.shareprint-btn {
    display: none; } }

#detail-single-wine .file-btn-section .js-view-tasting-note,
#detail-single-wine .file-btn-section .js-view-tasting-note-mobile,
#detail-mixed-case .file-btn-section .js-view-tasting-note,
#detail-mixed-case .file-btn-section .js-view-tasting-note-mobile {
  text-transform: none;
  text-decoration: none;
  color: #608822;
  background: #fff;
  box-shadow: none;
  border: solid 1px #608822;
  padding: 5px 25px;
  font-weight: bold;
  height: 44px;
  width: 160px; }
  #detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn,
  #detail-single-wine .file-btn-section .js-view-tasting-note-mobile.shareprint-btn,
  #detail-mixed-case .file-btn-section .js-view-tasting-note.shareprint-btn,
  #detail-mixed-case .file-btn-section .js-view-tasting-note-mobile.shareprint-btn {
    background: #409090;
    color: #ffffff;
    border: solid 1px #409090; }
    #detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn:hover,
    #detail-single-wine .file-btn-section .js-view-tasting-note-mobile.shareprint-btn:hover,
    #detail-mixed-case .file-btn-section .js-view-tasting-note.shareprint-btn:hover,
    #detail-mixed-case .file-btn-section .js-view-tasting-note-mobile.shareprint-btn:hover {
      background: #287070;
      border: solid 1px #287070; }
    #detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn.js-view-tasting-note-mobile img,
    #detail-single-wine .file-btn-section .js-view-tasting-note-mobile.shareprint-btn.js-view-tasting-note-mobile img,
    #detail-mixed-case .file-btn-section .js-view-tasting-note.shareprint-btn.js-view-tasting-note-mobile img,
    #detail-mixed-case .file-btn-section .js-view-tasting-note-mobile.shareprint-btn.js-view-tasting-note-mobile img {
      width: 20px; }

#detail-single-wine .file-btn-section .js-view-tasting-note-mobile,
#detail-mixed-case .file-btn-section .js-view-tasting-note-mobile {
  width: 60px;
  height: 44px;
  padding: 5px 17px; }

#detail-single-wine .similar-wine-section .wine-file-heading,
#detail-mixed-case .similar-wine-section .wine-file-heading {
  margin-bottom: 32px; }

#detail-single-wine .similar-wine-section .similar-product-name,
#detail-mixed-case .similar-wine-section .similar-product-name {
  text-align: left;
  padding: 0 15px 15px; }
  #detail-single-wine .similar-wine-section .similar-product-name a,
  #detail-mixed-case .similar-wine-section .similar-product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    font-size: 14.7px;
    font-weight: bold;
    font-family: "Roboto", Arial, sans-serif; }
    @media (max-width: 1200px) and (min-width: 768px) {
      #detail-single-wine .similar-wine-section .similar-product-name a,
      #detail-mixed-case .similar-wine-section .similar-product-name a {
        width: 100%; } }
  #detail-single-wine .similar-wine-section .similar-product-name .star-ratings,
  #detail-mixed-case .similar-wine-section .similar-product-name .star-ratings {
    font-size: 15px !important; }
  #detail-single-wine .similar-wine-section .similar-product-name .spacer-small,
  #detail-mixed-case .similar-wine-section .similar-product-name .spacer-small {
    padding-top: 0;
    text-align: center; }
    #detail-single-wine .similar-wine-section .similar-product-name .spacer-small .rating-link,
    #detail-mixed-case .similar-wine-section .similar-product-name .spacer-small .rating-link {
      display: none; }

#detail-single-wine .similar-wine-section .wine-box,
#detail-mixed-case .similar-wine-section .wine-box {
  background: #fff;
  margin-bottom: 40px; }
  #detail-single-wine .similar-wine-section .wine-box img,
  #detail-mixed-case .similar-wine-section .wine-box img {
    height: 179px;
    margin: 15px; }

#detail-single-wine .similar-wine-section .similar-wines-slider-mb,
#detail-mixed-case .similar-wine-section .similar-wines-slider-mb {
  margin: 0; }
  #detail-single-wine .similar-wine-section .similar-wines-slider-mb .similar-wine-container,
  #detail-mixed-case .similar-wine-section .similar-wines-slider-mb .similar-wine-container {
    padding: 0 20px; }
    @media (min-width: 991px) {
      #detail-single-wine .similar-wine-section .similar-wines-slider-mb .similar-wine-container,
      #detail-mixed-case .similar-wine-section .similar-wines-slider-mb .similar-wine-container {
        padding-left: 0;
        padding-right: 30px; } }

#detail-single-wine .margin-30-bottom,
#detail-mixed-case .margin-30-bottom {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #detail-single-wine .banner-right-panel,
  #detail-mixed-case .banner-right-panel {
    margin: 0 -5px;
    padding-top: 20px; } }

#detail-single-wine .banner-right-panel .prod-descr,
#detail-mixed-case .banner-right-panel .prod-descr {
  display: none; }
  @media (max-width: 767px) {
    #detail-single-wine .banner-right-panel .prod-descr,
    #detail-mixed-case .banner-right-panel .prod-descr {
      display: block;
      padding: 5px 31px 20px; } }

#detail-single-wine .mobile-prod-descr {
  display: none; }
  @media (max-width: 767px) {
    #detail-single-wine .mobile-prod-descr {
      margin: 0;
      display: block; } }

@media (max-width: 991px) and (min-width: 768px) {
  #detail-single-wine {
    padding: 0 15px; }
    #detail-single-wine .wine-file-section .wine-file {
      overflow: auto; }
    #detail-single-wine .wine-file-section hr {
      width: 100%;
      margin-bottom: 30px; } }

#detail-single-wine .first-to-review .wine-file-section {
  min-height: 200px; }

@media (min-width: 992px) {
  #detail-single-wine {
    position: relative; }
    #detail-single-wine .hero-banner {
      position: static; } }

#detail-single-wine .wine-file-section,
#detail-single-wine .similar-wine-section {
  margin: 15px auto 0; }

#detail-single-wine .wine-file-section {
  background: #fff;
  padding: 34px 24px; }
  @media (max-width: 767px) {
    #detail-single-wine .wine-file-section {
      padding: 34px 20px; } }

#detail-single-wine .wine-file-quote-section.red {
  background-color: #9a0442; }

#detail-single-wine .wine-file-quote-section.white {
  background-color: #8fb337; }

#detail-single-wine .wine-file-quote-section.rose {
  background-color: #df897c; }

#detail-single-wine .wine-file-quote-section.sparkling {
  background-color: #a88f54; }

#detail-single-wine .wine-file-quote-section.other {
  background-color: #005c7c; }

#detail-single-wine .taste-note-section {
  padding: 0px; }
  #detail-single-wine .taste-note-section .row {
    margin: 0; }
    @media (max-width: 767px) {
      #detail-single-wine .taste-note-section .row.spacer {
        padding-bottom: 0; } }
  #detail-single-wine .taste-note-section .note-content {
    margin-bottom: 40px; }
  @media (max-width: 991px) and (min-width: 768px) {
    #detail-single-wine .taste-note-section {
      min-height: auto; }
      #detail-single-wine .taste-note-section .note-content {
        margin-bottom: 0; }
      #detail-single-wine .taste-note-section .notes-container {
        padding: 0;
        margin: 0; } }
  @media (max-width: 767px) {
    #detail-single-wine .taste-note-section .note-content {
      margin-bottom: 0; } }
  @media (min-width: 769px) {
    #detail-single-wine .taste-note-section .spacer {
      padding: 0px; } }
  @media (min-width: 768px) {
    #detail-single-wine .taste-note-section .spacer {
      display: flex;
      flex-direction: row; }
      #detail-single-wine .taste-note-section .spacer .wine-file-quote-section {
        display: flex;
        flex: 1;
        padding: 15px; }
        #detail-single-wine .taste-note-section .spacer .wine-file-quote-section .quote-section {
          flex: 1;
          align-self: center;
          color: #fff; } }
  @media (max-width: 767px) {
    #detail-single-wine .taste-note-section .spacer .wine-file-quote-section {
      padding: 10px;
      margin-bottom: 10px; }
      #detail-single-wine .taste-note-section .spacer .wine-file-quote-section .quote-section {
        color: #fff; } }
  #detail-single-wine .taste-note-section .spacer .tasting-note-image-section {
    display: flex; }
    #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .text-center:nth-of-type(1) {
      margin: 0 15px; }
    #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .text-center .img-thumbnail {
      border: 0;
      padding: 0;
      height: 100%; }
    @media (max-width: 767px) {
      #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .text-center {
        width: 50%; }
        #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .text-center .img-thumbnail {
          width: 100%;
          max-height: 100% !important; }
        #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .text-center:nth-of-type(1) {
          margin-right: 10px;
          margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #detail-single-wine .taste-note-section .spacer .tasting-note-image-section .img-thumbnail {
        width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #detail-single-wine .taste-note-section .spacer .wine-file-quote-section {
      flex: auto;
      flex-shrink: 2; } }

#detail-single-wine .country-icon {
  text-align: center;
  padding: 10px; }
  #detail-single-wine .country-icon img {
    width: 30px; }

#detail-mixed-case .hero-container {
  position: relative;
  padding: 20px;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    #detail-mixed-case .hero-container {
      margin: 0; } }
  @media (max-width: 991px) {
    #detail-mixed-case .hero-container {
      padding: 20px 15px; } }
  #detail-mixed-case .hero-container .image-holder {
    padding-left: 0; }
    @media (max-width: 767px) {
      #detail-mixed-case .hero-container .image-holder {
        padding: 0; } }
  #detail-mixed-case .hero-container .detail-text {
    padding-top: 10px; }
    @media (max-width: 767px) {
      #detail-mixed-case .hero-container .detail-text {
        padding: 0;
        font-size: 1.143em; } }
  #detail-mixed-case .hero-container .case-detail-description {
    padding: 10px;
    display: none; }
    #detail-mixed-case .hero-container .case-detail-description .prod-descr {
      margin-top: 20px;
      margin-bottom: 0; }
    @media (max-width: 991px) {
      #detail-mixed-case .hero-container .case-detail-description {
        margin: 10px 20px 0 -6px;
        clear: both;
        display: block;
        padding: 5px 0 0; } }
    @media (max-width: 767px) {
      #detail-mixed-case .hero-container .case-detail-description {
        margin: 10px 0px 0; }
        #detail-mixed-case .hero-container .case-detail-description .prod-descr {
          margin-top: 0; } }

@media (max-width: 767px) {
  #detail-mixed-case .prod-name {
    font-size: 32px;
    line-height: 34px; } }

#detail-mixed-case .product-left-panel {
  padding: 0; }
  @media (max-width: 991px) {
    #detail-mixed-case .product-left-panel .prod-descr {
      display: none; } }
  @media (max-width: 768px) {
    #detail-mixed-case .product-left-panel .prod-descr {
      padding: 0; } }

#detail-mixed-case .product-right-panel {
  right: 0;
  padding: 0 20px 0 0; }
  #detail-mixed-case .product-right-panel .js-case-pricing {
    padding: 17px 20px 15px 20px; }
  @media (max-width: 767px) {
    #detail-mixed-case .product-right-panel {
      order: 2;
      position: relative;
      width: auto;
      right: 0;
      margin: 0;
      padding: 0;
      margin: 0px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #detail-mixed-case .product-right-panel {
      padding: 0;
      position: relative;
      width: 100%;
      top: -93px;
      float: left;
      margin-bottom: -83px;
      right: -15px; }
      #detail-mixed-case .product-right-panel .price-content {
        width: 397px;
        float: right;
        position: relative;
        right: 23px; } }

#detail-mixed-case .badge-wrapper {
  top: 0px; }
  @media (max-width: 767px) {
    #detail-mixed-case .badge-wrapper {
      top: 0;
      right: 30px;
      left: initial; } }

#detail-mixed-case img.wine-offer {
  width: 70px; }

.case-contents-detail {
  background: #fff;
  display: none;
  padding: 40px; }
  .case-contents-detail.show {
    display: block; }
  .case-contents-detail .print-case-contents {
    margin: 0; }
  @media (max-width: 767px) {
    .case-contents-detail {
      margin: 0;
      padding: 20px; } }
  .case-contents-detail .wine-file-section .country-icon {
    text-align: center;
    padding: 10px; }
    .case-contents-detail .wine-file-section .country-icon img {
      width: 30px; }
  @media (min-width: 992px) {
    .case-contents-detail .wine-file-section {
      width: auto; } }
  @media (min-width: 992px) {
    .case-contents-detail {
      margin: 0 -15px; } }

.wine-content-title {
  font-size: 28px;
  font-weight: 600; }
  .wine-content-title a:hover {
    text-decoration: none; }

.wine-file-section {
  min-height: 380px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .wine-file-section .spacer.print-hide {
      padding: 0; } }

.wine-file-section,
.similar-wine-section {
  width: 100%;
  margin: auto; }
  @media (max-width: 767px) {
    .wine-file-section,
    .similar-wine-section {
      width: 100%; } }
  .wine-file-section hr,
  .similar-wine-section hr {
    margin: 12px 0px 35px 0px;
    border-top: none;
    width: 100%; }
    @media (max-width: 767px) {
      .wine-file-section hr,
      .similar-wine-section hr {
        margin: 30px 0px 35px 0px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wine-file-section,
    .similar-wine-section {
      width: 100%; } }
  @media (min-width: 992px) {
    .wine-file-section .wine-file .no-pad-desktop,
    .similar-wine-section .wine-file .no-pad-desktop {
      padding: 0; } }
  @media (max-width: 320px) {
    .wine-file-section .wine-file button,
    .similar-wine-section .wine-file button {
      width: 100px;
      white-space: normal; } }
  @media (max-width: 767px) {
    .wine-file-section .wine-file,
    .similar-wine-section .wine-file {
      padding: 0; }
      .wine-file-section .wine-file .wine-info-section,
      .similar-wine-section .wine-file .wine-info-section {
        padding: 0 15px 0px 0px;
        margin-bottom: 5px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .wine-file-section .wine-file,
    .similar-wine-section .wine-file {
      padding: 0; }
      .wine-file-section .wine-file .wine-info-section,
      .similar-wine-section .wine-file .wine-info-section {
        padding: 0 px 15px 0px;
        margin-bottom: 20px; } }
  .wine-file-section .prod-image-holder,
  .similar-wine-section .prod-image-holder {
    margin: 18px 0;
    text-align: center; }
  @media (max-width: 991px) and (min-width: 768px) {
    .wine-file-section .wine-info-section,
    .similar-wine-section .wine-info-section {
      min-height: 275px;
      max-height: 355px; } }
  .wine-file-section .notes-container,
  .similar-wine-section .notes-container {
    padding-top: 20px;
    color: #333333; }
    @media (max-width: 767px) {
      .wine-file-section .notes-container,
      .similar-wine-section .notes-container {
        padding: 20px 0px 0; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .wine-file-section .notes-container,
      .similar-wine-section .notes-container {
        padding: 20px 0px 0px 0px; } }
    .wine-file-section .notes-container .note-title,
    .similar-wine-section .notes-container .note-title {
      font-weight: bold; }
    .wine-file-section .notes-container .note-content,
    .similar-wine-section .notes-container .note-content {
      margin: 0; }
      .wine-file-section .notes-container .note-content a,
      .similar-wine-section .notes-container .note-content a {
        white-space: nowrap; }
    .wine-file-section .notes-container .no-margin,
    .similar-wine-section .notes-container .no-margin {
      margin: 0; }
    .wine-file-section .notes-container .drinkCharacteristics svg path,
    .similar-wine-section .notes-container .drinkCharacteristics svg path {
      fill: #3c3c3c; }
    .wine-file-section .notes-container .drinkCharacteristics.font-change,
    .similar-wine-section .notes-container .drinkCharacteristics.font-change {
      display: flex;
      align-items: center; }
      .wine-file-section .notes-container .drinkCharacteristics.font-change span,
      .similar-wine-section .notes-container .drinkCharacteristics.font-change span {
        width: 35px;
        height: 35px;
        margin-left: 6px; }
      .wine-file-section .notes-container .drinkCharacteristics.font-change .detail-text,
      .similar-wine-section .notes-container .drinkCharacteristics.font-change .detail-text {
        margin-left: 10px; }
        @media (max-width: 767px) {
          .wine-file-section .notes-container .drinkCharacteristics.font-change .detail-text,
          .similar-wine-section .notes-container .drinkCharacteristics.font-change .detail-text {
            margin-left: 15px; } }
  .wine-file-section .prod-img,
  .similar-wine-section .prod-img {
    max-height: 272px; }
  .wine-file-section .detail-table,
  .similar-wine-section .detail-table {
    margin: 11px 0 0;
    padding: 0; }
    .wine-file-section .detail-table li,
    .similar-wine-section .detail-table li {
      list-style: none;
      min-height: 48px;
      line-height: 1.5;
      margin-bottom: 3px; }
      @media (max-width: 767px) {
        .wine-file-section .detail-table li,
        .similar-wine-section .detail-table li {
          margin-bottom: 5px; } }
      .wine-file-section .detail-table li .icons,
      .similar-wine-section .detail-table li .icons {
        width: 38px;
        height: 38px; }
        .wine-file-section .detail-table li .icons svg.calendar .cls-1,
        .similar-wine-section .detail-table li .icons svg.calendar .cls-1 {
          fill: #333; }
      .wine-file-section .detail-table li .detail-text,
      .similar-wine-section .detail-table li .detail-text {
        padding: 10px 0;
        margin-left: 50px; }
        @media (max-width: 767px) {
          .wine-file-section .detail-table li .detail-text,
          .similar-wine-section .detail-table li .detail-text {
            margin-left: 55px; } }

.star-ratings .rating-score {
  font-size: 14px;
  font-weight: bold; }

.star-ratings .no-reviews {
  font-weight: 300; }

@media (max-width: 991px) and (min-width: 768px) {
  .referenced-product-container {
    margin-bottom: 0; } }

.referenced-product-container .ref-price {
  margin: 0; }

.referenced-product-container .rating-score {
  padding: 0; }

.referenced-product-container .star-ratings .fa-star,
.referenced-product-container .star-ratings .fa-star-o {
  font-size: 14px; }

.referenced-product-container .sub-prod-detail {
  padding: 0; }
  .referenced-product-container .sub-prod-detail .notes-container {
    padding: 0; }
  @media (max-width: 767px) {
    .referenced-product-container .sub-prod-detail {
      text-align: left; }
      .referenced-product-container .sub-prod-detail .notes-container {
        padding-top: 15px; } }

@media (max-width: 767px) {
  .referenced-product-container .prod-image-holder {
    background: none; } }

@media (max-width: 991px) and (min-width: 768px) {
  .referenced-product-container .prod-image-holder {
    margin-top: -65px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .referenced-product-container .wine-info-section {
    padding-top: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .referenced-product-container .info-container {
    padding-top: 0; } }

@media (min-width: 992px) {
  .bottles-in-case {
    margin: 0 -15px; } }

.bottles-in-case .active .case-arrow,
.bottles-in-case .first .case-arrow {
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
  bottom: -1px; }
  .bottles-in-case .active .case-arrow .arrow,
  .bottles-in-case .first .case-arrow .arrow {
    position: relative;
    background: none;
    width: 0;
    left: 0px;
    border-bottom: 27px solid #fff;
    border-top: 25px solid transparent;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent; }
    .bottles-in-case .active .case-arrow .arrow:after,
    .bottles-in-case .first .case-arrow .arrow:after {
      content: "";
      position: absolute;
      top: -2px;
      left: -29px;
      z-index: -1;
      border-bottom: 29px solid #ddd;
      border-left: 29px solid transparent;
      border-right: 29px solid transparent; }

@media (max-width: 767px) {
  .bottles-in-case .multiple-items .spacer {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .bottles-in-case .multiple-items .slick-list .js-bottle {
    padding-bottom: 25px; } }

.bottles-in-case h3 {
  font-weight: 700;
  font-family: "Roboto", Arial, sans-serif; }
  @media (min-width: 768px) {
    .bottles-in-case h3 {
      margin-bottom: 20px; } }

.bottles-in-case .slick-next:after,
.bottles-in-case .slick-prev:before {
  position: absolute;
  top: 13px;
  font-family: FontAwesome;
  right: -30%;
  font-size: 60px;
  font-weight: 100;
  color: #999999;
  pointer-events: none; }

.bottles-in-case .slick-next {
  right: -22px; }
  @media (max-width: 767px) {
    .bottles-in-case .slick-next {
      right: 0; } }
  .bottles-in-case .slick-next:after {
    content: "\f105"; }

.bottles-in-case .slick-prev {
  left: -25px; }
  @media (max-width: 767px) {
    .bottles-in-case .slick-prev {
      left: 0; } }
  .bottles-in-case .slick-prev:before {
    content: "\f104"; }

.bottles-in-case .slick-next,
.bottles-in-case .slick-prev {
  background: transparent; }
  .bottles-in-case .slick-next:hover,
  .bottles-in-case .slick-prev:hover {
    background: transparent; }

.bottles-in-case .slick-next.slick-disabled:after,
.bottles-in-case .slick-prev.slick-disabled:before {
  content: " "; }

#preview-tasting-note {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  #preview-tasting-note #detail-single-wine .wine-file-section {
    padding: 15px 0px 0px 0px; }
  #preview-tasting-note .product-left-panel {
    padding-bottom: 5px;
    padding-left: 0; }
    #preview-tasting-note .product-left-panel .rb-reward-img {
      height: 22px;
      padding-right: 9px;
      width: auto; }
    #preview-tasting-note .product-left-panel .badge-award-winner .award-panel ul {
      font-size: 12px;
      margin-bottom: 0px; }
  @media (min-width: 992px) {
    #preview-tasting-note .modal-lg {
      width: 974px;
      margin: 0 auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #preview-tasting-note {
      font-size: 15px; }
      #preview-tasting-note .wine-file-section .notes-container {
        font-size: 15px; }
      #preview-tasting-note .modal-lg {
        width: 750px;
        margin: 0 auto; }
      #preview-tasting-note .wine-file-section hr {
        width: 100%; } }
  @media (max-width: 767px) {
    #preview-tasting-note .modal-lg {
      width: 95%;
      margin: 0px auto; }
    #preview-tasting-note .prod-image-holder-mobile {
      padding-top: 5px;
      padding-bottom: 20px; }
    #preview-tasting-note .wine-file-section {
      margin-top: 0px; }
    #preview-tasting-note .rightnav-panel {
      padding: 0; } }

.product-tasting-note .tasting-note-header {
  padding-top: 0px;
  border-bottom: none;
  margin-bottom: 20px; }

.product-tasting-note .modal-header .close {
  padding-top: 10px !important; }

.product-tasting-note .modal-body {
  margin: 0 10px;
  padding-left: 34px;
  padding-right: 34px; }
  @media (max-width: 991px) and (min-width: 767px) {
    .product-tasting-note .modal-body {
      padding: 20px 10px; }
      .product-tasting-note .modal-body #detail-single-wine {
        padding: 0px; }
      .product-tasting-note .modal-body .notes-container.wine-info-section {
        padding: 0 5px 0 0 !important; }
      .product-tasting-note .modal-body .wine-file-details {
        margin-top: 20px; } }

.product-tasting-note .review-rating {
  display: inline-block; }
  @media (max-width: 767px) {
    .product-tasting-note .review-rating {
      display: block; } }

.product-tasting-note .badge-accolades a.span {
  text-decoration: none; }

.product-tasting-note a.js-close-tastingnote {
  text-decoration: none; }
  .product-tasting-note a.js-close-tastingnote svg {
    color: #608822;
    fill: #608822; }

.product-tasting-note hr {
  width: 100%; }

.product-tasting-note .page-title {
  color: #ffffff;
  font-family: "Crimson Text", "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 10px 7px 10px;
  background: #88213e;
  width: 200px;
  text-align: center;
  position: absolute;
  left: 38%;
  top: 0px; }
  @media (max-width: 767px) {
    .product-tasting-note .page-title {
      left: 23%;
      width: 190px; } }
  @media (max-width: 320px) {
    .product-tasting-note .page-title {
      left: 18.5%; } }
  @media (max-width: 375px) and (min-width: 321px) {
    .product-tasting-note .page-title {
      left: 82px; } }
  @media (max-width: 414px) and (min-width: 376px) {
    .product-tasting-note .page-title {
      left: 101px; } }

.product-tasting-note .modal-content {
  border-top: 0px; }

.product-tasting-note .appel-name {
  font-family: inherit; }

.product-tasting-note .cta-panel {
  margin: 11px 0 0;
  padding: 15px 15px 8px 15px;
  border: 1px solid #dddddd;
  width: 170px; }
  .product-tasting-note .cta-panel li {
    list-style: none;
    margin-bottom: 5px;
    display: inline-block; }
    @media (max-width: 767px) {
      .product-tasting-note .cta-panel li {
        margin-bottom: 5px; } }
    .product-tasting-note .cta-panel li .icons {
      width: 25px;
      height: 25px;
      font-size: 1.4em; }
    .product-tasting-note .cta-panel li .favourites a span.detail-text {
      color: #333333; }
      .product-tasting-note .cta-panel li .favourites a span.detail-text:hover {
        text-decoration: underline !important; }
    .product-tasting-note .cta-panel li .fa-heart {
      padding-top: 2px;
      color: #333333; }
    .product-tasting-note .cta-panel li .detail-text {
      font-size: 13px;
      display: inline-block;
      margin-left: 5px; }
      @media (max-width: 767px) {
        .product-tasting-note .cta-panel li .detail-text {
          margin-left: 55px; } }
      .product-tasting-note .cta-panel li .detail-text a.share:after {
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 500;
        content: "\f077";
        padding-left: 6px;
        float: right; }
      .product-tasting-note .cta-panel li .detail-text a.share.collapsed:after {
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 500;
        content: "\f078";
        padding-left: 6px;
        float: right; }
  .product-tasting-note .cta-panel.collapsing {
    transition: none !important; }

.product-tasting-note .buythiswine {
  color: #608822;
  fill: #608822;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  font-weight: 700; }
  .product-tasting-note .buythiswine .detail-text {
    padding-top: 5px;
    padding-left: 6px; }
  .product-tasting-note .buythiswine li {
    padding-top: 0;
    padding-bottom: 3px; }
  .product-tasting-note .buythiswine a {
    color: #608822;
    fill: #608822; }
    .product-tasting-note .buythiswine a:hover {
      text-decoration: underline; }

.product-tasting-note .sharelink-table {
  min-width: 120px;
  margin-top: 10px;
  overflow: hidden;
  height: 35px !important; }
  .product-tasting-note .sharelink-table .card ul {
    padding-inline-start: 0px;
    border-top: 1px solid #dddddd; }
    .product-tasting-note .sharelink-table .card ul li {
      list-style: none;
      margin-left: 4px;
      margin-right: 2px;
      margin-bottom: 0px;
      padding-top: 8px; }
      .product-tasting-note .sharelink-table .card ul li .js-copy-link svg {
        width: 25px;
        padding-left: 2px; }
      .product-tasting-note .sharelink-table .card ul li .icons {
        width: 25px;
        font-size: 1.7em; }

.product-tasting-note .notes-content {
  font-size: 15px; }

.product-tasting-note .wine-file-section .prod-image-holder {
  margin-bottom: 25px; }

.product-tasting-note .review-rating a.js-close-tastingnote, .product-tasting-note .review-rating a.pad-10-left {
  text-decoration: underline; }
  .product-tasting-note .review-rating a.js-close-tastingnote:hover, .product-tasting-note .review-rating a.pad-10-left:hover {
    text-decoration: none; }

.product-tasting-note .review-rating a.pad-10-left {
  font-size: 14px; }
  @media (max-width: 767px) {
    .product-tasting-note .review-rating a.pad-10-left {
      padding-left: 0px; } }

.product-tasting-note .review-rating a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  .product-tasting-note .modal-body {
    padding: 10px 20px;
    margin: 0px; }
  .product-tasting-note .modal-content {
    overflow: auto; }
  .product-tasting-note .rightnav-panel .cta-panel {
    display: none; }
  .product-tasting-note .product-image {
    display: none; }
  .product-tasting-note .product-image-mobile {
    display: block;
    margin-bottom: 25px; }
  .product-tasting-note .wine-file-quote-section {
    margin: 0px; }
  .product-tasting-note #preview-tasting-note .notes-container {
    padding-top: 0px !important; }
  .product-tasting-note .prod-descr {
    display: block; }
  .product-tasting-note .prod-image-holder {
    display: none; }
  .product-tasting-note #detail-single-wine hr {
    margin-top: 10px;
    margin-bottom: 25px; }
  .product-tasting-note .wine-file-details {
    margin-top: 20px; }
  .product-tasting-note .col_1 {
    margin-bottom: 30px; } }

.product-tasting-note #logo {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 19px; }

#taste-mobilelink {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  #taste-mobilelink .tasting-note-header {
    padding-top: 4px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-right: 10px;
    float: right; }
    #taste-mobilelink .tasting-note-header .close {
      width: auto; }
  #taste-mobilelink .modal-dialog.modal-lg {
    width: 300px;
    top: 20%;
    margin: 0 auto; }

.cta-btn-bottom {
  margin-top: 10px;
  margin-bottom: 15px; }

.cta-panel-mobile {
  display: block;
  padding-inline-start: 0px; }
  .cta-panel-mobile li {
    list-style: none;
    display: inline-block;
    height: 43px;
    width: 30%;
    vertical-align: middle;
    border: 1px solid grey;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px 3px;
    text-align: center; }
    @media (max-width: 320px) {
      .cta-panel-mobile li {
        width: 25%; } }
    .cta-panel-mobile li.buythiswine {
      border: 1px solid #608822; }
    .cta-panel-mobile li .favourites .detail-text {
      display: none; }
    .cta-panel-mobile li .icons {
      font-size: 2em;
      padding: 5px 20px;
      color: #333333; }
      @media (max-width: 767px) {
        .cta-panel-mobile li .icons {
          margin-right: 0;
          padding: 6px 25px !important; } }
      @media (max-width: 320px) {
        .cta-panel-mobile li .icons {
          padding: 5px 6px; } }
    .cta-panel-mobile li.share-button img {
      width: 22px;
      height: 24px;
      padding-top: 3px; }
    .cta-panel-mobile li svg {
      width: 28px;
      height: 28px; }

.cta-panel-mobilelink {
  display: none;
  padding-inline-start: 0px;
  border: 1px solid grey;
  width: 96%;
  margin: 0 auto; }
  .cta-panel-mobilelink li {
    list-style: none;
    display: inline-block;
    height: 43px;
    width: 45px;
    vertical-align: middle;
    text-align: center;
    margin: 5px 3px; }
    .cta-panel-mobilelink li.copy-link {
      padding: 8px; }
    .cta-panel-mobilelink li .icons {
      font-size: 2em;
      padding: 5px 10px; }
    .cta-panel-mobilelink li svg {
      width: 30px;
      height: 24px; }

#print-tasting-note {
  background: #fff;
  overflow: hidden; }
  #print-tasting-note .country-icon {
    text-align: center;
    padding: 10px; }
    #print-tasting-note .country-icon img {
      width: 30px; }
  #print-tasting-note hr {
    margin-bottom: 35px;
    width: 97%;
    margin-top: 10px; }
  #print-tasting-note .wine-file-quote {
    margin: 20px 10px 5px 10px; }
  #print-tasting-note .prod-name {
    margin-top: 10px; }

#Modal-Item-Detail {
  background: #fff;
  padding: 20px; }
  #Modal-Item-Detail .wine-file-quote .wine-file-quote-section {
    height: 300px;
    display: flex;
    flex: 1;
    padding: 15px; }
    #Modal-Item-Detail .wine-file-quote .wine-file-quote-section .quote-section {
      flex: 1;
      align-self: center;
      color: #fff; }
  #Modal-Item-Detail .wine-file-quote .tasting-note-image-section {
    display: flex; }
    #Modal-Item-Detail .wine-file-quote .tasting-note-image-section .text-center:nth-of-type(1) {
      margin: 0 15px; }
    #Modal-Item-Detail .wine-file-quote .tasting-note-image-section .text-center .img-thumbnail {
      border: 0;
      padding: 0;
      height: 100%; }
  #Modal-Item-Detail .wine-file-section {
    min-height: 300px; }

.ba {
  font-family: Roboto, sans-serif; }
  .ba #detail-single-wine h1,
  .ba #detail-single-wine h2,
  .ba #detail-single-wine h3,
  .ba #detail-mixed-case h1,
  .ba #detail-mixed-case h2,
  .ba #detail-mixed-case h3 {
    font-weight: 500; }
  .ba #detail-single-wine h1,
  .ba #detail-mixed-case h1 {
    line-height: 1.2; }
  .ba #detail-mixed-case .hero-container {
    background: #f6f6f6; }
  .ba .case-contents-detail {
    background: #f6f6f6; }
  .ba .wine-file-section .wine-content-title,
  .ba .wine-file-section .appel-name,
  .ba .wine-file-section h2 {
    font-weight: 500; }

@media (min-width: 992px) {
  .case-contents {
    margin: 0 -15px; } }

.case-contents .header-text {
  margin-top: 25px; }

.avy #detail-mixed-case h3,
.avy #detail-mixed-case .bottle-quote-source,
.avy #detail-mixed-case .bottle-quote,
.avy .case-contents h3,
.avy .case-contents .bottle-quote-source,
.avy .case-contents .bottle-quote,
.avy #detail-single-wine h3,
.avy #detail-single-wine .bottle-quote-source,
.avy #detail-single-wine .bottle-quote {
  font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }

@media (min-width: 769px) {
  .avy .wine-search-results .product-wrapper h3 {
    font-size: 19px; } }

.bbc .wine-file-section .appel-name,
.bbc .wine-file-section h2 {
  font-weight: 500; }

.bbc .wine-file-section .bottle-quote {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300; }

.bbc .wine-file-section .bottle-quote-source {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.bbc #detail-single-wine h1,
.bbc #detail-single-wine h2,
.bbc #detail-single-wine h3,
.bbc #detail-single-wine h4,
.bbc #detail-single-wine h5,
.bbc #detail-mixed-case h1,
.bbc #detail-mixed-case h2,
.bbc #detail-mixed-case h3,
.bbc #detail-mixed-case h4,
.bbc #detail-mixed-case h5 {
  font-weight: 500; }

.bbc #detail-single-wine h1,
.bbc #detail-mixed-case h1 {
  line-height: 1.2; }

#print-tasting-note .wine-file-quote .wine-file-quote-section {
  height: 300px; }
  @media print {
    #print-tasting-note .wine-file-quote .wine-file-quote-section {
      height: 240px; } }

#print-tasting-note .wine-file-quote .text-center img {
  width: 300px;
  max-height: 300px !important; }
  @media print {
    #print-tasting-note .wine-file-quote .text-center img {
      max-height: 240px !important; } }

@media print {
  @page {
    size: A4;
    margin: 10px 0 0 0;
    font-size: 14px !important; }
  #print-tasting-note {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    font-size: 14px !important; }
  .prod-name {
    margin-top: 15px !important;
    font-weight: 600 !important; }
  .wine-file-section {
    font-size: 14px !important; }
    .wine-file-section .notes-container {
      font-size: 14px !important; }
  .page-title {
    color: #fff !important;
    -webkit-print-color-adjust: exact !important;
    background: #88213e !important;
    left: 38% !important; }
  .appel-name {
    color: #88213e !important;
    font-weight: 600 !important; }
  .wine-file-quote {
    margin-top: 0px;
    margin-top: 25px !important; }
  #bottle-image {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    width: 50px !important; }
  .js-default-tasting-note-image-handler {
    height: 300px !important;
    width: 300px !important; }
  .prod_long_desc {
    padding-top: 5px !important; }
  .wine-file-quote {
    display: table !important; }
  .wine-file-quote-section,
  .tasting-note-image-section .text-center {
    display: table-cell !important;
    width: 230px;
    height: 220px; }
  hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  #logo {
    max-height: none !important;
    margin-bottom: 25px !important; }
  .wine-file-quote-section {
    left: 10px;
    width: 260px !important;
    height: 220px;
    line-height: 220px;
    padding: 10px 15px 0 15px !important;
    vertical-align: middle; }
  .wine-file-quote-section {
    background: #333 !important; }
    .wine-file-quote-section.red {
      background: #9a0442 !important; }
    .wine-file-quote-section.white {
      background: #8fb338 !important; }
    .wine-file-quote-section.rose {
      background: #df897c !important; }
  .quote-container {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-family: "Crimson Text", Times, serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.3;
    text-align: center; }
    .quote-container .quote,
    .quote-container .person {
      color: #fff !important; }
  .detail-text {
    font-size: 14px !important; }
  .wine-file-quote {
    margin: 5px 5px 0 5px !important; }
  .wine-file-section .detail-table {
    margin: 5px 0 0 0; }
    .wine-file-section .detail-table li {
      height: 42px !important; }
      .wine-file-section .detail-table li .icons {
        width: 40px !important;
        height: 40px !important; }
      .wine-file-section .detail-table li .detail-text {
        margin-left: 42px !important;
        font-size: 14px; } }

.copied-confirmation-popup {
  animation: fadeInDown 0.5s;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  right: 50px;
  top: 153px;
  width: 160px;
  z-index: 3;
  white-space: nowrap; }
  .copied-confirmation-popup.fadeout {
    animation: fadeOutUp 0.5s; }
  .copied-confirmation-popup::before {
    background: white;
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    content: "";
    display: block;
    left: 120px;
    padding: 7px;
    position: absolute;
    top: -8px;
    transform: rotate(225deg);
    width: 8px;
    z-index: 1; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .copied-confirmation-popup {
      right: 130px; } }
  @media only screen and (max-width: 767.98px) {
    .copied-confirmation-popup {
      right: 59px;
      top: 130px; }
      .copied-confirmation-popup::before {
        left: 140px; } }
  .copied-confirmation-popup .checkmark {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    float: left;
    height: 32px;
    margin: -10px 5px 0 0;
    transform: rotate(45deg);
    width: 32px; }
    .copied-confirmation-popup .checkmark .checkmark_stem {
      background-color: #5f8916;
      height: 13px;
      left: 19px;
      position: absolute;
      top: 9px;
      width: 3px; }
    .copied-confirmation-popup .checkmark .checkmark_kick {
      background-color: #5f8916;
      height: 3px;
      left: 14px;
      position: absolute;
      top: 22px;
      width: 8px; }

#detail-single-wine .no-noteContent {
  min-height: auto; }
  #detail-single-wine .no-noteContent hr {
    border: 0; }
  #detail-single-wine .no-noteContent .taste-note-section .row.spacer {
    display: none; }

#detail-single-wine .file-btn-section {
  padding-right: 0; }

@media (max-width: 767px) {
  #detail-single-wine #ReviewsApp .wine-file-section .review-container {
    margin-bottom: 24px; } }

@media (min-width: 768px) {
  #detail-single-wine .bottle-image img.js-default-bottle-image-handler {
    max-height: 220px; } }

.product-detail-page h1,
.product-detail-page .h1 {
  font-size: 30px; }

@media (max-width: 767px) {
  .product-detail-page .row.pad-60-bottom {
    margin: 0; } }

svg.icon-print-share {
  height: 26px;
  width: 26px; }
  svg.icon-print-share path.st0 {
    fill: #000; }

@media (min-width: 768px) {
  #wine-rewards .rewardcurrencyLabel .dwc-text .col-sm-9,
  #wine-rewards .rewardcurrencyLabel .dwc-text .col-sm-12 {
    width: 70% !important; } }

@media (max-width: 767px) {
  .case-detail-page {
    margin: 0 -10px; } }

#detail-single-wine.pdp-beyond-the-label .wine-file-section {
  padding: 0px 24px 34px; }
  @media (max-width: 767px) {
    #detail-single-wine.pdp-beyond-the-label .wine-file-section {
      padding: 0px 20px 34px; } }
  #detail-single-wine.pdp-beyond-the-label .wine-file-section .wine-file-heading {
    text-align: center;
    width: 100%; }
    #detail-single-wine.pdp-beyond-the-label .wine-file-section .wine-file-heading .h1 {
      padding: 12px 24px;
      line-height: 30px;
      background-color: #0e5953;
      color: #fff;
      display: inline-block;
      margin-bottom: 20px; }

#detail-single-wine.pdp-beyond-the-label .file-btn-section {
  width: 100%; }

.law .unlimited-container svg.truck-logo,
.bbc .unlimited-container svg.truck-logo,
.ba .unlimited-container svg.truck-logo {
  height: 60px;
  display: block;
  margin-bottom: 10px; }
  .law .unlimited-container svg.truck-logo .cls-1,
  .bbc .unlimited-container svg.truck-logo .cls-1,
  .ba .unlimited-container svg.truck-logo .cls-1 {
    fill: #5A1137; }
  .law .unlimited-container svg.truck-logo .cls-2,
  .bbc .unlimited-container svg.truck-logo .cls-2,
  .ba .unlimited-container svg.truck-logo .cls-2 {
    fill: white; }

.law .unlimited-container .unlimited-panel,
.bbc .unlimited-container .unlimited-panel,
.ba .unlimited-container .unlimited-panel {
  background: #fdf2f6;
  padding: 2rem 2rem 1rem 2rem; }
  .law .unlimited-container .unlimited-panel .title,
  .bbc .unlimited-container .unlimited-panel .title,
  .ba .unlimited-container .unlimited-panel .title {
    color: #5A1137; }
  .law .unlimited-container .unlimited-panel .subtitle,
  .bbc .unlimited-container .unlimited-panel .subtitle,
  .ba .unlimited-container .unlimited-panel .subtitle {
    font-weight: 600; }
  .law .unlimited-container .unlimited-panel a.how-it-works,
  .bbc .unlimited-container .unlimited-panel a.how-it-works,
  .ba .unlimited-container .unlimited-panel a.how-it-works {
    border-top: 1px solid #CF004f;
    border-bottom: 1px solid #CF004f;
    padding: 0.5rem 0;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
    position: relative; }
    .law .unlimited-container .unlimited-panel a.how-it-works #openClose,
    .bbc .unlimited-container .unlimited-panel a.how-it-works #openClose,
    .ba .unlimited-container .unlimited-panel a.how-it-works #openClose {
      font-size: 25px;
      position: absolute;
      right: 0;
      top: 0; }

.payment-types, .secure-icons {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

#shopping-cart table {
  background: none !important; }
  #shopping-cart table .reg-strike-price {
    text-decoration: line-through; }

.unlimited-container {
  display: none;
  margin-bottom: 15px;
  position: relative;
  height: 335px; }
  @media (max-width: 767px) {
    .unlimited-container {
      height: 315px; } }
  .unlimited-container .unlimited-panel {
    position: absolute;
    width: 100%;
    z-index: 1; }

@media (max-width: 767px) {
  #shopping-basket .basket-container {
    margin-top: 0; } }

#shopping-basket .continue-link {
  text-align: right;
  padding-top: 8px; }

#shopping-basket .voucher-link {
  font-size: 16px;
  text-decoration: none;
  display: block; }

#shopping-basket .voucher-details .red-detail {
  color: #d7363b; }

#shopping-basket .voucher-details .voucher-applied, #shopping-basket .voucher-details .red-detail {
  font-size: 18px;
  font-weight: normal; }

#shopping-basket .voucher-details {
  margin: 0; }

#shopping-basket .js-add-voucher .form-group {
  margin-bottom: 0; }

#shopping-basket .item-container .free-item {
  background: #dff0d8; }

#shopping-basket .free-gift-icon {
  position: absolute;
  top: 0px;
  right: 10px; }
  @media (max-width: 767px) {
    #shopping-basket .free-gift-icon {
      width: 40px;
      right: 0px; } }

#shopping-basket .flag-info {
  margin: 10px 0;
  width: 75%; }
  @media (max-width: 767px) {
    #shopping-basket .flag-info {
      width: auto; } }

#shopping-basket input[type=number], #shopping-basket .btn-qty {
  -moz-appearance: textfield;
  width: 44px;
  height: 43px;
  text-align: center; }

#shopping-basket .btn-qty {
  font-size: 18px; }

#shopping-basket input[type=number]::-webkit-inner-spin-button,
#shopping-basket input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#shopping-basket .cart-title h1 {
  text-align: left;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px; }

#shopping-basket .total-items {
  height: 92px;
  line-height: 92px; }
  @media (max-width: 767px) {
    #shopping-basket .total-items {
      height: 82px;
      line-height: 82px; } }

#shopping-basket .margin-20-top {
  margin-top: 20px; }

#shopping-basket .bg-white {
  background-color: #fff; }
  #shopping-basket .bg-white .detail {
    padding-left: 15px; }
    @media (max-width: 320px) {
      #shopping-basket .bg-white .detail {
        padding-left: 0; } }
  #shopping-basket .bg-white p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #shopping-basket .bg-white p {
        font-size: 20px; } }

#shopping-basket .cart-item {
  background-color: #fff;
  min-height: 128px;
  padding: 20px;
  margin: 0 0 10px;
  clear: both; }
  @media (max-width: 767px) {
    #shopping-basket .cart-item {
      padding: 15px;
      min-height: 118px; } }
  #shopping-basket .cart-item .cart-currency {
    position: absolute;
    bottom: 15px;
    right: 0; }
  #shopping-basket .cart-item .cart-currency-presell {
    position: absolute;
    top: 15px;
    right: 0; }
    @media (max-width: 767px) {
      #shopping-basket .cart-item .cart-currency-presell {
        top: 35%; } }
  #shopping-basket .cart-item .cart-currency-savings {
    position: absolute;
    bottom: -10px;
    right: 0; }

#shopping-basket .free-item .cart-currency {
  bottom: 38px; }
  @media (max-width: 767px) {
    #shopping-basket .free-item .cart-currency {
      bottom: 20px; } }

#shopping-basket .item-details {
  margin-top: 30px; }
  @media (max-width: 767px) {
    #shopping-basket .item-details {
      margin-top: 10px; }
      #shopping-basket .item-details .detail-holder {
        z-index: 1; } }
  #shopping-basket .item-details .item-container {
    padding: 0; }
    @media (max-width: 767px) {
      #shopping-basket .item-details .item-container {
        padding: 0 15px; } }
  #shopping-basket .item-details .cart-image-container {
    width: 80px;
    height: 80px;
    float: left; }
  #shopping-basket .item-details .voucher-image-container {
    width: auto;
    height: 80px;
    background: #f6f6f6;
    float: left; }
  #shopping-basket .item-details .item .thumb {
    height: 100%;
    margin: auto; }
  #shopping-basket .item-details .item .img-responsive {
    display: block; }
  #shopping-basket .item-details .item .removeitem {
    float: right; }
  #shopping-basket .item-details .item .item-price {
    padding: 10px 0;
    font-size: 18px; }
    @media (max-width: 767px) {
      #shopping-basket .item-details .item .item-price {
        float: right;
        z-index: 0; } }
    #shopping-basket .item-details .item .item-price .savings-text {
      font-size: 13px; }
      @media (max-width: 320px) {
        #shopping-basket .item-details .item .item-price .savings-text {
          position: relative;
          bottom: -7px; } }
  #shopping-basket .item-details .item .product-name {
    font-size: 16px; }
  #shopping-basket .item-details .item .evoucher-details {
    word-break: break-all; }
  #shopping-basket .item-details .item .presell-area {
    position: absolute;
    bottom: 0; }
    @media (max-width: 767px) {
      #shopping-basket .item-details .item .presell-area {
        position: relative; } }
  #shopping-basket .item-details .item .presell-text {
    margin-top: 10px;
    font-size: 13px;
    text-align: initial; }

@media (max-width: 767px) {
  #shopping-basket .ordertotal {
    margin-top: 30px; } }

#shopping-basket .ordertotal > .voucher-details ~ .voucher-details {
  padding: 0px 20px 20px; }

#shopping-basket .ordertotal .gn-header {
  font-size: 18px;
  line-height: 1.33;
  color: #0e5953;
  font-weight: bold; }

#shopping-basket .ordertotal .detail {
  font-size: 18px; }

#shopping-basket .ordertotal .order-total-container {
  height: 130px;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #c6c6c6; }
  #shopping-basket .ordertotal .order-total-container .savings-text {
    font-size: 18px;
    font-weight: bold;
    color: #c02e35; }

#shopping-basket .margin-40-top {
  margin-top: 40px; }

#shopping-basket .header {
  background: #e8e8e8;
  padding: 10px 0px;
  font-weight: bold; }

#shopping-basket .payment-modes {
  margin: 40px 0; }

#shopping-basket .waystopay {
  text-align: center;
  font-size: 16px; }
  #shopping-basket .waystopay h2 {
    font-size: 22px; }
  #shopping-basket .waystopay .disclaimer_copy {
    font-size: 14px;
    font-weight: 300px; }

#shopping-basket .qty-update .qty {
  text-align: center;
  border: 1px solid #bbb;
  max-width: 60px; }

#shopping-basket .qty-update .removeitem {
  font-size: 16px;
  padding-left: 55px; }

#shopping-basket table.ordertotal {
  background: none;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 16px; }
  #shopping-basket table.ordertotal td {
    border-top: none; }
    #shopping-basket table.ordertotal td.title {
      text-align: left; }
    #shopping-basket table.ordertotal td.detail {
      text-align: right; }
  #shopping-basket table.ordertotal tr.total {
    border-top: 2px solid #bbb;
    font-size: 22px; }

.cart-promo1, #cart-promo_1,
.cart-promo2, #cart-promo_2,
.cart-promo3, #cart-promo_3 {
  width: 48%;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer; }

.cart-promo {
  text-align: center;
  font-size: 16px; }
  .cart-promo .was-price {
    color: #6e9b98; }
  .cart-promo .small {
    font-size: 11px;
    text-transform: none; }
  .cart-promo .add-to-cart {
    font-weight: 700; }
    .cart-promo .add-to-cart .fa {
      color: #0e5953; }

.zero-highlight {
  background-color: #D0EBF7; }

.unlimited-container h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.js-cart-promo-offers {
  margin-top: 20px; }
  @media (max-width: 768px) {
    .js-cart-promo-offers {
      margin-top: 30px; } }

#shopping-basket .ordertotal .voucher-container {
  background-color: #fff; }

.js-cart-promo-offers {
  text-align: center; }
  .js-cart-promo-offers > h3 {
    font-size: 22px;
    font-weight: normal; }
  .js-cart-promo-offers * {
    outline: none; }
  .js-cart-promo-offers #ga-upsell-left .row {
    margin-right: 8px; }
  .js-cart-promo-offers #basket-promo-holder {
    display: flex; }
    @media (max-width: 767px) {
      .js-cart-promo-offers #basket-promo-holder {
        display: block; } }
    .js-cart-promo-offers #basket-promo-holder .js-cart-promo {
      flex-basis: 0;
      flex-grow: 1; }
      .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo {
        display: block;
        text-align: center;
        padding-top: 25px;
        background-color: transparent; }
        .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content {
          padding: 25px 30px; }
          .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content h5 {
            font-family: "Roboto", Arial, sans-serif;
            font-weight: normal;
            font-size: 14px;
            text-transform: initial;
            margin-bottom: 6px; }
            .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content h5 strong {
              font-weight: normal; }
          .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content p {
            color: #000000;
            line-height: 17px;
            margin-bottom: 6px; }
          .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content p:last-child {
            margin-bottom: 0px; }
          .js-cart-promo-offers #basket-promo-holder .js-cart-promo .cart-promo .promo-content .add-to-cart {
            font-size: 17px; }
      @media (max-width: 768px) {
        .js-cart-promo-offers #basket-promo-holder .js-cart-promo .row {
          margin-bottom: 20px; } }

.delivery-option-panel .template h3 {
  font-weight: normal; }

@media (min-width: 768px) {
  #shopping-basket .align-qty {
    margin-left: 40px; }
  #shopping-basket .total-items {
    height: 84px;
    line-height: 84px; }
  #shopping-basket .no-pad-left-tab {
    padding-left: 0; }
  #shopping-basket .cart-title {
    text-align: left; }
  #shopping-basket .qty-update {
    text-align: center; }
    #shopping-basket .qty-update .qty {
      padding: 6px 12px 7px 12px;
      border: 1px solid #bbb;
      max-width: 80px; }
    #shopping-basket .qty-update .removeitem {
      font-size: 13px;
      padding-left: 0px; }
  #shopping-basket .waystopay {
    text-align: left;
    font-size: 16px; }
    #shopping-basket .waystopay h2 {
      font-size: 22px;
      font-weight: 600; }
  #shopping-basket .no-pad-sm {
    padding: 0; }
  #shopping-basket .promotional-container {
    min-height: 80px; }
  #shopping-basket table.ordertotal {
    font-size: 13px; }
    #shopping-basket table.ordertotal td {
      border-top: none; }
      #shopping-basket table.ordertotal td.title {
        text-align: right; }
      #shopping-basket table.ordertotal td.detail {
        text-align: left; }
    #shopping-basket table.ordertotal tr.total {
      border-top: 2px solid #bbb;
      font-size: 16px; } }

.no-products {
  background-color: #fff; }
  .no-products p {
    font-size: 16px;
    margin: 0; }

@media (min-width: 992px) {
  #shopping-basket .align-qty {
    margin-left: 75px; } }

@media (min-width: 1200px) {
  #shopping-basket .no-pad-right-lg {
    padding-right: 0; }
  #shopping-basket .continue-link {
    text-align: right; }
  #shopping-basket .wr-logo {
    height: 70px; } }

.search-header h1 {
  background: url("/images/uk/en/common/bg/pattern_black_dots.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  padding-bottom: 10px; }

.hideMaxFacets {
  display: none; }

#mobile-facets-overlay {
  display: none;
  top: 0px;
  position: fixed;
  width: 375px;
  max-width: 100%;
  background: #FFF;
  border: 1px solid #DCDCDC;
  padding: 15px;
  animation-delay: 0.5s;
  z-index: 10;
  height: 100%;
  overflow: auto; }
  #mobile-facets-overlay button.close-overlay {
    float: right;
    cursor: pointer;
    font-style: normal;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #d8d8d8; }
    #mobile-facets-overlay button.close-overlay:after {
      color: #4d4d4d;
      font-family: FontAwesome;
      font-size: 15px;
      content: "\f00d"; }
  #mobile-facets-overlay.open-nav-facets {
    display: block;
    right: -375px;
    animation: slideFacetsIn 0.5s forwards; }
  #mobile-facets-overlay.close-nav-facets {
    display: block;
    right: -375px; }

@keyframes slideFacetsIn {
  100% {
    right: 0; } }

.search-results-pagination .page-numbers {
  padding-top: 6px; }
  @media (min-width: 768px) {
    .search-results-pagination .page-numbers {
      padding-top: 20px;
      text-align: right;
      padding-right: 0px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .search-results-pagination .page-numbers {
      padding-left: 0;
      padding-right: 0;
      text-align: right; } }
  @media (max-width: 767px) {
    .search-results-pagination .page-numbers {
      padding-left: 15px;
      padding-right: 0;
      text-align: left; } }

.search-results-pagination .page-buttons {
  text-align: right; }
  @media (min-width: 991px) {
    .search-results-pagination .page-buttons {
      padding-right: 10px;
      padding-top: 14px;
      padding-left: 0px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .search-results-pagination .page-buttons {
      text-align: center;
      padding: 14px 0 0; } }

.filter {
  color: #555; }
  .filter h3 {
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  @media (min-width: 768px) {
    .filter {
      background: #ffffff;
      margin-bottom: 10px;
      padding: 15px; } }
  .filter .btn.btn-default {
    background: #f3f3f3;
    color: #333333;
    border: 2px #d8d8d8 solid;
    margin-bottom: 5px;
    font-style: italic;
    white-space: normal;
    text-align: left; }
    .filter .btn.btn-default:hover {
      border-color: #333333;
      background: #f3f3f3 !important;
      color: #333333 !important; }
      .filter .btn.btn-default:hover:after {
        color: #333333; }
    .filter .btn.btn-default:after {
      color: #4d4d4d;
      font-family: FontAwesome;
      font-size: 13px;
      content: "\f00d";
      font-style: normal;
      padding-left: 8px; }

.pager li .pagination-by-input {
  width: 38px;
  border: 1px solid #3D8122;
  text-align: center;
  padding: 5px 5px 6px;
  background-color: transparent;
  color: #3D8122;
  min-height: 44px;
  position: relative;
  top: -0.5px; }
  .pager li .pagination-by-input.disabled {
    color: #3C3C3C;
    border: 1px solid #ADADAD;
    margin-left: 3px;
    margin-right: 3px; }

@-moz-document url-prefix() {
  .pager li .pagination-by-input.disabled {
    margin-right: 0;
    padding: 4.5px 5px 7px; } }

.pager li > a.next, .pager li > a.prev {
  border: 1px solid #3D8122;
  padding: 7px 12px;
  color: #3D8122; }
  .pager li > a.next.disabled, .pager li > a.prev.disabled {
    color: #ADADAD;
    border: 1px solid #ADADAD;
    opacity: 1; }

.pager .pagination-tooltip {
  top: 45px;
  left: 10px;
  border-radius: 6px; }
  .pager .pagination-tooltip .popover-content {
    padding: 9px; }
  @media (max-width: 767px) {
    .pager .pagination-tooltip {
      top: 31px;
      left: 40px; }
      .pager .pagination-tooltip .arrow {
        left: 59%; } }
  .pager .pagination-tooltip.pageEnd {
    left: 0; }
    .pager .pagination-tooltip.pageEnd .arrow {
      left: 80%; }
    @media (max-width: 767px) {
      .pager .pagination-tooltip.pageEnd {
        left: 30px; }
        .pager .pagination-tooltip.pageEnd .arrow {
          left: 86%; } }

.search-toolbar {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .search-toolbar {
      margin-top: 0px; } }
  @media (max-width: 767px) {
    .search-toolbar .col-xs-6:first-child {
      padding-right: 8px; }
    .search-toolbar .sorting {
      padding-left: 8px; }
      .search-toolbar .sorting:after {
        content: "\f078";
        position: absolute;
        top: 18%;
        font-family: FontAwesome;
        right: 20%;
        pointer-events: none; } }
  .search-toolbar select {
    color: #333333;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    @media (min-width: 768px) {
      .search-toolbar select {
        color: #6e9b98; } }
    @media (max-width: 767px) {
      .search-toolbar select {
        font-weight: 700;
        text-align-last: center;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 10px 20px 9px;
        margin-bottom: 15px;
        height: auto;
        border: 1px #3D8122 solid; } }
  .search-toolbar .btn.btn-default {
    background: #f3f3f3;
    color: #333333;
    border: 1px #3D8122 solid;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 11px 12px; }
    @media (max-width: 767px) {
      .search-toolbar .btn.btn-default {
        background: transparent; } }

.search-facets {
  color: #555;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .search-facets {
      margin-top: 0px; } }
  .search-facets h4 {
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
  .search-facets .panel-group {
    background: #ffffff; }
    @media (min-width: 768px) {
      .search-facets .panel-group {
        padding: 15px 12px; } }
  .search-facets .panel + .panel {
    margin-top: 0px; }
  .search-facets .panel-heading {
    background: transparent;
    padding: 10px 0px 0px 0px; }
    .search-facets .panel-heading h4 a {
      display: block;
      text-decoration: none;
      font-weight: 700; }
      .search-facets .panel-heading h4 a.collapsed {
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px; }
        .search-facets .panel-heading h4 a.collapsed:after {
          position: absolute;
          right: 3rem;
          color: #777;
          font-family: FontAwesome;
          font-size: 15px;
          content: "\f078"; }
  .search-facets .panel-collapse .panel-body {
    border-top: 0px !important; }
    @media (max-width: 991px) and (min-width: 768px) {
      .search-facets .panel-collapse .panel-body {
        padding: 15px 0; } }
  @media (min-width: 768px) {
    .search-facets .panel-body {
      padding: 15px 9px; } }
  .search-facets .panel-body a {
    display: block;
    margin-bottom: 10px;
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px; }
    .search-facets .panel-body a:last-child {
      margin-bottom: 0px; }

.product-price-list h3 {
  margin-bottom: 10px; }

.pagination {
  margin: 0px; }

#facetSlider {
  background: #dddddd;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 10px; }
  #facetSlider .panel-group {
    margin-bottom: 0px; }

.appellation {
  color: #6e9b98;
  margin-top: 10px; }

.pager {
  text-align: left !important;
  display: inline; }

.badge-award-winner img {
  width: 50px; }

.badge-on-sale {
  display: none; }

.badge-on-sale img {
  width: 50px; }

.badge-add-on {
  display: none; }

.mixed-cases .badge-on-sale {
  top: 0px; }

.ppb {
  font-size: 18px;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  display: inline-block;
  font-weight: bold;
  margin-right: 6px;
  margin-bottom: 2px; }

.item-info {
  font-size: 13px;
  display: inline-block; }

.item-attribute {
  display: inline-block;
  margin: 10px 6px 6px 0px;
  font-size: 10px;
  max-width: 30%; }
  .item-attribute.img {
    margin: 10px 2px 6px 0px; }

.display-grid-list-simple .ppb {
  max-width: none; }

.display-grid-list-simple .item-info {
  max-width: none; }

.display-grid-list-simple .special-case-price {
  font-size: 11px; }

#listing-type button {
  color: #dddddd; }
  #listing-type button.current {
    color: #0e5953; }

.product-wrapper .loading {
  width: 100%;
  height: 100%;
  min-height: 150px;
  background: #F6F6F6 url(/images/uk/en/common/ajax-loader-big.gif) 50% 50% no-repeat !important;
  background-size: 25% !important;
  z-index: 99;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important; }

.product-wrapper .country-icon img {
  width: 30px;
  margin-right: 5px; }

.product-wrapper .drinkCharacteristics .col-sm-4, .product-wrapper .drinkCharacteristics .col-xs-6 {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 15px; }
  .product-wrapper .drinkCharacteristics .col-sm-4 .icons, .product-wrapper .drinkCharacteristics .col-xs-6 .icons {
    width: 26px;
    height: 26px; }
    .product-wrapper .drinkCharacteristics .col-sm-4 .icons svg, .product-wrapper .drinkCharacteristics .col-xs-6 .icons svg {
      width: 100%;
      height: 100%; }
      .product-wrapper .drinkCharacteristics .col-sm-4 .icons svg path, .product-wrapper .drinkCharacteristics .col-xs-6 .icons svg path {
        fill: #3c3c3c; }
  @media (max-width: 767px) {
    .product-wrapper .drinkCharacteristics .col-sm-4, .product-wrapper .drinkCharacteristics .col-xs-6 {
      padding: 0; } }
  .product-wrapper .drinkCharacteristics .col-sm-4.font-change .icons svg, .product-wrapper .drinkCharacteristics .col-xs-6.font-change .icons svg {
    width: 20px; }
  @media (min-width: 992px) {
    .product-wrapper .drinkCharacteristics .col-sm-4.font-change .icons, .product-wrapper .drinkCharacteristics .col-xs-6.font-change .icons {
      height: 25px; } }

.product-wrapper .drinkCharacteristics .col-lg-12 {
  padding-left: 13px; }
  @media (max-width: 767px) {
    .product-wrapper .drinkCharacteristics .col-lg-12 .col-xs-6:nth-child(even) {
      padding-left: 15px; } }

@media (max-width: 767px) {
  .wine-search-results {
    padding: 0; }
    .wine-search-results .search-product-result {
      padding: 0 15px; } }

.wine-search-results .search-product-result .pagination-tooltip {
  left: 61%; }
  .wine-search-results .search-product-result .pagination-tooltip.pageEnd {
    left: 61%; }

@media (max-width: 767px) {
  .search-result-banner-toolbar {
    padding: 15px 15px 0 15px;
    margin-top: -15px;
    background: #fff; }
    .search-result-banner-toolbar .print-sort-pagination {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .search-result-banner-toolbar .page-numbers {
      text-align: left;
      padding-left: 15px; } }

@media (min-width: 768px) {
  .search-result-banner-toolbar .print-sort-pagination {
    display: flex;
    align-items: center; } }

.search-result-banner-toolbar .well-search-featured .product-min-height {
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.avy .pager li .pagination-by-input {
  padding: 4px 5px 7px; }

.multiple {
  margin-bottom: 0px; }

.multiple div {
  margin-bottom: 15px; }

.tab-pane {
  padding: 15px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff; }

img.reduce-bottle {
  max-height: 170px; }

img.reduce-bottle.basket {
  max-height: 100px; }

.wine-grid-container.wine-removed .fa-heart, .wine-grid-container.wine-removed .favourites a, .wine-grid-container.wine-removed a.rate-link {
  color: #dddddd; }

.wine-grid-container.wine-removed .wine-grid-image {
  opacity: 0.3; }

.wine-grid-container.wine-removed a.btn:not(.js-next-vintage-btn) {
  background: #dddddd;
  border: 1px solid #dddddd; }

.wine-grid-container.wine-removed ul.rating li {
  color: #dddddd; }

.wine-grid-container .qty-box {
  width: 35px;
  margin-right: 5px;
  float: left;
  margin-top: 5px; }
  .wine-grid-container .qty-box input#qty {
    width: 35px;
    padding: 2px; }

@media (max-width: 991px) and (min-width: 768px) {
  .wine-grid-container .js-orderform {
    min-height: 23px; } }

.wine-grid-container .reorder-btn {
  width: 100%;
  margin-top: 5px; }
  .wine-grid-container .reorder-btn .btn {
    text-transform: none;
    font-size: 13px;
    padding: 5px 10px 4px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .wine-grid-container .reorder-btn .btn {
        padding: 5px 0 4px; } }
  .wine-grid-container .reorder-btn .error {
    padding: 5px;
    position: absolute;
    height: 45px;
    overflow: scroll; }

.wine-grid-container .js-qty {
  min-height: 33px;
  width: 100%;
  display: flex;
  justify-content: center; }

.wine-grid-container .bg-danger {
  padding: 6px;
  text-align: center;
  font-weight: bold; }
  @media (max-width: 991px) and (min-width: 768px) {
    .wine-grid-container .bg-danger {
      margin: 2.7rem auto 0rem auto; } }

@media (max-width: 767px) {
  .wine-grid-container .wine-find-more, .wine-grid-container .bg-danger, .wine-grid-container .js-next-vintage-btn, .wine-grid-container .js-qty {
    max-width: 300px; } }

.ba .wine-grid-container .reorder-btn .btn {
  font-size: 10px;
  padding: 6px 6px 7px; }

.wine-grid-layout .wine-grid-image {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.wine-grid-layout .wine-grid-info {
  padding-top: 15px;
  padding-bottom: 15px; }
  .wine-grid-layout .wine-grid-info a {
    cursor: pointer; }

.wine-grid-layout .wine-grid-image img {
  max-height: 140px;
  max-width: 50px; }

.carousel-control.left {
  top: 12px; }

.carousel-control.right {
  top: 12px; }

.width-25 tr td,
.width-25 tr th {
  width: 25%; }

.panel.ultd input.update {
  display: none; }

ul.rating {
  padding: 0px;
  margin-bottom: 0px; }
  ul.rating li {
    font-weight: normal; }
  ul.rating.no-rating {
    margin-bottom: 2px; }
    ul.rating.no-rating li {
      padding: 0px; }

.my-rating a:hover {
  text-decoration: none; }

ul.preview-attributes {
  padding: 0px 15px; }
  ul.preview-attributes li {
    list-style: none;
    margin-bottom: 5px;
    float: none; }

.fa-star {
  color: #C18A26; }
  .fa-star.empty {
    color: #D6D5D5; }

.table.table-striped {
  margin-bottom: 0px; }

.account-legend {
  font-size: 12px;
  margin: 15px 0px; }
  .account-legend i.fa {
    min-width: 30px;
    text-align: center; }

.favourites .fa, .dislike .fa {
  min-width: 20px; }

.alert-warning {
  text-align: center;
  background: #E6EFC2;
  color: #264409; }

.fa-ban-active {
  color: inherit; }

.flash-notification-message {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  position: fixed;
  bottom: 10px;
  z-index: 999;
  box-shadow: 10px 10px 5px #dddddd; }

.flash-notification-message.ng-leave-active {
  opacity: 0; }

hr {
  border-bottom: 1px solid #dddddd;
  width: 96%; }

.preferences-container .nav > li > a {
  font-size: 11px;
  padding: 10px 6px; }

span.reg-strike-price {
  color: #616365;
  font-weight: normal;
  text-decoration: line-through; }

span.sale-price {
  color: #981e32;
  font-weight: bold; }

span.bottle-count {
  font-size: 12px;
  color: #999; }

span.savings {
  color: #981e32; }

.fa-thumbs-down {
  color: #6e9b98; }

.atg_store_index .previous > a {
  float: none !important; }

h1.cellar-icons {
  padding-left: 40px; }

.nav.account-tabs {
  border-bottom: 1px solid #a5acaf;
  margin-bottom: 10px; }

.cellar-icons {
  background-image: url("/images/uk/en/common/cellar-icons.png");
  background-position: 0px 0px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 4px;
  margin-bottom: 10px; }
  .cellar-icons a {
    padding-left: 30px; }
  .cellar-icons.purchased {
    background-position: 0px 0px; }
  .cellar-icons.favourite {
    background-position: 0px -24px; }
  .cellar-icons.rating {
    background-position: 0px -48px; }
  .cellar-icons.notforme {
    background-position: 0px -72px; }
  .cellar-icons.preferences {
    background-position: 0px -96px; }
  .cellar-icons.recommendations {
    background-position: 2px -120px; }
  .cellar-icons.cellar {
    background-position: 0px -144px; }
  .cellar-icons.beyond {
    background-position: 0px -168px; }

.icons {
  position: relative; }
  .icons.bestseller {
    color: #065468;
    padding-left: 28px; }
    .icons.bestseller:before {
      content: url("/images/uk/en/common/icons/cellar/bestseller.png");
      position: absolute;
      left: 0px;
      top: -5px; }
  .icons.favourite {
    color: #e61e25;
    padding-left: 28px; }
    .icons.favourite:before {
      content: url("/images/uk/en/common/icons/cellar/favourite.png");
      position: absolute;
      left: 0px;
      top: -4px; }
  .icons.rating {
    color: #C28B23;
    padding-left: 28px; }
    .icons.rating:before {
      content: url("/images/uk/en/common/icons/cellar/rating.png");
      position: absolute;
      left: 0px;
      top: -6px; }
  .icons.preference {
    color: #333;
    padding-left: 28px; }
    .icons.preference:before {
      content: url("/images/uk/en/common/icons/cellar/preference.png");
      position: absolute;
      left: 0px;
      top: -7px; }
  .icons.purchase {
    color: #83318A;
    padding-left: 28px; }
    .icons.purchase:before {
      content: url("/images/uk/en/common/icons/cellar/purchase.png");
      position: absolute;
      left: 0px;
      top: -4px; }

.grid-layout {
  display: grid;
  grid-template-columns: 100%; }
  @media (min-width: 768px) {
    .grid-layout {
      grid-template-columns: 50% 50%; } }
  @media (min-width: 992px) {
    .grid-layout {
      grid-template-columns: 25% 25% 25% 25%; } }

@media (min-width: 768px) {
  .flash-notification-message {
    min-width: 700px; }
  .alert-warning {
    font-size: 18px; }
  .wine-grid-container {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px; }
  .account-legend {
    font-size: 14px; }
  .tab-pane .wine-grid-layout {
    border: 0px; }
  .wine-grid-layout .wine-grid-image {
    padding-top: 10px;
    padding-bottom: 0px;
    min-height: 150px; }
  .wine-grid-layout .wine-grid-info {
    text-align: center;
    padding: 10px 10px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .wine-grid-layout .wine-grid-info {
      padding: 10px; } }

@media (min-width: 768px) {
    .wine-grid-layout .wine-grid-info .control-height-container {
      min-height: 130px; }
    .wine-grid-layout .wine-grid-info .control-height-name {
      max-height: 35px;
      min-height: 35px;
      overflow: hidden; }
    .wine-grid-layout .wine-grid-info .out-of-stock {
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 5px;
      margin-bottom: 10px;
      width: 100%; }
  .wine-grid-layout .wine-grid-image img {
    max-height: 140px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .preferences-container .nav > li > a {
    font-size: 13px;
    padding: 10px 15px; } }

.wineplan-menu .side-nav {
  padding-top: 10px;
  padding-bottom: 2px; }

.form-search-wine {
  position: relative; }
  .form-search-wine input:placeholder-shown {
    text-overflow: ellipsis; }
  @media (max-width: 991px) and (min-width: 768px) {
    .form-search-wine .form-control {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .form-search-wine .form-control {
      padding-right: 30px; } }
  .form-search-wine:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 32px;
    background: url("/images/uk/en/common/icons/search_icon.svg") center/contain no-repeat; }

#modalItemDetails h2 {
  font-size: 26px;
  color: #333; }

#modalItemDetails h4 {
  margin-top: 0px;
  color: #333; }
  #modalItemDetails h4.title-bordered {
    background: none;
    border-bottom: 2px solid #0e5953;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0;
    padding: 10px 0; }

#modalItemDetails table td:first-child {
  width: 50px;
  font-weight: bold; }

#modalItemDetails table td {
  border: none;
  padding: 8px 8px 8px 0px; }

#modalItemDetails img.large {
  max-height: 440px; }

.print-container {
  display: none; }

.alert-success.absolute {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 20px;
  text-align: center;
  font-size: 18px; }

.wine-plan-mgt #BRW1, .wine-plan-mgt #BRW2, .wine-plan-mgt #BRW3, .wine-plan-mgt #BRW4 {
  display: none; }

.wine-plan-mgt table th {
  border-bottom: none !important;
  font-weight: normal;
  background: #dddddd;
  color: #333; }
  .wine-plan-mgt table th a {
    color: #333;
    font-weight: bold; }

.wine-plan-mgt table .fa-check-circle {
  color: #0e5953; }

.wine-plan-mgt .panel {
  background: none; }
  .wine-plan-mgt .panel.panel-filter .panel-heading {
    background: none; }
  .wine-plan-mgt .panel .panel-heading {
    background: #dddddd;
    color: #333; }
  .wine-plan-mgt .panel .panel-body {
    padding: 15px 8px;
    background: #fff; }

.wine-plan-mgt .btn.btn-default, .wine-plan-mgt .btn.btn-primary, .wine-plan-mgt .btn.btn-link {
  text-transform: none; }

.wine-plan-mgt .btn.case-contents {
  background-color: #0e5953;
  color: #fff !important;
  border: 0px;
  text-align: left;
  padding: 10px 0px 10px 20px;
  margin-bottom: 0px; }

.wine-plan-mgt .js-address-form {
  display: none; }

.wine-plan-mgt .product-row ul.flexi-wine-attributes {
  padding-left: 12px;
  font-size: 11px; }

.wine-plan-mgt .product-row h4 {
  margin-top: 0px; }

.wine-plan-mgt .nav-tabs > li {
  float: none; }

.wine-plan-mgt .pricing-panel {
  background: #0e5953;
  color: #fff; }

.wine-plan-mgt a.rating-link {
  display: none; }

.wine-plan-mgt .alert-warning {
  font-size: 16px; }
  .wine-plan-mgt .alert-warning .close {
    font-size: 13px;
    color: #333;
    opacity: 1;
    font-weight: normal; }

.wine-plan-mgt .shipment-charge-message {
  background: #FFA106;
  color: #333;
  margin-top: 5px;
  padding: 4px 8px;
  font-size: 11px; }

.wine-plan-mgt .dropdown .btn-default .fa-chevron-down {
  color: #0e5953; }

.wine-plan-mgt .dropdown button#plan-colour, .wine-plan-mgt .dropdown button#plan-freq {
  padding-left: 6px; }
  .wine-plan-mgt .dropdown button#plan-colour .fa-chevron-down, .wine-plan-mgt .dropdown button#plan-freq .fa-chevron-down {
    color: #0e5953; }

.wine-plan-mgt .dropdown .btn-link {
  color: #333; }

.wine-plan-mgt .dropdown ul.dropdown-menu {
  background: #fff; }
  .wine-plan-mgt .dropdown ul.dropdown-menu li a {
    color: #333; }
    .wine-plan-mgt .dropdown ul.dropdown-menu li a:hover {
      background: #FFA106; }
    .wine-plan-mgt .dropdown ul.dropdown-menu li a.active {
      background: #92eee6;
      font-weight: bold;
      color: #0e5953; }

.wine-plan-mgt h2 {
  font-size: 18px; }
  .wine-plan-mgt h2.title {
    margin-bottom: 15px;
    color: #333; }

.wine-plan-mgt .slick-dots {
  bottom: none; }
  .wine-plan-mgt .slick-dots li button::before {
    font-size: 40px; }

.wine-plan-mgt .btn-swap {
  background: #dddddd;
  border: 1px solid #b7b7b7; }
  .wine-plan-mgt .btn-swap .fa {
    color: #0e5953; }

.wine-plan-mgt .header-bar {
  background: #0e5953;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px; }
  .wine-plan-mgt .header-bar .date-highlight {
    font-style: italic; }
  .wine-plan-mgt .header-bar .saving {
    padding-left: 10px;
    font-style: italic; }

.wine-plan-mgt .profile-bar {
  background: url("/images/uk/en/common/bg/wine-plan/profile-bg.gif") 48% 0 no-repeat;
  height: 59px;
  background-repeat: no-repeat;
  padding: 10px;
  color: #000;
  text-transform: uppercase; }

.wine-plan-mgt .dropdown-menu {
  background: #0e5953; }
  .wine-plan-mgt .dropdown-menu li a {
    color: #fff; }
    .wine-plan-mgt .dropdown-menu li a:hover {
      background: #189b91; }

.wine-plan-mgt .well.margin-bottom-none {
  margin-bottom: 0px; }

.wine-plan-mgt .well.case-contents {
  border-color: #0e5953; }
  .wine-plan-mgt .well.case-contents h2 {
    font-size: 20px; }
  .wine-plan-mgt .well.case-contents .bg-SEAS, .wine-plan-mgt .well.case-contents .bg-SEA6, .wine-plan-mgt .well.case-contents .bg-BRWC {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px 0 no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-SPAI, .wine-plan-mgt .well.case-contents .bg-ROJA, .wine-plan-mgt .well.case-contents .bg-AUST, .wine-plan-mgt .well.case-contents .bg-ITAL {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -210px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-MEFR, .wine-plan-mgt .well.case-contents .bg-PGFR, .wine-plan-mgt .well.case-contents .bg-SHFR, .wine-plan-mgt .well.case-contents .bg-SBFR {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -410px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-CHAI, .wine-plan-mgt .well.case-contents .bg-CLAR, .wine-plan-mgt .well.case-contents .bg-KLAS, .wine-plan-mgt .well.case-contents .bg-RESV {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -610px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-PRES, .wine-plan-mgt .well.case-contents .bg-CONF {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -810px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-BSWP, .wine-plan-mgt .well.case-contents .bg-BOMB, .wine-plan-mgt .well.case-contents .bg-PAPA, .wine-plan-mgt .well.case-contents .bg-PILS, .wine-plan-mgt .well.case-contents .bg-XV, .wine-plan-mgt .well.case-contents .bg-ESS {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -1010px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-MALT {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -1210px no-repeat;
    border: 0px; }
  .wine-plan-mgt .well.case-contents .bg-4STR {
    background: url("/images/uk/en/common/bg/wine-plan/bg-roundals.gif") -10px -1400px no-repeat;
    border: 0px; }

.wine-plan-mgt .well label.control-label {
  color: #333; }

.wine-plan-mgt .well select option.chosen {
  background: #0e5953;
  color: #ffffff; }

.wine-plan-mgt .well select {
  background: #dddddd;
  color: #333; }

.wine-plan-mgt .well input.datepicker::-webkit-input-placeholder {
  color: #0e5953;
  text-decoration: underline;
  opacity: 1; }

.wine-plan-mgt .well input.datepicker::-moz-placeholder {
  color: #0e5953;
  text-decoration: underline;
  opacity: 1; }

.wine-plan-mgt .well input.datepicker:-ms-input-placeholder {
  color: #0e5953;
  text-decoration: underline;
  opacity: 1; }

.wine-plan-mgt .well input.datepickerinput:-moz-placeholder {
  color: #0e5953;
  text-decoration: underline;
  opacity: 1; }

.wine-plan-mgt .well .js-calendar-placement .picker__button--close:hover, .wine-plan-mgt .well .js-calendar-placement .picker__button--close:focus {
  color: inherit;
  background: inherit; }

.wine-plan-mgt .card {
  position: relative;
  min-height: 140px;
  margin-bottom: 15px;
  border: 1px solid #c4c3c3;
  background: linear-gradient(#fff, #dddddd); }
  .wine-plan-mgt .card.bg-ZBRW {
    border-color: #7b4504;
    background: linear-gradient(#f9c667, #f79621); }
  .wine-plan-mgt .card.bg-CLAR {
    border-color: black;
    background: linear-gradient(#a4b357, #75890c); }
  .wine-plan-mgt .card.bg-KLAS {
    border-color: #857609;
    background: linear-gradient(#fefcea, #f1da36); }

.wine-plan-mgt .card__front,
.wine-plan-mgt .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px; }

.wine-plan-mgt .card__front,
.wine-plan-mgt .card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.wine-plan-mgt .card__back {
  background: linear-gradient(#fff, #dddddd);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.wine-plan-mgt .card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.wine-plan-mgt .card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.wine-plan-mgt .contents-height {
  min-height: 220px; }

.wine-plan-mgt #modalSwapWineRewardGift #Swap-Free-Gift .col-xs-12:nth-child(3n-2) {
  clear: left; }

@media (max-width: 991px) {
  .wine-plan-mgt #modalSwapWineRewardGift #Swap-Free-Gift .col-xs-12:nth-child(3n-2) {
    clear: unset; }
  .wine-plan-mgt #modalSwapWineRewardGift #Swap-Free-Gift .col-xs-12:nth-child(2n-1) {
    clear: left; } }

@media (max-width: 767px) {
  .wine-plan-mgt .bg-seas .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-seas.jpg") no-repeat;
    border: 0px;
    background-size: 100% 100%; }
  .wine-plan-mgt .bg-vp .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-vp-mobile.png") no-repeat;
    border: 0px;
    background-size: 100% 100%; }
  .wine-plan-mgt .bg-ginn .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-ginn.jpg") no-repeat;
    border: 0px;
    background-size: 100% 100%; }
  .wine-plan-mgt .bg-xmas .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-xmas.jpg") no-repeat;
    background-size: 100% 100%; }
  .wine-plan-mgt .bg-xmas .header-bar {
    background: #9E854A; }
  .wine-plan-mgt .bg-xmas input.datepicker::placeholder {
    color: #000 !important; } }

@media (min-width: 768px) {
  .wine-plan-mgt .lg-left {
    text-align: left; }
  .wine-plan-mgt img.medium {
    max-height: 180px; }
  .wine-plan-mgt .success.absolute {
    font-size: 18px; }
  .wine-plan-mgt h2 {
    font-size: 22px; }
  .wine-plan-mgt .nav-tabs > li {
    float: left; }
  .wine-plan-mgt .pricing-panel {
    font-size: 16px; }
  .wine-plan-mgt .product-row .item-height {
    min-height: 160px; }
  .wine-plan-mgt .profile-bar {
    font-size: 22px;
    padding: 8px 15px 0px 15px; }
  .wine-plan-mgt .header-bar {
    font-size: 16px; }
    .wine-plan-mgt .header-bar .largetext {
      font-size: 16px; }
    .wine-plan-mgt .header-bar .price {
      text-align: right; }
  .wine-plan-mgt .well .case-name {
    font-size: 30px;
    color: #000000; }
  .wine-plan-mgt .summary-panel {
    min-height: 200px; }
  .wine-plan-mgt .bg-seas .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-seas.jpg") bottom right no-repeat;
    border: 0px;
    background-color: #90b1d1; }
  .wine-plan-mgt .bg-vp .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-vp.png") bottom right no-repeat;
    border: 0px; }
  .wine-plan-mgt .bg-ginn .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-ginn.jpg") bottom left no-repeat;
    border: 0px; }
  .wine-plan-mgt .bg-ginn .header-bar {
    background: #9E854A; }
  .wine-plan-mgt .bg-xmas .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-xmas.jpg") bottom right no-repeat;
    border: 0px; }
    .wine-plan-mgt .bg-xmas .summary-panel input.datepicker::placeholder {
      color: #000 !important; }
  .wine-plan-mgt .bg-xmas .free-items-container h2 {
    background: #0e5953;
    color: #ffffff;
    padding: 5px 15px 8px 15px; }
  .wine-plan-mgt .bg-xmas .header-bar {
    background: #9E854A; } }

@media (min-width: 768px) and (max-width: 991px) {
  .wine-plan-mgt .bg-vp .summary-panel {
    background: url("/images/uk/en/common/bg/wine-plan/bg-vp-ipad.png") no-repeat;
    border: 0px;
    background-size: 100% 100%; }
  .wine-plan-mgt .summary-panel .js-display-standard-option .pad-left-3 {
    float: right; }
  .wine-plan-mgt .summary-panel .js-display-flexible-option .col-xs-12 {
    padding: 0 10px; }
  .wine-plan-mgt .summary-panel .js-wineplan-button .col-xs-6:first-child {
    padding-right: 8px; }
  .wine-plan-mgt .summary-panel .js-wineplan-button .col-xs-6:nth-child(2) {
    padding-left: 8px; } }

.wine-plan-mgt .reward-balance-section {
  text-align: center;
  display: none;
  color: #fff; }
  .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo {
    padding: 0 0px 0 15px; }
    .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo .rewards-image {
      padding: 4px 3px 3px 3px;
      background-color: #001a3d; }
      .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo .rewards-image img {
        width: 128px; }
        @media (max-width: 320px) {
          .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo .rewards-image img {
            width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo .rewards-image {
          display: flex;
          align-items: center;
          height: 61px; }
          .wine-plan-mgt .reward-balance-section .col-lg-7 .rewards-logo .rewards-image img {
            width: 100%; } }
  .wine-plan-mgt .reward-balance-section .rewards-content {
    background: #000;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .wine-plan-mgt .reward-balance-section .rewards-content {
        display: table-cell;
        vertical-align: middle; } }
    .wine-plan-mgt .reward-balance-section .rewards-content p {
      margin: 0;
      font-size: 14px; }
  .wine-plan-mgt .reward-balance-section .use-rewards-balance {
    padding: 0 15px 0 15px; }
    @media (max-width: 767px) {
      .wine-plan-mgt .reward-balance-section .use-rewards-balance {
        margin-top: 2px; } }
    @media (min-width: 768px) {
      .wine-plan-mgt .reward-balance-section .use-rewards-balance {
        display: table;
        padding: 0 15px 0 1px; } }
    .wine-plan-mgt .reward-balance-section .use-rewards-balance label {
      margin: 0;
      float: left;
      cursor: pointer; }
      .wine-plan-mgt .reward-balance-section .use-rewards-balance label input[type=checkbox]:checked + i:before {
        content: "";
        height: 12px;
        width: 6px;
        border: solid #3d8122;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        display: block;
        margin-top: 1px;
        margin-left: 5px;
        background: #fff; }
      .wine-plan-mgt .reward-balance-section .use-rewards-balance label i {
        display: block;
        height: 18px;
        width: 18px;
        position: relative;
        float: left;
        top: -1px;
        left: 13px;
        border: 1px solid #999;
        border-radius: 2px;
        margin-top: 2px;
        margin-left: 6px;
        background: #fff;
        margin-right: 2px; }
        @media (max-width: 767px) {
          .wine-plan-mgt .reward-balance-section .use-rewards-balance label i {
            left: 45px;
            margin-left: 0px; } }
        @media (max-width: 370px) {
          .wine-plan-mgt .reward-balance-section .use-rewards-balance label i {
            left: 30px; } }
        @media (max-width: 325px) {
          .wine-plan-mgt .reward-balance-section .use-rewards-balance label i {
            left: 20px; } }
      .wine-plan-mgt .reward-balance-section .use-rewards-balance label input {
        display: none; }
  .wine-plan-mgt .reward-balance-section .view-rewards-balance {
    padding: 0 15px 0 2px; }
    .wine-plan-mgt .reward-balance-section .view-rewards-balance p .dollar, .wine-plan-mgt .reward-balance-section .view-rewards-balance p .balance {
      font-weight: bold; }
    @media (min-width: 768px) {
      .wine-plan-mgt .reward-balance-section .view-rewards-balance {
        display: table;
        padding: 0 0 0 2px; }
        .wine-plan-mgt .reward-balance-section .view-rewards-balance .balance-text-mobile {
          display: none; } }
    @media (max-width: 767px) {
      .wine-plan-mgt .reward-balance-section .view-rewards-balance .balance-text {
        display: none; } }
  .wine-plan-mgt .reward-balance-section .js-rewards-error .error {
    color: red;
    text-align: center;
    background: none;
    margin: 0;
    font-size: 14px;
    padding-bottom: 0; }

.wine-plan-mgt .case-content-title {
  padding: 0 20px 20px 20px; }

.wine-plan-mgt .bg-vp .summary-panel svg {
  width: 100%;
  margin-bottom: 20px; }

.wine-plan-mgt .bg-vp .summary-panel .case-name {
  color: #0e5953; }
  @media (max-width: 767px) {
    .wine-plan-mgt .bg-vp .summary-panel .case-name {
      font-size: 23px; } }

.wine-plan-mgt .bg-vp .summary-panel .js-case-options {
  z-index: 2; }

.wine-plan-mgt .bg-vp .summary-panel .unSkip-btn {
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 768px) {
    .wine-plan-mgt .bg-vp .summary-panel .unSkip-btn button {
      position: absolute;
      bottom: 0;
      left: 50%; } }

.contact-us-content .error ul {
  padding: 0;
  margin: 0; }

.contact-us-content .row {
  display: flex;
  padding: 20px 0; }
  @media (max-width: 768px) {
    .contact-us-content .row {
      padding: 10px 0;
      display: block; } }
  .contact-us-content .row .chat-questions ul {
    padding-left: 15px;
    margin-bottom: 5px;
    list-style: disc; }
  .contact-us-content .row .chat-questions .chat-us-text {
    font-size: 22px;
    letter-spacing: 0.7px; }
    @media (max-width: 767px) {
      .contact-us-content .row .chat-questions .chat-us-text {
        font-size: 20px; } }
  .contact-us-content .row .chat-questions .vinny-text {
    letter-spacing: 1.2px; }
  .contact-us-content .row.chat-section {
    background: #F8F5EF; }
  .contact-us-content .row .chat-btn-section, .contact-us-content .row .chat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .contact-us-content .row .chat-btn-section img, .contact-us-content .row .chat-icon img {
      max-width: 150px; }
    .contact-us-content .row .chat-btn-section button, .contact-us-content .row .chat-icon button {
      margin-top: 25px; }
      @media (min-width: 768px) {
        .contact-us-content .row .chat-btn-section button, .contact-us-content .row .chat-icon button {
          max-width: 210px; } }
    @media (max-width: 500px) {
      .contact-us-content .row .chat-btn-section svg, .contact-us-content .row .chat-icon svg {
        height: auto; } }
  .contact-us-content .row.customer-service-section {
    justify-content: space-between;
    margin-left: -30px; }
    @media (max-width: 768px) {
      .contact-us-content .row.customer-service-section {
        margin-left: 0px;
        padding-top: 20px; } }
    .contact-us-content .row.customer-service-section > div {
      background: #F8F5EF;
      padding: 15px 10px 10px;
      margin-left: 30px; }
      @media (max-width: 768px) {
        .contact-us-content .row.customer-service-section > div {
          margin-left: 0px;
          margin-bottom: 20px;
          padding: 15px; } }
      .contact-us-content .row.customer-service-section > div .svg-section {
        display: flex;
        justify-content: center; }
        @media (max-width: 768px) {
          .contact-us-content .row.customer-service-section > div .svg-section {
            justify-content: left;
            padding-left: 0px; } }
        @media (min-width: 768px) {
          .contact-us-content .row.customer-service-section > div .svg-section {
            min-height: 75px; } }
        .contact-us-content .row.customer-service-section > div .svg-section svg {
          width: 40px;
          height: 40px; }
      @media (max-width: 768px) {
        .contact-us-content .row.customer-service-section > div .svg-content-section {
          padding-right: 0px; } }
      .contact-us-content .row.customer-service-section > div p {
        margin-bottom: 0px; }
      .contact-us-content .row.customer-service-section > div .highligheted-text {
        color: #0e5953;
        font-size: 16px;
        font-weight: 800; }

.contact-us-content h2 {
  font-weight: normal;
  font-family: "Crimson Text", sans-serif;
  font-size: 34px;
  margin-top: 45px; }
  @media (max-width: 768px) {
    .contact-us-content h2 {
      margin-top: 25px; } }

.avy .contact-us-content .row.chat-section, .stw .contact-us-content .row.chat-section, .bbc .contact-us-content .row.chat-section {
  background: #ffffff; }

.avy .contact-us-content .row.customer-service-section > div, .stw .contact-us-content .row.customer-service-section > div, .bbc .contact-us-content .row.customer-service-section > div {
  background: #ffffff; }
  .avy .contact-us-content .row.customer-service-section > div .svg-section svg path, .stw .contact-us-content .row.customer-service-section > div .svg-section svg path, .bbc .contact-us-content .row.customer-service-section > div .svg-section svg path {
    fill: #0e5953; }

.ba .contact-us-content .row.chat-section {
  background-color: #f6f6f6; }

.ba .contact-us-content .row.customer-service-section > div {
  background-color: #f6f6f6; }

.avy .contact-us-content .row .chat-icon svg path, .stw .contact-us-content .row .chat-icon svg path {
  fill: #0e5953; }

.ba .contact-us-content .row .chat-questions .chat-us-text, .bbc .contact-us-content .row .chat-questions .chat-us-text, .avy .contact-us-content .row .chat-questions .chat-us-text {
  font-weight: normal;
  padding-top: 30px;
  font-size: 24px; }

.ba .contact-us-content .row .chat-questions .chat-us-text, .bbc .contact-us-content .row .chat-questions .chat-us-text {
  font-family: mylius-modern-light,sans-serif;
  font-weight: normal;
  color: #142748;
  padding-top: 30px;
  font-size: 24px; }

.ba .contact-us-content .row .chat-icon svg path, .bbc .contact-us-content .row .chat-icon svg path {
  fill: #069291; }

.ba .contact-us-content .row.customer-service-section > div .svg-section svg path, .bbc .contact-us-content .row.customer-service-section > div .svg-section svg path {
  fill: #069291; }

.ba .contact-us-content h2, .bbc .contact-us-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px; }

.bbc .contact-us-content .row .chat-icon svg path {
  fill: #531D7B; }

.bbc .contact-us-content .row.customer-service-section > div .svg-section svg path {
  fill: #531D7B; }

.bbc .contact-us-content .row.customer-service-section > div .highligheted-text {
  color: #531D7B; }

.thankyou-section .chat-section {
  min-height: 250px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 20px;
  text-align: center; }
  .thankyou-section .chat-section .thank-you-message {
    font-size: 20px; }
    .thankyou-section .chat-section .thank-you-message > div {
      text-align: center;
      margin-top: 22px; }

@media (min-width: 768px) {
  .thankyou-section .customer-service-section > div {
    width: 50%; } }

#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background-image: url(/images/us/common/plugins/iealert/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

* html #ie-alert-overlay {
  position: absolute; }

#ie-alert-panel {
  width: 600px;
  height: auto;
  top: 200px;
  left: 50%;
  position: fixed;
  z-index: 1000001;
  margin: 0 0 0 -300px;
  _position: absolute;
  _top: expression(200+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }

.ie-p {
  font-size: 15px;
  color: #565656;
  line-height: 1.6em;
  text-align: left; }

#ie-alert-panel a {
  text-decoration: none; }

.ie-span {
  font-size: 18px;
  color: #464646;
  display: block;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 15px 0; }

.ie-r-b-c, .ie-r-t-c, .ie-l-t-c, .ie-l-b-c {
  background: url(/images/us/common/plugins/iealert/iesprites.png) no-repeat; }

.ie-l-t-c {
  width: 47px;
  height: 47px;
  background-position: -18px -9px;
  float: left; }

.ie-l {
  height: 100%;
  width: 47px;
  float: left;
  clear: both;
  background: url(/images/us/common/plugins/iealert/left.png); }

.ie-l-b-c {
  width: 47px;
  height: 46px;
  background-position: -17px -66px;
  float: left;
  clear: both; }

.ie-b {
  height: 46px;
  width: 506px;
  float: left;
  background: url(/images/us/common/plugins/iealert/bottom.png); }

.ie-r-t-c {
  width: 47px;
  height: 47px;
  background-position: -83px -10px;
  float: right;
  cursor: pointer; }

.ie-r-t-c:hover {
  background-position: -143px -9px; }

.ie-r {
  height: 100%;
  width: 47px;
  float: right;
  background: url(/images/us/common/plugins/iealert/right.png); }

.ie-c {
  width: 506px;
  height: 100%;
  background: #f6f6f6;
  float: left; }

.ie-r-b-c {
  width: 47px;
  height: 46px;
  background-position: -83px -65px;
  float: right; }

.ie-t {
  height: 47px;
  width: 506px;
  float: left;
  background: url(/images/us/common/plugins/iealert/top.png); }

.ie-u {
  width: auto;
  height: 43px;
  margin: 30px auto 0 -66px;
  position: relative;
  left: 50%; }

.ie-u-l {
  width: 14px;
  height: 43px;
  background: url(/images/us/common/plugins/iealert/u-left.png);
  float: left; }

.ie-u-c {
  width: auto;
  height: 40px;
  background: url(/images/us/common/plugins/iealert/u-center.png);
  float: left;
  padding: 11px 0 0 0;
  cursor: pointer; }

.ie-u-s {
  margin: 5px 25px 5px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em; }

.ie-u-r {
  width: 14px;
  height: 43px;
  background: url(/images/us/common/plugins/iealert/u-right.png);
  float: left; }

#ie-alert-panel.ie6-style .ie-r-b-c {
  background: url(/images/us/common/plugins/iealert/6_r_b_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-r-t-c {
  background: url(/images/us/common/plugins/iealert/6_r_t_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-r-t-c:hover {
  background: url(/images/us/common/plugins/iealert/6_r_t_c_h.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l-t-c {
  background: url(/images/us/common/plugins/iealert/6_l_t_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l-b-c {
  background: url(/images/us/common/plugins/iealert/6_l_b_c.png) no-repeat; }

#ie-alert-panel.ie6-style .ie-l {
  background: url(/images/us/common/plugins/iealert/6_left.png); }

#ie-alert-panel.ie6-style .ie-r {
  background: url(/images/us/common/plugins/iealert/6_right.png); }

#ie-alert-panel.ie6-style .ie-b {
  background: url(/images/us/common/plugins/iealert/6_bottom.png); }

#ie-alert-panel.ie6-style .ie-t {
  background: url(/images/us/common/plugins/iealert/6_top.png); }

.top-band {
  border-bottom: 3px solid #6e9b98; }

#utilities-holder {
  background-color: #6e9b98;
  color: #fff;
  float: right;
  height: 23px;
  line-height: 23px;
  padding: 0 12px;
  width: auto; }
  #utilities-holder a {
    color: #fff !important; }

#utility-links {
  /* border-bottom: solid 1px #e2e2e2; */
  /* color: #616365; */
  color: #2b2b2b;
  /* padding-top: 10px; */
  padding-bottom: 5px;
  margin-bottom: 10px;
  font: 12px Arial,Helvetica,sans-serif; }
  #utility-links a {
    /* color: #616365; */
    color: #2b2b2b; }
  #utility-links .welcome-link {
    height: 23px;
    line-height: 23px; }

img.header-logo {
  height: 187px;
  margin: -30px 0 20px;
  width: 180px; }

.siteheader a.avy_logo {
  background: url("/images/uk/en/avy/common/2016/averys-logo-retina.png") no-repeat 0px 0px;
  background-size: 180px 160px;
  background-position: center;
  display: block;
  height: 160px;
  margin: -10px auto 20px;
  width: 180px; }

.siteheader.container {
  padding: 0;
  background-color: inherit; }

#Formsearch {
  height: 33px; }
  #Formsearch .freetext-search {
    width: 100%;
    height: 31px; }
  #Formsearch #search_btn {
    width: 100%; }

.header-content {
  background: none; }

input.freetext-search {
  border: none !important;
  border-radius: 0px !important;
  -moz-border: 0px !important;
  -webkit-border: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 5px !important;
  -moz-border-top-left-radius: 0px !important;
  -moz-border-bottom-left-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  -moz-border-bottom-right-radius: 0px !important;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  padding: 5px 10px !important;
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 1, 1.8);
  -moz-transition: all 0.5s cubic-bezier(0, 1.2, 1, 1.8);
  -ms-transition: all 0.5s cubic-bezier(0, 1.2, 1, 1.8);
  -o-transition: all 0.5s cubic-bezier(0, 1.2, 1, 1.8);
  transition: all 0.5s cubic-bezier(0, 1.2, 1, 1.8); }

#search_btn {
  float: left;
  display: block;
  width: 25%;
  height: 31px;
  padding: 4px;
  background: #f2f2f2;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  line-height: 27px !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: solid 1px #ebebeb;
  border-left: none;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden; }
  #search_btn:hover {
    background: #eeeeee; }
  #search_btn:active {
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2); }

#keyword {
  border: solid 1px #ebebeb !important;
  border-right: none !important; }

@media (max-width: 991px) {
  #keyword {
    float: left;
    height: 31px; } }

/*Cart CSS */
.cart-link {
  float: left;
  font-size: 14px; }
  .cart-link img {
    padding-left: 5px;
    margin-top: -3px; }

.subtot {
  float: right;
  width: 111px;
  text-align: right;
  padding-top: 2px; }

.navbar-header.visible-xs {
  background-color: #0e5953; }

.mini-basket-header, .mini-basket-header-empty {
  position: relative;
  background: #e6e6e6;
  border: none !important;
  float: right;
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  margin-top: 80px;
  min-height: 50px;
  padding: 6px 15px;
  width: 100%; }
  .mini-basket-header .bottles, .mini-basket-header-empty .bottles {
    padding: 0 0 5px 0; }
  .mini-basket-header .cart-delivery, .mini-basket-header-empty .cart-delivery {
    height: 30px;
    text-align: right;
    color: #6e273d;
    margin: 0;
    padding-top: 10px; }
  .mini-basket-header .js-mini-cart-total, .mini-basket-header .js-mini-cart-savings, .mini-basket-header-empty .js-mini-cart-total, .mini-basket-header-empty .js-mini-cart-savings {
    font-weight: 400;
    margin: 0; }
  .mini-basket-header span.js-mini-cart-savings, .mini-basket-header-empty span.js-mini-cart-savings {
    color: #6e273d; }
  .mini-basket-header a, .mini-basket-header-empty a {
    font-size: 13px;
    color: #2b2b2b !important; }

/* New Search Bar */
#search {
  margin-top: 90px; }

#makeSearch {
  background-color: #6e9b98;
  border: solid 1px #d8d8d8;
  border-left: none;
  color: #fff;
  height: 35px;
  position: relative;
  width: 40px; }

#makeSearchMobile {
  background: #6e9b98;
  color: #fff;
  height: 35px; }

#makeSearchMobile:after {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #4d6c6a; }

#makeSearch:hover {
  background: #4d6c6a; }

#makeSearch:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  /* background:#a1a1a1; */
  background: #4d6c6a;
  -webkit-transition: all 500ms ease-out 100ms;
  -moz-transition: all 500ms ease-out 100ms;
  -o-transition: all 500ms ease-out 100ms;
  transition: all 500ms ease-out 100ms; }

#searchTerm {
  border: solid 1px #d8d8d8 !important;
  border-right: none !important; }

#searchTerm:focus {
  border-left: solid 3px red; }

#searchTerm::-webkit-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#searchTerm::-webkit-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#searchTerm:-moz-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#searchTerm::-moz-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#searchTerm:-ms-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#email2::-webkit-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#email2::-webkit-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#email2:-moz-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#email2::-moz-placeholder {
  font-style: italic;
  color: #d1d4d3; }

#email2:-ms-input-placeholder {
  font-style: italic;
  color: #d1d4d3; }

.navbar {
  min-height: 30px !important; }

.navbar-nav {
  width: 970px !important; }

.navbar-default .navbar-nav > li > a {
  display: block; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background: transparent;
    display: block;
    text-decoration: none; }

.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px; }

.navbar-collapse {
  padding: 0px; }

.nav-border {
  border-top: 1px solid #c0c1c2;
  border-bottom: 1px solid #c0c1c2;
  margin: 0; }

.navbar-default .navbar-nav > .active {
  background: none; }
  .navbar-default .navbar-nav > .active > a {
    color: #111c24;
    background: none; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:active {
      background: none;
      color: #ffffff;
      display: block; }

.content-wrapper {
  padding: 10px 5px; }

#top-nav {
  font-size: 13px;
  position: relative;
  height: 100%;
  margin-bottom: 0px; }
  #top-nav .tab-link {
    color: #111c24;
    font-weight: 600;
    font-size: 13px; }
  #top-nav .tab-link:hover {
    background-color: #6e9b98;
    color: #fff; }
  #top-nav ul {
    position: relative;
    list-style-type: none; }
    #top-nav ulli {
      padding: 0;
      display: inline-block;
      box-sizing: border-box; }
      #top-nav ulli a {
        text-align: left;
        width: auto;
        display: inline-block;
        color: #333;
        line-height: 12px;
        text-transform: capitalize; }
    #top-nav ul .tab-drop-hover {
      background-color: #6e9b98;
      color: #fff;
      display: block;
      text-decoration: none; }
    #top-nav ul .christmas.tab-drop-hover {
      color: #fff !important; }
    #top-nav ul .sub-menu {
      background-color: #ffffff;
      border-image: none;
      border: none;
      border: 1px solid #c0c1c2;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      line-height: 14px;
      min-width: 250px;
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      z-index: 4;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      #top-nav ul .sub-menu .ban-red-border {
        border-top: 5px solid #591427;
        border-bottom: 5px solid #591427;
        border-right: 1px solid #000;
        border-left: 1px solid #000; }

.top_level {
  list-style-type: none;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px; }
  .top_level > li {
    list-style-type: none;
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #dddddd;
    width: 99%; }
    .top_level > li > a {
      display: block;
      vertical-align: middle;
      color: #5d5d5d;
      padding: 16px 10px 7px 10px;
      text-decoration: none; }
    .top_level > li:first-child div {
      display: block; }
    .top_level > li div {
      display: none;
      max-width: 545px;
      background-color: #ffffff;
      position: absolute;
      top: 0em;
      left: 179px;
      line-height: 14px;
      padding: 10px 10px 0px;
      z-index: 4;
      width: 545px;
      min-height: 336px; }
  .top_level .active {
    background: #ffffff;
    color: #87233f;
    text-decoration: none;
    border-right: 1px solid #ffffff; }
    .top_level .active a + div {
      display: block;
      text-decoration: none; }
    .top_level .active > a:after {
      position: absolute;
      left: 15.5em;
      color: #87233f;
      font-family: FontAwesome;
      font-size: 11px;
      content: "\f054"; }
  .top_level .hover-2 {
    background: #ffffff;
    color: #87233f;
    text-decoration: none;
    border-right: 1px solid #ffffff; }
    .top_level .hover-2 a + div {
      display: block;
      text-decoration: none; }
    .top_level .hover-2 > a:after {
      position: absolute;
      left: 15.5em;
      color: #87233f;
      font-family: FontAwesome;
      content: "\f054"; }

.sub-menu-content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .sub-menu-content ul li {
    background-color: #ffffff;
    border: 0px;
    padding: 5px 6px 0 6px;
    color: #5d5d5d;
    font-size: 13px; }
    .sub-menu-content ul li:hover {
      background-color: #ffffff; }
    .sub-menu-content ul li a {
      color: #333;
      padding: 3px 0;
      font: 12px "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .sub-menu-content ul li a:hover {
        text-decoration: none;
        color: #666;
        padding-left: 3px; }

.sub-menu-content .sub-view-all a {
  color: #87233f;
  font-weight: bold;
  margin: 0px; }

.sub-menu-content .heading {
  color: #111c24;
  font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  margin: 0px;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 6px;
  font-weight: normal; }
  .sub-menu-content .heading:hover {
    text-decoration: none; }

.sub-menu-content .head-underline {
  background-color: #ebebeb;
  height: 1px;
  margin-bottom: 5px;
  display: block;
  width: 85%;
  margin-left: 5px; }

.navbar-nav > li {
  border: none; }

@media (min-width: 768px) {
  .navbar-nav {
    width: 754px !important; }
  .navbar-nav > li > a {
    color: #333;
    text-transform: none;
    font-weight: bold; }
  .new-nav > li > a {
    padding-left: 9px !important;
    padding-right: 9px !important; }
  .new-nav > li.last > a {
    padding-right: 1.14em !important; }
  .navbar-default {
    background: none;
    border: none;
    box-shadow: none; } }

@media (min-width: 992px) {
  #top-nav .navbar-nav {
    width: 970px !important; }
  #top-nav .sub-menu {
    width: 100%; }
  #top-nav .top_level > li div {
    min-height: 336px;
    position: absolute;
    left: 185px; }
  #top-nav .new-nav > li > a {
    padding-left: 27px !important;
    padding-right: 26px !important; }
  #top-nav .new-nav > li .christmas {
    color: #911813; }
    #top-nav .new-nav > li .christmas:before {
      content: "";
      position: absolute;
      top: -46px;
      left: -54px;
      background: url(/images/uk/en/avy/common/2017/nav-trees.png) no-repeat;
      width: 83px;
      height: 79px; }
    #top-nav .new-nav > li .christmas:hover {
      color: #fff; }
  #top-nav .new-nav > li.last > a {
    padding-right: 2.2em !important; }
  #top-nav .new-nav .line-active {
    display: none; }
  #top-nav .new-nav .tab-drop-hover {
    border-bottom: none; }
  /*Underline Css */ }

.usp-strip {
  border-top: none;
  background-color: #e6e6e6;
  color: #1e1e1e;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "open-sans-n3", "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px; }
  .usp-strip img {
    margin-right: 10px; }

@media (max-width: 992px) {
  .usp-strip {
    font-size: 14px; } }

header#new-homepage-test-header #main-navigation ul li.nav-top-level > .nav-item.nav-averys-own::before,
header#new-homepage-test-header #main-navigation ul li.nav-login-item > .login-link.nav-averys-own::before {
  background-image: url("/images/uk/en/avy/icons/averys-own.svg"); }

header#new-homepage-test-header #main-navigation ul li.nav-top-level > .nav-item.nav-fine-wine::before,
header#new-homepage-test-header #main-navigation ul li.nav-login-item > .login-link.nav-fine-wine::before {
  background-image: url("/images/uk/en/avy/icons/fine-wine-barrel.svg"); }

/*############# Footer Guarantee section #############*/
.fade_effect {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.line_fade {
  float: left;
  height: 1px;
  margin-top: 16px; }

.line_fade.left-line {
  background: -moz-linear-gradient(left, rgba(97, 99, 101, 0) 0%, #616365 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 99, 101, 0)), color-stop(100%, #616365));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(97, 99, 101, 0) 0%, #616365 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(97, 99, 101, 0) 0%, #616365 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(97, 99, 101, 0) 0%, #616365 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(97, 99, 101, 0) 0%, #616365 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00616365', endColorstr='#616365',GradientType=1 );
  /* IE6-9 */ }

.line_fade.right-line {
  background: -moz-linear-gradient(left, #616365 0%, rgba(97, 99, 101, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #616365), color-stop(100%, rgba(97, 99, 101, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #616365 0%, rgba(97, 99, 101, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #616365 0%, rgba(97, 99, 101, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #616365 0%, rgba(97, 99, 101, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #616365 0%, rgba(97, 99, 101, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616365', endColorstr='#00616365',GradientType=1 );
  /* IE6-9 */ }

.view-btn {
  display: block;
  width: 100px;
  margin: auto;
  background: #616365;
  padding: 4px 5px 3px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-appearance: none; }

.black-box .guarantee p {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  padding: 7px 0 30px 0; }

.black-box .pods a {
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-size: 18px;
  font-weight: 600; }
  .black-box .pods a img {
    padding-bottom: 5px; }

/*############# END ################*/
.footer {
  background-color: #e6e6e6;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  margin-top: 16px;
  padding: 5px 0;
  color: #0e5953; }
  .footer a {
    color: #0e5953; }
  .footer .first {
    color: #1e1e1e;
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: none; }
    .footer .first a {
      color: #1e1e1e; }
  .footer ul li {
    padding: 0 0 3px 0;
    color: #1e1e1e; }
    .footer ul li a {
      font-size: 13px;
      color: #1e1e1e; }
    .footer ul li a:hover {
      text-decoration: underline; }
    .footer ul li .contact-small {
      font-size: 11px; }
  .footer .avy-register {
    color: #616365;
    font-size: 0.8em; }

.secondary-footer {
  font-weight: bold; }

.secondary-footer li {
  list-style-type: none;
  display: inline;
  padding: 0 20px !important;
  background: url("/images/uk/en/avy/common/newdesign/footer-spacer.gif") no-repeat center right; }

.secondary-footer li.footer-sec-5 {
  background: none; }

.footer-guarantee {
  background: #333;
  padding: 6px 16px; }

.wrapper-footer {
  height: 30px; }

#cookies-val {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  color: #ffffff; }
  #cookies-val a {
    color: #ffffff;
    text-decoration: underline; }
  #cookies-val p {
    color: #ffffff;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important; }

.generation {
  margin-top: 20px; }
  .generation p {
    line-height: 21px; }
  .generation .section-heading {
    width: 430px;
    margin: 0 auto; }
    .generation .section-heading:before, .generation .section-heading:after {
      content: "";
      position: absolute;
      top: 12px;
      width: 270px;
      height: 2px;
      border-bottom: solid 1px #fff;
      border-top: solid 1px #dedede; }
    .generation .section-heading:before {
      left: 0; }
    .generation .section-heading:after {
      right: 0; }
  .generation .links {
    background-color: #eceded;
    padding: 10px 0 11px;
    font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px; }
    .generation .links a {
      color: #1e1e1e; }
      .generation .links a:hover {
        text-decoration: none;
        color: #1e1e1e; }
        .generation .links a:hover:after {
          right: -15px; }
      .generation .links a:after {
        content: "";
        position: relative;
        right: -10px;
        top: -8px;
        border-radius: 0;
        display: inline-block;
        width: 1px;
        height: 1px;
        box-shadow: 0px 0px rgba(111, 38, 60, 0.37), 0px 1px rgba(111, 40, 62, 0.45), 0px 2px rgba(112, 32, 64, 0.06), 0px 3px rgba(0, 0, 0, 0), 0px 4px rgba(0, 0, 0, 0), 0px 5px rgba(0, 0, 0, 0), 0px 6px rgba(0, 0, 0, 0), 0px 7px rgba(0, 0, 0, 0), 0px 8px rgba(115, 38, 64, 0.08), 0px 9px rgba(110, 39, 60, 0.48), 0px 10px rgba(109, 40, 61, 0.38), 1px 0px rgba(0, 0, 0, 0), 1px 1px rgba(109, 39, 62, 0.36), 1px 2px rgba(110, 39, 61, 0.93), 1px 3px rgba(110, 38, 61, 0.57), 1px 4px rgba(107, 41, 58, 0.12), 1px 5px rgba(0, 0, 0, 0), 1px 6px rgba(113, 42, 64, 0.14), 1px 7px rgba(110, 38, 61, 0.57), 1px 8px rgba(111, 39, 61, 0.94), 1px 9px rgba(109, 39, 62, 0.36), 1px 10px rgba(0, 0, 0, 0), 2px 0px rgba(0, 0, 0, 0), 2px 1px rgba(0, 0, 0, 0), 2px 2px rgba(109, 40, 60, 0.3), 2px 3px rgba(110, 39, 61, 0.96), 2px 4px rgba(110, 39, 61, 0.98), 2px 5px rgba(109, 39, 61, 0.78), 2px 6px rgba(110, 39, 61, 0.99), 2px 7px rgba(110, 39, 61, 0.96), 2px 8px rgba(111, 39, 62, 0.31), 2px 9px rgba(0, 0, 0, 0), 2px 10px rgba(0, 0, 0, 0), 3px 0px rgba(0, 0, 0, 0), 3px 1px rgba(0, 0, 0, 0), 3px 2px rgba(0, 0, 0, 0), 3px 3px rgba(111, 37, 60, 0.22), 3px 4px rgba(110, 39, 61, 0.92), 3px 5px #6e273d, 3px 6px rgba(110, 39, 61, 0.93), 3px 7px rgba(111, 37, 60, 0.22), 3px 8px rgba(0, 0, 0, 0), 3px 9px rgba(0, 0, 0, 0), 3px 10px rgba(0, 0, 0, 0), 4px 0px rgba(0, 0, 0, 0), 4px 1px rgba(0, 0, 0, 0), 4px 2px rgba(0, 0, 0, 0), 4px 3px rgba(0, 0, 0, 0), 4px 4px rgba(108, 40, 62, 0.18), 4px 5px rgba(110, 38, 62, 0.78), 4px 6px rgba(108, 40, 62, 0.18), 4px 7px rgba(0, 0, 0, 0), 4px 8px rgba(0, 0, 0, 0), 4px 9px rgba(0, 0, 0, 0), 4px 10px rgba(0, 0, 0, 0);
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms; }

#footer-secondary {
  background: #6e9b98;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  padding: 18px 0; }
  #footer-secondary li {
    color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 10px; }
    #footer-secondary li.first a {
      margin-left: 0; }
    #footer-secondary li:after {
      content: '|'; }
    #footer-secondary li:last-child:after {
      content: ''; }
    #footer-secondary li a {
      color: #fff;
      font-size: 12px;
      margin: 0 18px; }

@media (max-width: 992px) {
  .footer-guarantee {
    color: #fff;
    text-align: center; }
  .footer {
    margin-top: 0; } }

@media (max-width: 992px) {
  .generation .section-heading:before, .generation .section-heading:after {
    width: 160px; }
  .generation .links {
    font-size: 16px; } }

/* Side Col CSS */
.hide-avr {
  display: none; }

#accordion-hdr {
  margin-bottom: 10px;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  border-bottom: 1px solid #c9cbcb;
  font-size: 1.3em;
  font-weight: bold;
  background: #e9e9e9;
  color: #000000; }
  #accordion-hdr h2 {
    font-size: 18px;
    padding-bottom: 5px; }

#item-side-col {
  margin-bottom: 10px;
  background: #e9e9e9; }

#qty {
  height: 35px;
  width: 50px; }

.well-shadow {
  padding-bottom: 0px !important;
  background: none; }

.accordion-header h3 {
  padding: 10px 0 10px 10px;
  margin-bottom: 0px; }

.accordion-list {
  padding: 10px !important; }
  .accordion-list li label {
    font-weight: normal; }

#sort {
  padding: 0px; }

#offer-page h1 {
  font-size: 28px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc; }

#offer-page h3.spacer-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

#searchTerm {
  box-shadow: none; }

/* End */
.file-btn-section .js-view-tasting-note {
  color: #6e9b98;
  border: solid 1px #6e9b98; }

h4.title-bordered {
  background: transparent;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  font-weight: bold;
  margin: 0px; }

.table.wine-facts thead > tr > th,
.table.wine-facts thead > tr > td,
.table.wine-facts > tbody > tr > th,
.table.wine-facts > tbody > tr > td,
.table.wine-facts > tfoot > tr > th,
.table.wine-facts > tfoot > tr > td {
  border: none;
  padding: 6px;
  border-top: 0px; }

.table.wine-facts > thead > tr > th {
  border: none;
  border-top: 0px; }

.table.wine-facts td:first-child {
  width: 100px; }

.well-orderform {
  background: #e9e9e9;
  border: none; }

.BVRRContentReview, .BVBrowserWebkit, .BVRRReviewDisplayStyle5Footer, .BVRRDisplayContentHeaderContent {
  background: #f7f7f7 !important; }

.unlimited-list li {
  list-style-type: disc;
  margin-left: 40px; }

.reg-strike-price {
  text-decoration: line-through; }

#detail-single-wine ul, #detail-mixed-case ul, #content-wrapper .bullets {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 3px; }

#detail-single-wine ol, #detail-mixed-case ol, #content-wrapper .list {
  list-style-type: decimal;
  list-style-position: outside; }

#detail-single-wine ul ul, #detail-single-wine ol ul, #detail-mixed-case ul ul, #detail-mixed-case ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px; }

#detail-single-wine ol ol, #detail-single-wine ul ol, #detail-mixed-case ol ol, #detail-mixed-case ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px; }

#ReviewsApp .reviewsList .options-bar {
  background: none !important;
  border: none !important; }

#ReviewsApp .wine-file-section .reviewsHeader .stars-container {
  margin: 13px 0 0 0; }
  #ReviewsApp .wine-file-section .reviewsHeader .stars-container .fa.fa-star {
    color: #B3A16E; }

#ReviewsApp .wine-file-section .reviewsHeader .bz-logo {
  margin: 3px 0 20px 0; }

#ReviewsApp .wine-file-section .reviewsHeader .rate-btn button {
  margin: 0; }

#ReviewsApp .wine-file-section .reviewsHeader .pagination {
  margin: 37px 0; }
  #ReviewsApp .wine-file-section .reviewsHeader .pagination .previous, #ReviewsApp .wine-file-section .reviewsHeader .pagination .next {
    color: #f7f7f7 !important; }
    #ReviewsApp .wine-file-section .reviewsHeader .pagination .previous a:after, #ReviewsApp .wine-file-section .reviewsHeader .pagination .next a:after {
      color: #0e5953; }
  @media (max-width: 767px) {
    #ReviewsApp .wine-file-section .reviewsHeader .pagination {
      text-align: center;
      margin: 5px 0; } }
  #ReviewsApp .wine-file-section .reviewsHeader .pagination > .active > a {
    background-color: #0e5953;
    border-color: #0e5953; }

#ReviewsApp .wine-file-section .reviewsHeader .pagination-container select {
  border: 1px solid #0e5953;
  color: #0e5953;
  -webkit-appearance: menulist;
  background-image: none; }

.bottles-in-case .multiple-items {
  padding-bottom: 0; }

#detail-single-wine .prod-name, #detail-mixed-case .prod-name {
  line-height: 1.2; }

#preview-tasting-note .sharelink-table .card ul {
  margin-top: 0px;
  margin-left: 0px; }

#preview-tasting-note .cta-panel {
  padding-right: 8px; }

#preview-tasting-note .buythiswine {
  margin-top: 0px; }

#preview-tasting-note svg {
  Fill: #0e5953; }

#detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn {
  background: #6e9b98;
  color: #ffffff;
  border: solid 1px #6e9b98; }
  #detail-single-wine .file-btn-section .js-view-tasting-note.shareprint-btn:hover {
    background: #4f7d79;
    border: solid 1px #4f7d79; }

#detail-single-wine.pdp-beyond-the-label .wine-file-section .wine-file-heading .h1 {
  padding: 15px 24px 9px; }

.product-tasting-note .cta-panel .buythiswine a {
  color: #0e5953;
  Fill: #0e5953; }

.product-tasting-note .cta-panel a {
  color: #333333; }

.product-tasting-note .page-title {
  background: #0e5953;
  top: -1px; }

.fa-heart, span.fa-heart {
  color: #333333; }

@media print {
  .page-title {
    background: #0e5953 !important; }
  .wine-filen {
    width: 27% !important;
    float: left !important; }
  .product-image {
    width: 20% !important;
    float: left !important;
    display: block !important; }
  .wine-info-section {
    width: 50% !important;
    float: right !important; }
  .info_column_1 {
    width: 49% !important;
    display: inline-block !important; }
  .info_column_2 {
    width: 50% !important;
    display: inline-block !important; }
  .notes-container {
    font-size: 14px !important; }
  .wine-file-section .prod-img.print-product-image {
    display: block !important;
    text-align: center !important;
    width: 65px !important;
    padding-left: 10px !important;
    margin: 15px auto !important; }
  .fa-heart {
    color: #0e5953; }
  #logo {
    text-align: center !important;
    padding-top: 20px !important;
    padding-bottom: 19px !important;
    height: 100px !important;
    display: inline-block !important;
    width: 100% !important; } }

.product-left-panel .star-ratings .fa-star, .print-wine-review .star-ratings .fa-star {
  color: #B3A16E;
  font-size: 20px;
  padding-right: 3px; }

.product-left-panel .star-ratings .fa-star-o, .print-wine-review .star-ratings .fa-star-o {
  color: #B3A16E; }

#tasting-note-overlay .stars-inner:before {
  color: #B3A16E !important; }

span.stars {
  background-image: url("/images/uk/en/common/rating_av.png"); }

.search-page .product-row .print-item a.h3 {
  font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  color: #0e5953; }

.product-detail-page #detail-single-wine .prod-name {
  font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-weight: normal;
  color: #0e5953; }

.product-detail-page #detail-single-wine .appel-name {
  color: #9a0442; }

.product-detail-page #detail-single-wine .wine-file-heading .h1 {
  font-weight: normal; }

#newsletter-form {
  margin-bottom: 20px; }
  #newsletter-form .btn-primary[disabled] {
    background: #608822;
    opacity: 1 !important; }
  #newsletter-form .ValidationErrors {
    display: block; }
  #newsletter-form .required {
    color: #000; }
  #newsletter-form label {
    font-weight: initial; }

#test-footer-email-signup {
  line-height: 27px;
  font-size: 12px;
  margin: 30px 0 20px 0; }
  #test-footer-email-signup .email-signup-text {
    line-height: 32px; }
  #test-footer-email-signup .form-group {
    margin-bottom: 0; }
  #test-footer-email-signup input {
    height: 30px;
    width: 100% !important; }
    #test-footer-email-signup input.disabled {
      background: #608822 !important;
      opacity: 1 !important; }
  #test-footer-email-signup .ValidationErrors {
    position: relative;
    top: 3px;
    left: 0;
    display: block;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
    z-index: 3; }
  #test-footer-email-signup hr {
    color: #ccc;
    border: 1px solid #ccc; }
  #test-footer-email-signup .btn-primary[disabled] {
    background: #608822 !important;
    opacity: 1 !important; }

.navbar-default {
  box-shadow: none !important; }

@media (min-width: 768px) and (max-width: 992px) {
  #buttontest2015c {
    height: 45px !important; }
    #buttontest2015c p {
      height: 35px !important; }
      #buttontest2015c p a.test1line {
        margin-top: 5px !important; }
    #buttontest2015c .new-nav {
      margin-bottom: 0 !important;
      height: 32px; }
      #buttontest2015c .new-nav p input {
        height: 34px; } }

@media (max-width: 992px) {
  #email-signup-nav .container .frame-1 {
    margin: 0; } }

@media (min-width: 450px) and (max-width: 767px) {
  #popup-email-signup-confirmation .modal-content .modal-body, #popup-email-signup .modal-content .modal-body {
    background: none; }
  #email-signup-nav .container .frame-1 {
    margin: 0 10px; } }

@media (max-width: 480px) {
  #email-signup-nav .container #popup-email-signup-confirmation .modal-content .modal-body .media-content h1, #popup-email-signup .modal-content .modal-body .media-content h1 {
    font-size: 18px; }
  #email-signup-nav .container .frame-1 {
    margin: 0 10px; } }

#shopping-basket .waystopay img {
  height: 37px; }

#shopping-basket .js-voucher-add {
  border: solid 1px #4b6a1b;
  background-color: #ffffff;
  color: #0b433e; }
  #shopping-basket .js-voucher-add:hover {
    color: #fff !important;
    background-color: #0b433e !important;
    border: solid 1px #4b6a1b !important; }

@media (min-width: 768px) {
  #shopping-basket .qty-update .qty {
    padding: 8px 12px 9px 12px; } }

@media only screen and (max-width: 768px) {
  .btn-qty {
    padding: 8px 13px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
    height: 53px;
    margin-bottom: 2px; } }

.cart-promo {
  text-transform: none; }

@media only screen and (min-width: 768px) {
  .qty-update .qty {
    padding: 13px 20px 14px 20px;
    text-align: center;
    border: 1px solid #bbb;
    max-width: 60px; }
  .qty-update .btn-qty {
    padding: 8px 13px;
    font-size: 13px;
    font-weight: normal;
    height: 37px;
    margin-bottom: 2px; } }

.btn.apply-code.btn-default {
  padding: 6px 12px; }

.btn.confirm-order {
  margin-bottom: 15px; }

#cellars #topbanner {
  border: solid 1px #d5d5d5;
  height: 395px;
  background: url("/images/uk/en/avy/static/cellars/cellars-banner.jpg") no-repeat;
  position: relative;
  overflow: hidden; }
  #cellars #topbanner .head {
    background-color: rgba(235, 235, 235, 0.9);
    width: 78%;
    padding: 40px 0 40px 30px;
    margin-top: 70px; }
    #cellars #topbanner .head h1 {
      font-size: 60px;
      color: #6e273d;
      margin: 0;
      border-bottom: none !important; }
    #cellars #topbanner .head h3 {
      font-family: "open-sans",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 36px;
      color: #111c24;
      margin: 0; }
  #cellars #topbanner .tabs {
    width: 78%;
    background-color: #6e9b98;
    color: #fff;
    font-family: "open-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background-image: url("/images/uk/en/avy/static/cellars/right-arrow-white.png");
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 1.2%;
    -webkit-transition: all 0.2s ease-in;
    /* Safari */
    transition: all 0.2s ease-in; }
    #cellars #topbanner .tabs:hover {
      background-color: #6a9592;
      -webkit-animation: bounce2 2s infinite;
      animation: bounce2 2s infinite; }
    #cellars #topbanner .tabs a {
      color: #fff; }
    #cellars #topbanner .tabs .block {
      float: left;
      padding: 10px 0;
      -webkit-transition: all 0.2s ease-in;
      /* Safari */
      transition: all 0.2s ease-in; }
    #cellars #topbanner .tabs .phone {
      width: 29%;
      background-color: #648c8a;
      border-right: solid 1px #8bafad; }
      #cellars #topbanner .tabs .phone:hover {
        width: 32%; }
        #cellars #topbanner .tabs .phone:hover .icon {
          -webkit-animation: bounce 2s 3;
          animation: bounce 2s 3; }
    #cellars #topbanner .tabs .location {
      width: 37%;
      background-color: #5b807d;
      border-right: solid 1px #8bafad; }
      #cellars #topbanner .tabs .location:hover {
        width: 40%; }
        #cellars #topbanner .tabs .location:hover .icon {
          -webkit-animation: bounce 2s 3;
          animation: bounce 2s 3; }
    #cellars #topbanner .tabs .open {
      width: 31%;
      background-color: #517370; }
      #cellars #topbanner .tabs .open:hover {
        width: 34%; }
        #cellars #topbanner .tabs .open:hover .icon {
          -webkit-animation: bounce 2s 3;
          animation: bounce 2s 3; }
    #cellars #topbanner .tabs .arrow {
      width: auto;
      border-right: none;
      background: url("/images/uk/en/avy/static/cellars/right-arrow-white.png") no-repeat; }
    #cellars #topbanner .tabs .icon {
      max-height: 20px;
      text-align: right; }
  @media (min-width: 767px) and (max-width: 991px) {
    #cellars #topbanner .head, #cellars #topbanner .tabs {
      width: 82%; }
    #cellars #topbanner .head h1 {
      font-size: 51px; }
    #cellars #topbanner .head h3 {
      font-size: 32px; }
    #cellars #topbanner .tabs {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #cellars #topbanner .head {
      width: 100%;
      padding: 25px 0 !important;
      padding: 4vw 0 !important;
      text-align: center;
      margin: 40px 0 30px !important; }
      #cellars #topbanner .head h1 {
        font-size: 39px;
        font-size: 8.5vw; }
      #cellars #topbanner .head h3 {
        font-size: 25px;
        font-size: 5.2vw !important; }
    #cellars #topbanner .tabs {
      width: 100%;
      background-image: none;
      float: right;
      transform: translateX(calc(100% - 180px));
      -webkit-transition: all 0.3s ease-in;
      /* Safari */
      transition: all 0.3s ease-in; }
      #cellars #topbanner .tabs .block {
        width: 60px;
        height: 60px;
        padding: 10px 10px 10px 0; }
        #cellars #topbanner .tabs .block:hover {
          width: 60px; }
        #cellars #topbanner .tabs .block .icon {
          max-height: none; }
      #cellars #topbanner .tabs .open {
        width: calc(100% - 120px);
        padding-right: 0; }
        #cellars #topbanner .tabs .open:hover {
          width: calc(100% - 120px); }
          #cellars #topbanner .tabs .open:hover .icon {
            animation-iteration-count: 1; }
        #cellars #topbanner .tabs .open .icon {
          max-width: 35px; }
        #cellars #topbanner .tabs .open .hours {
          padding-top: 8px;
          font-size: 16px; }
    #cellars #topbanner .open-slide {
      transform: translateX(0); } }
  #cellars #topbanner .contact-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform: translateX(calc(100% - 5px));
    -webkit-transition: all 0.8s ease-in;
    /* Safari */
    transition: all 0.8s ease-in; }
    #cellars #topbanner .contact-overlay .close-arrow {
      position: absolute;
      top: 0;
      right: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      opacity: 0.5;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in;
      /* Safari */
      transition: all 0.2s ease-in; }
      #cellars #topbanner .contact-overlay .close-arrow:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9; }
  #cellars #topbanner .overlay-open {
    transform: translateX(0); }
  @media (max-width: 767px) {
    #cellars #topbanner {
      height: auto !important; } }

#cellars .contact-overlay {
  padding: 25px;
  background-color: #6e9b98;
  font-family: "open-sans-n3", "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: center; }
  #cellars .contact-overlay .map {
    border: solid 10px #fff; }
  #cellars .contact-overlay .contact-details h4 {
    font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro",serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px; }
  #cellars .contact-overlay .contact-details p {
    margin-bottom: 30px; }
  #cellars .contact-overlay .contact-details a {
    color: #fff; }

#cellars nav {
  background: #e9e9e9; }
  #cellars nav ul {
    padding: 0; }
    #cellars nav ul li {
      position: relative; }
      #cellars nav ul li a {
        float: left;
        display: block;
        height: 40px;
        color: #1e1e1e;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: bold;
        border-right: solid 1px #d1d4d3; }
        #cellars nav ul li a:hover, #cellars nav ul li a.current {
          text-decoration: none;
          background-color: #ddd; }
      #cellars nav ul li .self {
        font-size: 13px;
        font-weight: normal;
        padding: 10px 15px; }

#cellars #pods .pod .category {
  background: #6e9b98;
  padding: 12px 10px 8px;
  margin: 0px 20px 20px; }
  #cellars #pods .pod .category .title h2 {
    font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
    font-size: 1.8em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0; }
    #cellars #pods .pod .category .title h2 a {
      color: #fff; }
      #cellars #pods .pod .category .title h2 a:hover {
        text-decoration: none; }

#cellars #sub-content h2 {
  font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-size: 36px;
  color: #6e273d; }

#cellars #sub-content h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 31px; }

#cellars #sub-content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 1.5em; }
  #cellars #sub-content p a {
    font-weight: bold;
    text-decoration: underline;
    color: #1e1e1e; }

#cellars #sub-content .modal h2 {
  font-size: 28px; }

#cellars #sub-content .modal h4 {
  margin-bottom: 2px; }

#cellars #sub-content .modal p {
  font-size: 14px;
  line-height: 19px; }

#cellars #sub-content .btn-lg, #cellars #sub-content .btn-group-lg > .btn {
  font-size: 18px;
  white-space: normal;
  padding: 7px 30px; }

#cellars #sub-content .btn-primary {
  background-color: #6e9b98;
  border-bottom-color: #425d5b; }
  #cellars #sub-content .btn-primary:hover {
    background-color: #597d7b; }

#cellars #sub-content .border {
  border-bottom: 1px solid #e0e0e0;
  margin-left: 15px;
  margin-right: 15px; }

@media screen and (min-width: 768px) {
  #cellars #sub-content .carousel-indicators {
    bottom: 0px; }
  #cellars #sub-content .carousel-caption {
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  #cellars #topbanner {
    background: url("/images/uk/en/avy/static/cellars/cellars-banner-mob.jpg") no-repeat;
    background-size: cover;
    background-position: center; } }

@media (min-width: 768px) {
  #cellars #pods .pod {
    position: relative;
    overflow: hidden;
    min-height: 232px; }
    #cellars #pods .pod .category {
      position: absolute;
      height: 100%;
      transform: translateX(81.5%);
      -webkit-transition: all 0.3s ease-in;
      /* Safari */
      transition: all 0.3s ease-in;
      cursor: pointer;
      margin: 0; }
      #cellars #pods .pod .category .title {
        border-right: solid 1px #8bafad;
        height: 100%; }
        #cellars #pods .pod .category .title:before {
          content: "";
          position: absolute;
          left: 7px;
          bottom: 0;
          background: url("/images/uk/en/avy/static/cellars/left-arrow-white.png");
          background-size: cover;
          background-repeat: no-repeat;
          width: 8px;
          height: 15px;
          -webkit-transition: all 0.3s ease-in;
          /* Safari */
          transition: all 0.3s ease-in; }
        #cellars #pods .pod .category .title h2 {
          position: absolute;
          right: 29px;
          -ms-transform: rotate(-90deg);
          /* IE 9 */
          -webkit-transform: rotate(-90deg);
          /* Chrome, Safari, Opera */
          transform: rotate(-90deg);
          -webkit-transform-origin: 100% 0;
          -moz-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
          white-space: nowrap; }
      #cellars #pods .pod .category p {
        line-height: 21px;
        color: #fff; }
      #cellars #pods .pod .category .cta {
        color: #6e273d; }
        #cellars #pods .pod .category .cta:hover {
          text-decoration: underline; }
        #cellars #pods .pod .category .cta:after {
          content: "";
          position: relative;
          right: -8px;
          top: -8px;
          border-radius: 0;
          display: inline-block;
          width: 1px;
          height: 1px;
          box-shadow: 0px 0px rgba(111, 38, 60, 0.37), 0px 1px rgba(111, 40, 62, 0.45), 0px 2px rgba(112, 32, 64, 0.06), 0px 3px rgba(0, 0, 0, 0), 0px 4px rgba(0, 0, 0, 0), 0px 5px rgba(0, 0, 0, 0), 0px 6px rgba(0, 0, 0, 0), 0px 7px rgba(0, 0, 0, 0), 0px 8px rgba(115, 38, 64, 0.08), 0px 9px rgba(110, 39, 60, 0.48), 0px 10px rgba(109, 40, 61, 0.38), 1px 0px rgba(0, 0, 0, 0), 1px 1px rgba(109, 39, 62, 0.36), 1px 2px rgba(110, 39, 61, 0.93), 1px 3px rgba(110, 38, 61, 0.57), 1px 4px rgba(107, 41, 58, 0.12), 1px 5px rgba(0, 0, 0, 0), 1px 6px rgba(113, 42, 64, 0.14), 1px 7px rgba(110, 38, 61, 0.57), 1px 8px rgba(111, 39, 61, 0.94), 1px 9px rgba(109, 39, 62, 0.36), 1px 10px rgba(0, 0, 0, 0), 2px 0px rgba(0, 0, 0, 0), 2px 1px rgba(0, 0, 0, 0), 2px 2px rgba(109, 40, 60, 0.3), 2px 3px rgba(110, 39, 61, 0.96), 2px 4px rgba(110, 39, 61, 0.98), 2px 5px rgba(109, 39, 61, 0.78), 2px 6px rgba(110, 39, 61, 0.99), 2px 7px rgba(110, 39, 61, 0.96), 2px 8px rgba(111, 39, 62, 0.31), 2px 9px rgba(0, 0, 0, 0), 2px 10px rgba(0, 0, 0, 0), 3px 0px rgba(0, 0, 0, 0), 3px 1px rgba(0, 0, 0, 0), 3px 2px rgba(0, 0, 0, 0), 3px 3px rgba(111, 37, 60, 0.22), 3px 4px rgba(110, 39, 61, 0.92), 3px 5px #6e273d, 3px 6px rgba(110, 39, 61, 0.93), 3px 7px rgba(111, 37, 60, 0.22), 3px 8px rgba(0, 0, 0, 0), 3px 9px rgba(0, 0, 0, 0), 3px 10px rgba(0, 0, 0, 0), 4px 0px rgba(0, 0, 0, 0), 4px 1px rgba(0, 0, 0, 0), 4px 2px rgba(0, 0, 0, 0), 4px 3px rgba(0, 0, 0, 0), 4px 4px rgba(108, 40, 62, 0.18), 4px 5px rgba(110, 38, 62, 0.78), 4px 6px rgba(108, 40, 62, 0.18), 4px 7px rgba(0, 0, 0, 0), 4px 8px rgba(0, 0, 0, 0), 4px 9px rgba(0, 0, 0, 0), 4px 10px rgba(0, 0, 0, 0); }
      #cellars #pods .pod .category a {
        display: block; }
        #cellars #pods .pod .category a:hover {
          text-decoration: none; }
    #cellars #pods .pod:hover .category {
      transform: translateX(0px); }
      #cellars #pods .pod:hover .category .title:before {
        -ms-transform: rotate(1800deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); } }

#cellars.sub #topbanner {
  height: 295px; }
  #cellars.sub #topbanner .head {
    margin-top: 30px; }
  #cellars.sub #topbanner .contact-overlay .contact-details h4 {
    font-size: 25px; }
  #cellars.sub #topbanner .contact-overlay .contact-details p {
    margin-bottom: 20px; }

#cellars.shop #topbanner {
  background: url("/images/uk/en/avy/static/cellars/shop-banner.jpg") no-repeat;
  background-position: right; }

#cellars.shop #sub-content ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 15px;
  line-height: 23px; }
  #cellars.shop #sub-content ul li {
    padding-left: 15px;
    padding-bottom: 10px; }

#cellars.events #topbanner {
  background: url("/images/uk/en/avy/static/cellars/events-banner.jpg") no-repeat;
  background-position: right; }
  #cellars.events #topbanner .head h3 {
    font-size: 22px; }

#cellars.hire #topbanner {
  background: url("/images/uk/en/avy/static/cellars/hire-banner.jpg") no-repeat; }
  #cellars.hire #topbanner .head {
    padding: 40px 0 20px 30px;
    margin-top: 50px; }
    #cellars.hire #topbanner .head h1 {
      font-size: 58px; }

#cellars.hire #sub-content .contact {
  background-color: #e1e1e1;
  padding: 40px 10px; }
  #cellars.hire #sub-content .contact p {
    margin-bottom: 0; }

#cellars.wset #topbanner {
  background: url("/images/uk/en/avy/static/cellars/wset-banner.jpg") no-repeat; }
  #cellars.wset #topbanner .head h3 {
    font-size: 32px; }

#cellars.wset #sub-content h3 {
  margin-bottom: 30px; }

#cellars.meet #topbanner {
  background: url("/images/uk/en/avy/static/cellars/meet-banner.jpg") no-repeat top right; }
  #cellars.meet #topbanner .head {
    padding: 40px 0 20px 30px;
    margin-top: 50px; }

#cellars.meet #sub-content h2 {
  font-size: 35px; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    background-position: 99% 50%; }
  40% {
    background-position: 99% 30%; }
  60% {
    background-position: 99% 40%; } }

.nobreak {
  white-space: nowrap; }

#timeline #topbanner {
  border: solid 1px #d5d5d5;
  height: 295px;
  background: url("/images/uk/en/avy/static/timeline/banner.png") no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  #timeline #topbanner .head {
    background-color: rgba(235, 235, 235, 0.9);
    width: 68%;
    padding: 40px 0 40px 30px;
    margin-top: 50px; }
    #timeline #topbanner .head h1 {
      font-size: 60px;
      color: #6e273d;
      margin: 0; }
    #timeline #topbanner .head h3 {
      font-family: "open-sans",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 21px;
      line-height: 28px;
      color: #111c24;
      margin: 0; }

#timeline ul.timeline {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  #timeline ul.timeline::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #6e9b98;
    margin-top: 39px; }
  #timeline ul.timeline li {
    list-style: none;
    position: relative;
    float: left;
    clear: left; }
    #timeline ul.timeline li .year {
      font-size: 78px;
      line-height: 78px;
      font-weight: 300;
      float: left; }
    #timeline ul.timeline li::before {
      content: '';
      display: block;
      position: absolute;
      top: 39px;
      width: 25px;
      background: #6e9b98;
      height: 5px; }
    #timeline ul.timeline li.offset-1 {
      margin-top: -40px; }
    #timeline ul.timeline li.offset-2 {
      margin-top: -80px; }
    #timeline ul.timeline li.offset-3 {
      margin-top: -120px; }
    #timeline ul.timeline li.offset-4 {
      margin-top: -160px; }
    #timeline ul.timeline li.offset-5 {
      margin-top: -200px; }
    #timeline ul.timeline li.offset-6 {
      margin-top: -240px; }
    #timeline ul.timeline li.offset-7 {
      margin-top: -280px; }
    #timeline ul.timeline li.offset-8 {
      margin-top: -320px; }
    #timeline ul.timeline li.offset-9 {
      margin-top: -360px; }
    #timeline ul.timeline li.offset-10 {
      margin-top: -400px; }
    #timeline ul.timeline li .description {
      display: block;
      padding-top: 10px;
      font-size: 16px;
      line-height: 21px;
      font-family: "open-sans-n6", "open-sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      color: #616365; }
    #timeline ul.timeline li img {
      border-right: 5px solid #6e9b98; }
    #timeline ul.timeline li.end {
      height: 5px;
      width: 100%;
      padding-top: 44px; }
      #timeline ul.timeline li.end::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(50% - 25px);
        width: 50px;
        height: 5px;
        background: #6e9b98; }

@media only screen and (min-width: 769px) {
  #timeline ul.timeline::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 5px;
    background: #6e9b98;
    margin-left: -2.5px;
    margin-top: 39px; }
  #timeline ul.timeline::after {
    left: 50%;
    margin-left: -2.5px; }
  #timeline ul.timeline li {
    width: 50%;
    margin-bottom: 40px; }
    #timeline ul.timeline li.end, #timeline ul.timeline li.last {
      margin-bottom: 0; }
    #timeline ul.timeline li.left {
      padding: 0 50px 0 0;
      text-align: right; }
      #timeline ul.timeline li.left .year {
        float: right;
        padding-left: 10px; }
      #timeline ul.timeline li.left::before {
        right: 0; }
    #timeline ul.timeline li .year, #timeline ul.timeline li .description {
      padding-bottom: 20px; }
    #timeline ul.timeline li.right {
      margin-left: 50%;
      padding: 0 0 0 50px; }
      #timeline ul.timeline li.right .description {
        text-align: left; }
      #timeline ul.timeline li.right .year {
        padding-right: 10px; }
      #timeline ul.timeline li.right::before {
        left: 0px; } }

@media only screen and (max-width: 768px) {
  #timeline #topbanner {
    height: 295px;
    background: url("/images/uk/en/avy/static/timeline/banner-mob.png") no-repeat;
    background-size: cover;
    margin-bottom: 30px; }
    #timeline #topbanner .head {
      width: 100%;
      text-align: center;
      padding: 25px 10px; }
      #timeline #topbanner .head h1 {
        font-size: 60px;
        font-size: 10vw; }
      #timeline #topbanner .head h3 {
        font-size: 21px;
        font-size: 5vw;
        line-height: 28px;
        line-height: 7vw; }
  #timeline ul.timeline::after {
    left: 0; }
  #timeline ul.timeline li {
    float: none;
    padding-left: 25px; }
    #timeline ul.timeline li img {
      padding-left: 10px; }
    #timeline ul.timeline li.offset {
      margin: 0; }
    #timeline ul.timeline li.end {
      width: 25px;
      left: 0; }
    #timeline ul.timeline li.last {
      margin-bottom: 0; }
    #timeline ul.timeline li .year {
      font-size: 52px;
      font-size: 13vw;
      line-height: 52px;
      font-size: 13vw;
      padding: 10px 10px 10px 0; }
    #timeline ul.timeline li .description {
      font-size: 14px;
      font-size: 3.8vw;
      line-height: 15px;
      line-height: 5vw;
      font-family: "open-sans-n4", "open-sans", sans-serif;
      font-weight: 400;
      padding-bottom: 10px; }
    #timeline ul.timeline li.right, #timeline ul.timeline li.left {
      margin-top: 0;
      margin-bottom: 40px;
      float: none;
      text-align: left; }
      #timeline ul.timeline li.right::before, #timeline ul.timeline li.left::before {
        left: 0; } }

#av-gifts .title {
  background-color: #fff;
  text-align: center;
  padding: 15px; }
  #av-gifts .title h2 {
    font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    color: #6e9b98;
    margin-bottom: 0; }
    #av-gifts .title h2 a {
      color: #6e9b98; }
      #av-gifts .title h2 a:hover {
        text-decoration: underline; }
  #av-gifts .title p {
    margin: 0; }
  #av-gifts .title a {
    text-decoration: none; }

#av-gifts .chevron {
  font-size: 120%;
  line-height: 0;
  position: relative;
  bottom: -0.08em; }

#av-gifts .ter .title {
  background-color: #b3995d;
  padding-bottom: 3px;
  padding-top: 10px; }
  #av-gifts .ter .title h2 {
    color: #fff;
    font-size: 24px; }
    #av-gifts .ter .title h2 a {
      color: #fff; }

#av-gifts #item-side-col {
  background-color: #fff; }
  #av-gifts #item-side-col #accordion-hdr {
    background-color: #fff;
    border-bottom: none; }
    #av-gifts #item-side-col #accordion-hdr h2 {
      background-color: #fff;
      border-bottom: solid 1px #b3995d;
      color: #b3995d;
      margin: 0 10px;
      font-style: italic;
      font-weight: 400;
      font-size: 28px;
      padding-top: 14px;
      line-height: 1; }

@media only screen and (max-width: 768px) {
  #av-gifts .no-pad-right {
    padding-right: 15px !important; }
  #av-gifts .ter {
    padding: 0 10px; }
    #av-gifts .ter .col-xs-4 {
      padding-left: 5px;
      padding-right: 5px; }
      #av-gifts .ter .col-xs-4 .title {
        padding-left: 5px;
        padding-right: 5px; }
        #av-gifts .ter .col-xs-4 .title h2 {
          font-size: 6vw; } }

.container {
  /*color: #626262;*/ }
  .container input:focus,
  .container select:focus,
  .container textarea:focus,
  .container button:focus {
    outline: none; }
  .container input, .container textarea {
    -webkit-border-radius: 0; }
  .container .wines {
    background: none; }
  .container .wed-header-mob {
    position: relative;
    width: 100%;
    height: calc(100vh - 114px);
    min-height: 450px;
    background: url("/images/uk/en/avy/static/wedding/wedding-mob.jpg") no-repeat top center #b56b82;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll; }
  .container #wed-arrow {
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100vw;
    background: none;
    border: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .container #wed-arrow img {
      width: 22%;
      margin: auto; }
  .container #wed-arrow:target {
    margin-bottom: 110%; }
  .container .content #mininav {
    padding-top: 10px;
    padding-bottom: 0; }
    .container .content #mininav ul {
      padding: 0;
      text-align: center; }
      .container .content #mininav ul li {
        display: inline; }
        .container .content #mininav ul li a {
          color: #88223f;
          padding: 0 25px;
          border-left: solid 1px #aaaaaa; }
          .container .content #mininav ul li a.first {
            border-left: none; }
          .container .content #mininav ul li a.last {
            padding-right: 0; }
  .container .content section {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 23px; }
    @media (max-width: 768px) {
      .container .content section {
        padding-top: 30px; } }
    .container .content section h1, .container .content section h2 {
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 15px; }
    .container .content section p a {
      color: #6e9b98; }
    .container .content section#discuss {
      padding-bottom: 40px; }
      .container .content section#discuss .google-maps {
        position: relative;
        margin-top: 20px;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden; }
        .container .content section#discuss .google-maps iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; }
    .container .content section.wed-intro {
      border-bottom: 2px solid #e9e9e9; }
    .container .content section.wed-intro, .container .content section#top5 {
      padding-bottom: 20px; }
      .container .content section.wed-intro p, .container .content section#top5 p {
        width: 800px;
        margin: auto;
        margin-bottom: 30px; }
      @media (max-width: 768px) {
        .container .content section.wed-intro, .container .content section#top5 {
          padding-bottom: 40px;
          border: none; }
          .container .content section.wed-intro p, .container .content section#top5 p {
            width: auto; } }
    .container .content section .suggest {
      padding: 30px 50px;
      background: #e9e9e9; }
    @media (max-width: 768px) {
      .container .content section .suggest {
        padding: 0; } }
    .container .content section .saleorreturn {
      margin-top: 40px; }
      .container .content section .saleorreturn a {
        color: #6e9b98; }
    .container .content section#know {
      border-top: solid 2px #e9e9e9; }
      .container .content section#know .facts {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 30px; }
      .container .content section#know .suggest {
        font-size: 15px; }
      .container .content section#know h2 {
        margin: 20px 0 40px; }
      .container .content section#know .swirl {
        margin: 25px 0 35px; }
      @media (max-width: 768px) {
        .container .content section#know {
          padding: 25px 10px;
          border-top: none; }
          .container .content section#know h2 {
            margin: 0 0 20px; }
          .container .content section#know .swirl {
            margin: 5px 0 15px; }
          .container .content section#know .facts {
            margin-bottom: 15px; }
          .container .content section#know .suggest {
            padding: 10px 20px;
            font-size: 14px;
            line-height: 19px; } }
    .container .content section#wed-calculator p {
      font-size: 13px; }
    .container .content section#top5 {
      padding-bottom: 10px; }
      .container .content section#top5 .wines {
        margin: 20px 0; }
        .container .content section#top5 .wines .red .left-bottle {
          text-align: right;
          padding-right: 20px; }
        .container .content section#top5 .wines .red .right-bottle {
          text-align: left;
          padding-left: 20px; }
        .container .content section#top5 .wines .bottle5 {
          margin: 0px 1.6%; }
          .container .content section#top5 .wines .bottle5 img {
            max-height: 300px; }
        @media (max-width: 768px) {
          .container .content section#top5 .wines .col-xs-4, .container .content section#top5 .wines .col-xs-6 {
            margin: 0; }
            .container .content section#top5 .wines .col-xs-4 img, .container .content section#top5 .wines .col-xs-6 img {
              max-height: 210px; }
          .container .content section#top5 .wines .col-xs-4 {
            margin-top: -50px; } }
        @media (max-width: 768px) and (orientation: landscape) {
          .container .content section#top5 .wines .col-xs-4, .container .content section#top5 .wines .col-xs-6 {
            margin: 0; }
            .container .content section#top5 .wines .col-xs-4 img, .container .content section#top5 .wines .col-xs-6 img {
              max-height: 210px; }
          .container .content section#top5 .wines .col-xs-4 {
            margin-top: -50px; } }
    .container .content section#why {
      padding-bottom: 0;
      border-top: solid 2px #e9e9e9; }
      .container .content section#why h2 {
        margin-bottom: 40px; }
      .container .content section#why h3 {
        font-size: 22px;
        font-weight: bold; }
      .container .content section#why p {
        font-size: 14px; }
      .container .content section#why .panel-default .panel-heading {
        background: #6e9b98;
        color: #fff;
        position: relative; }
        .container .content section#why .panel-default .panel-heading h3 {
          font-size: 21px; }
        .container .content section#why .panel-default .panel-heading a {
          display: block;
          outline: none;
          padding-right: 20px; }
          .container .content section#why .panel-default .panel-heading a:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            right: 10px;
            background-image: url("/images/uk/en/avy/static/wedding/accordion-arrow.png");
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .container .content section#why .panel-default .panel-heading a.collapsed:after {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
          .container .content section#why .panel-default .panel-heading a:hover, .container .content section#why .panel-default .panel-heading a:focus {
            text-decoration: none; }
    .container .content section#wed-calculator h2 {
      font-size: 28px;
      color: #fff;
      background: #6e9b98;
      padding: 20px 30px; }
    .container .content section#quote {
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
      font-size: 18px;
      line-height: 28px;
      border-bottom: 2px solid #e9e9e9;
      border-top: 2px solid #e9e9e9;
      padding: 30px 0;
      margin-top: 30px; }
      .container .content section#quote .quotee {
        font-style: italic;
        white-space: nowrap; }
    @media (max-width: 768px) {
      .container .content section h2 {
        font-size: 26px; }
      .container .content section .find {
        padding: 0 30px; }
      .container .content section#discuss, .container .content section#top5 {
        background: #e9e9e9;
        padding: 25px 20px; }
      .container .content section#wed-calculator {
        padding-bottom: 40px; }
        .container .content section#wed-calculator h2 {
          margin-bottom: 0px; }
      .container .content section#know .facts {
        margin-left: 0px;
        margin-right: 0px; } }
  .container .bgimage-inside {
    padding-top: 37.36%;
    /* this is actually (426/1140)*100 */ }
  .container #container-intro {
    position: relative; }
  .container #wed-cases .product-col h4 a {
    color: #6e9b98; }
  .container #wed-cases button {
    background: #5f8822; }
  .container #wed-cases .pink p {
    color: #6e9b98; }
  .container #wed-intro {
    position: relative;
    font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }
    .container #wed-intro .title {
      color: #9a0442;
      font-size: 2em;
      font-style: italic;
      padding-top: 20px;
      text-align: center; }
    .container #wed-intro #img1 {
      position: absolute;
      left: -30px;
      bottom: 60px;
      width: 65px; }
    .container #wed-intro #img2 {
      position: absolute;
      right: -30px;
      bottom: 60px;
      width: 65px; }
    .container #wed-intro #wed-description {
      font-family: "roboto", Arial, sans-serif;
      font-size: 1.2em;
      margin-top: 10px;
      width: 80%;
      margin: auto; }
  .container #wed-email {
    margin: 10px 0;
    padding: 10px 0px;
    font-size: 1.4em; }
    .container #wed-email p {
      font-size: 15px; }
    .container #wed-email .blue {
      background: #116078;
      color: #ffffff;
      border: 1px solid #000;
      font-size: 12px;
      margin-right: 5px;
      padding: 14px; }
    .container #wed-email #myModal {
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -207px;
      margin-left: -264px;
      z-index: 9999; }
      .container #wed-email #myModal #myModalLabel {
        border-bottom: 1px solid #ccc; }
      .container #wed-email #myModal .box {
        margin-top: 10px; }
        .container #wed-email #myModal .box input {
          position: relative;
          left: 20px; }
        .container #wed-email #myModal .box button {
          float: right; }
    .container #wed-email .modal-header, .container #wed-email .modal-body, .container #wed-email .modal-footer {
      background: #ffffff;
      width: 50%;
      border-radius: 12px; }
      .container #wed-email .modal-header #input-email, .container #wed-email .modal-body #input-email, .container #wed-email .modal-footer #input-email {
        margin-left: 29px; }
  .container .wed-advisor-header {
    background: none;
    color: #ffffff;
    font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
    font-size: 14px;
    margin-top: 20px;
    min-height: 1px;
    padding: 7px 0 1px 0;
    text-align: center; }
  .container .wed-advisor-header.red {
    background: none repeat scroll 0 0 #0e5953;
    margin: 0 !important; }
  .container .red.arrow_box::after {
    border-top-color: #6e9b98; }
  .container .arrow_box {
    position: relative;
    text-align: center; }
  .container .arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(189, 189, 189, 0);
    border-top-color: #bdbdbd;
    border-width: 12px;
    margin-left: -20px; }
  .container #wed-advisor {
    background: #6e9b98; }
  .container #design1 {
    margin: 20px 0;
    background: #f7f7f7; }
    .container #design1 img {
      height: 22px; }
  .container #wed-advisor-list {
    margin-top: 11px;
    padding: 3px 0 15px 0;
    background: #6e9b98; }
    .container #wed-advisor-list a {
      display: block;
      padding: 4px 5px;
      text-decoration: underline;
      color: #333; }
  .container #wed-details {
    margin: 20px 0; }
    .container #wed-details h1 {
      font-size: 20px;
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
      color: #9a0442;
      font-weight: 100;
      background: none; }
    .container #wed-details .bodycopy {
      font-size: 13px;
      font-family: "Roboto";
      color: #404040;
      line-height: 1.643; }
  .container #wed-cases-header {
    margin: 20px 0 0px 0; }
    .container #wed-cases-header h1 {
      font-size: 20px;
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
      color: #9a0442;
      font-weight: 100;
      background: none; }
  .container #wed-cases {
    margin: 60px 0; }
    .container #wed-cases button {
      padding: 10px; }
    .container #wed-cases .radio {
      visibility: hidden; }
    .container #wed-cases .product-col h4 {
      font-size: 20px;
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
      color: #9a0442;
      font-weight: 100;
      background: none; }
  .container #wed-details .high {
    padding: 0 10px 0 0; }
  .container #wed-details .mid {
    padding: 0 10px; }
  .container #wed-details .low {
    padding: 0 0 0 10px; }
  .container #wed-calculator #wed-calculator-intro .text {
    font-family: "roboto", Arial, sans-serif; }
  .container #wed-calculator .title {
    color: #333333;
    font-size: 22px;
    font-weight: 500; }
  .container #wed-calculator .align1 {
    vertical-align: middle;
    display: table-cell; }
  .container #wed-calculator #cal-container {
    background: #f6f6f6;
    padding: 0px;
    margin: 0; }
    .container #wed-calculator #cal-container #input-guest, .container #wed-calculator #cal-container #input-welcome,
    .container #wed-calculator #cal-container #input-table-white,
    .container #wed-calculator #cal-container #input-table-red, .container #wed-calculator #cal-container #input-toast {
      width: 50%;
      height: 44px;
      padding: 3px;
      vertical-align: middle; }
    .container #wed-calculator #cal-container .spacer-1 {
      margin: 10px 0; }
    .container #wed-calculator #cal-container #guest-header {
      background: #6e9b98;
      margin: 0 0 5px; }
      .container #wed-calculator #cal-container #guest-header h2 {
        color: #ffffff;
        font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
        font-size: 1.6em;
        font-weight: 600;
        padding: 20px 20px 10px;
        margin: 0; }
    .container #wed-calculator #cal-container #left-col {
      background: #fff; }
      .container #wed-calculator #cal-container #left-col #welcome, .container #wed-calculator #cal-container #left-col #table, .container #wed-calculator #cal-container #left-col #toast {
        margin: 10px 0; }
      .container #wed-calculator #cal-container #left-col #welcome {
        margin-top: 0; }
        .container #wed-calculator #cal-container #left-col #welcome .text-welcome {
          line-height: 1.6em !important; }
          .container #wed-calculator #cal-container #left-col #welcome .text-welcome a {
            color: #6e9b98; }
            .container #wed-calculator #cal-container #left-col #welcome .text-welcome a:hover {
              text-decoration: underline; }
      .container #wed-calculator #cal-container #left-col .input-sel {
        position: relative; }
        .container #wed-calculator #cal-container #left-col .input-sel .qtyplus, .container #wed-calculator #cal-container #left-col .input-sel .qtyminus {
          height: 44px;
          width: 22%;
          padding: 0;
          text-align: center;
          border: medium none;
          background: #bbb;
          vertical-align: top;
          font-weight: bold;
          color: #fff;
          font-size: 24px; }
        .container #wed-calculator #cal-container #left-col .input-sel input[type="text"] {
          text-align: center;
          font-size: 1.5em;
          color: #333;
          border: 1px solid #bbb;
          vertical-align: top; }
      .container #wed-calculator #cal-container #left-col .input-result input[type="text"] {
        display: none;
        text-align: center;
        font-size: 1.5em;
        color: #626262;
        width: 50%;
        line-height: 1em;
        border: 1px solid #333;
        padding: 20px; }
      .container #wed-calculator #cal-container #left-col .text {
        font-family: "roboto", Arial, sans-serif;
        height: 3em;
        line-height: 3.2em; }
        .container #wed-calculator #cal-container #left-col .text span {
          font-size: 1.5em; }
        .container #wed-calculator #cal-container #left-col .text input {
          width: 95px;
          border: none; }
      .container #wed-calculator #cal-container #left-col .text-1 {
        height: 1em;
        line-height: 1.5em;
        vertical-align: middle; }
      .container #wed-calculator #cal-container #left-col .title {
        height: 1em;
        line-height: 1em;
        vertical-align: middle; }
        .container #wed-calculator #cal-container #left-col .title p {
          margin: 0px;
          font-size: 1em; }
      .container #wed-calculator #cal-container #left-col .text-pink {
        color: #6e9b98;
        font-size: 1em; }
      .container #wed-calculator #cal-container #left-col .top-space {
        margin-top: 10px; }
    .container #wed-calculator #cal-container #total {
      margin-bottom: 14px; }
      .container #wed-calculator #cal-container #total hr {
        border-color: #d0d0d0 -moz-use-text-color -moz-use-text-color;
        margin: 5px 0 15px 0; }
      .container #wed-calculator #cal-container #total .condition {
        font-size: 0.7em;
        margin-left: 10px; }
      .container #wed-calculator #cal-container #total .result-total-glasses {
        position: relative;
        left: -10px; }
      .container #wed-calculator #cal-container #total .result-total-bottles {
        position: relative;
        top: -4px;
        font-size: 1.5em; }
    .container #wed-calculator #cal-container .title-sm {
      padding: 20px 0 0;
      color: #333;
      font-size: 13px;
      line-height: 17px;
      font-style: italic;
      position: relative;
      right: 12px; }
    .container #wed-calculator #cal-container #right-col {
      color: #ffffff;
      height: 100%;
      padding-bottom: 20px;
      background-color: #e2e2e2;
      border-left: 5px solid #fff; }
      .container #wed-calculator #cal-container #right-col .title {
        margin-top: 21px !important;
        margin-bottom: 20px; }
        .container #wed-calculator #cal-container #right-col .title p {
          margin: 0px;
          font-size: 1.1em; }
      .container #wed-calculator #cal-container #right-col #total-red, .container #wed-calculator #cal-container #right-col #total-white, .container #wed-calculator #cal-container #right-col #total-spark {
        position: relative;
        height: 110px;
        margin-top: 10px;
        margin-bottom: 10px; }
        .container #wed-calculator #cal-container #right-col #total-red .img-spark, .container #wed-calculator #cal-container #right-col #total-white .img-spark, .container #wed-calculator #cal-container #right-col #total-spark .img-spark {
          right: 24px; }
        .container #wed-calculator #cal-container #right-col #total-red img, .container #wed-calculator #cal-container #right-col #total-white img, .container #wed-calculator #cal-container #right-col #total-spark img {
          position: absolute;
          right: 30px;
          top: -11px; }
      .container #wed-calculator #cal-container #right-col .text-6 {
        margin-top: 10px !important; }
      .container #wed-calculator #cal-container #right-col .result-total, .container #wed-calculator #cal-container #right-col .result-bottle-red, .container #wed-calculator #cal-container #right-col .result-bottle-white, .container #wed-calculator #cal-container #right-col .result-bottle-sparkling {
        left: -14px;
        position: relative;
        top: 15px;
        font-size: 2.4em;
        z-index: 1; }
        .container #wed-calculator #cal-container #right-col .result-total span, .container #wed-calculator #cal-container #right-col .result-bottle-red span, .container #wed-calculator #cal-container #right-col .result-bottle-white span, .container #wed-calculator #cal-container #right-col .result-bottle-sparkling span {
          color: #ffffff; }
      .container #wed-calculator #cal-container #right-col .result-description {
        font-size: 1em;
        left: -14px;
        position: relative;
        top: 8px; }
      .container #wed-calculator #cal-container #right-col .result-bg {
        background: url("/images/uk/en/avy/static/wedding/diagonalbg.png") no-repeat scroll 50% 100%; }
    .container #wed-calculator #cal-container #guest {
      background: #e2e2e2;
      padding: 10px 20px; }
      .container #wed-calculator #cal-container #guest p {
        padding: 13px 0px 4px 0; }
      .container #wed-calculator #cal-container #guest .title {
        margin-top: 5px; }
  .container #wed-calculator #wed-details .high {
    padding: 0 10px 0; }
  .container #wed-calculator #wed-details .mid {
    padding: 0 10px; }
  .container #wed-calculator #wed-details .low {
    padding: 0 0 10px; }

@media (max-width: 992px) {
  .container #wed-advisor-list div {
    font-size: 12px; }
  .container #wed-intro {
    position: relative;
    font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }
    .container #wed-intro .title {
      color: #6e9b98;
      font-size: 1.8em;
      text-align: center; }
    .container #wed-intro #img1 {
      bottom: 74px; }
    .container #wed-intro #img2 {
      bottom: 74px; }
    .container #wed-intro #wed-description {
      font-size: 1.2em; }
  .container #wed-calculator #cal-container #left-col #toast .how-spark {
    line-height: 2em; }
  .container #wed-calculator #cal-container #right-col {
    padding-bottom: 53px; }
    .container #wed-calculator #cal-container #right-col #total-red .img-spark, .container #wed-calculator #cal-container #right-col #total-white .img-spark, .container #wed-calculator #cal-container #right-col #total-spark .img-spark {
      right: 5px; }
    .container #wed-calculator #cal-container #right-col #total-red img, .container #wed-calculator #cal-container #right-col #total-white img, .container #wed-calculator #cal-container #right-col #total-spark img {
      position: absolute;
      right: 12px;
      top: -11px; }
    .container #wed-calculator #cal-container #right-col .result-bg {
      background: url("/images/uk/en/avy/static/wedding/diagonalbg.png") no-repeat scroll 50% 100%/99% auto; } }

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  #wed-details .high {
    padding: 0; }
  #wed-details .mid {
    padding: 0; }
  #wed-details .low {
    padding: 0; } }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .container #wed-intro {
      position: relative;
      font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif; }
      .container #wed-intro .title {
        color: #6e9b98;
        font-size: 1.6em;
        text-align: center; }
      .container #wed-intro #img1 {
        display: none; }
      .container #wed-intro #img2 {
        display: none; }
      .container #wed-intro #wed-description {
        font-size: 1.2em; }
    .container #wed-advisor #wed-advisor-list div {
      padding: 0; }
    .container #wed-advisor .wed-advisor-header {
      font-size: 16px; }
    .container #wed-calculator .text {
      font-family: "Roboto", Arial, sans-serif; }
    .container #wed-calculator .title {
      font-size: 16px; }
    .container #wed-calculator #guest-header {
      background: #6e9b98; }
      .container #wed-calculator #guest-header h1 {
        color: #ffffff;
        font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
        font-size: 1.6em;
        padding: 10px;
        margin: 0; }
    .container #wed-calculator #cal-container-mobile {
      background: #e5e5e5; }
      .container #wed-calculator #cal-container-mobile #total-red, .container #wed-calculator #cal-container-mobile #total-white, .container #wed-calculator #cal-container-mobile #total-spark {
        position: relative;
        height: 110px;
        margin: 20px 0 54px; }
        .container #wed-calculator #cal-container-mobile #total-red .img-spark, .container #wed-calculator #cal-container-mobile #total-white .img-spark, .container #wed-calculator #cal-container-mobile #total-spark .img-spark {
          right: -15px; }
        .container #wed-calculator #cal-container-mobile #total-red img, .container #wed-calculator #cal-container-mobile #total-white img, .container #wed-calculator #cal-container-mobile #total-spark img {
          position: absolute;
          right: -6px;
          top: 0px;
          height: 100px; }
      .container #wed-calculator #cal-container-mobile .result-bg {
        background: url("/images/uk/en/avy/static/wedding/diagonalbg.png") no-repeat scroll 50% 100%;
        background-size: 100%; }
      .container #wed-calculator #cal-container-mobile .result-total, .container #wed-calculator #cal-container-mobile .result-bottle-red, .container #wed-calculator #cal-container-mobile .result-bottle-white, .container #wed-calculator #cal-container-mobile .result-bottle-sparkling {
        left: -14px;
        position: relative;
        top: 24px;
        font-size: 1.6em;
        color: #ffffff;
        z-index: 1; }
      .container #wed-calculator #cal-container-mobile .result-description {
        font-size: 0.8em;
        color: #ffffff;
        left: -14px;
        position: relative;
        top: 22px; }
      .container #wed-calculator #cal-container-mobile .result-text {
        margin-top: 10px;
        padding-top: 25px; }
      .container #wed-calculator #cal-container-mobile .text span {
        font-size: 1.5em; }
      .container #wed-calculator #cal-container-mobile #welcome-drink, .container #wed-calculator #cal-container-mobile #wine-table, .container #wed-calculator #cal-container-mobile #wine-toast, .container #wed-calculator #cal-container-mobile #total {
        padding: 10px;
        background: #fff;
        margin-top: 15px; }
        .container #wed-calculator #cal-container-mobile #welcome-drink h1, .container #wed-calculator #cal-container-mobile #wine-table h1, .container #wed-calculator #cal-container-mobile #wine-toast h1, .container #wed-calculator #cal-container-mobile #total h1 {
          color: #6e9b98;
          font-family: "adobe-caslon-pro-n4", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
          font-size: 1.6em;
          padding: 10px;
          margin: 0; }
        .container #wed-calculator #cal-container-mobile #welcome-drink p, .container #wed-calculator #cal-container-mobile #wine-table p, .container #wed-calculator #cal-container-mobile #wine-toast p, .container #wed-calculator #cal-container-mobile #total p {
          font-size: 16px; }
      .container #wed-calculator #cal-container-mobile #total {
        background: none !important; }
        .container #wed-calculator #cal-container-mobile #total hr {
          border-color: #d0d0d0 -moz-use-text-color -moz-use-text-color;
          margin: 5px 0 15px 0; }
        .container #wed-calculator #cal-container-mobile #total .condition {
          font-size: 0.8em;
          margin-left: 10px; }
      .container #wed-calculator #cal-container-mobile .grey-bg {
        background: #e5e5e5; }
      .container #wed-calculator #cal-container-mobile .guest-section {
        padding: 10px; }
        .container #wed-calculator #cal-container-mobile .guest-section #input-mob-guest, .container #wed-calculator #cal-container-mobile .guest-section #input-mob-welcome,
        .container #wed-calculator #cal-container-mobile .guest-section #input-mob-table-white, .container #wed-calculator #cal-container-mobile .guest-section #input-mob-table-red,
        .container #wed-calculator #cal-container-mobile .guest-section #input-mob-toast, .container #wed-calculator #cal-container-mobile .guest-section #total-mob,
        .container #wed-calculator #cal-container-mobile .guest-section #wine-toast {
          padding: 3px;
          vertical-align: top;
          width: 40%;
          height: 44px; }
        .container #wed-calculator #cal-container-mobile .guest-section .qtyplus, .container #wed-calculator #cal-container-mobile .guest-section .qtyminus {
          height: 44px;
          width: 22%;
          text-align: center;
          border: medium none;
          background: #bbb;
          color: #fff;
          font-size: 22px;
          font-weight: bold; }
        .container #wed-calculator #cal-container-mobile .guest-section input[type="text"] {
          text-align: center;
          font-size: 1.4em;
          color: #333;
          vertical-align: top; }
        .container #wed-calculator #cal-container-mobile .guest-section .text {
          height: 3em;
          line-height: 3.2em; }
          .container #wed-calculator #cal-container-mobile .guest-section .text span {
            font-size: 1.5em; }
          .container #wed-calculator #cal-container-mobile .guest-section .text input {
            width: 95px;
            border: none; }
        .container #wed-calculator #cal-container-mobile .guest-section .title {
          padding: 10px; }
          .container #wed-calculator #cal-container-mobile .guest-section .title .title-sum {
            margin-top: 10px; }
      .container #wed-calculator #cal-container-mobile .title-sm {
        padding: 0;
        color: #333;
        font-size: 13px;
        line-height: 17px; } }

.no-break {
  white-space: nowrap; }

#offer-page.wine-plans {
  margin-left: -15px;
  margin-right: -15px; }

.wp-header {
  background: #bdbdbd;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin-top: 20px; }

.law .wp-header, .stw .wp-header {
  font-family: "Crimson Text", "Times New Roman", serif; }

.wp-header h2, .wp-faq-header h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0; }

.wp-col-wrapper-2 {
  color: #000;
  margin-top: 50px;
  text-align: center;
  font-family: "Crimson Text", "Times New Roman", serif; }
  .wp-col-wrapper-2 .wp-title {
    font-size: 26px;
    font-weight: bold; }
  .wp-col-wrapper-2 .wp-title-1 {
    font-size: 28px;
    font-weight: bold;
    margin: 26px 0 0; }
  .wp-col-wrapper-2 .wp-title-2 {
    font-size: 28px;
    font-weight: bold; }
  .wp-col-wrapper-2 .wp-img {
    margin-top: 5px; }
  .wp-col-wrapper-2 .wp-description {
    font-size: 16px;
    min-height: 120px; }
  .wp-col-wrapper-2 .wp-1 {
    padding: 0 45px; }
  .wp-col-wrapper-2 .wp-2 {
    padding: 0 36px; }
  .wp-col-wrapper-2 .wp-3 {
    padding: 0 34px; }
  .wp-col-wrapper-2 .wp-4 {
    padding: 0 12px; }
  .wp-col-wrapper-2 .wp-5 {
    padding: 0 17px; }
  .wp-col-wrapper-2 .wp-6 {
    padding: 0 15px; }

.wp-img2 img {
  margin: 5px 0px; }

.wp-num {
  font-size: 63px;
  font-weight: 600;
  margin-top: -7px; }

.wp-btn {
  margin-top: 10px;
  text-transform: capitalize;
  padding: 10px 0;
  font-size: 21px;
  background: #80a000; }

.wp-btn a {
  color: #ffffff;
  text-decoration: none; }

.wp-btn:active:focus:hover, .wp-btn:visited {
  background: #4b6a1b;
  outline: thin dotted;
  outline-offset: -2px; }

.wp-fa {
  margin-left: 3px; }

.wp-link {
  font-size: 12px;
  color: #706861 !important; }

.wp-video {
  position: absolute;
  top: 93px;
  right: 20px; }

.video-mob {
  width: 100%;
  height: 200px; }

.arrow_box {
  position: relative;
  background: #bdbdbd;
  text-align: center; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(189, 189, 189, 0);
  border-top-color: #bdbdbd;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_green {
  position: relative;
  background: #80a000;
  text-align: center; }

.arrow_box_green:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f7f7f7;
  border-top-color: #80a000;
  border-width: 20px;
  margin-left: -20px; }

@media (max-width: 992px) {
  .wp-num {
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px; }
  .wp-5 {
    min-height: 126px; } }

.spacer.wine-plans {
  padding-top: 0 !important; }

.laithwaites-wpv-login {
  background: #bdbdbd; }

.section-2 .product-col h4 {
  color: #88223f;
  font-weight: 600; }

.section-2 .product-col p {
  padding-top: 0; }

.section-2 .product-col .js-orderform .radio {
  visibility: hidden;
  margin-top: -30px; }

.section-2 .product-col .js-orderform .col-xs-12 p, .section-2 .product-col .js-orderform .col-xs-12 h3 {
  padding: 0;
  margin: 0 !important; }

.section-2 .product-col .js-orderform .col-xs-12 p {
  padding-bottom: 15px;
  color: #88223f; }

.section-2 .product-col .btn {
  width: 100%; }

.section-2 .product-col .wp-case-desc {
  padding-top: 0;
  min-height: 73px; }

#wpv-header-holder {
  position: relative; }

.wpv-header {
  height: auto;
  text-align: center;
  width: 100%;
  /*background: url("/images/uk/en/common/wineplans/wp-bg-wood.jpg") repeat scroll 0 0;*/ }
  .wpv-header ul {
    text-align: left;
    position: relative;
    top: 84px;
    left: 385px;
    padding: 0; }
  .wpv-header li {
    list-style-type: none;
    padding: 7px; }
  .wpv-header .banner-info button {
    clear: both;
    text-align: left;
    position: relative;
    top: 99px;
    left: 355px;
    float: left;
    width: 296px; }

.wp-header.red {
  background: #88223f;
  margin: 0 !important; }

.wp-col-wrapper {
  margin-top: 0px;
  text-align: left; }

.wp-title {
  font-size: 20px;
  font-weight: bold; }

.red.arrow_box:after {
  border-top-color: #88223F !important; }

.section-2 {
  clear: both; }
  .section-2 p {
    padding-top: 25px; }
  .section-2 .product-wrapper {
    clear: both;
    float: left; }

.wpv-login-bar {
  background: #D6D6D6;
  padding: 13px 0 5px;
  margin-bottom: 5px;
  line-height: 27px; }
  .wpv-login-bar .container .col-sm-3 .sign-in-btn {
    padding-right: 15px; }

/*
.wpv-login-bar div {
    padding: 0 !important;
}
*/
.wpv-login-bar p {
  margin: 0 !important; }

.wp-faq-wrap {
  background: #80a000;
  min-height: 35px;
  margin-top: 20px; }

.wp-faq-header {
  color: #ffffff;
  padding: 15px;
  font-size: 22px; }

.wp-faq-content-wrap {
  background: #f7f7f7;
  font-size: 16px;
  content: "\f060";
  margin: 0px auto 30px; }
  .wp-faq-content-wrap .container .wp-faq-content {
    background: #f7f7f7;
    margin-top: 20px;
    padding: 0; }
    .wp-faq-content-wrap .container .wp-faq-content .wp-faq-article {
      padding: 20px;
      display: block;
      margin: 0 auto 35px; }
      .wp-faq-content-wrap .container .wp-faq-content .wp-faq-article h4 {
        margin: 10px 0;
        font-size: 18px; }
    .wp-faq-content-wrap .container .wp-faq-content .slick-prev, .wp-faq-content-wrap .container .wp-faq-content .slick-next {
      background: none;
      border: medium none;
      color: #333;
      top: 107%;
      width: 80px;
      font-size: 15px;
      border-bottom: solid 1px #000;
      padding: 0px;
      font-style: italic;
      font-weight: 600;
      line-height: 40px; }
      .wp-faq-content-wrap .container .wp-faq-content .slick-prev:hover, .wp-faq-content-wrap .container .wp-faq-content .slick-next:hover {
        color: #000; }
    .wp-faq-content-wrap .container .wp-faq-content .slick-prev:before {
      font-family: FontAwesome;
      content: "\f104";
      color: #000;
      height: 100%;
      margin-right: 10px;
      text-decoration: none;
      display: inline-block; }
    .wp-faq-content-wrap .container .wp-faq-content .slick-next:after {
      font-family: FontAwesome;
      content: "\f105";
      color: #000;
      height: 100%;
      margin-left: 10px;
      text-decoration: none;
      display: inline-block; }
  .wp-faq-content-wrap .container .slick-dots {
    bottom: -18px !important; }
    .wp-faq-content-wrap .container .slick-dots .slick-active {
      font-size: 30px; }
      .wp-faq-content-wrap .container .slick-dots .slick-active button {
        color: #fff;
        background: #80a000;
        opacity: 1; }
    .wp-faq-content-wrap .container .slick-dots li button {
      font-size: 14px;
      width: 26px;
      color: #000;
      opacity: 1; }
      .wp-faq-content-wrap .container .slick-dots li button:before {
        content: none;
        color: transparent;
        background: transparent; }
      .wp-faq-content-wrap .container .slick-dots li button:hover {
        color: #fff;
        font-size: 14px;
        background: #80a000;
        opacity: 1; }

.law .wp-faq-header, .stw .wp-faq-header {
  font-family: "Crimson Text", "Times New Roman", serif; }

.law .wp-faq-content-wrap, .stw .wp-faq-content-wrap {
  font-family: "Crimson Text", "Times New Roman", serif; }
  .law .wp-faq-content-wrap h4, .stw .wp-faq-content-wrap h4 {
    font-family: "Crimson Text", "Times New Roman", serif; }

#faq-counter {
  background: static;
  position: relative;
  top: -15px;
  margin: 0px auto;
  height: 50px;
  /* left: 500px; */
  text-align: center;
  width: 20%;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold; }

.wp-faq-nav ul {
  list-style-type: none; }
  .wp-faq-nav ul li {
    float: left; }
    .wp-faq-nav ul li a {
      text-decoration: none;
      display: block; }
  .wp-faq-nav ul .prev, .wp-faq-nav ul .next, .wp-faq-nav ul .counter {
    width: 33%; }
  .wp-faq-nav ul .counter {
    text-align: center; }

@media (max-width: 767px) {
  .wpv-login-bar .container .col-xs-12 .sign-in-btn {
    padding-right: 0; }
  .wp-faq-content-wrap .container {
    padding: 0; }
    .wp-faq-content-wrap .container .wp-faq-content {
      margin: 20px 0 50px 0; }
      .wp-faq-content-wrap .container .wp-faq-content .wp-faq-article {
        padding: 0; }
      .wp-faq-content-wrap .container .wp-faq-content .slick-dots {
        display: block;
        clear: both; }
        .wp-faq-content-wrap .container .wp-faq-content .slick-dots li {
          width: 22px;
          margin: 0 1px;
          color: #000;
          background: #DEE7B9;
          opacity: 1; }
          .wp-faq-content-wrap .container .wp-faq-content .slick-dots li button {
            width: 22px; }
    .wp-faq-content-wrap .container .slick-dots {
      bottom: -26px !important; } }

body.christmas .container.siteheader {
  position: relative; }
  body.christmas .container.siteheader::before, body.christmas .container.siteheader::after {
    content: "";
    position: absolute;
    width: 208px;
    height: 220px; }
  body.christmas .container.siteheader::before {
    background: url("/images/uk/en/avy/navigation/leftdanglybit.png");
    left: -208px; }
  body.christmas .container.siteheader:after {
    background: url("/images/uk/en/avy/navigation/rightdanglybit.png");
    right: -246px;
    visibility: visible;
    width: 246px;
    height: 238px;
    top: 0; }

body.christmas .navbar.navbar-default {
  background-color: transparent; }

body.christmas .generation .section-heading {
  width: 497px; }

body.christmas .generation .section-heading::before {
  border-bottom: 0px;
  border-top: 0px;
  left: 42px; }

body.christmas .generation .section-heading::after {
  border-bottom: 0px;
  border-top: 0px; }

body.christmas .section-heading {
  position: relative;
  padding: 0 20px; }
  body.christmas .section-heading::before, body.christmas .section-heading::after {
    content: "";
    height: 37px;
    width: 33px;
    position: absolute;
    top: -10px; }
  body.christmas .section-heading::before {
    background: url("/images/uk/en/avy/navigation/leftholly.png") no-repeat;
    background-origin: content-box;
    margin-left: -43px; }
  body.christmas .section-heading::after {
    background: url("/images/uk/en/avy/navigation/rightholly.png") no-repeat;
    background-origin: content-box;
    margin-left: 8px; }
  body.christmas .section-heading.bell::before {
    background: url("/images/uk/en/law/offers/christmas2018/leftbell.png") no-repeat;
    left: 7px; }
  body.christmas .section-heading.bell::after {
    background: url("/images/uk/en/law/offers/christmas2018/rightbell.png") no-repeat;
    right: 7px; }

@media only screen and (min-width: 768px) {
  body.christmas .footer {
    margin-top: 100px !important;
    position: relative; }
    body.christmas .footer::before {
      content: "";
      background: url("/images/uk/en/avy/navigation/footertrees.png") no-repeat top center;
      position: absolute;
      top: -301px;
      height: 301px;
      width: 100%;
      z-index: -10; } }

@media (min-width: 1200px) {
  .container {
    max-width: 970px; } }

.fullpage {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  max-width: 100%; }

body {
  background: #f8f8f8;
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.js-drawer-menu {
  background: #0e5953; }
  .js-drawer-menu a:link {
    color: #ffffff; }

h1, h2, h3, h4, h5 {
  font-family: "adobe-caslon-pro-n4","adobe-caslon-pro","Adobe Caslon Pro",serif; }

#add-to-cart-modal.modal .modal-header, #product-preview-modal.modal .modal-header {
  background: #ededed;
  border-bottom: 3px solid #0e5953; }

.dashed-header {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 20px 0;
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  color: #5a0e26; }
  .dashed-header:before {
    border-bottom: 1px solid #dddddd;
    content: "";
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto; }
  .dashed-header span {
    padding: 0 15px;
    background-color: #f6f6f6;
    font-size: 18px; }

.price-per-bottle {
  font-family: "open-sans-n3", "open-sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 13px; }

.error-none {
  display: none !important; }

.avr-bg {
  padding-bottom: 0px; }

.recentlybrowsed {
  padding: 15px; }

.multiple-items {
  padding-bottom: 15px; }

.line-shadow {
  height: 2px;
  background-color: #dedede;
  border-bottom: solid 1px #fff;
  margin-bottom: 25px; }

h4.section-heading {
  font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 25px 0 7px 0;
  color: #6e273d; }

.latest-highlights {
  margin-top: 20px; }
  .latest-highlights img {
    max-height: 150px; }
  .latest-highlights .btn-secondary {
    color: #fff !important;
    padding: 3px 25px !important;
    font-weight: normal;
    border-bottom: solid 2px #425d5b; }

.black-box {
  text-align: center;
  color: #fff;
  background: #1F1F21;
  padding: 30px;
  /*
	.fade {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  }
  */ }
  .black-box .no-bg {
    background: none; }
  .black-box .highlights {
    padding-bottom: 20px; }
  .black-box h4 {
    display: inline;
    font-weight: bold;
    font-family: "adobe-caslon-pro-n6", "adobe-caslon-pro", "Adobe Caslon Pro", serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 30px;
    color: #d1d4d3; }
  .black-box p {
    font: 16px Arial,Helvetica,sans-serif;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #a5acaf; }
  .black-box a {
    text-decoration: none;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 15px; }
    .black-box a:active {
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .black-box a img {
      padding-bottom: 10px; }
    .black-box a h3 {
      font-size: 16px;
      color: #fff;
      font-family: Arial,Helvetica,sans-serif;
      font-weight: bold;
      margin-bottom: 15px; }
  .black-box .quart {
    margin-bottom: 20px; }
    .black-box .quart a p {
      text-decoration: none;
      font-size: 13px;
      padding: 10px 0; }
      .black-box .quart a p .was {
        font-size: 12px;
        font-weight: normal; }

.hvr-fade {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.mix-content .save {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal; }

.mix-content .item {
  min-height: 150px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(45%, rgba(255, 255, 255, 0)));
  /* Chrome, Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
  /* Opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
  /* IE 10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 45%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-position: -5px -35px; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 17px 10px; }

.multiple {
  margin-bottom: 10px; }

.page-header {
  margin: 10px 0 10px 0;
  padding-bottom: 0px; }
  .page-header h1 {
    padding-bottom: 0px; }

.recentlybrowsed h4 {
  color: #6f273d;
  font-size: 18px; }

@media (min-width: 768px) {
  .black-box {
    background: #1F1F21 url("/images/uk/en/avy/common/newdesign/cellar-bck.jpg") no-repeat center top; } }

#expressCheckout {
  display: none; }

table.cart-table tr.non-compliant {
  background: #FBE3E4 !important;
  margin: 10px 0 0 0;
  color: #8a1f11;
  border-top: 2px solid #8a1f11; }

.table.table-shopping-cart td.img img {
  max-height: 100px;
  max-width: 100px; }

/* Checkout CSS Start*/
.headline-dotted {
  /*background: none;*/
  font-size: 20px; }

.table-shopping-cart {
  background: #f6f6f6; }
  .table-shopping-cart tr, .table-shopping-cart td, .table-shopping-cart th {
    padding: 5px !important; }

.cart-price-info, .table-price-info {
  background: #e8e8e8; }
  .cart-price-info h3, .table-price-info h3 {
    color: #6f273d;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-align: left; }
  .cart-price-info td, .table-price-info td {
    border: none !important; }
  .cart-price-info .order-total, .table-price-info .order-total {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #6f273d; }
  .cart-price-info .price, .table-price-info .price {
    text-align: right; }
  .cart-price-info .sub-total td, .cart-price-info .shipping td, .cart-price-info .order-total td, .table-price-info .sub-total td, .table-price-info .shipping td, .table-price-info .order-total td {
    padding: 5px 5px 5px 0px; }

.sidebar-header {
  background: #e8e8e8; }

.sidebar-header h3 {
  color: #6f273d;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  text-align: left; }

.express-checkout h1 {
  font-size: 26px;
  font-weight: 500; }

.express-checkout h2, .express-checkout h3.express-heading {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  padding-bottom: 5px; }

/* End */
/*Account pages*/
.js-options {
  display: none; }

#side-col {
  background: #e9e9e9;
  padding: 10px; }
  #side-col h3 {
    font-size: 16px; }

.pager .previous > a,
.pager .previous > span {
  float: none; }

#dayofbirth, #monthofbirth, #yearofbirth {
  padding: 0px !important; }

.payment-method-table td.col-one, .payment-method-table td.col-two, .payment-method-table td.col-three, .payment-method-table td.col-four {
  padding: 8px 5px; }

.payment-method-table td.col-four input[name=creditCardVerificationNumber] {
  padding: 0px; }

/*End */
/*Checkout css*/
#checkout-sidebar {
  background: #e8e8e8;
  padding-top: 15px; }
  #checkout-sidebar .sidebar-header {
    background: #e8e8e8; }
    #checkout-sidebar .sidebar-header h3 {
      color: #6f273d;
      font-size: 18px;
      font-weight: 500;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      text-align: left;
      background: #e8e8e8; }

#account-side-nav ul li {
  padding: 3px 3px 3px 12px; }

.modal-dialog {
  background: #fff; }

#checkCoupon {
  z-index: 1; }

/*End*/
.close-modal {
  display: none; }

#addShipping, #editBilling, .show-popup-content, #shipBillLogin, #edit-shipping-address {
  top: 0% !important;
  left: 0% !important;
  margin: 0px auto !important;
  overflow-x: hidden !important; }

#add_shipping, .checkout-payment-new, .edit-billing-height {
  overflow: hidden; }

#selectedAddress, #billAddList, .express-block-content {
  width: auto; }

.express-block-content {
  min-height: 140px; }

.modal-dialog {
  background: #ffffff; }

.show-popup-content .modal-dialog {
  background: #ffffff;
  height: 100%; }

.overflowHidden {
  overflow: hidden; }

.divShow {
  display: block !important; }

#dayofbirth, #monthofbirth, #yearofbirth {
  padding: 0px !important; }

.payment-method-table td.col-one, .payment-method-table td.col-two, .payment-method-table td.col-three, .payment-method-table td.col-four {
  padding: 8px 5px; }

.payment-method-table td.col-four input[name=creditCardVerificationNumber] {
  padding: 0px; }

#get-help-module {
  display: none; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  border-radius: 0;
  font-size: 11px;
  height: 28px;
  line-height: 1.5;
  padding: 5px 10px; }

.form-control {
  color: #1e1e1e; }

#order-history .order-wrapper {
  margin-bottom: 20px; }
  #order-history .order-wrapper .row.well {
    border: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 0; }

#order-history .order-detail-wrapper {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none; }
  #order-history .order-detail-wrapper .order-status {
    background-color: #fff;
    padding-top: 20px; }
  #order-history .order-detail-wrapper .order-details .order-detail {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    #order-history .order-detail-wrapper .order-details .order-detail img {
      max-height: 130px; }
    #order-history .order-detail-wrapper .order-details .order-detail .btn-default {
      background-color: #585858;
      color: #fff !important;
      -webkit-font-smoothing: auto; }
    #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail {
      margin-top: 40px;
      display: none; }
      #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail .btn {
        margin-top: 7px; }
      #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail .btn-sm, #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail .btn-group-sm > .btn {
        padding: 5px; }
      #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail .spacer-bottom {
        padding-bottom: 20px; }
      #order-history .order-detail-wrapper .order-details .order-detail .case-contents-detail .item-detail {
        height: 145px; }
    #order-history .order-detail-wrapper .order-details .order-detail .link-block {
      position: absolute;
      bottom: 30px; }
      #order-history .order-detail-wrapper .order-details .order-detail .link-block a {
        margin-bottom: 5px;
        text-decoration: underline; }

/* Global print styles */
.print-container {
  display: none; }

@media print {
  .print-hide {
    display: none; }
  .print-show {
    display: block; }
  a[href]:after {
    /* Hide links in Chrome */
    content: none !important; } }

/* Reviews App */
#ReviewsApp {
  margin-top: 30px; }
  #ReviewsApp .heading-title {
    border-top: 3px solid #0e5953;
    padding-top: 20px; }
  #ReviewsApp button {
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    font-size: 12px;
    color: #ffffff !important;
    border: none;
    background: #0e5953;
    border-bottom: solid 3px #062422; }
  #ReviewsApp .fa {
    font-size: 16px; }
  #ReviewsApp .no-reviews button {
    width: 140px; }
  #ReviewsApp .reviewsHeader h1 {
    font-size: 52px;
    float: left;
    margin: 20px 0 10px 0; }
  #ReviewsApp .reviewsHeader h2 {
    margin-bottom: 20px; }
  #ReviewsApp .reviewsHeader p {
    clear: both; }
  #ReviewsApp .reviewsHeader .bz-logo {
    max-height: 40px;
    float: right;
    clear: both;
    margin: 10px 0 20px 0; }
  #ReviewsApp .reviewsHeader .stars-container {
    float: left;
    margin: 35px 0 0 20px; }
  #ReviewsApp .reviewsHeader .sort-options {
    border-bottom: 3px solid #0e5953;
    background: #dddddd; }
  #ReviewsApp .reviewsHeader .stars-container .fa.fa-star {
    color: #c18a26;
    font-size: 32px; }
  #ReviewsApp .reviewsHeader .stars-container .fa.fa-star-o {
    color: #ccc;
    font-size: 32px; }
  #ReviewsApp .reviewsHeader select {
    padding: 6px 8px;
    margin-top: 28px;
    width: 100%;
    border: 1px solid #bbbbbb;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #ReviewsApp .reviewsHeader ul.pagination {
    margin: 18px 0;
    float: none; }
  #ReviewsApp .reviewsHeader ul.pagination > li > a {
    padding: 6px 8px;
    float: none; }
  #ReviewsApp .reviewsHeader ul.pagination > .active > a {
    background-color: #0e5953;
    border-color: #0e5953; }
  #ReviewsApp .reviewsList span.author-name {
    color: #0e5953;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer; }
  #ReviewsApp .reviewsList .loading {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    opacity: 0.7;
    background: #fff url("/images/uk/en/common/ajax-loader-big.gif") 50% 50% no-repeat;
    background-size: 80px;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0; }
  #ReviewsApp .reviewsList .review-container {
    margin-top: 20px; }
    #ReviewsApp .reviewsList .review-container h2 {
      margin-top: 9px;
      margin-bottom: 9px; }
    #ReviewsApp .reviewsList .review-container > span.stars {
      margin: 5px 0 10px 0; }
    #ReviewsApp .reviewsList .review-container .review-content {
      position: relative; }
    #ReviewsApp .reviewsList .review-container .author-profile {
      width: 450px;
      border: 1px solid #ccc;
      background-color: #fff;
      display: none;
      position: absolute;
      top: 55px;
      left: -15px;
      text-align: left;
      z-index: 9999999;
      -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3); }
      #ReviewsApp .reviewsList .review-container .author-profile:before {
        content: '';
        position: relative;
        margin-left: 25px;
        top: -10px;
        background: white;
        display: block;
        width: 25px;
        height: 25px;
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #ReviewsApp .reviewsList .review-container .author-profile .inner {
        background: white;
        margin-top: -25px;
        padding: 15px 15px 0 15px;
        min-height: 150px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      #ReviewsApp .reviewsList .review-container .author-profile a {
        color: #0e5953;
        font-weight: bold; }
      #ReviewsApp .reviewsList .review-container .author-profile .reviews {
        padding: 15px; }
        #ReviewsApp .reviewsList .review-container .author-profile .reviews span.stars {
          float: right;
          margin-right: 10px; }
      #ReviewsApp .reviewsList .review-container .author-profile .header {
        padding: 10px 0 5px 15px; }
      #ReviewsApp .reviewsList .review-container .author-profile .stats {
        background-color: #f8f8f8;
        padding: 15px; }
      #ReviewsApp .reviewsList .review-container .author-profile .votes {
        background-color: #f8f8f8;
        padding: 15px; }
  #ReviewsApp .reviewsList .options-bar {
    padding: 10px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc; }
    #ReviewsApp .reviewsList .options-bar .fa.fa-twitter-square,
    #ReviewsApp .reviewsList .options-bar .fa.fa-facebook-square {
      cursor: pointer; }
    #ReviewsApp .reviewsList .options-bar .vote-buttons .fa.fa-thumbs-o-up,
    #ReviewsApp .reviewsList .options-bar .vote-buttons .fa.fa-thumbs-o-down {
      cursor: pointer; }
    #ReviewsApp .reviewsList .options-bar .vote-success {
      display: none; }
  #ReviewsApp .reviewsList .staff-response > div {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 10px; }
  #ReviewsApp .reviewsList .staff-response img {
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px; }
  #ReviewsApp .reviewsList .staff-response .review-response {
    display: table; }

#averys-delivery-promotion .teal-box {
  background: #6e9b98;
  padding: 17px 15px 3px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 15px; }

#averys-delivery-promotion h2 {
  display: inline;
  font-family: "adobe-caslon-pro",serif !important;
  font-weight: 700;
  font-size: 43px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  white-space: nowrap; }

#averys-delivery-promotion h3 {
  display: inline;
  font-family: "open-sans-n3", "open-sans", sans-serif !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  padding: 0 10px 0 0;
  white-space: nowrap; }

#averys-delivery-promotion .qualify {
  display: block;
  float: right;
  width: 18%;
  font-family: "open-sans-n6", "open-sans", sans-serif !important;
  font-weight: 600;
  color: #6e273d;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin-top: -8px; }

#averys-delivery-promotion .qualified {
  display: block;
  margin-bottom: 10px; }

@media only screen and (max-width: 992px) {
  #averys-delivery-promotion .teal-box {
    text-align: center; }
  #averys-delivery-promotion h2, #averys-delivery-promotion h3 {
    display: block;
    padding: 0; }
  #averys-delivery-promotion h2 {
    margin: 10px 0 5px; }
  #averys-delivery-promotion .qualify {
    float: none;
    width: 100%;
    margin-bottom: 15px; } }

#boxes h2 {
  margin-top: 30px; }

#boxes h3 {
  color: #111c24;
  margin-bottom: 15px; }

#boxes p {
  line-height: 1.5; }

#boxes p + h3 {
  margin-top: 30px; }

#boxes ul + h3, #boxes li + h3 {
  margin-top: 20px; }

#boxes ul, #boxes ol {
  margin: 10px 40px; }

#boxes ol li {
  list-style-type: decimal; }

#boxes li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 9px; }

#boxes a {
  text-decoration: underline; }

#boxes a:hover {
  text-decoration: none; }

#cellars.events #topbanner {
  z-index: 1; }

/*# sourceMappingURL=avy_global.css.map */