/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-twitter:before {
  content: "\f099";
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700,500);

/* The above import directives are aggregated from content. */

body {
  margin: 0;
  padding: 0;
}

article,main,footer,header,nav,section {
  display: block;
}

nav ul {
  list-style: none none;
}

img {
  border: 0;
}

img,object {
  height: auto;
  max-width: 100%;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

a {
  color: #1979c3;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

ul > li {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}

button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}

button:focus,button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}

button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

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

input[type="text"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

input[type="text"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type="email"]:disabled {
  opacity: .5;
}

input[type="text"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}

input[type="text"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}

input[type="text"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}

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

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

select:disabled {
  opacity: .5;
}

select[multiple="multiple"] {
  height: auto;
  background-image: none;
}

input[type="checkbox"] {
  margin: 2px 5px 0 0;
}

input[type="checkbox"]:disabled {
  opacity: .5;
}

input[type="radio"] {
  margin: 2px 5px 0 0;
}

input[type="radio"]:disabled {
  opacity: .5;
}

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

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

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  box-shadow: none;
  outline: 0;
}

input:not([disabled]):focus,select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.block {
  margin-bottom: 40px;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.woff') format('woff'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/light/opensans-300.svg#Open Sans') format('svg');*/
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.woff') format('woff'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/regular/opensans-400.svg#Open Sans') format('svg');*/
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/semibold/opensans-600.svg#Open Sans') format('svg');*/
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.woff') format('woff'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/en_US/fonts/opensans/bold/opensans-700.svg#Open Sans') format('svg');*/
  font-weight: 700;
  font-style: normal;
}

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

.panel.header .links {
  display: none;
}

body {
  background-color: #fff;
}

.message.global p {
  margin: 0;
}

.account .messages {
  margin-bottom: 20px;
}

.account .column.main {
  margin-bottom: 30px;
}

.account .column.main h2 {
  margin-top: 0;
}

.column.main .block:last-child {
  margin-bottom: 0;
}

.block .title {
  margin-bottom: 10px;
}

.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.column.main .block .title strong {
  font-size: 18px;
}

.block p:last-child {
  margin: 0;
}

@media only screen and (max-width: 639px) {

  .account .column.main {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {

    .header.content,  .footer.content,  .block.category.event {
    padding-left: 15px;
    padding-right: 15px;
  }

  .account .page-main {
    position: relative;
    padding-top: 41px;
  }

  .account .page.messages {
    margin-bottom: 40px;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /*src: url(../../frontend/Leeroy/packwire/en_US/font/fonts/MaterialIcons-Regular.eot);*/
  /*src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../frontend/Leeroy/packwire/en_US/font/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/en_US/font/fonts/MaterialIcons-Regular.woff') format('woff'), url('../../frontend/Leeroy/packwire/en_US/font/fonts/MaterialIcons-Regular.ttf') format('truetype')*/
}

[class*="icon-"]:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,[class*=" icon-"]:hover {
  text-decoration: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-instagram:before {
  content: "\f16d";
}

@charset 'UTF-8';

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,ul > li {
  margin: 0;
}

article,footer,header,main,menu,nav,section {
  display: block;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b,strong {
  font-weight: 700;
}

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

img {
  border: 0;
}

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

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,select {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,  :after,  :before {
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,  h3,  p {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }
}

*,:after,:before,input[type=search] {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #777;
  background-color: #fff;
  overflow-x: hidden;
}

button,input {
  font-size: inherit;
  line-height: inherit;
}

button,input,select {
  font-family: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s;
  color: #0082ff;
}

a:hover {
  text-decoration: underline;
}

a:focus,input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

.h1,.h2,.h3,.h4,.h6,h1,h2,h3,h4,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.h1,.h2,.h3,.h4,.h6 {
  color: #333;
}

.h1,.h2,.h3 {
  margin-top: 27px;
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-bottom: 13.5px;
}

.h4,.h6 {
  margin-top: 13.5px;
}

.h4,.h6,h4,h6 {
  margin-bottom: 13.5px;
}

.h1,.h2,h1,h2 {
  font-size: 30px;
}

.h3,h3 {
  font-size: 28px;
}

.h4,h4 {
  font-size: 18px;
}

.h6,h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13.5px;
}

.text-right {
  text-align: right;
}

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

ul {
  margin-top: 0;
  margin-bottom: 13.5px;
}

ul ul {
  margin-bottom: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  font-size: 90%;
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 4px;
  background-color: #f9f2f4;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-8,.col-lg-9,.col-md-10,.col-md-2,.col-sm-2,.col-sm-6,.col-sm-8,.col-sm-9,.col-xs-10,.col-xs-12,.col-xs-5,.col-xs-7,.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-10,.col-xs-12,.col-xs-5,.col-xs-7,.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-2,  .col-sm-6,  .col-sm-8,  .col-sm-9 {
    float: left;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 992px) {
    .col-md-10,  .col-md-2 {
    float: left;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
    .col-lg-12,  .col-lg-2,  .col-lg-3,  .col-lg-8,  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

input[type=checkbox],input[type=radio] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],select[size] {
  height: auto;
}

output {
  line-height: 1.6875;
  display: block;
}

output {
  padding-top: 7px;
  font-size: 16px;
  color: #555;
}

input[type=search] {
  -webkit-appearance: none;
}

.checkbox,.radio {
  position: relative;
}

.checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,.radio label {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}

.checkbox label,.radio label {
  min-height: 27px;
}

.checkbox input[type=checkbox],.radio input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.checkbox + .checkbox,.radio + .radio {
  margin-top: -5px;
}

.fade {
  -webkit-transition: opacity .3s 0s ease, .15s .3s 0s ease, linear .3s 0s ease;
  transition: opacity .3s 0s ease, .15s .3s 0s ease, linear .3s 0s ease;
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  font-size: 16px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a,.dropdown-menu > li > strong {
  font-weight: 400;
  line-height: 1.6875;
  display: block;
  clear: both;
  padding: 3px 20px;
  white-space: nowrap;
  color: #333;
}

.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover,.dropdown-menu > li > strong:focus,.dropdown-menu > li > strong:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > strong,.dropdown-menu > .active > strong:focus,.dropdown-menu > .active > strong:hover {
  text-decoration: none;
  color: #fff;
  outline: 0;
  background-color: #337ab7;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

* {
  outline: 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li,.nav > li > a {
  position: relative;
  display: block;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav .open > a,.nav .open > a:focus,.nav .open > a:hover {
  border-color: #0082ff;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

a.label:not(th):not(td):focus,a.label:not(th):not(td):hover {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.label:not(th):not(td):empty {
  display: none;
}

.badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
  background-color: #e8e8e8;
}

.badge:empty {
  display: none;
}

a.badge:focus,a.badge:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.panel {
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}

.close {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  float: right;
  opacity: .2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: .2;
  -khtml-opacity: .2;
  -webkit-opacity: .2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}

.close:focus,.close:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: .5;
  color: #000;
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.nav:after,.nav:before,.row:after,.row:before {
  display: table;
  content: ' ';
}

.clearfix:after,.container-fluid:after,.container:after,.nav:after,.row:after {
  clear: both;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

a:hover {
  color: #333;
}

a:active,a:focus,a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h6 {
  margin-top: 0;
  letter-spacing: 1px;
  color: #333;
}

h4,h6 {
  letter-spacing: .4px;
}

h1 a,h2 a,h3 a,h4 a,h6 a {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #333;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h6 a:hover {
  text-decoration: none;
  color: #0082ff;
}

h1 strong,h2 strong,h3 strong,h4 strong,h6 strong {
  font-weight: 500;
}

input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url] {
  font-family: Ubuntu, sans-serif;
  font-size: 1em;
  line-height: 1.214em;
  height: 40px;
  padding: 6px 12px;
  border-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus {
  outline: 0;
  box-shadow: none;
}

.link-inline {
  display: inline;
}

@media (min-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

#header {
  padding-top: 24px;
  padding-bottom: 0;
}

@media (min-width: 1025px) {
    #header .row,  #header .row > [class*=col-] {
    position: static;
  }

  #header > .container {
    position: relative;
  }
}

@media (max-width: 1024px) {
  #header {
    padding-bottom: 0;
  }

  #header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #header .container:first-child .row {
    padding-top: 40px;
  }
}

.content {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .content {
    margin-top: 37.5px;
  }
}

@media (min-width: 1769px) {
  .content {
    margin-top: 85px;
  }
}

@media (min-width: 1770px) {
  .container {
    width: 1740px;
  }
}

.color,.color:hover,a.color,a.color:hover {
  color: #0082ff;
}

#map {
  width: 100%;
  height: 474px;
}

.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(1.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(1.3);
    opacity: .5;
  }

  to {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .5;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

#header {
  position: relative;
  z-index: 100001;
}

#header .logo {
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

#header .logo:hover,footer .logo:hover {
  opacity: .75;
  -moz-opacity: .75;
  -khtml-opacity: .75;
  -webkit-opacity: .75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}

#header .minicart-wrapper .dropdown-menu {
  z-index: 11111;
}

@media (max-width: 1024px) {
  #header .logo {
    max-width: 50%;
  }

  #header .minicart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header .minicart-wrapper .badge--cart {
    right: -25px;
  }

  #header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    right: 0 !important;
    left: 0;
    width: auto;
    min-width: 300px;
  }

  #header .account .dropdown.text-right .dropdown-menu {
    top: 60px;
    right: 0;
    left: auto;
    min-width: 300px;
  }
}

@media (max-width: 1025px) {
  .link-inline {
    display: inline-block;
    padding-top: 10px;
  }

  .link-inline.minicart-wrapper {
    padding-top: 0;
  }
}

footer {
  margin: 75px 0 0;
}

footer .logo {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  footer {
    margin: 0;
  }
}

@media (min-width: 1025px) {

  .dropdown {
    font-weight: 300;
    display: inline;
    padding: 0 20px 10px 0;
  }

  .dropdown .dropdown-menu {
    margin-top: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  }

  .dropdown .dropdown-menu > li > a,  .dropdown .dropdown-menu > li > strong {
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    display: block;
    padding: 16px 15px 17px;
    text-decoration: none;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
  }

  .account .dropdown-menu > li.active > a,  .account .dropdown-menu > li:hover > a,  .account .dropdown-menu > li:hover > strong,  .dropdown .dropdown-menu > li > a:hover,  .dropdown .dropdown-menu > li > strong:hover {
    color: #333;
    background-color: #f7f7f7;
  }

  .dropdown .dropdown-menu > li > a .icon,  .dropdown .dropdown-menu > li > strong .icon {
    font-size: 1.125em;
    display: inline-block;
    width: 30px;
    padding: 0 12px 0 2px;
    vertical-align: middle;
    color: #0082ff;
  }

  .dropdown > a:hover .icon {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }

  .dropdown.text-right {
    padding: 0 14px 10px 16px;
  }

  .dropdown > a,  .dropdown > a:hover {
    text-decoration: none;
  }

  .dropdown > a:hover .icon {
    color: #0082ff;
  }

  .dropdown > a .icon {
    font-size: 1.9375em;
    position: relative;
    color: #333;
  }

  .account .dropdown-menu > li {
    margin: 0;
  }

  .account .dropdown-menu > li > a,  .account .dropdown-menu > li > strong {
    font-weight: 300;
    padding-right: 20px;
    padding-left: 20px;
    color: #777;
  }

  .account .dropdown-menu {
    min-width: 270px;
  }
}

@media (min-width: 1025px) and (min-width: 992px) {
  .nav .dropdown .dropdown-menu {
    width: 992px;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .nav .dropdown .dropdown-menu {
    width: 1200px;
  }
}

@media (min-width: 1025px) and (min-width: 1770px) {
  .nav .dropdown .dropdown-menu {
    width: 1770px;
  }
}

@media (max-width: 1024px) {

  .dropdown {
    font-weight: 300;
    position: static;
    display: inline;
    padding: 0 20px 0 0;
  }

  .dropdown.text-right {
    padding: 0 0 0 20px;
  }

  .dropdown > a {
    position: relative;
  }

  .dropdown > a,  .dropdown > a:hover {
    text-decoration: none;
  }

  .dropdown > a:hover .icon {
    color: #0082ff;
  }

  .dropdown > a .icon {
    font-size: 1.9375em;
    position: relative;
    color: #777;
  }

  .dropdown .dropdown-menu--xs-full {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #333;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn) {
    padding: 10px 15px;
    color: #999;
    border-top: 1px solid #777;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn):hover {
    color: #fff;
    background-color: #171717;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn) .icon {
    font-size: 1.125em;
    display: inline-block;
    width: 30px;
    padding: 0 10px 0 2px;
    vertical-align: middle;
    color: #0082ff;
  }
}

.dropdown.text-right .dropdown-menu {
  right: 0;
  left: auto;
}

.minicart-wrapper .dropdown > a:hover {
  text-decoration: none;
}

.minicart-wrapper .dropdown > a {
  margin: 0;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown > a {
    margin: 0 -5px 0 0;
  }
}

.minicart-wrapper .dropdown > a:hover .icon {
  color: #333 !important;
}

.minicart-wrapper .dropdown > a .icon {
  font-size: 2.3125em !important;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #0082ff !important;
}

.minicart-wrapper.open .dropdown-menu {
  display: block;
}

.minicart-wrapper .dropdown-menu {
  width: 320px;
  padding: 20px 20px 30px;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu {
    position: fixed;
    top: 0;
    right: -45px !important;
    padding: 10px 0 45px;
    color: #fff;
  }
}

.minicart-wrapper .dropdown-menu ul {
  overflow: auto;
  height: auto !important;
  max-height: 234px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu ul {
    max-height: 190px;
  }
}

.minicart-wrapper .dropdown-menu .container {
  position: relative;
  max-width: 100%;
}

.minicart-wrapper .dropdown-menu a:not(.btn) {
  padding: 0;
  border: none;
}

.minicart-wrapper .dropdown-menu a:not(.btn):hover {
  background-color: transparent;
}

.post {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.post.post-view {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post h1 {
  font-size: 50px;
  line-height: .8em;
  margin-bottom: 27px;
  letter-spacing: -.01em;
}

.post h2,.post h3,.post h4,.post h6 {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 28px;
  letter-spacing: -.01em;
}

.post h3,.post h4,.post h6 {
  font-size: 26px;
  margin-bottom: 31px;
}

.post h4,.post h6 {
  font-size: 22px;
  margin-bottom: 34px;
}

.post h6 {
  font-size: 20px;
  margin-bottom: 37px;
}

.post h6 {
  font-size: 16px;
  margin-bottom: 19px;
}

.post-bottom .block {
  border-top: solid 1px #e5e5e5;
}

.card h4 {
  font-size: 20px;
}

.cart.main.actions {
  overflow: hidden;
}

.cart.main.actions .action {
  float: left;
  margin: 0;
}

.cart.main.actions .action.update {
  float: right;
}

@media (max-width: 1024px) {
  .cart.main.actions {
    margin-bottom: 30px;
  }

  .cart.main.actions .action {
    margin-bottom: 10px;
  }

  .cart.main.actions .action.clear {
    float: right;
  }

  .cart.main.actions .action.update {
    float: right;
    clear: both;
  }
}

@media (max-width: 767px) {
  .cart.main.actions {
    text-align: center;
  }

  .cart.main.actions .action {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
  }

  .cart.main.actions .action.clear,  .cart.main.actions .action.update {
    float: none;
    margin: 0 0 10px;
  }
}

.card {
  border: 1px solid #e5e5e5;
}

.card h4 {
  margin-bottom: 19px;
}

div.field {
  margin-bottom: 10px;
}

.tabs nav {
  text-align: center;
}

.message {
  font-size: 16px;
  position: relative;
  margin: 15px 0;
  padding: 5px 20px 8px 40px;
}

.message:before {
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.message.error,.message.warning {
  color: #fa6b6b;
  background: #fef0f0;
}

.message.error:before {
  top: -1px;
  left: 10px;
  content: '\e001';
}

.message.warning:before {
  top: -1px;
  left: 10px;
  content: '\e002';
}

.message.success {
  color: #1fc0a0;
  background: #e8f9f5;
}

.message.success:before {
  top: -1px;
  left: 10px;
  content: '\e5ca';
}

.title {
  margin-top: 75px;
}

@media (max-width: 479px) {
  .title {
    margin-top: 24.975px;
  }
}

.badge--cart {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 31px;
  position: absolute;
  z-index: 0;
  top: -45px;
  right: -5px;
  width: 31px;
  height: 31px;
  padding: 0;
  text-align: center;
  color: #777;
  border-radius: 50%;
  background-color: #e8e8e8;
}

@media (max-width: 767px) {
  .badge--cart {
    top: -32px;
    right: -22px;
  }
}

.badge--cart .counter-label {
  display: none;
}

button.active.focus,button.active:focus,button.focus,button:active.focus,button:active:focus,button:focus,button:hover {
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}

button.active,button:active {
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}

.action.primary {
  line-height: 45px;
}

.action.primary,button.action {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  min-width: 195px;
  height: 45px;
  -webkit-transition: all .3s ease-in-out;
  transition: all 300ms 0s ease;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 30px;
  background-color: #0082ff;
}

.action.primary.focus,.action.primary:active,.action.primary:focus,.action.primary:hover,.action.primary:visited,button.action.focus,button.action:active,button.action:focus,button.action:hover,button.action:visited {
  text-decoration: none;
  color: #fff;
  border: 0;
  background: #0082ff;
}

.action.primary:hover,button.action:hover {
  color: #fff;
  background-color: #0370d9;
}

.action.primary .icon,button.action .icon {
  font-size: 1.486em;
  display: inline-block;
  padding: 0 3px 0 0;
  vertical-align: middle;
}

.action.primary i,button.action i {
  position: relative;
  top: 1px;
  left: 0;
}

button.action {
  line-height: 0 !important;
}

input:-webkit-autofill,select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-webkit-input-placeholder {
  font-size: 1em;
  color: #777;
}

input::-webkit-input-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #999;
}

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

input::-moz-placeholder {
  font-size: 1em;
  color: #777;
  text-overflow: ellipsis;
}

input::-moz-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input::-moz-placeholder:-ms-input-placeholder {
  color: #999;
}

input::-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  font-size: 1em;
  color: #777;
}

input:-ms-input-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

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

input:-ms-input-placeholder::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  font-size: 1em;
  color: #777;
}

input:-moz-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-moz-placeholder:-ms-input-placeholder {
  color: #999;
}

input:-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}

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

::-moz-placeholder {
  color: #777;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

select {
  font-size: 1em;
  line-height: 1.4em;
  height: 40px;
  margin-bottom: 10px;
  padding: 7px 12px;
  cursor: pointer;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.focus,select:focus,select:hover {
  outline: none !important;
  box-shadow: none !important;
}

label {
  color: #333;
}

.radio {
  font-weight: 300;
  display: block;
  margin: 0 0 8px;
  cursor: pointer;
}

.radio:hover .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .8;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio .inner {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.radio .inner {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background-color: #0082ff;
}

p.required {
  margin: 0;
  color: #fa6b6b;
}

input[type=checkbox]:checked ~ label .box {
  border-color: #0082ff;
}

input[type=checkbox]:checked ~ label .check {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.note {
  font-size: 14px;
  color: #fa6b6b;
}

.tag {
  font-size: .875em;
  line-height: 1.486em;
  display: block;
  height: 40px;
  padding: 10px 18px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  background-color: #f5f5f5;
}

.tag:hover {
  color: #fff;
  border-color: #0082ff;
  background-color: #0082ff;
}

.tabs,.tabs nav ul {
  position: relative;
  margin: 0 auto;
}

.tabs {
  font-size: 1.25em;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
}

.tabs nav ul {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  max-width: 1200px;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs nav a,.tabs nav ul li {
  position: relative;
  display: block;
}

.tabs nav ul li {
  z-index: 1;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.tabs nav a {
  line-height: 2.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tabs nav a span {
  font-size: .75em;
  vertical-align: middle;
}

.tabs nav a:focus {
  outline: none;
}

.panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

[role="button"] {
  cursor: pointer;
}

.col-sm-2,.col-md-2,.col-lg-2,.col-lg-3,.col-xs-5,.col-sm-6,.col-xs-7,.col-sm-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-lg-9,.col-xs-10,.col-md-10,.col-xs-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-5,.col-xs-7,.col-xs-9,.col-xs-10,.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-2,  .col-sm-6,  .col-sm-8,  .col-sm-9 {
    float: left;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 992px) {
    .col-md-2,  .col-md-10 {
    float: left;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
    .col-lg-2,  .col-lg-3,  .col-lg-8,  .col-lg-9,  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
  content: " ";
  display: table;
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
  clear: both;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-instagram:before {
  content: "\f16d";
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.post-view .post-holder .post-header .addthis_toolbox {
  float: right;
}

.post-view .post-bottom {
  margin-top: 30px;
}

.post-view .block {
  margin-bottom: 30px;
}

@charset 'UTF-8';

@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700);

@font-face {
  font-family: 'mullerextrabold';
  font-weight: 400;
  font-style: normal;
  src: url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff2) format('woff2'), url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff) format('woff');
}

html {
  font-size: 10px;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
  color: #1b3348;
}

body.freeze,html.freeze {
  position: fixed;
  overflow: hidden;
  height: 100%;
}

.wow {
  visibility: hidden;
}

h1,h2,h3,h4,h6 {
  font-family: 'mullerextrabold';
}

.container {
  width: 100vw;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 128rem;
  }
}

a {
  color: #0082ff;
}

.primary-btn {
  font-size: 1.8rem;
  line-height: 45px;
  position: relative;
  display: inline-block;
  min-width: 195px;
  height: 45px;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #0082ff;
}

.primary-btn::after,.primary-btn::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background: url(../images/icons/sprinkle.svg) no-repeat;
}

.primary-btn::before {
  top: -10px;
  left: -10px;
}

.primary-btn::after {
  right: -10px;
  bottom: -10px;
}

.primary-btn:hover {
  color: #fff;
  background-color: #0370d9;
}

.primary-btn:hover::before {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
}

.primary-btn:hover::after {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
}

body.home.blue .primary-btn {
  color: #fff;
  background-color: #fbbd0e;
}

body.home.blue .primary-btn::after,body.home.blue .primary-btn::before {
  background: url(../images/icons/sprinkle-yellow.svg) no-repeat;
}

@-webkit-keyframes glitter {
  0%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes glitter {
  0%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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;
}

@-webkit-keyframes pulse {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes tada {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

@keyframes tada {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

body.home {
  background-repeat: repeat;
  background-blend-mode: color-dodge;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

body.home.yellow {
  background-color: #fbbd0e;
}

body.home.yellow .box-blue,body.home.yellow .box-red {
  display: none !important;
}

body.home.blue {
  background-color: #0082ff;
}

body.home.blue .box-red,body.home.blue .box-yellow {
  display: none !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl0 {
  fill: #fff !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl1 {
  fill: #f7cb1b !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl2 {
  fill: #fbbc11 !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl3 {
  fill: #ffd26b !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl4 {
  fill: #ffe46a !important;
}

body.home.red {
  background-color: #f15d4e;
}

body.home.red .box-blue,body.home.red .box-yellow {
  display: none !important;
}

#header.uncollapsed .store-tools--mobile .minicart-wrapper .icon-cart svg,body.home.red .menu-header .logo-wrapper svg .stl0 {
  fill: #fff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl1 {
  fill: #6f3bff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl2 {
  fill: #5c22ff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl3 {
  fill: #7a5fff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl4 {
  fill: #ad97ff !important;
}

#header.uncollapsed .logo svg,#header.uncollapsed .logo svg path,#header.uncollapsed .minicart-wrapper .icon-cart svg {
  fill: #0082ff !important;
}

#header {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: 0 0;
}

#header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#header .row,footer .pack-prefooter .container .row {
  margin-right: 0;
  margin-left: 0;
}

#header a {
  cursor: pointer;
}

@media only screen and (min-width: 760px) {
  #header {
    padding: 0;
  }
}

#header.collapsed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header.uncollapsed {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background: #fff;
}

#header.uncollapsed .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #0082ff !important;
  border: 1px solid #0082ff !important;
}

#header.uncollapsed .do_it a:hover {
  color: #fff !important;
  border: 1px solid #0082ff !important;
  background-color: #0082ff !important;
}

#header.uncollapsed .about-link a,#header.uncollapsed .account-wrapper a,#header.uncollapsed .contact-link a,#header.uncollapsed .nav-btn-mobile {
  color: #0082ff !important;
}

#header.uncollapsed .logo-wrapper .minicart-wrapper {
  visibility: visible !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  border: none !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .about-link a,#header.uncollapsed .store-tools--mobile .nav-main-links .account-wrapper a,#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  color: #fff !important;
}

.blue [data-toggle=dropdown] {
  position: relative;
  top: 4px;
  display: inline-block;
}

.blue-header #header .logo svg,.blue-header #header .logo svg g .box,.blue-header #header .minicart-wrapper .icon-cart svg {
  fill: #0082ff;
}

.blue-header #header .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #0082ff;
  border: 1px solid #0082ff;
}

.blue-header #header .do_it a:hover {
  color: #fff;
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.blue-header #header .about-link a,.blue-header #header .account-wrapper a,.blue-header #header .contact-link a,.blue-header #header .nav-btn-mobile {
  color: #0082ff;
}

.blue-header #header .nav-btn-mobile::after {
  background-color: #0082ff;
}

.blue-header #header .store-tools--mobile .do_it a {
  color: #fff;
  border: 1px solid transparent;
}

.blue-header #header .store-tools--mobile .do_it a:hover {
  background-color: transparent;
}

.blue-header #header .store-tools--mobile .about-link a,.blue-header #header .store-tools--mobile .account-wrapper a,.blue-header #header .store-tools--mobile .contact-link a {
  color: #fff;
}

#header.isBlue .logo-wrapper svg,#header.isBlue .minicart-wrapper .icon-cart svg,.blue .logo-wrapper svg,.blue .minicart-mobile .icon-cart svg,.blue .minicart-wrapper .icon-cart svg {
  fill: #fff !important;
}

#header.isBlue .account-wrapper .links.dropdown-menu a,.blue .account-wrapper .links.dropdown-menu a {
  color: #0082ff !important;
}

#header.isBlue .do_it a,.blue .do_it a {
  color: #fff !important;
  border: 1px solid transparent !important;
}

#header.isBlue .do_it a:hover,.blue .do_it a:hover {
  color: #0082ff !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

#header.isBlue .nav-btn-mobile,.blue .nav-btn-mobile {
  color: #fff !important;
}

@media (min-width: 950px) {
  #header.isBlue .about-link > a,  #header.isBlue .account-wrapper > a,  #header.isBlue .contact-link > a,  .blue .about-link > a,  .blue .account-wrapper > a,  .blue .contact-link > a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff !important;
  }

  #header.isBlue .about-link > a::after,  #header.isBlue .account-wrapper > a::after,  #header.isBlue .contact-link > a::after,  .blue .about-link > a::after,  .blue .account-wrapper > a::after,  .blue .contact-link > a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transition: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: #fff !important;
  }

  #header.isBlue .about-link > a:hover,  #header.isBlue .account-wrapper > a:hover,  #header.isBlue .contact-link > a:hover,  .blue .about-link > a:hover,  .blue .account-wrapper > a:hover,  .blue .contact-link > a:hover {
    color: #fff !important;
  }

  #header.isBlue .about-link > a:hover::after,  #header.isBlue .account-wrapper > a:hover::after,  #header.isBlue .contact-link > a:hover::after,  .blue .about-link > a:hover::after,  .blue .account-wrapper > a:hover::after,  .blue .contact-link > a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  #header.isBlue .do_it a,  .blue .do_it a {
    color: #fff;
    border: 1px solid #fff !important;
  }

  #header.isBlue .do_it a:hover,  .blue .do_it a:hover {
    color: #0082ff !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
  }
}

#header.isBlue .store-tools--mobile a,.blue .store-tools--mobile a {
  color: #fff;
}

#header.isBlue.uncollapsed .nav-btn-mobile,#header.isBlue.uncollapsed a,#header.isBlue.uncollapsed a:hover,.blue.uncollapsed .nav-btn-mobile,.blue.uncollapsed a,.blue.uncollapsed a:hover {
  color: #0082ff !important;
}

#header.isBlue.uncollapsed a::after,.blue.uncollapsed a::after {
  background-color: #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a,.blue.uncollapsed .do_it a {
  border: 1px solid #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a:hover,.blue.uncollapsed .do_it a:hover {
  color: #fff !important;
  background-color: #0082ff !important;
}

#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg,#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg,.blue.uncollapsed .minicart-mobile .icon-cart svg,.blue.uncollapsed .minicart-wrapper .icon-cart svg,.blue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg {
  fill: #0082ff !important;
}

.menu-header .logo-wrapper {
  position: relative;
  z-index: 99999;
  visibility: hidden;
  max-width: 50%;
}

.menu-header .logo-wrapper .logo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 40px;
  margin-top: 15px;
  margin-left: 1rem;
  opacity: 1 !important;
}

@media (min-width: 415px) {
  .menu-header .logo-wrapper .logo {
    overflow: visible;
    width: auto;
  }
}

@media only screen and (min-width: 760px) {
  .menu-header .logo-wrapper .logo {
    margin-left: 1rem;
  }
}

.menu-header .logo-wrapper .logo svg {
  height: 6rem;
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  .menu-header .logo-wrapper .logo svg {
    height: 7rem;
  }
}

.menu-header .logo-wrapper .logo svg g,.menu-header .store-tools .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-header .logo-wrapper .logo svg g .box {
  fill: #fff;
}

.menu-header .logo-wrapper .logo:hover svg,.menu-header .logo-wrapper .logo:hover svg g .box {
  fill: #0082ff;
}

.menu-header .store-tools > * {
  display: none;
}

@media (min-width: 950px) {
  .menu-header .store-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 93px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.menu-header .store-tools > div {
  padding: 15px 10px;
}

@media (min-width: 769px) and (max-width: 825px) {
  .menu-header .store-tools > div {
    padding: 9px;
  }
}

.menu-header .store-tools .account-wrapper .current strong,.menu-header .store-tools a {
  padding: 5px 10px;
}

.menu-header .store-tools .do_it {
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .do_it {
    display: inline-block;
  }
}

.menu-header .store-tools .do_it a {
  padding: 5px 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.menu-header .store-tools .do_it a:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

@media (min-width: 950px) {
  .menu-header .store-tools .about-link,  .menu-header .store-tools .contact-link {
    display: inline-block;
  }
}

.menu-header .store-tools .about-link a,.menu-header .store-tools .contact-link a {
  color: #fff;
}

.bubble-box .wrap h3,.menu-header .store-tools .about-link a:hover,.menu-header .store-tools .account-wrapper a:hover,.menu-header .store-tools .contact-link a:hover,footer .pack-subnav ul li a:hover {
  color: #0082ff;
}

.menu-header .store-tools .contact-link {
  /* display: none; */
}

.menu-header .store-tools .account-wrapper {
  position: relative;
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .account-wrapper {
    display: inline-block !important;
  }
}

.menu-header .store-tools .account-wrapper [data-toggle=dropdown] {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: bottom;
}

.menu-header .store-tools .account-wrapper :root [data-toggle=dropdown] {
  top: 0;
  display: none !important;
}

.menu-header .store-tools .account-wrapper a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.menu-header .store-tools .account-wrapper a.dropdown {
  position: relative;
  display: inline-block;
}

.menu-header .store-tools .account-wrapper .dropdown-menu {
  top: 47px;
  right: -34px;
  left: inherit;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a {
  color: #1b3348;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a:hover,.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a:hover {
  color: #0370d9;
}

.menu-header .minicart-wrapper,.menu-header .minicart-wrapper .dropdown {
  position: fixed;
  z-index: 999;
  top: 45px;
  right: 135px;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper {
    position: relative;
    top: 2px;
    right: unset;
    display: inline-block;
    padding-right: 35px !important;
  }
}

.menu-header .minicart-wrapper .dropdown {
  display: inline-block;
  min-width: 22px;
  min-height: 15px;
  padding: 0;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper .dropdown {
    position: relative;
    top: unset;
    right: unset;
  }
}

.menu-header .minicart-wrapper .dropdown a.action {
  display: block;
  min-width: 22px;
  min-height: 15px;
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
  position: fixed;
  top: 100px;
  right: 0 !important;
  width: 100vw !important;
  min-width: 300px;
  min-height: 100px;
  padding: 15px;
}

@media only screen and (min-width: 760px) {
  .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    top: 0;
    min-height: 68px;
    padding: 30px;
  }
}

.menu-header .minicart-wrapper .icon-cart svg {
  width: 22px;
  fill: #fff;
}

.menu-header .minicart-wrapper .badge {
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: absolute;
  z-index: 0;
  top: 3px;
  right: -8px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.menu-header .minicart-wrapper .badge.empty .counter-label {
  display: none;
}

.menu-header .minicart-wrapper .badge .counter-label {
  font-size: 0;
  display: block;
}

.menu-header .minicart-wrapper .badge .counter-label::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  overflow: visible !important;
  width: 9px;
  height: 9px;
  content: '';
  border: 1px solid #fff;
  border-radius: 10px;
  background: #f15d4e;
}

.menu-header .minicart-wrapper .badge .counter-label::after {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  width: 21px;
  height: 21px;
  content: '';
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
  opacity: 1 !important;
  border-radius: 30px;
  background-color: rgba(241, 93, 78, .2);
}

.nav-btn-mobile {
  position: absolute;
  z-index: 2 !important;
  top: 48px;
  right: 50px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}

@media (min-width: 950px) {
  .nav-btn-mobile {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.nav-btn-mobile::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: #fff;
}

.nav-btn-mobile:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.store-tools--mobile {
  position: absolute !important;
  z-index: 1;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: all;
  background: #ff515b;
  background: -webkit-linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  background: linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515b', endColorstr='#ff7857', GradientType=1);
}

@media (min-width: 950px) {
  .store-tools--mobile {
    display: none;
  }
}

.store-tools--mobile.closed {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.store-tools--mobile .nav-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 85vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store-tools--mobile .nav-main-links .about-link,.store-tools--mobile .nav-main-links .account-wrapper,.store-tools--mobile .nav-main-links .contact-link,.store-tools--mobile .nav-main-links .do_it {
  z-index: 999;
  width: 175px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

.store-tools--mobile .nav-main-links .about-link a,.store-tools--mobile .nav-main-links .account-wrapper a,.store-tools--mobile .nav-main-links .contact-link a,.store-tools--mobile .nav-main-links .do_it a {
  display: block;
  cursor: pointer;
  color: #fff;
}

.store-tools--mobile .nav-main-links .about-link:focus,.store-tools--mobile .nav-main-links .about-link:hover,.store-tools--mobile .nav-main-links .account-wrapper:focus,.store-tools--mobile .nav-main-links .account-wrapper:hover,.store-tools--mobile .nav-main-links .contact-link:focus,.store-tools--mobile .nav-main-links .contact-link:hover,.store-tools--mobile .nav-main-links .do_it:focus,.store-tools--mobile .nav-main-links .do_it:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.store-tools--mobile .nav-main-links .contact-link {
  display: none;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: inherit !important;
  height: 110px;
  margin: auto;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a,footer .pack-subnav ul li a {
  color: #1b3348;
}

footer {
  margin: 0;
}

footer,footer .container {
  position: relative;
}

@media only screen and (min-width: 760px) {
  footer .container {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .container {
    padding-left: 0;
  }
}

footer .pack-prefooter,footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 760px) {
  footer ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer ul li {
  display: inline-block;
}

footer .pack-prefooter {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 230px;
  background-color: #fafafa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .pack-prefooter h4 {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 760px) {
  footer .pack-prefooter h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-prefooter h4 {
    text-align: center;
  }
}

footer .pack-social-links li {
  line-height: 55px;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 1.8rem;
  /* -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
  border-radius: 50%;
}

footer .pack-social-links li:last-child,footer .pack-subnav ul li:last-child {
  margin-right: 0;
}

footer .pack-social-links li a {
  font-size: 3rem;
  color: #0082ff;
}

footer .pack-social-links li:hover {
  background-color: #0082ff;
}

footer .pack-social-links li:hover a {
  color: #fff;
}

footer .pack-subnav {
  font-size: 16px;
  position: relative;
  z-index: 2;
  min-height: 150px;
  padding: 40px 0;
  background-color: #fff;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-subnav {
    font-size: 16px;
  }
}

footer .pack-subnav .row {
  margin-right: 0;
  margin-left: 0;
}

footer .pack-subnav ul {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .pack-subnav ul li {
  margin: 1rem 0;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul li {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  footer .pack-subnav ul li {
    margin: 0 3.3rem;
  }
}

.bubble-box {
  position: absolute;
  right: -60px;
  bottom: -113px;
  display: none;
  visibility: visible !important;
  overflow: hidden;
  width: 383px;
  height: 383px;
  -webkit-transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  border-radius: 50%;
  background-color: #f7f3ea;
}

@media only screen and (min-width: 1024px) {
  .bubble-box {
    display: block;
  }
}

.bubble-box:hover {
  width: 410px;
  height: 410px;
}

.bubble-box .wrap {
  position: absolute;
  z-index: 2;
  right: 110px;
  bottom: 195px;
}

.bubble-box .box-alone {
  position: absolute;
  right: 155px;
  bottom: 135px;
  width: 467px;
  height: 289px;
  background-image: url(../images/footer/box-bulle.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.disclaimer {
  font-size: 1rem;
  line-height: 1em;
  margin-top: 3.5rem;
  text-align: center;
  color: #707070;
}

.quote {
  font-size: 14px;
  font-weight: 300;
  padding: 8px 15px;
  color: #aaa;
}

.quote a {
  font-weight: 400;
  text-decoration: underline;
  color: gray;
}

.quote a:hover {
  text-decoration: none;
}

@keyframes pulse {
  0%, to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

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

@media only screen and (min-width: 1200px) {
  .post-view .content-ftimg-hld img {
    width: 100%;
  }
}

.post-view .content-desc {
  padding: 25px;
}

.post-view .content-desc .back:hover img {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.post-view .content-desc .share .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-view .content-desc .share p {
  display: inline-block;
  margin: 0;
}

.post-view .content-desc .share li {
  height: 21px;
  list-style: none;
}

.post-view .content-desc .share li span,.post-view .content-desc .share li svg {
  width: 21px !important;
  height: 21px !important;
}

.post-view .content-desc .share:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-view .content-desc .back,.post-view .content-desc .share {
  display: block;
  text-transform: lowercase;
}

.post-view .content-desc .back img,.post-view .content-desc .share img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  transition: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.post-view .content-desc .back a,.post-view .content-desc .content-text-hld h3,.post-view .content-desc .content-text-hld p,.post-view .content-desc .content-text-hld span,.post-view .content-desc .share a {
  color: #1b3348;
}

.post-view .content-desc .content-text-hld {
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
  .post-view .content-desc .content-text-hld {
    margin-top: -30px;
  }
}

.post-nextprev-hld .convert-emoji img,.post-view .content-desc .content-text-hld .convert-emoji img {
  position: relative;
  width: 19px;
  height: 19px;
  margin-top: -2px;
}

.post-view .content-desc .content-text-hld h3 {
  margin-bottom: 35px;
}

.post-view .content-desc .content-text-hld p {
  margin: 35px auto;
}

.post-view .content-desc .content-text-hld a {
  font-size: 1.8rem;
  line-height: 45px;
  position: relative;
  display: block;
  width: 195px;
  height: 45px;
  margin: 50px auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #0082ff;
}

.post-view .content-desc .content-text-hld a::after,.post-view .content-desc .content-text-hld a::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background: url(../images/icons/sprinkle.svg) no-repeat;
}

.post-view .content-desc .content-text-hld a::before {
  top: -10px;
  left: -10px;
}

.post-view .content-desc .content-text-hld a::after {
  right: -10px;
  bottom: -10px;
}

.post-view .content-desc .content-text-hld a:hover {
  color: #fff;
  background-color: #0370d9;
}

.post-view .content-desc .content-text-hld a:hover::before {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
}

.post-view .content-desc .content-text-hld a:hover::after {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
}

.post-view .post-bottom {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 760px) {
  .post-view .post-bottom {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.post-view .nextprev-link {
  font-family: 'mullerextrabold';
  font-size: 4rem;
  line-height: 1;
  display: inherit;
  text-align: center;
  color: #1b3348;
}

@media only screen and (min-width: 760px) {
  .post-view .nextprev-link {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .post-view .nextprev-link {
    font-size: 8rem;
  }
}

.post-view .nextprev-link--container {
  position: relative;
  min-height: 44px;
}

@media only screen and (min-width: 760px) {
  .post-view .nextprev-link--container {
    min-height: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .post-view .nextprev-link--container {
    min-height: 73px;
  }
}

.post-view .nextprev-link--container.next {
  margin-top: 0;
}

@media only screen and (min-width: 760px) {
  .post-view .nextprev-link--container.next {
    margin-top: 100px;
  }
}

.post-view .nextprev-link--container a {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.post-view .nextprev-link--container a.under {
  z-index: 1;
}

.post-view .nextprev-link--container a.over {
  z-index: 3;
  opacity: .3;
  filter: alpha(opacity=30);
}

.post-view .post-nextprev-hld .post-holder {
  top: -20px;
}

@media only screen and (min-width: 1200px) {
  .post-view .post-nextprev-hld .post-holder {
    top: -28px;
  }
}

.post-nextprev-hld .post-category {
  color: #333;
}

.post-nextprev-hld .post-holder {
  position: relative;
  z-index: 2;
  max-width: 100vw;
}

.post-nextprev-hld .post-holder .post {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1b3348;
}

@media only screen and (min-width: 760px) {
  .post-nextprev-hld .post-holder .post {
    margin-bottom: 50px;
  }
}

.post-nextprev-hld .post-holder .post h3 {
  font-size: 3rem;
  color: #1b3348;
}

.post-nextprev-hld .post-holder .post .post-title-container {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

@media only screen and (min-width: 760px) {
  .post-nextprev-hld .post-holder .post .post-title-container {
    position: absolute;
    top: 25%;
  }
}

.post-nextprev-hld .post-holder .post .post-title-container .wrap {
  position: relative;
  top: 0;
  left: 0;
}

.post-nextprev-hld .post-holder .post .post-img {
  position: relative;
  z-index: 2;
  padding: 0;
}

.post-nextprev-hld .post-holder .post .post-img img {
  position: relative;
  left: 0;
  width: 100%;
  max-height: 200px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 760px) {
  .post-nextprev-hld .post-holder .post .post-img img {
    max-height: 581px;
  }
}

.post-nextprev-hld .post-holder .post:hover .post-title-container h3 {
  text-decoration: underline;
}

.post-nextprev-hld .post-holder .post:hover .post-img img {
  border-radius: 55px;
}

.home .menu-header .logo-wrapper svg,.home .menu-header .logo-wrapper svg g .box {
  fill: #fff;
}

.home .row {
  margin-right: 0;
  margin-left: 0;
}

#bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
}

.swiper-wrap .swiper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swipeAnim {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 760px) {
  .swipeAnim {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.swipeAnim.blue-dark + .swiper-overlay {
  background-color: #1b3348;
}

.swipeAnim.blue-pack + .swiper-overlay {
  background-color: #0082ff;
}

.swiper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrap .swiper-overlay {
  z-index: 1000;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.65, .05, .36, 1);
  transition: transform .4s cubic-bezier(.65, .05, .36, 1);
  transition: transform .4s cubic-bezier(.65, .05, .36, 1), -webkit-transform .4s cubic-bezier(.65, .05, .36, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  pointer-events: none;
  opacity: 1;
}

.swiper-wrap.animate .swiper-overlay {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about {
  background-color: #0183ff;
}

.faq {
  background-color: #f6f3eb;
}

.contact {
  position: relative;
  background-color: #f6f3eb;
}

.contact {
  background-color: #0082ff !important;
}

.contact h1,.contact p {
  color: #fff;
}

.contact h1 {
  font-size: 45px;
}

@media only screen and (min-width: 760px) {
  .contact h1 {
    font-size: 80px;
  }
}

.contact .container {
  max-width: 100vw;
}

.contact .container .row {
  margin-right: 0;
  margin-left: 0;
}

.guidelines {
  background: -webkit-radial-gradient(100% center ellipse, #ff958a 1%, #f15d4e 100%);
  background: radial-gradient(ellipse at 100% center, #ff958a 1%, #f15d4e 100%);
  background-color: #f15d4e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff958a', endColorstr='#f15d4e', GradientType=1);
}

.guidelines .row {
  margin-right: 0;
  margin-left: 0;
}

.guidelines::after,.guidelines::before {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 50%;
  content: '';
}

.guidelines::before {
  top: 0;
  right: 0;
}

.guidelines::after {
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
  background: linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf90', endColorstr='#00ffbf90', GradientType=1);
}

.guidelines {
  position: relative;
}

.minicart-wrapper.block {
  display: block;
}

#maincontent {
  background-color: transparent;
}

.account input {
  font-family: 'Work Sans', sans-serif;
  border: 0;
  border-radius: 5px;
}

.account {
  background-color: #f6f6f6;
}

.account #maincontent {
  padding: 8rem 0;
}

@media only screen and (min-width: 760px) {
  .account #maincontent {
    padding: 13.5rem 0;
  }
}

.account .box {
  position: relative;
  height: auto;
  padding-bottom: 6.5rem;
  background-color: #fbfbfb;
}

@media only screen and (min-width: 760px) {
  .account .box {
    min-height: 480px;
  }
}

.button {
  font-size: 1rem;
  padding: 4px;
  cursor: pointer;
  color: #8b949a;
  border: 0;
  border-radius: 4px;
  outline: none;
  background: #2a3137;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.button:active {
  background: #262c31;
}

.reset-link {
  position: inherit !important;
  display: inline !important;
  width: inherit !important;
  height: inherit !important;
  margin: inherit !important;
  text-align: inherit !important;
  border: inherit;
  color: #0082ff !important;
  border-radius: inherit !important;
  background: inherit !important;
  cursor: pointer;
  font-size: inherit !important;
  line-height: inherit !important;
}

.reset-link:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
}

a .at-icon-wrapper {
  cursor: pointer;
}

.addthis_toolbox a.at300b {
  width: auto;
}

.addthis_toolbox a {
  margin-bottom: 5px;
  line-height: initial;
}

div.atclear {
  clear: both;
}

.addthis_default_style .at300b {
  float: left;
}

.at300b img {
  border: 0;
}

.addthis_default_style .at300b {
  padding: 0 2px;
}

.at300b {
  cursor: pointer;
}

.post-bottom {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.content-desc {
  padding-bottom: 0px !important;
}