@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Colors */
/* Font Sizes */
/* Fonts */
body {
  background: #ffffff;
  font-family: "Lato", sans-serif; }

.container {
  max-width: em(1180, 14);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 940px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

a {
  color: #575757; }

mark {
  background: none;
  color: #575757; }

.container2 {
  max-width: 100%; }

.main {
  width: 100%;
  float: left;
  padding-top: 40px; }

::selection {
  background: #2D2D2D;
  /* WebKit/Blink Browsers */
  color: #ffffff; }

::-moz-selection {
  background: #2D2D2D;
  /* Gecko Browsers */
  color: #ffffff; }

a {
  text-decoration: none;
  -o-transition: color .2s ease-out, background 1s ease-in;
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition: color .2s ease-out, background 1s ease-in; }
  a:hover {
    text-decoration: underline; }

span {
  text-decoration: none;
  -o-transition: color .2s ease-out, background 1s ease-in;
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition: color .2s ease-out, background 1s ease-in; }

button {
  text-decoration: none;
  -o-transition: color .2s ease-out, background 1s ease-in;
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition: color .2s ease-out, background 1s ease-in; }
  button:hover {
    text-decoration: underline; }

.clear {
  clear: both; }

.col-1 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%; }
  .col-1:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-1 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-1:last-child {
        margin-right: 0; } }

.col-2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%; }
  .col-2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-2 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-2:last-child {
        margin-right: 0; } }

.col-3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  .col-3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-3 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-3:last-child {
        margin-right: 0; } }

.col-4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .col-4:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-4 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-4:last-child {
        margin-right: 0; } }

.col-5 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  .col-5:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-5 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-5:last-child {
        margin-right: 0; } }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .col-6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-6:last-child {
        margin-right: 0; } }

.col-7 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%; }
  .col-7:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-7 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-7:last-child {
        margin-right: 0; } }

.col-8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  .col-8:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-8 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-8:last-child {
        margin-right: 0; } }

.col-9 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .col-9:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-9 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-9:last-child {
        margin-right: 0; } }

.col-10 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%; }
  .col-10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-10 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-10:last-child {
        margin-right: 0; } }

.col-11 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 91.4701956647%; }
  .col-11:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-11 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-11:last-child {
        margin-right: 0; } }

.col-12 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col-12:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .col-12 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 1.25em;
      /* 20/16 */ }
      .col-12:last-child {
        margin-right: 0; } }

/* Content Styles */
.content {
  width: 100%;
  float: left;
  color: #575757;
  font-size: 14px;
  /* 14/16 */
  line-height: 30px;
  /* 28/16 */
  font-family: "Lato", sans-serif;
  margin-bottom: 25px; }
  .content.white {
    color: #ffffff; }
    .content.white h1, .content.white h2, .content.white h3, .content.white h4, .content.white h5, .content.white h6 {
      color: #ffffff; }
  .content img {
    max-width: 100%; }
  .content.center {
    text-align: center; }
  .content p {
    padding-bottom: 0.9375em;
    /* 15/16 */
    font-weight: 300; }
  .content.center {
    text-align: center; }
  .content iframe {
    display: inline-block; }
  .content hr {
    width: 100%;
    float: left;
    margin-bottom: 1.25em;
    /* 20/16 */
    margin-top: 1.25em;
    /* 20/16 */ }
  .content b {
    font-weight: bold; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 15px;
    /* 10/16 */
    display: inline-block; }
    .content h1 span, .content h2 span, .content h3 span, .content h4 span, .content h5 span, .content h6 span {
      color: #2D2D2D;
      font-weight: bold; }
  .content h1 {
    color: #2D2D2D;
    font-size: 25px;
    /* 24/16 */
    /* 36/16 */
    line-height: 45px; }
  .content h2 {
    color: #2D2D2D;
    font-size: 23px;
    /* 20/16 */
    /* 36/16 */
    line-height: 45px; }
  .content h3 {
    color: #2D2D2D;
    font-size: 20px;
    /* 18/16 */ }
  .content h4 {
    color: #2D2D2D;
    font-size: 18px; }
  .content h5 {
    color: #2D2D2D;
    font-size: 18px;
    /* 14/16 */ }
  .content h6 {
    color: #2D2D2D;
    font-size: 18px;
    /* 12/16 */ }
  .content ul {
    padding-left: 1.5625em;
    /* 25/16 */
    padding-bottom: 1.25em;
    /* 20/16 */ }
    .content ul li {
      line-height: 2.375em;
      /* 38/16 */
      list-style: disc; }
  .content a {
    color: #2D2D2D;
    text-decoration: underline; }
    .content a:hover {
      text-decoration: underline; }
  .content strong {
    font-weight: bold; }
  .content b {
    font-weight: bold; }
  .content i {
    font-style: italic; }
  .content span {
    font-weight: bold; }
  .content a {
    color: #575757; }

.retailers-section {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .retailers-section .retailers-title {
    width: 100%;
    float: left;
    background: #D8D8D8;
    color: #595959;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-align: center; }
  .retailers-section .content {
    padding-top: 15px; }

.ukshows-section {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .ukshows-section .retailers-title {
    width: 100%;
    float: left;
    background: #D8D8D8;
    color: #595959;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-align: center; }
  .ukshows-section .content {
    padding-top: 15px; }
    .ukshows-section .content .show-list p {
      width: 100%;
      float: left; }
      .ukshows-section .content .show-list p span {
        width: 200px;
        padding-right: 10px;
        float: left; }

.home-hotspots {
  width: 100%;
  float: left;
  padding: 50px 0px 25px 0px; }
  .home-hotspots .home-hotspot {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-bottom: 25px;
    position: relative; }
    .home-hotspots .home-hotspot:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .home-hotspots .home-hotspot {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 1.25em;
        /* 20/16 */ }
        .home-hotspots .home-hotspot:last-child {
          margin-right: 0; } }
    .home-hotspots .home-hotspot:nth-child(4n + 4) {
      margin-right: 0px; }
    .home-hotspots .home-hotspot .title {
      position: absolute;
      background: #2D2D2D;
      padding: 15px;
      font-size: 16px;
      color: #ffffff;
      z-index: 100;
      top: 20px; }
    .home-hotspots .home-hotspot .mm-size {
      position: absolute;
      background: #19B5FE;
      padding: 15px;
      font-size: 16px;
      color: #ffffff;
      z-index: 100;
      bottom: 20px;
      right: 0px; }
    .home-hotspots .home-hotspot img {
      object-fit: cover;
      position: relative; }

.download-section {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .download-section .section-title {
    width: 100%;
    float: left;
    background: #D8D8D8;
    color: #595959;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-align: center; }
  .download-section .download {
    width: 100%;
    float: left;
    padding: 20px 0px;
    border-bottom: #2D2D2D 1px solid;
    margin-bottom: 20px; }
    .download-section .download .download-left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 74.4105869942%; }
      .download-section .download .download-left:last-child {
        margin-right: 0; }
      @media screen and (max-width: 749px) {
        .download-section .download .download-left {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-bottom: 1.25em;
          /* 20/16 */ }
          .download-section .download .download-left:last-child {
            margin-right: 0; } }
    .download-section .download .download-right {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .download-section .download .download-right:last-child {
        margin-right: 0; }
      @media screen and (max-width: 749px) {
        .download-section .download .download-right {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-bottom: 1.25em;
          /* 20/16 */ }
          .download-section .download .download-right:last-child {
            margin-right: 0; } }
      .download-section .download .download-right a.download-button {
        width: 100%;
        float: left;
        background: #19B5FE;
        font-size: 20px;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        color: #ffffff; }
        .download-section .download .download-right a.download-button:hover {
          background: #2D2D2D;
          text-decoration: none; }

.international-section {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .international-section .retailers-title {
    width: 100%;
    float: left;
    background: #D8D8D8;
    color: #595959;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-align: center; }
  .international-section .stockist-wrap {
    width: 100%;
    float: left; }
    @media screen and (max-width: 749px) {
      .international-section .stockist-wrap {
        text-align: center !important; } }
    .international-section .stockist-wrap .country-name {
      width: 100%;
      float: left;
      padding-bottom: 25px;
      padding-top: 25px;
      font-size: 20px;
      font-weight: 800;
      color: #595959; }
    .international-section .stockist-wrap .stockist {
      width: 100%;
      float: left;
      margin-bottom: 25px; }
      .international-section .stockist-wrap .stockist .stockist-left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%;
        border-right: #979797 1px solid;
        padding-right: 10px; }
        .international-section .stockist-wrap .stockist .stockist-left:last-child {
          margin-right: 0; }
        @media screen and (max-width: 749px) {
          .international-section .stockist-wrap .stockist .stockist-left {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            margin-bottom: 15px;
            border-right: 0px;
            padding-right: 0px; }
            .international-section .stockist-wrap .stockist .stockist-left:last-child {
              margin-right: 0; } }
        .international-section .stockist-wrap .stockist .stockist-left .address {
          width: 100%;
          float: left;
          color: #595959;
          font-size: 14px;
          padding-bottom: 20px;
          text-align: center;
          line-height: 25px; }
        .international-section .stockist-wrap .stockist .stockist-left p.logo {
          width: 100%;
          float: left;
          padding-bottom: 15px; }
          .international-section .stockist-wrap .stockist .stockist-left p.logo img {
            width: 100%; }
      .international-section .stockist-wrap .stockist .stockist-right {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 74.4105869942%; }
        .international-section .stockist-wrap .stockist .stockist-right:last-child {
          margin-right: 0; }
        @media screen and (max-width: 749px) {
          .international-section .stockist-wrap .stockist .stockist-right {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            margin-bottom: 15px; }
            .international-section .stockist-wrap .stockist .stockist-right:last-child {
              margin-right: 0; } }
        .international-section .stockist-wrap .stockist .stockist-right p.name {
          width: 100%;
          float: left;
          color: #595959;
          font-size: 20px;
          padding-bottom: 20px;
          font-weight: 800; }

/* contact page */
.contact-form {
  margin-bottom: 2.5em;
  /* 40/16 */ }
  @media screen and (min-width: 850px) {
    .contact-form {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-right: 0; }
      .contact-form:last-child {
        margin-right: 0; } }
  .contact-form .wpcf7-submit {
    background: #2D2D2D;
    font-size: 1.375em;
    /* 22/16 */
    font-weight: bold;
    text-align: center;
    padding: 0.8125em;
    /* 13/16 */
    text-transform: uppercase;
    width: 100%;
    color: white;
    float: left; }
    .contact-form .wpcf7-submit:hover {
      background: #000000; }
  .contact-form input[type="checkbox"], .contact-form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
    width: auto;
    margin-right: 5px;
    -webkit-appearance: checkbox !important; }
  .contact-form input {
    width: 100%;
    background: #e4e4e4;
    border: 0px;
    padding: 0.925em;
    /* 10/16 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .contact-form textarea {
    width: 100%;
    background: #e4e4e4;
    border: 0px;
    padding: 0.9375em;
    /* 7/16 */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .contact-form label {
    width: 100%;
    float: left;
    padding-bottom: 0.625em;
    /* 10/16 */ }
  .contact-form p {
    font-size: 0.875em;
    /* 14/16 */
    color: #3e3e3e;
    padding-bottom: 0.625em;
    /* 10/16 */ }
  @media screen and (min-width: 850px) {
    .contact-form .left-form {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-right: 0;
      margin-right: 0.75em;
      /* 12/16 */ }
      .contact-form .left-form:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 850px) {
    .contact-form .right-form {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-right: 0; }
      .contact-form .right-form:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 850px) {
    .contact-form .big-form {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-right: 0; }
      .contact-form .big-form:last-child {
        margin-right: 0; } }
  .contact-form p {
    padding-bottom: 20px;
    width: 100%;
    float: left; }

.header {
  width: 100%;
  float: left; }
  @media screen and (max-width: 749px) {
    .header .header-left {
      text-align: center !important;
      margin-bottom: 0px; } }
  .header .header-left a.logo {
    width: 100%;
    float: left; }
    .header .header-left a.logo img {
      width: 70%; }
  @media screen and (max-width: 749px) {
    .header .header-right {
      width: 100%;
      text-align: center; } }
  .header .header-right .search {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (max-width: 749px) {
      .header .header-right .search {
        width: 100% !important;
        display: inline-block !important;
        text-align: center; }
        .header .header-right .search form {
          display: inline-block; } }
    .header .header-right .search .searchbox {
      border: #CDCDCD 1px solid;
      padding: 10px;
      float: right; }
    .header .header-right .search .search-button {
      background: #D6D6D6;
      border: none;
      float: right;
      padding: 8px; }
      .header .header-right .search .search-button img {
        width: 70%; }
  .header .header-right .top-links {
    width: 100%;
    float: left;
    text-align: right;
    color: #595959;
    font-size: 16px; }
    @media screen and (max-width: 749px) {
      .header .header-right .top-links {
        text-align: center; } }
    .header .header-right .top-links a {
      color: #595959; }
      .header .header-right .top-links a.cart-links {
        font-weight: bold; }

.nav {
  width: 100%;
  float: left;
  background: #D6D6D6;
  text-align: center; }

.banner {
  width: 100%;
  float: left;
  height: 500px; }
  .banner .slide {
    width: 100%;
    height: 100%;
    float: left; }
    .banner .slide img {
      width: 100%;
      height: 100%;
      position: relative;
      object-fit: cover; }

.notice {
  width: 100%;
  float: left;
  background: #E8E8E8;
  padding: 18px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center; }
  .notice ul {
    width: 100%;
    float: left; }
    .notice ul li {
      display: inline-block;
      padding: 0px 5px; }

.breadcrumbs {
  padding: 10px 0px;
  border-top: #595959 1px solid;
  border-bottom: #595959 1px solid;
  margin-bottom: 40px;
  max-width: em(1180, 14);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 940px; }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: block; }
  .breadcrumbs .icon {
    float: left;
    margin-right: 10px; }
  .breadcrumbs .woocommerce-breadcrumb {
    margin-bottom: 0px;
    float: left;
    padding-top: 2px; }

.main-title {
  width: 100%;
  float: left;
  text-align: center;
  background: url("images/greyline.png") center repeat-x;
  margin-bottom: 25px; }
  .main-title.related-title {
    position: absolute;
    z-index: 10;
    left: 0%;
    margin-bottom: 40px;
    margin-top: -100px; }
  .main-title .title, .main-title h1 {
    background: #2D2D2D;
    padding: 15px;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase; }

/* Feature Products */
.feature-products {
  width: 100%;
  float: left;
  padding-top: 50px; }
  .feature-products ul.products li {
    width: 22.05% !important; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 30.05%; }
  @media screen and (max-width: 749px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      margin-bottom: 1.25em;
      /* 20/16 */
      width: 100% !important; } }

/* Products */
ul.products {
  width: 100%;
  float: left;
  padding: 25px 0px; }
  ul.products li {
    margin-bottom: 25px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    ul.products li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      ul.products li {
        margin-bottom: 1.25em;
        /* 20/16 */
        width: 100% !important; } }
    ul.products li a {
      text-align: center;
      position: relative;
      width: 100%;
      display: inline-block; }
      ul.products li a:hover {
        text-decoration: none;
        color: #2D2D2D; }
      ul.products li a .star-rating {
        display: none !important; }
      ul.products li a .product-image {
        height: 314px;
        border-bottom: #2D2D2D 5px solid;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        width: 100%;
        float: left; }
        ul.products li a .product-image img {
          width: 100%;
          height: 100% !important;
          z-index: 1;
          object-fit: contain; }
      ul.products li a .woocommerce-loop-product__title, ul.products li a .product-title {
        color: #2D2D2D;
        font-size: 16px !important;
        font-weight: bold !important;
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        border-bottom: 0px;
        padding: 0px;
        margin: 0px; }
      ul.products li a span.price, ul.products li a .product-price {
        color: #2D2D2D !important;
        font-size: 20px !important;
        font-weight: bold !important;
        padding: 20px 0px;
        text-align: center;
        width: 100%;
        float: left; }
        ul.products li a span.price del, ul.products li a .product-price del {
          display: inline-block !important; }
        ul.products li a span.price ins, ul.products li a .product-price ins {
          display: inline-block; }
    ul.products li .added_to_cart {
      width: 100%;
      float: left;
      font-weight: normal;
      border-radius: 0px;
      background: #AFAFAF;
      font-size: 16px;
      color: #ffffff;
      padding: 10px;
      margin-top: 10px; }
      ul.products li .added_to_cart:hover {
        color: #ffffff;
        background: #2D2D2D;
        text-decoration: none; }
    ul.products li a.button, ul.products li .add-button {
      width: 100%;
      float: left;
      font-weight: normal;
      border-radius: 0px;
      background: #19B5FE;
      font-size: 16px;
      color: #ffffff;
      padding: 10px; }
      ul.products li a.button:hover, ul.products li .add-button:hover {
        background: #2D2D2D;
        color: #ffffff;
        text-decoration: none; }

.woocommerce-review-link {
  display: none; }

body.woocommerce .star-rating::before {
  content: "sssss";
  color: #FFC90E; }

body.woocommerce .star-rating::before {
  content: "SSSSS";
  color: #FFC90E; }

body.woocommerce .star-rating span::before {
  content: "SSSSS";
  color: #FFC90E; }

body.woocommerce .star-rating span::before {
  content: "sssss";
  color: #FFC90E; }

.woocommerce-product-rating {
  width: 100%;
  float: left;
  color: #2D2D2D;
  font-size: 25px;
  line-height: 25px; }
  .woocommerce-product-rating a {
    color: #2D2D2D; }

.woocommerce-pagination {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  .woocommerce-pagination .page-numbers {
    border: 0px !important; }
    .woocommerce-pagination .page-numbers li {
      border: 0px !important; }
      .woocommerce-pagination .page-numbers li a {
        color: #2D2D2D; }

.basket-wrap {
  width: 100%;
  float: left;
  border: #c0c0c0 1px solid;
  padding: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px; }
  .basket-wrap form table.shop_table {
    border: 0px; }
  .basket-wrap thead tr {
    padding-bottom: 15px; }
    .basket-wrap thead tr th {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 20px !important; }
  .basket-wrap .cart_totals h2 {
    color: #2D2D2D;
    font-size: 18px;
    padding-bottom: 25px;
    font-weight: bold; }
  .basket-wrap .cart_totals .wc-proceed-to-checkout a {
    background: #2D2D2D !important;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
    .basket-wrap .cart_totals .wc-proceed-to-checkout a:hover {
      background: #2D2D2D !important;
      text-decoration: none; }
  .basket-wrap .cart_item .product-name {
    font-size: 16px; }
    .basket-wrap .cart_item .product-name a {
      color: #616161; }
  .basket-wrap .cart_item .product-price {
    color: #353535;
    font-size: 20px;
    font-weight: 900; }
  .basket-wrap .cart_item .product-subtotal {
    color: #353535;
    font-size: 20px;
    font-weight: 900; }
  .basket-wrap .cart_item .product-quantity input {
    padding: 10px;
    width: 100%;
    float: left; }
  .basket-wrap td.actions .coupon {
    padding-top: 15px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .basket-wrap td.actions .coupon:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .basket-wrap td.actions .coupon {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        border-right: none;
        padding-right: 0px; }
        .basket-wrap td.actions .coupon:last-child {
          margin-right: 0; } }
    .basket-wrap td.actions .coupon input.input-text {
      width: 49% !important;
      float: left;
      padding: 12px !important;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: #c0c0c0 1px solid; }
      @media screen and (max-width: 749px) {
        .basket-wrap td.actions .coupon input.input-text {
          width: 100% !important;
          margin-bottom: 25px; } }
    .basket-wrap td.actions .coupon input.button {
      width: 47% !important;
      margin-left: 10px;
      margin-top: 0px !important;
      background: #2D2D2D;
      color: #ffffff;
      font-size: 18px;
      text-transform: uppercase; }
      @media screen and (max-width: 749px) {
        .basket-wrap td.actions .coupon input.button {
          width: 100% !important; } }
      .basket-wrap td.actions .coupon input.button:hover {
        background: #2D2D2D; }
  .basket-wrap td.actions input.button {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-left: 25.5894130058%;
    margin-top: 15px;
    margin-right: 0px;
    font-size: 18px;
    text-transform: uppercase; }
    .basket-wrap td.actions input.button:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .basket-wrap td.actions input.button {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0%; }
        .basket-wrap td.actions input.button:last-child {
          margin-right: 0; } }

.checkout-wrap {
  width: 100%;
  float: left;
  border: #c0c0c0 1px solid;
  padding: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px; }
  .checkout-wrap .col-1 {
    background: none;
    height: auto;
    margin-bottom: 25px; }
  .checkout-wrap h3#order_review_heading {
    width: 100%;
    float: left;
    color: #2D2D2D;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold; }
  .checkout-wrap .woocommerce-shipping-fields {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 35px; }
    @media screen and (max-width: 749px) {
      .checkout-wrap .woocommerce-shipping-fields {
        margin-bottom: 25px;
        text-align: center; } }
    .checkout-wrap .woocommerce-shipping-fields .col-1 {
      background: none; }
    .checkout-wrap .woocommerce-shipping-fields input {
      padding: 15px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: #c0c0c0 1px solid;
      margin-bottom: 10px; }
    .checkout-wrap .woocommerce-shipping-fields textarea {
      padding: 15px;
      -moz-border-radius: 5px;
      height: 100px !important;
      border-radius: 5px;
      border: #c0c0c0 1px solid;
      margin-bottom: 10px; }
    .checkout-wrap .woocommerce-shipping-fields p {
      padding-bottom: 10px; }
    .checkout-wrap .woocommerce-shipping-fields.center {
      text-align: center; }
    .checkout-wrap .woocommerce-shipping-fields iframe {
      display: inline-block; }
    .checkout-wrap .woocommerce-shipping-fields hr {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      margin-top: 20px; }
    .checkout-wrap .woocommerce-shipping-fields b {
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h1 {
      color: #2D2D2D;
      font-size: 24px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h2 {
      color: #2D2D2D;
      font-size: 20px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h3 {
      color: #2D2D2D;
      font-size: 18px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h4 {
      color: #2D2D2D;
      font-size: 16px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h5 {
      color: #2D2D2D;
      font-size: 14px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields h6 {
      color: #2D2D2D;
      font-size: 12px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields ul {
      padding-left: 25px;
      padding-bottom: 20px; }
      .checkout-wrap .woocommerce-shipping-fields ul li {
        line-height: 38px;
        list-style: disc; }
        .checkout-wrap .woocommerce-shipping-fields ul li.is-active a {
          background: #2D2D2D; }
    .checkout-wrap .woocommerce-shipping-fields a {
      color: #2D2D2D; }
      .checkout-wrap .woocommerce-shipping-fields a:hover {
        text-decoration: underline; }
    .checkout-wrap .woocommerce-shipping-fields input.button {
      width: 100%;
      padding: 15px;
      background: #2D2D2D;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase; }
    .checkout-wrap .woocommerce-shipping-fields strong {
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields b {
      font-weight: bold; }
    .checkout-wrap .woocommerce-shipping-fields i {
      font-style: italic; }
  .checkout-wrap .woocommerce-billing-fields {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 35px; }
    @media screen and (max-width: 749px) {
      .checkout-wrap .woocommerce-billing-fields {
        margin-bottom: 25px;
        text-align: center; } }
    .checkout-wrap .woocommerce-billing-fields .col-1 {
      background: none; }
    .checkout-wrap .woocommerce-billing-fields input {
      padding: 15px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: #c0c0c0 1px solid;
      margin-bottom: 10px; }
    .checkout-wrap .woocommerce-billing-fields p {
      padding-bottom: 10px; }
    .checkout-wrap .woocommerce-billing-fields.center {
      text-align: center; }
    .checkout-wrap .woocommerce-billing-fields iframe {
      display: inline-block; }
    .checkout-wrap .woocommerce-billing-fields hr {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      margin-top: 20px; }
    .checkout-wrap .woocommerce-billing-fields b {
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h1 {
      color: #2D2D2D;
      font-size: 24px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h2 {
      color: #2D2D2D;
      font-size: 20px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h3 {
      color: #2D2D2D;
      font-size: 18px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h4 {
      color: #2D2D2D;
      font-size: 16px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h5 {
      color: #2D2D2D;
      font-size: 14px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields h6 {
      color: #2D2D2D;
      font-size: 12px;
      padding-bottom: 15px;
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields ul {
      padding-left: 25px;
      padding-bottom: 20px; }
      .checkout-wrap .woocommerce-billing-fields ul li {
        line-height: 38px;
        list-style: disc; }
        .checkout-wrap .woocommerce-billing-fields ul li.is-active a {
          background: #2D2D2D; }
    .checkout-wrap .woocommerce-billing-fields a {
      color: #2D2D2D; }
      .checkout-wrap .woocommerce-billing-fields a:hover {
        text-decoration: underline; }
    .checkout-wrap .woocommerce-billing-fields input.button {
      width: 100%;
      padding: 15px;
      background: #2D2D2D;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase; }
    .checkout-wrap .woocommerce-billing-fields strong {
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields b {
      font-weight: bold; }
    .checkout-wrap .woocommerce-billing-fields i {
      font-style: italic; }

form.login,
form.checkout_coupon,
form.register {
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px; }

.woocommerce-message a {
  color: #000000;
  font-weight: bold;
  font-size: 14px; }

.category-filter .filter-title {
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: #595959 1px solid;
  font-weight: bold; }

.category-filter .filter-inner {
  width: 100%;
  float: left;
  padding: 20px 0px; }
  .category-filter .filter-inner ul, .category-filter .filter-inner ol {
    width: 100%;
    float: left;
    line-height: 25px; }
    .category-filter .filter-inner ul li, .category-filter .filter-inner ol li {
      width: 100%;
      float: left;
      padding-bottom: 15px;
      font-size: 14px; }
      .category-filter .filter-inner ul li a, .category-filter .filter-inner ol li a {
        color: #282828;
        padding-left: 5px;
        display: inline; }
      .category-filter .filter-inner ul li ul, .category-filter .filter-inner ol li ul {
        padding-top: 10px; }

.block-title {
  width: 100%;
  float: left;
  padding: 24px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .block-title.lightgrey {
    background: #666666; }
  .block-title.darkgrey {
    background: #2D2D2D; }

.recent-news-container {
  width: 100%;
  float: left;
  padding: 20px;
  border: #2D2D2D 1px solid;
  margin-bottom: 25px; }
  .recent-news-container .news-content {
    width: 100%;
    float: left; }

.upcoming-shows-container {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  .upcoming-shows-container .shows-inner {
    width: 100%;
    float: left; }
    .upcoming-shows-container .shows-inner .event-image {
      width: 100%;
      float: left;
      padding-bottom: 20px; }
      .upcoming-shows-container .shows-inner .event-image img {
        width: 100%; }
    .upcoming-shows-container .shows-inner .event-details {
      width: 100%;
      float: left; }

a.category-hotsots {
  width: 100%;
  float: left;
  padding: 40px 30px;
  background: #000000;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 25px;
  color: #ffffff;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  a.category-hotsots span.title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px; }
  a.category-hotsots span.sub-title {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold; }

.gallery-wrap {
  width: 100%;
  float: left;
  background: #2D2D2D;
  padding: 20px 0px;
  margin-bottom: 25px; }
  .gallery-wrap .gallery-image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    margin-bottom: 20px;
    height: 150px;
    background: #ffffff;
    position: relative; }
    .gallery-wrap .gallery-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .gallery-wrap .gallery-image {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 44.5562718207%; }
        .gallery-wrap .gallery-image:last-child {
          margin-right: 0; } }
    .gallery-wrap .gallery-image:nth-child(6n+6) {
      margin-right: 0px; }
    .gallery-wrap .gallery-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute; }

.our-details {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  .our-details h3 {
    width: 100%;
    float: left;
    color: #2D2D2D;
    font-size: 25px;
    padding-bottom: 20px; }
  .our-details p {
    padding-bottom: 10px; }
  .our-details p.address {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #4A4A4A; }
  .our-details a.number {
    color: #4A4A4A;
    font-size: 14px;
    width: 100%;
    float: left;
    padding-bottom: 10px; }
    .our-details a.number span {
      color: #2D2D2D;
      font-weight: bold; }

/* Footer */
.footer {
  background: #2D2D2D;
  padding: 20px 0px;
  width: 100%;
  float: left;
  border-top: #DBDBDB 10px solid; }
  .footer p {
    color: #ffffff;
    font-size: 12px;
    line-height: 25px; }
    .footer p span {
      font-weight: bold;
      width: 100%;
      float: left; }
  .footer .payment-footer {
    text-align: right; }
    .footer .payment-footer p {
      padding-bottom: 10px; }
    .footer .payment-footer span {
      width: auto !important;
      float: none !important;
      font-weight: bold; }
    @media screen and (max-width: 749px) {
      .footer .payment-footer {
        text-align: center !important; } }
  .footer a {
    color: #ffffff; }
  .footer ul {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 25px; }
    .footer ul li {
      list-style: none; }
  @media screen and (max-width: 749px) {
    .footer {
      text-align: center !important; } }

.product-single-top {
  width: 100%;
  float: left; }
  .product-single-top .product-title {
    width: 100%;
    float: left;
    color: #575757;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 38px; }
  .product-single-top .product-subheading {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    padding-bottom: 37px;
    line-height: 28px; }

.single-product-left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .single-product-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .single-product-left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 25px; }
      .single-product-left:last-child {
        margin-right: 0; } }
  .single-product-left .images {
    width: 100%;
    float: left; }
    .single-product-left .images img {
      width: 100%;
      border: #e5e5e5 1px solid;
      margin-bottom: 15px;
      height: auto; }

.single-product-right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  margin-left: 8.5298043353%; }
  .single-product-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .single-product-right {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-left: 0%;
      margin-bottom: 25px; }
      .single-product-right:last-child {
        margin-right: 0; } }
  .single-product-right p.stock.in-stock {
    width: 100%;
    float: left;
    color: #53c102;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px; }
  .single-product-right .product_meta {
    width: 100%;
    float: left; }
    .single-product-right .product_meta span.sku_wrapper {
      width: 100%;
      float: left;
      color: #6A6A6A;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .single-product-right .product_meta .posted_in {
      width: 100%;
      float: left;
      color: #6A6A6A;
      font-size: 12px;
      padding-bottom: 10px;
      line-height: 20px; }
      .single-product-right .product_meta .posted_in a {
        color: #2D2D2D; }
  .single-product-right .woocommerce-product-details__short-description {
    width: 100%;
    float: left;
    color: #575757;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 25px; }
  .single-product-right .product-cart-wrapper {
    width: 100%;
    float: left; }
  .single-product-right p.price {
    width: 100%;
    float: left;
    color: #2D2D2D !important;
    font-size: 22px !important;
    padding-bottom: 18px;
    font-weight: bold; }
  .single-product-right .cart {
    width: 100%;
    float: left; }
    .single-product-right .cart .quantity {
      width: 49%;
      float: left;
      padding-right: 5px; }
      .single-product-right .cart .quantity input {
        width: 100%;
        float: left;
        padding: 15px;
        border: #d2d2d2 1px solid; }
    .single-product-right .cart .single_add_to_cart_button {
      width: 49%;
      float: left;
      background: #2D2D2D !important;
      border: 0px;
      color: #ffffff;
      font-size: 14px;
      padding: 15px;
      margin-left: 0px; }
      .single-product-right .cart .single_add_to_cart_button:hover {
        background: #2D2D2D;
        text-decoration: none; }

.related.products {
  width: 100%;
  float: left; }
  .related.products.single-product-related {
    padding-top: 100px; }
  .related.products h2 {
    width: 100%;
    float: left;
    color: #2D2D2D;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    text-transform: uppercase;
    line-height: 38px; }

.woocommerce-Tabs-panel {
  width: 100%;
  float: left;
  padding: 20px 0px; }

.tabs {
  width: 100%;
  float: left; }
  .tabs li {
    float: left; }
    .tabs li a {
      color: #2D2D2D;
      padding: 10px 30px;
      font-size: 18px;
      border-right: #2D2D2D 1px solid;
      float: left; }
      .tabs li a:hover {
        font-weight: bold;
        text-decoration: none; }
    .tabs li:first-child a {
      padding-left: 0px !important; }
    .tabs li:last-child a {
      border-right: 0px !important; }
    .tabs li.active a {
      font-weight: bold; }

.up-sells.upsells.products {
  width: 100%;
  float: left; }
  .up-sells.upsells.products h2 {
    width: 100%;
    float: left;
    color: #2D2D2D;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    text-transform: uppercase;
    line-height: 38px; }

.product-bottom {
  width: 100%;
  float: left; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2; }

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }
  .woocommerce-product-gallery figure {
    margin: 0; }
  .woocommerce-product-gallery .zoomImg {
    background-color: #fff; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer; }
  .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5; }
    .woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
      opacity: 1; }
  .woocommerce-product-gallery img {
    display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

div.summary {
  float: right;
  width: 100% !important; }

div.images {
  width: 100% !important; }
  div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none; }
  div.images div.thumbnails {
    padding-top: 1em; }
  div.images.woocommerce-product-gallery {
    position: relative; }
  div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s; }
  div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff; }
  div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box; }
    div.images .woocommerce-product-gallery__trigger:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      border-radius: 100%;
      position: absolute;
      top: 9px;
      left: 9px;
      box-sizing: content-box; }
    div.images .woocommerce-product-gallery__trigger:after {
      content: "";
      display: block;
      width: 2px;
      height: 8px;
      background: #000;
      border-radius: 6px;
      position: absolute;
      top: 19px;
      left: 22px;
      box-sizing: content-box; }
  div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0; }
    div.images .flex-control-thumbs li {
      width: 25%;
      float: left;
      margin: 0;
      list-style: none; }
      div.images .flex-control-thumbs li img {
        cursor: pointer;
        opacity: .5;
        margin: 0; }
        div.images .flex-control-thumbs li img.flex-active, div.images .flex-control-thumbs li img:hover {
          opacity: 1; }

#review_form_wrapper {
  width: 100%;
  float: left;
  border-top: #2D2D2D 1px solid;
  padding-top: 20px;
  margin-bottom: 20px; }

.woocommerce-Reviews-title {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px; }

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

.comment-respond {
  width: 100% !important;
  float: left; }
  .comment-respond .comment-reply-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #2D2D2D;
    font-weight: bold;
    font-size: 20px; }
  .comment-respond .comment-form-rating {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
    .comment-respond .comment-form-rating label {
      float: left;
      font-size: 14px;
      color: #2D2D2D;
      padding-right: 10px;
      font-weight: bold; }
  .comment-respond .comment-form p {
    width: 100%;
    float: left; }
    .comment-respond .comment-form p input {
      width: 100%;
      background: #e4e4e4;
      border: 0px;
      padding: 0.925em;
      /* 10/16 */
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .comment-respond .comment-form p textarea {
      width: 100%;
      background: #e4e4e4;
      border: 0px;
      padding: 0.9375em;
      /* 7/16 */
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .comment-respond .comment-form p label {
      width: 100%;
      float: left;
      font-size: 14px;
      color: #2D2D2D;
      padding-bottom: 0.625em;
      /* 10/16 */
      font-weight: bold; }

.woocommerce #review_form #respond .form-submit input {
  background: #2D2D2D;
  font-size: 1.375em;
  /* 22/16 */
  font-weight: bold;
  text-align: center;
  padding: 0.8125em;
  /* 13/16 */
  text-transform: uppercase;
  width: 100%;
  color: white;
  float: left; }
  .woocommerce #review_form #respond .form-submit input:hover {
    background: #000000; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none !important;
  padding: 0 0 0 1em !important;
  margin: 0 0 0.618em !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: left !important; }

.single-product-left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .single-product-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 749px) {
    .single-product-left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-bottom: 25px; }
      .single-product-left:last-child {
        margin-right: 0; } }
  .single-product-left .images {
    width: 100%;
    float: left; }
    .single-product-left .images img {
      width: 100%;
      border: #e5e5e5 1px solid;
      margin-bottom: 15px;
      height: auto; }

.flex-control-thumbs {
  width: 100%;
  float: left; }
  .flex-control-thumbs li {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .flex-control-thumbs li:last-child {
      margin-right: 0; }

.woocommerce-product-gallery__trigger {
  display: none; }

.thumbnails {
  width: 100%;
  float: left; }
  .thumbnails a {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 25px;
    border: #e5e5e5 1px solid; }
    .thumbnails a:last-child {
      margin-right: 0; }
    .thumbnails a:nth-child(4n + 4) {
      margin-right: 0px; }
    .thumbnails a img {
      width: 100%;
      border: 0px !important; }

.account-wrap {
  width: 100%;
  float: left;
  border: #c0c0c0 1px solid;
  padding: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px; }
  .account-wrap.no-border {
    border: 1px;
    padding: 0px; }
  .account-wrap .u-columns {
    width: 100%;
    float: left; }
    .account-wrap .u-columns .u-column1 form {
      background: #ffffff; }
    .account-wrap .u-columns .u-column1 .login-title-wrap {
      width: 100%;
      float: left;
      text-align: center; }
      .account-wrap .u-columns .u-column1 .login-title-wrap h2 {
        display: inline-block;
        padding: 20px;
        color: #ffffff;
        background: #2D2D2D;
        text-align: center;
        font-size: 40px;
        font-family: "Lato", sans-serif !important; }
    .account-wrap .u-columns .u-column1 form.login {
      width: 100%;
      float: left; }
      .account-wrap .u-columns .u-column1 form.login label {
        width: 100%;
        float: left;
        font-size: 16px;
        padding-bottom: 10px; }
      .account-wrap .u-columns .u-column1 form.login input {
        width: 100%;
        float: left;
        padding: 10px;
        border: #c0c0c0 1px solid;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 15px; }
      .account-wrap .u-columns .u-column1 form.login input.login-button {
        background: #2D2D2D !important;
        color: #ffffff;
        text-transform: uppercase;
        padding: 15px;
        border: 0px; }
        .account-wrap .u-columns .u-column1 form.login input.login-button:hover {
          background: #2D2D2D !important; }
      .account-wrap .u-columns .u-column1 form.login .remeber-wrap {
        width: 100%;
        float: left;
        color: #000000;
        font-size: 14px; }
        .account-wrap .u-columns .u-column1 form.login .remeber-wrap input {
          width: 5%;
          float: left; }
      .account-wrap .u-columns .u-column1 form.login p.lost_password {
        color: #2D2D2D !important;
        font-size: 14px; }
        .account-wrap .u-columns .u-column1 form.login p.lost_password a {
          color: #2D2D2D; }
          .account-wrap .u-columns .u-column1 form.login p.lost_password a:hover {
            color: #2D2D2D; }
    .account-wrap .u-columns form.woocommerce-ResetPassword {
      width: 100%;
      float: left;
      text-align: center; }
      .account-wrap .u-columns form.woocommerce-ResetPassword label {
        width: 100%;
        float: left;
        font-size: 16px;
        padding-bottom: 10px; }
      .account-wrap .u-columns form.woocommerce-ResetPassword p input {
        width: 100%;
        float: left;
        padding: 10px;
        border: #c0c0c0 1px solid;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 15px; }
      .account-wrap .u-columns form.woocommerce-ResetPassword input.reg-button {
        background: #2D2D2D !important;
        color: #ffffff;
        text-transform: uppercase;
        padding: 15px;
        border: 0px; }
        .account-wrap .u-columns form.woocommerce-ResetPassword input.reg-button:hover {
          background: #2D2D2D !important; }
    .account-wrap .u-columns .u-column2 form {
      background: #ffffff; }
    .account-wrap .u-columns .u-column2 .login-title-wrap {
      width: 100%;
      float: left;
      text-align: center; }
      .account-wrap .u-columns .u-column2 .login-title-wrap h2 {
        display: inline-block;
        padding: 20px;
        color: #ffffff;
        background: #2D2D2D;
        text-align: center;
        font-size: 40px;
        font-family: "Lato", sans-serif !important; }
    .account-wrap .u-columns .u-column2 form.register {
      width: 100%;
      float: left; }
      .account-wrap .u-columns .u-column2 form.register label {
        width: 100%;
        float: left;
        font-size: 16px;
        padding-bottom: 10px; }
      .account-wrap .u-columns .u-column2 form.register input {
        width: 100%;
        float: left;
        padding: 10px;
        border: #c0c0c0 1px solid;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 15px; }
      .account-wrap .u-columns .u-column2 form.register input.reg-button {
        background: #2D2D2D !important;
        color: #ffffff;
        text-transform: uppercase;
        padding: 15px;
        border: 0px; }
        .account-wrap .u-columns .u-column2 form.register input.reg-button:hover {
          background: #2D2D2D !important; }
    .account-wrap .u-columns .u-column2 .woocommerce-password-strength {
      width: 100%;
      float: left;
      padding: 10px; }
    .account-wrap .u-columns .u-column2 .woocommerce-password-hint {
      width: 100%;
      float: left;
      line-height: 28px;
      font-size: 14px; }
    .account-wrap .u-columns .col-1 {
      background: none;
      height: auto; }
  .account-wrap nav.woocommerce-MyAccount-navigation {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    padding-right: 10px;
    border-right: #c0c0c0 1px solid; }
    .account-wrap nav.woocommerce-MyAccount-navigation:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .account-wrap nav.woocommerce-MyAccount-navigation {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        border-right: none;
        padding-right: 0px; }
        .account-wrap nav.woocommerce-MyAccount-navigation:last-child {
          margin-right: 0; } }
    .account-wrap nav.woocommerce-MyAccount-navigation ul {
      width: 100%;
      float: left; }
      .account-wrap nav.woocommerce-MyAccount-navigation ul li {
        width: 100%;
        float: left; }
        .account-wrap nav.woocommerce-MyAccount-navigation ul li a {
          color: #000000;
          padding: 10px;
          width: 100%;
          float: left; }
          .account-wrap nav.woocommerce-MyAccount-navigation ul li a:hover {
            background: #c0c0c0;
            text-decoration: none; }
  .account-wrap .woocommerce-MyAccount-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    color: #000000;
    font-size: 14px;
    line-height: 35px; }
    .account-wrap .woocommerce-MyAccount-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 749px) {
      .account-wrap .woocommerce-MyAccount-content {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 25px;
        text-align: center; }
        .account-wrap .woocommerce-MyAccount-content:last-child {
          margin-right: 0; } }
    .account-wrap .woocommerce-MyAccount-content .col-1 {
      background: none; }
    .account-wrap .woocommerce-MyAccount-content input {
      padding: 15px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: #c0c0c0 1px solid;
      margin-bottom: 10px; }
    .account-wrap .woocommerce-MyAccount-content p {
      padding-bottom: 10px; }
    .account-wrap .woocommerce-MyAccount-content.center {
      text-align: center; }
    .account-wrap .woocommerce-MyAccount-content iframe {
      display: inline-block; }
    .account-wrap .woocommerce-MyAccount-content hr {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      margin-top: 20px; }
    .account-wrap .woocommerce-MyAccount-content b {
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h1 {
      color: #2D2D2D;
      font-size: 24px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h2 {
      color: #2D2D2D;
      font-size: 20px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h3 {
      color: #2D2D2D;
      font-size: 18px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h4 {
      color: #2D2D2D;
      font-size: 16px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h5 {
      color: #2D2D2D;
      font-size: 14px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content h6 {
      color: #2D2D2D;
      font-size: 12px;
      padding-bottom: 15px;
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content ul {
      padding-left: 25px;
      padding-bottom: 20px; }
      .account-wrap .woocommerce-MyAccount-content ul li {
        line-height: 38px;
        list-style: disc; }
        .account-wrap .woocommerce-MyAccount-content ul li.is-active a {
          background: #2D2D2D; }
    .account-wrap .woocommerce-MyAccount-content a {
      color: #2D2D2D; }
      .account-wrap .woocommerce-MyAccount-content a:hover {
        text-decoration: underline; }
    .account-wrap .woocommerce-MyAccount-content input.button {
      width: 100%;
      padding: 15px;
      background: #2D2D2D;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase; }
    .account-wrap .woocommerce-MyAccount-content strong {
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content b {
      font-weight: bold; }
    .account-wrap .woocommerce-MyAccount-content i {
      font-style: italic; }

.account-wrap nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #2D2D2D; }
  .account-wrap nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff; }

/* Art Painting Styles */
.art-page .art-header {
  width: 100%;
  float: left;
  background: #000000;
  border-bottom: #D12525 10px solid;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .art-page .art-header img {
      width: 100%; } }

.art-page .content h1, .art-page .content h2, .art-page .content h3, .art-page .content h4, .art-page .content h5, .art-page .content h6 {
  color: #D12525; }

.art-page .banner {
  margin-bottom: 25px;
  width: 100%;
  float: left; }

.art-page .gallery-wrap {
  width: 100%;
  float: left;
  background-color: #D12525;
  padding: 25px 0px;
  margin-bottom: 0px; }
  .art-page .gallery-wrap .gallery-title {
    width: 100%;
    float: left;
    background: url("images/red-title-line.png") center repeat-x;
    text-align: center;
    margin-bottom: 30px; }
    .art-page .gallery-wrap .gallery-title .title {
      display: inline-block;
      background: #D12525 !important;
      color: #ffffff;
      font-size: 25px;
      font-weight: bold;
      padding: 0px 20px;
      text-transform: uppercase; }

.art-page .featured-products-wrap {
  width: 100%;
  float: left;
  background: #ffffff;
  padding-top: 25px; }
  .art-page .featured-products-wrap .featured-title {
    width: 100%;
    float: left;
    background: #ffffff url("images/black-title-line.png") center repeat-x;
    text-align: center; }
    .art-page .featured-products-wrap .featured-title .title {
      display: inline-block;
      background: #ffffff;
      color: #000000;
      font-size: 25px;
      font-weight: bold;
      padding: 0px 20px;
      text-transform: uppercase; }
  .art-page .featured-products-wrap .feature-products {
    color: #ffffff !important; }
    .art-page .featured-products-wrap .feature-products .product-image {
      background: #ffffff; }
    .art-page .featured-products-wrap .feature-products .price, .art-page .featured-products-wrap .feature-products .woocommerce-loop-product__title {
      color: #D12525 !important; }
    .art-page .featured-products-wrap .feature-products .button {
      background: #D12525;
      color: #ffffff;
      border-radius: 10px; }
      .art-page .featured-products-wrap .feature-products .button:hover {
        background: #D12525;
        color: #ffffff; }

/* Scroll up */
.scrollup {
  padding: 0.625em;
  /* 10/16 */
  position: fixed;
  bottom: 1.25em;
  /* 20/16 */
  right: 1.25em;
  /* 20/16 */
  z-index: 2000;
  display: none;
  background-color: #2D2D2D;
  color: #ffffff;
  font-size: 0.875em;
  /* 14/16 */
  text-decoration: none;
  border: #ffffff 1px solid;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .scrollup:hover {
    background: #2D2D2D;
    text-decoration: none; }

/* Slim Menu */
.menu-collapser {
  position: relative;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 48px;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #2D2D2D;
  background-image: linear-gradient(to bottom, #2D2D2D, #2D2D2D);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #ffffff;
  color: #2D2D2D; }

.collapse-button .icon-bar {
  background: #ffffff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0; }

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px; }
  @media screen and (max-width: 749px) {
    ul.slimmenu {
      position: absolute;
      right: 0%;
      background: #ffffff;
      color: #000000; }
      ul.slimmenu li a {
        color: #000000 !important; }
        ul.slimmenu li a:hover {
          color: #D6D6D6 !important;
          font-weight: bold; } }

ul.slimmenu li {
  position: relative;
  display: inline-block;
  z-index: 2006; }

ul.slimmenu > li {
  margin-right: -5px; }

ul.slimmenu > li:first-child {
  border-left: 0; }

ul.slimmenu > li:last-child {
  margin-right: 0; }

ul.slimmenu li a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 20px 10px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }

ul.slimmenu li a:hover {
  text-decoration: none;
  color: #2D2D2D;
  background: #D6D6D6;
  padding: 20px 10px; }

ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  display: none; }

ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

ul.slimmenu li .sub-collapser > i {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle; }

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none; }

ul.slimmenu li ul li {
  background: #2D2D2D;
  color: #FFFFFF; }

ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  background: #ffffff; }
  ul.slimmenu li > ul a {
    color: #ffffff !important; }
    ul.slimmenu li > ul a:hover {
      color: #ffffff !important;
      border-bottom: 0px !important; }

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%; }

ul.slimmenu.collapsed {
  background: #2D2D2D;
  z-index: 100;
  border-bottom: #2D2D2D 5px solid; }

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  color: #ffffff !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 10px 14px 10px !important; }
  ul.slimmenu.collapsed li a:hover {
    color: #ffffff !important;
    border-top: none;
    padding: 10px 10px 14px 10px !important;
    background: #2D2D2D; }

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px; }

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static; }

/* Responsive Slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: 470px; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  height: 100%; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  color: #D8D8D8; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #D8D8D8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #2D2D2D; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.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; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
