/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.page {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}

.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  padding: 20px;
  text-align: left;
}

/* ======================================================================================= */
/* Base Columns */
.col-left {
  float: left;
  width: 195px;
  padding: 0 0 1px;
}

.col-main {
  float: left;
  width: 685px;
  padding: 0 0 1px;
}

.col-right {
  float: right;
  width: 195px;
  padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right;
}

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 475px;
  margin-left: 17px;
}

.col3-layout .col-wrapper {
  float: left;
  width: 687px;
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
.col2-set,
.col3-set,
.col4-set {
  margin-bottom: 20px;
}

.col2-set .col-1 {
  float: left;
  width: 48.5%;
}

.col2-set .col-2 {
  float: right;
  width: 48.5%;
}

.col2-set .col-narrow {
  width: 32%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

/* Form Highlight */
/* Form lists */
/* Grouped fields */
.form-list,
.form-list ul,
.form-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-list li {
  margin: 0 0 25px;
  position: relative;
}

.form-list li.comment {
  margin-bottom: 10px;
}

.form-list li.comment p {
  margin-bottom: 0;
}

.form-list li.fields {
  margin-bottom: 0;
}

.form-list li.control,
.form-list li.has-pretty-child {
  margin-bottom: 10px;
}

.form-list label {
  display: inline;
  float: left;
  position: relative;
  z-index: 0;
}

.form-list label.required em {
  font-style: normal;
}

.form-list li.control label,
.form-list li.has-pretty-child label {
  float: none;
  vertical-align: top;
  line-height: 1;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox,
.form-list li.has-pretty-child input.radio,
.form-list li.has-pretty-child input.checkbox {
  margin-right: 6px;
  margin-top: -2px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.form-list .input-box {
  display: block;
  clear: both;
  margin-bottom: 0;
}

.form-list .field {
  position: relative;
  margin-bottom: 25px;
}

.form-list textarea {
  height: 10em;
  margin-bottom: 0;
}

body.safari .form-list select {
  -webkit-appearance: textfield;
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
}

.form-list .customer-dob input.input-text {
  display: block;
}

.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-year input.input-text {
  text-align: center;
}

.buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
}

.buttons-set .back-link {
  float: left;
  margin-right: 15px;
}

.buttons-set button.button {
  margin-bottom: 10px;
}

.buttons-set p.required {
  margin: 0 0 5px;
  display: none;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 15px;
  padding-left: 17px;
  font-size: 11px;
  line-height: 13px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/validation_advice_bg.gif) 2px 1px no-repeat;
  color: #f00;
}

.validation-failed {
  border: 1px dashed #f00 !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #f00;
  font-weight: bold;
}

.notice {
  color: #ccc;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li li {
  margin: 0 0 3px;
}

/* BreadCrumbs */
.breadcrumbs {
  padding: 15px 0;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0 20px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs strong {
  font-weight: normal;
}

.breadcrumbs span {
  margin: 0 8px;
}

/* Page Heading */
.page-title {
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.page-title h1,
.page-title h2 {
  font-size: 18px;
  color: #000;
  text-transform: none;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
}

.title-buttons {
  position: relative;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
  margin-right: 30px;
}

.title-buttons a,
.title-buttons .separator {
  margin-top: 0;
  display: inline-block;
}

.subtitle,
.sub-title {
  clear: both;
}

/* Pager */
.pager {
  margin: 15px 0;
  text-align: center;
  padding: 15px 0;
}

.pager .amount {
  float: left;
}

.pager .limiter {
  float: right;
}

.pager .limiter label {
  float: left;
  font-size: 13px;
  padding: 6px 0;
  margin-right: 10px;
  display: inline;
}

.pager .pages {
  margin: 0 0;
}

.pager .pages ol {
  display: inline;
  margin: 0;
  padding: 0;
  float: right;
}

.pager .pages li {
  display: inline;
}

/* Sorter */
.sorter {
  padding: 0;
  margin: 0;
}

.sorter .actions {
  float: left;
}

.sorter .view-mode {
  float: right;
}

.sorter .sort-by {
  float: left;
}

/* Toolbar */
.toolbar {
  margin-bottom: 0;
}

.toolbar-bottom {
  margin-top: 0;
}

.toolbar .pager .pages ol {
  float: none;
}

/* Data Table */
.data-table {
  width: 100%;
}

.data-table th {
  line-height: 20px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.data-table td {
  line-height: 20px;
  padding: 10px;
}

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

.data-table td.label,
.data-table th.label {
  font-weight: bold;
}

.data-table input, data-table select, data-table textarea {
  margin: 3px;
}

.data-table p {
  margin: 10px 0;
}

.data-table .description {
  margin: 10px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -53px;
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul ul {
  list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: 0.5em 0;
}

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}

.links li.first {
  padding-left: 0 !important;
}

.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-add,
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare {
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.link-print {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
}

.link-rss {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_rss.gif) 0 1px no-repeat;
  padding-left: 18px;
  white-space: nowrap;
}

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #ddd;
  text-indent: -999em;
  overflow: hidden;
}

/* Noscript Notice */
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

.global-site-notice p {
  margin-bottom: 0;
}

/* Cookie Notice */
.notice-cookie {
  border-bottom: 1px solid #cfcfcf;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.notice-cookie .notice-inner {
  width: 870px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}

.notice-cookie .notice-inner p {
  margin: 0 0 10px;
  border: 1px dotted #cccc73;
  padding: 10px;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.logo {
  float: left;
}

.header .logo {
  float: left;
  text-decoration: none !important;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header h1.logo {
  margin: 0;
  padding: 0;
  font-size: 30px;
}

.header .welcome-msg {
  font-weight: bold;
  text-align: right;
}

.header .links {
  float: right;
}

.header .form-search {
  text-align: right;
}

.header .form-search .search-autocomplete {
  z-index: 999;
}

.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff;
}

.header .form-search .search-autocomplete li {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

.header .form-language {
  clear: both;
  text-align: right;
}

.header-container .top-container {
  clear: both;
  text-align: right;
}

/********** < Navigation */
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* All Levels */
#nav li {
  text-align: left;
  position: relative;
}

#nav li.over {
  z-index: 998;
}

#nav li a {
  display: block;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: none;
}

#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

#nav li ul a span {
  white-space: normal;
}

/* 1st Level */
#nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav li a {
  float: left;
  text-transform: uppercase;
  padding: 13px 25px;
}

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  width: 15em;
  top: 25px;
  left: -10000px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
  top: 3px !important;
}

#nav ul li {
  float: none;
  border-top: 1px solid rgba(200, 200, 200, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#nav ul li.last {
  border-bottom: 0;
}

#nav ul li a {
  float: none;
  padding: 8px 10px;
  background-color: transparent !important;
  text-transform: uppercase;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 14em;
}

/* CUSTOM LINKS */
#nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

/* All Levels */
#nav-links li {
  text-align: left;
  position: relative;
}

#nav-links li.over {
  z-index: 998;
}

#nav-links li a {
  display: block;
  text-decoration: none;
}

#nav-links li a:hover {
  text-decoration: none;
}

#nav-links li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

#nav-links li ul a span {
  white-space: normal;
}

/* 1st Level */
#nav-links li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav-links li a {
  float: left;
  text-transform: uppercase;
  padding: 13px 25px;
}

/* 2nd Level */
#nav-links ul,
#nav-links div {
  position: absolute;
  width: 15em;
  top: 25px;
  left: -10000px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#nav-links div ul {
  position: static;
  width: auto;
  border: none;
}

/* 3rd+ leven */
#nav-links ul ul,
#nav-links ul div {
  top: 3px !important;
}

#nav-links ul li {
  float: none;
  border-top: 1px solid rgba(200, 200, 200, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#nav-links ul li.last {
  border-bottom: 0;
}

#nav-links ul li a {
  float: none;
  padding: 8px 10px;
  background-color: transparent !important;
  text-transform: uppercase;
}

/* Show menu */
#nav-links li ul.shown-sub,
#nav-links li div.shown-sub {
  left: 0;
  z-index: 999;
}

#nav-links li .shown-sub ul.shown-sub,
#nav-links li .shown-sub li div.shown-sub {
  left: 14em;
}

/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block {
  margin: 0 0 50px;
}

.block .block-title {
  font-size: 22px;
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.block .block-title strong {
  font-weight: normal;
}

.block .block-title a {
  text-decoration: none !important;
}

.block .block-content {
  padding: 0;
}

.block .block-content .item {
  padding: 5px 0;
}

.block .btn-remove,
.block .btn-edit {
  float: right;
}

.block .actions {
  text-align: left;
  padding: 10px 0;
}

.block .actions a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Mini Products List */
.mini-products-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.mini-products-list li {
  padding: 0;
  display: block;
  margin-bottom: 20px;
}

.mini-products-list .product-image {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mini-products-list .product-details {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  right: 20px;
}

.mini-products-list .product-name a {
  font-size: 17px;
  font-weight: bold;
}

.mini-products-list .product-details h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.mini-products-list .item {
  width: 100%;
  margin-right: 1%;
  float: left;
}
@media (max-width: 480px) {
  .mini-products-list .item {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}

#mini-cart {
  margin-right: 0;
}
#mini-cart .mini-products-list .item {
  width: 100%;
}
#mini-cart .mini-products-list .product-image {
  width: 49%;
  padding-right: 5px;
}
#mini-cart .mini-products-list .product-details {
  margin-left: 100px;
  position: static;
  background: none;
  padding-top: 0;
}
#mini-cart .mini-products-list .product-name {
  line-height: 16px;
}
#mini-cart .mini-products-list .product-name a {
  font-size: 14px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}

/* Block: Account */
/* Block: Currency Switcher */
.block-currency select {
  width: 100%;
  border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav dt {
  font-weight: bold;
  padding: 16px 50px 16px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.block-layered-nav dd {
  margin: 0;
  padding: 0;
}

.block-layered-nav dd ol {
  position: relative;
}

.block-layered-nav .btn-remove {
  float: right;
}

.block-list .price {
  color: inherit;
  font-family: inherit;
  font-size: 18px;
}

/* Block: Cart */
.block-cart .subtotal {
  text-align: center;
}

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}

/* Block: Wishlist */
/* Block: Related */
.block-related li {
  padding: 5px 0;
}

.block-related input.checkbox {
  position: absolute;
  left: 85px;
  top: 14px;
  z-index: 10;
}

.block-related .product {
  margin-left: 20px;
}

.block-related .product .product-image {
  float: left;
  margin-right: -65px;
}

.block-related .product .product-details {
  margin-left: 65px;
}

.block-related .mini-products-list .product-details {
  margin-left: 115px;
}

.block-related .mini-products-list .product-image {
  width: 100px;
  margin: 0;
}

/* Block: Compare Products */
.block-compare li {
  padding: 5px 0;
}

/* Block: Recently Viewed */
/* Block: Recently Compared */
/* Block: Poll */
.block-poll label {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}

.block-poll .label {
  display: block;
  margin-left: 18px;
}

.block-poll li {
  padding: 3px 9px;
}

.block-poll .actions {
  margin: 5px 0 0;
}

.block-poll .answer {
  font-weight: bold;
}

.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
  display: inline;
}

/* Block: Subscribe */
/* Block: Reorder */
.block-reorder li {
  padding: 5px 0;
}

.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}

.block-reorder .product-name {
  margin-left: 20px;
}

/* Block: Banner */
.block-banner .block-content {
  text-align: center;
}

/* Block: Login */
.block-login label {
  font-weight: bold;
  color: #666;
}

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0 30px;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
  border: 0;
  margin: 0 0 7px;
}

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}

.category-image img {
  max-width: 100%;
}

.category-description {
  margin: 0 0 10px;
}

/* View Type: Grid */
.products-grid {
  position: relative;
}

.products-grid.last {
  border-bottom: 0;
}

.products-grid li.item {
  float: left;
  position: relative;
}

.products-grid .product-image {
  position: relative;
  display: block;
  width: 190px;
  margin: 0 auto 10px;
}

.products-grid .product-name {
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 24px;
}

.products-grid .product-name a {
  padding: 0;
}

.products-grid .availability {
  line-height: 21px;
}

.products-grid .item-inner {
  padding: 21px;
}

.products-grid .item-active .item-inner {
  padding: 20px;
}

/* View Type: List */
.products-list li.item {
  padding: 30px 0 30px;
}

.products-list li.item.last {
  border-bottom: 0;
}

.products-list .product-image {
  float: left;
  width: 228px;
  margin: 0 0 10px;
  position: relative;
}

.products-list .product-shop {
  margin-left: 285px;
}

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
}

.products-list .availability {
  float: left;
  margin: 3px 0 0;
}

.products-list .bulk_notice {
  font-size: 14px;
  color: #777;
}

.products-list .desc {
  padding: 6px 0 0;
  margin: 0 0 25px;
  line-height: 1.5;
  font-size: 14px;
}

.products-list .ratings {
  float: left;
  width: 100%;
}

.products-list .desc .link-learn {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 10px 0;
}

.ratings {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

.ratings strong {
  float: left;
  margin: 0 3px 0 0;
}

.ratings .rating-links {
  margin: 0;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.ratings .rating-links a {
  color: #cccccc;
}

.rating-box {
  width: 95px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  margin-bottom: 5px;
}

.rating-box .rating {
  float: left;
  height: 18px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
  float: left;
  margin-right: 8px;
}

.ratings .amount {
  color: #cccccc;
}

.ratings-table th,
.ratings-table td {
  font-size: 13px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability, Brand */
.availability,
.product-brand {
  margin: 0 0 5px;
  font-weight: bold;
}

.availability span,
.product-brand span {
  font-weight: normal;
}

.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 0 0 7px;
}

.availability-only a {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only-details {
  margin: 0 0 7px;
}

.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px;
}

.availability-only-details td {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  padding: 2px 8px 1px;
}

/* Email to a Friend */
.email-friend {
  margin-left: 5px;
  margin-bottom: 20px;
  float: left;
}

.email-friend span {
  display: none;
}

/* Alerts */
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price .sub {
  font-size: 75%;
  position: relative;
  bottom: 0;
}

.price-box {
  margin-bottom: 5px;
}

.price-box .price {
  font-weight: bold;
}

.price-box.backorder {
  background-color: #af885b !important;
}

.mini-products-list .price-box.backorder {
  background: none !important;
}

/* Regular price */
.regular-price .price {
  font-weight: bold;
}

/* Old price */
.old-price .price-label {
  white-space: nowrap;
}

.old-price .price {
  text-decoration: line-through;
}

/* Special price */
.special-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.special-price .price {
  font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}

.price-excluding-tax .label {
  white-space: nowrap;
}

.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}

.price-including-tax .label {
  white-space: nowrap;
}

.price-including-tax .price {
  font-weight: bold;
}

/* Configured price */
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
  margin-bottom: 2px;
}

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 5px;
}

.price-notice .price {
  padding-left: 5px;
  font-weight: bold;
}

/* Price as configured */
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/********** Product Prices > */
/* Tier Prices */
.tier-prices .price {
  font-weight: bold;
}

/* Add to Links */
.add-to-links .separator {
  display: none;
}

/* Add to Cart */
.add-to-cart label {
  display: none;
  float: left;
  margin-right: 5px;
}

.add-to-cart .qty {
  margin: 0;
  font-size: 25px;
  height: auto;
  line-height: 40px;
  font-weight: bold;
  width: 80px;
  padding: 4px 40px 4px 15px;
  text-align: center;
}

.add-to-cart button.button {
  margin-left: 5px;
}

.add-to-cart .button-up,
.add-to-cart .button-down {
  position: absolute;
  left: 111px;
}

.add-to-cart .button-up {
  top: 0;
}

.add-to-cart .button-down {
  bottom: 0;
}

.add-to-cart button.btn-cart {
  font-size: 15px;
  padding: 10px 20px;
  margin-left: 15px;
}

.add-to-cart button.btn-cart.margin-none {
  margin-left: 0;
}

.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 25px 0;
}

.add-to-box .add-to-cart,
.product-options-bottom .add-to-cart {
  margin: 0 0 25px;
  position: relative;
}

.product-options-bottom .add-to-cart {
  margin-bottom: 0;
}

.add-to-box .or {
  float: left;
  margin: 0 10px;
}

.add-to-box .add-to-links {
  float: left;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.add-to-box .add-to-links li {
  display: inline;
}

.add-to-links span {
  display: none;
}

.product-secondary .add-to-links li {
  display: none;
}

.product-view {
  margin-top: 20px;
}

.product-collateral .box-collateral {
  margin: 0 0 15px;
}

/* Product Images */
.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}

.product-image-popup {
  margin: 0 auto;
}

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
}

.product-image-popup .image {
  display: block;
}

/* Product Shop */
/* Product Options */
.product-options {
  padding: 0;
  margin: 0;
}

.product-options dt {
  margin-top: 20px;
}

.product-options dt label {
  font-weight: bold;
  font-size: 15px;
}

.product-options dt label em {
  margin-right: 3px;
}

.product-options dt .qty-holder {
  float: right;
}

.product-options dt .qty-holder label {
  vertical-align: middle;
}

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}

.product-options dd {
  margin: 10px 0;
}

.product-options dl {
  margin: 5px 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options .options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-options .options-list li {
  margin: 12px 0;
}

.product-options .options-list input.radio {
  margin: -2px 10px 0 0;
}

.product-options .options-list input.checkbox {
  margin: -2px 10px 0 0;
}

.product-options .options-list .label {
  display: inline;
  margin-left: 0;
  padding: 0;
}

.product-options ul.validation-failed {
  padding: 0 7px;
}

.product-options p.required {
  padding: 0;
  display: none;
}

.product-options label {
  display: inline;
  margin-bottom: 0;
  line-height: 17px;
}

.product-options .qty-holder {
  display: block;
  margin: 8px 0;
}

.product-options .label,
.product-options .badge {
  background-color: transparent;
  text-shadow: none;
}

.product-options .qty {
  margin-bottom: 0;
  width: 30px;
}

.product-options-bottom {
  padding: 10px 0 25px;
}

.product-options-bottom .price-box {
  margin: 10px 0;
}

/* Grouped Product */
.product-view .grouped-items-table {
  margin-top: 20px;
}

/* Block: Description */
/* Block: Additional */
/* Block: Upsell */
.product-view .box-up-sell .products-grid td {
  width: 25%;
}

/* Block: Tags */
.product-view .box-tags .form-add label {
  float: left;
  line-height: 33px;
}

.product-view .box-tags .form-add .input-box {
  float: left;
  margin: 0 0 0 10px;
}

.product-view .box-tags .form-add input.input-text {
  width: 200px;
}

.product-view .box-tags .form-add p {
  clear: both;
}

/* Block: Reviews */
.product-view .product-name h1 {
  font-size: 30px;
}

/* Send a Friend */
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  margin-bottom: 5px;
}

/* Product Tags */
.tags-list li {
  display: inline;
}

/* Advanced Search */
/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px 10px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
  margin-top: 20px;
}

.page-sitemap .links a:hover {
  text-decoration: underline;
}

.page-sitemap .sitemap {
  margin: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}

/* RSS */
.rss-title h1 {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
/* Checkout Types */
.cart .checkout-types {
  float: right;
  text-align: right;
  list-style: none;
}

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 3px 55px 8px 0;
  line-height: 1;
  font-size: 11px;
}

.cart-totals .checkout-types {
  margin-top: 20px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
  font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
/* Shopping Cart Totals */
.cart .totals table {
  width: 100%;
}

.cart .totals table th,
.cart .totals table td {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.cart .totals table th {
  font-weight: bold;
}

.data-table .grand-total th,
.data-table .grand-total td,
.cart .totals table tfoot th,
.cart .totals table tfoot td {
  padding: 25px 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.data-table .grand-total th .price,
.data-table .grand-total td .price,
.cart .totals table tfoot th .price,
.cart .totals table tfoot td .price {
  font-size: 22px;
}

/* Options Tool Tip */
.item-options {
  margin-bottom: 15px;
}

.item-options dt {
  font-weight: normal;
  float: left;
  clear: both;
}

.item-options dd {
  float: left;
  margin-left: 0;
  padding-left: 10px;
}

.item-options .price {
  margin-left: 5px;
}

.truncated {
  cursor: help;
}

.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 150px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}

.truncated .show .item-options {
  top: 20px;
  left: 0;
}

.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
  font-weight: bold;
  margin: 10px 0;
}

.sp-methods dd {
  margin-left: 0;
}

.sp-methods dd ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods select.month {
  width: 350px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 120px;
  padding-left: 15px;
}

.sp-methods input.cvv {
  width: 350px !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
  margin-right: 5px;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
  white-space: nowrap;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages-form {
  position: relative;
}

.gift-messages-form h4 {
  margin-top: 20px;
}

.gift-messages-form .item {
  margin: 15px 0 0;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .product-image img {
  width: 100%;
}

.gift-messages-form .item .number {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
}

.gift-message-link {
  display: block;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}

.gift-message-link.expanded {
  background-position: 0 -53px;
}

.gift-message-row .btn-close {
  float: right;
}

.gift-message dt strong {
  font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 10px 0;
}

.checkout-agreements .agreement-content {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 15px;
  height: 10em;
  overflow: auto;
}

.checkout-agreements .agree {
  padding: 6px;
}

.checkout-agreements .agree label {
  display: inline;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Generic Info Set */
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress dt {
  font-weight: bold;
}

.block-progress dt.complete,
.block-progress dd.complete {
  background-color: #f6f6f6;
}

.opc {
  position: relative;
}

.opc ul,
.opc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc li.section {
  border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .step-title {
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.opc .step-title .number {
  float: left;
  margin-right: 5px;
}

.opc .step-title h2 {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0 30px 0 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.opc .step {
  padding: 40px 0 70px;
  position: relative;
}

.opc .gift-messages .step {
  padding-top: 0;
  padding-bottom: 0;
}

.opc .step form {
  margin-bottom: 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0;
}

.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #ccc;
  text-align: center;
  color: #ccc;
}

.checkout-progress li.active {
  border-top-color: #000;
  color: #000;
}

.multiple-checkout {
  position: relative;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px;
}

.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Account Login/Create Pages ============================================================ */
/* Captcha */
.captcha-image {
  float: left;
  position: relative;
}

.captcha-img {
  border: 1px solid #ccc;
}

.captcha-reload {
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20000;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: fixed;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 20001;
}

.remember-me-popup h3 {
  margin: 10px 10px 0;
  padding: 10px 10px 0;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 14px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  padding: 22px;
}

.remember-me-popup .remember-me-popup-body a {
  font-size: 15px;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
/* Block: Recent Orders */
.dashboard .box-recent {
  margin: 10px 0;
}

/* Block: Account Information */
/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}

.dashboard .box-reviews .details {
  margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}

.dashboard .box-tags .details {
  margin-left: 20px;
}

/********** Dashboard > */
/* Address Book */
/* Order View */
.order-info {
  border: 1px solid #ddd;
  padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  font-weight: bold;
}

.order-date {
  margin: 10px 0;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head img {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: block;
}

.footer .icon-ordersandreturns {
  display: none;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.button-tabs:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
.new_products_holder .block-products {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 10px;
}

.price-box.store-credit .price {
  margin-top: 5px !important;
}

.price-box.store-credit .price-label {
  margin-top: 20px;
  display: block;
}

.product-view .product-shop .giftcard-info .price {
  color: #d4741a;
  font-size: 15px;
}

.checkout-cross-sell {
  margin-top: 50px;
}

.opc-btn-checkout {
  width: 300px;
}

.box-cross-sell h3.product-name {
  font-size: 15px;
}

.footer .facebook-like-wrap ul {
  display: none;
}

body.cms-league-table .intro h1 {
  font-family: "copperplate_gothic_boldRg";
  font-size: 50px;
}
body.cms-league-table .intro p {
  font-size: 18px;
}
body.cms-league-table .sponsors img {
  padding: 20px 0;
  margin: 0 auto;
}
body.cms-league-table form {
  padding: 0 !important;
}
body.cms-league-table h2 {
  margin: 100px 0 30px 0 !important;
  font-weight: bold !important;
  padding: 20px !important;
  color: white !important;
  background-color: #AF650E !important;
  opacity: 0.7 !important;
}
body.cms-league-table h2.first {
  margin-top: 20px !important;
}

.nav-container {
  position: static !important;
}

.catalog-category-view .categories-grid {
  list-style: none;
  padding-left: 0 !important;
}
@media (max-width: 590px) {
  .catalog-category-view .categories-grid li {
    margin-bottom: 20px;
  }
}
.catalog-category-view .categories-grid li .category-icon-holder {
  position: relative;
  width: auto;
  margin: 0 auto 30px auto;
  max-width: 400px;
}
.catalog-category-view .categories-grid li .category-icon-holder .category-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  display: block;
}
.catalog-category-view .categories-grid li .category-icon-holder .category-name {
  padding: 10px 10px 10px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 21px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
}
.catalog-category-view .categories-grid li .category-icon-holder .category-name a {
  color: white;
}
.catalog-category-view .categories-grid li .category-icon-holder .category-name a:hover {
  text-decoration: underline;
}
.catalog-category-view .note-msg {
  display: none;
}
.catalog-category-view .main-category-image {
  margin: 0 auto 20px auto;
}

.specials_block, .features_block {
  background-color: #f5f5f5;
}
.specials_block h2, .features_block h2 {
  text-align: center;
  background-color: #a8bf00;
  font-weight: 900;
  font-size: 30px;
  color: white;
  padding: 10px;
}
.specials_block .products-grid-new .item, .features_block .products-grid-new .item {
  margin-bottom: 40px;
}
.specials_block .products-grid-new .item h3, .features_block .products-grid-new .item h3 {
  position: absolute;
  z-index: 998;
  top: 30%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  max-width: 70%;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.specials_block .products-grid-new .item .product-image, .features_block .products-grid-new .item .product-image {
  width: 90%;
  max-width: 320px;
}
.specials_block .products-grid-new .item .price-box, .features_block .products-grid-new .item .price-box {
  background-color: #ff8500;
  z-index: 999;
}
.features_block {
  margin-top: 40px;
}
.features_block h2 {
  background-color: #ff8500 !important;
}
.features_block .products-grid-new .price-box {
  background-color: #a8bf00 !important;
}

@font-face {
  font-family: "eraserregular";
  src: url("/skin/frontend/lob/fonts/eraser_regular_macroman/EraserRegular-webfont.eot");
  src: url("/skin/frontend/lob/fonts/eraser_regular_macroman/EraserRegular-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/lob/fonts/eraser_regular_macroman/EraserRegular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header-container {
  background-color: #eeefe6 !important;
}
.header-container .header {
  background: none;
  padding-top: 20px;
}
.header-container .header .header-menu .container {
  margin-top: 30px;
}
.header-container .header h1.logo {
  width: 55%;
  float: left;
}
.header-container .header .announcements {
  float: right;
  width: 37%;
  height: 330px;
  position: relative;
}
.header-container .header .announcements picture.chalkboard {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-container .header .announcements .announcement-content {
  font-family: "eraserregular";
  color: white;
  text-transform: uppercase;
  position: relative;
  top: 40px;
  left: 40px;
  max-width: 80%;
  font-size: 22px;
  overflow: hidden;
}
.header-container .header .announcements .announcement-content small {
  display: block;
  font-size: 15px;
  margin-top: 20px;
}
.header-container .header .announcements .announcement-content h5 {
  font-family: "eraserregular";
  color: white;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 10px;
  margin-top: 0;
}
.header-container .header .announcements .announcement-content a {
  color: white;
}
.header-container .header #search_mini_form .input-text {
  width: 222px;
  left: -222px;
  font-size: 18px;
  color: #ff8500;
  font-weight: bold;
}
.header-container .header #custommenu-mobile #menu-button a {
  font-family: "Work Sans", Arial, sans-serif;
  border: none;
  padding: 0;
}
.header-container .header #custommenu-mobile #menu-button a span {
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  vertical-align: bottom;
}
.header-container .header #custommenu-mobile .btn-navbar {
  margin-left: 0;
}
.header-container .header-menu {
  background: none;
}
.header-container .header-menu .quick-access {
  display: flex;
}

@media (max-width: 1200px) {
  .header-container .header .announcements {
    width: 39%;
    height: 300px;
  }
  .header-container .header .announcements .announcement-content {
    font-size: 19px;
  }
  .header-container .header .announcements .announcement-content small {
    font-size: 12px;
    margin-top: 10px;
  }
  .header-container .header .announcements .announcement-content h5 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .header-container .header h1.logo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .header-container .header h1.logo a.logo {
    margin-bottom: 40px;
  }
  .header-container .header .announcements {
    width: 100%;
    height: 650px;
    display: none;
  }
  .header-container .header .announcements .announcement-content {
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 90px;
    font-size: 28px;
  }
  .header-container .header .announcements .announcement-content small {
    font-size: 20px;
    margin-top: 26px;
  }
  .header-container .header .announcements .announcement-content h5 {
    font-size: 47px;
  }
  .cms-home .header-container .header .announcements {
    display: block;
  }
}
@media (max-width: 840px) {
  .header-container .header h1.logo {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .header-container .header h1.logo a.logo {
    margin-bottom: 40px;
  }
  .header-container .header .announcements {
    width: 100%;
    height: 600px;
  }
  .header-container .header .announcements .announcement-content {
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 90px;
    font-size: 4vw;
  }
  .header-container .header .announcements .announcement-content small {
    font-size: 2.5vw;
    margin-top: 26px;
  }
  .header-container .header .announcements .announcement-content h5 {
    font-size: 6.5vw;
  }
}
@media (max-width: 640px) {
  #menu-button {
    margin-bottom: 0 !important;
  }
  #menu-button a span {
    font-size: 20px !important;
  }
}
@media (max-width: 590px) {
  .header-container .header h1.logo {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .header-container .header h1.logo a.logo {
    margin-bottom: 40px;
  }
  .header-container .header .announcements {
    width: 100%;
    height: 500px;
  }
  .header-container .header .announcements .announcement-content {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 50px;
    font-size: 4vw;
  }
  .header-container .header .announcements .announcement-content small {
    font-size: 2.5vw;
    margin-top: 15px;
  }
  .header-container .header .announcements .announcement-content h5 {
    font-size: 6.5vw;
  }
  .header-container .header #search_mini_form {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin: 15px;
  }
}
@media (max-width: 430px) {
  .header-container .header .announcements {
    height: 320px;
  }
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a, body p.product-name a {
  text-decoration: none !important;
}
body a.button {
  text-decoration: none !important;
}
body h1 {
  font-weight: 900 !important;
}
body h2 {
  font-weight: 800;
}
body h3 {
  font-weight: 700;
}
body a {
  text-decoration: underline;
}
body .footer_column h3 {
  font-weight: 900 !important;
  font-size: 21px !important;
}
body .footer_column ul li a {
  text-decoration: none;
  background: none !important;
  padding-left: 0;
}

.mailchimp-multisubscribe li {
  list-style: none;
}

.error-msg span {
  font-weight: bold;
  color: red;
}

.success-msg span {
  font-weight: bold;
  color: forestgreen;
}

.main-content .desc a {
  color: #af650e;
}

.grid-margin-top {
  margin-top: 18px;
}

.grid-double-margin-top {
  margin-top: 30px;
}

#product-tabs .tab-section a {
  color: #af650e;
}
#product-tabs .tab-section a:hover {
  text-decoration: underline;
}

.button {
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}
.button .cart-items {
  font-weight: 700 !important;
}

.text-login {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.product-image .afterpay-installments {
  display: block;
  top: 10px;
  font-size: 14px;
  width: 300px;
}

.webform .form-list li label {
  position: relative;
  width: auto;
}
.webform .form-list li select {
  padding-left: 10px;
}
.webform .form-list li input.input-text {
  padding-left: 10px;
}
.webform .form-list li textarea {
  padding: 10px;
}

.shipping-block {
  position: relative;
}

.opc-ajax-partial-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  text-align: center;
  padding: 20%;
}

.flex {
  display: flex;
}

.flex-apart {
  justify-content: space-between;
  align-items: center;
}

.typesense-top-bar {
  display: none !important;
}

.opc-wrapper-opc #checkout-review-submit .age-check-holder {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #c2b4a3;
  background-color: #e5d8c8;
  color: black;
}
.opc-wrapper-opc #checkout-review-submit .order-options.last {
  margin-bottom: 20px;
}
.opc-wrapper-opc h3 {
  color: rgb(67, 55, 42) !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-weight: 900 !important;
}
.opc-wrapper-opc #checkout-review-table .column-name {
  display: flex;
  flex-direction: row;
}
.opc-wrapper-opc #checkout-review-table .column-name .product-image {
  flex: 1;
  margin-right: 20px;
  margin-top: 0;
}
.opc-wrapper-opc #checkout-review-table .column-name .product-shop {
  flex: 3;
  padding-left: 0;
}
.opc-wrapper-opc #checkout-review-table .column-name .product-shop h3.product-name {
  margin-top: 0;
}
.opc-wrapper-opc .mailchimp-outer {
  border: 1px solid #c8bfb3;
}
.opc-wrapper-opc .mailchimp-outer .page-title h3 {
  margin-top: 0;
}
.opc-wrapper-opc .mailchimp-outer .mailchimp-general-list {
  margin-bottom: 20px;
}
.opc-wrapper-opc .opc-btn-checkout {
  font-size: 25px !important;
  padding: 20px 10px;
  display: block;
  margin: 40px auto 0 auto;
}
.opc-wrapper-opc .opc-btn-checkout:hover {
  background-color: #43372a !important;
  cursor: pointer;
}
.opc-wrapper-opc #crosssell-products-list .product-shop h3 {
  border: none;
  background: none;
}
.opc-wrapper-opc #co-payment-form dl dt > label {
  max-width: 90%;
}
.opc-wrapper-opc #co-payment-form dl dd > div {
  padding: 10px;
  border: 1px solid #ddd;
}
.opc-wrapper-opc #co-payment-form dl dd > ul {
  padding: 10px;
  border: 1px solid #ddd;
}
.opc-wrapper-opc #co-payment-form dl dd > #payment_form_cashondelivery {
  border: none;
  padding: 0;
}

label[for="billing:fax"],
label[for="shipping:fax"],
#billing\:fax,
#shipping\:fax {
  display: none !important;
}

.field:has(#billing\:fax),
.field:has(#shipping\:fax) {
  display: none !important;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.autoComplete_wrapper > input {
  margin: 0;
  padding: 0 2rem 0 3.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-overflow: ellipsis;
  color: rgba(255, 122, 122, 0.3);
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all -webkit-transform 0.4s ease;
}
.autoComplete_wrapper > input::placeholder {
  color: rgba(255, 122, 122, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}
.autoComplete_wrapper > input:hover::placeholder {
  color: rgba(255, 122, 122, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}
.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
  color: rgba(255, 122, 122, 0.4);
}
.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > input:hover {
  color: rgba(255, 122, 122, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}
.autoComplete_wrapper > input:focus {
  color: rgb(255, 122, 122);
  border: 0.06rem solid rgba(255, 122, 122, 0.8);
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1010;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1.5rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(255, 122, 122);
  font-weight: bold;
}
.autoComplete_wrapper > ul[hidden], .autoComplete_wrapper ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
.menu-mobile .parentMenu a {
  font-family: "Work Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900 !important;
}
.menu-mobile .parentMenu a.level1 {
  font-size: 20px !important;
}
.menu-mobile .parentMenu a.level2 {
  font-size: 18px !important;
}
.menu-mobile .parentMenu a.level3 {
  font-size: 18px !important;
  font-weight: 800 !important;
}
.menu-mobile .parentMenu a.level4 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.cms-page-view .main-content img {
  margin: 0 20px 20px 20px;
}
.cms-page-view .main-content h1, .cms-page-view .main-content h2, .cms-page-view .main-content h3, .cms-page-view .main-content h4, .cms-page-view .main-content h5 {
  clear: both;
}
.cms-page-view .main-content .products-list > li {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.cms-page-view .main-content .products-list > li .readmore {
  color: white;
  text-decoration: none;
}
.cms-page-view .main-content .products-list h1, .cms-page-view .main-content .products-list h2, .cms-page-view .main-content .products-list h3, .cms-page-view .main-content .products-list h4, .cms-page-view .main-content .products-list h5 {
  clear: none;
}
.cms-page-view .main-content .products-list img {
  margin: 0;
}
.cms-page-view .block-cms-navigation .cms-pages > li {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.cms-page-view .block-cms-navigation .cms-pages > li > ul li {
  font-weight: normal;
  padding-left: 10px;
}
.cms-page-view .block-cms-navigation .cms-pages > li > ul li a {
  text-decoration: underline;
}
.cms-page-view .block-cms-navigation .cms-pages > li > ul li.active a {
  text-decoration: none;
  color: black;
}
.cms-page-view .cms-banner img {
  margin: 0 0 40px 0;
}

.attributesplash-page-view .main .category-title {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .attributesplash-page-view .main .category-title .h1banner {
    display: none;
  }
}
.attributesplash-page-view .main .category-title h1.splash-h1 {
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  font-family: "eraserregular";
  font-size: 4vw;
  color: #eeefe6;
  padding-left: 0;
  border: none;
}
@media (max-width: 1200px) {
  .attributesplash-page-view .main .category-title h1.splash-h1 {
    top: 120px;
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .attributesplash-page-view .main .category-title h1.splash-h1 {
    top: 95px;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .attributesplash-page-view .main .category-title h1.splash-h1 {
    position: relative;
    color: rgb(67, 55, 42);
    top: 0;
  }
}
.attributesplash-page-view .main .product-list-header {
  clear: both;
  padding-top: 40px;
}
.attributesplash-page-view .main .splash-image {
  width: 250px;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .attributesplash-page-view .main .splash-image {
    float: none;
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}

.attributesplash-group-view .splash-groups .products-grid .product-image {
  width: 100%;
  margin: 0;
}

#product-tabs .brand-tab h3 {
  text-align: center;
  margin-top: 0;
}
#product-tabs .brand-tab h3 a {
  color: #43372a;
}
#product-tabs .brand-tab img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}
#product-tabs .brand-tab a.brand-read-more {
  display: block;
  margin: 0 auto;
}

@media (max-width: 450px) {
  .typesense-main-content .typesense-facets {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */



.etalage img.gallery-image{max-width:100%}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}
.swatch-link .count,
.swatch-label .count {

}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}
.swatch-link img {
    border-radius: 2px;
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    display: block;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    zoom: 1;
    -webkit-transform: translateZ(0px);
}
.products-list .configurable-swatch-list {
    margin-top: 15px;
    margin-bottom: 10px;
}
.configurable-swatch-list li {
    display: inline-block;
    zoom: 1;
    margin: 0 2px;
    vertical-align: middle;
}
.products-list .configurable-swatch-list li {
    margin: 0 2px 0 0;
}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
}
#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}
#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}
.currently .swatch-current {
    position: relative;
}
.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.currently .swatch-current span {
    display: block;
    float: left;
}
.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-box {
    background: none !important;
}
.configurable-swatch-box select.swatch-select {
    display: none;
}
.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: bold;
    padding-left: 5px;
}

/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen
and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay info in checkout */
#what-is-afterpay-trigger {
    margin-top: 0;
    margin-left: 0;
    float: none;
}

#afterpay-logo {
    height: 18px;
    float: none;
}

#dt_method_afterpaypayovertime span {
    margin-left: 10px;
}

#payment_form_afterpaypayovertime.form-list {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .form-alt {
    display: inline-block; /* shrink-wrap the form, to make the footer align nicely */
}

#payment_form_afterpaypayovertime .total-due p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A1A4A6;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 38px;
}

#payment_form_afterpaypayovertime .total-due span {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}

#payment_form_afterpaypayovertime .instalments {
    margin-bottom: 30px;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .header-text {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: #A1A4A6;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 20px;
}

#payment_form_afterpaypayovertime .instalments .cost,
#payment_form_afterpaypayovertime .instalments .icon,
#payment_form_afterpaypayovertime .instalments .instalment {
    display: table-row;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .icon:after {
    content: "";
    background: #f7f7f7;
    display: block;
    height: 1px;
    left: 30px;
    right: 30px;
    margin-top: -5px;
}

#payment_form_afterpaypayovertime .instalments li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

#payment_form_afterpaypayovertime .instalments li:first-child {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .instalments li:last-child {
    padding-right: 0;
}

#payment_form_afterpaypayovertime .instalments .cost {
    font-size: 14px;
    color: #379dd6;
}

#payment_form_afterpaypayovertime .instalments .icon img {
    width: 12px;
    display: inline;
    position: relative;
    z-index: 1;
}

#payment_form_afterpaypayovertime .instalments .instalment {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

#payment_form_afterpaypayovertime .instalment-footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636363;
    text-align: center;
}

#payment_form_afterpaypayovertime .instalment-footer a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    text-decoration: underline;
}

@media (min-width: 560px) {
    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments li {
        padding: 0 30px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .header-text {
        font-size: 12px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .cost {
        font-size: 25px;
    }
}

/* By default, only show the callout text on the default checkout */
#afterpay-callout {
    display: none;
}

.checkout-onepage-index #afterpay-callout {
    display: block;
    margin-left: 0;
}

/* AW_Onestepcheckout support */
#aw-onestepcheckout-payment-method #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

/* IWD_Opc support */
.opc-index-index #dt_method_afterpaypayovertime img {
    height: auto;
    display: inline-block;
    margin: 7px auto 0;
}

.opc-index-index #dt_method_afterpaypayovertime label a {
    display: none;
}

.opc-index-index #payment_form_afterpaypayovertime .form-alt {
    font-style: normal;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li {
    color: #379dd6;
    padding: 0 10px;
    font-size: 20px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li:first-child {
    padding-left: 0;
}

.opc-index-index #payment_form_afterpaypayovertime .instalment-footer p {
    color: #636363;
    font-size: 11px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .instalment li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments li {
    padding: 0 20px;
}

/* GoMage Lightcheckout support */
#gcheckout-payment-methods-available #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.55;
    margin-top: 10px;
}

/* Onetouch on cart page */
.method-afterpay_onetouch h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379dd6;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.method-afterpay_onetouch p {
    font-size: 12px;
}

.method-afterpay_onetouch .button {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
}

.method-afterpay_onetouch .button img {
    display:block;
    width: 90px;
    height: 18px;
}

.method-afterpay_onetouch .express-button {
    width: 267px;
    max-width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

#payment_form_afterpaypayovertime li {
    float:none
}

/* Hide the doubled Afterpay Assets */
.product-view .afterpay-installments-amount {
    display:none;
}
.product-view .afterpay-installments-amount:last-of-type {
    display:inline;
}

#extabs span#tb4 {
	width: 100px;
}
div#noticeevents {
	border: 1px solid #999;
	background-color: #FFF;
	height: 100px;
	overflow: auto;
}
div#noticeevents div {
	border-bottom: 1px dotted #DDD;
	padding: 3px;
	margin: 0px;
}
.runner {
	float: right;
	font-size: .8em;
	background-color: #333;
	color: #FFF;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
}

div.Growler {
    z-index: 100000;
}

/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color: 		#000;
	color: 					#fff;
	zoom: 					1;
	padding: 				10px 20px;
	margin:     			0 auto 0 auto;
	font-size: 				15px;
	text-align: 			center;
	display: 				none;
    width:                  420px;
	z-index:                100000;
    -webkit-box-shadow:     0 0 2px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:     0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow:     0 0 2px rgba(0, 0, 0, 0.5);
}

div.Growler-notice .cart-success {
    font-size: 17px;
    line-height: 23px;
    padding: 10px;
}
div.Growler-notice .button {
    margin: 5px;
}

div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				12px;
    display:                none;
}

div.Growler-notice-exit {
	float: 					right;
	font-weight: 			bold;
	font-size: 				14px;
	cursor:					pointer;
}

/** Plain Theme **/
div.plain {
	color: 					#000;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	background-color: 		#EDEDED;
	border: 				1px solid #777;
}

div.plain div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				12px;
	padding: 				2px 10px;
}

div.plain div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				0px;
	padding: 				0px 0px 2px 2px;
	width: 					10px;
	height: 				10px;
	color: 					#BFBFBF;
}
div.plain div.Growler-notice-body {
	padding: 5px;
}


/** Mac OS X Theme **/
div.macosx {
	color: 					#000;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	background: #d7d7d7 url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/images/macosx.jpg) repeat-y 0;
	border: 				1px solid #C9C9C9;
}

div.macosx div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				13px;
	padding: 				5px 10px;
}

div.macosx div.Growler-notice-exit {
	width: 					15px;
	height: 				15px;
	float: 					left;
	cursor:					pointer;
	margin: 				4px;
	margin-left: 			1px;
	font-size: 				0em;
	color: 					transparent;
	background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/images/macosx_exit.png) no-repeat left 0;
}
div.macosx div.Growler-notice-exit:hover {
	background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/images/macosx_exit_over.png) no-repeat left 0;
}
div.macosx div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}

/** Candybars Theme **/
div.candybar {
	color: 					#000;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	background-color: 		#F5F7FA;
	border: 				1px solid #19304B;
}

div.candybar div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				12px;
	background: 			url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/images/candybars.jpg) repeat-x;
	padding: 				5px 10px;
}

div.candybar div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.candybar div.Growler-notice-body {
	border-top: 1px solid #999;
	padding: 10px;
}

/** Construction Theme **/
div.atwork {
	color: 					#FFF;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	background: 			#4d4d4d url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/images/atwork.png) repeat-y 0;
	border: 				1px solid #222;
}

div.atwork div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				13px;
	padding: 				5px 20px;
	color: 					#efca23;
	
}

div.atwork div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.atwork div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}


/*
   modalbox.css
   
   Modalbox project
   
   Created by Andrew Okonetchnikov.
   Copyright 2006-2010 okonet.ru. All rights reserved.
   
   Licensed under MIT license.
*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 100000;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_windowwrapper {
	position:absolute;
	top:0;
	width:100%;
}

#MB_window {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0;
	left:0;
	border: 0 solid;
	text-align: left;
	z-index: 100001;
}
#MB_window[id] { position: relative; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/css/eternal/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	
	-webkit-box-shadow: 0 0 12px #000; 
	-moz-box-shadow: #000 0 0 12px; 
	box-shadow: 0 0 12px #000;
}
	#MB_frame {
		padding-bottom: 4px;
		
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;

		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	#MB_content { border-top: 1px solid #F9F9F9; }

	#MB_header {
	  background-color: #DDD;
	  border-bottom: 1px solid #CCC;
	}
		#MB_caption { color: #000 }
		#MB_close { color: #777 }
		#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

#custommenu {
    position: relative;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin: 0 auto;
}
#custommenu .home-icon {
    padding: 0 10px;
}
#custommenu .home-icon img {
    margin-top: -2px;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu.active {
    position: relative;
    z-index: 1;
}
div.menu a {
    display: block;
    height: 50px;
    padding: 13px 25px;
}
div.menu a span {
    display: block;
}
div.menu a span:hover {
    cursor: pointer;
}
div.eternal-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    width: 100%;
    left: 0;
    margin-top: 0;
}
div.menu a, div.eternal-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
}
div.level1 {
    margin-bottom: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
}
a.level0 {
    text-transform: uppercase;
}
a.level1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
	text-transform: uppercase;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    font-size: 14px;
    margin-bottom: 3px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
div.block2 .brand a:hover img {
}
div.eternal-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 10px;
}
div.itemSubMenu.level1 {
	margin-left: 0;
}
div.itemSubMenu a {
	padding: 10px 10px 10px 15px;
	line-height:1;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.eternal-custom-menu-popup {
	font-size: 15px;
	padding: 25px 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}
div.eternal-custom-menu-popup > div {
    padding:0 20px;
}
div.menu a:link, div.menu a:visited {
	text-transform: uppercase;
}
div.menu a, div.eternal-custom-menu-popup a {
}
div.menu .brand a, div.eternal-custom-menu-popup .brand a {
}
div.menu.active a {
    
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 5px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-transform: uppercase;
}
#menu-button a {
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
    text-decoration: none;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1 {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
}
.menu-mobile a.level2 {
    padding: 10px 10px;    
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a {
    padding: 10px 0px 10px 20px;
    margin-right: 40px;
    display: block;
    text-decoration: none;
    font-size: 15px;
}
.menu-mobile.level0 > .parentMenu > a {
    text-transform: uppercase;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 40px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThDRkUyNDFGMTQxMTFFMkJBQjk4QzEwRTMyOEQ3NjgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThDRkUyNDBGMTQxMTFFMkJBQjk4QzEwRTMyOEQ3NjgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5kaWQ6NTkwRDEzQjM4QkVGRTIxMUJCMDY5OTNFOEEwRTU1NzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTkwRDEzQjM4QkVGRTIxMUJCMDY5OTNFOEEwRTU1NzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mB5a+AAAABlBMVEVERkX///9KadJBAAAAAnRSTlP/AOW3MEoAAAAYSURBVHjaYmAEAQYGCEUOBzeg1GiAAAMAHxQAZVYfloEAAAAASUVORK5CYII=);
    border-width: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 0;
}
#custommenu-mobile .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QjBEMTNCMzhCRUZFMjExQkIwNjk5M0U4QTBFNTU3MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDkwREIxRUYxNDExMUUyOUQwQkFFNjlBRTYxQTE1MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDkwREIxREYxNDExMUUyOUQwQkFFNjlBRTYxQTE1MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QjBEMTNCMzhCRUZFMjExQkIwNjk5M0U4QTBFNTU3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QjBEMTNCMzhCRUZFMjExQkIwNjk5M0U4QTBFNTU3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkzw6W4AAAAGUExURURGRf///0pp0kEAAAACdFJOU/8A5bcwSgAAABVJREFUeNpiYEQCDORwcANKjQYIMAAlLAB5tFCUeQAAAABJRU5ErkJggg==);
}
#custommenu-mobile a.level1 {
    padding-left: 40px;
}
#custommenu-mobile a.level2 {
    padding-left: 60px;
}
#custommenu-mobile a.level3 {
    padding-left: 70px;
}
#custommenu-mobile a.level4 {
    padding-left: 80px;
}
#custommenu-mobile a.level5 {
    padding-left: 90px;
}

#menu-content {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.menu-mobile.level0 > .parentMenu,
.itemMenu.level1 > .parentMenu {
    border-top: 1px solid rgba(200, 200, 200, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);    
}
.eternal-custom-menu-submenu.level1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/*-----------------------------------------------------------------------------
- Revolution Slider 1.5.3 -
     Screen Stylesheet

version:       2.1
date:          09/18/11
last update: 06.12.2012
author:        themepunch
email:         info@themepunch.com
website:       http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
- Revolution Slider 2.0 Captions -
        Screen Stylesheet

version:       1.4.5
date:          09/18/11
last update: 06.12.2012
author:        themepunch
email:         info@themepunch.com
website:       http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*************************
    -    CAPTIONS    -
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption    {    visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 10px 20px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#000;
    letter-spacing: 0px;
}

.tp-caption.big_green{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 5px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#7bae23;
    letter-spacing: 0px;
}

.tp-caption.big_blue{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 5px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#14bfcc;
    letter-spacing: 0px;
}

.tp-caption.big_orange{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 5px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#fb7354;
    letter-spacing: 0px;
}

.tp-caption.big_black{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#fff;
    letter-spacing: 0px;
}

.tp-caption.medium_grey{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 4px 8px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#888;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-label.medium_grey {
    background-color:#888;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    font-size: 16px;
}

.tp-caption.small_text{
    position: absolute;
    text-shadow: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    color: #000;
    text-shadow: 0px 2px 5px rgba(255, 255, 1255, 0.5);
}

.tp-caption.medium_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.large_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_black_text{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}

.tp-caption.very_large_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0px;
}
.tp-caption.very_large_black_text{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_red_text{
    position: absolute;
    color: #d31e00;
    background-color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 3px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_brown_text{
    position: absolute;
    color: #a04606;
    background-color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 3px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_green_text{
    position: absolute;
    color: #7bae23;
    background-color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 3px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}

.tp-caption.very_big_white{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    padding: 3px 4px;
    padding-top: 1px;
    background-color:#7e8e96;
            }

.tp-caption.very_big_black{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color:#fff;
            }
            
            
.tp-caption.modern_medium_fat{
    position: absolute; 
    color: #000; 
    text-shadow: none; 
    font-weight: 800; 
    font-size: 24px; 
    line-height: 20px; 
    font-family: 'Open Sans', sans-serif; 
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    white-space:nowrap;        
}
.tp-caption.modern_medium_fat_white{
    position: absolute; 
    color: #fff; 
    text-shadow: none; 
    font-weight: 800; 
    font-size: 24px; 
    line-height: 20px; 
    font-family: 'Open Sans', sans-serif; 
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    white-space:nowrap;        
}
.tp-caption.modern_medium_light{
    position: absolute; 
    color: #000; 
    text-shadow: none; 
    font-weight: 300; 
    font-size: 24px; 
    line-height: 20px; 
    font-family: 'Open Sans', sans-serif; 
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    white-space:nowrap;        
}
.tp-caption.modern_big_bluebg{
    position: absolute; 
    color: #fff; 
    text-shadow: none; 
    font-weight: 800; 
    font-size: 30px; 
    line-height: 36px; 
    font-family: 'Open Sans', sans-serif; 
    padding: 3px 10px; 
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    background-color:#4e5b6c;    
    letter-spacing: 0;                                        
}
.tp-caption.modern_big_redbg{
    position: absolute; 
    color: #fff; 
    text-shadow: none; 
    font-weight: 300; 
    font-size: 30px; 
    line-height: 36px; 
    font-family: 'Open Sans', sans-serif; 
    padding: 3px 10px; 
      padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    background-color:#de543e;    
    letter-spacing: 0;                                        
}
.tp-caption.modern_small_text_dark{
    position: absolute; 
    color: #555; 
    text-shadow: none; 
    font-size: 14px; 
    line-height: 22px; 
    font-family: Arial; 
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 
    white-space:nowrap;        
}

.tp-caption.boxshadow{
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black{
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp-caption a {
    text-shadow: none;    -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;
}

.tp-caption a:hover {
    
}

.tp_inner_padding    {    
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    max-height:none !important;    }

.tp-caption .frontcorner        {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner        {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop        {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop        {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

/****************************************************************

    -    SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img            { -webkit-transform: translateZ(0);
                                          -webkit-backface-visibility: hidden;
                                          -webkit-perspective: 1000;
                                    }


/************************************************
      - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    -moz-opacity: 0;    -khtml-opacity: 0;    opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img    {    max-width:none; height:auto !important; vertical-align: top; }

/******************************
    -    IE8 HACKS    -
*******************************/
.noFilterClass {
    filter:none !important;
}


/******************************
    -    SHADOWS        -
******************************/
.tp-bannershadow  {
    position:absolute;

    margin-left:auto;
    margin-right:auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
    -    FULLSCREEN VIDEO    -
*********************************/
.caption.fullscreenvideo {    left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe    { width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {    left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe    { width:100% !important; height:100% !important;}

/************************
    -    NAVIGATION    -
*************************/

/** BULLETS **/

.tpclear        {    clear:both;}


.tp-bullets                                {    z-index:1000; position:absolute;
                                                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                                                -moz-opacity: 1;
                                                -khtml-opacity: 1;
                                                opacity: 1;
                                                -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
                                            }
.tp-bullets.hidebullets                    {
                                                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                                                -moz-opacity: 0;
                                                -khtml-opacity: 0;
                                                opacity: 0;
                                            }


.tp-bullets.simplebullets.navbar                        {     border:1px solid #666; border-bottom:1px solid #444; background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old                    {      background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet                    {    cursor:pointer; position:relative;    width:10px;    height:10px;  margin-right:5px; float:left; margin-top:0; margin-left:5px; -webkit-border-radius:5px; -moz-border-radius: 5px; border-radius:5px; }
.tp-bullets.simplebullets.round .bullet.last            {    margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet                {    cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/bullets.png) no-Repeat bottom left;    width:23px;    height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last        {    margin-right:0px;}


/**    SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet                {    cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/bullets2.png) no-Repeat bottom left;    width:19px;    height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last            {    margin-right:0px;}


/**    SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet            {    cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/bullets2.png) no-Repeat bottom left;    width:19px;    height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last        {    margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet            {    cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/bullet_boxed.png) no-Repeat top left;    width:18px;    height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first        {    margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last        {    margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet            {    cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/navigdots.png) no-Repeat bottom left;    width:15px;    height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first        {    margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last        {    margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected                {    background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected        {    background-position:bottom left; }



/*************************************
    -    TP ARROWS     -
**************************************/
.tparrows                                                {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                                                            -moz-opacity: 1;
                                                            -khtml-opacity: 1;
                                                            opacity: 1;
                                                            -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

                                                        }
.tparrows.hidearrows                                    {
                                                            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                                                            -moz-opacity: 0;
                                                            -khtml-opacity: 0;
                                                            opacity: 0;
                                                        }
.tp-leftarrow                                            {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/large_left.png) no-Repeat top left;    width:40px;    height:40px;   }
.tp-rightarrow                                            {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/large_right.png) no-Repeat top left;    width:40px;    height:40px;   }


/*.tp-leftarrow.round                                        {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/small_left.png) no-Repeat top left;    width:19px;    height:14px;  margin-right:0px; float:left; margin-top:-7px;    }
.tp-rightarrow.round                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/small_right.png) no-Repeat top left;    width:19px;    height:14px;  margin-right:0px; float:left;    margin-top:-7px;}


.tp-leftarrow.round-old                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_left.png) no-Repeat top left;    width:26px;    height:26px;  margin-right:0px; float:left; margin-top:-13px;    }
.tp-rightarrow.round-old                                {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_right.png) no-Repeat top left;    width:26px;    height:26px;  margin-right:0px; float:left;    margin-top:-13px;}


.tp-leftarrow.navbar                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/small_left_boxed.png) no-Repeat top left;    width:20px;    height:15px;   float:left;    margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/small_right_boxed.png) no-Repeat top left;    width:20px;    height:15px;   float:left;    margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old                                {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrowleft.png) no-Repeat top left;        width:9px;    height:16px;   float:left;    margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old                                {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrowright.png) no-Repeat top left;    width:9px;    height:16px;   float:left;    margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow                {    margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow                {    margin-left:0px; }

.tp-leftarrow.square                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_left2.png) no-Repeat top left;    width:12px;    height:17px;   float:left;    margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square                                    {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_right2.png) no-Repeat top left;    width:12px;    height:17px;   float:left;    margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old                                {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_left2.png) no-Repeat top left;    width:12px;    height:17px;   float:left;    margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old                                {    z-index:100;cursor:pointer; position:relative;    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/arrow_right2.png) no-Repeat top left;    width:12px;    height:17px;   float:left;    margin-left:0px; margin-top:-9px;}

*/
.tp-leftarrow.default                                    {    z-index:100;cursor:pointer; position:relative;    width:40px;    height:40px;

                                                        }
.tp-rightarrow.default                                    {    z-index:100;cursor:pointer; position:relative;    width:40px;    height:40px;

                                                        }




.tp-leftarrow:hover,
.tp-rightarrow:hover                                     {     }






/****************************************************************************************************
    -    TP THUMBS     -
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs                        {    z-index:1000; position:absolute; padding:3px;background-color:#fff;
                                                width:500px;height:50px;             /* THE DIMENSIONS OF THE THUMB CONTAINER */
                                                margin-top:-50px;
                                            }


.fullwidthbanner-container .tp-thumbs        {  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask                {    width:500px; height:50px;              /* THE DIMENSIONS OF THE THUMB CONTAINER */
                                                overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer    {    width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet                {   width:100px; height:50px;             /* THE DIMENSION OF A SINGLE THUMB */
                                                cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
                                                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                                                /*filter: alpha(opacity=50);    */
                                                -moz-opacity: 0.5;
                                                -khtml-opacity: 0.5;
                                                opacity: 0.5;

                                                -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;
                                            }


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected        {     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

                                                -moz-opacity: 1;
                                                -khtml-opacity: 1;
                                                opacity: 1;
                                            }
.tp-thumbs img                                {    width:100%; }


/************************************
        -    TP BANNER TIMER        -
*************************************/
.tp-bannertimer                                {    width:100%; height:10px; background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom                    {    bottom:0px;height:5px; top:auto;}




/***************************************
    -    RESPONSIVE SETTINGS     -
****************************************/


    @media only screen and (min-width: 768px) and (max-width: 959px) {

     }



    @media only screen and (min-width: 480px) and (max-width: 767px) {
            .responsive .tp-bullets.tp-thumbs                {    width:300px !important; height:30px !important;}
            .responsive .tp-bullets.tp-thumbs .tp-mask        {    width:300px !important; height:30px !important;}
            .responsive .tp-bullets.tp-thumbs .bullet        {    width:60px !important;height:30px !important;}

    }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
                .responsive .tp-bullets    {    display:none}
                .responsive .tparrows    {    display:none;}
    }





/*********************************************

    -    BASIC SETTINGS FOR THE BANNER    -

***********************************************/

 .tp-simpleresponsive img {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{    text-decoration:none; }
.tp-simpleresponsive a.button {
    
}

.tp-simpleresponsive ul {
    list-style:none;
    padding:0;
    margin:0;
}

.tp-simpleresponsive >ul >li{
    list-stye:none;
    position:absolute;
    visibility:hidden;
    list-style:none;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {    width:3000px; height:1500px;  background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/coloredbg.png) repeat;}

.tp-loader     {    background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }


.tp-transparentimg {    content:"url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/assets/transparent.png)"}
.tp-3d                {    -webkit-transform-style: preserve-3d;
                         -webkit-transform-origin: 50% 50%;
                    }


/* Custom Styles */                    
.caption.price-box {
    -webkit-border-radius: 68px;
       -moz-border-radius: 68px;
            border-radius: 68px;
    width: 7.03125%;
    height: 22.5%;
    font-size: 32px;
    padding-top: 48px;
}
.caption.price-box .price {
    display: block;
    text-align: center;
}
.caption.slide-title {
    font-size: 45px;
    line-height: 1.4 !important;
}
.caption.slide-desc {
    font-size: 23px; 
    line-height: 1.4 !important; 
}
.caption.button {
    font-size: 15px !important;
    padding: 12px 15px !important;
}
.caption.center {
    text-align: center;
}

@media (min-width: 1200px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .caption.button {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }
}

@media (max-width: 767px) {
    .caption.button {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }
}

@media (max-width: 480px) {
    .caption.button {
        font-size: 10px !important;
        padding: 10px !important;
    }
}
.mbdialog img{
  border:0; vertical-align:top;
}

.mbdialog p{
  margin:0 0 10px;
}

.mbdialog{
  color:#2f2f2f;         
}
                                                                                                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
.mbdialog *, .mbdialog *:before, .mbdialog *:after{                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
  box-sizing:content-box;         
}

.mbdialog th, .mbdialog td{
  vertical-align:top;                      
}

.mbdialog img{
  display:inline;         
}

.dialogBg{
  background: rgba(255, 255, 255, 0.90);  
  position:fixed;
  overflow-x: auto;
  overflow-y: scroll;
  z-index:99999999;
  left:0;
  top:0;
  bottom:0;
  right:0; 
  /*visibility:hidden;*/
  display:none;
  cursor:pointer;   
}           

.dialogBody{
  overflow:hidden;   
  text-align:left; 
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);         
}
              
.mbdialog{  
  display:none;
  cursor:default;
  margin: 0px auto;        
  position:absolute;
  z-index:99999998;  
  -webkit-backface-visibility: hidden;
} 

@media (max-width: 500px) {
  .mbdialog,.dialogBody{
    -webkit-transform:translate3d(0, 0, 0); //bugfix if theme has translate3d on field behind popup
  }
}

.dialogTool{
  position:relative;          
}    

.dialogClose{
  position:absolute; 
  top:-20px; 
  right:-26px; 
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_dark.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;
  height:26px;
  width:26px;    
  cursor:pointer; 
  z-index:99999995;  
}

.dialogCloseCustom{ 
  cursor:pointer;  
}

.dialogClose.overlay2{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_white.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;     
}

.dialogClose.style2{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big.png);  
  height:29px;
  width:29px; 
  top:-15px; 
  right:-15px;       
} 

.dialogClose.style2:hover{
  background-position:0 -29px;     
}

.dialogClose.style4,.dialogClose.style3{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_simple_white.png) no-repeat 4px 4px;   
  height:25px;
  width:25px;      
}

.dialogClose.style3{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_simple_dark.png) no-repeat 4px 4px;          
}

.dialogClose.style6{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
  top:7px; 
  right:8px;            
  width:20px;
  height:20px;
}

.dialogClose.style6{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big_x_d.png) no-repeat;              
}

.dialogClose.style7{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_transparent.png) no-repeat;   
}

.dialogClose.style8{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
}

.dialogClose.style9{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big_x_bold.png) no-repeat;              
}

.dialogClose.style10{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/close_big_x_bold_d.png) no-repeat;              
}

.dialogClose.style11{
  background:url(https://dev.lob.nz/skin/frontend/base/default/images/magebird_popup/white_circle.png) no-repeat;              
}

.dialogClose.style6,.dialogClose.style7,.dialogClose.style8,.dialogClose.style9,.dialogClose.style10,.dialogClose.style11{
  width:30px;
  height:30px;
  background-position:center;
}

.dialogClose.style7,.dialogClose.style11{
  width:35px;
  height:35px;
}

.dialogClose.style4:hover,.dialogClose.style3:hover{  
  background-position:4px -17px;   
}

.dialogClose.style1:hover{      
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.imgType img{
  display:block;        
}

.mbdialog .error, .mbdialog .warning{  
  border:1px solid #EED2D8;
  color:#B94A4A;
  font-size:12px;
  font-weight:normal;
  text-shadow:1px 1px #FFFFFF;
  background-color:#F2DDDE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin:0 15px 15px 0;
  padding:2px 5px;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);   
  position:absolute;
  z-index:999999;
}

.mbdialog .error p, .mbdialog .warning p{
  margin:4px 0;
}

.transform-rotate-zoom1{
   -moz-transition: all 0.7s ease-in-out;
   -webkit-transition: all 0.7s ease-in-out;     
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;  
   
  -moz-transform:rotate(0deg) scale(0.001);
  -webkit-transform:rotate(0deg) scale(0.001);
  -o-transform:rotate(0deg) scale(0.001);
  -moz-transform:rotate(0deg) scale(0.001);
  -ms-transform: rotate(0deg) scale(0.001);  
}

.transform-rotate-zoom2{
 -webkit-transform: rotate(360deg) scale(1); 
 -moz-transform: rotate(360deg) scale(1); 
 -o-transform: rotate(360deg) scale(1); 
 -ms-transform: rotate(360deg) scale(1); 
 transform: rotate(360deg) scale(1);  
}   


.popuptransition{
   -moz-transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.9s ease-in-out;     
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;      
}

.transform-elastic1, .moctoddribegam{
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;     
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;  
   
  -moz-transform:scale(0.001);
  -webkit-transform:scale(0.001);
  -o-transform:scale(0.001);
  -moz-transform:scale(0.001);
  -ms-transform:scale(0.001);   
}
 
.transform-elastic2{
 -webkit-transform: scale(1.2); 
 -moz-transform: scale(1.2); 
 -o-transform: scale(1.2); 
 -ms-transform: scale(1.2); 
 transform: scale(1.2);   
}

.transform-elastic3{
 -webkit-transform: scale(1); 
 -moz-transform: scale(1); 
 -o-transform: scale(1); 
 -ms-transform:scale(1); 
 transform: scale(1);   
}

.mbdialog table {              
    border-spacing:0;
    border-collapse:separate;
} 

/*FOLLOW WIDGET*/
.followPopup{
  line-height:1;            
}

.followPopup ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.followPopup li{
  float:left;
  margin-right:10px;
  height:62px;
  overflow:hidden;
  width:63px;
  text-align:center;
}  

.followPopup li img{
  width:auto;
}  

.followPopup.tp2 li{
  height:20px;                   
}     

.followPopup li.twitterFollow img,.followPopup li.pinFollow img{
  margin-bottom:3px;
  margin-left:5px;
}

.followPopup.tp3 li.twitterFollow img,li.twitterTweet img, .followPopup.tp3 li.pinFollow img{
  margin-bottom:3px;
  margin-left:0px;
}

.followPopup .fbLike{
  min-width:48px;
  margin-right:2px;
  margin-left:-3px;
}

.followPopup.tp3 .fbLike{
  margin-left:0px;
}

.followPopup .twitterTweet{
  /*width:58px;*/  
}

.followPopup .twitterTweet{
  visibility:visible !important;
}

.followPopup .gplusRecommend{
  width:50px;
}

.gplusRecommend div{
  vertical-align:top !important;
}

.followPopup .pinFollow{
  min-width:59px;
}

.followPopup.tp3 li{
  float:none;
  width:63px !important;
  margin-right:0;
  text-align:center;
  margin-bottom:10px;                   
}


/*FB like bugfix for ie*/
.fb-like.fb_iframe_widget iframe{
  min-width:49px !important;
  min-height:61px !important;  
  left:0;                              
}
/*END FOLLOW WIDGET*/

.box-customercredit-share .box-head h2
{
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/cup-gold.png") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}

.customercredit-product-info{
    padding-bottom:2%
}

.customercredit-product-info .customercredit-send-friend{
    float: left;
    clear: both;
    padding-bottom: 10px;
    margin-top: 10px;
}

.customercredit-product-info #customer_name, .customercredit-product-info #recipient_email, .customercredit-product-info #recipient_name {
    width: 100%;
}

.customercredit-product-info #message {
    width: 100%;
    height: 88px;
}

.customercredit-receiver {
    float: left;
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}

.box-customercredit-history .box-head h2
{
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/i_type_list.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
    float: left;
}
.box-customercredit-sumary .box-head h2
{
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/point.png") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.box-customercredit-history {
    float: left;
    width: 100%;
}
.box-customercredit-history .pager{
    border-top:  none;
    margin-top: 10px;
}
.box-customercredit-sumary div.title-buttons p {
    float: left;
    margin-top: 10px;
    height: auto;
}
.box-customercredit-sumary div.title-buttons button {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}
.box-customercredit-sumary
{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.box-customercredit-buy .box-head h2
{
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/earn_point.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.box-customercredit-redeem .box-head h2
{
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/i_block-currency.gif") no-repeat scroll 0 0 transparent;
    padding-top: 0px;
    padding-left: 25px;
}
.customercredit-product-info .customercredit-amount-desc, .customercredit-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

/* Search Grid Style */
.data-table .customercredit-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .customercredit-grid-search th{
    vertical-align: top;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item{
    padding-bottom: 2px;
}
.customercredit-grid-search-item .data-range span {
    float: left;
    width: 100%;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .search-text{
    width: 97%;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .customercredit-grid-search .customercredit-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item select{
    width: 100%;
}

.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container .from-price,
.data-table .customercredit-grid-search .customercredit-grid-search-item .range-container .to-price{
    min-width: 100px;
}
.customercredit-search-button {
    padding-bottom: 5px;
    text-align: right;
    float:right;
    width: 100%;
    margin-top: 10px;
}

#redeem_credit_text{
    float: left;
}
#customercredit-navigation-customercredit_navigator {
    margin: 0;
}
#customercredit-form-content ul {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#customercredit-form-content ul .customer-name {
    //padding: 0;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;

}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}

/*---------------------------------redeem style----------------------------*/
.box-customercredit-redeem{
    float: left;
    margin-bottom: 0;
}

.redeem-credit{
    float: left;
}
.redeem-input-box{
    float: left;
    margin-bottom: 15px;
}
.input-verify-code{
    float: left;
    margin-left: 10px;
}
.input-verify-code input{
    width: 477px;
}
.redeem-form{
    float: left;
    margin-top: 10px;
}
.redeem-form button{
    float: left;
    margin-left: 10px;
}
.redeem-form strong{
    float: left;
    margin-top: 5px;
}

/*---------------------------------------------share credit style*-----------------------------------------------------*/

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

.customercredit_send_form{
    float: left;
}
.box-customercredit-share{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#customercredit_show_loading2{

    margin-top: 10px;
}
#customercredit_show_success2{
    margin-top: 10px; color: #008000;
}
#advice-your-email2{
    /*display: none;*/
}
#customercredit_show_alert2{
}
#customercredit_show_alert2 p{
    color: red;margin: 8px 0px 0px 2px;
}
#customercredit_show_alert2 input{float: left;margin-top: 2px;}
#customercredit_show_alert2 label{ float: none !important;font-size: 12px;font-style: italic; font-weight:normal !important; color: #080;margin-left: 5px;}
.customercredit_message{float: left;}
#customercredit_show_loading_p{
    width: 100px;
    float: left;
}
#customercredit_show_loading_p img {
    float: left;
    margin-top: 3px;
}
#customercredit_show_success{margin-top: 10px; color: #008000;}
#customercredit_show_success img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
/*By Crystal*/
.customercredit-index-share input[type="text"],
.customercredit-index-validatecustomer input[type="text"],
.checkout-cart-credit-amount input[type="text"],
.customercredit-grid-search-item input[type="text"],
#customercredit-payment-form #checkout_cc_input_alert input[type="text"]{
    width: 100%;
}
.button-checkout-credit {
    margin-top: 10px;
}
.customercredit-index-share .customercredit_message {
    width: 100%;
    float: left;
}
.customercredit-index-share .customercredit_message textarea{
    height: 125px;
    border-radius: 2px;
}
.customercredit-index-share .customercredit_send_to_friend .cc_email {
    margin-bottom: 0;
}
/*End Crystal*/
/*--------------------------checkout/cart-----------------------------------------------------*/
.checkout-cart-credit-amount p{
    margin: 0 !important;
}
.customercredit{
    margin-bottom: 10px;
}
.checkout_cc_input_alert .valiCredit Code Listdation-advice{
    max-width: 120px;
}
/*#customercredit_container{padding-left: 5px;}*/
#checkout-cc-input{margin-left: 7px;}
#customercredit_show_alert label{float: none !important;font-size: 12px;font-style: italic;font-weight:normal !important; color: #080;margin-left: 5px;}
/*My Credit**/
.title-credit h2.title-credit-label {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 5px -57px;
    background-color: #1e4075;
    padding: 14px 10px 14px 50px;
    font-size: 14px;
    text-transform: none;
    color: #fff;    
    margin: 0;
}
.title-credit h2.title-history {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 5px -183px;
    background-color: #1e4075;
}
.title-your-balance .title-credit-balance {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 3px -120px;
    background-color: #f3f3f3;
    padding: 9px 10px 9px 40px;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    margin-top: 10px;
}
.title-credit h2.navigation-credit {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 5px -5px;
    background-color: #1e4075;
    margin-bottom: 0;
}
.table-bordered > thead > tr > th.numeric {
    text-align: center;
    font-weight: 600;
}
#transactions-history-new {
    width: 100%;
}
.div-navigantion-credit {
    border: 1px solid #ececec;
}
.div-navigantion-credit .block-content {
    margin-top: 0;
}
#no-more-tables {
    float: left;
    width: 100%;
}
ul#customercredit-navigation-customercredit_navigator li {
    margin: 1px 0;
    padding: 10px 10px 10px 10px;
    background: #f3f3f3;
}
ul#customercredit-navigation-customercredit_navigator li:hover{
    background: #ececec;
}
ul#customercredit-navigation-customercredit_navigator li a {
    text-transform: none;
    color: #636363;
}
ul#customercredit-navigation-customercredit_navigator li a:hover{
    color: #3399cc;
}
ul#customercredit-navigation-customercredit_navigator li strong {
    font-weight: normal;
    text-transform: none;
    color: #3399cc;
}
/*Code list*/
#no-more-tables .result {
    padding-left: 5px;
    border-bottom: none;
    font-style: italic;
    font-size: 13px;
}
#customercredit_grid {
    float: left;
    width: 100%;
}
.customercredit-search-button .button-img {
    display: none;
}
#customercredit_grid tbody tr td.last{
    min-height: 32px;
}
#customercredit_grid td#td-id-credit {
    white-space: nowrap;
}
.title-credit h2.credit-code-list {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 5px -184px;
    background-color: #1e4075;
}
.customercredit-grid-search-item #customercredit_grid-transaction_time-from,
.customercredit-grid-search-item #customercredit_grid-transaction_time-to{
    min-width: 70px;
    float: left;
    width: 88%;
}
.customercredit-grid-search-item #calendar-transaction_time-from,
.customercredit-grid-search-item #calendar-transaction_time-to,
#calendars-transaction_time-from,
#calendars-transaction_time-to{
    margin-top: 8px;
    float: right;
}
.customercredit-grid-search #date-to {
    min-width: 130px;
}
#customercredit_grid tr td#td-price {
}
#customercredit_grid tr.active #date-to .data-range span.label{
    float: left;
    width: 100%;
}
#customercredit_send_to_friend .buttons-set{
    float: right;
    width: 100%;
    border-top: 0;
}
.customercredit-grid-search-item .data-range input[type="text"] {
    float: left;
}
#no-more-tables tr.customercredit-grid-search.active {
    // display: block;
}

/*Redeem Credit*/
.content-customercredit-redeem {
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
/*Vertify Code*/
.customercredit_show_verify_code {
    float: left;
    width: 100%;
    margin-top: 10px;
}
button.submit-code {
    float: left;
    margin-left: 12px;
}
.customercredit-search-button .button-search {
    margin: 0px 2px 0 0;        
}

/*Checkout credit*/   
.checkout-credit-use {
    line-height: 15px;
    margin-top: 5px;    
/*    float: left;*/
    width: 100%;
    margin-bottom: 10px;
}
#checkout-cc-img {
    float: left;
    margin-left: 5px;
}
#checkout-cc-button {
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
    clear: both;
}
#checkout-cc-button-cancel {
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#customercredit_cc_success_img {
    margin-left: 8px;
    float: left;
    margin-top: 18px;
}
#customercredit_cc_show_loading {
    float: left;
    width: 90px;
    text-align: left;
    margin-left: 4px;
    margin-top: 6px;
}
#customercredit_cc_show_loading img {
    float: left;
    margin-right: 4px;
}
/*Product review*/
.customercredit-product-info p {
    float: left;
    width: 100%;
}
.customercredit-product-info p.type1{
    width: auto;
    margin-bottom:0px;
}
.customercredit-product-info .product-review{
    float: left;
    margin-left: 148px;
}
.customercredit-product-info .validation-advice {
    float: left;
    clear: both;
}
/*Top link*/
.links li a.link-account {
    background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat 8px -122px;
}
.col-main .main-customer {
    padding-right: 0;
}
@media only screen and (max-width: 980px) { 
    .customercredit-grid-search-item #customercredit_grid-transaction_time-from,
    .customercredit-grid-search-item #customercredit_grid-transaction_time-to{
        width: 80%;
    }

}
@media only screen and (max-width: 767px) {
    .col-main .main-customer {
        padding: 0;
    }
    .calendar {
        top: 100%;
        z-index: 9999;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
        position: relative;
    }

    .data-table-div{
        float:left;
        width: 100%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ececec; }

    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        width: auto !important;
        min-height: 32px;
    }

    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
    #no-more-tables tr.customercredit-grid-search {
        position: relative; 
        top: -40px;
        left: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
        box-shadow: 0px 3px 15px 0px;
        padding: 0 10px;
    }

    /*Code list*/
    .customercredit-search-button {
        float: left;
        width: 100%;
        padding: 7px 15px;
        text-align: left;
        background-color: #1E4075;
    }
    .customercredit-search-button .button-img {
        display: block;
        float: right;
        background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat -11px -302px;
        border: none;
        padding: 12px;
        background-color: #3662a6;
        margin-top: 2px;
        border-radius: 3px;
    }   
    .customercredit-search-button .button-img:hover{
        opacity: 0.85;
        background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat -11px -302px;
        background-color: #3662a6;
    }
    .title-credit h2.credit-code-list {
        font-size: 16px;
        text-transform: none;
        font-weight: bold;
        background: url("https://dev.lob.nz/skin/frontend/base/default/images/customercredit/images-icon.png") no-repeat -11px -342px;
        color: #636363 !important;
        padding: 8px 10px 8px 30px;
        background-color: #fff !important;
    }   
    #customercredit_grid tr.active #customercredit_grid-transaction_time-from,
    tr.active #customercredit_grid-transaction_time-to{
        min-width: 70px;
        width: 88%;
    }
    #customercredit_grid tr.active #calendar-transaction_time-from,
    #customercredit_grid tr.active #calendar-transaction_time-to{
        margin-top: 8px;
        float: right;
    }
    #customercredit_grid tr td#date-to {
        min-width: 100px;
        min-height: 120px;        
    }    
    #customercredit-grid-search td.last {
        display: none;
    }    
    .box-customercredit-history .pager
    {
        float: left;
        width: 100%;

    }

    .customercredit-search-button button.button-search span{
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }   
    .customercredit-grid-search-item .data-range input[type="text"]{
        float: none;
    }
    #no-more-tables .customercredit-grid-search td{
        //float: left;
        //width: 100%;
    }
    .customercredit-search-button .button-search  {
        padding: 0;   
    }   
}
@media only screen and (max-width: 675px){
    #checkout-cc-button{
        margin-left: 0;
        clear: both;        
    }
}
@media only screen and (max-width: 560px) and (min-width: 480px){
    .input-verify-code {
        width: 139px;
    }
}
@media only screen and (max-width: 530px) {
    .redeem-box-input{
        width:100%;
    }
}

@media only screen and (max-width: 500px) and (min-width: 401px) {
    #no-more-tables table {
        font-size: 13px;
    }   
}
@media only screen and (max-width: 479px) {
    .box-customercredit-sumary .title-buttons .button {
        margin-top:3%;
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }  
    .input-verify-code{
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
    }
    .redeem-credit .redeem-input-box .button-set .button{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .redeem-input-box .button-set,
    #verify-code-form div.input-box{
        width: 100%;
    }
    button.submit-code {
        width: 100%;
        margin-left: 0;
    }  
    /*Product detail*/
    .customercredit-product-info .product-review {
        margin-left: 103px;
    }
}
@media only screen and (max-width: 400px) {
    #no-more-tables table {
        font-size: 12px;
    }
}
#back-to-send-form a{
    color: #3399cc;
}
#back-to-send-form a img{
    float: left;
    width: 20px;
    margin-right: 3px;
}
button.button span{
    height: auto;
}
.products-grid li.item{
    padding: 12px 10px 80px;
}
.message-notice{
    width: 61%;
}
.giftcard-fieldset textarea {width: 100%; height: 100px;}
.giftcard-fieldset label em {color: #EB340A; margin-right: 2px;}
.giftcard-fieldset .field {margin-top: 6px;}
.giftcard-fieldset .email-date input {width: 100px;}

.giftcard-info .field-label {margin-top: 6px;}

/*onepage checkout*/
.giftcard-payment-method { border-bottom: 1px solid #e4e4e4; }
.giftcard-payment-method .buttons-set { border-top: none; padding-top: 6px; padding-bottom: 3px; }
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://dev.lob.nz/skin/frontend/venedor/default/css/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.eot);src:url(https://dev.lob.nz/skin/frontend/venedor/default/css/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://dev.lob.nz/skin/frontend/venedor/default/css/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://dev.lob.nz/skin/frontend/venedor/default/css/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://dev.lob.nz/skin/frontend/venedor/default/css/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.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:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.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[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-o-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#2d6ca2));background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-primary:disabled,.btn-primary[disabled]{background-color:#2d6ca2;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f3f3f3));background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-o-linear-gradient(top,#222 0,#282828 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#222),to(#282828));background-image:linear-gradient(to bottom,#222 0,#282828 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-o-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3071a9));background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-o-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3278b3));background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);background-repeat:repeat-x;border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none !important;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; overflow:hidden;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; padding:0; }

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav li { list-style:none; margin:0; padding:0; }
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 8px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 7px; height: 7px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:100000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important; opacity: 0.8 !important;}
#colorbox{outline:0;}
    #cboxContent{margin-bottom:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#cecfc5; padding:4px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
        #cboxLoadedContent > div {background:#fff; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
        #cboxLoadingGraphic{background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{position:absolute; bottom:-35px; right:4px; width:30px; height:30px; background:url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/close.png) top right no-repeat; top:auto; outline:none; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity:0.7;}
        #cboxClose:hover{width:30px; height:30px; right:1px; background-position:0 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity:1;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 2px;
	width: 3px;
	height: 100%;
    background: #eaeaea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 2px;
	left: 0;
    width: 100%;
	height: 3px;
    background: #eaeaea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspVerticalBar .jspTrack {
    margin: 0 -2px;
}
.jspHorizontalBar .jspTrack {
    margin: -2px 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/scroll_track_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*========== Bootstrap Styles ==========*/
body {
    line-height: 1.42857;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
script, style {
    display: none !important;
}
li {
    line-height: inherit;
}
.alert,
.alert h4 {
    font-size: 14px;
}
select {
    height: auto;
}
select option {
    padding-right: 10px;
}
.label,
.badge {
    font-size: 14px;
    text-shadow: none;
    font-weight: normal;
    white-space: normal;
}
.radio,
.checkbox {
    min-height: 12px;
    display: inline-block;
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: -2px;
    margin-right: 6px;
}
th.label,
td.label {
    display: table-cell;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
label {
    display: inline-block;
    font-weight: normal;
}
table {
    border-collapse: separate;
}
small {
    line-height: 1;
}
.dropdown-menu {
    max-width: inherit;
}
.dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
}
[class^="icon-"], [class*=" icon-"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}
form {
    margin-bottom: 0;
}

/*========== Common Styles ==========*/
form h2,
form h3,
.section h3 {
    font-size: 25px;
    margin-top: 20px;
    text-transform: uppercase;
}
.box h3,
.block .block-title, .slide-title {
    text-transform: uppercase;
}
.page-title h1,
.page-title h2,
.main h1,
.main h2,
.footer-banner h2 {
    text-transform: none;
}
a {
    transition:            color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -moz-transition:       color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -webkit-transition:    color 300ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
    -o-transition:         color 450ms ease-in-out, background-color 300ms ease-in-out, opacity 150ms ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
}
p.desc {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    clear: both;
    margin: 0 0 15px 0;
}
.dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkt-border-radius: 0;
    border-width: 0;
    right: auto;
    left: 0;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
.header-container .dropdown-menu,
.footer-container .dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-menu > li {
    white-space: nowrap;
}
.dropdown-menu > li > a,
.dropdown-menu > li > div {
    padding: 8px 18px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-width: 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
    display: block;
}
.header-container .dropdown-menu > li > a,
.header-container .dropdown-menu > li > div,
.footer-container .dropdown-menu > li > a,
.footer-container .dropdown-menu > li > div {
    padding: 8px 12px;
}
.dropdown-select {
    margin-right: 3px;
}
.container-shadow {
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/container_shadow.png) center top no-repeat;
    height: 15px;
    bottom: -15px;
    position:absolute;
    left: 0;
    right: 0;
}
.calendar {
    z-index: 1000;
}

select,
textarea,
input.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    padding: 6px 6px;
    text-shadow: none;
    height: auto;
    vertical-align: bottom;
}

.btn,
.button,
.button-inverse,
.slider-arrow,
.button-arrow,
.dropdown .arrow,
.elastislide-next,
.elastislide-prev,
.button-up,
.button-down,
.buttons-set .back-link a,
.scrolltop,
.fraction-slider .prev,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction a,
.button-tabs li a,
.tp-leftarrow,
.tp-rightarrow {
    font-size: 13px;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #f4f4f4;
    text-align: center;
    text-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.button,
.btn,
.slider-arrow,
.button-arrow,
.dropdown .arrow,
.elastislide-next,
.elastislide-prev,
.button-up,
.button-down,
.buttons-set .back-link a,
.scrolltop,
.fraction-slider .prev,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction a,
.tp-leftarrow,
.tp-rightarrow {
    padding: 7px 12px 6px;
    text-shadow: none;
    transition:            color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:       color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition:    color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:         color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
}
.btn.close {
    padding: 7px 12px 6px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-large,
.buttons-set button.button,
.buttons-set .back-link a {
    font-size: 17px;
    padding: 11px 19px;
    text-transform: uppercase;
}
.buttons-set .back-link a {
    display: inline-block;
}
.btn-mini {
    padding: 2px 6px;
}
.slider-arrow,
.button-arrow,
.dropdown .arrow,
.elastislide-next,
.elastislide-prev,
.button-up,
.button-down,
.prettycheckbox > a,
.prettyradio > a,
.scrolltop,
.fraction-slider .prev,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction a,
.tp-leftarrow,
.tp-rightarrow {
    transition:            color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:       color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition:    color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:         color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
}
table .button.nav {
    color: #333;
}
.dropdown-select .button {
    text-transform: none !important;
    background-color: #fff !important;
    padding-right: 40px;
}
.dropdown-select .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.button-asc,
.button-desc {
    width: 30px;
    height: 30px;
    padding: 0;
}
.button-viewall,
.button-grid,
.button-list {
    width: 35px;
    height: 30px;
    text-indent: -999em;
    padding: 0;
}
.button-viewall {
    width: 35px;
    height: 30px;
    padding: 0;
}
.button.next,
.button.prev {
    width: 30px;
    height: 30px;
    padding: 0;
}
.elastislide-next,
.elastislide-prev {
    width: 30px;
    height: 25px;
    padding: 0;
}
.button-up,
.button-down {
    width: 25px;
    height: 25px;
    text-indent: -999em;
}
.button-arrow.btn-remove {
    background-position: center center !important;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 5px;
}
.link-wishlist,
.link-compare,
.link-friend,
.link-edit {
    width: 35px;
    height: 35px;
    padding: 0;
    text-indent: -999em;
}
.link-wishlist.no-image,
.link-compare.no-image,
.link-friend.no-image,
.link-edit.no-image {
    background-image: none !important;
    background-color: transparent !important;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
}
.link-cart {
    background-color: transparent;
    border-width: 0;
}
.btn-remove {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/btn_remove.png);
    margin: 0;
}
.btn-edit {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/btn_edit.png);
    margin: 0;
}
.btn-remove:hover,
.btn-remove:focus,
.green .btn-remove:hover,
.green .btn-remove:focus  { background-position: 0 -11px; }
.blue .btn-remove:hover,
.blue .btn-remove:focus   { background-position: 0 -22px; }
.orange .btn-remove:hover,
.orange .btn-remove:focus { background-position: 0 -33px; }
.pink .btn-remove:hover,
.pink .btn-remove:focus   { background-position: 0 -44px; }
.btn-edit:hover,
.btn-edit:focus,
.green .btn-edit:hover,
.green .btn-edit:focus  { background-position: 0 -11px; }
.blue .btn-edit:hover,
.blue .btn-edit:focus   { background-position: 0 -22px; }
.orange .btn-edit:hover,
.orange .btn-edit:focus { background-position: 0 -33px; }
.pink .btn-edit:hover,
.pink .btn-edit:focus   { background-position: 0 -22px; }
.carousel-control.left,
.carousel-control.right,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.btn-default,
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse,
.navbar,
.navbar-inner,
.navbar .btn-navbar,
.navbar-inverse,
.navbar-inverse .navbar-inner,
.navbar-inverse .btn-navbar,
.progress,
.progress-bar,
.progress-bar-danger,
.progress-bar-success,
.progress-bar-info,
.progress-bar-warning,
.progress .bar,
.progress-danger .bar,
.progress .bar-danger,
.progress-success .bar,
.progress .bar-success,
.progress-info .bar,
.progress .bar-info,
.progress-warning .bar,
.progress .bar-warning,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-default > .panel-heading,
.panel-primary > .panel-heading,
.panel-success > .panel-heading,
.panel-info > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.well {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.flexslider {
    background: transparent;
    -webkit-border-raidus: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-width: 0;
    margin: 0;
}
.flex-direction-nav a {
    opacity: 1;
}
.flexslider:hover .flex-next {
    opacity: 1;
}
.flexslider:hover .flex-prev {
    opacity: 1;
}
.flex-direction-nav .flex-next {
    background-position: center center;
    right: 0;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus {
    background-position: center center;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus,
.flexslider:hover .flex-next {
    right: 0;
}
.flex-direction-nav .flex-prev {
    right: 32px;
    left: auto;
    background-position: center center;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus {
    background-position: center center;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus,
.flexslider:hover .flex-prev {
    right: 32px;
    left: auto;
}
.block-list .flex-direction-nav a {
    top: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    margin-top: -38px;
}
.block-list #block-related .flex-direction-nav a {
    margin-top: -87px;
}
.calendar .button {
    display: table-cell !important;
}
.std .button-tabs {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.std .button-tabs li {
    float: left;
    margin-left: 3px;
    margin-bottom: 3px;
    list-style-position: outside;
}
.main .button-tabs li a {
    background-color: #575a59;
    color: #ffffff;
    padding: 4px 30px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.subtitle {
    margin-top: 0;
    margin-bottom: 15px;
}
.std .tab-content {
    margin-bottom: 25px;
}

/*========== Header Top ==========*/
.header-top {

}
.header-top .right {
    margin-right: 0;
}
.header-top-below {
    text-align: right;
}
.header-top-below p {
    padding: 10px;
    position: static !important;
}
.welcome-msg,
.login-link {
    float: right;
    padding: 8px 20px;
    margin: 0;
}
.welcome-msg {
    padding-right: 0;
    display: none;
}
.login-link {
    padding-left: 10px;
}

/*========== Header ==========*/
.header-container {
    position: relative;
    z-index: 10001;
}
.header {
    padding-top: 57px;
}
.header .logo {
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
}
.header-right {
    float: right;
}
.header-container {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.header-container.fixed {
	position: static;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.header-container.fixed .header-menu {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.header-container.fixed #custommenu > .menu.active > .parentMenu > a,
.header-container.fixed #nav li.over a.level-top,
.header-container.fixed #nav-links li.over a.level-top {
    padding-bottom: 13px;
}
.header-container.fixed #custommenu > .menu.active,
.header-container.fixed #nav > li.over,
.header-container.fixed #nav-links > li.over {
    margin-bottom: 0;
}
.header-container.fixed #nav ul,
.header-container.fixed #nav div,
.header-container.fixed #nav-links ul,
.header-container.fixed #nav-links div {
    top: 51px;
}
.header-container.fixed .header-menu #mini-cart,
.header-container.fixed .header-menu .block-currency,
.header-container.fixed .header-menu .block-language {
    display: none;
}
.header-container.fixed .header .logo {
    position: fixed;
    top: 6px;
    z-index: 10002;
    margin-top: 0;
}
.header-container.fixed .header .logo img {
    height: 40px;
}

/*========== Top Links ==========*/
.toplinks {
    margin: 0;
    padding: 0;
}
.toplinks a {
    text-decoration: none;
    line-height: 20px;
    margin: 8px;
    display: inline-block;
    white-space: nowrap;
}
.toplinks a .count {
    letter-spacing: 1px;
}

.toplinks [class*="icon"] {
    width: 16px;
    height: 16px;
    padding: 0;
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_16x16.png);
    margin-right: 3px;
}

/* customize icons */
.toplinks .icon-mywishlist                  { background-position: 0px 0; }
.toplinks a:hover .icon-mywishlist          { background-position: 0px -16px; }
.blue .toplinks a:hover .icon-mywishlist    { background-position: 0px -32px; }
.orange .toplinks a:hover .icon-mywishlist  { background-position: 0px -48px; }
.pink .toplinks a:hover .icon-mywishlist    { background-position: 0px -64px; }

.toplinks .icon-myaccount                   { background-position: -16px 0; }
.toplinks a:hover .icon-myaccount           { background-position: -16px -16px; }
.blue .toplinks a:hover .icon-myaccount     { background-position: -16px -32px; }
.orange .toplinks a:hover .icon-myaccount   { background-position: -16px -48px; }
.pink .toplinks a:hover .icon-myaccount     { background-position: -16px -64px; }

.toplinks .icon-mycart                      { background-position: -32px 0; }
.toplinks a:hover .icon-mycart              { background-position: -32px -16px; }
.blue .toplinks a:hover .icon-mycart        { background-position: -32px -32px; }
.orange .toplinks a:hover .icon-mycart      { background-position: -32px -48px; }
.pink .toplinks a:hover .icon-mycart        { background-position: -32px -64px; }

.toplinks .icon-checkout                    { background-position: -48px 0 ; }
.toplinks a:hover .icon-checkout            { background-position: -48px -16px; }
.blue .toplinks a:hover .icon-checkout      { background-position: -48px -32px; }
.orange .toplinks a:hover .icon-checkout    { background-position: -48px -48px; }
.pink .toplinks a:hover .icon-checkout      { background-position: -48px -64px; }

/*========== Currency Swicher, Language Selector ==========*/
.block-currency,
.block-language {
    float: right;
    margin-bottom: 0;
    margin-left: 4px;
    height: 36px;
}
.block-currency .block-title,
.block-language .block-title,
.store-switcher .block-title {
    display: none;
}
.block-currency a,
.block-language a,
.store-switcher a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4 !important;
}
.block-currency .block-content,
.block-language .block-content,
.store-switcher .block-content {
    padding: 0;
}
.block-currency .block-content > a,
.block-language .block-content > a,
.store-switcher .block-content > a {
    padding: 8px 12px;
    display: block;
    text-align: center;
}
.block-language .icon-flag {
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    background-position: center center;
    border: 1px solid #eee;
    padding: 0;
}
.block-currency .dropdown-toggle .symbol,
.block-currency .dropdown-menu .symbol {
    display: none;
    padding: 0;
    min-width: 18px;
    text-align: center;
}
.store-switcher {
    margin-bottom: 0;
    margin-top: 5px;
}
.store-switcher .block-content {
    float: right;
}
.store-switcher .dropdown-menu {
    top: auto;
    bottom: 38px;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}
.store-switcher ul li,
.footer .store-switcher ul li {
    margin: 0;
}
.store-switcher li a {
    background-image: none !important;
}

/*========== Main Menu ==========*/
.mobile-header .header-menu {
    padding-bottom: 0;
}
.mobile-header #menu-button {
    padding-bottom: 7px;
}
.mobile-header.fixed #menu-button {
    padding-bottom: 7px !important;
}
.header-menu .container,
.header-menu .container-fluid {
    /*position: relative;*/
}
.nav-container {
    float: left;
    position: relative;
    z-index: 1;
}
.mobile-header .nav-container {
    position: static;
}
#nav,
#nav-links {
    float: none;
    display: inline;
}
.header-menu-right .nav-container {
    float: right;
}
.header-menu-right div.eternal-custom-menu-popup {
    right: -36px;
    left: auto;
}
#menu-button a,
div.menu a,
#nav li a,
#nav-links li a,
.menu-mobile.level0 > .parentMenu > a {
    line-height: 25px;
}
#custommenu-mobile {
    position: static;
}
div.itemSubMenu a {
    line-height: 1.4;
    padding: 8px 10px 8px 15px;
}
div.itemSubMenu a,
.nav-container .menu-mobile .parentMenu a span {
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png) left center no-repeat;
}
.nav-container div.itemSubMenu a,
.nav-container .menu-mobile .parentMenu a span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png);
}
.blue .nav-container div.itemSubMenu a,
.blue .nav-container .menu-mobile .parentMenu a span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_blue.png);
}
.orange .nav-container div.itemSubMenu a,
.orange .nav-container .menu-mobile .parentMenu a span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_black.png);
}
.orange .nav-container div.itemSubMenu a:hover,
.orange .nav-container div.itemSubMenu a:focus,
.orange .nav-container .menu-mobile .parentMenu a:hover span,
.orange .nav-container .menu-mobile .parentMenu a:focus span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_orange.png);
}
.pink .nav-container div.itemSubMenu a,
.pink .nav-container .menu-mobile .parentMenu a span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_black.png);
}
.pink .nav-container div.itemSubMenu a:hover,
.pink .nav-container div.itemSubMenu a:focus,
.pink .nav-container .menu-mobile .parentMenu a:hover span,
.pink .nav-container .menu-mobile .parentMenu a:focus span {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_pink.png);
}
.nav-container .menu-mobile .parentMenu a span {
    padding-left: 15px;
}

.nav-container .menu-mobile.level0 > .parentMenu > a span,
.nav-container #custommenu-mobile a.level1 span {
    padding-left: 0;
    background-image: none !important;
}

.mobile-header #menu-button {
    margin: 0;
}

#custommenu-mobile .btn-navbar {
    padding: 7px;
    margin-right: 5px;
    margin-left: 12px;
    margin-top: -5px;
}

#custommenu-mobile .btn-navbar .icon-bar {
    display: block;
    width: 21px;
    height: 3px;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#custommenu-mobile #menu-button {
    display: block;
    width: auto;
}
#menu-button a,
#menu-button a:link,
#menu-button a:visited {
    margin-left: 0;
    line-height: 30px;
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
#custommenu-mobile #menu-content {
    border-width: 5px 0 0 0 !important;
}
.menu-mobile .parentMenu {
    border-width: 0;
}

/* Breadcrumbs */
.bv3 .breadcrumbs ul {
    margin: 0;
}

/*========== Quick Access ==========*/
.quick-access {
    margin-top: 8px;
    float: right;
    position: relative;
    z-index: 2;
}
.form-search label {
    display: none;
}
#search_mini_form {
    margin-bottom: 0;
    float: left;
    position: relative;
}
.form-search .input-text {
    width: 160px;
    position: absolute;
    right: 36px;
    padding: 8px;
    line-height: 17px;
    font-size: 13px;;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.header-menu-right .form-search .input-text {
    display: none;
}
.form-search .button,
.form-search .button:hover,
.form-search .button:focus {
    text-indent: -999em;
    width: 35px;
    height: 35px;
    margin-left: 1px;
    padding: 0;
    position: relative;
    z-index: 0;
}
#mini-cart {
    float: left;
    margin-left: 8px;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.header-both {
    margin-bottom: 10px;
}
.header-top #mini-cart,
.header-both #mini-cart {
    float: right;
    margin-left: 10px;
}
#mini-cart .dropdown-toggle {
    font-size: 14px;
    padding-top: 7px;
    height: 35px;
    text-transform: none;
}
.header-top #mini-cart .dropdown-toggle {
    height: 36px;
    padding-top: 8px;
}
.header-both .block-currency,
.header-both .block-language,
.header-both #mini-cart {
    margin-top: -6px;
}
.header-both .block-currency,
.header-both .block-language {
    height: 35px;
    padding-bottom: 7px;
}
#mini-cart .dropdown-toggle .price {
    font-weight: normal;
}
#mini-cart .icon-cart {
    background-position: 0 0;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
}
#mini-cart .dropdown-menu {
    width: 300px;
    padding: 20px;
    top: 43px;
}
.header-right #mini-cart .dropdown-menu,
.header-top #mini-cart .dropdown-menu {
    top: 42px;
}
#mini-cart .block-subtitle {
    font-weight: normal;
    margin-bottom: 15px;
}
#mini-cart .product-name a {
    font-size:16px;
}
#mini-cart .mini-products-list .product-name {
    padding-right: 35px;
}
#mini-cart .mini-products-list .product-name,
#mini-cart .mini-products-list .price {
    padding-right: 35px;
    font-size: 16px;
}
#mini-cart .mini-products-list img {
    width: 100%;
    height: auto;
}
.block .mini-products-list .item {
    position: relative;
    padding: 10px 0;
}
.mini-products-images-list .item {
    display: inline-block;
    width: 70px;
}
.mini-products-list .product-details .btn-remove {
    position: absolute;
    top: 8px;
    right: 2px;
}
.block-compare .mini-products-list .product-details .btn-remove,
.block-wishlist .mini-products-list .product-details .btn-remove {
    top: -5px;
}
.mini-products-list .product-details .btn-edit {
    position: absolute;
    top: 8px;
    right: 20px;
}
#mini-cart .prices-wrap {
    padding-top: 7px;
    padding-right: 100px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
#mini-cart .prices {
    margin: 6px 0;
}
#mini-cart .actions {
    float: right;
}
#mini-cart .actions .button {
    display: block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 4px 0;
}
.block_mini_cart_above_products {
    margin-bottom: 15px;
}
.search-autocomplete ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*========== Footer ==========*/
.footer,
.footer h3 {
    line-height: 2;
}
.brand-slider-wrap {
    padding: 0 0 30px 0;
}
.footer-top {
    padding: 20px 10px 50px;
}
.footer-top > div {
    position: relative;
}
.footer-bottom {
    padding: 20px 10px;
    margin-top: 0;
}
.footer h3,
.footer .title {
    margin-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase;
}
.footer ul li {
    margin: 5px 0;
}
.footer ul li a {
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png) left center no-repeat;
    padding-left: 15px;
    line-height: 2;
}
.green .footer ul li a  { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png); }
.blue .footer ul li a   { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_blue.png); }
.orange .footer ul li a { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_white.png); }
.orange .footer ul li a:hover,
.orange .footer ul li a:focus { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_orange.png); }
.pink .footer ul li a   { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_black.png); }
.pink .footer ul li a:hover,
.pink .footer ul li a:focus { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_pink.png); }
.footer .copyright {
    text-align: right;
}
.footer .copyright address {
    padding: 15px 0 0;
    margin-bottom: 0;
}
.scrolltop {
    height: 38px;
    width: 38px;
    padding: 0;
    display: inline-block;
}
#topcontrol {
    z-index: 10000;
}

/*========== Footer Facebook like box ==========*/
.footer .fblike-box {
    background-color: transparent;
    border-width: 0;
    position: relative;
}
.facebook-like-wrap {
    overflow: hidden;
}
.footer .fblike-box .icon-fblike {
    background-position: 0 0;
    margin-top: 1px;
    margin-right: 5px;
}
.footer .fblike-box .button {
    float: right;
    margin-top: 8px;
    text-transform: none;
}
.fb-persons {
    margin-left: -20px;
    margin-right: -20px;
}
.fb-person {
    float: left;
    text-align: center;
    width: 60px;
    height: 100px;
    margin: 0 0 0 20px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fb-person img {
    width: 100%;
    height: auto;
}
.fb-person a,
.fb-person span {
    display: block;
}
.fb-person a:hover,
.fb-person span:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.footer .fblike-box a:hover img,
.footer .fblike-box span:hover img {
    opacity: 0.85;
}

/*========== Footer Twitter Tweets ==========*/
.footer-tweets {
    -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
       -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
            box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.footer-tweets #twitter-slider {
    position: relative;
    padding: 0 140px 0 80px;
}
.footer-tweets .twitter-slider1 {
    text-align: center;
    padding: 0 70px;
}
.footer-tweets .photo img {
    -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
       -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
            box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer-tweets .text {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-tweets .date {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer-tweets .twitter-slider2 .text {
    margin-top: 40px;
    margin-bottom: 5px;
}
.footer-tweets ul li {
    margin: 0;
}
#twitter-slider .flex-direction-nav a {
    width: 35px;
    height: 25px;
    padding: 0;
    top: 55%;
    border-width: 0;
    background-color: transparent;
}
#twitter-slider .flex-direction-nav .flex-next {
    right: 10px;
}
.twitter-slider1 .flex-direction-nav .flex-prev {
    right: auto;
    left: 10px;
}
.twitter-slider2 .flex-direction-nav .flex-prev {
    right: 47px;
}
.footer-tweets .twitter-icon {
    position: absolute;
    left: 10px;
    width: 45px;
    height: 38px;
    padding: 0;
    display: block;
}
#twitter-footer-slider * {
    line-height: 1.5;
}
#twitter-footer-slider .photo {
    text-align: center;
    margin-bottom: 15px;
}
#twitter-footer-slider .date {
    font-size: 12px;
    margin-bottom: 15px;
}
.footer-tweets .text a,
#twitter-footer-slider .text a {
    background-image: none !important;
    padding-left: 0;
}

/*========== Footer Subscribe ==========*/
.footer-subscribe .block-subscribe {
    margin-bottom: 0;
    border-width: 0;
    background-color: transparent;
    padding: 30px 0 25px;
}
.footer-subscribe .block-title {
    float: left;
    padding: 8px 0 10px;
    margin: 0;
}
.footer-subscribe form {
    float: right;
}
.footer-subscribe .input-box input {
    width: 370px;
    padding: 8px 20px;
    font-size: 16px;
    height: 44px;
}
.footer-subscribe .input-box,
.footer-subscribe .actions {
    float: left;
    padding: 0;
    margin-left: 10px;
}

/*========== Main Content ==========*/
.cms-index-index .main {
    padding-top: 50px;
}
.main-slider {
    overflow: hidden;
    position: relative;
}
.main-slider .shadow-left,
.main-slider .shadow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    opacity: 0.5;
}
.main-slider .shadow-left {
    left: 0;
}
.main-slider .shadow-right {
    right: 0;
}
.main-banner {
    padding: 20px 0 0;
    text-align: center;
    background-repeat: no-repeat;
    min-height: 218px;
    background-image: url(/media/eternal/venedor/background/default/home-banner2.jpg);
}
.main-banner .container {
    padding-left: 0;
    padding-right: 0;
}
.main-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.main-banner img:hover {
    opacity :0.85;
    filter: alpha(opacity=85);
}
.main-container {

}
.main {
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
}
.main.nobc {
    padding-top: 40px;
}
.main-content {
    padding: 0 0 50px;
}
.bv3.bsl .main-content {
    padding-left: 15px;
}
.bv3.bsr .main-content {
    padding-right: 15px;
}
.main-content-right {
    float: right !important;
}
.main h2.subtitle,
.main .widget .widget-title h2,
.main .page-title h1,
.footer-banner h2.subtitle {
    font-size: 40px;
    line-height: 1;
    padding-left: 8px;
    position: relative;
}
.main h2.subtitle .line,
.main .widget .widget-title h2 .line,
.main .page-title h1 .line,
.footer-banner h2.subtitle .line {
    position: absolute;
    left: 240px;
    right: 30px;
    top: 23px;
}
.line-title {
    display: inline-block;
    margin-right: 20px;
}
.footer-banner h2.subtitle .line {
    left: 260px;
}
.page-title .back-link,
.page-title button.button {
    margin-top: 24px;
}
.page-title .link-print {
    background-position: left center;
    color: #888;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    line-height: 1.6;
}

/*========== Sidebar, Block ==========*/
.sidebar {
    padding: 0 0 50px;
}
.sidebar-left {
    margin-left: 0 !important;
}
.bv3 .sidebar-right {
    padding-left: 15px;
}
.bv3 .sidebar-left {
    padding-right: 15px;
}
.sidebar ol,
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar .block-content li {
    padding: 5px 0;
}
.sidebar .block-venedor-ads .block-content li {
    padding: 0;
}
.sidebar .block dt {
    padding: 15px 45px 15px 15px;
    text-transform: uppercase;
}
.sidebar .block dd {
    padding: 15px;
    margin: 0;
}
.sidebar address {
    margin-bottom: 0;
}
.block .slider-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-layered-nav .block-subtitle {
    font-size: 18px;
}
.block-layered-nav dt {
    font-size: 16px;
}
.block-layered-nav .currently ol {
    margin: 0;
    padding: 10px 15px;
}
.block-layered-nav .currently span.value {
    font-weight: bold;
}
.block-layered-nav li {
    padding: 5px 0;
}
.block-layered-nav .label {
    margin-right: 5px;
}
.block-layered-nav .button-arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: -2px;
    position: absolute;
    right: 15px;
}

#narrow-by-list2 dd {
    display: block !important;
}
#venedor-ads {
    position: relative;
}
#venedor-ads p {
    padding: 0;
    margin: 0;
}
.block-list .slider-title {
    padding-right: 62px;
}
.sidebar .block-compare.mini-products-list .item {
    padding-top: 20px;
    padding-bottom: 10px;
}
.sidebar .block-compare.mini-products-list .btn-remove {
    top: -5px;
}
.sidebar .mini-products-list .block .block-title {
    padding-right: 32px;
}
.block-list .old-price {
    margin-bottom: 3px;
}
.block-list .old-price .price {
    font-size: 16px;
}
.block-list .price-label {
    font-size: 14px;
}
.block .block-content .mini-products-list .item {
    padding: 10px 0;
}
.mini-products-list .ratings {
    display: inline-block;
    margin: 3px 0;
}
.mini-products-list .ratings .rating-links {
    display: none;
}
.block-subscribe {
    text-align: center;
    background-color: white;
    padding: 5px;
}
.form-subscribe-header {
    font-size: 16px;
    margin-bottom: 15px;
}
.block-subscribe .input-text {
    width: 90%;
}
.block-subscribe .actions {
    text-align: center;
}

/*========== Category ==========*/
.category-banner {
    padding: 25px 0;
    font-size: 16px;
    position: relative;
}
.category-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-banner p {
    line-height: 1.4;
}
#category-banner-slider .product-image img,
.category-banner .category-image img {
    width: 100%;
    height: auto;
}
#category-banner-slider .product-image,
.category-banner .category-image {
    position: relative;
    margin: 20px auto;
    width: 380px;
}
.main-content .category-banner .category-image {
    width: 100%;
}
#category-banner-slider .product-image {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#category-banner-slider .product-details,
.category-banner .category-details {
    padding: 30px 25px 30px 65px;
}
.category-banner .add-to-cart button.btn-cart {
    margin-left: 0;
}
.sales {
    text-shadow: none;
}
#category-banner-slider .sales {
    position: absolute;
    padding: 10px 20px;
    line-height: inherit;
    font-size: 25px;
    left: -3px;
    top: 20px;
}
#category-banner-slider .slide-shadow {
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -15px;
    height: 15px;
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/category_banner_slider_shadow.png) center top no-repeat;
}
.category-banner .product-name,
.category-banner .category-title h1 {
    font-size: 43px;
    line-height: 45px;
    margin: 35px 0 15px;
}
.category-banner .price {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 15px;
}
.category-banner .button {
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 20px;
}
.slider-arrow,
.main-slider .fraction-slider .prev,
.main-slider .fraction-slider .next,
.main-slider .bx-wrapper .bx-controls-direction a,
.main-slider .tp-leftarrow,
.main-slider .tp-rightarrow {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 45px;
    padding: 0px;
}
.main-slider .bx-wrapper .bx-controls-direction a {
    width: 75px;
    height: 60px;
}
.slider-arrow .shadow {
    display: block;
    width: 7px;
    height: 51px;
    position: absolute;
    top: -3px;
}
.slider-arrow.prev {
    left: -3px;
}
.slider-arrow.prev .shadow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/icon_arrow_prev_shadow.png);
    right: -8px;
}
.slider-arrow.next {
    right: -3px;
}
.slider-arrow.next .shadow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/icon_arrow_next_shadow.png);
    left: -8px;
}
.main-content .category-banner {
    border-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
.main-content .category-banner .category-image img {
    width: 100%;
}
.main-content .category-banner .category-wrap {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 320px;
}
.main-content .category-banner .category-title {
    margin: 0;
    padding: 0;
}
.main-content .category-banner .category-title h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    border-width: 0;
}
.main-content .category-banner .category-description {
    font-size: 16px;
}
#category-full-description {
    display: none;
    font-size: 16px;
    color: #585858;
    padding: 25px;
}
#colorbox #category-full-description {
    display: block;
}
.main-content .category-banner .button {
    margin-top: 10px;
}
#category-full-description h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 35px;
    color: #585858;
}
.products-grid,
.products-list,
ul.products-grid,
ul.products-list,
ol.products-grid,
ol.products-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.products-grid .item-first {
    margin-left: 0;
}
.products-grid li.item {
    margin-top: 10px;
    margin-bottom: 15px;
}
.bv3 .products-grid li.item {
    padding-left: 10px;
    padding-right: 10px;
}
.products-grid .item-inner {
    padding: 21px 5px 21px;
}
.products-grid .item-active .item-inner {
    padding: 20px 4px 20px;
}
.products-grid .item-active.addlinks-block .item-inner {
    position: absolute;
    height: auto !important;
    left: 10px;
    right: 10px;
}
.flexslider.products-grid .item-active.addlinks-block .item-inner {
    position: static;
}
.flexslider.products-grid .item,
.flexslider.products-grid .item-inner {
    background-color: transparent !important;
    border: medium none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important;
}
.flexslider.products-grid .item-inner {
    padding: 0 5px !important;
}
.bv3 .products-grid .product-image {
    width: 175px;
}
.products-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-image img.hover-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.products-grid.upsell-products .item-active .item-inner,
.products-grid.crosssell-products .item-active .item-inner {
    border-width: 0 !important;
    padding: 21px 5px 21px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.flexslider.products-grid .item-active {
    padding: 0 !important;
}

.flexslider.products-grid .item-active .item-inner {
    padding: 0 5px !important;
}
.flexslider.products-grid .addlinks-block .item-inner,
.flexslider.products-grid .item-active.addlinks-block .item-inner {
    padding-bottom: 20px !important;
}
.products-grid .btn-cart {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
}
.products-grid .item-active .btn-cart,
body.mobile .products-grid .btn-cart,
.products-grid .hover-disable .btn-cart {
    text-indent: -999em;
    width: 35px !important;
}
.products-grid .item-active .addlinks-block .btn-cart,
body.mobile .products-grid .addlinks-block .btn-cart,
.products-grid .hover-disable.addlinks-block .btn-cart {
    width: auto !important;
}
.products-grid .addlinks-block .btn-cart {
    display: block !important;
    background-image: none !important;
    text-indent: 0 !important;
    width: auto !important;
    margin: 0 auto 15px !important;
}
.products-grid .ratings {
    margin-top: 20px;
}
.products-grid .ratings .rating-box {
    margin-left: 0;
    margin-right: 0;
}
.products-grid .ratings .amount {
    display: none;
    white-space: nowrap;
    overflow: hidden;
}
body.mobile .products-grid .ratings .amount,
.products-grid .hover-disable .ratings .amount {
    display: inline-block !important;
    width: 80px !important;
    margin-left: 0 !important;
}
.products-grid .availability {
    margin-top: 8px;
    vertical-align: top;
    display: inline-block;
}
.products-grid .actions {
    height: 35px;
    position: relative;
}
.products-grid .addlinks-block .actions {
    height: auto;
}
.products-grid .add-to-links {
    display: none;
    overflow: hidden;
    white-space: nowrap;
}
body.mobile .products-grid .add-to-links,
.products-grid .hover-disable .add-to-links {
    width: 101px !important;
    display: inline-block !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
}
.products-grid .addlinks-block .add-to-links {
    display: block !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    height: 0;
}
body.mobile .products-grid .addlinks-block .add-to-links,
.products-grid .hover-disable.addlinks-block .add-to-links {
    display: block !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    width: auto !important;
}
.flexslider.products-grid .addlinks-block .add-to-links {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
}
.products-list .add-to-links a {
    display: inline-block;
}
.products-list .add-to-links {
    padding-left: 10px;
}
.products-grid .reviews-wrap {
    height: 30px;
    text-align: center;
}
.products-grid .ratings .rating-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.price-slider .priceTextBox {
    width: 60px;
}
.products-list .product-image img,
.products-list .category-image img {
    width: 100%;
    height: auto;
}

/*========== Product Styles ==========*/
.product-image img,
.category-image img {
            transition: opacity 300ms ease-in-out;
       -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
         -o-transition: opacity 300ms ease-in-out;
}
.sidebar .product-image img,
.sidebar .category-image img {
    width: 100%;
    height: auto;
}
.products-grid .product-image img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.products-grid .item .product-image:hover img.primary-image,
.products-list .item .product-image:hover img.primary-image {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}
.products-grid .item .product-image:hover img.hover-image,
.products-list .item .product-image:hover img.hover-image {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.product-essential .product-img-box {
    position: relative;
    padding-right: 0;
}
.product-essential .product-image {
    margin-left: 14px;
    margin-right: auto;
    margin-bottom: 30px;
    width: 404px;
    position: relative;
    float: left;
}
.product-essential .product-img-box * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
.product-essential .product-image.no-gallery {
    margin-left: auto;
}
.product-essential .product-image img {
    width: 100%;
    height: auto;
}
.product-essential .button-viewall {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-indent: -999em;
    z-index: 9999;
}
.product-essential .more-images {
    width: 92px;
    float: left;
    overflow: hidden;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-essential .more-images .normal-list {
    margin-top: -6px;
}
.product-essential .more-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-essential .elastislide-vertical {
    margin-top: -6px;
}
.product-essential .more-images img {
    padding: 6px 0;
    width: 100%;
}
.product-image .tax-details {
    display: none;
}
.product-image .delivery-time-details {
    display: none;
}
.elastislide-vertical nav span.elastislide-next,
.elastislide-vertical nav span.elastislide-prev {
    background-position: center center !important;
    display: block !important;
}
.cloud-zoom-big {
    background-color: #fff;
}
.bv3 .product-essential .product-shop {
    padding-left: 15px;
}
.product-name h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
}
.product-shop > .price-box,
.product-shop > .price-box-bundle {
    display: none;
}
.product-view .product-shop .data-table .price {
    color: inherit;
}
.product-shop .price-review,
.products-grid .price-review {
    margin: 15px 0 5px;
}
.products-grid .price-review {
    margin: 15px 0 0;
}
.products-grid .price-review .price-box,
.products-grid .price-review .review-wrap {
    margin-bottom: 5px;
}
.products-grid .price-review .minimal-price-link {
    display: none !important;
}
.product-shop .price-review > .price-box,
.product-shop .price-review > .price-box-bundle,
.product-shop .price-review > .ratings,
.products-grid .price-review > .price-box,
.products-grid .price-review > .price-box-bundle,
.products-grid .price-review .reviews-wrap {
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
}
.product-essential .product-shop .price-review > .price-box,
.product-essential .product-shop .price-review > .price-box-bundle,
.product-essential .product-shop .price-review > .ratings {
    display: block;
    margin-bottom: 10px;
}
.product-shop .price-review > .price-box,
.products-grid .price-review > .price-box {
    position: static;
    background-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-right: 30px;
    text-align: left;
}
.products-grid .price-review > .price-box {
    margin-right: 0;
}
.product-shop .price-review > .price-box *,
.products-grid .price-review > .price-box * {
    display: inline;
}
.product-shop .price-review > .price-box p,
.products-grid .price-review > .price-box p {
    margin: 0;
}
.product-shop .price-review > .price-box .price,
.products-grid .price-review > .price-box .price {
    margin-right: 10px;
}
.product-shop .price-review > .price-box .old-price,
.products-grid .price-review > .price-box .old-price {
    font-size: 18px;
}
.product-shop .price-review > .ratings,
.products-grid .price-review .ratings {
    margin-bottom: -2px;
    margin-top: 0;
    vertical-align: bottom;
}
.products-grid .price-review .reviews-wrap .amount {
    display: none !important;
}
.product-view .product-shop .price {
    font-size: 25px;
}
.product-view .product-shop .old-price .price {
    font-size: 20px;
}
.add-to-box .addthis-icons {
    margin-top: 2px;
    float: left;
    width: 245px;
    margin-left: 15px;
}
.add-to-box .addthis-icons * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
.add-to-box .addthis-icons .addthis_toolbox {

}
.add-to-box .addthis-icons > span {
    display: none;
    float: left;
    line-height: 32px;
    margin-right: 7px;
}
.product-collateral {
    margin-top: 30px;
}
.product-tabs {
    /*margin-bottom: 50px;*/
}
#product-tabs,
#cart-tabs {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#product-tabs > dt,
#cart-tabs > dt {
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 20px;
    width: 210px;
    cursor: pointer;
    color: #868883;
}
#product-tabs > dt.open,
#cart-tabs > dt.open {
    position: relative;
    background-color: #fff;
    width: 211px;
    z-index: 10;
    color: #565656;
}
#product-tabs > dd,
#cart-tabs > dd {
    display: none;
    position: absolute;
    left: 210px;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0;
    padding: 30px;
    line-height: 1.8;
    border-bottom-width: 0 !important;
}
#product-tabs > dd h2,
#cart-tabs > dd h2 {
    display: none;
}
.box-reviews dl {
    margin-bottom: 0;
}
.box-reviews dt {
    font-size: 18px;
    padding: 20px 0 10px;
}
.review-title {
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.review-title span {
    display: block;
}
.box-reviews > .rating-box {
    position: absolute;
    top: 30px;
    right: 30px;
}
.box-reviews dd {
    margin-left: 0;
    padding-bottom: 20px;
}
.box-reviews .author {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.box-reviews .date {
    color: #bdbdbd;
    font-size: 14px;
    font-style: italic;
}
.box-reviews .ratings-table {
    margin: 10px 0;
}
.ratings-table .rating-box {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating_small.png);
    height: 13px;
    width: 70px;
    margin-bottom: 0;
}
.ratings-table .rating-box .rating {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating_small.png);
    height: 13px;
}
.box-reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#product-review-table {
    margin: 20px 0;
}
#product-review-table th,
#product-review-table td {
    text-align: center;
}
.box-reviews .form-add h3 {
    margin-top: 30px;
    font-size: 20px;
}
.box-reviews .form-add h4 {
    font-size: 17px;
}
.box-reviews textarea {
    width: 95%;
}
.upsell-products .item .product-image,
.crosssell-products .item .product-image {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}
#product-tabs > dd h2.product-name {
    display: block;
}
#product-tabs .crosssell .flex-direction-nav a {
    width: 50px;
    height: 40px;
    top: 112px;
}
#product-tabs .crosssell .flex-direction-nav .flex-prev {
    right: auto;
    left: -10px;
}
#product-tabs .crosssell .flex-direction-nav .flex-next {
    right: -10px;
}
.box-up-sell .flex-direction-nav a,
.box-cross-sell .flex-direction-nav a,
#brand-slider .flex-direction-nav a,
.featured-products .flex-direction-nav a {
    width: 50px;
    height: 40px;
    top: 0;
    margin-top: -94px;
}
#brand-slider .flex-direction-nav a {
    margin-top: -80px;
}
.box-up-sell .flex-direction-nav .flex-prev,
.box-cross-sell .flex-direction-nav .flex-prev,
#brand-slider .flex-direction-nav .flex-prev,
.featured-products .flex-direction-nav .flex-prev {
    right: 53px;
}
.main .box-up-sell h2.subtitle .line,
.main .box-cross-sell h2.subtitle .line,
.brand-slider-wrap h2.subtitle .line,
.featured-products h2.subtitle .line {
    right: 130px;
}
.featured-products {
    position: relative;
}
.product-view .box-tags .form-add label {
    line-height: 42px;
}
.product-view .box-tags .form-add .button {
    height: 42px;
}
#addTagForm {
    margin-bottom: 15px;
}
#addTagForm .input-text {
    height: 42px;
}
.product-view .box-up-sell {
    margin-top: 50px;
}
.mini-products-list .price-box * {
    display: inline;
}
.mini-products-list .price-box .price {
    margin-right: 10px;
}
.catblocks {
    list-style: none;
}

/*========== Price Style ==========*/
.price-box .product-image {
    display: none;
}
.price-box .minimal-price-link {
    display: none;
}
.price-box * {
    line-height: 1.2 !important;
}
.products-grid .price,
.products-list .price
.product-essential .product-img-box .price {
    line-height: 1.2;
}
.products-grid .old-price,
.products-list .old-price {
    margin: 0;
}
.old-price .price-label,
.special-price .price-label,
.price-from .price-label,
.price-to .price-label {
    display: none !important;
}
.products-grid .price-from,
.products-list .price-from {
    padding-bottom: 6px;
    margin-bottom: 0;
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/icon_from_to.png) bottom center no-repeat;
}
.products-grid .price-box {
    position: absolute;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    text-align: center;
    width: 80px;
    height: 80px;
    bottom: -10px;
    right: -10px;
    font-size: 17px;
    margin: 0;
    line-height: 1.2;
}
.products-grid .regular-price,
.products-grid .price-box > .price {
    display: block;
    margin-top: 30px;
}
.products-grid .old-price {
    display: block;
    margin-top: 20px;
    font-size: 15px;
}
.products-grid .price-from {
    display: block;
    margin-top: 17px;
}
.products-grid .minimal-price {
    display: block;
    margin-top: 25px;
}
.products-grid .minimal-price .price-label {
    display: block;
    font-size: 13px;
}

.products-list .price-box {
    -webkit-border-radius: 45px;
       -moz-border-radius: 45px;
            border-radius: 45px;
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: -10px;
    right: -10px;
    font-size: 18px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}
.products-list .regular-price,
.products-list .price-box > .price {
    display: block;
    margin-top: 34px;
}
.products-list .old-price {
    display: block;
    margin-top: 24px;
    font-size: 16px;
}
.products-list .price-from {
    display: block;
    margin-top: 20px;
}
.products-list .minimal-price {
    display: block;
    margin-top: 26px;
}
.products-list .minimal-price .price-label {
    display: block;
    font-size: 14px;
}

.product-essential .product-img-box .price-box,
.slider-wrap .price-box {
    -webkit-border-radius: 54px;
       -moz-border-radius: 54px;
            border-radius: 54px;
    position: absolute;
    width: 108px;
    height: 108px;
    bottom: -10px;
    right: -10px;
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.product-essential .product-img-box .price-box {
    z-index: 10000;
}
.product-essential .product-img-box .regular-price,
.product-essential .product-img-box .price-box > .price,
.slider-wrap .price-box .price {
    display: block;
    margin-top: 38px;
}
.product-essential .product-img-box .old-price {
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 20px;
}
.product-essential .product-img-box .price-from {
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/icon_from_to_large.png) bottom center no-repeat;
    padding-bottom: 7px;
    margin-bottom: 4px;
}
.product-essential .product-img-box .price-from,
.product-essential .product-img-box .price-to {
    font-size: 21px;
}
.product-essential .product-img-box .price-from,
.product-essential .product-img-box .minimal-price {
    display: block;
    margin-top: 25px;
}
.product-essential .product-img-box .minimal-price .price-label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.products-grid .labels,
.products-list .labels,
.product-essential .product-img-box .labels {
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.products-grid .labels.top-right,
.products-list .labels.top-right,
.product-essential .product-img-box .labels.top-right {
    left: auto;
    right: 0;
}
.products-grid .labels.bottom-left,
.products-list .labels.bottom-left,
.product-essential .product-img-box .labels.bottom-left {
    top: auto;
    bottom: 10px;
}
.products-grid .labels.bottom-right,
.products-list .labels.bottom-right,
.product-essential .product-img-box .labels.bottom-right {
    left: auto;
    right: 0;
    top: auto;
    bottom: 10px;
}
.products-grid .new,
.products-grid .sales,
.products-list .new,
.products-list .sales,
.product-essential .product-img-box .new,
.product-essential .product-img-box .sales {
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.products-grid .new.circle,
.products-grid .sales.circle,
.products-list .new.circle,
.products-list .sales.circle,
.product-essential .product-img-box .new.circle,
.product-essential .product-img-box .sales.circle {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 21px 0;
    margin-top: -15px;
    margin-left: -5px;
}
.products-grid .top-right .new.circle,
.products-grid .top-right .sales.circle,
.products-list .top-right .new.circle,
.products-list .top-right .sales.circle,
.product-essential .product-img-box .top-right .new.circle,
.product-essential .product-img-box .top-right .sales.circle {
    margin-left: 5px;
}
.products-grid .bottom-left .new.circle,
.products-grid .bottom-left .sales.circle,
.products-list .bottom-left .new.circle,
.products-list .bottom-left .sales.circle,
.product-essential .product-img-box .bottom-left .new.circle,
.product-essential .product-img-box .bottom-left .sales.circle {
    margin-bottom: -15px;
}
.products-grid .bottom-right .new.circle,
.products-grid .bottom-right .sales.circle,
.products-list .bottom-right .new.circle,
.products-list .bottom-right .sales.circle,
.product-essential .product-img-box .bottom-right .new.circle,
.product-essential .product-img-box .bottom-right .sales.circle {
    margin-left: 5px;
    margin-bottom: -15px;
}
.product-essential .product-img-box .labels {
    width: 70px;
    font-size: 18px;
    top: 13px;
    z-index: 10000;
}
.product-essential .product-img-box .labels.bottom-left,
.product-essential .product-img-box .labels.bottom-right {
    bottom: 13px;
}
.product-essential .product-img-box .new,
.product-essential .product-img-box .sales {
    padding: 10px 0;
    margin-bottom: 2px;
}
.product-essential .product-img-box .new.circle,
.product-essential .product-img-box .sales.circle {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 26px 0;
    margin-top: -21px;
    margin-left: -8px;
}
.product-essential .product-img-box .top-right .new.circle,
.product-essential .product-img-box .top-right .sales.circle {
    margin-left: 8px;
}
.product-essential .product-img-box .bottom-left .new.circle,
.product-essential .product-img-box .bottom-left .sales.circle {
    margin-bottom: -21px;
}
.product-essential .product-img-box .bottom-right .new.circle,
.product-essential .product-img-box .bottom-right .sales.circle {
    margin-bottom: -21px;
    margin-left: 8px;
}
.add-to-cart .qty {
    height: 42px;
    width: 137px;
}
.add-to-cart .button-up,
.add-to-cart .button-down {
    height: 21px;
}
.add-to-cart-alt .qty-wrap,
.add-to-cart .qty-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.add-to-cart button.btn-cart {
    margin-top: 15px;
}
.add-to-cart-extra {
    margin-top: 15px;
}
.qty-holder {
    position: relative;
}
.qty-holder label {
    width: 30px;
    line-height: 42px;
}
.qty-holder .qty {
    padding: 10px 39px 10px 16px;
    text-align: center;
    width: 83px;
    height: 42px;
}
.data-table .qty-holder {
    display: inline-block;
}
.data-table .qty-holder .qty {
    width: 86px;
    height: 42px;
    margin: 0;
}
.qty-holder .button-up,
.qty-holder .button-down {
    position: absolute;
    height: 21px;
    width: 23px;
    padding: 0;
    left: 94px;
    top: 0;
}
.add-to-cart-alt .qty-holder .button-up,
.add-to-cart-alt .qty-holder .button-down {
    left: 63px;
}
.add-to-cart-alt .qty-holder {
    margin-bottom: 5px;
}
.add-to-cart-alt .btn-cart,
.data-table .add-to-cart-alt .button {
    display: block;
    margin: 0;
    padding: 6px 5px;
}
.qty-holder .button-down {
    top: 21px;
}
.qty-holder.nolabel .button-up,
.qty-holder.nolabel .button-down {
    left: 63px;
}
.product-shop .button-up,
.product-shop .button-down {
    height: 21px;
}

/*========== Category Toolbar, Pager ==========*/
.toolbar {
    position: relative;
    border-width: 0 !important;
    padding: 15px 0;
    margin-bottom: 15px;
}
.toolbar-bottom {
    border-width: 0 !important;
}
.toolbar .pager {
    text-align: right;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.sorter .dropdown-toggle {
    width: 120px;
    text-align: left;
}
.sorter .dropdown-menu > li {
    width: 120px;
}
.pager .dropdown-toggle {
    width: 85px;
    text-align: left;
}
.pager .dropdown-menu > li {
    width: 85px;
    display: block;
    text-align: left;
}
.pager .button,
.toolbar .button,
.toolbar .btn {
    padding: 4px 10px;
}
.toolbar .pager .limiter {
    float: right;
    position: absolute;
    top: 15px;
    right: 100px;
}
.toolbar-bottom .pager .limiter {
    position: static;
}
.toolbar .pager .pages {
    float: right;
    margin-left: 30px;
}
.pager .button {
    padding: 4px 11px;
}
.toolbar .actions {
    margin-right: 30px;
}
.pager .limiter label,
.toolbar label {
    display: inline;
    float: left;
    text-transform: lowercase;
    margin-right: 10px;
    padding: 6px 0;
    font-size: 13px;
}
.toolbar .sorter .sort-by {
    margin-right: 30px;
}
.pager .amount {
    margin-right: 20px;
}
.toolbar-bottom .sorter {
    display: none;
}
.product-view .box-reviews .pager {
    border-width: 0;
    padding-top: 15px;
}

/*========== Shoppint Cart, Compare Products Data Table ==========*/
.data-table {
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
.order-review .data-table {
    margin-bottom: 30px;
}
.data-table li {
    list-style-position: inside;
}
.data-table select {
    width: 94px;
}
.data-table .button {
    margin: 0 5px;
    white-space: nowrap;
}
.data-table .input-text {
    width: 80px;
}
.data-table .product-name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    background: transparent;
    border: medium none;
    margin-bottom: 5px;
    padding: 0;
    text-transform: none;
}
.data-table .actions {
    margin: 15px 0 0;
}
.data-table .price {
    font-size: 18px;
}
.cart .totals table tfoot td .price {
    font-size: 22px;
}
.cart-table th,
.cart-table td {
    padding: 30px 10px;
}
.cart-table th {
    text-align: center;
}
.cart-table td.column-name {
    padding: 30px;
}
.cart-table thead th,
.cart-table thead td,
.cart-table tfoot th,
.cart-table tfoot td {
    padding: 20px 20px;
}
.cart-table tr {
    vertical-align: top;
}
.data-table .product-image {
    float: left;
    width: 180px;
}
.data-table a.product-image {
    float: none;
    text-align: center;
    display: block;
}
.my-account .data-table .product-image,
.my-wishlist .data-table .product-image,
.order-review .data-table .product-image {
    width: auto;
    height: auto;
}
.data-table .product-shop {
    padding-left: 210px;
}
.data-table .item-options {
    float: left;
    line-height: 25px;
    width: 100%;
}
.data-table .cart-price {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.data-table .total-price {
    position: relative;
    margin: 0 auto;
}
.cart-table .total-price {
    width: 140px;
}
.data-table .total-price .cart-price {
    padding-right: 40px;
}
.data-table .total-price .price {
    line-height: 28px;
}
.cart-table .btn-remove {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: 0;
}
.data-table .add-to-cart {
    position: relative;
    width: 112px;
    margin: 5px auto;
}
.data-table .add-to-cart .qty {
    padding: 9px 35px 9px 15px;
    font-size: 20px;
    height: 26px;
    width: 60px;
}
.cart-table .add-to-cart .qty {
    width: 112px;
    height: 46px;
}
.data-table .add-to-cart .button-up,
.data-table .add-to-cart .button-down {
    height: 23px;
    width: 23px;
    padding: 0;
    left: 89px;
}
.data-table .add-to-links {
    list-style:none;
    margin: 10px 0;
}
.data-table thead tr.mobile-row,
.data-table .mobile-label {
    display: none;
}
.data-table .btn-continue {
    float: left;
}
.cart-totals {
    margin-bottom: 40px;
}
.checkout-types li {
    margin-bottom: 15px;
}
.cart-tabs {
    margin-bottom: 100px;
}
.cart-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.compare-table {
    margin-bottom: 20px;
}
.compare-table th {
    text-align: right;
    padding: 15px;
    vertical-align: top;
}
.compare-table td {
    text-align: center;
    padding: 15px;
    vertical-align: top;
}
.compare-table .product-image {
    width: 170px;
    margin: 15px auto 10px;
    display: inline-block;
    float: none;
}
.compare-table .product-image img {
    width: 100%;
    height: auto;
}
.compare-table .ratings .rating-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.compare-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.compare-table .add-to-links {
    display: inline;
}
.compare-table .add-to-links li {
    display: inline;
}
.compare-table .btn-remove {
    margin-top: 20px;
}
.compare-table td {
    background-color: #fff;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
.compare-table td.last {
    border-right-width: 1px !important;
}
.compare-table th {
    border-bottom-width: 0 !important;
}
.compare-table tr.last th,
.compare-table tr.last td {
    border-bottom-width: 1px !important;
}

.compare-table-mobile {
    display: none;
}
.compare-table-mobile th {
    text-align: center;
}
.compare-table-mobile th,
.compare-table-mobile td {
    border-bottom-width: 1px !important;
}
.compare-table-mobile tr td {
    background-color: #fff !important;
}

/*========== Form Fields ==========*/
.form-list label [class^="icon-"],
.form-list label [class*=" icon-"] {
    width: 20px;
    height: 20px;
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_20x20.png) !important;
    margin-top: -2px;
    margin-right: 3px;
}
.form-list .icon-people          { background-position: -40px -20px; }
.blue .form-list .icon-people    { background-position: -40px -40px; }
.orange .form-list .icon-people  { background-position: -40px -60px; }
.pink .form-list .icon-people    { background-position: -40px -80px; }

.form-list .icon-email           { background-position: -60px -20px; }
.blue .form-list .icon-email     { background-position: -60px -40px; }
.orange .form-list .icon-email   { background-position: -60px -60px; }
.pink .form-list .icon-email     { background-position: -60px -80px; }

.form-list .icon-subject         { background-position: -80px -20px; }
.blue .form-list .icon-subject   { background-position: -80px -40px; }
.orange .form-list .icon-subject { background-position: -80px -60px; }
.pink .form-list .icon-subject   { background-position: -80px -80px; }

.form-list .icon-upload          { background-position: -100px -20px; }
.blue .form-list .icon-upload    { background-position: -100px -40px; }
.orange .form-list .icon-upload  { background-position: -100px -60px; }
.pink .form-list .icon-upload    { background-position: -100px -80px; }

.form-list .icon-comment         { background-position: -120px -20px; }
.blue .form-list .icon-comment   { background-position: -120px -40px; }
.orange .form-list .icon-comment { background-position: -120px -60px; }
.pink .form-list .icon-comment   { background-position: -120px -80px; }

.form-list .icon-phone           { background-position: -140px -20px; }
.blue .form-list .icon-phone     { background-position: -140px -40px; }
.orange .form-list .icon-phone   { background-position: -140px -60px; }
.pink .form-list .icon-phone     { background-position: -140px -80px; }

.form-list .icon-fax             { background-position: -160px -20px; }
.blue .form-list .icon-fax       { background-position: -160px -40px; }
.orange .form-list .icon-fax     { background-position: -160px -60px; }
.pink .form-list .icon-fax       { background-position: -160px -80px; }

.form-list .icon-password        { background-position: -180px -20px; }
.blue .form-list .icon-password  { background-position: -180px -40px; }
.orange .form-list .icon-password{ background-position: -180px -60px; }
.pink .form-list .icon-password  { background-position: -180px -80px; }

.form-list .icon-captcha         { background-position: -180px -20px; }
.blue .form-list .icon-captcha   { background-position: -180px -40px; }
.orange .form-list .icon-captcha { background-position: -180px -60px; }
.pink .form-list .icon-captcha   { background-position: -180px -80px; }

.form-list .icon-company         { background-position: -200px -20px; }
.blue .form-list .icon-company   { background-position: -200px -40px; }
.orange .form-list .icon-company { background-position: -200px -60px; }
.pink .form-list .icon-company   { background-position: -200px -80px; }

.form-list .icon-address         { background-position: -220px -20px; }
.blue .form-list .icon-address   { background-position: -220px -40px; }
.orange .form-list .icon-address { background-position: -220px -60px; }
.pink .form-list .icon-address   { background-position: -220px -80px; }

.form-list .icon-city            { background-position: -240px -20px; }
.blue .form-list .icon-city      { background-position: -240px -40px; }
.orange .form-list .icon-city    { background-position: -240px -60px; }
.pink .form-list .icon-city      { background-position: -240px -80px; }

.form-list .icon-zipcode         { background-position: -260px -20px; }
.blue .form-list .icon-zipcode   { background-position: -260px -40px; }
.orange .form-list .icon-zipcode { background-position: -260px -60px; }
.pink .form-list .icon-zipcode   { background-position: -260px -80px; }

.form-list .icon-country         { background-position: -280px -20px; }
.blue .form-list .icon-country   { background-position: -280px -40px; }
.orange .form-list .icon-country { background-position: -280px -60px; }
.pink .form-list .icon-country   { background-position: -280px -80px; }

.form-list .icon-state           { background-position: -300px -20px; }
.blue .form-list .icon-state     { background-position: -300px -40px; }
.orange .form-list .icon-state   { background-position: -300px -60px; }
.pink .form-list .icon-state     { background-position: -300px -80px; }

.form-list .icon-tax             { background-position: -440px -20px; }
.blue .form-list .icon-tax       { background-position: -440px -40px; }
.orange .form-list .icon-tax     { background-position: -440px -60px; }
.pink .form-list .icon-tax       { background-position: -440px -80px; }

.form-list .icon-date            { background-position: -460px -20px; }
.blue .form-list .icon-date      { background-position: -460px -40px; }
.orange .form-list .icon-date    { background-position: -460px -60px; }
.pink .form-list .icon-date      { background-position: -460px -80px; }

.form-list .icon-card            { background-position: -480px -20px; }
.blue .form-list .icon-card      { background-position: -480px -40px; }
.orange .form-list .icon-card    { background-position: -480px -60px; }
.pink .form-list .icon-card      { background-position: -480px -80px; }

/*========== Checkout Page ==========*/
#checkoutSteps {
    list-style: none;
    margin: 0;
    padding: 0;
}
.opc .step-title a {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}
.opc h3 {
    margin: 0 0 20px;
}
.opc .form-list h3 {
    margin-top: 0;
}
.opc ul,
.opc ol {
    margin: 20px 0 0;
}
.opc ul li,
.opc ol li {
    margin-bottom: 25px;
}
.opc fieldset > .form-list {
    margin-top: 0;
}
#opc-review .buttons-set {
    margin-top: 40px;
}
#opc-review .step {
    padding-bottom: 20px;
}
#shipping-zip-form {
    margin-bottom: 25px;
}
#onepage-checkout-shipping-method-additional-load {
    margin-top: 40px;
}
#allow-gift-messages-for-items-container ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#payment_form_authorizenet_directpost {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

/*========== Form List ==========*/
.form-list p {
    margin:0 0 20px;
}

.fieldset p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.form-list li {
    margin-bottom: 25px;
}
.form-list li.control,
.form-list li.options,
.form-list li.has-pretty-child {
    margin-bottom: 20px;
}
.forgot-password {
    font-size: 13px;
    color: #c72928;
    position: absolute;
    right: 0;
    top: 50px;
}
.form-list input.input-text {
    width: 100%;
    padding: 13px 15px 13px 165px;
    margin-bottom: 0;
    line-height: 20px;
}
.form-list textarea {
    width: 100%;
    padding: 60px 15px 13px;
    margin-bottom: 0;
    line-height: 20px;
}
.form-list select {
    padding: 12px 15px 12px 165px;
    margin: 0;
    width: 100%;
    line-height: 20px;
    height: 48px;
}
body.safari .form-list select {
    -webkit-appearance: none;
}
.form-list li label {
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 150px;
    margin: 0;
    padding: 0 15px;
    line-height: 46px;
    /*height: 46px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1000;
}
.form-list li label.label-wide {
    width: auto;
    height: 46px;
    right: 1px;
}
.form-list li.control label,
.form-list li.options label,
.form-list li.has-pretty-child label {
    font-size: 15px;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    vertical-align: baseline;
    line-height: 22px;
    background-color: transparent;
    border-width: 0;
}
.opc .sp-methods dt label {
    margin: -3px 5px 0;
}
.form-list .validation-advice {
    position: absolute;
}
.sp-methods .prettycheckbox > a,
.sp-methods .prettyradio > a {
    margin-left: 0;
}
.form-list .customer-dob .dob-day {
    width: 38%;
    margin-right: 3%;
}
.form-list .span6 .customer-dob .dob-day,
.form-list .col-sm-6 .customer-dob .dob-day,
.span6 .form-list .customer-dob .dob-day,
.col-sm-6 .form-list .customer-dob .dob-day {
    width: 50%;
}
.form-list .customer-dob .dob-month {
    width: 23%;
    margin-right: 3%;
}
.form-list .span6 .customer-dob .dob-month,
.form-list .col-sm-6 .customer-dob .dob-month,
.span6 .form-list .customer-dob .dob-month,
.col-sm-6 .form-list .customer-dob .dob-month {
    width: 18%;
}
.form-list .customer-dob .dob-year {
    width: 33%;
}
.form-list .span6 .customer-dob .dob-year,
.form-list .col-sm-6 .customer-dob .dob-year,
.span6 .form-list .customer-dob .dob-year,
.col-sm-6 .form-list .customer-dob .dob-year {
    width: 26%;
}
.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-year input.input-text {
    padding-left: 15px;
}
.form-list .input-range {
    line-height: 46px;
}
.form-list .input-range .separator {
    width: 4%;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.form-list .input-range .start input.input-text {
    width: 54%;
}
.form-list .input-range .end input.input-text {
    width: 34%;
    padding-left: 15px;
}
.legend {
    margin-bottom: 20px;
}
.span6 .sp-methods select.month,
.col-sm-6 .sp-methods select.month { width:320px; }
.span6 .sp-methods select.year,
.col-sm-6 .sp-methods select.year { width:120px; }


/*========== Contact Us ==========*/
#contact-gmap {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}
ul.contact-details {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.contact-details li {
    margin: 20px 0;
    line-height: 24px;
}
ul.contact-details span {
    display: inline-block;
}
ul.contact-details .button-inverse {
    margin-right: 15px;
    margin-top: 7px;
    padding: 7px;
    float: left;
}
ul.contact-details [class^="icon-"],
ul.contact-details [class*=" icon-"] {
    width: 20px;
    height: 20px;
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_20x20.png) !important;
    margin: 0;
    padding: 0;
}
ul.contact-details .icon-email { background-position: 0 0; }
ul.contact-details .icon-skype { background-position: -20px 0; }
ul.contact-details .icon-phone { background-position: -140px 0; }
ul.contact-details .icon-device { background-position: -520px 0; }

/*========== My Account ==========*/
.sidebar .block-account ul li {
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png) left center no-repeat;
    padding-left: 15px;
}
.green .sidebar .block-account ul li { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_green.png); }
.blue .sidebar .block-account ul li { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_blue.png); }
.orange .sidebar .block-account ul li { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_orange.png); }
.pink .sidebar .block-account ul li { background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/li_pink.png); }
.main-content .welcome-msg {
    padding: 10px 0;
}
.box-head h2 {
    margin-top: 25px;
}
.box-head a,
.box-title a {
    margin-bottom: 5px;
    display: inline-block;
}
.box-content p {
    line-height: 1.4;
}
.box-content a {
    margin-top: 5px;
    display: inline-block;
}
.dashboard .box-account ol,
.dashboard .box-account ul,
.addresses-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard .box-account li {
    margin: 5px 0;
}
.dashboard .box-account .product-name {
    font-size: 18px;
    line-height: 1;
}
.addresses-list h3 {
    margin-top: 20px;
}
.my-wishlist textarea {
    display: block;
    height: 80px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* Home Slider Styles */
#homeslider-bxslider {
    margin: 0;
    padding: 0;
}
.homeslider-products .bx-wrapper {
    margin: 0 auto;
}
.homeslider-products .bx-wrapper .bx-viewport {
    overflow: visible !important;
}
.homeslider-products .bx-wrapper .product-image img {
    width: 100%;
    height: auto;
}
.homeslider-products .bx-wrapper .product-image img:hover,
.homeslider-products .bx-wrapper li.hover .product-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.homeslider-products .product-details {
    position: absolute;
    top: 97%;
    right: 3%;
    bottom: 3%;
    left: 3%;
    text-align: center;
    overflow: hidden;
}
.homeslider-products li.hover .product-details {
    border:1px solid #fff;
}
.homeslider-products .product-name {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}
.homeslider-products .price-box .price {
    font-size: 35px;
    font-weight: bold;
}
.homeslider-products .price-box {
    margin-bottom: 15px;
}
.homeslider-products .product-desc {
    padding: 0 60px;
    font-size: 16px;
    line-height: 1.4;
}
.homeslider-products .btn-cart,
.homeslider-products .add-to-cart .btn-cart {
    margin-top: 15px;
}
.homeslider-products .bx-wrapper .bx-pager,
.homeslider-products .bx-wrapper .bx-controls-auto {
    bottom: 3%;
}

/*========== Brands Slider ==========*/
#brand-slider {
    margin-top: 42px;
    margin-bottom: 30px;
}
#brand-slider img {
    width: 170px;
    margin: 0 auto;
}

dl.sp-methods dd {
    line-height: 3;
}

/* System Config Styles */
/* Created at 2026-03-08 23:50:23 */

/*========== Common Styles ==========*/
body {
    color: #43372a;
    font-size: 16px;
    font-family: "Noto Serif", serif;

    background-color: #ffffff;
}

label, input, button, select, textarea {
    font-family: "Noto Serif", serif;
}

a {
    color: #43372a;
}

a:hover, a:focus {
    color: #af650e;
}

h1, h2, h3, h4, h5, h6,
.block .block-title,
.slide-title {
    color: #43372a;
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .block .block-title a,
.slide-title a {
    color: #43372a;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .block .block-title a:hover,
h1 a:hover, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .block .block-title a:focus,
.slide-title a:hover, .slide-title a:focus {
    color: #43372a;
}
p.desc {
    font-family: "Work Sans", Arial, sans-serif;
}

.main-container .button,
.main-container .btn,
.button-arrow,
#mini-cart .button,
.button-tabs li a,
#Growler .button {
    text-transform: uppercase;
}

.button,
.btn, .btn.close,
.button-inverse,
.sidebar .button,
.sidebar .btn,
.dropdown .dropdown-menu .button,
.buttons-set .back-link a,
.scrolltop,
.button-tabs li a {
    font-family: "Noto Serif", serif;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border-width: 1px;
    border-color: #af650e;
    background-color: #43372a;
    background-image: none;
    color: #ffffff;
    }

.slider-arrow,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.button-arrow,
.pager .button,
.toolbar .button,
.toolbar .btn,
.dropdown .arrow,
.dropdown .button,
.elastislide-next,
.elastislide-prev,
.opc .step-title a,
.prettycheckbox > a,
.prettyradio > a,
.fraction-slider .prev,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction a,
.tp-leftarrow,
.tp-rightarrow {
    font-family: "Noto Serif", serif;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border-width: 1px;
    border-color: #dfd9d3;
    border-style: solid;
    background-color: #dfd9d3;
    color: #43372a;
    }
.pager .button,
.toolbar .button,
.toolbar .btn,
.toolbar .button-arrow,
.toolbar .dropdown .button .arrow {
    background-color: #dfd9d3;
}
.toolbar .button-dark,
.toolbar .btn-dark,
.pager .button-dark,
.pager .btn-dark {
    background-color: #dfd9d3;
}

.prettycheckbox > a,
.prettyradio > a {
    border-color: #c3c3c3;
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.btn.close:hover,
.btn.close:focus,
.button-inverse,
.sidebar .button:hover,
.sidebar .button:focus,
.sidebar .btn:hover,
.sidebar .btn:focus,
.pager .button:hover,
.pager .button:focus,
.toolbar .button:hover,
.toolbar .button:focus,
.toolbar .btn:hover,
.toolbar .btn:focus,
.dropdown .dropdown-menu .button:hover,
.dropdown .dropdown-menu .button:focus,
.buttons-set .back-link a:hover,
.buttons-set .back-link a:focus,
.scrolltop,
.button-tabs li a:hover,
.button-tabs li a:focus {
    border-color: #af650e;
    background-color: #af650e;
    background-image: none;
    color: #ffffff;
}

.slider-arrow:hover,
.slider-arrow:focus,
.button-arrow:hover,
.button-arrow:focus,
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus,
.dropdown.open .arrow,
.toolbar .dropdown.open .arrow,
.elastislide-next:hover,
.elastislide-next:focus,
.elastislide-prev:hover,
.elastislide-prev:focus,
.opc .step-title a:hover,
.opc .step-title a:focus,
.prettycheckbox > a.checked,
.prettyradio > a.checked,
.fraction-slider .prev:hover,
.fraction-slider .prev:focus,
.fraction-slider .next:hover,
.fraction-slider .next:focus,
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus,
.tp-leftarrow:hover,
.tp-leftarrow:focus,
.tp-rightarrow:hover,
.tp-rightarrow:focus {
    border-color: #af650e;
    background-color: #af650e;
    background-image: none;
    color: #ffffff;
}

.add-to-cart .qty,
.qty-holder .qty {
    background-color: #fff;
    border: 1px solid #dfd9d3;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.button-inverse,
.button-tabs li.active a {
    border-color: #af650e !important;
    background-color: #af650e !important;
    background-image: none !important;
    color: #ffffff !important;
}
.button-inverse:hover,
.button-inverse:focus {
    border-color: #af650e !important;
    background-color: #43372a !important;
    color: #ffffff !important;
}
.scrolltop:hover,
.scrolltop:focus {
    border-color: #e5be27 !important;
    background-color: #e5be27 !important;
    color: #ffffff !important;
}

.dropdown-select .button {
    border-color: #dfd9d3 !important;
    background-color: #fff !important;
    color: #43372a !important;
}
.toolbar span.button-active {
    border-color: #af650e;
    background-color: #af650e;
    color: #ffffff;
}

select, 
textarea, 
input.input-text, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.btn-group.open .btn.dropdown-toggle {
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; 
    color: #402e1a;   
    background-color: #ffffff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

form h2,
form h3,
.section h3 {
    color: #43372a;
}
.main h2.subtitle,
.main .widget .widget-title h2,
.main .page-title h1,
.footer-banner h2.subtitle {
    color: #43372a;
    border-left: 4px solid #af650e;
}
.main h2.subtitle .line,
.main .widget .widget-title h2 .line, 
.main .page-title h1 .line,
.footer-banner h2.subtitle .line {
    border-top: 1px solid #dfd9d3;
}

.opc .input-text {
    
}

/*========== Header Top ==========*/
.header-top {
    font-size: 14px;
    border-top: 4px solid #402e1a;
    background-color: #dfd9d3;
    height: 40px;
}

/*========== Header ==========*/
.header {
    font-size: 14px;
    background-color: #ffffff;
        background-position: center center;
    background-repeat: repeat;
}
.header-contact .block {
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
}
.header a {
    color: #43372a;
}
.header a:hover,
.header a:focus {
    color: #43372a;
}
.header .logo {
    margin-top: 0;
}

/*========== Top Links ==========*/
.toplinks a {
    color: #43372a;
}
.toplinks a:hover,
.toplinks a:focus {
    color: #af650e;
}

/*========== Currency, Language Selector, Store Switcher ==========*/
.block-currency, 
.block-language {
    background-color: #402e1a;
}
.dropdown-menu {
    border-color: #c8bfb3;
}
.dropdown-menu > li > a,
.dropdown-submenu:focus > a {
    background-color: #fff;
    background-image: none;
    color: #43372a;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-submenu:hover > a {
    background-color: #402e1a !important;
    background-image: none;
    color: #ffffff;
}
.block-currency .block-content > a, 
.block-language .block-content > a,
.store-switcher .block-content > a {
    color: #ffffff;
}
.block-currency,
.block-language,
.block-currency .dropdown-menu > li > a, 
.block-currency .dropdown-submenu:focus > a,
.block-language .dropdown-menu > li > a, 
.block-language .dropdown-submenu:focus > a {
    background-color: #d4741a;
}
.block-currency .dropdown-menu > li > a, 
.block-currency .dropdown-submenu:focus > a,
.block-language .dropdown-menu > li > a, 
.block-language .dropdown-submenu:focus > a {
    background-color: #e2e2e2;
    color: #444645;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ffffff;
}
.block-currency .block-content > a, 
.block-language .block-content > a {
    color: #ffffff;
    border-width: 0;
    border-style: solid;
    border-color: #d4741a;
}
.block-currency .block-content.open > a, 
.block-language .block-content.open > a {
    border-width: 0;
    border-style: solid;
    border-color: #e5be27;
}
.block-currency .block-content.open > a, 
.block-language .block-content.open > a,
.block-currency .dropdown-menu > li > a:hover,
.block-currency .dropdown-menu > li > a:focus,
.block-currency .dropdown-menu > .active > a,
.block-currency .dropdown-menu > .active > a:hover,
.block-currency .dropdown-menu > .active > a:focus,
.block-currency .dropdown-submenu:hover > a,
.block-language .dropdown-menu > li > a:hover,
.block-language .dropdown-menu > li > a:focus,
.block-language .dropdown-menu > .active > a,
.block-language .dropdown-menu > .active > a:hover,
.block-language .dropdown-menu > .active > a:focus,
.block-language .dropdown-submenu:hover > a {
    color: #ffffff !important;
    background-color: #e5be27 !important;
}

/*========== Main Menu ==========*/
.header-menu {
    background-color: #ffffff;
        background-position: center center;
    background-repeat: repeat;
    margin-top: 0;
    padding-bottom: 15px;
}
#menu-button a,
div.menu a,
#nav li a,
#nav-links li a,
.menu-mobile.level0 > .parentMenu > a {
    color: #43372a;
    background-color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}
.block2 h3,
.block2 h3 a {
    color: #4c4e4d;
    font-size: 27px;
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}
#menu-button a {
    background-color: transparent;
}
div.menu a,
#nav li a,
#nav-links li a {
    background-color: #ffffff;
}
div.menu a:hover,
div.menu a:focus,
div.menu.active a,
#nav li a:hover,
#nav li a:focus,
#nav li.active a,
#nav li.over a,
#nav-links li a:hover,
#nav-links li a:focus,
#nav-links li.active a,
#nav-links li.over a {
    color: #af650e;
    background-color: ;
}
#custommenu > .menu.active,
#nav > li.over,
#nav-links > li.over {
    margin-bottom: -15px;
}
#custommenu > .menu.active > .parentMenu > a,
#nav li.over a.level-top,
#nav-links li.over a.level-top {
    padding-bottom: 28px;
}
.mobile-header #menu-button {
    padding-bottom: 15px;
}
#nav ul, 
#nav div,
#nav-links ul,
#nav-links div {
    top: 77.71425px;
}
div.eternal-custom-menu-popup,
#custommenu-mobile #menu-content,
#nav ul,
#nav div,
#nav-links ul,
#nav-links div {
    color: #4c4e4d;
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: #d4741a;
    background-color: #fafafa;
}
div.eternal-custom-menu-popup a,
.menu-mobile .parentMenu a,
.menu-mobile.level0 > .parentMenu > a,  
#nav ul li a,
#nav div a,
#nav div a:hover,
#nav div a:focus,
#nav .active ul li a,
#nav .over ul li a,
#nav-links ul li a,
#nav-links div a,
#nav-links div a:hover,
#nav-links div a:focus,
#nav-links .active ul li a,
#nav-links .over ul li a {
    color: #4c4e4d;
}
#nav ul li a:hover,
#nav ul li a:focus,
#nav ul li.over > a,
#nav-links ul li a:hover,
#nav-links ul li a:focus,
#nav-links ul li.over > a {
    color: #d4741a;
}
div.eternal-custom-menu-popup a:hover,
div.eternal-custom-menu-popup a:focus,
.menu-mobile .parentMenu a:hover,
.menu-mobile .parentMenu a:focus,
.menu-mobile.level0 > .parentMenu > a:hover,
.menu-mobile.level0 > .parentMenu > a:focus {
    color: #d4741a;
}
div.eternal-custom-menu-popup a.level1,
.menu-mobile a.level1 {
    font-size: 16px;
    font-weight: bolder;
    font-family: "Work Sans", Arial, sans-serif;
}
div.column {
    width: 33.333333333333%;
}
#menu-button .btn-navbar .icon-bar {
    background-color: #ffffff;
}
#menu-button a .btn-navbar,
#menu-button a:hover .btn-navbar,
#menu-button a:focus .btn-navbar {
    border-color: #af650e;
    background-color: #43372a;
}
#menu-button a:hover .btn-navbar .icon-bar,
#menu-button a:focus .btn-navbar .icon-bar,
#menu-button .btn-navbar:hover .icon-bar {
    background-color: #ffffff;
}
#menu-button a {
    color: #43372a;    
    font-size: 28px;
}
#custommenu-mobile .menu-mobile,
#custommenu-mobile .itemMenuName,
#custommenu-mobile .itemMenu {
    background-color: #ffffff;
}
#custommenu-mobile .menu-mobile.level0 > .parentMenu,
#custommenu-mobile .menu-mobile.level0 > .parentMenu > a {
    background-color: #fafafa;
}
#custommenu-mobile .menu-mobile .itemMenu.level1 > .parentMenu,
#custommenu-mobile .menu-mobile .itemMenu.level1 > .parentMenu > a {
    background-color: #f6f6f6;
}

/*========== Quick Access, Wishlist, Compare Links ==========*/
.form-search .button {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_search.png);
}
.form-search .button:hover,
.form-search .button:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_search.png);
}
#mini-cart .icon-cart {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_cart.png);
}
#mini-cart.open .icon-cart {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_cart.png);
}
.link-wishlist {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_wishlist.png);
}
.link-wishlist:hover,
.link-wishlist:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_wishlist.png);
}
.link-friend {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_friend.png);
}
.link-friend:hover,
.link-friend:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_friend.png);
}
.link-compare {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_compare.png);
}
.link-compare:hover,
.link-compare:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_compare.png);
}
.link-edit {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_edit.png);
}
.link-edit:hover,
.link-edit:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_edit.png);
}
.icon-fblike {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_fblike.png);
}
:hover .icon-fblike,
:focus .icon-fblike {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_fblike.png);
}

#search_mini_form .button,
#mini-cart > .button,
.store-switcher .button {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#search_mini_form .button,
#mini-cart > .button,
.store-switcher .button,
.link-wishlist,
.link-compare,
.link-friend,
.link-edit,
.footer-top .button,
.footer-bottom .button,
#Growler .button {
    color: #ffffff;
    background-color: #af650e;
    border-color: #af650e;
}

#search_mini_form .button:hover,
#search_mini_form .button:focus,
#mini-cart > .button:hover,
#mini-cart > .button:focus,
.store-switcher .button:hover,
.store-switcher .button:focus,
.link-wishlist:hover,
.link-wishlist:focus,
.link-compare:hover,
.link-compare:focus,
.link-friend:hover,
.link-friend:focus,
.link-edit:hover,
.link-edit:focus,
.footer-top .button:hover, 
.footer-top .button:focus, 
.footer-bottom .button:hover, 
.footer-bottom .button:focus,
#Growler .button:hover,
#Growler .button:focus {
    color: #ffffff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #e5be27;
    background-color: #e5be27;
}
#mini-cart.open > .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
       -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    border-color: #e5be27 !important;
    background-color: #e5be27 !important;
}
#mini-cart .dropdown-menu {
    border-top: 3px solid #e5be27 !important;
}
.mini-products-list .price,
#mini-cart .block-content .price {
    color: #e82c0c;
}
.link-wishlist.no-image,
.link-compare.no-image,
.link-friend.no-image,
.link-edit.no-image {
    color: #43372a !important;
}
.link-wishlist.no-image:hover,
.link-wishlist.no-image:focus,
.link-compare.no-image:hover,
.link-compare.no-image:focus,
.link-friend.no-image:hover,
.link-friend.no-image:focus,
.link-edit.no-image:hover,
.link-edit.no-image:focus {
    color: #af650e !important;
}
#mini-cart > .button {
    background-color: #43372a;
    color: #ffffff;
    border-color: #43372a;
    border-width: 0;
    border-style: solid;
}
#mini-cart > .button:hover,
#mini-cart > .button:focus,
#mini-cart.open > .button {
    background-color: #af650e !important; 
    color: #ffffff !important;   
    border-color: #af650e !important;
    border-width: 0 !important;
    border-style: solid;
}
#mini-cart .icon-cart {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_cart.png);
}
#mini-cart.open .icon-cart {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_cart.png);
}
#search_mini_form .input-text {
    color: #a4a4a4;
    background-color: ;
    border-color: #e0e0e0;
    border-width: 1px;
    border-style: solid;
}
#search_mini_form .button {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_search.png);
    background-color: #43372a;
    border-color: #43372a;
    border-width: 0;
    border-style: solid;
}
#search_mini_form .button:hover,
#search_mini_form .button:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_search.png);
    background-color: #af650e;
    border-color: #af650e;
    border-width: 0;
    border-style: solid;
}

/*========== Footer ==========*/
.footer {
    color: #af650e;
    background-color: #dfd9d3;
        background-position: center center;
    background-repeat: repeat;
    font-size: 15px;
    font-weight: normal;
    font-family: "Noto Serif", serif;
}
.footer-bottom {
    color: #43372a;
    background-color: #978877;
}
.footer h3,
.footer .title {
    color: #43372a;
    font-size: 19px;
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}
.footer a {
    color: #af650e;
}
.footer a:hover,
.footer a:focus {
    color: #af650e;
}
.footer .copyright address {
    font-size: 15px;
}
.footer .social-links .icon {
    background-color: #978877;
    border-color: #978877;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.footer .fblike-box a {
    color: #af650e;
}
.footer .fblike-box a:hover,
.footer .fblike-box a:focus {
    color: #e5be27;
}
.footer .fblike-box a.button {
    color: #ffffff;
}
.footer .fblike-box a.button:hover,
.footer .fblike-box a.button:focus {
    color: #ffffff;
}
.footer-tweets {
    background-color: #e5be27;
    color: #444645;
}
.footer-tweets a,
#twitter-footer-slider a {
    color: #cdfa7e;
}
.footer-tweets a:hover,
#twitter-footer-slider a:hover {
    color: #686a69;
}
.footer-tweets .date,
#twitter-footer-slider .date {
    color: #cdfa7e;
}
.footer-tweets .twitter-icon {
    bottom: -15px;
    background-image: url(https://dev.lob.nz/media/eternal/venedor/icon/icon_twitter.png);
}
.footer-top {
    border-bottom: 1px solid #43372a;
}
.footer-bottom {
    border-top: 1px solid #dfd9d3;
}
.footer-subscribe {
    background-color: #d6d6d6;
}
.footer-subscribe .block-title {
    color: #444b4c;
}
.footer-subscribe .input-box input {
    border: 3px solid #ffe019;
    background-color: #d6d6d6;
    color: #727b7c; 
}
.footer-bottom a {
    color: #43372a;
}
.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #af650e;
}

/*========== Main ==========*/
.main-slider {
    border-top: 0 solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #af650e;
    background-image: url(https://dev.lob.nz/media/eternal/venedor/background/default/home-banner2.jpg);    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

/*========== Breadcrumbs ==========*/
.breadcrumbs {
    color: #ffffff;
    border-top: 0 solid #d5d5d5;
    border-bottom: 0 solid #d5d5d5;
    font-size: 13px;
    font-weight: normal;
    font-family: "Noto Serif", serif;
    background-color: #af650e;
        background-position: center center;
    background-repeat: repeat;
}
.breadcrumbs a {
    color: #ffffff;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #eeeeee;
}

/*========== Product ==========*/
.price {
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}
.sales, 
.new {
    color: #ffffff;
    background-color: #c72929;
    font-weight: normal;
    font-family: "Work Sans", Arial, sans-serif;
}
.new {
    color: #ffffff;
    background-color: #d4741a;
}
.product-name,
.product-name h1,
.product-name h2,
.product-name h3,
.product-name h4,
#product-tabs > dt,
#cart-tabs > dt,
.review-title,
.author,
.fraction-slider .slide-title {
    font-family: "Work Sans", Arial, sans-serif;
}
.product-name,
.product-name a {
    color: #43372a;
}
a.product-name:hover,
a.product-name:focus,
.product-name a:hover,
.product-name a:focus {
    color: #43372a;
}
.product-options .label,
.product-options .badge {
    color: #43372a;
}
.author {
    color: #43372a;
}
.ratings .rating-links span,
.ratings .rating-links a,
.ratings .amount { 
    color: #cccccc; 
}
.ratings .rating-links a:hover {
    color: #43372a; 
}
.rating-box .rating {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating_orange.png);
}
.ratings-table .rating-box .rating {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/bkg_rating_small_orange.png);
}

/*========== Category ==========*/
.category-banner {
    color:  #585858;
    text-shadow: 1px 0 1px #ffffff;
    border-top: 0 solid #d5d5d5;
    border-bottom: 0 solid #d5d5d5;
    background-color: #f2f2f2;
        background-position: center center;
    background-repeat: repeat;
}
.main-content .category-banner .category-title h1,
.main-content .category-banner .category-description,
.category-banner .product-name,
.category-banner .category-title h1 {
    color:  #585858;
    text-shadow: 1px 0 1px #ffffff;
}
.category-banner .price {
    color: #e82c0c;
}
.slider-arrow.prev,
.toolbar .view-mode .last,
.toolbar .dropdown-select .arrow,
.fraction-slider .prev,
.bx-wrapper .bx-controls-direction .bx-prev,
.tp-leftarrow {
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
}
.slider-arrow.next,
.toolbar .view-mode .first,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction .bx-next,
.tp-rightarrow {
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}
.toolbar .view-mode .first.last {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.block-layered-nav .button-arrow,
.opc .step-title a {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.block-layered-nav .button-arrow.open,
.opc .active .step-title a {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.add-to-cart .button-up,
.qty-holder .button-up {
    -webkit-border-radius: 0 3px 0 0;
       -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
}
.add-to-cart .button-down,
.qty-holder .button-down {
    -webkit-border-radius: 0 0 3px 0;
       -moz-border-radius: 0 0 3px 0;
            border-radius: 0 0 3px 0;
}

.block-layered-nav .button-arrow,
.elastislide-vertical .elastislide-next,
.button-down,
.opc .step-title a {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_down.png);
}
.block-layered-nav .button-arrow:hover,
.block-layered-nav .button-arrow:focus,
.elastislide-vertical .elastislide-next:hover,
.elastislide-vertical .elastislide-next:focus,
.button-down:hover,
.button-down:focus,
.opc .step-title a:hover,
.opc .step-title a:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_down.png);
}
.block-layered-nav .button-arrow.open,
.elastislide-vertical .elastislide-prev,
.button-up,
.opc .active .step-title a {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_up.png);    
}
.block-layered-nav .button-arrow.open:hover,
.block-layered-nav .button-arrow.open:focus,
.elastislide-vertical .elastislide-prev:hover,
.elastislide-vertical .elastislide-prev:focus,
.button-up:hover,
.button-up:focus,
.opc .active .step-title a:hover,
.opc .active .step-title a:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_up.png);
}
.scrolltop {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_up_large.png);    
}
.scrolltop:hover,
.scrolltop:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_up_large.png);
}
.slider-arrow.prev,
.large-icons .flex-direction-nav .flex-prev,
.fraction-slider .prev,
.tp-leftarrow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_prev_large.png);        
}
.bx-wrapper .bx-controls-direction .bx-prev {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_prev_big.png);        
}
.slider-arrow.prev:hover,
.slider-arrow.prev:focus,
.large-icons .flex-direction-nav .flex-prev:hover,
.large-icons .flex-direction-nav .flex-prev:focus,
.fraction-slider .prev:hover,
.fraction-slider .prev:focus,
.tp-leftarrow:hover,
.tp-leftarrow:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_prev_large.png);    
}
.bx-wrapper .bx-controls-direction .bx-prev:hover,
.bx-wrapper .bx-controls-direction .bx-prev:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_prev_big.png);
}
.slider-arrow.next,
.large-icons .flex-direction-nav .flex-next,
.fraction-slider .next,
.tp-rightarrow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_next_large.png);    
}
.bx-wrapper .bx-controls-direction .bx-next {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_next_big.png);    
}
.slider-arrow.next:hover,
.slider-arrow.next:focus,
.large-icons .flex-direction-nav .flex-next:hover,
.large-icons .flex-direction-nav .flex-next:focus,
.fraction-slider .next:hover,
.fraction-slider .next:focus,
.tp-rightarrow:hover,
.tp-rightarrow:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_next_large.png);    
}
.bx-wrapper .bx-controls-direction .bx-next:hover,
.bx-wrapper .bx-controls-direction .bx-next:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_next_big.png);    
}
.flex-direction-nav .flex-prev {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_prev_small.png);        
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_prev_small.png);        
}
.flex-direction-nav .flex-next {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_next_small.png);    
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_next_small.png);    
}
.button-asc {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_asc.png);
}
.button-asc:hover,
.button-asc:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_asc.png);
}
.button-desc {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_desc.png);
}
.button-desc:hover,
.button-desc:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_desc.png);
}
.dropdown-select .arrow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_down.png);
}
.dropdown-select.open .arrow,
.toolbar .dropdown-select.open .arrow {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_down.png);
}
.toolbar .button-grid,
.button-viewall {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_grid.png);
}
.toolbar .button-grid:hover,
.toolbar .button-grid:focus,
.button-viewall:hover,
.button-viewall:focus,
.toolbar .button-active.button-grid {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_grid.png) !important;
}
.toolbar .button-list {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_list.png);
}
.toolbar .button-list:hover,
.toolbar .button-list:focus,
.toolbar .button-active.button-list {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_list.png) !important;
}
.button-arrow.btn-remove {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_remove.png);
}
.button-arrow.btn-remove:hover,
.button-arrow.btn-remove:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_remove.png);
}
.button.next {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_next.png);
}
.button.next:hover,
.button.next:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_next.png);
}
.button.prev {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_prev.png);
}
.button.prev:hover,
.button.prev:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_prev.png);
}
.iradio.hover {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_radio.png);
}
.iradio.checked {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_radio.png);
}
.prettycheckbox:hover > a,
.prettyradio:hover > a {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_checkbox.png);
}
.prettycheckbox > a.checked,
.prettyradio > a.checked {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_checkbox.png);
}
.products-grid .item-active .btn-cart,
body.mobile .products-grid .btn-cart,
.products-grid .hover-disable .btn-cart {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_addcart.png);
}
.products-grid .item-active .btn-cart:hover,
.products-grid .item-active .btn-cart:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_addcart.png);
}
.products-grid .price-box,
.products-list .price-box,
.product-view .product-img-box .price-box {
    background-color: #a8bf00;
}
.products-grid .price, 
.products-grid .price-label,
.products-list .price,
.products-list .price-label,
.product-view .product-img-box .price,
.product-view .product-img-box .price-label,
.product-view .product-shop .price,
.product-view .product-shop .price-label {
    color: #ffffff;
}
.slider-wrap .price-box,
.caption.price-box {
    background-color: #a8bf00;
}
.caption.slide-title .color {
    color: #a8bf00;
}
.slider-wrap .price-box .price,
.caption.price-box .price {
    color: #ffffff;    
}
.products-grid .old-price .price,
.products-grid .old-price .price-label,
.products-list .old-price .price,
.products-list .old-price .price-label,
.product-view .product-img-box .old-price .price,
.product-view .product-img-box .old-price .price-label,
.product-view .product-shop .old-price .price,
.product-view .product-shop .old-price .price-label,
.product-view .product-shop .price-notice .price,
.product-view .product-shop .price-notice .price-label {
    color: #626564;
}
.products-grid li.item {
    text-align: center;
}
.products-grid .item-inner {
    background-color: ;
    border: 0 solid #e8e8e8;
    -webkit-box-shadow: 0 0 0 #cccccc;
       -moz-box-shadow: 0 0 0 #cccccc;
            box-shadow: 0 0 0 #cccccc;
    padding: 21px 5px;
}
.products-grid .item-active .item-inner {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 1px #e8e8e8;
       -moz-box-shadow: 0 0 1px #e8e8e8;
            box-shadow: 0 0 1px #e8e8e8;
    padding: 20px 4px;
}

/*========== Toolbar ===========*/
.pager,
.toolbar-bottom {
    border-top: 1px solid #dfd9d3;
}
.toolbar {
    border-bottom: 1px solid #dfd9d3;
}

/*========== Sidebar, Block, Data Table ==========*/
.block .block-title {
    color: #43372a;
}
.sidebar {
    font-size: 15px;
    font-family: "Noto Serif", serif;
}
.product-options dt label,
.box-reviews dt,
.data-table,
.fraction-slider .slide-subtitle {
        font-family: "Noto Serif", serif;
}
.sidebar .block-layered-nav .price {
    font-size: 15px;
    font-weight: normal;
}
.block .block-title {
    font-weight: bold;
    text-transform: uppercase;
}
.block-layered-nav .block-subtitle,
.block-layered-nav dt {
    color: #43372a;
    font-weight: bold;
    text-transform: uppercase;
}
.label,
.badge {
    color: #43372a;
    background-color: transparent;
}
.block-layered-nav .currently ol {
    border: 1px solid #c8bfb3;
    background-color: #dfd9d3;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.sidebar a,
.sidebar .block-layered-nav .price,
.sidebar .block-layered-nav .price .sub {
    color: #af650e;    
}
.sidebar a:hover,
.sidebar a:focus {
    color: #43372a;    
}
.sidebar .link-cart, .sidebar .link-wishlist, .sidebar .link-reorder, .sidebar .link-compare,
.block .actions a {
    color: #43372a;   
}
.sidebar .link-cart:hover, .sidebar .link-wishlist:hover, .sidebar .link-reorder:hover, .sidebar .link-compare:hover, 
.sidebar .link-cart:focus, .sidebar .link-wishlist:focus, .sidebar .link-reorder:focus, .sidebar .link-compare:focus,
.block .actions a:hover, .block .actions a:focus {
    color: #af650e;   
}
.sidebar .block dl {
    border: 1px solid #c8bfb3;
    border-bottom-width: 0;
    background-color: #fcfcfc;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#product-tabs,
#cart-tabs {
    border: 1px solid #c8bfb3;
    border-bottom-width: 0;
    background-color: #dfd9d3;
}
#product-tabs,
#cart-tabs {
    border-bottom-width: 1px;
}
.box-reviews dd, 
.review-title {
    border-bottom: 1px solid #c8bfb3;
}
#product-tabs > dt,
#cart-tabs > dt {
    border-bottom: 1px solid #c8bfb3;
}
#product-tabs > dd,
#cart-tabs > dd {
    border-left: 1px solid #c8bfb3;
    border-bottom: 1px solid #c8bfb3;
}
.sidebar .block dt {
    color: #43372a;
    border-bottom: 1px solid #c8bfb3;
    background-color: #dfd9d3;
}
.sidebar .block dd {
    border-bottom: 1px solid #c8bfb3;
    background-color: #fcfcfc;
}
.block-venedor-ads,
.block-subscribe {
    border: 1px solid #c8bfb3;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #dfd9d3;
}
.block-list .price {
    color: #e82c0c;
}
.block-list .old-price .price,
.product-shop .tier-prices .price {
    color: #43372a;
}
.data-table {
    border: 1px solid #c8bfb3;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.data-table thead tr,
.data-table tfoot tr {
    background-color: #dfd9d3;
}
.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th, 
.cart .totals table td {
    color: #43372a;
    border-right: 1px solid #c8bfb3;
    border-bottom: 1px solid #c8bfb3;
}
.data-table tbody th,
.data-table tbody td {
    border-right: 1px solid #c8bfb3;
    border-bottom: 1px solid #c8bfb3;
}
.cart-table tbody th,
.cart-table tbody td {
    border-right: 1px solid #978877;
    border-bottom: 1px solid #978877;
}
.data-table tbody th.last,
.data-table tbody td.last {
    border-right: 1px solid #c8bfb3;
}
.data-table tbody tr.last th,
.data-table tbody tr.last td {
    border-bottom: 1px solid #c8bfb3;
}
.data-table .price {
    color: #43372a;
}
.data-table .total-price .price,
.cart .totals table tfoot td .price,
.compare-table .price {
    color: #e82c0c;
}
.item-options dd {
    color: #43372a;
}
.compare-table th {
    color: #43372a;
}
.compare-table tr.odd th {
    background-color: #ececec;
}
.compare-table tr.even th {
    background-color: #e5e5e5;
}
.compare-table tr.even td {
    background-color: #dfd9d3;
}
.my-account .data-table .price,
.my-wishlist .data-table .price {
    font-size: 16px;
    color: #43372a;
    font-weight: normal;
}
/* scroll pane, price slider */
.jspDrag,
.price-slider .jslider .jslider-pointer {
    background-image: none;
    background-color: #af650e;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.price-slider .jslider .jslider-bg .l {
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}
.price-slider .jslider .jslider-bg .r {
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
}
.price-slider .jslider .jslider-bg .v {
    background-color: #af650e;
}
    
/*========== Checkout Page ==========*/
.opc .step-title,
.opc .step-title h2,
#onepagecheckout_orderform .op_block_title,
.opc-wrapper-opc h3 {
    color: #777777;
    font-family: "Noto Serif", serif;
}
.opc .step-title,
#onepagecheckout_orderform .op_block_title,
.opc-wrapper-opc h3 {
    border: 1px solid #c8bfb3;
    background-color: #dfd9d3;
}
.opc,
#onepagecheckout_orderform {
    color: #797878;
}

/*========== Form List ==========*/
.form-list,
.form-list li .prettyradio label {
    color: #797878;
}
.form-list li label {
    color: #43372a;
    background-color: #dfd9d3;
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    border-right: 1px solid #c8bfb3;
}
.form-list li label.label-wide {
    border-right-width: 0;
    border-bottom: 1px solid #c8bfb3;
}
.form-list li.control label {
    color: #43372a;
    background-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-right-width: 0;
}

/*========== My Account ==========*/
.dashboard .box-account .number {
    background-color: #dfd9d3;
    border: 1px solid #c8bfb3;
    color: #43372a;
}

/*========== Slider Controls, Background Colors ==========*/
.flex-control-paging li a,
.sequence-pagination li a,
.fs-pager-wrapper a,
.bx-wrapper .bx-pager.bx-default-pager a,
.tp-bullets.simplebullets.round .bullet {
    background-color: #43372a;
}
.flex-control-paging li a.flex-active,
.sequence-pagination li.current a,
.fs-pager-wrapper .active,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #af650e;
}
.fraction-slider .slide-subtitle {
    background-color: #43372a;
    color: #ffffff;
}
.fraction-slider .slide-title {
    background-color: #af650e;
    color: #ffffff;
}
.homeslider-products .product-name a,
.homeslider-products .product-desc {
    color: #43372a;
}
.homeslider-products .product-name a:hover,
.homeslider-products .product-name a:focus {
    color: #af650e;
}
.homeslider-products .price-box .price {
    color: #e82c0c;
}
.homeslider-products .bx-wrapper .bx-controls-direction a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.main-slider .bx-wrapper .bx-controls-direction a:hover,
.main-slider .bx-wrapper .bx-controls-direction a:focus {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#twitter-slider .flex-direction-nav .flex-prev {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_tt_slider_prev.png);        
}
#twitter-slider .flex-direction-nav .flex-prev:hover,
#twitter-slider .flex-direction-nav .flex-prev:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_tt_slider_prev.png);  
}
#twitter-slider .flex-direction-nav .flex-next {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_tt_slider_next.png);        
}
#twitter-slider .flex-direction-nav a:hover,
#twitter-slider .flex-direction-nav a:focus {
    background-color: #444645;       
}
#twitter-slider .flex-direction-nav .flex-next:hover,
#twitter-slider .flex-direction-nav .flex-next:focus {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_tt_slider_next.png); 
}

/* ajax cart */
div.Growler-notice .cart-success {
        font-family: "Work Sans", Arial, sans-serif;
}

@media (min-width: 1200px) {
    /* product */
    }
@media (min-width: 768px) and (max-width: 991px) {
    /* header */
    .header .logo, 
    .header h1.logo {
        margin-bottom: 0px;
    }
        .mobile-header .header-menu {
        margin-top: 15px;
    }
        .mobile-header .quick-access1 {
        bottom: 75px !important;
    }
    /* product */
    }
@media (max-width: 767px) {
    /* header */
    .nav-container {
        background-color: transparent;
        background-image: none;
    }

    /* product */
        /* home slider buttons */
        .main-slider .slider-arrow.prev,
    .main-slider .fraction-slider .prev,
    .main-slider .bx-wrapper .bx-controls-direction .bx-prev,
    .main-slider .tp-leftarrow {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_prev.png);        
    }
    .main-slider .slider-arrow.prev:hover,
    .main-slider .slider-arrow.prev:focus,
    .main-slider .fraction-slider .prev:hover,
    .main-slider .fraction-slider .prev:focus,
    .main-slider .bx-wrapper .bx-controls-direction .bx-prev:hover,
    .main-slider .bx-wrapper .bx-controls-direction .bx-prev:focus,
    .main-slider .tp-leftarrow:hover,
    .main-slider .tp-leftarrow:focus {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_prev.png);    
    }
    .main-slider .slider-arrow.next,
    .main-slider .fraction-slider .next,
    .main-slider .bx-wrapper .bx-controls-direction .bx-next,
    .main-slider .tp-rightarrow {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/grey/icon_arrow_next.png);    
    }
    .main-slider .slider-arrow.next:hover,
    .main-slider .slider-arrow.next:focus,
    .main-slider .fraction-slider .next:hover,
    .main-slider .fraction-slider .next:focus,
    .main-slider .bx-wrapper .bx-controls-direction .bx-next:hover,
    .main-slider .bx-wrapper .bx-controls-direction .bx-next:focus,
    .main-slider .tp-rightarrow:hover,
    .main-slider .tp-rightarrow:focus {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/white/icon_arrow_next.png);    
    }
    }



@media (min-width: 1200px) {
    /* common */
    .button-up,
    .button-down,
    .add-to-cart .button-up,
    .add-to-cart .button-down {
        height: 26px;
    }
    .welcome-msg { 
        display: block; 
    }
    #category-banner-slider .product-details,
    .category-banner .category-details {
        padding: 40px;
    }
    .main-content .category-banner .category-wrap {
        top: 50px;
    }
    .main-content .category-banner .button {
        margin-top: 10px;
    }
    .mini-products-images-list .item { 
        width:87px; 
    }
    
    /* footer */
    .footer .fblike-box .button {
        margin-right: 40px;
    }
    .fb-persons {
        margin-left: -25px;
    }
    .fb-person {
        margin-left: 25px;
    }
    
    /* toolbar */
    .toolbar {
        border-bottom-width: 1px !important;
        margin-bottom: 30px; 
    }
    .toolbar-bottom {
        border-top-width: 1px !important;
        margin-top: 30px;
    }
    .toolbar-bottom .toolbar {
        border-bottom-width: 0 !important;
    }
    .sorter .view-mode {
        float: left;
    }
    .toolbar .sorter {
        float: left;
    }
    .toolbar .pager {
        padding-left: 450px;
        padding: 0;
        margin: 0;
        border-top-width: 0 !important;        
    }
    .toolbar .pager .limiter {
        position: static;
    }
    
    /* category */
    .products-grid .product-image,
    .bv3 .products-grid .product-image {
        width: 228px;
    }
    .products-grid .item-active .btn-cart,
    body.mobile .products-grid .btn-cart,
    .products-grid .hover-disable .btn-cart {
        text-indent: 0;
        width: auto !important;
        background-image: none !important;
    }
    .price-slider .priceTextBox {
        width: 75px;
    }

    /* product */
    .product-essential-inner > .product-img-box,
    .product-essential-inner > .product-shop {
        width: 50%;
        margin-left: 0;
    }
    .product-essential .product-image {
        width: 430px;
        margin-left: 18px;
    }
    .bv3 .product-essential .product-image {
        margin-left: 14px;
    }
    .product-essential .more-images {
        width: 97px;
    }
    .product-essential .elastislide-vertical {
        margin-top: -7px;
    }
    .product-essential .more-images img {
        padding: 7px 0;
    }
    .bv3 .product-essential .product-shop {
        padding-left: 25px;
    }
    .add-to-box .addthis-icons { 
        width: 350px;
        margin-left: 40px;
    }
    .add-to-box .addthis-icons > span {
        display: inline;
    }
    .add-to-cart .qty { 
        padding:9px 40px 9px 15px; 
        width: 137px;
        height: 52px;
    }
    .add-to-cart button.btn-cart { 
        font-size: 19px; 
        padding: 15px 25px;
        margin-left: 25px;
    }
    #product-tabs > dt,
    #cart-tabs > dt {
        width: 230px;
    }
    #product-tabs > dt.open,
    #cart-tabs > dt.open {
        width: 231px;
    }
    #product-tabs > dd,
    #cart-tabs > dd {
        left: 230px;
    }
    .review-title  {
        padding-right: 100px;
    }
    .review-title span {
        display: inline;
    }
    .product-view .box-tags .form-add input.input-text { 
        width: 250px; 
    }
    .upsell-products .item .product-image,
    .crosssell-products .item .product-image {
        width: 228px;
    }
    #product-tabs .crosssell .flex-direction-nav a {
        top: 132px;
    }
    .product-shop .button-up,
    .product-shop .button-down {
        height: 26px;
    }
    .product-shop .qty-holder .button-up,
    .product-shop .qty-holder .button-down {
        height: 21px;
    }
    
    /* block, sidebar */
    .block .block-title {
        font-size: 25px;
    }
    .block-list .flex-direction-nav a {
        margin-top: -40px;
    }
    .block-subscribe {
        /*padding: 25px 25px 20px;*/
        background-color: white;
        padding: 5px;
    }
    
    /* Price */
    .products-grid .price-box {
        -webkit-border-radius: 45px;
           -moz-border-radius: 45px;
                border-radius: 45px;
        width: 90px;
        height: 90px;
        font-size: 18px;
    }
    .products-grid .regular-price,
    .products-grid .price-box > .price {
        margin-top: 34px;
    }
    .products-grid .old-price {
        margin-top: 23px;
        font-size: 16px;
    }
    .products-grid .price-from {
        margin-top: 20px;
    }
    .products-grid .minimal-price {
        margin-top: 27px
    }
    .products-grid .minimal-price .price-label {
        font-size: 14px;
    }
    .products-grid .price-review .reviews-wrap {
        float: right;
        margin-top: 3px;
    }
        
    .product-essential .product-img-box .price-box,
    .slider-wrap .price-box {
        -webkit-border-radius: 68px;
           -moz-border-radius: 68px;
                border-radius: 68px;
        width: 135px;
        height: 135px;
        font-size: 27px;
    }
    .product-essential .product-img-box .regular-price,
    .product-essential .product-img-box .price-box > .price,
    .slider-wrap .price-box .price {
        margin-top: 52px;
    }
    .product-essential .product-img-box .old-price {
        margin-top: 33px;
        margin-bottom: 5px;
        font-size: 22px;
    }
    .product-essential .product-img-box .price-from {
        padding-bottom: 10px;
        margin-bottom: 7px;
    }
    .product-essential .product-img-box .price-from,
    .product-essential .product-img-box .price-to {
        font-size: 25px;
    }
    .product-essential .product-img-box .price-from,
    .product-essential .product-img-box .minimal-price {
        margin-top: 29px;
    }
    .product-essential .product-img-box .minimal-price .price-label {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .product-essential .product-img-box .labels {
        width: 80px;
        font-size: 20px;
    }
    .product-essential .product-img-box .new.circle,
    .product-essential .product-img-box .sales.circle {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 40px;
           -moz-border-radius: 40px;
                border-radius: 40px;
        padding: 30px 0;
    }
    
    /* data-table */
    .compare-table .product-image {
        width: 180px;
    }
    
    /* form list */
    .form-list .input-range .start input.input-text {
        width: 52%;
    }
    .form-list .input-range .end input.input-text {
        width: 37%;
    }
    .form-list .customer-dob .dob-day {
        width: 36%;
    }
    .form-list .customer-dob .dob-month {
        width: 25%;
    }
    .form-list .span6 .customer-dob .dob-day,
    .form-list .col-sm-6 .customer-dob .dob-day,
    .span6 .form-list .customer-dob .dob-day,
    .col-sm-6 .form-list .customer-dob .dob-day {
        width: 48%;
    }
    .form-list .span6 .customer-dob .dob-month,
    .form-list .col-sm-6 .customer-dob .dob-month,
    .span6 .form-list .customer-dob .dob-month,
    .col-sm-6 .form-list .customer-dob .dob-month {
        width: 21%;
    }
    .form-list .span6 .customer-dob .dob-year,
    .form-list .col-sm-6 .customer-dob .dob-year,
    .span6 .form-list .customer-dob .dob-year,
    .col-sm-6 .form-list .customer-dob .dob-year  {
        width: 25%;
    }
    
    /* contact us */
    #contact-gmap {
        height: 350px;
    }
    #contactForm .contact-info {
        width: 40.1709%;
    }
    #contactForm .contact-comment {
        width: 57.265%;
        margin-left: 2.5641%;
    }
    
    /* home slider */
    .homeslider-products .product-name {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .homeslider-products .price-box .price {
        font-size: 40px;
    }
    .homeslider-products .price-box {
        margin-bottom: 20px;
    }
    .homeslider-products .product-desc {
        padding: 0 85px;
        font-size: 18px;
    }
    .homeslider-products .btn-cart,
    .homeslider-products .add-to-cart .btn-cart {
        margin-top: 20px;
    }
 
    /* twitter tweets */
    .footer-tweets #twitter-slider {
        padding: 0 150px 0 100px;
    }
    .footer-tweets .twitter-slider1 {
        padding: 0 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main h2.subtitle, 
    .main .widget .widget-title h2, 
    .main .page-title h1,
    .footer-banner h2.subtitle {
        font-size: 38px;
    }
    .main h2.subtitle .line,
    .main .widget .widget-title h2 .line,
    .main .page-title h1 .line {
        left: 190px;
    }
    .footer-banner h2.subtitle .line {
        left: 240px;
    }
    h2 {
        font-size: 30px;
    }
    .page-title button.button {
        margin-top: 22px;
    }
    
    /* header */
    .header {
        padding-top: 60px;
    }
    .header-top .container { 
        position: relative; 
    }
    .login-link { 
        position: absolute; 
        right: 0; 
        top: 40px; 
        padding-right: 5px; 
        font-size: 15px;
    }
    .login-link.static {
        position: static;
    }
    .container-fluid .login-link {
        right: 25px;
    }
    .bv3 .login-link {
        right: 12px;
    }    
    /* .quick-access {
        float: none;
        position: absolute;
        right: 0;
        bottom: 90px;
    } */
    .bv3 .quick-access {
        right: 15px;
    }
    .header-top-both .block-language {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-top-both #mini-cart {
        margin-left: 0;
    }
    .header-top-both .mobile-hide {
        display: none;
    }
    .header-top-both .block-currency .dropdown-toggle .name, 
    .header-top-both .block-currency .dropdown-menu .name, 
    .header-top-both .block-language .dropdown-toggle .name,
    .header-top-both .block-language .dropdown-menu .name {
        display: none;
    }
    .header-top-both .block-currency .dropdown-toggle .symbol,
    .header-top-both .block-currency .dropdown-menu .symbol {
        display: block;
    }
    .header-top-both .block-language .dropdown-toggle .icon-flag,
    .header-top-both .block-language .dropdown-menu .icon-flag {
        margin-right: 0;
    }
    #search_mini_form .form-search .input-text {
        position: static;
        display: inline-block !important;
        width: 160px !important;
        left: 160px !important;
    }
    .header-right {
        margin-top: -20px;
    }
    .header-menu-right {
        margin-top: 0;
    }
    .header-menu-right .nav-container {
        float: left;
    }
    .header-menu-right div.eternal-custom-menu-popup {
        right: auto;
        left: 0;
    }
        
    /* footer */
    .footer-top .span3,
    .footer-top .col-md-3 {
        width: 31.4917%;        
    }
    .footer-top .footer-column-4 {
        width: 100%;
        margin-left: 0;
    }
    .scrolltop {
        display: none;
    }
    .footer-subscribe .block-title, 
    .footer-subscribe form {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .footer-subscribe .input-box,
    .footer-subscribe .actions {
        float: none;
    }
    .footer-subscribe .input-box {
        margin-bottom: 20px;
    }
    
    /* main content */
    .main-content,
    .sidebar {
        padding: 0 0 40px;
    }
    
    /* category */
    #category-banner-slider .slide-shadow {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/category_banner_slider_shadow_small.png);
    }
    #category-banner-slider .product-image,
    .category-banner .category-image {
        width: 290px;
    }
    #category-banner-slider .product-details,
    .category-banner .category-details {
        padding: 0 0 0 25px;
    }
    #category-banner-slider .sales {
        top: 10px;
        font-size: 23px;
        padding: 7px 15px;
    }
    .main-content .category-banner .category-wrap {
        top: 30px;
        left: 30px;
    }
    .main-content .category-banner .category-description {
        display: none;
    }
    .main-content .category-banner .button {
        padding: 6px 12px;
        font-size: 12px;
        margin-top: 0;
    }
    .products-list .product-image { 
        width: 170px; 
    }
    .products-list .product-shop { 
        margin-left: 200px; 
    }
    .products-list .ratings .rating-box {
        float: none;
    }
    .price-slider .priceTextBox {
        width: 55px;
    }
    
    /* sidebar */
    .mini-products-images-list .item { 
        width: 72px; 
    }
    
    /* toolbar */
    .toolbar .pager .limiter {
        position: static;
        float: left;
    }
    
    /* product */
    .product-essential-inner {
        margin-left: 0;
    }
    .product-essential .product-img-box,
    .product-essential .product-shop {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .product-essential .product-image {
        width: 560px;
        margin-left: 16px;
    }
    .product-essential .more-images {
        width: 128px;
    }
    .product-essential .elastislide-vertical {
        margin-top: -8px;
    }
    .product-essential .more-images img {
        padding: 8px 0;
    }
    .product-essential .product-name h1 {
        margin-top: 20px;
    }
    .add-to-box .add-links-wrap {
        width: 455px;
    }
    .product-shop .price-review > .price-box,
    .product-shop .price-review > .price-box-bundle,
    .product-shop .price-review > .ratings {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .add-to-box .addthis-icons > span {
        display: inline;
    }
    .add-to-box .addthis-icons { 
        width: 300px; 
    }
    .block-list #block-related .flex-direction-nav a {
        margin-top: -68px;
    }
    .box-up-sell .flex-direction-nav a,
    .box-cross-sell .flex-direction-nav a,
    #brand-slider .flex-direction-nav a,
    .featured-products .flex-direction-nav a {
        margin-top: -91px;
    }
    #brand-slider .flex-direction-nav a {
        margin-top: -77px;
    }
    
    /* Price */
    .products-list .price-box {
        -webkit-border-radius: 36px;
           -moz-border-radius: 36px;
                border-radius: 36px;
        width: 72px;
        height: 72px;
        font-size: 16px;
    }
    .products-list .regular-price,
    .products-list .price-box > .price {
        margin-top: 26px;
    }
    .products-list .old-price {
        margin-top: 14px;
        font-size: 16px;
    }
    .products-list .price-from {
        margin-top: 15px;
    }
    .products-list .price-from {
        padding-bottom: 3px;
        margin-bottom: -2px;
    }
    .products-list .minimal-price {
        margin-top: 24px;
    }
    .products-list .minimal-price .price-label {
        font-size: 12px;
        margin-bottom: -3px;
    }
    
    .product-essential .product-img-box .price-box {
        -webkit-border-radius: 81px;
           -moz-border-radius: 81px;
                border-radius: 81px;
        width: 162px;
        height: 162px;
        bottom: -20px;
        right: -20px;
        font-size: 30px;
    }
    .product-essential .product-img-box .regular-price,
    .product-essential .product-img-box .price-box > .price {
        margin-top: 65px;
    }
    .product-essential .product-img-box .old-price {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 25px;
    }
    .product-essential .product-img-box .price-from {
        padding-bottom: 10px;
        margin-bottom: 7px;
    }
    .product-essential .product-img-box .price-from,
    .product-essential .product-img-box .price-to {
        font-size: 23px;
    }
    .product-essential .product-img-box .price-from,
    .product-essential .product-img-box .minimal-price {
        margin-top: 44px;
    }
    .product-essential .product-img-box .minimal-price .price-label {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .product-essential .product-img-box .labels {
        width: 90px;
        font-size: 22px;
    }
    .product-essential .product-img-box .new.circle,
    .product-essential .product-img-box .sales.circle {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 45px;
           -moz-border-radius: 45px;
                border-radius: 45px;
        padding: 34px 0;
    }
    
    .slider-wrap .price-box {
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        width: 100px;
        height: 100px;
        font-size: 23px;
    }

    /* Data Table */
    .data-table .product-image {
        width: 150px;
        margin-bottom: 15px;
        float: none;
    }
    .data-table .product-shop {
        float: none;
        padding-left: 0;
    }
    .compare-table .product-image {
        width: 150px;
    }
    .compare-table .product-image img {
        width: 100%;
        height: auto;
    }
    .compare-table .btn-cart {
        margin-bottom: 10px;
    }
    .compare-table .add-to-links {
        display: block;
        margin: 0;
    }
    .compare-table .btn-remove {
        margin-top: 0;
    }
    .data-table .nobr {
        white-space: normal !important;
    }
    .my-account .data-table .price,
    .my-account .data-table th,
    .my-account .data-table td,
    .my-wishlist .data-table .price,
    .my-wishlist .data-table th,
    .my-wishlist .data-table td {
        font-size: 15px;
        padding: 10px 5px;
    }
    
    /* shopping cart */
    .cart-tabs,
    .cart-totals {
        width: auto;
        margin-left: 20px;
        float: none;
    }
    
    /* form list */
    .form-list input.input-text {
        padding-left: 140px;
        padding-right: 10px;
    }
    .form-list select {
        padding-left: 140px;
    }
    .form-list li label {
        width: 130px;
        padding: 0 10px;
    }
    .form-list .input-range .start input.input-text {
        width: 56%;
    }
    .form-list .input-range .end input.input-text {
        width: 28%;
        padding-left: 10px;
    }
    .form-list .input-range .separator {
        width: 4%;
    }
    .form-list .customer-dob .dob-day {
        width: 39.5%;
    }
    .form-list .customer-dob .dob-month {
        width: 21.5%;
    }
    .form-list .span6 .customer-dob .dob-day,
    .form-list .col-sm-6 .customer-dob .dob-day,
    .span6 .form-list .customer-dob .dob-day,
    .col-sm-6 .form-list .customer-dob .dob-day {
        width: 55%;
    }
    .form-list .span6 .customer-dob .dob-month,
    .form-list .col-sm-6 .customer-dob .dob-month, 
    .span6 .form-list .customer-dob .dob-month,
    .col-sm-6 .form-list .customer-dob .dob-month {
        width: 18%;
    }
    .form-list .span6 .customer-dob .dob-year,
    .form-list .col-sm-6 .customer-dob .dob-year,
    .span6 .form-list .customer-dob .dob-year,
    .col-sm-6 .form-list .customer-dob .dob-year {
        width: 21%;
    }
    .span6 .sp-methods select.month,
    .col-sm-6 .sp-methods select.month { width:230px; }
    .span6 .sp-methods select.year,
    .col-sm-6 .sp-methods select.year { width:100px; }
    
    /* contact us */
    #contact-gmap {
        height: 215px;
    }
    
    /* home slider */
    .homeslider-products .product-name {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .homeslider-products .price-box .price {
        font-size: 30px;
    }
    .homeslider-products .price-box {
        margin-bottom: 5px;
    }
    .homeslider-products .product-desc {
        padding: 0 10px;
        font-size: 15px;
    }
    .homeslider-products .btn-cart,
    .homeslider-products .add-to-cart .btn-cart {
        margin-top: 10px;
    }
    
    /* twitter tweets */
    .footer-tweets #twitter-slider {
        padding: 0 100px 0 60px;
    }
    .footer-tweets .twitter-slider1 {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    /* common */
    body {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0 !important;
    }
    .bv3 .std .row {
        margin-left: 0;
        margin-right: 0;
    }
    .bv3 .std .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-hide {
        display: none;
    }
    .btn-large,
    .buttons-set button.button,
    .buttons-set .back-link a {
        padding: 8px 15px;
        font-size: 15px;
    }
    .bv3.bsl .main-content {
        padding-left: 0;
    }
    .bv3.bsr .main-content {
        padding-right: 0;
    }
    .main-content-right {
        float: none !important;
    }
    .main h2.subtitle, 
    .main .widget .widget-title h2, 
    .main .page-title h1,
    .footer-banner h2.subtitle {
        font-size: 30px;
        padding-left: 5px;
    }
    .main h2.subtitle .line,
    .main .widget .widget-title h2 .line,
    .main .page-title h1 .line,
    .footer-banner h2.subtitle .line {
        display: none;
    }
    h2 {
        font-size: 25px;
    }
    .page-title button.button {
        margin-top: 16px;
    }
    p.desc {
        font-size: 14px;
    }
    
    /* header */
    .header {
        padding-top: 75px;
    }
    .header-top .container { 
        position: relative; 
    }
    .header .logo, 
    .header h1.logo {
        margin-bottom: 90px;
        float: none;    
        text-align: center;
        display: block;
    }
    .header-container.fixed .header-menu {
        position: static;
    }
    .toplinks {
        margin-left: 10px;
    }
    .toplinks a span {
        display: none;
    }
    .toplinks a {
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 0;
        margin-right: 0;
        border-left: 1px solid rgba(0,0,0,0.2);
    }
    .toplinks li.last a {
        border-right: 1px solid rgba(0,0,0,0.2);
    }
    .toplinks [class*="icon"] {
        margin-right: 0;
    }
    .login-link { 
        position: absolute; 
        right: 0; 
        top: 40px; 
        padding-right: 10px;
        font-size: 15px; 
    }
    .login-link.static {
        position: static;
    }
    .bv3 .login-link {
        right: 15px;
    }
    .block-language {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-top #mini-cart {
        margin-left: 0;
    }
    .block-currency .dropdown-toggle .name, 
    .block-currency .dropdown-menu .name, 
    .block-language .dropdown-toggle .name,
    .block-language .dropdown-menu .name {
        display: none;
    }
    .block-currency .dropdown-toggle .symbol,
    .block-currency .dropdown-menu .symbol {
        display: block;
    }
    .block-language .dropdown-toggle .icon-flag,
    .block-language .dropdown-menu .icon-flag {
        margin-right: 0;
    }
    .block-currency, 
    .block-language, 
    .block-currency .dropdown-menu > li > a, 
    .block-currency .dropdown-submenu:focus > a, 
    .block-language .dropdown-menu > li > a, 
    .block-language .dropdown-submenu:focus > a {
        width: auto;
    }    
    .quick-access {
        float: right;
        right: auto;
        bottom: auto;
        margin-top: 18px;
        position: static;
    }
    #search_mini_form {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 90px;
        width: 100%;
    }
    #search_mini_form .form-search {
        width: 205px;
        margin: 0 auto;
    }
    #search_mini_form .form-search .input-text {
        position: static;
        display: inline-block !important;
        width: 160px !important;
        left: 160px !important;
    }
    #mini-cart {
        margin-right: 10px;
    }
    .nav-container {
        position: static;
    }    
    .header-both {
        position: absolute;
        right: 10px;
        bottom: 15px;
        z-index: 1000;
        margin-bottom: 0;
    }  
    .header-both2 {
        right: auto;
        left: 140px;
    }  
    .header-both #mini-cart {
        margin-left: 0;
    }
    .header-menu {
        margin-bottom: 0px !important;
        margin-top: 0;
        padding-bottom: 0 !important;
    }
    .header-right #mini-cart .dropdown-menu {
        top: 50px;
    }
    #custommenu-mobile {
        margin: 10px auto 10px;
    }
    .mobile-header #menu-button {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .header-menu-right .nav-container {
        float: left;
    }
    .header-menu-right div.eternal-custom-menu-popup {
        right: auto;
        left: 0;
    }
    /* footer */
    .footer-bottom .social-links,
    .footer-bottom .copyright {
        text-align: center;
    }
    .scrolltop {
        display: none;
    }
    #brand-slider {
        margin-top: 40px;
    }
    .footer-subscribe .block-title, 
    .footer-subscribe form {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .footer-subscribe form {
        margin-bottom: 5px;
    }
    .footer-subscribe .input-box, 
    .footer-subscribe .actions {
        display: block; 
        float: none;   
        margin: 0;
    }
    .footer-subscribe .input-box {
        margin-bottom: 20px;
    }
    .footer-subscribe .input-box input {
        width: 260px;
    }
    
    /* main content */
    .main-banner img {
        max-width: 350px;
    }
    .main-banner .container > div {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content,
    .sidebar {
        padding: 0 0 40px;
    }
    .main-container .container,
    .footer-banner .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bv3 .main-container .container,
    .bv3 .footer-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* block, sidebar */
    .sidebar-right,
    .sidebar-left,
    .bv3 .sidebar-right,
    .bv3 .sidebar-left {
        padding: 0 0 40px;
    }
    .sidebar .block-venedor-ads {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .block .block-title {
        font-size: 25px;
    }
    .mini-products-images-list .item { 
        width: 92px; 
    }
    .block-list .flex-direction-nav a {
        margin-top: -40px;
    }
    
    /* category */
    .category-banner {
        padding-left: 0;
        padding-right: 0;
    }
    #category-banner-slider .product-image,
    .category-banner .category-image {
        width: 290px;
    }
    #category-banner-slider .slide-shadow {
        background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/category_banner_slider_shadow_small.png);
    }
    #category-banner-slider .product-details,
    .category-banner .category-details {
        padding: 0 10px 20px;
    }
    #category-banner-slider .sales {
        top: 10px;
        font-size: 23px;
        padding: 7px 15px;
    }
    .slider-arrow,
    .main-slider .fraction-slider .prev,
    .main-slider .fraction-slider .next,
    .main-slider .bx-wrapper .bx-controls-direction a,
    .main-slider .tp-leftarrow,
    .main-slider .tp-rightarrow {
        width: 55px;
        height: 36px;
        padding: 0;
    }
    .category-banner .product-name,
    .category-banner .category-title h1 {
        font-size: 35px;
    }
    .category-banner .price {
        font-size: 20px;
    }
    .category-banner .button {
        padding: 6px 12px;
        font-size: 12px;
    }
    .main-content .category-banner .category-wrap {
        top: 10px;
        left: 20px;
    }
    .category-banner .category-description {
        display: none;
    }
    .main-content .category-banner .category-wrap {
        width: auto;
        right: 20px;
    }
    .main-content .category-banner .category-title h1 {
        margin-bottom: 10px;
    }
    .main-content .category-banner .button {
        margin-top: 0;
    }
    .category-banner .category-image-wrap {
        float: left;
        width: 40%;
        margin-left: 5%;
    }
    .category-banner .category-image-wrap .category-image {
        width: 100%;
    }
    .category-banner .category-details-wrap {
        float: left;
        width: 55%;
    }
    .category-banner .category-details-wrap .category-title h1 {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 30px;
    }
    .category-banner .category-details-wrap .button {
        margin-top: 0;
    }
    .products-grid li.item {
        height: auto !important;
        width: 100%;
        text-align: center;
    }
    .bv3 .products-grid li.item {
        padding-left: 0;
        padding-right: 0;
    }
    .products-grid li.item .item-inner {
        height: auto !important;
    }
    .products-grid .item-active.addlinks-block .item-inner {
        position: static;
    }
    .products-grid .addlinks-block .btn-cart {
        margin-left: auto !important;
    }
    .products-grid .addlinks-block .add-to-links,
    .flexslider.products-grid .addlinks-block .add-to-links {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
    }
    .products-grid .item-active .btn-cart,
    body.mobile .products-grid .btn-cart,
    .products-grid .hover-disable .btn-cart {
        text-indent: 0;
        width: auto !important;
        background-image: none !important;
    }
    .products-grid .product-image {
        width: 228px;
    }
    .products-list .product-image { 
        width: 150px; 
        margin-right: 20px;
        margin-bottom: 40px; 
    }
    .products-list .product-image.no-price {
        margin-bottom: 20px;
    }
    .products-list .product-shop { 
        margin-left: 0;
    }
    .products-list .ratings,
    .products-list .ratings .rating-box {
        float: none;
    }
    .products-list .ratings:after {
        clear: none;
    }
    .products-list .actions {
        float: left;
        width: 100%;
    }
    .price-slider .priceTextBox {
        width: 75px;
    }
    
    /* toolbar */
    .toolbar .actions {
        margin-right: 0;
    }
    .toolbar .sorter {
        padding-bottom: 42px;
    }
    .toolbar .sorter .sort-by {
        float: right;
        margin-right: 0;
    }
    .toolbar .pager .limiter {
        position: absolute;
        left: 0;
        top: 60px;
    }
    .toolbar .sorter .view-mode {
        position: absolute;
        right: 0;
        top: 60px;
    }
    .toolbar .pager {
        text-align: center;
    }
    .toolbar .pager .pages {
        float: none;
        margin-left: 0;
    }
    .toolbar-bottom .pager .limiter {
        display: none;
    }
    
    /* product */
    .product-essential .product-image {
        width: 238px;
        margin-left: 7px;
    }
    .product-essential .more-images {
        width: 50px;
    }
    .product-essential .elastislide-vertical {
        margin-top: -6.33333px;
    }
    .product-essential .more-images img {
        padding: 6.33333px 0;        
    }
    .products-grid .price-review > .price-box,
    .products-grid .price-review > .price-box-bundle,
    .products-grid .price-review .reviews-wrap {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .product-shop .price-review > .price-box,
    .product-shop .price-review > .price-box-bundle,
    .product-shop .price-review > .ratings {
        margin-bottom: 10px;
        display: block;
    }
    .product-shop .price-review > .price-box .minimal-price-link {
        display: block;
    }
    .elastislide-vertical nav span {
        margin-left: -16px;
    }
    .email-friend { 
        margin-left: 0;
        display: inline-block; 
    }
    .email-friend span,
    .add-to-links span { 
        display: inline-block;
        line-height: 34px;
        margin-left: 10px;
        margin-right: 30px;
        font-size: 13px;
        text-transform: uppercase; 
    }
    .add-to-box .addthis-icons {
        float: none;
        clear: both;
        margin-left: 0;
    }
    .block-list #block-related .flex-direction-nav a {
        margin-top: -68px;
    }
    .block-related .block-subtitle {
        font-size: 14px;
    }
    #product-tabs > dt,
    #cart-tabs > dt {
        width: auto;
        padding: 16px 15px;
    }
    #product-tabs > dt.open,
    #cart-tabs > dt.open {
        width: auto;
        padding: 16px 15px;
        margin-right: 0;
        border-bottom-width: 1px !important;
    }    
    #product-tabs > dd,
    #cart-tabs > dd {
        position: relative;
        left: 0;
        border-left-width: 0;
        padding: 96%;
        padding: 20px 15px;
        border-bottom-width: 1px !important;
    }
    #product-tabs > dd:last-child,
    #cart-tabs > dd:last-child {
        border-bottom-width: 0 !important;
    }
    #product-review-table,
    .box-reviews .form-list {
        font-size: 14px;
    }
    #product-review-table th {
        font-size: 13px;
        padding: 3px;
    }
    .product-view .box-tags .form-add label {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .product-view .box-tags .form-add .input-box {
        margin-left: 0;
    }
    #product-tabs .crosssell .flex-direction-nav .flex-prev {
        left: 10px;
    }
    #product-tabs .crosssell .flex-direction-nav .flex-next {
        right: 10px;
    }  
    .upsell-products .item .product-image {
        width: 228px;
    }
    .box-up-sell .flex-direction-nav a,
    .box-cross-sell .flex-direction-nav a,
    #brand-slider .flex-direction-nav a,
    .featured-products .flex-direction-nav a {
        width: 40px;
        height: 30px;
        margin-top: -80px;
    }
    .box-up-sell .flex-direction-nav .flex-prev, 
    .box-cross-sell .flex-direction-nav .flex-prev, 
    #brand-slider .flex-direction-nav .flex-prev,
    .featured-products .flex-direction-nav .flex-prev {
        right: 43px;
    }
    #brand-slider .flex-direction-nav a {
        margin-top: -68px;
    }
    
    /* Price */
    .products-grid .price-box, 
    .product-essential .product-img-box .price-box {
        -webkit-border-radius: 45px;
           -moz-border-radius: 45px;
                border-radius: 45px;
        width: 90px;
        height: 90px;
        font-size: 18px;
    }
    .products-grid .regular-price,
    .products-grid .price-box > .price,
    .product-essential .product-img-box .regular-price,
    .product-essential .product-img-box .price-box > .price {
        margin-top: 34px;
    }
    .products-grid .old-price,
    .product-essential .product-img-box .old-price {
        margin-top: 23px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .products-grid .price-from,
    .product-essential .product-img-box .price-from {
        padding-bottom: 6px;
        margin-bottom: 0;
        background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/icons/icon_from_to.png) bottom center no-repeat;
    }
    .products-grid .price-from,
    .product-essential .product-img-box .price-from {
        margin-top: 20px;
    }
    .products-grid .minimal-price,
    .product-essential .product-img-box .minimal-price {
        margin-top: 27px;
    }
    .products-grid .minimal-price .price-label,
    .product-essential .product-img-box .minimal-price .price-label {
        font-size: 14px;
        margin-bottom: 0;
    }
    .products-grid .price-review {
        text-align: center;
    }
    
    .products-list .price-box {
        -webkit-border-radius: 36px;
           -moz-border-radius: 36px;
                border-radius: 36px;
        width: 72px;
        height: 72px;
        font-size: 16px;
    }
    .products-list .regular-price,
    .products-list .price-box > .price {
        margin-top: 26px;
    }
    .products-list .old-price {
        margin-top: 14px;
        font-size: 14px;
    }
    .products-list .price-from {
        margin-top: 15px;
    }
    .products-list .price-from {
        padding-bottom: 3px;
        margin-bottom: -2px;
    }
    .products-list .minimal-price {
        margin-top: 24px;
    }
    .products-list .minimal-price .price-label {
        font-size: 12px;
        margin-bottom: -3px;
    }
    
    .product-essential .product-img-box .price {
        line-height: 20px;
    }
    .product-essential .product-img-box .price-from, 
    .product-essential .product-img-box .price-to {
        font-size: 18px;
    }
    
    .products-list .labels {
        width: 40px;
        font-size: 13px;
    }
    .products-list .new,
    .products-list .sales {
        padding: 5px 0;
    }
    .products-list .new.circle,
    .products-list .sales.circle {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        padding: 14px 0;
    }
    .products-list .product-shop .desc li {
        list-style-position: inside;
    }
    .product-essential .product-img-box .labels {
        width: 60px;
        font-size: 16px;
    }
    .product-essential .product-img-box .new.circle,
    .product-essential .product-img-box .sales.circle {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        padding: 21px 0;
        margin-top: -15px;
        margin-left: -5px;
    }
    .product-essential .product-img-box .top-right .new.circle,
    .product-essential .product-img-box .top-right .sales.circle {
        margin-left: 5px;
    }
    .product-essential .product-img-box .bottom-left .new.circle,
    .product-essential .product-img-box .bottom-left .sales.circle {
        margin-bottom: -15px;
    }
    .product-essential .product-img-box .bottom-right .new.circle,
    .product-essential .product-img-box .bottom-right .sales.circle {
        margin-bottom: -15px;
        margin-left: 5px;
    }
    .product-essential .product-img-box .new,
    .product-essential .product-img-box .sales {
        padding: 8px 0;
    }
    div.Growler-notice {
        width: 300px;
    }
    
    .slider-wrap .price-box {
        -webkit-border-radius: 29px;
           -moz-border-radius: 29px;
                border-radius: 29px;
        width: 58px;
        height: 58px;
        font-size: 15px;
    }
    .slider-wrap .price-box .price {
        margin-top: 21px;
    }
    
    /* Data Table */
    .data-table {
        border-right-width: 1px;
    }
    .data-table th,
    .data-table td { 
        padding: 10px 5px;
    }
    .cart-table,
    .order-review .data-table,
    .my-account .data-table,
    .my-wishlist .data-table {
        border-right-width: 1px !important;
    }
    .cart-table col,
    .order-review .data-table col,
    .my-account .data-table col,
    .my-wishlist .data-table col {
        display: none;
    }
    .cart-table thead tr,
    .order-review .data-table thead tr,
    .my-account .data-table thead tr,
    .my-wishlist .data-table thead tr {
        display: none;
    }
    .cart-table thead tr.mobile-row,
    .order-review .data-table thead tr.mobile-row,
    .my-account .data-table thead tr.mobile-row,
    .my-wishlist .data-table thead tr.mobile-row {
        display: block;
    }
    .cart-table tr, 
    .cart-table td,
    .cart-table th,
    .order-review .data-table tr,
    .order-review .data-table td,
    .order-review .data-table th,
    .my-account .data-table tr,
    .my-account .data-table td,
    .my-account .data-table th,
    .my-wishlist .data-table tr,
    .my-wishlist .data-table td,
    .my-wishlist .data-table th {
        border-left: none !important;
        border-right: none !important;
        display: block;
        padding: 0 !important;
        text-align: center !important;
    }
    .cart-table td,
    .cart-table th,
    .order-review .data-table td,
    .order-review .data-table th,
    .my-account .data-table td,
    .my-account .data-table th,
    .my-wishlist .data-table td,
    .my-wishlist .data-table th {
        padding: 10px 5px !important;
    }
    .cart-table tbody td:first-child,
    .cart-table tbody th:first-child,
    .order-review .data-table tbody td:first-child,
    .order-review .data-table tbody th:first-child,
    .my-account .data-table tbody td:first-child,
    .my-account .data-table tbody th:first-child,
    .my-wishlist .data-table tbody td:first-child,
    .my-wishlist .data-table tbody th:first-child {
        padding-top: 20px !important;
    }
    .cart-table tbody td:last-child,
    .cart-table tbody th:last-child,
    .order-review .data-table tbody td:last-child,
    .order-review .data-table tbody th:last-child,
    .my-account .data-table tbody td:last-child,
    .my-account .data-table tbody th:last-child,
    .my-wishlist .data-table tbody td:last-child,
    .my-wishlist .data-table tbody th:last-child {
        padding-bottom: 20px !important;
    }
    .cart-table thead tr.mobile-row th,
    .order-review .data-table thead tr.mobile-row th,
    .my-account .data-table thead tr.mobile-row th,
    .my-wishlist .data-table thead tr.mobile-row th {
        padding: 20px 10px !important;
    }
    .cart-table tbody td,
    .cart-table tbody tr.last td,
    .order-review .data-table tbody td,
    .order-review .data-table tbody tr.last td,
    .my-account .data-table tbody td,
    .my-account .data-table tbody tr.last td,
    .my-wishlist .data-table tbody td,
    .my-wishlist .data-table tbody tr.last td {
        border-bottom-width: 0;
    }
    .cart-table tbody td.last,
    .cart-table tbody tr.last td.last,
    .order-review .data-table tbody td.last,
    .order-review .data-table tbody tr.last td.last,
    .my-account .data-table tbody td.last,
    .my-account .data-table tbody tr.last td.last {
        border-bottom-width: 1px;
    }
    .data-table .product-image {
        float: none;
        width: 150px;
        margin: 15px auto;
    }
    .data-table .product-shop {
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .data-table .actions {
        margin-top: 0;
    }
    .data-table .item-options {
        float: none;
    }
    .data-table .item-options dt,
    .data-table .item-options dd {
        float: none;
        display: inline;
    }
    .data-table .cart-price {
        margin-top: 0;
        display: inline;
    }
    .data-table .total-price .cart-price {
        padding-right: 0;
    }
    .data-table .btn-remove {
        position: static;
        display: block;
        margin: 10px auto 0;
    }
    .data-table .button {
        display: inline-block;
        margin: 5px auto;
    }
    .add-to-cart-alt .btn-cart, 
    .data-table .add-to-cart-alt .button {
        margin: 0 auto;
    }
    .data-table .mobile-label {
        display: inline;
    }
    .data-table .btn-continue {
        float: none;
    }
    .compare-table {
        display: none;
    }
    .compare-table-mobile {
        display: block;
    }
    .compare-table-mobile td {
        padding: 10px;
    }
    .compare-table-mobile .product-image {
        width: 124px;
    }
    .compare-table-mobile .product-image img {
        width: 100%;
        height: auto;
    }
    .compare-table .btn-remove {
        margin-top: 20px;
    }
    .my-account .data-table .product-name,
    .my-wishlist .data-table .product-name {
        margin: 0;
        line-height: 1;
    }
    .my-account .data-table .rating-box,
    .my-wishlist .data-table .rating-box {
        margin: 0 auto;
    }
    .my-account .data-table .price, 
    .my-wishlist .data-table .price {
        display: inline;
    }
    .my-account .data-table .price-excl-tax,
    .my-account .data-table .price-incl-tax,
    .my-account .data-table .price-box,
    .my-wishlist .data-table .price-excl-tax,
    .my-wishlist .data-table .price-incl-tax,
    .my-wishlist .data-table .price-box {
        display: inline;
    }
    .my-account .data-table .add-to-cart-alt,
    .my-wishlist .data-table .add-to-cart-alt {
        margin-top: 10px;
    }
    .my-account .order-info-box {
        margin: 0;
    }
    .my-account .order-items {
        padding: 0 15px;
    }
    
    /* form list */
    .form-list li label {
        width: 115px;
        padding: 0 8px;
    }
    .form-list input.input-text, 
    .form-list select {
        padding-left: 125px;
        padding-right: 10px;
    }
    .form-list .input-range .start input.input-text {
        width: 52%;
    }
    .form-list .input-range .end input.input-text {
        width: 32%;
        padding-left: 10px;
    }
    .form-list .customer-dob .dob-day {
        width: 40.5% !important;
    }
    .form-list .customer-dob .dob-month {
        width: 20.5% !important;
    }
    .form-list .customer-dob .dob-year {
        width: 33% !important;
    }
    .sp-methods select.month,
    .span6 .sp-methods select.month,
    .col-sm-6 .sp-methods select.month { 
        width: 300px; 
    }
    .sp-methods input.cvv { 
        width: 300px !important; 
    }
    
    /* contact us */
    #contact-gmap {
        height: 200px;
    }
    
    /* home slider */
    .bv3 .main-slider .container {
        padding: 0;
    }
    .homeslider-products .product-name {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .homeslider-products .price-box .price {
        font-size: 20px;
    }
    .homeslider-products .price-box {
        margin-bottom: 5px;
    }
    .homeslider-products .product-desc {
        display: none;
    }
    .homeslider-products .btn-cart,
    .homeslider-products .add-to-cart .btn-cart {
        margin-top: 10px;
    }
    
    /* twitter tweets */
    .footer-tweets #twitter-slider {
        padding: 0 60px 0 60px;
    }
    .footer-tweets .twitter-slider1 {
        padding: 0 60px;
    }
    #twitter-slider.twitter-slider2 .flex-direction-nav a {
        top: auto;
        bottom: 25px;
    }
}

@media (max-width: 480px) {
    /* header */
    .header {
        padding-top: 75px;
    }
    .bv3 .header-top .container {
        padding-left: 0;
        padding-right: 0;
    }
    .bv3 .login-link {
        right: 0;
    }
    .bv3 #mini-cart {
        margin-right: -5px;
    }
    .header-top #mini-cart {
        margin-right: 5px;
        margin-top: -36px;
    }
    .header-top-both {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-top-both #mini-cart,
    .header-both #mini-cart {
        display: none !important;
    }
    .header-both1 #mini-cart {
        display: block !important;
        margin-right: 0px;
    }
    .header-both2 {
        right: 10px;
        left: auto;
    }
    .quick-access2 #mini-cart {
        display: none !important;
    } 

    /* login */
    .remember-me-popup { margin:-85px 0 0 -145px; width:290px; }

    /* product */
    .add-to-cart .qty {
        width: 125px;
    }
    .add-to-cart .button-up, 
    .add-to-cart .button-down {
        left: 99px;
    }

    /* data table */
    .data-table select {
        width: 84px;
    }
    .data-table .input-text {
        width: 70px;
    }
    .box-reviews textarea {
        width: 92%;
    }
    
    /* checkout */
    #checkout-review-table .product-image {
        width: 100px;
    }
    #checkout-review-table .product-image img {
        width: 100%;
        height: auto;
    }
    .opc .step-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .opc .step-title,
    .opc .step-title h2 {
        font-size: 17px;
    }
    .gift-messages-form .item .product-img-box {
        float: none;
        margin: 0 auto;
    }
    .gift-messages-form .item .details {
        margin-left: 0;
        margin-top: 10px;
    }
    
    /* form list */
    .form-list .input-range .start input.input-text {
        width: 60%;
    }
    .form-list .input-range .end input.input-text {
        width: 20%;
    }
    .form-list .customer-dob .dob-day input.input-text {
        padding-left: 125px;
        padding-right: 10px;
    }
    .form-list .customer-dob .dob-month input.input-text,
    .form-list .customer-dob .dob-year input.input-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-list .customer-dob .dob-day {
        width: 55% !important;
        margin-right: 0;
    }
    .form-list .customer-dob .dob-month {
        width: 23% !important;
        margin-right: 0;
    }
    .form-list .customer-dob .dob-year {
        width: 22% !important;
    }
    .sp-methods select.month,
    .span6 .sp-methods select.month,
    .col-sm-6 .sp-methods select.month { 
        width: 200px;
    }
    .sp-methods select.year,
    .span6 .sp-methods select.year,
    .col-sm-6 .sp-methods select.year { 
        width: 70px;
    }
    .form-list li label
    {
        height: 46px;
    }
    /* home slider */
    .homeslider-products .product-name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .homeslider-products .price-box .price {
        font-size: 15px;
    }
    .homeslider-products .btn-cart,
    .homeslider-products .add-to-cart .btn-cart {
        margin-top: 0;
        font-size: 10px;
        padding: 4px 8px;
    }
}

@media (max-width: 320px) {
    .add-to-cart-alt .qty-wrap,
    .add-to-cart .qty-wrap {
        display: block;
    }
    .add-to-cart button.btn-cart {
        margin-left: 0;
    }
    .add-to-box .add-to-links {
        display: block;
        margin-top: -20px;
    }
    .add-to-box .add-to-links li {
        display: block;
        margin-top: 20px;
    }
}

/* Custom CSS */
.header-contact {
    margin-top: 0;
}
.header-contact .block {
    float: left;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 3px 15px;
    font-size: 13px;
}
.header-contact .block span {
    display: inline-block;
    line-height: 21px;
}
.header-contact .icon-phone {
    width: 32px;
    height: 32px;
    margin-right: 7px;
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_32x32.png);
    float: left;
    margin-top: 6px;
    margin-left: -5px;
}
.header-contact .icon-phone,
.green .header-contact .icon-phone  { background-position: 0 -32px; }
.blue .header-contact .icon-phone   { background-position: 0 -64px; }
.orange .header-contact .icon-phone { background-position: 0 -96px; }
.pink .header-contact .icon-phone   { background-position: 0 -128px; }
.header-contact .icon-skype,
.header-contact .icon-email {
    width: 20px;
    height: 18px;
    margin: -1px 10px 0 0;
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_20x20.png);
}
.header-contact .icon-skype,
.green .header-contact .icon-skype  { background-position: -20px -20px; }
.blue .header-contact .icon-skype   { background-position: -20px -40px; }
.orange .header-contact .icon-skype { background-position: -20px -60px; }
.pink .header-contact .icon-skype   { background-position: -20px -80px; }
.header-contact .icon-email,
.green .header-contactc .icon-email { background-position: 0 -20px; }
.blue .header-contact .icon-email   { background-position: 0 -40px; }
.orange .header-contact .icon-email { background-position: 0 -60px; }
.pink .header-contact .icon-email   { background-position: 0 -80px; }

#homeslider-revolution .revolution-slider {
    max-height: 200px;
}

.footer .social-links a {
    display: inline-block;
    margin: 2px;
    transition: opacity 300ms ease-in-out;
       -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
         -o-transition: opacity 300ms ease-in-out;
}
.footer .social-links .icon {
    background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/images/icon_socials.png);
    width: 36px;
    height: 36px;
    padding: 0;
}
.footer .social-links .icon-facebook {
    background-position: 0 0;
}
.footer .social-links a:hover .icon-facebook {
    background-color: #3b5a9a;
}
.footer .social-links .icon-twitter {
    background-position: -36px 0;
}
.footer .social-links a:hover .icon-twitter {
    background-color: #1aa9e1;
}
.footer .social-links .icon-rss {
    background-position: -72px 0;
}
.footer .social-links a:hover .icon-rss {
    background-color: #ff8201;
}
.footer .social-links .icon-delicious {
    background-position: -108px 0;
}
.footer .social-links a:hover .icon-delicious {
    background-color: #3070c8;
}
.footer .social-links .icon-linkedin {
    background-position: -144px 0;
}
.footer .social-links a:hover .icon-linkedin {
    background-color: #0080b1;
}
.footer .social-links .icon-blog {
    background-position: -180px 0;
}
.footer .social-links a:hover .icon-blog {
    background-color: #ee2283;
}
.footer .social-links .icon-skype {
    background-position: -216px 0;
}
.footer .social-links a:hover .icon-skype {
    background-color: #00aff0;
}
.footer .social-links .icon-email {
    background-position: -252px 0;
}
.footer .social-links a:hover .icon-email {
    background-color: #c7392c;
}

/* menu custom block */
#popupmenu_custom_block .block2 .cell {
    padding: 15px 10px;
}
#popupmenu_custom_block .block2 .cell:hover {
    border: 1px solid #e0e0e0;
    padding: 14px 9px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#popupmenu_custom_block .block2 .icon {
    display: inline-block;
    width: 124px;
    height: 124px;
    background: transparent url(https://dev.lob.nz/skin/frontend/venedor/default/images/menu/icon_124x124.png);
    transition:            opacity 600ms ease-in-out;
    -moz-transition:       opacity 600ms ease-in-out;;
    -webkit-transition:    opacity 600ms ease-in-out;;
    -o-transition:         opacity 600ms ease-in-out;;
}
#popupmenu_custom_block .block2 .icon1                { background-position: 0 0; }
#popupmenu_custom_block .block2 .cell:hover .icon1    { background-position: -124px 0; }
#popupmenu_custom_block .block2 .icon2                { background-position: -248px 0; }
#popupmenu_custom_block .block2 .cell:hover .icon2    { background-position: -372px 0; }
#popupmenu_custom_block .block2 .icon3                { background-position: -496px 0; }
#popupmenu_custom_block .block2 .cell:hover .icon3    { background-position: -620px 0; }
#popupmenu_custom_block .block2 .icon4                { background-position: -744px 0; }
#popupmenu_custom_block .block2 .cell:hover .icon4    { background-position: -868px 0; }

.blue #popupmenu_custom_block .block2 .icon1                { background-position: 0 -124px; }
.blue #popupmenu_custom_block .block2 .cell:hover .icon1    { background-position: -124px -124px; }
.blue #popupmenu_custom_block .block2 .icon2                { background-position: -248px -124px; }
.blue #popupmenu_custom_block .block2 .cell:hover .icon2    { background-position: -372px -124px; }
.blue #popupmenu_custom_block .block2 .icon3                { background-position: -496px -124px; }
.blue #popupmenu_custom_block .block2 .cell:hover .icon3    { background-position: -620px -124px; }
.blue #popupmenu_custom_block .block2 .icon4                { background-position: -744px -124px; }
.blue #popupmenu_custom_block .block2 .cell:hover .icon4    { background-position: -868px -124px; }

.orange #popupmenu_custom_block .block2 .icon1                { background-position: 0 -248px; }
.orange #popupmenu_custom_block .block2 .cell:hover .icon1    { background-position: -124px -248px; }
.orange #popupmenu_custom_block .block2 .icon2                { background-position: -248px -248px; }
.orange #popupmenu_custom_block .block2 .cell:hover .icon2    { background-position: -372px -248px; }
.orange #popupmenu_custom_block .block2 .icon3                { background-position: -496px -248px; }
.orange #popupmenu_custom_block .block2 .cell:hover .icon3    { background-position: -620px -248px; }
.orange #popupmenu_custom_block .block2 .icon4                { background-position: -744px -248px; }
.orange #popupmenu_custom_block .block2 .cell:hover .icon4    { background-position: -868px -248px; }

.pink #popupmenu_custom_block .block2 .icon1                { background-position: 0 -372px; }
.pink #popupmenu_custom_block .block2 .cell:hover .icon1    { background-position: -124px -372px; }
.pink #popupmenu_custom_block .block2 .icon2                { background-position: -248px -372px; }
.pink #popupmenu_custom_block .block2 .cell:hover .icon2    { background-position: -372px -372px; }
.pink #popupmenu_custom_block .block2 .icon3                { background-position: -496px -372px; }
.pink #popupmenu_custom_block .block2 .cell:hover .icon3    { background-position: -620px -372px; }
.pink #popupmenu_custom_block .block2 .icon4                { background-position: -744px -372px; }
.pink #popupmenu_custom_block .block2 .cell:hover .icon4    { background-position: -868px -372px; }

.main-banner {
    border-top: 0 solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #B74801;
    background-image: url(//supplies.leagueofbrewers.com/media/eternal/venedor/background/default/home-banner2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    min-height: 218px;
}

.price-box .weight-unit {
    color: white;
    font-size: 75%;
}

div.search-autocomplete ul span.amount {
    display: none;
}

form#opc-address-form-billing div#co-billing-form li#billing-new-address-form input#shipping_rural {
    margin-left: 160px;
}

#shipping_rural_label, #shipping_rural_check {
    min-height: 46px;
    line-height: 46px;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.eot');
    src: url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.woff2') format('woff2'),
    url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.woff') format('woff'),
    url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.ttf') format('truetype'),
    url('/media/fonts/logo/copperplate_gothic_bold_regular-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo-font {
    font-family: 'copperplate_gothic_boldRg';
}

.checkout-agreements .order-options select {
    padding-left: 60%;
}
.checkout-agreements .order-options label {
    width: 55%;
    font-weight: bold;
    font-size: 18px;
    background-color: #af650e;
    color: white;
}


@media (min-width: 1200px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-contact {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-contact {
        display: none;
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 320px) {
    
}


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
    margin: -4px;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}



/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/close.png) url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/loading.gif) url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/prev.png) url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10002;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Elastislide Style */

.elastislide-list {
	list-style: none;
	display: none;
    margin: 0;
    padding: 0;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(https://dev.lob.nz/skin/frontend/venedor/default/css/jquery/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
}

.elastislide-vertical {
    margin-top: -6px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
    padding: 6px 0;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	text-indent: -9000px;
	cursor: pointer;
}


.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -16px;
}

.elastislide-vertical nav span {
	top: -6px;
	left: 50%;
	margin-left: -16px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: -6px;
	top: auto;
	background-position: -17px -18px;
}
.ais-Breadcrumb-list,
.ais-Carousel-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-FrequentlyBoughtTogether-list,
.ais-LookingSimilar-list,
.ais-RelatedProducts-list,
.ais-TrendingItems-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-Carousel-navigation,
.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ais-Carousel-navigation::-moz-focus-inner,
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-Carousel-navigation[disabled],
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  overflow-anchor: none;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-PoweredBy-text {
  margin-right: 0.3rem;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}
.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}
.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}
.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  transform: translateX(-50%);
}

.ais-Carousel {
  position: relative;
}

.ais-Carousel-list {
  grid-auto-columns: 42%;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

@media (min-width: 999px) {
  .ais-Carousel-list {
    grid-auto-columns: 20%;
  }
}
.ais-Carousel-navigation {
  position: absolute;
  top: 35%;
  z-index: 1;
}

.ais-Carousel-navigation--previous {
  left: 0;
  transform: translateX(-25%);
}

.ais-Carousel-navigation--next {
  right: 0;
  transform: translateX(25%);
}

.ais-Carousel-item {
  scroll-snap-align: start;
}

/**
 * Reset
 */
[class^=ais-] {
  box-sizing: border-box;
}

/**
 * Disabled
 */
[class^=ais-][class$="--disabled"],
[class^=ais-][class$="--disabled"] *,
.ais-VoiceSearch-button:disabled {
  cursor: not-allowed;
}

/**
 * Buttons
 */
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-ClearRefinements-button,
.ais-InfiniteHits-loadMore,
.ais-RangeInput-submit,
.ais-InfiniteHits-loadPrevious,
.ais-Pagination-link,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-VoiceSearch-button,
.ais-RelevantSort-button,
.ais-Carousel-navigation {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #23263b;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  place-items: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  height: 1.5rem;
}

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 1rem;
}

.ais-HierarchicalMenu-showMore:hover,
.ais-Menu-showMore:hover,
.ais-RefinementList-showMore:hover,
.ais-ClearRefinements-button:hover,
.ais-InfiniteHits-loadMore:hover,
.ais-RangeInput-submit:hover,
.ais-InfiniteHits-loadPrevious:hover,
.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover,
.ais-GeoSearch-redo:hover,
.ais-GeoSearch-reset:hover,
.ais-VoiceSearch-button:hover,
.ais-Carousel-navigation:hover {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #d6d6e7;
}

.ais-HierarchicalMenu-showMore:focus,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:focus,
.ais-ClearRefinements-button:focus,
.ais-InfiniteHits-loadMore:focus,
.ais-RangeInput-submit:focus,
.ais-InfiniteHits-loadPrevious:focus,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:focus,
.ais-VoiceSearch-button:focus,
.ais-Carousel-navigation:focus {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 1px;
  outline: currentcolor none medium;
}

.ais-HierarchicalMenu-showMore:active,
.ais-Menu-showMore:active,
.ais-RefinementList-showMore:active,
.ais-ClearRefinements-button:active,
.ais-InfiniteHits-loadMore:active,
.ais-InfiniteHits-loadPrevious:active,
.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-link:active,
.ais-GeoSearch-redo:active,
.ais-GeoSearch-reset:active,
.ais-VoiceSearch-button:active,
.ais-Carousel-navigation:active {
  border-color: #d6d6e7;
  box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset, rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0;
}

.ais-ClearRefinements-button:disabled[disabled],
.ais-InfiniteHits-loadMore:disabled[disabled],
.ais-InfiniteHits-loadPrevious:disabled[disabled],
.ais-Pagination-item--disabled .ais-Pagination-link,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-VoiceSearch-button:disabled {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5;
}

.ais-HierarchicalMenu-showMore--disabled[disabled],
.ais-Menu-showMore--disabled[disabled],
.ais-RefinementList-showMore--disabled[disabled] {
  display: none;
}

/**
 * Labels
 */
.ais-NumericMenu-label,
.ais-ToggleRefinement-label,
.ais-HierarchicalMenu-item,
.ais-Menu-item,
.ais-RatingMenu-item,
.ais-RefinementList-item {
  display: block;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link,
.ais-RefinementList-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
}

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link {
  color: inherit;
  text-decoration: none;
}

.ais-Breadcrumb-link:hover {
  text-decoration: underline;
}

.ais-HierarchicalMenu-label,
.ais-Menu-label,
.ais-RefinementList-labelText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link > .ais-HierarchicalMenu-label,
.ais-Menu-item--selected .ais-Menu-label,
.ais-RefinementList-item--selected,
.ais-RatingMenu-item--selected {
  font-weight: 600;
}

/**
 * Count
 */
.ais-ToggleRefinement-count,
.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RatingMenu-count,
.ais-RefinementList-count {
  background: #f5f5fa none repeat scroll 0% 0%;
  border: 1px solid #b6b7d5;
  border-radius: 99999px;
  color: #23263b;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-left: 0.5rem;
  overflow: hidden;
  padding: 0 0.25rem;
}

/**
 * No Results
 */
.ais-Menu-noResults,
.ais-HierarchicalMenu-noResults,
.ais-RefinementList-noResults {
  color: #5a5e9a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1rem;
}

/**
 * Selectors
 */
.ais-MenuSelect-select,
.ais-HitsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #fcfcfd);
  background-position: right 1rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 10px, auto;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  color: #23263b;
  cursor: pointer;
  font: inherit;
  height: 2.5rem;
  outline: currentcolor none medium;
  padding: 0 2.5rem 0 1rem;
  position: relative;
  width: 100%;
}

.ais-HitsPerPage-select:-moz-focusring,
.ais-HitsPerPage-select::-moz-focus-inner,
.ais-SortBy-select:-moz-focusring,
.ais-SortBy-select::-moz-focus-inner {
  color: transparent;
  outline: currentcolor none medium;
}

.ais-HitsPerPage-select > option:not(:checked),
.ais-SortBy-select > option:not(:checked) {
  color: #23263b;
}

.ais-HitsPerPage-select > option:disabled,
.ais-SortBy-select > option:disabled {
  color: #b6b7d5;
}

.ais-HitsPerPage-select:hover,
.ais-SortBy-select:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fcfcfd, #f5f5fa);
  border-color: #d6d6e7;
}

.ais-HitsPerPage-select:focus,
.ais-SortBy-select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 0;
}

.ais-HitsPerPage-select:disabled,
.ais-SortBy-select:disabled {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5;
  cursor: not-allowed;
}

/**
 * Panel
 */
.ais-Panel {
  margin-bottom: 2rem;
}

.ais-Panel-header {
  color: #5a5e9a;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.ais-Panel-footer {
  color: #5a5e9a;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-top: 1rem;
}

.ais-Panel--collapsible {
  position: relative;
}

.ais-Panel--collapsible .ais-Panel-collapseButton {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ais-Panel--collapsed .ais-Panel-body,
.ais-Panel--collapsed .ais-Panel-footer {
  display: none;
}

/**
 * SearchBox
 */
.ais-SearchBox-form {
  background-color: #fff;
  display: flex;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 1.25rem;
  position: relative;
  width: 100%;
}

.ais-SearchBox-form::before {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E") repeat scroll 0% 0%;
  content: "";
  height: 1rem;
  left: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}

.ais-SearchBox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #d6d6e7 !important;
  border-radius: 3px !important;
  caret-color: #5a5e9a;
  color: #23263b;
  flex: 1 1 0%;
  font: inherit;
  max-width: 100%;
  padding-left: 2.5rem !important;
}

.ais-SearchBox-input::-moz-placeholder {
  color: #5a5e9a;
}

.ais-SearchBox-input::placeholder {
  color: #5a5e9a;
}

.ais-SearchBox-input:focus {
  border-color: #3c4fe0;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  outline: currentcolor none medium;
}

.ais-SearchBox-input:disabled {
  background: rgba(0, 0, 0, 0) linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll 0% 0%;
  border-color: #efeff5;
  box-shadow: none;
  cursor: not-allowed;
}

.ais-SearchBox-input:disabled::-moz-placeholder {
  color: #b6b7d5;
  pointer-events: none;
}

.ais-SearchBox-input:disabled::placeholder {
  color: #b6b7d5;
  pointer-events: none;
}

.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
  align-items: center;
  border-radius: 50%;
  display: flex;
  fill: #484c7a;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.ais-SearchBox-reset:focus {
  background: #b6b7d5;
  fill: #fff;
  outline: 0;
}

.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,
.ais-RefinementList-searchBox .ais-SearchBox-reset {
  right: 0.5rem;
}

.ais-SearchBox-loadingIndicator[hidden],
.ais-SearchBox-reset[hidden] {
  display: none;
}

.ais-SearchBox-submit {
  display: none;
}

.ais-Menu-searchBox,
.ais-RefinementList-searchBox {
  margin-bottom: 0.5rem;
}

.ais-Menu-searchBox .ais-SearchBox-form,
.ais-RefinementList-searchBox .ais-SearchBox-form {
  height: 2rem;
}

.ais-Menu-searchBox .ais-SearchBox-form::before,
.ais-RefinementList-searchBox .ais-SearchBox-form::before {
  left: 0.5rem;
}

.ais-Menu-searchBox .ais-SearchBox-input,
.ais-RefinementList-searchBox .ais-SearchBox-input {
  padding-left: 2rem;
}

/**
 * VoiceSearch
 */
.ais-VoiceSearch-button {
  color: #5a5e9a;
  height: 48px;
  width: 48px;
}

.ais-VoiceSearch-button svg {
  color: currentcolor;
}

/**
 * Highlighting and Snippeting
 */
.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: rgba(84, 104, 255, 0.1);
  color: #5468ff;
  font-style: normal;
}

/**
 * ReverseHighlighting and ReverseSnippeting
 */
.ais-ReverseHighlight-highlighted,
.ais-ReverseSnippet-highlighted {
  font-weight: bold;
  font-style: normal;
  background: none;
}

/**
 * Hits, InfiniteHits, FrequentlyBoughtTogether, LookingSimilar,
 * RelatedProducts and TrendingItems
 */
/**
 * Layout a griglia per i risultati di ricerca
 */
.ais-Hits-list,
.ais-InfiniteHits-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-Hits-item,
.ais-InfiniteHits-item,
.ais-FrequentlyBoughtTogether-item,
.ais-LookingSimilar-item,
.ais-RelatedProducts-item,
.ais-TrendingItems-item {
  align-items: center;
  background: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 1.5rem;
}

.ais-Hits-item:first-of-type,
.ais-InfiniteHits-item:first-of-type,
.ais-FrequentlyBoughtTogether-item:first-of-type,
.ais-LookingSimilar-item:first-of-type,
.ais-RelatedProducts-item:first-of-type,
.ais-TrendingItems-item:first-of-type {
  border-radius: 3px 3px 0 0;
}

.ais-Hits-item:last-of-type,
.ais-InfiniteHits-item:last-of-type,
.ais-FrequentlyBoughtTogether-item:last-of-type,
.ais-LookingSimilar-item:last-of-type,
.ais-RelatedProducts-item:last-of-type,
.ais-TrendingItems-item:last-of-type {
  border-radius: 0 0 3px 3px;
}

.ais-Hits-item:only-of-type,
.ais-InfiniteHits-item:only-of-type,
.ais-FrequentlyBoughtTogether-item:only-of-type,
.ais-LookingSimilar-item:only-of-type,
.ais-RelatedProducts-item:only-of-type,
.ais-TrendingItems-item:only-of-type {
  border-radius: 3px;
}

.ais-InfiniteHits-item img {
  max-width: 100%;
}

.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious {
  display: flex;
  margin: 1rem auto;
}

.ais-Hits-banner,
.ais-InfiniteHits-banner {
  display: flex;
  justify-content: center;
}

.ais-Hits-banner-image,
.ais-InfiniteHits-banner-image {
  max-width: 100%;
}

/**
 * GeoSearch
 */
.ais-GeoSearch {
  position: relative;
}

.ais-GeoSearch-control {
  left: 3.75rem;
  position: absolute;
  top: 1rem;
}

.ais-GeoSearch-label {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap;
}

.ais-GeoSearch-reset {
  bottom: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/**
 * RefinementList
 */
.ais-RefinementList-checkbox,
.ais-GeoSearch-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: 180%;
  border: 1px solid currentcolor;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  color: #d6d6e7;
  cursor: inherit;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  min-width: 1rem;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox,
.ais-GeoSearch-input:checked {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-size: 14px;
  border-color: currentcolor;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset;
  color: #3c4fe0;
}

.ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:focus {
  outline: currentcolor none medium;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:checked:focus {
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset, currentcolor 0 0 0 1px;
}

/**
 * NumericMenu
 */
.ais-NumericMenu-label {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.ais-NumericMenu-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 50%;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  height: 16px;
  margin: 0 0.5rem 0 0;
  outline: 0;
  position: relative;
  width: 16px;
}

.ais-NumericMenu-radio:checked,
.ais-NumericMenu-radio:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
}

.ais-NumericMenu-radio:focus {
  box-shadow: 0 0 0 1px #3c4fe0, 0 1px 0 0 rgba(35, 38, 59, 0.05);
}

.ais-NumericMenu-radio:checked:after {
  background: #3c4fe0;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}

/**
 * HierarchicalMenu
 */
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1.5rem;
}

.ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-right: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1rem;
}

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

/**
 * RatingMenu
 */
.ais-RatingMenu-starIcon {
  margin-right: 0.25rem;
}

.ais-RatingMenu-starIcon {
  fill: #5a5e9a;
  position: relative;
  width: 16px;
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #b6b7d5;
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-count,
.ais-RatingMenu-item--disabled .ais-RatingMenu-label {
  color: #b6b7d5;
}

/**
 * ClearRefinements
 */
.ais-ClearRefinements-button {
  width: 100%;
}

/**
 * CurrentRefinements
 */
.ais-CurrentRefinements-list {
  display: inline-grid;
  gap: 1rem;
  grid-auto-flow: column;
}

.ais-CurrentRefinements-item {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  display: flex;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 1.5rem;
  padding: 0.05rem 0.5rem;
}

.ais-CurrentRefinements-category {
  display: flex;
  margin-left: 0.5rem;
}

.ais-CurrentRefinements-delete {
  color: #9698c3;
  height: 100%;
  margin-left: 0.25rem;
  outline-width: 0;
}

/**
 * ToggleRefinement
 */
.ais-ToggleRefinement-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.ais-ToggleRefinement-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(65, 66, 71, 0.08);
  background: #f5f5fa;
  border-radius: 9999px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  height: 18px;
  pointer-events: none;
  position: relative;
  width: 32px;
}

.ais-ToggleRefinement-checkbox:checked {
  background: #3c4fe0;
  box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1);
}

.ais-ToggleRefinement-checkbox:focus {
  outline: 0;
}

.ais-ToggleRefinement-checkbox::after {
  background: linear-gradient(-180deg, #fff, #f5f5fa);
  border-radius: 9999px;
  box-shadow: 1px 1px 1px 0 rgba(35, 38, 59, 0.05);
  content: "";
  height: 16px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 100ms ease-in-out;
  width: 16px;
}

.ais-ToggleRefinement-checkbox:checked::after {
  transform: translateX(14px);
}

/**
 * RangeInput
 */
.ais-RangeInput-input {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  caret-color: #5a5e9a;
  color: #23263b;
  cursor: text;
  display: flex;
  flex: 1;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.25rem;
  min-width: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
}

.ais-RangeInput-input:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  outline: 0;
}

.ais-RangeInput-separator {
  margin: 0 0.5rem;
}

.ais-RangeInput-submit {
  margin-left: 0.5rem;
}

/**
 * RangeSlider
 */
.ais-RangeSlider .rheostat {
  margin: 40px 6px;
}

.ais-RangeSlider .rheostat-horizontal {
  cursor: pointer;
  width: calc(100% - 15px);
}

.ais-RangeSlider .rheostat-background {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0.5px 0 0 rgba(255, 255, 255, 0.05);
  height: 4px;
}

.ais-RangeSlider .rheostat-progress {
  background-color: #3c4fe0;
  border-radius: 3px;
  height: 4px;
  max-width: 100%;
  top: 0;
}

.ais-RangeSlider .rheostat-tooltip {
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-RangeSlider .rheostat-handle {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  height: 24px;
  margin-left: -6px;
  top: -11px;
  width: 12px;
}

.ais-RangeSlider .rheostat-handle::before,
.ais-RangeSlider .rheostat-handle::after {
  background-color: #d6d6e7;
  content: "";
  height: 12px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.ais-RangeSlider .rheostat-handle::before {
  left: 4px;
}

.ais-RangeSlider .rheostat-handle::after {
  right: 4px;
}

.ais-RangeSlider .rheostat-marker {
  background-color: #d6d6e7;
}

/**
 * Pagination
 */
.ais-Pagination-item:first-child > .ais-Pagination-link {
  border-radius: 3px 0 0 3px;
}

.ais-Pagination-item + .ais-Pagination-item > .ais-Pagination-link {
  border-radius: 0;
  margin-left: -1px;
}

.ais-Pagination-item:last-child > .ais-Pagination-link {
  border-radius: 0 3px 3px 0;
}

.ais-Pagination-item {
  display: inline-block;
}

.ais-Pagination-item--selected .ais-Pagination-link {
  font-weight: bold;
}

/**
 * Breadrumb
 */
.ais-Breadcrumb-link,
.ais-Breadcrumb-separator {
  color: #5a5e9a;
}

.ais-Breadcrumb-separator {
  display: flex;
  margin: 0 0.5rem;
}

.ais-Breadcrumb-item--selected {
  font-weight: 600;
}

.ais-Breadcrumb-item--selected .ais-Breadcrumb-separator {
  font-weight: normal;
}

@media (max-width: 767px) {
  .ais-SearchBox-input,
  .ais-RangeInput-input {
    font-size: 1rem;
  }
}
@media (hover: none) and (pointer: coarse) {
  .ais-Carousel-navigation {
    display: none;
  }
}
.ais-Carousel:hover .ais-Carousel-navigation:not([hidden]) {
  opacity: 1;
  visibility: visible;
}

.ais-Carousel-navigation,
.ais-Carousel-navigation[hidden] {
  opacity: 0;
  visibility: hidden;
}

.ais-Carousel-list {
  padding-bottom: 0.5rem;
  gap: 0.5rem;
  outline-color: #3c4fe0;
  outline-offset: 0.5rem;
  scrollbar-color: #111432 #b6b7d5;
  scrollbar-width: thin;
}

.ais-Carousel-list::-webkit-scrollbar {
  height: 2px;
}

.ais-Carousel-list::-webkit-scrollbar-track {
  background-color: #b6b7d5;
}

.ais-Carousel-list::-webkit-scrollbar-thumb {
  background-color: #111432;
}

/* Stili per l'overlay di ricerca */
.typesense-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 239, 230, 0.95);
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.typesense-overlay .button {
    color: white;
}

.typesense-overlay.active {
    display: block;
}

.typesense-overlay-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: rgb(223, 217, 211);
}

#typesense-searchbox {
    flex: 1;
}

.typesense-close-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.typesense-clear-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.typesense-clear-btn:hover {
    color: #333;
}

.typesense-overlay-content {
    margin: 0 auto;
    padding: 0 15px;
}

/* Stili per la barra superiore */
.typesense-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#typesense-stats {
    font-size: 14px;
    color: #666;
}

#typesense-sort-by select {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

/* Stili per il layout principale */
.typesense-main-content {
    display: flex;
    gap: 30px;
}

.typesense-facets {
    width: 250px;
    flex-shrink: 0;
}

.typesense-results {
    flex: 1;
}

/* Stili per i facet */
.typesense-facets > div {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.typesense-facets > div:last-child {
    border-bottom: none;
}

.typesense-facets .ais-RefinementList-header,
.typesense-facets .ais-RangeSlider-header {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.typesense-facets .ais-RefinementList-item {
    margin-bottom: 5px;
}

.typesense-facets .ais-RefinementList-label {
    display: flex;
    align-items: center;
}

.typesense-facets .ais-RefinementList-checkbox {
    margin-right: 8px;
}

.typesense-facets .ais-RefinementList-count {
    margin-left: 5px;
    padding: 2px 5px;
    background-color: #f0f0f0;
    border-radius: 10px;
    font-size: 12px;
    color: #666;
}

.typesense-facets .ais-RefinementList-showMore {
    background: none;
    border: none;
    color: #3366cc;
    cursor: pointer;
    padding: 5px 0;
    font-size: 13px;
    margin-top: 5px;
}

.typesense-facets .ais-RefinementList-searchBox {
    margin-bottom: 10px;
}

.typesense-facets .ais-SearchBox-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

/* Stili per i risultati */
#typesense-hits {
    margin-bottom: 30px;
}

/* Stili per la paginazione */
#typesense-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/* Stili per la barra di ricerca */
.ais-SearchBox-form {
    position: relative;
    display: flex;
    align-items: center;
}

.ais-SearchBox-input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.ais-SearchBox-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.ais-SearchBox-submitIcon {
    width: 20px;
    height: 20px;
    fill: #666;
}

.ais-SearchBox-reset {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.ais-SearchBox-resetIcon {
    width: 16px;
    height: 16px;
    fill: #666;
}

/* Stili per la barra di ricerca principale */
#search_mini_form {
    position: relative;
}

#search_mini_form:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#search_mini_form input {
    padding-left: 35px;
}

/* Responsive */
@media (max-width: 768px) {
    .typesense-main-content {
        flex-direction: column;
    }

    .typesense-facets {
        width: 100%;
        margin-bottom: 20px;
    }

    .typesense-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.search-result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.search-result .search-thumbnail {
    width: 100%;
}

.search-result .price-box {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.search-result .price-box .price-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.search-result .price-box .product-price {
    margin: 0;
    font-size: 24px;
    display: block;
    text-align: end;
}

.search-result .price-box .btn-cart {
    display: inline-block;
    background-color: rgb(67, 55, 42);
    color: white;
    border: none;
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.search-result .price-box .btn-cart:hover {
    background-color: #e06b13;
}

.search-result .price-box .btn-cart:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Animation for button state changes */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.search-result .price-box .btn-cart span {
    animation: fadeIn 0.2s;
}

.product-name {
    font-size: 18px;
}

/* Hierarchical Category Styles */
.hierarchical-category-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 2px 0;
}

/* Category toggle button (expand/collapse) */
.category-toggle {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    color: #495057;
    cursor: pointer;
    font-family: monospace;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 1;
    margin-right: 6px;
    min-width: 18px;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease;
    user-select: none;
    width: 18px;
}

.category-toggle:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
}

.category-toggle:focus {
    outline: 2px solid #3182ce;
    outline-offset: 1px;
}

/* Spacer for categories without children to maintain alignment */
.category-toggle-spacer {
    display: inline-block;
    margin-right: 6px;
    width: 18px;
    height: 18px; /* Same height as toggle button for perfect alignment */
}

.category-indent {
    display: inline-block;
    width: 20px;
    height: 1px;
}

.category-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    flex: 1;
    padding: 2px 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.category-label:hover {
    background-color: #f5f5f5;
}

.category-checkbox {
    margin: 0 8px 0 0;
    cursor: pointer;
    accent-color: #3182ce;
}

.category-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    transition: color 0.2s;
}

.category-count {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    padding: 1px 6px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

/* Level-specific styling */
.hierarchical-category-item[data-level="0"] .category-name {
    font-weight: 600;
    color: #2c5282;
    font-size: 15px;
}

.hierarchical-category-item[data-level="1"] .category-name {
    font-weight: 500;
    color: #4a5568;
    font-size: 14px;
}

.hierarchical-category-item[data-level="2"] .category-name {
    font-weight: normal;
    color: #666;
    font-size: 13px;
}

.hierarchical-category-item[data-level="3"] .category-name {
    font-weight: normal;
    color: #777;
    font-size: 13px;
}

/* Refined (selected) category styling */
.hierarchical-category-item .category-checkbox:checked + .category-name {
    color: #1a365d;
    font-weight: 600;
}

.hierarchical-category-item .category-checkbox:checked + .category-name + .category-count {
    background-color: #3182ce;
    color: white;
}

/* Ensure synthetic categories also get selected styling */
.hierarchical-category-item .category-checkbox:checked + .category-name.synthetic {
    color: #1a365d;
    font-weight: 600;
}

.hierarchical-category-item .category-checkbox:checked + .category-name.synthetic + .category-count.synthetic {
    background-color: #3182ce;
    color: white;
}

/* Hover effects by level */
.hierarchical-category-item[data-level="0"] .category-label:hover .category-name {
    color: #1a365d;
}

.hierarchical-category-item[data-level="1"] .category-label:hover .category-name {
    color: #2d3748;
}

.hierarchical-category-item[data-level="2"] .category-label:hover .category-name {
    color: #4a5568;
}

.hierarchical-category-item[data-level="3"] .category-label:hover .category-name {
    color: #555;
}

/* Spacing between different root categories */
.hierarchical-category-item[data-level="0"] {
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid #eee;
}

.hierarchical-category-item[data-level="0"]:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 2px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .category-indent {
        width: 15px;
    }

    .category-name {
        font-size: 13px;
    }

    .hierarchical-category-item[data-level="0"] .category-name {
        font-size: 14px;
    }

    .hierarchical-category-item[data-level="1"] .category-name {
        font-size: 13px;
    }

    .hierarchical-category-item[data-level="2"] .category-name,
    .hierarchical-category-item[data-level="3"] .category-name {
        font-size: 12px;
    }

    .category-count {
        font-size: 11px;
        padding: 1px 4px;
    }
}

/* Styles for synthetic parent categories (categories with 0 products) */
.category-label.synthetic-parent {
    cursor: pointer; /* Now clickable since they have checkboxes */
    padding: 2px 4px; /* Same padding as regular categories */
}

.category-label.synthetic-parent:hover {
    background-color: #f5f5f5; /* Same hover effect as regular categories */
}

/* Synthetic categories now inherit the same hover behavior as regular categories */
/* No special overrides needed since they use the same label structure */

/* Synthetic categories should follow the same level-specific styling as regular categories */
/* Only make the count slightly more subdued, keep everything else consistent */
.category-count.synthetic {
    color: #bbb; /* Slightly more muted than regular counts */
    background-color: #f8f8f8; /* Slightly more muted background */
}

/* Ensure synthetic categories inherit level-specific font sizes and weights */
/* Remove any overrides that would make them look different from regular categories */

