@charset "UTF-8";
/***************************************/
/* 1. RESET */
/***************************************/
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300);
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box; }

h1, h2, h3, h4,
h5, h6, p, a {
  line-height: 1em; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

header, nav, article,
section, aside, footer {
  display: block; }

figure {
  line-height: 0; }

figure > img {
  width: 100%; }

figure > figcaption {
  display: none; }

/***************************************/
/* 2. GENERAL */
/***************************************/
p {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.7142857143em;
  font-weight: 300; }

p.highlighted {
  color: #6ebe44;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase; }

p.highlighted.category {
  letter-spacing: 0.08em; }

a {
  color: #6ebe44;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

h1, h2, h3, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  color: #4e5c64;
  font-size: 7.8125em; }

h2 {
  color: #fff; }

h3 {
  color: #4e5c64;
  font-size: 1.5em; }

h3.title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  position: relative; }
  h3.title:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #6ebe44;
    position: absolute;
    left: 0;
    bottom: -1px; }

h4 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

h5 {
  color: #4e5c64;
  font-size: 0.75em; }

h6 {
  color: #49555c;
  font-size: 0.75em; }

/*----------------
  	CLEARFIX
----------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

/*------------
  	WIDE
------------*/
#header-top, #header-bottom, #main-menu > ul,
#banner, #advertising, .product-showcase,
#institutional, #latest-blog-posts,
#billboard, #brands, #footer-top, #footer-bottom,
#section-nav, #register-login, #shop, #contact, #error404,
#coming-soon-header, #coming-soon, #coming-soon-footer {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto; }

.slidable {
  overflow: hidden; }

.no-scroll {
  height: 100%;
  overflow: hidden; }

/*--------------
  	MIXINS
--------------*/
select {
  color: #808080;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  text-transform: none; }

/* REMOVE IE SELECT ARROW */
select::-ms-expand {
  display: none; }

.svg-arrow.select-arrow {
  width: 5px;
  height: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #686868;
  pointer-events: none; }

/*-------------------
  	WESTEROS FORM 
-------------------*/
.westeros-form {
  overflow: hidden; }
  .westeros-form label {
    color: #81929b;
    font-family: "Montserrat", sans-serif;
    font-size: 0.625em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative; }
    .westeros-form label.select-block {
      display: inline-block;
      color: #49555c;
      font-size: 0.75em;
      cursor: auto;
      position: relative; }
      .westeros-form label.select-block .svg-arrow.select-arrow {
        position: absolute;
        top: 13px;
        right: 13px; }
    .westeros-form label:last-child {
      margin-right: 0; }
    .westeros-form label > .radio, .westeros-form label > .checkbox {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      border: 1px solid #d5d5d5;
      background-color: #fff;
      position: relative;
      top: 4px; }
    .westeros-form label > .radio {
      border-radius: 50%; }
      .westeros-form label > .radio span {
        width: 7px;
        height: 7px;
        background-color: #0ec3f7;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 3px;
        display: none; }
    .westeros-form label > .checkbox {
      border-radius: 2px; }
      .westeros-form label > .checkbox span {
        width: 13px;
        height: 13px;
        background: url("../images/icons/check.png") 50% 50% no-repeat;
        display: none; }
  .westeros-form input[type="text"], .westeros-form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 8px 12px 5px 12px; }
  .westeros-form input[type="text"] {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    color: #808080;
    font-family: "Roboto", sans-serif;
    font-size: 0.75em; }
  .westeros-form select {
    color: #afafaf;
    font-size: 1em;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    height: 30px;
    padding: 0 40px 0 6px;
    cursor: pointer; }
  .westeros-form button {
    cursor: pointer; }
  .westeros-form input[type="radio"],
  .westeros-form input[type="checkbox"] {
    display: none; }
    .westeros-form input[type="radio"]:checked + label > span > span,
    .westeros-form input[type="checkbox"]:checked + label > span > span {
      display: block; }
  .westeros-form input[type="radio"] + .rl-label {
    cursor: pointer; }
  .westeros-form a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.625em;
    font-weight: 700;
    text-transform: uppercase; }

/*-------------------
  	PLACEHOLDERS
-------------------*/
.placeholder, ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400; }

::-webkit-input-placeholder {
  /* Chrome */ }

:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

:-ms-input-placeholder {
  /* IE */ }

/*----------------
  	BUTTONS
----------------*/
.button {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #6ebe44;
  border-radius: 4px;
  border-bottom: 3px solid #51a028;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .button:hover {
    background-color: #82d258; }

a.button.medium {
  width: 52px;
  height: 43px; }

a.button.secondary {
  background-color: #6ebe44;
  border-bottom-color: #51a028; }
  a.button.secondary:hover {
    background-color: #82d258; }

a.button.cart-add .svg-plus {
  width: 13px;
  height: 13px;
  fill: #fff;
  position: absolute;
  top: 14px;
  left: 24px; }
a.button.cart-add:hover {
  background-color: #82d258; }

a.button.no-stock {
  background-color: #6ebe44;
  border-bottom-color: #51a028;
  pointer-events: none; }
  a.button.no-stock .svg-plus {
    width: 13px;
    height: 13px;
    fill: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: 25px; }

a.button.wishlist {
  background-color: #6ebe44;
  border-bottom-color: #51a028; }
  a.button.wishlist .svg-wishlist {
    width: 16px;
    height: 13px;
    fill: #fff;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -8px; }
  a.button.wishlist:hover {
    background-color: #82d258; }

a.button.quick-view {
  background-color: #6ebe44;
  border-bottom-color: #51a028; }
  a.button.quick-view .svg-quickview {
    width: 20px;
    height: 12px;
    fill: #fff;
    position: absolute;
    top: 14px;
    left: 16px; }
  a.button.quick-view:hover {
    background-color: #82d258; }

a.button.full-view {
  background-color: #6ebe44;
  border-bottom-color: #51a028; }
  a.button.full-view .svg-fullview {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: absolute;
    top: 10px;
    left: 16px; }
  a.button.full-view:hover {
    background-color: #82d258; }

a.button.compare {
  background-color: #89d307;
  border-bottom-color: #6caa00; }
  a.button.compare .svg-compare {
    width: 18px;
    height: 18px;
    fill: #fff;
    position: absolute;
    top: 13px;
    left: 17px; }
  a.button.compare:hover {
    background-color: #97e114; }

a.button.fb {
  background: url("../images/social/fb-brand-big.png") no-repeat 50% 50% #355599;
  border-bottom-color: #25417d; }
  a.button.fb:hover {
    background-color: #4667ae; }

a.button.twt {
  background: url("../images/social/twt-brand-big.png") no-repeat 50% 50% #0fccf4;
  border-bottom-color: #18abca; }
  a.button.twt:hover {
    background-color: #46dfff; }

a.button.gplus {
  background: url("../images/social/gplus-brand-big.png") no-repeat 50% 50% #e0133a;
  border-bottom-color: #c2062a; }
  a.button.gplus:hover {
    background-color: #4667ae; }

a.button.rss {
  background: url("../images/social/rss-brand-big.png") no-repeat 50% 50% #ffa11b;
  border-bottom-color: #e68b0a; }
  a.button.rss:hover {
    background-color: #4667ae; }

a.button.dribble {
  background: url("../images/social/dribble-brand-big.png") no-repeat 50% 50% #e92a83;
  border-bottom-color: #cc1e6f; }
  a.button.dribble:hover {
    background-color: #4667ae; }

a.button.vimeo {
  background: url("../images/social/vimeo-brand-big.png") no-repeat 50% 50% #07c8aa;
  border-bottom-color: #00a48a; }
  a.button.vimeo:hover {
    background-color: #4667ae; }

a.button.flickr {
  background: url("../images/social/flickr-brand-big.png") no-repeat 50% 50% #834ca9;
  border-bottom-color: #68368b; }
  a.button.flickr:hover {
    background-color: #4667ae; }

a.button.quick-view:after,
a.button.full-view:after,
a.button.compare:after {
  width: 70px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  bottom: -25px;
  left: -8px;
  opacity: 0; }

a.button.quick-view:after {
  content: 'Quick View';
  width: 80px;
  left: -13px;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }

a.button.full-view:after {
  content: 'Full View';
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

a.button.compare:after {
  content: 'Compare';
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }

/*----------------------
  	WESTEROS DROPDOWN
----------------------*/
.westeros-dropdown-container {
  float: right;
  width: 205px;
  position: relative; }
  .westeros-dropdown-container.small {
    width: 70px; }

.westeros-dropdown {
  display: none;
  opacity: 0;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 4px;
  right: 10px;
  background-color: #fff;
  z-index: 10000; }
  .westeros-dropdown.default li {
    border-bottom: 1px solid #d5d5d5; }
    .westeros-dropdown.default li:last-child {
      border-bottom: none; }
    .westeros-dropdown.default li.selected a {
      color: #6ebe44; }
    .westeros-dropdown.default li svg {
      fill: #afafaf;
      margin-right: 8px;
      -webkit-transition: fill 0.3s ease-in;
      transition: fill 0.3s ease-in; }
      .westeros-dropdown.default li svg.svg-gear {
        width: 10px;
        height: 10px; }
      .westeros-dropdown.default li svg.svg-wishlist {
        width: 10px;
        height: 8px; }
      .westeros-dropdown.default li svg.svg-compare {
        width: 10px;
        height: 10px; }
      .westeros-dropdown.default li svg.svg-cart {
        width: 11px;
        height: 11px; }
    .westeros-dropdown.default li a {
      display: block;
      color: #afafaf;
      font-size: 11px;
      line-height: 28px;
      padding: 0 25px 0 10px;
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in;
      text-decoration: none;
      cursor: pointer; }
      .westeros-dropdown.default li a:hover {
        color: #6ebe44;
        text-decoration: none; }
        .westeros-dropdown.default li a:hover svg {
          fill: #6ebe44; }

/*--------------------
  	PRODUCT PREVIEW
--------------------*/
ul.product-preview > li {
  height: 70px;
  padding: 5px 0 0 85px;
  margin-bottom: 20px;
  position: relative; }
  ul.product-preview > li figure {
    width: 70px;
    height: 70px;
    border: 5px solid #475055;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    ul.product-preview > li figure:hover {
      border-color: #6ebe44; }
  ul.product-preview > li h6 {
    clear: both;
    float: left;
    display: inline-block;
    color: #acbdc6;
    font-size: 0.875em;
    margin-top: 2px; }
  ul.product-preview > li a > p.highlighted {
    float: left; }
  ul.product-preview > li ul.rating {
    float: left;
    clear: both;
    margin: 5px 0 6px; }
  ul.product-preview > li p.highlighted.current {
    float: left;
    clear: both;
    font-size: 1.125em; }
  ul.product-preview > li p.highlighted.previous {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 0.75em;
    font-weight: 400;
    text-decoration: line-through; }
ul.product-preview > li:last-child {
  margin-bottom: 0; }

/*---------------
  	RATING
---------------*/
ul.rating {
  width: 55px;
  overflow: hidden; }
  ul.rating li {
    float: left;
    width: 7px;
    height: 7px;
    margin-right: 5px; }
    ul.rating li svg {
      float: left;
      width: 7px;
      height: 7px;
      fill: #d5d5d5; }
    ul.rating li.filled svg {
      fill: #6ebe44; }
    ul.rating li:last-child {
      margin-right: 0; }
  ul.rating.big {
    width: 70px; }
    ul.rating.big li {
      width: 10px;
      height: 10px; }
      ul.rating.big li svg {
        width: 10px;
        height: 10px; }
      ul.rating.big li:last-child {
        margin-right: 0; }
  ul.rating.large {
    width: 120px; }
    ul.rating.large li {
      width: 20px;
      height: 19px; }
      ul.rating.large li svg {
        width: 20px;
        height: 19px; }
      ul.rating.large li:last-child {
        margin-right: 0; }
  ul.rating.rater li {
    cursor: pointer; }

/*--------------------
  	PRODUCT LIST
--------------------*/
.showcasecaption {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.91875em;
  line-height: 0.8571428571em;
  font-weight: 300; }

ul.product-list {
  margin: 0 auto;
  overflow: hidden; }
  ul.product-list.list .list-item {
    float: none;
    width: 100%;
    height: 260px;
    margin-right: 0;
    position: relative;
    padding: 20px 20px 0 230px; }
    ul.product-list.list .list-item .social {
      display: block;
      width: 114px;
      position: absolute;
      bottom: 20px; }
      ul.product-list.list .list-item .social a.button:first-child {
        float: left; }
      ul.product-list.list .list-item .social a.button:last-child {
        float: right; }
    ul.product-list.list .list-item .actions {
      position: absolute;
      top: 9px;
      left: 9px;
      width: 200px; }
      ul.product-list.list .list-item .actions a.button.quick-view {
        top: 40px; }
        ul.product-list.list .list-item .actions a.button.quick-view .svg-quickview {
          width: 16px;
          height: 9px;
          top: 11px;
          left: 12px; }
      ul.product-list.list .list-item .actions a.button.full-view {
        top: 101px; }
        ul.product-list.list .list-item .actions a.button.full-view .svg-fullview {
          width: 16px;
          height: 16px;
          top: 8px;
          left: 12px; }
      ul.product-list.list .list-item .actions a.button.compare {
        top: 163px; }
        ul.product-list.list .list-item .actions a.button.compare .svg-compare {
          width: 14px;
          height: 14px;
          top: 10px;
          left: 13px; }
      ul.product-list.list .list-item .actions a.button.quick-view,
      ul.product-list.list .list-item .actions a.button.full-view,
      ul.product-list.list .list-item .actions a.button.compare {
        width: 40px;
        height: 33px;
        margin-left: -20px; }
        ul.product-list.list .list-item .actions a.button.quick-view:after,
        ul.product-list.list .list-item .actions a.button.full-view:after,
        ul.product-list.list .list-item .actions a.button.compare:after {
          content: ''; }
    ul.product-list.list .list-item .pin h6.percent {
      line-height: 1.1em; }
    ul.product-list.list .list-item .pin h6:last-child {
      font-size: 0.5em; }
    ul.product-list.list .list-item .pin.circle {
      width: 69px;
      height: 83px;
      top: 19px;
      left: 17px;
      background: url("../images/discount-pin1.png") no-repeat center;
      padding-top: 15px; }
    ul.product-list.list .list-item figure {
      width: 200px;
      height: 240px;
      margin-bottom: 0; }
    ul.product-list.list .list-item .description p.highlighted {
      font-size: 0.625em; }
    ul.product-list.list .list-item .description ul.rating {
      float: none;
      position: absolute;
      top: 72px;
      left: 230px; }
    ul.product-list.list .list-item .description h6 {
      font-size: 1.5em;
      margin-bottom: 25px; }
    ul.product-list.list .list-item .description p.highlighted.previous {
      float: none;
      font-size: 0.875em;
      margin-top: 0;
      position: absolute;
      top: 48px;
      right: 135px; }
    ul.product-list.list .list-item .description p.highlighted.current {
      float: none;
      font-size: 1.875em;
      line-height: 1em;
      position: absolute;
      top: 35px;
      right: 20px; }
    ul.product-list.list .list-item .description .short-description {
      display: none; }
    ul.product-list.list .list-item .description .long-description {
      display: block; }
    ul.product-list.list .list-item .cart-options {
      width: 427px;
      left: auto;
      right: 20px;
      bottom: 20px; }
      ul.product-list.list .list-item .cart-options a.button.wishlist {
        width: 227px;
        padding-left: 52px;
        text-align: left; }
        ul.product-list.list .list-item .cart-options a.button.wishlist .svg-wishlist {
          left: 24px;
          margin-left: 0; }
        ul.product-list.list .list-item .cart-options a.button.wishlist span {
          display: block; }
  ul.product-list.grid-v2 .list-item {
    height: 200px; }
    ul.product-list.grid-v2 .list-item figure {
      margin-bottom: 2px; }
    ul.product-list.grid-v2 .list-item .description {
      text-align: left; }
      ul.product-list.grid-v2 .list-item .description ul.rating {
        width: 180px;
        position: absolute;
        bottom: 134px;
        left: 50%;
        margin-left: -90px;
        border-bottom: 1px solid #d5d5d5;
        padding: 0 0 10px 55px; }
      ul.product-list.grid-v2 .list-item .description .category, ul.product-list.grid-v2 .list-item .description h6,
      ul.product-list.grid-v2 .list-item .description p.highlighted.previous,
      ul.product-list.grid-v2 .list-item .description p.highlighted.current {
        float: none; }
      ul.product-list.grid-v2 .list-item .description h6 {
        margin-top: 6px; }
      ul.product-list.grid-v2 .list-item .description .short-description {
        display: none; }
      ul.product-list.grid-v2 .list-item .description p.highlighted.previous {
        position: absolute;
        left: 40px; }
      ul.product-list.grid-v2 .list-item .description p.highlighted.current {
        font-size: 1.5em;
        margin-top: 3px; }
  ul.product-list .list-item {
    float: left;
    width: 270px;
    height: 365px;
    border: 1px solid #d5d5d5;
    margin-right: 30px;
    padding: 9px;
    position: relative; }
    ul.product-list .list-item:last-child {
      margin-right: 0; }
    ul.product-list .list-item .social {
      display: none; }
    ul.product-list .list-item .actions {
      cursor: pointer;
      position: relative; }
      ul.product-list .list-item .actions > div:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      ul.product-list .list-item .actions a.button.quick-view {
        top: 53px;
        -webkit-transform: translate(-160px, 0);
        -ms-transform: translate(-160px, 0);
        transform: translate(-160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.05s, 0s;
        transition-delay: 0.05s, 0s; }
      ul.product-list .list-item .actions a.button.full-view {
        top: 140px;
        -webkit-transform: translate(160px, 0);
        -ms-transform: translate(160px, 0);
        transform: translate(160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.25s, 0s;
        transition-delay: 0.25s, 0s; }
      ul.product-list .list-item .actions a.button.compare {
        top: 207px;
        -webkit-transform: translate(-160px, 0);
        -ms-transform: translate(-160px, 0);
        transform: translate(-160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.35s, 0s;
        transition-delay: 0.35s, 0s; }
      ul.product-list .list-item .actions a.button.quick-view,
      ul.product-list .list-item .actions a.button.full-view,
      ul.product-list .list-item .actions a.button.compare {
        width: 52px;
        height: 43px;
        position: absolute;
        left: 50%;
        margin-left: -26px; }
      ul.product-list .list-item .actions:hover a.button.quick-view:after, ul.product-list .list-item .actions:hover a.button.full-view:after, ul.product-list .list-item .actions:hover a.button.compare:after {
        opacity: 1; }
      ul.product-list .list-item .actions:hover > div {
        opacity: 1;
        visibility: visible; }
      ul.product-list .list-item .actions:hover a.button.quick-view, ul.product-list .list-item .actions:hover a.button.full-view, ul.product-list .list-item .actions:hover a.button.compare {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    ul.product-list .list-item .pin {
      position: absolute;
      z-index: 2;
      pointer-events: none; }
      ul.product-list .list-item .pin h6 {
        float: none;
        margin-top: 0;
        color: #fff;
        font-size: 0.875em;
        text-align: center; }
      ul.product-list .list-item .pin h6.percent {
        color: #ffb414;
        font-size: 1.125em;
        line-height: 1.1em; }
        ul.product-list .list-item .pin h6.percent.important {
          color: #ff0000; }
      ul.product-list .list-item .pin h6:last-child {
        font-size: 0.5em; }
      ul.product-list .list-item .pin.circle {
        width: 69px;
        height: 83px;
        top: 19px;
        left: 17px;
        background: url("../images/discount-pin1.png") no-repeat center;
        padding-top: 15px; }
    ul.product-list .list-item figure {
      width: 250px;
      height: 250px;
      margin-bottom: 15px; }
    ul.product-list .list-item .description p {
      float: left; }
    ul.product-list .list-item .description ul.rating {
      float: right; }
    ul.product-list .list-item .description h6 {
      float: left;
      font-size: 1.25em;
      color: #6ebe44;
      margin-top: 4px; }
    ul.product-list .list-item .description p.caption {
      margin-top: 2px;
      color: #808080;
      font-family: "Roboto", sans-serif;
      font-size: 0.91875em;
      line-height: 1.0285714286em;
      font-weight: 500;
      height: 60px;
      overflow: hidden; }
    ul.product-list .list-item .description .captionalt2 {
      margin-top: 2px;
      color: #808080;
      font-family: "Roboto", sans-serif;
      font-size: 0.91875em;
      line-height: 1.1em;
      font-weight: normal;
      height: 198px;
      overflow: hidden; }
    ul.product-list .list-item .description p.highlighted.previous {
      float: right;
      font-size: 0.75em;
      font-weight: 400;
      text-decoration: line-through;
      margin-top: 15px; }
    ul.product-list .list-item .description p.highlighted.current {
      float: right;
      font-size: 1.125em;
      line-height: 1.3333333333em; }
    ul.product-list .list-item .description .long-description {
      display: none; }
    ul.product-list .list-item .cart-options {
      width: 250px;
      position: absolute;
      left: 9px;
      bottom: 9px; }
      ul.product-list .list-item .cart-options a.button.cart-add,
      ul.product-list .list-item .cart-options a.button.no-stock {
        float: right;
        width: 190px;
        padding-left: 50px;
        text-align: left; }
      ul.product-list .list-item .cart-options a.button.wishlist span {
        display: none; }
      ul.product-list .list-item .cart-options a.button.medium {
        float: left; }

/*--------------------
  	PARTNERS
--------------------*/
ul.product-list-partners {
  margin: 0 auto;
  overflow: hidden; }
  ul.product-list-partners.list .list-item {
    float: none;
    width: 100%;
    height: 260px;
    margin-right: 0;
    position: relative;
    padding: 20px 20px 0 230px; }
    ul.product-list-partners.list .list-item .social {
      display: block;
      width: 114px;
      position: absolute;
      bottom: 20px; }
      ul.product-list-partners.list .list-item .social a.button:first-child {
        float: left; }
      ul.product-list-partners.list .list-item .social a.button:last-child {
        float: right; }
    ul.product-list-partners.list .list-item .actions {
      position: absolute;
      top: 9px;
      left: 9px;
      width: 200px; }
      ul.product-list-partners.list .list-item .actions a.button.quick-view {
        top: 40px; }
        ul.product-list-partners.list .list-item .actions a.button.quick-view .svg-quickview {
          width: 16px;
          height: 9px;
          top: 11px;
          left: 12px; }
      ul.product-list-partners.list .list-item .actions a.button.full-view {
        top: 101px; }
        ul.product-list-partners.list .list-item .actions a.button.full-view .svg-fullview {
          width: 16px;
          height: 16px;
          top: 8px;
          left: 12px; }
      ul.product-list-partners.list .list-item .actions a.button.compare {
        top: 163px; }
        ul.product-list-partners.list .list-item .actions a.button.compare .svg-compare {
          width: 14px;
          height: 14px;
          top: 10px;
          left: 13px; }
      ul.product-list-partners.list .list-item .actions a.button.quick-view,
      ul.product-list-partners.list .list-item .actions a.button.full-view,
      ul.product-list-partners.list .list-item .actions a.button.compare {
        width: 40px;
        height: 33px;
        margin-left: -20px; }
        ul.product-list-partners.list .list-item .actions a.button.quick-view:after,
        ul.product-list-partners.list .list-item .actions a.button.full-view:after,
        ul.product-list-partners.list .list-item .actions a.button.compare:after {
          content: ''; }
    ul.product-list-partners.list .list-item .pin h6.percent {
      line-height: 1.1em; }
    ul.product-list-partners.list .list-item .pin h6:last-child {
      font-size: 0.5em; }
    ul.product-list-partners.list .list-item .pin.circle {
      width: 69px;
      height: 83px;
      top: 19px;
      left: 17px;
      background: url("../images/discount-pin1.png") no-repeat center;
      padding-top: 15px; }
    ul.product-list-partners.list .list-item figure {
      width: 200px;
      height: 240px;
      margin-bottom: 0; }
    ul.product-list-partners.list .list-item .description p.highlighted {
      font-size: 0.625em; }
    ul.product-list-partners.list .list-item .description ul.rating {
      float: none;
      position: absolute;
      top: 72px;
      left: 230px; }
    ul.product-list-partners.list .list-item .description h6 {
      font-size: 1.5em;
      margin-bottom: 25px; }
    ul.product-list-partners.list .list-item .description p.highlighted.previous {
      float: none;
      font-size: 0.875em;
      margin-top: 0;
      position: absolute;
      top: 48px;
      right: 135px; }
    ul.product-list-partners.list .list-item .description p.highlighted.current {
      float: none;
      font-size: 1.875em;
      line-height: 1em;
      position: absolute;
      top: 35px;
      right: 20px; }
    ul.product-list-partners.list .list-item .description .short-description {
      display: none; }
    ul.product-list-partners.list .list-item .description .long-description {
      display: block; }
    ul.product-list-partners.list .list-item .cart-options {
      width: 427px;
      left: auto;
      right: 20px;
      bottom: 20px; }
      ul.product-list-partners.list .list-item .cart-options a.button.wishlist {
        width: 227px;
        padding-left: 52px;
        text-align: left; }
        ul.product-list-partners.list .list-item .cart-options a.button.wishlist .svg-wishlist {
          left: 24px;
          margin-left: 0; }
        ul.product-list-partners.list .list-item .cart-options a.button.wishlist span {
          display: block; }
  ul.product-list-partners.grid-v2 .list-item {
    height: 200px; }
    ul.product-list-partners.grid-v2 .list-item figure {
      margin-bottom: 2px; }
    ul.product-list-partners.grid-v2 .list-item .description {
      text-align: left; }
      ul.product-list-partners.grid-v2 .list-item .description ul.rating {
        width: 180px;
        position: absolute;
        bottom: 134px;
        left: 50%;
        margin-left: -90px;
        border-bottom: 1px solid #d5d5d5;
        padding: 0 0 10px 55px; }
      ul.product-list-partners.grid-v2 .list-item .description .category, ul.product-list-partners.grid-v2 .list-item .description h6,
      ul.product-list-partners.grid-v2 .list-item .description p.highlighted.previous,
      ul.product-list-partners.grid-v2 .list-item .description p.highlighted.current {
        float: none; }
      ul.product-list-partners.grid-v2 .list-item .description h6 {
        margin-top: 6px; }
      ul.product-list-partners.grid-v2 .list-item .description .short-description {
        display: none; }
      ul.product-list-partners.grid-v2 .list-item .description p.highlighted.previous {
        position: absolute;
        left: 40px; }
      ul.product-list-partners.grid-v2 .list-item .description p.highlighted.current {
        font-size: 1.5em;
        margin-top: 3px; }
  ul.product-list-partners .list-item {
    float: left;
    width: 270px;
    height: 365px;
    border: 1px solid #d5d5d5;
    margin-right: 30px;
    padding: 9px;
    position: relative; }
    ul.product-list-partners .list-item:last-child {
      margin-right: 0; }
    ul.product-list-partners .list-item .social {
      display: none; }
    ul.product-list-partners .list-item .actions {
      cursor: pointer;
      position: relative; }
      ul.product-list-partners .list-item .actions > div:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      ul.product-list-partners .list-item .actions a.button.quick-view {
        top: 53px;
        -webkit-transform: translate(-160px, 0);
        -ms-transform: translate(-160px, 0);
        transform: translate(-160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.05s, 0s;
        transition-delay: 0.05s, 0s; }
      ul.product-list-partners .list-item .actions a.button.full-view {
        top: 140px;
        -webkit-transform: translate(160px, 0);
        -ms-transform: translate(160px, 0);
        transform: translate(160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.25s, 0s;
        transition-delay: 0.25s, 0s; }
      ul.product-list-partners .list-item .actions a.button.compare {
        top: 207px;
        -webkit-transform: translate(-160px, 0);
        -ms-transform: translate(-160px, 0);
        transform: translate(-160px, 0);
        -webkit-transition: transform 0.15s linear, background-color 0.3s ease;
        transition: transform 0.15s linear, background-color 0.3s ease;
        -webkit-transition-delay: 0.35s, 0s;
        transition-delay: 0.35s, 0s; }
      ul.product-list-partners .list-item .actions a.button.quick-view,
      ul.product-list-partners .list-item .actions a.button.full-view,
      ul.product-list-partners .list-item .actions a.button.compare {
        width: 52px;
        height: 43px;
        position: absolute;
        left: 50%;
        margin-left: -26px; }
      ul.product-list-partners .list-item .actions:hover a.button.quick-view:after, ul.product-list-partners .list-item .actions:hover a.button.full-view:after, ul.product-list-partners .list-item .actions:hover a.button.compare:after {
        opacity: 1; }
      ul.product-list-partners .list-item .actions:hover > div {
        opacity: 1;
        visibility: visible; }
      ul.product-list-partners .list-item .actions:hover a.button.quick-view, ul.product-list-partners .list-item .actions:hover a.button.full-view, ul.product-list-partners .list-item .actions:hover a.button.compare {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    ul.product-list-partners .list-item .pin {
      position: absolute;
      z-index: 2;
      pointer-events: none; }
      ul.product-list-partners .list-item .pin h6 {
        float: none;
        margin-top: 0;
        color: #fff;
        font-size: 0.875em;
        text-align: center; }
      ul.product-list-partners .list-item .pin h6.percent {
        color: #ffb414;
        font-size: 1.125em;
        line-height: 1.1em; }
        ul.product-list-partners .list-item .pin h6.percent.important {
          color: #ff0000; }
      ul.product-list-partners .list-item .pin h6:last-child {
        font-size: 0.5em; }
      ul.product-list-partners .list-item .pin.circle {
        width: 69px;
        height: 83px;
        top: 19px;
        left: 17px;
        background: url("../images/discount-pin1.png") no-repeat center;
        padding-top: 15px; }
    ul.product-list-partners .list-item figure {
      width: 250px;
      height: 250px;
      margin-bottom: 15px; }
    ul.product-list-partners .list-item .description p {
      float: left; }
    ul.product-list-partners .list-item .description ul.rating {
      float: right; }
    ul.product-list-partners .list-item .description h6 {
      float: left;
      font-size: 1.25em;
      color: #6ebe44;
      margin-top: 4px; }
    ul.product-list-partners .list-item .description p.caption {
      margin-top: 2px;
      color: #808080;
      font-family: "Roboto", sans-serif;
      font-size: 0.91875em;
      line-height: 1.0285714286em;
      font-weight: 500;
      height: 60px;
      overflow: hidden; }
    ul.product-list-partners .list-item .description p.highlighted.previous {
      float: right;
      font-size: 0.75em;
      font-weight: 400;
      text-decoration: line-through;
      margin-top: 15px; }
    ul.product-list-partners .list-item .description p.highlighted.current {
      float: right;
      font-size: 1.125em;
      line-height: 1.3333333333em; }
    ul.product-list-partners .list-item .description .long-description {
      display: none; }
    ul.product-list-partners .list-item .cart-options {
      width: 250px;
      position: absolute;
      left: 9px;
      bottom: 9px; }
      ul.product-list-partners .list-item .cart-options a.button.cart-add,
      ul.product-list-partners .list-item .cart-options a.button.no-stock {
        float: right;
        width: 190px;
        padding-left: 50px;
        text-align: left; }
      ul.product-list-partners .list-item .cart-options a.button.wishlist span {
        display: none; }
      ul.product-list-partners .list-item .cart-options a.button.medium {
        float: left; }

/*--------------------
  	COMPARE MODAL 
--------------------*/
.compare-modal {
  width: 500px;
  height: 280px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  margin: -100px auto 0;
  padding-top: 22px;
  text-align: center; }
  .compare-modal img[alt="logo"] {
    display: block;
    margin: 0 auto 25px;
    padding-right: 20px; }
  .compare-modal h5 {
    color: #49555c;
    font-size: 1em;
    margin-bottom: 10px; }
    .compare-modal h5 span {
      color: #6ebe44; }
  .compare-modal .options {
    width: 410px;
    margin: 35px auto 0; }
    .compare-modal .options .button.medium {
      float: left;
      width: 195px;
      margin-right: 20px;
      font-size: 0.8125em;
      letter-spacing: 0; }
      .compare-modal .options .button.medium.mfp-close {
        padding: 0;
        color: #fff;
        cursor: pointer;
        opacity: 1; }
      .compare-modal .options .button.medium:last-child {
        margin-right: 0; }

/*-----------------------
  	PRODUCT QUICK VIEW 
-----------------------*/
.product-quick-view {
  width: 940px;
  height: 510px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  position: relative; }
  .product-quick-view a.button.mfp-close {
    width: 52px;
    height: 44px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px; }
    .product-quick-view a.button.mfp-close:before {
      content: url("../images/close-quick-v.png");
      position: absolute;
      top: 5px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .product-quick-view a.button.mfp-close2 {
    width: 52px;
    height: 43px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px; }
    .product-quick-view a.button.mfp-close2:before {
      content: url("../images/close-quick-v.png");
      position: absolute;
      top: 15px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .product-quick-view.full {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    overflow: hidden; }
    .product-quick-view.full .product-pictures {
      padding: 0; }
    .product-quick-view.full .product-description {
      margin-top: 0;
      padding-top: 0;
      height: 100%; }
  .product-quick-view.builder .product-description .westeros-form {
    overflow: visible;
    margin: 0; }
    .product-quick-view.builder .product-description .westeros-form .select-block {
      width: 100%;
      margin: 0 0 25px; }
      .product-quick-view.builder .product-description .westeros-form .select-block select {
        width: 100%; }
  .product-quick-view.builder .product-description .color-selection {
    float: none;
    margin: 25px 0; }
  .product-quick-view.builder .product-description .quantity-selection {
    float: left;
    margin-right: 35px; }
  .product-quick-view.builder .product-description .final-price {
    float: left; }
  .product-quick-view.builder .product-description .options {
    float: right;
    clear: none;
    padding-top: 20px; }
  .product-quick-view.builder .product-description p.highlighted.current {
    font-size: 1.5em; }
  .product-quick-view .product-pictures {
    float: left;
    width: 370px;
    padding: 25px 0 0 25px;
    position: relative; }
    .product-quick-view .product-pictures .product-photo {
      width: 370px;
      height: 370px;
      margin-bottom: 10px; }
      .product-quick-view .product-pictures .product-photo figure {
        width: 350px;
        height: 350px; }
    .product-quick-view .product-pictures .product-stamp {
      position: absolute;
      top: 15px;
      left: 7px; }
      .product-quick-view .product-pictures .product-stamp figure {
        width: 350px;
        height: 420px; }
    .product-quick-view .product-pictures .picture-views {
      width: 370px;
      overflow: hidden; }
      .product-quick-view .product-pictures .picture-views li {
        float: left;
        width: 70px;
        height: 70px;
        margin: 10px;
        padding: 4px;
        border: 1px solid #d5d5d5;
        cursor: pointer; }
        .product-quick-view .product-pictures .picture-views li:last-child {
          margin-right: 0; }
        .product-quick-view .product-pictures .picture-views li.selected {
          background-color: #6ebe44;
          border-color: #6ebe44; }
        .product-quick-view .product-pictures .picture-views li figure {
          width: 60px;
          height: 60px; }
  .product-quick-view .product-description {
    float: right;
    width: 55.1724137931%;
    height: 440px;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 12px;
    padding-right: 12px;
    overflow: hidden; }
    .product-quick-view .product-description p.category {
      float: left; }
    .product-quick-view .product-description p.highlighted {
      font-size: 0.625em; }
    .product-quick-view .product-description h6 {
      clear: left;
      float: left;
      font-size: 1.5em;
      margin: 10px 0 7px;
      color: #6ebe44; }
    .product-quick-view .product-description h2 {
      clear: left;
      font-size: 1em;
      color: #4e5c64;
      margin-bottom: 10px; }
    .product-quick-view .product-description ul.rating {
      clear: left;
      margin-bottom: 15px; }
    .product-quick-view .product-description p.highlighted.current {
      display: inline-block;
      font-size: 1.875em;
      margin: 20px 8px 25px 0; }
    .product-quick-view .product-description p.highlighted.previous {
      display: inline-block;
      font-size: 0.875em;
      font-weight: 400;
      text-decoration: line-through; }
    .product-quick-view .product-description .bulletpoint {
      color: #808080;
      font-family: "Roboto", sans-serif;
      font-size: 0.91875em;
      line-height: 1.0285714286em;
      font-weight: 300; }
    .product-quick-view .product-description #bullets {
      list-style-type: none;
      padding: 0;
      margin-left: 10px; }
    .product-quick-view .product-description #bullets ul {
      overflow: hidden;
      margin-left: 1em; }
    .product-quick-view .product-description #bullets li {
      background-image: url(../images/site/Bullet-Point.jpg);
      background-repeat: no-repeat;
      background-position: 0 6px;
      padding-left: .6em;
      padding-bottom: .4em; }
    .product-quick-view .product-description .stock {
      margin-bottom: 20px; }
      .product-quick-view .product-description .stock span {
        margin-left: 5px; }
    .product-quick-view .product-description .westeros-form {
      margin: 8px 0 25px; }
      .product-quick-view .product-description .westeros-form label {
        display: inline-block;
        margin-right: 15px; }
        .product-quick-view .product-description .westeros-form label:last-child {
          margin-top: 10px; }
    .product-quick-view .product-description .color-selection {
      float: left;
      margin: 0 30px 30px 0; }
      .product-quick-view .product-description .color-selection .colorpicker {
        padding-left: 2px;
        margin-top: 15px; }
      .product-quick-view .product-description .color-selection + div {
        float: left; }
    .product-quick-view .product-description .counter {
      margin: 14px 0 30px; }
    .product-quick-view .product-description .view-details {
      clear: left;
      position: absolute;
      bottom: 10px;
      right: 10px; }
      .product-quick-view .product-description .view-details a.button {
        float: right; }
        .product-quick-view .product-description .view-details a.button.cart-add, .product-quick-view .product-description .view-details a.button.no-stock {
          width: 190px;
          text-align: center; }
    .product-quick-view .product-description .options {
      clear: left; }
      .product-quick-view .product-description .options a.button {
        float: left;
        margin-right: 10px; }
        .product-quick-view .product-description .options a.button.cart-add, .product-quick-view .product-description .options a.button.no-stock {
          width: 190px;
          padding-left: 50px;
          text-align: left; }
        .product-quick-view .product-description .options a.button:last-child {
          margin-right: 0; }

/*-------------------
  	PRODUCT PHOTO 
-------------------*/
.product-photo {
  width: 270px;
  height: 270px;
  border: 1px solid #d5d5d5;
  padding: 9px; }
  .product-photo figure {
    width: 250px;
    height: 250px; }

/*--------------
  	STOCK 
--------------*/
.stock svg {
  margin: 0 -2px 0 5px; }
.stock .available {
  color: #6ebe44; }
.stock .limited {
  color: #6ebe44; }
.stock .not-available {
  color: #6ebe44; }
.stock .svg-check {
  width: 15px;
  height: 12px;
  fill: #6ebe44; }
.stock .svg-limited {
  width: 17px;
  height: 12px;
  fill: #6ebe44; }
.stock .svg-plus {
  width: 10px;
  height: 10px;
  fill: #6ebe44;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*-----------------
  	COLORPICKER 
-----------------*/
.colorpicker li {
  float: left;
  width: 33px;
  height: 33px;
  outline: 1px solid #d5d5d5;
  cursor: pointer;
  margin-right: 10px;
  position: relative; }
  .colorpicker li:last-child {
    margin-right: 0; }
  .colorpicker li span {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    left: 4px; }
  .colorpicker li.selected {
    outline-width: 2px; }

/*--------------
  	COUNTER 
--------------*/
.counter {
  width: 65px;
  height: 35px;
  border: 1px solid #d5d5d5;
  position: relative; }
  .counter .control {
    width: 14px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0; }
    .counter .control.left {
      left: 0;
      border-right: 1px solid #d5d5d5; }
      .counter .control.left:before {
        content: url("../images/icons/counter-minus.png");
        position: absolute;
        top: 3px;
        left: 4px; }
    .counter .control.right {
      right: 0;
      border-left: 1px solid #d5d5d5; }
      .counter .control.right:before {
        content: url("../images/icons/counter-plus.png");
        position: absolute;
        top: 5px;
        left: 4px; }
  .counter .value h5 {
    color: #81929b;
    line-height: 32px;
    text-align: center; }

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/*--------------------
  	SLIDE CONTROLS
--------------------*/
ul.slide-controls {
  width: 66px;
  overflow: hidden; }
  ul.slide-controls li {
    float: left;
    margin-right: 10px; }
    ul.slide-controls li:last-child {
      margin-right: 0; }
  ul.slide-controls a.button {
    width: 28px;
    height: 30px;
    border-bottom: 2px solid #51a028;
    background-color: #6ebe44;
    position: relative; }
    ul.slide-controls a.button:hover {
      background-color: #82d258; }
    ul.slide-controls a.button .svg-arrow {
      width: 5px;
      height: 9px;
      fill: #fff;
      position: absolute;
      top: 10px; }
    ul.slide-controls a.button.prev .svg-arrow {
      left: 11px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    ul.slide-controls a.button.next .svg-arrow {
      left: 12px; }

/*-------------
  	BULLETS
-------------*/
ul.bullets {
  overflow: hidden; }
  ul.bullets li {
    float: left;
    width: 370px;
    padding-left: 70px;
    margin: 0 30px 20px 0;
    position: relative; }
    ul.bullets li:nth-child(3n+3) {
      margin-right: 0; }
    ul.bullets li:nth-last-child(1), ul.bullets li:nth-last-child(2), ul.bullets li:nth-last-child(3) {
      margin-bottom: 0; }
    ul.bullets li svg {
      position: absolute;
      top: 0;
      right: 315px;
      fill: #6ebe44; }
    ul.bullets li .svg-chat {
      width: 40px;
      height: 32px; }
    ul.bullets li .svg-globe {
      width: 42px;
      height: 41px; }
    ul.bullets li .svg-piggy {
      width: 36px;
      height: 37px; }
    ul.bullets li .svg-ribbon {
      width: 34px;
      height: 42px; }
    ul.bullets li .svg-truck {
      width: 58px;
      height: 40px; }
    ul.bullets li .svg-customer-service {
      width: 38px;
      height: 38px; }
    ul.bullets li h6 {
      font-size: 1.125em;
      text-transform: none;
      margin-bottom: 8px; }

/*-------------------
  	POSTS WIDGET
-------------------*/
.posts-widget li {
  height: 70px;
  padding: 5px 0 0 85px;
  margin-bottom: 20px;
  position: relative; }
  .posts-widget li:last-child {
    margin-bottom: 0; }
  .posts-widget li .post-picture {
    width: 70px;
    height: 70px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .posts-widget li .post-picture:hover {
      border-color: #6ebe44;
      background-color: #6ebe44; }
    .posts-widget li .post-picture figure {
      width: 60px;
      height: 60px; }
  .posts-widget li .content p.highlighted {
    letter-spacing: .08em; }
  .posts-widget li .content h6 {
    display: inline-block;
    font-size: 0.875em; }
  .posts-widget li .content p:last-child {
    font-size: 0.75em;
    line-height: 1em;
    margin-top: 1px; }
  .posts-widget li .actions {
    position: absolute;
    bottom: 6px;
    left: 85px; }
    .posts-widget li .actions p {
      float: left;
      margin-right: 20px;
      font-size: 0.75em;
      line-height: 1em;
      position: relative; }
    .posts-widget li .actions .views {
      margin-right: 39px; }
      .posts-widget li .actions .views .svg-quickview {
        width: 16px;
        height: 9px;
        fill: #ffc300;
        margin-right: 2px; }
    .posts-widget li .actions .comments .svg-comment {
      width: 12px;
      height: 12px;
      fill: #18cab0;
      position: absolute;
      top: 2px;
      left: -18px; }

/*----------------------
  	BLOG POST PREVIEW
----------------------*/
ul.blog-post-preview {
  overflow: hidden; }
  ul.blog-post-preview .list-item {
    border: 1px solid #d5d5d5;
    padding: 9px 9px 0;
    position: relative; }
    ul.blog-post-preview .list-item figure {
      width: 250px;
      height: 175px; }
    ul.blog-post-preview .list-item .content p.highlighted {
      margin: 15px 0 10px;
      letter-spacing: .08em; }
    ul.blog-post-preview .list-item .content p {
      float: left;
      font-size: 0.975em;
      line-height: 1.2em;
      position: relative; }
    ul.blog-post-preview .list-item .content h6 {
      display: inline-block;
      font-size: 1em;
      margin-bottom: 5px;
      padding-top: 10px; }
    ul.blog-post-preview .list-item .actions {
      position: absolute;
      bottom: 14px;
      right: 9px; }
      ul.blog-post-preview .list-item .actions p {
        float: left;
        margin-right: 20px;
        font-size: 0.75em;
        line-height: 1em;
        position: relative; }
      ul.blog-post-preview .list-item .actions .views {
        margin-right: 39px; }
        ul.blog-post-preview .list-item .actions .views .svg-quickview {
          width: 16px;
          height: 9px;
          fill: #ffc300;
          margin-right: 2px; }
      ul.blog-post-preview .list-item .actions .comments .svg-comment {
        width: 12px;
        height: 12px;
        fill: #18cab0;
        position: absolute;
        top: 2px;
        left: -18px; }
      ul.blog-post-preview .list-item .actions a {
        float: left;
        font-size: 0.75em;
        line-height: 1em; }
  ul.blog-post-preview.grid .list-item {
    float: left;
    width: 270px;
    height: 400px;
    margin-right: 30px; }
    ul.blog-post-preview.grid .list-item:last-child {
      margin-right: 0; }
    ul.blog-post-preview.grid .list-item .content {
      padding: 0 5px; }
      ul.blog-post-preview.grid .list-item .content p.highlighted {
        margin-top: 20px; }
      ul.blog-post-preview.grid .list-item .content h6 {
        margin-bottom: 10px; }
  ul.blog-post-preview.list .list-item {
    height: 194px;
    padding-left: 274px;
    padding-right: 15px;
    margin-bottom: 20px; }
    ul.blog-post-preview.list .list-item figure {
      position: absolute;
      top: 9px;
      left: 9px; }
  ul.blog-post-preview.list .content p.highlighted {
    margin-top: 12px; }
  ul.blog-post-preview.list .content h6 {
    margin-bottom: 12px; }
  ul.blog-post-preview.list .actions {
    bottom: 18px;
    right: 15px; }

@media screen and (max-width: 1260px) {
  /*--------------------------------------
    	PRODUCT LIST | BLOG POST PREVIEW
  --------------------------------------*/
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 870px;
    margin: 0 auto; }

  /*-----------------
    	BRANDS LIST 
  -----------------*/
  ul.brands-list {
    width: 918px;
    margin: 0 auto; }

  /*-------------
    	BULLETS
  -------------*/
  ul.bullets {
    width: 890px;
    margin: 0 auto; }
    ul.bullets li:nth-child(3n+3) {
      margin-right: 30px; }
    ul.bullets li:nth-child(even) {
      margin-right: 0; }
    ul.bullets li:nth-child(odd) {
      margin-right: 150px; }

  /*------------------------
    	PRODUCT QUICK VIEW 
  ------------------------*/
  .product-quick-view.full .product-description,
  .product-quick-view2.full .product-description {
    width: 51.724137931%; }
  .product-quick-view.full.view .options .button.cart-add,
  .product-quick-view2.full.view .options .button.cart-add {
    width: 170px;
    padding-left: 40px; }
    .product-quick-view.full.view .options .button.cart-add .svg-plus,
    .product-quick-view2.full.view .options .button.cart-add .svg-plus {
      left: 17px; } }
@media screen and (max-width: 1160px) {
  /*------------------------
    	PRODUCT QUICK VIEW 
  ------------------------*/
  .product-quick-view,
  .product-quick-view2 {
    width: 95%;
    height: auto;
    padding: 0 25px 30px; }
    .product-quick-view .product-pictures,
    .product-quick-view2 .product-pictures {
      float: none;
      margin: 0 auto;
      padding-left: 0; }
    .product-quick-view .product-description,
    .product-quick-view2 .product-description {
      float: none;
      width: 100%; }
    .product-quick-view.full,
    .product-quick-view2.full {
      padding: 0; }
      .product-quick-view.full .product-pictures,
      .product-quick-view2.full .product-pictures {
        float: none;
        margin: 0 auto; }
      .product-quick-view.full .product-description,
      .product-quick-view2.full .product-description {
        float: none;
        width: 100%; } }
@media screen and (max-width: 1024px) {
  /*-------------
    	BULLETS
  -------------*/
  ul.bullets {
    width: 770px; }
    ul.bullets li:nth-child(odd) {
      margin-right: 30px; }

  /*-----------------
    	BRANDS LIST 
  -----------------*/
  ul.brands-list {
    width: 668px; }

  /*-------------
    	ASSOCIATIONS
  -------------*/
  ul.associations {
    width: 770px; }
    ul.associations li:nth-child(odd) {
      margin-right: 30px; } }
@media screen and (max-width: 930px) {
  /*--------------------------------------
    	PRODUCT LIST | BLOG POST PREVIEW
  --------------------------------------*/
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 570px; } }
@media screen and (max-width: 860px) {
  /*-------------
    	BULLETS
  -------------*/
  ul.bullets {
    width: 370px; }
    ul.bullets li {
      margin-right: 0; }
      ul.bullets li:nth-child(odd) {
        margin-right: 0; }
      ul.bullets li:nth-last-child(2), ul.bullets li:nth-last-child(3) {
        margin-bottom: 30px; }

  /*-----------------
    	BRANDS LIST 
  -----------------*/
  ul.brands-list {
    width: 418px; }

  /*-------------
    	ASSOCIATIONS
  -------------*/
  ul.associations {
    width: 370px; }
    ul.associations li {
      margin-right: 0; }
      ul.associations li:nth-child(odd) {
        margin-right: 0; }
      ul.associations li:nth-last-child(2), ul.associations li:nth-last-child(3) {
        margin-bottom: 30px; } }
@media screen and (max-width: 620px) {
  /*--------------------------------------
    	PRODUCT LIST | BLOG POST PREVIEW
  --------------------------------------*/
  ul.product-list.grid,
  ul.blog-post-preview.grid {
    width: 270px; }

  	/*--------------------
    		COMPARE MODAL 
  	--------------------*/
  .compare-modal {
    width: 90%;
    height: auto;
    padding: 20px; }
    .compare-modal img[alt="logo"] {
      padding-right: 0; }
    .compare-modal h5 span {
      display: block;
      margin-top: 5px; }
    .compare-modal h6 {
      line-height: 1.5em; }
    .compare-modal .options {
      width: 195px; }
      .compare-modal .options .button.medium {
        float: none;
        width: 195px;
        margin: 0 0 10px 0; }

  /*------------------------
    	PRODUCT QUICK VIEW 
  ------------------------*/
  .product-quick-view .product-pictures,
  .product-quick-view2 .product-pictures {
    width: 270px; }
    .product-quick-view .product-pictures .product-photo,
    .product-quick-view2 .product-pictures .product-photo {
      width: 270px;
      height: 270px; }
      .product-quick-view .product-pictures .product-photo figure,
      .product-quick-view2 .product-pictures .product-photo figure {
        width: 250px;
        height: 250px; }
    .product-quick-view .product-pictures .product-stamp figure,
    .product-quick-view2 .product-pictures .product-stamp figure {
      width: 250px;
      height: 250px; }
    .product-quick-view .product-pictures .picture-views,
    .product-quick-view2 .product-pictures .picture-views {
      width: 270px; }
  .product-quick-view .product-description .options,
  .product-quick-view2 .product-description .options {
    float: none;
    clear: left; }
    .product-quick-view .product-description .options a.button,
    .product-quick-view2 .product-description .options a.button {
      margin-bottom: 20px; }
      .product-quick-view .product-description .options a.button:last-child,
      .product-quick-view2 .product-description .options a.button:last-child {
        float: none;
        clear: left;
        margin: 0 auto; }
  .product-quick-view .color-selection .colorpicker li,
  .product-quick-view2 .color-selection .colorpicker li {
    margin-bottom: 10px; }
  .product-quick-view.full .product-description .options,
  .product-quick-view2.full .product-description .options {
    float: none;
    clear: left; }
    .product-quick-view.full .product-description .options a.button,
    .product-quick-view2.full .product-description .options a.button {
      margin-bottom: 20px; }
      .product-quick-view.full .product-description .options a.button:last-child,
      .product-quick-view2.full .product-description .options a.button:last-child {
        float: none;
        clear: left;
        margin: 0 auto; } }
@media screen and (max-width: 460px) {
  /*-------------
    	BULLETS
  -------------*/
  ul.bullets {
    width: 90%; }
    ul.bullets li {
      width: 100%;
      padding: 45px 0 0; }
      ul.bullets li svg {
        right: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      ul.bullets li h6, ul.bullets li p {
        text-align: center; }

  /*-----------------
    	BRANDS LIST 
  -----------------*/
  ul.brands-list {
    width: 168px; }

  	/*-----------------------
    		PRODUCT QUICK VIEW 
  	-----------------------*/
  .product-quick-view,
  .product-quick-view2 {
    padding-top: 20px; }
    .product-quick-view a.button.mfp-close,
    .product-quick-view2 a.button.mfp-close {
      width: 36px;
      height: 33px; }
      .product-quick-view a.button.mfp-close:before,
      .product-quick-view2 a.button.mfp-close:before {
        top: -2px; }
    .product-quick-view .product-pictures,
    .product-quick-view2 .product-pictures {
      width: 225px; }
      .product-quick-view .product-pictures .product-photo,
      .product-quick-view2 .product-pictures .product-photo {
        width: 225px;
        height: 225px; }
        .product-quick-view .product-pictures .product-photo figure,
        .product-quick-view2 .product-pictures .product-photo figure {
          width: 205px;
          height: 205px; }
      .product-quick-view .product-pictures .product-stamp figure,
      .product-quick-view2 .product-pictures .product-stamp figure {
        width: 250px;
        height: 250px; }
      .product-quick-view .product-pictures .picture-views,
      .product-quick-view2 .product-pictures .picture-views {
        width: 270px; }
    .product-quick-view.full .product-pictures,
    .product-quick-view2.full .product-pictures {
      width: 270px; }
      .product-quick-view.full .product-pictures .product-photo,
      .product-quick-view2.full .product-pictures .product-photo {
        width: 270px;
        height: 270px; }
        .product-quick-view.full .product-pictures .product-photo figure,
        .product-quick-view2.full .product-pictures .product-photo figure {
          width: 250px;
          height: 250px; }
      .product-quick-view.full .product-pictures .product-stamp figure,
      .product-quick-view2.full .product-pictures .product-stamp figure {
        width: 250px;
        height: 250px; }
      .product-quick-view.full .product-pictures .picture-views,
      .product-quick-view2.full .product-pictures .picture-views {
        width: 270px; }

  /*-------------
    	ASSOCIATIONS
  -------------*/
  ul.associations {
    width: 90%; }
    ul.associations li {
      width: 100%;
      padding: 45px 0 0; }
      ul.associations li svg {
        right: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      ul.associations li h6, ul.associations li p {
        text-align: center; } }
header {
  background-color: #000;
  background-image: url(../Images/Carbon-BG-003.png); }
  header .westeros-separator {
    display: none; }

#header-top-wrap {
  background-color: #fafafa; }

#header-top {
  min-height: 40px;
  padding: 15px 22px 0 0; }
  #header-top .westeros-dropdown a {
    font-size: 0.6875em; }
    #header-top .westeros-dropdown a:hover {
      text-decoration: none; }
  #header-top a {
    font-size: 1em;
    font-weight: 500; }
    #header-top a:hover {
      text-decoration: underline; }
  #header-top p {
    font-size: 0.6875em;
    line-height: 1em;
    font-weight: 500; }
  #header-top p.contact {
    float: left; }
  #header-top .svg-arrow {
    width: 5px;
    height: 8px;
    margin-left: 8px;
    fill: #686868;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer; }
  #header-top p.login {
    float: right;
    margin-right: 30px;
    position: relative; }
    #header-top p.login.logged .svg-logged {
      width: 12px;
      height: 14px;
      fill: #808080;
      position: absolute;
      top: -2px;
      left: -20px; }

#header-bottom {
  min-height: 105px;
  padding-top: 30px; }
  #header-bottom .logo {
    float: left;
    width: 225px;
    height: 42px;
    margin-right: 90px; }
  #header-bottom .innovation {
    float: right;
    width: 150px;
    height: 30px; }
  #header-bottom .westeros-form {
    float: left;
    position: relative;
    margin-top: 4px;
    margin-left: 100px; }
    #header-bottom .westeros-form select, #header-bottom .westeros-form input[type="text"] {
      float: left;
      height: 38px;
      border: 1px solid #d5d5d5; }
    #header-bottom .westeros-form label {
      float: left;
      position: relative; }
      #header-bottom .westeros-form label.select-block {
        width: 160px; }
        #header-bottom .westeros-form label.select-block .svg-arrow.select-arrow {
          top: 17px;
          right: 13px; }
    #header-bottom .westeros-form select {
      width: 100%;
      padding-left: 12px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #header-bottom .westeros-form input[type="text"] {
      width: 373px;
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0 50px 0 12px; }
    #header-bottom .westeros-form input[type="image"] {
      position: relative;
      top: 0;
      right: 0; }
  #header-bottom .cart-control {
    float: right;
    margin-right: 35px; }

/*------------
  	 CART
------------*/
.cart-control {
  width: 165px;
  height: 46px;
  padding: 10px 0 0 18px;
  position: relative;
  cursor: pointer; }
  .cart-control h6 {
    color: #6ebe44; }
  .cart-control p {
    float: left;
    font-size: 0.625em;
    line-height: 2.4em;
    font-weight: 400;
    text-transform: uppercase; }
  .cart-control p.highlighted {
    font-weight: 700; }
  .cart-control p.cart-content-short {
    display: none;
    color: #6ebe44;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .cart-control .svg-order-box {
    width: 34px;
    height: 31px;
    position: absolute;
    top: 8px;
    left: -32px; }
  .cart-control .svg-arrow {
    position: absolute;
    top: 20px;
    right: 5px; }

.cart {
  width: 350px;
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 26px;
  right: -20px;
  z-index: 10001;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(2, 3, 0, 0.2); }
  .cart li p {
    float: left;
    font-size: 0.625em;
    line-height: 2.4em;
    font-weight: 400;
    text-transform: uppercase; }
    .cart li p.highlighted {
      font-weight: 700;
      margin-left: 3px; }
  .cart li.item, .cart li.total {
    border-bottom: 1px solid #d5d5d5; }
  .cart li.item {
    height: 70px;
    padding: 14px 0 14px 45px;
    position: relative; }
    .cart li.item .picture {
      width: 40px;
      height: 40px;
      padding: 2px;
      border: 1px solid #d5d5d5;
      position: absolute;
      top: 14px;
      left: 0; }
      .cart li.item .picture figure {
        width: 34px;
        height: 34px; }
    .cart li.item .description {
      float: left;
      width: 140px; }
      .cart li.item .description p.highlighted {
        margin: 10px 0 2px 0;
        font-size: 0.5em;
        line-height: 1em; }
      .cart li.item .description h6 {
        clear: left; }
    .cart li.item .quantity, .cart li.item .price {
      float: left;
      margin-top: 20px; }
    .cart li.item .quantity {
      width: 25px; }
      .cart li.item .quantity h6 {
        float: right; }
    .cart li.item .price {
      width: 75px; }
      .cart li.item .price p.highlighted {
        float: right;
        font-size: 0.75em;
        line-height: 1em; }
    .cart li.item img[alt="remove"] {
      position: absolute;
      top: 35px;
      right: 5px;
      cursor: pointer; }
  .cart li.total, .cart li.order {
    padding: 15px 0; }
  .cart li.total {
    padding-right: 43px; }
    .cart li.total h6, .cart li.total p {
      float: right;
      clear: right;
      margin-bottom: 10px; }
    .cart li.total h6:last-child, .cart li.total p:last-child {
      margin-bottom: 0; }
    .cart li.total div {
      float: right; }
    .cart li.total div:nth-child(2) {
      margin-right: 25px; }
      .cart li.total div:nth-child(2) h6:nth-last-child(2) {
        margin-bottom: 15px; }
    .cart li.total p.highlighted {
      font-size: 1.125em;
      line-height: 1em; }
  .cart li.order a.button {
    float: right;
    width: 126px;
    font-size: 0.75em;
    line-height: 32px;
    border-bottom-width: 2px; }
  .cart li.order a.button:nth-child(2) {
    width: 134px;
    margin-right: 10px; }

@media screen and (max-width: 1260px) {
  header .westeros-separator {
    display: block; }

  #header-top .westeros-dropdown-container.small {
    display: none; }

  #header-bottom {
    padding: 100px 0 25px;
    position: relative; }
    #header-bottom .logo-container,
    #header-bottom .westeros-dropdown-container {
      width: 533px;
      position: absolute;
      left: 50%;
      margin-left: -266px; }
    #header-bottom .logo-container {
      top: 25px;
      padding-left: 10px; }
    #header-bottom .innovation-container {
      top: 30px;
      padding-right: 10px; }
    #header-bottom logo-container,
    #header-bottom .innovation-container {
      width: 533px;
      position: absolute;
      left: 50%;
      margin-left: -266px; }
    #header-bottom .westeros-form {
      float: none;
      width: 533px;
      margin: 0 auto;
      padding-left: 70px; }
    #header-bottom .westeros-dropdown-container {
      top: 30px;
      padding-right: 20px; } }
@media screen and (max-width: 1024px) {
  #header-top {
    padding: 15px 0 0 0; }
    #header-top .westeros-dropdown-container {
      float: none;
      width: 165px;
      margin: 0 auto; }
    #header-top p.contact {
      display: none; }
    #header-top p.login {
      float: none;
      text-align: center;
      margin-right: 0; }
      #header-top p.login.logged .svg-logged {
        width: 12px;
        height: 14px;
        fill: #808080;
        position: absolute;
        top: -2px;
        left: -20px; } }
@media screen and (max-width: 620px) {
  #header-bottom .westeros-dropdown-container,
  #header-bottom .logo-container {
    width: 284px;
    margin-left: -118px;
    padding: 0; }
  #header-bottom .innovation-container {
    display: none; }
  #header-bottom .cart-control {
    width: 40px;
    padding: 12px 0 0 7px;
    margin-right: 0; }
    #header-bottom .cart-control h6, #header-bottom .cart-control p {
      display: none; }
    #header-bottom .cart-control p.cart-content-short {
      display: block; }
  #header-bottom .westeros-form {
    width: 100%;
    padding-left: 22%; }
    #header-bottom .westeros-form label.select-block {
      width: 50%; }
    #header-bottom .westeros-form input[type="text"] {
      width: 60%; } }
@media screen and (max-width: 460px) {
  .cart {
    width: 284px;
    padding: 0 9px;
    right: 0; }
    .cart li.item .quantity {
      display: none; }
    .cart li.item .price {
      width: 70px; }
    .cart li.item img[alt="remove"] {
      display: none; }
    .cart li.total {
      padding-right: 9px; }
    .cart li.order a.button:nth-child(2) {
      float: left;
      width: 134px;
      margin-right: 0; } }
#main-menu {
  height: 60px;
  background-color: #6ebe44;
  position: relative;
  padding-left: 10px; }
  #main-menu img[alt="pull-icon"] {
    display: none;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -13px;
    cursor: pointer; }
  #main-menu > ul {
    height: 60px; }
    #main-menu > ul > li {
      float: left;
      background-color: #6ebe44;
      height: 60px;
      border-right: 3px solid #51a028;
      border-left: 3px solid #82d258;
      border-bottom: 5px solid transparent;
      position: relative;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      #main-menu > ul > li:hover {
        background-color: #82d258; }
      #main-menu > ul > li > a {
        display: block;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 0.875em;
        font-weight: 400;
        padding: 0 37px;
        line-height: 60px;
        text-transform: uppercase; }
        #main-menu > ul > li > a.submenu:after {
          content: url("../images/icons/dropdown-arrow.png");
          position: relative;
          left: 8px;
          bottom: 4px; }
        #main-menu > ul > li > a.submenu:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 7px solid #444444;
          position: absolute;
          bottom: -15px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          visibility: hidden;
          opacity: 0;
          z-index: 10001; }
    #main-menu > ul li:hover .submenu:before {
      visibility: visible;
      opacity: 1; }
    #main-menu > ul > li:nth-child(1) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(2) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(3) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(4) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(5) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(6) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(7) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(8) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:nth-child(9) {
      border-bottom-color: #51a028; }
    #main-menu > ul > li:last-child {
      margin-right: 0; }
  #main-menu .submenu-small {
    width: 220px;
    padding-top: 10px;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10000;
    display: none; }
    #main-menu .submenu-small:before {
      left: 85px; }
    #main-menu .submenu-small li {
      border-bottom: 1px solid #6b6b6b;
      position: relative; }
      #main-menu .submenu-small li a {
        display: block;
        padding-left: 15px;
        color: #fff;
        font-size: 0.75em;
        line-height: 40px;
        background-color: #444444; }
        #main-menu .submenu-small li a:hover {
          color: #6ebe44;
          -webkit-transition: color 0.3s linear;
          transition: color 0.3s linear; }
          #main-menu .submenu-small li a:hover .svg-arrow {
            fill: #6ebe44; }
      #main-menu .submenu-small li .svg-arrow {
        width: 4px;
        height: 7px;
        position: absolute;
        top: 17px;
        right: 15px;
        fill: #acbdc6;
        -webkit-transition: fill 0.3s linear;
        transition: fill 0.3s linear; }
      #main-menu .submenu-small li:hover ul {
        display: block; }
      #main-menu .submenu-small li:last-child {
        border-bottom: none; }
    #main-menu .submenu-small ul {
      width: 220px;
      position: absolute;
      top: 0;
      right: -220px;
      z-index: 10000;
      display: none;
      -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75); }
      #main-menu .submenu-small ul li {
        border-bottom: 1px solid #6b6b6b;
        position: relative;
        border-left: 1px solid #6b6b6b; }
        #main-menu .submenu-small ul li:first-child {
          border-left: 1px solid #535353; }
        #main-menu .submenu-small ul li a {
          display: block;
          padding-left: 15px;
          color: #fff;
          font-size: 0.75em;
          line-height: 40px;
          background-color: #535353; }
          #main-menu .submenu-small ul li a:hover {
            color: #6ebe44;
            -webkit-transition: color 0.3s linear;
            transition: color 0.3s linear; }
            #main-menu .submenu-small ul li a:hover .svg-arrow {
              fill: #6ebe44; }
  #main-menu .submenu-medium, #main-menu .submenu-large {
    width: 900px;
    padding-top: 10px;
    position: absolute;
    top: 60px;
    z-index: 10000; }
    #main-menu .submenu-medium > li, #main-menu .submenu-large > li {
      width: 100%;
      padding: 22px 0 25px 30px;
      background-color: #6ebe44;
      overflow: hidden; }
    #main-menu .submenu-medium ul.product-preview, #main-menu .submenu-large ul.product-preview {
      float: left; }
  #main-menu .submenu-large {
    height: 330px;
    left: -385px;
    display: none; }
    #main-menu .submenu-large:before {
      left: 452px; }
    #main-menu .submenu-large ul > li > a:hover {
      color: #6ebe44; }
      #main-menu .submenu-large ul > li > a:hover .svg-arrow {
        fill: #6ebe44; }
  #main-menu .submenu-medium {
    height: 235px;
    left: -48px;
    display: none; }
    #main-menu .submenu-medium:before {
      left: 132px; }
    #main-menu .submenu-medium ul > li > a:hover {
      color: #6ebe44; }
      #main-menu .submenu-medium ul > li > a:hover .svg-arrow {
        fill: #6ebe44; }
  #main-menu .submenu-list {
    float: left;
    width: 170px;
    margin-right: 30px; }
    #main-menu .submenu-list > figure {
      width: 170px;
      height: 90px;
      margin-bottom: 15px; }
    #main-menu .submenu-list h6 {
      color: #fff;
      font-weight: 400;
      border-bottom: 1px solid #475055;
      padding-bottom: 9px; }
    #main-menu .submenu-list ul {
      margin-top: 10px; }
      #main-menu .submenu-list ul > li {
        margin-bottom: 1px;
        padding-left: 10px;
        position: relative; }
        #main-menu .submenu-list ul > li a {
          color: #acbdc6;
          font-size: 0.75em;
          line-height: 1em; }
          #main-menu .submenu-list ul > li a .svg-arrow {
            width: 4px;
            height: 7px;
            fill: #acbdc6;
            position: absolute;
            top: 7px;
            left: 0; }
    #main-menu .submenu-list.double ul:nth-child(2) {
      margin-bottom: 25px; }

.mobile-menu {
  width: 270px;
  height: 100%;
  background-color: #000;
  background-image: url(../Images/Carbon-BG-003.png);
  padding: 25px 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mobile-menu.open {
    display: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mobile-menu img[alt="logo"] {
    margin: 0 0 20px 30px; }
  .mobile-menu .svg-plus {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    fill: #fff;
    position: absolute;
    top: 33px;
    right: 25px;
    cursor: pointer; }
  .mobile-menu > ul {
    border-top: 1px solid #2f3438;
    background-color: #6ebe44; }
    .mobile-menu > ul > li {
      border-bottom: 1px solid #2f3438;
      background-color: #6ebe44; }
      .mobile-menu > ul > li > a {
        display: block;
        padding-left: 30px;
        line-height: 45px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 0.75em;
        text-transform: uppercase;
        position: relative; }
        .mobile-menu > ul > li > a .svg-arrow {
          width: 5px;
          height: 9px;
          fill: #fff;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          position: absolute;
          top: 18px;
          right: 25px; }
        .mobile-menu > ul > li > a:hover {
          background-color: #82d258; }
      .mobile-menu > ul > li ul {
        border-top: 1px solid #2f3438;
        background-color: #202427;
        padding: 10px 0;
        display: none; }
        .mobile-menu > ul > li ul li.selected a {
          color: #6ebe44; }
        .mobile-menu > ul > li ul li a {
          display: block;
          padding-left: 40px;
          line-height: 30px;
          color: #acbdc6;
          font-size: 0.75em; }
          .mobile-menu > ul > li ul li a:hover {
            color: #6ebe44; }

/*----------------------
  	MOBILE MENU COVER
----------------------*/
.mobile-menu-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98999;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mobile-menu-cover.visible {
    background-color: rgba(0, 0, 0, 0.9);
    visibility: visible; }

@media screen and (max-width: 1260px) {
  #main-menu {
    height: 50px; }
    #main-menu img[alt="pull-icon"] {
      display: block; }
    #main-menu > ul {
      display: none; }

  .mobile-menu.open {
    display: block; } }
#banner-wrap {
  background: url("../images/banner-bg.jpg") no-repeat center;
  background-size: cover; }

#banner {
  min-height: 443px;
  padding-top: 70px;
  position: relative; }
  #banner .main-promo {
    float: left;
    padding-left: 70px; }
    #banner .main-promo h2 {
      font-size: 1.4375em;
      line-height: 50px;
      text-align: center; }
      #banner .main-promo h2 span {
        font-size: 3.4782608696em; }
    #banner .main-promo p {
      width: 465px;
      margin: 10px 0 25px;
      color: #fff;
      font-weight: 400;
      text-align: center; }
    #banner .main-promo a.button {
      width: 190px;
      margin: 0 auto; }
  #banner .speech-bubble {
    width: 106px;
    height: 135px;
    background: url("../images/speech-bubble2.png") no-repeat center;
    position: absolute;
    top: 45px;
    right: 427px;
    -webkit-animation: popmsg .4s linear forwards;
    animation: popmsg .4s linear forwards;
    animation-delay: .6s;
    opacity: 0; }
    #banner .speech-bubble h4 {
      font-size: 4.5em;
      text-transform: uppercase;
      position: absolute;
      top: 19px;
      left: 25px; }
  #banner .moustache-monster {
    width: 301px;
    height: 334px;
    position: absolute;
    top: 53px;
    right: 183px;
    z-index: 5;
    overflow: hidden; }
  #banner .moustache-shadow {
    width: 228px;
    height: 26px;
    background: url("../images/monster-shadow.png") no-repeat center;
    position: absolute;
    right: 220px;
    bottom: 45px; }
  #banner img[alt="monster"] {
    -webkit-animation: movemonster .8s ease;
    animation: movemonster .8s ease; }
  #banner #stars {
    position: absolute;
    top: 0;
    right: 0;
    width: 510px;
    height: 100%;
    overflow: hidden; }
  #banner .star {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0; }
    #banner .star.small {
      width: 35px;
      height: 35px;
      top: 258px;
      right: 478px;
      background-image: url("../images/star-small.png");
      -webkit-animation: movestar .6s linear forwards, rotatestar 1s ease-in-out;
      animation: movestar .6s linear forwards, rotatestar 1s ease-in-out;
      animation-delay: .6s; }
    #banner .star.medium {
      width: 53px;
      height: 55px;
      top: 80px;
      right: 180px;
      background-image: url("../images/star-medium.png");
      -webkit-animation: movestar .8s linear forwards, rotatestar 1s ease-in-out;
      animation: movestar .8s linear forwards, rotatestar 1s ease-in-out;
      animation-delay: .6s; }
    #banner .star.large {
      width: 70px;
      height: 71px;
      top: 240px;
      right: 85px;
      background-image: url("../images/star-large.png");
      -webkit-animation: movestar .8s linear forwards, rotatestar 1s ease-in-out;
      animation: movestar .8s linear forwards, rotatestar 1s ease-in-out;
      animation-delay: .6s; }

@-webkit-keyframes movestar {
  0% {
    top: 205px;
    right: 335px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes movestar {
  0% {
    top: 205px;
    right: 335px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes rotatestar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotatestar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes movemonster {
  0% {
    opacity: 0;
    transform: translate(0, 434px) scale(0); }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1); } }
@keyframes movemonster {
  0% {
    opacity: 0;
    transform: translate(0, 434px) scale(0); }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1); } }
@-webkit-keyframes popmsg {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes popmsg {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }
@media screen and (max-width: 1260px) {
  #banner {
    min-height: 410px; }
    #banner #banner-monster {
      display: none; }
    #banner .main-promo {
      float: none;
      padding-left: 0; }
      #banner .main-promo p {
        margin-left: auto;
        margin-right: auto; } }
@media screen and (max-width: 620px) {
  #banner {
    min-height: 380px; }
    #banner .main-promo h2 {
      font-size: 1em;
      line-height: 40px; }
    #banner .main-promo p {
      width: 80%; } }
@media screen and (max-width: 460px) {
  #banner {
    padding-top: 60px; }
    #banner .main-promo h2 {
      font-size: 0.8125em;
      line-height: 35px; }
    #banner .main-promo p {
      width: 90%; } }
#advertising-wrap {
  background-color: #fff; }

#advertising {
  padding: 20px 0 20px; }
  #advertising .ad-box {
    margin-bottom: 30px; }
    #advertising .ad-box a {
      width: 48.7179487179%; }
      #advertising .ad-box a:first-child {
        float: left; }
      #advertising .ad-box a:last-child {
        float: right; }
  #advertising img {
    width: 100%; }
  #advertising.short {
    padding-top: 0; }
    #advertising.short .ad-box {
      margin-bottom: 0; }

@media screen and (max-width: 620px) {
  #advertising {
    padding-bottom: 30px; }
    #advertising > a {
      display: none; }
    #advertising .ad-box {
      margin-bottom: 0; }
      #advertising .ad-box a:first-child,
      #advertising .ad-box a:last-child {
        float: none; }
      #advertising .ad-box a:first-child img {
        margin-bottom: 15px; } }
.product-showcase-wrap {
  background-color: #fff; }

.product-showcase {
  min-height: 450px;
  padding-bottom: 10px;
  position: relative; }
  .product-showcase h3 {
    margin-top: 5px; }
  .product-showcase ul.slide-controls {
    position: absolute;
    top: -5px;
    right: 0; }

@media screen and (max-width: 620px) {
  .product-showcase h3 {
    text-align: center;
    margin-bottom: 20px; }
  .product-showcase ul.slide-controls {
    position: static;
    margin: 0 auto 20px; } }
#institutional-wrap {
  background-color: #fff; }

#institutional {
  min-height: 340px;
  padding-bottom: 20px; }
  #institutional .bullets {
    margin-top: 10px; }

#latest-blog-posts-wrap {
  background-color: #fff; }

#latest-blog-posts {
  min-height: 500px;
  padding-bottom: 10px;
  position: relative; }
  #latest-blog-posts h3 {
    margin-top: 5px; }
  #latest-blog-posts ul.slide-controls {
    position: absolute;
    top: -5px;
    right: 0; }

@media screen and (max-width: 620px) {
  #latest-blog-posts h3 {
    text-align: center;
    margin-bottom: 20px; }
  #latest-blog-posts ul.slide-controls {
    position: static;
    margin: 0 auto 20px; } }
#billboard-wrap {
  background-color: #fff; }

#billboard {
  min-height: 406px;
  padding-bottom: 60px;
  overflow: hidden; }
  #billboard .accordion {
    float: left;
    width: 48.7179487179%; }
  #billboard .sale-promo {
    float: right;
    width: 570px;
    height: 282px;
    background: url("../images/sale-promo-bg.png") no-repeat 40px 90px;
    position: relative; }
    #billboard .sale-promo img[alt="bunny-monster"] {
      position: absolute;
      bottom: 0;
      right: 112px; }
    #billboard .sale-promo .speech-bubble {
      width: 279px;
      height: 272px;
      background: url("../images/speech-bubble.png") no-repeat center; }
      #billboard .sale-promo .speech-bubble h4 {
        position: absolute;
        top: 50px;
        left: 21px;
        font-size: 2.25em;
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg); }
      #billboard .sale-promo .speech-bubble h4.remark {
        top: 79px;
        left: 41px;
        color: #ffd200;
        font-size: 3.5em;
        -webkit-transform: rotate(-8.5deg);
        -ms-transform: rotate(-8.5deg);
        transform: rotate(-8.5deg); }

#bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.bubble {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .bubble.small {
    width: 13px;
    height: 14px;
    left: 220px;
    background-image: url("../images/bubble-small.png");
    -webkit-animation: movebubble 6s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: movebubble 6s linear infinite, sideWays 3s ease-in-out infinite alternate; }
    .bubble.small.x1 {
      left: 425px;
      -webkit-animation: movebubble 5s linear infinite, sideWays 4s ease-in-out infinite alternate;
      animation: movebubble 5s linear infinite, sideWays 4s ease-in-out infinite alternate; }
  .bubble.medium {
    width: 22px;
    height: 22px;
    left: 450px;
    background-image: url("../images/bubble-medium.png");
    -webkit-animation: movebubble 6.5s linear infinite, sideWays 5s ease-in-out infinite alternate;
    animation: movebubble 6.5s linear infinite, sideWays 5s ease-in-out infinite alternate; }
  .bubble.large {
    width: 29px;
    height: 29px;
    left: 480px;
    background-image: url("../images/bubble-large.png");
    -webkit-animation: movebubble 7.5s linear infinite, sideWays 6s ease-in-out infinite alternate;
    animation: movebubble 7.5s linear infinite, sideWays 6s ease-in-out infinite alternate; }

@-webkit-keyframes movebubble {
  0% {
    top: 100%;
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    top: 10%;
    opacity: 0; } }
@keyframes movebubble {
  0% {
    top: 100%;
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    top: 10%;
    opacity: 0; } }
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }
@keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }
@media screen and (max-width: 1260px) {
  #billboard .accordion {
    float: none;
    width: 90%;
    margin: 0 auto 50px; }
  #billboard .sale-promo {
    float: none;
    margin: 0 auto; } }
@media screen and (max-width: 620px) {
  #billboard .accordion {
    width: 100%;
    margin-bottom: 0; }
  #billboard .sale-promo {
    display: none; } }
.accordion {
  border: 1px solid #d5d5d5;
  border-top: none; }
  .accordion > li > a {
    display: block;
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
    padding-left: 14px;
    position: relative; }
    .accordion > li > a h6 {
      font-size: 0.875em;
      line-height: 41px; }
    .accordion > li > a .plus {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 15px;
      right: 15px;
      pointer-events: none; }
      .accordion > li > a .plus > rect {
        fill: #6ebe44; }
  .accordion > li.selected .vertical {
    display: none; }
  .accordion .sub-items {
    display: none; }
    .accordion .sub-items > li > p {
      padding: 20px 15px 25px;
      border-top: 1px solid #d5d5d5;
      background-color: #fff; }
    .accordion .sub-items > li > ul {
      margin: 8px 0 20px;
      padding-left: 15px; }
      .accordion .sub-items > li > ul li {
        margin-bottom: 14px; }
        .accordion .sub-items > li > ul li a {
          display: block;
          color: #81929b;
          font-family: "Montserrat", sans-serif;
          font-size: 0.625em;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 1em; }
        .accordion .sub-items > li > ul li .svg-arrow {
          width: 4px;
          height: 7px;
          fill: #6ebe44;
          margin-right: 5px; }
        .accordion .sub-items > li > ul li:last-child {
          margin-bottom: 0; }

.description-tab {
  margin: 0 auto 36px;
  position: relative; }
  .description-tab > li {
    float: left; }
    .description-tab > li:last-child {
      border-right: 1px solid #dedede; }
    .description-tab > li > a {
      display: block;
      padding: 0 30px;
      line-height: 43px;
      border: 1px solid #d5d5d5;
      border-right: none;
      border-bottom: none;
      color: #81929b;
      font-family: "Montserrat", sans-serif;
      font-size: 0.875em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      background-color: #fff;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .description-tab > li.selected > a {
      color: #4e5c64; }
    .description-tab > li > .item {
      width: 100%;
      min-height: 287px;
      padding: 33px 30px;
      background-color: #fff;
      border: 1px solid #d5d5d5;
      position: absolute;
      top: 44px;
      left: 0;
      z-index: 0;
      display: none; }
      .description-tab > li > .item.multiple {
        padding: 0; }
      .description-tab > li > .item p {
        margin-bottom: 25px; }
        .description-tab > li > .item p:last-child {
          margin-bottom: 0; }
        .description-tab > li > .item p span {
          font-weight: 500; }
      .description-tab > li > .item .sub-item {
        padding: 0 30px;
        border-bottom: 1px solid #d5d5d5; }
        .description-tab > li > .item .sub-item:last-child {
          border-bottom: none; }
        .description-tab > li > .item .sub-item h5 {
          font-size: 0.875em;
          line-height: 1.3em; }
        .description-tab > li > .item .sub-item ul.rating {
          float: left; }
        .description-tab > li > .item .sub-item.rate {
          height: 80px; }
          .description-tab > li > .item .sub-item.rate ul.rating {
            margin: 28px 20px 0 0; }
          .description-tab > li > .item .sub-item.rate h5 {
            float: left;
            line-height: 80px; }
            .description-tab > li > .item .sub-item.rate h5 span {
              color: #6ebe44; }
        .description-tab > li > .item .sub-item.review {
          padding-top: 33px;
          padding-bottom: 30px; }
          .description-tab > li > .item .sub-item.review h5 {
            margin-bottom: 18px; }
          .description-tab > li > .item .sub-item.review ul.rating {
            margin-right: 10px; }
          .description-tab > li > .item .sub-item.review .author {
            float: left;
            margin-bottom: 15px;
            font-size: 0.75em;
            line-height: 10px;
            font-weight: 400; }
          .description-tab > li > .item .sub-item.review .comment {
            clear: left; }
        .description-tab > li > .item .sub-item.review-form {
          padding-top: 33px;
          padding-bottom: 35px; }
          .description-tab > li > .item .sub-item.review-form h5 {
            font-size: 1.125em;
            margin-bottom: 34px; }
          .description-tab > li > .item .sub-item.review-form .featured-form {
            overflow: hidden; }
            .description-tab > li > .item .sub-item.review-form .featured-form div.left {
              float: left;
              width: 48.1481481481%; }
            .description-tab > li > .item .sub-item.review-form .featured-form div.right {
              float: right;
              width: 48.1481481481%; }
            .description-tab > li > .item .sub-item.review-form .featured-form div input[type="text"]:last-child {
              margin-bottom: 22px; }
            .description-tab > li > .item .sub-item.review-form .featured-form div textarea {
              height: 110px;
              margin-bottom: 20px; }
            .description-tab > li > .item .sub-item.review-form .featured-form div label {
              float: left; }
            .description-tab > li > .item .sub-item.review-form .featured-form div:nth-last-child(2) label {
              margin: 3px 10px 0 0; }
            .description-tab > li > .item .sub-item.review-form .featured-form button {
              width: 215px;
              margin: 0; }

@media screen and (max-width: 942px) {
  .related-p {
    margin-top: -100px; } }
@media screen and (max-width: 660px) {
  .description-tab > li > .item .sub-item.review-form .featured-form div.left, .description-tab > li > .item .sub-item.review-form .featured-form div.right {
    float: none;
    width: 100%; }
  .description-tab > li > .item .sub-item.review-form .featured-form div ul.rating {
    margin-bottom: 30px; }
  .description-tab > li > .item .sub-item.review-form .featured-form button {
    float: none;
    clear: left;
    margin: 0 auto; } }
@media screen and (max-width: 460px) {
  .description-tab > li {
    float: none; }
    .description-tab > li:first-child a {
      border-right: 1px solid #d5d5d5; }
    .description-tab > li > .item {
      top: 88px; }
      .description-tab > li > .item .sub-item.rate ul.rating {
        float: none;
        margin-bottom: 20px; }
      .description-tab > li > .item .sub-item.rate h5 {
        line-height: 1em; }
      .description-tab > li > .item .sub-item.review-form .featured-form div ul.rating {
        clear: left;
        margin-top: 10px; } }
#brands-wrap {
  background-color: #fff; }

#brands {
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  #brands h3 {
    margin: 5px 0 45px; }
  #brands ul.slide-controls {
    position: absolute;
    top: -5px;
    right: 0; }

ul.brands-list li {
  float: left;
  position: relative; }
  ul.brands-list li a {
    display: block; }
    ul.brands-list li a img {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    ul.brands-list li a img[alt="brand-over"] {
      opacity: 0; }
    ul.brands-list li a:hover img[alt="brand-over"] {
      opacity: 1; }
  ul.brands-list li:nth-child(1) {
    margin-right: 0px; }
    ul.brands-list li:nth-child(1) a {
      width: 117px;
      height: 50px; }
  ul.brands-list li:nth-child(2) {
    margin-right: 0px; }
    ul.brands-list li:nth-child(2) a {
      width: 150px;
      height: 50px; }
  ul.brands-list li:nth-child(3) {
    margin-right: 0px; }
    ul.brands-list li:nth-child(3) a {
      width: 114px;
      height: 50px; }
  ul.brands-list li:nth-child(4) {
    margin-right: 0px; }
    ul.brands-list li:nth-child(4) a {
      width: 145px;
      height: 50px; }
  ul.brands-list li:nth-child(5) a {
    width: 130px;
    height: 50px; }
  ul.brands-list li:nth-child(6) a {
    width: 150px;
    height: 50px; }
  ul.brands-list li:nth-child(7) a {
    width: 134px;
    height: 50px; }
  ul.brands-list li:nth-child(8) a {
    width: 120px;
    height: 50px; }

@media screen and (max-width: 620px) {
  #brands h3 {
    text-align: center;
    margin-bottom: 20px; }
  #brands ul.slide-controls {
    position: static;
    margin: 0 auto 25px; } }
#section-nav-wrap {
  background-color: #fafafa; }

#section-nav {
  height: 40px;
  padding-top: 12px; }
  #section-nav p {
    font-size: 0.6875em;
    font-weight: 500; }
    #section-nav p a {
      font-weight: 500; }
      #section-nav p a:hover {
        text-decoration: underline; }

#register-login-wrap {
  background-color: #fff; }

#register-login {
  padding: 60px 0;
  overflow: hidden; }
  #register-login .featured-form {
    float: left;
    width: 48.7179487179%;
    overflow: hidden; }
    #register-login .featured-form:last-child {
      float: right; }
    #register-login .featured-form button.login {
      margin-top: 15px;
      clear: both; }

.featured-form h3 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5d5d5; }
.featured-form .rl-label {
  display: block;
  color: #4e5c64;
  font-size: 0.75em;
  margin-bottom: 10px;
  cursor: auto; }
  .featured-form .rl-label.required:after {
    content: '*';
    color: #6ebe44;
    margin-left: 3px; }
.featured-form input[type="text"] {
  margin-bottom: 22px; }
  .featured-form input[type="text"]:last-child {
    margin-bottom: 0; }
.featured-form textarea {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }
.featured-form .fp-msg {
  float: right;
  margin-top: 7px; }
.featured-form button {
  float: right;
  margin-top: 8px; }
  .featured-form button.register {
    width: 252px;
    background-color: #00dfb9;
    border-bottom-color: #00c2a1; }
    .featured-form button.register:hover {
      background-color: #0ce6c1; }
  .featured-form button.login {
    width: 165px; }

@media screen and (max-width: 1024px) {
  #register-login .featured-form {
    float: none;
    width: 100%; }
    #register-login .featured-form:first-child {
      margin-bottom: 40px; } }
@media screen and (max-width: 620px) {
  #register-login .featured-form label[for="remember"] {
    float: left; }
  #register-login .featured-form .fp-msg {
    float: left;
    clear: left;
    margin: 15px 0 20px; } }
@media screen and (max-width: 460px) {
  #register-login .featured-form .fp-msg {
    margin-bottom: 35px; }
  #register-login .featured-form button {
    float: none;
    margin: 8px auto 0; } }
/* 
IMAGE ZOOM
*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#shop-wrap {
  background-color: #fff; }

#shop {
  padding: 20px 0 20px;
  overflow: hidden; }
  #shop .shop-sidebar {
    float: right; }
  #shop .shop-products {
    float: left; }
  #shop.right .shop-sidebar {
    float: left; }
  #shop.right .shop-products {
    float: right; }

.shop-sidebar {
  width: 23.0769230769%;
  background-color: #fff; }
  .shop-sidebar .sidebar-control {
    display: none; }
  .shop-sidebar .title {
    font-size: 1.125em;
    margin: 45px 0 20px; }
    .shop-sidebar .title:nth-child(2) {
      margin-top: 0; }
  .shop-sidebar .subtitle {
    font-size: 0.75em;
    line-height: 16px;
    margin-bottom: 18px; }
  .shop-sidebar .accordion h6 {
    font-size: 0.75em;
    line-height: 38px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .shop-sidebar .accordion h6:hover {
      color: #6ebe44; }
  .shop-sidebar .accordion .plus {
    width: 9px;
    height: 9px; }
    .shop-sidebar .accordion .plus > rect {
      fill: #6ebe44; }
  .shop-sidebar .westeros-form.price-range {
    overflow: visible;
    padding: 20px 10px 0; }
    .shop-sidebar .westeros-form.price-range button {
      margin-top: 50px; }
  .shop-sidebar .westeros-form label.select-block {
    width: 100%;
    margin-bottom: 15px; }
    .shop-sidebar .westeros-form label.select-block.last {
      margin-bottom: 25px; }
    .shop-sidebar .westeros-form label.select-block select {
      width: 100%;
      height: 38px; }
    .shop-sidebar .westeros-form label.select-block .svg-arrow {
      top: 18px;
      right: 15px; }
  .shop-sidebar .westeros-form input[type="text"] {
    margin-bottom: 25px; }
  .shop-sidebar .westeros-form input[type="checkbox"] + label {
    display: block;
    margin-bottom: 14px; }
  .shop-sidebar .westeros-form input[type="radio"] + label {
    display: block;
    margin-bottom: 14px; }
    .shop-sidebar .westeros-form input[type="radio"] + label.last {
      margin-bottom: 25px; }
  .shop-sidebar .westeros-form .button.small {
    float: left;
    font-size: 0.625em;
    padding: 0 15px;
    line-height: 23px;
    letter-spacing: 0;
    border-bottom-width: 2px; }
  .shop-sidebar .westeros-form .button.vote {
    margin-right: 10px;
    background-color: #6ebe44;
    border-bottom-color: #51a028; }
  .shop-sidebar .colorpicker {
    margin-left: 2px; }
    .shop-sidebar .colorpicker li {
      margin: 0 20px 10px 0; }
      .shop-sidebar .colorpicker li:last-child {
        margin-right: 0; }
  .shop-sidebar ul.product-preview {
    margin-bottom: 45px; }
    .shop-sidebar ul.product-preview > li .picture {
      width: 70px;
      height: 70px;
      padding: 4px;
      background-color: #fff;
      border: 1px solid #d5d5d5;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .shop-sidebar ul.product-preview > li .picture:hover {
        background-color: #6ebe44;
        border-color: #6ebe44; }
      .shop-sidebar ul.product-preview > li .picture figure {
        width: 60px;
        height: 60px;
        border: none;
        position: static; }
    .shop-sidebar ul.product-preview > li h6 {
      color: #49555c; }
  .shop-sidebar .fb-page {
    margin-bottom: 45px; }
  .shop-sidebar .cart-total {
    margin-bottom: 20px; }

div.sidebar-control {
  width: 40px;
  height: 40px;
  padding: 10px 0 0 10px;
  background-color: #6ebe44;
  box-shadow: 2px 2px 4px 2px rgba(2, 3, 0, 0.2);
  border-left: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  display: none; }
  div.sidebar-control .svg-gear {
    width: 20px;
    height: 20px;
    fill: #fff; }

svg.sidebar-control {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #4e5c64;
  position: absolute;
  top: 33px;
  right: 25px;
  z-index: 9999;
  cursor: pointer; }

.shop-products {
  width: 74.4444444444%; }
  .shop-products .holder {
    padding: 50px; }
  .shop-products.shop-cart .title {
    margin-bottom: 20px; }
  .shop-products .shop-bigblogpost {
    width: 74.4444444444%; }
    .shop-products .shop-bigblogpost .holder {
      padding: 50px; }
    .shop-products .shop-bigblogpost.shop-cart .title {
      margin-bottom: 20px; }
  .shop-products .title {
    margin-bottom: 20px; }
    .shop-products .title:first-child {
      margin-top: -6px; }
    .shop-products .title.heading {
      margin-bottom: 20px; }
  .shop-products .zeroresults {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 50px;
    margin-bottom: 400px;
    display: block;
    text-align: center;
    color: #81929b;
    font-family: "Montserrat", sans-serif; }
  .shop-products .subtitle {
    font-size: 0.75em; }
  .shop-products .section-banner {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5; }
  .shop-products .filters {
    margin-bottom: 20px; }
  .shop-products ul.product-list .list-item {
    margin-bottom: 20px; }
    .shop-products ul.product-list .list-item:nth-child(3n+3) {
      margin-right: 0; }
  .shop-products ul.product-list.list .list-item {
    width: 100%; }
  .shop-products .pager {
    width: 256px;
    margin: 20px auto 0; }
  .shop-products .product-quick-view.full {
    margin-bottom: 20px; }
  .shop-products ul.blog-post-preview .list-item {
    margin-bottom: 20px; }
    .shop-products ul.blog-post-preview .list-item:nth-child(3n+3) {
      margin-right: 0; }
  .shop-products .blog-post {
    margin: 20px 0 60px; }

.tags {
  overflow: hidden; }
  .tags > li {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #d5d5d5;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .tags > li:last-child {
      margin-right: 0; }
    .tags > li:hover {
      border-color: #6ebe44; }
      .tags > li:hover a {
        color: #fff;
        background-color: #6ebe44; }
    .tags > li a {
      display: block;
      color: #81929b;
      font-family: "Montserrat", sans-serif;
      font-size: 0.625em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 18px;
      padding: 0 15px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.filters {
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden; }
  .filters .subtitle {
    float: left;
    line-height: 60px; }
  .filters .options {
    float: right; }
    .filters .options .westeros-form {
      float: left;
      margin-top: 15px; }
      .filters .options .westeros-form label.select-block {
        margin-right: 6px; }
        .filters .options .westeros-form label.select-block select {
          margin-left: 10px; }
      .filters .options .westeros-form label[for="sort"] {
        margin-left: 10px; }

.display {
  float: left;
  margin: 15px 0 0 15px;
  overflow: hidden; }
  .display > li {
    float: left;
    width: 34px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    position: relative;
    cursor: pointer; }
    .display > li:last-child {
      margin-right: 0; }
    .display > li svg {
      width: 14px;
      height: 14px;
      fill: #d5d5d5;
      position: absolute;
      top: 7px;
      left: 9px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .display > li.selected svg {
      fill: #6ebe44; }

.pager {
  overflow: hidden; }
  .pager li {
    float: left;
    width: 28px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    background-color: #fff; }
    .pager li:first-child {
      border: none; }
    .pager li:last-child {
      margin-right: 0;
      border: none; }
    .pager li a {
      display: block;
      text-align: center;
      line-height: 28px;
      color: #81929b;
      font-family: "Montserrat", sans-serif;
      font-size: 0.6875em;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative; }
      .pager li a:hover {
        color: #6ebe44; }
    .pager li.selected a {
      color: #6ebe44;
      font-weight: 700; }
    .pager li .button {
      height: 30px;
      border-bottom-width: 2px;
      background-color: #6ebe44; }
      .pager li .button:hover {
        background-color: #82d258; }
    .pager li .svg-arrow {
      width: 5px;
      height: 9px;
      fill: #fff;
      position: absolute;
      top: 10px; }
    .pager li .prev .svg-arrow {
      left: 11px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .pager li .next .svg-arrow {
      right: 11px; }

.shopping-cart {
  display: table;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 40px; }
  .shopping-cart.order {
    border: none;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0; }
    .shopping-cart.order .cell.cart-item {
      width: 373px;
      height: 100px; }
      .shopping-cart.order .cell.cart-item .highlighted {
        color: #6ebe44;
        margin-bottom: 8px; }
      .shopping-cart.order .cell.cart-item:first-child {
        padding: 20px 0 0 14px; }
        .shopping-cart.order .cell.cart-item:first-child h3 {
          margin-bottom: 5px;
          padding-top: 20px; }
        .shopping-cart.order .cell.cart-item:first-child h6 {
          margin-bottom: 5px; }
  .shopping-cart.summary .cell:last-child {
    padding-right: 14px; }
  .shopping-cart.summary .row:last-child p.highlighted {
    color: #6ebe44;
    font-size: 1.125em; }
  .shopping-cart.summary h3 {
    margin-top: 25px; }
  .shopping-cart.summary p.highlighted {
    float: right;
    margin-top: 25px; }
  .shopping-cart .row {
    display: table-row; }
    .shopping-cart .row:last-child .cell {
      border-bottom: none; }
    .shopping-cart .row.header .cell {
      height: 35px; }
      .shopping-cart .row.header .cell:first-child {
        text-align: left;
        padding-left: 15px; }
      .shopping-cart .row.header .cell h5 {
        line-height: 35px; }
  .shopping-cart .cell {
    display: table-cell;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    vertical-align: top;
    text-align: center; }
    .shopping-cart .cell.cart-item {
      width: 353px;
      height: 156px; }
      .shopping-cart .cell.cart-item:first-child {
        text-align: left;
        padding: 20px 0 0 145px;
        position: relative; }
      .shopping-cart .cell.cart-item .product-picture {
        border: 1px solid #d5d5d5;
        padding: 3px;
        position: absolute;
        top: 10px;
        left: 15px; }
        .shopping-cart .cell.cart-item .product-picture figure {
          width: 107px;
          height: 128px; }
      .shopping-cart .cell.cart-item .highlighted {
        margin: 0 0 10px;
        font-size: 0.5625em;
        letter-spacing: 0.08em; }
      .shopping-cart .cell.cart-item h3 {
        color: #49555c;
        font-size: 1em; }
      .shopping-cart .cell.cart-item h6 {
        margin: 3px 0 10px;
        color: #4e5c64;
        font-size: 0.625em; }
        .shopping-cart .cell.cart-item h6 span {
          color: #81929b; }
    .shopping-cart .cell.cart-summary {
      width: 87.4423963134%;
      height: 60px;
      padding-left: 15px; }
      .shopping-cart .cell.cart-summary h3 {
        color: #49555c;
        font-size: 1em;
        margin-top: 25px;
        text-align: left; }
      .shopping-cart .cell.cart-summary p.highlighted {
        margin-top: 25px; }
    .shopping-cart .cell.buttons {
      padding-top: 28px; }
      .shopping-cart .cell.buttons.small {
        width: 158px; }
      .shopping-cart .cell.buttons.big {
        width: 282px; }
    .shopping-cart .cell .highlighted {
      color: #49555c;
      margin-top: 42px;
      font-size: 0.875em; }
    .shopping-cart .cell .counter {
      margin: 32px auto 0; }
    .shopping-cart .cell .button.cart-add {
      float: right;
      width: 190px;
      text-align: left;
      padding-left: 50px;
      margin: 0 15px 10px 0; }
    .shopping-cart .cell .actions {
      float: right;
      margin-right: 15px; }
      .shopping-cart .cell .actions .button {
        float: left; }
        .shopping-cart .cell .actions .button.compare {
          margin-right: 10px;
          clear: both; }
        .shopping-cart .cell .actions .button.no-stock {
          pointer-events: auto; }
          .shopping-cart .cell .actions .button.no-stock .svg-plus {
            left: 20px; }
    .shopping-cart .cell:last-child {
      border-right: none; }

.cart-total {
  border: 1px solid #d5d5d5;
  padding-top: 14px; }
  .cart-total .subtotal {
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
    padding: 0 14px; }
    .cart-total .subtotal h5 {
      font-size: 0.625em; }
      .cart-total .subtotal h5:first-child {
        float: left;
        color: #81929b; }
      .cart-total .subtotal h5:last-child {
        float: right; }
  .cart-total .total {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #d5d5d5;
    padding: 12px 14px 11px; }
    .cart-total .total h5:first-child {
      float: left; }
    .cart-total .total h5:last-child {
      float: right;
      color: #6ebe44;
      font-size: 1.125em; }

.checkout-progress {
  border: 1px solid #d5d5d5; }
  .checkout-progress h5 {
    border-bottom: 1px solid #d5d5d5;
    padding-left: 14px;
    line-height: 33px;
    position: relative; }
    .checkout-progress h5 svg {
      position: absolute;
      top: 12px;
      right: 15px; }
    .checkout-progress h5 .svg-plus {
      width: 11px;
      height: 11px;
      fill: #6ebe44;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .checkout-progress h5 .svg-check {
      width: 13px;
      height: 10px;
      fill: #6ebe44; }
    .checkout-progress h5:last-child {
      border-bottom: none; }

@media screen and (max-width: 1260px) {
  #shop .shop-products ul.product-list.grid, #shop .shop-products ul.product-list.grid-v2 {
    width: 570px; }
    #shop .shop-products ul.product-list.grid .list-item:nth-child(even), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
      margin-right: 0; }
    #shop .shop-products ul.product-list.grid .list-item:nth-child(odd), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd) {
      margin-right: 30px; } }
@media screen and (max-width: 1160px) {
  #shop .shop-products {
    float: none;
    width: 100%; }
    #shop .shop-products ul.product-list.grid, #shop .shop-products ul.product-list.grid-v2 {
      width: 870px; }
      #shop .shop-products ul.product-list.grid .list-item:nth-child(even), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
        margin-right: 30px; }
      #shop .shop-products ul.product-list.grid .list-item:nth-child(3n+3), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(3n+3) {
        margin-right: 0; }
  #shop.expandible-sidebar .shop-sidebar {
    width: 310px;
    height: 100%;
    padding: 38px 7px 0;
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: auto;
    -webkit-transform: translate(-310px, 0);
    -ms-transform: translate(-310px, 0);
    transform: translate(-310px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #shop.expandible-sidebar .shop-sidebar.open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    #shop.expandible-sidebar .shop-sidebar .sidebar-control {
      display: block; }
  #shop.expandible-sidebar .sidebar-control {
    display: block; }
  #shop .shop-sidebar.checkout-cart {
    width: 100%;
    margin-bottom: 40px; }
    #shop .shop-sidebar.checkout-cart .button {
      float: none;
      width: 250px;
      height: 43px;
      margin: 0 auto;
      font-size: 0.875em; } }
@media screen and (max-width: 930px) {
  #shop .shop-products ul.product-list.grid, #shop .shop-products ul.product-list.grid-v2 {
    width: 570px; }
    #shop .shop-products ul.product-list.grid .list-item:nth-child(even), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even) {
      margin-right: 0; }
    #shop .shop-products ul.product-list.grid .list-item:nth-child(odd), #shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd) {
      margin-right: 30px; } }
@media screen and (max-width: 860px) {
  #shop .shop-products .filters {
    height: 90px; }
    #shop .shop-products .filters.single .options .westeros-form {
      margin-top: 30px; }
    #shop .shop-products .filters .subtitle {
      line-height: 90px; }
    #shop .shop-products .filters .options .westeros-form {
      margin-top: 10px; }
      #shop .shop-products .filters .options .westeros-form label {
        float: left; }
        #shop .shop-products .filters .options .westeros-form label select {
          margin-left: 15px; }
      #shop .shop-products .filters .options .westeros-form label[for="sort"] {
        clear: left;
        margin: 8px 0 0; }
        #shop .shop-products .filters .options .westeros-form label[for="sort"] select {
          margin-left: 2px; }
  #shop .shop-products .display {
    margin: 30px 0 0 50px; }
  #shop .shop-products .product-list.list .list-item {
    height: auto;
    padding: 265px 20px 80px; }
    #shop .shop-products .product-list.list .list-item .actions {
      left: 50%;
      margin-left: -100px; }
    #shop .shop-products .product-list.list .list-item .description ul.rating {
      top: 320px;
      left: 22px; }
    #shop .shop-products .product-list.list .list-item .description p.highlighted.previous {
      top: 296px; }
    #shop .shop-products .product-list.list .list-item .description p.highlighted.current {
      top: 284px; }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
    padding: 20px 10px; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons .button.cart-add {
      float: none;
      margin: 0 auto 10px; }
  #shop .shop-products .shopping-cart .cell.cart-item {
    width: 210px; }
    #shop .shop-products .shopping-cart .cell.cart-item:first-child {
      padding-left: 20px; }
    #shop .shop-products .shopping-cart .cell.cart-item .product-picture {
      display: none; }
  #shop .shop-products .shopping-cart .cell.buttons {
    width: 100px; }
  #shop .shop-products .shopping-cart .cell .actions {
    float: none;
    width: 52px;
    margin: 0 auto; }
    #shop .shop-products .shopping-cart .cell .actions .button {
      float: none; }
      #shop .shop-products .shopping-cart .cell .actions .button.compare {
        margin: 0 0 10px 0; }
  #shop .shop-products .shopping-cart.order .cell.cart-item {
    width: 210px; } }
@media screen and (max-width: 660px) {
  #shop .shop-products ul.product-list.grid, #shop .shop-products ul.product-list.grid-v2 {
    width: 270px; }
    #shop .shop-products ul.product-list.grid .list-item, #shop .shop-products ul.product-list.grid-v2 .list-item {
      margin-right: 0; }
  #shop .shop-products ul.product-list.list .cart-options {
    width: auto; }
    #shop .shop-products ul.product-list.list .cart-options a.button {
      float: left; }
    #shop .shop-products ul.product-list.list .cart-options a.button.wishlist {
      width: 52px;
      padding-left: 0;
      margin-right: 5px; }
      #shop .shop-products ul.product-list.list .cart-options a.button.wishlist .svg-wishlist {
        left: 50%;
        margin-left: -8px; }
      #shop .shop-products ul.product-list.list .cart-options a.button.wishlist span {
        display: none; }
  #shop .shop-products .filters {
    height: 150px;
    position: relative; }
    #shop .shop-products .filters.single {
      height: 120px; }
      #shop .shop-products .filters.single .options .westeros-form {
        float: none;
        width: 189px;
        margin: 25px auto 0; }
      #shop .shop-products .filters.single .subtitle {
        line-height: 30px; }
    #shop .shop-products .filters .subtitle {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 75px; }
    #shop .shop-products .filters .options {
      float: none;
      width: 276px;
      margin: 0 auto; }
      #shop .shop-products .filters .options .westeros-form {
        margin-top: 20px; }
      #shop .shop-products .filters .options .display {
        margin: 20px 5px 0 15px; }
        #shop .shop-products .filters .options .display li {
          float: none;
          margin-right: 0; }
          #shop .shop-products .filters .options .display li:first-child {
            margin-bottom: 8px; }
  #shop .shop-products .shopping-cart.wishlist-cart .row.header {
    display: none; }
  #shop .shop-products .shopping-cart.wishlist-cart .row:last-child .cell {
    border-bottom: 1px solid #d5d5d5; }
    #shop .shop-products .shopping-cart.wishlist-cart .row:last-child .cell:last-child {
      border-bottom: none; }
  #shop .shop-products .shopping-cart.wishlist-cart .row .cell {
    display: block;
    width: 100%;
    border-right: none;
    text-align: center; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell.cart-item {
      padding: 20px 0 0; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell.buttons {
      padding: 20px 0; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell:nth-child(2) {
      display: none; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell .colorpicker {
      width: 33px;
      margin: 0 auto; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell .highlighted:last-child {
      line-height: 70px;
      margin: 0; }
    #shop .shop-products .shopping-cart.wishlist-cart .row .cell .counter {
      margin: 20px auto; }
  #shop .shop-products .shopping-cart .cell:nth-child(2) {
    display: none; }
  #shop .shop-products .shopping-cart.order .row.header .cell {
    padding: 3px;
    text-align: center; }
  #shop .shop-products .shopping-cart.order .row .cell:nth-child(2), #shop .shop-products .shopping-cart.order .row .cell:nth-child(3) {
    display: none; }
  #shop .shop-products .shopping-cart.order .row .cell.cart-item {
    padding: 20px 10px; }
  #shop .shop-products .shopping-cart.order.summary .cell:nth-child(2), #shop .shop-products .shopping-cart.order.summary .cell:nth-child(3) {
    display: table-cell; } }
@media screen and (max-width: 460px) {
  #shop .shop-products ul.product-list.list .list-item .social {
    display: none; }
  #shop .shop-products ul.product-list.list .list-item .cart-options {
    float: none;
    width: 247px;
    left: 50%;
    margin-left: -123px; }
  #shop .shop-products ul.product-list.list .list-item .description .long-description {
    margin-top: 5px; }
  #shop .shop-products ul.product-list.list .list-item .description ul.rating {
    top: 324px; }
  #shop .shop-products ul.product-list.list .list-item .description p.highlighted.previous {
    top: 319px;
    right: 95px; }
  #shop .shop-products ul.product-list.list .list-item .description p.highlighted.current {
    top: 315px;
    font-size: 1.25em; }
  #shop .shop-products .checkout-button {
    width: 250px;
    height: 53px;
    font-size: 1.125em; } }
#shop.compare .title {
  margin-bottom: 20px; }
#shop.compare .slide-controls {
  margin: 0 auto 20px;
  display: none; }

.owl-compare-list-container {
  display: none; }

.owl-compare-list {
  width: 812px;
  margin: 0 auto;
  overflow: hidden; }
  .owl-compare-list .list-item {
    float: left;
    width: 270px; }
  .owl-compare-list .owl-item:last-child .compare-table {
    border-right: 1px solid #d5d5d5; }
  .owl-compare-list .compare-table {
    width: 270px;
    border-right: none; }
    .owl-compare-list .compare-table .cell {
      padding: 15px 10px; }
      .owl-compare-list .compare-table .cell:first-child {
        text-align: center;
        padding-left: 10px; }
      .owl-compare-list .compare-table .cell .product-photo {
        width: 250px; }
        .owl-compare-list .compare-table .cell .product-photo figure {
          width: 230px; }

.compare-table {
  display: table;
  width: 100%;
  border: 1px solid #d5d5d5; }
  .compare-table .product-photo,
  .compare-table .colorpicker,
  .compare-table .counter {
    margin: 0 auto; }
  .compare-table .row {
    display: table-row; }
    .compare-table .row:last-child .cell {
      border-bottom: none; }
    .compare-table .row.description .cell {
      padding: 15px; }
  .compare-table .cell {
    display: table-cell;
    width: 25.641025641%;
    padding: 20px 0;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center; }
    .compare-table .cell:first-child {
      width: 23.0769230769%;
      padding-left: 20px;
      vertical-align: top;
      text-align: left; }
    .compare-table .cell:last-child {
      border-right: none; }
    .compare-table .cell > h5 {
      font-size: 1em; }
      .compare-table .cell > h5.size {
        color: #49555c; }
    .compare-table .cell p.highlighted {
      margin-bottom: 5px; }
      .compare-table .cell p.highlighted.price {
        font-size: 1.125em;
        margin: 0; }
    .compare-table .cell h6 {
      color: #4e5c64;
      font-size: 0.625em; }
    .compare-table .cell ul.rating {
      margin: 0 auto 5px; }
    .compare-table .cell .stock span {
      font-size: 0.75em;
      margin-left: 3px; }
    .compare-table .cell .cart-add {
      width: 190px;
      padding-left: 50px;
      text-align: left;
      margin: 0 auto; }
    .compare-table .cell .actions {
      width: 115px;
      margin: 0 auto; }
      .compare-table .cell .actions .button {
        float: left;
        margin-right: 11px; }
        .compare-table .cell .actions .button:last-child {
          margin-right: 0; }
    .compare-table .cell .no-stock {
      pointer-events: auto; }
      .compare-table .cell .no-stock svg {
        left: 50%;
        margin-left: -6px; }

@media screen and (max-width: 1260px) {
  #shop.compare .slide-controls {
    display: block; }
  #shop.compare > .compare-table {
    display: none; }

  .owl-compare-list-container {
    display: block; } }
@media screen and (max-width: 1024px) {
  .owl-compare-list {
    width: 542px; } }
@media screen and (max-width: 660px) {
  .owl-compare-list {
    width: 272px; } }
.blog-post {
  border: 1px solid #d5d5d5;
  padding: 9px 9px 9px; }
  .blog-post figure:first-child {
    width: 100%;
    height: 300px;
    margin-bottom: 20px; }
  .blog-post .content p.highlighted {
    font-size: 0.625em;
    letter-spacing: 0.08em;
    margin-bottom: 8px; }
  .blog-post .content h4 {
    color: #6ebe44;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25em;
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 1.3em; }
  .blog-post .content h5 {
    color: #6ebe44;
    font-size: 1.875em;
    margin-bottom: 12px; }
  .blog-post .content h6 {
    color: #6ebe44;
    font-size: 1.25em;
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 1.3em;
    text-align: left; }
  .blog-post .content p.paragraph {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.2em; }
    .blog-post .content p.paragraph.with-img {
      margin-bottom: 40px; }
    .blog-post .content p.paragraph:last-child {
      margin-bottom: 15px; }
  .blog-post .content img.left {
    float: left;
    margin-right: 20px; }
  .blog-post .content img.right {
    float: right;
    margin-left: 20px; }
  .blog-post .content iframe {
    width: 100%;
    height: 500px;
    margin: 0px;
    position: relative; }
  .blog-post .meta {
    overflow: hidden;
    margin-bottom: 20px; }
    .blog-post .meta p {
      float: left;
      margin-right: 20px;
      font-size: 0.75em;
      line-height: 1em;
      position: relative; }
    .blog-post .meta .views {
      margin-right: 39px; }
      .blog-post .meta .views .svg-quickview {
        width: 16px;
        height: 9px;
        fill: #ffc300;
        margin-right: 2px; }
    .blog-post .meta .comments .svg-comment {
      width: 12px;
      height: 12px;
      fill: #18cab0;
      position: absolute;
      top: 2px;
      left: -18px; }
  .blog-post .share {
    padding-left: 10px;
    margin-bottom: 25px;
    overflow: hidden; }
    .blog-post .share h6 {
      font-size: 0.75em;
      margin-bottom: 20px; }
    .blog-post .share a.button {
      float: left;
      margin: 0 10px 10px 0; }
      .blog-post .share a.button.gplus:hover {
        background-color: #ec2349; }
      .blog-post .share a.button.rss:hover {
        background-color: #ffaf3c; }
      .blog-post .share a.button.dribble:hover {
        background-color: #f3378f; }
      .blog-post .share a.button.vimeo:hover {
        background-color: #0ed3b4; }
      .blog-post .share a.button.flickr:hover {
        background-color: #8e57b5; }
      .blog-post .share a.button:last-child {
        margin-right: 0; }
  .blog-post .tag-list {
    padding-left: 10px;
    overflow: hidden; }
    .blog-post .tag-list h6 {
      float: left;
      font-size: 0.75em;
      margin: 10px 10px 0 0; }
    .blog-post .tag-list .tags {
      float: left;
      margin-top: 5px; }
      .blog-post .tag-list .tags li {
        margin-bottom: 10px; }

.comments .title:first-child, .comment-form .title:first-child {
  margin: 0 0 25px; }

.comment-list li {
  min-height: 130px;
  border: 1px solid #d5d5d5;
  padding: 20px 15px 25px 125px;
  margin-bottom: 20px;
  position: relative; }
  .comment-list li:last-child {
    margin-bottom: 40px; }
  .comment-list li .avatar {
    border: 1px solid #d5d5d5;
    padding: 4px;
    position: absolute;
    top: 15px;
    left: 10px; }
    .comment-list li .avatar figure {
      width: 90px;
      height: 90px; }
  .comment-list li p.highlighted {
    letter-spacing: 0.08em;
    margin-bottom: 12px; }
  .comment-list li h6 {
    font-size: 1em;
    margin-bottom: 10px; }
  .comment-list li .reply {
    color: #808080;
    font-size: 0.75em;
    position: absolute;
    top: 18px;
    right: 15px; }
    .comment-list li .reply .svg-reply {
      fill: #6ebe44;
      width: 12px;
      height: 14px;
      position: relative;
      top: 3px; }
    .comment-list li .reply:hover {
      color: #6ebe44; }
  .comment-list li.response {
    margin-left: 30px;
    margin-top: -10px; }

.comment-form {
  margin-top: 60px; }
  .comment-form .westeros-form > div {
    float: left;
    width: 31.0344827586%;
    margin: 0 3.4482758621% 20px 0; }
    .comment-form .westeros-form > div.last {
      margin-right: 0; }
  .comment-form .westeros-form .rl-label {
    float: left; }
  .comment-form .westeros-form textarea {
    height: 110px;
    margin-bottom: 20px; }
  .comment-form .westeros-form button {
    width: 235px;
    margin-top: 0; }
  .comment-form .westeros-form .avatar-selection {
    width: auto;
    overflow: hidden;
    margin-bottom: 0; }
    .comment-form .westeros-form .avatar-selection .avatar-list {
      float: left; }
    .comment-form .westeros-form .avatar-selection .rl-label {
      margin: 12px 10px 0 0; }
    .comment-form .westeros-form .avatar-selection .radio {
      top: -12px;
      margin-right: 2px; }
    .comment-form .westeros-form .avatar-selection .picture {
      display: inline-block;
      width: 36px;
      height: 36px;
      padding: 1px;
      border: 1px solid #d5d5d5;
      margin-right: 10px; }
      .comment-form .westeros-form .avatar-selection .picture.av4 {
        background: url("../images/blog/avatar04-small.jpg") no-repeat center; }
      .comment-form .westeros-form .avatar-selection .picture.av5 {
        background: url("../images/blog/avatar05-small.jpg") no-repeat center; }
      .comment-form .westeros-form .avatar-selection .picture.av6 {
        background: url("../images/blog/avatar06-small.jpg") no-repeat center; }

@media screen and (max-width: 1260px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 570px; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
      margin-right: 0; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd) {
      margin-right: 30px; } }
@media screen and (max-width: 1160px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 870px; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
      margin-right: 30px; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(3n+3) {
      margin-right: 0; } }
@media screen and (max-width: 930px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 570px; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even) {
      margin-right: 0; }
    #shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd) {
      margin-right: 30px; } }
@media screen and (max-width: 860px) {
  #shop .blog-post-preview.list .list-item {
    height: auto;
    padding: 185px 15px 45px; }
    #shop .blog-post-preview.list .list-item figure {
      left: 50%;
      margin-left: -125px; }
  #shop .comment-form .westeros-form > div {
    float: none;
    width: 100%;
    margin-right: 0; }
  #shop .comment-form .westeros-form button {
    float: none;
    margin: 30px auto 0; } }
@media screen and (max-width: 660px) {
  #shop .shop-products ul.blog-post-preview.grid {
    width: 270px; }
    #shop .shop-products ul.blog-post-preview.grid .list-item {
      margin-right: 0; }
  #shop .blog-post .content img.left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; } }
@media screen and (max-width: 460px) {
  #shop .comment-list li {
    padding: 130px 15px 25px; }
    #shop .comment-list li .avatar {
      left: 50%;
      margin-left: -50px; }
  #shop .comment-form .westeros-form .avatar-selection .rl-label {
    float: none;
    margin-bottom: 20px; } }
.profile-info {
  margin: 20px 0;
  border: 1px solid #d5d5d5;
  border-top: none; }
  .profile-info .profile-header {
    line-height: 33px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    cursor: pointer; }
    .profile-info .profile-header span {
      float: left;
      width: 25px;
      height: 25px;
      margin: 4px 10px 0 7px;
      color: #fff;
      line-height: 25px;
      text-align: center;
      background-color: #6ebe44;
      text-align: center; }
    .profile-info .profile-header svg.plus {
      width: 12px;
      height: 12px;
      fill: #6ebe44;
      position: absolute;
      top: 10px;
      right: 14px; }
      .profile-info .profile-header svg.plus .vertical {
        display: none; }
  .profile-info .profile-data {
    border-top: 1px solid #d5d5d5;
    padding: 35px 30px 50px;
    overflow: hidden; }
    .profile-info .profile-data.full {
      padding: 0; }
    .profile-info .profile-data .shopping-cart:first-child {
      border-top: none; }
    .profile-info .profile-data .profile-column {
      width: 45.4022988506%; }
      .profile-info .profile-data .profile-column h5 {
        font-size: 1.125em;
        margin-bottom: 20px; }
      .profile-info .profile-data .profile-column .fp-msg {
        float: left;
        margin-bottom: 8px; }
      .profile-info .profile-data .profile-column p {
        float: left;
        margin: 8px 0 10px; }
      .profile-info .profile-data .profile-column .button.login {
        float: left; }
      .profile-info .profile-data .profile-column:first-child {
        float: left; }
      .profile-info .profile-data .profile-column:last-child {
        float: right; }
    .profile-info .profile-data .westeros-form {
      overflow: hidden; }
      .profile-info .profile-data .westeros-form > div {
        width: 48.1481481481%;
        margin-bottom: 25px; }
        .profile-info .profile-data .westeros-form > div:nth-child(odd) {
          float: left; }
        .profile-info .profile-data .westeros-form > div:nth-child(even) {
          float: right; }
        .profile-info .profile-data .westeros-form > div:nth-last-child(1), .profile-info .profile-data .westeros-form > div:nth-last-child(2) {
          margin-bottom: 0; }
      .profile-info .profile-data .westeros-form .full-input {
        width: 100%;
        margin-bottom: 25px; }
        .profile-info .profile-data .westeros-form .full-input p {
          margin-bottom: 10px; }
      .profile-info .profile-data .westeros-form select {
        width: 100%;
        border: 1px solid #d5d5d5;
        border-radius: 2px;
        height: 38px;
        padding: 0 25px 0 6px;
        cursor: pointer;
        font-size: 1.2em; }
        .profile-info .profile-data .westeros-form select#country {
          width: 100%; }
      .profile-info .profile-data .westeros-form label[for="day"], .profile-info .profile-data .westeros-form label[for="month"],
      .profile-info .profile-data .westeros-form label[for="year"] {
        margin-right: 3.0769230769%; }
        .profile-info .profile-data .westeros-form label[for="day"]:last-child, .profile-info .profile-data .westeros-form label[for="month"]:last-child,
        .profile-info .profile-data .westeros-form label[for="year"]:last-child {
          margin-right: 0; }
      .profile-info .profile-data .westeros-form .svg-arrow.select-arrow {
        position: absolute;
        top: 4px;
        right: 12px; }
      .profile-info .profile-data .westeros-form label[for="cat-vit-yes"], .profile-info .profile-data .westeros-form label[for="cat-trans-yes"] {
        margin-right: 35px; }
      .profile-info .profile-data .westeros-form textarea {
        height: 110px;
        margin-bottom: 10px; }
      .profile-info .profile-data .westeros-form .gender label:first-child {
        margin-bottom: 18px; }

.g-recaptcha {
  margin: 0 auto;
  width: 310px;
  cursor: pointer; }

.unauthorized {
  margin: 0 auto;
  width: 100%;
  cursor: pointer; }

.profile-button {
  margin: 0 auto;
  width: 250px;
  cursor: pointer; }

.checkout-button {
  width: 365px;
  height: 70px;
  margin: 30px auto 0;
  border-bottom-width: 5px;
  font-size: 1.5625em;
  cursor: pointer; }

@media screen and (max-width: 1160px) {
  .profile-button {
    float: none;
    margin: 30px auto 0; } }
@media screen and (max-width: 860px) {
  .profile-info .profile-data .profile-column {
    float: none;
    width: 100%; }
    .profile-info .profile-data .profile-column:first-child {
      margin-bottom: 40px; }
    .profile-info .profile-data .profile-column .fp-msg {
      float: none; }
    .profile-info .profile-data .profile-column .button.login {
      float: none; }
  .profile-info .profile-data .westeros-form {
    float: none; }
    .profile-info .profile-data .westeros-form > div {
      width: 100%; }
      .profile-info .profile-data .westeros-form > div:last-child {
        margin-top: 25px; } }
@media screen and (max-width: 460px) {
  .profile-info .profile-data .westeros-form label[for="day"], .profile-info .profile-data .westeros-form label[for="month"],
  .profile-info .profile-data .westeros-form label[for="year"] {
    margin-right: 2.5641025641%; }
  .profile-info .profile-data .button.login {
    float: none;
    margin-left: auto;
    margin-right: auto; } }
#contact-wrap {
  background-color: #fff; }

#contact {
  padding: 60px 0 50px;
  overflow: hidden;
  background: url("../images/devil-monster.png") no-repeat 0 60px; }

#map {
  height: 400px; }

.contact-form {
  float: right;
  width: 74.358974359%; }
  .contact-form h3.title {
    margin-top: -6px; }
  .contact-form .contact-details {
    float: left;
    width: 34.4827586207%;
    padding-right: 30px; }
    .contact-form .contact-details p:first-child {
      margin: -5px 0 30px; }
    .contact-form .contact-details .contact-info {
      margin-bottom: 30px; }
      .contact-form .contact-details .contact-info li {
        margin-bottom: 20px;
        padding-left: 30px; }
        .contact-form .contact-details .contact-info li:last-child {
          margin-bottom: 0; }
        .contact-form .contact-details .contact-info li p {
          font-size: 0.875em; }
          .contact-form .contact-details .contact-info li p a {
            color: #808080; }
            .contact-form .contact-details .contact-info li p a:hover {
              color: #6ebe44; }
        .contact-form .contact-details .contact-info li .svg-pin {
          width: 14px;
          height: 19px; }
        .contact-form .contact-details .contact-info li .svg-phone {
          width: 15px;
          height: 20px; }
        .contact-form .contact-details .contact-info li .svg-envelope {
          width: 18px;
          height: 12px; }
    .contact-form .contact-details .social-links {
      width: 240px;
      margin-top: 15px; }
  .contact-form .featured-form {
    float: right;
    width: 65.5172413793%; }
    .contact-form .featured-form textarea {
      height: 110px; }
    .contact-form .featured-form button {
      width: 229px;
      margin-top: 20px; }

@media screen and (max-width: 1260px) {
  #contact {
    background: none; }

  .contact-form {
    float: none;
    width: 100%; } }
@media screen and (max-width: 860px) {
  .contact-form .contact-details {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  .contact-form .featured-form {
    float: none;
    width: 100%; }
    .contact-form .featured-form button {
      float: none;
      margin: 20px auto 0; } }
#error404-wrap {
  background-color: #fff; }

#error404 {
  padding: 60px 0 100px;
  overflow: hidden; }
  #error404 .error-description {
    float: left;
    margin-top: -18px; }
    #error404 .error-description h1 {
      margin-bottom: 15px; }
    #error404 .error-description h3 {
      width: 470px;
      margin-bottom: 40px;
      color: #81929b;
      line-height: 32px; }
    #error404 .error-description .button {
      width: 280px; }
  #error404 .error-promo {
    float: right;
    width: 660px;
    height: 265px;
    background: url("../images/moustache-sad-monster.png") no-repeat 140px 7px, url("../images/electric-socket.png") no-repeat 445px 55px, url("../images/spark.png") no-repeat 520px 70px, url("../images/spark-small.png") no-repeat 425px 125px, url("../images/error-promo-bg.png") no-repeat 0 10px;
    position: relative; }
    #error404 .error-promo .error-pin {
      width: 80px;
      height: 101px;
      background: url("../images/speech-bubble3.png") no-repeat center;
      padding: 24px 7px 0;
      position: absolute;
      top: 0;
      left: 105px; }
      #error404 .error-promo .error-pin h4 {
        font-size: 1.9375em;
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg); }
    #error404 .error-promo img[alt="smoke"] {
      position: absolute;
      top: 26px;
      right: 215px;
      -webkit-animation: smoke 2s ease-in-out infinite;
      animation: smoke 2s ease-in-out infinite; }

@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media screen and (max-width: 1260px) {
  #error404 .error-description {
    float: none;
    margin: 0 auto 50px;
    text-align: center; }
    #error404 .error-description h3 {
      margin: 0 auto 40px; }
    #error404 .error-description .button {
      margin: 0 auto; }
  #error404 .error-promo {
    float: none;
    margin: 0 auto; } }
@media screen and (max-width: 680px) {
  #error404 {
    padding-bottom: 40px; }
    #error404 .error-description h1 {
      font-size: 4.375em; }
    #error404 .error-description h3 {
      width: 80%;
      font-size: 1.25em;
      line-height: 24px; }
    #error404 .error-description .button {
      width: 270px; }
    #error404 .error-promo {
      display: none; } }
#coming-soon-header-wrap {
  background-color: #fff; }

#coming-soon-header {
  height: 135px;
  padding-top: 45px; }
  #coming-soon-header .logo {
    width: 198px;
    height: 45px;
    margin: 0 auto; }

.westeros-separator {
  overflow: hidden; }
  .westeros-separator li {
    float: left;
    width: 12.5%;
    height: 13px; }
    .westeros-separator li:nth-child(1) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(2) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(3) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(4) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(5) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(6) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(7) {
      background-color: #6ebe44; }
    .westeros-separator li:nth-child(8) {
      background-color: #6ebe44; }
  .westeros-separator.small li {
    height: 5px; }

#coming-soon-wrap {
  background: url("../images/coming-soon-bg.jpg") no-repeat center;
  background-size: cover; }

#coming-soon {
  padding-top: 135px;
  min-height: 710px;
  background: url("../images/bunny-big-monster.png") no-repeat 0 50px, url("../images/moustache-small-monster.png") no-repeat 200px 235px;
  overflow: hidden; }
  #coming-soon .coming-soon-msg {
    float: right;
    margin-right: 70px; }
    #coming-soon .coming-soon-msg h3 {
      color: #fff;
      font-size: 1.4375em;
      line-height: 1.2em; }
    #coming-soon .coming-soon-msg h2 {
      font-size: 5em; }
  #coming-soon .xmcountdown {
    float: right;
    width: 610px;
    margin-top: 115px; }
    #coming-soon .xmcountdown > div:nth-child(1) {
      background: url("../images/countdown/countdown-item1.png") no-repeat center; }
      #coming-soon .xmcountdown > div:nth-child(1) .content {
        color: #039be5; }
    #coming-soon .xmcountdown > div:nth-child(2) {
      background: url("../images/countdown/countdown-item2.png") no-repeat center; }
      #coming-soon .xmcountdown > div:nth-child(2) .content {
        color: #1de9b6; }
    #coming-soon .xmcountdown > div:nth-child(3) {
      background: url("../images/countdown/countdown-item3.png") no-repeat center; }
      #coming-soon .xmcountdown > div:nth-child(3) .content {
        color: #ffd600; }
    #coming-soon .xmcountdown > div:nth-child(4) {
      background: url("../images/countdown/countdown-item4.png") no-repeat center; }
      #coming-soon .xmcountdown > div:nth-child(4) .content {
        color: #ff9100; }
    #coming-soon .xmcountdown > div .content {
      font-family: "Montserrat", sans-serif;
      font-size: 3em;
      font-weight: 700;
      text-transform: uppercase; }
    #coming-soon .xmcountdown > div .tag {
      width: 100%;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 1.125em;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      position: absolute;
      top: -45px; }

#coming-soon-footer-wrap {
  background-color: #24292d; }

#coming-soon-footer {
  padding-top: 40px;
  min-height: 140px; }
  #coming-soon-footer p {
    text-align: center; }
    #coming-soon-footer p br {
      display: none; }
    #coming-soon-footer p a {
      font-weight: 300; }
  #coming-soon-footer .social-links {
    width: 282px;
    margin: 0 auto 25px; }

@media screen and (max-width: 1260px) {
  #coming-soon {
    padding: 100px 0 80px;
    background: none;
    min-height: auto; }
    #coming-soon .coming-soon-msg {
      float: none;
      margin: 0 auto;
      text-align: center; }
      #coming-soon .coming-soon-msg h3 {
        margin-bottom: 5px; }
    #coming-soon .xmcountdown {
      float: none;
      margin: 115px auto 0; } }
@media screen and (max-width: 860px) {
  #coming-soon .coming-soon-msg h2 {
    font-size: 4.375em; } }
@media screen and (max-width: 660px) {
  #coming-soon .coming-soon-msg h3 {
    font-size: 1.125em; }
  #coming-soon .coming-soon-msg h2 {
    font-size: 3.75em; }
  #coming-soon .xmcountdown {
    width: 130px; }
    #coming-soon .xmcountdown > div {
      margin: 0 0 80px 0; } }
@media screen and (max-width: 460px) {
  #coming-soon-footer p {
    height: 70px; }
    #coming-soon-footer p span {
      display: none; }
    #coming-soon-footer p br {
      display: block; } }
footer p {
  color: #859299; }

#footer-top-wrap {
  background-color: #2f383d; }

#footer-top {
  min-height: 200px;
  padding: 30px 0 30px; }
  #footer-top article {
    float: left;
    width: 270px;
    margin-right: 30px; }
    #footer-top article:last-child {
      margin-right: 0; }
    #footer-top article > h6 {
      color: #6ebe44;
      font-size: 1em;
      margin-bottom: 25px; }
    #footer-top article:first-child > h6 {
      margin-bottom: 20px; }
    #footer-top article:nth-child(2) > h6 {
      margin-bottom: 10px; }
    #footer-top article .logo {
      width: 169px;
      height: 38px;
      margin: 25px 0 20px; }
    #footer-top article .contact-info {
      clear: both; }
    #footer-top article .payment-methods {
      margin-top: 30px; }
  #footer-top articlewide {
    float: right;
    width: 560px;
    margin-right: 30px; }
    #footer-top articlewide:last-child {
      margin-right: 0; }
    #footer-top articlewide > h6 {
      color: #6ebe44;
      text-align: center;
      font-size: 1em;
      margin-bottom: 25px; }
    #footer-top articlewide:first-child > h6 {
      margin-bottom: 20px; }
    #footer-top articlewide:nth-child(2) > h6 {
      margin-bottom: 10px; }
    #footer-top articlewide .logo {
      width: 169px;
      height: 38px;
      margin: 25px 0 20px; }
    #footer-top articlewide .contact-info {
      clear: both; }
    #footer-top articlewide .payment-methods {
      margin-top: 30px; }

.contact-info li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative; }
  .contact-info li:last-child {
    margin-bottom: 0; }
  .contact-info li p {
    font-size: 0.75em;
    line-height: 1em; }
    .contact-info li p a {
      color: #859299;
      font-weight: 300; }
      .contact-info li p a:hover {
        color: #6ebe44; }
  .contact-info li svg {
    position: absolute;
    left: 5px;
    fill: #6ebe44; }
  .contact-info li .svg-pin {
    width: 10px;
    height: 15px;
    top: -1px; }
  .contact-info li .svg-phone {
    width: 11px;
    height: 15px;
    top: -2px; }
  .contact-info li .svg-envelope {
    width: 14px;
    height: 9px;
    top: 2px; }

.payment-methods {
  width: 221px;
  overflow: hidden; }
  .payment-methods li {
    float: left;
    width: 31px;
    height: 21px;
    margin-right: 7px; }
    .payment-methods li:last-child {
      margin-right: 0; }

#footer-menu {
  width: 235px; }
  #footer-menu li {
    border-top: 1px solid #475055;
    position: relative; }
    #footer-menu li a {
      color: #acbdc6;
      font-size: 0.875em;
      display: block;
      line-height: 40px;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    #footer-menu li .svg-arrow {
      width: 6px;
      height: 10px;
      fill: #acbdc6;
      position: absolute;
      top: 15px;
      right: 0;
      pointer-events: none;
      -webkit-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
    #footer-menu li:hover a {
      color: #6ebe44; }
    #footer-menu li:hover .svg-arrow {
      fill: #6ebe44; }
  #footer-menu li:last-child {
    border-bottom: 1px solid #475055; }

#footer-bottom-wrap {
  background-color: #24292d; }

#footer-bottom {
  min-height: 75px;
  overflow: hidden; }
  #footer-bottom p {
    float: left;
    line-height: 75px; }
    #footer-bottom p br {
      display: none; }
    #footer-bottom p a {
      font-weight: 300; }
  #footer-bottom .social-links {
    float: right;
    width: 158px;
    margin-top: 22px; }

.social-links {
  overflow: hidden; }
  .social-links li {
    float: left;
    margin-right: 12px; }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease-in;
      transition: background-color 0.3s ease-in; }
    .social-links li.fb:hover a, .social-links li.twt:hover a, .social-links li.yout:hover a, .social-links li.link:hover a {
      background-color: #6ebe44; }
    .social-links li.fb a {
      background: url("../images/social/fb-brand.png") no-repeat center #355599; }
    .social-links li.twt a {
      background: url("../images/social/twt-brand.png") no-repeat center #0fccf4; }
    .social-links li.yout a {
      background: url("../images/social/yout-brand.png") no-repeat center #e0133a; }
    .social-links li.link a {
      background: url("../images/social/link-brand.png") no-repeat center #007ab9; }

@media screen and (max-width: 1260px) {
  /*---------------
    	FOOTER TOP
  ---------------*/
  #footer-top {
    width: 700px;
    padding-bottom: 0; }
    #footer-top article {
      margin: 0 160px 40px 0; }
      #footer-top article:nth-child(2n+2) {
        margin-right: 0; } }
@media screen and (max-width: 860px) {
  /*---------------
    	FOOTER TOP
  ---------------*/
  #footer-top {
    width: 600px; }
    #footer-top article {
      margin-right: 60px; } }
@media screen and (max-width: 740px) {
  /*------------------
    	FOOTER BOTTOM
  ------------------*/
  #footer-bottom {
    padding: 25px 0 25px; }
    #footer-bottom p {
      float: none;
      line-height: 1em;
      height: 40px;
      text-align: center; }
    #footer-bottom ul.social-links {
      float: none;
      margin: 0 auto; } }
@media screen and (max-width: 680px) {
  /*---------------
    	FOOTER TOP
  ---------------*/
  #footer-top {
    width: 270px; }
    #footer-top article {
      margin-right: 0; } }
@media screen and (max-width: 460px) {
  /*------------------
    	FOOTER BOTTOM
  ------------------*/
  #footer-bottom p {
    line-height: 1.4em;
    height: 55px; }
    #footer-bottom p span {
      display: none; }
    #footer-bottom p br {
      display: block; } }
/*--------------------
  	ASSOCIATIONS - v2
--------------------*/
ul.associationsv2 > li {
  height: 80px;
  padding: 0;
  margin-bottom: 0px;
  position: relative; }
  ul.associationsv2 > li img[alt="logo"] {
    display: block;
    margin: auto;
    padding-right: 0px; }
  ul.associationsv2 > li figure {
    width: 70px;
    height: 70px;
    border: 5px solid #475055;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    ul.associationsv2 > li figure:hover {
      border-color: #6ebe44; }
  ul.associationsv2 > li h6 {
    clear: both;
    float: left;
    display: inline-block;
    color: #acbdc6;
    font-size: 0.875em;
    margin-top: 2px; }
  ul.associationsv2 > li a > p.highlighted {
    float: left; }
  ul.associationsv2 > li ul.rating {
    float: left;
    clear: both;
    margin: 5px 0 6px; }
  ul.associationsv2 > li p.highlighted.current {
    float: left;
    clear: both;
    font-size: 1.125em; }
  ul.associationsv2 > li p.highlighted.previous {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 0.75em;
    font-weight: 400;
    text-decoration: line-through; }
ul.associationsv2 > li:last-child {
  margin-bottom: 0; }

#associations-wrap {
  background-color: #2f383d; }

#associations {
  min-height: 300px;
  padding-bottom: 20px; }
  #associations .associations {
    margin-top: 10px; }

/*-------------
  	ASSOCIATIONS
-------------*/
ul.associations {
  overflow: hidden; }
  ul.associations li {
    float: left;
    width: 240px;
    padding-left: 70px;
    margin: 0 30px 20px 0;
    position: relative; }
    ul.associations li:nth-child(3n+3) {
      margin-right: 0; }
    ul.associations li:nth-last-child(1), ul.associations li:nth-last-child(2), ul.associations li:nth-last-child(3) {
      margin-bottom: 0; }
    ul.associations li svg {
      position: absolute;
      top: 0;
      right: 315px;
      fill: #6ebe44; }
    ul.associations li .svg-chat {
      width: 40px;
      height: 32px; }
    ul.associations li .svg-globe {
      width: 42px;
      height: 41px; }
    ul.associations li .svg-piggy {
      width: 36px;
      height: 37px; }
    ul.associations li .svg-ribbon {
      width: 34px;
      height: 42px; }
    ul.associations li .svg-truck {
      width: 58px;
      height: 40px; }
    ul.associations li .svg-customer-service {
      width: 38px;
      height: 38px; }
    ul.associations li h6 {
      font-size: 1.125em;
      text-transform: none;
      margin-bottom: 8px; }

/*-------------
  	ASSOCIATIONS
-------------*/
ul.associations {
  width: 540px;
  margin: 0 auto; }
  ul.associations li:nth-child(3n+3) {
    margin-right: 30px; }
  ul.associations li:nth-child(even) {
    margin-right: 0; }
  ul.associations li:nth-child(odd) {
    margin-right: 150px; }

/*-------------
  	ASSOCIATIONS
-------------*/
ul.associations {
  width: 90%; }
  ul.associations li {
    width: 100%;
    padding: 45px 0 0; }
    ul.associations li svg {
      right: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    ul.associations li h6, ul.associations li p {
      text-align: center; }

.dlmodel {
  color: #6ebe44;
  font-family: "Roboto", sans-serif;
  font-size: 0.91875em;
  font-weight: 500; }

.dlcaption {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.91875em;
  font-weight: 500; }

/*  ==================
    1. DOWNLOADS OUTER TABLE
    ==================  */
.downlaods-form {
  float: left;
  position: relative;
  margin-top: 4px;
  margin-left: 0px; }
  .downlaods-form select, .downlaods-form input[type="text"] {
    float: left;
    height: 38px;
    border: 1px solid #d5d5d5; }
  .downlaods-form label {
    float: left;
    position: relative; }
    .downlaods-form label.select-block {
      width: 160px; }
      .downlaods-form label.select-block .svg-arrow.select-arrow {
        top: 17px;
        right: 13px; }
  .downlaods-form select {
    width: 100%;
    padding-left: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .downlaods-form input[type="text"] {
    width: 373px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 50px 0 12px; }
  .downlaods-form input[type="image"] {
    position: relative;
    top: 0;
    right: 0; }

#downloads-outer-table {
  width: 100%;
  padding: 0px;
  margin: 0; }

#downloads-outer-table p {
  clear: both;
  width: 100%;
  margin: 0; }

#downloads-outer-table p span {
  float: left; }

#downloads-outer-table span.downloads-outer-col1 {
  width: 10%;
  min-width: 75px;
  padding: 4px; }
  #downloads-outer-table span.downloads-outer-col1 img[alt="addon"] {
    float: left;
    width: 70px;
    height: 70px;
    padding: 4px;
    border: 1px solid #d5d5d5;
    cursor: pointer; }

#downloads-outer-table span.downloads-outer-col2 {
  padding-top: 8px;
  padding-bottom: 3px;
  width: 88%;
  min-width: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 1.05em;
  line-height: 1.2em;
  font-weight: 500; }
  #downloads-outer-table span.downloads-outer-col2 a {
    font-family: "Roboto", sans-serif;
    font-size: 1.4875em;
    font-weight: bold;
    color: #6ebe44; }

#downloads-outer-table span.downloads-outer-col3 {
  width: 68%;
  font-weight: 400; }

/*  ==================
    1. DOWNLOADS PAGE
    ==================  */
#downloads-inner-table {
  width: 90%;
  padding: 0px;
  margin: 0;
  float: right;
  border-bottom: 1px solid #e3e7e7; }

#downloads-inner-table p {
  clear: both;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e3e7e7; }

#downloads-inner-table p span {
  padding: 10px; }

#downloads-inner-table span.downloads-col1 {
  width: 12%;
  min-width: 80px;
  font-weight: 500; }

#downloads-inner-table span.downloads-col2 {
  width: 56%;
  font-weight: 400; }

#downloads-inner-table span.downloads-col3 {
  width: 20%;
  min-width: 100px;
  font-weight: 500; }
  #downloads-inner-table span.downloads-col3 a {
    font-weight: 500;
    color: #6ebe44; }

#downloads-inner-table span.downloads-col4 {
  width: 12%;
  font-weight: 400;
  text-align: right; }

/*  ==================
    1. SPECS TABLE
    ==================  */
#specs-table {
  width: 100%;
  padding: 0px;
  margin: 0; }

#specs-table p {
  clear: both;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e3e7e7; }

#specs-table p span {
  float: left;
  padding: 10px; }

#specs-table span.specs-col1 {
  width: 30%;
  font-weight: 500; }

#specs-table span.specs-col2 {
  width: 70%;
  font-weight: 400; }

/*  ==================
    1. ADDONS TABLE
    ==================  */
#addons-table {
  width: 100%;
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid #e3e7e7; }

#addons-table p {
  clear: both;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e3e7e7; }

#addons-table p span {
  float: left;
  padding: 10px; }

#addons-table span.addons-col1 {
  width: 12%;
  min-width: 80px; }
  #addons-table span.addons-col1 img[alt="addon"] {
    float: left;
    width: 70px;
    height: 70px;
    padding: 4px;
    border: 1px solid #d5d5d5;
    cursor: pointer; }

#addons-table span.addons-col2 {
  width: 20%;
  min-width: 100px;
  font-weight: 500; }
  #addons-table span.addons-col2 a {
    font-weight: 500;
    color: #6ebe44; }

#addons-table span.addons-col3 {
  width: 68%;
  font-weight: 400; }

/*  ==================
    1. DOWNLOADS TABLE
    ==================  */
#downloads-table {
  width: 100%;
  padding: 0px;
  margin: 0; }

#downloads-table p {
  clear: both;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e3e7e7; }

#downloads-table p span {
  float: left;
  padding: 10px; }

#downloads-table span.downloads-col1 {
  width: 12%;
  min-width: 80px;
  font-weight: 500; }

#downloads-table span.downloads-col2 {
  width: 56%;
  font-weight: 400; }

#downloads-table span.downloads-col3 {
  width: 20%;
  min-width: 100px;
  font-weight: 500; }
  #downloads-table span.downloads-col3 a {
    font-weight: 500;
    color: #6ebe44; }

#downloads-table span.downloads-col4 {
  width: 12%;
  font-weight: 400;
  text-align: right; }

/*  ==================
    2. ITEM RESET
    ==================  */
#tabbed * {
  margin: 500;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#tabbed label {
  cursor: pointer; }

#tabbed input[type="radio"] {
  display: none;
  visibility: hidden;
  opacity: 0; }

#tabbed a {
  text-decoration: none; }

#tabbed {
  width: 100%;
  /* <-- Adjust this value to change the width of the tabs */
  position: relative;
  float: left;
  text-align: left;
  /* This value positions the tab labels on top. You can set: left, right or center. */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

/* === Note === If you experience issues with reset above, please adjust the selectors and values according to your template/website.
When adjusting the reset is adviced to check up the elements on your page, as they might distort. */
/*  ==================
    3. MAIN STYLES
    ==================  */
/***** Wrapper *****/
#tabbed .wrapper {
  padding: 1px;
  background: #d6d6d6;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  stroke: 1px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 0.91875em; }

#tabbed .wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

#tabbed .wrapper > div > p {
  border: none;
  font-size: 1.05em;
  line-height: 1.3714285714em;
  font-weight: 300; }

/***** Tab labels *****/
#tabbed input#t-1:checked ~ .wrapper .tab-1,
#tabbed input#t-2:checked ~ .wrapper .tab-2,
#tabbed input#t-3:checked ~ .wrapper .tab-3,
#tabbed input#t-4:checked ~ .wrapper .tab-4,
#tabbed input#t-5:checked ~ .wrapper .tab-5 {
  position: relative;
  float: left;
  z-index: 10;
  border: 0;
  opacity: 1;
  visibility: visible;
  padding: 15px; }

#tabbed label.tabs {
  display: inline-block;
  background: #d6d6d6;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  width: auto;
  height: 44px;
  line-height: 44px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px); }

#tabbed label.tabs:hover,
#tabbed label.tabs:focus {
  background: #d6d6d6; }

#tabbed input:checked + label.tabs {
  background: #82d258;
  color: #fff; }

#tabbed label.tabs:hover,
#tabbed label.tabs:focus,
#tabbed input:checked + label.tabs {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#tabbed label.tabs:before {
  padding-right: 10px; }

/*  ==================
    4. LAYOUT
    ==================  */
/***** 6 column grid *****/
#tabbed .row {
  display: block;
  float: left;
  width: 100%;
  clear: both; }

#tabbed .cell {
  display: inline-block;
  float: left;
  position: relative;
  margin: 1% 2% 1% 0; }

#tabbed .cell:last-child {
  margin-right: 0; }

/* full width */
#tabbed .cell.w-100 {
  width: 100%; }

/* four fifths */
#tabbed .cell.w-83 {
  width: 83%; }

/* three fifths */
#tabbed .cell.w-66 {
  width: 66%; }

/* half width */
#tabbed .cell.w-49 {
  width: 49%; }

/* two fifths */
#tabbed .cell.w-32 {
  width: 32%; }

/* one fifth */
#tabbed .cell.w-15 {
  width: 15%; }

/* table */
#tabbed .cell.table.first {
  padding-left: 10px; }

#tabbed .cell.table.first.blue {
  background: #6E98E3; }

#tabbed .cell.table.first.black {
  background: #333; }

#tabbed .cell.table.first p {
  color: #fff; }

#tabbed .cell.table.exposed p {
  color: #f00; }

/***** Helper margins *****/
#tabbed .mt-5 {
  margin-top: 5px; }

#tabbed .mt-10 {
  margin-top: 10px; }

#tabbed .mt-15 {
  margin-top: 15px; }

#tabbed .mt-20 {
  margin-top: 20px; }

#tabbed .mt-30 {
  margin-top: 30px; }

/***** Clearfixes *****/
#tabbed .clrfx {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  content: ""; }

/***** Floats *****/
#tabbed .fl-left {
  float: left; }

#tabbed .fl-right {
  float: right; }

/*  ==================
    5. CONTENT
    ==================  */
/***** Titles *****/
#tabbed .title.large {
  font-size: 33px;
  color: #4877cb;
  text-transform: uppercase;
  border-bottom: solid 8px #f0f0f0;
  padding-bottom: 16px; }

#tabbed .title.normal {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400; }

#tabbed .title.small {
  font-size: 20px;
  color: #333;
  font-weight: 400; }

#tabbed .title.mini {
  font-size: 16px;
  color: #666;
  font-weight: 400; }

#tabbed .title.inline {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 6px; }

#tabbed .title.table {
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  border-bottom: solid 2px #f0f0f0; }

#tabbed .title.table.headline {
  text-transform: uppercase;
  color: #fff;
  border-bottom: solid 2px #fff; }

#tabbed .title.icon:before {
  padding-right: 10px;
  color: #bbb; }

/***** Paragraphs *****/
#tabbed p {
  display: block; }

#tabbed p.large {
  font-size: 18px;
  line-height: 24px;
  color: #555; }

#tabbed p.normal {
  font-size: 14px;
  line-height: 22px;
  color: #999; }

#tabbed p.small {
  font-size: 10px;
  line-height: 16px;
  color: #bbb; }

#tabbed p b {
  color: #555;
  font-weight: inherit; }

#tabbed p.small span.icon {
  padding-right: 8px; }

#tabbed p.normal span.icon {
  padding-right: 10px; }

#tabbed p.large span.icon {
  padding-right: 12px; }

/***** Quoted paragraphs *****/
#tabbed p.quote {
  font-size: 12px;
  color: #6E99E3;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  padding-left: 16px;
  border-left: solid 6px #f0f0f0; }

#tabbed p.framed-quote {
  background: #6e98e3;
  color: #fff;
  font-size: 12px;
  padding: 20px;
  line-height: 18px;
  position: relative; }

#tabbed p.framed-quote:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid; }

#tabbed p.framed-quote.arrow-left:before {
  left: -10px;
  /* Same as the border width */
  top: 50%;
  margin-top: -14px;
  /* Same as border height */
  border-width: 14px 10px 14px 0;
  border-color: transparent #6e99e3 transparent transparent; }

#tabbed p.framed-quote.arrow-right:before {
  right: -10px;
  /* Same as the border width */
  top: 50%;
  margin-top: -14px;
  /* Same as border height */
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #6e99e3; }

#tabbed p.framed-quote.arrow-top:before {
  left: 50%;
  top: -10px;
  /* Same as the border width */
  margin-left: -14px;
  /* Same as border height */
  border-width: 0 14px 10px 14px;
  border-color: transparent transparent #6e99e3 transparent; }

#tabbed p.framed-quote.arrow-bottom:before {
  left: 50%;
  bottom: -10px;
  /* Same as the border width */
  margin-left: -14px;
  /* Same as border height */
  border-width: 10px 14px 0 14px;
  border-color: #6e99e3 transparent transparent transparent; }

#tabbed p.framed-quote span.icon {
  padding-right: 6px; }

/***** Links and buttons *****/
#tabbed a {
  color: #6e98e3; }

#tabbed a:hover {
  color: inherit; }

#tabbed .button {
  color: #fff;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer; }

#tabbed .button:hover {
  color: #fff; }

#tabbed .button:before {
  float: right; }

#tabbed .button.blue {
  background: #6e98e3; }

#tabbed .button.black {
  background: #333; }

#tabbed .button.grey.light {
  background: #bbb; }

#tabbed .button.grey.dark {
  background: #777; }

#tabbed .button.blue:hover {
  background: #333; }

#tabbed .button.black:hover {
  background: #6e98e3; }

#tabbed .button.grey:hover {
  background: #555; }

/***** List style *****/
#tabbed ul {
  padding-left: 10px; }

#tabbed ul > li {
  font-size: 13px;
  list-style-type: none; }

#tabbed ul li:before {
  display: inline-block;
  margin-right: 6px;
  text-align: left;
  font-family: 'entypo', sans-serif;
  font-weight: normal;
  content: "\e762";
  color: #bbb; }

/***** Iframe for video *****/
#tabbed iframe {
  width: 100%;
  /* This value ensures that the video is 100% width of the content area */
  height: 480px;
  /* This is video height, which can be adjusted according to the content */ }

/***** Map *****/
#tabbed .map {
  width: 90%;
  height: 380px;
  display: inline-block; }

#tabbed .map-wrap {
  padding: 14px;
  width: 260px; }

#tabbed .map-wrap .b-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #FF2424;
  padding-bottom: 4px;
  display: block;
  width: 100%; }

#tabbed .map-wrap p {
  display: block;
  clear: both;
  font-size: 13px;
  color: #999;
  padding-bottom: 4px; }

#tabbed .map-wrap .b-info {
  font-size: 12px;
  color: #333;
  margin-top: 12px; }

#tabbed .map-wrap .b-info span {
  padding-right: 6px; }

/***** Form layout *****/
#tabbed input,
#tabbed select,
#tabbed textarea {
  display: inline-block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 12px 20px 10px 10px;
  font-size: 16px;
  color: #333; }

#tabbed input:hover,
#tabbed input:focus,
#tabbed select:hover,
#tabbed select:focus,
#tabbed textarea:hover,
#tabbed textarea:focus {
  border-bottom-color: #333;
  outline: none; }

#tabbed textarea {
  resize: none;
  overflow: hidden;
  height: 46px; }

#tabbed textarea:focus {
  height: 140px; }

#tabbed input.reset {
  border: none;
  outline: none;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  text-align: right;
  background: #fff; }

#tabbed input.reset:hover {
  color: #6E98E3; }

#tabbed select {
  background: none;
  background-color: transparent;
  height: auto;
  padding-left: 8px;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#tabbed select.grayed {
  color: #999; }

#arrow-select,
#arrow-select-svg {
  background: #fff url("../img/select.png") no-repeat 0 11px;
  width: 44px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
  vertical-align: middle;
  outline: none;
  border: none;
  z-index: 3; }

#tabbed select:hover ~ #arrow-select,
#tabbed select:focus ~ #arrow-select,
#tabbed select:hover ~ #arrow-select-svg,
#tabbed select:focus ~ #arrow-select-svg {
  background: #fff url("../img/select-focus.png") no-repeat 0 11px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #arrow-select-svg {
    display: none;
    /* <-- Hide svg arrow in webkit browsers and IE9/10 (pointer events don't work in those IE) */ } }
x:-o-prefocus, #arrow-select {
  display: none;
  /* <-- Hack for Opera 12 */ }

/*-- Webkit placeholder --*/
#tabbed input::-webkit-input-placeholder,
#tabbed textarea::-webkit-input-placeholder {
  color: #999; }

#tabbed input:focus::-webkit-input-placeholder,
#tabbed textarea:focus::-webkit-input-placeholder {
  color: #ccc; }

/*-- Firefox 19 down placeholder --*/
#tabbed input:-moz-placeholder,
#tabbed textarea:-moz-placeholder {
  color: #999; }

#tabbed input:focus:-moz-placeholder,
#tabbed textarea:focus:-moz-placeholder {
  color: #ccc; }

/*-- Firefox 19 up placeholder --*/
#tabbed input::-moz-placeholder,
#tabbed textarea::-moz-placeholder {
  color: #999; }

#tabbed input:focus::-moz-placeholder,
#tabbed textarea:focus::-moz-placeholder {
  color: #ccc; }

/*-- IE 10+ placeholder --*/
#tabbed input:-ms-input-placeholder,
#tabbed textarea:-ms-input-placeholder {
  color: #999; }

#tabbed input:focus:-ms-input-placeholder,
#tabbed textarea:focus:-ms-input-placeholder {
  color: #ccc; }

/*-- IE 9 placeholder --*/
#tabbed .ie9-placeholder {
  color: #999 !important; }

#tabbed .ie9-placeholder:focus {
  color: #ccc !important; }

/* Required field */
#tabbed input:required,
#tabbed textarea:required,
#tabbed select:required {
  background: #fff url(img/required.png) no-repeat 100% 18px;
  outline: none;
  box-shadow: none; }

/* Invalid field */
#tabbed input:hover:invalid,
#tabbed textarea:hover:invalid,
#tabbed select:hover:invalid {
  background: #fff url(img/focused.png) no-repeat 100% 18px;
  outline: none;
  box-shadow: none; }

/* Valid field */
#tabbed input:required:valid,
#tabbed textarea:required:valid,
#tabbed select:required:valid {
  background: #fff url(img/valid.png) no-repeat 100% 18px;
  outline: none;
  box-shadow: none; }

/* Invalid field */
#tabbed input:focus:invalid,
#tabbed textarea:focus:invalid,
#tabbed select:focus:invalid {
  background: #fff url(img/invalid.png) no-repeat 100% 18px;
  outline: none;
  box-shadow: none; }

/*  ==================
    6. VISUAL CANDIES
    ==================  */
/***** Transitions *****/
#tabbed a,
#tabbed input,
#tabbed select,
#tabbed textarea,
#tabbed label.tabs,
#tabbed input:checked ~ .wrapper > div {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.2s; }

/***** Shadows *****/
#tabbed .wrapper.shadow,
#tabbed input:checked + label.tabs.shadow {
  -webkit-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.3); }

/*  ==================
    7. MEDIA QUERIES
    ==================  */
/***** Max width 1024px *****/
@media screen and (max-width: 1024px) {
  #tabbed {
    width: 100%; }

  #tabbed label.tabs {
    padding: 0 30px; } }
/***** Max width 800px *****/
@media screen and (max-width: 800px) {
  #tabbed .cell.w-83,
  #tabbed .cell.w-66,
  #tabbed .cell.w-49,
  #tabbed .cell.w-32,
  #tabbed .cell.w-15 {
    width: 100%; }

  #tabbed .cell {
    margin: 2% 0; }

  #tabbed p.framed-quote:before {
    display: none; }

  #tabbed label.tabs {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  #tabbed label.tabs:before {
    display: inline-block;
    padding: 0;
    width: 30px; }

  #tabbed input:checked + label.tabs.shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  #tabbed .wrapper.shadow {
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3); }

  #tabbed .fl-right {
    float: left; }

  #tabbed iframe {
    height: 380px; }

  #tabbed .map {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
