/* Scss Document */
/*============================================================================
  District Theme
  Copyright 2015 Style Hatch Inc.
  Author Jonathan Moore @moore

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use @imports in this file
        * Use grunt or gulp tasks to enable @imports - https://github.com/Shopify/shopify-css-import
==============================================================================*/
/*============================================================================
  Table of Contents

  #General Variables
  #Typography Variables
  #Grid
  #Mixins
  #Bourbon - Partial Library Mixins
  #Normalize
  #Lists
  #Typography
  #Icons
  // Modules
  #Basic
  #Header Util
  #Header - Site Header
  #Hero Content
  #Featured Text
  #Featured Grid
  #Collections
  #Products
  #Cart
  #Instagram Collection
  #Page
  #Blog
  #RTE (rich text editor)
  #Social Share
  #Content Util / Breadcrumbs
  #Forms
  #Site Footer
  #Conditional Old IE Fixes
  // Vendors
  #Big Slide
  #Flickity
  #Magnific

==============================================================================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  #Typography Variables
==============================================================================*/
/*============================================================================
  #Grid
    - Simple grid mixins
    - grid() on parent container with options to display gutterless or in reverse
    - grid-item() span 1-12 ($gridColumns)
==============================================================================*/
/*================ Outer Container ================*/
/*============================================================================
  #Mixins
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both;
    content: "";
    display: table; }

/*============================================================================
  #Bourbon - Partial Library Mixins
==============================================================================*/
/*============================================================================
  #Normalize
==============================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  cursor: pointer;
  background: transparent; }
  a:focus {
    outline-color: #0679ad; }
  a:hover, a:active {
    outline: 0; }

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

h2, .h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6, .h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

.btn1 {
  background: #000;
  color: #b0b0b0;
  font-family: 'Oswald';
  font-weight: 600; }

.btn1:hover {
  color: #E04530;
  border-color: #E04530; }

span.divider {
  border-right: 1px solid #77727285;
  padding: 4px 4px;
  box-shadow: 1px 0px #8888; }

button,
select {
  text-transform: none; }

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

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

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

button,
input:not([type="radio"]) {
  border-radius: 0px; }

select::-ms-expand {
  display: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
input[type="radio"]:checked {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background-color: #0679ad; }

/*============================================================================
  #Lists
==============================================================================*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.9375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9375em; }
  dl dd {
    margin: 0; }

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto Condensed";
  color: #4f4f4f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ico-select.svg?v=9524275364047831937");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 0 28px 0 10px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Oswald";
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: black; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

* {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  /* was this...
  word-break:     break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
  */ }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 2.25em; }

h2, .h2 {
  font-size: 1.75em; }

h3, .h3 {
  font-size: 1.375em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.875em; }

p {
  margin: 0 0 0.9375em 0; }
  p img {
    margin: 0; }

a {
  color: #0679ad; }
  a:hover, a:focus {
    color: #034563; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

/*============================================================================
  #Icons
==============================================================================*/
/*================ ICONS ================*/
span.icon-fallback-text span.icon,
button.icon-fallback-text span.icon,
span.icon-text span.icon,
button.icon-text span.icon {
  position: relative;
  top: 2px;
  display: inline-block; }
span.icon-fallback-text span.fallback-text,
button.icon-fallback-text span.fallback-text,
span.icon-text span.fallback-text,
button.icon-text span.fallback-text {
  display: none; }

/*============================================================================
  // Modules
==============================================================================*/
/*============================================================================
  #Basic
==============================================================================*/
html {
  background-color: black; }

body {
  background-color: white;
  /*
  @if $siteBorderAll {
    border: 10px solid $siteBorderColor;
  } @else {
    border-top: 10px solid $siteBorderColor;
  }
  */
  padding-top: 28px; }
  @media screen and (max-width: 600px) {
    body {
      border: 0px; } }

main > div:last-of-type {
  padding-bottom: 40px;
  border-bottom: none; }

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

.button.outline, p.buttons.outline > a, div.hero-content .cell-content a.button {
  padding: 2px 12px;
  border: 2px solid #4f4f4f;
  color: #4f4f4f;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald";
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: none; }
  .button.outline:hover, p.buttons.outline > a:hover, div.hero-content .cell-content a.button:hover, .button.outline:focus, p.buttons.outline > a:focus, div.hero-content .cell-content a.button:focus {
    color: #0679ad;
    border-color: #0679ad; }
  .button.outline.large, p.buttons.outline > a.large, div.hero-content .cell-content a.large.button {
    padding: 6px 24px;
    font-size: 14px; }

.button.simple {
  color: #4f4f4f;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald";
  font-size: 11px;
  text-decoration: none; }
  .button.simple:hover, .button.simple:focus {
    color: #0679ad; }

.button.solid, p.buttons.solid > a {
  padding: 4px 14px;
  background: #0679ad;
  /*color: $primaryTextOnAccentColor;*/
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald";
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 6px; }
  .button.solid:hover, p.buttons.solid > a:hover, .button.solid:focus, p.buttons.solid > a:focus {
    background: #034563; }
  .button.solid:focus, p.buttons.solid > a:focus {
    outline: none; }
  .button.solid.large, p.buttons.solid > a.large {
    padding: 6px 24px;
    font-size: 14px; }

.button.vanish {
  padding: 4px 14px;
  /*background: #b3940b;*/
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/vanish_head_bkg.png?v=4673115993515272936);
  /*color: $primaryTextOnAccentColor;*/
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald";
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 6px; }
  .button.vanish:hover, .button.vanish:focus {
    background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/vanish_head_bkg2.png?v=15398377016987456403);
    color: #333333; }
  .button.vanish:focus {
    outline: none; }
  .button.vanish.large {
    padding: 6px 24px;
    font-size: 14px; }

a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

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

.pagination {
  margin: 40px auto 0;
  text-align: center;
  *zoom: 1;
  display: inline-block; }
  .pagination:after {
    clear: both;
    content: "";
    display: table; }
  .pagination li {
    float: left; }
    .pagination li a,
    .pagination li span {
      display: block;
      border-top: 2px solid #dbdbdb;
      border-bottom: 2px solid #dbdbdb;
      border-right: 2px solid #dbdbdb;
      padding: 4px 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.75em;
      color: #727272; }
    .pagination li a:hover,
    .pagination li a:focus {
      background: #0679ad;
      color: white; }
    .pagination li:first-child a,
    .pagination li:first-child span {
      border-left: 2px solid #dbdbdb; }
    .pagination li.disabled a,
    .pagination li.disabled span, .pagination li.active a,
    .pagination li.active span {
      cursor: default; }
    .pagination li.active a,
    .pagination li.active span {
      background: white;
      color: #0679ad; }
    .pagination li.disabled a,
    .pagination li.disabled span {
      color: #b8b8b8;
      background: transparent; }

ul.social-icons {
  margin: 0;
  padding: 0; }
  ul.social-icons li {
    display: inline-block;
    margin-right: 10px; }
    ul.social-icons li a {
      display: block;
      font-size: 1.125em;
      position: relative;
      top: -3px;
      color: #4f4f4f; }
      ul.social-icons li a:hover, ul.social-icons li a:focus {
        color: #0679ad; }
    ul.social-icons li:last-child {
      margin-right: 0; }

/*============================================================================
  #Header Util
==============================================================================*/
header.util {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  *zoom: 1;
  background: black;
  color: #c5c5c5;
  font-size: 0.75em;
  font-family: "Oswald"; }
  header.util:after {
    clear: both;
    content: "";
    display: table; }
  header.util a {
    color: #c5c5c5;
    text-decoration: none; }
    header.util a:hover, header.util a:focus {
      opacity: 0.8; }
    header.util a:focus {
      outline-color: #c5c5c5; }
  header.util .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    header.util .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.util .left-wrapper {
    margin: 6px 10px;
    float: left; }
  header.util .right-wrapper {
    margin: 6px 10px;
    float: right; }
  header.util .search-wrapper {
    display: none;
    margin: 10px;
    margin: 10px;
    padding: 20px 10px 20px;
    background: white; }
    header.util .search-wrapper form {
      margin: 0;
      padding: 0;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      *zoom: 1;
      margin: 0;
      padding: 0;
      font-size: 0;
      margin-left: -30px;
      direction: ltr; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form > * {
        padding-left: 30px; }
      header.util .search-wrapper form > * {
        display: inline-block; }
      header.util .search-wrapper form link {
        display: none; }
    header.util .search-wrapper .icon-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper .input-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 83.33333%; }
    header.util .search-wrapper .button-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper span.icon {
      color: #0679ad;
      font-size: 1.25em; }
    header.util .search-wrapper span.icon-fallback-text {
      display: block;
      height: 60px;
      width: 100%;
      text-align: right;
      line-height: 60px; }
    header.util .search-wrapper input {
      height: 60px;
      width: 100%;
      padding: 0 16px;
      border: 0px;
      border-bottom: 2px solid #dbdbdb;
      background-color: transparent;
      font-size: 2.25em;
      color: #4f4f4f; }
      header.util .search-wrapper input:focus {
        outline: 0;
        background-color: white;
        border-bottom: 2px solid #959595; }
    header.util .search-wrapper span.input-group-btn {
      height: 60px; }
      header.util .search-wrapper span.input-group-btn button {
        width: 100%;
        height: 60px;
        text-align: left;
        padding: 0px;
        border: 0px;
        background-color: transparent; }
  header.util ul,
  header.util a,
  header.util li,
  header.util .left-wrapper,
  header.util .right-wrapper {
    display: inline-block;
    vertical-align: middle; }
  header.util span.icon {
    font-size: 1.25em;
    margin-right: 2px; }
  header.util li {
    margin-right: 4px;
    padding-right: 6px;
    border-right: 1px solid #272727; }
    header.util li a {
      display: inline-block;
      padding: 4px 6px; }
    header.util li:last-child {
      border-right: 0px; }
    header.util li.mobile-menu {
      display: none; }
      header.util li.mobile-menu a.toggle-menu span.icon {
        position: relative;
        top: 2px; }
  header.util a#CartButton {
    padding: 2px 12px; }
    header.util a#CartButton:hover, header.util a#CartButton:focus {
      opacity: 1;
      background-color: #c5c5c5;
      color: black; }
  @media screen and (max-width: 700px) {
    header.util .left-wrapper ul.text-links li {
      display: none; }
      header.util .left-wrapper ul.text-links li.mobile-menu {
        display: inline-block; }
    header.util .right-wrapper ul.text-links li {
      display: none; } }

.cart-preview {
  display: none;
  position: absolute;
  top: 33px;
  right: 10px;
  padding: 20px;
  width: 300px;
  background: white;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #4f4f4f;
  text-transform: none; }
  @media screen and (max-width: 600px) {
    .cart-preview {
      top: 37px;
      left: 0;
      right: 0;
      padding: 20px;
      width: auto; } }
  .cart-preview .cart-preview-title {
    font-size: 1.25em;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededed; }
  .cart-preview .box.product {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ededed; }
    .cart-preview .box.product a {
      color: #4f4f4f; }
      .cart-preview .box.product a:hover, .cart-preview .box.product a:focus {
        opacity: 1; }
    .cart-preview .box.product figure {
      *zoom: 1; }
      .cart-preview .box.product figure:after {
        clear: both;
        content: "";
        display: table; }
      .cart-preview .box.product figure > a {
        display: block;
        float: left; }
        .cart-preview .box.product figure > a img {
          max-width: 50px;
          height: auto;
          display: block;
          margin-right: 6px; }
      .cart-preview .box.product figure figcaption a {
        display: block;
        font-size: 1.25em; }
      .cart-preview .box.product figure figcaption ul.options li {
        margin: 0;
        padding: 0;
        color: #a7a7a7;
        border-right: none; }
        .cart-preview .box.product figure figcaption ul.options li:after {
          content: ','; }
        .cart-preview .box.product figure figcaption ul.options li:last-child:after {
          content: ''; }
      .cart-preview .box.product figure figcaption span.price {
        display: block; }
  .cart-preview .cart-preview-total {
    margin-bottom: 10px;
    *zoom: 1;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededed; }
    .cart-preview .cart-preview-total:after {
      clear: both;
      content: "";
      display: table; }
    .cart-preview .cart-preview-total .count {
      font-style: italic;
      font-size: 13px;
      margin-bottom: 4px; }
      .cart-preview .cart-preview-total .count span {
        color: #0679ad; }
    .cart-preview .cart-preview-total .label {
      margin-top: 3px;
      float: left;
      font-size: 10px;
      text-transform: none;
      font-weight: 600; }
    .cart-preview .cart-preview-total .total {
      display: inline-block;
      font-weight: bold;
      font-size: 15px;
      float: right; }
  .cart-preview a.button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer; }
    .cart-preview a.button.outline, .cart-preview p.buttons.outline > a, .cart-preview div.hero-content .cell-content a.button, div.hero-content .cell-content .cart-preview a.button {
      margin-top: 8px;
      padding-top: 6px;
      padding-bottom: 6px; }

.search-wrapper {
  margin: 10px;
  padding: 20px 10px 20px;
  background: white; }
  .search-wrapper form {
    margin: 0;
    padding: 0;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form > * {
      padding-left: 30px; }
    .search-wrapper form > * {
      display: inline-block; }
    .search-wrapper form link {
      display: none; }
  .search-wrapper .icon-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper .input-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 83.33333%; }
  .search-wrapper .button-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper span.icon {
    color: #0679ad;
    font-size: 1.25em; }
  .search-wrapper span.icon-fallback-text {
    display: block;
    height: 60px;
    width: 100%;
    text-align: right;
    line-height: 60px; }
  .search-wrapper input {
    height: 60px;
    width: 100%;
    padding: 0 16px;
    border: 0px;
    border-bottom: 2px solid #dbdbdb;
    background-color: transparent;
    font-size: 2.25em;
    color: #4f4f4f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-wrapper input:focus {
      outline: 0;
      background-color: white;
      border-bottom: 2px solid #959595; }
  .search-wrapper span.input-group-btn {
    height: 60px; }
    .search-wrapper span.input-group-btn button {
      width: 100%;
      height: 60px;
      text-align: left;
      padding: 0px;
      border: 0px;
      background-color: transparent; }

/*============================================================================
  #Header - Site Header
==============================================================================*/
header.site-header {
  background-color: black;
  padding: 0px 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 39px;
  z-index: 1000;
  text-align: center; }
  @media screen and (max-width: 700px) {
    header.site-header {
      padding: 10px 20px 0; } }
  header.site-header .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
    header.site-header .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo {
    margin: 0;
    padding: 0;
    font-family: "Oswald";
    font-size: 2.25em;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }
    header.site-header h1.site-logo a, header.site-header .site-logo.h1 a, header.site-header div.site-logo a {
      color: #fffdfd;
      display: inline-block; }
    header.site-header h1.site-logo.has-image, header.site-header .site-logo.has-image.h1, header.site-header div.has-image.site-logo {
      padding: 0;
      margin: 0 auto; }
      header.site-header h1.site-logo.has-image a, header.site-header .site-logo.has-image.h1 a, header.site-header div.has-image.site-logo a {
        max-width: 200px; }
    header.site-header h1.site-logo img, header.site-header .site-logo.h1 img, header.site-header div.site-logo img {
      width: auto;
      max-width: 100%;
      height: 30px;
      display: block; }
  @media screen and (max-width: 800px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 2em; } }
  @media screen and (max-width: 600px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 1.75em; } }
  header.site-header nav.nav-bar {
    font-family: "Oswald";
    font-size: 0.875em;
    margin-bottom: 20px;
    position: relative;
    z-index: 100; }
    header.site-header nav.nav-bar ul.site-nav li {
      display: inline-block;
      padding: 0; }
      header.site-header nav.nav-bar ul.site-nav li:last-child {
        margin-right: 0px; }
      header.site-header nav.nav-bar ul.site-nav li.has-dropdown {
        position: relative; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:after {
          content: '';
          margin-left: 6px;
          opacity: 0.4;
          display: inline-block;
          height: 5px;
          width: 8px;
          position: relative;
          top: -1px;
          background-image: url("//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ico-dropdown.svg?v=8099294347026979356");
          background-position: center;
          background-repeat: no-repeat; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:hover:after {
          opacity: 1; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a {
          padding-right: 10px; }
          header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:hover, header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:focus {
            border-bottom-color: black; }
      header.site-header nav.nav-bar ul.site-nav li a {
        display: block;
        border: 1px solid transparent;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #b0b0b0;
        background: transparent;
        padding: 6px 12px; }
        header.site-header nav.nav-bar ul.site-nav li a:hover, header.site-header nav.nav-bar ul.site-nav li a:focus {
          color: #e04530;
          background: black; }
    header.site-header nav.nav-bar ul.dropdown {
      display: none;
      position: absolute;
      padding: 0;
      background: black;
      z-index: 1000;
      top: 36px;
      left: -6px;
      left: auto;
      text-align: left;
      border-left: 1px solid #0c0c0c;
      border-right: 1px solid #0c0c0c;
      border-bottom: 1px solid #0c0c0c; }
      header.site-header nav.nav-bar ul.dropdown li {
        display: block;
        margin: 0;
        padding: 0; }
        header.site-header nav.nav-bar ul.dropdown li:first-child {
          padding-top: 6px;
          border-top: 4px solid #333232; }
        header.site-header nav.nav-bar ul.dropdown li:last-child {
          padding-bottom: 6px; }
        header.site-header nav.nav-bar ul.dropdown li a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          display: block;
          margin: 0;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          letter-spacing: 1px;
          color: #b2b1b1;
          white-space: nowrap;
          padding: 10px 18px; }
          header.site-header nav.nav-bar ul.dropdown li a:hover, header.site-header nav.nav-bar ul.dropdown li a:focus {
            border: none; }
    header.site-header nav.nav-bar li.dropdown-hover > a {
      background-color: black !important;
      color: #e04530 !important; }
    header.site-header nav.nav-bar li.dropdown-hover > a:after {
      opacity: 1 !important; }
    header.site-header nav.nav-bar li.dropdown-hover ul.dropdown {
      display: block; }
    @media screen and (max-width: 700px) {
      header.site-header nav.nav-bar {
        display: none; } }
  header.site-header .layout-horizontal {
    display: table;
    width: 100%; }
    header.site-header .layout-horizontal .logo-contain {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    header.site-header .layout-horizontal nav.nav-bar {
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
      @media screen and (max-width: 700px) {
        header.site-header .layout-horizontal nav.nav-bar {
          display: none; } }
    header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
    header.site-header .layout-horizontal div.site-logo {
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 700px) {
        header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
        header.site-header .layout-horizontal div.site-logo {
          margin: 0 auto;
          text-align: center; } }
    header.site-header .layout-horizontal nav.nav-bar {
      padding: 0;
      margin: 0; }

#newsletter-offer {
  display: none;
  background-color: #232323;
  color: #c5c5c5;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0 -20px; }
  #newsletter-offer .wrapper {
    position: relative;
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }
    #newsletter-offer .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  #newsletter-offer .offer-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    text-align: left; }
    #newsletter-offer .offer-container:after {
      clear: both;
      content: "";
      display: table; }
    #newsletter-offer .offer-container > * {
      padding-left: 30px; }
    #newsletter-offer .offer-container > * {
      display: inline-block; }
    #newsletter-offer .offer-container link {
      display: none; }
  #newsletter-offer .offer-message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    text-align: left; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-message {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center;
        width: 100%;
        margin-bottom: 16px; } }
    #newsletter-offer .offer-message h4, #newsletter-offer .offer-message .h4 {
      margin: 0px;
      font-size: 1.25em;
      color: #3592cc;
      font-weight: 600;
      text-transform: none; }
    #newsletter-offer .offer-message p {
      margin: 0px;
      font-size: 0.875em; }
  #newsletter-offer .offer-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-top: -22px; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-email {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center;
        width: 100%;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0px; } }
    #newsletter-offer .offer-email form {
      padding-right: 24px;
      display: table;
      border-collapse: collapse;
      width: 100%;
      height: 44px;
      max-width: 400px;
      margin: 0 auto;
      float: right; }
      @media screen and (max-width: 700px) {
        #newsletter-offer .offer-email form {
          float: none;
          max-width: 400px;
          margin: 0 auto; }
          #newsletter-offer .offer-email form button {
            margin-right: 0; } }
    #newsletter-offer .offer-email .input-wrapper {
      display: table-cell;
      width: 100%; }
    #newsletter-offer .offer-email .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
    #newsletter-offer .offer-email input {
      border: 2px solid #747474;
      padding: 7px 8px 9px;
      font-size: 0.6875em;
      font-weight: 600;
      color: #c5c5c5;
      background-color: transparent;
      margin-right: 2.4%;
      width: 100%;
      outline: 0;
      height: 44px; }
      #newsletter-offer .offer-email input:focus {
        border-color: #c5c5c5; }
      #newsletter-offer .offer-email input::-webkit-input-placeholder {
        color: #747474; }
      #newsletter-offer .offer-email input::-moz-placeholder {
        color: #747474; }
      #newsletter-offer .offer-email input:-moz-placeholder {
        color: #747474; }
      #newsletter-offer .offer-email input:-ms-input-placeholder {
        color: #747474; }
    #newsletter-offer .offer-email button {
      padding: 10px;
      background-color: #3592cc;
      color: #232323;
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Oswald";
      border: 0;
      height: 44px;
      margin: 0 24px 0 6px;
      word-break: normal;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none; }
  #newsletter-offer .offer-close span.icon-text {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    opacity: 0.2;
    cursor: pointer;
    z-index: 100; }
    #newsletter-offer .offer-close span.icon-text:hover, #newsletter-offer .offer-close span.icon-text:focus {
      opacity: 1;
      color: #3592cc; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-close span.icon-text {
        top: 6px;
        right: -10px;
        margin-top: 0; } }
  #newsletter-offer .offer-close span.text {
    display: none; }
  #newsletter-offer.style-overlay {
    margin: 0 auto;
    width: 100%;
    max-width: 400px; }
    #newsletter-offer.style-overlay .offer-container {
      margin: 0; }
    #newsletter-offer.style-overlay .offer-message {
      width: 100%;
      padding: 0;
      text-align: center; }
    #newsletter-offer.style-overlay .offer-email {
      width: 100%;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      text-align: center;
      position: static;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      border-top: 1px solid #434343; }
      #newsletter-offer.style-overlay .offer-email button {
        margin-right: 0; }
    #newsletter-offer.style-overlay .offer-close span.icon-text {
      top: 6px;
      right: -6px;
      margin-top: 0; }
  #newsletter-offer button.mfp-close {
    display: none; }

.mfp-content #newsletter-offer {
  display: block; }

/*============================================================================
  #Hero Content
==============================================================================*/
div.hero-content {
  margin-top: -4px; }
  div.hero-content.multiple {
    padding-bottom: 0;
    background-color: white; }
  div.hero-content.header {
    padding-bottom: 0; }
  div.hero-content.above {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px; }
  div.hero-content .wrapper {
    background-color: black;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    div.hero-content .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.hero-content img {
    width: 100%;
    height: auto;
    display: block; }
  div.hero-content .gallery-cell {
    width: 100%;
    height: auto;
    position: relative; }
  div.hero-content .cell-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    /*
        @include mediaQuery($max, $tablet) {
          h2 {
            font-size: 24px;
          }
          p {
            font-size: 15px;
            margin-bottom: 0;
          }
          a.button {
            margin: 0.5em 0;
            padding: 2px 6px;
            font-size: 11px;
          }
        }
    
        @include mediaQuery($max, $mobile) {
          h2 {
            font-size: 15px;
          }
          p {
            font-size: 12px;
          }
        }
    */ }
    div.hero-content .cell-content.justify-start .inner-wrapper {
      text-align: left; }
    div.hero-content .cell-content.justify-center .inner-wrapper {
      text-align: center; }
      div.hero-content .cell-content.justify-center .inner-wrapper h2 span, div.hero-content .cell-content.justify-center .inner-wrapper .h2 span,
      div.hero-content .cell-content.justify-center .inner-wrapper p span {
        margin-left: auto;
        margin-right: auto; }
    div.hero-content .cell-content.justify-end .inner-wrapper {
      text-align: right; }
      div.hero-content .cell-content.justify-end .inner-wrapper h2, div.hero-content .cell-content.justify-end .inner-wrapper .h2,
      div.hero-content .cell-content.justify-end .inner-wrapper p {
        *zoom: 1; }
        div.hero-content .cell-content.justify-end .inner-wrapper h2:after, div.hero-content .cell-content.justify-end .inner-wrapper .h2:after,
        div.hero-content .cell-content.justify-end .inner-wrapper p:after {
          clear: both;
          content: "";
          display: table; }
        div.hero-content .cell-content.justify-end .inner-wrapper h2 span, div.hero-content .cell-content.justify-end .inner-wrapper .h2 span,
        div.hero-content .cell-content.justify-end .inner-wrapper p span {
          float: right; }
    div.hero-content .cell-content.align-start .inner-wrapper {
      vertical-align: top; }
    div.hero-content .cell-content.align-center .inner-wrapper {
      vertical-align: middle; }
    div.hero-content .cell-content.align-end .inner-wrapper {
      vertical-align: bottom; }
    div.hero-content .cell-content .content-box {
      padding: 40px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 800px) {
        div.hero-content .cell-content .content-box {
          padding: 20px;
          font-size: 14px; } }
      @media screen and (max-width: 600px) {
        div.hero-content .cell-content .content-box {
          padding: 10px;
          font-size: 12px; } }
    div.hero-content .cell-content .outer-wrapper {
      display: table;
      width: 100%;
      height: 100%; }
    div.hero-content .cell-content .inner-wrapper {
      display: table-cell;
      width: 100%; }
    div.hero-content .cell-content h2, div.hero-content .cell-content .h2,
    div.hero-content .cell-content p {
      color: #fff; }
      div.hero-content .cell-content h2 span, div.hero-content .cell-content .h2 span,
      div.hero-content .cell-content p span {
        display: block;
        max-width: 40%; }
    div.hero-content .cell-content h2, div.hero-content .cell-content .h2 {
      font-size: 34px;
      margin-bottom: 0;
      text-transform: none;
      line-height: 1.2; }
    div.hero-content .cell-content p {
      font-size: 16px;
      margin-bottom: 10px; }
    div.hero-content .cell-content a {
      pointer-events: auto; }
    div.hero-content .cell-content a.button {
      display: inline-block;
      margin: 8px 0 0;
      padding: 4px 24px;
      font-size: 0.75em; }
  div.hero-content .js-flickity .cell-content {
    visibility: hidden; }
  div.hero-content .js-flickity.flickity-enabled .cell-content {
    visibility: visible; }
  div.hero-content .homepage_hero_image_1 .cell-content h2, div.hero-content .homepage_hero_image_1 .cell-content .h2,
  div.hero-content .homepage_hero_image_1 .cell-content p {
    color: #ffffff; }
  div.hero-content .homepage_hero_image_1 .cell-content a {
    color: #0679ad; }
    div.hero-content .homepage_hero_image_1 .cell-content a.button {
      border-color: #0679ad; }
      div.hero-content .homepage_hero_image_1 .cell-content a.button:hover, div.hero-content .homepage_hero_image_1 .cell-content a.button:focus {
        color: #ffffff;
        border-color: #ffffff; }
    div.hero-content .homepage_hero_image_1 .cell-content a:hover, div.hero-content .homepage_hero_image_1 .cell-content a:focus {
      color: #ffffff;
      border-color: #ffffff; }
  div.hero-content .homepage_hero_image_2 .cell-content h2, div.hero-content .homepage_hero_image_2 .cell-content .h2,
  div.hero-content .homepage_hero_image_2 .cell-content p {
    color: #ffffff; }
  div.hero-content .homepage_hero_image_2 .cell-content a {
    color: #0679ad; }
    div.hero-content .homepage_hero_image_2 .cell-content a.button {
      border-color: #0679ad; }
      div.hero-content .homepage_hero_image_2 .cell-content a.button:hover, div.hero-content .homepage_hero_image_2 .cell-content a.button:focus {
        color: #ffffff;
        border-color: #ffffff; }
    div.hero-content .homepage_hero_image_2 .cell-content a:hover, div.hero-content .homepage_hero_image_2 .cell-content a:focus {
      color: #ffffff;
      border-color: #ffffff; }
  div.hero-content .homepage_hero_image_3 .cell-content h2, div.hero-content .homepage_hero_image_3 .cell-content .h2,
  div.hero-content .homepage_hero_image_3 .cell-content p {
    color: #ffffff; }
  div.hero-content .homepage_hero_image_3 .cell-content a {
    color: #0679ad; }
    div.hero-content .homepage_hero_image_3 .cell-content a.button {
      border-color: #0679ad; }
      div.hero-content .homepage_hero_image_3 .cell-content a.button:hover, div.hero-content .homepage_hero_image_3 .cell-content a.button:focus {
        color: #ffffff;
        border-color: #ffffff; }
    div.hero-content .homepage_hero_image_3 .cell-content a:hover, div.hero-content .homepage_hero_image_3 .cell-content a:focus {
      color: #ffffff;
      border-color: #ffffff; }
  div.hero-content .homepage_hero_image_4 .cell-content h2, div.hero-content .homepage_hero_image_4 .cell-content .h2,
  div.hero-content .homepage_hero_image_4 .cell-content p {
    color: #ffffff; }
  div.hero-content .homepage_hero_image_4 .cell-content a {
    color: #0679ad; }
    div.hero-content .homepage_hero_image_4 .cell-content a.button {
      border-color: #0679ad; }
      div.hero-content .homepage_hero_image_4 .cell-content a.button:hover, div.hero-content .homepage_hero_image_4 .cell-content a.button:focus {
        color: #ffffff;
        border-color: #ffffff; }
    div.hero-content .homepage_hero_image_4 .cell-content a:hover, div.hero-content .homepage_hero_image_4 .cell-content a:focus {
      color: #ffffff;
      border-color: #ffffff; }
  div.hero-content .homepage_hero_image_5 .cell-content h2, div.hero-content .homepage_hero_image_5 .cell-content .h2,
  div.hero-content .homepage_hero_image_5 .cell-content p {
    color: #ffffff; }
  div.hero-content .homepage_hero_image_5 .cell-content a {
    color: #0679ad; }
    div.hero-content .homepage_hero_image_5 .cell-content a.button {
      border-color: #0679ad; }
      div.hero-content .homepage_hero_image_5 .cell-content a.button:hover, div.hero-content .homepage_hero_image_5 .cell-content a.button:focus {
        color: #ffffff;
        border-color: #ffffff; }
    div.hero-content .homepage_hero_image_5 .cell-content a:hover, div.hero-content .homepage_hero_image_5 .cell-content a:focus {
      color: #ffffff;
      border-color: #ffffff; }

div.header-content {
  padding-bottom: 0 !important; }
  div.header-content .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    div.header-content .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.header-content img {
    max-width: 100%;
    height: auto;
    display: block; }

/*============================================================================
  #Featured Text
==============================================================================*/
div.featured-text {
  padding: 40px 20px;
  background-color: white; }
  div.featured-text .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    div.featured-text .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (max-width: 600px) {
    div.featured-text {
      padding: 40px 20px 20px;
      font-size: 14px; } }
  div.featured-text h2.title, div.featured-text .title.h2 {
    text-align: center;
    margin-bottom: 0.25em;
    text-transform: none;
    font-weight: 400;
    font-size: 1.75em; }
  div.featured-text .content {
    margin: 0 auto; }
    div.featured-text .content p {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 800px) {
      div.featured-text .content {
        font-size: 1em; }
        div.featured-text .content p {
          max-width: none; } }
  div.featured-text.full-width {
    padding: 40px 0; }

/*============================================================================
  #Featured Grid
==============================================================================*/
div.featured-grid {
  padding: 40px 20px; }
  div.featured-grid .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    div.featured-grid .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.featured-grid h3, div.featured-grid .h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 400; }
  div.featured-grid .row {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    margin-bottom: 30px; }
    div.featured-grid .row:after {
      clear: both;
      content: "";
      display: table; }
    div.featured-grid .row > * {
      padding-left: 30px; }
    div.featured-grid .row > * {
      display: inline-block; }
    div.featured-grid .row link {
      display: none; }
    div.featured-grid .row.row-2 .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%; }
    div.featured-grid .row.row-3 .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 33.33333%; }
    div.featured-grid .row:last-of-type {
      margin-bottom: 0px; }
    @media screen and (max-width: 700px) {
      div.featured-grid .row {
        margin-bottom: 0; }
        div.featured-grid .row.row-2 .box, div.featured-grid .row.row-3 .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          margin-bottom: 20px; } }
  div.featured-grid .box a {
    display: block;
    background-size: contain;
    background-position: center center; }
  div.featured-grid .box figure {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 575px;
    margin: 0 auto; }
    div.featured-grid .box figure img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out;
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    div.featured-grid .box figure:after {
      -webkit-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out;
      content: '';
      background: transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10; }
    div.featured-grid .box figure figcaption {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      z-index: 20; }
      div.featured-grid .box figure figcaption h4, div.featured-grid .box figure figcaption .h4 {
        margin: 0 auto;
        display: inline-block;
        color: white;
        border: 2px solid white;
        text-transform: none;
        font-weight: bold;
        padding: 6px 16px;
        font-size: 1.6em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        width: auto;
        max-width: 90%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  div.featured-grid .box a.text-overlay:hover figure:after,
  div.featured-grid .box a.text-overlay:focus figure:after {
    background: rgba(6, 121, 173, 0.4); }
  div.featured-grid .box a.text-overlay:hover figcaption h4, div.featured-grid .box a.text-overlay:hover figcaption .h4,
  div.featured-grid .box a.text-overlay:focus figcaption h4,
  div.featured-grid .box a.text-overlay:focus figcaption .h4 {
    border-width: 4px;
    padding: 12px 32px;
    background-color: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  div.featured-grid .box a.zoom:hover figure img,
  div.featured-grid .box a.zoom:focus figure img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  div.featured-grid .box a.zoom:hover figcaption h4, div.featured-grid .box a.zoom:hover figcaption .h4,
  div.featured-grid .box a.zoom:focus figcaption h4,
  div.featured-grid .box a.zoom:focus figcaption .h4 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  div.featured-grid .box a.rollover figure img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  div.featured-grid .box a.rollover:hover figure:after,
  div.featured-grid .box a.rollover:focus figure:after {
    display: none; }
  div.featured-grid .box a.rollover:hover figure img,
  div.featured-grid .box a.rollover:focus figure img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0; }
  div.featured-grid .box figcaption.below {
    text-align: center; }
    div.featured-grid .box figcaption.below h3, div.featured-grid .box figcaption.below .h3 {
      margin: 0; }
    div.featured-grid .box figcaption.below a {
      padding: 6px 4px 0;
      display: block;
      color: black;
      text-transform: none;
      font-weight: 400; }

/*============================================================================
  #Collections
==============================================================================*/
.collection,
.featured-collection,
.simple-collection {
  padding: 0 20px 40px;
  background: white; }
  .collection.blog,
  .featured-collection.blog,
  .simple-collection.blog {
    padding-bottom: 0px; }
  @media screen and (max-width: 800px) {
    .collection,
    .featured-collection,
    .simple-collection {
      padding: 40px 20px; } }
  .collection .wrapper,
  .featured-collection .wrapper,
  .simple-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .collection .wrapper:after,
    .featured-collection .wrapper:after,
    .simple-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .collection .collection-container,
  .featured-collection .collection-container,
  .simple-collection .collection-container {
    padding: 12px 0 40px 0; }

body.template-index .collection,
body.template-index .featured-collection,
body.template-index .simple-collection {
  padding: 40px 20px; }

.featured-collection {
  padding: 40px 20px; }
  .featured-collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .featured-collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .featured-collection .grid > * {
      padding-left: 30px; }
    .featured-collection .grid > * {
      display: inline-block; }
    .featured-collection .grid link {
      display: none; }
  .featured-collection .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%;
    margin-bottom: 30px; }
    .featured-collection .box.header {
      text-align: center; }
      .featured-collection .box.header .details {
        width: 100%;
        padding-right: 30px; }
      .featured-collection .box.header h4, .featured-collection .box.header .h4 {
        font-size: 1.75em;
        text-transform: none;
        font-weight: 400; }
      @media screen and (max-width: 600px) {
        .featured-collection .box.header p {
          font-size: 0.875em; } }
    @media screen and (max-width: 800px) {
      .featured-collection .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .featured-collection .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        .featured-collection .box.header .details {
          padding-right: 0; } }
  .featured-collection.layout-8 .box.header, .featured-collection.layout-4 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
  .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    position: relative; }
    .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 800px) {
      .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        height: auto !important; }
        .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }

.simple-collection {
  padding: 40px 20px; }
  .simple-collection header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px; }
    .simple-collection header:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection header h4, .simple-collection header .h4 {
      float: left;
      margin: 0;
      font-size: 1.75em;
      text-transform: none;
      font-weight: 400; }
    .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header div.hero-content .cell-content a.button, div.hero-content .cell-content .simple-collection header a.button {
      float: right;
      top: 5px;
      position: relative;
      padding: 2px 12px;
      border: 2px solid #4f4f4f;
      color: #4f4f4f;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Oswald";
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .simple-collection header a.button.outline:hover, .simple-collection header p.buttons.outline > a:hover, .simple-collection header div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .simple-collection header a.button:hover, .simple-collection header a.button.outline:focus, .simple-collection header p.buttons.outline > a:focus, .simple-collection header div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .simple-collection header a.button:focus {
        color: #0679ad;
        border-color: #0679ad; }
    @media screen and (max-width: 800px) {
      .simple-collection header {
        text-align: center;
        padding-bottom: 20px; }
        .simple-collection header h4, .simple-collection header .h4 {
          float: none; }
        .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header div.hero-content .cell-content a.button, div.hero-content .cell-content .simple-collection header a.button {
          float: none;
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .simple-collection .product-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .simple-collection .product-container:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection .product-container > * {
      padding-left: 30px; }
    .simple-collection .product-container > * {
      display: inline-block; }
    .simple-collection .product-container link {
      display: none; }
    .simple-collection .product-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%;
      margin-bottom: 30px; }
      @media screen and (max-width: 800px) {
        .simple-collection .product-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .simple-collection .product-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }

.collection {
  margin-top: 0; }
  .collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: rtl; }
    .collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .grid > * {
      padding-left: 30px; }
    .collection .grid > * {
      direction: ltr;
      text-align: left;
      display: inline-block; }
    .collection .grid link {
      display: none; }
    .collection .grid .aside-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%; }
    .collection .grid .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 75%; }
    .collection .grid.full-width .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    @media screen and (max-width: 950px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 33.33333%; }
      .collection .grid .collection-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 66.66667%; } }
    @media screen and (max-width: 800px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
      .collection .grid .collection-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .collection.blog .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection.blog .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection.blog .grid > * {
      padding-left: 30px; }
    .collection.blog .grid > * {
      display: inline-block; }
    .collection.blog .grid link {
      display: none; }
  @media screen and (max-width: 800px) {
    .collection.blog .aside-container {
      display: none; } }
  .collection aside {
    *zoom: 1;
    margin-top: 6px;
    padding: 30px 30px;
    background: #f1f5f9; }
    .collection aside:after {
      clear: both;
      content: "";
      display: table; }
    .collection aside nav {
      margin-bottom: 20px;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
      .collection aside nav:last-of-type {
        margin-bottom: 0px; }
      .collection aside nav h5, .collection aside nav .h5 {
        margin-bottom: 6px;
        padding-bottom: 6px;
        font-size: 1.125em;
        text-transform: none;
        color: black;
        font-weight: 400;
        border-bottom: 1px solid #e5e5e5; }
      .collection aside nav li.active a {
        color: #0679ad; }
      .collection aside nav span.title {
        display: block;
        font-family: "Roboto Condensed";
        margin-bottom: 4px;
        line-height: 1.4; }
      .collection aside nav time,
      .collection aside nav a.util {
        position: relative;
        font-family: "Oswald";
        text-transform: uppercase;
        font-size: 11px; }
      .collection aside nav a {
        font-size: 0.9375em;
        text-decoration: none;
        color: #4f4f4f;
        text-transform: capitalize;
        font-family: "Oswald"; }
        .collection aside nav a:hover, .collection aside nav a:focus {
          color: #034563; }
        .collection aside nav a.active {
          color: #0679ad; }
      .collection aside nav.tags ul {
        padding-left: 8px;
        font-family: 'Oswald'; }
      .collection aside nav.tags li {
        display: block;
        margin: 0 0 2px 0; }
        .collection aside nav.tags li a {
          padding: 2px 12px;
          border: 2px solid #4f4f4f;
          color: #4f4f4f;
          text-transform: uppercase;
          font-weight: 600;
          font-family: "Oswald";
          font-size: 11px;
          text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
          outline: none;
          padding: 4px 0;
          font-size: 0.75em;
          border: none;
          background-color: #f1f5f9;
          margin-right: 18px; }
          .collection aside nav.tags li a:hover, .collection aside nav.tags li a:focus {
            color: #0679ad;
            border-color: #0679ad; }
          .collection aside nav.tags li a:hover {
            color: white;
            background-color: #0679ad;
            border-color: #0679ad;
            box-shadow: 8px 0 0 #0679ad, -8px 0 0 #0679ad; }
        .collection aside nav.tags li.active a {
          color: white;
          background-color: #0679ad;
          border-color: #0679ad;
          box-shadow: 8px 0 0 #0679ad, -8px 0 0 #0679ad; }
        .collection aside nav.tags li.active.close a:after {
          content: "\f00d";
          font-size: 11px;
          position: relative;
          top: 1px;
          padding-left: 4px; }
    @media screen and (max-width: 800px) {
      .collection aside {
        margin: 20px auto 40px; }
        .collection aside .nav-container {
          *zoom: 1;
          margin: 0;
          padding: 0;
          font-size: 0;
          margin-left: -30px;
          direction: ltr; }
          .collection aside .nav-container:after {
            clear: both;
            content: "";
            display: table; }
          .collection aside .nav-container > * {
            padding-left: 30px; }
          .collection aside .nav-container > * {
            display: inline-block; }
          .collection aside .nav-container link {
            display: none; }
        .collection aside nav {
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
          .collection aside nav h5, .collection aside nav .h5 {
            font-size: 1.125em; }
          .collection aside nav.menu-3 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 33.33333%; }
          .collection aside nav.menu-2 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 50%; }
          .collection aside nav.menu-1 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 100%; }
          .collection aside nav.tags {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 100%; } }
    @media screen and (max-width: 600px) {
      .collection aside nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center !important; }
        .collection aside nav.menu-3, .collection aside nav.menu-2, .collection aside nav.menu-1 {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .collection aside nav li {
          display: inline-block; }
          .collection aside nav li a {
            display: inline-block; }
            .collection aside nav li a:after {
              content: ', '; }
          .collection aside nav li:last-child a:after {
            content: ''; }
        .collection aside nav.recent-posts li {
          display: block; }
          .collection aside nav.recent-posts li a:after {
            content: ''; }
        .collection aside nav.tags li a:after {
          content: ''; } }
  @media screen and (max-width: 800px) {
    .collection .aside-container {
      display: none; } }
  .collection .mobile-aside-container {
    display: none;
    margin: -24px 0 30px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .collection .mobile-aside-container {
        display: block; } }
    .collection .mobile-aside-container a.button.simple {
      background-color: transparent;
      background-image: url("//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ico-select.svg?v=9524275364047831937");
      background-position: right 5px center;
      background-repeat: no-repeat;
      padding: 0 20px 0 10px; }
    .collection .mobile-aside-container aside {
      margin: 10px 0 0;
      display: none; }
  .collection .products {
    padding-bottom: 16px;
    margin-bottom: 16px;
    *zoom: 1; }
    .collection .products:after {
      clear: both;
      content: "";
      display: table; }
  .collection .products-grid {
    position: relative;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection .products-grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-grid > * {
      padding-left: 30px; }
    .collection .products-grid > * {
      display: inline-block; }
    .collection .products-grid link {
      display: none; }
    .collection .products-grid .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 33.33333%;
      margin-bottom: 20px; }
      .collection .products-grid .box.product figcaption {
        text-align: center; }
      @media screen and (max-width: 950px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }
    .collection .products-grid.full-width .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%; }
      @media screen and (max-width: 800px) {
        .collection .products-grid.full-width .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .collection .products-grid.full-width .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }
    .collection .products-grid > p {
      font-size: 16px; }
  .collection .products-list.full-width {
    margin: 0 auto;
    max-width: 800px; }
  .collection .products-list .box.product figure {
    *zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .collection .products-list .box.product figure:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-list .box.product figure .product-thumbnail {
      width: 120px;
      margin-right: 12px;
      float: left; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 80px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 100%;
          float: none;
          margin-bottom: 12px; } }
      .collection .products-list .box.product figure .product-thumbnail a {
        display: block;
        background-color: white; }
      .collection .products-list .box.product figure .product-thumbnail img {
        margin: 0 auto;
        height: auto;
        display: block; }
    .collection .products-list .box.product figure figcaption {
      margin-left: 132px;
      margin-top: 0; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 92px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 0; } }
      .collection .products-list .box.product figure figcaption header {
        display: table;
        width: 100%;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #dbdbdb; }
      .collection .products-list .box.product figure figcaption a.product-title {
        font-weight: bold;
        display: table-cell;
        text-align: left; }
      .collection .products-list .box.product figure figcaption span.price {
        display: table-cell;
        text-align: right;
        min-width: 100px; }
      .collection .products-list .box.product figure figcaption span.label {
        background-color: white; }
        .collection .products-list .box.product figure figcaption span.label.sale {
          background-color: #0679ad; }
      @media screen and (max-width: 400px) {
        .collection .products-list .box.product figure figcaption a.product-title,
        .collection .products-list .box.product figure figcaption span.price {
          display: block;
          text-align: left;
          min-width: 0; } }
      .collection .products-list .box.product figure figcaption p.description {
        font-size: 0.875em;
        margin-bottom: 6px; }
    @media screen and (max-width: 600px) {
      .collection .products-list .box.product figure {
        margin-bottom: 40px; } }
  .collection.search-results .search-wrapper {
    padding: 20px; }
    .collection.search-results .search-wrapper form {
      margin: 0; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        padding: 0;
        margin: 0;
        display: block;
        width: 30px;
        float: left; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 40px;
        margin: 0;
        display: block;
        float: none;
        width: 100%;
        padding-left: 60px; }
      .collection.search-results .search-wrapper form .button-wrapper {
        display: none; }
  .collection.search-results .collection-header {
    margin-top: 40px; }
  .collection.search-results h1, .collection.search-results .h1 {
    text-align: center;
    float: none;
    text-transform: none;
    font-size: 2.25em; }
  .collection.search-results .search-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .collection.search-results .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .collection.search-results .search-wrapper {
      margin-bottom: 40px; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        width: 20px; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 20px; }
        .collection.search-results .search-wrapper form .input-wrapper input {
          font-size: 1.125em; } }

header.collection-header {
  margin-bottom: 30px; }
  header.collection-header > .container {
    *zoom: 1;
    padding-bottom: 3px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed; }
    header.collection-header > .container:after {
      clear: both;
      content: "";
      display: table; }
  header.collection-header h1, header.collection-header .h1 {
    text-transform: none;
    font-size: 1.75em;
    margin-bottom: 0px;
    float: left; }
  header.collection-header .sort-by {
    float: right;
    padding-top: 4px;
    margin-bottom: 8px; }
    header.collection-header .sort-by label {
      margin-right: 4px;
      font-size: 0.5625em;
      font-weight: 600;
      font-family: "Oswald";
      text-transform: none; }
    header.collection-header .sort-by select {
      margin: 0;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: 1px;
      font-family: "Oswald";
      font-size: 0.75em;
      text-transform: uppercase;
      height: 26px; }
      header.collection-header .sort-by select:focus {
        outline: 2px solid #0679ad; }
    header.collection-header .sort-by .layout-options {
      margin-left: 6px;
      position: relative;
      top: 3px;
      display: inline-block; }
    header.collection-header .sort-by button {
      margin: 0;
      border: none;
      background: transparent;
      padding: 0;
      color: #dbdbdb; }
      header.collection-header .sort-by button.active {
        color: #b8b8b8; }
      header.collection-header .sort-by button:hover, header.collection-header .sort-by button:focus {
        outline: 0;
        color: #0679ad; }
  header.collection-header .collection-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 10px; }
  @media screen and (max-width: 800px) {
    header.collection-header {
      text-align: center; }
      header.collection-header h1, header.collection-header .h1 {
        float: none; }
      header.collection-header .sort-by {
        float: none;
        margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    header.collection-header .sort-by label {
      display: none; } }

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

.featured-collection figure, .simple-collection figure, .collection figure {
  position: relative;
  display: block;
  cursor: pointer; }
  .featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image {
    background-color: white; }
  .featured-collection figure a.product-image.view-alt, .simple-collection figure a.product-image.view-alt, .collection figure a.product-image.view-alt {
    background-position: -1000px -1000px;
    background-repeat: no-repeat; }
  .featured-collection figure:hover a.product-image.view-alt, .simple-collection figure:hover a.product-image.view-alt, .collection figure:hover a.product-image.view-alt, .featured-collection figure:focus a.product-image.view-alt, .simple-collection figure:focus a.product-image.view-alt, .collection figure:focus a.product-image.view-alt {
    background-position: center center;
    background-size: cover; }
    .featured-collection figure:hover a.product-image.view-alt img, .simple-collection figure:hover a.product-image.view-alt img, .collection figure:hover a.product-image.view-alt img, .featured-collection figure:focus a.product-image.view-alt img, .simple-collection figure:focus a.product-image.view-alt img, .collection figure:focus a.product-image.view-alt img {
      opacity: 0; }
  .featured-collection figure:hover figcaption a.product-title, .simple-collection figure:hover figcaption a.product-title, .collection figure:hover figcaption a.product-title, .featured-collection figure:focus figcaption a.product-title, .simple-collection figure:focus figcaption a.product-title, .collection figure:focus figcaption a.product-title {
    color: #0679ad; }
  .featured-collection figure:hover span.rating, .simple-collection figure:hover span.rating, .collection figure:hover span.rating, .featured-collection figure:focus span.rating, .simple-collection figure:focus span.rating, .collection figure:focus span.rating {
    opacity: 1; }
  .featured-collection figure > a, .simple-collection figure > a, .collection figure > a {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center; }
    .featured-collection figure > a img, .simple-collection figure > a img, .collection figure > a img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      height: auto;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    .featured-collection figure > a span.label, .simple-collection figure > a span.label, .collection figure > a span.label {
      position: absolute;
      bottom: 4px;
      right: 4px;
      padding: 1px 8px;
      background-color: white;
      color: #0679ad;
      font-family: "Oswald";
      font-size: 0.625em;
      font-weight: 600;
      text-transform: uppercase; }
      .featured-collection figure > a span.label.sale, .simple-collection figure > a span.label.sale, .collection figure > a span.label.sale {
        background-color: #0679ad;
        color: white; }
    .featured-collection figure > a span.rating, .simple-collection figure > a span.rating, .collection figure > a span.rating {
      opacity: 0;
      position: absolute;
      bottom: 4px;
      left: 4px;
      padding: 2px 8px 1px;
      background-color: white;
      color: #0679ad;
      font-family: "Oswald";
      font-size: 0.625em; }
      .featured-collection figure > a span.rating .icon-star-outline, .simple-collection figure > a span.rating .icon-star-outline, .collection figure > a span.rating .icon-star-outline {
        color: #b8b8b8; }
.featured-collection figcaption, .simple-collection figcaption, .collection figcaption {
  margin-top: 10px;
  line-height: 1.3; }
  .featured-collection figcaption a.product-title, .simple-collection figcaption a.product-title, .collection figcaption a.product-title {
    display: block;
    margin-top: 4px;
    color: #4f4f4f;
    font-size: 0.9375em;
    text-decoration: none;
    text-align: center; }
    .featured-collection figcaption a.product-title:hover, .simple-collection figcaption a.product-title:hover, .collection figcaption a.product-title:hover, .featured-collection figcaption a.product-title:focus, .simple-collection figcaption a.product-title:focus, .collection figcaption a.product-title:focus {
      color: #0679ad; }
  .featured-collection figcaption span.price, .simple-collection figcaption span.price, .collection figcaption span.price {
    display: block;
    font-family: "Oswald";
    font-size: 0.9375em;
    color: #0679ad;
    text-align: center;
    font-weight: 400;
    line-height: 1.8; }
  .featured-collection figcaption span.original-price, .simple-collection figcaption span.original-price, .collection figcaption span.original-price {
    font-weight: normal;
    text-decoration: line-through;
    color: #a7a7a7; }
  .featured-collection figcaption span.from, .simple-collection figcaption span.from, .collection figcaption span.from {
    font-weight: normal;
    color: #a7a7a7; }
  .featured-collection figcaption span.label, .simple-collection figcaption span.label, .collection figcaption span.label {
    padding: 4px 8px;
    background-color: white;
    color: #0679ad;
    font-family: "Oswald";
    font-size: 0.625em;
    font-weight: 600;
    text-transform: uppercase; }
    .featured-collection figcaption span.label.sale, .simple-collection figcaption span.label.sale, .collection figcaption span.label.sale {
      background-color: #0679ad;
      color: white; }
  .featured-collection figcaption span.rating, .simple-collection figcaption span.rating, .collection figcaption span.rating {
    color: #0679ad;
    font-family: "Oswald";
    font-size: 0.75em;
    vertical-align: -1px; }
    .featured-collection figcaption span.rating .icon-star-outline, .simple-collection figcaption span.rating .icon-star-outline, .collection figcaption span.rating .icon-star-outline {
      color: #b8b8b8; }

/*============================================================================
  #Products
==============================================================================*/
.single-product {
  padding: 0 20px 40px;
  background: white; }
  .single-product .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .single-product .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .single-product .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .single-product .grid:after {
      clear: both;
      content: "";
      display: table; }
    .single-product .grid > * {
      padding-left: 30px; }
    .single-product .grid > * {
      display: inline-block; }
    .single-product .grid link {
      display: none; }
    .single-product .grid aside.product-aside {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 41.66667%; }
    .single-product .grid .product-images {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 58.33333%; }
    @media screen and (max-width: 800px) {
      .single-product .grid aside.product-aside,
      .single-product .grid .product-images {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin: 0 0 10px; } }

header.product-header {
  display: table;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 30px;
  padding-top: 14px;
  border-bottom: 1px solid #e5e5e5; }
  header.product-header .title-container {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  header.product-header .product-jump-container {
    display: table-cell;
    text-align: right;
    vertical-align: bottom; }
  header.product-header h1, header.product-header .h1 {
    font-size: 2.25em;
    margin-bottom: 0px; }
    @media screen and (min-width: 799.9px) {
      header.product-header h1, header.product-header .h1 {
        display: none; } }
  header.product-header ul.product-jump {
    padding-top: 0px;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-weight: 600;
    font-family: "Oswald"; }
    @media screen and (max-width: 600px) {
      header.product-header ul.product-jump {
        padding-top: 10px; } }
    header.product-header ul.product-jump li {
      display: inline-block; }
      header.product-header ul.product-jump li:after {
        content: ' | '; }
      header.product-header ul.product-jump li:last-child a {
        padding-right: 0px; }
      header.product-header ul.product-jump li:last-child:after {
        content: ''; }
  header.product-header a {
    text-decoration: none;
    color: #4f4f4f;
    padding: 4px 6px; }
    header.product-header a:hover, header.product-header a:focus {
      color: #0679ad; }
    header.product-header a span {
      position: relative;
      top: -1px; }
  @media screen and (max-width: 800px) {
    header.product-header {
      text-align: center; }
      header.product-header .title-container {
        display: block;
        text-align: center; }
      header.product-header .product-jump-container {
        display: block;
        text-align: center; } }

aside.product-aside .purchase-box {
  padding: 0px;
  background: white;
  margin-bottom: 20px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  /* was this...
  word-break:     break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
  */ }
  @media screen and (max-width: 800px) {
    aside.product-aside .purchase-box {
      max-width: 540px;
      margin: 40px auto; } }
aside.product-aside .description p,
aside.product-aside .description ul {
  font-size: 0.875em; }
aside.product-aside .description h4, aside.product-aside .description .h4 {
  text-transform: none;
  font-weight: 400;
  padding-bottom: 2px;
  padding-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5; }
  aside.product-aside .description h4:first-of-type, aside.product-aside .description .h4:first-of-type {
    padding-top: 0px; }

.purchase-box h1, .purchase-box .h1 {
  font-size: 1.875em;
  margin-bottom: 4px; }
.purchase-box .selection-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }
  .purchase-box .selection-wrapper p {
    text-align: left; }
  .purchase-box .selection-wrapper.variant select {
    width: 100%;
    height: 30px;
    margin: 0;
    border: 0px;
    outline: 2px solid #b8b8b8;
    outline-offset: -2px;
    font-family: "Oswald";
    font-size: 0.75em;
    text-transform: uppercase; }
  .purchase-box .selection-wrapper .variant-grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    margin-left: -20px; }
    .purchase-box .selection-wrapper .variant-grid:after {
      clear: both;
      content: "";
      display: table; }
    .purchase-box .selection-wrapper .variant-grid > * {
      padding-left: 30px; }
    .purchase-box .selection-wrapper .variant-grid > * {
      display: inline-block; }
    .purchase-box .selection-wrapper .variant-grid link {
      display: none; }
    .purchase-box .selection-wrapper .variant-grid .selector-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      padding-left: 20px; }
    .purchase-box .selection-wrapper .variant-grid > select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-left: 20px;
      width: auto;
      height: 30px;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: -2px;
      font-family: "Oswald";
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 10px; }
  .purchase-box .selection-wrapper.price {
    padding-bottom: 10px; }
    .purchase-box .selection-wrapper.price span {
      font-size: 1.625em;
      font-weight: 400;
      font-family: "Oswald";
      color: #0679ad; }
    .purchase-box .selection-wrapper.price select {
      font-size: 0.625em;
      color: #b8b8b8;
      text-transform: uppercase;
      font-weight: 600; }
    .purchase-box .selection-wrapper.price p {
      margin: 0;
      font-style: italic; }
  .purchase-box .selection-wrapper.cart {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background-color: transparent;
    display: table;
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle; }
    .purchase-box .selection-wrapper.cart .selector-wrapper.quantity {
      width: 100px;
      display: table-cell;
      vertical-align: bottom;
      padding-right: 20px; }
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity button,
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity input {
        height: 34px;
        padding: 6px 8px; }
    .purchase-box .selection-wrapper.cart .button-wrapper {
      width: 100%;
      display: table-cell;
      vertical-align: bottom; }
    .purchase-box .selection-wrapper.cart button {
      padding: 8px; }
.purchase-box .cart-error {
  text-align: center;
  font-size: 0.875em; }

.product-images .thumbnails {
  margin-top: 10px;
  text-align: center; }
  .product-images .thumbnails li {
    width: 20%;
    margin-right: 10px;
    display: inline-block; }
    .product-images .thumbnails li:last-child {
      margin-right: 0; }
.product-images .featured a {
  display: block;
  background-color: white; }
.product-images .featured img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }
.product-images .thumbnails li {
  margin-bottom: 12px; }
  @media screen and (max-width: 800px) {
    .product-images .thumbnails li {
      margin-bottom: 0; } }
.product-images .thumbnails a {
  display: block;
  border: 2px solid white;
  background-color: white; }
  .product-images .thumbnails a:hover img, .product-images .thumbnails a:focus img {
    opacity: 0.8; }
  .product-images .thumbnails a.active {
    border: 2px solid #4f4f4f; }
.product-images .thumbnails img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/*============================================================================
  #Cart
==============================================================================*/
.cart {
  padding: 0 20px 40px;
  background: white; }
  .cart.page-top {
    padding-bottom: 20px; }
  .cart .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .cart .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .cart header.cart-header {
    margin-bottom: 30px; }
    .cart header.cart-header h1, .cart header.cart-header .h1 {
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #ededed;
      text-transform: none; }
  .cart .cart-container {
    margin: 0 auto 20px; }
    .cart .cart-container > p {
      text-align: center; }
  .cart .cart-items {
    width: 100%;
    padding: 20px;
    background: white;
    margin-bottom: 30px; }
  .cart .label-row {
    font-size: 0.75em;
    color: #a7a7a7;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed; }
    .cart .label-row .td,
    .cart .label-row .td.cart-item-product {
      font-size: 12px; }
    @media screen and (max-width: 600px) {
      .cart .label-row {
        display: none; } }
  .cart .cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed; }
    .cart .cart-item:last-of-type {
      border-bottom: 0; }
    @media screen and (max-width: 600px) {
      .cart .cart-item {
        padding-bottom: 0; } }
  .cart .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .cart .grid:after {
      clear: both;
      content: "";
      display: table; }
    .cart .grid > * {
      padding-left: 30px; }
    .cart .grid > * {
      display: inline-block; }
    .cart .grid link {
      display: none; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%;
    text-align: center; }
    .cart .td.cart-item-product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      text-align: left; }
    .cart .td.cart-item-total {
      text-align: right; }
    @media screen and (max-width: 900px) {
      .cart .td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 25%; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; }
        .cart .td .quantity-select button {
          width: 20px; } }
    @media screen and (max-width: 600px) {
      .cart .td {
        margin-bottom: 16px; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-price {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td.cart-item-quantity {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-total {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td .quantity-select button {
          width: 30px; } }
  .cart .cart-item-product {
    *zoom: 1; }
    .cart .cart-item-product:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .cart .cart-item-product {
        margin-bottom: 10px; } }
    .cart .cart-item-product .cart-item-image {
      float: left;
      width: 160px;
      margin-right: 16px; }
      .cart .cart-item-product .cart-item-image a {
        display: block; }
      .cart .cart-item-product .cart-item-image img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 900px) {
        .cart .cart-item-product .cart-item-image {
          float: none;
          margin-right: 0;
          width: 60px; } }
      @media screen and (max-width: 600px) {
        .cart .cart-item-product .cart-item-image {
          float: left;
          margin-right: 16px; } }
    .cart .cart-item-product .cart-item-title a.title {
      display: block;
      color: #4f4f4f;
      text-decoration: none;
      font-size: 1.25em; }
    .cart .cart-item-product .cart-item-title span.vendor {
      font-style: italic;
      display: block; }
    .cart .cart-item-product .cart-item-title span.variant {
      font-size: 0.75em;
      color: #a7a7a7;
      text-transform: uppercase;
      font-weight: 600; }
    @media screen and (max-width: 900px) {
      .cart .cart-item-product .cart-item-title a.title {
        font-size: 1em; }
      .cart .cart-item-product .cart-item-title span.vendor {
        font-size: 11px;
        display: block; }
      .cart .cart-item-product .cart-item-title span.variant {
        font-size: 11px;
        display: block; } }
  @media screen and (max-width: 600px) {
    .cart .cart-item-price {
      display: none; } }
  .cart .cart-item-quantity .quantity-select {
    width: 100px;
    margin: 0 auto; }
  .cart .cart-item-quantity input,
  .cart .cart-item-quantity button {
    vertical-align: top; }
  .cart .cart-item-quantity a.remove {
    display: block;
    font-size: 0.75em;
    margin-top: 10px;
    text-decoration: none;
    color: #b8b8b8; }
  @media screen and (max-width: 600px) {
    .cart .cart-item-quantity {
      width: auto !important;
      display: inline-block;
      text-align: left; }
      .cart .cart-item-quantity a.remove {
        font-size: 11px;
        margin-top: 4px; } }
  @media screen and (max-width: 350px) {
    .cart .cart-item-quantity .quantity-select {
      width: auto; }
    .cart .cart-item-quantity button {
      display: none; }
    .cart .cart-item-quantity input {
      margin: 0; } }
  .cart .cart-item .cart-item-total {
    font-size: 18px;
    font-weight: 600;
    font-family: "Oswald";
    color: #0679ad; }
    @media screen and (max-width: 600px) {
      .cart .cart-item .cart-item-total {
        font-size: 16px;
        width: auto !important;
        display: inline-block;
        float: right; } }
  .cart .cart-notes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-notes textarea {
      width: 100%;
      margin: 12px 0 0 0;
      padding: 6px;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: -2px;
      font-family: "Oswald";
      font-size: 0.75em;
      min-height: 120px;
      background-color: white; }
      .cart .cart-notes textarea:focus {
        outline-color: #0679ad; }
    @media screen and (max-width: 800px) {
      .cart .cart-notes {
        float: none;
        width: 100%;
        display: block;
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 20px; } }
  .cart .cart-checkout {
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-checkout p.subtotal {
      font-size: 1.125em;
      font-weight: 600;
      font-family: "Oswald"; }
      .cart .cart-checkout p.subtotal span {
        color: #0679ad; }
      .cart .cart-checkout p.subtotal .minimal-select {
        font-size: 12px; }
    .cart .cart-checkout input {
      font-size: 0.875em;
      padding: 10px 24px; }
      .cart .cart-checkout input.button.outline {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-right: 10px; }
    @media screen and (max-width: 800px) {
      .cart .cart-checkout {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .cart .cart-checkout input.button.outline {
      margin-right: 0; }
    .cart input[type="submit"] {
      width: 100%;
      max-width: 440px;
      margin-bottom: 10px; } }
  .cart .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }

/*============================================================================
  #Instagram Collection
==============================================================================*/
.instagram-collection {
  padding: 40px 0; }
  .instagram-collection .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    .instagram-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .instagram-collection header {
    text-align: center;
    margin-bottom: 20px; }
  .instagram-collection .instagram-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    direction: ltr;
    padding-bottom: 40px; }
    .instagram-collection .instagram-container:after {
      clear: both;
      content: "";
      display: table; }
    .instagram-collection .instagram-container > * {
      display: inline-block; }
    .instagram-collection .instagram-container link {
      display: none; }
    .instagram-collection .instagram-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 16.66667%; }
      @media screen and (max-width: 800px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; } }
      @media screen and (max-width: 600px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      .instagram-collection .instagram-container .box:hover figure img, .instagram-collection .instagram-container .box:focus figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .instagram-collection .instagram-container .box:hover figcaption, .instagram-collection .instagram-container .box:focus figcaption {
        opacity: 1; }
      .instagram-collection .instagram-container .box figure {
        position: relative;
        overflow: hidden; }
        .instagram-collection .instagram-container .box figure img {
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          -moz-transition: -moz-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          width: 100%;
          height: auto;
          display: block; }
      .instagram-collection .instagram-container .box figcaption {
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #0679ad;
        background-color: rgba(6, 121, 173, 0.8);
        color: white;
        pointer-events: none; }
        .instagram-collection .instagram-container .box figcaption p {
          padding: 10px;
          line-height: 1.4;
          font-size: 0.875em;
          position: absolute;
          top: 0px;
          bottom: 14px;
          overflow: hidden; }
          @media screen and (max-width: 800px) {
            .instagram-collection .instagram-container .box figcaption p {
              font-size: 13px; } }
        .instagram-collection .instagram-container .box figcaption ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          margin: 0;
          padding: 0;
          line-height: 1;
          pointer-events: auto; }
          .instagram-collection .instagram-container .box figcaption ul li {
            display: inline-block;
            margin-right: 4px; }
            .instagram-collection .instagram-container .box figcaption ul li:last-child {
              margin-right: 0px; }
            .instagram-collection .instagram-container .box figcaption ul li a {
              color: white;
              text-decoration: none;
              font-family: "Oswald";
              font-size: 0.6875em;
              font-weight: bold; }

/*============================================================================
  #Page
==============================================================================*/
.page {
  padding: 0px 20px 40px;
  background: white; }
  .page.page-top {
    padding-bottom: 20px; }
  .page .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .page .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .page header.page-header {
    padding-top: 12px; }
    .page header.page-header h1, .page header.page-header .h1 {
      text-align: center;
      padding-bottom: 8px;
      border-bottom: 1px solid #ededed;
      text-transform: none; }
  .page h4, .page .h4 {
    font-size: 1.625em;
    margin-bottom: 0.75em; }
    .page h4 time, .page .h4 time {
      font-size: 0.5em;
      font-family: "Oswald";
      text-transform: uppercase;
      display: block; }
  .page span.smaller {
    font-size: 0.875em; }
  .page .content-container {
    *zoom: 1;
    margin: 0 auto 20px; }
    .page .content-container:after {
      clear: both;
      content: "";
      display: table; }
    .page .content-container.narrow {
      max-width: 800px; }
      .page .content-container.narrow.contact {
        max-width: 600px; }
      .page .content-container.narrow.form {
        max-width: 440px; }
    .page .content-container .rte blockquote {
      font-style: italic;
      font-size: 1.125em;
      padding: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .page .content-container .rte ul {
      list-style-type: disc;
      margin-bottom: 1em;
      padding-left: 2em; }
  .page .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .page .grid:after {
      clear: both;
      content: "";
      display: table; }
    .page .grid > * {
      padding-left: 30px; }
    .page .grid > * {
      display: inline-block; }
    .page .grid link {
      display: none; }
  .page .orders-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 75%; }
  .page .orders {
    padding: 20px;
    background: white; }
    .page .orders table {
      width: 100%; }
      .page .orders table thead {
        text-align: left;
        font-size: 0.75em;
        color: #a7a7a7;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ededed; }
        .page .orders table thead th {
          padding-bottom: 10px;
          text-align: center;
          width: 18.333333333%; }
          .page .orders table thead th:first-child {
            text-align: left;
            width: 35%; }
          .page .orders table thead th:last-child {
            text-align: right;
            width: 20%; }
      .page .orders table tbody tr {
        border-bottom: 1px solid #ededed; }
        .page .orders table tbody tr:last-child {
          border-bottom: 0px; }
        .page .orders table tbody tr td {
          padding: 20px 0;
          text-align: center; }
          .page .orders table tbody tr td:first-child {
            text-align: left; }
            .page .orders table tbody tr td:first-child a {
              display: block;
              text-decoration: none;
              font-size: 1.125em; }
          .page .orders table tbody tr td:last-child {
            text-align: right; }
      .page .orders table tfoot {
        margin-top: 28px; }
        .page .orders table tfoot td:first-child {
          width: 70%; }
        .page .orders table tfoot td:last-child {
          text-align: right;
          width: 30%; }
        .page .orders table tfoot tr:last-child {
          font-size: 1.125em;
          font-weight: 600;
          font-family: "Oswald"; }
          .page .orders table tfoot tr:last-child span {
            color: #0679ad; }
      @media screen and (max-width: 800px) {
        .page .orders table {
          font-size: 12px; } }
    .page .orders .address {
      border-bottom: 1px solid #ededed;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .page .orders .address:last-of-type {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px; }
    .page .orders .form-vertical.top {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ededed; }
    .page .orders .form-vertical.bottom {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid #ededed; }
  .page .account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    .page .account h5, .page .account .h5 {
      margin-bottom: 0px;
      font-size: 1.625em; }
    .page .account p {
      line-height: 1.2; }
  @media screen and (max-width: 800px) {
    .page .orders-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    .page .account {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-top: 20px;
      text-align: center; } }

/*============================================================================
  #Blog
==============================================================================*/
.recent-posts-collection {
  padding: 40px 20px;
  background-color: white; }
  @media screen and (max-width: 600px) {
    .recent-posts-collection {
      padding: 20px; } }
  .recent-posts-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .recent-posts-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .recent-posts-collection .wrapper > header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    .recent-posts-collection .wrapper > header:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .wrapper > header h4, .recent-posts-collection .wrapper > header .h4 {
      margin: 0;
      line-height: 2;
      font-size: 1.75em;
      text-transform: none;
      font-weight: 400; }
    .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 2px 12px;
      border: 2px solid #4f4f4f;
      color: #4f4f4f;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Oswald";
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .recent-posts-collection .wrapper > header a.button.outline:hover, .recent-posts-collection .wrapper > header p.buttons.outline > a:hover, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button:hover, .recent-posts-collection .wrapper > header a.button.outline:focus, .recent-posts-collection .wrapper > header p.buttons.outline > a:focus, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button:focus {
        color: #0679ad;
        border-color: #0679ad; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection .wrapper > header {
        text-align: center;
        padding-bottom: 20px; }
        .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button {
          position: relative;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .recent-posts-collection .recent-posts-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .recent-posts-collection .recent-posts-container:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .recent-posts-container > * {
      padding-left: 30px; }
    .recent-posts-collection .recent-posts-container > * {
      display: inline-block; }
    .recent-posts-collection .recent-posts-container link {
      display: none; }
  .recent-posts-collection.layout-2 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-2 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .recent-posts-collection.layout-3 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 33.33333%; }
    @media screen and (max-width: 800px) {
      .recent-posts-collection.layout-3 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n) {
          display: none; } }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-3 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n) {
          display: block; } }
  .recent-posts-collection article header {
    text-align: center; }
  .recent-posts-collection article section {
    font-size: 15px; }
  .recent-posts-collection article time {
    position: relative;
    top: -6px;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 0.6875em; }
  @media screen and (max-width: 600px) {
    .recent-posts-collection article {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e5e5e5; }
      .recent-posts-collection article:last-of-type {
        padding-bottom: 0;
        border-bottom: 0; } }

.blog-list article,
.blog-permalink article {
  margin: 40px 0 0; }
  .blog-list article:last-of-type,
  .blog-permalink article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  .blog-list article header,
  .blog-permalink article header {
    text-align: center;
    margin-bottom: 20px; }
  .blog-list article a.button.outline, .blog-list article p.buttons.outline > a, .blog-list article div.hero-content .cell-content a.button, div.hero-content .cell-content .blog-list article a.button,
  .blog-permalink article a.button.outline,
  .blog-permalink article p.buttons.outline > a,
  .blog-permalink article div.hero-content .cell-content a.button,
  div.hero-content .cell-content .blog-permalink article a.button {
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid #4f4f4f;
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald";
    font-size: 11px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: none;
    margin-top: 10px; }
    .blog-list article a.button.outline:hover, .blog-list article p.buttons.outline > a:hover, .blog-list article div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .blog-list article a.button:hover, .blog-list article a.button.outline:focus, .blog-list article p.buttons.outline > a:focus, .blog-list article div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .blog-list article a.button:focus,
    .blog-permalink article a.button.outline:hover,
    .blog-permalink article p.buttons.outline > a:hover,
    .blog-permalink article div.hero-content .cell-content a.button:hover,
    div.hero-content .cell-content .blog-permalink article a.button:hover,
    .blog-permalink article a.button.outline:focus,
    .blog-permalink article p.buttons.outline > a:focus,
    .blog-permalink article div.hero-content .cell-content a.button:focus,
    div.hero-content .cell-content .blog-permalink article a.button:focus {
      color: #0679ad;
      border-color: #0679ad; }
  .blog-list article footer .pagination,
  .blog-permalink article footer .pagination {
    margin-top: 20px; }

.blog-list article {
  margin: 40px 0 20px;
  padding-bottom: 40px; }

.recent-posts-collection article header h1, .blog-list article header h1,
.blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
.blog-permalink article header .h1,
.recent-posts-collection article header h2,
.blog-list article header h2,
.blog-permalink article header h2,
.recent-posts-collection article header .h2,
.blog-list article header .h2,
.blog-permalink article header .h2 {
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0;
  font-weight: normal; }
  .recent-posts-collection article header h1 a, .blog-list article header h1 a,
  .blog-permalink article header h1 a, .recent-posts-collection article header .h1 a, .blog-list article header .h1 a,
  .blog-permalink article header .h1 a,
  .recent-posts-collection article header h2 a,
  .blog-list article header h2 a,
  .blog-permalink article header h2 a,
  .recent-posts-collection article header .h2 a,
  .blog-list article header .h2 a,
  .blog-permalink article header .h2 a {
    color: black; }
    .recent-posts-collection article header h1 a:hover, .blog-list article header h1 a:hover,
    .blog-permalink article header h1 a:hover, .recent-posts-collection article header .h1 a:hover, .blog-list article header .h1 a:hover,
    .blog-permalink article header .h1 a:hover, .recent-posts-collection article header h1 a:focus, .blog-list article header h1 a:focus,
    .blog-permalink article header h1 a:focus, .recent-posts-collection article header .h1 a:focus, .blog-list article header .h1 a:focus,
    .blog-permalink article header .h1 a:focus,
    .recent-posts-collection article header h2 a:hover,
    .blog-list article header h2 a:hover,
    .blog-permalink article header h2 a:hover,
    .recent-posts-collection article header .h2 a:hover,
    .blog-list article header .h2 a:hover,
    .blog-permalink article header .h2 a:hover,
    .recent-posts-collection article header h2 a:focus,
    .blog-list article header h2 a:focus,
    .blog-permalink article header h2 a:focus,
    .recent-posts-collection article header .h2 a:focus,
    .blog-list article header .h2 a:focus,
    .blog-permalink article header .h2 a:focus {
      color: #034563; }
  @media screen and (max-width: 800px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2 {
      font-size: 1.75em; } }
  @media screen and (max-width: 600px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2 {
      font-size: 1.5em; } }
.recent-posts-collection article header h5, .blog-list article header h5,
.blog-permalink article header h5, .recent-posts-collection article header .h5, .blog-list article header .h5,
.blog-permalink article header .h5 {
  font-weight: 600;
  font-size: 1.375em;
  margin-bottom: 0; }
  .recent-posts-collection article header h5 a, .blog-list article header h5 a,
  .blog-permalink article header h5 a, .recent-posts-collection article header .h5 a, .blog-list article header .h5 a,
  .blog-permalink article header .h5 a {
    color: #4f4f4f; }
    .recent-posts-collection article header h5 a:hover, .blog-list article header h5 a:hover,
    .blog-permalink article header h5 a:hover, .recent-posts-collection article header .h5 a:hover, .blog-list article header .h5 a:hover,
    .blog-permalink article header .h5 a:hover {
      color: #034563; }
.recent-posts-collection article header p.byline, .blog-list article header p.byline,
.blog-permalink article header p.byline {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 0.6875em; }
.recent-posts-collection article section img, .blog-list article section img,
.blog-permalink article section img {
  display: block;
  max-width: 100%;
  margin: 0 auto 26px;
  height: auto; }
.recent-posts-collection article section p img, .blog-list article section p img,
.blog-permalink article section p img {
  margin: 0 auto; }
.recent-posts-collection article section p:last-of-type, .blog-list article section p:last-of-type,
.blog-permalink article section p:last-of-type {
  margin-bottom: 0.5em; }
.recent-posts-collection article section a.button.outline, .blog-list article section a.button.outline,
.blog-permalink article section a.button.outline, .recent-posts-collection article section p.buttons.outline > a, .blog-list article section p.buttons.outline > a,
.blog-permalink article section p.buttons.outline > a, .recent-posts-collection article section div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection article section a.button, .blog-list article section div.hero-content .cell-content a.button, div.hero-content .cell-content .blog-list article section a.button,
.blog-permalink article section div.hero-content .cell-content a.button,
div.hero-content .cell-content .blog-permalink article section a.button {
  margin-top: 0px; }
.recent-posts-collection article section .post-meta, .blog-list article section .post-meta,
.blog-permalink article section .post-meta {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  display: table;
  width: 100%; }
  .recent-posts-collection article section .post-meta a.comments, .blog-list article section .post-meta a.comments,
  .blog-permalink article section .post-meta a.comments {
    color: #838383;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 0.75em;
    text-decoration: none;
    min-width: 120px;
    display: table-cell; }
    .recent-posts-collection article section .post-meta a.comments:hover, .blog-list article section .post-meta a.comments:hover,
    .blog-permalink article section .post-meta a.comments:hover {
      color: #034563; }
  .recent-posts-collection article section .post-meta ul.tags, .blog-list article section .post-meta ul.tags,
  .blog-permalink article section .post-meta ul.tags {
    text-align: right;
    display: table-cell; }
    .recent-posts-collection article section .post-meta ul.tags li, .blog-list article section .post-meta ul.tags li,
    .blog-permalink article section .post-meta ul.tags li {
      display: inline-block;
      color: #838383;
      font-family: "Oswald";
      text-transform: uppercase;
      font-size: 0.75em; }
      .recent-posts-collection article section .post-meta ul.tags li:last-child a, .blog-list article section .post-meta ul.tags li:last-child a,
      .blog-permalink article section .post-meta ul.tags li:last-child a {
        margin-right: 8px; }
      .recent-posts-collection article section .post-meta ul.tags li a, .blog-list article section .post-meta ul.tags li a,
      .blog-permalink article section .post-meta ul.tags li a {
        padding: 2px 12px;
        border: 2px solid #4f4f4f;
        color: #4f4f4f;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Oswald";
        font-size: 11px;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        outline: none;
        padding: 4px 0;
        font-size: 0.875em;
        border: none;
        box-shadow: 8px 0 0 #ededed, -8px 0 0 #ededed;
        background-color: #ededed;
        margin-right: 8px;
        margin-left: 10px; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover, .recent-posts-collection article section .post-meta ul.tags li a:focus, .blog-list article section .post-meta ul.tags li a:focus,
        .blog-permalink article section .post-meta ul.tags li a:focus {
          color: #0679ad;
          border-color: #0679ad; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover {
          color: white;
          background-color: #0679ad;
          border-color: #0679ad;
          box-shadow: 8px 0 0 #0679ad, -8px 0 0 #0679ad; }
.recent-posts-collection article footer, .blog-list article footer,
.blog-permalink article footer {
  margin-top: 40px; }
  .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
  .blog-permalink article footer .comments-container {
    margin: 40px 0 0;
    padding: 40px;
    border-top: 1px solid #ededed; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
      .blog-permalink article footer .comments-container {
        padding: 40px 0; } }
    .recent-posts-collection article footer .comments-container h3, .blog-list article footer .comments-container h3,
    .blog-permalink article footer .comments-container h3, .recent-posts-collection article footer .comments-container .h3, .blog-list article footer .comments-container .h3,
    .blog-permalink article footer .comments-container .h3 {
      text-align: center;
      text-transform: none; }
    .recent-posts-collection article footer .comments-container p.form-success, .blog-list article footer .comments-container p.form-success,
    .blog-permalink article footer .comments-container p.form-success {
      text-align: center;
      font-size: 0.875em; }
    .recent-posts-collection article footer .comments-container .comment, .blog-list article footer .comments-container .comment,
    .blog-permalink article footer .comments-container .comment {
      padding: 20px;
      background: white;
      font-size: 0.875em;
      margin-bottom: 20px; }
      .recent-posts-collection article footer .comments-container .comment p.author, .blog-list article footer .comments-container .comment p.author,
      .blog-permalink article footer .comments-container .comment p.author {
        margin-bottom: .5em;
        font-size: 0.9375em; }
        .recent-posts-collection article footer .comments-container .comment p.author span, .blog-list article footer .comments-container .comment p.author span,
        .blog-permalink article footer .comments-container .comment p.author span {
          font-weight: bold; }
        .recent-posts-collection article footer .comments-container .comment p.author time, .blog-list article footer .comments-container .comment p.author time,
        .blog-permalink article footer .comments-container .comment p.author time {
          font-style: italic; }
    .recent-posts-collection article footer .comments-container .pagination, .blog-list article footer .comments-container .pagination,
    .blog-permalink article footer .comments-container .pagination {
      margin-top: 0; }
  .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
  .blog-permalink article footer .add-comment {
    padding: 0 40px;
    margin: 20px auto 0;
    max-width: 600px; }
    .recent-posts-collection article footer .add-comment h3, .blog-list article footer .add-comment h3,
    .blog-permalink article footer .add-comment h3, .recent-posts-collection article footer .add-comment .h3, .blog-list article footer .add-comment .h3,
    .blog-permalink article footer .add-comment .h3 {
      text-align: center; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
      .blog-permalink article footer .add-comment {
        padding: 0; } }

/*============================================================================
  #RTE (rich text editor)
==============================================================================*/
.rte {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  /* was this...
  word-break:     break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
  */ }
  .rte h2 img, .rte .h2 img {
    width: 100%;
    height: auto; }
  .rte ul {
    list-style-type: disc;
    margin: 0 0 1em 2em; }
  .rte ol {
    list-style-type: decimal;
    margin: 0 0 1em 2em; }
  .rte blockquote {
    margin: 1em 0 1em 2em;
    padding-left: 1em;
    border-left: 4px solid #7f7f7f;
    font-style: italic; }
  .rte p.read-more {
    margin-top: 0.9375em; }
  .rte.centered {
    text-align: center; }

/*============================================================================
  #Social Share
==============================================================================*/
ul.social-share {
  margin-top: 20px;
  text-align: center; }
  ul.social-share li {
    display: inline-block;
    text-align: left;
    margin-right: 12px; }
    ul.social-share li:last-child {
      margin-right: 0px; }
    ul.social-share li.facebook .fb-like > span {
      vertical-align: 0px !important; }

/*============================================================================
  #Content Util / Breadcrumbs
==============================================================================*/
header.content-util {
  margin-bottom: 0px;
  padding-top: 25px;
  *zoom: 1; }
  header.content-util:after {
    clear: both;
    content: "";
    display: table; }
  header.content-util nav.breadcrumb {
    float: left;
    font-size: 0.625em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald"; }
    header.content-util nav.breadcrumb > * {
      margin-right: 4px;
      line-height: 20px; }
      header.content-util nav.breadcrumb > *:last-child {
        margin-right: 0; }
    header.content-util nav.breadcrumb a {
      text-decoration: none;
      color: #4f4f4f; }
      header.content-util nav.breadcrumb a:hover, header.content-util nav.breadcrumb a:focus {
        color: #0679ad; }
      header.content-util nav.breadcrumb a.current, header.content-util nav.breadcrumb a.current:hover, header.content-util nav.breadcrumb a.current:focus {
        color: #a7a7a7;
        cursor: default; }
    header.content-util nav.breadcrumb span {
      color: #a7a7a7;
      cursor: default; }
  header.content-util ul.social-icons {
    float: right; }
  @media screen and (max-width: 600px) {
    header.content-util {
      text-align: center; }
      header.content-util nav.breadcrumb,
      header.content-util ul.social-icons {
        float: none; }
      header.content-util nav.breadcrumb {
        font-size: 0.75em; }
      header.content-util ul.social-icons {
        display: none; } }

/*============================================================================
  #Forms
==============================================================================*/
.selection-wrapper label {
  font-size: 0.625em;
  color: #838383;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Oswald"; }
.selection-wrapper select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Oswald";
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
.selection-wrapper select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #b8b8b8;
  outline-offset: -2px;
  font-family: "Oswald";
  font-size: 0.75em;
  text-transform: uppercase; }
.selection-wrapper select:focus {
  outline-color: #0679ad; }
.selection-wrapper .input-row {
  margin-bottom: 10px; }
  .selection-wrapper .input-row label {
    display: block; }
  .selection-wrapper .input-row input,
  .selection-wrapper .input-row textarea {
    width: 100%;
    margin: 0;
    padding: 6px;
    border: 0px;
    outline: 2px solid #b8b8b8;
    outline-offset: -2px;
    font-family: "Oswald";
    font-size: 0.75em;
    background-color: transparent; }
    .selection-wrapper .input-row input:focus,
    .selection-wrapper .input-row textarea:focus {
      outline-color: #0679ad; }
  .selection-wrapper .input-row input {
    height: 30px; }
  .selection-wrapper .input-row textarea {
    min-height: 120px; }
.selection-wrapper .input-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 50%; }
.selection-wrapper h2, .selection-wrapper .h2 {
  text-align: center;
  margin-bottom: 0; }
.selection-wrapper div.errors {
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 10px;
  color: red; }
  .selection-wrapper div.errors ul {
    list-style-type: none; }
.selection-wrapper input.required,
.selection-wrapper select.required {
  outline: 2px solid red; }
.selection-wrapper p {
  text-align: center;
  font-size: 0.875em;
  margin-top: 10px; }
  .selection-wrapper p.submit {
    margin-top: 24px; }
.selection-wrapper button.button,
.selection-wrapper input.button {
  width: 100%;
  padding: 8px 0;
  background: #0679ad;
  color: white;
  border: 0;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600; }
  .selection-wrapper button.button:hover, .selection-wrapper button.button:focus, .selection-wrapper button.button.added,
  .selection-wrapper input.button:hover,
  .selection-wrapper input.button:focus,
  .selection-wrapper input.button.added {
    background: #034563; }
  .selection-wrapper button.button.disabled,
  .selection-wrapper input.button.disabled {
    background: #a7a7a7; }
.selection-wrapper a.cancel {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  color: #a7a7a7; }

select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Oswald";
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #b8b8b8;
  outline-offset: -2px;
  font-family: "Oswald";
  font-size: 0.75em;
  text-transform: uppercase; }

.quantity-select {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .quantity-select .input-wrapper {
    display: table-cell; }
  .quantity-select .button-wrapper {
    display: table-cell; }
  .quantity-select input {
    width: 48px;
    text-align: center;
    vertical-align: top;
    margin: 0 4px; }
  .quantity-select button {
    width: 30px; }
  .quantity-select button,
  .quantity-select input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    border: 0px;
    border: 2px solid #b8b8b8;
    font-family: "Oswald";
    font-size: 0.75em;
    text-transform: uppercase;
    background: transparent; }
    .quantity-select button:focus,
    .quantity-select input:focus {
      outline-color: #0679ad; }

input {
  background: transparent; }

/*============================================================================
  #Site Footer
==============================================================================*/
footer.site-footer {
  /* padding: $verticalContainerPadding 40px; */
  padding: 0 40px;
  color: #cccccc;
  background-color: black;
  text-align: center;
  border-top: 1px solid #ffffff; }
  @media screen and (max-width: 800px) {
    footer.site-footer {
      padding: 0px 0px; } }
  footer.site-footer a {
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap; }
  footer.site-footer .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px; }
    footer.site-footer .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  footer.site-footer .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    padding-bottom: 5px; }
    footer.site-footer .grid:after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .grid > * {
      padding-left: 30px; }
    footer.site-footer .grid > * {
      display: inline-block; }
    footer.site-footer .grid link {
      display: none; }
  footer.site-footer .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    footer.site-footer .box.payment-types {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      padding-top: 20px; }
      footer.site-footer .box.payment-types p {
        color: #cccccc;
        font-family: "Oswald";
        font-size: 0.875em;
        margin-bottom: 6px; }
      footer.site-footer .box.payment-types li {
        display: inline-block; }
      footer.site-footer .box.payment-types img {
        max-width: 100%;
        width: 40px;
        height: auto;
        display: block; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.newsletter {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px; }
        footer.site-footer .box.newsletter .offer-email {
          border-bottom: 1px solid #4c4c4c;
          padding-bottom: 20px; }
      footer.site-footer .box.social {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-top: 20px; }
        footer.site-footer .box.social > *:first-child {
          padding-top: 20px;
          border-top: 1px solid #4c4c4c; }
      footer.site-footer .box.quick-links {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
      footer.site-footer .box.custom {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
      footer.site-footer .box.payment-types {
        border-top: 1px solid #4c4c4c; } }
    @media screen and (max-width: 600px) {
      footer.site-footer .box.quick-links {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #4c4c4c; }
      footer.site-footer .box.custom {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  footer.site-footer h4, footer.site-footer .h4 {
    font-size: 1.25em;
    text-transform: none;
    color: white;
    font-weight: 600; }
  footer.site-footer p {
    font-size: 0.875em; }
    footer.site-footer p.copyright {
      margin-top: 1em;
      padding-left: 15px;
      padding-right: 15px; }
      footer.site-footer p.copyright a {
        text-decoration: none; }
  footer.site-footer a {
    color: #b0b0b0; }
    footer.site-footer a:hover, footer.site-footer a:focus {
      opacity: 0.8; }
    footer.site-footer a:focus {
      outline-color: #b0b0b0; }
  footer.site-footer input:focus,
  footer.site-footer button:focus {
    outline-color: #b0b0b0; }
  footer.site-footer ul {
    margin: 0;
    padding: 0; }
    footer.site-footer ul li {
      line-height: 1.4; }
      footer.site-footer ul li a {
        color: #b0b0b0;
        font-family: "Oswald";
        text-decoration: none;
        font-size: 0.875em; }
        footer.site-footer ul li a:hover, footer.site-footer ul li a:focus {
          opacity: 0.8; }
    footer.site-footer ul.social-icons li {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.875em; }
      footer.site-footer ul.social-icons li:last-child {
        margin-right: 0; }
      footer.site-footer ul.social-icons li a {
        display: block; }
        footer.site-footer ul.social-icons li a:hover, footer.site-footer ul.social-icons li a:focus {
          color: #b0b0b0; }
  footer.site-footer form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    footer.site-footer form .input-wrapper {
      display: table-cell;
      width: 100%; }
      footer.site-footer form .input-wrapper input {
        width: 100%; }
    footer.site-footer form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
  footer.site-footer input {
    border: 2px solid #b0b0b0;
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #b0b0b0;
    background-color: transparent;
    height: 44px; }
    footer.site-footer input::-webkit-input-placeholder {
      color: #cccccc; }
    footer.site-footer input::-moz-placeholder {
      color: #cccccc; }
    footer.site-footer input:-moz-placeholder {
      color: #cccccc; }
    footer.site-footer input:-ms-input-placeholder {
      color: #cccccc; }
  footer.site-footer button {
    padding: 10px;
    background-color: #b0b0b0;
    border: 2px solid #b0b0b0;
    color: black;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Oswald";
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    footer.site-footer button:hover, footer.site-footer button:focus {
      opacity: 0.8; }
  footer.site-footer .shopify-link a {
    text-decoration: none;
    font-size: 0.8em; }

/*============================================================================
  #Password Layout
==============================================================================*/
html.template-password {
  background-color: white;
  position: relative;
  text-align: center;
  height: 100%;
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
  /* close button */ }
  html.template-password body {
    border: 0;
    padding: 0;
    height: 100%;
    color: #4f4f4f;
    background-color: white; }
  html.template-password h1, html.template-password .h1,
  html.template-password h2,
  html.template-password .h2,
  html.template-password h3,
  html.template-password .h3,
  html.template-password h4,
  html.template-password .h4,
  html.template-password h5,
  html.template-password .h5,
  html.template-password h6,
  html.template-password .h6 {
    color: black; }
  html.template-password a {
    color: #0679ad; }
    html.template-password a:hover {
      color: #034563; }
  html.template-password .password-contain {
    display: table;
    height: 100%;
    width: 100%; }
  html.template-password header.site-header {
    display: table-row;
    height: 1%;
    padding: 0;
    background-color: transparent; }
    html.template-password header.site-header .wrapper {
      padding: 0; }
    html.template-password header.site-header h1.site-logo, html.template-password header.site-header .site-logo.h1, html.template-password header.site-header div.site-logo,
    html.template-password header.site-header h1.site-logo.has-image,
    html.template-password header.site-header .site-logo.has-image.h1,
    html.template-password header.site-header div.has-image.site-logo {
      padding: 80px 0 0; }
      html.template-password header.site-header h1.site-logo a, html.template-password header.site-header .site-logo.h1 a, html.template-password header.site-header div.site-logo a,
      html.template-password header.site-header h1.site-logo.has-image a,
      html.template-password header.site-header .site-logo.has-image.h1 a,
      html.template-password header.site-header div.has-image.site-logo a {
        max-width: 280px;
        color: black; }
        html.template-password header.site-header h1.site-logo a:hover, html.template-password header.site-header .site-logo.h1 a:hover, html.template-password header.site-header div.site-logo a:hover,
        html.template-password header.site-header h1.site-logo.has-image a:hover,
        html.template-password header.site-header .site-logo.has-image.h1 a:hover,
        html.template-password header.site-header div.has-image.site-logo a:hover {
          color: #0679ad; }
  html.template-password main.main-content {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    html.template-password main.main-content .contain {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0.9375em; }
    html.template-password main.main-content .coming-soon,
    html.template-password main.main-content .subscribe,
    html.template-password main.main-content .share {
      margin: 1.875em auto;
      max-width: 600px; }
    html.template-password main.main-content h2, html.template-password main.main-content .h2 {
      font-size: 28px;
      margin-bottom: 4px;
      text-transform: none; }
    html.template-password main.main-content .subscribe p {
      margin-bottom: 6px; }
      html.template-password main.main-content .subscribe p.thanks-message {
        display: none; }
    html.template-password main.main-content .share {
      padding-top: 10px; }
      html.template-password main.main-content .share p {
        margin-bottom: 12px;
        line-height: 1;
        font-size: 0.6875em;
        text-transform: none;
        font-family: "Oswald"; }
    html.template-password main.main-content ul.social-share {
      margin-top: 8px; }
  html.template-password form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    html.template-password form .input-wrapper {
      display: table-cell;
      width: 100%; }
      html.template-password form .input-wrapper input {
        width: 100%; }
    html.template-password form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
  html.template-password input:focus,
  html.template-password button:focus {
    border-color: #0679ad;
    outline: 0; }
  html.template-password input {
    border: 2px solid #4f4f4f;
    border-color: rgba(79, 79, 79, 0.4);
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    background-color: transparent;
    color: #4f4f4f;
    height: 44px; }
    html.template-password input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset;
      -webkit-text-fill-color: #4f4f4f !important;
      border-color: #0679ad; }
    html.template-password input::-webkit-input-placeholder {
      color: #838383; }
    html.template-password input::-moz-placeholder {
      color: #838383; }
    html.template-password input:-moz-placeholder {
      color: #838383; }
    html.template-password input:-ms-input-placeholder {
      color: #838383; }
  html.template-password button,
  html.template-password input.btn {
    padding: 10px;
    background-color: #0679ad;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Oswald";
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    font-weight: 400;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    html.template-password button:hover, html.template-password button:focus,
    html.template-password input.btn:hover,
    html.template-password input.btn:focus {
      background-color: #034563; }
  html.template-password footer.password-footer {
    display: table-row;
    height: 1%; }
    html.template-password footer.password-footer .contain {
      display: table-cell;
      vertical-align: bottom;
      padding: 20px 0.9375em; }
    html.template-password footer.password-footer p {
      margin: 0;
      font-size: 0.875em; }
  html.template-password section.site-login > a {
    position: absolute;
    top: 0.9375em;
    right: 0.9375em;
    color: #4f4f4f; }
    html.template-password section.site-login > a:hover {
      color: #0679ad; }
  html.template-password section.site-login #LoginModal {
    display: none; }
  html.template-password .errors {
    margin-bottom: 12px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-family: "Oswald";
    color: #0679ad; }
  html.template-password .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }
  html.template-password .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  html.template-password .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1; }
  html.template-password .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  html.template-password button.mfp-close {
    background-color: transparent;
    font-size: 40px;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0.9375em;
    right: 0.9375em;
    color: #4f4f4f; }
    html.template-password button.mfp-close:hover {
      color: #0679ad; }
  html.template-password .white-popup {
    position: relative;
    background: white;
    padding: 40px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center; }
    html.template-password .white-popup h3, html.template-password .white-popup .h3 {
      text-transform: none; }
    html.template-password .white-popup p {
      margin: 14px 0 0 0;
      font-size: 14px; }

/*============================================================================
  #Conditional Old IE Fixes
==============================================================================*/
html.lt-ie9 .featured-collection .box.header .details {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
html.lt-ie9 .featured-collection .box.header {
  height: auto !important; }
html.lt-ie9 .collection aside nav.tags ul {
  padding-left: 0px; }
html.lt-ie9 .collection aside nav.tags li a,
html.lt-ie9 .blog-list article section .post-meta ul.tags li a,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li a {
  padding: 4px 8px;
  margin-right: 0; }
html.lt-ie9 .blog-list article section .post-meta ul.tags li.label,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li.label {
  margin-right: 4px; }
html.lt-ie9 footer.site-footer .box.payment-types {
  display: none; }

html.lt-ie9 select,
html.ie9 select {
  background-image: none;
  padding: 0; }

html.no-js .quantity-select button.adjust {
  display: none; }
html.no-js .js-flickity .cell-content {
  visibility: visible !important; }
html.no-js ul.site-nav li.has-dropdown:hover ul.dropdown {
  display: block !important; }

body .helper-section:hover .box, body .helper-section:focus .box {
  opacity: 0.5; }

/*============================================================================
  // Vendors
==============================================================================*/
/*============================================================================
  #Big Slide
==============================================================================*/
/*! bigSlide.js
http://ascott1.github.io/bigSlide.js/
---------------------------------------------- */
.push {
  position: relative; }

.panel {
  display: none;
  position: fixed;
  left: -220px;
  /*left or right and the width of your navigation panel*/
  width: 220px;
  /*should match the above value*/
  padding: 40px 0 40px;
  font-size: 0.875em;
  background: black;
  color: #c5c5c5;
  font-family: "Oswald";
  overflow-x: scroll; }
  .panel a {
    color: #c5c5c5;
    text-decoration: none; }
    .panel a:focus {
      outline-color: #b0b0b0; }
  .panel ul.site-nav li {
    margin: 4px 0;
    border-bottom: 1px solid #272727; }
    .panel ul.site-nav li a {
      display: block;
      padding: 6px 10px; }
    .panel ul.site-nav li.active > a {
      font-weight: 600; }
  .panel ul.site-nav ul.dropdown li {
    font-size: 0.875em;
    border-bottom: 0px; }
    .panel ul.site-nav ul.dropdown li a {
      padding: 6px 10px 6px 24px; }
  .panel .search {
    padding: 20px 16px 20px 10px;
    border-bottom: 1px solid #272727; }
    .panel .search form {
      display: table;
      width: 100%;
      border-collapse: collapse; }
    .panel .search .icon-wrapper {
      width: 20px;
      display: table-cell;
      padding-right: 6px;
      vertical-align: top; }
    .panel .search .input-wrapper {
      display: table-cell;
      width: 100%; }
      .panel .search .input-wrapper input {
        border: 2px solid #9d9d9d;
        width: 100%;
        padding: 0px 4px;
        color: #c5c5c5;
        font-size: 0.9375em; }
        .panel .search .input-wrapper input::-webkit-input-placeholder {
          color: #626262; }
        .panel .search .input-wrapper input::-moz-placeholder {
          color: #626262; }
        .panel .search .input-wrapper input:-moz-placeholder {
          color: #626262; }
        .panel .search .input-wrapper input:-ms-input-placeholder {
          color: #626262; }
        .panel .search .input-wrapper input:focus {
          border: 2px solid #c5c5c5;
          outline: none; }
    .panel .search .button-wrapper {
      display: none; }
  .panel .account {
    padding: 10px 0; }
    .panel .account li {
      display: block;
      margin: 6px 0; }
      .panel .account li a {
        padding: 6px 10px; }

.panel-open {
  overflow: hidden; }

/*============================================================================
  #Flickity
==============================================================================*/
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #b8b8b8;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #0679ad; }

/*============================================================================
  #Magnific
==============================================================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.displayNone {
  display: none; }

.button {
  text-transform: none !important;
  white-space: nowrap;
  font-size: 16pt !important;
  font-weight: 300 !important;
  font-family: 'Oswald' !important; }

.large_button {
  font-size: 24pt !important; }

.mid_button {
  font-size: 18pt !important; }

.circle_buttons_large {
  width: 300px !important; }

.hero-content h2, .hero-content .h2 {
  font-weight: 300; }

.site-header a {
  text-transform: none !important; }

.text_color_white, .color_white, .color_white * {
  color: #FFF !important; }

.text_color_black, .color_black, .color_black * {
  color: #000 !important; }

.area_mobile_logo {
  display: none; }

.no_wrap {
  white-space: nowrap; }

.title {
  word-wrap: normal !important; }

.color_blue {
  color: #0679ad !important; }

.color_orange {
  color: #F15C27 !important; }

.notoppadding {
  padding-top: 0 !important; }

header.util .left-wrapper, header.util .right-wrapper {
  display: none; }

.hero-slider-gallery
, .hero-content .gallery-cell {
  width: 100% !important;
  height: 470px; }

.gallery-cell {
  cursor: pointer;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .gallery-cell .content-box {
    padding-bottom: 30px !important; }

div[onclick]
, a[onclick]
, span[onclick] {
  cursor: pointer; }

.img_full_width {
  width: 100%;
  height: auto; }

@media screen and (max-width: 700px) {
  header.site-header {
    display: none; }

  main.main-content {
    margin-top: -5px; }

  header.util .area_mobile_logo {
    display: block;
    position: absolute;
    left: calc(50% - 30px); }
    header.util .area_mobile_logo img {
      margin-top: 8px;
      width: 60px; }
  header.util .left-wrapper, header.util .right-wrapper {
    display: block; } }
.collection, .featured-collection, .simple-collection {
  padding-top: 0px !important; }

.area_product_categories {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .area_product_categories .area_product_categories_buttons {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 1000px; }
    .area_product_categories .area_product_categories_buttons .product_categories {
      display: inline-block;
      width: 250px;
      margin: 30px;
      vertical-align: top; }
      .area_product_categories .area_product_categories_buttons .product_categories h3, .area_product_categories .area_product_categories_buttons .product_categories .h3, .area_product_categories .area_product_categories_buttons .product_categories h4, .area_product_categories .area_product_categories_buttons .product_categories .h4 {
        margin: 0; }
    .area_product_categories .area_product_categories_buttons .product_categories.nolinks {
      cursor: auto; }
    .area_product_categories .area_product_categories_buttons .four {
      width: 200px;
      margin: 10px;
      cursor: auto; }

.extratoppadding {
  padding-top: 40px !important; }

.main-content ol:not(.pagination):not(#ProductThumbs):not(.flickity-page-dots) {
  list-style-type: decimal;
  margin-left: 30px; }

.main-content ul:not(.pagination):not(#ProductThumbs):not(.flickity-page-dots) {
  list-style-type: disc;
  margin-left: 30px; }

.collection.blog img {
  margin: 25px; }

.ul2cols {
  list-style-type: none !important;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

@media screen and (max-width: 600px) {
  .ul2cols {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; }

  li.divider {
    display: none; } }
.hero-content .content-box {
  text-shadow: 0px 1px #888; }

.area_design_one {
  position: relative;
  width: 100%;
  height: 380px;
  background: white url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/home_designContest.jpg?v=18042259682628857748) top center no-repeat;
  background-size: auto 100%; }
  .area_design_one .text_container {
    position: relative;
    max-width: 700px;
    height: 100%;
    margin: 0 auto; }
    .area_design_one .text_container .text_wrapper {
      position: absolute;
      right: 20px;
      bottom: 20px;
      max-width: 400px;
      padding: 40px;
      color: #000;
      text-align: left; }

.area_blog {
  position: relative;
  width: 100%;
  background: #0679ad; }
  .area_blog .area_header {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 170%;
    line-height: 100px; }
  .area_blog .area_homepage_blog_snippets {
    position: relative;
    width: 100%;
    text-align: center; }
    .area_blog .area_homepage_blog_snippets a {
      position: relative;
      display: inline-block;
      width: 180px;
      margin: 20px;
      vertical-align: top;
      color: #ffffff;
      text-decoration: none; }
      .area_blog .area_homepage_blog_snippets a .title {
        font-size: 150%;
        font-weight: bold;
        text-align: left;
        line-height: 1.3em; }
      .area_blog .area_homepage_blog_snippets a .content {
        text-align: left; }

.blog_featured_image img {
  width: 130px;
  height: 130px;
  border-radius: 50%; }

.blog_list_article {
  padding-bottom: 50px;
  white-space: nowrap;
  cursor: pointer; }
  .blog_list_article .date {
    color: #ff6633;
    text-transform: uppercase;
    line-height: .5em;
    font-size: 80%; }
  .blog_list_article h2, .blog_list_article .h2 {
    font-size: 24pt;
    line-height: 30pt;
    margin: 5px 0px 5px 0px; }
  .blog_list_article .blog_featured_image {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .blog_list_article .blog_featured_image img {
      margin-top: 0px; }
  .blog_list_article .details {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 180px); }
  @media screen and (max-width: 700px) {
    .blog_list_article .blog_featured_image {
      display: block;
      text-align: center; }
    .blog_list_article .details {
      display: block;
      width: 100%; } }

.area_product_categories.forcewrap {
  white-space: nowrap; }

@media screen and (max-width: 1000px) {
  .area_product_categories.forcewrap {
    white-space: normal; }
    .area_product_categories.forcewrap .product_categories {
      display: block;
      margin: 30px auto; } }
.area_army {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .area_army .logo_army {
    position: relative;
    width: 280px;
    vertical-align: middle;
    margin: 20px; }
  .area_army .custom_text_army {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 20px;
    text-align: left;
    color: #000; }
    .area_army .custom_text_army .area_title {
      color: #ef4f42;
      font-size: 150%; }
    .area_army .custom_text_army .more {
      color: #0679ad;
      font-weight: bold;
      margin-left: 5px; }

.area_manifesto {
  position: relative;
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/about_hero.jpg?v=2859546353932255974) top center no-repeat;
  background-size: cover; }
  .area_manifesto .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF; }
    .area_manifesto .wrapper .title {
      font-size: 170%;
      font-weight: bold; }

.fancy_heading {
  position: relative;
  width: 100%;
  min-height: 150px;
  line-height: 150px;
  font-size: 170%;
  color: #FFF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
  text-align: center;
  font-family: 'Oswald'; }

.fancy_big {
  line-height: normal;
  font-size: 100%;
  padding: 50px 0 40px 0;
  height: auto; }

.fancy_alternate {
  line-height: normal;
  min-height: 30px;
  font-size: 100%;
  padding: 25px 0 15px 0;
  height: auto;
  text-align: center;
  color: #FFF; }

.fancy_gray {
  line-height: normal;
  min-height: 30px;
  font-size: 100%;
  padding: 25px 0 15px 0;
  height: auto;
  text-align: center;
  background-color: #dedcd4; }

.fancy_gold {
  line-height: normal;
  min-height: 30px;
  font-size: 16px;
  padding: 25px 0 15px 0;
  height: auto;
  text-align: center;
  background-color: #fdf9e2; }

.family_selector {
  min-height: 100px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
  height: auto;
  text-align: center;
  background: #EEE;
  overflow: scroll;
  margin: 0;
  list-style-type: none;
  line-height: 14pt;
  font-family: 'Oswald';
  word-wrap: normal;
  white-space: normal;
  overflow: scroll;
  font-weight: 200;
  color: #222;
  text-align: center; }
  .family_selector .scroll {
    width: 98%;
    height: 190px;
    padding: 20px 0px 10px 0px;
    margin: 0px auto;
    border: 0px solid #000;
    overflow: auto; }
  .family_selector .scroll ul {
    float: left;
    margin-right: -999em;
    white-space: nowrap;
    list-style: none; }
  .family_selector .scroll li {
    padding: 0px 20px 0px 20px;
    text-align: center;
    word-wrap: normal;
    float: left;
    display: inline; }
  .family_selector .scroll img {
    border: 0;
    display: block;
    border: 0px solid #A3CBE0; }
  .family_selector .scroll a:active img, .family_selector #scroll a:focus img, .family_selector #scroll a:hover img {
    border: 0px solid #000; }
  .family_selector .scroll a {
    text-decoration: none;
    word-wrap: normal;
    color: #333; }
  .family_selector .scroll a:active, .family_selector #scroll a:focus, .family_selector #scroll a:hover {
    color: #333; }
  .family_selector .scroll span {
    padding: 5px 0 0;
    display: block; }

.area_page_content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 80px;
  background: #FFF; }

.area_page_content-no-lr-padding {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
  background: #FFF; }

.area_page_content_gray {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 80px;
  background: #dedcd4; }

.fancy_heading_1 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_1.jpg?v=1312227075154095613); }

.fancy_heading_2 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_2.jpg?v=16468514049792402711); }

.fancy_heading_3 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_3.jpg?v=13419166769727771523); }

.fancy_heading_4 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_4.jpg?v=16575681865416098288); }

.fancy_heading_5 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_5.jpg?v=12979594729292640997); }

.fancy_heading_6 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_6.jpg?v=14546790851907778094); }

.fancy_heading_7 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_7.jpg?v=11223900205329080650); }

.fancy_heading_8 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_8.jpg?v=8765917446693426220); }

.fancy_heading_9 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_9.jpg?v=657042749495682366); }

.fancy_heading_10 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/projCondom_fancyHeader.jpg?v=2602740115702885583) !important; }

.fancy_heading_11 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_11.jpg?v=3695621301525444613) !important; }

.fancy_heading_12 {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_bg_12.jpg?v=16634771400051480495) !important; }

.fancy_heading_tof {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/tof_hero_bg.jpg?v=7170412869410001337) !important; }

.fancy_heading_streetart {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/streetart_hero_bg_image_upload.jpg?v=6379000112867910920) !important; }

.fancy_heading_vanish {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/vanish_head_bkg.png?v=4673115993515272936) !important; }

.fancy_heading_blue {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-blue.png?v=14570821844793345105) !important; }

.fancy_heading_black {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-black.png?v=794366117857046777) !important; }

.fancy_heading_aqua {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-aqua.png?v=4425609091054769095) !important; }

.fancy_heading_silver {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-silver.png?v=4158780921799348167) !important;
  min-height: 15px; }

.fancy_heading_purple {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-purple.png?v=15070952366662592720) !important; }

.fancy_heading_yellow {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-yellow.png?v=4362989887810860001) !important; }

.fancy_heading_orange {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-orange.png?v=11730611745346176473) !important; }

.fancy_heading_bronze {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/head_bkg-bronze.png?v=8559693267610803173) !important; }

.fancy_heading_momentum {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/fancy_heading_momentum.png?v=9617055164038062233) !important; }

.area_artofone_hero {
  position: relative;
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ArtofONE_HeaderNEW.jpg?v=18182276689268568985) top center no-repeat;
  background-size: cover; }
  .area_artofone_hero .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    line-height: 3em; }
    .area_artofone_hero .wrapper .title {
      font-size: 200%;
      font-weight: bold;
      margin-bottom: 40px; }

.area_artofone_sidebyside {
  position: relative;
  width: 100%; }
  .area_artofone_sidebyside .area_sides {
    position: relative;
    display: inline-block;
    width: 50%;
    min-width: 400px;
    height: 380px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
    text-align: center; }
    .area_artofone_sidebyside .area_sides .area_sides_content {
      position: relative;
      width: 100%;
      max-width: 540px;
      height: 100%;
      margin: 0 auto;
      padding: 50px;
      text-align: left; }
      .area_artofone_sidebyside .area_sides .area_sides_content .outer {
        display: table;
        width: 100%;
        height: 100%; }
        .area_artofone_sidebyside .area_sides .area_sides_content .outer .inner {
          width: 100%;
          display: table-cell;
          vertical-align: bottom; }
          .area_artofone_sidebyside .area_sides .area_sides_content .outer .inner .area_header {
            font-size: 200%;
            font-weight: bold; }
          .area_artofone_sidebyside .area_sides .area_sides_content .outer .inner .area_details {
            padding-bottom: 10px; }
  .area_artofone_sidebyside .area_designone {
    color: #000;
    background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/home_designContest.jpg?v=18042259682628857748); }
  .area_artofone_sidebyside .area_specialeditions {
    color: #FFF;
    background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ArtofONE_specialEditions_BG.jpg?v=9617556692860586474); }

@media screen and (max-width: 800px) {
  .area_artofone_sidebyside .area_sides {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .area_artofone_hero {
    background-size: auto 100%;
    background-position: 30% 0%; } }
.area_artofone_main_hero {
  position: relative;
  max-width: 1000px;
  height: 400px;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/artofone_bg_designone.jpg?v=17696519024134142581) top center no-repeat;
  background-size: auto 100%;
  margin: 0 auto; }
  .area_artofone_main_hero .text_wrapper {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 400px;
    padding: 40px;
    color: #000;
    text-align: left; }

.area_artofone_main_sidebyside {
  position: relative;
  text-align: center;
  white-space: nowrap;
  max-width: 1000px;
  margin: 0 auto; }
  .area_artofone_main_sidebyside .tof, .area_artofone_main_sidebyside .street {
    display: inline-block;
    width: 50%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    padding-top: 30px;
    text-align: center;
    color: #FFF;
    cursor: pointer; }
  .area_artofone_main_sidebyside .tof {
    background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/artofone_bg_tof.jpg?v=7010327302561143777); }
  .area_artofone_main_sidebyside .street {
    background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/artofone_bg_street.jpg?v=1828573889768830195); }

@media screen and (max-width: 900px) {
  .area_artofone_main_sidebyside {
    white-space: normal; }
    .area_artofone_main_sidebyside .tof, .area_artofone_main_sidebyside .street {
      display: block;
      width: 100%; } }
.area_community_hero {
  position: relative;
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/Community_Hero_NEW.jpg?v=12131027362884740463) top center no-repeat;
  background-size: cover; }
  .area_community_hero .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    line-height: 3em; }
    .area_community_hero .wrapper .title {
      font-size: 300%;
      font-weight: bold;
      margin-bottom: 40px; }

.area_community_logo_and_content {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: center; }
  .area_community_logo_and_content .logo {
    position: relative;
    display: inline-block;
    width: 300px;
    margin: 10px;
    vertical-align: middle; }
  .area_community_logo_and_content .content {
    position: relative;
    display: inline-block;
    max-width: 400px;
    padding: 20px;
    vertical-align: middle;
    text-align: left; }

.community_circles {
  width: 250px;
  cursor: pointer;
  margin: 20px; }

.area_streetart_hero {
  position: relative;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/streetart_bg_hero.jpg?v=6089908725060660889);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .area_streetart_hero .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    line-height: 3em; }
    .area_streetart_hero .wrapper .title {
      font-size: 300%;
      font-weight: bold;
      margin-bottom: 40px; }

.area_streetart_steps {
  text-align: center; }
  .area_streetart_steps > div {
    position: relative;
    display: inline-block;
    margin: 20px;
    width: 180px;
    text-align: left;
    vertical-align: top; }
    .area_streetart_steps > div img {
      position: relative;
      margin: 0 auto;
      width: 90px !important;
      height: auto; }

.area_streetart_involved {
  text-align: center; }
  .area_streetart_involved > div {
    position: relative;
    display: inline-block;
    margin: 20px;
    width: 220px;
    text-align: left;
    vertical-align: top; }
    .area_streetart_involved > div h4, .area_streetart_involved > div .h4 {
      color: #f04f42;
      margin-bottom: 20px;
      white-space: nowrap; }

.streetart_gallery .item {
  height: 265px !important;
  text-align: center !important;
  text-align: center; }
  .streetart_gallery .item img {
    width: 200px !important;
    height: auto !important;
    margin: 0 auto !important; }
  .streetart_gallery .item .streetart_image_title {
    font-size: 14px; }
  .streetart_gallery .item .streetart_image_by {
    font-size: 14px;
    color: #888; }

.gallery_image_title {
  font-size: 14px; }

.gallery_image_by {
  font-size: 14px;
  color: #888; }

.area_armyofone_hero {
  position: relative;
  width: 100%;
  background-size: auto 100%; }
  .area_armyofone_hero .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    line-height: 3em; }
    .area_armyofone_hero .wrapper .logo {
      width: 100%;
      max-width: 300px; }

.area_page_content.armyofone {
  text-align: center;
  padding-bottom: 0; }

.area_army_circles {
  width: 130px; }

.area_tom_hero {
  position: relative;
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/TomOF_hero_BG.jpg?v=5196938369467335467) top center no-repeat;
  background-size: cover; }
  .area_tom_hero .wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    color: #FFF;
    text-align: center; }
    .area_tom_hero .wrapper .title {
      font-size: 170%;
      font-weight: bold;
      margin-bottom: 20px; }

.tof_content_hero_bg {
  padding-top: 400px;
  background: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/TOF_useARubber.jpg?v=8220665974887600045) top left no-repeat;
  background-size: auto 500px; }

.area_tom_content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 80px 0px 80px; }
  .area_tom_content .area_title_blue {
    text-align: center;
    font-size: 250%;
    font-weight: 200;
    color: #0679ad;
    margin-top: -20px;
    margin-bottom: 10px; }
  .area_tom_content .area_tom_partnership_content {
    white-space: nowrap; }
    .area_tom_content .area_tom_partnership_content img {
      vertical-align: top;
      margin: 0px 20px 20px 20px;
      width: 150px; }
    .area_tom_content .area_tom_partnership_content div {
      position: relative;
      display: inline-block;
      white-space: normal;
      vertical-align: top;
      width: calc(100% - 190px);
      text-align: left; }

.area_main_past_event {
  position: relative;
  white-space: nowrap; }
  .area_main_past_event img {
    vertical-align: top;
    margin: 0px 20px 20px 20px;
    width: 350px;
    height: auto; }
  .area_main_past_event .area_main_past_event_text {
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    width: calc(100% - 390px);
    text-align: left;
    padding-top: 70px; }
    .area_main_past_event .area_main_past_event_text h3, .area_main_past_event .area_main_past_event_text .h3, .area_main_past_event .area_main_past_event_text h4, .area_main_past_event .area_main_past_event_text .h4 {
      margin-bottom: 5px; }

@media screen and (max-width: 900px) {
  .area_main_past_event {
    white-space: normal;
    text-align: center; }
    .area_main_past_event img {
      width: 280px;
      margin: 0px 0px 20px 0px; }
    .area_main_past_event .area_main_past_event_text {
      display: block;
      width: 100%;
      padding-top: 0; } }
@media screen and (max-width: 600px) {
  .area_project_condom_background {
    margin-left: -20px;
    width: calc(100% + 40px); } }
.font_hero .wrapper {
  padding: 60px 80px 90px 80px; }

.musthaveone_contest_steps {
  margin-top: 40px; }
  .musthaveone_contest_steps > div {
    margin-top: 20px;
    white-space: nowrap; }
    .musthaveone_contest_steps > div img {
      width: 90px !important; }
    .musthaveone_contest_steps > div > div:nth-of-type(1) {
      vertical-align: top; }
    .musthaveone_contest_steps > div > div:nth-of-type(2) {
      width: calc(100% - 130px);
      padding-left: 40px; }
    .musthaveone_contest_steps > div > div {
      display: inline-block;
      white-space: normal; }

.area_musthaveone_artists_container {
  text-align: center; }
  .area_musthaveone_artists_container .area_musthaveone_artist_cell {
    display: inline-block;
    width: 210px;
    margin: 10px;
    margin-top: 20px;
    vertical-align: top;
    cursor: pointer; }
    .area_musthaveone_artists_container .area_musthaveone_artist_cell img {
      width: 100%; }
    .area_musthaveone_artists_container .area_musthaveone_artist_cell div:nth-of-type(2) {
      color: #0679ad;
      text-align: center; }
    .area_musthaveone_artists_container .area_musthaveone_artist_cell div:nth-of-type(3) {
      color: #f04f42;
      text-align: center; }
    .area_musthaveone_artists_container .area_musthaveone_artist_cell div:nth-of-type(4) {
      text-align: left; }

@media screen and (max-width: 800px) {
  .musthaveone_contest_steps > div > div:nth-of-type(1) {
    text-align: center; }
  .musthaveone_contest_steps > div > div:nth-of-type(2) {
    width: calc(100%);
    padding-left: 0px; }
  .musthaveone_contest_steps > div > div {
    display: block; } }
@media screen and (max-width: 600px) {
  .area_tom_content .area_tom_partnership_content {
    white-space: normal;
    text-align: center; }
    .area_tom_content .area_tom_partnership_content div {
      display: block;
      width: 100%; }

  .area_tom_content .area_title_blue {
    font-size: 200%; }

  .area_tom_content
  , .area_page_content
  , .main-content .wrapper
  , .area_community_logo_and_content {
    padding-left: 20px;
    padding-right: 20px; }

  .large_button {
    font-size: 16pt !important; } }
.font_oswald, .font_hero, .site-footer {
  font-family: 'Oswald'; }

.font_oswald_light {
  font-family: 'Oswald';
  font-weight: 200; }

.font_merriweather, .font_content {
  font-family: 'Roboto'; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Oswald';
  word-wrap: normal;
  white-space: normal;
  font-color: black; }

h1, .h1 {
  font-weight: 700;
  font-size: 36pt;
  line-height: 42pt;
  color: #FFF;
  text-align: center; }

h2, .h2 {
  font-weight: 400;
  font-size: 32pt;
  line-height: 38pt; }

h3, .h3 {
  font-weight: 300;
  font-size: 20pt;
  line-height: 26pt; }

h4, .h4 {
  font-weight: 300;
  font-size: 16pt;
  line-height: 22pt;
  color: #FFF;
  text-align: center; }

h5, .h5 {
  font-weight: 200;
  font-size: 11pt;
  line-height: 15pt;
  color: #333;
  text-align: center; }

.font_weight_light {
  font-weight: 300 !important; }

.font_weight_bold {
  font-weight: 700 !important; }

.font_upper {
  text-transform: uppercase !important; }

.color_black {
  color: #000 !important; }

.color_white {
  color: #FFF !important; }

.color_red {
  color: #f04f42 !important; }

.color_green {
  color: #2da674 !important; }

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

.align_center, .centered {
  text-align: center !important; }

.right-wrapper {
  display: none; }

.text_underline {
  text-decoration: underline; }

.no_background_color {
  background: none; }

.withtopborder {
  border-top: 1px solid #666;
  padding-top: 30px;
  padding-bottom: 30px; }

.withbottomborder {
  border-bottom: 1px solid #666; }

#grid-container
, .grid-container {
  margin-top: 40px; }
  #grid-container .item, .grid-container .item {
    display: inline-block; }
  #grid-container .margin20, .grid-container .margin20 {
    margin: 20px; }

.all-stars .hero_designonecontest {
  width: 80%;
  max-width: 700px; }

.all-stars h1, .all-stars .h1 {
  margin: -20px 0 0 0; }

.all-stars.products {
  text-align: center;
  cursor: pointer; }

.all-stars.products div {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 10px;
  background-position: -30px -30px;
  background-repeat: no-repeat;
  background-size: 250px 250px; }

.all-stars.productgroups {
  text-align: center; }

.all-stars.productgroups img {
  position: relative;
  display: inline-block;
  width: calc(50% - 20px);
  min-width: 250px;
  margin: 0 10px 0 10px;
  cursor: pointer; }

.all-stars .bio {
  white-space: nowrap; }
  .all-stars .bio .bio_pic {
    width: 200px;
    border-radius: 50%;
    margin: 25px;
    vertical-align: middle;
    object-fit: cover; }
  .all-stars .bio .bio_content {
    display: inline-block;
    white-space: normal;
    width: calc(100% - 250px);
    vertical-align: middle; }
    .all-stars .bio .bio_content .name, .all-stars .bio .bio_content .cause {
      text-transform: uppercase;
      margin-top: -5px; }
    .all-stars .bio .bio_content .details {
      text-align: left; }
  .all-stars .bio .triangle_to_top {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    cursor: pointer; }

.all-stars.grid-container {
  text-align: center; }
  .all-stars.grid-container .item {
    position: relative;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin: 10px 20px 10px 20px; }
    .all-stars.grid-container .item img.designpic {
      width: 100%; }
    .all-stars.grid-container .item .name {
      margin-top: -10px;
      margin-bottom: -4px;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
    .all-stars.grid-container .item .cause {
      text-transform: uppercase;
      cursor: pointer; }
    .all-stars.grid-container .item .donate_share {
      position: relative;
      margin: 0 auto;
      width: 70%;
      border-radius: 4px;
      margin-top: 5px; }
      .all-stars.grid-container .item .donate_share .donate {
        position: relative;
        display: inline-block;
        color: #FFF;
        background: #0679ad;
        border-radius: 4px 0 0 4px;
        text-align: center;
        width: calc(70% - 40px);
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        cursor: pointer; }
      .all-stars.grid-container .item .donate_share .share {
        position: relative;
        display: inline-block;
        background-color: #d2d5d8;
        background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 0 4px 4px 0;
        vertical-align: top;
        cursor: pointer; }
    .all-stars.grid-container .item .donated {
      font-size: 70%;
      border: 1px solid #d2d5d8;
      border-radius: 3px;
      margin-top: 3px;
      padding: 0 5px 0 5px;
      white-space: nowrap;
      background: #eee;
      transition: 1.5s ease;
      -moz-transition: 1.5s ease;
      -webkit-transition: 1.5s ease; }
      .all-stars.grid-container .item .donated.yellow {
        background: yellow; }
  @media screen and (max-width: 3000px) {
    .all-stars.grid-container .item-winner {
      position: relative;
      display: inline-block;
      width: 350px;
      vertical-align: top;
      margin: 10px 0px 10px 0px; }
      .all-stars.grid-container .item-winner img.designpic {
        width: 100%; }
      .all-stars.grid-container .item-winner .name {
        margin-top: -10px;
        margin-bottom: -4px;
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer; }
      .all-stars.grid-container .item-winner .cause {
        text-transform: uppercase;
        cursor: pointer; }
      .all-stars.grid-container .item-winner .donate_share {
        position: relative;
        margin: 0 auto;
        width: 70%;
        border-radius: 4px;
        margin-top: 5px; }
        .all-stars.grid-container .item-winner .donate_share .donate {
          position: relative;
          display: inline-block;
          color: #FFF;
          background: #0679ad;
          border-radius: 4px 0 0 4px;
          text-align: center;
          width: calc(70% - 40px);
          height: 40px;
          line-height: 40px;
          vertical-align: top;
          cursor: pointer; }
        .all-stars.grid-container .item-winner .donate_share .share {
          position: relative;
          display: inline-block;
          background-color: #d2d5d8;
          background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
          background-position: center center;
          background-size: 20px 20px;
          background-repeat: no-repeat;
          width: 40px;
          height: 40px;
          border-radius: 0 4px 4px 0;
          vertical-align: top;
          cursor: pointer; }
      .all-stars.grid-container .item-winner .donated {
        font-size: 70%;
        border: 1px solid #d2d5d8;
        border-radius: 3px;
        margin-top: 3px;
        padding: 0 5px 0 5px;
        white-space: nowrap;
        background: #eee;
        transition: 1.5s ease;
        -moz-transition: 1.5s ease;
        -webkit-transition: 1.5s ease; }
        .all-stars.grid-container .item-winner .donated.yellow {
          background: yellow; } }
  @media screen and (max-width: 600px) {
    .all-stars.grid-container .item-winner {
      position: relative;
      display: inline-block;
      width: 100%;
      vertical-align: top;
      margin: 10px 0px 10px 0px; }
      .all-stars.grid-container .item-winner img.designpic {
        width: 100%; }
      .all-stars.grid-container .item-winner .name {
        margin-top: -10px;
        margin-bottom: -4px;
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer; }
      .all-stars.grid-container .item-winner .cause {
        text-transform: uppercase;
        cursor: pointer; }
      .all-stars.grid-container .item-winner .donate_share {
        position: relative;
        margin: 0 auto;
        width: 70%;
        border-radius: 4px;
        margin-top: 5px; }
        .all-stars.grid-container .item-winner .donate_share .donate {
          position: relative;
          display: inline-block;
          color: #FFF;
          background: #0679ad;
          border-radius: 4px 0 0 4px;
          text-align: center;
          width: calc(70% - 40px);
          height: 40px;
          line-height: 40px;
          vertical-align: top;
          cursor: pointer; }
        .all-stars.grid-container .item-winner .donate_share .share {
          position: relative;
          display: inline-block;
          background-color: #d2d5d8;
          background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
          background-position: center center;
          background-size: 20px 20px;
          background-repeat: no-repeat;
          width: 40px;
          height: 40px;
          border-radius: 0 4px 4px 0;
          vertical-align: top;
          cursor: pointer; }
      .all-stars.grid-container .item-winner .donated {
        font-size: 70%;
        border: 1px solid #d2d5d8;
        border-radius: 3px;
        margin-top: 3px;
        padding: 0 5px 0 5px;
        white-space: nowrap;
        background: #eee;
        transition: 1.5s ease;
        -moz-transition: 1.5s ease;
        -webkit-transition: 1.5s ease; }
        .all-stars.grid-container .item-winner .donated.yellow {
          background: yellow; } }
  .all-stars.grid-container .item-runnerup {
    position: relative;
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin: 10px 20px 10px 20px; }
    .all-stars.grid-container .item-runnerup img.designpic {
      width: 100%; }
    .all-stars.grid-container .item-runnerup .name {
      margin-top: -10px;
      margin-bottom: -4px;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
    .all-stars.grid-container .item-runnerup .cause {
      text-transform: uppercase;
      cursor: pointer; }
    .all-stars.grid-container .item-runnerup .donate_share {
      position: relative;
      margin: 0 auto;
      width: 70%;
      border-radius: 4px;
      margin-top: 5px; }
      .all-stars.grid-container .item-runnerup .donate_share .donate {
        position: relative;
        display: inline-block;
        color: #FFF;
        background: #0679ad;
        border-radius: 4px 0 0 4px;
        text-align: center;
        width: calc(70% - 40px);
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        cursor: pointer; }
      .all-stars.grid-container .item-runnerup .donate_share .share {
        position: relative;
        display: inline-block;
        background-color: #d2d5d8;
        background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 0 4px 4px 0;
        vertical-align: top;
        cursor: pointer; }
    .all-stars.grid-container .item-runnerup .donated {
      font-size: 70%;
      border: 1px solid #d2d5d8;
      border-radius: 3px;
      margin-top: 3px;
      padding: 0 5px 0 5px;
      white-space: nowrap;
      background: #eee;
      transition: 1.5s ease;
      -moz-transition: 1.5s ease;
      -webkit-transition: 1.5s ease; }
      .all-stars.grid-container .item-runnerup .donated.yellow {
        background: yellow; }
  .all-stars.grid-container .item-winner-4col {
    position: relative;
    display: inline-block;
    width: 270px;
    vertical-align: top;
    margin: 10px 0px 10px 0px; }
    .all-stars.grid-container .item-winner-4col img.designpic {
      width: 100%; }
    .all-stars.grid-container .item-winner-4col .name {
      margin-top: -10px;
      margin-bottom: -4px;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
    .all-stars.grid-container .item-winner-4col .cause {
      text-transform: uppercase;
      cursor: pointer; }
    .all-stars.grid-container .item-winner-4col .donate_share {
      position: relative;
      margin: 0 auto;
      width: 70%;
      border-radius: 4px;
      margin-top: 5px; }
      .all-stars.grid-container .item-winner-4col .donate_share .donate {
        position: relative;
        display: inline-block;
        color: #FFF;
        background: #0679ad;
        border-radius: 4px 0 0 4px;
        text-align: center;
        width: calc(70% - 40px);
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        cursor: pointer; }
      .all-stars.grid-container .item-winner-4col .donate_share .share {
        position: relative;
        display: inline-block;
        background-color: #d2d5d8;
        background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 0 4px 4px 0;
        vertical-align: top;
        cursor: pointer; }
    .all-stars.grid-container .item-winner-4col .donated {
      font-size: 70%;
      border: 1px solid #d2d5d8;
      border-radius: 3px;
      margin-top: 3px;
      padding: 0 5px 0 5px;
      white-space: nowrap;
      background: #eee;
      transition: 1.5s ease;
      -moz-transition: 1.5s ease;
      -webkit-transition: 1.5s ease; }
      .all-stars.grid-container .item-winner-4col .donated.yellow {
        background: yellow; }
  .all-stars.grid-container .item-winner-2col {
    position: relative;
    display: inline-block;
    width: 500px;
    vertical-align: top;
    margin: 10px 0px 10px 0px; }
    .all-stars.grid-container .item-winner-2col img.designpic {
      width: 100%; }
    .all-stars.grid-container .item-winner-2col .name {
      margin-top: -10px;
      margin-bottom: -4px;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
    .all-stars.grid-container .item-winner-2col .cause {
      text-transform: uppercase;
      cursor: pointer; }
    .all-stars.grid-container .item-winner-2col .donate_share {
      position: relative;
      margin: 0 auto;
      width: 70%;
      border-radius: 4px;
      margin-top: 5px; }
      .all-stars.grid-container .item-winner-2col .donate_share .donate {
        position: relative;
        display: inline-block;
        color: #FFF;
        background: #0679ad;
        border-radius: 4px 0 0 4px;
        text-align: center;
        width: calc(70% - 40px);
        height: 40px;
        line-height: 40px;
        vertical-align: top;
        cursor: pointer; }
      .all-stars.grid-container .item-winner-2col .donate_share .share {
        position: relative;
        display: inline-block;
        background-color: #d2d5d8;
        background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/sharethis.png?v=14753615160194522139);
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 0 4px 4px 0;
        vertical-align: top;
        cursor: pointer; }
    .all-stars.grid-container .item-winner-2col .donated {
      font-size: 70%;
      border: 1px solid #d2d5d8;
      border-radius: 3px;
      margin-top: 3px;
      padding: 0 5px 0 5px;
      white-space: nowrap;
      background: #eee;
      transition: 1.5s ease;
      -moz-transition: 1.5s ease;
      -webkit-transition: 1.5s ease; }
      .all-stars.grid-container .item-winner-2col .donated.yellow {
        background: yellow; }

@media screen and (max-width: 600px) {
  .all-stars .bio {
    white-space: normal;
    text-align: center; }

  .all-stars .bio .bio_content {
    width: 100%; } }
.area_page_content.myone_page_signin_content_top {
  padding-bottom: 0px; }

#myonecontent {
  padding-bottom: 80px; }
  #myonecontent a {
    text-decoration: none; }
    #myonecontent a:hover, #myonecontent a:visited {
      color: inherit; }
  #myonecontent .myone_header_options {
    margin-bottom: 30px; }
  #myonecontent .myone_form_signup {
    max-width: 300px;
    margin: 0px auto 0 auto; }
  #myonecontent .myone_form_signin {
    max-width: 300px;
    margin: 0px auto 0 auto; }
  #myonecontent .bt-times-circle {
    cursor: pointer; }
  #myonecontent .bt-sort {
    cursor: move; }
  #myonecontent .inlineBlock {
    display: inline-block; }
  #myonecontent fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  #myonecontent .myone_button {
    position: relative;
    display: inline-block;
    font-size: 100% !important;
    overflow: hidden; }
    #myonecontent .myone_button input[type="file"] {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      opacity: 0;
      -ms-filter: 'alpha(opacity=0)';
      font-size: 200px;
      direction: ltr;
      cursor: pointer; }
  #myonecontent #myone_form_activity textarea[name="html"] {
    width: 100%;
    max-width: 100%;
    height: 200px; }
  #myonecontent .myone_activity_form {
    margin-top: 20px; }
  #myonecontent .myone_activity_preview_pic {
    margin: 30px 0; }
  #myonecontent .myone_table {
    display: table;
    width: 100%; }
    #myonecontent .myone_table thead th {
      text-align: left; }
    #myonecontent .myone_table li {
      word-break: break-word; }
    #myonecontent .myone_table .myone_social_icon {
      position: relative;
      width: 20px;
      max-width: 20px;
      height: 20px;
      vertical-align: middle; }
    #myonecontent .myone_table thead th, #myonecontent .myone_table .myone_table_cell {
      padding: 5px 10px; }
    #myonecontent .myone_table .myone_table_cell {
      position: relative;
      display: table-cell;
      border-top: 1px solid #e5e5e5; }
    #myonecontent .myone_table .no_top_line {
      border-top: none; }
    #myonecontent .myone_table .myone_activity_details {
      position: relative;
      display: none;
      opacity: 0; }
    #myonecontent .myone_table input[type="text"] {
      position: relative;
      width: calc(100% - 20px);
      max-width: 300px; }
  #myonecontent #myone_form_signin_forgot {
    margin-left: 20px; }
  #myonecontent .list-group-item > * {
    margin-right: 8px; }
  #myonecontent .list-group-item input, #myonecontent .list-group-item select {
    margin-top: 5px;
    margin-bottom: 5px; }
  #myonecontent .list-group-item img {
    vertical-align: middle; }
  #myonecontent .inputFileSelected {
    color: green !important; }
  #myonecontent .form_profiles input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  #myonecontent label {
    position: relative;
    display: inline-block;
    cursor: pointer; }
  #myonecontent .form_profiles textarea {
    width: 280px;
    height: 200px; }
  #myonecontent .cropResizeIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  #myonecontent .imageToolContainer {
    position: relative;
    cursor: move; }
  #myonecontent img.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
    pointer-events: none; }
  #myonecontent .sliderContainer {
    position: relative; }
  #myonecontent .sliderContainer:before {
    content: "\f087";
    position: absolute;
    left: 0px;
    top: -15px;
    font: normal normal normal 14px/1 "Black Tie";
    font-weight: 900; }
  #myonecontent .sliderContainer:after {
    content: "\f086";
    position: absolute;
    left: 207px;
    top: -15px;
    font: normal normal normal 14px/1 "Black Tie";
    font-weight: 900; }
  #myonecontent .capitalize_words {
    text-transform: capitalize; }
  #myonecontent .opacityFull {
    opacity: 1; }
  #myonecontent .opacityLow {
    opacity: .5; }
  #myonecontent img.circle {
    border-radius: 50%; }
  #myonecontent .bt-music.color_blue {
    cursor: pointer; }
  #myonecontent .nowrap {
    white-space: nowrap; }
  #myonecontent .galleryLabelIncluded {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #0679ad;
    cursor: pointer;
    padding: 2px 3px;
    white-space: nowrap; }
  #myonecontent .galleryLabelNotIncluded {
    color: #CCC;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    padding: 2px 3px;
    white-space: nowrap; }
  #myonecontent .field_short {
    width: 100px !important; }
  #myonecontent #galleryInputAddImagesContainer
  , #myonecontent #myOneInputContainer {
    background: #EEE;
    padding: 10px; }
  #myonecontent .galleryItem {
    position: relative;
    white-space: nowrap;
    padding: 30px 0;
    border-top: 1px solid #CCC; }
    #myonecontent .galleryItem .galleryItemInfoStack {
      max-width: calc(100% - 150px); }
      #myonecontent .galleryItem .galleryItemInfoStack > div {
        margin: 10px 0; }
    #myonecontent .galleryItem .top-right {
      position: absolute;
      right: 10px;
      top: 10px; }
    #myonecontent .galleryItem .inlineBlock {
      white-space: normal; }
  #myonecontent .myone_profileAreaON {
    border-bottom: 3px solid #0679ad; }
  #myonecontent input[type="number"] {
    width: 80px; }
  #myonecontent .profileImageRotateIcon {
    cursor: pointer;
    width: 30px;
    margin-left: 8px;
    margin-top: -10px; }
  #myonecontent .file_label_type {
    position: relative; }
  #myonecontent .myone_tabs {
    border-bottom: 2px solid #0679ad;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1; }
    #myonecontent .myone_tabs .myone_tab {
      position: relative;
      display: inline-block;
      margin-right: 1px;
      border-left: 1px solid #999;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      line-height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      color: #888;
      background: #f5f5f5;
      text-align: center;
      cursor: pointer; }
    #myonecontent .myone_tabs .myone_tab_on {
      color: #fff;
      border-left: 2px solid #0679ad;
      border-top: 2px solid #0679ad;
      border-right: 2px solid #0679ad;
      background: #0679ad; }
  #myonecontent hr {
    border: 0;
    height: 1px;
    background: #0679ad;
    margin: 30px 0; }
  #myonecontent h3, #myonecontent .h3 {
    color: #0679ad;
    margin-top: 30px; }
  #myonecontent .profiles_alpha_container {
    position: relative;
    white-space: nowrap;
    font-family: 'Oswald'; }
    #myonecontent .profiles_alpha_container div {
      display: inline-block;
      text-align: center;
      width: calc(100% / 26);
      cursor: pointer; }
  #myonecontent .profiles_container {
    text-align: center;
    font-family: 'Oswald'; }
    #myonecontent .profiles_container .profiles_profile_container {
      display: inline-block;
      margin: 20px;
      vertical-align: top;
      cursor: pointer; }
      #myonecontent .profiles_container .profiles_profile_container .profiles_profile_pic_container {
        position: relative;
        width: 250px;
        height: 250px;
        margin-bottom: 10px;
        overflow: hidden; }
        #myonecontent .profiles_container .profiles_profile_container .profiles_profile_pic_container .profiles_profile_pic_circle {
          position: absolute;
          left: 0;
          top: 0;
          width: calc(100%);
          height: calc(100%);
          border: 30px solid rgba(6, 121, 172, 0.5);
          border-radius: 50%; }
        #myonecontent .profiles_container .profiles_profile_container .profiles_profile_pic_container .profiles_profile_pic {
          position: absolute;
          left: 0;
          top: 0;
          width: 250px;
          height: 250px;
          border-radius: 50%; }
  #myonecontent .profiles_featured_container {
    position: relateive;
    margin-bottom: 30px;
    font-family: 'Oswald';
    cursor: pointer; }
    #myonecontent .profiles_featured_container .profiles_featured_top_title {
      position: absolute;
      left: 400px;
      top: 50px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      color: #0679ad;
      text-transform: uppercase; }
    #myonecontent .profiles_featured_container .profiles_featured_bar_container {
      position: absolute;
      left: 150px;
      top: 120px;
      width: calc(100% - 190px);
      height: 150px;
      background: #f04f42; }
      #myonecontent .profiles_featured_container .profiles_featured_bar_container .profiles_featured_person {
        position: absolute;
        left: 250px;
        top: 30px; }
        #myonecontent .profiles_featured_container .profiles_featured_bar_container .profiles_featured_person .displayname {
          font-size: 50px;
          line-height: 60px;
          color: #FFF !important;
          text-transform: uppercase; }
        #myonecontent .profiles_featured_container .profiles_featured_bar_container .profiles_featured_person .workwithone {
          font-size: 20px;
          line-height: 20px;
          color: #FFF !important;
          text-transform: uppercase; }
    #myonecontent .profiles_featured_container .profiles_featured_pic_container {
      position: relative;
      width: 300px;
      height: 300px;
      margin-bottom: 10px;
      overflow: hidden; }
      #myonecontent .profiles_featured_container .profiles_featured_pic_container .profiles_featured_pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 300px;
        border-radius: 50%; }
      #myonecontent .profiles_featured_container .profiles_featured_pic_container .profiles_featured_pic_circle {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100%);
        height: calc(100%);
        border: 40px solid rgba(6, 121, 172, 0.5);
        border-radius: 50%; }
  #myonecontent .myone_profile_job_location_social {
    position: absolute;
    left: 80px;
    top: 380px;
    width: 300px; }
    #myonecontent .myone_profile_job_location_social div {
      width: 100%;
      text-align: center; }
  #myonecontent .myone_profile_bio_images {
    position: relative;
    margin-left: 300px;
    margin-top: -80px;
    width: calc(100% - 300px); }
    #myonecontent .myone_profile_bio_images .myone_profile_images {
      margin-top: 30px; }

.designcontest_top {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/Banner_for_landing_page-BG2.png?v=18105112794235096603);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0 5px 0;
  color: #fff; }
  .designcontest_top div {
    text-align: center;
    background-color: transparent;
    padding: 0 20px 0 20px;
    max-width: 700px; }
  .designcontest_top .big {
    font-weight: 400;
    font-size: 32pt;
    line-height: normal; }

.sensatex_top {
  background-image: url(//cdn.shopify.com/s/files/1/1065/4262/t/11/assets/ONE_hyperthin_campagine_page_1920x500px-1.jpg?v=15270235237367820788);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0 5px 0; }
  .sensatex_top div {
    text-align: center;
    background-color: transparent;
    padding: 0 20px 0 20px;
    max-width: 700px; }
  .sensatex_top .big {
    font-weight: 400;
    font-size: 32pt;
    line-height: normal; }

.downloadDesign {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.contest_submission_container {
  display: inline-block;
  margin: 20px;
  vertical-align: top; }
  .contest_submission_container .img_container {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%; }
    .contest_submission_container .img_container img {
      width: 250px;
      height: 250px; }
    .contest_submission_container .img_container .pic {
      border-radius: 50% !important; }
    .contest_submission_container .img_container .overlay {
      position: absolute;
      left: 0;
      top: 0; }
  .contest_submission_container .title {
    font-weight: 700;
    margin-top: 10px; }
  .contest_submission_container .buttons {
    margin-top: 10px; }

textarea.contestRejection {
  width: 100%;
  max-width: 600px;
  height: 300px; }

#area_contest_upload input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #0679ad;
  margin-top: -4px; }
#area_contest_upload .toggle-btn-grp {
  display: inline-block;
  margin: 3px 0;
  white-space: nowrap; }
#area_contest_upload .toggle-btn {
  text-align: center;
  margin: 0;
  padding: 4px 10px;
  color: #000;
  background-color: #FFF;
  border-radius: 0;
  display: inline-block;
  border: solid 1px #CCC;
  cursor: pointer;
  border-right-color: white; }
#area_contest_upload .toggle-btn-grp.joint-toggle .toggle-btn:first-child {
  margin-left: 2px;
  border-radius: 10px 0px 0px 10px; }
#area_contest_upload .toggle-btn-grp.joint-toggle .toggle-btn:last-child {
  margin-right: 2px;
  border-radius: 0px 10px 10px 0px;
  border-right: solid 1px #CCC; }
#area_contest_upload .toggle-btn:hover {
  border: solid 1px #a0d5dc !important;
  background: #f1fdfe; }
#area_contest_upload .toggle-btn.success {
  background: lightgreen;
  border: solid 1px green !important; }
#area_contest_upload .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
#area_contest_upload .visuallyhidden.focusable:active, #area_contest_upload .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
#area_contest_upload #contest_editor_container {
  position: relative; }
  #area_contest_upload #contest_editor_container.editing {
    margin-left: -125px; }
  #area_contest_upload #contest_editor_container .options_container {
    position: absolute;
    left: 280px;
    top: 30px; }
#area_contest_upload #design_line1
, #area_contest_upload #design_line2
, #area_contest_upload #design_logo {
  position: absolute;
  color: white;
  white-space: nowrap;
  font-family: verdana, sans-serif !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  cursor: move;
  pointer-events: none; }
#area_contest_upload #design_logo {
  left: 80px;
  top: 10px; }
#area_contest_upload #design_line1 {
  left: 80px;
  top: 75px; }
#area_contest_upload #design_line2 {
  left: 80px;
  top: 175px; }

.sortable-ghost {
  opacity: .1;
  background: #ccc; }

@media screen and (max-width: 500px) {
  .profiles_alpha_container span {
    display: block !important; }
    .profiles_alpha_container span div {
      width: calc(100% / 13) !important; } }
@media screen and (max-width: 800px) {
  .profiles_featured_container {
    height: 480px !important; }

  .profiles_featured_bar_container {
    left: 0 !important;
    top: 380px !important;
    width: calc(100%) !important; }

  .profiles_featured_person {
    left: 0 !important;
    width: 100% !important; }

  .profiles_featured_top_title {
    left: 0 !important;
    top: 0 !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 10px !important; }

  .profiles_featured_container {
    margin-top: 20px !important; }

  .profiles_featured_pic_container {
    margin-left: auto !important;
    margin-right: auto !important; }

  .displayname,
  .workwithone {
    width: 100% !important;
    text-align: center !important; }

  .myone_profile_job_location_social {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    margin-top: -20px !important;
    margin-bottom: 15px !important; }

  .myone_profile_bio_images {
    position: relative !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important; }

  #area_contest_upload #contest_editor_container {
    margin-left: 0 !important; }
  #area_contest_upload .options_container {
    position: relative !important;
    left: auto !important;
    top: auto !important; }
  #area_contest_upload .sliderContainer {
    margin-left: 0 !important; } }
.verticalAlignMiddle {
  vertical-align: middle; }

.verticalAlignTop {
  vertical-align: top; }

.recent-posts {
  padding-top: 32px; }

.instagram-collection {
  padding: 0; }

.quill-wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  width: 100%;
  margin: 15px 0px; }
  .quill-wrapper .ql-editor {
    font-family: 'Merriweather';
    font-size: 16px;
    line-height: 1.6;
    min-height: 300px !important; }
  .quill-wrapper .ql-toolbar {
    border-bottom: 1px solid #ccc; }

#contest_inspiration_image_urls {
  width: 100%;
  min-height: 200px; }

#contest_judges_included,
#contest_admins_included {
  position: relative; }
  #contest_judges_included div,
  #contest_admins_included div {
    position: relative;
    display: inline-block;
    background: #eee;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 4px;
    margin-left: 5px;
    margin-top: 5px; }
  #contest_judges_included div:after,
  #contest_admins_included div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    content: "\274c";
    /* use the hex value here... */
    font-size: 12px;
    color: #0679ad;
    line-height: 28px; }

#contest_header {
  border-bottom: 4px #fff solid;
  background: url(https://s3.amazonaws.com/onecondoms/myone/images/one_contest_header_background.jpg); }
  #contest_header img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto; }

#one-condoms-design-contests #contest_hero {
  background: url(https://s3.amazonaws.com/onecondoms/myone/images/one_contest_header_background.jpg); }
  #one-condoms-design-contests #contest_hero img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 250px; }

#contest_nav span,
.contest_nav span {
  margin: 0px 20px;
  white-space: nowrap; }

#contest_examples {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  #contest_examples img {
    position: relative;
    display: inline-block;
    width: 250px;
    height: auto;
    padding-left: calc((30% - 250px)/2);
    padding-right: calc((30% - 250px)/2); }

#contest_content ul li,
#contest_rules ul li {
  list-style: disc;
  margin-left: 2em; }
#contest_content ol li,
#contest_rules ol li {
  list-style: decimal;
  margin-left: 2em; }

@media screen and (max-width: 800px) {
  #contest_hero:not(.showanyway),
  #contest_footer_nav,
  #contest_footer_legal {
    display: none; }

  #contest_header img {
    padding: 10px 0;
    max-height: 50px; } }
#contest_entries_container {
  position: relative;
  outline: none; }
  #contest_entries_container::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    box-shadow: inset -10px 0px 20px 0px #fff;
    z-index: 1; }
  #contest_entries_container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    box-shadow: inset 10px 0px 20px 0px #fff;
    z-index: 1; }
  #contest_entries_container * {
    outline: none; }
  #contest_entries_container img {
    border-radius: 50%; }
  #contest_entries_container .slick-list {
    min-height: 150px; }
  #contest_entries_container .design {
    width: 250px !important;
    height: auto;
    margin: 0 auto; }
  #contest_entries_container .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px !important;
    height: auto; }
  #contest_entries_container [data-submissionId] {
    position: relative;
    margin: 10px; }
  #contest_entries_container .slick-prev, #contest_entries_container .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100; }
  #contest_entries_container .slick-prev {
    left: -20px; }
  #contest_entries_container .slick-next {
    right: -20px; }
  #contest_entries_container .slick-prev::before {
    content: "<"; }
  #contest_entries_container .slick-next::before {
    content: ">"; }
  #contest_entries_container .slick-prev:before, #contest_entries_container .slick-next:before {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    opacity: .75;
    color: #0679ad;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #contest_entries_container .contest_entry_vote_checkmark {
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    top: 25px;
    margin-left: auto;
    margin-right: auto; }
  #contest_entries_container .contest_entry_vote_share {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 500px) {
  #contest_entries_container {
    margin-top: 20px;
    margin-bottom: 20px; } }
#contest_favorites_label {
  text-align: center;
  font-family: 'Oswald';
  color: #777;
  padding-bottom: 1em; }

#contest_favorites_container {
  outline: none;
  width: 100%;
  border: 2px #CCC dashed;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 5px; }
  #contest_favorites_container.contest_favorites_over {
    border-color: #0679ad; }
  #contest_favorites_container * {
    outline: none; }
  #contest_favorites_container .favorite_cell {
    position: relative;
    display: inline-block;
    width: 9%;
    min-width: 64px;
    height: 60px; }
    #contest_favorites_container .favorite_cell::before {
      content: attr(data-favoritenum);
      position: absolute;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      color: #777;
      left: 0;
      right: 0;
      top: 0;
      margin-left: auto;
      margin-right: auto;
      background: #eee;
      border-radius: 50%; }
  #contest_favorites_container .contest_entry_dropped {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #0679ad;
    border-radius: 50%; }
  #contest_favorites_container .sortable-ghost {
    opacity: .7;
    background: none; }

#contest_entry_dragging {
  position: absolute;
  display: none;
  z-index: 1000;
  width: 120px;
  height: 120px;
  border: 2px solid #0679ad;
  border-radius: 50%; }

#contest_ad1 {
  position: relative;
  text-align: center; }
  #contest_ad1 img {
    width: 300px !important;
    height: 50px !important; }

#contest_icon_m {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.8, 0.8); }

  50% {
    -webkit-transform: scale(1.2, 1.2); }

  100% {
    -webkit-transform: scale(0.8, 0.8); } }

img[data-featherlight] {
  cursor: pointer; }

.myone-form-area {
  background: #EEE;
  padding: 20px;
  margin-bottom: 50px; }
  .myone-form-area input, .myone-form-area select {
    background: #FFF;
    vertical-align: top; }
  .myone-form-area div:not(:first-of-type) {
    margin-top: 15px; }

@media screen and (max-width: 400px) {
  .connotation-img {
    float: none !important; } }
.design-condom-titles {
  text-transform: uppercase; }

.button-basic {
  border: none;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer; }

.banner-landing, .content-condom, .content-lube, .content-community {
  width: 100%;
  color: #FFF;
  text-align: center;
  background-color: #0B1418;
  overflow: hidden;
  padding: 40px 0px; }

p.banner-title {
  width: 45%;
  margin: auto;
  line-height: 26px;
  font-size: 145%;
  padding: 5px 0px 30px; }

p.content-text-1 {
  line-height: 30px;
  font-size: 1.2em;
  width: 40%; }

p.content-text-2 {
  line-height: 30px;
  font-size: 1.2em; }

.content-condom {
  background-color: #E1E1E1;
  color: #000;
  text-align: left;
  padding: 0px 0px; }

.condom-img-desktop {
  position: absolute;
  right: 0px; }

.content-lube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  background: url(../assets/lube-bck.png);
  min-height: 70vh;
  color: #000;
  text-align: left;
  background-position: 50%; }

.content-community {
  background-color: #F5F5F5;
  min-height: auto;
  padding: 40px 0px;
  color: #000;
  overflow: hidden; }

.content-stay {
  float: none;
  text-align: center;
  background: url(../assets/stay-in-touch.png);
  background-size: cover !important;
  min-height: 30vh;
  color: #fff !important; }

.lube-img {
  display: none !important; }

.lube-img-straight {
  display: none !important; }

.content-lube h2, .content-lube .h2 {
  margin-top: 20%;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .content-lube {
    background: none;
    /*min-height:70vh;*/
    color: #000;
    text-align: center; }

  .content-lube .lube-img {
    display: block !important; }

  .content-lube .lube-img-straight {
    display: none !important; }

  .content-lube p.banner-title {
    width: 90%;
    font-size: 125%; }

  .content-lube p.content-text-1 {
    width: 70%;
    margin: auto; }

  .content-lube h2, .content-lube .h2 {
    margin-top: 2%; } }
@media screen and (max-width: 1028px) and (min-width: 768px) {
  .content-lube {
    background: none;
    /*min-height:70vh;*/
    min-height: 40vh;
    color: #000;
    text-align: center; }

  .content-lube .lube-img {
    display: none; }

  .content-lube .lube-img-straight {
    display: block !important; }

  .content-lube p.banner-title {
    width: 60%;
    font-size: 145%; }

  .community-block p {
    height: 130px;
    width: 90%;
    margin: auto; }

  .condom-text-section p {
    width: 80% !important; }

  .condom-img-mobile {
    position: absolute;
    /* top: 50%; */
    transform: translate(0%, 50%); }

  .condom-text-section {
    margin-bottom: 10% !important; }

  .content-lube h2, .content-lube .h2, .content-lube h3, .content-lube .h3, .content-lube p {
    text-align: left; }

  .content-lube a.link-1 {
    float: left; }

  .content-lube p {
    width: 70%; } }
