﻿@charset "utf-8";
/* -------------------------------- */
/* CHARSET				            */
/* -------------------------------- */
/* -------------------------------- */
/* IMPORT ALL FILES		            */
/* -------------------------------- */
/* -------------------------------- */
/* BASE
/* -------------------------------- */
/* Default, global styles; element 
/* selectors, attribute selectors, 
/* pseudo-class selectors, child 
/* selectors, sibling selectors etc	*/
/* -------------------------------- */
/* BASE					            */
/* -------------------------------- */
html,
body {
  height: 100%;
  /* Requrired for sticky footer */
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #555;
  min-width: 320px;
}
body .page-form {
  display: table;
  /* Requrired for sticky footer */
  height: 100%;
  /* Requrired for sticky footer */
  width: 100%;
  /* Requrired for sticky footer */
}
a {
  color: #338BAC;
}
hr {
  margin: 10px 0;
  border-color: #ddd;
  border-style: dotted;
}
img {
  width: 100%;
}
/* Helper classes			   	    */
/* -------------------------------- */
.divider {
  border-right: 1px dotted #ddd;
  margin-right: 4px;
  padding-right: 6px;
  display: inline-block;
}
.disabled {
  color: #999;
}
.inline {
  display: inline-block;
}
.margin-top-lg {
  margin-top: 20px;
}
.margin-top {
  margin-top: 10px;
}
.margin-top-sm {
  margin-top: 5px;
}
.no-margin-top {
  margin-top: 0;
}
.margin-right {
  margin-right: 20px;
}
.margin-right-sm {
  margin-right: 10px;
}
.margin-bottom-lg {
  margin-bottom: 20px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-bottom-sm {
  margin-bottom: 5px;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-left {
  margin-left: 20px;
}
.margin-left-sm {
  margin-left: 10px;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.no-transform {
  text-transform: none;
}
.full-width {
  width: 100%;
}
.auto-width {
  width: auto;
}
.muted {
  color: #999;
}
.border {
  border: 1px solid #ddd;
}
.no-wrap {
  white-space: nowrap;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.no-resize {
  width: auto;
}
.no-br br {
  display: none;
}
.circle {
  border-radius: 50%;
}
.barcode {
  font-family: "Code 128";
}
ul.unstyled {
  list-style: none;
  padding-left: 0;
}
/* Grid						   	    */
/* -------------------------------- */
.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.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 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
/* Table					   	    */
/* -------------------------------- */
.table {
  background: #fff;
  margin-bottom: 10px;
}
.table .h5 {
  margin-bottom: 0;
}
.table .total {
  font-size: 12px;
  font-weight: bold;
}
.table .total .h5 {
  font-weight: bold;
}
.table th [class*="icon-"] {
  font-size: 11px;
}
.table.table-striped tbody > tr:nth-child(2n+1) > th,
.table th {
  white-space: nowrap;
  font-size: 95%;
  background: #eeeeee;
  border-top: 1px solid #ddd !important;
}
.table.table-striped tbody > tr:nth-child(2n+1) > th a:hover,
.table th a:hover {
  text-decoration: none;
}
.table td,
.table th {
  text-align: center;
}
.table td:first-child,
.table th:first-child {
  border-left: none;
}
.table td:last-child,
.table th:last-child {
  border-right: none;
}
.table td.text-left,
.table th.text-left {
  text-align: left;
}
.table td.text-center,
.table th.text-center {
  text-align: center;
}
.table td.text-right,
.table th.text-right {
  text-align: right;
}
.table .file-link img {
  width: auto;
  height: 50%;
  max-height: 25px;
}
.table .table-border-top {
  border-top: 3px solid #999;
}
/* Bootstrap overrides */
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 3px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border: 1px #ddd solid;
}
.table-not-bordered > thead > tr > th,
.table-not-bordered > tbody > tr > th,
.table-not-bordered > tfoot > tr > th,
.table-not-bordered > thead > tr > td,
.table-not-bordered > tbody > tr > td,
.table-not-bordered > tfoot > tr > td {
  border-left: none;
  border-right: none;
}
/* Palette					   	    */
/* -------------------------------- */
.palette div {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 10px;
  color: #fff;
}
.palette .black {
  background: #000;
}
.palette .greyDarker {
  background: #222;
}
.palette .greyDark {
  background: #333;
}
.palette .grey {
  background: #555;
}
.palette .greyLight {
  background: #999;
}
.palette .greyLighter {
  background: #ddd;
}
.palette .white {
  background: #fff;
  color: #ddd;
}
.palette .red {
  background: #B30000;
}
.palette .orange {
  background: #F17E2B;
}
.palette .yellow {
  background: #EFB92C;
}
.palette .green {
  background: #779900;
}
.palette .blue {
  background: #338BAC;
}
.palette .indigo {
  background: #5558A2;
}
.palette .violet {
  background: #AA5F9E;
}
.palette .gold {
  background: #D4A62C;
}
.palette .primary-colour {
  background: #444A78;
}
.palette .secondary-colour {
  background: #338BAC;
}
.palette .red-wine {
  background: #B30000;
}
.palette .white-wine {
  background: #779900;
}
.palette .rose-wine {
  background: #FF99B3;
}
/* Text colour */
.black {
  color: #000;
}
.greyDarker {
  color: #222;
}
.greyDark {
  color: #333;
}
.grey {
  color: #555;
}
.greyLight {
  color: #999;
}
.greyLighter {
  color: #ddd;
}
.white {
  color: #fff;
}
.red {
  color: #B30000;
}
.orange {
  color: #F17E2B;
}
.yellow {
  color: #EFB92C;
}
.green {
  color: #779900;
}
.blue {
  color: #338BAC;
}
.indigo {
  color: #5558A2;
}
.violet {
  color: #AA5F9E;
}
.gold {
  color: #D4A62C;
}
.primary-colour {
  color: #444A78;
}
.secondary-colour {
  color: #338BAC;
}
/* Form					   	    	*/
/* -------------------------------- */
.form-horizontal h5 {
  margin-top: 0;
}
.max-xs {
  max-width: 2em;
}
.max-sm {
  max-width: 5em;
}
.max-md {
  max-width: 9em;
}
.max-lg {
  max-width: 12em;
}
.max-xl {
  max-width: 15em;
}
/* Bootstrap overrides */
input[type="radio"],
input[type="checkbox"] {
  margin-top: 2px;
}
.radio-inline label {
  font-weight: normal;
}
/*
.radio, .checkbox {
	padding-left: 26px;
	}
*/
.input-sm,
.input-lg {
  border-radius: 3px;
}
.input-sm,
.input-sm.datepicker {
  padding: 5px;
}
/* Icons					   	    */
/* -------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Custom */
  margin: 2px;
}
/* Icon sizes */
.icon-xs {
  font-size: 1em;
}
.icon-sm {
  font-size: 3em;
}
.icon-md {
  font-size: 5em;
}
.icon-lg {
  font-size: 7em;
}
/* Default icons colours */
.primary {
  color: #444A78;
}
.secondary {
  color: #338BAC;
}
/* Wine icons colours */
.red-wine {
  color: #B30000 !important;
}
.white-wine {
  color: #779900 !important;
}
.rose-wine {
  color: #FF99B3 !important;
}
/* Favourite icon */
.favourite {
  color: #D4A62C;
}
/* Favourite icon */
@-webkit-keyframes animation-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  -webkit-animation: animation-rotate 1s infinite steps(8);
  animation: animation-rotate 1s infinite steps(8);
}
/* Cellar icons colours */
.colour1,
.cellar_icon_1 {
  color: #B30000;
}
.colour2,
.cellar_icon_2 {
  color: #F17E2B;
}
.colour3,
.cellar_icon_3 {
  color: #EFB92C;
}
.colour4,
.cellar_icon_4 {
  color: #779900;
}
.colour5,
.cellar_icon_5 {
  color: #338BAC;
}
.colour6,
.cellar_icon_6 {
  color: #5558A2;
}
.colour7,
.cellar_icon_7 {
  color: #AA5F9E;
}
.colour8,
.cellar_icon_8 {
  color: #FF99B3;
}
/* Icon overrides */
.icon-flat-right,
.icon-flat-left,
.icon-up-right,
.icon-up,
.icon-down,
.icon-keep,
.icon-improving,
.icon-ready,
.icon-mature,
.icon-drink-up,
.icon-past-best {
  font-size: 130%;
}
.popover-icon {
  cursor: pointer;
}
/* Icon content */
.icon-construction:before {
  content: "\eb7d";
}
.icon-mountains:before {
  content: "\ebd7";
}
.icon-warehouse:before {
  content: "\e906";
}
.icon-lock:before {
  content: "\eb55";
}
.icon-unlocked:before {
  content: "\eb56";
}
.icon-more:before {
  content: "\ec5c";
}
.icon-ruler:before {
  content: "\e606";
}
.icon-cellar-empty:before {
  content: "\e605";
}
.icon-past-best:before {
  content: "\e61c";
}
.icon-passport:before {
  content: "\e61d";
}
.icon-mature:before {
  content: "\e61f";
}
.icon-keep:before {
  content: "\e624";
}
.icon-improving:before {
  content: "\e626";
}
.icon-drink-up:before {
  content: "\e62c";
}
.icon-cellar:before {
  content: "\e62e";
}
.icon-phablet:before {
  content: "\ea76";
}
.icon-tablet:before {
  content: "\ea77";
}
.icon-bug:before {
  content: "\eb76";
}
.icon-halfglass:before {
  content: "\ebaf";
}
.icon-emptyglass:before {
  content: "\ebb0";
}
.icon-bottlelabel:before {
  content: "\ebb4";
}
.icon-airplane:before {
  content: "\ec03";
}
.icon-image:before {
  content: "\e02c";
}
.icon-camera:before {
  content: "\e036";
}
.icon-video:before {
  content: "\e04c";
}
.icon-book:before {
  content: "\e070";
}
.icon-library:before {
  content: "\e075";
}
.icon-profile:before {
  content: "\e078";
}
.icon-file:before {
  content: "\e07b";
}
.icon-binoculars:before {
  content: "\e1b4";
}
.icon-search:before {
  content: "\e1ba";
}
.icon-key:before {
  content: "\e1ca";
}
.icon-stats:before {
  content: "\e1fe";
}
.icon-glass:before {
  content: "\e222";
}
.icon-remove:before {
  content: "\e250";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-pinterest:before {
  content: "\e4d7";
}
.icon-plus:before {
  content: "\e376";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-close:before {
  content: "\e36b";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-box:before {
  content: "\ea81";
}
.icon-bubble:before {
  content: "\eac1";
}
.icon-bubbles:before {
  content: "\eac2";
}
.icon-users:before {
  content: "\eaf5";
}
.icon-thumbs-up:before {
  content: "\ecf1";
}
.icon-feed2:before {
  content: "\eef0";
}
.icon-chalet:before {
  content: "\e603";
}
.icon-trade:before {
  content: "\e640";
}
.icon-ready:before {
  content: "\e616";
}
.icon-bottle:before {
  content: "\e633";
}
.icon-chateau:before {
  content: "\e600";
}
.icon-label:before {
  content: "\e601";
}
.icon-unspecified:before {
  content: "\e602";
}
.icon-67:before {
  content: "\e900";
}
.icon-spinner:before {
  content: "\e607";
}
.icon-hour-glass:before {
  content: "\e608";
}
.icon-barcode:before {
  content: "\e9f7";
}
.icon-display:before {
  content: "\ea70";
}
.icon-laptop:before {
  content: "\ea74";
}
.icon-mobile:before {
  content: "\ea75";
}
.icon-case:before {
  content: "\ec16";
}
.icon-earth:before {
  content: "\ec93";
}
.icon-warning:before {
  content: "\e356";
}
.icon-help:before {
  content: "\e35c";
}
.icon-success:before {
  content: "\e368";
}
.icon-danger:before {
  content: "\e369";
}
.icon-cogs:before {
  content: "\e604";
}
.icon-pdf:before {
  content: "\e4e2";
}
.icon-home:before {
  content: "\e002";
}
.icon-office:before {
  content: "\e00b";
}
.icon-pencil:before {
  content: "\e00d";
}
.icon-files:before {
  content: "\e07e";
}
.icon-tag:before {
  content: "\e0b7";
}
.icon-cart:before {
  content: "\e0c6";
}
.icon-credit:before {
  content: "\e0d5";
}
.icon-phone:before {
  content: "\e0da";
}
.icon-envelop:before {
  content: "\e0eb";
}
.icon-location:before {
  content: "\e0f7";
}
.icon-history:before {
  content: "\e0ff";
}
.icon-calendar:before {
  content: "\e112";
}
.icon-disk:before {
  content: "\e134";
}
.icon-user:before {
  content: "\e194";
}
.icon-grid:before {
  content: "\e2a0";
}
.icon-download:before {
  content: "\e2b8";
}
.icon-flag:before {
  content: "\e2d1";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-heart:before {
  content: "\e30a";
}
.icon-loop:before {
  content: "\e3a8";
}
.icon-arrow-up:before {
  content: "\e3c1";
}
.icon-arrow-right:before {
  content: "\e3c3";
}
.icon-arrow-down:before {
  content: "\e3c5";
}
.icon-arrow-left:before {
  content: "\e3c7";
}
.icon-googleplus:before {
  content: "\e495";
}
.icon-filter:before {
  content: "\e443";
}
.icon-table:before {
  content: "\e466";
}
.icon-hammer:before {
  content: "\e23b";
}
.icon-info:before {
  content: "\e363";
}
.icon-notebook:before {
  content: "\e0ea";
}
.icon-star:before {
  content: "\e301";
}
.icon-lorry:before {
  content: "\e260";
}
.icon-boat:before {
  content: "\e265";
}
.icon-pie:before {
  content: "\e1f7";
}
.icon-meter:before {
  content: "\e235";
}
.icon-newspaper:before {
  content: "\e90b";
}
.icon-oswalds:before {
  content: "\e902";
}
.icon-thumbs-down:before {
  content: "\e901";
}
.icon-link:before {
  content: "\e903";
}
.icon-octavian:before {
  content: "\e904";
}
.icon-sothebys:before {
  content: "\e905";
}
.icon-gibraltar:before {
  content: "\e909";
}
.icon-sort:before {
  content: "\e908";
}
.icon-grapes:before {
  content: "\e907";
}
.icon-fruit:before {
  content: "\e907";
}
.icon-food:before {
  content: "\e907";
}
.container-fluid {
  padding: 8px;
}
.label-top {
  z-index: 1999 !important;
}
.cart-badge {
  background-color: #444A78;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 2px 4px #000;
  box-shadow: 0 2px 4px #000;
  color: #fff;
  display: block;
  font-size: 20px;
  opacity: 0.8;
  padding: 8px;
  position: fixed;
  right: 0;
  top: 32%;
  width: 40px;
  z-index: 1005;
}
.wine-information .carousel-indicators {
  bottom: 36px;
}
.wine-information .carousel-indicators li {
  border-color: #555;
}
.wine-information .carousel-indicators .active {
  background-color: #444A78;
}
.wine-information .carousel-caption {
  position: unset;
  color: #555;
  text-shadow: unset;
}
.recog-target {
  padding-right: 4.2em !important;
}
.header-font {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
th {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  color: #444444;
  margin: 0 0 10px 0;
}
/*
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {

	a {
		text-decoration: underline;
		}
	}
*/
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
blockquote p,
.panel-title {
  font-size: 13.2px;
}
th {
  font-weight: normal;
  color: #555;
}
.small {
  font-size: 11px;
}
ul,
ol {
  padding-left: 2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}
/* -------------------------------- */
/* LAYOUT
/* -------------------------------- */
/* Layout, grid styles; major layout 
/* components which divides the page 
/* into sections and holds modules 
/* in place.						*/
/* -------------------------------- */
/* LAYOUT					        */
/* -------------------------------- */
/* Fixed at top (used with alerts)	*/
/* -------------------------------- */
.fixed-at-top {
  position: fixed;
  top: 23px;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.flex {
  user-nav-wrapperdisplay: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* User nav					  		*/
/* -------------------------------- */
.user-nav-wrapper {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  background: #3f436f;
  padding: 15px 0;
  height: 50px;
}
.user-nav-wrapper.fixed-at-top {
  top: 0;
}
.user-nav-wrapper.fixed-at-top + header {
  margin-top: 50px;
}
.user-nav-wrapper ul {
  margin: 0;
  list-style: none;
  float: right;
}
.user-nav-wrapper ul li.button {
  margin-right: 5px;
}
.user-nav-wrapper ul li.button .btn-xs {
  margin: 2px 0;
}
.user-nav-wrapper ul li:last-child {
  margin-right: 0;
}
.user-nav-wrapper ul li {
  float: left;
}
.user-nav-wrapper ul li a {
  color: #fff;
  display: block;
  padding: 5px;
}
.user-nav-wrapper ul li a:hover,
.user-nav-wrapper ul li a:active,
.user-nav-wrapper ul li a:focus {
  color: #fff;
  background: #3a3c66;
  text-decoration: none;
}
/* Header					  		*/
/* -------------------------------- */
.header {
  z-index: 99999;
  background-color: #444A78;
  width: 100%;
  padding-top: 40px;
}
.header .navbar.navbar-big .navbar-nav > li,
.header .navbar.navbar-big .dropdown-menu > li,
.header .navbar.navbar-big .dropdown-menu {
  font-size: 16px;
}
.header .nav-wrapper {
  padding: 0;
}
.header .navbar-collapse {
  max-height: 500px;
  text-align: center;
}
.header .navbar {
  background-color: #444A78;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.header .navbar .navbar-nav > li,
.header .navbar .dropdown-menu > li,
.header .navbar .dropdown-menu {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}
.header .navbar .navbar-nav > li > a {
  color: #fff;
}
.header .navbar .dropdown-menu .no-link {
  color: #999;
  padding: 3px 20px;
  display: block;
  line-height: 1.42857;
  white-space: nowrap;
}
.header .navbar .dropdown-menu a:hover [class^="icon-"],
.header .navbar .dropdown-menu a:hover [class*=" icon-"] {
  color: #fff;
}
.header .navbar .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.header .navbar .navbar-nav > .open > a {
  background-color: #373861;
}
.header .navbar .navbar-nav > li > a:hover,
.header .navbar .navbar-nav > li > a:focus {
  background: #414672;
}
.header .navbar .navbar-toggle {
  border-color: #373861;
  margin-right: 0;
}
.header .navbar .navbar-collapse,
.header .navbar .navbar-form {
  border-color: #373861;
}
.header .navbar .navbar-collapse {
  padding: 0;
}
.header .navbar .navbar-icon {
  border: 1px solid #373861;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 8px;
  margin-right: 5px;
  margin-top: 8px;
  position: relative;
  background: none;
  padding-top: 9px;
  padding-bottom: 9px;
}
.header .navbar .navbar-toggle,
.header .navbar .navbar-icon {
  float: left;
  color: #fff;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
}
.header .navbar .navbar-toggle .navbar-toggle-wrapper {
  float: left;
  margin-right: 3px;
}
.header .navbar .navbar-toggle .icon-bar {
  width: 16px;
}
.header .navbar .navbar-icon span[class*="icon-"] {
  width: 16px;
  display: inline-block;
}
.header .navbar-brand {
  margin: 0;
  padding: 0;
  padding: 0 5px;
}
.header .navbar-brand a {
  background-image: url("../images/logo.png");
  text-indent: -9999em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  /* Mobile first */
  width: 220px;
  height: 33px;
}
.header .search-wrapper {
  border-bottom: 1px solid #ddd;
}
.header .search-wrapper .search-input {
  padding: 10px 0 0 0;
}
.header .search-wrapper .search-input .input {
  text-transform: none;
  font-family: 'Roboto Slab', serif;
}
.header .search-wrapper .search-input .advanced-search-link {
  color: #777777;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  margin: 9px 0;
  display: inline-block;
  cursor: pointer;
}
.header .search-wrapper .search-input .advanced-search-link:hover {
  text-decoration: none;
  color: #333;
}
.header .search-wrapper .search-data {
  padding: 0;
}
.header .search-wrapper .search-data .nav {
  margin: 0;
  padding: 0;
}
.header .search-wrapper .search-data .nav-pills li a {
  padding: 10px 5px;
  border-radius: 0;
  color: #777777;
  background: none;
  border-bottom: 4px solid transparent;
}
.header .search-wrapper .search-data .nav-pills li a:hover,
.header .search-wrapper .search-data .nav-pills li a:focus {
  color: #333;
}
.header .search-wrapper .search-data .nav-pills li.active a {
  background-color: none;
  color: #338BAC;
  border-color: #338BAC;
}
.header .search-wrapper .advanced-search-wrapper {
  border-top: 1px solid #ddd;
  background: #f8f8f8;
}
.header .search-wrapper .advanced-search-wrapper .advanced-search {
  padding: 15px 0 10px 0;
}
.header.sticky {
  padding-top: 8px;
  position: fixed;
  background: #444A78;
}
.search-header {
  background-color: #fff;
  padding-top: 0px;
}
/* Article					  		*/
/* -------------------------------- */
article.main .container {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
article.main.sticky-nudge {
  padding-top: 95px;
}
/* Footer					  		*/
/* -------------------------------- */
footer {
  background: #444A78;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.25px;
  color: rgba(255, 255, 255, 0.8);
  display: table-row;
  /* Requrired for sticky footer */
  height: 1px;
  /* Requrired for sticky footer */
}
footer h4 {
  color: #fff;
  font-size: 12px;
  margin: 10px 0 3px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
  margin-left: -3px;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 1px;
  min-height: 0;
  padding: 1px 5px;
  border-radius: 2px;
}
footer .legal {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 10px;
  margin: 10px 0;
}
footer .legal li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .legal li:last-child {
  border: none;
}
/* Home 							*/
/* -------------------------------- */
.body-home .search-wrapper {
  border-bottom: none;
}
.body-home .search-wrapper .search-input {
  padding: 10px 0 5px 0;
  background: #373861;
}
.body-home .search-wrapper .search-input .advanced-search-link {
  color: #cccccc;
}
.body-home .search-wrapper .search-input .advanced-search-link:hover {
  color: #fff;
}
.body-home .search-wrapper .search-data {
  display: none;
}
/* Home layout v0					*/
/* -------------------------------- */
.home .home-wrapper {
  background-size: auto 160px;
}
.home .home-wrapper > .container {
  background: url("../images/background-body-home.jpg") no-repeat scroll center top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .home-wrapper {
    background-size: auto 323px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .home-wrapper {
    background-size: auto 399px;
  }
}
@media (min-width: 1200px) {
  .home .home-wrapper {
    background-size: auto 413px;
  }
}
.home .strapline h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 5px 0 0 0;
  font-size: 36px;
}
.home .strapline .btn {
  margin: 10px 0 51px 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .home .strapline .btn {
    float: right;
    margin-bottom: 10px;
  }
}
.home .slideshow {
  margin-bottom: 40px;
}
.home .slideshow img {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home .features {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.home .features h2,
.home .features h3,
.home .features p {
  margin: 0 0 10px 0;
}
.home .features img {
  border: 1px solid #ddd;
}
.home .features .img-feature {
  background: #eeeeee;
  margin-bottom: 10px;
}
.home .features .btn {
  width: 100%;
}
.home .features hr {
  margin-top: 0;
}
.home .market-panel {
  border: 1px solid #ddd;
  background: #eeeeee;
  margin: 10px 0;
  padding: 10px;
}
.home .market-panel h4 {
  margin: 0 0 5px 0;
}
.home .market-panel h4 small {
  float: right;
}
.home .market-panel .btn {
  margin-bottom: 10px;
}
.home .market-panel img {
  border: 1px solid #ddd;
}
.home .market-panel img.no-border {
  border: none;
}
.home .market-panel hr {
  border-color: #ddd;
}
.home .logos h5,
.home .logos img {
  margin: 0 0 10px 0;
}
/* Home layout	v1 					*/
/* -------------------------------- */
article.main .home1 .container {
  background: none;
  max-width: 1200px;
}
.home1 p {
  line-height: 140%;
}
.home1 .information {
  background: #eeeeee;
}
.home1 .information .container {
  padding-bottom: 0;
}
.home1 .video {
  background: #338BAC;
  padding: 20px 0;
}
.home1 .video h2,
.home1 .video p {
  color: #fff;
}
.home1 .video p {
  margin-bottom: 20px;
}
.home1 .video iframe {
  margin: 0 auto;
  display: block;
}
.home1 .sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}
.home1 .sticky .container {
  padding-bottom: 10px;
}
.home1 .sticky .container ul {
  margin-bottom: 0;
}
.home1 a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.home1 .feature {
  padding: 20px 0 0 0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#fff));
  background: -webkit-linear-gradient(top, #f5f5f5, #fff);
  background: -moz-linear-gradient(top, #f5f5f5, #fff);
  background: -ms-linear-gradient(top, #f5f5f5, #fff);
  background: -o-linear-gradient(top, #f5f5f5, #fff);
}
.home1 .feature .container {
  padding-bottom: 0;
}
.home1 .feature h2,
.home1 .feature p {
  margin-bottom: 30px;
}
.home1 .feature ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.home1 .feature li {
  list-style: none;
  margin-bottom: 10px;
}
.home1 .feature h3 {
  margin-bottom: 20px;
}
.home1 .feature hr {
  margin-bottom: 20px;
}
.home1 .feature .circle {
  border-radius: 50%;
  margin-bottom: 10px;
}
.home1 .feature .scrolling-panel {
  height: 150px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.home1 .discover li {
  margin: 20px 0;
}
.home1 .discover h4 {
  line-height: 140%;
  margin-top: 5px;
}
.home1 .numbers {
  padding: 30px 0;
}
.home1 .numbers .container {
  padding-top: 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.home1 .testimonials {
  background: #ddd;
  border-top: 1px solid #999;
}
.home1 .testimonials .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home1 .testimonials h2,
.home1 .testimonials blockquote,
.home1 .testimonials cite {
  line-height: 160%;
  border: none;
  padding: 0;
}
.home1 .testimonials cite {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.home1 .testimonials .testimonial-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home1 .testimonials .testimonial-text blockquote {
  display: table;
}
.home1 .testimonials .testimonial-text blockquote:before,
.home1 .testimonials .testimonial-text blockquote:after {
  font-family: Georgia, Serif;
  font-size: 250px;
  color: #999;
  opacity: 0.2;
  position: absolute;
  top: 110px;
}
.home1 .testimonials .testimonial-text blockquote:before {
  content: "\201C";
  left: -20px;
}
.home1 .testimonials .testimonial-text blockquote:after {
  content: "\201D";
  margin-left: -50px;
}
.home1 .testimonials .testimonial-pic {
  padding-right: 3%;
}
.home1 .testimonials .testimonial-pic img {
  border: 1px solid #999;
}
.home1 .testimonials .carousel.logos .icon-arrow-left,
.home1 .testimonials .carousel.logos .icon-arrow-right {
  top: 43%;
}
.home1 .partners {
  padding: 20px 0;
}
.home1 .trial {
  background: #444A78;
  padding: 0;
}
.home1 .trial .container {
  padding: 0;
}
.home1 .trial .create-button-wrapper {
  position: relative;
  top: -30px;
}
.home1 .trial .create-button-wrapper .btn {
  padding: 10px 35px;
}
.home1 .trial .create-button-wrapper p {
  margin-top: 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  color: #ddd;
}
/* Campaign landing pages 			*/
/* -------------------------------- */
article.main .campaign .container {
  background: none;
}
.campaign p {
  line-height: 140%;
}
.campaign .information {
  background: #eeeeee;
}
.campaign .information .container {
  padding-bottom: 0;
}
.campaign .benefit {
  background: #444A78;
}
.campaign .benefit .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaign .benefit h2,
.campaign .benefit blockquote,
.campaign .benefit cite,
.campaign .benefit p,
.campaign .benefit li {
  color: #fff;
  line-height: 160%;
  border: none;
}
.campaign .benefit h1,
.campaign .benefit h2,
.campaign .benefit h3,
.campaign .benefit h4,
.campaign .benefit h5,
.campaign .benefit h6,
.campaign .benefit .h1,
.campaign .benefit .h2,
.campaign .benefit .h3,
.campaign .benefit .h4,
.campaign .benefit .h5,
.campaign .benefit .h6 {
  color: #fff;
}
.campaign .benefit cite {
  display: block;
}
.campaign .benefit ul {
  margin: 30px 0 30px 0;
  padding: 0;
}
.campaign .benefit li {
  list-style: none;
  margin-bottom: 5px;
}
.campaign .action {
  background: #338BAC;
  padding: 20px 0;
  color: #fff;
}
.campaign .action .container {
  width: auto;
}
.campaign .action h1,
.campaign .action h2,
.campaign .action h3,
.campaign .action h4,
.campaign .action h5,
.campaign .action h6,
.campaign .action .h1,
.campaign .action .h2,
.campaign .action .h3,
.campaign .action .h4,
.campaign .action .h5,
.campaign .action .h6 {
  color: #fff;
}
.campaign .action p {
  margin-bottom: 20px;
  color: #fff;
}
/* Sidebar						  	*/
/* -------------------------------- */
.sidebar {
  margin-top: 19px;
}
.sidebar h2 {
  border: 1px solid #ddd;
  padding-bottom: 10px;
  border-width: 0 0 1px 0;
}
/* -------------------------------- */
/* MODULE
/* -------------------------------- */
/* Modular, reusable styles; minor 
/* layout components, i.e. feature boxes, 
/* lists, pop-ups etc				*/
/* -------------------------------- */
/* MODULE 					        */
/* -------------------------------- */
/* Buttons					   		*/
/* -------------------------------- */
.btn {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  border-radius: 3px;
}
.btn-wrapper {
  margin-bottom: 10px;
}
.btn-wrapper .form-control {
  display: inline-block;
  position: relative;
  top: 3px;
}
.btn-stacked .btn {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.btn-xxs {
  font-size: 11px;
  line-height: 13px;
  padding: 2px 5px;
  border-radius: 2.25px;
}
/* Primary */
.btn-primary {
  background-color: #338BAC;
  border-color: #2d7298;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #2d7298;
  border-color: #2d7298;
}
/* Secondary */
.btn-secondary {
  color: #fff;
  background-color: #444A78;
  border-color: #373861;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary.active[disabled],
fieldset[disabled] .btn-secondary.active {
  background-color: #373861;
  border-color: #373861;
}
/* Bid/buy and sell */
.btn-bid,
.btn-buy,
.btn-sell {
  color: #fff;
}
.btn-bid {
  background-color: #779900;
  border-color: #638000;
}
.btn-buy {
  background-color: #779900;
  border-color: #638000;
}
.btn-sell {
  background-color: #B30000;
  border-color: #9a0000;
}
/* Currency */
.btn-currency {
  color: #fff;
  background-color: #D4A62C;
  border-color: #bf9627;
}
/* Hilight */
.btn-hilight {
  color: #fff;
  background-color: #D4A62C;
  border-color: #bf9627;
}
/* Alert */
.btn-danger {
  color: #fff;
  background-color: #B30000;
  border-color: #9a0000;
}
.btn-warning {
  color: #fff;
  background-color: #d8a010;
  border-color: #c08f0f;
}
.btn-success {
  color: #fff;
  background-color: #779900;
  border-color: #638000;
}
.btn-help {
  color: #fff;
  background-color: #338BAC;
  border-color: #2d7b98;
}
.btn-info {
  color: #fff;
  background-color: #999;
  border-color: #8c8c8c;
}
/* Action menu */
.dropdown-menu {
  text-align: left;
  font-size: 12px;
  min-width: 100px;
}
/* Icon buttons - large icon with label underneath */
ul.btn-icon-wrapper {
  list-style: none;
  padding: 0;
}
ul.btn-icon-wrapper li a {
  display: block;
  padding: 10px;
}
ul.btn-icon-wrapper li [class*="icon-"] {
  font-size: 48px;
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 5px;
}
ul.btn-icon-wrapper li [class*="icon-"],
ul.btn-icon-wrapper li .label {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #338BAC;
}
ul.btn-icon-wrapper li a:hover,
ul.btn-icon-wrapper li a:focus {
  text-decoration: none;
}
ul.btn-icon-wrapper li a:hover [class*="icon-"],
ul.btn-icon-wrapper li a:focus [class*="icon-"] {
  top: -5px;
  color: #49a6c9;
}
ul.btn-icon-wrapper li a:hover .label,
ul.btn-icon-wrapper li a:focus .label {
  color: #49a6c9;
}
/* Forms						   	*/
/* -------------------------------- */
.form-group,
.form-control {
  margin-bottom: 5px;
}
.form-inline .form-control {
  margin-bottom: 0;
}
.form-control.mandatory {
  border-color: #B30000;
}
.form-control.error {
  background: #e19999;
  border-color: #B30000;
}
/* Placeholder colour browser resets */
.form-control.error::-webkit-input-placeholder {
  color: #333;
}
.form-control.error::-moz-placeholder {
  color: #333;
}
/* firefox 19+ */
.form-control.error:-ms-input-placeholder {
  color: #333;
}
/* ie */
.form-control.error:-moz-placeholder {
  color: #333;
}
/* Help 							*/
/* -------------------------------- */
article.main .help-wrapper .container {
  padding-bottom: 0;
}
.help-wrapper .h5 {
  margin-top: 0;
  font-size: 18px;
}
/* Tooltip 							*/
/* -------------------------------- */
/* General */
.tooltip {
  font-weight: normal;
}
.tooltip .tooltip-inner {
  background: #338BAC;
}
/* Inline icons (such help or info) */
.tooltip-icon {
  color: #338BAC !important;
  margin-left: 3px;
}
.tooltip-icon [class^="icon-"],
.tooltip-icon [class*=" icon-"] {
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  top: 1.5px;
}
/* Bootstrap resets	 */
.tooltip.top .tooltip-arrow {
  border-top-color: #338BAC;
}
/* Tables modules					*/
/* -------------------------------- */
table .wine-info .wine-name {
  padding: 3px;
  display: block;
  margin-bottom: 4px;
}
table .wine-info .list-inline {
  margin-bottom: 3px;
  color: #999;
}
table .wine-note {
  max-width: 450px;
}
table .hilight {
  background: #D4A62C;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  height: 34px;
  margin: -43px -9px 9px;
  padding: 9px;
  display: block;
  text-align: center;
  color: #fff;
}
table .thumbnail-producer-label {
  width: 64px;
  height: auto;
}
.table-condensed .hilight {
  height: 23px;
  margin: -28px -3px 3px -3px;
  padding: 3px;
}
.table-hilight {
  margin-top: 34px;
}
.table-condensed.table-hilight {
  margin-top: 23px;
}
/* Breadcrumb						*/
/* -------------------------------- */
.breadcrumb {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
/* Page header 						*/
/* -------------------------------- */
.page-header-border {
  border-bottom: 1px solid #ddd;
}
.page-header {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  position: relative;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h4,
.page-header h6 {
  margin: 5px 0;
}
h3.hr {
  font-size: 14px;
  display: table;
  margin: -20px auto;
  padding: 0px 15px;
  background: #fff;
}
/* Tags		      					*/
/* -------------------------------- */
.tag {
  background: #eeeeee;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 3px;
  line-height: 1.4em;
  color: #555;
}
.tag .close {
  float: none;
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
/* Nav pills						*/
/* -------------------------------- */
.nav-pills {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
}
.nav-pills > li > a {
  padding: 8px 15px;
}
.nav-pills > li.active > a {
  background: #338BAC;
}
/* Nav bar							*/
/* -------------------------------- */
.nav {
  margin-bottom: 10px;
}
.nav > li > a {
  padding: 5px;
}
.navbar-nav.nav {
  margin-bottom: 0;
}
.navbar-center {
  float: none;
  display: inline-block;
  margin-right: 90px;
}
/* Settings 	 					*/
/* -------------------------------- */
.settings .form-control {
  margin-bottom: 10px;
}
/* -------------------------------- */
/* WINE DETAILS  				    */
/* -------------------------------- */
/* Inline links    				    */
/* -------------------------------- */
.list-inline a:hover {
  text-decoration: none;
}
/* Wine links    				    */
/* -------------------------------- */
.wine-links .back {
  margin: 3px 0 0 0;
  display: block;
}
.wine-links .list-inline {
  margin: 1px 0 0 0;
  float: left;
}
.wine-links .list-inline li {
  border-right: 1px solid #ddd;
  font-size: 15px;
  line-height: 18px;
  padding: 0 2px 0 0;
  margin: 0;
}
.wine-links .list-inline li:last-child {
  margin-right: 5px;
}
/* Wine header    				    */
/* -------------------------------- */
.wine-header,
.data-header {
  border-top: 1px solid #d6e8ee;
  border-bottom: 1px solid #d6e8ee;
  padding: 5px 0;
  margin: 5px 0 10px 0;
}
.wine-header .wine-header-inner,
.data-header .wine-header-inner,
.wine-header .data-header-inner,
.data-header .data-header-inner {
  background: #e0eef3;
  padding: 10px 10px 7px 10px;
}
.wine-header .list-inline,
.data-header .list-inline {
  margin-bottom: 0;
}
.wine-header .list-inline li,
.data-header .list-inline li {
  border-right: 1px solid #ddd;
  padding-right: 5px;
  margin-right: 5px;
  padding-left: 0;
  margin-bottom: 5px;
}
.wine-header .list-inline li:last-child,
.data-header .list-inline li:last-child {
  border: none;
}
.wine-header h1,
.data-header h1 {
  margin: 0 0 7px 0;
}
/* Navigation tabs					*/
/* -------------------------------- */
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs li > a {
  padding: 7px;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
.nav-tabs li > a:hover {
  background-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
}
/* Wine information					*/
/* -------------------------------- */
.wine-information {
  /* Scrolling panel */
  /* Wine Passport callout */
}
.wine-information .text-label {
  background: #e0eef3;
  padding: 5px;
  border-radius: 0px 50px 50px 0px;
  margin: 0 0 5px;
}
.wine-information .download-links {
  list-style: none;
  padding-left: 0;
}
.wine-information .scrolling-panel,
.wine-information .scrolling-panel-sm {
  max-height: 270px;
  overflow-y: scroll;
}
.wine-information .scrolling-panel-sm {
  max-height: 135px;
}
.wine-information .wine-passport-wrapper {
  background: #e8d7d9;
  margin: 0;
  border-radius: 3px;
}
/* Placeholder image				*/
/* -------------------------------- */
img.placeholder {
  background: #c2dce6;
}
/* Trade sidebar					*/
/* -------------------------------- */
.sidebar-trade {
  border-top: 1px solid #e4ebcc;
  border-bottom: 1px solid #e4ebcc;
  padding: 5px 0;
  margin: 5px 0 10px 0;
}
.sidebar-trade .sidebar-inner {
  background: #ebf0d9;
  padding: 10px;
}
.sidebar-trade hr {
  border-color: #c9d699;
}
.sidebar-trade h2.value {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.sidebar-trade h2.value small {
  display: block;
  font-size: 10.5px;
  margin-top: 5px;
}
.sidebar-trade .btn {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.sidebar-trade .btn.last {
  margin-bottom: 0;
}
.sidebar-trade .text-label {
  background: #d6e0b3;
  padding: 5px;
  border-radius: 0px 50px 50px 0px;
  margin: 0 0 5px 0;
}
.sidebar-trade a {
  color: #658200;
}
.sidebar-trade a:hover {
  color: #779900;
}
/* Advanced search 	 				*/
/* -------------------------------- */
.advanced-search .form-control {
  margin-bottom: 5px;
}
.advanced-search .range {
  clear: both;
  width: 100%;
  overflow: auto;
  margin-bottom: 5px;
}
.advanced-search .range .min,
.advanced-search .range .max {
  width: 32%;
}
.advanced-search .range .min,
.advanced-search .range .max,
.advanced-search .range .range-label {
  display: block;
  float: left;
}
.advanced-search .range .range-label {
  margin: 0 10px;
  position: relative;
  top: 7px;
}
/* Price graph  					*/
/* -------------------------------- */
/* Value arrows						*/
/* -------------------------------- */
.value-up,
.value-down {
  white-space: nowrap;
}
.value-up {
  color: #779900;
}
.value-down {
  color: #B30000;
}
/* Ticker					   		*/
/* -------------------------------- */
.ticker {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  background: #fcfcfc;
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 11px;
  height: 26px;
  overflow: hidden;
  position: relative;
}
.ticker .wine {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 5px;
}
.ticker #tick {
  position: absolute;
  max-width: 1300px;
}
/* Trade wines						*/
/* -------------------------------- */
/* Columns */
.trade .btn-bid,
.trade .btn-sell {
  width: 140px;
}
.trade .value {
  margin-bottom: 3px;
}
.trade .table-wrapper {
  margin: 5px;
}
.trade .table-wrapper .h5 {
  margin-bottom: 0;
}
.trade .table-wrapper hr {
  margin: 5px 0 10px 0;
}
.trade .table-wrapper table {
  margin-bottom: 0;
}
/* Bid */
.table {
  /* Sell */
}
.table td.bid,
.table td.bid-history {
  background: rgba(119, 153, 0, 0.05);
}
.table td.bid-history hr {
  border-color: rgba(119, 153, 0, 0.3);
}
.table tr:nth-child(2n+1) td.bid,
.table td.bid-history tr:nth-child(2n+1) td {
  background: rgba(119, 153, 0, 0.1);
}
.table td.bid-history .h5 {
  color: #3c4d00;
}
.table td.bid-history .h5 small,
.table td.bid-history th {
  color: #4f6600;
}
.table td.bid-history,
.table td.active.bid,
.table tr:hover td.active.bid,
.table tr:nth-child(2n+1) td.bid-history {
  background: rgba(119, 153, 0, 0.4);
  border: none;
}
.table td.sell,
.table td.offer-history td {
  background: rgba(179, 0, 0, 0.05);
}
.table td.offer-history hr {
  border-color: rgba(179, 0, 0, 0.2);
}
.table tr:nth-child(2n+1) td.sell,
.table td.offer-history tr:nth-child(2n+1) td {
  background: rgba(179, 0, 0, 0.1);
}
.table td.offer-history .h5 {
  color: #800000;
}
.table td.offer-history .h5 small,
.table td.offer-history th {
  color: #9a0000;
}
.table td.offer-history,
.table td.active.sell,
.table tr:hover td.active.sell,
.table tr:nth-child(2n+1) td.offer-history {
  background: rgba(179, 0, 0, 0.3);
  border: none;
}
/* Bid and buy						*/
/* -------------------------------- */
.callout.bid,
.callout.buy {
  background: rgba(119, 153, 0, 0.15);
}
.callout.bid hr,
.callout.buy hr {
  border-color: rgba(119, 153, 0, 0.3);
}
.callout.bid h1,
.callout.buy h1,
.callout.bid .h1,
.callout.buy .h1,
.callout.bid h2,
.callout.buy h2,
.callout.bid .h2,
.callout.buy .h2,
.callout.bid h3,
.callout.buy h3,
.callout.bid .h3,
.callout.buy .h3,
.callout.bid h4,
.callout.buy h4,
.callout.bid .h4,
.callout.buy .h4,
.callout.bid h5,
.callout.buy h5,
.callout.bid .h5,
.callout.buy .h5,
.callout.bid h6,
.callout.buy h6,
.callout.bid .h6,
.callout.buy .h6,
.callout.bid a,
.callout.buy a {
  color: #779900;
}
.callout.bid a.btn,
.callout.buy a.btn {
  color: #fff;
}
.callout.bid .terms,
.callout.buy .terms {
  border-top: 1px solid rgba(119, 153, 0, 0.3);
  border-bottom: 1px solid rgba(119, 153, 0, 0.3);
  padding: 0 0 5px 0;
  margin: 10px 0;
}
.callout.bid .total,
.callout.buy .total {
  border-top: 1px dotted rgba(119, 153, 0, 0.3);
  border-bottom: 1px dotted rgba(119, 153, 0, 0.3);
  padding: 5px 0;
  margin: 10px 0 0 0;
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.callout.bid .total > div,
.callout.buy .total > div {
  padding: 0;
}
.callout.bid .border-right,
.callout.buy .border-right {
  border-right-color: rgba(119, 153, 0, 0.3);
}
/* Sell								*/
/* -------------------------------- */
.callout.sell {
  background: rgba(179, 0, 0, 0.15);
}
.callout.sell hr {
  border-color: rgba(179, 0, 0, 0.3);
}
.callout.sell h1,
.callout.sell .h1,
.callout.sell h2,
.callout.sell .h2,
.callout.sell h3,
.callout.sell .h3,
.callout.sell h4,
.callout.sell .h4,
.callout.sell h5,
.callout.sell .h5,
.callout.sell h6,
.callout.sell .h6,
.callout.sell a {
  color: #B30000;
}
.callout.sell a.btn {
  color: #fff;
}
.callout.sell .terms {
  border-top: 1px solid rgba(179, 0, 0, 0.3);
  border-bottom: 1px solid rgba(179, 0, 0, 0.3);
  padding: 0 0 5px 0;
  margin: 10px 0;
}
.callout.sell .total {
  border-top: 1px dotted rgba(179, 0, 0, 0.3);
  border-bottom: 1px dotted rgba(179, 0, 0, 0.3);
  padding: 5px 0;
  margin: 10px 0 0 0;
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.callout.sell .total > div {
  padding: 0;
}
.callout.sell .border-right {
  border-right-color: rgba(179, 0, 0, 0.3);
}
/* Twitter typeahead autopopulate   */
/* -------------------------------- */
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.twitter-typeahead .tt-query {
  margin-bottom: 0;
}
.twitter-typeahead .tt-dropdown-menu {
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  width: 100%;
}
.twitter-typeahead .tt-suggestion,
.twitter-typeahead .tt-suggestion-disabled {
  display: block;
  padding: 3px 20px;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor a,
.twitter-typeahead .tt-is-under-cursor {
  color: #fff;
}
.twitter-typeahead .tt-is-under-cursor {
  background-color: #338BAC;
}
.twitter-typeahead .tt-suggestion p,
.twitter-typeahead .tt-suggestion-disabled p {
  margin: 0;
}
.twitter-typeahead .tt-suggestion-disabled p {
  color: #999;
}
.callout.buy .typeahead li a,
.callout.bid .typeahead li a,
.callout.sell .typeahead li a {
  color: #555;
}
.callout.buy .typeahead li.active a,
.callout.bid .typeahead li.active a,
.callout.sell .typeahead li.active a,
.callout.buy .typeahead li a:hover,
.callout.bid .typeahead li a:hover,
.callout.sell .typeahead li a:hover {
  color: #fff;
}
/* Carousel						    */
/* -------------------------------- */
.carousel-control {
  background: none;
  opacity: 1;
}
.carousel-control .icon-arrow-left,
.carousel-control .icon-arrow-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .icon-arrow-left {
  left: 20px;
  right: auto;
}
.carousel-control .icon-arrow-right {
  left: auto;
  right: 20px;
}
.carousel.transparent {
  background: transparent;
}
.carousel-wrapper {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
}
.carousel.slideshow .carousel-indicators li {
  border-color: #338BAC;
}
.carousel.slideshow .carousel-indicators .active {
  background: #444A78;
}
.carousel.logos .icon-arrow-left,
.carousel.logos .icon-arrow-right {
  top: 25px;
  color: #555;
}
.carousel.logos .carousel-control {
  background: none;
}
.carousel-inner > .item > a {
  display: block;
  text-align: center;
}
.carousel-inner > .item > a > img {
  display: inline-block;
  max-height: 300px;
  max-width: none;
  width: auto;
}
/* Table controls					*/
/* -------------------------------- */
.table-controls-wrapper {
  padding: 10px 10px 5px 10px;
  background: #e0eef3;
}
.table-controls .control-label {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  text-align: right;
}
.table-controls .control-label .icon-help {
  position: relative;
  top: 1px;
  left: -2px;
}
.table-controls .form-control {
  margin-bottom: 5px;
}
.table-controls .btn-wrapper {
  margin-bottom: 0;
}
.table-controls .btn {
  margin-bottom: 5px;
}
.table-controls hr {
  border-color: #cce2ea;
  margin: 3px 0 8px 0;
}
.table-controls .pagination-wrapper {
  margin-bottom: 0;
}
.table-controls .pagination-wrapper a {
  cursor: pointer;
}
.table-controls .pagination-wrapper .h5 {
  font-size: 13px;
}
.table-controls .pagination-wrapper .pagination-element {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}
.table-controls .pagination-wrapper .pagination-element .control-label {
  font-weight: normal;
}
.table-controls .pagination-wrapper .pagination-element .pull-left .control-label {
  margin-left: 5px;
}
.table-controls .pagination-wrapper div:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.table-controls .pagination-wrapper .pagination {
  margin: 0;
}
/* Callouts					  		*/
/* -------------------------------- */
.callout {
  padding: 10px;
}
/* Alerts      						*/
/* -------------------------------- */
.alert {
  border-radius: 3px;
  padding: 7px 30px 10px 10px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.alert a.btn {
  text-decoration: none;
}
.alert .alert-link {
  font-weight: normal;
}
.alert table tr:hover > td,
.alert table tr:nth-child(2n+1):hover > td {
  background: none;
}
.alert h3 {
  margin-bottom: 5px;
}
.alert-dismissable .close {
  font-size: 12px;
  top: 0;
}
.fixed-at-top .alert {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.8);
}
.close {
  opacity: 0.8;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.alert-danger {
  background: #e19999;
  border-color: #B30000;
}
.alert-danger [class*=" icon-"],
.alert-danger [class^="icon-"],
.alert-danger .alert-link,
.alert-danger strong,
.alert-danger h2,
.alert-danger h3 {
  color: #660000;
}
.alert-danger hr {
  border-color: #B30000;
}
.alert-warning {
  background: #f7dc96;
  border-color: #d8a010;
}
.alert-warning [class*=" icon-"],
.alert-warning [class^="icon-"],
.alert-warning .alert-link,
.alert-warning strong,
.alert-warning h2,
.alert-warning h3 {
  color: #614807;
}
.alert-warning hr {
  border-color: #EFB92C;
}
.alert-success {
  background: #c9d699;
  border-color: #779900;
}
.alert-success [class*=" icon-"],
.alert-success [class^="icon-"],
.alert-success .alert-link,
.alert-success strong,
.alert-success h2,
.alert-success h3 {
  color: #3c4d00;
}
.alert-success hr {
  border-color: #779900;
}
.alert-help {
  background: #add1de;
  border-color: #338BAC;
}
.alert-help [class*=" icon-"],
.alert-help [class^="icon-"],
.alert-help .alert-link,
.alert-help strong,
.alert-help h2,
.alert-help h3 {
  color: #225b71;
}
.alert-help hr {
  border-color: #338BAC;
}
.alert-info {
  background: #d6d6d6;
  border-color: #999;
}
.alert-info [class*=" icon-"],
.alert-info [class^="icon-"],
.alert-info .alert-link,
.alert-info strong,
.alert-info h2,
.alert-info h3 {
  color: #666666;
}
.alert-info hr {
  border-color: #999;
}
/* Slideshow      					*/
/* -------------------------------- */
.slideshow {
  position: relative;
}
.slideshow #slides {
  display: none;
}
.slideshow #slides .slidesjs-previous,
.slideshow #slides .slidesjs-next {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 45%;
  z-index: 2000;
  text-indent: -9999em;
}
.slideshow #slides .slidesjs-previous {
  background: url("../images/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 10px;
}
.slideshow #slides .slidesjs-next {
  background: url("../images/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  right: 10px;
}
.slideshow #slides .slidesjs-navigation:focus {
  outline: 0;
}
/* Sort		      					*/
/* -------------------------------- */
th.sort,
th.sort-usr,
th.sort-adr,
th.sort-alt {
  cursor: pointer;
  color: #338BAC;
}
/* Admin	      					*/
/* -------------------------------- */
.content-edit {
  background: none repeat scroll 0px 0px rgba(255, 128, 0, 0.5);
  border: 2px solid #CC6600;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 99999;
}
.screen-field-edit {
  background: none repeat scroll 0px 0px rgba(128, 0, 255, 0.5);
  border: 2px solid #6600CC;
  color: #FFFFFF;
  float: left;
  height: 20px;
  margin: 1px;
  padding: 0px 2px;
  position: relative;
  z-index: 99999;
}
/* Label view					   	*/
/* -------------------------------- */
.label-view {
  margin: 0 -5px;
}
.label-view .wine {
  border: 1px dotted #ddd;
  padding: 5px 5px 15px 5px;
  margin-bottom: 20px;
}
.label-view .wine .image {
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-color: #c2dce6;
}
.label-view .wine .image a {
  display: block;
  height: 120px;
  width: 100%;
  border-radius: 50%;
}
.label-view .wine .image img {
  display: none;
}
.label-view .wine .no-image {
  background: rgba(221, 221, 221, 0.5);
}
.label-view .wine h2.name {
  margin: 10px 0 5px 0;
  min-height: 6.5em;
}
.label-view .wine h3.price {
  margin: 0;
}
.label-view .wine h3.price a {
  color: #444A78;
}
.label-view .wine h3.price .quantity {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.label-view .wine small {
  color: #999;
}
.label-view .wine p {
  margin-bottom: 0;
}
.label-view .wine .btn-wrapper {
  margin: 10px 0 0 0;
}
.label-view.sell h3.price a {
  color: #B30000;
}
.label-view.buy h3.price a {
  color: #779900;
}
/* Photo view					   	*/
/* -------------------------------- */
.photo-view {
  background: #ebf0d9;
  padding: 20px 30px 2.5px 30px;
  margin-bottom: 20px;
}
.photo-view .wine {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
/* Wine label					   	*/
/* -------------------------------- */
.wine-label {
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 100px;
  max-width: 200px;
  background-size: cover;
  background-position: center center;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wine-label a {
  display: block;
  width: 100%;
  height: 100px;
}
/* Subscription plans				*/
/* -------------------------------- */
.subscription-plan {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 479px) {
  .subscription-plan {
    padding: 0;
    margin-bottom: 40px;
  }
}
.subscription-plan p {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
@media (max-width: 479px) {
  .subscription-plan p {
    margin: 5px 0;
  }
}
.subscription-plan h4 {
  border-top: 1px solid #bfe0ec;
  margin: 35px 0 20px -5%;
  /*width: 110%;*/
  padding-top: 35px;
}
@media (max-width: 479px) {
  .subscription-plan h4 {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
  }
}
.subscription-plan .name {
  border-radius: 3px 3px 0 0;
  padding: 15px 5px 5px;
  border: 0;
}
.subscription-plan .plan001 {
  background: #fdeadc;
}
@media (max-width: 479px) {
  .subscription-plan .plan001 {
    border: 0;
  }
}
.subscription-plan .plan001 h2 {
  color: #F17E2B;
}
.subscription-plan .plan002 {
  background: #d7ebf3;
}
.subscription-plan .plan002 h2 {
  color: #338BAC;
}
.subscription-plan .plan003 {
  background: rgba(119, 153, 0, 0.2);
}
.subscription-plan .plan003 h2 {
  color: #779900;
}
.subscription-plan .plan001:hover,
.subscription-plan .plan002:hover,
.subscription-plan .plan003:hover {
  opacity: 0.8;
}
.subscription-plan .price {
  margin: 40px 0;
}
.subscription-plan .price .frequency {
  display: inline;
}
.subscription-plan .price .annual {
  display: block;
  margin-top: 5px;
}
.subscription-plan .price .value {
  font-size: 30px;
}
.subscription-plan .button .btn {
  width: 50%;
}
.subscription-plan .button .plan001 {
  background: #F17E2B;
  border-color: #F17E2B;
}
.subscription-plan .button .plan002 {
  background: #338BAC;
  border-color: #338BAC;
}
.subscription-plan .button .plan003 {
  background: #779900;
  border-color: #779900;
}
.parker {
  font-size: 18px;
  margin: 30px 0;
  background-image: url(../images/robert-parker-signature.jpg);
  background-size: 140px 74px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  line-height: 130%;
}
@media (max-width: 479px) {
  .parker {
    background: none;
    padding-top: 0;
    font-size: 15px;
  }
}
.parker .free {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 479px) {
  .parker .free {
    display: inline;
  }
}
.parker .plan002 {
  background: none;
}
.parker .plan002 .icon-help {
  color: #98cde0;
}
.parker .plan003 {
  background: none;
}
.parker .plan003 .icon-help {
  color: rgba(119, 153, 0, 0.5);
}
.ghost {
  opacity: 0.2;
}
@media (max-width: 479px) {
  .ghost {
    display: none;
  }
}
.fees {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin: 0 40px 40px;
}
@media (max-width: 479px) {
  .fees {
    margin: 0;
  }
}
.fees p {
  font-size: 16px;
  margin: 5px 0;
}
@media (max-width: 479px) {
  .fees p {
    font-size: 14px;
  }
}
.fees div {
  display: block;
  padding: 20px 0;
}
@media (max-width: 479px) {
  .fees div {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.fees .plan001 {
  background: #fef5ef;
}
@media (max-width: 479px) {
  .fees .plan001 {
    background: none;
    border-bottom: 1px solid #fce4d2;
  }
}
.fees .plan001 h4 {
  color: #F17E2B;
}
.fees .plan001 .icon-help {
  color: #f6aa73;
}
.fees .plan002 {
  background: #f2f9fb;
}
@media (max-width: 479px) {
  .fees .plan002 {
    background: none;
    border: 1px solid #d3e9f2;
    border-left: 0;
    border-right: 0;
  }
}
.fees .plan002 h4 {
  color: #338BAC;
}
.fees .plan002 .icon-help {
  color: #98cde0;
}
.fees .plan003 {
  background: rgba(119, 153, 0, 0.1);
}
@media (max-width: 479px) {
  .fees .plan003 {
    background: none;
    border: 1px solid rgba(119, 153, 0, 0.2);
    border-left: 0;
    border-right: 0;
  }
}
.fees .plan003 h4 {
  color: #779900;
}
.fees .plan003 .icon-help {
  color: rgba(119, 153, 0, 0.5);
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-top: 14px solid #f00;
  margin: 0 auto 0 -14px;
  position: absolute;
  left: 50%;
  background: none !important;
}
@media (max-width: 479px) {
  .arrow-down {
    display: none;
  }
}
.arrow-001 {
  border-top-color: #fdeadc;
}
.arrow-002 {
  border-top-color: #d7ebf3;
}
.arrow-003 {
  border-top-color: rgba(119, 153, 0, 0.2);
}
@media (max-width: 479px) {
  .plan001 {
    border: none;
  }
}
.plan001 h4 {
  color: #F17E2B;
}
.plan001 a.collapse-features {
  color: #F17E2B;
}
@media (max-width: 479px) {
  .plan002 {
    border: 1px solid #bfe0ec;
  }
}
.plan002 .top-wrap {
  border-color: #bfe0ec;
}
@media (max-width: 479px) {
  .plan002 .top-wrap {
    border: none;
  }
}
.plan002 h4 {
  color: #338BAC;
}
.plan002 .name {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.plan002 a.collapse-features {
  color: #338BAC;
}
@media (max-width: 479px) {
  .plan003 {
    border: none;
  }
  .plan003 h4 {
    border-color: rgba(119, 153, 0, 0.25);
  }
}
.plan003 h4 {
  color: #779900;
}
.plan003 a.collapse-features {
  color: #779900;
}
.top-wrap {
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (max-width: 479px) {
  .top-wrap {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.top-wrap .most-popular {
  font-size: 12px;
  text-transform: uppercase;
}
.top-wrap .most-popular h6 {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #338BAC;
}
a.collapse-features {
  text-decoration: underline;
}
.plan-feature-mobile-wrap {
  margin-bottom: 20px;
}
.popover-icon {
  border: 0;
}
.subscription-hilight {
  margin-top: 0px;
}
.subscription-hilight .name {
  background: #D4A62C;
  padding: 10px 5px;
}
/* Register							*/
/* -------------------------------- */
.register-side-advert-wrapper {
  padding-left: 5%;
}
.register-side-advert {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  font-weight: 300;
}
.register-side-advert ul {
  padding: 0;
  margin: 0;
}
.register-side-advert ul li {
  margin: 15px 0;
  padding-left: 20px;
}
.register-side-advert ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-left: -20px;
  margin-right: 7px;
}
.register-side-advert .parker {
  font-size: 15px;
  margin: 30px -35px;
  padding: 30px;
  color: #fff;
  background-image: url(../images/robert-parker-signature-rev.png);
  background-position: 20px bottom;
  padding-bottom: 115px;
  background-size: 220px 116px;
  background-repeat: no-repeat;
}
.register-side-advert .parker h3 {
  font-size: 22px;
  margin: -30px;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.register-side-advert .parker h3:before {
  font-family: FontAwesome;
  content: "\f005";
  margin-left: -20px;
  margin-right: 7px;
  font-size: 15px;
  top: -3px;
  position: relative;
}
.collector-panel {
  background: rgba(119, 153, 0, 0.05);
  border: 1px solid rgba(119, 153, 0, 0.25);
}
.wine-lover-panel {
  background: rgba(51, 139, 172, 0.05);
  border: 1px solid rgba(51, 139, 172, 0.25);
}
.enthusiast-panel {
  background: rgba(241, 126, 43, 0.05);
  border: 1px solid rgba(241, 126, 43, 0.25);
}
.collector ul li:before {
  color: #779900;
}
.collector .parker {
  background-color: #a0b84d;
}
.collector .parker h3 {
  background-color: #779900;
}
.collector .color {
  color: #779900;
}
.wine-lover ul li:before {
  color: #338BAC;
}
.wine-lover .parker {
  background-color: #70aec5;
}
.wine-lover .parker h3 {
  background-color: #338BAC;
}
.wine-lover .color {
  color: #338BAC;
}
.enthusiast ul li:before {
  color: #F17E2B;
}
.enthusiast .parker {
  background-color: #f5a56b;
}
.enthusiast .parker h3 {
  background-color: #F17E2B;
}
.enthusiast .color {
  color: #F17E2B;
}
.trading-reg {
  padding: 7px 0 12px;
  border-radius: 3px;
}
.register-step {
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 3px;
  float: right;
}
.paynow-panel {
  padding: 20px;
  border-radius: 3px;
}
/* Features							*/
/* -------------------------------- */
.features img {
  border-radius: 3px;
  background: #eeeeee;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.features img:hover {
  border-radius: 3px;
  background: #338BAC;
  border: 1px solid #ddd;
}
.features .carousel img {
  border: none;
  border-radius: 0;
  background: none;
  margin-bottom: 0;
}
.features hr {
  margin-top: 0;
}
/* Videos in iframes				*/
/* -------------------------------- */
iframe.video {
  border: none;
  width: 100%;
}
.modal-video {
  width: 745px;
}
/*  Pages which contain iframes	 	*/
/* -------------------------------- */
body.iframe {
  min-width: 0;
}
body.iframe .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* Accordion						*/
/* -------------------------------- */
.panel-group {
  margin-bottom: 10px;
}
.panel-group .panel {
  border-radius: 3px;
  overflow: visible;
}
.panel-group .panel-title > a {
  color: #338BAC;
}
.panel-group .panel-title > a:hover {
  color: #399bc0;
}
.panel-group .text-label {
  background: #e0eef3;
  padding: 5px;
  border-radius: 0px 50px 50px 0px;
  margin: 0 0 5px;
}
/* Dashboard					   	*/
/* -------------------------------- */
.dashboard {
  background: #eeeeee;
  padding: 10px 10px 0 10px;
  border-radius: 3px;
}
.dashboard .module {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(153, 153, 153, 0.5);
  box-shadow: 1px 1px 2px rgba(153, 153, 153, 0.5);
}
/* Buy / Sell					   	*/
/* -------------------------------- */
.table-trade > tbody > tr.sell > td {
  background: rgba(179, 0, 0, 0.1);
}
.table-trade > tbody > tr.bid > td {
  background: rgba(119, 153, 0, 0.1);
}
.table-trade > tbody > tr.trade > td {
  background: rgba(51, 139, 172, 0.1);
}
.table-trade > tbody > tr.stock > td {
  background: rgba(170, 95, 158, 0.1);
}
.table-trade > tbody > tr.merchant > td {
  background: rgba(85, 85, 85, 0.1);
}
.table-trade > tbody > tr.blank > td {
  background: transparent;
}
/* Market display				   	*/
/* -------------------------------- */
.market-display table {
  margin-bottom: 0;
}
/* Blog							    */
/* -------------------------------- */
.blog p {
  font-size: 14px;
  line-height: 160%;
}
.blog .lead {
  margin-bottom: 10px;
  font-size: 16px;
}
.blog figcaption {
  margin-top: 5px;
  font-style: italic;
}
.blog .well h4 {
  margin-bottom: 5px;
}
.blog .well p {
  text-align: left;
  font-size: 12px;
}
.blog .well ul.list-unstyled {
  margin-bottom: 0;
}
.blog .well ul.list-unstyled li {
  margin-bottom: 5px;
}
.bootstrap-tagsinput {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  background: #338BAC;
}
.feature {
  background: #338BAC;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6,
.feature p,
.feature a,
.feature .h1,
.feature .h2,
.feature .h3,
.feature .h4,
.feature .h5,
.feature .h6,
.feature .lead {
  color: #fff;
}
.container-instagram img {
  border-radius: 3px;
  height: auto;
}
/* Modal							*/
/* -------------------------------- */
.modal {
  background: rgba(0, 0, 0, 0.5);
}
/* Conversation bubbles				*/
/* -------------------------------- */
.conversation .question,
.conversation .answer {
  border-radius: 3px;
  clear: both;
  margin-bottom: 10px;
  min-width: 60%;
  max-width: 80%;
  padding: 10px;
  word-wrap: break-word;
  position: relative;
}
.conversation .question:after,
.conversation .answer:after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -10px;
  bottom: 10px;
}
.conversation .question {
  background: rgba(68, 74, 120, 0.15);
  float: left;
  margin-left: 10px;
}
.conversation .question:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(68, 74, 120, 0.15);
  left: -10px;
}
.conversation .answer {
  background: rgba(51, 139, 172, 0.15);
  float: right;
  text-align: right;
  margin-right: 10px;
}
.conversation .answer:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent rgba(51, 139, 172, 0.15);
  right: -10px;
}
/* Hero banner						*/
/* -------------------------------- */
.hero {
  background: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-image: url(../images/home-hero2.jpg);
}
.hero .overlay {
  background: rgba(68, 74, 120, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 380px;
}
.hero .container {
  padding-bottom: 0;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero .h1,
.hero .h2,
.hero .h3,
.hero .h4,
.hero .h5,
.hero .h6 {
  color: #fff;
}
.hero h1 {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.hero h2 {
  font-size: 20px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.hero p {
  margin-bottom: 20px;
}
.hero .create-button-wrapper {
  display: inline-table;
}
.hero .create-button-wrapper .btn {
  padding: 10px 35px;
  margin-left: 15px;
}
.hero .create-button-wrapper p {
  margin-left: 15px;
  margin-top: 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  color: #ddd;
}
.hero a.link-text {
  color: #fff;
  text-decoration: underline;
}
.hero a.link-text:hover {
  color: #fff;
  text-decoration: none;
}
.cellar-review .hero {
  background-image: url(../images/background-cellar-review-row-hero.jpg);
}
.hero-1 {
  background-image: url(../images/background-row-hero-1.jpg);
}
.hero-2 {
  background-image: url(../images/background-row-hero-2.jpg);
}
.hero-3 {
  background-image: url(../images/background-row-hero-3.jpg);
}
.hero-4 {
  background-image: url(../images/background-row-hero-4.jpg);
}
.hero-5 {
  background-image: url(../images/background-row-hero-5.jpg);
}
.hero-6 {
  background-image: url(../images/background-row-hero-6.jpg);
}
.home-help {
  position: absolute;
  bottom: 80px;
  right: 20px;
  text-decoration: underline;
  font-family: 'Roboto Slab', serif;
}
.home-help a {
  opacity: 0.7;
  color: #ddd;
}
.home-help a:hover {
  color: #ddd;
  opacity: 1;
}
/* Home Search						*/
/* -------------------------------- */
.home-search {
  max-width: 840px;
  margin: auto;
  position: relative;
  top: -30px;
}
.home-search .input-action-sm {
  font-size: 33px;
  padding: 6px 10px;
}
.home-search .dropdown-menu a {
  float: none;
  font-size: 14px;
  margin: 0px;
  top: 0px;
}
.home-search input {
  max-width: 840px;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  padding: 0px 15px;
  border-radius: 3px;
  height: 56px;
}
.home-search a {
  float: right;
  font-size: 33px;
  margin: 0;
  color: #ddd;
  position: relative;
  top: 0;
}
.home-search a:hover {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
/* Home Features						*/
/* -------------------------------- */
.home-features {
  font-family: 'Roboto Slab', serif;
  padding-bottom: 0 !important;
}
.home-features .row {
  margin-top: 50px;
}
.home-features .feature-row-one {
  padding-bottom: 50px;
}
.home-features .home-feature {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.home-features .home-feature p {
  font-size: 18px;
  font-weight: 300;
  padding: 16px 25%;
}
.home-features .manage {
  background-image: url(../images/feature-manage.png);
  background-size: 227px 131px;
  padding-bottom: 131px;
}
.home-features .value {
  background-image: url(../images/feature-value.png);
  background-size: 241px 154px;
  padding-bottom: 154px;
}
.home-features .sell {
  background-image: url(../images/feature-sell.png);
  background-size: 227px 331px;
  padding-bottom: 331px;
}
.home-features .buy {
  background-image: url(../images/feature-buy.png);
  background-size: 227px 331px;
  padding-bottom: 331px;
}
/* Home Media						*/
/* -------------------------------- */
.home-media {
  padding: 40px 0 10px;
  background: #338BAC;
  color: #fff;
}
.home-media h2,
.home-media h4,
.home-media .h6,
.home-media a {
  color: #fff;
}
.home-media h2 {
  margin-bottom: 30px;
}
.home-media h4 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.3;
}
.home-media hr {
  margin: 50px 0;
}
.home-media a {
  text-decoration: underline;
  color: #fff;
}
.home-media a:hover {
  text-decoration: none;
  color: #fff;
}
.home-media .blog-header-link {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.home-media .blog-header-link:hover {
  color: #fff;
  border-bottom: 0;
}
.home-media .blog-item {
  margin: 25px 0;
}
.home-media .blog-item .blog-item-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
}
.home-media .blog-item .blog-item-img img.circle {
  border-radius: 800px;
}
.home-media .blog-item .blog-item-img img {
  height: 150px;
  width: auto;
}
.home-media .blog-item .blog-item-title {
  padding-top: 5px;
}
/* Testimonial						*/
/* -------------------------------- */
.dynamic-testimonals {
  position: relative;
  text-align: center;
}
.dynamic-testimonals li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.dynamic-testimonals li:hover {
  cursor: pointer;
}
.dynamic-testimonals li .image {
  margin-bottom: 10px;
}
.dynamic-testimonals li .name {
  margin-bottom: 30px;
}
.dynamic-testimonals li .content {
  position: absolute;
  display: none;
}
.dynamic-testimonals li.active img {
  border: 5px solid #338BAC;
}
.dynamic-testimonals li.active .content {
  display: block;
}
/* Slider							*/
/* -------------------------------- */
.slider.slider-horizontal {
  height: 24px;
}
.slider,
.spn-price-range {
  margin-left: 10px;
}
.slider-handle,
.slider-selection {
  background-color: #338BAC;
}
/* Label recognition inputs			*/
/* -------------------------------- */
#recog-can {
  max-width: 100%;
  height: auto;
}
.input-action-sm,
.input-action,
.input-action-lg {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.input-action-sm a:hover,
.input-action a:hover,
.input-action-lg a:hover,
.input-action-sm a:focus,
.input-action a:focus,
.input-action-lg a:focus {
  text-decoration: none;
}
.input-action-sm {
  padding: 3px 10px;
  font-size: 18px;
}
.input-search-by-label-sm {
  padding-right: 46px;
}
.input-action {
  padding: 4px 15px;
  font-size: 20px;
}
.input-search-by-label {
  padding-right: 55px;
}
.input-action-lg {
  padding: 8px 20px;
  font-size: 24px;
}
.input-search-by-label-lg {
  padding-right: 73px;
}
/* Welcome			*/
/* -------------------------------- */
.video-tour-panel {
  border-radius: 5px;
  padding: 20px;
  margin-right: 50px;
}
.video-tour-panel ul {
  list-style: none;
  padding: 0;
}
.video-tour-panel li {
  padding: 7px 0;
  border-bottom: 1px dotted #c6cdd2;
}
.video-tour-panel a {
  font-size: 13px;
  cursor: pointer;
}
.video-tour-panel h4 {
  margin-bottom: 20px;
}
.video-tour-panel .time {
  font-size: 12px;
  color: #a0a0a0;
  float: right;
}
/* Shop								*/
/* -------------------------------- */
#shop hr {
  clear: both;
}
.shop-wrapper {
  margin-top: 20px;
}
.breadcrumb {
  background: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 12px;
  color: #444A78;
  float: left;
  padding: 0;
}
.breadcrumb i {
  font-size: 12px;
  color: rgba(68, 74, 120, 0.3);
}
.site-cart {
  float: right;
  color: #444A78;
}
@media (max-width: 767px) {
  .site-cart {
    float: left;
    margin-bottom: 20px;
    clear: both;
  }
}
.carousel {
  margin: 15px auto;
  max-height: 400px;
  overflow: hidden;
}
.carousel .carousel-control {
  background: none;
  width: 5%;
}
#site-sidebar {
  clear: both;
}
@media (max-width: 767px) {
  #site-sidebar input.form-control {
    padding: 25px 15px;
  }
}
#site-sidebar #mobile-sidebar {
  text-align: center;
}
@media (min-width: 768px) {
  #site-sidebar #mobile-sidebar {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #site-sidebar #mobile-sidebar {
    margin-bottom: 30px;
  }
}
#site-sidebar #mobile-sidebar button {
  width: 100%;
  background: none;
  color: #444A78;
  padding: 12px 0;
}
#site-sidebar #mobile-sidebar ul {
  *zoom: 1;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 768px) {
  #site-sidebar #mobile-sidebar ul {
    display: none !important;
  }
}
#site-sidebar #mobile-sidebar ul:before,
#site-sidebar #mobile-sidebar ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-sidebar #mobile-sidebar ul:after {
  clear: both;
}
#site-sidebar #mobile-sidebar ul li {
  border: 1px solid #338BAC;
  float: left;
  width: 50%;
}
#site-sidebar #mobile-sidebar ul li:last-child {
  border-left: 0;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
#site-sidebar #mobile-sidebar ul li:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
#sidebar-filter ul {
  padding: 0;
  list-style-type: none;
}
#sidebar-filter li a {
  padding: 5px 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #sidebar-filter li a {
    padding: 10px 0;
  }
}
#sidebar-filter h4 {
  margin-top: 40px;
}
#sidebar-filter .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  #shop-content {
    padding-left: 50px;
  }
}
#shop-content .col-sm-4 {
  padding: 30px 15px;
}
#shop-content .shop-title {
  text-align: center;
  clear: both;
}
#shop-content .details {
  text-align: center;
}
#shop-content .product-image {
  margin: 0 0 10px;
  text-align: center;
}
#shop-content .product-image a {
  line-height: 240px;
}
#shop-content .product-image img {
  max-height: 240px;
  max-width: 260px;
  width: auto;
}
#shop-content .product-title {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
#shop-content .product-title a {
  color: #444A78 !important;
}
#shop-content .product-title a:hover {
  color: #399bc0 !important;
}
#shop-content .product-price {
  color: #338BAC;
  font-size: 12px;
}
#shop-content .pagination a {
  color: #555;
}
#shop-content .pagination li.disabled a {
  color: rgba(85, 85, 85, 0.003);
}
#shop-content .product-details {
  color: #444A78;
}
@media (max-width: 767px) {
  #shop-content .product-details {
    margin-left: 0;
  }
}
#shop-content .product-details h1 {
  font-size: 19.2px;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  #shop-content .product-details h1 {
    font-size: 20px;
  }
}
#shop-content .product-details img.main-img {
  margin-bottom: 30px;
  max-height: 500px;
  max-width: 100%;
  width: auto;
  height: auto;
}
#shop-content .product-details .col-sm-4 {
  padding: 0 7.5px;
}
#shop-content .product-details .col-sm-8 {
  padding-left: 20px;
}
#shop-content .product-details .at-a-glance .row {
  margin: 0 0 10px -7.5px;
}
#shop-content .product-details .product-price {
  font-size: 15.6px;
  margin-top: 30px;
}
#shop-content .product-details .also-available {
  margin-top: 50px;
}
#shop-content .product-details .also-available .btn-default {
  background: none;
  border: 1px solid #338BAC;
  border-radius: 3px;
  margin-right: 10px;
  color: #338BAC;
  text-transform: none;
}
#shop-content .product-details .also-available .btn-default:hover {
  color: #444A78;
}
#shop-content .product-details .product-tabs {
  margin-top: 50px;
}
#shop-content .product-details .product-tabs .nav-tabs {
  border-bottom: 1px solid #338BAC;
}
@media (max-width: 767px) {
  #shop-content .product-details .product-tabs .nav-tabs {
    border: 0;
  }
}
@media (max-width: 767px) {
  #shop-content .product-details .product-tabs .nav-tabs li {
    width: 100%;
    border: 1px solid #338BAC;
  }
  #shop-content .product-details .product-tabs .nav-tabs li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #shop-content .product-details .product-tabs .nav-tabs li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
#shop-content .product-details .product-tabs .nav-tabs li a {
  background: none;
  color: #338BAC;
  border: 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #shop-content .product-details .product-tabs .nav-tabs li a {
    border: 0;
  }
}
#shop-content .product-details .product-tabs .nav-tabs li a:hover {
  color: #444A78;
}
#shop-content .product-details .product-tabs .nav-tabs li.active a {
  border: 1px solid #338BAC;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 767px) {
  #shop-content .product-details .product-tabs .nav-tabs li.active a {
    border: 0;
    border-radius: 0;
    color: #444A78;
  }
}
#shop-content .product-details .product-tabs .nav-tabs li.active a:hover {
  color: #338BAC;
}
@media (max-width: 767px) {
  #shop-content .product-details .product-tabs .nav-tabs li.active a:hover {
    color: #444A78;
  }
}
#shop-content .product-details .tab-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sidebar-search-form,
  .sidebar-filter {
    display: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sidebar-search-form,
  .sidebar-filter {
    display: block;
  }
}
/* Badge							*/
/* -------------------------------- */
.badge.red {
  background: #B30000;
  color: #fff;
}
.badge.orange {
  background: #F17E2B;
  color: #fff;
}
.badge.yellow {
  background: #EFB92C;
  color: #fff;
}
.badge.green {
  background: #779900;
  color: #fff;
}
.badge.blue {
  background: #338BAC;
  color: #fff;
}
.badge.indigo {
  background: #5558A2;
  color: #fff;
}
.badge.violet {
  background: #AA5F9E;
  color: #fff;
}
.badge-overlay {
  position: relative;
  margin-right: 25px;
}
.badge-overlay .badge {
  position: absolute;
  top: -7px;
}
.badge-overlay.btn {
  margin-right: 10px;
}
.badge-overlay.btn .badge {
  right: -10px;
}
/* Tasting note						*/
/* -------------------------------- */
.tasting-note {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
}
.tasting-note h3 {
  margin-bottom: 0;
}
.tasting-note .lead {
  font-size: 12px;
}
/* Score cards						*/
/* -------------------------------- */
.scorecard {
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
.scorecard acronym {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}
.scorecard .critic {
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 5px 0;
  letter-spacing: 2px;
}
.scorecard.red-wine .critic {
  background: #B30000;
}
.scorecard.white-wine .critic {
  background: #779900;
}
.scorecard.rose-wine .critic {
  background: #FF99B3;
}
.scorecard .score {
  margin: 10px 0;
}
/* Warehouse map - fill levels	 	*/
/* -------------------------------- */
table > tbody > tr > td.fill-level {
  color: #fff;
  font-weight: bold;
}
table > tbody > tr > td.fill-level.fill-level-0 {
  background: #fff;
  color: #000;
}
table > tbody > tr > td.fill-level.fill-level-0:hover {
  background: rgba(221, 221, 221, 0.4);
}
table > tbody > tr > td.fill-level.fill-level-1 {
  background: #4f6600;
}
table > tbody > tr > td.fill-level.fill-level-1:hover {
  background: #779900;
}
table > tbody > tr > td.fill-level.fill-level-2 {
  background: #d8a010;
}
table > tbody > tr > td.fill-level.fill-level-2:hover {
  background: #EFB92C;
}
table > tbody > tr > td.fill-level.fill-level-3 {
  background: #db640e;
}
table > tbody > tr > td.fill-level.fill-level-3:hover {
  background: #F17E2B;
}
table > tbody > tr > td.fill-level.fill-level-4 {
  background: #800000;
}
table > tbody > tr > td.fill-level.fill-level-4:hover {
  background: #B30000;
}
/* Cards						 	*/
/* -------------------------------- */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0px 0px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0px 0px 3px 3px;
}
.card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}
.card .card-title {
  margin-bottom: 10px;
}
.card .card-subtitle {
  margin-top: -5px;
  margin-bottom: 0;
}
.card .card-text:last-child {
  margin-bottom: 0;
}
.card .card-footer {
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.card .card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.card-img {
  width: 100%;
  border-radius: 3px;
}
.card-img-top {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}
.card-img-bottom {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}
/* -------------------------------- */
/* STATE
/* -------------------------------- */
/* State styles; how layout or modules 
/* may look in different views 
/* (i.e. home), screen size (i.e. mobile), 
/* media (i.e. print) or browser.	*/
/* -------------------------------- */
/* STATE 					        */
/* -------------------------------- */
a:hover {
  color: #49a6c9;
  text-decoration: underline;
}
a:focus {
  color: #2b6c90;
}
a.no-hover {
  text-decoration: none;
}
/* Header  							*/
/* -------------------------------- */
.header .navbar .navbar-nav > .open > a:hover,
.header .navbar .navbar-nav > .open > a:focus,
.header .navbar .navbar-toggle:hover,
.header .navbar .navbar-toggle:focus,
.header .navbar .navbar-icon:hover {
  background-color: #373861;
}
.header .navbar .dropdown-menu > li > a:hover,
.header .navbar .dropdown-menu > li > a:focus {
  background-color: #338BAC;
  color: #fff;
}
.header .navbar-brand a:focus {
  outline: none;
}
/* Footer  							*/
/* -------------------------------- */
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(55, 56, 97, 0.5);
}
/* Buttons: hover, focus state  	*/
/* -------------------------------- */
/* Disabled */
.btn-disabled {
  color: #999;
  background-color: #ddd;
  border-color: #d0d0d0;
}
.btn-disabled:hover,
.btn-disabled:focus {
  cursor: default;
  color: #999;
  background-color: #ddd;
  border-color: #d0d0d0;
}
/* Primary */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #399bc0;
  border-color: #338BAC;
}
/* Secondary */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #fff;
  background-color: #565e99;
  border-color: #444A78;
}
/* Transparent */
.btn-trans-rev {
  color: #fff;
  background-color: none;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-trans-rev .fa {
  color: rgba(255, 255, 255, 0.6);
}
.btn-trans-rev:hover,
.btn-trans-rev:focus,
.btn-trans-rev:active,
.btn-trans-rev.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
/* Bid and sell */
.btn-bid:hover,
.btn-bid:focus,
.btn-bid:active,
.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active,
.btn-sell:hover,
.btn-sell:focus,
.btn-sell:active {
  color: #fff;
}
.btn-bid:hover {
  background-color: #8bb300;
}
.btn-buy:hover {
  background-color: #8bb300;
}
.btn-sell:hover {
  background-color: #cc0000;
}
/* Create an account */
.btn-create {
  color: #fff;
  background-color: #F17E2B;
  border-color: #F17E2B;
  font-weight: 400;
}
.btn-create:hover {
  color: #fff;
  background-color: #e56522;
  border-color: #F17E2B;
}
/* Currency */
.btn-currency:hover,
.btn-currency:focus {
  color: #fff;
  background-color: #d8af41;
}
/* Hilight */
.btn-hilight:hover,
.btn-hilight:focus {
  color: #fff;
  background-color: #d8af41;
}
/* Nav pills */
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #338BAC;
}
/* Dropdown menu				  	*/
/* -------------------------------- */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #444A78;
  color: #fff;
}
/* Home: feature img hover state	*/
/* -------------------------------- */
/*
.home {
	.img-feature:hover {
		background: @secondary-colour;
		}
	}
*/
/* Table: hover state  	            */
/* -------------------------------- */
table tr:hover > td,
table tr:nth-child(2n+1):hover > td {
  background: rgba(221, 221, 221, 0.4);
}
table.trade tr:hover > td.bid {
  background: rgba(119, 153, 0, 0.2);
}
table.trade tr:hover > td.sell {
  background: rgba(179, 0, 0, 0.2);
}
/* Tool tip: hover state  	        */
/* -------------------------------- */
a.tool-tip:hover,
a.tool-tip:focus,
a.tool-tip:active {
  text-decoration: none;
}
/* Alerts			 	            */
/* -------------------------------- */
.form-group.alert {
  padding: 5px;
  margin-bottom: 15px;
}
.enable-alert.Y,
.disable-alert.N {
  display: none;
}
/* Form: focus			 	        */
/* -------------------------------- */
.form-control:focus {
  border-color: rgba(153, 153, 153, 0.7);
  -webkit-box-shadow: 0 1px 1px rgba(153, 153, 153, 0.1) inset, 0 0 8px rgba(153, 153, 153, 0.5);
  box-shadow: 0 1px 1px rgba(153, 153, 153, 0.1) inset, 0 0 8px rgba(153, 153, 153, 0.5);
}
.form-control.mandatory:focus,
.form-control.error:focus {
  border-color: #B30000;
  -webkit-box-shadow: 0 1px 1px rgba(179, 0, 0, 0.1) inset, 0 0 8px rgba(179, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(179, 0, 0, 0.1) inset, 0 0 8px rgba(179, 0, 0, 0.5);
}
.form-control.mandatory:disabled {
  border-color: rgba(153, 153, 153, 0.7);
}
/* Searchbar: tabs			 	        */
/* -------------------------------- */
.header .searchbar .tabs li a.active,
.header .searchbar .tabs li a:active,
.header .searchbar .tabs li a:hover {
  background: #338BAC;
}
.header .searchbar .tabs li a.active,
.header .searchbar .tabs li a:hover,
.header .searchbar .tabs li a:active,
.header .searchbar .tabs li a:focus {
  text-decoration: none;
}
/* Media queries 					*/
/* -------------------------------- */
/* @screen-xxs	 	         	    */
/* -------------------------------- */
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  .hidden-xs.visible-xxs {
    display: block !important;
    /* Overwrite */
  }
  .header .nav {
    padding-left: 10px;
  }
  .header .navbar-btn.btn-sm {
    margin: 5px;
  }
  .header .nav-pills li a {
    font-size: 11.5px;
  }
}
/* @screen-xs	 	         	    */
/* -------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  .header .nav {
    padding-left: 10px;
  }
  .header .navbar-btn.btn-sm {
    margin: 5px -10px;
  }
  .header .navbar-brand a {
    width: 220px;
    height: 33px;
  }
  .header .navbar-nav > li.button {
    margin-left: 15px;
  }
  .header .dropdown-menu .no-link {
    color: #fff;
  }
  .header .dropdown-menu [class^="icon-"],
  .header .dropdown-menu [class*=" icon-"] {
    color: #fff;
  }
}
/* @screen-sm	 	         	    */
/* -------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* Logo and navigation spacing */
  .header .navbar-brand a {
    background-image: url("../images/logo.png");
    width: 38px;
    height: 38px;
  }
  .header .navbar-nav > li > a {
    padding: 14px 6px;
  }
  .header .navbar-nav > li.button {
    padding: -1px 5px;
  }
  .header .navbar-center {
    margin-right: 0;
    float: left;
  }
  .hero h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .hero h2 {
    margin-bottom: 30px;
  }
  .buy-wines .wine-for-sale h2.name {
    min-height: 4em;
  }
  .home-search {
    padding: 0 15px;
  }
  .home-features .home-feature p {
    font-size: 16px;
    padding: 16px 10%;
  }
  .home-media {
    text-align: center;
  }
  .home-media .home-media-col {
    padding: 20px 0;
  }
  .home-media .blog-item {
    max-width: 50%;
    margin: 30px auto;
  }
  .home-media input[type="email"] {
    margin: 20px auto;
  }
  .subscription-plan {
    padding: 0;
  }
  .subscription-plan .fees {
    margin: 0 0 40px;
  }
}
/* @screen-md	 	         	    */
/* -------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Logo and navigation spacing */
  .header .navbar-brand a {
    background-image: url("../images/logo.png");
    width: 188px;
    height: 28px;
    margin-top: 4px;
  }
  .header .navbar-nav > li > a {
    padding: 9px 8px;
  }
  .header .navbar-nav > li.button {
    padding: 0;
  }
  .header .navbar-nav > li.button .navbar-btn {
    margin-top: 4px;
  }
  .hero h1 {
    font-size: 40px;
    margin: 20px 0;
  }
  .hero .btn-wrapper {
    margin-bottom: 20px;
  }
  .dynamic-testimonals {
    height: 440px;
  }
  .dynamic-testimonals li {
    width: 24%;
  }
  .dynamic-testimonals .content {
    width: 60%;
    left: 20%;
  }
  .dynamic-testimonals .hidden-inline-block-md {
    display: none !important;
  }
  .buy-wines .wine-for-sale h2.name {
    min-height: 5em;
  }
}
/* @screen-lg	 	         	    */
/* -------------------------------- */
@media (min-width: 1200px) {
  /* Logo and navigation spacing */
  .header .navbar-brand a {
    background-image: url("../images/logo.png");
    width: 260px;
    height: 39px;
  }
  .header .navbar-nav > li > a {
    padding: 14.5px 10px;
  }
  .header .navbar-nav > li.button {
    padding: -0.5px 5px;
  }
  .container {
    max-width: 1350px;
    /* Increase max-width for the largest brackpoint */
    width: auto;
  }
  .hero h1 {
    font-size: 60px;
    margin: 30px 0;
  }
  .hero .btn-wrapper {
    margin-top: 50px;
  }
  .dynamic-testimonals {
    height: 400px;
  }
  .dynamic-testimonals li {
    width: 16%;
  }
  .dynamic-testimonals .content {
    width: 50%;
    left: 25%;
  }
  .buy-wines .wine-for-sale h2.name {
    min-height: 5em;
  }
}
/*  @screen-xxs,  @screen-xs */
/* -------------------------------- */
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .header .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .header {
    padding-top: 0;
  }
  .header .navbar-brand a {
    margin-top: 9px;
  }
  .nav {
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav li {
    text-align: left;
  }
  .nav li a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .nav li button {
    width: 100%;
  }
  .home-features .home-feature p {
    font-size: 13px;
    padding: 10px 0;
  }
  .home-features .row {
    margin-top: 0;
  }
  .home-feature {
    margin-top: 40px;
    border-top: 1px dotted #999;
    padding-top: 40px;
  }
  .manage {
    margin: 0;
    padding-top: 0;
    border: 0;
  }
  .buy {
    margin-top: 0;
  }
  .home-features .feature-row-one {
    padding-bottom: 0;
  }
  .home1 .testimonials .testimonial-pic img {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .home1 .testimonials .testimonial-text blockquote,
  .home1 .testimonials cite {
    font-size: 14px;
  }
  .home1 .testimonials {
    text-align: center;
  }
  .testimonial-pic {
    padding-right: 0 !important;
    margin: auto;
  }
  .testimonial-text blockquote:before,
  .testimonial-text blockquote:after {
    display: none;
  }
  .home-media {
    text-align: center;
  }
  .blog-item-img {
    display: none;
  }
  .home-media input[type="email"] {
    width: 100%;
  }
  .home-media-col {
    padding: 30px 0;
  }
  .trade .btn,
  .trade td.bid,
  .trade td.sell,
  .trade th.action {
    width: 80px;
  }
  .hero h2 {
    font-size: 16px;
  }
  .hero .create-button-wrapper {
    display: block;
  }
  .hero .create-button-wrapper .btn,
  .hero .create-button-wrapper p {
    margin-left: 0;
  }
  .btn-video {
    margin: 20px 0;
  }
  .home1 .testimonials .carousel.logos .icon-arrow-right {
    top: 40px;
  }
  .home-search input {
    font-size: 18px;
  }
}
/*  @screen-xxs,  @screen-xs,  @screen-sm */
/* -------------------------------- */
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .callout .border-right {
    border: none;
  }
  .graph-container {
    width: 99%;
  }
  .numbers .container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .numbers .numbercol {
    margin: 20px;
  }
  .register-side-advert-wrapper {
    padding: 30px 0 0;
  }
}
/* @screen-md,  @screen-lg			*/
/* -------------------------------- */
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .tasting-note .lead {
    font-size: 21px;
  }
}
/* -------------------------------- */
/* THEME
/* -------------------------------- */
/* Theme, custom styles; used for 
/* base theme and white labelling. */
/* -------------------------------- */
/* THEME: Wine Owners 				*/
/* -------------------------------- */
/* Max-width   				        */
/* -------------------------------- */
/* Logo   					        */
/* -------------------------------- */
/* 230px x 40px */
/* 110px x 40px */
/* 290px x 50px */
/* 490px x 60px */
/* Hero banner   					*/
/* -------------------------------- */
/* 1600px x 700px */
/* System neutrals 					*/
/* -------------------------------- */
/* System colours 					*/
/* -------------------------------- */
/* Used for cellar icons */
/* Wine colours */
/* Trade colours */
/* Favourite colour */
/* Value colours */
/* Branded colours 					*/
/* -------------------------------- */
/* Navy */
/* Turquoise */
/* Fonts 					        */
/* -------------------------------- */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u9mxLCGwRg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v8/BngMUXZYTXPIvIBgJJSb6ufN5qA.ttf) format('truetype');
}
/* Icon font 					    */
/* -------------------------------- */
@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot?t3blre');
	src:url('../fonts/icons.eot?#iefixt3blre') format('embedded-opentype'),
		url('../fonts/icons.woff?t3blre') format('woff'),
		url('../fonts/icons.ttf?t3blre') format('truetype'),
		url('../fonts/icons.svg?t3blre#icons') format('svg');
	font-weight: normal;
	font-style: normal;
	}
/* Border style 				    */
/* -------------------------------- */
/* Base theme variables */
