/*! normalize.css v3.0.2 | 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, menu, 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-color: 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 li {
  list-style-type: none; }

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; }

html, body {
  height: -webkit-calc(100% - 57px);
  height: calc(100% - 57px); }

body {
  height: -webkit-calc(100%);
  height: calc(100%);
  padding: 0; }

#push {
  min-height: -webkit-calc(100% - 325px);
  min-height: calc(100% - 325px);
  display: block; }

footer {
  display: block;
  height: 325px; }

@media screen and (max-width: 768px)  {
  #push {
    min-height: -webkit-calc(100% - 373px);
    min-height: calc(100% - 373px); }
  footer {
    height: 373px; } }

@media screen and (max-width: 480px)  {
  #push {
    min-height: 550px; }
  footer {
    height: auto; } }

.container {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto; }
  .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; }

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

.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 {
  color: #35abe4; }
  a:focus {
    color: #35abe4; }
  a:hover {
    color: #2b87b0; }
@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; } }
@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; }

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

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

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;
    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("../../images/categories/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("../../images/categories/facebook_2x.png");
        background-size: 74px 16px; } }
    button.btn-facebook:hover {
      background-color: #4c70ba; }
  button.btn-paypal {
    background-image: url("../../images/categories/paypal.png");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #cfd8dc; }
    @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("../../images/categories/paypal_2x.png");
        background-size: 105px 45px; } }
    button.btn-paypal:hover {
      background-color: #fff;
      border: 1px solid #cfd8dc; }
  button.btn-visa {
    background-image: url("../../images/categories/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("../../images/categories/visa_2x.png");
        background-size: 38px 24px; } }
  button.btn-mastercard {
    background-image: url("../../images/categories/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("../../images/categories/mastercard_2x.png");
        background-size: 38px 24px; } }
  button.btn-amex {
    background-image: url("../../images/categories/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("../../images/categories/amex_2x.png");
        background-size: 38px 24px; } }

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; }

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

@media screen and (max-width: 480px)  {
  button.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; }

.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 .tag {
    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 .tag .title {
      color: #2ccb8d;
      font-family: "ProximaNova-Semi-Bold", Arial; }
    .bonus-issue .tag .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;
    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 {
    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-input {
  padding: 5px; }
  .form-input:after {
    content: "";
    display: table;
    clear: both; }

.frm-dropdown.dropdown {
  background-color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
  width: 100%; }
  .frm-dropdown.dropdown .filter-menu {
    width: 100%; }
  .frm-dropdown.dropdown input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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; }
.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("../../images/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("../../images/cc_2x.png");
        background-size: 21px 14px; } }
  input.frm-control.frm-amex {
    background-image: url("../../images/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("../../images/amex_2x.png");
        background-size: 38px 24px; } }
  input.frm-control.frm-mastercard {
    background-image: url("../../images/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("../../images/mastercard_2x.png");
        background-size: 38px 24px; } }
  input.frm-control.frm-visa {
    background-image: url("../../images/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("../../images/visa_2x.png");
        background-size: 38px 24px; } }
  input.frm-control.frm-drop-arrow {
    background-image: url("../../images/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("../../images/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 {
    background-image: url("../../images/info.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    float: right;
    padding-bottom: 13px;
    position: relative;
    width: 40%; }
    @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-cvc {
        background-image: url("../../images/info_2x.png");
        background-size: 16px 16px; } }
  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; }

.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 {
    background: transparent url("../../images/nav/logo.svg") no-repeat;
    font-size: 1em;
    height: 20px;
    line-height: 0;
    outline: none;
    text-indent: -9999em;
    width: 60px; }
  .global-nav .brand a {
    display: inline-block;
    float: left;
    padding: 1em 0; }
  .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: 1.5em;
      margin-right: 1.5em;
      margin-top: 0.7em;
      padding-right: 35px;
      width: 300px; }
      .global-nav form input::-webkit-input-placeholder{
        color: #445a64;
      }
      .global-nav form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
         color: #445a64;
      }
      .global-nav form input::-moz-placeholder { /* Mozilla Firefox 19+ */
         color: #445a64;
      }
      .global-nav form input:-ms-input-placeholder { /* Internet Explorer 10+ */
         color: #445a64;
      }
      .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; }

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/nav/logo-white.svg") no-repeat;
  font-size: 1em;
  height: 20px;
  line-height: 0;
  outline: none;
  text-indent: -9999em;
  width: 60px; 
  margin-bottom:10px;}

.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-image: url("../../images/usa.png");
    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/footer/desktop.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.reader {
          background-image: url("../../images/footer/desktop_2x.png");
          background-size: 12px 13px; } }
    .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; } }

@media screen and (max-width: 768px)  {
  .global-nav {
    position: fixed; }
    .global-nav h1 {
      margin-top: 0; }
    .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; margin-bottom:0.7em;}
  .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("../../images/categories/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("../../images/categories/drop-arrow_2x.png");
      background-size: 16px 16px; } }
  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 .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("../../images/categories/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("../../images/categories/dot_2x.png");
            background-size: 5px 5px; } }
      .carousel ul.slick-dots li.slick-active button {
        background-image: url("../../images/categories/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("../../images/categories/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("../../images/categories/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("../../images/categories/modal-carousel-arrow_2x.png");
      background-size: 44px 72px; } }
.carousel-banner .slick-next {
  background-image: url("../../images/categories/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("../../images/categories/modal-carousel-arrow_2x.png");
      background-size: 44px 72px; } }

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

.carousel-cover-modal {
  height: 0;
  overflow: hidden;
  width: 0; }
  .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("../../images/categories/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("../../images/categories/modal-carousel-arrow_2x.png");
        background-size: 44px 72px; } }
  .carousel-cover-modal .slick-next {
    background-image: url("../../images/categories/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("../../images/categories/modal-carousel-arrow_2x.png");
        background-size: 44px 72px; } }
  .carousel-cover-modal .block {
    position: relative; }
    .carousel-cover-modal .block .close {
      background-image: url("../../images/categories/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("../../images/categories/modal-close-btn_2x.png");
          background-size: 24px 24px; } }
    .carousel-cover-modal .block img {
      box-shadow: none;
      margin: 0 auto; }

@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%; } }
@media screen and (max-width: 480px)  {
  .carousel-checkout .block img {
    max-width: 63%; } }

@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; }
  .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: 20px; }
    .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: 15px; }
    .my-magazine .inner-block i {
      cursor: pointer;
      float: right; }
      .my-magazine .inner-block i.cancel {
        background-image: url("../../images/categories/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("../../images/categories/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; }
    .cover .block:nth-child(4n) {
      margin-right: 0; }
    .cover .block:nth-child(4n+1) {
      clear: left; } }
@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; } }
@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: 0 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-gradient( 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: show;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 5; }
#shop-menu .dropdown-container{
  padding-top:3px;
}
.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; }

.magazine-menu, .filter-menu {
  min-width: 100px; }
.filter-menu {
  right: 0; }
  .magazine-menu ul, .filter-menu ul {
    max-height: 500px;
    padding: 0.5em 0; }
  .filter-menu ul {
    overflow-y: scroll; }
  .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: capitalize; }
  .filter li {
    color: #fff;
    font-family: "ProximaNova-Regular", Arial;
    font-size: 14px;
    padding-left: 30px;
    text-transform: capitalize;}
    .filter li.active {
      background-image: url("../../images/categories/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("../../images/categories/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: 60px;
  padding: 0 20px; }

.account-filters .option {
  display: block;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  line-height: 55px;
  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; }
.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 {
    color: #fff; }
.secondary-menu a {
    color: #fff; }
.tertiary-menu li a {
  color: #fff;
  font-size: 0.8em; }
.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 {
      color: #fff;
      vertical-align: middle; }
    .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("../../images/categories/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("../../images/categories/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;
  padding: 0.8em 0 0.5em;*/ }


.cart {
 /* color: #e94b35; }
  .cart:visited {
    color: #e94b35; }
  .cart:hover {
    color: #ee7463; */}

.user {
  color: #a7a7a7; }
  .user:visited {
    color: #a7a7a7; }
  .user:hover {
    color: #c1c1c1; }

@media screen and (max-width: 768px)  {
  .menu {
    bottom: 0;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: auto; }
  .slide-menu, .search-menu {
    margin-top: 0;
    max-width: 320px; }
  .menu-effect {
    margin-top: 0;
    opacity: 0.95; }
  .overlay {
    background-color: #f7f7f7;
    opacity: 0.3; }
  .search-menu {
    color: #000; }
    .search-menu ul .title {
      font-family: "ProximaNova-Semi-Bold", Arial;
      font-size: 14px;
      font-weight: normal; }
    .search-menu ul.primary-menu {
      font-family: "ProximaNova-Thin", Arial;
      font-size: 30px; }
    .search-menu ul.secondary-menu {
      font-family: "ProximaNova-Thin", Arial;
      font-size: 20px; }
      .search-menu ul.secondary-menu li a {
        color: #2eace5; }
      .search-menu ul.secondary-menu li:hover a {
        color: #263238; } }

@media screen and (max-width: 480px)  {
  .slide-menu, .search-menu {
    max-width: 100%; }
  .stick {
    background: #edf0f2;
    position: inherit;
    top: 57px; }
  .sticky {
    background-color: #edf0f2;
    padding: 0 20px; }
  .filters {
    min-height: 159px; }
  .filters .filter {
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 3px;
    height: 35px;
    position: relative;
    width: 50%; }
    .filters .filter:nth-child(3) {
      width: 48%; }
    .filters .filter:nth-child(4) {
      margin-bottom: 25px;
      margin-right: 4%;
      width: 48%; }
    .filters .filter .dropdown-button {
      float: left;
      font-size: 0.8em; }
      .filters .filter .dropdown-button:after {
        content: none;
        display: none; }
    .filters .filter:first-child {
      width: 100%; }
    .filters .filter:nth-child(2) {
      width: 100%; }
  .filter-menu {
    border-radius: 0;
    height: 100%;
    left: 0;
    opacity: 0.95;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%; }
    .filter-menu:after {
      color: #fff;
      content: '\e813';
      display: inline-block;
      font-family: "zinio-icons";
      font-size: 1.5em;
      position: absolute;
      right: 1em;
      top: 10px; }
    .filter-menu ul {
      border-bottom: 0;
      max-height: 100%;
      padding-top: 75px; } }

.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: none;
    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: 90%; }
    .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: white;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  z-index: 99999999999; }
  .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-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 370px;
  padding: 22px 37px 47px; }
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background-color: #f7f7f7;
  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/categories/logo.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; }
    .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 .order-item {
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  width: 100%; }
  .modal .order-item .name {
    display: inline-block;
    width: 50%; }
  .modal .order-item .qty {
    display: inline-block;
    width: 5%; }
  .modal .order-item .price {
    display: inline-block;
    text-align: right;
    width: 40%; }
  .modal .order-item .date {
    color: #a7a7a7; }
.modal .taxes {
  border-bottom: 2px solid #f7f7f7;
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
  margin-top: 20px;
  padding: 10px; }
  .modal .taxes .name {
    display: inline-block;
    text-align: left;
    width: 50%; }
  .modal .taxes .price {
    display: inline-block;
    text-align: right;
    width: 40%; }
  .modal .taxes .promo {
    margin-top: 10px; }
    .modal .taxes .promo:after {
      content: "";
      display: table;
      clear: both; }
    .modal .taxes .promo input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      float: left;
      outline: none;
      width: 65%; }
      .modal .taxes .promo input:focus {
        border: 1px solid #cfd8dc;
        box-shadow: none;
        outline: 0; }
    .modal .taxes .promo a {
      color: #2eace5;
      float: right;
      padding: 7px 0;
      width: 25%; }
.modal .total {
  color: #000;
  font-family: "ProximaNova-Semi-Bold", Arial;
  margin: 10px auto;
  text-transform: uppercase; }
.modal .continuous-service, .modal .payment-save {
  padding: 15px 0; }
  .modal .continuous-service label, .modal .payment-save label {
    float: left;
    font-size: 14px;
    line-height: 16px; }
  .modal .continuous-service input, .modal .payment-save input {
    float: left; }
  .modal .continuous-service i, .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-open {
  overflow: hidden; }

#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: 5px 30px;
  position: relative;
  text-align: left;
  width: 20%; }
  #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; }
  #localization-modal li:hover {
    background-color: transparent; }
  .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) {
      .USA {
        background-image: url("../../images/flags/United-States_2x.png");
        background-size: 23px 16px; } }
  #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; } }
  #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; } }

@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; } }

@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%; } }

.product-detail .date, .checkout .product .date {
  color: #445a64;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 11px; }
.product-detail .title, .checkout .product .title {
  font-family: "ProximaNova-Regular", Arial;
  font-size: 44px;
  margin-bottom: 10px; }
.product-detail .price, .checkout .product .price {
  color: #445a64;
  font-family: "ProximaNova-Semi-Bold", Arial;
  font-size: 16px;
  margin-top: 10px;
  text-align: center; }
.product-detail .price-detail, .checkout .product .price-detail {
  color: #445a64;
  font-family: "ProximaNova-Regular", Arial;
  font-size: 12px;
  text-align: center; }

.product-detail {
  margin: 0 auto;
  max-width: 525px;
  text-align: center; }
  .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)  {
  .product-detail {
    max-width: 245px; }
    .product-detail .price {
      color: #000;
      font-size: 12px; }
    .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-right: 1.76211%;
  width: 86.43172%;
  margin-left: 6.78414%;
  display: block;
  margin-top: 20px;
  position: relative; }
  .checkout:last-child {
    margin-right: 0; }
  .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 .purchase {
    display: none;
    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 {
    display: none; }
    .checkout .confirm a {
      display: block;
      font-size: 14px;
      margin: 10px auto 0;
      text-align: center; }
  .checkout .product {
    margin: 0;
    max-width: 100%;
    text-align: left; }
    .checkout .product:after {
      content: "";
      display: table;
      clear: both; }
    .checkout .product button {
      width: 98%; }
    .checkout .product .left {
      float: left;
      margin-right: 2%;
      text-align: left;
      width: 49%; }
    .checkout .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 {
    display: none;
    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;
      position: relative;
      text-align: left;
      width: 35%; }
      .checkout .payment-options .service .tooltip {
        display: none;
        left: -178px;
        position: absolute;
        z-index: 2; }
        .checkout .payment-options .service .tooltip .content {
          font-size: 12px; }
    .checkout .payment-options .code {
      display: block;
      float: left;
      min-width: 250px;
      width: 65%; }
      .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%; }
        .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;
        width: 100%; }
      .checkout .payment-options .code .promo-body {
        display: none; }
  .checkout .subscribed {
    display: none;
    font-size: 14px;
    margin-top: 60px;
    max-width: 550px;
    text-align: center; }
    .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; }*/

.check-wrapper {
  background-color: #2ccb8d;
  border-radius: 10px;
  display: none;
  float: left;
  height: 20px;
  margin-top: 8px;
  position: relative;
  width: 20px; }

.icon-check {
  color: #fff;
  font-size: 21px;
  position: absolute;
  right: -4px;
  top: -5px; }

.icon-help-circled {
  color: #77909d;
  cursor: pointer;
  font-size: 15px; }

@media screen and (max-width: 768px)  {
  .checkout .product {
    text-align: center; }
    .checkout .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 .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 .payment-options .service .tooltip {
      left: -20px; }
      .checkout .payment-options .service .tooltip .triangle {
        margin-left: 145px; }
  .checkout .tabs-body {
    max-width: 100%;
    width: 100%; }
  .checkout .subscribed {
    margin: 20px auto;
    width: 100%; } }

@media screen and (max-width: 480px)  {
  .checkout {
    text-align: center; }
    .checkout .blur-bg {
      margin: 0 70px;
      max-width: 63%; }
    .checkout .product .title {
      font-size: 30px; }
    .checkout .product .left {
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
    .checkout .product .right {
      text-align: center;
      width: 100%; }
    .checkout .payment-options .code {
      width: 100%; }
    .checkout .payment-options .service {
      width: 100%; }
    .checkout .purchase {
      text-align: center; } }
#my-magazines-menu .dropdown-button{
  line-height:40px;
  padding-right:30px;
}
#my-magazines-menu .dropdown-container:after {
  top: 2px;
  right:16px;
  line-height:34px;
}
#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}
.magazine-menu ul.tertiary-menu li:nth-child(2){
  padding-left: 12px;
}

#my-magazines-menu .icon-menu a.signInMenu:hover{
    color:#2CCB8D;
}
@media screen and (max-width: 768px)  {
  .global-nav .brand #header-cart a{
    top:3px;
  }
}
