@font-face {
  font-family: 'ProximaNova-Thin';
  src: url("../fonts/ProximaNova/proximanova-thin-webfont.eot");
  src: url("../fonts/ProximaNova/proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/proximanova-thin-webfont.woff") format("woff"), url("../fonts/ProximaNova/proximanova-thin-webfont.ttf") format("truetype"), url("../fonts/ProximaNova/proximanova-thin-webfont.svg#ProximaNova-Regular") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova/proximanova-reg-webfont.eot");
  src: url("../fonts/ProximaNova/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/proximanova-reg-webfont.woff") format("woff"), url("../fonts/ProximaNova/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/ProximaNova/proximanova-reg-webfont.svg#proximanova-Regular") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semi-Bold';
  src: url("../fonts/ProximaNova/proximanova-sbold-webfont.eot");
  src: url("../fonts/ProximaNova/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/ProximaNova/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/ProximaNova/proximanova-sbold-webfont.svg#proximanova-sboldular") format("svg");
  font-style: normal;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */

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

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

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}

button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}

button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 112px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}

a:hover {
  color: #2c5999;
}

a:active,
a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #edf0f2;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #edf0f2;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: white;
  border: 1px solid #edf0f2;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #edf0f2;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c1cbd2;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #edf0f2;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.container {
  max-width: 71.25em;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px !important;
}

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

.shop .shop-header {
  display: block;
}

.page-title h3 {
  font-family: "ProximaNova-Thin", Arial;
  font-size: 24px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}

.col-1 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 5.02203%;
}

.col-1:last-child {
  margin-right: 0;
}

.col-2 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 11.80617%;
}

.col-2:last-child {
  margin-right: 0;
}

.col-3 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 18.59031%;
}

.col-3:last-child {
  margin-right: 0;
}

.col-4 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 25.37445%;
}

.col-4:last-child {
  margin-right: 0;
}

.col-5 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 32.15859%;
}

.col-5:last-child {
  margin-right: 0;
}

.col-6 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 38.94273%;
}

.col-6:last-child {
  margin-right: 0;
}

.col-7 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 45.72687%;
}

.col-7:last-child {
  margin-right: 0;
}

.col-8 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 52.51101%;
}

.col-8:last-child {
  margin-right: 0;
}

.col-9 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 59.29515%;
}

.col-9:last-child {
  margin-right: 0;
}

.col-10 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 66.0793%;
}

.col-10:last-child {
  margin-right: 0;
}

.col-11 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 72.86344%;
}

.col-11:last-child {
  margin-right: 0;
}

.col-12 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 79.64758%;
}

.col-12:last-child {
  margin-right: 0;
}

.col-13 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 86.43172%;
}

.col-13:last-child {
  margin-right: 0;
}

.col-14 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 93.21586%;
}

.col-14:last-child {
  margin-right: 0;
}

.col-15 {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 100%;
}

.col-15:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .col-t-1 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 5.02203%;
  }

  .col-t-1:last-child {
    margin-right: 0;
  }

  .col-t-2 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 11.80617%;
  }

  .col-t-2:last-child {
    margin-right: 0;
  }

  .col-t-3 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 18.59031%;
  }

  .col-t-3:last-child {
    margin-right: 0;
  }

  .col-t-4 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 25.37445%;
  }

  .col-t-4:last-child {
    margin-right: 0;
  }

  .col-t-5 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 32.15859%;
  }

  .col-t-5:last-child {
    margin-right: 0;
  }

  .col-t-6 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 38.94273%;
  }

  .col-t-6:last-child {
    margin-right: 0;
  }

  .col-t-7 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 45.72687%;
  }

  .col-t-7:last-child {
    margin-right: 0;
  }

  .col-t-8 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 52.51101%;
  }

  .col-t-8:last-child {
    margin-right: 0;
  }

  .col-t-9 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 59.29515%;
  }

  .col-t-9:last-child {
    margin-right: 0;
  }

  .col-t-10 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 66.0793%;
  }

  .col-t-10:last-child {
    margin-right: 0;
  }

  .col-t-11 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 72.86344%;
  }

  .col-t-11:last-child {
    margin-right: 0;
  }

  .col-t-12 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 79.64758%;
  }

  .col-t-12:last-child {
    margin-right: 0;
  }

  .col-t-13 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 86.43172%;
  }

  .col-t-13:last-child {
    margin-right: 0;
  }

  .col-t-14 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 93.21586%;
  }

  .col-t-14:last-child {
    margin-right: 0;
  }

  .col-t-15 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 100%;
  }

  .col-t-15:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .col-m-1 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 5.02203%;
  }

  .col-m-1:last-child {
    margin-right: 0;
  }

  .col-m-2 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 11.80617%;
  }

  .col-m-2:last-child {
    margin-right: 0;
  }

  .col-m-3 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 18.59031%;
  }

  .col-m-3:last-child {
    margin-right: 0;
  }

  .col-m-4 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 25.37445%;
  }

  .col-m-4:last-child {
    margin-right: 0;
  }

  .col-m-5 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 32.15859%;
  }

  .col-m-5:last-child {
    margin-right: 0;
  }

  .col-m-6 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 38.94273%;
  }

  .col-m-6:last-child {
    margin-right: 0;
  }

  .col-m-7 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 45.72687%;
  }

  .col-m-7:last-child {
    margin-right: 0;
  }

  .col-m-8 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 52.51101%;
  }

  .col-m-8:last-child {
    margin-right: 0;
  }

  .col-m-9 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 59.29515%;
  }

  .col-m-9:last-child {
    margin-right: 0;
  }

  .col-m-10 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 66.0793%;
  }

  .col-m-10:last-child {
    margin-right: 0;
  }

  .col-m-11 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 72.86344%;
  }

  .col-m-11:last-child {
    margin-right: 0;
  }

  .col-m-12 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 79.64758%;
  }

  .col-m-12:last-child {
    margin-right: 0;
  }

  .col-m-13 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 86.43172%;
  }

  .col-m-13:last-child {
    margin-right: 0;
  }

  .col-m-14 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 93.21586%;
  }

  .col-m-14:last-child {
    margin-right: 0;
  }

  .col-m-15 {
    float: left;
    display: block;
    margin-right: 1.76211%;
    width: 100%;
  }

  .col-m-15:last-child {
    margin-right: 0;
  }
}

body {
  background-color: #f7f7f7 !important;
  color: #263238 !important;
  font-family: "ProximaNova-Regular", Arial !important;
  font-weight: normal;
  margin-top: 57px !important;
}

.darken-body-bg {
  background-color: #c4c4c4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNova-Thin", Arial !important;
}

h1 {
  font-size: 112px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 34px;
}

h4.headline {
  font-size: 24px;
}

h4.title {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 20px;
}

h4.subhead {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 20px;
}

h5 {
  font-size: 24px;
}

label {
  font-family: "ProximaNova-Regular", Arial;
  font-weight: normal;
}

button {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 15.16px;
  font-weight: normal;
  text-transform: uppercase;
}

a {
  cursor: pointer;
  color: #35abe4;
}

a:focus {
  color: #35abe4;
}

a:hover {
  color: #2b87b0;
}

@media screen and (max-width: 480px) {
  .lock {
    overflow: hidden;
    position: fixed;
  }
}

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

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

.desktop {
  display: block;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

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

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

.text-middle {
  vertical-align: middle;
}

.text-error {
  color: #e84e39;
}

.full-width {
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.spinner {
  text-align: center;
}

.spinner svg {
  width: 19% !important;
  height: 85px !important;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

button {
  border-radius: 5px;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 15.16px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

button:focus {
  outline: 0;
}

button.fixed {
  font-size: 15.16px;
  height: 44px;
  width: 255px;
}

button.large {
  font-size: 15.16px;
  min-width: 197px;
  height: 44px;
}

button.medium {
  font-size: 13px;
  height: 32px;
}

button.small {
  font-size: 12px;
  height: 28px;
}

button.primary {
  background-color: #2eace5;
  border: 1px solid #2eace5;
}

button.primary:hover {
  background-color: #2b87b0;
  border: 1px solid #2b87b0;
  color: #fff;
}

button.accent {
  background-color: #e94b35;
  border: 1px solid #e94b35;
}

button.accent:hover {
  background-color: #ac4538;
  border: 1px solid #ac4538;
  color: #fff;
}

button.success {
  background-color: #2ccb8d;
  border: 1px solid #2ccb8d;
}

button.success:hover {
  background-color: #299c73;
  border: 1px solid #299c73;
  color: #fff;
}

button.grey {
  background-color: #77909d;
  border: 1px solid #77909d;
  color: #fff;
}

button.grey:hover {
  background-color: #445a64;
  border: 1px solid #445a64;
  color: #fff;
}

button.lighter-grey {
  background-color: #cfd8dc;
  border: 1px solid #cfd8dc;
  color: #fff;
}

button.lighter-grey:hover {
  background-color: #77909d;
  border: 1px solid #77909d;
  color: #fff;
}

button.light {
  background-color: #fff;
}

button.light.accent {
  background-color: #fff;
  border: 1px solid #e94b35;
  color: #e94b35;
}

button.light.accent:hover {
  background-color: #e94b35;
  color: #fff;
}

button.light.primary {
  background-color: #fff;
  border: 1px solid #2eace5;
  color: #2eace5;
}

button.light.primary:hover {
  background-color: #2eace5;
  color: #fff;
}

button.light.success {
  background-color: #fff;
  border: 1px solid #2ccb8d;
  color: #2ccb8d;
}

button.light.success:hover {
  background-color: #2ccb8d;
  color: #fff;
}

button.light.grey {
  background-color: #fff;
  border: 1px solid #77909d;
  color: #77909d;
}

button.light.grey:hover {
  background-color: #77909d;
  color: #fff;
}

button.light.lighter-grey {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  color: #cfd8dc;
}

button.light.lighter-grey:hover {
  background-color: #cfd8dc;
  color: #fff;
}

button.btn-facebook {
  background-image: url("../img/facebook.png");
  background-color: #3b5998;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  button.btn-facebook {
    background-image: url("../img/facebook_2x.png");
    background-size: 74px 16px;
  }
}

button.btn-facebook:hover {
  background-color: #4c70ba;
}

button.btn-paypal {
  background-image: url("../img/paypal.png");
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #cfd8dc;
  font-size: 15.16px;
  height: 44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  button.btn-paypal {
    background-image: url("../img/paypal_2x.png");
    background-size: 105px 45px;
  }
}

button.btn-paypal:hover {
  background-color: #fff;
  border: 1px solid #cfd8dc;
}

button.btn-visa {
  background-image: url("../img/visa.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  button.btn-visa {
    background-image: url("../img/visa_2x.png");
    background-size: 38px 24px;
  }
}

button.btn-mastercard {
  background-image: url("../img/mastercard.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  button.btn-mastercard {
    background-image: url("../img/mastercard_2x.png");
    background-size: 38px 24px;
  }
}

button.btn-amex {
  background-image: url("../img/amex.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  button.btn-amex {
    background-image: url("../img/amex_2x.png");
    background-size: 38px 24px;
  }
}

input[type="submit"].fixed {
  font-size: 15.16px;
  height: 44px;
  width: 255px;
}

input[type="submit"].primary {
  background-color: #2eace5;
  border: 1px solid #2eace5;
}

input[type="submit"].primary:hover {
  background-color: #2b87b0;
  border: 1px solid #2b87b0;
  color: #fff;
}

button.btn-visa,
button.btn-mastercard,
button.btn-amex {
  background-position: 35% center;
  background-repeat: no-repeat;
  color: #000 !important;
  font-family: "ProximaNova-Regular", Arial;
  padding-left: 70px;
}

button.btn-visa:hover,
button.btn-mastercard:hover,
button.btn-amex:hover {
  background-color: #fff !important;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  button.fixed {
    width: 262px;
  }

  input[type="submit"].fixed {
    width: 262px;
  }
}

@media screen and (max-width: 480px) {
  button.fixed {
    font-size: 14px;
    width: 245px;
  }

  input[type="submit"].fixed {
    font-size: 14px;
    width: 245px;
  }
}

.special {
  background-color: #effcf6;
  border: 1px solid #cef6e6;
  border-radius: 5px;
  color: #000;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 13px;
  margin: 10px 0;
  max-width: 436px;
  padding: 5px 10px;
}

.special span:first-child {
  color: #2ccb8d;
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.special span:last-child font {
  color: #000000;
}

.bonus-issue {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  color: #000;
  margin: 5px 0;
  width: 90%;
}

.bonus-issue:after {
  content: "";
  display: table;
  clear: both;
}

.bonus-issue:after {
  content: "";
  display: table;
  clear: both;
}

.bonus-issue .image {
  height: 100%;
  margin: 0;
  vertical-align: middle;
}

.bonus-issue .image:nth-child(1n) {
  margin-right: 0;
}

.bonus-issue .image:nth-child(1n+1) {
  clear: left;
}

.bonus-issue .btag {
  background-color: #effcf6;
  border: 1px solid #cef6e6;
  border-bottom-right-radius: 5px;
  border-left: 0;
  border-top-right-radius: 5px;
  float: left;
  font-size: 13px;
  height: 100%;
  margin: 25px 0;
  padding: 7px 7px 5px 10px;
  vertical-align: middle;
}

.bonus-issue .btag .title {
  color: #2ccb8d;
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.bonus-issue .btag .description {
  font-family: "ProximaNova-Regular", Arial;
}

.feedback {
  border-radius: 3px;
  margin: 20px 0;
  padding: 18px 31px;
  width: 100%;
}

.feedback .description {
  color: #556d77;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
}

.feedback .title {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 20px;
}

.feedback.warning {
  background-color: #feebea !important;
  border: 1px solid rgba(255, 59, 48, 0.1);
}

.feedback.warning .title {
  color: #ff3b30;
}

.feedback.heads-up {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
}

.feedback.heads-up .title {
  color: #8a6d3b;
}

.feedback.passive {
  background-color: #eaf6fc;
  border: 1px solid #c4e6f7;
}

.feedback.passive .title {
  color: #2eace5;
}

.feedback.confirmed {
  background-color: #effcf6;
  border: 1px solid #cef6e6;
}

.feedback.confirmed .title {
  color: #2ccb8d;
}

.tooltip {
  display: block;
  /*height: 100%;*/
  max-width: 350px;
}

.tooltip .triangle-small {
  height: 0;
  width: 0;
  border-bottom: 25px solid #263238;
  border-left: 25px solid transparent;
  display: block;
  margin-left: 80%;
}

.tooltip .triangle {
  height: 0;
  width: 0;
  border-bottom: 25px solid #263238;
  border-left: 25px solid transparent;
  display: block;
  margin-left: 305px;
}

.tooltip .content {
  background-color: #263238;
  border-radius: 5px;
  color: #fff;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  line-height: 18px;
  padding: 20px;
}

.tooltip .content a {
  float: right;
  font-family: "ProximaNova-Semi-Bold", Arial;
}

@media screen and (max-width: 480px) {
  .feedback .description {
    font-size: 13px;
  }

  .feedback .title {
    font-size: 16px;
  }
}

.form-group {
  font-size: 16px;
}

.form-group .frm-control:first-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.form-group .frm-control:not(:first-child):not(:last-child):not(.frm-last) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

.form-group .frm-last {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-group .frm-control:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-group .tooltip-cvc {
  margin-top: 45px;
}

.form-group .icon-cvc {
  position: absolute;
  z-index: 2;
  margin-top: 14px;
  margin-left: 7%;
  color: #77909d;
}

@media screen and (max-width: 768px) {
  .form-group .icon-cvc {
    margin-left: 89px;
  }
}

.form-group .whitespace {
  padding-bottom: 40px;
}

.form-input {
  padding: 5px;
}

.form-input:after {
  content: "";
  display: table;
  clear: both;
}

.frm-dropdown.dropdown {
  background-color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
  width: 100%;
}

.frm-dropdown.dropdown .filter-menu {
  width: 100%;
}

.frm-dropdown.dropdown input {
  /*@include user-select(none);*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 15px;
  padding-left: 12px;
  /*width: 100%;*/
}

.frm-dropdown.dropdown .dropdown-button {
  color: #263238;
  padding-bottom: 3px;
  padding-top: 4px;
  padding-right: 10px;
}

.frm-dropdown .dropdown-container:after {
  top: 9px;
}

input.frm-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cfd8dc;
  color: #263238;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 15px;
  padding: 12px;
}

input.frm-control:focus {
  border: 1px solid #cfd8dc;
  box-shadow: none;
  outline: 0;
}

input.frm-control.frm-cc {
  background-image: url("../img/cc.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  input.frm-control.frm-cc {
    background-image: url("../img/cc_2x.png");
    background-size: 21px 14px;
  }
}

input.frm-control.frm-amex {
  background-image: url("../img/amex.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  input.frm-control.frm-amex {
    background-image: url("../img/amex_2x.png");
    background-size: 38px 24px;
  }
}

input.frm-control.frm-mastercard {
  background-image: url("../img/mastercard.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  input.frm-control.frm-mastercard {
    background-image: url("../img/mastercard_2x.png");
    background-size: 38px 24px;
  }
}

input.frm-control.frm-visa {
  background-image: url("../img/visa.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  input.frm-control.frm-visa {
    background-image: url("../img/visa_2x.png");
    background-size: 38px 24px;
  }
}

input.frm-control.frm-drop-arrow {
  background-image: url("../img/drop-arrow.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  input.frm-control.frm-drop-arrow {
    background-image: url("../img/drop-arrow_2x.png");
    background-size: 10px 6px;
  }
}

input.frm-control.frm-left {
  border-bottom-right-radius: 0;
  border-right: 0;
  float: left;
  width: 50%;
}

input.frm-control.frm-right {
  border-bottom-left-radius: 0;
  float: right;
  width: 50%;
}

input.frm-control.frm-cvc {
  /*@include retina-image("../img/info", 16px 16px);*/
  background-size: 16px 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0;
  float: right;
  padding-bottom: 13px;
  position: relative;
  z-index: 1;
  width: 40%;
}

input.frm-control.frm-large {
  font-size: 16px;
  height: 50px;
}

input.frm-control.frm-medium {
  font-size: 14px;
  height: 44px;
}

input.frm-control.frm-small {
  font-size: 14px;
  height: 36px;
}

input.frm-control.frm-extra-small {
  font-size: 13px;
  height: 32px;
}

input.frm-control.frm-grey {
  background-color: #edf0f2;
  border: 0;
  color: #77909d;
}

input.frm-control.frm-error {
  border: 1px solid #e84e39;
  color: #e84e39;
}

div.frm-control .frm-cc {
  background-image: url("../img/cc.png");
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  div.frm-control .frm-cc {
    background-image: url("../img/cc_2x.png");
    background-size: 38px 24px;
  }
}

div.frm-control .frm-amex {
  background-image: url("../img/amex.png");
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  div.frm-control .frm-amex {
    background-image: url("../img/amex_2x.png");
    background-size: 38px 24px;
  }
}

div.frm-control .frm-mastercard {
  background-image: url("../img/mastercard.png");
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  div.frm-control .frm-mastercard {
    background-image: url("../img/mastercard_2x.png");
    background-size: 38px 24px;
  }
}

div.frm-control .frm-visa {
  background-image: url("../img/visa.png");
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  div.frm-control .frm-visa {
    background-image: url("../img/visa_2x.png");
    background-size: 38px 24px;
  }
}

select.frm-control.frm-error {
  border: 1px solid #e84e39;
  color: #e84e39;
}

.global-nav {
  background-color: #fff;
  border-bottom: 1px solid #edf0f2;
  height: 57px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.global-nav:after {
  content: "";
  display: table;
  clear: both;
}

.global-nav h1 {
  float: left;
  background: transparent url("../images/com/zno-lgo_66x16-drk@3x.svg") no-repeat;
  background-size: 130px 30px;
  font-size: 1em;
  height: 30px;
  line-height: 0;
  outline: none;
  text-indent: -9999em;
  margin-top: 13px !important;
  shape-rendering: optimizeSpeed;
  width: 130px;
}

.global-nav h1:first-of-type {
  margin-bottom: 0px;
  margin-left: 10px !important;
}

@media screen and (max-width: 840px) {
  .global-nav h1 {
    background-size: 80px 24px;
    width: 80px;
    margin-top: 16px !important;
  }
}

.global-nav .brand a {
  display: inline-block;
  float: left;
}

.global-nav .brand i {
  color: #a7a7a7;
  font-size: 1.5em;
  line-height: 0;
}

.global-nav .brand i.icon-menu-search {
  font-size: 1.1em;
}

.global-nav .brand .bar-button-left {
  color: #000;
  display: none;
  float: left;
  position: relative;
}

.global-nav .brand .bar-button-left a {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.global-nav .brand .bar-button-center {
  margin-left: 20px;
}

.global-nav .brand .bar-button-right {
  color: #000;
  display: none !important;
  float: right;
  position: relative;
}

.global-nav .brand .bar-button-right a {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.global-nav .search-menu {
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.global-nav form {
  float: left;
  position: relative;
}

.global-nav form.desktop {
  line-height: 0;
}

.global-nav form input {
  background-color: #f7f7f7;
  border: 1px solid #E9E9E9;
  color: #445a64;
  float: left;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0.75em;
  margin-right: 1.5em;
  margin-top: 0.7em;
  padding-right: 35px;
  width: 300px;
}

.global-nav form input:focus {
  border: 0;
  box-shadow: none;
  padding: 8px;
}

.global-nav form .submit,
.global-nav form .cancel {
  color: #a7a7a7;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0.8em;
  text-align: center;
  top: 1.2em;
  width: 30px;
  z-index: 1000;
}

.global-nav form .submit i,
.global-nav form .cancel i {
  font-size: 1.2em;
}

.global-nav form .cancel {
  display: none;
}

.global-nav .header-checkout {
  color: grey;
  padding: 10px;
  font-size: 1.3em;
  text-transform: uppercase;
  float: left;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .global-nav {
    position: fixed;
  }

  .global-nav a {
    padding: 1em 0;
  }

  .global-nav h1 {
    float: left;
    margin-top: 0;
    background-size: 100px 30px;
    width: 100px;
    margin-top: 0px !important;
    height: 30px;
  }

  .global-nav .search-menu .autocomplete {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .global-nav .bars i {
    font-size: 18px;
  }

  .global-nav .close i {
    color: #000;
    font-size: 18px;
  }

  .global-nav form .submit,
  .global-nav form .cancel {
    right: 5%;
    top: 0.95em;
  }

  .global-nav form input {
    border: 1px solid #c5c5c5;
  }

  .global-nav .brand {
    text-align: center;
  }

  .global-nav .brand a {
    float: none;
  }

  .global-nav .brand .bar-button-left,
  .global-nav .brand .bar-button-right {
    display: block !important;
    height: 57px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 60px;
  }

  .global-nav .brand .bar-button-left a,
  .global-nav .brand .bar-button-right a {
    color: #000;
  }

  .global-nav .brand .bar-button-center {
    margin-left: 0;
  }

  .global-nav .brand .bar-button-left {
    left: 0;
    top: 0;
  }

  .global-nav .brand .bar-button-right {
    right: 0;
    top: 0;
  }

  .global-nav .brand .submit {
    right: 2em;
  }

  .global-nav .brand .search {
    display: block;
  }

  .global-nav .brand .back {
    display: none;
  }

  .global-nav .brand .bars {
    display: block;
  }

  .global-nav .brand .close {
    display: none;
  }

  .search-menu-open .global-nav .brand .search {
    display: none;
  }

  .search-menu-open .global-nav .brand .back {
    display: block;
  }

  .search-menu-open .global-nav .brand .bars {
    display: none;
  }

  .search-menu-open .global-nav .brand .close {
    display: none;
  }

  .slide-menu-open .global-nav .brand .search {
    display: none;
  }

  .slide-menu-open .global-nav .brand .back {
    display: none;
  }

  .slide-menu-open .global-nav .brand .bars {
    display: none;
  }

  .slide-menu-open .global-nav .brand .close {
    display: block;
  }
}

/* some dropdown style can be found also
in _menu.scss and _menu-responsive.scss */

select.dropdown.dropdown-month,
.dropdown.dropdown-left .dropdown-button,
.dropdown.dropdown-month .dropdown-button {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

select.dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../img/drop-arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  color: #263238;
  font-size: 15px;
  height: 43px;
  padding-left: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  select.dropdown {
    background-image: url("../img/drop-arrow_2x.png");
    background-size: 10px 6px;
  }
}

select.dropdown.dropdown-month {
  border-right: 0;
}

select.dropdown.dropdown-month:active {
  border-right: 0;
}

select.dropdown.dropdown-month:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-right: 0;
  box-shadow: none;
  outline: 0;
}

select.dropdown.dropdown-year {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

select.dropdown.dropdown-year:active {
  border-right: 0;
}

select.dropdown.dropdown-year:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-right: 0;
  box-shadow: none;
  outline: 0;
}

select.dropdown:focus {
  border: 1px solid #cfd8dc;
  box-shadow: none;
  outline: 0;
}

.dropdown {
  margin-top: 0.6em;
  text-align: left;
}

.dropdown.dropdown-left {
  width: 50% !important;
}

.dropdown.dropdown-right {
  width: 50% !important;
}

.dropdown.dropdown-right .dropdown-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown.dropdown-month {
  width: 30%;
}

.dropdown.dropdown-year {
  width: 30%;
}

.dropdown.dropdown-year .dropdown-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}

.dropdown-container:after {
  color: #2eace5;
  content: "\e805";
  display: block;
  font-family: "zinio-icons";
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropdown-button {
  background: white;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 0;
  padding: 0 1.75em 0 0.65em;
  position: relative;
  text-transform: uppercase;
}

.borderless {
  margin-top: 0.8em;
}

.borderless .dropdown-button {
  border: 0;
}

.borderless .dropdown-container:after {
  top: 4px;
}

.carousel-group {
  margin-bottom: 30px;
  margin-top: 20px;
}

.carousel-group .carousel-header {
  margin: 0 14px;
  position: relative;
}

.carousel-group .carousel-header:after {
  content: "";
  display: table;
  clear: both;
}

.carousel-group .carousel-header .title {
  display: block;
  float: left;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 24px;
  margin-bottom: 10px;
}

.carousel-group .carousel-header .view {
  bottom: 13px;
  display: block;
  float: right;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.carousel {
  position: relative;
}

.carousel .slick-prev,
.carousel .slick-next {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 44px;
  line-height: 0;
  margin-top: -42px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 24px;
}

.carousel .block img {
  box-shadow: 0 12px 15px rgba(38, 50, 56, 0.2);
  cursor: pointer;
  margin: 0;
}

.carousel .block {
  clear: none;
}

.carousel .slick-prev {
  background-image: url("../images/categories/carousel-left-arrow.png");
  left: -42px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel .slick-prev {
    background-image: url("../images/categories/carousel-left-arrow_2x.png");
    background-size: 24px 44px;
  }
}

.carousel .slick-disabled {
  opacity: 0.2;
}

.carousel .slick-next {
  background-image: url("../images/categories/carousel-right-arrow.png");
  background-repeat: no-repeat;
  right: -56px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel .slick-next {
    background-image: url("../images/categories/carousel-right-arrow_2x.png");
    background-size: 24px 44px;
  }
}

.carousel ul {
  margin: -15px auto;
  text-align: center;
}

.carousel ul.slick-dots li {
  display: inline-block;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}

.carousel ul.slick-dots li:last-child {
  margin-right: 0;
}

.carousel ul.slick-dots li:hover {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel ul.slick-dots li button {
  background-image: url("../img/dot.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 15px;
  line-height: 0;
  max-width: 15px;
  min-width: 15px;
  outline: none;
  padding: 0 10px;
  right: -56px;
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel ul.slick-dots li button {
    background-image: url("../img/dot_2x.png");
    background-size: 5px 5px;
  }
}

.carousel ul.slick-dots li.slick-active button {
  background-image: url("../img/dot-active.png");
  height: 15px;
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel ul.slick-dots li.slick-active button {
    background-image: url("../img/dot-active_2x.png");
    background-size: 15px 15px;
  }
}

.carousel-default .block {
  margin-bottom: 20px;
  margin-left: 14px;
  margin-right: 14px;
  width: 200px;
}

.carousel-default .block img {
  max-width: 100%;
}

.carousel-large .block {
  margin-bottom: 20px;
  margin-left: 14px;
  margin-right: 14px;
}

.carousel-large .block img {
  max-width: 100%;
}

.carousel-product {
  margin-bottom: 30px;
  padding-top: 20px;
}

.carousel-product .block {
  margin-bottom: 25px;
  margin-left: 55px;
  margin-right: 55px;
}

.carousel-product .block img {
  margin: 0 auto;
  max-width: 100%;
}

.carousel-checkout {
  margin-bottom: 30px;
}

.carousel-checkout ul.slick-dots li:first-child {
  position: relative;
}

.carousel-checkout ul.slick-dots li:first-child:before {
  color: #445a64;
  content: "\e802";
  cursor: pointer;
  display: block;
  font-family: "zinio-icons";
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: -2px;
}

.carousel-checkout .block {
  margin: 0 10px 30px;
}

.carousel-mixed.slick-slider {
  margin-left: 14px;
  margin-right: 11px;
}

.carousel-mixed .block {
  margin-bottom: 20px;
  margin-left: 13px;
  margin-right: 13px;
}

.carousel-mixed .block img.large {
  width: 428px;
}

.carousel-mixed .block img.small {
  width: 202px;
}

.carousel-mixed .block img.small:first-child {
  margin-bottom: 29px;
}

.carousel-mixed .slick-prev {
  left: -55px;
}

.carousel-mixed .slick-next {
  right: -67px;
}

.carousel-pub .block {
  margin-bottom: 20px;
  margin-left: 13px;
  margin-right: 13px;
}

.carousel-pub .block .pub label {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 15px;
  max-width: 200px;
  text-align: center;
}

.carousel-pub .block .pub img {
  margin-bottom: 5px;
}

.carousel-pub .block .pub:first-child {
  margin-bottom: 30px;
  min-height: 260px;
}

.carousel-banner .block img {
  box-shadow: none;
  cursor: auto;
  margin: 0 auto;
}

.carousel-banner .block img:hover {
  opacity: 1 !important;
}

.carousel-banner.desktop {
  display: block;
}

.carousel-banner.mobile {
  display: none;
}

.carousel-banner .slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/modal-carousel-arrow.png");
  height: 72px;
  left: 10px;
  opacity: 0.9;
  top: 123px;
  width: 44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel-banner .slick-prev {
    background-image: url("../img/modal-carousel-arrow_2x.png");
    background-size: 44px 72px;
  }
}

.carousel-banner .slick-next {
  background-image: url("../img/modal-carousel-arrow.png");
  background-repeat: no-repeat;
  height: 72px;
  opacity: 0.9;
  right: 10px;
  top: 123px;
  width: 44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel-banner .slick-next {
    background-image: url("../img/modal-carousel-arrow_2x.png");
    background-size: 44px 72px;
  }
}

.carousel-cover .block img {
  box-shadow: none;
  cursor: pointer;
  margin: 0 auto;
}

.carousel-cover-modal {
  overflow: visible;
  visibility: visible;
  height: auto;
  width: auto;
}

.carousel-cover-modal .slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/modal-carousel-arrow.png");
  border-radius: 3px;
  height: 72px;
  margin-left: -14px;
  width: 44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel-cover-modal .slick-prev {
    background-image: url("../img/modal-carousel-arrow_2x.png");
    background-size: 44px 72px;
  }
}

.carousel-cover-modal .slick-next {
  background-image: url("../img/modal-carousel-arrow.png");
  border-radius: 3px;
  height: 72px;
  width: 44px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel-cover-modal .slick-next {
    background-image: url("../img/modal-carousel-arrow_2x.png");
    background-size: 44px 72px;
  }
}

.carousel-cover-modal .block {
  position: relative;
}

.carousel-cover-modal .block .close {
  background-image: url("../img/modal-close-btn.png");
  background-repeat: no-repeat;
  color: #000;
  display: block;
  font-size: 3em;
  height: 24px;
  line-height: 0;
  position: absolute;
  right: 60px;
  top: 0;
  width: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .carousel-cover-modal .block .close {
    background-image: url("../img/modal-close-btn_2x.png");
    background-size: 24px 24px;
  }
}

.carousel-cover-modal .block img {
  box-shadow: none;
  width: 561px;
  height: 746px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 480px) {
  .carousel-mixed .block {
    margin-left: 3px;
    margin-right: 3px;
  }

  .carousel-mixed .block img.large {
    width: 210px;
  }

  .carousel-mixed .block img.small {
    width: 100px;
  }

  .carousel-mixed .block img.small:first-child {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-pub .block .pub label {
    font-size: 12px;
  }

  .carousel-pub .block .pub:first-child {
    margin-bottom: 10px;
    min-height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-cover-modal .block .close {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .carousel-checkout .block img {
    margin: 0 auto;
    max-width: 100%;
    height: 482px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-checkout .block img {
    max-width: 63%;
    height: auto;
  }

  .carousel-cover-modal .block img {
    height: 480px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 320px) {
  .carousel-cover-modal .block img {
    height: 400px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-banner.desktop {
    display: none;
  }

  .carousel-banner.tablet {
    display: block !important;
  }

  .carousel-banner.mobile {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .carousel-banner.desktop {
    display: none;
  }

  .carousel-banner.tablet {
    display: none !important;
  }

  .carousel-banner.mobile {
    display: block !important;
  }
}

.carousel .block img:hover,
.cover .block img:hover,
.my-magazine .inner-block img:hover {
  opacity: 0.8;
}

.cover {
  margin: 0 20px;
}

.cover .block {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 18.59031%;
  margin-bottom: 30px;
}

.cover .block:nth-child(5n) {
  margin-right: 0;
}

.cover .block:nth-child(5n+1) {
  clear: left;
}

.cover .block:last-child {
  margin-right: 0;
}

.cover .block img {
  /*box-shadow: 0 12px 15px rgba(38, 50, 56, 0.2);*/
  cursor: pointer;
  margin: 0;
  max-width: 100%;
}

.my-magazine {
  margin: 0 20px;
  padding-top: 20px;
}

.my-magazine .block {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 18.59031%;
  margin-bottom: 30px;
}

.my-magazine .block:nth-child(5n) {
  margin-right: 0;
}

.my-magazine .block:nth-child(5n+1) {
  clear: left;
}

.my-magazine .block:last-child {
  margin-right: 0;
}

.my-magazine .inner-block {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 18px 22px rgba(38, 50, 56, 0.2);
  margin-bottom: 10px;
  padding-bottom: 11px;
}

.my-magazine .inner-block img {
  cursor: pointer;
  margin: 0;
  max-width: 100%;
}

.my-magazine .inner-block .label {
  display: block;
  height: 24px;
  margin-top: 6px;
}

.my-magazine .inner-block .progress {
  background-color: #cfd8dc;
  float: left;
  height: 5px;
  margin: 8px 10%;
  width: 80%;
}

.my-magazine .inner-block .progress-inner {
  background-color: #2eace5;
  height: 100%;
  width: 30%;
}

.my-magazine .inner-block .date {
  float: left;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 2px;
}

.my-magazine .inner-block .grey {
  color: #a7a7a7;
}

.my-magazine .inner-block .type {
  color: #2ccb8d;
  float: right;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  margin-right: 20px;
}

.my-magazine .inner-block i {
  cursor: pointer;
  float: right;
}

.my-magazine .inner-block i.cancel {
  background-image: url("../img/cancel.png");
  display: none;
  height: 18px;
  margin-right: 10px;
  margin-top: 2px;
  width: 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .my-magazine .inner-block i.cancel {
    background-image: url("../img/cancel_2x.png");
    background-size: 18px 18px;
  }
}

.my-magazine .inner-block i.dot {
  background-color: #2ccb8d;
  border-radius: 10px;
  display: block;
  height: 10px;
  margin-right: 15px;
  margin-top: 6px;
  width: 10px;
}

.my-magazine .inner-block i.icon-download {
  color: #2eace5;
  font-size: 23px;
  margin-right: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .cover .block {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 22.48322%;
  }

  .cover .block:last-child {
    margin-right: 0;
  }

  .cover .block:nth-child(5n) {
    margin-right: 3.3557%;
  }

  .cover .block:nth-child(5n+1) {
    clear: none;
  }
}

@media screen and (max-width: 480px) {
  .cover .block {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 47.73756%;
  }

  .cover .block:last-child {
    margin-right: 0;
  }

  .cover .block:nth-child(4n) {
    margin-right: 4.52489%;
  }

  .cover .block:nth-child(4n+1) {
    clear: none;
  }

  .cover .block:nth-child(2n) {
    margin-right: 0;
  }

  .cover .block:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .my-magazine .block {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 31.01007%;
  }

  .my-magazine .block:last-child {
    margin-right: 0;
  }

  .my-magazine .block:nth-child(5n) {
    margin-right: 3.3557%;
  }

  .my-magazine .block:nth-child(5n+1) {
    clear: none;
  }

  .my-magazine .block:nth-child(3n) {
    margin-right: 0;
  }

  .my-magazine .block:nth-child(3n+1) {
    clear: left;
  }

  .my-magazine .block .inner-block {
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-top: 0;
  }

  .my-magazine .block .label {
    margin-top: 5px;
  }

  .my-magazine .block:nth-child(3n+1) .inner-block {
    margin-left: 2px;
    margin-right: 0;
  }

  .my-magazine .block:nth-child(3n) .inner-block {
    margin-left: 0;
    margin-right: 2px;
  }

  .my-magazine .cover .block:nth-child(4n+1) {
    float: left;
  }
}

@media screen and (max-width: 480px) {
  .my-magazine .block {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 47.73756%;
  }

  .my-magazine .block:last-child {
    margin-right: 0;
  }

  .my-magazine .block:nth-child(3n) {
    margin-right: 4.52489%;
  }

  .my-magazine .block:nth-child(3n+1) {
    clear: none;
  }

  .my-magazine .block:nth-child(2n) {
    margin-right: 0;
  }

  .my-magazine .block:nth-child(2n+1) {
    clear: left;
  }

  .my-magazine .block .inner-block {
    padding: 0;
  }

  .my-magazine .block .progress {
    margin: 6px 10%;
  }

  .my-magazine .block .label {
    margin-top: 0;
  }

  .my-magazine .block .label .date {
    font-size: 12px;
  }

  .my-magazine .block .label .type {
    font-size: 12px;
  }

  .my-magazine .block i.dot {
    margin-top: 4px;
  }

  .my-magazine .block i.icon-download {
    font-size: 18px;
  }
}

.issue {
  margin: 20px;
}

.issue .block {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 18.59031%;
  margin-bottom: 10px;
}

.issue .block:nth-child(5n) {
  margin-right: 0;
}

.issue .block:nth-child(5n+1) {
  clear: left;
}

.issue .block:last-child {
  margin-right: 0;
}

.issue .block img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  max-width: 100%;
}

.issue .info {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
}

.issue .info .price {
  color: #89949b;
}

.issue button {
  margin-top: 5px;
}

.issue-aligned .info {
  float: left;
  margin-top: 5px;
}

.issue-aligned button {
  float: right;
}

.issue-stacked .info {
  margin-top: 5px;
}

.issue-stacked button {
  width: 100%;
}

.issue-hover.block {
  cursor: pointer;
  line-height: 1;
  position: relative;
}

.issue-hover.block img {
  display: table-cell;
  line-height: 1;
  vertical-align: bottom;
}

.issue-hover.block .overlay {
  background-image: -webkit-linear-gradient(transparent 0%, #fff 50%, #fff 100%);
  background-image: linear, false, transparent 0%, #fff 50%, #fff 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.issue-hover.block .overlay .anchor {
  bottom: 5px;
  position: absolute;
  width: 100%;
}

.issue-hover.block button {
  margin-bottom: 3px;
  width: 90%;
}

.issue-hover.block:hover .overlay {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .issue .block {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 22.48322%;
  }

  .issue .block:last-child {
    margin-right: 0;
  }

  .issue .block:nth-child(5n) {
    margin-right: 3.3557%;
  }

  .issue .block:nth-child(5n+1) {
    clear: none;
  }

  .issue .block:nth-child(4n) {
    margin-right: 0;
  }

  .issue .block:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 480px) {
  .issue .block {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 47.73756%;
  }

  .issue .block:last-child {
    margin-right: 0;
  }

  .issue .block:nth-child(4n) {
    margin-right: 4.52489%;
  }

  .issue .block:nth-child(4n+1) {
    clear: none;
  }

  .issue .block:nth-child(2n) {
    margin-right: 0;
  }

  .issue .block:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .issue.issue-hover .block button {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .issue.issue-hover .block button {
    font-size: 12px;
  }
}

.category {
  margin: 0 20px;
}

.category .block {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 32.15859%;
  margin-bottom: 10px;
  position: relative;
}

.category .block:nth-child(3n) {
  margin-right: 0;
}

.category .block:nth-child(3n+1) {
  clear: left;
}

.category .block:last-child {
  margin-right: 0;
}

.category .block label {
  color: #fff;
  font-family: "ProximaNova-Thin", Arial;
  font-size: 30px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .category h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .category .block {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 22.48322%;
  }

  .category .block:last-child {
    margin-right: 0;
  }

  .category .block:nth-child(3n) {
    margin-right: 3.3557%;
  }

  .category .block:nth-child(3n+1) {
    clear: none;
  }

  .category .block:nth-child(4n) {
    margin-right: 0;
  }

  .category .block:nth-child(4n+1) {
    clear: left;
  }

  .category .block label {
    font-size: 20px;
    margin-top: -18px;
  }
}

@media screen and (max-width: 480px) {
  .category .block {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 47.73756%;
  }

  .category .block:last-child {
    margin-right: 0;
  }

  .category .block:nth-child(3n) {
    margin-right: 4.52489%;
  }

  .category .block:nth-child(3n+1) {
    clear: none;
  }

  .category .block:nth-child(2n) {
    margin-right: 0;
  }

  .category .block:nth-child(2n+1) {
    clear: left;
  }

  .category .block label {
    font-size: 16px;
    margin-top: -15px;
  }
}

.magazine-menu,
.filter-menu,
.search-menu,
.shop-menu,
.slide-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #263238;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #2eace5;
  cursor: pointer;
  display: none;
  margin-top: 20px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 5;
}

.stick {
  background: #fff;
  opacity: 0.95;
  position: fixed;
  top: 57px;
  z-index: 3;
}

li.title {
  color: #dff0d8;
  cursor: auto;
  font-size: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
}

li.title:hover {
  background: #263238;
}

/*li:hover {
  background: #2eace5; }*/

li a:hover {
  color: #263238;
}

.filter-menu {
  min-width: 100px;
  right: 0;
}

.magazine-menu ul {
  max-height: 500px;
  padding: 0.5em 0;
}

.filter-menu ul {
  max-height: 500px;
  overflow-y: auto;
  padding: 0.5em 0;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  .filter-menu ul {
    max-height: 220px;
    overflow-y: auto;
    padding: 0.5em 0;
  }
}

.magazine-menu li,
.filter-menu li {
  padding: 3px 16px 3px 18px;
  transition: all 0.1s ease-in-out;
}

.magazine-menu a,
.filter-menu a {
  color: #2eace5;
}

.sticky {
  background-color: #f7f7f7;
}

.filter {
  font-size: 16px;
}

.filter .dropdown-button {
  background: transparent;
  text-transform: none;
}

.filter li {
  color: #fff;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  padding-left: 30px;
  text-transform: capitalize;
}

.filter li.active {
  background-image: url("../img/check.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .filter li.active {
    background-image: url("../img/check_2x.png");
    background-size: 13px 11px;
  }
}

.filter-menu {
  left: 0;
  top: 0;
}

.uppercase .dropdown-button {
  text-transform: uppercase !important;
}

.account-filters,
.filters {
  min-height: 52px;
  padding: 0 20px;
}

.account-filters .option {
  display: block;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  line-height: 40px;
  min-height: 55px;
  text-transform: uppercase;
}

.account-filters .option.warning {
  color: #ff3b30;
}

.account-filters .dropdown {
  margin-right: 10px;
}

.account-filters .dropdown .dropdown-container:after {
  top: 7px;
}

.account-filters .dropdown .dropdown-button {
  background-color: #fff;
  min-width: 115px;
  height: 32px;
  padding-top: 0px;
}

.account-filters .filter {
  font-size: 14px;
}

.search-menu,
.slide-menu {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  display: block;
  opacity: 0;
  position: fixed;
  top: 57px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: transform;
}

.search-menu-open .search-menu {
  -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);
  transition-delay: 0s;
  transition-duration: 0.25s;
}

.slide-menu-open .slide-menu {
  -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);
  transition-delay: 0s;
  transition-duration: 0.25s;
}

.search-menu {
  left: 0;
  right: 0;
  width: auto;
}

.search-menu:after {
  content: "";
  display: table;
  clear: both;
}

.search-menu form {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #cfd8dc;
  float: none;
  width: 100%;
}

.search-menu form:after {
  content: "";
  display: table;
  clear: both;
}

.search-menu form input {
  margin-left: 1em;
  margin-right: 0;
  width: 93%;
}

.search-menu ul {
  display: block;
  float: none;
  margin: 0;
  padding: 0.5em 0;
}

.search-menu ul.primary-menu li a,
.search-menu ul.secondary-menu li a {
  text-transform: capitalize;
}

.search-menu ul.primary-menu li a {
  line-height: 45px;
}

.search-menu ul.secondary-menu li a {
  line-height: 30px;
}

.search-menu li {
  padding: 3px 16px 3px 18px;
  line-height: 34px;
}

.search-menu li:hover {
  background: #2eace5;
}

.search-menu li.title:hover {
  background: 0;
}

.search-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.search-menu li:last-child {
  border: 0;
}

.search-menu li a {
  color: #2eace5;
}

.shop-menu {
  left: 0;
}

.shop-menu ul {
  padding: 1em 0;
}

.shop-menu ul.primary-menu li {
  text-transform: uppercase;
}

.shop-menu li {
  padding: 3px 16px 3px 18px;
}

.shop-menu li:hover {
  background: #2eace5;
}

.shop-menu li a {
  color: #2eace5;
}

.slide-menu {
  border-radius: 0;
  height: 100%;
  right: 0;
  width: 100%;
}

.slide-menu ul {
  padding: 0.5em 0;
}

.slide-menu li {
  padding: 3px 16px 3px 18px;
}

.cta-menu {
  padding: 0 !important;
}

.cta-menu li {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.2em;
}

.cta-menu li i {
  color: #dff0d8;
  font-size: 1.3em;
  padding-right: 0.3em;
}

.cta-menu li a {
  color: #fff;
}

.primary-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.primary-menu li:hover a {
  color: #fff;
}

.secondary-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary-menu li a,
.secondary-menu a {
  color: #fff;
}

.tertiary-menu li a,
.tertiary-menu a {
  color: #fff;
  font-size: 0.8em;
}

.tertiary-menu li i {
  font-size: 1.3em;
}

.tertiary-menu.border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-menu {
  padding-top: 0 !important;
}

.icon-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0 12px 13px;
}

.icon-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.icon-menu li a,
.icon-menu a {
  color: #fff;
  vertical-align: middle;
}

.icon-menu li i {
  font-size: 1.2em;
  margin-right: 5px;
}

.icon-menu .primary i {
  color: #e94b35;
}

.icon-menu .login {
  background-color: #445a64;
  border-bottom: 0;
}

/*.icon-menu .secondary i {
  color: #fff200; }*/

.usa-flag {
  background-image: url("../img/usa.png");
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .usa-flag {
    background-image: url("../img/usa_2x.png");
    background-size: 22px 17px;
  }
}

.show-menu {
  display: block;
}

.menu-effect {
  margin-top: -3px;
  opacity: 1;
}

.cart,
.user {
  display: inline-block;
  font-size: 1.2em;
  margin-right: 20px;
}

.cart {
  color: #e94b35;
}

.cart:visited {
  color: #e94b35;
}

.cart:hover {
  color: #ee7463;
}

.user {
  color: #a7a7a7;
}

.user:visited {
  color: #a7a7a7;
}

.user:hover {
  color: #c1c1c1;
}

.twitter-typeahead {
  display: block !important;
}

.global-nav form input.typeahead {
  margin-right: 0.7em;
}

.typeahead a {
  clear: both;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.typeahead .active > a {
  background-color: #2eace5;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.typeahead.hidden {
  display: none;
}

.tt-dataset-magazines {
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 5px;
  box-shadow: 0 15px 15px rgba(38, 50, 56, 0.3);
  cursor: pointer;
  display: block;
  margin: 50px 0 0 20px;
  min-width: 300px;
}

.tt-dataset-magazines .tt-cursor {
  background-color: #2eace5;
  color: #fff;
}

.tt-dataset-magazines .tt-suggestion {
  border-bottom: 1px solid #edf0f2;
  padding: 10px 10px 0;
}

.tt-dataset-magazines .tt-suggestion:hover {
  background-color: #2eace5;
  color: #fff;
}

.tt-dataset-magazines .tt-suggestion p {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  line-height: 30px;
}

.tt-dataset-magazines .tt-suggestion p:hover {
  color: #fff;
}

.tt-dataset-magazines .tt-suggestion:first-child.tt-cursor {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tt-dataset-magazines .tt-suggestion:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tt-dataset-magazines .tt-suggestion:last-child.tt-cursor {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tt-dataset-magazines .tt-suggestion:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 768px) {
  input.typeahead {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

  .tt-dropdown-menu {
    width: 100%;
  }

  .tt-dataset-magazines {
    border-radius: 0;
    margin: 59px 10px 0;
    min-width: 0;
    width: auto;
  }

  .tt-dataset-magazines .tt-suggestion {
    margin: 0;
  }

  .tt-dataset-magazines .tt-suggestion:first-child.tt-cursor {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tt-dataset-magazines .tt-suggestion:first-child:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tt-dataset-magazines .tt-suggestion:last-child.tt-cursor {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tt-dataset-magazines .tt-suggestion:last-child:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.settings {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 100%;
  margin-top: 20px;
}

.settings:last-child {
  margin-right: 0;
}

.settings:nth-child(1n) {
  margin-right: 0;
}

.settings:nth-child(1n+1) {
  clear: left;
}

.settings .unlink {
  color: #ff3b30;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 13px;
}

.settings .title {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 14px;
}

.settings .fb-group a {
  margin: 10px auto;
  text-align: center;
  width: 255px;
}

.settings h4 {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 20px;
  margin: 20px 0;
}

.settings .setting-menu {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 25.37445%;
  float: left;
}

.settings .setting-menu:last-child {
  margin-right: 0;
}

.settings .setting-menu ul {
  background-color: #fff;
  border-color: #ebebeb;
  border-radius: 4px;
}

.settings .setting-menu li {
  border-bottom: 1px solid #ebebeb;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

.settings .setting-menu li:after {
  color: #cfd8dc;
  content: "\e810";
  display: block;
  font-family: "zinio-icons";
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 0;
}

.settings .setting-menu li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.settings .setting-menu li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.settings .setting-menu li.active {
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.settings .setting-menu li.active:after {
  color: #263238;
}

.settings .setting-menu li:hover {
  background-color: #fff;
}

.settings .setting-menu li:hover:after {
  color: #263238;
}

.settings .setting-menu li a {
  color: #263238;
  display: block;
  height: 100%;
  line-height: 45px;
  padding-left: 20px;
}

.setting-main .card,
.setting-main .interests,
.setting-main .preference,
.setting-main .purchase,
.setting-main .subscription {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: block;
  /*height: 100%;*/
  margin-bottom: 20px;
  padding: 15px;
}

.setting-main .card:after,
.setting-main .interests:after,
.setting-main .preference:after,
.setting-main .purchase:after,
.setting-main .subscription:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 72.86344%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: block;
  float: left;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.setting-main:last-child {
  margin-right: 0;
}

.setting-main .unlink {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.setting-main .tab {
  display: block;
  padding-bottom: 20px;
  width: 100%;
}

.setting-main .tab.tab-narrow {
  max-width: 300px;
}

.setting-main .redeem {
  max-width: 280px;
}

.setting-main .redeem:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main .redeem input {
  float: left;
  width: 80%;
}

.setting-main .redeem a {
  float: left;
  line-height: 45px;
  margin-left: 5%;
  width: 15%;
}

.setting-main .card label {
  display: inline;
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.setting-main .card li {
  font-size: 12px;
  text-align: left;
}

.setting-main .card li:first-child {
  border-bottom: 1px solid #ebebeb;
  font-family: "ProximaNova-Semi-Bold", Arial;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.setting-main .card li:hover {
  background: inherit;
}

.setting-main .interests ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.setting-main .interests ul li {
  font-size: 14px;
  text-align: left;
}

.setting-main .interests ul li:hover {
  background: inherit;
}

.setting-main .about {
  width: 300px;
}

.setting-main .about:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main .about label {
  color: #a7a7a7;
}

.setting-main .preference-group .preference:first-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.setting-main .preference-group .preference:not(:first-child):not(:last-child):not(.frm-last) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

.setting-main .preference-group .preference:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.setting-main .preference {
  text-align: left;
}

.setting-main .preference.disabled {
  color: #a7a7a7;
}

.setting-main .preference .pref-chk {
  float: left;
  height: 40px;
  margin-right: 20px;
}

.setting-main .preference .pref-radio {
  float: left;
  margin-right: 20px;
}

.setting-main .preference .description {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
}

.setting-main .purchase {
  text-align: left;
}

.setting-main .purchase ul {
  display: block;
  overflow: auto;
}

.setting-main .purchase .price {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
}

.setting-main .purchase img {
  display: block;
  float: left;
}

.setting-main .purchase .order {
  display: block;
  float: left;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 12px;
  margin-left: 10px;
  /*padding-top: 25px;*/
}

.setting-main .purchase .order-status {
  color: #2ccb8d;
  text-transform: uppercase;
}

.setting-main .purchase li {
  display: block;
  /*height: 100%;*/
  margin-bottom: 10px;
  margin-left: 20px;
}

.setting-main .purchase li:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main .purchase li:first-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}

.setting-main .purchase li:first-child:after {
  color: #cfd8dc;
  content: "\e810";
  display: block;
  font-family: "zinio-icons";
  font-size: 22px;
  position: absolute;
  right: 0.5em;
  top: 0;
}

.setting-main .purchase li:hover {
  background: inherit;
}

.setting-main .subscription {
  text-align: left;
}

.setting-main .subscription img {
  display: block;
  float: left;
}

.setting-main .subscription ul {
  display: block;
  overflow: auto;
}

.setting-main .subscription li {
  display: block;
  /*height: 100%;*/
  margin-bottom: 10px;
  margin-left: 20px;
}

.setting-main .subscription li:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main .subscription li:first-child {
  border-bottom: 1px solid #ebebeb;
}

.setting-main .subscription li:hover {
  background: inherit;
}

.setting-main .subscription a {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 13px;
}

.setting-main .subscription .line {
  background-color: #ebebeb;
  display: inline-block;
  height: 20px;
  margin: 0 15px;
  vertical-align: middle;
  width: 1px;
}

.setting-main .subscription .status,
.setting-main .subscription .count {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 12px;
}

.setting-main .subscription .status {
  padding-bottom: 10px;
}

.setting-main .subscription .status.active {
  color: #2ccb8d;
}

.setting-main .subscription .status.expired {
  color: #ff3b30;
}

.setting-main .subscription table {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  margin: 0;
  width: 150px;
}

.setting-main .subscription tr {
  height: 15px;
}

.setting-main .subscription td {
  border: 0;
  padding: 0;
}

.setting-main .subscription td:first-child {
  color: #000;
  width: 85%;
}

.setting-main .subscription td:nth-child(2) {
  color: #77909d;
  font-family: "ProximaNova-Semi-Bold", Arial;
  text-align: right;
}

.setting-main .renew span {
  display: inline-block;
  max-height: 40px;
  vertical-align: middle;
}

.setting-main .payment {
  float: left;
  margin-right: 2%;
  width: 48%;
}

.setting-main .payment p {
  color: #a7a7a7;
  font-size: 12px;
}

.setting-main .billing {
  float: left;
  margin-left: 2%;
  padding-bottom: 10px;
  width: 48%;
}

.setting-main .billing:after {
  content: "";
  display: table;
  clear: both;
}

.setting-main .billing p {
  color: #a7a7a7;
  font-size: 12px;
}

.setting-main .payment-save {
  border-top: 1px solid #ebebeb;
  display: block;
  float: left;
  padding-top: 20px;
  width: 100%;
}

.setting-main .payment-save input {
  margin-left: 20px;
}

.setting-main .payment-save .grp {
  display: inline;
}

.setting-main .payment-save .delete {
  color: #ff3b30;
  display: block;
  float: right;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}

.setting-main .payment-save label {
  display: inline;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  margin: 0 5px;
}

.setting-main .payment-save i {
  color: #77909d;
}

@media screen and (max-width: 768px) {
  .settings .setting-menu {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 35.40268%;
    max-width: 90%;
    padding: 0 10px;
  }

  .settings .setting-menu:last-child {
    margin-right: 0;
  }

  .settings .setting-main {
    float: left;
    display: block;
    margin-right: 3.3557%;
    width: 61.24161%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    margin-left: -18px;
    padding: 0 20px;
    text-align: center;
  }

  .settings .setting-main:last-child {
    margin-right: 0;
  }

  .settings .setting-main .tab {
    margin: 0 auto;
  }

  .settings .setting-main .fb-group a {
    width: 245px;
  }

  .settings .setting-main .redeem {
    margin: 0 auto;
  }

  .settings .setting-main .subscription {
    min-height: 180px;
    position: relative;
  }

  .settings .setting-main .subscription ul {
    display: block;
    left: 0;
    padding-right: 15px;
    position: absolute;
  }

  .settings .setting-main .subscription li:first-child {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-left: 90px;
  }

  .settings .setting-main .subscription li:nth-child(2) {
    border-top: 1px solid #ebebeb;
    line-height: 18px;
    padding-top: 5px;
  }

  .settings .setting-main .subscription table {
    border-top: 1px solid #ebebeb;
    width: 100%;
  }

  .settings .setting-main .subscription a {
    display: block;
    padding-bottom: 5px;
  }

  .settings .setting-main .subscription a ~ a {
    border-top: 1px solid #ebebeb;
    padding-top: 5px;
  }

  .settings .setting-main .subscription .status {
    padding-bottom: 5px;
  }

  .settings .setting-main .renew {
    min-height: 40px;
  }

  .settings .setting-main .renew span ~ span {
    max-width: 210px;
  }

  .settings .setting-main .renew a {
    line-height: 36px;
  }

  .settings .setting-main .line + span a {
    line-height: 18px;
  }

  .settings .setting-main .payment-save {
    border: 0;
    padding-bottom: 20px;
  }

  .settings .setting-main .payment-save .grp {
    display: block;
    margin: 10px auto;
    text-align: left;
    width: 245px;
  }

  .settings .setting-main .payment-save input {
    margin: 0;
    padding: 0;
  }

  .settings .setting-main .payment-save .delete {
    border-top: 1px solid #cfd8dc;
    display: block;
    float: none;
    margin-top: 15px;
    text-align: center;
  }

  .settings .setting-main .payment-save i {
    float: right;
  }

  .settings .setting-main .about {
    margin: 0 auto;
    width: 250px;
  }

  .settings .setting-main .pref-chk {
    height: 40px;
  }

  .settings .setting-main .payment {
    width: 100%;
  }

  .settings .setting-main .billing {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .settings .setting-menu {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 204.52489%;
    max-width: 100%;
    padding: 0 20px;
  }

  .settings .setting-menu:last-child {
    margin-right: 0;
  }

  .settings .setting-main {
    float: left;
    display: block;
    margin-right: 4.52489%;
    width: 100%;
    border: 0;
    display: none;
    margin-left: 0;
  }

  .settings .setting-main:last-child {
    margin-right: 0;
  }

  .settings .setting-main .subscription {
    min-height: 225px;
  }

  .settings .setting-main .renew span {
    margin-top: 5px;
  }

  .settings .setting-main .renew span ~ span {
    border-top: 1px solid #ebebeb;
    display: block;
    max-width: 100%;
    padding-top: 10px;
  }

  .settings .setting-main .renew a {
    line-height: 18px;
  }

  .settings .setting-main .line {
    display: none;
  }
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal button {
  width: 100%;
}

.modal .modal-trigger {
  color: #2eace5;
}

.modal .modal-trigger:hover {
  color: #2b87b0;
}

.modal .modal-state {
  display: none;
}

.modal .modal-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(255, 255, 255, 1);*/
  opacity: 0;
  text-align: center;
  visibility: hidden;
  z-index: 999999;
}

.modal .modal-window .popup {
  background: rgba(247, 247, 247, 0.7) !important;
}

.modal .modal-window .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  cursor: pointer;
}

.modal .modal-close:after,
.modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background: #a7a7a7;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
  background: #8d8d8d;
}

.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-close-centered-container {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  margin: -20px 0 0 340px;
  cursor: pointer;
}

.modal .modal-close-centered {
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  cursor: pointer;
}

.modal .modal-close-centered:after,
.modal .modal-close-centered:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background: #a7a7a7;
  content: "";
  display: block;
  margin-left: 10px;
  /*margin: -20px 0 0 360px;*/
}

.modal .modal-close-centered:hover:after,
.modal .modal-close-centered:hover:before {
  background: #8d8d8d;
}

.modal .modal-close-centered:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 370px;
  padding: 22px 37px 20px;
  box-shadow: 0px 12px 15px 0px rgba(21, 27, 34, 0.3);
}

.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  height: 100%;
  margin: 0 auto auto;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 62px 57px 20px;
  position: relative;
  width: 100%;
}

.modal .modal-inner .header-group {
  margin: 20px 0 30px;
}

.modal .modal-inner h5 {
  background: transparent url("../images/com/zno-lgo_66x16-drk@3x.svg") no-repeat center;
  background-size: 84px 28px;
  height: 28px;
  margin-bottom: 10px;
  outline: none;
  text-indent: -9999em;
  width: 100%;
}

.modal .modal-inner h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal .modal-inner .news {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.1px;
  margin: 15px 0 10px;
  text-align: left;
}

.modal .modal-inner .news:after {
  content: "";
  display: table;
  clear: both;
}

.modal .modal-inner .news :not(:first-child) {
  width: 80%;
}

.modal .modal-inner p {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1px;
}

.modal .modal-inner p.cc {
  color: #a7a7a7;
  font-size: 12px;
  margin: 5px 0 20px;
}

.modal .modal-inner p.forgot {
  margin: 10px 0 15px;
}

.modal .modal-inner p.create {
  margin-top: 30px;
  font-size: 1.5em;
}

.modal .modal-inner p.tos {
  font-size: 11px;
  margin: 10px 0 15px;
  text-align: left;
}

.modal .modal-inner p.tos a {
  color: #2eace5;
}

.modal .modal-inner a {
  color: #77909d;
}

.modal .modal-inner a.primary {
  color: #2eace5;
}

.modal .section {
  clear: both;
  font-family: "ProximaNova-Thin", Arial;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 20px;
}

.modal .total {
  color: #000;
  font-family: "ProximaNova-Semi-Bold", Arial;
  margin: 10px auto;
  text-transform: uppercase;
}

.modal .payment-save {
  padding: 15px 0;
}

.modal .payment-save label {
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0px;
}

.modal .payment-save input {
  float: left;
}

.modal .payment-save i {
  color: #77909d;
  float: right;
  font-size: 17px;
  line-height: 17px;
}

.modal .line {
  background-color: #cfd8dc;
  display: block;
  height: 1px;
  margin: 10px auto 0;
  width: 35px;
}

.modal .overline {
  background-color: #fff;
  color: #77909d;
  font-size: 13px;
  margin: -11px auto 15px;
  width: 20px;
}

.modal .modal-state:checked + .modal-window {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-inner {
  top: 0.5em;
}

.modal .modal-popup {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 410px;
  padding: 22px 37px 47px;
}

.modal .modal-subscribe {
  padding: 5px 20px;
}

.modal .modal-popup p {
  font-size: 15px;
}

.modal-open {
  overflow: hidden;
}

.promo .discount {
  margin-left: 25px;
  width: 65px;
  float: left;
}

.promo .error-wrapper {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal button {
    width: 100%;
  }

  .modal .modal-window {
    background: white;
    padding-top: 0;
  }

  .modal .modal-inner {
    background-color: #f7f7f7;
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding: 62px 40px 20px;
  }

  .modal .modal-close {
    background: transparent;
  }

  .modal .modal-content {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 80px auto 0;
    max-width: 370px;
    box-shadow: none;
  }
}

@media screen and (max-width: 480px) {
  .modal button {
    width: 100%;
  }

  .modal .modal-window {
    background: white;
    padding-top: 0;
  }

  .modal .modal-inner {
    background-color: #fff;
  }

  .modal .modal-content {
    background-color: transparent;
    border: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }

  .modal .modal-close-centered:after,
  .modal .modal-close-centered:before {
    right: 40px;
  }

  #localization-modal .modal-content {
    background-color: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

.sc_product-detail .date,
.checkout .sc_product .date {
  color: #445a64;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 11px;
}

.sc_product-detail .title,
.checkout .sc_product .title {
  font-family: "ProximaNova-Thin", Arial;
  font-size: 44px;
  line-height: 42px;
  padding-bottom: 30px;
}

.sc_product-detail .price,
.checkout .sc_product .price {
  color: #445a64;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.sc_product-detail .price-detail,
.checkout .sc_product .price-detail {
  color: #445a64;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  text-align: center;
}

.sc_product-detail {
  margin: 0 auto;
  max-width: 525px;
  text-align: center;
}

.sc_product-detail:after {
  content: "";
  display: table;
  clear: both;
}

.tabs .tabs-header {
  border-bottom: 1px solid #cfd8dc;
  margin: 20px auto;
  max-width: 380px;
  padding-bottom: 15px;
  text-align: center;
}

.tabs .tabs-header:after {
  content: "";
  display: table;
  clear: both;
}

.tabs .tabs-header .title {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.tabs .tabs-header .title a {
  color: #2eace5;
}

.tabs .tabs-header .title a.active {
  color: #263238;
}

.tabs .tabs-body {
  margin: 15px auto;
  max-width: 350px;
  text-align: justify;
}

.tabs .tabs-body p {
  color: #445a64;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
}

.tabs .tabs-body p.title {
  font-size: 20px;
  line-height: 26px;
}

.tabs .tabs-body table td {
  border-bottom: 0;
  color: #445a64;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  padding: 2px 0;
}

.tabs .tabs-body table td:first-child {
  color: #000;
  font-family: "ProximaNova-Semi-Bold", Arial;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .sc_product-detail {
    max-width: 245px;
  }

  .sc_product-detail .price {
    color: #000;
    font-size: 12px;
  }

  .sc_product-detail .price-detail {
    color: #000;
    font-size: 11px;
    margin-bottom: 15px;
  }

  .tabs-body {
    margin: 15px auto;
    max-width: 280px;
    text-align: justify;
  }

  .tabs-body p {
    color: #445a64;
    font-family: "ProximaNova-Regular", Arial;
    font-size: 14px;
  }
}

.checkout {
  float: left;
  display: block;
  margin-top: 20px;
  position: relative;
  width: 86.43172%;
  margin-left: 6.78414%;
}

.checkout .blur-bg {
  -webkit-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 0;
}

.checkout .carousel {
  float: left;
  width: 40%;
  z-index: 1;
}

.checkout .detail {
  float: left;
  margin-left: 5%;
  width: 55%;
}

.checkout .detail .offer-description {
  background-color: #effcf6;
  padding: 0px 15px;
  margin: 15px 0px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #cef6e6;
}

.checkout .detail .offer-description font {
  color: #000000;
}

.checkout .detail .offer-bonus-container {
  padding: 30px;
}

.checkout .detail .offer-bonus-img {
  float: left;
}

.checkout .detail .bonus-description {
  padding-left: 10px;
}

.checkout .purchase {
  text-align: left;
}

.checkout .purchase div:first-child {
  color: #263238;
  font-size: 14px;
}

.checkout .purchase div:nth-child(2) {
  color: #263238;
  font-size: 13px;
  opacity: 0.5;
}

.checkout .confirm a {
  display: block;
  font-size: 14px;
  margin: 10px auto 0;
  text-align: center;
}

.checkout .sc_product {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

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

.checkout .sc_product button {
  width: 98%;
}

.checkout .sc_product .left {
  float: left;
  margin-right: 2%;
  text-align: left;
  width: 49%;
}

.checkout .sc_product .right {
  float: left;
  text-align: right;
  width: 49%;
}

.checkout .tabs {
  max-width: 100%;
}

.checkout .tabs-header {
  max-width: 100%;
  text-align: left;
}

.checkout .tabs-header a {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 16px;
}

.checkout .tabs-header a.active {
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.checkout .tabs-header .title {
  text-align: left;
  width: 30%;
}

.checkout .tabs-body {
  margin: 0 0 40px;
  max-width: 550px;
  text-align: left;
}

.checkout .payment-options {
  padding: 10px 15px;
  text-align: left;
  width: 100%;
}

.checkout .payment-options:after {
  content: "";
  display: table;
  clear: both;
}

.checkout .payment-options span {
  margin-right: 10px;
}

.checkout .payment-options a {
  font-family: "ProximaNova-Semi-Bold", Arial;
}

.checkout .payment-options .service {
  float: left;
  font-size: 14px;
  min-width: 170px;
  padding: 7px 0;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  max-width: 350px;
}

.checkout .payment-options .service .tooltip-buy {
  margin-top: 15px;
}

.checkout .payment-options .code {
  display: block;
  float: left;
  min-width: 250px;
  width: 100%;
}

.checkout .payment-options .code input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cfd8dc;
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5%;
  padding: 10px;
  width: 70%;
  max-width: 285px;
}

.checkout .payment-options .code input:focus {
  border: 1px solid #cfd8dc;
  box-shadow: none;
  outline: 0;
}

.checkout .payment-options .code a {
  float: left;
  padding: 7px 0;
  width: 25%;
}

.checkout .payment-options .code .promo {
  font-size: 14px;
  padding-bottom: 10px;
  width: 100%;
}

.checkout .nocart {
  max-width: 550px;
}

.checkout .subscribed {
  font-size: 14px;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.checkout .subscribed p {
  margin: 10px auto;
  width: 280px;
}

.checkout .subscribed .title {
  font-size: 30px;
  margin-bottom: 10px;
}

.checkout .subscribed .space {
  border: 1px solid #cfd8dc;
  margin: 20px auto;
  width: 250px;
}

.checkout .product-cart-container {
  width: 44%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.checkout .product-cart-container .product-cart {
  z-index: 9999;
  width: 150px;
  height: 80px;
  position: absolute;
  float: left;
  color: #FFFFFF;
  text-align: center;
  background-color: #333300;
  top: 40%;
  left: 27%;
  padding: 20px;
  border-radius: 15px;
}

.checkout .product-cart-container .product-cart .cart-container {
  padding-bottom: 5px;
}

.checkout .product-cart-container .product-cart .cart-check {
  position: absolute;
  top: 10px;
  left: 70px;
}

.checkout .product-cart-container .product-cart .green {
  color: #00CC66;
  font-size: 0.8em;
}

.check-wrapper {
  background-color: #2ccb8d;
  border-radius: 10px;
  float: left;
  height: 20px;
  margin-top: 8px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}

.icon-check {
  color: #fff;
  font-size: 21px;
  position: absolute;
  right: -5px;
  top: -4px;
}

.icon-help-circled {
  color: #77909d;
  font-size: 15px;
  cursor: pointer;
}

.subscribed .thankyou {
  font-size: 1.2em;
}

.subscribed-list {
  padding-top: 20px;
}

.subscribed-list button {
  height: 44px;
}

.subscribed-list .sub-container {
  display: table;
}

.subscribed-list .sub-container .subscribed-description {
  padding-left: 1%;
  display: table-cell;
  vertical-align: middle;
  height: 250px;
}

.carousel .block .table-of-content {
  height: 485px;
  box-shadow: 0 12px 15px rgba(38, 50, 56, 0.2);
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.65);
}

.carousel .block .table-of-content h5 {
  text-transform: uppercase;
}

.carousel .block .table-of-content ul {
  height: 400px;
  overflow-y: auto;
}

.carousel .block .table-of-content ul li {
  text-align: left;
  line-height: 2;
}

.checkout:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .checkout .sc_product {
    text-align: center;
  }

  .checkout .sc_product .title {
    font-family: "ProximaNova-Thin", Arial;
    font-size: 44px;
  }

  .checkout .blur-bg {
    text-align: center;
    width: 100%;
  }

  .checkout .carousel {
    width: 100%;
  }

  .checkout .detail {
    margin-left: 0;
    width: 100%;
  }

  .checkout .detail-withcart {
    with: 100%;
  }

  .checkout .sc_product-detail {
    text-align: center;
  }

  .checkout .tabs-header {
    text-align: center;
  }

  .checkout .tabs-header .title {
    float: right;
    padding: 0 30px;
    text-align: left;
    width: 50%;
  }

  .checkout .tabs-header .title:first-child {
    float: left;
    text-align: right;
  }

  .checkout .payment-options .code {
    width: 70%;
  }

  .checkout .payment-options .service {
    width: 30%;
  }

  .checkout .tabs-body {
    max-width: 100%;
    width: 100%;
  }

  .checkout .subscribed {
    margin: 20px auto;
    width: 100%;
  }

  .checkout .product-cart-container {
    width: 100%;
    height: 50%;
  }

  .checkout .product-cart-container .product-cart {
    left: 35%;
  }

  .checkout .carousel .block .table-of-content {
    height: 482px;
  }
}

@media screen and (max-width: 480px) {
  .checkout {
    text-align: center;
  }

  .checkout .blur-bg {
    margin: 0 70px;
    max-width: 63%;
  }

  .checkout .sc_product .title {
    font-size: 30px;
  }

  .checkout .sc_product .left {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .checkout .sc_product .right {
    text-align: center;
    width: 100%;
  }

  .checkout .payment-options .code {
    width: 100%;
  }

  .checkout .payment-options .service {
    width: 100%;
  }

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

  .checkout .product-cart-container {
    height: 20%;
  }

  .checkout .product-cart-container .product-cart {
    left: 30%;
  }
}

.payinfo .feedback {
  margin: 20px 2% 0px 2%;
  width: 96%;
}

.payinfo span.visa {
  background-image: url("../img/visa.png");
  display: block;
  float: left;
  width: 38px;
  height: 24px;
  margin: 5px 5px 5px 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .payinfo span.visa {
    background-image: url("../img/visa_2x.png");
    background-size: 38px 24px;
  }
}

.payinfo span.mastercard {
  background-image: url("../img/mastercard.png");
  display: block;
  float: left;
  width: 38px;
  height: 24px;
  margin: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .payinfo span.mastercard {
    background-image: url("../img/mastercard_2x.png");
    background-size: 38px 24px;
  }
}

.payinfo span.amex {
  background-image: url("../img/amex.png");
  display: block;
  float: left;
  width: 38px;
  height: 24px;
  margin: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .payinfo span.amex {
    background-image: url("../img/amex_2x.png");
    background-size: 38px 24px;
  }
}

.payinfo .payinfo-main,
.payinfo .order-summary {
  display: block;
  background-color: #fff;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 2%;
}

.payinfo .payinfo-main {
  margin-right: 0px;
  width: 64%;
  /* PAYPAL */
  /* END PAYPAL*/
}

.payinfo .payinfo-main .existing-cc {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}

.payinfo .payinfo-main .existing-cc span {
  padding: 5px 0px;
}

.payinfo .payinfo-main .existing-cc a {
  text-transform: uppercase;
  font-weight: bold;
}

.payinfo .payinfo-main .existing-cc .separator {
  margin: 5px 0px;
}

.payinfo .payinfo-main .existing-cc .payment-options-details {
  display: inline-block;
  width: 100%;
  font-size: 0.9em;
  line-height: 130%;
}

.payinfo .payinfo-main .existing-cc .payment-options-details .cardname {
  float: left;
  width: 70%;
}

.payinfo .payinfo-main .existing-cc .payment-options-details .expires {
  float: left;
  width: 30%;
  text-align: right;
}

.payinfo .payinfo-main .existing-cc .payment-options-details .cardaddress {
  clear: both;
  padding-top: 10px;
}

.payinfo .payinfo-main .security-code input {
  width: 60px;
}

.payinfo .payinfo-main .security-description {
  font-weight: bold;
  color: #b71d35;
  padding: 5px;
}

.payinfo .payinfo-main .addpaypal {
  padding: 10px;
}

.payinfo .payinfo-main .addpaypal .paypal {
  float: right;
}

.payinfo .payinfo-main .addpaypal .paypal span {
  margin-right: 10px;
}

.payinfo .payinfo-main .addpaypal .paypal .tooltip {
  max-width: 270px;
}

.payinfo .payinfo-main .addpaypal .paypal-container {
  float: right;
}

.payinfo .payinfo-main .paypal-disabled {
  opacity: 0.5;
  width: 115px;
  height: 44px;
}

.payinfo .payinfo-main .tooltip-paypal {
  margin-top: 20px;
  display: inline-block;
}

.payinfo .payinfo-main .triangle-paypal {
  height: 0;
  width: 0;
  border-bottom: 25px solid #263238;
  border-left: 25px solid transparent;
  display: block;
  margin-left: 88%;
}

.payinfo .payinfo-main .paypal-description {
  margin-top: 15px;
}

.payinfo .newpayment {
  display: inline-block;
}

.payinfo .newpayment .creditcard,
.payinfo .newpayment .billinginfo {
  width: 50%;
  float: left;
  padding: 20px;
}

.payinfo .billinginfo input,
.payinfo .billinginfo select {
  height: 35px;
}

.payinfo .section-title {
  clear: both;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.payinfo .separator {
  margin: 0px;
  clear: both;
}

.payinfo .order-summary {
  width: 30%;
  float: left;
}

.payinfo .order-summary .taxes {
  font-size: 14px;
  margin-top: 20px;
  padding: 10px;
}

.payinfo .order-summary .taxes .promo {
  margin-top: 10px;
  padding-bottom: 0px;
}

.payinfo .order-summary .taxes .promo:after {
  content: "";
  display: table;
  clear: both;
}

.payinfo .order-summary .taxes .promo input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  float: left;
  outline: none;
  width: 77%;
}

.payinfo .order-summary .taxes .promo input:focus {
  border: 1px solid #cfd8dc;
  box-shadow: none;
  outline: 0;
}

.payinfo .order-summary .taxes .promo a {
  color: #2eace5;
  float: right;
  text-align: right;
  padding: 7px 0px;
  width: 20%;
}

.payinfo .order-summary .total {
  color: #2ccb8d;
  font-family: "ProximaNova-Semi-Bold", Arial;
  margin: 10px auto;
  text-transform: uppercase;
}

.payinfo .order-summary .name {
  display: inline-block;
  text-align: left;
  width: 65%;
}

.payinfo .order-summary .price {
  display: inline-block;
  text-align: right;
  width: 32%;
}

.payinfo .order-summary button {
  width: 100%;
}

.payinfo .order-summary button .spinner {
  margin-top: -20px;
}

.payinfo .order-summary .terms-conditions {
  padding: 10px;
  font-size: 0.9em;
}

.payinfo .order-summary .adult-input {
  float: left;
  padding-top: 15px;
}

.payinfo .order-summary .adult-label {
  float: left;
  width: 90%;
}

.payinfo .continue-container {
  display: table;
  height: 400px;
  width: 100%;
}

.payinfo .continue-container .continue-content {
  display: table-cell;
  vertical-align: middle;
}

.payinfo .continue-container .continue-content div {
  padding: 20px;
}

.payinfo .continue-shopping-link {
  text-align: center;
  margin-top: 0px;
}

.payinfo .order-item {
  margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
  .payinfo {
    max-width: 370px !important;
  }

  .payinfo span.visa,
  .payinfo span.mastercard,
  .payinfo span.amex {
    display: none;
  }

  .payinfo .payinfo-main,
  .payinfo .order-summary {
    margin: 0px;
    width: 100%;
  }

  .payinfo .payinfo-main {
    border-radius: 10px 10px 0px 0px;
    border-bottom-style: none;
    padding-bottom: 0px;
  }

  .payinfo .order-summary {
    border-radius: 0px 0px 10px 10px;
    border-top-style: none;
    padding-top: 0px;
  }

  .payinfo .creditcard,
  .payinfo .billinginfo,
  .payinfo .payment-options-details {
    width: 100% !important;
  }

  .payinfo .feedback {
    margin: 20px 2% 20px 2%;
  }
}

.floating-cart .modal-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  margin: 40px auto 0px;
  width: 370px;
  position: fixed;
  top: 5px;
  z-index: 9;
  box-shadow: 0px 12px 15px 0px rgba(21, 27, 34, 0.3);
  line-height: 1;
  padding: 20px 0px;
}

.floating-cart .modal-content .order-container {
  max-height: 320px;
}

.floating-cart .modal-content h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.payinfo .order-container {
  max-height: 100% !important;
}

.order-details {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.order-details .continue-shopping {
  margin-top: 20px;
}

.order-details .title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.order-details .order-container {
  overflow-y: scroll;
  max-height: 280px;
}

.order-details .order-container .order-item {
  width: 100%;
  font-size: 14px;
  float: right;
  text-align: left;
  padding: 10px;
  background-color: #f7f7f7;
  margin-top: 2px;
  line-height: 140%;
}

.order-details .order-container .order-item .mag-name {
  padding-left: 10px;
  padding-top: 10px;
  display: inline-block;
  width: 60%;
  font-weight: bold;
}

.order-details .order-container .order-item .price {
  display: inline-block;
  text-align: right;
  width: 19%;
}

.order-details .order-container .order-item .ord_date {
  padding-left: 10px;
  color: #a7a7a7;
  width: 60%;
  display: inline-block;
  font-size: 0.8em;
}

.order-details .order-container .order-item .cancel {
  text-align: right;
  width: 19%;
  display: inline-block;
}

.order-details .order-container .order-item .cancel a {
  text-transform: capitalize;
  color: #FF0433;
}

.order-details .order-container .order-item .order-img {
  float: left;
  width: 19%;
  max-width: 60px;
}

.order-details .order-container .order-item .continuous-service {
  float: left;
  width: 90%;
  padding-left: 10px;
}

.order-details .order-container .order-item .continuous-service input,
.order-details .order-container .order-item .continuous-service label,
.order-details .order-container .order-item .continuous-service i {
  display: inline;
}

.order-details .order-container .order-item .tooltip {
  padding-top: 20px;
}

.order-details button {
  max-width: 250px;
}

.order-details .cart-taxes {
  clear: both;
  font-size: 14px;
  margin-top: 20px;
  padding: 0px 20px 10px 20px;
}

.order-details .cart-taxes .mag-name {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  width: 68%;
}

.order-details .cart-taxes .price {
  display: inline-block;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .order-details .order-container .order-item {
    padding: 10px 0px;
  }

  .order-details .order-container .order-item .mag-name {
    width: 59%;
  }

  .order-details .order-container .order-item .price {
    width: 22%;
  }

  .order-details .order-container .order-item .ord_date {
    width: 59%;
  }

  .order-details .order-container .order-item .cancel {
    width: 22%;
  }

  .order-details .cart-taxes {
    padding: 0px 0px 10px 0px;
  }

  .order-details .cart-taxes h6 {
    font-size: 15px !important;
  }
}

/*New Addition from master.css*/

#my-magazines-menu .dropdown-button {
  line-height: 40px;
  padding-right: 30px;
}

#my-magazines-menu .dropdown-container:after {
  top: 2px;
  right: 16px;
  line-height: 34px;
}

#shop-menu .dropdown-container {
  padding-top: 3px;
}

@media screen and (min-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .lock {
    overflow: hidden;
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  .lock {
    overflow: hidden;
    position: fixed;
  }
}

ul li {
  list-style-type: none;
}

#localization-modal .modal-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 80%;
  padding: 22px 37px 47px;
  width: 80%;
}

#localization-modal .title {
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}

#localization-modal ul {
  border-top: 1px solid #cfd8dc;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
  padding-top: 10px;
}

#localization-modal li {
  /*background-position: center left;*/
  background-repeat: no-repeat;
  color: #9fb4be;
  cursor: pointer;
  display: inline;
  float: left;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 14px;
  padding: 0px 30px 25px;
  position: relative;
  text-align: left;
  width: 20%;
  line-height: 6px;
}

#localization-modal li:nth-child(5n+1) {
  clear: left;
}

#localization-modal li.active {
  color: #000;
}

#localization-modal li.active:after {
  color: #2eace5;
  content: "\e811";
  display: block;
  font-family: "zinio-icons";
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: -2px;
}

/*.USA {
  background-image: url("../images/flags/United-States.png"); }
body.usa{
  background-image:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .USA {
    background-image: url("../images/flags/United-States_2x.png");
    background-size: 23px 16px; }
  body.usa {
    background-image: none;
  }
}
#localization-modal li.usa,.USA {
  background-image: url("../images/flags/United-States.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.usa,.USA {
    background-image: url("../images/flags/United-States_2x.png");
    background-size: 23px 16px; }
  body.usa {
    background-image: none;
  }}
#localization-modal li.can {
  background-image: url("../images/flags/Canada.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.can {
    background-image: url("../images/flags/Canada_2x.png");
    background-size: 23px 16px; } } 
#localization-modal li.can_fr {
  background-image: url("../images/flags/Canada.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.can_fr {
    background-image: url("../images/flags/Canada_2x.png");
    background-size: 23px 16px; } }
#localization-modal li.arg {
  background-image: url("../images/flags/Argentina.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.arg {
    background-image: url("../images/flags/Argentina_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.aus {
  background-image: url("../images/flags/Australia.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.aus {
    background-image: url("../images/flags/Australia_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.bel {
  background-image: url("../images/flags/Belgium.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.bel {
    background-image: url("../images/flags/Belgium_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.bel_nl {
  background-image: url("../images/flags/Belgium.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.bel_nl {
    background-image: url("../images/flags/Belgium_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.bra {
  background-image: url("../images/flags/Brazil.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.bra {
    background-image: url("../images/flags/Brazil_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.chn {
  background-image: url("../images/flags/China.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.chn {
    background-image: url("../images/flags/China_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.dnk {
  background-image: url("../images/flags/Denmark.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.dnk {
    background-image: url("../images/flags/Denmark_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.fin {
  background-image: url("../images/flags/Finland.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.fin {
    background-image: url("../images/flags/Finland_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.fra {
  background-image: url("../images/flags/France.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.fra {
    background-image: url("../images/flags/France_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.deu {
  background-image: url("../images/flags/Germany.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.deu {
    background-image: url("../images/flags/Germany_2x.png");
    background-size: 23px 17px; } }
#localization-modal li.hkg {
  background-image: url("../images/flags/Hong-Kong.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.hkg {
    background-image: url("../images/flags/Hong-Kong_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.ind {
  background-image: url("../images/flags/India.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.ind {
    background-image: url("../images/flags/India_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.ita {
  background-image: url("../images/flags/Italy.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.ita {
    background-image: url("../images/flags/Italy_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.jp {
  background-image: url("../images/flags/Japan.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.jp {
    background-image: url("../images/flags/Japan_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.mex {
  background-image: url("../images/flags/Mexico.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.mex {
    background-image: url("../images/flags/Mexico_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.nld {
  background-image: url("../images/flags/Netherlands.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.nld {
    background-image: url("../images/flags/Netherlands_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.nzl {
  background-image: url("../images/flags/New-Zealand.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.nzl {
    background-image: url("../images/flags/New-Zealand_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.nor {
  background-image: url("../images/flags/Norway.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.nor {
    background-image: url("../images/flags/Norway_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.phi {
  background-image: url("../images/flags/Philippines.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.phi {
    background-image: url("../images/flags/Philippines_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.prt {
  background-image: url("../images/flags/Portugal.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.prt {
    background-image: url("../images/flags/Portugal_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.rus {
  background-image: url("../images/flags/Russia.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.rus {
    background-image: url("../images/flags/Russia_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.sgp {
  background-image: url("../images/flags/Singapore.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.sgp {
    background-image: url("../images/flags/Singapore_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.zaf {
  background-image: url("../images/flags/South-Africa.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.zaf {
    background-image: url("../images/flags/South-Africa_2x.png");
    background-size: 22px 16px; } }
#localization-modal li.kor {
  background-image: url("../images/flags/South-Korea.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.kor {
    background-image: url("../images/flags/South-Korea_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.cat {
  background-image: url("../images/flags/Spain.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.cat {
    background-image: url("../images/flags/Spain_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.esp {
  background-image: url("../images/flags/Spain.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.esp {
    background-image: url("../images/flags/Spain_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.swe {
  background-image: url("../images/flags/Sweden.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.swe {
    background-image: url("../images/flags/Sweden_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.che_fr {
  background-image: url("../images/flags/Switzerland.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.che_fr {
    background-image: url("../images/flags/Switzerland_2x.png");
    background-size: 16px 17px; } }
#localization-modal li.che_de {
  background-image: url("../images/flags/Switzerland.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.che_de {
    background-image: url("../images/flags/Switzerland_2x.png");
    background-size: 16px 17px; } }
#localization-modal li.gbr {
  background-image: url("../images/flags/United-Kingdom.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.gbr {
    background-image: url("../images/flags/United-Kingdom_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.vietnam {
  background-image: url("../images/flags/Vietnam.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.vietnam {
    background-image: url("../images/flags/Vietnam_2x.png");
    background-size: 22px 17px; } }
#localization-modal li.twn {
  background-image: url("../images/flags/Taiwan.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #localization-modal li.twn {
    background-image: url("../images/flags/Taiwan_2x.png");
    background-size: 22px 17px; } }*/

.sprite {
  background: url("../images/flags/index.png") no-repeat top left;
  width: 44px;
  height: 34px;
}

.sprite.arg_2x {
  background-position: 0 0;
  height: 32px;
}

.sprite.arg {
  background-position: 0 -42px;
  width: 22px;
  height: 16px;
}

.sprite.arg2x {
  background-position: 0 -68px;
  height: 32px;
}

.sprite.aus {
  background-position: 0 -110px;
  width: 22px;
  height: 16px;
}

.sprite.aus2x {
  background-position: 0 -136px;
  height: 32px;
}

.sprite.aus_2x {
  background-position: 0 -178px;
  height: 32px;
}

.sprite.bel,
.sprite.bel_nl {
  background-position: 0 -220px;
  width: 22px;
  height: 17px;
}

.sprite.bel_2x,
.sprite.bel_nl_2x {
  background-position: 0 -247px;
}

.sprite.bra {
  background-position: 0 -291px;
  width: 22px;
  height: 17px;
}

.sprite.bra2x {
  background-position: 0 -318px;
}

.sprite.bra_2x {
  background-position: 0 -362px;
}

.sprite.can,
.sprite.can_fr {
  background-position: 0 -406px;
  width: 23px;
  height: 16px;
}

.sprite.can2x,
.sprite.can_fr2x {
  background-position: 0 -432px;
  width: 46px;
  height: 32px;
}

.sprite.can_2x,
.sprite.can_fr_2x {
  background-position: 0 -474px;
  width: 46px;
  height: 32px;
}

.sprite.chn {
  background-position: 0 -516px;
  width: 22px;
  height: 17px;
}

.sprite.chn2x {
  background-position: 0 -543px;
}

.sprite.chn_2x {
  background-position: 0 -587px;
}

.sprite.dnk {
  background-position: 0 -631px;
  width: 22px;
  height: 17px;
}

.sprite.dnk2x {
  background-position: 0 -658px;
}

.sprite.dnk_2x {
  background-position: 0 -702px;
}

.sprite.fin {
  background-position: 0 -746px;
  width: 22px;
  height: 17px;
}

.sprite.fin2x {
  background-position: 0 -773px;
}

.sprite.fin_2x {
  background-position: 0 -817px;
}

.sprite.fra {
  background-position: 0 -861px;
  width: 22px;
  height: 16px;
}

.sprite.fra2x {
  background-position: 0 -887px;
  height: 32px;
}

.sprite.fra_2x {
  background-position: 0 -929px;
  height: 32px;
}

.sprite.deu_2x {
  background-position: 0 -971px;
  width: 46px;
}

.sprite.hkg {
  background-position: 0 -1015px;
  width: 24px;
  height: 24px;
}

.sprite.hkg_2x {
  background-position: 0 -1049px;
  width: 24px;
  height: 24px;
}

.sprite.ind {
  background-position: 0 -1083px;
  width: 22px;
  height: 16px;
}

.sprite.ind2x {
  background-position: 0 -1109px;
  height: 32px;
}

.sprite.ind_2x {
  background-position: 0 -1151px;
  height: 32px;
}

.sprite.ita {
  background-position: 0 -1193px;
  width: 22px;
  height: 17px;
}

.sprite.ita2x {
  background-position: 0 -1220px;
}

.sprite.ita_2x {
  background-position: 0 -1264px;
}

.sprite.jp {
  background-position: 0 -1308px;
  width: 22px;
  height: 17px;
}

.sprite.jp2x {
  background-position: 0 -1335px;
}

.sprite.jp_2x {
  background-position: 0 -1379px;
}

.sprite.mex {
  background-position: 0 -1423px;
  width: 22px;
  height: 17px;
}

.sprite.mex_2x {
  background-position: 0 -1450px;
}

.sprite.deu {
  background-position: 0 -1494px;
  width: 23px;
  height: 17px;
}

.sprite.deu2x {
  background-position: 0 -1521px;
  width: 46px;
}

.sprite.prt_2x {
  background-position: 0 -1565px;
}

.sprite.phi_2x {
  background-position: 0 -1609px;
  width: 24px;
  height: 24px;
}

.sprite.prt {
  background-position: 0 -1643px;
  width: 22px;
  height: 17px;
}

.sprite.prt2x {
  background-position: 0 -1670px;
}

.sprite.nor_2x {
  background-position: 0 -1714px;
}

.sprite.phi {
  background-position: 0 -1758px;
  width: 24px;
  height: 24px;
}

.sprite.nzl_2x {
  background-position: 0 -1792px;
  height: 32px;
}

.sprite.nor {
  background-position: 0 -1834px;
  width: 22px;
  height: 17px;
}

.sprite.nor2x {
  background-position: 0 -1861px;
}

.sprite.nld_2x {
  background-position: 0 -1905px;
}

.sprite.nzl {
  background-position: 0 -1949px;
  width: 22px;
  height: 16px;
}

.sprite.nzl2x {
  background-position: 0 -1975px;
  height: 32px;
}

.sprite.nld {
  background-position: 0 -2017px;
  width: 22px;
  height: 17px;
}

.sprite.nld2x {
  background-position: 0 -2044px;
}

.sprite.mex2x {
  background-position: 0 -2088px;
}

.sprite.rus_2x {
  background-position: 0 -2132px;
}

.sprite.rus {
  background-position: 0 -2176px;
  width: 22px;
  height: 17px;
}

.sprite.rus2x {
  background-position: 0 -2203px;
}

.sprite.sgp {
  background-position: 0 -2247px;
  width: 22px;
  height: 17px;
  line-height: 12px;
}

.sprite.sgp2x {
  background-position: 0 -2274px;
}

.sprite.sgp_2x {
  background-position: 0 -2318px;
}

.sprite.zaf {
  background-position: 0 -2362px;
  width: 22px;
  height: 16px;
}

.sprite.zaf2x {
  background-position: 0 -2388px;
  height: 32px;
}

.sprite.zaf_2x {
  background-position: 0 -2430px;
  height: 32px;
}

.sprite.kor {
  background-position: 0 -2472px;
  width: 22px;
  height: 17px;
}

.sprite.kor2x {
  background-position: 0 -2499px;
}

.sprite.kor_2x {
  background-position: 0 -2543px;
}

.sprite.cat {
  background-position: 0 -2587px;
  width: 22px;
  height: 17px;
}

.sprite.cat2x {
  background-position: 0 -2614px;
}

.sprite.esp {
  background-position: 0 -2658px;
  width: 22px;
  height: 17px;
}

.sprite.esp_2x {
  background-position: 0 -2685px;
}

.sprite.usa_2x {
  background-position: 0 -2729px;
  width: 46px;
  height: 32px;
}

.sprite.gbr_2x {
  background-position: 0 -2771px;
}

.sprite.usa,
.USA {
  background-position: 0 -2815px;
  width: 23px;
  height: 16px;
}

.sprite.usa2x {
  background-position: 0 -2841px;
  width: 46px;
  height: 32px;
}

.sprite.twn_2x {
  background-position: 0 -2883px;
  width: 24px;
  height: 24px;
}

.sprite.gbr {
  background-position: 0 -2917px;
  width: 22px;
  height: 17px;
}

.sprite.gbr2x {
  background-position: 0 -2944px;
}

.sprite.Switzerland_2x {
  background-position: 0 -2988px;
  width: 32px;
}

.sprite.twn {
  background-position: 0 -3032px;
  width: 24px;
  height: 24px;
}

.sprite.swe_2x {
  background-position: 0 -3066px;
}

.sprite.che_de {
  background-position: 0 -3110px;
  width: 17px;
  height: 17px;
}

.sprite.che_de2x {
  background-position: 0 -3137px;
  width: 34px;
}

.sprite.che_fr {
  background-position: 0 -3181px;
  width: 16px;
  height: 17px;
}

.sprite.che_fr2x {
  background-position: 0 -3208px;
  width: 32px;
}

.sprite.swe {
  background-position: 0 -3252px;
  width: 22px;
  height: 17px;
}

.sprite.swe2x {
  background-position: 0 -3279px;
}

.sprite.vietnam {
  background-position: 0 -3323px;
  width: 22px;
  height: 17px;
}

.sprite.vietnam2x {
  background-position: 0 -3350px;
}

.sprite.vietnam_2x {
  background-position: 0 -3394px;
}

@media screen and (max-width: 768px) {
  .modal button {
    width: 100%;
  }

  .modal .modal-window {
    background: white;
    padding-top: 0;
  }

  .modal .modal-inner {
    background-color: #f7f7f7;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }

  .modal .modal-close {
    background: transparent;
  }

  .modal .modal-content {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 80px auto 0;
    max-width: 370px;
  }

  #localization-modal .modal-content {
    height: 600px;
    max-width: 370px;
    overflow: scroll;
    width: 370px;
  }

  #localization-modal ul {
    border-top: 0;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
  }

  #localization-modal li {
    border-bottom: 1px solid #cfd8dc;
    padding: 15px 30px;
    width: 100%;
  }

  #localization-modal li.active:after {
    top: 7px;
  }

  #localization-modal li {
    padding: 0px 30px 25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 480px) {
  .modal button {
    width: 100%;
  }

  .modal .modal-window {
    background: white;
    padding-top: 0;
  }

  .modal .modal-inner {
    background-color: #fff;
  }

  .modal .modal-content {
    background-color: transparent;
    border: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }

  #localization-modal .modal-content {
    background-color: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow: scroll;
    padding: 0;
    width: 100%;
  }

  #localization-modal li {
    padding: 0px 30px 25px;
  }

  #localization-modal .modal-close {
    top: 20px;
  }
}

footer {
  background-color: #263238;
  color: #77909d;
  height: auto;
  padding: 0 20px;
  width: 100%;
  z-index: 4;
}

footer .desktop {
  display: block;
}

footer .mobile {
  display: none;
}

.footer-bottom {
  border-top: 1px solid #77909d;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  line-height: 50px;
  margin-top: 17px;
  padding: 0 20px;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  color: #77909d;
}

.footer-bottom li a:hover {
  background-color: transparent;
  color: #fff;
}

.footer-bottom li:hover {
  background-color: transparent;
}

.footer-title h1 {
  background: transparent url("../images/com/zno-lgo_66x16-wht@3x.svg") no-repeat;
  font-size: 1em;
  height: 20px;
  line-height: 0;
  outline: none;
  text-indent: -9999em;
  width: 66px;
  shape-rendering: optimizeSpeed;
}

.footer-section {
  display: block;
  font-family: "ProximaNova-Regular", Arial;
  height: auto;
  margin-top: 27px;
  margin-bottom: 25px;
  width: 20%;
}

.footer-section:last-child {
  height: auto;
  margin-bottom: 10px;
}

.footer-section .title {
  color: #fff;
  font-size: 16px;
  height: 30px;
}

.footer-section .expand {
  display: none;
}

.footer-section .collapse {
  display: none;
}

.footer-section a {
  color: #77909d;
  font-size: 14px;
  line-height: 35px;
}

.footer-section a:hover {
  color: #fff;
}

.footer-section.language li {
  background-color: #445a64;
  background-position: 10px center;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section.language li {
    background-image: url("../images/usa_2x.png");
    background-size: 22px 17px;
  }
}

.footer-section.language li:hover {
  background-color: #445a64;
  background-position: 10px center;
}

.footer-section.language li:after {
  color: #2eace5;
  content: "\e810";
  display: block;
  font-family: "zinio-icons";
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 0;
}

.footer-section li {
  background-position: center left;
  background-repeat: no-repeat;
  line-height: 35px;
}

.footer-section li:hover {
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
}

.footer-section li.ios {
  background-image: url("../images/footer/ios.png");
  padding-left: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.ios {
    background-image: url("../images/footer/ios_2x.png");
    background-size: 15px 18px;
  }
}

.footer-section li.android {
  background-image: url("../images/footer/android.png");
  padding-left: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.android {
    background-image: url("../images/footer/android_2x.png");
    background-size: 15px 18px;
  }
}

.footer-section li.win {
  background-image: url("../images/footer/win.png");
  padding-left: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.win {
    background-image: url("../images/footer/win_2x.png");
    background-size: 16px 16px;
  }
}

.footer-section li.reader {
  background-image: url("../images/com/Shape@3x.svg");
  padding-left: 30px;
  shape-rendering: optimizeSpeed;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.reader {
    background-image: url("../images/com/Shape@3x.svg");
    background-size: 12px 13px;
    shape-rendering: optimizeSpeed;
  }
}

.footer-section li.fb {
  background-image: url("../images/footer/fb.png");
  padding-left: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.fb {
    background-image: url("../images/footer/fb_2x.png");
    background-size: 16px 16px;
  }
}

.footer-section li.tw {
  background-image: url("../images/footer/tw.png");
  padding-left: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer-section li.tw {
    background-image: url("../images/footer/tw_2x.png");
    background-size: 17px 14px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    height: auto;
    margin-top: 1px;
    padding: 0 40px;
  }

  footer .desktop {
    display: block !important;
  }

  footer .mobile {
    display: none;
  }

  .footer-section {
    min-height: 180px;
    height: auto;
    width: 33.33%;
  }
}

@media screen and (max-width: 480px) {
  footer {
    margin: 25px auto 0;
    padding: 0 40px;
  }

  footer .desktop {
    display: none !important;
  }

  footer .mobile {
    display: block;
  }

  .footer-bottom {
    line-height: 20px;
    margin: 10px 0 42px;
    padding: 16px 0;
  }

  .footer-bottom div {
    text-align: center;
    width: 100%;
  }

  .footer-title {
    padding: 30px 0 20px;
  }

  .footer-title h1 {
    margin: 0 auto;
    text-align: center;
  }

  .footer-section {
    border: 1px solid #445a64;
    border-radius: 5px;
    height: auto;
    margin: 10px auto;
    min-height: inherit;
    padding: 4px 10px;
    width: 100%;
  }

  .footer-section:last-child {
    border: 0;
    margin-bottom: 0;
  }

  .footer-section .footer-section-title:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-section .title {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 28px;
  }

  .footer-section.expanded .collapse {
    display: block;
  }

  .footer-section.expanded .expand {
    display: none;
  }

  .footer-section.expanded ul {
    display: block;
  }

  .footer-section .collapse {
    display: none;
    float: right;
  }

  .footer-section .collapse a {
    color: #fff;
    font-family: "ProximaNova-Semi-Bold", Arial;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-section .expand {
    display: block;
    float: right;
  }

  .footer-section .expand a {
    color: #2eace5;
    font-family: "ProximaNova-Semi-Bold", Arial;
    font-size: 24px;
    line-height: 28px;
  }

  .footer-section a {
    font-size: 12px;
  }

  .footer-section.language ul {
    display: block;
  }

  .footer-section ul {
    display: none;
    width: 100%;
  }

  .footer-section li {
    border-bottom: 1px solid #445a64;
  }

  .footer-section li:last-child {
    border-bottom: 0;
  }

  #btn-checkout {
    margin-bottom: 120px;
  }

  .account-filters .dropdown {
    max-width: 120px;
  }
}

#explore-menu {
  margin-left: 10px;
}

.explore-menu ul {
  overflow-y: visible;
}

#header-cart .cart-count {
  display: inline-block;
  height: 100% !important;
  width: 100% !important;
  background: url("../images/ui/cart-icon.svg") no-repeat !important;
  margin: 20px 20px 15px 0px;
  padding-left: 6px;
  vertical-align: middle;
}

#header-cart .cart-count a {
  display: block;
  height: 25px;
  width: 20px;
  line-height: 0px;
  color: #e94b35;
  text-align: center;
}

.purchasehistory-details {
  font-size: 12px;
  padding-left: 20px;
}

.modal .adult-check {
  height: 50px;
  margin-bottom: 30px;
}

.modal .adult-error {
  color: red;
}

.modal .adult-input {
  float: left;
  width: 10%;
  padding-top: 20px;
}

.modal .adult-label {
  float: left;
  width: 90%;
}

.modal .adult-label label {
  font-weight: normal !important;
}

.purchase-details {
  float: left;
  width: 50%;
}

.subscription-active-only {
  padding-top: 25px;
}

#magazine-menu {
  position: fixed;
  width: 100%;
  z-index: 3;
}

.magazine-img img {
  max-width: 196px;
  max-height: 254px;
}

.account-filters .btn-left {
  float: left;
  margin: 10px;
  margin-right: 0px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.account-filters button {
  border-color: #CDD5D7 !important;
  color: #151B22 !important;
  background-color: #fff !important;
  text-transform: capitalize !important;
}

.account-filters button:hover {
  background-color: #E9E9E9;
}

.account-filters .dark {
  background-color: #E9E9E9 !important;
}

.account-filters .pull-right {
  padding-top: 10px;
}

.account-filters .btn-right {
  float: left;
  margin: 10px;
  margin-left: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.account-filters div .dropdown {
  height: 32px !important;
  float: left !important;
  margin: 10px !important;
  width: 200px;
}

.account-filters div .dropdown li:hover {
  background: #2eace5;
}

#magazine-menu .bottom-line {
  margin: 0px;
  border-bottom-style: solid;
  border-width: 2px;
  margin-top: 2px;
  width: 100%;
}

#magazine-menu .red-upper {
  color: #FF0433;
  text-transform: uppercase;
}

#magazine-menu .green-upper {
  color: #2CCB8D;
  text-transform: uppercase;
}

#magazine-menu .grey-lower {
  color: #445a64;
  text-transform: lowercase;
}

#magazine-menu .border-red {
  border-color: #FF0433;
}

#magazine-menu .border-green {
  border-color: #2CCB8D;
}

.my-magazine.mag-top {
  padding-top: 82px !important;
}

.my-magazine.mag-bottom {
  padding-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .account-filters {
    display: inline-block;
    width: 100%;
  }

  .my-magazine.mag-top {
    padding-top: 155px !important;
  }

  .account-filters .pull-left.library-action {
    display: none;
  }

  .account-filters .pull-right span:not(:first-child) .red-upper {
    display: none;
  }

  .account-filters .pull-right span:not(:first-child) .green-upper {
    display: none;
  }
}

.dashboard-container {
  background-color: #E9E9E9;
  text-align: center;
  margin-top: 10px;
}

.dashboard-container div {
  text-align: left;
  padding: 20px 40px 20px 40px;
  width: 100%;
  display: inline-block;
}

.dashboard-container h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

#dashboard-collections {
  width: 100%;
  /* height: 305px;

	padding-left: 110px;
	background-color: #E9E9E9;*/
}

.country-chooser-list li a {
  line-height: 85%;
}

.articles {
  margin: 0px auto !important;
  max-width: 60.25em !important;
  height: 100%;
  text-align: left;
}

.articles a {
  color: #35abe4 !important;
  font-size: 1.2em;
}

.articles h4 {
  padding-bottom: 20px;
}

.articles button {
  width: auto;
}

.articles .right-art {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 32.15859%;
  text-align: center;
}

.articles .right-art:last-child {
  margin-right: 0;
}

.articles .left-art {
  float: left;
  display: block;
  margin-right: 1.76211%;
  width: 66.0793%;
  text-align: left;
  padding-left: 40px;
}

.articles .left-art:last-child {
  margin-right: 0;
}

.articles .sc_product .price {
  color: #445a64;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.articles .sc_product .price-detail {
  color: #445a64;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}

.articles .product-cover-title {
  display: none;
}

.articles .sc_product .product-cover img {
  margin-bottom: 40px;
  box-shadow: 0px 12px 15px 0px rgba(21, 27, 34, 0.3);
}

@media screen and (max-width: 768px) {
  .articles {
    height: auto;
    max-width: 370px !important;
  }

  .articles .left-art,
  .articles .right-art {
    width: 100%;
    float: none;
    padding-left: 0px;
    margin-right: 0px;
  }

  .articles button {
    width: 100%;
  }

  .articles .sc_product .product-cover {
    display: none;
  }

  .articles .product-cover-title {
    margin-bottom: 20px;
    display: block;
    box-shadow: 0px 12px 15px 0px rgba(21, 27, 34, 0.3);
  }

  .articles .right-art {
    margin-top: 20px;
  }
}
@font-face {
  font-family: 'zinio-icons';
  src: url("../fonts/zinio-icons/zinio-icons.eot?80717073");
  src: url("../fonts/zinio-icons/zinio-icons.eot?80717073#iefix") format('embedded-opentype'),
    url("../fonts/zinio-icons/zinio-icons.woff?80717073") format('woff'),
    url("../fonts/zinio-icons/zinio-icons.ttf?80717073") format('truetype'),
    url("../fonts/zinio-icons/zinio-icons.svg?80717073#zinio-icons") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'zinio-icons';
    src: url('../fonts/zinio-icons/zinio-icons.svg?80717073#zinio-icons') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "zinio-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-user:before {
  content: '\e800';
}

/* '' */

.icon-basket:before {
  content: '\e801';
}

/* '' */

.icon-search:before {
  content: '\e802';
}

/* '' */

.icon-bookmark:before {
  content: '\e803';
}

/* '' */

.icon-list:before {
  content: '\e804';
}

/* '' */

.icon-down-open:before {
  content: '\e805';
}

/* '' */

.icon-help-circled:before {
  content: '\e806';
}

/* '' */

.icon-gear:before {
  content: '\e807';
}

/* '' */

.icon-cancel:before {
  content: '\e813';
}

/* '' */

.icon-book-open:before {
  content: '\e809';
}

/* '' */

.icon-th:before {
  content: '\e80a';
}

/* '' */

.icon-left-open:before {
  content: '\e80b';
}

/* '' */

.icon-bars:before {
  content: '\e80c';
}

/* '' */

.icon-menu-search:before {
  content: '\e80d';
}

/* '' */

.icon-info-circled:before {
  content: '\e80e';
}

/* '' */

.icon-download:before {
  content: '\e80f';
}

/* '' */

.icon-right-open:before {
  content: '\e810';
}

/* '' */

.icon-check:before {
  content: '\e811';
}

/* '' */

.icon-check-default:before {
  content: '\e811';
}

/* '' */

.icon-resize:before {
  content: '\e812';
}

/* '' */
/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-dots {
  margin-top: 0px !important;
}