/******************************************************************
Theme Name: Parallax 3.0.5
Theme URI: http://themes.shopify.com/themes/parallax/styles/aspen?ref=out-of-the-sandbox
Author: Out of the Sandbox (http://outofthesandbox.com)
Description: Shopify Theme (http://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
#Mixins
#Reset & Basics
#Basic Styles
#Typography
#Links
#Lists
#Menu
#Images
#Placeholders
#Videos
#Product Page - featured links
#Buttons
#Tabs
#Forms
#Tables
#Misc
#Site Styles
#Instagram Feed
#Image Gallery
#Testimonials
#Logo-list
#Swatch Styles
#mmenu
#FlexSlider
#FancyBox
#Layout
#Password Page
#Integrated Shopify Reviews
#Homepage Banner Images
#Font-Face
#Custom Styles */
/* #Mixins
================================================== */
section.section {
  padding: 0.7em 1% 0.7em 1%;
  background: white;
  /* height: 250px; */
  position: relative;
  width: 95%;
  max-width: 1350px;
  margin: 0 auto; }
  section.section .section-container {
    max-width: 1920px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc; }
    section.section .section-container.section-container--no-padding {
      padding-left: 0;
      padding-right: 0; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* #Basic Styles
================================================== */
body {
  background-color: #fff;
  font-family: 'plantin', 'sans-serif';
  /* Questrial;*/
  font-weight: 300;
  /*lighter;*/
  font-size: 16px;
  text-transform: none;
  color: #2a2a2a;
  line-height: 1.5em; }

#content_wrapper {
  overflow-x: hidden;
  background-color: #ffffff; }

::-moz-selection {
  background-color: #000;
  color: #fff; }

::selection {
  background: #2a2a2a;
  color: #fff; }

abbr {
  border-bottom: 1px dotted #f4f4f4; }

/* #Typography
================================================== */
/* Logo */
div.logo img.secondary_logo {
  display: none; }

.feature_image .secondary-logo--true .primary_logo {
  display: none; }
.feature_image .secondary-logo--true .secondary_logo {
  display: none; }
@media (max-width: 767px) {
  .feature_image .secondary-logo--true img.primary_logo {
    display: none; }
  .feature_image .secondary-logo--true img.secondary_logo {
    display: block; } }
.feature_image .sticky--active .primary_logo {
  display: block; }
.feature_image .sticky--active .secondary_logo {
  display: none; }

.logo {
  width: 200px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 21px;
  top: 4px;
  padding-top: 30px;
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 600;
  font-size: 33px;
  text-transform: none; }
  @media only screen and (max-width: 1200px) {
    .logo {
      text-align: center; } }

.logo img.mark_logo {
  max-width: 25px;
  margin: 8px auto;
  margin-bottom: 23px;
  display: none; }
  @media only screen and (max-width: 959px) {
    .logo img.mark_logo {
      display: block; } }

.logo img.primary_logo {
  margin: 7px auto;
  margin-bottom: -3px; }
  @media only screen and (max-width: 959px) {
    .logo img.primary_logo {
      margin: 5px auto; } }

body.isScrolled .logo {
  transform: translate3d(0px, -53px, 0px);
  transition: .5s all; }
  body.isScrolled .logo .primary__logo {
    display: none;
    margin: 10px auto; }
  body.isScrolled .logo .mark_logo {
    display: block;
    margin: 35px auto; }

body:not(.isScrolled) .logo {
  transform: translate3d(0px, 0px, 0px);
  transition: .5s all; }
  body:not(.isScrolled) .logo .primary_logo {
    display: block; }

.logo_password {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 600;
  font-size: 33px;
  text-transform: none; }
  @media only screen and (max-width: 1200px) {
    .logo_password {
      text-align: center; } }

h1, h2, h3, h4, h5, h6, .collection_title, .headline, .footer_menu a, .subtitle p, .empty_cart, .promo_banner {
  font-family: 'plantin', 'sans-serif';
  /* Questrial;*/
  font-weight: 600;
  /*bold;*/
  font-style: normal;
  text-transform: none;
  color: #2a2a2a;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.headline {
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */ }

@media only screen and (max-width: 767px) {
  .headline {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */ } }
.headline_wwa {
  font-family: 'plantin';
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #2a2a2a;
  display: block;
  letter-spacing: 1px;
  font-size: 33px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .collection_title {
  font-weight: inherit; }

h1 a, h1 a:visited, .collection_title a, .collection_title a:visited {
  color: #2a2a2a; }

h1 a:hover, h1 a:active, .collection_title a:hover, .collection_title a:active {
  color: #002fa7; }

h1, .h1, h1.home, h2.title, h2.title a, .collection_title, h3.title {
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 auto 25px;
  clear: both;
  font-weight: bold;
  padding-top: 4px;
  color: #2a2a2a;
  text-align: center; }

h2.title.align_left {
  text-align: left;
  margin: 0 0 15px 0; }

h1.title.related_products {
  font-family: 'plantin';
  font-weight: 400;
  font-style: italic;
  line-height: 1.6em;
  font-size: 25px;
  margin-bottom: 30px; }

h2.title {
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
  margin: 0 auto 40px; }

h1.product_name {
  margin-bottom: 15px;
  margin-right: 5px;
  display: inline;
  text-align: left;
  font-size: 17px; }

a.collection_thumbnail_title {
  font-size: 17px; }

a.collection_thumbnail_title:hover {
  font-weight: 400; }

.headline_comment {
  font-size: 27px;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px grey; }

.headline_comment_pair {
  font-size: 40px;
  color: #ffffff;
  font-family: 'plantin', 'sans-serif';
  font-weight: 600;
  line-height: 1.25em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px grey; }

h1.footer_join {
  margin-bottom: 40px; }

div.product_description {
  font-size: 18px;
  line-height: 1.25em; }

div.footer_discount {
  font-family: 'plantin', 'sans-serif';
  font-weight: 300;
  font-size: 16px; }

div.free_shipping_cart {
  font-size: 16px; }

h1.color_name {
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0;
  display: inline;
  text-align: left;
  font-weight: 300;
  font-size: 17px; }

h2.subtotal {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 24px; }

h1.bag_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em; }

h2.bag_title {
  font-weight: 300;
  font-style: italic; }

.checkout_btn_section {
  margin-bottom: 30px; }

h2.subtotal span {
  font-weight: normal; }

h1.article_title {
  margin-bottom: 5px;
  text-align: left; }

h2.product_name a {
  color: #2a2a2a; }

h2, .h2 {
  font-size: 22px;
  margin-bottom: 0.75em;
  line-height: 1.5em; }

h2.product-section-title {
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 1.7em; }

h2.product-description-title {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.7em;
  margin-left: 20px;
  width: 100px; }

h3, .h3 {
  font-size: 20px;
  line-height: 35px;
  margin: 0 auto 15px 0; }

h3.title a {
  color: #2a2a2a; }

h1.collection_title, div.collection_title {
  margin-bottom: 0;
  line-height: 30px;
  display: inline; }

h1.not_found_title {
  color: #002FA7;
  font-weight: 400;
  font-size: 70px;
  margin-bottom: 40px;
  line-height: 80px;
  display: block;
  font-style: italic; }

h1.collection_title_tags, div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #f4f4f4; }

h4, .h4, h4.title a, h6.title {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 0.5em 0;
  padding: 0;
  padding: 7px 0;
  color: #2a2a2a; }

h4.title a {
  border: 0;
  padding: 0;
  margin: 0; }

h5, .h5 {
  font-size: 16px;
  padding-bottom: 1em; }

h5.sub_title {
  padding: 5px 0;
  color: #2a2a2a; }

h5.sub_title a {
  color: #2a2a2a; }

h6, .h6, h6.title, ul.footer_menu a, ul.footer_menu a:visited {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 5px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 15px 0px;
  font-style: normal;
  line-height: 1.5em; }

.advert_info p {
  margin: 0 0px 5px 0px;
  font-style: normal;
  line-height: 1.25em; }

span.current_price {
  font-family: 'plantin',  'sans-serif';
  font-weight: 600;
  font-size: 23px;
  position: absolute;
  top: 15px;
  left: 28%; }

p img {
  margin: 0; }

sub {
  font-size: 60%; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 90%; }

.items_left p {
  margin: 5px 0; }

.featured_links {
  padding: 20px 0;
  margin-bottom: 30px; }

.featured_links h2 {
  padding-top: 10px;
  padding-bottom: 10px; }

.feature_divider {
  border: solid 1px;
  display: block;
  width: 110px;
  height: 1px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  margin: 25px auto;
  border-color: #2a2a2a; }

.align_left .feature_divider {
  margin-left: 0;
  margin-right: 0; }

.feature_divider_alternate {
  margin: initial;
  margin-bottom: 25px; }

.content h2 {
  margin-bottom: 0;
  line-height: 1.8em; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #f4f4f4; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #f4f4f4;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0; }

hr.cart_strong_separator {
  border: 2px solid #2a2a2a;
  clear: both;
  margin: 12px 0;
  height: 0; }

.quote {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic; }

.quote_not_found {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #002FA7; }

div.section.collection_description {
  margin: 0 0 1.5em 0; }

/* #Links
================================================== */
a, a:visited {
  color: #002fa7;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  -ms-transition: color .1s linear;
  transition: color .1s linear; }

a:hover, a:focus {
  color: #080fb0; }

a, button, input, select, textarea, label, summary {
  touch-action: manipulation; }

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal; }

ul, ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  margin-bottom: 12px; }

ul.large li {
  line-height: 21px; }

ul.none {
  list-style: none outside;
  margin-left: 0; }

ul.border {
  list-style: none outside;
  line-height: 26px; }

ul.border li {
  border-bottom: 1px solid #f4f4f4;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0; }

.detailed-list {
  margin-top: 10px; }

/* #Menu
================================================== */
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 20px; }

.header.menu-open {
  background-color: white !important; }

.top_line {
  height: 30px;
  background: #f6f1eb;
  /* display: block; */
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  color: #000000;
  font-family: lato;
  font-size: 12px;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .top_line {
      font-size: 11px; } }
  .top_line a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline; }

.sticky-header--true {
  position: fixed;
  width: 100%;
  top: 0;
  height: 48px;
  padding-top: 30px; }

.buySection {
  position: fixed;
  height: auto;
  z-index: 1;
  bottom: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding-top: 1em; }
  @media only screen and (max-width: 1199px) {
    .buySection {
      position: relative;
      display: block; } }
  @media only screen and (min-width: 1199px) {
    .buySection {
      width: 100%;
      background: white;
      background: rgba(255, 255, 255, 0.9); } }

@media only screen and (max-width: 1199px) {
  .buy-wrapper {
    height: auto;
    width: 100%; } }

.buySection.footer-stick {
  position: absolute;
  max-width: 100%;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  background: white; }
  @media only screen and (max-width: 1199px) {
    .buySection.footer-stick {
      position: relative;
      bottom: 0;
      background: #ffffff; } }

.header-background--true {
  background: white;
  background: rgba(255, 255, 255, 0.95); }

.header div.container {
  padding-bottom: 5px;
  padding-top: 5px; }

.sticky--active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }

body:not(.isScrolled) .sticky-header--true {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  background: rgba(255, 255, 255, 0); }
body:not(.isScrolled) .buySection {
  background: #ffffff; }

div.header:hover {
  background: white;
  background: rgba(255, 255, 255, 0.95); }

@media only screen and (max-width: 1199px) {
  body.isScrolled .buySection {
    background: #ffffff; } }

#header {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
  z-index: 1;
  width: 100%;
  opacity: 0.95;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#header a {
  color: #2a2a2a;
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 23px;
  padding-top: 5px; }

div#header a span {
  display: inline;
  padding-left: 4px;
  position: relative;
  top: -2px; }

#header a.right {
  left: auto;
  right: 15px;
  font-size: 16px;
  padding-top: 0;
  top: 0; }

#header a.icon-menu, #header a.right {
  z-index: 1; }

#header a.icon-menu:before {
  font-size: 19px !important; }

#header a.icon-menu span {
  top: -4px;
  margin-left: 2px; }

#header a.icon-menu:before {
  margin-left: 38px; }

#header a.icon-menu {
  left: -20px; }

.nav {
  display: inline-block;
  border: none;
  padding-right: 30px;
  margin: 0; }

.nav ul {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0; }

.nav ul li {
  display: inline-block;
  margin: 0;
  border: 0; }

.nav ul li {
  *display: inline; }

.nav ul li a.sub-menu {
  padding: 10px 4px 10px 4px;
  z-index: 1001; }
  .nav ul li a.sub-menu .icon-arrow-down {
    font-size: 10px; }

.nav a, .nav a:visited, .nav a:active, #header a span, .nav a.cart-button span, select.currencies {
  font-family: "plantin", "sans-serif";
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
  color: #2a2a2a;
  position: relative;
  display: block;
  letter-spacing: 0px;
  padding: 10px 4px 10px 4px;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav a.cart-button span {
  top: 5px; }

.blog_header {
  font-family: 'olicana-fine';
  font-weight: normal;
  font-size: 80px;
  padding: 100px 0 30px;
  max-width: 90%;
  line-height: 1.2em; }

.nav a:hover, .nav a:active, .nav a.active {
  font-family: 'plantin', 'sans-serif';
  font-weight: 400; }

.journal_header a, .journal_header a:hover, .journal_header a:active {
  font-family: 'olicana-fine';
  font-weight: normal;
  font-size: 22px;
  padding: 0;
  position: relative;
  right: 30px;
  top: 7px; }

.nav a.cart-button:hover {
  color: #8b8b8b; }

.menu ul a:hover, .menu li:hover > ul a:hover, .header .nav ul.menu ul li a:hover, .nav .dropdown_links li a:hover {
  color: #8b8b8b; }

.header.is-absolute .nav a, .header.is-absolute .nav a:visited, .header.is-absolute .nav a:active, .header.is-absolute #header a span, .header.is-absolute .nav a.cart-button span, .header.is-absolute select.currencies {
  color: #2a2a2a; }
.header.is-absolute .nav a:hover, .header.is-absolute .nav a:active, .header.is-absolute .nav a.active {
  color: #8b8b8b; }
.header.is-absolute .menu ul a, .header.is-absolute .menu li:hover > ul a, .header.is-absolute .header .nav ul.menu ul li a, .header.is-absolute .nav .dropdown_links li a {
  color: #2a2a2a; }
.header.is-absolute .menu ul a:hover, .header.is-absolute .menu li:hover > ul a:hover, .header.is-absolute .header .nav ul.menu ul li a:hover, .header.is-absolute .nav .dropdown_links li a:hover {
  color: #8b8b8b; }

.nav a.icon-cart span {
  display: inline; }

.icon-cart:before {
  font-family: "ootsb" !important; }

a.icon-cart, a.icon-search {
  font-size: 16px !important;
  font-weight: normal !important; }

.nav ul.search_nav {
  margin-bottom: 5px; }

div.collection_button {
  border: 1px solid #002FA7;
  color: #002FA7;
  cursor: pointer;
  padding: 10px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    div.collection_button {
      width: 170px; } }
  @media only screen and (max-width: 766px) {
    div.collection_button {
      width: 85%; } }

div.collection_button span {
  padding: 20px; }

@media only screen and (min-width: 767px) {
  .subcollection_access_section_trial {
    margin-top: 40px;
    height: 135px; } }
@media only screen and (max-width: 767px) {
  .subcollection_access_section_trial {
    height: 100px;
    margin-top: 0px; } }

@media only screen and (min-width: 767px) {
  .subcollection_access_section {
    margin-top: 65px; } }
@media only screen and (max-width: 767px) {
  .subcollection_access_section {
    height: 90px;
    margin-top: 40px; } }

#fit_fancybox img {
  max-width: 100%;
  margin-bottom: 20px; }

.nav ul.menu li {
  padding: 5px 0 5px 3px;
  line-height: 1;
  position: relative; }

.nav ul.menu li.header-account {
  padding: 5px 5px 10px 5px;
  width: 50px; }

input.guest_button, input[type="button"].guest_button {
  font-size: 16px;
  background-color: #666;
  padding: 8px 18px 8px 18px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px; }

input[type="submit"].guest_button, input[type="button"].guest_button {
  color: #2a2a2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.nav ul li .cart-button span {
  padding-left: 1px;
  top: 0px;
  display: inline;
  font-size: 13px;
  font-weight: bold; }

input[type="submit"].guest_button, input[type="submit"].guest_button:hover {
  background-color: white; }

input[type="submit"].guest_button:hover {
  color: #002fa7; }

/* sub-levels link */
.menu ul a, .menu li:hover > ul a, .header .nav ul.menu ul li a {
  padding: 0;
  background: none;
  text-align: left;
  color: #2a2a2a;
  line-height: 16px;
  font-weight: bold; }

.feature_image .header .nav ul.menu ul li a.sub-link {
  padding: 5px 0 5px 24px; }

/* sub-level ul */
.dropdown {
  visibility: hidden;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 1002;
  -webkit-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.dropdown-wide {
  width: 500px; }

.dropdown-wide ul li a {
  word-wrap: break-word; }

.dropdown a {
  text-shadow: none !important; }

.dropdown img.dropdown_img {
  width: 101.3%;
  max-width: 101.3%;
  height: auto;
  width: auto\9;
               /* ie8 
-webkit-transition-property: opacity,visibility;
-o-transition-property: opacity,visibility;
transition-property: opacity,visibility;
-webkit-transition-duration: .15s;
-o-transition-duration: .15s;
transition-duration: .15s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;*/ }

.dropdown_links {
  background: transparent; }

.nav ul.menu ul {
  width: 100vw;
  height: auto;
  display: inline-block; }

.menu-btn {
  background: transparent;
  border: 0;
  margin: 0;
  width: 90px;
  min-width: 90px;
  display: inline-block;
  font-family: "plantin","sans-serif" !important;
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
  color: #2a2a2a;
  position: relative;
  letter-spacing: 0px;
  padding: 10px 4px 10px 4px;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.top-link {
  width: 94px;
  text-align: center; }

.menu-btn:hover {
  background: transparent;
  border: 0;
  font-weight: 400; }

button.menu-btn:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 400; }

button.menu-btn:active {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 400; }

.show {
  visibility: visible;
  opacity: 1;
  /*transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;*/ }

.menu-img {
  width: 100%;
  height: auto; }

ul.about-popup {
  height: auto; }

.nav ul.menu ul li {
  display: inline-block;
  width: 49.7%;
  text-align: left;
  padding: 0;
  height: 100%; }

.nav ul.menu ul li.about {
  display: inline-block;
  width: 33%;
  text-align: left;
  padding: 0;
  height: 100%; }

.nav ul.menu ul li a {
  border: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.nav ul.menu ul li a.sub-link, .nav ul.menu ul li a.sub-link {
  font-weight: normal;
  font-size: 15px;
  padding: 5px 0 5px 24px;
  text-transform: none;
  display: block;
  width: 100%; }

.dropdown_title {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
  font-size: 130px;
  /* Will override color (regardless of order) 

  -webkit-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;*/ }

.dropdown_title.about-title {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  width: 65%;
  top: 35%;
  text-align: center;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  font-size: 90px;
  line-height: 0.9em; }

/* show dropdown ul on hover */
.menu li:hover > .dropdown {
  visibility: visible; }

.navOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  top: 0;
  left: 0; }

.noScroll {
  overflow: hidden;
  position: fixed; }

select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-top: 1px;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  text-shadow: none !important;
  box-shadow: none !important; }

select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0; }

select.currencies option {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  color: #2a2a2a; }

.footer select.currencies, .footer select.currencies option {
  color: #2a2a2a; }

.nav ul.menu li.currencies {
  padding: 0; }

.default-header li.currencies {
  margin-left: 10px; }
.default-header select.currencies {
  vertical-align: bottom;
  display: inline-block; }
.default-header li.cart,
.default-header li.search,
.default-header li.header-account {
  vertical-align: top; }
.default-header li.header-dash {
  margin-top: 8px; }

.toggle_menu {
  position: relative;
  overflow: hidden;
  display: none;
  top: -16px; }

.scroll-arrow {
  opacity: 1;
  display: block;
  border: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  width: 70px;
  z-index: 9999; }
  .scroll-arrow span {
    color: #ffffff;
    font-size: 30px;
    display: block;
    margin: 0; }

.scroll-arrow:hover {
  opacity: 0.5; }

/* Featured image banners */
.hsContainer {
  max-height: 1000px; }

.featured-image--true + div.content {
  padding-top: 40px; }

.not_found_text {
  margin: 0 auto; }

.container.not_found {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.container div.collection_nav {
  margin-bottom: 1.5em; }

.collection_menu, .collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -1px;
  margin: 0; }

.collection_menu li {
  padding-left: 25px; }

.sidebar a, .sidebar a:visited {
  color: #2a363b; }

.sidebar a:hover, .sidebar a:active {
  color: #666666; }

.toggle_list a {
  display: block;
  position: relative;
  left: -8px;
  padding-left: 8px;
  border-left: solid 4px transparent;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out; }

.toggle_list a.active, .toggle_list li.active a, .toggle_list a:hover {
  border-left: solid 4px #B8C6C6; }

.content-background {
  background-color: #f8f5f4; }

.sidebar_content {
  border-left: solid 1px #f4f4f4;
  padding-left: 20px; }

.sidebar .newsletter {
  margin-bottom: 20px; }

.sidebar li ul {
  margin: 10px 0 8px 14px;
  font-size: 17px; }

.sidebar li ul li {
  margin-bottom: 12px; }

.sidebar input.sign_up[type="submit"], .sidebar input.contact_email[type="email"] {
  width: 100% !important;
  margin-left: 0; }

#search {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  position: fixed;
  text-align: center;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.search-close {
  padding-top: 125px;
  font-size: 32px;
  color: #888;
  position: relative;
  right: 10px;
  float: right;
  top: 45px;
  font-size: 28px;
  cursor: pointer; }

#search form {
  z-index: 950;
  padding-top: 50px;
  clear: both; }

#search form input {
  height: 60px;
  border: solid 1px #8a898a;
  padding-left: 55px;
  font-size: 26px; }

.blog_search {
  position: relative; }

.blog_search .icon-search {
  position: absolute;
  font-size: 14px;
  top: 13px;
  left: 12px;
  cursor: pointer; }

.blog_search .search_box {
  padding-left: 36px; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

/* #Images
================================================== */
/*
The purpose of the below declaration is to make sure images don't
exceed the width of columns they are put into when resizing window.
Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
so the best solution is to individually call these properties on images that
are children of the grid that you want to resize with grid.
*/
.product_row img, .product_image_col img, .article img, .article_image img, .section img, .thumbnail img, .page img, .sidebar img, .logo img, .cart_image img, #target img {
  max-width: 100%;
  height: auto; }

.footer img {
  max-width: 300px;
  width: 100%;
  height: auto; }

.zoomImg {
  max-width: inherit !important;
  cursor: pointer; }

.responsive-images img {
  width: 100%; }

/* Allows quick shop button to remain accurately in place. */
.product_container {
  display: inline;
  position: relative; }

/* #Placeholders
================================================== */
.featured_links svg, #instafeed svg, .featured-products-section svg, .featured-collection-section svg, .featured-blog-section svg, .collection-list-section svg {
  background-color: #f3f3f3;
  fill: #7f8c8d; }

.featured-products-section .section {
  margin: 30px 0px; }

.products.products_carousel {
  padding-top: 10px;
  margin-bottom: 30px; }

.placeholder-svg {
  fill: rgba(42, 42, 42, 0.3);
  background-color: rgba(42, 42, 42, 0.4);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block; }

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  max-height: 600px; }

.placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
.featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions,
.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
  background-color: rgba(42, 42, 42, 0.35); }

.placeholder-svg--video {
  fill: transparent; }

.bcg-placeholder {
  background-color: #2a2a2a; }

.homepage_slider .bcg-placeholder {
  background-color: transparent; }

.homepage_slider ul li:nth-child(2n + 1) .bcg-placeholder {
  background-color: #2a2a2a; }

.homepage_slider ul li:nth-child(2n) .bcg-placeholder {
  background-color: rgba(42, 42, 42, 0.35); }

/* #Videos
================================================== */
/*
For YouTube and Vimeo videos, wrap the embedded code snippet
in a <div class="video-container"><div> tags to allow it to resize.
For example:
<div class="video-container youtube">
<div>
<iframe width="853" height="480" src="//www.youtube.com/embed/mSfXRb4W-R0?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
*/
.video-container > div {
  position: relative; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vimeo {
  max-width: 830px;
  margin: 0 auto; }

.vimeo > div {
  padding-top: 56.26506%; }

.youtube {
  max-width: 853px;
  margin: 0 auto; }

.youtube > div {
  padding-top: 56.271981%; }

.slideshow-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }

.slideshow-video-container iframe,
.slideshow-video-container object,
.slideshow-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrapper {
  width: 600px;
  max-width: 100%; }

.header-video {
  position: relative;
  overflow: hidden; }

.header-video .hsContent {
  cursor: pointer; }

.header-video iframe, .header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.header-video iframe {
  height: 100%;
  width: 100%; }

video {
  display: block;
  width: 100%;
  height: auto; }

/* #Home page - video */
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out; }
  .homepage-video img {
    width: 100%;
    display: block;
    opacity: 0; }
  .homepage-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .homepage-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .homepage-video .homepage-video--media {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding-top: 0; }
  .homepage-video .caption.text-on-video {
    z-index: 3;
    pointer-events: none;
    position: relative; }
  .homepage-video .action_button {
    cursor: pointer; }
  .homepage-video .mediaWrapper {
    position: absolute !important;
    top: 0;
    left: 0; }
  .homepage-video .first_button {
    pointer-events: true; }

.homepage-video__placeholder {
  position: relative; }

.darken-video-true .mediaWrapper:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.caption {
  color: #ffffff;
  pointer-events: none;
  text-align: center;
  width: 100%; }
  .caption a {
    pointer-events: all; }

/* #Product Page - featured links
================================================== */
.featured_collections .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear; }

.featured_collections .featured-link--half:hover a[href] img {
  opacity: 0.8; }

.featured-link--section {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .featured-link--section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .featured-link--section:nth-child(odd) .featured-link--half {
      float: right; }

.featured-link--half.featured-link--image {
  background-color: transparent;
  text-align: center; }

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .featured-link--half {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  .featured-link--half .featured-link--wrap {
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .featured-link--half img, .featured-link--half svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 480px) {
      .featured-link--half img, .featured-link--half svg {
        width: 100%;
        max-width: auto; } }
  .featured-link--half .info {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 20px; }
    .featured-link--half .info.text-align--right {
      text-align: right; }
      .featured-link--half .info.text-align--right .description:before {
        margin-right: 0; }
    .featured-link--half .info.text-align--left {
      text-align: left; }
      .featured-link--half .info.text-align--left .description:before {
        margin-left: 0; }
    @media (max-width: 480px) {
      .featured-link--half .info {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        padding: 2em 0; } }
  .featured-link--half .collection_title {
    font-size: 2vw;
    margin-bottom: 0.5em;
    display: inline-block;
    color: #2a2a2a; }
    @media (max-width: 767px) {
      .featured-link--half .collection_title {
        font-size: inherit; } }
  .featured-link--half .description {
    position: relative;
    font-size: 1.6vw;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .featured-link--half .description {
        font-size: 2vw; } }
    @media (max-width: 480px) {
      .featured-link--half .description {
        font-size: inherit; } }
    @media (min-width: 1200px) {
      .featured-link--half .description {
        font-size: inherit; } }
  .featured-link--half .action_button {
    width: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .featured-link--half .action_button {
        padding: 10px 20px;
        font-size: 16px; } }
    @media (mobile) {
      .featured-link--half .action_button {
        padding: 7px 15px; } }

.featured_collections.across-2 .featured-link--section.featured-link--no-image {
  width: 100%; }
.featured_collections.across-2 .featured-link--section:nth-child(odd) .featured-link--half {
  float: left; }

.featured-link--section.featured-link--no-image > img {
  display: none; }
.featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%; }
.featured-link--section.featured-link--no-image .info {
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  text-align: center;
  padding: 2em; }
  .featured-link--section.featured-link--no-image .info.text-align--left {
    text-align: center; }
  .featured-link--section.featured-link--no-image .info.text-align--right {
    text-align: center; }
.featured-link--section.featured-link--no-image .description, .featured-link--section.featured-link--no-image .collection_title {
  display: none; }

.featured_collections.across-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.featured_collections.across-2 .featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%; }
.featured_collections.across-2 .featured-link--section {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 767px) {
    .featured_collections.across-2 .featured-link--section {
      width: 100%; }
      .featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .featured_collections.across-2 .featured-link--section .featured-link--half {
      width: 50%; } }
  @media (max-width: 480px) {
    .featured_collections.across-2 .featured-link--section .featured-link--half {
      width: 100%; } }
  .featured_collections.across-2 .featured-link--section .description {
    font-size: 1.2vw; }
    @media (max-width: 767px) {
      .featured_collections.across-2 .featured-link--section .description {
        font-size: inherit; } }
  .featured_collections.across-2 .featured-link--section .button {
    font-size: 1.2vw; }
    @media (max-width: 767px) {
      .featured_collections.across-2 .featured-link--section .button {
        font-size: inherit; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
  clear: both; }
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left; }
  @media (max-width: 767px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
      float: right; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right; }
  @media (max-width: 767px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
      float: left; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right; }

.featured-link--half .collection_title {
  font-size: 1.5vw; }
  @media (max-width: 767px) {
    .featured-link--half .collection_title {
      font-size: inherit; } }

/* #Buttons
================================================== */
#option-nav-prev.icon-arrow-left {
  background: white;
  color: #002fa7; }

#option-nav-prev.icon-arrow-left:hover {
  background: white;
  color: yellow;
  cursor: pointer;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
share-button {
  background: #002fa7;
  color: #ffffff;
  border: 1px solid #d2d6d9;
  padding: 17px 15px;
  text-align: center;
  cursor: pointer;
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 300;
  font-size: 18px;
  text-transform: none;
  display: inline-block;
  /* change this from inline-block */
  min-width: 175px;
  width: 15%;
  /* setting the width */
  margin: 5px auto;
  /* this will center  it */
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#checkout_pres, #checkout, #bloobloom-checkout {
  min-width: 180px;
  width: 60%;
  display: block; }

p.checkout_button {
  margin: 0 0;
  text-align: center; }

p.checkout_button #checkout {
  margin-bottom: 0; }

share-button {
  min-width: 10px;
  width: auto; }

.addBox {
  width: 45%;
  /* setting the width */
  border: 1px solid #002fa7;
  margin: 5px 0px 0 3px;
  min-width: 0; }

.addBoxButton {
  min-width: 215px;
  display: block;
  width: 86%;
  /* setting the width */ }

.add_to_home {
  display: inline-block;
  width: 45%;
  /* setting the width */
  color: #002fa7;
  border: 1px solid #002fa7;
  background: white;
  box-shadow: inset 0 0 0 1px #fff;
  text-shadow: none;
  margin: 5px 0px 0 3px;
  font-size: 15px;
  min-width: 0; }

.add_to_home:hover {
  background: #f8f5f4;
  box-shadow: inset 0 0 0 1px #fff;
  text-shadow: none; }

.add_to_home.paused {
  color: #002fa7;
  border: 1px solid #f6efe9;
  background: #f6efe9;
  box-shadow: inset 0 0 0 1px #f6efe9;
  text-shadow: none; }

.add_to_home.paused:hover {
  color: #002fa7;
  border: 1px solid #f6efe9;
  background: #f6efe9;
  box-shadow: inset 0 0 0 1px #f6efe9;
  text-shadow: none; }

.add_to_home.paused.disabled {
  color: #D3D3D3;
  border: 1px solid #d2d6d9;
  background: #f8f8f8;
  box-shadow: inset 0 0 0 1px #fff;
  text-shadow: none; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.action_button:hover,
input.action_button[type="submit"]:hover,
input.action_button[type="button"]:hover {
  background: #080fb0;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.action_button:active,
input.action_button[type="submit"]:active,
input.action_button[type="button"]:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.add_to_cart, #cart_form .add_to_cart, form.product_form input.add_to_cart {
  margin-bottom: 0px;
  font-size: 15px; }

#cart textarea {
  width: 90%;
  margin: 10px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 4em;
  background: white;
  background: rgba(255, 255, 255, 0.8); }

#cart textarea:hover {
  background-color: #fff; }

#cart {
  margin-bottom: 0; }
  #cart .mm-listview > li:not(.mm-divider):after {
    border: none; }

#cart a.action_button.edit_cart {
  width: 180px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #444;
  color: #ffffff;
  text-align: center;
  text-indent: 0; }

#cart .action_button {
  width: 180px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #002fa7;
  color: #ffffff;
  text-align: center;
  text-indent: 0;
  padding: 10px;
  line-height: 1.5em; }

#cart span::-moz-selection, #cart p::-moz-selection, #cart input::-moz-selection {
  background: transparent;
  color: inherit; }

#cart span::selection, #cart p::selection, #cart input::selection {
  background: transparent;
  color: inherit; }

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none; }

.tos {
  text-align: right;
  margin: 10px 20px 10px 0; }

.item_title {
  max-width: 270px; }

share-button {
  position: relative;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase; }

share-button:hover {
  color: rgba(51, 51, 51, 0.8);
  background: rgba(162, 155, 170, 0.8); }

share-button:before {
  position: absolute;
  line-height: 1em;
  left: 0.6em;
  width: 1em;
  height: 1em;
  content: ' ';
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15%2015H2V6h2.595s.69-.896%202.17-2H1c-.553%200-1%20.45-1%201v11c0%20.553.447%201%201%201h15c.553%200%201-.447%201-1v-3.746L15%2013.9V15zm-1.64-6.95v3.55L20%206.4l-6.64-5v3.132C5.3%204.532%205.3%2012.5%205.3%2012.5c2.282-3.748%203.686-4.45%208.06-4.45z%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat; }

share-button .sb-social {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

share-button .sb-social.sb-center {
  left: 50%; }

share-button .sb-social.sb-center.sb-top {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

share-button .sb-social.sb-center.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

share-button .sb-social.sb-center.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-center.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-left {
  left: 50%; }

share-button .sb-social.sb-left.sb-top {
  top: 0;
  -webkit-transform: translate(calc(-100% + 30px), -100%);
  transform: translate(calc(-100% + 30px), -100%); }

share-button .sb-social.sb-left.sb-middle {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

share-button .sb-social.sb-left.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(calc(-100% + 30px), 100%);
  transform: translate(calc(-100% + 30px), 100%); }

share-button .sb-social.sb-left.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-left.active.sb-middle {
  left: -1em; }

share-button .sb-social.sb-left.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-right {
  left: 50%; }

share-button .sb-social.sb-right.sb-top {
  top: 0;
  -webkit-transform: translate(-30px, -100%);
  transform: translate(-30px, -100%); }

share-button .sb-social.sb-right.sb-middle {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

share-button .sb-social.sb-right.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-30px, 100%);
  transform: translate(-30px, 100%); }

share-button .sb-social.sb-right.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-right.active.sb-middle {
  left: calc(100% + 1em); }

share-button .sb-social.sb-right.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.active {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible; }

share-button .sb-social.load {
  -webkit-transition: none !important;
  transition: none !important; }

@media screen and (max-width: 400px) {
  share-button .sb-social.networks-6.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 520px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 420px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
share-button .sb-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0; }

share-button .sb-social ul li {
  position: relative;
  height: 22px;
  width: 60px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  box-sizing: content-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

share-button .sb-social ul li.enabled {
  display: inline-block; }

share-button .sb-social ul li.disabled {
  display: none; }

share-button .sb-social ul li:hover:before {
  opacity: 0; }

share-button .sb-social ul li:hover:after {
  opacity: 0.5; }

share-button .sb-social ul li:before, share-button .sb-social ul li:after {
  content: ' ';
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-repeat: no-repeat !important; }

share-button .sb-social ul li:before {
  opacity: 1; }

share-button .sb-social ul li:after {
  opacity: 0; }

share-button .sb-social ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

share-button .sb-social li[class*='email'] {
  background: #42c5b0; }

share-button .sb-social li[class*='email']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='email']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='facebook'] {
  background: #3b5998; }

share-button .sb-social li[class*='facebook']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='facebook']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='googlePlus'] {
  background: #e34429; }

share-button .sb-social li[class*='googlePlus']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='googlePlus']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='linkedin'] {
  background: #4875b4; }

share-button .sb-social li[class*='linkedin']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='linkedin']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='pinterest'] {
  background: #c5282f; }

share-button .sb-social li[class*='pinterest']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='pinterest']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='reddit'] {
  background: #a1caf2; }

share-button .sb-social li[class*='reddit']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='reddit']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='twitter'] {
  background: #6cdfea; }

share-button .sb-social li[class*='twitter']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='twitter']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='whatsapp'] {
  background: #4dc247; }

share-button .sb-social li[class*='whatsapp']:before {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button .sb-social li[class*='whatsapp']:after {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E); }

share-button {
  float: right;
  margin-top: 3px;
  margin-left: 10px; }

share-button, share-button:hover {
  background-color: #99a2b8;
  color: #fff;
  padding: 5px 10px 5px 32px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

share-button:hover {
  background: #99a2b8;
  background: rgba(153, 162, 184, 0.8); }

share-button:before {
  color: #fff;
  top: 10px; }

.disabled {
  pointer-events: none; }

.amazon-payments-pay-button {
  display: block !important;
  text-align: center; }

input.subscribe_button[type="submit"] {
  background: transparent;
  color: #002FA7;
  border: none;
  text-align: right;
  cursor: pointer;
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  /* change this from inline-block */
  position: absolute;
  right: 0;
  top: 0;
  width: 5% !important;
  /* setting the width */
  min-width: 100px;
  margin: 0px 0px;
  /* this will center  it */
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.subscribe-overlay-form {
  position: relative;
  display: block;
  vertical-align: baseline;
  width: 100%;
  margin-top: 20px; }

button.clear_filter {
  color: #002FA7;
  font-size: 13px;
  border: none;
  background: none;
  padding: 0;
  min-width: 0;
  width: 130px; }
  button.clear_filter i {
    position: relative;
    top: 1px;
    left: 2px; }

button.clear_filter:active {
  outline: 0;
  border: 0;
  box-shadow: none; }

button.clear_filter:focus {
  outline: 0;
  border: 0;
  box-shadow: none; }

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 15px 0;
  padding: 0;
  border-bottom: solid 1px #f4f4f4;
  border-top: 0;
  list-style: none outside;
  margin-left: 0; }

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0; }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 15px;
  line-height: 30px;
  border-width: 1px 0 0 1px;
  margin: 0;
  font-size: 13px; }

ul.tabs li a.active {
  border: solid 1px #f4f4f4;
  background-color: #ffffff;
  border-bottom: #ffffff;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: #2a2a2a;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

ul.tabs li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0; }

ul.tabs-content > li {
  display: none;
  border: 0; }

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 10px; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.tabs:after {
  clear: both; }

ul.tabs {
  zoom: 1; }

/* #Forms
================================================== */
form {
  margin-bottom: 20px; }

form#control-form {
  margin-bottom: 0; }

fieldset {
  margin-bottom: 0px; }

input[type="text"], input[type="number"], input[type="number"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="color"], select, textarea {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 9px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  background: #fff;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 15px "plantin";
  font-weight: 300;
  margin-bottom: 15px; }
  input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="range"]::placeholder, input[type="color"]::placeholder, select::placeholder, textarea::placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="color"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }

input[type="text"]:active, input[type="number"]:active, input[type="number"]:focus, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="color"]:active, input[type="color"]:focus, select:active, select:focus, textarea:active, textarea:focus {
  border: 1px solid #aaa;
  color: #2a2a2a;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
  input[type=number]::-webkit-outer-spin-button ::-webkit-input-placeholder,
  input[type=number]::-webkit-inner-spin-button ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dfdfdf; }
  input[type=number]::-webkit-outer-spin-button ::-moz-placeholder,
  input[type=number]::-webkit-inner-spin-button ::-moz-placeholder {
    /* Firefox 19+ */
    color: #dfdfdf; }
  input[type=number]::-webkit-outer-spin-button :-ms-input-placeholder,
  input[type=number]::-webkit-inner-spin-button :-ms-input-placeholder {
    /* IE 10+ */
    color: #dfdfdf; }
  input[type=number]::-webkit-outer-spin-button :-moz-placeholder,
  input[type=number]::-webkit-inner-spin-button :-moz-placeholder {
    /* Firefox 18- */
    color: #dfdfdf; }

input[type=number] {
  -moz-appearance: textfield; }

input[id^=address_first_name_] {
  width: 49%;
  display: inline-block; }

input[id^=address_last_name_] {
  width: 49%;
  display: inline-block; }

input[id^=address_address1_] {
  width: 99%;
  margin-left: 1%; }

input[id^=address_address2_] {
  width: 49%;
  display: inline-block; }

input[id^=address_company_] {
  width: 49%;
  display: inline-block; }

input[id^=address_city_] {
  width: 49%;
  display: inline-block; }

select[id^=address_country_] {
  width: 49%;
  display: inline-block; }

input[id^=address_zip_] {
  width: 49%;
  display: inline-block; }

input[id^=address_phone_] {
  width: 49%;
  display: inline-block; }

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

select {
  background: url(//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/select.png?v=11259594172122509499) no-repeat right, white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 9px 8px;
  -moz-appearance: none; }

label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-transform: none; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444; }

textarea {
  padding: 8px;
  min-height: 80px; }

input.sign_up[type="submit"] {
  margin-left: 0px;
  display: inline-block;
  width: inherit !important;
  font-size: 15px !important; }

input.contact_email[type="email"] {
  display: inline-block; }

.btn.action_button, input.btn.action_button[type="submit"], input.btn.action_button[type="button"] {
  width: inherit; }

#target {
  padding: 20px;
  text-align: center; }

.quantity_label {
  display: inline;
  font-size: smaller; }

.remove_item a {
  font-size: 11px;
  color: #2a2a2a;
  line-height: 5.5em; }

p.remove_item {
  text-align: right;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%; }

input[type="number"].quantity {
  width: 32px;
  display: inline;
  margin-bottom: 0;
  padding-top: 1px;
  border: 1px solid #2a2a2a;
  border-radius: 0px;
  width: 19px !important; }

#cart input.quantity {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 32px;
  line-height: 1em;
  padding: 0;
  position: relative;
  top: 0; }

#cart input.quantity:hover, #cart input.quantity:focus {
  background: white;
  background: rgba(255, 255, 255, 0.95); }

#cart input.quantity::-webkit-inner-spin-button,
#cart input.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart_items p {
  margin-bottom: 5px; }

.cart_message {
  text-align: center; }

.collection_message {
  text-align: center;
  margin: 30px 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .collection_message {
      margin: 10px 1% 74px 1% !important; } }

.pwyc_message {
  margin-bottom: 30px;
  background: #f8f5f4;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  padding: 10px 0 10px 0;
  font-size: 15px; }
  @media only screen and (max-width: 767px) {
    .pwyc_message {
      margin-bottom: 0; } }

.pwyc_collection_title {
  font-family: 'caslon-graphique';
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 480px) {
    .pwyc_collection_title {
      font-size: 25px; } }

.pwyc_collection_message {
  font-size: 18px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .pwyc_collection_message {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .pwyc_collection_message {
      width: 95%;
      font-size: 16px; } }

.pwyc_collection_link {
  font-weight: 600; }

input[type="number"], input[type="number"] {
  border: 1px solid #dfdfdf;
  height: 17px;
  min-height: 17px;
  margin-bottom: 0;
  padding: 0;
  width: 30px;
  text-align: center;
  font: 12px "plantin";
  font-weight: bold;
  color: #2a2a2a;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

input[type="number"]:active, input[type="number"]:focus {
  color: #2a2a2a;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

p[id^="quantity_"] {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  margin-right: 0;
  margin-left: 0; }

div.cart_minus, div.cart_plus {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  font: 14px "plantin"; }

li.cart_item a {
  text-indent: 0 !important;
  font-size: small; }

li.last_cart_item:after {
  border: none !important; }

.cart_image {
  padding-right: 20px;
  max-width: 100px;
  text-align: center;
  float: left; }

a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 10px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8; }

a.continue:hover {
  opacity: 1; }

.empty_cart {
  text-align: center;
  font-size: 22px;
  padding-top: 40px !important;
  color: inherit; }

.empty_cart:after {
  border: 0 !important; }

#get-rates-submit {
  margin-top: -1px; }

#customer_login {
  margin-bottom: 2px; }

.multi_select {
  display: none; }

.newsletter .contact-form {
  width: 40%;
  margin: 20px auto;
  min-width: 300px; }

.newsletter .contact-form input[type="email"], .newsletter .contact-form input[type="email"]:active {
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 40px;
  min-height: 40px;
  padding: 0px 0px;
  margin: 0;
  line-height: 22px;
  border-bottom: 1px solid #2a2a2a;
  outline: none;
  background: transparent;
  color: black;
  font: 20px "plantin";
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.errors {
  color: #b50010; }

.form-error {
  color: #b50010;
  text-align: center; }

/* #Tables
================================================== */
table tr.order_summary td.label {
  text-align: right; }

table {
  margin-bottom: 20px; }

/* #Misc
================================================== */
.hidden {
  display: none; }

.remove {
  color: #2a2a2a; }

.relative {
  position: relative; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

.right {
  float: right;
  position: relative; }

.left {
  float: left; }

.inline {
  display: inline; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.align_right {
  text-align: right; }

.align_left {
  text-align: left; }

p.warning {
  text-align: center;
  font-weight: bold;
  padding-top: 10px; }

.container div.mobile_only, span.mobile_only, .mobile_only {
  display: none; }

.no_border {
  border: none !important; }

.extra_padding {
  padding-top: 4px; }

div.hidden {
  display: none; }

html.mm-bottom.mm-opened.mm-opening div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0; }

div.is-absolute {
  position: absolute;
  top: 0;
  margin-top: 0; }

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333; }

#grid .example-grid {
  overflow: hidden; }

/* #Site Styles
================================================== */
div.container {
  margin: 0 auto;
  padding: 0; }

.header div.logo a {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: inline-block;
  color: #2a2a2a !important; }

div.section {
  margin: 0px 0; }

.homepage_content {
  padding-top: 15px;
  padding-bottom: 5px; }

.featured_content, .featured_content h1, .featured_content h2, .featured_content h3, .featured_content h4, .featured_content h5, .featured_content h6 {
  color: #2a2a2a; }

.featured_content {
  background-color: #ffffff; }

div.product_section {
  margin-top: 0;
  background: #F8F5F4; }

.featured_text {
  font-size: 18px;
  line-height: 1.5em; }

.featured_element.factories_featured {
  padding: 30px 0;
  display: flex;
  flex-align: center; }

.featured_links .featured_element p {
  max-width: 400px;
  margin: 0 auto 35px auto; }

.factories_featured.featured_element p {
  max-width: 460px;
  margin: 0 0 35px 0; }

.container.terms_privacy p {
  margin: 0px; }
.container.terms_privacy td {
  padding: 20px;
  width: 33%; }
.container.terms_privacy ul {
  margin-bottom: 0; }

.large_view {
  min-height: 1000px;
  width: 100%; }

#shopify-section-featured-factories {
  background-color: #f8f5f4; }

h2.factories-section-title {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  padding-top: 80px; }

p.factories-section-description {
  font-style: normal; }

img.factories-section-img {
  width: 100%; }

button.factories-read-more span {
  color: #f8f5f4;
  font-size: 14px; }

button.factories-read-more {
  margin-top: 20px;
  width: 40%; }

button.factories-read-more a {
  padding: 25px; }

div.factories-photos img {
  max-width: 100%; }

.factories_logo {
  width: 100px; }

h1.factories-main-title {
  font-size: 45px;
  line-height: 1.2em;
  margin: 25px auto; }

.intro-section {
  padding-top: 35px;
  padding-bottom: 100px;
  width: 30%;
  margin: 0 auto; }

@media only screen and (max-width: 1099px) {
  .intro-section {
    width: 52%; } }
@media only screen and (max-width: 767px) {
  .intro-section {
    width: 90%; } }
@media only screen and (max-width: 479px) {
  .intro-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px; }

  h1.factories-main-title {
    font-size: 35px; } }
.featured_element a:hover {
  -webkit-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out;
  opacity: 0.85; }

.frontpage_product_stagger--true .product_section:nth-child(2n) > div {
  float: right; }

div.container div.breadcrumb {
  font-size: 17px; }

div.container div.breadcrumb_text, div.container div.section_select {
  margin-bottom: 1em;
  padding-top: 0px; }

.breadcrumb a.ss-icon {
  font-size: 32px;
  margin: 10px 10px 10px 0;
  color: #2a2a2a; }

.breadcrumb .icon-arrow-right {
  font-size: 8px;
  position: relative;
  top: -1px; }

.breadcrumb a.ss-icon:hover {
  color: #002fa7; }

.account_header {
  height: 50px;
  margin-top: 40px;
  margin-bottom: 20px; }

.go_back {
  position: absolute;
  margin-top: 15px;
  margin-left: 0; }

.nav_arrows {
  float: right; }

.continue_shopping_q {
  font-size: 20px; }

.continue_shopping {
  text-align: center;
  margin-top: 40px; }

.faq_comment {
  margin: 40px; }

.browse__links {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .browse__links.trial_browse {
    justify-content: center;
    margin-bottom: 50px; }
    .browse__links.trial_browse p {
      margin: 0; }
    .browse__links.trial_browse .browse_shopping_women {
      margin-top: 10px; }
    .browse__links.trial_browse .browse_shopping_men {
      margin-top: 10px; }

.browse_shopping_women {
  margin-top: 30px;
  text-align: center; }
  .browse_shopping_women a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 10px auto;
    color: #002FA7;
    border: 1px solid #002FA7;
    background: white;
    box-shadow: inset 0 0 0 1px #fff;
    text-shadow: none;
    font-weight: normal;
    font-family: "plantin";
    font-weight: 400;
    min-width: 180px;
    width: 170px; }

.browse_shopping_men {
  margin-top: 30px;
  text-align: center; }
  .browse_shopping_men a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    margin: 0 10px auto;
    border: 1px solid #002FA7;
    background: #002FA7;
    text-shadow: none;
    font-weight: normal;
    font-family: "plantin";
    font-weight: 400;
    min-width: 180px;
    width: 170px; }

.continue_shopping a {
  text-align: center;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #002FA7;
  border: 1px solid #002FA7;
  background: white;
  box-shadow: inset 0 0 0 1px #fff;
  text-shadow: none;
  font-weight: normal;
  font-family: "plantin";
  font-weight: 400;
  min-width: 180px;
  width: 60%; }

.nb_Frames {
  font-weight: normal;
  font-size: 16px; }

/*.add_to_home {
display:inline-block;
min-width:215px;
width:45%; 
color: #5b6877; 
border: 1px solid #d2d6d9;
background: white;
box-shadow: inset 0 0 0 1px #fff;
text-shadow: none;
margin: 5px 3px 0 3px;
}

.add_to_home:hover {
border: 1px solid #abb3b9;
background: white;
box-shadow: inset 0 0 0 1px #fff;
text-shadow: none;
}*/
.sku, .spr-badge {
  margin-top: -10px; }

.spr-badge {
  margin-bottom: 1em; }

.thumbnail .spr-badge {
  margin: 0; }

#category {
  width: 100%; }

.paginate {
  text-align: center; }

.paginate a, .paginate .current, a.tag {
  border: solid 1px #f4f4f4;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 5px;
  padding: 5px 10px;
  display: inline-block; }

.paginate .current {
  font-weight: bold; }

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0; }

.featured_collections {
  margin-bottom: 10px; }

.paginate a:hover, a.tag:hover {
  color: #080fb0; }

.paginate .deco {
  border: none; }

.thumbnail {
  position: relative;
  margin-bottom: 5em; }

.thumbnail.main_collection, .thumbnail.child_collection {
  position: relative;
  margin-bottom: 40px; }

.featured_collections .thumbnail {
  text-align: center; }

.thumbnail a {
  display: block;
  padding-bottom: 0.5em;
  padding-top: 0.8em;
  color: #2a2a2a; }

.thumbnail .info {
  font-family: 'plantin';
  position: absolute;
  top: 0.75em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 19px;
  z-index: 100; }

.thumbnail a:hover span {
  font-family: 'plantin';
  font-weight: 400; }

.thumbnail .info {
  text-align: center; }

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

.collection_swatches {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background: white;
  text-align: center; }

.new {
  position: relative;
  display: inline;
  padding: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px; }

.thumbnail img, .thumbnail svg, .ie .product_gallery img {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.thumbnail {
  transition: opacity 0.3s ease-in; }

.thumbnail .price, .thumbnail .sold_out, .sold_out {
  font-weight: bold;
  color: #2a2a2a; }

.thumbnail .sale, .sale {
  color: #fe7b1b; }

.sale_banner, .new_banner {
  position: absolute;
  top: 25px;
  left: -5px;
  background: #111111;
  font-family: 'plantin';
  /*Questrial;*/
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 2px 5px;
  text-align: center;
  color: #fff; }

.new_banner {
  background: #111111; }

.thumbnail .price, .thumbnail .title {
  display: inline-block;
  font-family: 'plantin';
  font-weight: 500;
  font-size: 22px;
  position: relative;
  top: -0.75em; }

.thumbnail .title_article {
  display: inline-block;
  font-size: 13px;
  position: relative;
  bottom: 26px;
  left: -5px; }

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none; }

#estimated-shipping, .excluding_tax {
  display: block; }

a.cart_page_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  text-align: center;
  display: block;
  width: 100%; }

.size_chart {
  float: right;
  font-family: 'arquitectaregular';
  /* Questrial;*/ }
  .size_chart .icon-arrow-right {
    font-size: 12px; }

.size_chart_content {
  display: none;
  padding: 10px 20px; }

.icon-arrow-right {
  font-size: smaller; }

#size-chart h4 {
  padding: 15px 0 0 0;
  text-align: center; }

.cart_page_image img {
  opacity: 0;
  transition: opacity .3s ease-in; }

.price_total_text {
  font-weight: normal;
  display: none; }

.was_price {
  text-decoration: line-through;
  color: #808284;
  font-style: italic;
  text-shadow: none;
  font-weight: normal;
  margin-right: 10px; }

.new_price {
  color: #e7241b; }

.thumbnail .quick_shop {
  display: none;
  position: absolute;
  bottom: 12px;
  right: 6px;
  color: #111111; }

.thumbnail .quick_shop:hover {
  opacity: 1;
  color: #002fa7; }

.thumbnails a {
  display: block;
  margin-bottom: 1em; }

#instafeed img, #instafeed svg {
  margin-bottom: 1em; }

#instafeed video {
  margin-bottom: 0; }

.arrow {
  font-size: smaller;
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 0.6; }

.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff; }

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px; }

.modal_product img {
  cursor: pointer; }

.modal_image {
  text-align: center; }

.modal a {
  padding-bottom: 0; }

.modal p.modal_price, p.modal_price {
  font-family: 'plantin', 'sans-serif';
  font-weight: 200;
  font-size: 23px;
  margin: 0;
  text-align: left;
  display: inline; }

.modal form {
  margin-bottom: 10px; }

.notify_form .action_button {
  width: 100%; }

.product_image_col {
  margin-top: 15px;
  text-align: center; }

.meta {
  font-size: 13px; }

.meta p {
  font-size: 13px;
  margin-bottom: 0px; }

p.meta {
  margin-bottom: 10px;
  margin-top: 5px; }

.comment-body p.meta {
  margin-bottom: 5px; }

.comment-body h6 {
  padding-top: 0; }

.sidebar_title {
  padding-bottom: 0px; }

.blog_list {
  margin-left: 0; }

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  font-size: smaller;
  color: #2a2a2a; }

.blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ced3d3;
  box-sizing: border-box; }

.blog_meta span:last-child:after {
  background-color: transparent; }

.tags span a, .tags span a span {
  font-weight: 300;
  color: rgba(42, 42, 42, 0.5);
  font-size: 12px; }

.tags span a:hover {
  font-weight: 300;
  color: #2a2a2a;
  font-size: 12px; }

.blog_list li {
  list-style: none; }

.article-main-image {
  position: relative;
  bottom: 110px;
  max-width: 1250px;
  margin: 0 auto; }

.article h5.sub_title {
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 300;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  margin: 3px auto;
  max-width: 480px; }

span.photo_subtitle {
  font-size: 15px;
  color: rgba(45, 45, 45, 0.5);
  text-align: left;
  display: block; }

.article-template-section h2 {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  font-size: 25px; }

.blog-template-section h2 {
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  font-size: 20px; }

.article-template-section h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  font-size: 25px; }

.article-template-section h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  font-size: 22px; }

.article-template-section h5 {
  margin-top: 50px;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  font-style: italic; }

.article-template-section h6 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
  font-size: 19px; }

@media only screen and (max-width: 479px) {
  .article-template-section h2, .article-template-section h3 {
    font-size: 22px; }

  .article-template-section h4, .article-template-section h5 {
    font-size: 20px; } }
.article h2 a {
  color: #2a2a2a; }

.excerpt {
  line-height: 1.5;
  margin-bottom: 1em; }

.continue_reading .action_button {
  padding: 8px 15px;
  margin-top: 15px; }

.article, .article_image {
  padding-bottom: 30px; }

.article img, .article svg {
  margin-bottom: 0px; }

body.article {
  padding-bottom: 0; }

.article-template-section p {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 300;
  margin: 0 0 25px 0; }

.toggle span {
  color: #2a2a2a;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: smaller;
  float: right;
  display: none; }

.sidebar p {
  font-size: smaller; }

.sidebar .search {
  padding-top: 8px; }

.sidebar .search input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.meta .label, .label {
  color: #2a2a2a; }

.meta span {
  font-size: 16px; }

span.cart_option {
  line-height: 2.5em;
  text-transform: capitalize; }

p.meta {
  margin-left: 0; }

.blog_meta, .blog_meta a {
  color: #2a2a2a; }

.blog_meta a:hover {
  color: #080fb0; }

.count {
  font-style: normal;
  font-size: 13px; }

#tag_filter, #sort-by {
  width: 65%;
  display: inline-block;
  margin-bottom: 0; }

.section_select {
  text-align: right; }

.checkout {
  display: block;
  float: right;
  margin-top: 0px; }

.checkout_price {
  text-align: right; }

.checkout_price span {
  font-size: 21px;
  font-weight: 600; }

.additional-checkout-buttons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px; }
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 10px;
    vertical-align: top;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .additional-checkout-buttons > *:not(script) {
        padding: 10px 0 0 5px; } }
    .additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
      padding-left: 0px; }

.or {
  font-size: smaller;
  font-style: italic;
  padding: 0 10px; }

.inline_purchase {
  display: block;
  margin-right: 0px;
  margin-top: 0px; }

.purchase {
  text-align: right; }

.comment {
  margin-bottom: 20px; }

.gravatar {
  width: 100px !important; }

.gravatar img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px; }

.red {
  color: #C33; }

.address p {
  margin-bottom: 5px; }

div#disqus_thread ul, div#disqus_thread li {
  border: none; }

.search_page {
  padding: 40px 0 60px 0; }

.cart a span {
  padding-left: 1px;
  font-size: 13px;
  font-weight: 400;
  top: -3px;
  font-family: 'plantin'; }

h1.account_title {
  font-family: "plantin";
  font-weight: 400;
  font-size: 38px;
  position: absolute;
  left: 10px; }

div .account_signout {
  text-align: center;
  position: absolute;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px; }

div .account_signout a {
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-right: 13px;
  padding-left: 13px;
  color: #ffffff;
  background: #002fa7;
  font-weight: 400;
  font-family: "plantin";
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }

div .account_signout a:hover {
  background: #080fb0; }

.product_fit {
  display: flex;
  width: 100%;
  justify-content: space-evenly; }

.fit_details_title_section {
  padding-bottom: 40px; }

.fit_section {
  margin-bottom: 40px; }

.fit_description {
  text-align: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0 auto;
  background: white; }

h2.fit_details_frame {
  color: white;
  display: inline-block;
  background-color: #002fa7;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px; }

h2.fit_details_titles {
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px; }

.fit_description_title {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 0 auto 50px; }

.fit_title {
  font-weight: bold;
  font-size: 11px;
  padding-left: 10px; }

.fit_content {
  font-size: 15px;
  text-align: center;
  padding-bottom: 15px; }

.frame_icon {
  cursor: pointer;
  text-align: center;
  width: 18.5%;
  display: inline-block;
  margin: 40px auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.product_icon_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start; }

.product_icon_container.slick-dotted.slick-slider {
  margin-bottom: 60px; }

.product_description_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-end; }

div.packaging-section {
  background: white;
  display: flex;
  align-items: center;
  flex-wrap: no-wrap; }

@media only screen and (max-width: 767px) {
  div.packaging-section {
    flex-wrap: wrap; } }
.packaging_img {
  margin-top: 10px; }

.packaging_img_container {
  margin-left: 0;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .packaging_img_container {
    width: 100%; }

  .packaging_img {
    margin-top: 0; } }
.description_icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0; }

.description_header {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0; }

.description_title p {
  padding: 0 20px 0 20px; }

.lens_icon {
  cursor: pointer;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.icon_img_description {
  max-width: 65px; }

.icon_img {
  max-width: 50px;
  margin: 0 auto; }

.rollerblade-section {
  max-height: 700px; }

div .prescription_section, .prescription_section_upload {
  width: 80%;
  margin-left: 10%;
  height: 80px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 2px solid #EBEFF8;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

div .prescription_section label, .prescription_section_upload label {
  width: 100%;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center; }

.prescription_choices input {
  text-align: center; }

.prescription_choices input {
  display: none; }

.prescription_section:hover, .prescription_section_upload:hover {
  border: 2px solid #002fa7; }

.prescription_choices input:checked + .prescription_section {
  border-color: #e2e2e2;
  background-color: #f8f8f8; }

.prescription_choices input:checked + .prescription_section_upload {
  border-color: #e2e2e2;
  background-color: #f8f8f8; }

.prescription_picture {
  display: inline-block;
  width: 10%; }

.prescription_label {
  display: inline-block;
  width: 30%;
  font-size: 18px; }

.prescription_explain {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-family: "plantin";
  font-weight: 400; }

.prescription_arrow {
  display: inline-block;
  width: 10%;
  font-size: 22px;
  color: #002fa7; }

.border_line {
  display: inline-block;
  width: 45%;
  border-top: 1px solid #EBEFF8;
  margin-top: 15px; }

.or_separator {
  text-align: center;
  display: inline-block;
  width: 10%;
  color: #002fa7;
  font-weight: bold; }

.reading_position {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center; }

.reading_prescription {
  height: 80px;
  width: 80%;
  margin-left: 10%;
  position: absolute;
  top: 0;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 2px solid #002fa7;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.reading_prescription_line {
  display: flex;
  align-items: center;
  height: 35px;
  margin-bottom: 2px; }

.reading_lines {
  margin-top: 5px;
  margin-left: 5px; }

.reading_prescription label {
  text-align: center;
  display: flex;
  align-items: center;
  height: 99%;
  width: 16.35%;
  cursor: pointer;
  border: 1px solid #EBEFF8; }

.reading_prescription label span {
  margin-left: 39%; }

.reading_prescription input:checked + label {
  border: 1px solid #002fa7; }

.reading_prescription input:hover + label {
  border: 1px solid #002fa7; }

.checkout_help {
  background-color: #f8f5f4;
  display: block;
  height: 250px; }

.contact_available {
  margin-bottom: 40px;
  font-style: italic; }

.contact_icons {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 700px) {
  .contact_icons {
    flex-wrap: wrap; } }
.checkout_help_section {
  display: flex;
  align-items: top; }

.contact_separator {
  border-left: 1px solid #dfdfdf;
  height: 70px;
  display: inline-block; }

.contact_us {
  display: inline-block;
  width: 32%;
  min-width: 250px; }

.help_faq {
  display: inline-block;
  width: 30%;
  cursor: pointer; }

.contact_text {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 18px;
  margin-right: 30%;
  margin-left: 30%;
  margin-bottom: 5px; }

.checkout_help .contact_text {
  border-bottom: 1px solid #ebeff8; }

.faq_icons {
  text-align: center; }

.faq_line {
  display: block;
  display: flex;
  align-items: center;
  margin-right: 10%;
  margin-left: 10%;
  text-align: center; }

.faq_section {
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  padding-top: 30px;
  height: 175px;
  display: inline-block;
  width: 32%;
  cursor: pointer;
  border: 1px solid  #dfdfdf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.faq_product {
  width: 32%; }

.faq_section:hover {
  border: 1px solid #1106ea; }

.faq_text {
  font-weight: bold;
  margin: 10 auto; }

.faq_content {
  margin-top: 50px;
  display: none; }

.content_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold; }

.close-faq {
  font-weight: bold; }

.close-faq:hover {
  color: #1106ea; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: white;
  color: #2a2a2a;
  cursor: pointer;
  padding: 40px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0; }

hr.accordion_break {
  border-top: 1px solid #f4f8f5;
  background: white;
  margin: 0; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
  color: #002FA7;
  background-color: white; }

.accordion:hover {
  color: rgba(45, 45, 45, 0.9);
  background-color: white; }

.accordion.active:hover {
  color: #002FA7;
  background-color: white; }

.accordion:after {
  content: '+';
  /* Unicode character for "plus" sign (+) */
  font-family: 'plantin';
  font-size: 30px;
  font-weight: 300;
  color: #2a2a2a;
  float: right;
  margin-left: 5px; }

.accordion.active:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */ }

.panel table {
  margin-bottom: 0; }

.panel table div {
  padding: 5px 5px 1px 5px;
  font-size: 11px; }

.panel p {
  margin: 0; }

.panel ul {
  margin-bottom: 0; }

.panel .fit_image {
  float: none;
  display: inline-block; }

div .account_section {
  width: 100%;
  height: 100px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 2px solid white;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

div .account_section:hover {
  border: 2px solid #002fa7; }

div .account_section_title {
  width: 35%;
  display: inline-block;
  margin-left: 4%;
  font-family: 'plantin';
  font-weight: 400;
  font-size: 25px; }

div .account_section_desc {
  display: inline-block;
  width: 35%;
  line-height: 1.3em; }

.account_section .icon-arrow-right {
  display: inline-block;
  width: 30%;
  text-align: right;
  margin-right: 4%;
  color: #002fa7;
  font-size: 23px; }

body.customers-account .global-wrapper {
  background-color: #F85F4;
  width: 100%; }

body .global-wrapper {
  margin-top: 30px; }

body .global-wrapper:after {
  margin-top: 48px;
  background-color: rgba(43, 52, 62, 0.75);
  display: block;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 800;
  -webkit-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s,.3s;
  -o-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s; }

body .overlay {
  position: inherit; }

body .global-wrapper.overlay:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible; }

form[id^=address_form] {
  width: 100%; }

div .customer_address {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

div .customer_address:hover {
  border: 1px solid #002fa7; }

.address_title {
  display: inline-block;
  width: 35%; }

p.view_address {
  display: inline-block;
  width: 45%;
  margin: 0 auto; }

p.address_actions {
  display: inline-block;
  width: 10%;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center; }

div #address_tables {
  width: 100%; }

.action_edit {
  display: block;
  margin-bottom: 50%; }

.action_delete {
  display: block;
  margin-top: 100%;
  color: #002fa7;
  cursor: pointer; }

.edit_address {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#customer_orders h1 {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block; }

.order_separator {
  height: 100px;
  margin-top: 30px;
  border-right: 1px solid  #dfdfdf;
  display: inline; }

.order_summary_section {
  display: flex;
  align-items: center;
  min-height: 250px; }

.order_summary {
  display: inline-block;
  width: 49.9%;
  background: #F8F5F4;
  height: 100%; }

.order_history {
  margin-bottom: 50px; }

.orders_carousel {
  width: 100%; }

.order_item {
  display: inline-block;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: white; }

.order_item:hover {
  border: 1px solid #002fa7; }

.order_number {
  margin-bottom: 0;
  font-weight: bold; }

.order_date {
  margin-top: 0; }

.order_details {
  margin-top: 30%;
  margin-bottom: 30%; }

.order_details a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
  background: #002fa7;
  font-family: "plantin";
  font-weight: 400;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }

.order_details a:hover {
  background: #080fb0; }

.order_status {
  display: inline-block;
  text-align: left;
  width: 46%;
  margin-left: 3%;
  font-weight: bold; }

.order_value {
  display: inline-block;
  text-align: right;
  width: 46%;
  margin-right: 3%; }

.icon_content {
  text-align: center;
  font-size: 17px;
  height: 90px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 20px; }

.icon_title {
  font-size: 12px;
  line-height: 19px;
  width: 60%;
  margin-left: 5%; }

.description_title {
  font-size: 17px;
  line-height: 19px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.icon_title.highlight {
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.master_title {
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.child_collection_title {
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.main_collection:hover .master_title {
  font-weight: 400; }

.child_collection:hover .child_collection_title {
  font-weight: 400; }

.return_main_collection {
  font-size: 12px; }

/* #Instagram Feed
================================================== */
#instafeed img, #instafeed video {
  display: inline; }

.social-feeds-wrap .sixteen .columns:nth-child(4n + 1) {
  margin-left: 0; }
.social-feeds-wrap .sixteen .columns:nth-child(4n + 4) {
  margin-right: 0; }
.social-feeds-wrap .eight .columns:nth-child(odd) {
  margin-left: 0; }
.social-feeds-wrap .eight .columns:nth-child(even) {
  margin-right: 0; }

.forgot_password {
  display: block; }

.product__description__property {
  display: none;
  visibility: hidden; }

.two_per_row {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  color: #8b8b8b; }

.four_per_row {
  display: inline-block;
  cursor: pointer;
  color: #8b8b8b;
  margin-right: 10px; }

div.selected_view {
  color: #002FA7;
  font-weight: 600; }

.collection_view {
  display: inline-block; }

.view_selection {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px; }

/* #Image Gallery
================================================== */
.gallery-section {
  text-align: center; }
  .gallery-section a {
    display: block; }
  .gallery-section img {
    width: 100%;
    height: auto;
    display: block; }
  .gallery-section .two-per-row {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .gallery-section .two-per-row {
        width: 100%; } }
  .gallery-section .three-per-row {
    width: 33.333%; }
    @media only screen and (max-width: 767px) {
      .gallery-section .three-per-row {
        width: 100%; } }
  .gallery-section .four-per-row {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .gallery-section .four-per-row {
        width: 100%; } }
  .gallery-section .gallery_image {
    display: block;
    float: left; }
  .gallery-section .add-padding {
    padding: 5px; }

/* #Testimonials
================================================== */
.testimonial-block {
  text-align: center;
  padding: 15px 0; }

.testimonial-dash {
  font-size: 22px;
  vertical-align: top; }

/* #Logo-list
================================================== */
.logo-list-section {
  background-color: #ffffff; }

.logo-bar-section h2 {
  padding-bottom: 6px;
  color: #2a2a2a; }

.logo-bar {
  text-align: center;
  margin-bottom: 20px; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 25px 15px 25px; }
  @media (max-width: 767px) {
    .logo-bar__item {
      margin-right: 7px;
      margin-left: 7px; } }

/* #Swatch Styles
================================================== */
.selector-wrapper, .select {
  display: none; }

span.filter-swatch {
  height: 15px;
  width: 15px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.swatch {
  margin-bottom: 0.5em;
  text-align: center; }

.swatch.lens {
  margin: 0;
  text-align: left;
  padding-bottom: 30px; }

.swatch .option_title {
  padding: 0.9em;
  padding-bottom: 40px;
  text-align: center;
  color: #2a2a2a;
  font-size: 22px;
  font-family: 'plantin';
  font-weight: 300;
  font-style: italic; }

.swatch label {
  text-align: left;
  cursor: pointer;
  font-size: 10px; }

.swatch .color label {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  line-height: 20px; }

.swatch .swatch-element {
  margin: 12px auto;
  display: block;
  text-align: left;
  border: 1px solid white;
  background-color: #F8f5f4;
  width: 85%;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.swatch .swatch-element .prescription-title {
  padding-top: 2px;
  font-size: 15px;
  line-height: 25px; }

.swatch .swatch-element .prescription-description, .shipping_info {
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 2px; }

.shipping_info {
  font-size: 15px; }

.shipping_info {
  color: #002FA7;
  text-align: center;
  font-family: 'plantin';
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 15px; }

.swatch-element.color {
  text-align: center;
  width: auto;
  display: inline-block;
  border: 0px solid #e2e2e2;
  background-color: #FFFFFF;
  padding: 3px;
  margin: 15px 5px 5px 5px;
  position: relative;
  background-position: 50%;
  background-size: cover;
  float: none; }

.gift-separation {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 35%;
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #e3e7e8; }

.gift_icons_section {
  display: flex;
  align-items: top;
  height: 100px;
  margin-top: 30px;
  text-align: center; }

.gift_icon {
  display: inline-block;
  width: 20%;
  text-align: center;
  line-height: 20px; }

.gift_text {
  width: 90%;
  margin-left: 5%;
  font-size: 15px; }

.gift_options {
  display: flex;
  align-items: center;
  height: 100px; }

.swatch-element.gift {
  display: inline-block;
  text-align: center;
  width: 30%;
  height: 100px;
  transition: border .15s linear;
  -webkit-transition: border .15s linear; }

.swatch-element.gift label {
  text-align: center;
  height: 100px; }

.swatch-element.gift label .gift_price {
  font-size: 22px;
  font-family: "plantin";
  font-weight: 300;
  margin-bottom: 10px; }

.swatch-element.gift label .gift_description {
  font-size: 16px;
  font-family: "plantin";
  font-weight: 300;
  line-height: 20px;
  margin-right: 10px;
  margin-left: 10px; }

.swatch input {
  display: none; }

.swatch-element.color, .swatch-element.color label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.color.swatch-element label {
  padding: 0; }

.lens-swatch label {
  padding: 1em;
  margin-left: 50px; }

.lens-swatch .check {
  display: block;
  position: fixed;
  background: white;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 33%;
  left: 1.8em;
  z-index: 5;
  transition: background .25s linear;
  -webkit-transition: background .25s linear; }

.lens-swatch .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 20px;
  width: 20px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

input[type=radio]:checked + .lens-swatch .check::before {
  background: #002FA7; }

.swatch_options .swatch-element.color:hover {
  -webkit-box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
  box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
  background-color: white; }

.swatch_options .swatch-element.color:hover {
  background-color: white; }

.swatch_options .swatch-element.gift:hover {
  border-color: #BEBEBE;
  background-color: white; }

.swatch_options input:checked + .swatch-element.color {
  background-color: white;
  -webkit-box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
  box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34); }

.swatch_options input:checked + .swatch-element {
  background-color: white; }

.swatch_options input:checked + .swatch-element.gift {
  border-color: #002fa7;
  background-color: white; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block;
  height: 100%;
  width: 100%; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=40);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.4;
  opacity: 0.4; }

.info_product, .info_product_cart {
  display: inline;
  color: #002fa7;
  cursor: pointer; }

.info_product_cart {
  position: relative; }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: #0003c8;
  background: rgba(0, 3, 200, 0.7);
  color: #fff;
  bottom: 20%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 140px;
  font-size: 13px;
  left: 10px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.info_product .tooltip {
  text-align: center;
  background: #0003c8;
  background: rgba(0, 3, 200, 0.7);
  color: #fff;
  bottom: 20%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 140px;
  font-size: 13px;
  left: 10px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.info_product_cart .tooltip {
  text-align: center;
  background: #0003c8;
  background: rgba(0, 3, 200, 0.7);
  color: #fff;
  top: -50%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 140px;
  font-size: 13px;
  left: 39%;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.info_product .tooltip:before, .info_product_cart .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid rgba(0, 3, 200, 0.7) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip, .info_product:hover .tooltip, .info_product_cart:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

button.swatch_add_to_home {
  position: absolute;
  min-width: 30px !important;
  left: 20px;
  bottom: 5px;
  z-index: 500;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  color: #2a2a2a;
  text-decoration: none;
  background: transparent;
  font-size: 25px;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
  margin: 0; }

button.swatch_add_to_home > span i {
  color: rgba(45, 45, 45, 0.9);
  border-color: #2a2a2a;
  background-color: white; }

button.swatch_add_to_home.added span i {
  color: #002FA7; }

button.swatch_add_to_home.unavailable span i {
  background: white;
  color: #dddddd;
  font-size: 27px; }

button.swatch_add_to_home:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important; }

button.swatch_add_to_home:active {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important; }

button.swatch {
  position: relative;
  top: 10px;
  height: 0;
  width: 10%;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 12px 14px !important;
  border: none;
  text-align: center;
  background: transparent;
  outline: none; }

button.swatch:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important; }

button.swatch:active {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important; }

.collection_swatches {
  display: inline-block;
  margin: 0px; }

.collection_swatches span {
  position: relative;
  right: 10px;
  bottom: 11px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: white 2px solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.collection_swatches span.active {
  -webkit-box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
  box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* #Footer
================================================== */
.footer {
  text-align: center;
  padding: 7.5em 0;
  background-color: #f8f5f4;
  color: #2a2a2a; }

.index .footer {
  margin-top: 0; }

.promo_banner {
  background-color: #111111;
  padding: 2px 0;
  text-align: center;
  color: #ffffff; }
  .promo_banner a {
    color: #ffffff;
    font-size: 12px; }
  .promo_banner p {
    margin: 0;
    font-size: 12px; }

.footer h6, .footer .footer_menu a {
  margin-bottom: 20px;
  color: #2a2a2a; }

.footer p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #2a2a2a; }

.footer a, .footer a:visited {
  color: #000000;
  font-size: 14px; }

.footer a:hover, .footer a:active {
  color: #7c7c7c; }

.footer a.ss-icon {
  font-size: 23px;
  margin: 0 7px auto; }

.page-contact form {
  margin-bottom: 50px; }

.footer form {
  margin-bottom: 0; }

.page-contact .footer {
  margin-top: 0; }

.page-contact .maps {
  position: relative;
  bottom: -6px; }

.maps iframe {
  pointer-events: none; }

.contact-form {
  margin-bottom: 0; }

.sub-footer .social_icons li {
  display: inline;
  padding-right: 10px; }

.payment_methods {
  margin: 4px 0 6px 0;
  filter: alpha(opacity=80);
  opacity: 0.9; }

.payment_methods img {
  padding-right: 4px;
  height: 30px;
  width: 48px; }

.credits_right {
  text-align: right; }

.footer_menu {
  list-style: none;
  margin: 50px auto;
  padding: 30px 10px 30px 10px; }

.footer_menu li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px; }

/*
jQuery.mmenu CSS
*/
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 20px 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 120px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 1px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 29px; }

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 80px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 12px 10px 12px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  transition: all .4s ease;
  transition: all .4s ease,all .4s ease;
  transition-property: transform;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%; }

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important; }

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px; }

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0); } }
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px; }

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0); } }
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0); } }
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-keyboardfocus a:focus {
  outline: 0; }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-menu.mm-rtl {
  direction: rtl; }

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto; }

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px; }

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px; }

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px; }

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important; }

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px; }

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px; }

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 120px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 80px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-popup .mm-menu {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 65%;
  min-height: 140px;
  max-height: 880px; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-dark {
  background: #333;
  background: rgba(51, 51, 51, 0.7);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

/* Custom mmenu styles */
.mm-menu {
  background: #333333;
  background: rgba(51, 51, 51, 0.6);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .continue {
  color: rgba(255, 255, 255, 0.8);
  text-indent: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 10px; }

.mm-menu.mm-theme-white {
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
  color: white; }
  .mm-menu.mm-theme-white .continue {
    color: inherit; }
  .mm-menu.mm-theme-white .mm-listview a.mm-subopen:after, .mm-menu.mm-theme-white .mm-listview a.mm-subclose:before {
    border-color: #888; }
  .mm-menu.mm-theme-white .mm-counter {
    color: #666; }

#nav a, #nav span, #nav li select#currencies {
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 400;
  font-size: 26px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
  color: inherit; }
  #nav a.mm-title, #nav span.mm-title, #nav li select#currencies.mm-title {
    font-size: 18px; }

.mm-listview li.currencies {
  padding: 0 8px 0 20px; }

#nav a.ss-icon span {
  font-size: 40px;
  font-weight: normal; }

#nav.mm-menu.mm-theme-white {
  background-color: #002FA7; }

#nav.mm-menu.mm-theme-black {
  background-color: #000; }

#nav.mm-menu.mm-theme-dark {
  background-color: #333; }

.mm-menu.mm-theme-white#cart textarea, .mm-menu.mm-theme-white#cart .quantity {
  border-color: #ddd;
  color: #888; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 50px; }

.mm-menu .mm-listview > li > a.mm-subopen:after, .mm-menu .mm-listview > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-listview a.mm-subopen:after, .mm-listview a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-listview a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu .mm-listview > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase; }

#cart.mm-menu textarea {
  margin: 15px 20px 0px 20px;
  display: block;
  width: calc(100% - 40px); }

.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
  color: rgba(255, 255, 255, 0.8); }

#cart.mm-menu a.action_button.edit_cart {
  margin-left: 18px; }

.mm-menu .mm-search {
  margin-top: 10px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 20px; }

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg a {
    color: rgba(255, 255, 255, 0.3); }

#nav .mm-search ~ .mm-listview {
  padding-top: 25px; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05); }

.mm-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }

.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 15px 10px 15px 10px;
  margin: 0; }

.mm-listview > li > a {
  padding: 15px 10px 15px 10px; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 10px; }

.mm-listview, .mm-listview > li {
  padding: 20px 0px 20px 0px;
  text-align: center;
  border-color: transparent; }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(0, 0, 0, 0); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: white; }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: white; }

#nav .nav_collection_img {
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  height: 100%; }

#nav li.nav_collection_thumbnail {
  padding: 0; }

#nav a.nav_collection_link {
  padding: 0; }

#nav ul.nav_collection_section {
  margin-top: -70px;
  padding: 0;
  overflow-y: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }

#nav div.nav_menu {
  position: relative;
  bottom: 25vh;
  bottom: calc(var(--vh, 1vh) * 25);
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 0; }

#nav div.nav_img_wrapper {
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50); }

#nav div.nav_about_wrapper {
  height: 33.3vh;
  height: calc(var(--vh, 1vh) * 33.3); }

#nav li.nav_about_thumbnail {
  padding: 0; }

.mm-panels > .mm-panel {
  padding: 0 20px 0px 20px; }

.mm-next:after {
  content: none; }

#nav div.nav_menu_about {
  position: relative;
  bottom: 21vh;
  bottom: calc(var(--vh, 1vh) * 21);
  background: transparent;
  font-size: 50px;
  font-weight: 300;
  margin: 0 auto;
  width: 65%; }

@media only screen and (max-width: 767px) {
  #nav div.nav_menu_about {
    bottom: 24vh;
    bottom: calc(var(--vh, 1vh) * 24); } }
@media only screen and (max-width: 487px) {
  #nav div.nav_menu_about {
    bottom: 31vh;
    bottom: calc(var(--vh, 1vh) * 31);
    width: 50%; } }
@media only screen and (max-width: 380px) {
  #nav div.nav_menu_about {
    width: 65%; } }
#nav .story_journal_wrapper {
  width: 100%; }

#nav li.customer_section {
  position: relative;
  bottom: 0;
  left: 0;
  width: 33.3%;
  float: left;
  display: inline-block;
  margin-top: 20px; }

#nav li.social_section {
  position: relative;
  bottom: 0;
  width: 33.3%;
  margin-top: 15px;
  float: left;
  height: 20px; }

#nav .ss-icon {
  margin: 2px 9px; }

#nav .fab {
  font-size: 17px; }

#nav .fab.fa-facebook-f {
  font-size: 16px; }

#nav .fab.fa-twitter {
  font-size: 14px; }

#nav li.help_section {
  position: relative;
  bottom: 0;
  right: 0;
  width: 33.3%;
  float: right;
  margin-top: 20px; }

#nav li.customer_section a, #nav li.help_section a {
  font-size: 16px;
  font-weight: 200; }

#nav li.about_section {
  position: relative;
  float: right;
  right: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 50px;
  border-right: none; }

#nav li.about_section span {
  font-size: 21px;
  font-weight: 200; }

.mm-listview > li.about_section:not(.mm-divider):after, .mm-listview > li.journal_section:not(.mm-divider):after {
  border-bottom-style: none; }

#nav li.journal_section {
  position: relative;
  float: left;
  left: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-left: none;
  border-top: none; }

#nav li.journal_section a {
  position: relative;
  top: 3px;
  right: 2px;
  font-family: 'olicana-fine';
  font-size: 36px;
  font-weight: normal; }

#nav .mobile_menu_footer {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.mm-btn {
  right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 0px -20px; }

.mm-panels > .mm-panel:after {
  height: 0;
  display: none; }

.pairbypair_menu {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  background-color: #f8f5f4;
  z-index: 500;
  position: sticky;
  position: -webkit-sticky;
  top: 55px; }

.menu_link {
  display: inline-block;
  width: 24%;
  border-bottom: 2px solid #f5f5f5;
  color: #000000 !important;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'plantin';
  font-weight: 300;
  font-size: 21px; }

.menu_link:hover {
  font-family: 'plantin';
  font-weight: 400; }

.menu_link.highlighted {
  font-family: 'plantin';
  font-weight: 400;
  border-bottom: 2px solid #1106ea; }

.product-list-item-thumbnail {
  position: relative;
  display: block;
  max-width: 100%; }
  .product-list-item-thumbnail a {
    position: relative;
    display: inline-block;
    max-width: 100%; }
  .product-list-item-thumbnail .product-list-item-image {
    display: block;
    margin: 0 auto; }

.product-image-container {
  position: relative;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .product-image-container {
      padding-bottom: 72.75%;
      margin-top: 40px; } }
  @media only screen and (min-width: 767px) {
    .product-image-container {
      padding-bottom: 57.7666666666667%;
      margin-top: 40px; } }
  @media only screen and (min-width: 960px) {
    .product-image-container {
      margin-top: 48px; } }

.product_image {
  padding-bottom: 62.9246676514033%;
  height: 0; }

.main_homepage_section {
  display: flex;
  margin-top: 78px; }
  @media only screen and (max-width: 959px) {
    .main_homepage_section {
      margin-top: 70px;
      flex-direction: column; } }

.homepage_image {
  width: 50%;
  display: inline-block; }
  @media only screen and (max-width: 959px) {
    .homepage_image {
      width: 100%;
      margin-bottom: -8px; } }
  .homepage_image img {
    width: 100%;
    height: 100%; }

.homepage_right_columns {
  display: flex;
  background-color: #F8F5f4;
  align-items: flex-start;
  flex-direction: column;
  width: 50%; }
  @media only screen and (max-width: 959px) {
    .homepage_right_columns {
      width: 100%; } }

.homepage_menu {
  width: 100%;
  display: inline-block;
  height: 80%;
  padding-top: 20%; }
  @media only screen and (max-width: 959px) {
    .homepage_menu {
      width: 100%;
      text-align: center;
      padding-top: 0; } }
  .homepage_menu .homepage_title {
    padding-left: 10%;
    font-size: 45px;
    font-weight: normal;
    max-width: 500px;
    font-family: 'caslon-graphique'; }
    @media only screen and (max-width: 959px) {
      .homepage_menu .homepage_title {
        padding-left: 0%;
        padding-top: 25px;
        margin: 0 auto; } }
    .homepage_menu .homepage_title p {
      margin: 0; }
    @media only screen and (max-width: 1199px) {
      .homepage_menu .homepage_title {
        max-width: 400px;
        font-size: 35px; } }
    @media only screen and (max-width: 959px) {
      .homepage_menu .homepage_title {
        font-size: 28px;
        width: 100%;
        max-width: 350px; } }
  .homepage_menu .homepage_subtitle {
    margin: 0;
    padding-left: 10%;
    font-size: 18px;
    margin: 4% 0 5%; }
    .homepage_menu .homepage_subtitle p {
      margin: 0; }
    @media only screen and (max-width: 1199px) {
      .homepage_menu .homepage_subtitle {
        font-size: 16px; } }
    @media only screen and (max-width: 959px) {
      .homepage_menu .homepage_subtitle {
        display: none; } }

.homepage_buttons {
  width: 90%;
  padding-left: 10%; }
  @media only screen and (max-width: 1199px) {
    .homepage_buttons {
      margin-top: 0; } }
  @media only screen and (max-width: 959px) {
    .homepage_buttons {
      margin-top: 0;
      margin: 25px 0%;
      width: 100%;
      padding-left: 0; } }
  .homepage_buttons .collectionButton {
    width: 30%;
    margin: 0;
    display: inline-block;
    margin-right: 5%;
    background: #ffffff;
    min-width: 138px;
    padding: 15px 15px;
    border: 1px solid #002fa7;
    color: #002fa7; }
    @media only screen and (max-width: 959px) {
      .homepage_buttons .collectionButton {
        margin-right: 0;
        margin: 3% 3%;
        font-size: 16px; } }
  .homepage_buttons .collectionButton:hover {
    background: #002fa7;
    color: #ffffff; }

.homepage_footer {
  padding-left: 10%;
  padding-bottom: 5%;
  font-size: 18px; }
  @media only screen and (max-width: 1199px) {
    .homepage_footer {
      font-size: 16px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 959px) {
    .homepage_footer {
      padding-left: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 20px;
      max-width: 280px;
      margin: 0 auto; } }

/* #jQuery FlexSlider v2.2
================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav .flex-prev:before {
  content: "/e905";
  font-family: 'ootsb' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: .2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul.slides li {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative; }

/* FlexSlider Necessary Styles
*********************************/
html[xmlns] .slides {
  display: block; }

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

* html .slides {
  height: 1%; }

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

.flexslider .slides img {
display: block;
max-width: 100%; height: auto; margin: 0 auto;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  clear: both;
  overflow: hidden; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides .flex-active-slide {
  z-index: 100 !important; }

.flexslider .slides li {
  text-align: center;
  position: relative;
  z-index: -100 !important; }

.flexslider-container {
  position: relative; }

.carousel li {
  margin-right: 5px;
  border: 0; }

.headline_pair {
  font-family: 'plantin';
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 0.5em;
  line-height: 65px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  color: #ffffff; }

.headline {
  font-size: 5em;
  margin-bottom: 0.5em;
  line-height: 85px;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  color: #ffffff; }

.headline-article {
  max-width: 1200px;
  font-size: 45px;
  margin: 30px auto;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  color: #2a2a2a; }

.article-written {
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

.subtitle p {
  font-family: 'plantin';
  /* Questrial;*/
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 1.9em;
  line-height: 1.5em;
  position: relative;
  color: #ffffff; }

.subtitle p {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  pointer-events: none; }

.headline {
  pointer-events: none; }

.flex-direction-nav .flex-prev:before {
  content: initial; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a, .fancybox-next span, .fancybox-prev span {
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  display: block;
  z-index: 200;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #2a2a2a; }

.flex-direction-nav .flex-next, .fancybox-next span {
  right: -36px;
  text-align: center;
  font-size: 12px; }

.flex-direction-nav .flex-prev, .fancybox-prev span {
  left: -36px;
  text-align: center;
  font-size: 12px; }

.flexslider:hover .flex-next, .fancybox-next:hover span {
  opacity: 1;
  right: -20px; }

.flexslider:hover .flex-prev, .fancybox-prev:hover span {
  opacity: 1;
  left: -15px; }

@media screen and (min-width: 767px) {
  .flex-direction-nav .flex-next, .fancybox-next span {
    font-size: 25px; }

  .flex-direction-nav .flex-prev, .fancybox-prev span {
    font-size: 25px; }

  .flexslider:hover .flex-next, .fancybox-next:hover span {
    right: 50px; }

  .flexslider:hover .flex-prev, .fancybox-prev:hover span {
    left: 50px; } }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 100; }

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 6px;
  height: 6px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999em;
  background: #fff;
  border: 1px solid transparent;
  color: #fff;
  margin: 8px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  border: 1px solid #fff;
  background: transparent;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.flex-control-thumbs {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-thumbs li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-thumbs {
  position: static;
  overflow: hidden; }

.flex-control-thumbs li, .flex-control-thumbs li:first-child {
  width: 16%;
  vertical-align: top;
  margin: 15px 5% 0 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.product_slider .flex-active-slide a:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.product_slider {
  margin-bottom: 0; }

.product_slider .slides img {
  width: auto !important; }

.thumbnail_position--left-thumbnails .flex-control-thumbs, .thumbnail_position--right-thumbnails .flex-control-thumbs {
  width: 16%;
  margin: 0 auto;
  margin-bottom: 15px; }
  .thumbnail_position--left-thumbnails .flex-control-thumbs li, .thumbnail_position--right-thumbnails .flex-control-thumbs li {
    width: auto;
    margin-top: 20px; }
    .thumbnail_position--left-thumbnails .flex-control-thumbs li:first-child, .thumbnail_position--right-thumbnails .flex-control-thumbs li:first-child {
      margin-top: 0; }
.thumbnail_position--left-thumbnails .product_gallery > .slides, .thumbnail_position--left-thumbnails .flex-viewport, .thumbnail_position--right-thumbnails .product_gallery > .slides, .thumbnail_position--right-thumbnails .flex-viewport {
  width: 80%; }

.thumbnail_position--left-thumbnails .product_gallery > .slides, .thumbnail_position--left-thumbnails .flex-viewport {
  float: right; }
.thumbnail_position--left-thumbnails .flex-control-thumbs {
  float: right;
  margin-right: 4%; }

.thumbnail_position--right-thumbnails .product_gallery > .slides, .thumbnail_position--right-thumbnails .flex-viewport {
  float: left; }
.thumbnail_position--right-thumbnails .flex-viewport {
  float: left; }
.thumbnail_position--right-thumbnails .flex-control-thumbs {
  float: left;
  margin-left: 4%; }

.thumbnail_position--none .flex-control-thumbs li:nth-child(5n), .thumbnail_position--bottom .flex-control-thumbs li:nth-child(5n) {
  margin: 15px 0 0; }

.flex-caption {
  pointer-events: none; }
  .flex-caption .action_button {
    pointer-events: all; }

.homepage_slider.animation--slide .bcg {
  background-attachment: initial; }

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background-color: #f8f5f4;
  text-shadow: none;
  border-width: 1.5px;
  border-color: #FFFFFF;
  border-style: solid; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/loader.gif?v=3840824444089752909") center center no-repeat;
  background-size: 32px 32px;
  display: block !important; }

.fancybox-close {
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  z-index: 8040;
  font-size: 24px !important;
  font-weight: bold;
  color: #ebeff8; }

.fancybox-close.ss-icon:hover {
  color: #b2c2e4; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/blank.gif?v=16482679876569321596");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 48%;
  width: 60px;
  height: 60px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  color: #333;
  text-shadow: 0 0 1px #fff; }

.fancybox-next:hover span {
  margin-right: 10px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .1s linear; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.advert_info {
  font-family: 'plantin';
  font-weight: 300;
  font-size: 15px;
  color: #002FA7;
  /* #646464;*/
  /*#2a2a2a;*/
  margin-top: 5px; }

.advert_info p {
  margin-bottom: 0;
  text-align: left; }

.fancybox-title {
  display: none; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  width: 100%; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -28px;
  z-index: 8050;
  text-align: center;
  color: #f1f1f1; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 0px;
  background: transparent;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* Newsletter */
.newsletter_popup {
  margin-bottom: 1.5em; }
  .newsletter_popup .contact-form {
    width: 460px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .newsletter_popup .contact-form {
        width: 100%; } }
  .newsletter_popup input.sign_up {
    display: inline-block;
    width: 10%;
    margin-left: 0px; }
    @media (max-width: 767px) {
      .newsletter_popup input.sign_up {
        width: 10%; } }
  .newsletter_popup input.contact_email[type="email"] {
    width: 100%;
    display: inline-block;
    margin-right: 2%; }
    @media (max-width: 767px) {
      .newsletter_popup input.contact_email[type="email"] {
        width: 100%;
        margin-right: 0; } }

.newsletter_names {
  max-width: 530px; }

.newsletter_popup .fancybox-skin, .newsletter_popup .fancybox-skin p.headline,
.newsletter_popup .fancybox-skin a, .newsletter_popup .fancybox-skin a:visited {
  color: #2a2a2a !important; }

.newsletter_popup .newsletter {
  margin-bottom: 0; }

.newsletter_popup .fancybox-skin {
  background-color: #ffffff; }

.newsletter_popup .fancybox-close {
  color: #2a2a2a !important; }

/*
Cloud Zoom CSS. (c)2012 Star Plugins.
*/
.cloudzoom-zoom-inside img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.cloudzoom-lens {
  border: none;
  border: 1px solid #888;
  width: 225px;
  height: 175px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.cloudzoom-zoom {
  border: 1px solid #888;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  background-color: #ffffff; }

.cloudzoom-zoom-inside {
  /* Add a background color to handle PNG images */
  background-color: #FFF;
  border: none;
  box-shadow: none;
  z-index: 9999;
  position: relative; }

.cloudzoom-caption {
  display: none;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px; }

.cloudzoom-blank {
  background-image: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/blank.gif?v=16482679876569321596"); }

div.cloudzoom-ajax-loader {
  display: none; }

.cloudzoom-lens + div {
  display: none !important; }

/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing
#Media Queries */
/* #Base 1200 Grid
================================================== */
.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0; }

.container.large-content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0; }

.column, .columns {
  float: left;
  display: inline;
  margin-left: 1%;
  margin-right: 1%; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 1%; }

.column.omega, .columns.omega {
  margin-right: 1%; }

/* Base Grid */
.container .one.column {
  width: 4.25%; }

.container .two.columns {
  width: 10.5%; }

.container .three.columns {
  width: 16.75%; }

.container .four.columns {
  width: 23%; }

.container .five.columns {
  width: 29.25%; }

.container .six.columns {
  width: 35.5%; }

.container .seven.columns {
  width: 41.75%; }

.container .eight.columns {
  width: 48%; }

.container .nine.columns {
  width: 54.25%; }

.container .ten.columns {
  width: 60.5%; }

.container .eleven.columns {
  width: 66.75%; }

.container .twelve.columns {
  width: 73%; }

.container .thirteen.columns {
  width: 79.25%; }

.container .fourteen.columns {
  width: 85.5%; }

.container .fifteen.columns {
  width: 91.75%; }

.container .sixteen.columns {
  width: 98%; }

.container .one-third.column {
  width: 31.33%; }

.container .two-thirds.column {
  width: 64.667%; }

.container .one-fifth.column {
  width: 19.2%; }

/* Offsets */
.container .offset-by-one {
  padding-left: 6.25%; }

.container .offset-by-two {
  padding-left: 12.5%; }

.container .offset-by-three {
  padding-left: 18.75%; }

.container .offset-by-four {
  padding-left: 25%; }

.container .offset-by-five {
  padding-left: 31.25%; }

.container .offset-by-six {
  padding-left: 37.5%; }

.container .offset-by-seven {
  padding-left: 43.75%; }

.container .offset-by-eight {
  padding-left: 50%; }

.container .offset-by-nine {
  padding-left: 56.25%; }

.container .offset-by-ten {
  padding-left: 62.5%; }

.container .offset-by-eleven {
  padding-left: 68.75%; }

.container .offset-by-twelve {
  padding-left: 75%; }

.container .offset-by-thirteen {
  padding-left: 81.25%; }

.container .offset-by-fourteen {
  padding-left: 87.5%; }

.container .offset-by-fifteen {
  padding-left: 93.75%; }

.container .offset-by-one.alternate {
  padding-right: 6.25%; }

.container .products-per-row-3 .thumbnail {
  width: 31.33%; }

.container .products-per-row-2 .thumbnail {
  width: 48%; }

.container .products-per-row-1 .thumbnail {
  width: 98%; }

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
/* @media only screen and (max-width: 767px) {
.container { width: 300px; }
.container .columns,
.container .column { margin: 0; }

.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column { width: 300px; }
.container .one-fifth.column  { width: 140px; }
.container .one-fifth.column:nth-child(2n)  { margin-left: 20px }


.container .thumbnail.even, .container .thumbnail.odd  { width: 140px !important; }
.container div.thumbnail.even  { clear: left }
.container div.thumbnail.odd  { margin-left: 20px }
br.product_clear { display: none }



.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen { padding-left: 0; }

.container .offset-by-one.alternate         { padding-right: 0;  }

}*/
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
  .container {
    width: 98%;
    min-width: 300px; }

  .container.mobile_img {
    width: 100%; }

  .container .columns,
  .container .column {
    margin: 1%; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 98%; }

  .container .one-fifth.column {
    width: 200px; }

  .container .one-fifth.column:nth-child(2n) {
    margin-left: 20px; }

  .container.mobile_img .sixteen.columns {
    width: 100%;
    margin: 0; }

  .container .thumbnail.even, .container .thumbnail.odd {
    width: 45% !important; }

  .container div.thumbnail.even {
    clear: left; }

  .container div.thumbnail.odd {
    margin-left: 5%; }

  br.product_clear {
    display: none; }

  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; }

  .container .offset-by-one.alternate {
    padding-right: 0; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* #Media Queries
================================================== */
@media only screen and (max-width: 1440px) {
  .dropdown_title.about-title {
    width: 90%;
    font-size: 80px;
    top: 20%; } }
@media only screen and (max-width: 1186px) {
  .dropdown_title {
    font-size: 110px; } }
@media only screen and (max-width: 1199px) {
  input.contact_email[type="email"] {
    width: 410px; }

  h2.cart_title {
    font-size: 18px; }

  div.logo img, .site-footer__logo img {
    width: 125px !important; } }
/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 1199px) and (max-width: 1199px) {
  /*960 1199*/
  .nav ul li {
    padding: 0 7px 0 7px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /*768 959*/
  .remove_item a {
    line-height: 4.5em; }

  .footer a.ss-icon {
    font-size: 42px;
    margin-right: 10px; }

  .nav ul.menu ul {
    margin-top: 7px; }

  .featured_links a span {
    font-size: 14px; }

  .nav ul.menu li {
    padding: 3px 0 3px 3px; }

  .headline {
    font-size: 3.5em;
    line-height: 1.2em;
    position: relative; }

  .headline-article {
    font-size: 40px;
    line-height: 1.2em; }

  .accordion {
    font-size: 1.8em; }

  .headline_wwa {
    font-size: 1.5em;
    line-height: 1.5em; }

  .headline_pair {
    margin-top: 1.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
    color: black;
    font-weight: normal; }

  .headline_comment_pair {
    color: black;
    font-size: 1.3em;
    font-family: 'plantin'; }

  .subtitle p {
    font-size: 1.3em;
    line-height: 1.2em;
    position: relative; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1199px) {
  /*767*/
  .dropdown {
    top: 71px; }

  .advert_info {
    font-size: 14px;
    position: relative;
    bottom: 0px; }

  .addBox, .add_to_home, .add_to_cart {
    padding: 17px 5px;
    width: 47%;
    font-size: 15px; }

  .article_image {
    padding-bottom: 0; }

  .sidebar_content {
    border: 0;
    padding: 0; }

  .scroll-arrow {
    display: none; }

  .nav_arrows {
    float: none; }

  .nav_arrows .prev {
    float: left; }

  .nav_arrows .next {
    float: right; }

  .minus, .plus {
    display: none; }

  .minus {
    margin: 0 2px 0 0; }

  .plus {
    margin: 0 0 0 2px; }

  .item_title {
    max-width: 280px;
    display: block;
    white-space: initial; }

  .promo_banner, .feature_image .promo_banner {
    position: absolute;
    font-size: 11px;
    width: 100%;
    z-index: 200; }

  #header a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 0;
    width: 50%; }

  #header a.mobile_logo img {
    width: auto;
    max-width: 125px;
    padding-top: 2px; }

  #header a.mobile_logo img.mark_logo {
    max-width: 23px;
    margin-top: 2px;
    margin-bottom: 8px; }

  .footer_menu li {
    display: inline-block; }

  .footer_menu li a {
    font-size: 16px; }

  .footer a.ss-icon {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 6px; }

  #cart input.quantity {
    width: 24px; }

  .is-absolute {
    top: 0px !important; }

  p.mm-counter {
    right: 20px; }

  #tag_filter, #sort-by, .breadcrumb_text {
    margin-bottom: 1em !important;
    clear: both; }

  .blog_filter {
    margin-top: 1em;
    width: 100% !important; }

  .section_select {
    text-align: center; }

  .flex-control-nav {
    bottom: 30px; }

  .featured_links a span {
    font-size: 14px; }

  .or {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px; }

  table tr.order_summary td.label {
    text-align: left; }

  .breadcrumb {
    text-align: center;
    margin-bottom: 1.5em; }

  .featured_text {
    font-size: 18px;
    line-height: 1.7em;
    text-align: center; }

  .toggle span {
    display: block; }

  .toggle_list {
    display: none; }

  select {
    width: 100%; }

  .flexslider a.action_button {
    width: initial; }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .sign_up {
    margin-left: 0;
    width: 100%; }

  .credits_right {
    text-align: left; }

  .container .column.thumbnail, .container .columns.thumbnail {
    margin-bottom: 4em; }

  .container .column.thumbnail.main_collection, .container .columns.thumbnail.main_collection {
    margin-bottom: 1.8em; }

  td {
    padding: 4px !important; }

  .title_column {
    float: left; }

  span.mobile_only {
    display: inline; }

  .price_total {
    text-align: right; }

  .price_total_text {
    display: block; }

  .update_subtotal, .price_total, .remove_column, .checkout_table_header {
    display: none; }

  .mobile_right {
    text-align: right; }

  .quick_shop {
    display: none !important; }

  .cart_price {
    display: block;
    margin-bottom: 0; }

  table tr th, table tr td {
    padding: 2px; }

  input.action_button {
    margin-bottom: 1em !important; }

  .multiple_product_images {
    display: none; }

  .hsContainer .left {
    padding-left: 20px !important; }

  .hsContainer .right {
    padding-right: 20px !important; }

  .hsContainer .right {
    padding-right: 20px !important; }

  p.checkout_button {
    text-align: center; }

  p.checkout_button #checkout {
    margin: 0 auto; }

  p.checkout_button #checkout_pres, #bloobloom-checkout {
    margin: 0 auto; }

  p.checkout_button #bloobloom-checkout {
    margin: 0 auto; }

  h1.product_name {
    font-size: 16px; }

  h1.color_name {
    font-size: 16px; }

  #checkout_pres, #checkout, #bloobloom-checkout {
    width: 75%; } }
@media only screen and (max-width: 995px) {
  .product_icon_container {
    text-align: center; }

  .icon_title {
    width: 90%; } }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  h2.factories-section-title {
    padding-top: 20px; }

  .shipping_info {
    font-size: 13px; }

  #header {
    display: block;
    margin-top: 30px; }

  .header {
    display: none; }

  body.isScrolled .logo {
    transform: translate3d(0px, 0px, 0px); }

  input.sign_up[type="submit"] {
    margin-left: 0;
    margin-bottom: 1.5em !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  input.contact_email[type="email"] {
    margin-bottom: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .collection_menu {
    display: none; }

  h1.collection_title_tags, div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0; }

  .cloudzoom-lens {
    width: 140px;
    height: 120px; }

  .addBox, .add_to_home, .add_to_cart {
    font-size: 13px; }

  .advert_info {
    font-size: 12px; }

  h1.product_name {
    font-size: 14px; }

  h1.color_name {
    font-size: 14px; }

  #checkout_pres, #checkout, #bloobloom-checkout {
    width: 92%; }

  .tablet_hidden {
    display: none !important; }

  .tablet_only {
    display: block; } }
@media only screen and (min-width: 960px) {
  .tablet_hidden {
    display: block !important; }

  .tablet_only {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .tablet_only {
    display: none; }

  img.mobile_only {
    display: block !important; } }
/* Small browsers */
@media only screen and (max-width: 767px) {
  div.breadcrumb-section {
    height: 0px; }

  .buySection {
    padding-top: 0px; }

  h2.cart_title {
    position: relative;
    top: 18px; }

  .headline-article {
    font-size: 30px;
    line-height: 1.2em; }

  .headline-article {
    font-size: 30px;
    line-height: 1.2em; }

  .article-main-image {
    bottom: 50px; }

  .contact_us {
    width: 100%;
    padding: 15px;
    background-color: white;
    margin: 5px;
    min-width: 150px; }

  .mobile_hidden {
    display: none !important; }

  .container div.mobile_only, .mobile_only {
    display: block; }

  a.cart_product_link {
    text-align: center;
    position: relative;
    bottom: 366px; }

  .checkout_price {
    height: 25px;
    position: relative;
    bottom: 30px; }

  .checkout_price span {
    position: relative;
    bottom: 8px; }

  p.remove_item {
    position: relative;
    bottom: 153px; }

  p.trial_remove {
    bottom: 115px; }

  input.quantity {
    position: relative;
    top: -2px; }

  p.meta {
    position: relative;
    bottom: 0px; }

  h4.title {
    text-align: center; }

  .purchase {
    text-align: center; }

  .product_first_line {
    text-align: center; }

  h1.color_name, h1.product_name {
    font-size: 16px;
    position: relative;
    top: 10px; }

  .addBox, .add_to_home, .add_to_cart {
    font-size: 14px;
    width: 95%; }

  .advert_info p {
    text-align: center; }

  .advert_info {
    bottom: -225px; }
    .advert_info .sunglasses_lenses_info {
      position: relative;
      bottom: 55px; }

  .swatch {
    position: relative;
    bottom: 4px; }

  .buySection {
    padding-bottom: 35px; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cart textarea {
    width: 220px; }

  .fit_title {
    font-size: 0.8em; }

  .mobile_hidden {
    display: none !important; }

  #cart a.action_button.edit_cart, #cart .action_button {
    width: 120px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  button.factories-read-more {
    width: 100%; }

  h2.product-description-title {
    margin-left: 5px; }

  .description_title {
    width: 100%;
    margin-left: 0; }

  .swatch .option_title {
    padding-bottom: 15px; }

  .swatch.lens {
    padding-bottom: 15px; }

  #checkout_pres, #checkout, #bloobloom-checkout {
    width: 100%; }

  a.cart_product_link {
    text-align: center;
    position: relative;
    bottom: 269px; }

  .checkout_price {
    height: 25px;
    position: relative;
    bottom: 30px; }

  p.remove_item {
    position: relative;
    bottom: 150px; }

  p.trial_remove {
    bottom: 105px; }

  input.quantity {
    position: relative;
    top: -2px; }

  p.meta {
    position: relative;
    bottom: 0px; }

  .item_title {
    max-width: 180px; }

  #cart textarea {
    width: 280px; }

  #cart a.action_button.edit_cart, #cart .action_button {
    width: 115px; }

  .mobile_hidden {
    display: none !important; }

  .cart_image {
    max-width: 60px;
    padding-right: 10px; }

  .action_button {
    font-size: 12px; }

  h2, h3, h4, h5, h6, .collection_title, .empty_cart {
    font-size: 115%;
    line-height: 1.5em; }

  h1 {
    font-size: 140%;
    line-height: 1.5em;
    padding-top: 4px; }

  h1.home, .title a, h2 {
    padding: 0; }

  .fit_title {
    font-size: 0.8em; }

  .fit_content {
    font-size: 0.8em; }

  .icon_title {
    font-size: 0.7em; }

  .icon_content {
    font-size: 0.7em; }

  .go_back {
    font-size: 14px;
    top: 40px; }

  .order_summary {
    width: 100%; }

  .thumbnail .title {
    font-size: 18px;
    top: -1.05em; }

  .collection_swatches {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 15px; } }
@-moz-document url-prefix() {
  #search form input {
    padding: 12px 15px 10px 55px;
    height: 60px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  select,
  textarea,
  input {
    font-size: 16px !important; }

  .subscribe_button {
    font-size: 14px !important; }

  .prescription_explain {
    display: none; }

  .prescription_label {
    width: 100%;
    font-size: 15px; }

  .reading_prescription_line label span {
    margin-left: 0; }

  .faq_text {
    font-size: 15px; }

  .faq_section {
    margin-right: 2px;
    margin-left: 2px; }

  .account_section_desc {
    display: none !important; }

  h1.account_title {
    font-size: 25px !important;
    margin-top: 15px; }

  h2.title {
    font-size: 150% !important;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400; }

  .headline {
    font-size: 2em;
    line-height: 1.2em;
    position: relative; }

  .accordion {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 20px; }

  .accordion:after {
    font-size: 1.2em; }

  .headline_wwa {
    font-size: 1.5em;
    line-height: 1.5em; }

  .headline_pair {
    margin-top: 1.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
    color: black;
    font-weight: normal; }

  .headline_comment_pair {
    color: black;
    font-size: 1.3em;
    font-family: 'plantin'; }

  .subtitle p {
    font-size: 1.1em;
    line-height: 1.2em;
    position: relative; } }
.social_buttons, .social_buttons a {
  color: #2a2a2a !important; }

.social_buttons a {
  padding-left: 5px; }

.social_buttons a:hover {
  color: #002fa7 !important; }

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/Heart_loader.gif?v=15758171663991127674") center no-repeat white; }

@font-face {
  font-family: 'ootsb';
  src: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/ootsb.eot?v=1118372314600918667");
  src: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/ootsb.eot?v=1118372314600918667") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/ootsb.ttf?v=11031496670027427827") format("truetype"), url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/ootsb.woff?v=3264178265637517416") format("woff"), url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/ootsb.svg?v=14197512793527485000") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'caslon-graphique';
  src: url("//cdn.shopify.com/s/files/1/1678/6749/t/58/assets/caslon-graphique-d.ttf?v=9445992565944359829");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ootsb' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: .2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-up:before {
  content: "\e901"; }

.icon-cart:before {
  content: "\e902"; }

.icon-circle-left:before {
  content: "\e90b"; }

.icon-circle-right:before {
  content: "\e912"; }

.icon-close:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-flikr:before {
  content: "\e907"; }

.icon-google:before {
  content: "\e908"; }

.icon-houzz:before {
  content: "\e909"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-arrow-left:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\e90c"; }

.icon-mail:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-minus:before {
  content: "\e90f"; }

.icon-pinterest:before {
  content: "\e910"; }

.icon-plus:before {
  content: "\e911"; }

.icon-arrow-right:before {
  content: "\e912"; }

.icon-search:before {
  content: "\e913"; }

.icon-snapchat:before {
  content: "\e914"; }

.icon-tumblr:before {
  content: "\e915"; }

.icon-twitter:before {
  content: "\e916"; }

.icon-vimeo:before {
  content: "\e917"; }

.icon-youtube:before {
  content: "\e918"; }

.social-icons {
  margin-bottom: 15px; }

.fancybox-close:before {
  content: "\2573";
  font-size: 15px !important;
  font-family: 'ootsb' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: .2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 15px; }

.icon-check {
  display: block;
  float: left;
  height: 30px;
  margin-right: 8px;
  clear: both; }

.icon-check-long {
  height: 60px; }

.search-submit {
  position: relative;
  left: 15px;
  float: left;
  top: 51px;
  cursor: pointer; }
  .search-submit:before {
    font-size: 25px; }

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,100%,50% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

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

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

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

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top; } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.delay-025s {
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  opacity: 0; }

.delay-05s {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0; }

.delay-075s {
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  opacity: 0; }

.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0; }

.animate_right, .animate_left, .animate_up, .animate_down {
  opacity: 0; }

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie .animated, .ie .thumbnail img, .thumbnail svg, .ie .product_gallery img {
  opacity: 1 !important; }

.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s {
  opacity: 1 !important; }

.ie select {
  background-image: none !important; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .footer .ss-icon, .ss-icon:visited, .ss-icon.ss-sandbox,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-sandbox:before, [class*=" ss-"].ss-sandbox:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-sandbox.right:after, [class*=" ss-"].ss-sandbox.right:after {
  color: #2a2a2a;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  display: inline-block; }

.remove {
  font-size: 24px !important;
  margin-right: 0;
  margin-top: 8px; }

.minus, .plus {
  font-size: 24px;
  opacity: 1;
  cursor: pointer;
  position: relative; }

.minus:hover, .plus:hover {
  opacity: 1; }

.minus {
  margin: 0 5px 0 0; }

.plus {
  margin: 0 0 0 5px; }

/* #Password Page
================================================== */
#password-page-bg {
  min-height: 75%;
  background-color: #ffffff;
  color: #000000; }
  @media only screen and (min-width: 767px) {
    #password-page-bg {
      background: url(//cdn.shopify.com/s/files/1/1678/6749/files/Untitled-1_1208d786-18bd-4f68-a52b-b9170c59925c_2000x.jpg?v=1521051935) center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

input#password {
  width: 98%; }

#password-container {
  margin-top: 0px;
  margin-left: 0px;
  max-width: 100%;
  min-width: 50%;
  display: table;
  text-align: center;
  display: table; }

#password-container h1 {
  color: #000000; }

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-page-col {
  display: table-cell;
  vertical-align: center;
  padding: 15px 30px;
  width: 100%; }
  .password-page-col .ss-icon {
    color: black; }
    .password-page-col .ss-icon:hover {
      color: black; }
    .password-page-col .ss-icon:last-child span {
      margin-right: 0; }

.password-page-message {
  color: #000000;
  font-size: 30px;
  margin: 0 auto; }

.password-page-follow {
  color: #000000; }

.password-logo {
  max-width: 205px;
  margin: 0px auto; }

.password-message {
  max-width: 600px; }

.hr-small {
  margin: 20px auto;
  width: 50px; }

.ss-password, .ss-password:hover, .ss-password:visited {
  font-family: "SSSandbox";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  margin: 15px 15px 25px 0;
  display: inline-block;
  color: #000000; }

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #2a2a2a;
  text-align: center; }

.powered {
  display: block;
  margin-top: 15px; }

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #000000;
  text-decoration: none; }

.password-footer a {
  color: #000000;
  text-decoration: none; }

/* Password Page Modal CSS */
.controls {
  display: inline-block;
  margin: 2em 2em 2em 2em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0; }

#open-me a {
  color: black; }

.close-me {
  z-index: 8000; }

.close-me a {
  color: #000; }

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95); }

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px; }

.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.inputbox {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000; }

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0; }

.storefront-password-form .actions {
  display: inline-block; }

.storefront-password-form #password {
  width: 80%;
  display: inline-block; }

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8; }

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  position: inherit !important;
  top: inherit !important;
  right: inherit !important;
  font-size: 2em; }

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center; }

  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important; } }
/* #Integrated Shopify Reviews
================================================== */
/* #Homepage Banner Images
================================================== */
.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  z-index: 1; }

.hsContent_pair {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center; }

.hsContent {
  max-width: 1180px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none; }
  .hsContent .container {
    padding: 0; }

.hsContainer .left {
  text-align: left;
  padding-left: 60px;
  float: none; }

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: scroll;
  background-size: cover; }

.bcg.top_bcg {
  background-position: center top; }

.bcg.left_bcg {
  background-position: left top; }

@media only screen and (max-width: 1199px) {
  .bcg.left_bcg {
    background-position: -50px top; } }
.infographic {
  background-color: #f8f5f4;
  text-align: center;
  padding: 70px 0;
  width: 100%;
  display: block;
  height: auto; }

.infographic .infographic__title {
  font-family: 'plantin';
  font-weight: 400;
  font-style: italic;
  line-height: 1.6em;
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 0; }

.infographic .infographic__costs {
  margin-bottom: 12px;
  margin-left: 0; }

.infographic .infographic__cost {
  display: inline-block;
  padding-bottom: 5px;
  margin: 25px;
  width: 150px;
  height: 120px; }

.infographic .infographic__cost-icon.icon__materials {
  background-image: url(//cdn.shopify.com/s/files/1/1678/6749/files/icons-_materials_180x.png?v=14316667090602680551); }

.infographic .infographic__cost-icon.icon__transport {
  background-image: url(//cdn.shopify.com/s/files/1/1678/6749/files/icons-_delivery_180x.png?v=1965878503489425576); }

.infographic .infographic__cost-icon.icon__labour {
  background-image: url(//cdn.shopify.com/s/files/1/1678/6749/files/icons-_labour_180x.png?v=20460545906062796); }

.infographic .infographic__cost-icon.icon__duties {
  background-image: url(//cdn.shopify.com/s/files/1/1678/6749/files/icons-_duties_180x.png?v=17302565619080725703); }

.infographic .infographic__cost-icon {
  background-size: 90%;
  width: 100%;
  height: 70px; }

.infographic .infographic__cost-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto; }

.infographic__divider-line {
  border: 1px solid rgba(45, 45, 45, 0.5);
  border-top: 0;
  height: 15px;
  margin: 0 auto;
  width: 65%; }

@media only screen and (max-width: 1099px) {
  .infographic__divider-line {
    width: 85%; } }
.infographic__vert-line {
  border-left: 1px solid rgba(45, 45, 45, 0.5);
  width: 0;
  height: 35px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto 10px; }

.infographic .infographic__true-cost-icon {
  margin-left: auto;
  margin-right: auto; }

.infographic .infgraphic__diagonal-lines {
  margin: 15px auto 20px;
  width: 230px;
  height: 1px;
  position: relative; }

.infographic .infgraphic__diagonal-line {
  width: 80px;
  border-top: 1px solid rgba(45, 45, 45, 0.5);
  position: absolute;
  top: -10px; }

.infographic .infgraphic__diagonal-line--left {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  left: 0; }

.infographic .infgraphic__diagonal-line--right {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  right: 0; }

.infographic .infographic__vert-line {
  border-left: 1px solid rgba(45, 45, 45, 0.5);
  width: 0;
  height: 35px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto 10px; }

.infographic .infographic__totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 55%; }

.infographic .infographic__total {
  width: 50%; }

.infographic .infographic__total-icon {
  border: 1px solid rgba(45, 45, 45, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }

.infographic .infographic__total-icon.total-icon-left {
  border: 1px solid #002FA7;
  border-radius: 50%;
  background-color: #002FA7;
  color: #f8f5f4; }

.infographic .infographic__total-icon.total-icon-right {
  border-color: white;
  background-color: white; }

.infographic .infographic__true-cost-icon, .infographic .infographic__total-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 120px;
  width: 120px;
  margin-bottom: 20px; }

.infographic .infographic__total-price {
  font-family: 'plantin';
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  font-size: 29px;
  margin: auto; }

.infographic .infographic__total-comment {
  font-family: 'plantin';
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0; }

.infographic__total-icon.total-icon-left .infographic__total-price {
  color: #f8f5f4; }

.infographic .infographic__cost-text {
  font-family: 'plantin';
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  font-size: 14px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin: 0; }

@media only screen and (max-width: 1099px) {
  .infographic .infographic__totals {
    width: 70%; } }
@media only screen and (max-width: 865px) {
  .infographic .infographic__cost {
    width: 35%; } }
@media only screen and (max-width: 767px) {
  .infographic .infographic__totals {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  .infographic .infographic__totals {
    justify-content: space-between; }

  .infographic .infographic__total {
    width: 40%; }

  .infographic .infographic__cost {
    width: 35%;
    margin: 25px 15px 5px 15px; }

  .infographic .infographic__cost-icon {
    height: 60px;
    width: 60px;
    margin-bottom: 10px; }

  .infographic .infographic__cost-text {
    font-size: 13px; }

  .infographic .infographic__true-cost-icon, .infographic .infographic__total-icon {
    height: 75px;
    width: 75px;
    margin-bottom: 10px; }

  .infographic .infographic__vert-line {
    height: 15px; } }
.hsContainer .right {
  text-align: right;
  padding-right: 60px;
  float: none; }

.hsContainer a.action_button {
  padding: 10px 40px; }

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0; }

.full-link + .hsContainer {
  pointer-events: none; }

@media only screen and (max-width: 767px) {
  .delay-0s, .delay-025s, .delay-05s, .delay-075s, .delay-1s,
  .animate_right, .animate_left, .animate_up, .animate_down {
    opacity: 1; }

  .bcg {
    background-size: cover;
    background-attachment: scroll; }

  .hsContainer a.action_button {
    padding: 2px 10px;
    font-size: 16px; } }
@media only screen and (max-width: 959px) {
  #slide-blog, #slide-article, #slide-collection, #slide-banner {
    margin-top: 40px; }

  .index .shopify-section:first-child {
    margin-top: 40px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bcg {
    background-size: cover;
    background-attachment: scroll; } }
/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
Upload your font files to Assets and then
copy your FontName into code below and remove
comment brackets */
/*  @font-face {
font-family: 'FontName';
src: url('FontName.eot');
src: url('FontName.eot?iefix') format('eot'),
url('FontName.woff') format('woff'),
url('FontName.ttf') format('truetype'),
url('FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }
*/
/* #Custom Styles
================================================== */
@media screen and (max-width: 467px) {
  .small_popover {
    font-size: 13px; } }
.popover_content {
  margin-bottom: 15px;
  font-size: 14px;
  color: #002fa7; }

.webui-popover-content {
  display: none; }

.webui-popover-rtl {
  direction: rtl;
  text-align: right; }

/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 225px;
  min-height: 32px;
  padding: 1px;
  text-align: center;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.webui-popover a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px; }

.webui-popover .find_frame {
  margin: 5px 3px auto;
  display: inline-block;
  font-size: 10px;
  width: 96%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #002fa7;
  background: #002fa7;
  cursor: pointer; }

.webui-popover .cart_link {
  margin: 5px 3px auto;
  display: inline-block;
  font-size: 10px;
  width: 96%;
  background: white;
  border: 1px solid #002fa7;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer; }
  .webui-popover .cart_link a {
    color: #002fa7; }

.webui-popover .cart_link:hover {
  background: #f8f4f5; }

.webui-popover .find_frame:hover {
  background: #080fb0;
  border: 1px solid #080fb0; }

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px; }

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px; }

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px; }

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px; }

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.webui-popover .webui-popover-content {
  padding: 9px 22px;
  overflow: auto;
  display: block; }

.webui-popover .webui-popover-content > div:first-child {
  width: 100%; }

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #002fa7;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=20);
  text-decoration: none; }

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  color: #080fb0;
  filter: alpha(opacity=50); }

.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative; }

.webui-popover-title {
  padding: 12px 22px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: none; }

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
  line-height: 20px;
  font-size: 17px; }

.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee; }

.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee; }

.webui-no-padding .webui-popover-content {
  padding: 0; }

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none; }

.webui-no-padding .list-group-item:first-child {
  border-top: 0; }

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0; }

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.webui-popover > .webui-arrow {
  border-width: 11px; }

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: ""; }

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0; }

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0; }

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.webui-popover.bottom-right > .webui-arrow {
  left: 35px !important;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0; }

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333; }

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333; }

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333; }

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333; }

.webui-popover i.icon-refresh:before {
  content: ""; }

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none; }

.rollerblade-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.rollerblade-drag {
  cursor: move; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: inline-block; }

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

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

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

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

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

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

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: inline-block;
  min-width: 0px;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev {
  text-align: left; }

.slick-next {
  text-align: right; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'ootsb';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\e90b'; }

[dir='rtl'] .slick-prev:before {
  content: '\e912'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\e912'; }

[dir='rtl'] .slick-next:before {
  content: '\e90b'; }

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

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

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2px;
  height: 2px;
  min-width: 2px;
  padding: 2px;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  background-color: black;
  border: 1px solid black; }

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

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

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

.slick-dots li.slick-active button {
  background-color: transparent;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  min-width: 5px; }

[data-rimg="lazy"],
[data-rimg="loading"],
[data-rimg="loaded"] {
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.js [data-rimg="lazy"] {
  opacity: 0; }

[data-rimg="lazy"],
[data-rimg="loading"] {
  background-color: rgba(42, 42, 42, 0.1); }
  .accent-style [data-rimg="lazy"], .accent-style
  [data-rimg="loading"] {
    background-color: rgba(0, 47, 167, 0.25); }

[data-rimg="loading"] {
  opacity: 1; }

[data-rimg="loaded"] {
  background-color: transparent; }

.no-js img[data-rimg="lazy"] {
  display: none; }

.about__heading {
  font-size: 110px;
  margin: 150px auto;
  line-height: 85px;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  font-family: 'plantin', 'sans-serif';
  font-style: normal;
  text-transform: uppercase;
  color: #002FA7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px #002FA7;
  -webkit-text-fill-color: transparent; }

.about__main-header-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 150px; }

.about__container {
  width: 90%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }

.about__header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%; }

.about__header-content {
  position: absolute;
  bottom: -175px;
  right: -25px;
  width: 450px;
  background: #ffffff;
  color: #2a2a2a;
  padding: 50px; }
  .about__header-content .about__header-image {
    max-width: 150px;
    margin: 0 auto 35px; }
    .about__header-content .about__header-image img {
      width: 100%; }
  .about__header-content .about__header-title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0 50px 30px; }

.about__content {
  padding: 250px 0 50px; }

.about__content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0 75px; }
  .about__content-block .about__content-image,
  .about__content-block .about__content-area {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .about__content-block .about__content-image img {
    width: 100%; }
  .about__content-block:nth-child(odd) .about__content-image {
    padding: 0 25px 0 0;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .about__content-block:nth-child(odd) .about__content-area {
    padding: 150px 0 0 75px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .about__content-block:nth-child(even) .about__content-image {
    padding: 0 0 0 25px;
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .about__content-block:nth-child(even) .about__content-area {
    padding: 150px 75px 0 0;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

.about__content-title {
  font-style: italic; }
  .about__content-title.about__content-title--mobile {
    display: none; }

.about__content-area .about__content-link {
  display: block;
  color: #2a2a2a;
  text-decoration: underline;
  margin: 15px 0 0; }
.about__content-area.about__content-area--fullwidth {
  width: 100%;
  padding: 0 !important;
  max-width: 1000px;
  margin: 0 auto; }
.about__content-area a {
  display: block;
  color: #2a2a2a;
  text-decoration: underline; }

.about__quote {
  padding: 50px 0 0;
  text-align: center;
  font-size: 30px; }
  .about__quote .about__quote-text {
    font-weight: 600; }
  .about__quote .about__quote-author {
    font-style: italic; }

.about__footer {
  text-align: center; }
  .about__footer .about__footer-heading {
    font-size: 110px;
    margin: 150px auto;
    line-height: 85px;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: 'plantin', 'sans-serif';
    font-style: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px #2a2a2a;
    -webkit-text-fill-color: transparent; }

@media screen and (max-width: 1024px) {
  .about__header-content {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

  .about__content-block:nth-child(odd) .about__content-area {
    padding: 75px 0 0 75px; }
  .about__content-block:nth-child(even) .about__content-area {
    padding: 75px 75px 0 0; } }
@media screen and (max-width: 860px) {
  .about__heading {
    margin: 100px 0; }

  .about__main-header-container {
    margin: 0 auto 100px; }

  .about__content {
    padding: 250px 0 0; }

  .about__content-block {
    margin: 0 0 50px; }
    .about__content-block:nth-child(odd) .about__content-area {
      padding: 0 0 0 25px; }
    .about__content-block:nth-child(even) .about__content-area {
      padding: 0 25px 0 0; }

  .about__quote {
    padding: 25px 0 0; }

  .about__footer .about__footer-heading {
    margin: 100px auto; } }
@media screen and (max-width: 600px) {
  .about__section {
    line-height: 20px; }

  .about__heading {
    margin: 10px 0 15px;
    font-size: 54px;
    line-height: 56px; }

  .about__main-header-container {
    margin: 0 auto 50px;
    line-height: 20px; }

  .about__header {
    -webkit-background-size: auto 500px;
    background-size: auto 500px;
    background-position: top center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    position: relative;
    padding: 100px 0 0; }

  .about__header-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    bottom: -150px;
    right: auto;
    padding: 25px; }
    .about__header-content .about__header-image {
      margin: 0 auto 20px; }
    .about__header-content .about__header-title {
      margin: 0 0 15px;
      line-height: 32px; }

  .about__content {
    padding: 200px 0 0; }

  .about__content-block {
    margin: 0 0 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about__content-block .about__content-image,
    .about__content-block .about__content-area {
      width: 100%; }
    .about__content-block:nth-child(odd) .about__content-image {
      padding: 0;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10;
      margin: 0 0 25px; }
    .about__content-block:nth-child(odd) .about__content-area {
      padding: 0;
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20; }
    .about__content-block:nth-child(even) .about__content-image {
      padding: 0;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10;
      margin: 0 0 25px; }
    .about__content-block:nth-child(even) .about__content-area {
      padding: 0;
      -webkit-box-ordinal-group: 21;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20; }

  .about__content-title {
    display: none; }
    .about__content-title.about__content-title--mobile {
      display: block;
      font-size: 20px;
      line-height: 22px; }

  .about__quote {
    padding: 0;
    font-size: 24px; }
    .about__quote p {
      line-height: 26px; } }
.site-footer {
  padding: 75px 0 25px; }

.site-footer__mobile-logo {
  display: none; }

.site-footer__heading {
  text-align: center;
  margin: 0 auto 75px; }
  .site-footer__heading h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase; }

.site-footer__newsletter {
  margin: 0 auto 75px; }
  .site-footer__newsletter .site-footer__newsletter-heading {
    text-transform: uppercase;
    width: 40%;
    margin: 0 auto;
    padding: 0;
    line-height: 20px;
    min-width: 450px; }
  .site-footer__newsletter .newsletter .contact-form {
    min-width: 450px; }
  .site-footer__newsletter .newsletter .message {
    margin-top: 60px; }
  .site-footer__newsletter .newsletter .contact-form input[type="email"] {
    border-bottom: 1px solid rgba(45, 45, 45, 0.5);
    color: #2a2a2a;
    font-weight: normal;
    font-family: 'plantin', 'sans-serif';
    font-size: 16px; }
  .site-footer__newsletter .newsletter_email_field .error-message {
    bottom: -15px;
    text-align: left; }
  .site-footer__newsletter input.subscribe_button[type="submit"] {
    padding: 0;
    line-height: 40px;
    outline: none;
    font-size: 16px !important; }
    .site-footer__newsletter input.subscribe_button[type="submit"]:active {
      -webkit-box-shadow: none;
      box-shadow: none; }

.blog_signup_form {
  padding: 50px 30px 50px 30px;
  background: white;
  max-width: 800px;
  margin: 0 auto; }

.blog_form_container {
  max-width: 450px;
  margin: 0 auto; }

.blog_form_title {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
  padding-top: 0; }

input.blog_subscribe_button[type="submit"] {
  display: block;
  position: relative;
  background: #002FA7;
  color: white;
  text-align: center;
  margin: 40px 0 0;
  width: 100%;
  max-width: 200px;
  line-height: 0.8em;
  max-height: 45px;
  font-size: 14px; }

@media only screen and (max-width: 479px) {
  input.blog_subscribe_button[type="submit"] {
    max-width: 500px; } }
.site-footer__instagram {
  max-width: 1100px;
  margin: 0 auto 75px;
  padding: 0 50px; }

.site-footer__instagram-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .site-footer__instagram-header .site-footer__instagram-heading {
    text-transform: uppercase; }
  .site-footer__instagram-header .social-icons {
    margin: 0; }
    .site-footer__instagram-header .social-icons .ss-icon {
      font-size: 20px; }

.site-footer__instagram-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -30px; }

.instagram__item {
  width: 25%;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .instagram__item:video {
    margin-bottom: 0; }
  .instagram__item:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .instagram__item a {
    position: absolute;
    width: 100%;
    height: 100%; }
    .instagram__item a img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.site-footer__navigation {
  border-top: 2px solid #cccccc;
  padding: 50px 0 0;
  margin: 0 20px 50px; }

.site-footer__navigation--mobile {
  display: none; }

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer__menu .footer-menu__main-level-item {
    margin: 0 50px 50px 0; }
  .site-footer__menu .site-footer__help {
    max-width: 350px;
    background: #ffffff;
    padding: 40px;
    margin: 0;
    text-align: center; }
    .site-footer__menu .site-footer__help .site-footer__help-text {
      margin: 0px auto 15px auto;
      max-width: 350px; }
    .site-footer__menu .site-footer__help .site-footer__help-title {
      text-transform: uppercase; }
    .site-footer__menu .site-footer__help .site-footer__help-link {
      color: #2a2a2a;
      text-decoration: underline; }
  .site-footer__menu .footer-menu__main-level-item-title {
    margin: 40px 0 0;
    text-transform: uppercase; }
  .site-footer__menu .footer-menu__children {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    .site-footer__menu .footer-menu__children .footer-menu__child-level-item {
      margin: 0;
      margin-bottom: 5px; }
  .site-footer__menu .footer-menu__child-level-item-link {
    color: #2a2a2a; }
    .site-footer__menu .footer-menu__child-level-item-link:hover {
      text-decoration: underline; }

.site-footer__payment_methods {
  text-align: right;
  margin: 0 50px 0 0; }

.site-footer__icon-logo {
  text-align: center;
  margin: 75px 0 10px; }

.site-footer__logo {
  text-align: center; }
  .site-footer__logo img {
    margin: 0 auto; }

@media only screen and (max-width: 1199px) {
  .site-footer__menu .site-footer__help {
    max-width: 100%;
    width: 1199px; } }
@media only screen and (max-width: 1199px) {
  .site-footer input.contact_email[type="email"] {
    width: 100%; } }
@media screen and (max-width: 990px) {
  .site-footer__navigation {
    display: none; }

  .site-footer__navigation--mobile {
    display: block;
    border-top: 2px solid #cccccc;
    padding: 50px 0 0;
    margin: 0 20px 50px; }
    .site-footer__navigation--mobile .footer-panel {
      max-height: 0;
      -webkit-transition: max-height ease .3s;
      -o-transition: max-height ease .3s;
      transition: max-height ease .3s;
      overflow: hidden; }
      .site-footer__navigation--mobile .footer-panel.active {
        max-height: 1000px;
        -webkit-transition: max-height ease 1s;
        -o-transition: max-height ease 1s;
        transition: max-height ease 1s; }
    .site-footer__navigation--mobile .footer-menu__main-level-item {
      width: 100%;
      padding: 0;
      margin: 0 0 25px; }
      .site-footer__navigation--mobile .footer-menu__main-level-item.site-footer__help {
        max-width: 100%;
        padding: 40px;
        margin: 25px 0 0; }
    .site-footer__navigation--mobile .footer-menu__main-level-item-title {
      margin: 0;
      position: relative;
      cursor: pointer; }
      .site-footer__navigation--mobile .footer-menu__main-level-item-title span {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 20px;
        font-size: 16px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform ease .3s;
        transition: -webkit-transform ease .3s;
        -o-transition: transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s; }
      .site-footer__navigation--mobile .footer-menu__main-level-item-title.active span {
        -webkit-transform: rotate(450deg);
        -ms-transform: rotate(450deg);
        transform: rotate(450deg); } }
@media only screen and (max-width: 767px) {
  .site-footer .container {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .site-footer__mobile-logo {
    display: block;
    text-align: center;
    margin: 0 0 50px; }

  .site-footer__newsletter {
    margin: 0 30px 75px; }
    .site-footer__newsletter .site-footer__newsletter-heading {
      width: 100%;
      min-width: 100%;
      font-size: 14px;
      text-align: center; }
    .site-footer__newsletter .newsletter .contact-form {
      width: 100%;
      min-width: 100%; }
    .site-footer__newsletter input.subscribe_button[type="submit"] {
      right: 10px; }
    .site-footer__newsletter .newsletter .contact-form input[type="email"] {
      border-bottom: none;
      background: #ffffff;
      padding: 0 70px 0 10px; }

  .site-footer__instagram {
    padding: 0 30px;
    margin: 0 auto 50px; }
    .site-footer__instagram .site-footer__instagram-feed {
      margin: 0 0 0 -5px; }
    .site-footer__instagram .instagram__item {
      width: 50%;
      padding: 0 0 0 5px;
      margin: 0 0 5px; }

  .site-footer__navigation--mobile {
    margin: 0 0 30px; }
    .site-footer__navigation--mobile .footer-menu__main-level-item {
      margin: 0 30px 15px; }
      .site-footer__navigation--mobile .footer-menu__main-level-item.site-footer__help {
        margin: 0 0 15px;
        padding: 30px; }

  .site-footer__icon-logo {
    margin: 30px 0 10px; } }
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px; }

.checkbox-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(45, 45, 45, 0.03);
  -webkit-transition: .4s;
  transition: .4s; }

.slider:focus {
  outline: 0 !important;
  border: 0 !important; }

.slider:active {
  outline: 0 !important;
  border: 0 !important; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  border: 1px solid rgba(45, 45, 45, 0.1);
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #002FA7; }

input:focus + .slider {
  box-shadow: 0 0 1px transparent; }

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

/* Rounded sliders */
.slider.round {
  border-radius: 15px; }

.slider.round:before {
  border-radius: 50%; }

#control-form {
  text-align: center; }

span.filter-content {
  color: rgba(45, 45, 45, 0.5);
  font-size: 13px; }

.container.filter-menu {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap; }

.filter-container {
  height: 150px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }

#collection-filter .main-filter {
  padding-left: 350px; }
#collection-filter #filter-groups {
  list-style: none;
  margin: 0; }
  #collection-filter #filter-groups li {
    display: inline-block;
    padding: 5px 24px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    margin: 0; }
    #collection-filter #filter-groups li:not(:last-child) {
      border-right: 1px solid #ccc; }
    #collection-filter #filter-groups li.filter-group-link--active {
      color: #002FA7; }
#collection-filter .container.clear-section {
  margin-top: 0.7em; }
#collection-filter .filter-group-options {
  display: none;
  position: relative;
  max-width: 800px; }
  #collection-filter .filter-group-options .controls {
    width: 100%;
    position: relative;
    margin: 0 auto; }
  #collection-filter .filter-group-options .control-group {
    display: inline-block;
    vertical-align: top; }
  #collection-filter .filter-group-options button.control:focus {
    outline: 0 !important; }
  #collection-filter .filter-group-options button.control:active {
    outline: 0 !important;
    box-shadow: none; }
  #collection-filter .filter-group-options button.control:hover {
    color: #2a2a2a; }
  #collection-filter .filter-group-options .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin: 5px 1rem;
    width: 100px;
    min-width: 150px;
    height: 35px;
    cursor: pointer;
    color: rgba(45, 45, 45, 0.5);
    background: transparent;
    transition: background 150ms;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 30px;
    transition: all 0.3s linear;
    padding: 0;
    box-shadow: 1px 2px 2px 1px rgba(145, 145, 145, 0.1);
    -webkit-box-shadow: 1px 2px 2px 1px rgba(145, 145, 145, 0.1); }
    #collection-filter .filter-group-options .control.mixitup-control-active {
      border: 1px solid rgba(45, 45, 45, 0.05);
      -webkit-box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
      box-shadow: 1px 4px 3px 1px rgba(145, 145, 145, 0.34);
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #2a2a2a; }
  #collection-filter .filter-group-options .control-text {
    width: auto;
    font-size: .9rem;
    padding: 0 1rem;
    font-weight: 700; }
  #collection-filter .filter-group-options.filter-group-options--active {
    display: inline-block; }
  #collection-filter .filter-group-options .filter-option {
    display: inline-block;
    padding: 0.5rem;
    margin: 2rem;
    border-radius: 5px; }
    #collection-filter .filter-group-options .filter-option.filter-option--active {
      background: #f7f7f7; }

@media only screen and (max-width: 1040px) {
  #collection-filter .main-filter {
    padding-left: 20px; } }
@media only screen and (max-width: 767px) {
  .trial-filter {
    padding: 10px;
    padding-bottom: 20px; }

  .container.filter-menu {
    align-items: center;
    justify-content: space-between; }

  #collection-filter .main-filter {
    padding-left: 0px;
    padding-bottom: 12px; }
    #collection-filter .main-filter #filter-groups li {
      font-size: 12px;
      padding: 5px 10px; }

  #collection-filter .filter-group-options .control {
    min-width: 10px;
    width: 100px; }

  .controls {
    margin: 0; }

  .control.control-colour {
    text-align: left;
    padding-left: 6px !important; }

  .filter-container {
    height: 190px; } }
@media only screen and (max-width: 600px) {
  .container.filter-menu {
    justify-content: center; } }
.page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page-hero .page-hero__heading {
    font-size: 110px;
    margin: 25px auto auto;
    line-height: 110px;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: 'plantin', 'sans-serif';
    font-style: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent; }
    .page-hero .page-hero__heading.page-hero__heading--pair {
      max-width: 550px; }
  .page-hero .page-hero__subheading {
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
    text-align: center; }

.page-header {
  padding: 100px 0;
  text-align: center; }
  .page-header .page-header__heading {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0; }
  .page-header .page-header__subheading {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 14px; }
  .page-header .page-header__text {
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px; }
  .page-header .page-header__icon img {
    max-width: 150px; }

.page-nav {
  height: 50px; }
  .page-nav.fixed {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1001; }
  .page-nav .page-nav__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .page-nav .page-nav__list .page-nav__item {
      width: 25%;
      padding: 10px;
      margin: 0;
      text-align: center;
      position: relative; }
      .page-nav .page-nav__list .page-nav__item.active:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #002FA7;
        position: absolute;
        bottom: -2px;
        left: 0; }
      .page-nav .page-nav__list .page-nav__item a {
        color: #2a2a2a;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px; }

.page-nav-placeholder {
  height: 50px;
  display: none; }
  .page-nav-placeholder.fixed {
    display: block; }

.page-section__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%; }
  .page-section__header .page-section__header-content {
    position: absolute;
    bottom: -75px;
    right: -25px;
    width: 450px;
    background: #ffffff;
    color: #2a2a2a;
    padding: 50px; }
    .page-section__header .page-section__header-content .page-section__header-number {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 30px;
      text-align: center;
      margin: 0 50px 0; }
    .page-section__header .page-section__header-content .page-section__header-title {
      text-transform: uppercase;
      font-size: 30px;
      text-align: center;
      margin: 0 50px 30px; }
    .page-section__header .page-section__header-content .page-section__header-text {
      margin: 0; }

.page-section__content {
  padding: 150px 0 50px; }

.page-container {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  max-width: 1300px;
  position: relative; }
  .page-container.page-container--small {
    max-width: 1100px; }

.how-it-works__list {
  list-style: none;
  padding: 30px 0 50px 0;
  margin: 0 0 50px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .how-it-works__list .slick-dots {
    bottom: 15px; }
  .how-it-works__list .how-it-works__item {
    width: 25%;
    padding: 0 30px;
    margin: 0;
    text-align: center;
    outline: none; }
    .how-it-works__list .how-it-works__item .how-it-works__number {
      border-radius: 50%;
      text-align: center;
      font-size: 30px;
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: 0 auto 30px;
      font-weight: bold; }
    .how-it-works__list .how-it-works__item .how-it-works__heading {
      text-transform: uppercase;
      margin: 0 0 10px;
      padding: 0;
      line-height: 22px; }
    .how-it-works__list .how-it-works__item .how-it-works__text {
      margin: 0;
      line-height: 22px;
      max-width: 270px;
      margin: 0 auto; }

.how-it-works__image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px; }
  .how-it-works__image-content .how-it-works__content {
    width: 50%;
    padding: 0 0 0 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .how-it-works__image-content .how-it-works__image {
    width: 50%;
    padding: 0 100px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .how-it-works__image-content .how-it-works__image .how-it-works__content-heading--mobile,
    .how-it-works__image-content .how-it-works__image .how-it-works__content-subheading--mobile {
      display: none; }
    .how-it-works__image-content .how-it-works__image img {
      width: 100%; }

.how-it-works__content-heading {
  font-style: italic; }

.how-it-works__content-subheading {
  margin: 0 0 20px; }

.matters__heading {
  max-width: 800px;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 auto 75px; }

.matters__list {
  list-style: none;
  padding: 40px 0;
  margin: 0 0 50px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .matters__list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .matters__list .matters__item {
    width: 25%;
    padding: 0 30px;
    margin: 0;
    text-align: center;
    outline: none;
    align-self: flex-start; }
    .matters__list .matters__item.matters__item--sign {
      font-size: 50px;
      align-self: center;
      width: 12.5%; }
    .matters__list .matters__item .matters__item-heading {
      text-transform: uppercase;
      margin: 0 auto;
      padding: 0;
      line-height: 22px;
      font-size: 16px;
      max-width: 250px; }
    .matters__list .matters__item .matters__item-icon {
      margin-bottom: 10px; }
    .matters__list .matters__item .matters__item-icon img {
      max-width: 100px; }

.matters__content {
  width: 40%;
  margin: 0 0 25px; }
  .matters__content .matters__content-heading {
    font-style: italic; }

.matters__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 75px -1%; }
  .matters__images .matters__image {
    margin: 0 0 1% 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .matters__images .matters__image:nth-child(1), .matters__images .matters__image:nth-child(2) {
      width: 49%; }
    .matters__images .matters__image:nth-child(3) {
      width: 100%; }
  .matters__images .matters__image-heading {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'plantin', 'sans-serif';
    font-style: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    max-width: 250px;
    margin: 0 auto;
    line-height: 44px; }

.pair-map__heading {
  max-width: 800px;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 auto 75px; }

.pair-map__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 250px; }

.pair-map__map {
  width: 100%; }

.pair-map__marker {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px; }
  .pair-map__marker.pair-map__marker--active {
    cursor: pointer;
    color: #002FA7;
    font-weight: bold; }
  .pair-map__marker span {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    line-height: 14px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .pair-map__marker.pair-map__marker--1 {
    top: 256px;
    left: 534px; }
  .pair-map__marker.pair-map__marker--2 {
    top: 248px;
    left: 440px; }
  .pair-map__marker.pair-map__marker--3 {
    top: 267px;
    left: 774px; }
  .pair-map__marker.pair-map__marker--4 {
    top: 233px;
    left: 478px; }

.pair-map__line {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .pair-map__line.active {
    display: block; }

.pair-map__block {
  display: none;
  width: 700px;
  background: #ffffff;
  position: absolute; }
  .pair-map__block.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .pair-map__block.pair-map__block--1 {
    top: 480px;
    left: 150px; }
  .pair-map__block.pair-map__block--2 {
    top: 480px;
    left: 200px; }
  .pair-map__block .pair-map__block-content {
    width: 250px;
    padding: 20px; }
    .pair-map__block .pair-map__block-content h4 {
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
    .pair-map__block .pair-map__block-content .pair-map__block-heading-marker {
      display: none; }
    .pair-map__block .pair-map__block-content span {
      font-size: 14px;
      line-height: 14px;
      vertical-align: text-top; }
    .pair-map__block .pair-map__block-content p {
      line-height: 18px;
      margin: 15px 0 0; }
  .pair-map__block .pair-map__block-image {
    width: 450px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat; }

.pair-map__info {
  position: absolute;
  right: 75px;
  bottom: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold; }
  .pair-map__info .pair-map__info-text-active {
    color: #002FA7;
    margin: 0 10px 0 0; }
  .pair-map__info svg {
    vertical-align: middle; }

.pair-map__info-heading {
  display: none; }

.heroes__image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 150px; }
  .heroes__image-content .heroes__content {
    width: 50%;
    padding: 0 0 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .heroes__image-content .heroes__image {
    width: 50%;
    padding: 0 100px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .heroes__image-content .heroes__image .heroes__content-heading--mobile,
    .heroes__image-content .heroes__image .heroes__content-subheading--mobile {
      display: none; }
    .heroes__image-content .heroes__image img {
      width: 100%; }

.heroes__content-heading {
  font-style: italic; }

.heroes__content-subheading {
  margin: 0 0 20px; }

.heroes__heading {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  margin: 0 50px 30px; }

.heroes__subheading {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 100px; }

.heroes__gallery {
  padding: 0;
  margin: 0 0 100px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .heroes__gallery .heroes__gallery-item {
    position: relative;
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center; }
    .heroes__gallery .heroes__gallery-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .heroes__gallery .heroes__gallery-item h5 {
      font-size: 18px;
      line-height: 20px;
      padding: 0; }

.page-footer {
  padding: 100px 0;
  text-align: center; }
  .page-footer img {
    max-width: 150px; }

@media only screen and (max-width: 1024px) {
  .page-section__header .page-section__header-content {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

  .how-it-works__image-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .how-it-works__image-content .how-it-works__image,
    .how-it-works__image-content .how-it-works__content {
      width: 100%;
      padding: 0; }
    .how-it-works__image-content .how-it-works__image {
      margin: 0 0 50px; }
    .how-it-works__image-content .how-it-works__content-heading {
      display: none; }
      .how-it-works__image-content .how-it-works__content-heading.how-it-works__content-heading--mobile {
        display: block; }
    .how-it-works__image-content .how-it-works__content-subheading {
      display: none; }
      .how-it-works__image-content .how-it-works__content-subheading.how-it-works__content-subheading--mobile {
        display: block; }

  .matters__content {
    width: 100%; }

  .heroes__image-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .heroes__image-content .heroes__image,
    .heroes__image-content .heroes__content {
      width: 100%;
      padding: 0; }
    .heroes__image-content .heroes__image {
      margin: 0 0 50px; }
    .heroes__image-content .heroes__content-heading {
      display: none; }
      .heroes__image-content .heroes__content-heading.heroes__content-heading--mobile {
        display: block; }
    .heroes__image-content .heroes__content-subheading {
      display: none; }
      .heroes__image-content .heroes__content-subheading.heroes__content-subheading--mobile {
        display: block; } }
@media only screen and (max-width: 1023px) {
  .page-nav {
    height: auto; }
    .page-nav.fixed {
      top: 70px; }
    .page-nav .page-nav__list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .page-nav .page-nav__list .page-nav__item {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .page-nav .page-nav__list .page-nav__item .page-nav__number {
          display: block; }

  .page-nav-placeholder {
    height: 152px; }

  .pair-map__container {
    width: 90%;
    margin: 0 auto 50px; }

  .pair-map__map {
    display: none; }

  .pair-map__marker {
    display: none; }

  .pair-map__line.active {
    display: none; }

  .pair-map__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px; }
    .pair-map__block .pair-map__block-content {
      width: 100%; }
      .pair-map__block .pair-map__block-content .pair-map__block-heading {
        margin: 0 0 -5px;
        color: #002FA7;
        cursor: pointer;
        outline: none; }
      .pair-map__block .pair-map__block-content .pair-map__block-heading-marker {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 -7px; }
      .pair-map__block .pair-map__block-content .pair-map__block-text {
        display: none; }
        .pair-map__block .pair-map__block-content .pair-map__block-text .pair-map__block-text-marker {
          display: none; }
        .pair-map__block .pair-map__block-content .pair-map__block-text .pair-map__block-text-region {
          padding: 0 0 0 30px; }
    .pair-map__block .pair-map__block-image {
      display: none;
      width: 100%; }
    .pair-map__block.opened .pair-map__block-content .pair-map__block-text {
      display: block; }
    .pair-map__block.opened .pair-map__block-image {
      display: block; }
    .pair-map__block.pair-map__block--inactive {
      background: transparent;
      margin: 20px 0 0; }
      .pair-map__block.pair-map__block--inactive .pair-map__block-content {
        padding: 0 20px; }
      .pair-map__block.pair-map__block--inactive .pair-map__block-heading {
        color: #2a2a2a; }

  .pair-map__info {
    display: none; }

  .pair-map__info-heading {
    display: block;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 50px 0 10px; }

  .matters__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .matters__list .matters__item {
      width: 100%; }
      .matters__list .matters__item.matters__item--sign {
        padding: 30px 0; } }
@media only screen and (max-width: 767px) {
  .page-hero {
    height: 400px; }
    .page-hero .page-hero__heading {
      margin: 40px auto auto;
      font-size: 54px;
      line-height: 56px; }
      .page-hero .page-hero__heading.page-hero__heading--pair {
        max-width: 280px; }

  .page-header {
    padding: 30px 0 50px; }
    .page-header .page-header__heading {
      font-size: 28px;
      line-height: 30px; }
    .page-header .page-header__subheading {
      font-size: 18px; }
    .page-header .page-header__text {
      font-size: 16px; }

  .page-nav .page-nav__list .page-nav__item a {
    font-size: 14px;
    line-height: 18px; }

  .page-nav-placeholder {
    height: 112px; }

  .page-section__header {
    height: 400px; }
    .page-section__header .page-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .page-section__header .page-section__header-content {
      width: auto;
      max-width: 400px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: initial;
      margin: auto auto -155px;
      padding: 50px 25px; }
      .page-section__header .page-section__header-content .page-section__header-number {
        margin: 0 0 5px; }
      .page-section__header .page-section__header-content .page-section__header-title {
        text-transform: uppercase;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        margin: 0 0 10px; }
      .page-section__header .page-section__header-content .page-section__header-text {
        text-align: center; }

  .page-section__content {
    padding: 200px 0 25px; }

  .how-it-works__list {
    margin: 0 -5.5% 50px; }

  .matters__heading {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 50px; }

  .matters__list {
    margin: 0 -5.5% 50px; }

  .matters__images {
    margin: 0 0 50px 0; }
    .matters__images .matters__image {
      margin: 0 0 10px 0;
      height: 250px; }
      .matters__images .matters__image:nth-child(1), .matters__images .matters__image:nth-child(2) {
        width: 100%; }

  .heroes__image-content {
    margin: 0 0 50px; }

  .heroes__heading {
    margin: 0 0 30px; }

  .heroes__subheading {
    margin: 0 auto 50px; }

  .heroes__gallery {
    margin: 0 -5.5% -25px; }
    .heroes__gallery .heroes__gallery-item {
      width: 50%;
      padding: 10px; }
      .heroes__gallery .heroes__gallery-item:nth-child(1) {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
      .heroes__gallery .heroes__gallery-item:nth-child(2) {
        -webkit-box-ordinal-group: 21;
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20; }
      .heroes__gallery .heroes__gallery-item:nth-child(3) {
        -webkit-box-ordinal-group: 41;
        -webkit-order: 40;
        -ms-flex-order: 40;
        order: 40; }
      .heroes__gallery .heroes__gallery-item:nth-child(4) {
        -webkit-box-ordinal-group: 31;
        -webkit-order: 30;
        -ms-flex-order: 30;
        order: 30; }
      .heroes__gallery .heroes__gallery-item:nth-child(5) {
        -webkit-box-ordinal-group: 51;
        -webkit-order: 50;
        -ms-flex-order: 50;
        order: 50; }
      .heroes__gallery .heroes__gallery-item:nth-child(6) {
        -webkit-box-ordinal-group: 61;
        -webkit-order: 60;
        -ms-flex-order: 60;
        order: 60; }
      .heroes__gallery .heroes__gallery-item:nth-child(7) {
        -webkit-box-ordinal-group: 81;
        -webkit-order: 80;
        -ms-flex-order: 80;
        order: 80; }
      .heroes__gallery .heroes__gallery-item:nth-child(8) {
        -webkit-box-ordinal-group: 71;
        -webkit-order: 70;
        -ms-flex-order: 70;
        order: 70; }
      .heroes__gallery .heroes__gallery-item:nth-child(9) {
        -webkit-box-ordinal-group: 91;
        -webkit-order: 90;
        -ms-flex-order: 90;
        order: 90; }
      .heroes__gallery .heroes__gallery-item:nth-child(10) {
        -webkit-box-ordinal-group: 101;
        -webkit-order: 100;
        -ms-flex-order: 100;
        order: 100; }
      .heroes__gallery .heroes__gallery-item:nth-child(11) {
        -webkit-box-ordinal-group: 121;
        -webkit-order: 120;
        -ms-flex-order: 120;
        order: 120; }
      .heroes__gallery .heroes__gallery-item:nth-child(12) {
        -webkit-box-ordinal-group: 111;
        -webkit-order: 110;
        -ms-flex-order: 110;
        order: 110; }
      .heroes__gallery .heroes__gallery-item h5 {
        font-size: 16px;
        line-height: 18px; }

  .page-footer {
    padding: 50px 0; } }
/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/
/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/
/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 50px 10px 0; } }
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

body.customers-login, body.customers-account, body.customers-register, body.customers-reset_password {
  background: #f8f5f4; }

.account-page {
  padding: 75px 0; }

.account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .account-nav__list .account-nav__item {
    width: 50%;
    text-align: center;
    padding: 25px 15px 15px;
    margin: 0; }
    .account-nav__list .account-nav__item h4 {
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      line-height: 20px;
      font-size: 20px;
      color: #002FA7; }
    .account-nav__list .account-nav__item span {
      font-style: italic;
      color: #002FA7; }
    .account-nav__list .account-nav__item a h4 {
      color: #2a2a2a; }
    .account-nav__list .account-nav__item a span {
      color: #2a2a2a; }
    .account-nav__list .account-nav__item.account-nav__item--active {
      background: #ffffff; }

.account-orders {
  background: #ffffff;
  padding: 75px 25px;
  text-align: center; }

.orders__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .orders__list .orders__item {
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid #f8f8f8;
    text-size: 15px; }
    .orders__list .orders__item span, .orders__list .orders__item a {
      width: 20%;
      text-transform: uppercase; }
    .orders__list .orders__item a {
      text-transform: uppercase;
      width: auto;
      margin: 0 auto; }
    .orders__list .orders__item.orders__item--header {
      font-weight: bold;
      border-bottom: none; }
    .orders__list .orders__item:last-child {
      border-bottom: none; }

@media only screen and (max-width: 1023px) {
  .account-page {
    padding: 20px 0; }

  .account-nav__list {
    flex-wrap: wrap; }
    .account-nav__list .account-nav__item {
      width: 100%;
      margin: 0 0 15px; }

  .account-orders {
    padding: 50px 25px; }

  .orders__list .orders__item {
    flex-wrap: wrap;
    padding: 25px 0; }
    .orders__list .orders__item.orders__item--header {
      display: none; }
    .orders__list .orders__item span {
      width: 50%; }
      .orders__list .orders__item span:first-child {
        font-weight: bold; }
    .orders__list .orders__item a {
      text-transform: uppercase;
      width: 100%;
      max-width: 450px;
      margin: 15px auto 0; } }
.customers-addresses .global-wrapper {
  background-color: #f8f5f4; }

.account-info {
  background: #ffffff;
  padding: 75px 50px; }

.account-info__section {
  display: flex;
  border-top: 2px solid #f8f8f8;
  padding: 40px 0 75px; }
  .account-info__section .account-info__title {
    width: 33.33%; }
    .account-info__section .account-info__title h2 {
      font-size: 20px;
      text-transform: uppercase; }
  .account-info__section .account-info__content {
    width: 66.66%; }

.account-info__list {
  padding: 0;
  margin: -10px 0 50px;
  list-style: none; }
  .account-info__list .account-info__item {
    margin: 0 0 15px;
    display: flex;
    align-items: center; }
    .account-info__list .account-info__item h4 {
      width: 33.33%;
      padding: 10px;
      margin: 0;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase; }
    .account-info__list .account-info__item p {
      flex: 1;
      margin: 0 20px 0 0;
      padding: 10px 0;
      border-bottom: 1px solid #2a2a2a; }

.account-addresses__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 50px;
  list-style: none; }
  .account-addresses__list .account-addresses__item {
    margin: 0;
    padding: 50px 50px 50px 0;
    width: 33.33%;
    box-sizing: border-box;
    min-width: 250px; }
    .account-addresses__list .account-addresses__item.account-addresses__item--default {
      padding: 0 50px 50px 0; }
    .account-addresses__list .account-addresses__item h5 {
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 0 22px;
      padding: 0; }

.account-button {
  text-transform: uppercase;
  background: #ffffff;
  width: 98%;
  font-size: 16px;
  color: #002FA7;
  border: 1px solid #002FA7;
  padding: 15px 40px; }
  .account-button.account-button--fill {
    background: #002FA7;
    color: #ffffff;
    border: 1px solid #002FA7; }
  .account-button:hover {
    background: #080fb0;
    color: #ffffff;
    border: 1px solid #080fb0; }

.account-link {
  text-transform: uppercase; }

.address-delete-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 30px 15px; }
  .address-delete-form .account-button {
    width: 45%; }

.account-form-modal .account-remodal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #2a2a2a;
  left: auto; }
.account-form-modal form {
  font-size: 0;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  text-align: left; }
  .account-form-modal form h2, .account-form-modal form h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0 50px;
    padding: 0;
    text-align: center; }

form .first_last_name {
  display: flex; }
form .error-message {
  font-size: 12px;
  color: #b50010;
  position: relative;
  bottom: 15px;
  left: 5px;
  font-weight: 300;
  line-height: 1.5em; }
form .firstName_field, form .lastName_field {
  width: 50%;
  display: inline-block;
  margin: 0 auto; }
  form .firstName_field > .account-input--half, form .lastName_field > .account-input--half {
    width: 96%;
    margin: 0 2% 25px 2%; }
form input.account-input,
form select.account-input {
  display: inline-block;
  width: 98%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2a2a2a;
  padding: 15px 0;
  height: auto;
  margin: 0 1% 25px 1%; }
  form input.account-input:active, form input.account-input:focus,
  form select.account-input:active,
  form select.account-input:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #002FA7;
    box-shadow: none; }
  form input.account-input::-webkit-input-placeholder,
  form select.account-input::-webkit-input-placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  form input.account-input:-moz-placeholder,
  form select.account-input:-moz-placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  form input.account-input::-moz-placeholder,
  form select.account-input::-moz-placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
  form input.account-input:-ms-input-placeholder,
  form select.account-input:-ms-input-placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: italic; }
form .account-default-hide input {
  display: none; }
form .account-default-hide input:checked + .account-default-label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  background: #2a2a2a;
  width: 10px;
  height: 10px;
  border-radius: 50%; }
form .account-default-hide .account-default-label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0;
  padding: 0 0 0 30px; }
  form .account-default-hide .account-default-label a {
    color: #2a2a2a;
    text-decoration: underline; }
  form .account-default-hide .account-default-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #ffffff;
    width: 14px;
    height: 14px;
    border: 1px solid #2a2a2a;
    border-radius: 50%; }

.account-pagination {
  margin: 50px 0 0; }

@media only screen and (max-width: 1024px) {
  .account-addresses__list .account-addresses__item {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .account-info {
    padding: 20px;
    margin: 0 -20px; }

  .account-info__section {
    padding: 20px 0;
    border-top: none;
    flex-wrap: wrap; }
    .account-info__section .account-info__title {
      width: 100%; }
      .account-info__section .account-info__title h2 {
        margin: 0 0 40px; }
    .account-info__section .account-info__content {
      width: 100%; }

  .account-info__list .account-info__item {
    flex-wrap: wrap; }
    .account-info__list .account-info__item h4 {
      width: 100%;
      padding: 0; }

  .account-addresses__list .account-addresses__item {
    width: 100%;
    padding: 0 0 40px; }

  .account-form-modal {
    padding: 40px 15px 20px; }

  .address-delete-form {
    flex-wrap: wrap; }

  .account-button {
    padding: 15px; }

  .account-form-modal form .account-button {
    width: 98%; } }
.order__wrapper {
  background: #ffffff; }

.order__header {
  padding: 100px 0 75px;
  text-align: center; }
  .order__header .order__heading {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .order__header .order__subheading {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 18px; }
  .order__header .errors {
    margin: 30px 0 0; }

.order__back-link {
  color: #2a2a2a !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: -30px 0 100px;
  display: block; }
  .order__back-link:before {
    content: "\e90b";
    font-family: 'ootsb' !important;
    font-size: 12px;
    margin: 0 10px 0 0; }

.order__list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0; }
  .order__list .order__item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 50px; }
    .order__list .order__item .order__item-image {
      width: 33.33%; }
      .order__list .order__item .order__item-image img {
        max-width: 80%; }
    .order__list .order__item .order__item-info {
      width: 66.66%;
      display: flex;
      flex-wrap: wrap; }
      .order__list .order__item .order__item-info .order__item-title {
        width: 70%;
        border-bottom: 2px solid #f8f8f8;
        height: 40px;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0; }
      .order__list .order__item .order__item-info .order__item-price {
        width: 30%;
        border-bottom: 2px solid #f8f8f8;
        height: 40px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
      .order__list .order__item .order__item-info .order__item-variant {
        width: 40%;
        padding: 15px 0;
        border-bottom: 2px solid #f8f8f8;
        text-transform: capitalize; }

.order__list-title {
  text-transform: uppercase;
  margin: 75px 0 0;
  padding: 0; }
  .order__list-title .nb_Frames {
    text-transform: none; }

.order__footer {
  display: flex;
  border-top: 3px solid #2a2a2a;
  padding: 50px 0;
  margin: 50px 0 0; }
  .order__footer .order__footer-addresses {
    width: 50%;
    display: flex; }
    .order__footer .order__footer-addresses .order__footer-address {
      width: 50%; }
      .order__footer .order__footer-addresses .order__footer-address h4 {
        margin: 0 0 10px;
        padding: 0;
        text-transform: uppercase;
        font-weight: normal; }
  .order__footer .order__footer-summary {
    width: 50%;
    padding: 0 0 0 100px;
    box-sizing: border-box; }
    .order__footer .order__footer-summary span {
      display: inline-block;
      font-size: 18px;
      margin: 0 0 20px;
      padding: 0;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 32px; }
    .order__footer .order__footer-summary .order__footer-summary-total {
      border-top: 2px solid #cccccc;
      padding: 20px 0 0; }
      .order__footer .order__footer-summary .order__footer-summary-total span {
        font-weight: bold; }

@media only screen and (max-width: 1023px) {
  .order__back-link {
    margin: 0 0 100px; } }
@media only screen and (max-width: 767px) {
  .order__back-link {
    margin: 0 0 50px; }

  .order__list-title {
    text-align: center; }

  .order__list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0; }
    .order__list .order__item {
      flex-wrap: wrap;
      position: relative;
      margin: 0 0 100px; }
      .order__list .order__item .order__item-image {
        width: 100%;
        text-align: center; }
        .order__list .order__item .order__item-image img {
          max-width: 550px;
          width: 100%; }
      .order__list .order__item .order__item-info {
        width: 100%;
        flex-wrap: wrap; }
        .order__list .order__item .order__item-info .order__item-title {
          width: 100%;
          text-align: center;
          position: absolute;
          top: -15px;
          border: none; }
        .order__list .order__item .order__item-info .order__item-price {
          position: absolute;
          width: 100%;
          text-align: center;
          bottom: -55px;
          padding: 0 0 50px;
          box-sizing: border-box; }
        .order__list .order__item .order__item-info .order__item-variant {
          width: 100%;
          border: none;
          text-align: center; }
      .order__list .order__item:last-child .order__item-price {
        border: none; }

  .order__footer {
    flex-wrap: wrap; }
    .order__footer .order__footer-addresses {
      order: 20;
      width: 100%;
      flex-wrap: wrap; }
      .order__footer .order__footer-addresses .order__footer-address {
        width: 100%;
        margin: 0 0 30px; }
    .order__footer .order__footer-summary {
      order: 10;
      width: 100%;
      padding: 0;
      margin: 0 0 75px; }
      .order__footer .order__footer-summary span {
        margin: 0 0 5px; }
      .order__footer .order__footer-summary .order__footer-summary-total {
        padding: 30px 0 0;
        margin: 25px 0 0; } }
.login__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 150px auto 50px; }

.login__block {
  background: #ffffff;
  padding: 50px;
  margin: 0 50px;
  width: 550px;
  box-sizing: border-box; }
  .login__block .login__block-title {
    text-align: center;
    text-transform: uppercase; }
  .login__block .login__block-subtitle {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px; }
  .login__block .login__recover-link {
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 15px;
    text-align: right; }
  .login__block .login__recover-link.back-link {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin: 0 30px;
    padding-top: 20px; }
  .login__block a.create-account__link {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 20px;
    font-size: 15px; }
  .login__block form {
    padding: 0 0 0 2%;
    font-size: 0; }
    .login__block form p {
      font-size: 16px;
      font-style: italic; }
    .login__block form .errors {
      font-size: 16px; }
      .login__block form .errors ul {
        list-style: none;
        padding: 0;
        margin: 0 0 30px -2%;
        text-align: center; }

@media only screen and (max-width: 768px) {
  .login__container {
    flex-wrap: wrap;
    padding: 100px 0;
    margin: 0 -1%; }

  .login__block {
    width: 100%;
    margin: 0;
    padding: 50px 20px;
    max-width: 550px; }
    .login__block .login__recover-link {
      text-align: right;
      width: 98%;
      margin: 0 2% 0 0; }
      .login__block .login__recover-link.back-link {
        text-align: center;
        width: 98%;
        margin: 0 2% 0 0; }
    .login__block form .account-button {
      width: 98%;
      margin: 5px 2% 5px 0; } }
.large_view {
  visibility: hidden; }

.large_view.mixitup-ready {
  visibility: visible;
  -webkit-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s,.3s;
  -o-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s; }

.container_not_found {
  max-width: 1920px;
  margin: 50px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.container_not_found .not_found_image_section {
  margin: 0;
  width: 50%;
  min-width: 550px; }

.container_not_found .not_found_text_section {
  margin: 80px auto 100px auto;
  width: 100%; }
  .container_not_found .not_found_text_section .not_found_text {
    max-width: 500px; }

@media only screen and (max-width: 600px) {
  .container_not_found .not_found_image_section {
    width: 100%;
    min-width: 0; }

  .container_not_found .not_found_text_section {
    width: 95%;
    min-width: 250px;
    margin: 50px auto 70px auto; } }
/*#bloobloom-checkout {
min-width: 180px;
width: 60%;
text-transform: uppercase;
}*/
.home-try__section {
  margin: 0 auto 0px;
  width: 98%;
  height: 100%;
  max-width: 1440px;
  text-align: center; }

.home-try__how-title {
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  margin: 25px auto 50px; }

.home-try__how-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .home-try__how-list:before {
    content: '';
    position: absolute;
    height: 1px;
    width: auto;
    left: 110px;
    right: 110px;
    top: 50px;
    background: #f8f5f4;
    z-index: 10; }

.home-try__how-item {
  width: 275px;
  z-index: 20; }
  .home-try__how-item .home-try__how-number {
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 107px;
    margin: 0 auto 40px;
    font-weight: bold;
    background: #f8f5f4; }
  .home-try__how-item .home-try__how-heading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px;
    max-width: 275px;
    margin: 0 auto; }
  .home-try__how-item .home-try__how-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 275px;
    margin: 0 auto; }

.home-try__how-footer {
  padding: 85px 0 0;
  position: relative; }
  .home-try__how-footer:before {
    content: '';
    width: 1px;
    height: 90px;
    position: absolute;
    top: 10px;
    left: 137.5px;
    background: #002FA7; }
  .home-try__how-footer:after {
    content: '';
    width: 1px;
    height: 90px;
    position: absolute;
    top: 10px;
    right: 137.5px;
    background: #002FA7; }
  .home-try__how-footer .home-try__how-footer-title {
    color: #002FA7;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative; }
    .home-try__how-footer .home-try__how-footer-title span {
      z-index: 20;
      position: relative; }
    .home-try__how-footer .home-try__how-footer-title:before {
      content: '';
      width: auto;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 137.5px;
      right: 137.5px;
      background: #002FA7; }
    .home-try__how-footer .home-try__how-footer-title:after {
      content: '';
      width: 350px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #ffffff;
      z-index: 10; }
  .home-try__how-footer .home-try__how-footer-text {
    color: #002FA7;
    margin: 0 auto;
    width: 90%;
    max-width: 440px;
    font-size: 16px;
    line-height: 20px; }

.cart-section .home-try__how-footer-text {
  margin-bottom: 50px; }

@media only screen and (max-width: 885px) {
  .home-try__section {
    margin: 0 auto 0px; }

  .home-try__how-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-try__how-list:before {
      content: none; }

  .home-try__how-item {
    width: 100%;
    z-index: 20;
    margin: 0 30px 40px; }
    .home-try__how-item .home-try__how-number {
      margin: 0 auto 30px; }

  .home-try__how-footer {
    background: #002FA7;
    margin: 0 -1%;
    padding: 30px; }
    .home-try__how-footer:before {
      content: none; }
    .home-try__how-footer:after {
      content: none; }
    .home-try__how-footer .home-try__how-footer-title {
      color: #ffffff;
      max-width: 180px;
      margin: 0 auto 20px; }
      .home-try__how-footer .home-try__how-footer-title:before {
        content: none; }
      .home-try__how-footer .home-try__how-footer-title:after {
        content: none; }
    .home-try__how-footer .home-try__how-footer-text {
      color: #ffffff;
      margin-bottom: 0; } }
body.psd-opened {
  overflow: hidden; }

.psd {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #f8f5f4;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 0 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: ease transform .5s;
  -o-transition: ease transform .5s;
  transition: ease transform .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .psd * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .psd label span {
    color: #2a2a2a; }
  .psd .swatch_options input:checked + .swatch-element {
    background: transparent; }
  @media (max-width: 959px) {
    .psd {
      width: 100%;
      padding: 50px 20% 0;
      overflow-y: scroll;
      min-height: 100%;
      max-height: 100%; } }
  @media (max-width: 720px) {
    .psd {
      width: 100%;
      padding: 50px 12% 0;
      overflow-y: scroll;
      min-height: 100%;
      max-height: 100%; } }
  @media (max-width: 500px) {
    .psd {
      width: 100%;
      padding: 50px 18px 0;
      overflow-y: scroll;
      min-height: 100%;
      max-height: 100%; } }
  @media (min-width: 960px) {
    .psd {
      width: 40%; } }
  @media (min-width: 1600px) {
    .psd {
      width: 28%; } }
  .psd.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 2px 15px #2f3941;
    box-shadow: 0 2px 15px #2f3941; }
  .psd .psd__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: width ease-in-out .3s;
    -o-transition: width ease-in-out .3s;
    transition: width ease-in-out .3s;
    background-color: #002fa7; }
    .psd .psd__progress.psd__progress--3-1 {
      width: 33.33%; }
    .psd .psd__progress.psd__progress--3-2 {
      width: 66.66%; }
    .psd .psd__progress.psd__progress--2-1 {
      width: 50%; }
  .psd .psd__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px; }
    @media (max-width: 959px) {
      .psd .psd__header {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 4px 48px #eff3f5;
        box-shadow: 0 4px 48px #eff3f5; } }
    .psd .psd__header .icon-arrow-left {
      color: #002fa7;
      cursor: pointer;
      font-size: 15px;
      z-index: 10; }
    .psd .psd__header .psd__close {
      color: #002fa7;
      margin: 0 0 0 auto;
      cursor: pointer;
      z-index: 10;
      position: relative;
      width: 15px;
      height: 15px; }
      .psd .psd__header .psd__close:before, .psd .psd__header .psd__close:after {
        content: '';
        width: 1px;
        height: 15px;
        background: #002fa7;
        position: absolute;
        top: 0;
        left: 0; }
      .psd .psd__header .psd__close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .psd .psd__header .psd__close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .psd .psd__header .psd__header-mobile {
      display: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 959px) {
        .psd .psd__header .psd__header-mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .psd .psd__header .psd__header-mobile .product_name {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        width: 100%;
        text-align: center; }
      .psd .psd__header .psd__header-mobile .psd__subtotal {
        font-size: 12px;
        line-height: 14px;
        color: #2a2a2a;
        text-align: center; }
  .psd .psd__image-mobile {
    display: none;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .psd .psd__image-mobile img {
      width: 100%;
      display: block; }
    @media (max-width: 959px) {
      .psd .psd__image-mobile {
        display: block; } }
  .psd .psd__step {
    height: 100%;
    padding: 16px 36px 0; }
    @media (max-width: 959px) {
      .psd .psd__step {
        padding: 0; } }
    .psd .psd__step .psd__title {
      margin: 14px 0 46px;
      font-size: 22px;
      letter-spacing: 0;
      text-align: center;
      line-height: 18px; }
    .psd .psd__step .swatch-element {
      width: 100%;
      margin: 24px 0 0;
      background: transparent;
      border: 1px solid transparent; }
    .psd .psd__step .lens-swatch label {
      padding: 0;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .psd .psd__step .lens-swatch label:hover .psd__prescription-title {
        background-color: #f8f5f4; }
      .psd .psd__step .lens-swatch label.active .psd__prescription-title {
        color: #ffffff;
        background-color: #002fa7; }
      .psd .psd__step .lens-swatch label .psd__prescription-title {
        font-size: 16px;
        line-height: 30px;
        background-color: #ffffff;
        padding: 2px 15px 0;
        border: 1px solid #002fa7;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        color: #002fa7; }
      .psd .psd__step .lens-swatch label .psd__prescription-description {
        width: 100%;
        padding: 0 30px 0 0px;
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 25px;
        font-weight: 100;
        text-align: left; }
      .psd .psd__step .lens-swatch label .psd__prescription-price {
        font-size: 16px; }
    .psd .psd__step .psd__lens-label {
      padding: 0;
      margin: 24px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .psd .psd__step .psd__lens-label:hover .psd__lens-title {
        background-color: #f8f5f4; }
      .psd .psd__step .psd__lens-label.active .psd__lens-title {
        color: #ffffff;
        background-color: #002fa7; }
      .psd .psd__step .psd__lens-label .psd__lens-title {
        font-size: 16px;
        line-height: 30px;
        background-color: #ffffff;
        border: 1px solid #002fa7;
        padding: 2px 15px 0;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        color: #002fa7; }
      .psd .psd__step .psd__lens-label .psd__lens-description {
        width: 100%;
        padding: 0 30px 0 0px;
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 25px;
        font-weight: 100;
        text-align: left; }
      .psd .psd__step .psd__lens-label .psd__lens-price {
        font-size: 16px; }
  .psd .psd__footer {
    padding: 16px 36px 50px;
    font-size: 16px; }
    @media (max-width: 959px) {
      .psd .psd__footer {
        padding: 16px 0 50px; } }
    .psd .psd__footer .psd__subtotal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 16px; }
      @media (max-width: 959px) {
        .psd .psd__footer .psd__subtotal {
          display: none !important; } }
    .psd .psd__footer .psd__atc {
      margin: 0;
      width: 100%;
      font-size: 16px;
      padding: 17px 15px 14px; }
    .psd .psd__footer .psd__edit {
      width: 100%;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      margin: 15px 0 0;
      color: #002fa7;
      cursor: pointer; }
      .psd .psd__footer .psd__edit:hover {
        color: #080fb0; }
  .psd .psd__pay-text {
    text-align: center;
    font-size: 14px;
    color: #2a2a2a;
    margin: -10px 0 30px; }
  .psd .psd__pay-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .psd .psd__pay-label {
    width: 60px;
    height: 60px;
    border: 2px solid #DBE0E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    padding: 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    cursor: pointer;
    background: white; }
    .psd .psd__pay-label.active {
      font-weight: bold;
      border-color: #002fa7;
      color: #002fa7; }
  .psd .psd__pay-labels-text {
    text-align: center;
    font-size: 14px;
    color: #002fa7;
    margin: 30px auto;
    max-width: 85%; }

.pid {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin-bottom: 20px;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 999998;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: ease opacity .5s;
  -o-transition: ease opacity .5s;
  transition: ease opacity .5s; }
  @media (min-width: 960px) {
    .pid {
      display: block;
      padding-right: calc(70px + 33.33%); } }
  @media (min-width: 1600px) {
    .pid {
      padding-right: calc(70px + 28%); } }
  .pid.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: rgba(43, 52, 62, 0.75); }
  .pid .pid__image {
    display: none; }
    .pid .pid__image img {
      display: block;
      width: 100%; }
  .pid .pid__footer {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 70px;
    text-align: left; }
    .pid .pid__footer .product_name {
      display: inline-block;
      margin: 0 20px 0 0; }
    .pid .pid__footer .color_name {
      font-style: italic; }
