/** SUPER HERO GIRLS **/

/*  =============================== *
 *  === PROXIMA NOVA ============== *
 *  =============================== */
/*  === Proxima Regular 
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-Regular.eot');
  src: url('../fonts/Proxima-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-Regular.ttf') format('truetype'), url('../fonts/Proxima-Regular.woff2') format('woff2'), url('../fonts/Proxima-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}*/
/*  === Proxima SemiBold 
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-Semibold.eot');
  src: url('../fonts/Proxima-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-Semibold.ttf') format('truetype'), url('../fonts/Proxima-Semibold.woff2') format('woff2'), url('../fonts/Proxima-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}*/
/*  === Proxima Bold 
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-Bold.eot');
  src: url('../fonts/Proxima-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-Bold.ttf') format('truetype'), url('../fonts/Proxima-Bold.woff2') format('woff2'), url('../fonts/Proxima-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-BoldItalic.eot');
  src: url('../fonts/Proxima-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-BoldItalic.ttf') format('truetype'), url('../fonts/Proxima-BoldItalic.woff2') format('woff2'), url('../fonts/Proxima-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}*/
/*  === Proxima Black 
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-Black.eot');
  src: url('../fonts/Proxima-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-Black.ttf') format('truetype'), url('../fonts/Proxima-Black.woff2') format('woff2'), url('../fonts/Proxima-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Proxima-BlackItalic.eot');
  src: url('../fonts/Proxima-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima-BlackItalic.ttf') format('truetype'), url('../fonts/Proxima-BlackItalic.woff2') format('woff2'), url('../fonts/Proxima-BlackItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}*/
/* internal mixins */
/*  =============================== *
 *  === BOOTSTRAP NORMALIZE ======= *
 *  =============================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  display: block;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Cubano', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #0078ca;
  color: #fff;
  font-size: 14pt;
  line-height: 1.5em;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
@media print {
  body {
    color: #000;
    background: #fff;
  }
}*/

@font-face {
    font-family: "Cubano";
	src: url(../fonts/Cubano-Regular.otf);
}



/*  =============================== *
 *  === COMPONENTS ================ *
 *  =============================== */
/* PRINT NORMALIZE */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

a {
  color: #fff;
}
.text-left,
.headline-link.headline-left,
.headline.headline-left {
  text-align: left;
}
.text-right,
.headline-link.headline-right,
.headline.headline-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.headline-link,
.headline {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 22pt;
  line-height: 0.9em;
  display: block;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.headline-link.headline-sm,
.headline.headline-sm {
  font-size: 20pt;
  margin-bottom: 10px;
}
.headline-link.headline-md,
.headline.headline-md {
  font-size: 24pt;
}
.headline-link.headline-lg,
.headline.headline-lg {
  font-size: 28pt;
  line-height: 0.95em;
}
.headline-link.headline-xl,
.headline.headline-xl {
  font-size: 32pt;
  line-height: 0.95em;
}
.headline-link.headline-right,
.headline.headline-right,
.headline-link.headline-left,
.headline.headline-left {
  padding: 0;
}
.headline-link.headline-norm,
.headline.headline-norm {
  font-style: normal;
}
.headline-link {
  color: inherit;
  text-decoration: none;
  text-align: inherit;
}
.headline-link .icon {
  height: 1em;
  width: auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.container-pad .headline {
  padding-left: 0;
  padding-right: 0;
}
.headline-sub {
  font-family: 'Cubano', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.5em;
  display: block;
  font-size: 0.43em;
  text-transform: none;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.5em;
}
.title-thin {
  font-size: 1.75em;
  display: block;
  margin: 0 auto 10px;
  font-weight: 400;
}
.group-copy {
  display: inline-block;
  white-space: nowrap;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .headline,
  .headline-link {
    font-size: 26pt;
  }
  .headline.headline-sm,
  .headline-link.headline-sm {
    font-size: 22pt;
  }
  .headline.headline-md,
  .headline-link.headline-md {
    font-size: 28pt;
  }
  .headline.headline-lg,
  .headline-link.headline-lg {
    font-size: 32pt;
  }
  .headline.headline-xl,
  .headline-link.headline-xl {
    font-size: 36pt;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .headline,
  .headline-link {
    font-size: 28pt;
  }
  .headline.headline-md,
  .headline-link.headline-md {
    font-size: 30pt;
  }
  .headline.headline-lg,
  .headline-link.headline-lg {
    font-size: 34pt;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .headline,
  .headline-link {
    font-size: 30pt;
  }
  .headline.headline-sm,
  .headline-link.headline-sm {
    font-size: 28pt;
  }
  .headline.headline-md,
  .headline-link.headline-md {
    font-size: 32pt;
  }
  .headline.headline-lg,
  .headline-link.headline-lg {
    font-size: 38pt;
  }
  .headline.headline-xl,
  .headline-link.headline-xl {
    font-size: 40pt;
  }
}
@media print {
  a {
    color: #000;
  }
}

/* ===== Double Arrow Icon Basic (>>) ===== */
.icon-undo,
.icon-darrow {
  display: inline-block;
  width: 1em;
  max-width: 40px;
  height: auto;
  position: relative;
  vertical-align: middle;
}
.icon-undo img.icon,
.icon-darrow img.icon {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 5px;
}
/* ===== Double Arrow Icon Group (>>) ===== */
.icon-caret-wrapper {
  display: inline-block;
  height: 100%;
  max-height: 33px;
  margin: 0 4px;
  padding: 0;
  position: relative;
  top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  overflow: hidden;
}
.icon-caret-wrapper img.icon {
  display: block;
  margin: 0;
  width: auto;
  height: 200%;
}
.icon-caret-wrapper.icon-vert {
  top: 0.33em;
  height: 1.25em;
  margin: 0 0.33em;
}
/* ===== Hamburger Icon ===== */
.icon-toggle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  padding: 10px;
  background: rgba(178, 19, 0, 0.6);
  position: relative;
}
.icon-toggle .lines-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 2px;
}
.icon-toggle .lines,
.icon-toggle .lines:before,
.icon-toggle .lines:after {
  display: inline-block;
  width: 55%;
  height: 3px;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  left: 22.5%;
  content: '';
  top: 40%;
}
.icon-toggle .lines:before,
.icon-toggle .lines:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
  left: 0;
}
.icon-toggle .lines:before {
  top: -8px;
}
.icon-toggle .lines:after {
  top: 8px;
}
.open .icon-toggle,
.active .icon-toggle,
.icon-toggle.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: rgba(168, 18, 0, 0.6);
}
.open .icon-toggle .lines,
.active .icon-toggle .lines,
.icon-toggle.active .lines {
  background: transparent;
  top: 43%;
}
.open .icon-toggle .lines:after,
.active .icon-toggle .lines:after,
.icon-toggle.active .lines:after,
.open .icon-toggle .lines:before,
.active .icon-toggle .lines:before,
.icon-toggle.active .lines:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
}
.open .icon-toggle .lines:after,
.active .icon-toggle .lines:after,
.icon-toggle.active .lines:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .icon-toggle .lines:before,
.active .icon-toggle .lines:before,
.icon-toggle.active .lines:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ===== Hexagon Icon ===== */
.icon-hexagon-inner {
  display: block;
  text-align: center;
  width: 100%;
  min-width: 24px;
  overflow: hidden;
  height: 15px;
}
.icon-hexagon {
  width: 22px;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.icon-hexagon .icon-hexagon-inner {
  background: #ffdd7c;
  height: 12px;
}
.icon-hexagon:before,
.icon-hexagon:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: relative;
}
.icon-hexagon:before {
  border-bottom: 8px solid #ffdd7c;
}
.icon-hexagon:after {
  border-top: 8px solid #ffdd7c;
}
.icon-hexagon-blue {
  display: inline-block;
  font-size: 10px;
  position: relative;
}
.icon-hexagon-blue .icon-hexagon-inner {
  background: #0078ca;
  width: 30px;
  overflow: hidden;
  height: 18px;
}
.icon-hexagon-blue:before,
.icon-hexagon-blue:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: relative;
}
.icon-hexagon-blue:before {
  border-bottom: 8px solid #0078ca;
}
.icon-hexagon-blue:after {
  border-top: 8px solid #0078ca;
}
/* ===== Heart <3 Icon ===== */
.icon-heart {
  display: inline-block;
  width: 30px;
  height: 26px;
  margin: 0;
  background: transparent url('/Resources/images/dcshg/icon-heart.png') no-repeat 0 -26px;
  text-indent: -99990px;
  background-size: 100% auto;
}
.icon-heart.active {
  background-position: 0 0;
}
.icon-x {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px;
  margin: auto;
}
/* ===== Hotspot Icons/Divs  ===== */
.hotspot-mobile {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 275px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
}
.hotspot-mobile:before,
.hotspot-mobile:after {
  content: '';
  width: 120%;
  left: -30%;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  display: block;
  position: absolute;
  top: -10%;
  height: 120%;
  z-index: 100;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.hotspot-mobile:before {
  background: rgba(0, 191, 241, 0.5);
  -webkit-animation: hotspotslide2 750ms alternate infinite;
          animation: hotspotslide2 750ms alternate infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hotspot-mobile:after {
  width: 110%;
  height: 100%;
  margin: auto 0;
  top: 0%;
  left: -25%;
  bottom: 0;
  background: rgba(0, 191, 241, 0.6);
  -webkit-animation: hotspotslide 750ms alternate infinite;
          animation: hotspotslide 750ms alternate infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hotspot-mobile .cover {
  display: inline-block;
  padding: 20px 80px 20px 0;
  position: relative;
  z-index: 200;
}
@-webkit-keyframes hotspotslide {
  0% {
    left: -25%;
    opacity: 0.8;
  }
  100% {
    left: -33%;
    opacity: 1;
  }
}
@keyframes hotspotslide {
  0% {
    left: -25%;
    opacity: 0.8;
  }
  100% {
    left: -33%;
    opacity: 1;
  }
}
@-webkit-keyframes hotspotslide2 {
  0% {
    left: -25%;
    opacity: 0.8;
  }
  100% {
    left: -30%;
    opacity: 1;
  }
}
@keyframes hotspotslide2 {
  0% {
    left: -25%;
    opacity: 0.8;
  }
  100% {
    left: -30%;
    opacity: 1;
  }
}
/* ===== Close (X) ===== */
/* <span class="info-close">&times;</a> */
.icon-close {
  font-family: Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 10px;
  width: 38px;
  height: 38px;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  background: #ee2e2f;
  border-radius: 100%;
  text-decoration: none;
  line-height: 17px;
}
.icon-close:hover {
  background: #b21300;
}
/* ===== Red Circle ===== */
.icon-redcircle {
  display: inline-block;
  position: relative;
  background-color: #ee2e2f;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 13px 12px;
}
.icon-redcircle svg {
  color: #fff;
  fill: #fff;
}
.icon-redcircle .svg-heart-solid {
  width: 95%;
}
.icon-redcircle .svg-cloud {
  width: 110%;
}
/* ===== Product/Wishlist Icons ===== */
.icon-product {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 2em;
  line-height: 1em;
  top: 0.03em;
  margin: 0 15px 0 10px;
}
.icon-plus {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
}
.icon-plus:before,
.icon-plus:after {
  content: '';
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.icon-plus:before {
  width: 4px;
  height: 100%;
}
.icon-plus:after {
  width: 100%;
  height: 4px;
}
.icon-check {
  height: 1em;
}
.icon-check img.icon {
  height: 80%;
  width: auto;
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* ===== Social Icons ===== */
.social-icon {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  background: transparent url('/Resources/images/dcshg/sprites-social.png') no-repeat 0 0;
  background-size: 400%;
  position: relative;
}
.social-icon:hover {
  top: 1px;
}
.social-icon .spacer {
  display: block;
  width: 100%;
}
.social-icon.instagram {
  background-position: 0 0;
}
.social-icon.snapchat {
  background-position: 33.33333333% 0;
}
.social-icon.youtube {
  background-position: 66.66666667% 0;
}
.social-icon.facebook {
  background-position: 100% 0;
}
@media (min-width: 768px) {
  .social-icon {
    max-width: 47px;
    min-width: 25px;
    width: 25%;
    opacity: 0.9;
  }
  .social-icon:hover {
    opacity: 1;
  }
}
/* Buttons */
/*  =============================== *
 *  === BUTTON CLASSES ============ *
 *  =============================== */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 14pt;
  line-height: 1.5em;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.4);
  margin-right: 5px;
  outline: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn:hover {
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.btn .icon-undo,
.btn .icon-cleft,
.btn .icon-cright,
.btn .icon-darrow {
  display: inline-block;
  height: 1em;
  padding-left: 0;
  margin: 0 0 0 7px;
  top: 0.20em;
  vertical-align: top;
  position: relative;
}
.btn .icon-cright {
  margin-left: 10px;
  margin-right: 0;
  height: 0.8em;
  top: 0;
}
.btn .icon-cleft {
  margin-right: 10px;
  margin-left: 0;
}
.btn .icon {
  height: 100%;
  width: auto;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0 !important;
  color: #fff;
}
.btn-block {
  display: block;
  width: 90%;
  padding: 10px 18px;
  margin: 20px auto;
  white-space: normal;
}
.btn-long {
  padding-left: 27px;
  padding-right: 27px;
}
.btn-nobg,
.btn-red {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  white-space: normal;
}
.btn-nobg .icon-undo,
.btn-red .icon-undo {
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-left: 0;
  top: 0.15em;
}
.btn-nobg:active,
.btn-red:active,
.btn-nobg:focus,
.btn-red:focus {
  color: #fff;
}
.btn-nobg {
  padding: 5px;
  opacity: 0.9;
  background: transparent;
}
.btn-nobg:hover {
  color: #fff;
  opacity: 1;
}
.btn-red {
  background-color: #ee2e2f;
  border-color: #ee2e2f;
}
.btn-red .icon-darrow {
  width: auto;
  overflow: hidden;
}
.btn-red .icon-darrow img {
  height: 200%;
  width: auto;
}
.btn-red:focus,
.btn-red:active {
  background-color: #ee2e2f;
  border-color: #ee2e2f;
  color: #fff;
}
.no-touch .btn-red {
  border: none;
  background: none;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.no-touch .btn-red:hover {
  background: #fff;
  color: #ee2e2f;
  border-color: #fff;
}
.no-touch .btn-red:hover .icon-darrow img.icon {
  margin-top: -1em;
}
.no-touch .btn-red:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
          transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.no-touch .btn-red:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ee2e2f;
  z-index: -2;
}
.no-touch .btn-red:hover:focus,
.no-touch .btn-red:hover,
.no-touch .btn-red:active {
  color: #ee2e2f;
  border-color: #fff;
}
.no-touch .btn-red:hover:focus:before,
.no-touch .btn-red:hover:before,
.no-touch .btn-red:active:before {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}
.no-touch .btn-red:focus {
  color: #fff;
}
@media only screen and (max-width: 737px) {
  .no-touch .btn-red {
    padding: 8px 0;
    text-align: center;
    border-radius: 0;
  }
}
.btn-longtext {
  padding-left: 5px;
  padding-right: 5px;
}
/* Wayra */
.button-wipe {
  border: none;
  background: none;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-wipe:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
          transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.button-wipe:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ee2e2f;
  z-index: -2;
}
.button-wipe:hover:focus,
.button-wipe:hover,
.button-wipe:active {
  color: #ee2e2f;
  border-color: #fff;
}
.button-wipe:hover:focus:before,
.button-wipe:hover:before,
.button-wipe:active:before {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}
.button-wipe:focus {
  color: #fff;
}
@media only screen and (max-width: 737px) {
  .button-wipe {
    padding: 8px 0;
    text-align: center;
    border-radius: 0;
  }
}
.flag-btn {
  background: #ccc;
  color: #222;
  padding: 15px;
  border-radius: 0;
  position: relative;
  margin-right: 25px;
  height: 50px;
  border-right: 3px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-decoration: none;
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.flag-btn:after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #ccc;
  position: absolute;
  right: -22px;
  top: -1px;
}
.flag-btn.flag-lightblue {
  color: #113056;
  background: #75dbff;
  border-color: #75dbff;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
}
.flag-btn.flag-lightblue:after {
  border-left-color: #75dbff;
  -webkit-transition: border-left-color 250ms ease;
  transition: border-left-color 250ms ease;
}
.flag-btn.flag-lightblue:hover {
  background: #33caff;
  border-color: #33caff;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
}
.flag-btn.flag-lightblue:hover:after {
  border-left-color: #33caff;
  -webkit-transition: border-left-color 250ms ease;
  transition: border-left-color 250ms ease;
}
/* one quick button media query to have "sharp" edges on mobile */
@media (max-width: 768px) {
  .btn-sharp {
    border-radius: 0;
  }
  .btn:hover,
  .btn:active,
  .btn:focus {
    outline: 0 !important;
    color: #fff;
  }
}
@media print {
  .btn {
    display: none !important;
    visibility: hidden;
  }
}

/*  =============================== *
 *  === DROPDOWN CLASSES ========== *
 *  =============================== */
.dropdown-wrapper {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 12px 15px;
  text-decoration: none;
  border-radius: 4px;
  cursor: hand;
  cursor: pointer;
  outline: none;
  line-height: 1em;
  text-align: left;
  font-size: 12pt;
}
.dropdown-wrapper .icon-caret {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 17px;
  height: auto;
  display: block;
}
.dropdown-wrapper.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-wrapper.active .icon-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown-wrapper.active .dropdown {
  /*max-height: 200px;*/
  max-height: 150px;
  overflow: auto;
}
.dropdown-block {
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-block .icon-caret {
  top: 32%;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown-expander {
  text-align: center;
}
.dropdown-item {
  margin: 0;
  padding: 0;
}
.dropdown-item a {
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  color: #fff;
}
.dropdown-item.selected {
  display: none;
  visibility: hidden;
}
.dropdown-block .dropdown-item a {
  padding-right: 40px;
}
.dropdown-red {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  background: #ee2e2f;
}
.dropdown-red .dropdown {
  background: #ee2e2f;
}
.dropdown-red .dropdown-item:hover {
  background: #b21300;
}
.dropdown-red .dropdown-item a {
  color: #fff;
}
.dropdown-red.active {
  background: #b21300;
}
.dropdown-simpleblue {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  background: #fff;
  color: #203267;
  font-size: 12pt;
  width: auto;
  max-width: 400px;
  min-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-simpleblue:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 50px;
  background: #0078ca;
  right: 0;
  top: 0;
  z-index: 501;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown-simpleblue.active:after {
  border-bottom-right-radius: 0;
}
.dropdown-simpleblue .icon-caret {
  top: 42%;
  z-index: 505;
}
.dropdown-simpleblue .dropdown {
  background: #fff;
  color: #203267;
}
.dropdown-simpleblue .dropdown-item:hover a {
  background: #fec70f;
}
.dropdown-simpleblue .dropdown-item a {
  color: #203267;
}
@media (min-width: 768px) {
  .dropdown-block {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .dropdown-wrapper {
    font-size: 14pt;
  }
  .dropdown-expander,
  .dropdown-expander.active {
    background: transparent;
    width: 100%;
  }
  .dropdown-expander .selected-title,
  .dropdown-expander.active .selected-title,
  .dropdown-expander .icon-caret,
  .dropdown-expander.active .icon-caret {
    display: none;
    visibility: hidden;
  }
  .dropdown-expander .dropdown,
  .dropdown-expander.active .dropdown {
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
    max-height: 100%;
    width: 100%;
    background: transparent;
    white-space: nowrap;
    cursor: default;
  }
  .dropdown-expander .dropdown-item,
  .dropdown-expander.active .dropdown-item {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 100%;
    margin: -3px;
    min-width: 150px;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 15px;
  }
  .dropdown-expander .dropdown-item:first-child,
  .dropdown-expander.active .dropdown-item:first-child {
    border-left: 0;
  }
  .dropdown-expander .dropdown-item.selected,
  .dropdown-expander.active .dropdown-item.selected {
    display: inline-block;
    visibility: visible;
  }
  .dropdown-expander .dropdown-item a,
  .dropdown-expander.active .dropdown-item a {
    font-weight: 500;
    padding: 11px;
    position: relative;
    z-index: 510;
    word-wrap: normal;
  }
  .dropdown-expander.dropdown-3 .dropdown-item,
  .dropdown-expander.active.dropdown-3 .dropdown-item {
    min-width: 25%;
  }
  .dropdown-expander.dropdown-4 .dropdown-item,
  .dropdown-expander.active.dropdown-4 .dropdown-item {
    min-width: 20%;
  }
  .dropdown-expander.dropdown-5 .dropdown-item,
  .dropdown-expander.active.dropdown-5 .dropdown-item {
    min-width: 10%;
  }
  .dropdown-expander.dropdown-expander-full,
  .dropdown-expander.active.dropdown-expander-full {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .dropdown-expander.dropdown-expander-full.dropdown-3 .dropdown-item,
  .dropdown-expander.active.dropdown-expander-full.dropdown-3 .dropdown-item {
    width: 33%;
  }
  .dropdown-expander.dropdown-expander-full.dropdown-4 .dropdown-item,
  .dropdown-expander.active.dropdown-expander-full.dropdown-4 .dropdown-item {
    width: 25%;
  }
  .dropdown-expander.dropdown-expander-full.dropdown-5 .dropdown-item,
  .dropdown-expander.active.dropdown-expander-full.dropdown-5 .dropdown-item {
    width: 20%;
  }
  .dropdown-expander.dropdown-red .dropdown-item,
  .dropdown-expander.active.dropdown-red .dropdown-item {
    background: #ee2e2f;
  }
  .dropdown-expander.dropdown-red .dropdown-item:first-child,
  .dropdown-expander.active.dropdown-red .dropdown-item:first-child {
    border-left: 1px solid #ee2e2f;
  }
  .dropdown-expander.dropdown-red .dropdown-item:first-child.selected,
  .dropdown-expander.active.dropdown-red .dropdown-item:first-child.selected,
  .dropdown-expander.dropdown-red .dropdown-item:first-child:hover,
  .dropdown-expander.active.dropdown-red .dropdown-item:first-child:hover {
    border-color: #b21300;
  }
  .dropdown-expander.dropdown-red .dropdown-item:hover,
  .dropdown-expander.active.dropdown-red .dropdown-item:hover,
  .dropdown-expander.dropdown-red .dropdown-item.selected,
  .dropdown-expander.active.dropdown-red .dropdown-item.selected {
    background: #b21300;
  }
  .dropdown-expander.dropdown-red .dropdown-item.selected,
  .dropdown-expander.active.dropdown-red .dropdown-item.selected,
  .dropdown-expander.dropdown-red .dropdown-item.selected a,
  .dropdown-expander.active.dropdown-red .dropdown-item.selected a {
    font-weight: 800;
  }
  .dropdown-expander.dropdown-red .dropdown-item.selected:after,
  .dropdown-expander.active.dropdown-red .dropdown-item.selected:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #b21300;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -10%;
    z-index: 100;
  }
}

/*  =============================== *
 *  === FLAG CLASSES ============== *
 *  =============================== */
.flag {
  border-right: 24px solid transparent;
  border-top: 24px solid #333333;
  display: inline-block;
  font-size: 12px;
  height: 0;
  margin: 0;
  padding: 7px 20px 7px 10px;
  position: relative;
  text-transform: uppercase;
  width: auto;
  z-index: 600;
}
.flag .label {
  position: relative;
  top: -24px;
}
.flag-tag {
  font-family: 'Cubano', sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding: 5px 17px;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px rgba(17, 48, 86, 0.8);
}
.flag-tag .label {
  position: relative;
  z-index: 600;
}
.flag-tag:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  z-index: 599;
}
.flag-title {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  border-top-width: 30px;
  border-right-width: 30px;
  font-size: 16px;
  line-height: 0;
  padding: 0 40px 0 20px;
  text-shadow: 1px 1px 0px rgba(32, 50, 103, 0.25);
  white-space: nowrap;
}
.flag-title .label {
  top: -15px;
}
@media (min-width: 768px) {
  .flag-title {
    border-top-width: 50px;
    border-right-width: 50px;
    font-size: 23px;
  }
  .flag-title .label {
    top: -25px;
  }
}
.flag-spec-gold {
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #203267;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  padding: 5px 50px 5px 40px;
  position: relative;
  text-shadow: 1px 1px 0px rgba(32, 50, 103, 0.25);
  text-transform: uppercase;
  text-shadow: none;
  min-width: 100px;
  width: auto;
  margin-bottom: 15px;
  z-index: 600;
}
.flag-spec-gold .label {
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
  padding-right: 20px;
  z-index: 601;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  vertical-align: middle;
  text-align: left;
}
.flag-spec-gold:after {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: -40px;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  width: 100%;
  background: -webkit-linear-gradient(315deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  background: linear-gradient(135deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
}
@media (min-width: 768px) {
  .flag-spec-gold {
    font-size: 24px;
  }
}
/*  === FLAG/FLAG-TAG COLORS ========= */
.flag.flag-white {
  border-top-color: #fff;
  color: #203267;
  z-index: 600;
}
.flag-tag.flag-white {
  color: #203267;
}
.flag-tag.flag-white:after {
  background: #fff;
}
.flag-tag.flag-grayblue {
  color: #fff;
}
.flag-tag.flag-grayblue:after {
  background: #48a4dc;
}
.flag-tag.flag-radarblue {
  color: #fff;
}
.flag-tag.flag-radarblue:after {
  background: #00bff1;
}
.flag-tag.flag-xbold {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
}
/*  === FLAG UTILS ========= */
.flag-group {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.flag-group.mobile-header {
  padding-top: 30px;
  margin-bottom: 10px;
}
.flag-group.mobile-header .flag-spec-gold {
  margin-bottom: 0;
}
.flag-shadow {
  border-top-color: rgba(32, 50, 103, 0.3);
  display: block;
  height: 80%;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 105%;
  z-index: 599;
}
.flag-gold-break {
  display: block;
  width: 90%;
  max-width: 1300px;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  height: 10px;
  background: #fec70f;
  background: -webkit-linear-gradient(315deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  background: linear-gradient(135deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
}
@media (min-width: 650px) {
  .flag-spec-gold {
    font-size: 26px;
    line-height: 26px;
    padding: 7px 60px 7px 40px;
  }
}
@media (min-width: 768px) {
  .flag-spec-gold {
    padding: 10px 70px 10px 40px;
  }
}
@media (min-width: 992px) {
  .flag-group.mobile-header {
    display: none;
    visibility: hidden;
  }
  .flag-spec-gold {
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .flag-spec-gold {
    font-size: 25px;
    line-height: 24px;
    padding-right: 90px;
  }
}
@media print {
  .flag-tag,
  .flag-spec-gold,
  .flag.flag-white {
    background: none;
    color: #000;
  }
}
/* ===== Page/Section Styles ===== */
.shg-page {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: visible;
}
.loading-active,
.modal-active,
.modal-simple-active {
  overflow: hidden;
}
.modal-active .shg-page {
  z-index: 801;
}
.section-break,
.section-break-white,
.article-break {
  display: block;
  z-index: 600;
  position: relative;
}
.section-break,
.article-break {
  background: #f5b843;
  background: -webkit-linear-gradient(315deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  background: linear-gradient(135deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  height: 6px;
  border-bottom: 2px solid #c7870b;
}
.section-break-white {
  background: #fff;
  background: -webkit-linear-gradient(315deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  background: linear-gradient(135deg, #f5b843 0%, #f9f3b0 14%, #f9d462 42%, #f9f3b0 69%, #f5b843 100%);
  height: 5px;
}
.shg-page .container-fluid,
.shg-nav .container-fluid {
  position: relative;
  margin: 0 auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid.phone-expand {
  height: 100%;
}
.container-pad {
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid-constrict,
.container-partial {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 500;
}
.container-partial {
  width: 75%;
}
.container-split {
  display: block;
}
.container-split.flip {
  float: right;
}
.shg-section {
  padding: 30px 0 0 0;
  margin: 0 auto;
  position: relative;
  min-height: 400px;
}
.shg-section:last-child {
  padding-bottom: 30px;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.img-full-responsive,
.carousel-image img {
  display: block;
  width: 100%;
}
.product-slide-loader {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background: #203267;
  z-index: 3000;
}
.product-slide-loader .sk-cube-grid {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  top: 30%;
}
@media (min-width: 768px) {
  .container-split.split-sm {
    float: left;
    width: 50%;
  }
  .shg-section-spoiler {
    padding-bottom: 40px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-partial,
  .container-fluid-constrict,
  .container-partial {
    max-width: 1300px;
  }
  .container-split {
    float: left;
    width: 50%;
  }
  .shg-section {
    padding: 60px 0 0 0;
  }
  .shg-section:last-child {
    padding-bottom: 60px;
  }
}
@media print {
  .section-break,
  .section-break-white,
  .article-break {
    border: 0;
    background: #000;
  }
}

/*  =============================== *
 *  === NAVBAR COMPONENTS ========= *
 *  =============================== */
.shg-menu-icon {
  background: url('../images/sprites-nav.png') no-repeat 0 0;
  background-size: 600% auto;
  display: block;
  height: 38px;
  margin: 0 auto 2px auto;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 38px;
}
.shg-menu-icon img.spacer {
  width: 100%;
  height: auto;
}
.shg-menu-icon.icon-shield,
.shg-menu-icon:focus.icon-shield {
  background-position: 0 0;
}
.shg-menu-icon.icon-play,
.shg-menu-icon:focus.icon-play {
  background-position: 20% 0;
}
.shg-menu-icon.icon-harley,
.shg-menu-icon:focus.icon-harley {
  background-position: 40% 0;
}
.shg-menu-icon.icon-games,
.shg-menu-icon:focus.icon-games {
  background-position: 60% 0;
}
.shg-menu-icon.icon-photo,
.shg-menu-icon:focus.icon-photo {
  background-position: 80% 0;
}
.shg-menu-icon.icon-wishlist,
.shg-menu-icon:focus.icon-wishlist {
  background-position: 100% 0;
}
.shg-menu-notif {
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  color: #113056;
  overflow: visible;
  max-width: 22px;
  font-size: 15px;
  line-height: 26px;
}
.shg-menu-notif .bg {
  width: 100%;
  display: block;
  margin: 0;
}
.shg-menu-notif .wishlist-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.shg-menu-notif.zero {
  display: none;
}
.shg-logo {
  margin: 0 10px 0;
  position: relative;
  min-width: 200px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 25%;
  padding: 0 0 20px 0;
  min-width: 150px;
  z-index: 820;
  top: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
.shg-logo img {
  display: block;
  margin: 0;
  width: 100%;
}
.shg-nav-wrapper {
  display: block;
  position: relative;
  z-index: 800;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  min-height: 80px;
}
.shg-nav,
.shg-nav-mobile {
  font-family: 'Cubano', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  position: relative;
  width: 100%;
  min-width: 320px;
  z-index: 800;
  height: 80px;
  top: 0;
  left: 0;
}
.shg-nav-mobile {
  position: relative;
  z-index: 799;
  height: auto;
  max-height: 0px;
  -webkit-transition: max-height 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: max-height 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  overflow: hidden;
}
.shg-nav-mobile.open {
  max-height: 400px;
  -webkit-transition: max-height 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: max-height 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.modal-open .shg-nav {
  visibility: hidden;
  z-index: 0;
}
.shg-nav-toggle {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  dislay: block;
  position: absolute;
  top: 13.33333333px;
  right: 15px;
  z-index: 821;
  font-size: 1.12em;
}
.shg-nav-toggle .toggle-ctrl {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.shg-nav-toggle .label {
  display: inline-block;
  height: 100%;
  padding: 12px 7px;
  float: left;
}
.shg-nav-toggle.wishlist {
  right: 75px;
}
.shg-nav-toggle.wishlist .icon-wishlist {
  position: absolute;
  top: -7px;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
}
.shg-nav-toggle.wishlist .shg-menu-notif {
  left: -27px;
  top: -5px;
}
.header-logo {
  background: url('../images/logo-dc.png') no-repeat 0 0;
  display: block;
  /*background-size: 94% 91%;
  width: 43px;
  height: 65px; */
  /*updated these styles for new DC logo */
  width: 69px;
  height: 69px;
  background-size: 100% 100%;
}
.shg-nav-inner {
  display: block;
  height: 100%;
  position: relative;
  background: -webkit-linear-gradient(top, #bc002b 0%, #ff003a 50%, #bc002b 100%);
  background: linear-gradient(to bottom, #bc002b 0%, #ff003a 50%, #bc002b 100%);
}
.shg-menu {
  display: block;
  padding: 15px 13.33333333px;
  position: relative;
  margin: 0;
  list-style: none;
  background: -webkit-linear-gradient(top, #113056 0%, #113056 80%, #1a2954 95%);
  background: linear-gradient(to bottom, #113056 0%, #113056 80%, #1a2954 95%);
  width: 100%;
  z-index: 790;
  text-align: center;
  overflow: hidden;
}
.shg-menu .shg-menu-icon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.shg-menu-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
}
.shg-menu-item a.icon-link {
  padding: 8px 10px;
}
.shg-menu-item a.icon-link,
.shg-menu-item a.icon-link:visited,
.shg-menu-item a.icon-link:active,
.shg-menu-item a.icon-link:focus {
  color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
.shg-menu-item a.icon-link .shg-menu-label {
  display: inline-block;
  margin-top: 0;
}
.shg-menu-item.dc-logo {
  display: none;
}
.shg-menu-item.disabled {
  overflow: visible;
}
.shg-menu-item.disabled:after {
  content: '';
  position: relative;
  top: -90%;
  margin: 0 auto;
  display: block;
  width: 85px;
  height: 100%;
  background: transparent url('../images/icon-nav-disabled.png') no-repeat center 15px;
  background-size: 100% auto;
}
.shg-menu-item.active a.icon-link,
.no-touch .shg-menu-item a.icon-link:hover,
.shg-menu-item a.icon-link.active {
  color: #fee387;
  text-decoration: none;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-shield,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-shield,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-shield {
  background-position: 0 100%;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-play,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-play,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-play {
  background-position: 20% 100%;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-harley,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-harley,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-harley {
  background-position: 40% 100%;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-games,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-games,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-games {
  background-position: 60% 100%;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-photo,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-photo,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-photo {
  background-position: 80% 100%;
}
.shg-menu-item.active a.icon-link .shg-menu-icon.icon-wishlist,
.no-touch .shg-menu-item a.icon-link:hover .shg-menu-icon.icon-wishlist,
.shg-menu-item a.icon-link.active .shg-menu-icon.icon-wishlist {
  background-position: 100% 100%;
}
/* Extra small devices (phones, less than 768px) */
/* default */
@media (min-width: 480px) and (max-width: 767px) {
  .shg-menu-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .shg-menu-item a.icon-link {
    max-width: 480px;
    margin: 0 auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .shg-menu {
    padding-top: 190px;
    -webkit-transition: none;
    transition: none;
    position: absolute;
  }
  .shg-nav {
    font-family: 'Cubano', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .shg-nav-inner {
    display: block;
    height: 80px;
    width: 100%;
    padding: 0;
  }
  .shg-nav-container {
    background-color: transparent;
  }
  .shg-nav-toggle {
    display: none;
    visibility: hidden;
  }
  .shg-logo {
    display: block;
    float: left;
    min-width: 150px;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0;
    top: 0;
    width: 175px;
  }
  .shg-menu,
  .shg-menu.open {
    background: transparent;
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 80%;
  }
  .shg-menu .shg-menu-icon,
  .shg-menu.open .shg-menu-icon {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto;
  }
  .shg-menu-item {
    display: inline-block;
    margin: 0;
    height: 100%;
    background: none;
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
    width: auto;
    text-align: center;
  }
  .shg-menu-item .shg-menu-label {
    white-space: nowrap;
  }
  .shg-menu-item a.icon-link {
    padding: 0;
  }
  .shg-menu-item:last-child {
    padding-left: 20px;
  }
  .shg-menu-item:last-child .visible-md-inline-block {
    position: relative;
    top: -5px;
  }
  .shg-menu-item.dc-logo {
    display: inline-block;
    margin-left: 0;
  }
  .shg-menu-item.disabled:after {
    position: absolute;
    top: 0px;
    left: -10px;
    background-size: 80px auto;
  }
  .shg-menu-item.wishlist {
    position: relative;
  }
  .shg-menu-item.wishlist .shg-menu-notif {
    left: auto;
    right: 5%;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .shg-nav-inner {
    padding: 0 20px;
  }
  .shg-menu {
    width: 75%;
    height: 80px;
  }
  .shg-logo {
    top: 0;
    left: -13.33333333px;
    width: 300px;
    max-width: 300px;
  }
  .locked .shg-logo {
    top: 5px;
    width: 200px;
  }
  .shg-menu-item {
    padding: 8px 10px;
  }
  li.shg-menu-item.dc-logo {
    margin-left: 1.5%;
  }
  .shg-menu-item.wishlist .shg-menu-notif {
    right: 10%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .shg-menu-item {
    font-size: 14px;
    padding: 8px 18px;
  }
  .shg-menu-item.disabled:after {
    left: 5px;
  }
  .shg-menu-item.wishlist .shg-menu-notif {
    right: 15%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 875px) {
  .shg-menu,
  .shg-menu.open {
    width: 80%;
  }
  .shg-menu-item.dc-logo {
    margin-left: 0;
  }
}
@media print {
  .shg-nav-wrapper {
    display: none !important;
    visibility: hidden;
  }
}

.bg-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bg-slant-top {
  position: relative;
  width: 100%;
  height: 100%;
  background: #203267;
  opacity: 0.25;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.bg-slant-bottom {
  margin-top: -50%;
  position: relative;
  width: 100%;
  height: 100%;
  background: #203267;
  opacity: 0.25;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}
.bg-container.bg-navy {
  background: #113056;
}
.bg-container.bg-navy .bg-slant-top {
  position: absolute;
  left: -10%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: skewX(-70deg);
          transform: skewX(-70deg);
  background: #020306;
  oapcity: 1;
}
.shg-bg-diamonds {
  background: #113056 url('../images/bg-quiz-module.gif');
}
.shg-bg-stars {
  background-image: url('../images/bgtile-star-sm.png');
  background-repeat: repeat;
}
@-webkit-keyframes flicker {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.bx-default-pager {
  display: block;
  width: auto;
  margin: 0 auto;
}
.bx-default-pager .bx-pager-item {
  display: inline-block;
  padding: 3px;
  color: #fff;
}
.bx-default-pager .bx-pager-item a.bx-pager-link {
  color: #fff;
  text-margin: -999999px;
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  opacity: 0.6;
}
.bx-default-pager .bx-pager-item a.bx-pager-link.active {
  opacity: 1;
}
.bx-viewport {
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3e74b9;
  float: left;
  -webkit-animation: sk-cube-ani 1.3s infinite ease-in-out;
          animation: sk-cube-ani 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube.sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube.sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube.sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube.sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube.sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube.sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube.sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sk-cube-grid .sk-cube.sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube.sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes sk-cube-ani {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
    opacity: 0.2;
  }
}
@keyframes sk-cube-ani {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
    opacity: 0.2;
  }
}
/* ===== TABBED INTERACTIVE MODULE  ===== */
.cinteract-bg,
.cinteract-tabs-wrapper,
.cinteract-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.cinteract-content,
.cinteract-tabview,
.cinteract-tab-container {
  position: relative;
}
.cinteract-content:before,
.cinteract-tabview:before,
.cinteract-tab-container:before,
.cinteract-content:after,
.cinteract-tabview:after,
.cinteract-tab-container:after {
  content: " ";
  display: table;
}
.cinteract-content:after,
.cinteract-tabview:after,
.cinteract-tab-container:after {
  clear: both;
}
.cinteract-content:before,
.cinteract-tabview:before,
.cinteract-tab-container:before,
.cinteract-content:after,
.cinteract-tabview:after,
.cinteract-tab-container:after {
  content: " ";
  display: table;
}
.cinteract-content:after,
.cinteract-tabview:after,
.cinteract-tab-container:after {
  clear: both;
}
.cinteract-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  z-index: 200;
}
.cinteract-content {
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  z-index: 399;
}
.cinteract-content .container-fluid-constrict {
  padding: 25px 20px;
  position: relative;
}
.cinteract-content .flag-group {
  width: 100%;
}
.cinteract-tabs-wrapper {
  margin: 0 -20px;
  width: auto;
  padding: 20px;
  position: relative;
}
.cinteract-tabs-ctrl {
  -webkit-transition: opacity 400ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 400ms cubic-bezier(1, 0, 0, 1);
  height: 75px;
  position: absolute;
  opacity: 0.5;
  top: 10px;
  background: transparent;
  padding: 30px 0 0 0;
  margin: 0;
  border: 0;
  z-index: 510;
  width: 20px;
  text-align: center;
  outline: none;
  cursor: hand;
  cursor: pointer;
}
.cinteract-tabs-ctrl:active,
.cinteract-tabs-ctrl:hover,
.cinteract-tabs-ctrl:focus {
  outline: none;
}
.cinteract-tabs-ctrl .small-caret {
  display: inline-block;
  vertical-align: middle;
  display: block;
  border: 10px solid transparent;
  width: 0px;
  height: 0px;
  position: relative;
  left: 5px;
}
.cinteract-tabs-ctrl .small-caret.left {
  border-right: 10px solid #fff;
  margin-left: -10px;
}
.cinteract-tabs-ctrl .small-caret.right {
  border-left: 10px solid #fff;
  margin-right: -10px;
}
.cinteract-tabs-ctrl.left {
  left: 0px;
}
.cinteract-tabs-ctrl.right {
  right: 0px;
}
.cinteract-tabs-ctrl.end {
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 400ms cubic-bezier(1, 0, 0, 1);
  cursor: default;
}
.cinteract-tabs-draggable {
  display: block;
  width: 100%;
  height: 85px;
  overflow: hidden;
  position: relative;
  z-index: 500;
}
.cinteract-tabs-draggable:before,
.cinteract-tabs-draggable:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  height: 65px;
  width: 2px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px #000;
  z-index: 100;
}
.cinteract-tabs-draggable:before {
  content: ;
  left: 0;
}
.cinteract-tabs-draggable:after {
  right: 0;
}
.cinteract-tabs-draggable.no-shadow:before,
.cinteract-tabs-draggable.no-shadow:after {
  display: none;
  visibility: hidden;
}
.cinteract-tabs-draggable .cinteract-tabs {
  z-index: 90;
  position: relative;
}
.cinteract-tabview {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}
.cinteract-tabs {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.cinteract-tabs:before,
.cinteract-tabs:after {
  content: " ";
  display: table;
}
.cinteract-tabs:after {
  clear: both;
}
.cinteract-tabs:before,
.cinteract-tabs:after {
  content: " ";
  display: table;
}
.cinteract-tabs:after {
  clear: both;
}
.cinteract-tabs .ci-tabs-item,
.cinteract-tabs .ci-tabs-item:focus {
  float: left;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  background: #ff003a;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 400;
  font-size: 16px;
  white-space: nowrap;
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cinteract-tabs .ci-tabs-item:last-child,
.cinteract-tabs .ci-tabs-item:focus:last-child {
  border-right: 0px solid;
}
.cinteract-tabs .ci-tabs-item:hover,
.cinteract-tabs .ci-tabs-item:focus:hover,
.cinteract-tabs .ci-tabs-item.active,
.cinteract-tabs .ci-tabs-item:focus.active,
.cinteract-tabs .ci-tabs-item.active:after,
.cinteract-tabs .ci-tabs-item:focus.active:after {
  background: #b21300;
}
.cinteract-tabs .ci-tabs-item.active,
.cinteract-tabs .ci-tabs-item:focus.active {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  cursor: default;
}
.cinteract-tabs .ci-tabs-item.active:after,
.cinteract-tabs .ci-tabs-item:focus.active:after {
  content: '';
  width: 26.66666667px;
  height: 26.66666667px;
  position: absolute;
  bottom: -20%;
  left: 43%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
.cinteract-tabs .ci-tabs-item.active:hover,
.cinteract-tabs .ci-tabs-item:focus.active:hover,
.cinteract-tabs .ci-tabs-item.active a:hover,
.cinteract-tabs .ci-tabs-item:focus.active a:hover {
  cursor: default;
}
.cinteract-tabs .ci-tabs-item a,
.cinteract-tabs .ci-tabs-item:focus a {
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  z-index: 400;
}
.cinteract-tabs.tabs-3 .ci-tabs-item {
  width: 33%;
}
.cinteract-tabs.tabs-2 .ci-tabs-item {
  width: 50%;
}
.cinteract-tabs.overflow-tabs {
  height: 125%;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
}
.cinteract-tabs.overflow-tabs .ci-tabs-item {
  width: auto;
  white-space: normal;
  display: inline-block;
  float: none;
  margin: 0 -2px;
}
.cinteract-tab-container {
  padding-top: 10px;
  padding-bottom: 5px;
  opacity: 0;
  left: 20%;
  display: none;
}
.cinteract-tab-container.active {
  display: block;
  left: 0;
  opacity: 1;
  -webkit-animation: moduleslidein cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
          animation: moduleslidein cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
}
.cinteract-tab-container .row.episode-reel {
  padding: 0;
}
.cinteract-tab-container .ep-thumb {
  width: 49%;
  font-size: 100%;
}
.cinteract-tab-container .ep-thumb .ep-cover-mobile {
  font-size: 150%;
  text-align: center;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cinteract-content .container-fluid-constrict {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cinteract-content .flag-spec-gold {
    padding-left: 30px;
  }
  .cinteract-tabs .ci-tabs-item {
    font-size: 18px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cinteract-content .flag-spec-gold {
    padding-left: 100px;
    padding-right: 150px;
  }
  .cinteract-tabview {
    padding-left: 240px;
    padding-top: 0;
  }
  .cinteract-tabs-wrapper .small-caret {
    display: none;
    visibility: hidden;
  }
  .cinteract-tabs-draggable,
  .cinteract-tabs {
    width: 195px;
    position: absolute;
    top: 40px;
    left: 20px;
    overflow: initial;
    height: auto;
  }
  .cinteract-tabs-draggable:before,
  .cinteract-tabs-draggable:after {
    display: none;
    visibility: hidden;
  }
  .cinteract-tabs-draggable > .cinteract-tabs {
    position: relative;
    top: 0;
    left: 0;
  }
  .cinteract-tabs .ci-tabs-item,
  .cinteract-tabs.tabs-3 .ci-tabs-item,
  .cinteract-tabs.tabs-2 .ci-tabs-item {
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .cinteract-tabs .ci-tabs-item:last-child,
  .cinteract-tabs.tabs-3 .ci-tabs-item:last-child,
  .cinteract-tabs.tabs-2 .ci-tabs-item:last-child {
    border-bottom: 0px solid;
  }
  .cinteract-tabs .ci-tabs-item.active:after,
  .cinteract-tabs.tabs-3 .ci-tabs-item.active:after,
  .cinteract-tabs.tabs-2 .ci-tabs-item.active:after {
    left: auto;
    right: -7%;
    top: 26.5%;
  }
  .cinteract-tabs.overflow-tabs {
    width: 230px;
    height: auto;
  }
  .cinteract-tabs.overflow-tabs .ci-tabs-item {
    display: block;
    width: 170px;
  }
  .cinteract-tab-container .ep-thumb {
    padding: 12px;
  }
  .cinteract-tab-container .ep-thumb .flag-tag {
    font-size: 15px;
  }
  .cinteract-tab-container .ep-thumb .ep-title {
    font-size: 20px;
  }
  .cinteract-tab-container .ep-thumb:hover .ep-title {
    padding-bottom: 100px;
  }
  .cinteract-tab-container .snapshot {
    width: 33%;
    padding: 12px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cinteract-content .flag-spec-gold {
    padding-left: 150px;
  }
}

.svg-container {
  position: relative;
  padding-top: 48%;
  width: 100%;
  height: 0;
}
.svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.svg-img-responsive {
  width: 100%;
}
.svg-cloud,
.svg-heart-solid {
  width: 100%;
}
/*  =============================== *
 *  === BOOTSTRAP MIXINS/UTILS ==== *
 *  =============================== */
.clearfix:before,
.clearfix:after,
.char-select-wrapper:before,
.char-select-wrapper:after,
.char-select-group:before,
.char-select-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.char-select-wrapper:after,
.char-select-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 99.9%;
}
.img-full-responsive,
.carousel-image img {
  display: block;
  width: 100%;
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ===== EPISODES ===== */
.episode-featured {
  display: block;
  font-family: 'Cubano', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.embed-wrapper {
  background: #035288;
}
.embed-spoiler {
  display: none;
  visibility: hidden;
}
.embed-spoiler-fullwidth {
  display: block;
  position: relative;
  padding: 40px 40px 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.episode-reel {
  padding: 10px 20px;
  display: block;
  text-align: center;
}
.ep-title {
  font-size: 24px;
  line-height: 0.8em;
  padding: 0;
  margin: 20px auto;
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.no-touch .ep-thumb:hover .ep-cover .flag-tag {
  -webkit-transition: padding-left 250ms ease;
  transition: padding-left 250ms ease;
  padding-left: 50px;
}
.no-touch .ep-thumb:hover .ep-cover .ep-title {
  -webkit-transition: min-height 250ms ease;
  transition: min-height 250ms ease;
  min-height: 60%;
}
.ep-thumb {
  display: inline-block;
  width: 25%;
  position: relative;
  margin: 0;
  padding: 10px;
}
.ep-thumb .thumbnail {
  display: block;
  width: 100%;
}
.ep-thumb .ep-cover .flag-tag {
  -webkit-transition: padding-left 250ms ease;
  transition: padding-left 250ms ease;
}
.ep-thumb .ep-cover .ep-title {
  -webkit-transition: min-height 250ms ease;
  transition: min-height 250ms ease;
}
.ep-thumb.inactive .ep-cover .ep-title {
  height: 100%;
  bottom: auto;
  top: 0;
  z-index: 300;
  opacity: 0.7;
}
.ep-thumb.inactive .ep-cover .flag-tag {
  z-index: 301;
  /*.label:after { content: ': Coming soon!'}*/
}
.ep-thumb.inactive .ep-title,
.ep-thumb.inactive:hover .ep-title,
.ep-thumb.inactive .flag-tag,
.ep-thumb.inactive:hover .flag-tag {
  -webkit-transition: none;
  transition: none;
}
.ep-thumb.inactive .flag-tag,
.ep-thumb.inactive:hover .flag-tag {
  padding-left: 20px;
}
.ep-thumb.caption.hidden {
  display: none;
}
.ep-thumb.temp-disable,
.ep-thumb.disabled {
  cursor: initial;
}
.ep-thumb.temp-disable a.ep-cover,
.ep-thumb.disabled a.ep-cover {
  cursor: default;
}
.ep-thumb.temp-disable {
  opacity: 0.8;
  cursor: default;
}
.ep-thumb.now-playing .ep-title,
.ep-thumb.now-playing .ep-cover-mobile {
  color: #fee387;
}
.ep-thumb.now-playing .ep-thumb-inner {
  border-color: #fee387;
}
.dynamic-grid .ep-thumb {
  position: absolute;
  top: 0;
}
.episode-reel .ep-thumb {
  float: left;
  width: 25%;
  padding: 10px;
}
.episode-reel .ep-thumb.now-playing {
  display: none;
}
.ep-thumb-inner {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #fff;
}
.ep-thumb.loading,
.ep-thumb.loading .ep-thumb-inner {
  opacity: 0;
  visibility: hidden;
}
.ep-thumb.loading {
  position: absolute;
  top: 0;
  left: 0;
}
.ep-cover {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14pt;
  overflow: hidden;
}
.ep-cover.ep-cover-mobile {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20%;
  font-size: 20px;
  text-align: left;
}
.inactive .ep-cover.ep-cover-mobile {
  background: rgba(8, 19, 82, 0.8);
  cursor: default;
}
.ep-cover.ep-cover-mobile .label {
  display: inline-block;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*  === MEDIA QUERIES ============= */
/* Small devices (tablets, 550px and up) */
@media (min-width: 550px) {
  .ep-cover {
    display: none;
  }
  .ep-cover.ep-cover-mobile {
    font-size: 24px;
  }
}
/* Small devices (some tablets, 961px and up) */
@media (min-width: 961px) {
  .embed-spoiler-fullwidth {
    padding-left: 25%;
  }
  .embed-spoiler-fullwidth .ep-title {
    margin-top: 0;
  }
  .embed-spoiler-fullwidth .ep-flag {
    position: absolute;
    top: 40px;
    left: 40px;
  }
  .ep-cover {
    display: block;
  }
  .ep-cover .ep-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(8, 19, 82, 0.6);
    text-align: left;
    padding: 8px;
    display: block;
    width: 100%;
    min-height: 40%;
    meight: auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.05em;
  }
  .ep-cover .flag-tag {
    position: absolute;
    top: 5px;
    left: -15px;
    padding: 0px 18px 0px 40px;
  }
  .ep-cover.ep-cover-mobile {
    display: none;
    visibility: hidden;
  }
  .ep-thumb:hover .ep-cover .flag-tag {
    padding-left: 50px;
  }
  .ep-thumb-inner {
    border-width: 5px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .episode-featured {
    padding: 0 30px 15px;
  }
  .ep-title {
    font-size: 28px;
  }
  .embed-wrapper {
    display: inline-block;
    margin: 0;
    width: 50%;
    border: 5px solid #fff;
  }
  .embed-spoiler {
    display: inline-block;
    visibility: visible;
    width: 49%;
    padding: 0 20px 0 40px;
    vertical-align: top;
  }
  html.de-de .embed-spoiler {
    word-wrap: break-word;
  }
  .embed-spoiler-fullwidth {
    padding: 25px 0;
    vertical-align: middle;
    min-height: 100px;
    height: auto;
  }
  .embed-spoiler-fullwidth .ep-flag {
    position: relative;
    top: auto;
    left: auto;
  }
  .embed-spoiler-fullwidth .ep-title {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    padding-right: 25px;
    text-align: center;
  }
  .embed-spoiler-fullwidth .ep-title:before {
    display: inline-block;
    height: 100%;
    content: "";
  }
  .embed-spoiler-fullwidth .caption {
    width: 55%;
    display: inline-block;
    padding-left: 40px;
    vertical-align: middle;
    padding-bottom: 25px;
    height: 100%;
    border-left: 1px solid #fff;
  }
}
@media (min-width: 1200px) {
  .ep-title {
    font-size: 30px;
  }
  .embed-wrapper {
    width: 59%;
  }
  .embed-spoiler {
    width: 40%;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .ep-thumb {
    width: 50%;
  }
  .ep-thumb .ep-cover .flag-tag,
  .ep-cover {
    display: none;
  }
}
/* ===== CAROUSEL ===== */
.carousel-container,
.carousel,
.carousel-slide,
.carousel-image,
.carousel-caption {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.carousel-wrapper {
  display: block;
  position: relative;
}
.carousel-container {
  min-height: 200px;
  background: #113056 url('../images/bgtile-star-sm.png');
  -webkit-transition: background 500ms cubic-bezier(1, 0, 0, 1);
  transition: background 500ms cubic-bezier(1, 0, 0, 1);
  z-index: 600;
}
.carousel-container.bg-blue {
  background-color: #113056;
}
.carousel-container.bg-batgirl {
  background-color: #14131c;
}
.carousel-container.bg-bee {
  background-color: #3f5053;
}
.carousel-container.bg-katana {
  background-color: #5c5451;
}
.carousel-container.bg-harley {
  background-color: #231f20;
}
.carousel-container.bg-ivy {
  background-color: #34563c;
}
.carousel-container.bg-supergirl {
  background-color: #007dc3;
}
.carousel-container.bg-wondy {
  background-color: #000243;
}
.carousel-container.no-bg {
  background: none;
}
.carousel-slide.clickable {
  cursor: hand;
  cursor: pointer;
}
.carousel-caption {
  display: none;
  visibility: hidden;
  padding: 40px 20px;
}
.carousel-slide.has-caption .carousel-caption {
  display: block;
  visibility: visible;
}
.carousel-ctrl .svg-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 85%;
  cursor: pointer;
  cursor: hand;
}
.carousel-ctrl .svg-path-arrow {
  color: #fff;
  fill: #fff;
}
.carousel-ctrl:hover {
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.carousel-ctrl.temp-disabled,
.carousel-ctrl.temp-disabled:hover {
  opacity: 0.2;
  -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: default;
}
.carousel-ctrl.temp-disabled .svg-arrow,
.carousel-ctrl.temp-disabled:hover .svg-arrow {
  cursor: default;
}
.carousel-ctrl::-moz-focus-inner {
  border: 0;
}
.carousel-ctrl {
  display: block;
  width: 8%;
  position: absolute;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: auto;
  min-height: 80px;
  text-align: center;
  z-index: 99;
  top: 30%;
  -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.90;
  visibility: visible;
  z-index: 610;
}
.carousel-ctrl.ctrl-next {
  right: 0;
}
.carousel-ctrl.ctrl-prev {
  left: 0;
}
.unloaded .carousel-ctrl {
  opacity: 0;
  visibility: hidden;
}
.carousel-pager {
  list-style: none;
  margin: 0;
  padding: 20px 20%;
  display: block;
  position: relative;
  z-index: 700;
  white-space: nowrap;
  overflow: hidden;
}
.carousel-pager .carousel-ctrl {
  top: 20%;
}
.carousel-pager .carousel-ctrl.ctrl-next {
  right: 5%;
}
.carousel-pager .carousel-ctrl.ctrl-prev {
  left: 5%;
}
.carousel-thumb {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 5px 10px 5px 0;
  z-index: 88;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.carousel-thumb.thumb-active,
.carousel-thumb.thumb-hidden.thumb-active {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.carousel-thumb.temp-disabled {
  opacity: 0.5;
  cursor: default;
}
.carousel-thumb.thumb-hidden img {
  display: none;
}
.carousel-thumb-ctrl {
  display: block;
}
@media (max-width: 991px) {
  .carousel-thumb.thumb-hidden {
    width: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 250ms;
    transition: width 250ms;
  }
}
@media (min-width: 768px) {
  .carousel-ctrl {
    width: 8%;
    top: 35%;
  }
  .carousel-ctrl.ctrl-next {
    right: 1%;
  }
  .carousel-ctrl.ctrl-prev {
    left: 1%;
  }
}
@media (min-width: 992px) {
  .carousel-slide.has-caption .carousel-image,
  .carousel-slide.has-caption .carousel-caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .carousel-slide.has-caption .carousel-image {
    width: 64%;
  }
  .carousel-slide.has-caption .carousel-caption {
    width: 35%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .carousel-ctrl {
    width: 5%;
    top: 30%;
  }
  .carousel-pager {
    padding: 10px 0;
  }
  .carousel-thumb {
    width: 25%;
  }
  .carousel-thumb.thumb-hidden {
    visibility: visible;
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .carousel-slide.has-caption .carousel-image {
    width: 56%;
  }
  .carousel-slide.has-caption .carousel-caption {
    width: 43%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .carousel-ctrl {
    width: 4%;
  }
}
/*  =============================== *
*  === FEATURE CLASSES =========== *
*  =============================== */
.feature-block-section,
.feature-inner,
.feature-block {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 500;
}
.feature-block-section {
  min-height: 200px;
  text-align: center;
}
.feature-block.left {
  text-align: right;
}
.feature-block.right {
  text-align: left;
}
.feature-block-text {
  padding: 20px;
}
.feature-block-text .headline {
  padding-left: 0;
  padding-right: 0;
}
.feature-block-image .feature-cover {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-block {
    display: inline-block;
    width: 49.5%;
    margin: 0;
    vertical-align: middle;
  }
  .feature-block.left .headline {
    text-align: right;
  }
  .feature-block.right .headline {
    text-align: left;
  }
  .feature-inner,
  .feature-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-block-text {
    padding: 40px 40px 10% 40px;
    padding-bottom: 10%;
  }
}
@media (min-width: 992px) {
  .feature-block-section.columns-right {
    text-align: right;
  }
  .feature-block-section.columns-left {
    text-align: left;
  }
  .feature-block-text {
    width: 49%;
    padding-bottom: 5%;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* EXPANDER MODULE */
.expander-module,
.expander-module-copy {
  display: block;
  margin: 0 auto;
  position: relative;
}
.expander-module-copy {
  height: auto;
  min-height: 100px;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expander-module.expanded .expander-module-copy {
  max-height: 9000px;
  -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expander-module-ctrl {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.expander-module.expanded .expander-module-ctrl .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: -0.1em;
}
/* ===  GALLERY COMPONENTS */
/* ===== GALLERY -> LANDING ===== */
#shg-sect-gallery {
  overflow: hidden;
}
#shg-sect-gallery .cinteract-tabs {
  margin-top: 20px;
  padding: 0 20px;
}
#shg-sect-gallery .cinteract-tabs .ci-tabs-item {
  width: 50%;
}
#shg-sect-gallery .dropdown-wrapper {
  width: 250px;
}
.no-touch #ci-pics-gallery .snapshot:hover,
.no-touch #shg-sect-gallery .snapshot:hover {
  cursor: pointer;
  cursor: hand;
}
.no-touch #ci-pics-gallery .snapshot-inner,
.no-touch #shg-sect-gallery .snapshot-inner,
.no-touch #ci-pics-gallery .snapshot-inner:hover,
.no-touch #shg-sect-gallery .snapshot-inner:hover {
  -webkit-transition: opacity 100ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 100ms cubic-bezier(1, 0, 0, 1);
}
.no-touch #ci-pics-gallery .snapshot-inner:hover,
.no-touch #shg-sect-gallery .snapshot-inner:hover {
  opacity: 0.7;
  -webkit-transition: opacity 100ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 100ms cubic-bezier(1, 0, 0, 1);
}
.grid-controls-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.grid-container {
  display: block;
  position: relative;
  width: 98%;
  margin: 0 auto;
  min-height: 800px;
  z-index: 500;
}
.grid-filters-wrapper,
.grid-filters {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.grid-filter-item {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.grid-filter-item a,
.grid-filter-item a:focus,
.grid-filter-item a:active,
.grid-filter-item a:visited {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding: 10px 10px 10px 40px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.grid-filter-item a:after,
.grid-filter-item a:focus:after,
.grid-filter-item a:active:after,
.grid-filter-item a:visited:after {
  content: ' ';
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fec70f;
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #fec70f;
  top: 4px;
  left: 15px;
  width: 1.8em;
  height: 1.8em;
  background-size: 100% auto;
}
.grid-filter-item.checked a,
.grid-filter-item.checked a:focus,
.grid-filter-item.checked a:active,
.grid-filter-item.checked a:visited,
.grid-filter-item.checked a:after {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.grid-filter-item.checked a:after {
  background-image: url('../images/icon-checkbox.png');
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #shg-sect-gallery .snapshot {
    width: 33%;
  }
  .grid-filters-wrapper {
    display: inline-block;
  }
  .grid-container {
    left: 5px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-sect-gallery {
    padding-top: 50px;
  }
  #shg-sect-gallery .snapshot {
    width: 24%;
  }
  .grid-container {
    margin-top: 30px;
    left: 20px;
    width: 95%;
  }
  .grid-controls-wrapper {
    margin-top: -3%;
    text-align: right;
    position: relative;
    bottom: 100%;
    width: 94%;
    right: 0;
    z-index: 600;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== GALLERY ===== */
.gallery-wrapper,
.gallery-ctrls,
.gallery {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
.gallery-wrapper {
  padding-bottom: 50px;
}
.gallery-wrapper .jsloader-ctrl {
  -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-wrapper .jsloader-ctrl.disabled {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-ctrls {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1200;
}
.gallery {
  padding-bottom: 40px;
}
/** WISHLIST **/
.wishlist-flag {
  display: inline-block;
  width: auto;
  padding: 10px 30% 10px 10px;
  position: relative;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: left 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: left 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wishlist-flag .label {
  position: relative;
  z-index: 500;
  line-height: 20px;
  font-size: 18px;
  display: block;
  width: 110%;
}
.wishlist-flag .icon-plus {
  margin-right: 10px;
  padding: 0;
}
.wishlist-flag .wishlist-want-label {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-flag:before,
.wishlist-flag:after {
  background: #00bff1;
  position: absolute;
  top: 0;
  left: -20%;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  content: '';
  z-index: 498;
}
.wishlist-flag:after {
  background: #2380b0;
  z-index: 499;
  left: -150%;
  -webkit-transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wishlist-flag:hover:after {
  -webkit-transition: left 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: left 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: -20%;
}
.go-to-wishlist,
.wishlist-check {
  visibility: hidden;
  z-index: -1;
}
.wishlist-added .go-to-wishlist,
.wishlist-added .wishlist-check {
  visibility: visible;
  z-index: 500;
}
.wishlist-added .wishlist-check:before {
  -webkit-transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: -100%;
}
.wishlist-added .wishlist-check .icon-hexagon-blue {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
/* ===== SNAPSHOTS ===== */
.snapshot-row {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.snapshot-row.more-cta {
  padding: 0;
}
.snapshot-row.more-cta .btn-red.btn-long {
  display: block;
  width: 100%;
}
.snapshot,
.snapshot-spacer,
.snapshot-inner,
.snapshot-img {
  margin: 0;
  position: relative;
}
.snapshot {
  display: inline-block;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 5px;
  z-index: 1000;
  visibility: visible;
  cursor: pointer;
}
.dynamic-grid .snapshot {
  display: block;
  position: absolute;
}
.snapshot.loading,
.snapshot.loading .snapshot-inner {
  opacity: 0;
  visibility: hidden;
}
.snapshot.loading {
  position: absolute;
  top: 0;
  left: 0;
}
.snapshot-spacer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 200;
  padding: 10px;
  background: #1647a4;
}
.snapshot-inner {
  width: 100%;
  border: 6px solid #fff;
}
.snapshot-img {
  display: block;
  width: 100%;
}
.snapshot-img.snapshot-img-landscape {
  width: auto;
  height: 100%;
}
.snapshot-img.snapshot-img-landscape,
.snapshot-img.snapshot-img-portrait {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.snapshot-like-bar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 7px;
  text-align: left;
  width: 100%;
}
.snapshot-like-bar .icon-heart {
  vertical-align: middle;
}
.snapshot-like-bar .like-ctrl {
  border: 0;
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
}
/** Specific Snapshot Types **/
.snapshot.snapshot-sq {
  padding-top: 50px;
}
.snapshot.snapshot-sq .snapshot-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: transparent;
}
.snapshot.snapshot-sq .snapshot-spacer {
  height: 100%;
}
.snapshot.snapshot-product {
  padding-top: 0;
}
.snapshot.snapshot-product .snapshot-inner {
  border-color: #1647a4;
}
.snapshot.snapshot-product .snapshot-product-ctrls {
  z-index: 550;
  border: 0;
  height: 20%;
  cursor: default;
}
.snapshot.snapshot-product .snapshot-thumb-link {
  display: block;
  height: auto;
  background: #fff;
  text-decoration: none;
}
.snapshot.snapshot-product .snapshot-like-bar {
  background: #1647a4;
  padding: 15px 20px 10px;
  font-size: 15px;
  line-height: 1em;
  position: relative;
  max-height: 55px;
}
.snapshot.snapshot-product .snapshot-like-bar .go-to-wishlist {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0;
  white-space: nowrap;
}
.snapshot.snapshot-product .snapshot-like-bar .btn-block {
  width: 100%;
  display: inline-block;
}
.snapshot.snapshot-product .snapshot-like-bar a.text-link {
  color: #fff;
  text-decoration: none;
}
.snapshot.snapshot-product.snapshot-sq .snapshot-like-bar {
  position: absolute;
  bottom: 0;
  height: 55px;
}
.snapshot.snapshot-product .snapshot-product-ctrls {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  height: 50px;
  vertical-align: bottom;
}
.snapshot.snapshot-product .snapshot-product-ctrls:before {
  display: inline-block;
  margin: 0 -5px 0 0;
  width: 0px;
  height: 100%;
  vertical-align: bottom;
  content: '';
}
.snapshot.snapshot-product .snapshot-product-ctrls .wishlist-flag {
  vertical-align: bottom;
}
.snapshot.snapshot-product.wishlist-added .wishlist-flag {
  top: 100px;
  -webkit-transition: top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.snapshot.snapshot-product.wishlist-added .snapshot-like-bar .go-to-wishlist {
  bottom: 115%;
  opacity: 1;
  -webkit-transition: bottom 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.snapshot.snapshot-game {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.snapshot.snapshot-game .snapshot-inner {
  background: transparent;
  border: 0;
}
.snapshot.snapshot-game .snapshot-like-bar {
  font-size: 14pt;
  position: relative;
  background: rgba(49, 94, 151, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.1em;
  min-height: 65px;
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.snapshot.snapshot-game .snapshot-like-bar .icon-darrow {
  top: -0.1em;
}
.snapshot.snapshot-game:hover .snapshot-like-bar {
  background: #315e97;
}
.snapshot-like-count {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cubano', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14pt;
  line-height: 1em;
  top: -3px;
}
@media (min-width: 550px) {
  .snapshot {
    width: 50%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .snapshot {
    padding: 10px;
  }
  .snapshot.snapshot-game {
    width: 50%;
    padding: 10px;
    opacity: 0.9;
  }
  .snapshot.snapshot-game .snapshot-inner {
    -webkit-transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .snapshot.snapshot-game:hover .snapshot-inner {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .snapshot.snapshot-game .snapshot-like-bar {
    font-size: 16pt;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 800px) {
  .snapshot {
    width: 33%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .snapshot-row.more-cta {
    text-align: right;
    padding-right: 40px;
  }
  .snapshot-row.more-cta .btn-red.btn-long {
    display: inline-block;
    width: auto;
  }
  .snapshot {
    width: 25%;
  }
  .snapshot.snapshot-game {
    padding: 20px;
  }
}
/* ===== GALLERY -> OVERLAY MODAL ===== */
.gallery-overlay {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.gallery-overlay #player-container .innerWrapper {
  background: rgba(0, 0, 0, 0.5);
}
.gallery-overlay .modal {
  max-width: 550px;
  margin-bottom: 50px;
}
.gallery-overlay .gallery-close {
  position: absolute;
  z-index: 10001;
  top: -40px;
  right: 0;
}
.snapshot-modal-wrapper {
  background: none;
  margin: 0 auto;
  width: 80%;
  max-width: 550px;
  position: relative;
  z-index: 10001;
}
.snapshot-modal-wrapper .snapshot {
  width: 100%;
  cursor: default;
}
.snapshot-modal-wrapper.landscape {
  max-width: 700px;
}
.snapshot-modal-wrapper .snapshot-inner.pic-thumb {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: transform 300ms cubic-bezier(1, 0, 0, 1), -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
}
.snapshot-modal-wrapper .snapshot-inner.video-thumb {
  background: #000;
}
.snapshot-modal-wrapper .snapshot-inner.video-thumb img {
  opacity: 0.7;
}
.snapshot-modal-wrapper .snapshot-inner.loaded {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: transform 300ms cubic-bezier(1, 0, 0, 1);
  transition: transform 300ms cubic-bezier(1, 0, 0, 1), -webkit-transform 300ms cubic-bezier(1, 0, 0, 1);
}
.snapshot-modal-wrapper .snapshot-video,
.snapshot-modal-wrapper .snapshot-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-modal .modal-inner {
  margin: 0 -20px;
  width: auto;
}
.gallery-modal-actionitem {
  display: inline-block;
  margin: 0 10px -10px;
  position: relative;
  text-decoration: none;
}
.gallery-modal-actionitem .icon-redcircle,
.gallery-modal-actionitem .flag-tag {
  position: relative;
  z-index: 10001;
}
.gallery-modal-actionitem .flag-tag {
  z-index: 10000;
  top: -20px;
  padding-left: 30px;
  margin-left: -25px;
  font-size: 1em;
}
.gallery-modal-actionitem:active .icon-redcircle,
.gallery-modal-actionitem:focus .icon-redcircle,
.gallery-modal-actionitem:visited .icon-redcircle {
  background: #ee2e2f;
}
.gallery-modal-actionitem:active .icon-redcircle svg,
.gallery-modal-actionitem:focus .icon-redcircle svg,
.gallery-modal-actionitem:visited .icon-redcircle svg {
  color: #fff;
  fill: #fff;
}
.gallery-modal-actionitem.desktop:hover .icon-redcircle {
  background: #fff;
}
.gallery-modal-actionitem.desktop:hover .icon-redcircle svg {
  color: #ee2e2f;
  fill: #ee2e2f;
}
/*  =============================== *
 *  === SPECIFIC PAGES ============ *
 *  =============================== */
/* ===  GLOBAL SECTIONS */
/* ===== HOME -> FOOTER ===== */
#shg-sect-footer {
  background-color: #113056;
  min-height: 250px;
  padding: 50px 20px 100px;
  font-size: 9pt;
  font-family: Arial, sans-serif;
  text-align: center;
}
#shg-sect-footer .article-col {
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
}
@media print {
  #shg-sect-footer {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 737px) {
  #shg-sect-footer #logo-dc {
    /*max-width: 60px;*/
    /* new logo updates */
    max-width: 69px;
  }
  #shg-sect-footer .dropdown-wrapper {
    max-width: 100%;
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 0px 10px;
    max-width: 400px;
  }
  #shg-sect-footer .dropdown-wrapper .selected-title {
    display: block;
    padding: 15px 0;
    max-width: 99%;
    padding-right: 55px;
  }
}
.footer-links {
  display: block;
  list-style: none;
  margin: 0 -10px;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #fff;
  font-family: "Cubano", sans-serif;
  font-weight: 600;
  font-style: normal;
}


.footer-links li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  margin: 1px 0;
  padding: 0 4px 0 3px;
}
.footer-links li.mobile-break {
  display: block;
  width: 100%;
}
.footer-links li.mobile-break,
.footer-links li.mobile-no-border {
  border-right: none;
}
.footer-links a,
.footer-links a:visited {
  color: #fec70f;
  text-decoration: none;
}
.footer-links a:active,
.footer-links a:hover {
  color: #fff;
}
.footer-map {
  padding: 30px 0;
}
.footer-fineprint {
  padding: 20px 0;
}
.footer-fineprint .footer-links {
  padding-top: 0;
}
.footer-fineprint .footer-links li {
  border: none;
}
.footer-fineprint .footer-links p {
  line-height: 1em;
}
.footer-fineprint .copyright {
  padding: 20px 0;
}
.footer-fineprint .footer-links li a,
.footer-fineprint .copyright a {
  color: #fff;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #shg-sect-footer {
    padding: 50px 40px;
    vertical-align: middle;
  }
  #shg-sect-footer .social-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    max-width: 300px;
  }
  #shg-sect-footer .article-col.col-left {
    width: 45%;
    text-align: left;
  }
  #shg-sect-footer .article-col.col-right {
    width: 54%;
    text-align: right;
  }
  #shg-sect-footer .dropdown-wrapper {
    width: 75%;
  }
  .footer-links {
    font-size: 11pt;
    margin: 0px auto;
  }
  .footer-links li {
    margin-top: 3px;
    padding-left: 7px;
    padding-right: 6px;
  }
  .footer-links li.mobile-break {
    display: none;
    visibility: hidden;
  }
  .footer-links li.mobile-no-border {
    border-right: 1px solid #fff;
  }
  .footer-links li.mobile-no-border:last-child {
    border-right: none;
  }
  .footer-links.footer-map {
    text-align: center-justify;
  }/*
  .privacy-links,
  .logos,
  .copyright {
    display: inline-block;
    vertical-align: middle;
    color: #09182b;
    font-family: Arial, sans-serif;
  }*/
  .footer-fineprint {
    font-size: 14px;
    width: 89%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    padding: 0 0 10px 15px;
  }
  .footer-fineprint .copyright {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 50%;
    text-align: left;
    color: #fff;
    padding: 10px 0;
    line-height: 1.4em;
  }
  .footer-fineprint .copyright a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .privacy-links {
    width: 50%;
    float: right;
    text-align: right;
    color: #09182b;
    line-height: 1.4em;
    padding-top: 10px;
  }
  .privacy-links .footer-links {
    font-size: inherit;
    padding: 0;
    font-weight: normal;
    font-family: Arial, sans-serif;
  }
  .privacy-links .footer-links li {
    margin: 0;
  }
  .logos {
    display: inline-block;
    float: left;
    width: 10%;
    vertical-align: middle;
  }
  .logos img {
    width: 100%;
  }
  #shg-sect-footer #logo-dc {
    max-width: 69px;
  }
  .text {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .footer-fineprint {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .privacy-links {
    width: 65%;
  }
  .footer-fineprint .copyright {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .logos {
    text-align: left;
    width: 4.5%;
    margin-left: 8px;
  }
  .footer-fineprint {
    width: 94.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .logos {
    width: 4%;
  }
}
@media (min-width: 1300px) {
  .logos {
    width: 3%;
  }
  #shg-sect-footer .logos {
    width: 4.5%;
  }
}
.footer-fineprint .privacy-links .footer-links.footer-map li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  margin: 1px 0;
  padding: 0 8px 0 3px;
}
.footer-fineprint .privacy-links .footer-links.footer-map li.mobile-no-border {
  border: 0;
  padding-right: 0;
}
.footer-fineprint .privacy-links .footer-links.footer-map li a {
  color: #fec70f;
}
.footer-links li.legal-drop {
  display: block;
  margin: 0;
  padding: 0;
}
.social-row {
  margin-bottom: 25px;
}
#shg-sect-app {
  background: url('../images/bg-appad.gif') repeat center top;
  position: relative;
  z-index: 10;
}
#shg-sect-app .top-text {
  width: 60%;
  margin: 3% auto 0;
  text-align: center;
}
#shg-sect-app .images {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
#shg-sect-app img {
  width: 40%;
  margin: 2.5% auto 5%;
  display: inline-block;
}
#shg-sect-app .app-holder {
  width: 59%;
  display: inline-block;
  position: absolute;
  top: 33%;
}
#shg-sect-app .app-holder img {
  width: 100%;
  display: block;
  margin: 0%;
}
#shg-sect-app .app-holder a {
  text-decoration: none;
  width: 27.5%;
  display: inline-block;
  margin-left: 5%;
  opacity: 0.9;
}
#shg-sect-app .app-holder a:active,
#shg-sect-app .app-holder a:focus,
#shg-sect-app .app-holder a:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  #shg-sect-app .top-text {
    width: 100%;
    padding: 0 20px;
    font-size: 12pt;
    line-height: 1.5em;
  }
  #shg-sect-app .images {
    width: 100%;
  }
  #shg-sect-app img {
    width: 100%;
    display: block;
  }
  #shg-sect-app .app-holder {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
  }
  #shg-sect-app .app-holder a {
    width: 65%;
    display: block;
    margin: 5% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #shg-sect-app .app-holder a {
    width: 30%;
    display: inline-block;
    margin-left: 2.25%;
  }
}
@media print {
  #shg-sect-app {
    display: none !important;
    visibility: hidden;
  }
}
/* ===  INDEX PAGE */
/* ===== HOME -> EPISODES ===== */
#shg-sect-episodes .shg-section {
  padding-top: 20px;
  padding-bottom: 0;
}
/*  === MEDIA QUERIES ============= */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-sect-episodes {
    padding-bottom: 20px;
  }
  #episode-wrapper {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  #shg-sect-episodes .ep-thumb {
    width: 48%;
  }
}
/* ===== HOME -> ARTICLES ===== */
.article-col {
  display: block;
  position: relative;
  margin: 0 auto;
}
.article-col .flag-group {
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-contents {
  position: relative;
  max-height: 475px;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  z-index: 500;
}
.article-contents .photo {
  display: block;
  position: relative;
  width: 100%;
}
.article-captions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 0 40px;
}
.article-captions .title {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
/*  === MEDIA QUERIES ============= */
/* Mobile fix for section break */
@media (max-width: 768px) {
  #shg-sect-heropreview .container-fluid-constrict {
    margin-bottom: -9px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .article-contents .photo {
    margin-top: -10%;
  }
  #shg-sect-articles .article-contents .photo {
    margin-top: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-sect-articles {
    background: #fff;
  }
  .article-col {
    /*width: 49.8%;*/
	width: 50%;
    float: left;
  }
  .article-col.col-right {
    float: right;
  }
  .article-break {
    display: none;
    visibility: hidden;
  }
  .article-contents {
    bottom: 10%;
    max-height: none;
  }
  .article-contents .photo {
    margin-top: 0;
  }
  .article-captions {
    padding-bottom: 30px;
  }
  .article-captions .title {
    padding-right: 20%;
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .article-captions {
    padding-bottom: 50px;
  }
}
/* ===== HOME -> Meet the Heroes ===== */
#shg-sect-heropreview .flag-group {
  margin-top: 20px;
}
#shg-sect-heropreview .animation-spoiler {
  padding: 20px;
}
#shg-sect-heropreview .animation {
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  #shg-sect-heropreview .animation-group {
    height: 100%;
    position: relative;
    display: table;
  }
  #shg-sect-heropreview .flag-group {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60%;
  }
  #shg-sect-heropreview .animation-spoiler {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: right;
    padding-top: 12%;
    padding-bottom: 8%;
    height: auto;
  }
  #shg-sect-heropreview .animation-spoiler .headline.text-left {
    text-align: right;
  }
  #shg-sect-heropreview .animation-spoiler-inner {
    padding: 0 20px;
    width: 85%;
    margin: 0 auto;
  }
  #shg-sect-heropreview .animation {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  #shg-sect-heropreview .animation .feature-animation-wrapper {
    margin-bottom: -10px;
  }
}
@media (min-width: 1200px) {
  #shg-sect-heropreview .animation-spoiler {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  #shg-sect-heropreview .animation-spoiler-inner {
    width: 80%;
  }
}
@media (min-width: 1300px) {
  #shg-sect-heropreview .animation-spoiler {
    padding-top: 5%;
  }
}
.feature-animation-wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0;
}
.ani-loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.ani-block,
.ani-frame,
.feature-animation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.feature-animation {
  background: rgba(17, 48, 86, 0.5);
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.ani-frame {
  height: auto;
  opacity: 1;
  z-index: 300;
}
.feature-animation-wrapper.loading .ani-loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 250ms linear 100ms;
  transition: opacity 250ms linear 100ms;
}
.feature-animation-wrapper.loading .feature-animation {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  opacity: 0;
}
/* ===  CHARACTER PAGES */
/* ===== CHARACTERS -> LANDING ===== */
.char-select-wrapper,
.char-select-group {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.char-select-wrapper {
  min-height: 600px;
}
.char-select-group {
  background: #fff;
}
.char-select {
  background: #fff;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0px;
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
}
.char-cover,
.char-link:after,
.char-name {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.char-name .icon-darrow {
  height: 1em;
}
.char-cover {
  top: 0;
  border: 6px solid #fff;
  height: 100%;
  z-index: 500;
}
.char-name {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgba(8, 19, 82, 0.7);
  bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  -webkit-transition: padding-bottom 250ms ease;
  transition: padding-bottom 250ms ease;
}
.char-link {
  display: block;
  margin: 0;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
  width: 100%;
}
.char-link:hover {
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.char-link img {
  display: block;
  margin: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 499;
}
.char-link:after {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  height: 100%;
  left: -100%;
  opacity: 0;
  top: 0%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 80%;
  z-index: 495;
}
.char-select:hover .char-name {
  padding-bottom: 50px;
  -webkit-transition: padding-bottom 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: padding-bottom 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.char-select:hover .char-link .char-cover {
  -webkit-animation: cameraFlash 100ms 1;
          animation: cameraFlash 100ms 1;
}
.char-select:hover .char-link img {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.char-select:hover .char-link:after {
  left: -50%;
  opacity: 1;
  -webkit-transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* == character specifics */
.char-wondy,
.char-others {
  width: 100%;
}
.char-wondy .char-cover {
  border-bottom: 0;
}
.char-wondy .char-link {
  background: #1f316a;
}
.char-wondy .char-link:hover {
  background: #2b4391;
}
.char-batgirl .char-cover {
  border-right: 0;
  border-bottom: 0;
}
.char-batgirl .char-link {
  background: #14131c;
}
.char-batgirl .char-link:hover {
  background: #2a283a;
}
.char-katana .char-cover {
  border-bottom: 0;
}
.char-katana .char-link {
  background: #a79a6b;
}
.char-katana .char-link:hover {
  background: #bab08b;
}
.char-harley .char-cover {
  border-right: 0;
  border-bottom: 0;
}
.char-harley .char-link {
  background: #d41829;
}
.char-harley .char-link:hover {
  background: #a61320;
}
.char-supergirl {
  float: right;
}
.char-supergirl .char-link {
  background: #ffd45f;
}
.char-supergirl .char-link:hover {
  background: #ffc62c;
}
.char-bee .char-cover {
  border-bottom: 0;
}
.char-bee .char-link {
  background: #4cb9ca;
}
.char-bee .char-link:hover {
  background: #2e8d9b;
}
.char-ivy .char-cover {
  border-right: 0;
}
.char-ivy .char-link {
  background: #fff4d3;
}
.char-ivy .char-link:hover {
  background: #ffdb6d;
}
.char-others .char-cover {
  border-top: 0;
}
.char-others .char-link {
  background: #000000;
}
.char-others .char-link:hover {
  background: #1a1a1a;
}
/* Extra small devices (phones, less than 768px) */
/* default */
@media (max-width: 768px) {
  #shg-sect-charsel {
    padding-bottom: 20px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .char-name {
    font-size: 28px;
    padding: 25px 20px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .char-select-group {
    width: 50%;
    float: left;
  }
  .char-select img {
    opacity: 0.90;
  }
  .char-name {
    font-size: 28px;
  }
  .char-wondy,
  .char-others {
    width: 50%;
  }
  .char-wondy .char-cover,
  .char-supergirl .char-cover {
    border-right: 0;
  }
  .char-others .char-cover {
    border-top: 6px solid #fff;
  }
}
/*  CSS Animation Keyframes for Flash */
@-webkit-keyframes cameraFlash {
  0% {
    background: transparent;
  }
  50% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}
@keyframes cameraFlash {
  0% {
    background: transparent;
  }
  50% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
}
/* ===== CHARACTERS -> PROFILES ===== */
/* ===== CHARACTERS -> PROFILE NAV ===== */
.profile-nav-wrapper {
  display: block;
  height: auto;
  padding: 0 51px 10px;
  position: relative;
  height: 113px;
  z-index: 500;
  max-width: 725px;
  z-index: 790;
}
.profile-nav-wrapper .bx-viewport {
  min-height: 118px;
  margin: 0 auto;
}
.profile-nav-wrapper.shrink-margin {
  margin: 0 -30px;
}
@media (min-width: 767px) {
  .profile-nav-wrapper {
    padding: 0 40px 10px;
  }
}
.profile-nav {
  display: block;
  height: 113px;
  line-height: 1.1em;
  list-style-type: none;
  margin: 0 auto;
  min-width: 320px;
  overflow: hidden;
  padding: 10px 31.5px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 400;
}
.profile-nav-item,
.profile-nav-item a,
.profile-nav-item a:hover,
.profile-nav-item a:active,
.profile-nav-item a:focus,
.profile-nav-item a:visited {
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #b1a681;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  vertical-align: top;
  width: 63px;
  outline: none;
  opacity: 1;
}
.no-touch .profile-nav-item a:hover,
.no-touch .profile-nav-item.active a {
  color: #fec70f;
  outline: none;
}
.profile-nav-item {
  margin: 0 12px 5px;
  opacity: 1;
  -webkit-transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.profile-nav-item.nav-ctrl {
  position: absolute;
  top: 10.5px;
  margin: 0;
}
.profile-nav-item.nav-prev {
  left: -5px;
}
.profile-nav-item.nav-next {
  right: -5px;
}
.profile-nav-item.item-hidden {
  opacity: 0;
}
.profile-nav-label {
  display: block;
  height: 30px;
  min-height: 30px;
  line-height: 1em;
  position: relative;
}
.ni-bee .profile-nav-label {
  left: -15%;
}
.ni-supergirl .profile-nav-label {
  left: -10%;
}
@media (max-width: 550px) {
  .ni-supergirl .profile-nav-label {
    left: 0;
  }
}
.profile-nav-icon {
  background: transparent url('../images/sprites-charnav.png') no-repeat 0 0;
  background-size: 1000% auto;
  display: block;
  height: 63px;
  margin: 0 auto 8px;
  overflow: hidden;
  width: 63px;
}
#shg-profile-batgirl .item-batgirl {
  opacity: 1 !important;
}
#shg-profile-batgirl .item-batgirl .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-batgirl,
.no-touch .profile-nav-icon.icon-batgirl:focus,
.no-touch .item-batgirl:focus .profile-nav-icon.icon-batgirl,
.item-batgirl:visited .profile-nav-icon.icon-batgirl {
  background-position: 0% 0;
}
#shg-profile-batgirl .profile-nav-icon.icon-batgirl,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-batgirl,
.active .profile-nav-icon.icon-batgirl,
.no-touch .profile-nav-icon.icon-batgirl:hover {
  background-position: 0% 100%;
}
#shg-profile-bee .item-bee {
  opacity: 1 !important;
}
#shg-profile-bee .item-bee .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-bee,
.no-touch .profile-nav-icon.icon-bee:focus,
.no-touch .item-bee:focus .profile-nav-icon.icon-bee,
.item-bee:visited .profile-nav-icon.icon-bee {
  background-position: 11.11111111% 0;
}
#shg-profile-bee .profile-nav-icon.icon-bee,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-bee,
.active .profile-nav-icon.icon-bee,
.no-touch .profile-nav-icon.icon-bee:hover {
  background-position: 11.11111111% 100%;
}
#shg-profile-harley .item-harley {
  opacity: 1 !important;
}
#shg-profile-harley .item-harley .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-harley,
.no-touch .profile-nav-icon.icon-harley:focus,
.no-touch .item-harley:focus .profile-nav-icon.icon-harley,
.item-harley:visited .profile-nav-icon.icon-harley {
  background-position: 22.22222222% 0;
}
#shg-profile-harley .profile-nav-icon.icon-harley,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-harley,
.active .profile-nav-icon.icon-harley,
.no-touch .profile-nav-icon.icon-harley:hover {
  background-position: 22.22222222% 100%;
}
#shg-profile-ivy .item-ivy {
  opacity: 1 !important;
}
#shg-profile-ivy .item-ivy .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-ivy,
.no-touch .profile-nav-icon.icon-ivy:focus,
.no-touch .item-ivy:focus .profile-nav-icon.icon-ivy,
.item-ivy:visited .profile-nav-icon.icon-ivy {
  background-position: 33.33333333% 0;
}
#shg-profile-ivy .profile-nav-icon.icon-ivy,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-ivy,
.active .profile-nav-icon.icon-ivy,
.no-touch .profile-nav-icon.icon-ivy:hover {
  background-position: 33.33333333% 100%;
}
#shg-profile-katana .item-katana {
  opacity: 1 !important;
}
#shg-profile-katana .item-katana .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-katana,
.no-touch .profile-nav-icon.icon-katana:focus,
.no-touch .item-katana:focus .profile-nav-icon.icon-katana,
.item-katana:visited .profile-nav-icon.icon-katana {
  background-position: 44.44444444% 0;
}
#shg-profile-katana .profile-nav-icon.icon-katana,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-katana,
.active .profile-nav-icon.icon-katana,
.no-touch .profile-nav-icon.icon-katana:hover {
  background-position: 44.44444444% 100%;
}
#shg-profile-supergirl .item-supergirl {
  opacity: 1 !important;
}
#shg-profile-supergirl .item-supergirl .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-supergirl,
.no-touch .profile-nav-icon.icon-supergirl:focus,
.no-touch .item-supergirl:focus .profile-nav-icon.icon-supergirl,
.item-supergirl:visited .profile-nav-icon.icon-supergirl {
  background-position: 55.55555556% 0;
}
#shg-profile-supergirl .profile-nav-icon.icon-supergirl,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-supergirl,
.active .profile-nav-icon.icon-supergirl,
.no-touch .profile-nav-icon.icon-supergirl:hover {
  background-position: 55.55555556% 100%;
}
#shg-profile-wondy .item-wondy {
  opacity: 1 !important;
}
#shg-profile-wondy .item-wondy .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-wondy,
.no-touch .profile-nav-icon.icon-wondy:focus,
.no-touch .item-wondy:focus .profile-nav-icon.icon-wondy,
.item-wondy:visited .profile-nav-icon.icon-wondy {
  background-position: 66.66666667% 0;
}
#shg-profile-wondy .profile-nav-icon.icon-wondy,
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-wondy,
.active .profile-nav-icon.icon-wondy,
.no-touch .profile-nav-icon.icon-wondy:hover {
  background-position: 66.66666667% 100%;
}
#shg-profile-others .item-others {
  opacity: 1 !important;
}
#shg-profile-others .item-others .profile-nav-label {
  color: #fec70f;
}
.profile-nav-icon.icon-others,
.no-touch .item-others:focus .profile-nav-icon.icon-others,
.item-others:visited .profile-nav-icon.icon-others {
  background-position: 77.77777778% 0;
}
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-others,
.active .profile-nav-icon.icon-others,
.no-touch .profile-nav-icon.icon-others:hover {
  background-position: 77.77777778% 100%;
}
.profile-nav-icon.icon-prev,
.no-touch .item-prev:focus .profile-nav-icon.icon-prev,
.item-prev:visited .profile-nav-icon.icon-prev {
  background-position: 88.88888889% 0;
  margin: 0 -10px 0 0;
}
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-prev,
.active .profile-nav-icon.icon-prev,
.no-touch .profile-nav-icon.icon-prev:hover {
  background-position: 88.88888889% 100%;
}
.profile-nav-icon.icon-next,
.no-touch .item-next:focus .profile-nav-icon.icon-next,
.item-next:visited .profile-nav-icon.icon-next {
  background-position: 100% 0;
  margin: 0;
}
.no-touch .profile-icon-wrapper:hover .profile-nav-icon.icon-next,
.active .profile-nav-icon.icon-next,
.no-touch .profile-nav-icon.icon-next:hover {
  background-position: 100% 100%;
}
.nav-ctrl {
  display: none;
}
/* default */
@media only screen and (min-width: 360px) and (max-width: 380px) {
  .profile-nav-wrapper {
    padding: 0 40px 10px;
  }
  .profile-nav-item.nav-next {
    right: -15px;
  }
  .profile-nav-item.nav-prev {
    left: -17px;
  }
}
@media only screen and (min-width: 400px) {
  .profile-nav-wrapper {
    padding-left: 50px;
    padding-right: 52px;
  }
  .profile-nav-item {
    margin: 0 6px 5px;
  }
  .ni-bee {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .profile-nav-item {
    margin: 0 4px 5px;
  }
  .item-bee .profile-nav-label {
    left: -7%;
  }
}
@media (max-width: 550px) {
  .profile-nav-label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 550px) {
  .profile-nav-wrapper .bx-viewport {
    max-width: 458px;
  }
}
@media only screen and (min-width: 660px) {
  .profile-nav-wrapper .bx-viewport {
    max-width: 550px;
  }
}
@media only screen and (min-width: 730px) {
  .profile-nav-wrapper .bx-viewport {
    max-width: 630px;
  }
}
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .profile-nav-wrapper .bx-viewport {
    max-width: 100%;
  }
  .profile-nav-wrapper {
    max-width: 765px;
  }
  .profile-nav {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 790px) {
  .profile-nav-wrapper {
    max-width: 720px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .profile-nav-wrapper {
    max-width: 765px;
    z-index: 550;
  }
  .profile-nav {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
  .profile-nav-item {
    margin: 0 10px 5px;
  }
  a.profile-icon-wrapper {
    opacity: 0.7;
    -webkit-transition: opacity 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  a.profile-icon-wrapper:hover {
    opacity: 1;
    -webkit-transition: opacity 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .profile-nav-wrapper {
    max-width: 825px;
  }
  .profile-nav {
    height: 125px;
  }
  .profile-nav-item,
  .profile-nav-item a,
  .profile-nav-item a:hover {
    width: 70px;
  }
  .profile-nav-icon {
    height: 70px;
    width: 70px;
  }
}
.cprofile-intro-wrapper {
  font-family: 'Cubano', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  display: block;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
  min-height: 500px;
  height: 100%;
  width: 100%;
}
.cprofile-intro-wrapper:after {
  content: '';
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  left: 90%;
  top: 0;
  z-index: 200;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.cprofile-intro-wrapper .hotspot-mobile {
  position: absolute;
  bottom: 5%;
  left: 20px;
  z-index: 450;
}
.cprofile-nav-container,
.cprofile-inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.cprofile-content {
  display: block;
  padding: 25px 20px 0;
  position: relative;
  z-index: 900;
  min-height: 100%;
}
.cprofile-content:before,
.cprofile-content:after {
  content: " ";
  display: table;
}
.cprofile-content:after {
  clear: both;
}
.cprofile-content:before,
.cprofile-content:after {
  content: " ";
  display: table;
}
.cprofile-content:after {
  clear: both;
}
.cprofile-content .flag-group:first-child {
  display: block;
  margin-left: -50px;
  min-width: 250px;
}
.cprofile-col {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 400;
}
.cprofile-name {
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: left;
  padding-left: 0;
  width: 100%;
}
.cprofile-name small {
  display: block;
}
.cprofile-bio {
  padding: 0 20px 15px 0;
}
.cprofile-traits {
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0px 5px 20px 0;
  background: transparent;
  display: block;
  margin: 10px 0 0 0;
  list-style-type: none;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 280;
}
.cprofile-traits .trait-item {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
  margin: 3px 5px 3px 2px;
}
.cprofile-traits .trait-item:before {
  content: '';
  display: block;
  position: absolute;
  height: 1.3em;
  width: 1.3em;
  left: -3px;
  background: url('../images/icon-star.png') no-repeat;
  background-size: 100% auto;
}
.cprofile-mobile-cover {
  display: block;
  position: relative;
  max-height: 500px;
  max-width: 500px;
  overflow: hidden;
  right: -7%;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 210;
}
.cprofile-mobile-cover img {
  width: 100%;
  position: relative;
  display: block;
}
.cprofile-burst {
  position: absolute;
  bottom: 0%;
  right: -3%;
  width: 110%;
  max-height: 85%;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 1;
  -webkit-transform: scale(1, 1) rotate(0deg);
          transform: scale(1, 1) rotate(0deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 205;
  -webkit-animation: profileburst 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
          animation: profileburst 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
}
@media (max-width: 767px) {
  .cprofile-content .flag-group:first-child .flag-spec-gold {
    font-size: 30px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    padding-left: 50px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cprofile-intro-wrapper {
    padding: 80px 15px 0;
    margin: 0 auto;
    height: auto;
  }
  .cprofile-intro-wrapper .hotspot-mobile {
    display: none;
    visibility: hidden;
  }
  .cprofile-inner {
    width: 97%;
  }
  .cprofile-name {
    margin: 0;
    width: 100%;
  }
  .cprofile-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .cprofile-content .flag-group:first-child .flag-spec-gold {
    font-size: 35px;
    line-height: 33px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .cprofile-col {
    width: 40%;
    margin: 0;
    float: left;
    margin-top: 10px;
  }
  .cprofile-col.cprofile-char-cover {
    min-height: 500px;
  }
  .cprofile-bio {
    width: 90%;
    line-height: 1.4em;
  }
  .cprofile-traits {
    background: transparent;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding-top: 15px;
    margin-top: 0;
    z-index: 901;
  }
  .cprofile-traits .trait-item {
    display: block;
    padding-bottom: 15px;
    padding-left: 2.5em;
    max-width: 100%;
  }
  .cprofile-traits .trait-item:before {
    top: -1px;
  }
  .cprofile-mobile-cover {
    display: none;
    visibility: hidden;
  }
  .cprofile-burst {
    width: 60%;
    right: -2%;
    top: 32%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cprofile-intro-wrapper {
    min-height: 800px;
    height: auto;
  }
  .cprofile-intro-wrapper:after {
    left: 68%;
  }
  .cprofile-name small {
    padding-right: 15%;
  }
  .cprofile-inner {
    width: 100%;
    max-width: 1300px;
  }
  .cprofile-burst {
    right: -1%;
    top: 28%;
  }
  .cprofile-content {
    padding-left: 35px;
  }
  .cprofile-content .flag-group:first-child {
    margin-left: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cprofile-burst {
    right: 3%;
    width: 56%;
  }
  .cprofile-name {
    width: 100%;
  }
}
/* ===== CHARACTERS -> PROFILE MODAL ===== */
/* Extra small devices (phones, less than 768px) */
/* default */
.cprofile-modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
.cprofile-modal.active {
  display: block;
  -webkit-animation: modalfadein cubic-bezier(0.55, 0.055, 0.675, 0.19) 250ms;
          animation: modalfadein cubic-bezier(0.55, 0.055, 0.675, 0.19) 250ms;
  z-index: 900;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.cprofile-modal-wrapper {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 0;
  opacity: 0;
}
.cprofile-modal-wrapper.active {
  opacity: 1;
  z-index: 1800;
}
.cprofile-modal-canvas {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 50px;
  position: relative;
  z-index: 900;
}
.cprofile-modal-canvas .cprofile-modal-inner {
  display: block;
  width: 90%;
  padding: 0;
  position: relative;
  margin: 0 auto;
  z-index: 901;
}
.cprofile-modal-canvas img.character {
  display: block;
  width: 100%;
  position: relative;
  z-index: 901;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cprofile-modal-canvas .cprofile-modal-ctrls,
.cprofile-modal-canvas .cprofile-modal-hotspots,
.cprofile-modal-canvas .cprofile-modal-infoboxes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 903;
}
.cprofile-modal-canvas .cprofile-modal-infoboxes {
  z-index: 902;
}
.cprofile-modal-canvas .cprofile-modal-hotspots {
  -webkit-transition: opacity 500ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  z-index: 900;
}
.cprofile-modal-canvas .cprofile-modal-hotspots.active {
  opacity: 1;
  -webkit-transition: opacity 500ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1);
}
.cprofile-modal-canvas .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 903;
}
.hotspot-ctrl,
.hotspot-icon {
  display: block;
  width: 25%;
  height: auto;
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  border-radius: 100%;
  position: absolute;
}
.hotspot-ctrl img,
.hotspot-icon img {
  display: block;
  width: 100%;
}
.hotspot-icon,
.hotspot-icon:before,
.hotspot-icon:after {
  background: rgba(0, 191, 241, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: block;
  -webkit-animation: radarloopb 1200ms cubic-bezier(1, 0, 0, 1) infinite;
          animation: radarloopb 1200ms cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
.hotspot-icon {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  z-index: 100;
}
.hotspot-icon:before,
.hotspot-icon:after {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}
.hotspot-icon:after {
  z-index: 200;
}
.hotspot-icon:before {
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  z-index: 300;
}
.hotspot-icon.active-hovering,
.hotspot-icon.selected {
  -webkit-animation: radarloopa 600ms cubic-bezier(1, 0, 0, 1) infinite;
          animation: radarloopa 600ms cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.hotspot-icon.active-hovering:before,
.hotspot-icon.selected:before,
.hotspot-icon.active-hovering:after,
.hotspot-icon.selected:after {
  -webkit-animation: none;
          animation: none;
}
.hotspot-icon.pause-hover,
.hotspot-icon.pause-hover:after,
.hotspot-icon.pause-hover:before {
  opacity: 0.8;
  -webkit-animation: none;
          animation: none;
}
.hotspot-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: auto;
  color: #035288;
  font-size: 14px;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.hotspot-info.active {
  display: block;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 1;
  top: 80%;
}
.hotspot-info .info-inner {
  display: block;
  position: relative;
  z-index: 903;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px 5px;
  text-align: center;
  font-size: 16px;
}
.hotspot-info .info-inner h5 {
  margin: 0;
  padding-left: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Cubano', sans-serif;
  font-weight: 800;
  font-style: italic;
}
.hotspot-info .icon-close {
  position: absolute;
  top: -20px;
  right: -7%;
}
.hotspot-info:before,
.hotspot-info:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hotspot-info:before {
  background: #fff;
  z-index: 902;
}
.hotspot-info:after {
  background: #ee2e2f;
  z-index: 901;
  top: 10px;
  left: 10px;
}
.cprofile-modal-wrapper .hotspot-info {
  margin-bottom: 50px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cprofile-modal {
    background: none;
    display: block;
    left: auto;
    max-width: 650px;
    min-height: 500px;
    position: absolute;
    right: 0%;
    top: 30%;
    width: 65%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation: none;
            animation: none;
    padding-top: 0;
  }
  .cprofile-modal.flybottom {
    -webkit-animation: flybottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
            animation: flybottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
  }
  .cprofile-modal.fadedown {
    -webkit-animation: fadedown 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 1;
            animation: fadedown 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 1;
  }
  .cprofile-modal.speedright {
    -webkit-animation: speedright 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 1;
            animation: speedright 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 1;
  }
  .cprofile-modal .modal-close {
    display: none;
    visibility: hidden;
  }
  .cprofile-modal .cprofile-modal-inner {
    width: 100%;
  }
  .cprofile-modal-canvas {
    position: absolute;
    bottom: 30%;
    left: 6%;
  }
  .hotspot-info {
    left: 10%;
    width: 80%;
  }
  .hotspot-info.active {
    top: -30%;
  }
  .hotspot-info .info-inner {
    padding-left: 25px;
    padding-right: 30px;
    left: 0;
  }
  .hotspot-info:before,
  .hotspot-info:after {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cprofile-modal {
    right: 5%;
    left: auto;
    width: 55%;
    top: 25%;
  }
  .hotspot-info.active {
    top: -10%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cprofile-modal {
    right: 11%;
  }
  .hotspot-info {
    width: 75%;
  }
}
/* ===== CHARACTERS -> INTERACTIVE  ===== */
.cinteract-bg.bg-bottom {
  height: 25%;
  background-image: url('../images/bgtile-starskew.png');
  top: auto;
  bottom: 0;
}
.cinteract-bg.bg-bottom .btn-red {
  position: absolute;
  bottom: 0;
}
.interactive-module.no-ground .cinteract-bg.bg-top {
  height: 100%;
}
.interactive-module.no-ground .cinteract-bg.bg-bottom {
  height: auto;
}
.interactive-module.no-ground .cinteract-bg.bg-bottom .btn-red {
  position: relative;
}
.cinteract-tabview {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}
.cinteract-tab-container.character-doll {
  padding-bottom: 15px;
}
.doll-viewer {
  width: 33%;
  min-width: 180px;
  margin: 5% -5% 0 0;
  float: right;
}
.doll-viewer img {
  width: 100%;
}
.doll-info {
  position: absolute;
  left: 0;
  width: 64%;
}
.doll-info .cprofile-name {
  font-size: 28px;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .doll-viewer {
    margin-right: 10%;
  }
  .doll-info {
    width: 70%;
  }
  .doll-info .cprofile-name {
    font-size: 33px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cinteract-tab-container.character-videos {
    padding-left: 50px;
    padding-right: 50px;
  }
  .doll-viewer {
    float: none;
    margin: 0 15%;
  }
  .doll-info {
    left: auto;
    right: 0;
    top: 0;
    width: 40%;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== CHARACTERS -> ANIMATION SUITE ===== */
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    bottom: 40%;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    bottom: 10%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    bottom: 40%;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    bottom: 10%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes flybottom {
  0% {
    margin-bottom: -40%;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    margin-bottom: 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes flybottom {
  0% {
    margin-bottom: -40%;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    margin-bottom: 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes speedright {
  0% {
    opacity: 0;
    right: -20%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes speedright {
  0% {
    opacity: 0;
    right: -20%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@-webkit-keyframes modalfadein {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes modalfadein {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes moduleslidein {
  0% {
    left: 20%;
    opacity: 0;
    display: none;
  }
  100% {
    left: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes moduleslidein {
  0% {
    left: 20%;
    opacity: 0;
    display: none;
  }
  100% {
    left: 0;
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes profileburst {
  0%,
  50% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes profileburst {
  0%,
  50% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes radarloopa {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
}
@keyframes radarloopa {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
}
@-webkit-keyframes radarloopb {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes radarloopb {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* ===== CHARACTERS -> PROFILES OTHER ===== */
#shg-profile-others {
  background: #51747e url('../images/bg-others.gif');
  padding-top: 25px;
  padding-bottom: 50px;
  min-height: 500px;
}
.ochar-module {
  color: #fff;
  display: block;
  margin: 15% auto 15px auto;
  position: relative;
  width: 100%;
  z-index: 400;
  -webkit-transition: opacity 250ms cubic-bezier(1, 0, 0, 1), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(1, 0, 0, 1), top 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 0;
}
.ochar-module.inactive {
  opacity: 0;
  top: -50px;
}
.ochar-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ochar-inner {
  position: relative;
  z-index: 400;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
}
.ochar-img-wrapper {
  position: absolute;
  bottom: 0;
  height: 115%;
  max-height: 310px;
  z-index: 403;
}
.ochar-img-wrapper .ochar-img {
  height: 100%;
  margin: 0;
  display: block;
}
.ochar-name {
  display: inline-block;
  position: absolute;
  padding: 10px 30px;
  top: -30px;
  text-align: left;
  z-index: 402;
}
.ochar-name:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  width: 100%;
  height: 100%;
  z-index: 402;
}
.ochar-name .ochar-name-label {
  position: relative;
  z-index: 403;
}
.ochar-name-label {
  font-family: 'Cubano', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 25px;
}
.ochar-bio {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 404;
  min-height: 150px;
}
.ochar-bio .ochar-bio-inner {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.ochar-inner.ochar-left .ochar-img-wrapper {
  left: -5%;
}
.ochar-inner.ochar-left .ochar-name {
  right: 5%;
}
.ochar-inner.ochar-left .ochar-bio {
  padding-left: 45%;
}
.ochar-inner.ochar-right .ochar-img-wrapper {
  right: -5%;
}
.ochar-inner.ochar-right .ochar-name {
  left: 5%;
}
.ochar-inner.ochar-right .ochar-bio {
  text-align: right;
  padding-right: 40%;
}
/*  Character Specific Positioning */
/* Extra small devices (phones, less than 768px) */
/* default */
/* Not so small devices */
@media (min-width: 480px) {
  .ochar-inner.ochar-left .ochar-img-wrapper {
    left: 0;
  }
  .ochar-inner.ochar-right .ochar-img-wrapper {
    right: 0;
  }
}
@media (min-width: 550px) {
  .ochar-img-wrapper {
    height: 130%;
  }
}
/* Small devices (700px and up) -- special */
@media (min-width: 650px) {
  #shg-profile-others {
    padding-top: 40px;
  }
  .ochar-img-wrapper {
    height: auto;
    width: 35%;
    max-width: 310px;
    max-height: 270px;
    overflow: hidden;
  }
  .ochar-img-wrapper .ochar-img {
    height: auto;
    width: 100%;
  }
  .ochar-bio {
    padding: 10px 30px;
  }
  .ochar-inner.ochar-left .ochar-img-wrapper {
    left: 0;
  }
  .ochar-inner.ochar-left .ochar-name {
    left: 11%;
    padding-left: 130px;
    right: auto;
  }
  .ochar-inner.ochar-left .ochar-bio {
    padding-left: 30%;
  }
  .ochar-inner.ochar-right .ochar-img-wrapper {
    right: 0;
  }
  .ochar-inner.ochar-right .ochar-name {
    left: auto;
    padding-right: 120px;
    right: 10%;
  }
  .ochar-inner.ochar-right .ochar-bio {
    padding-right: 30%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-profile-others {
    padding-top: 80px;
  }
  #shg-profile-others .container-fluid-constrict {
    max-width: 1000px;
  }
  #shg-profile-others .profile-nav {
    display: block;
    width: auto;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .ochar-module {
    top: auto;
    margin-left: 0;
    -webkit-transition: opacity 250ms cubic-bezier(1, 0, 0, 1), margin-left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 250ms cubic-bezier(1, 0, 0, 1), margin-left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .ochar-module.inactive {
    opacity: 0;
    top: auto;
    -webkit-transition: opacity 250ms cubic-bezier(1, 0, 0, 1), margin-left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 250ms cubic-bezier(1, 0, 0, 1), margin-left 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .ochar-module.inactive.ani-ochar-left {
    margin-left: -150px;
  }
  .ochar-module.inactive.ani-ochar-right {
    margin-left: 150px;
  }
  .ochar-bg {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  .ani-ochar-left .ochar-bg {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
}
/* Large devices (large desktops, 1200px and up) */
#shg-profile-beastboy .ochar-bg {
  background: #9b9fa0;
}
#shg-profile-beastboy .ochar-name:after {
  background: #85146c;
}
#shg-profile-beastboy .ochar-bio .ochar-bio-inner {
  background: transparent;
}
#shg-profile-catwoman .ochar-bg {
  background: #6c2a8d;
}
#shg-profile-catwoman .ochar-name:after {
  background: #259392;
}
#shg-profile-catwoman .ochar-bio .ochar-bio-inner {
  background: transparent;
}
#shg-profile-cheetah .ochar-bg {
  background: #d73677;
}
#shg-profile-cheetah .ochar-name:after {
  background: #1c1d20;
}
#shg-profile-cheetah .ochar-bio .ochar-bio-inner {
  background: transparent;
}
#shg-profile-hawkgirl .ochar-bg {
  background: #edcd4a;
}
#shg-profile-hawkgirl .ochar-name:after {
  background: #71320e;
}
#shg-profile-hawkgirl .ochar-bio .ochar-bio-inner {
  background: transparent;
}
#shg-profile-greenlantern .ochar-bg {
  background: #38b985;
}
#shg-profile-greenlantern .ochar-name:after {
  background: #252525;
}
#shg-profile-greenlantern .ochar-bio .ochar-bio-inner {
  background: transparent;
}
#shg-profile-starsapphire .ochar-bg {
  background: #6032af;
}
#shg-profile-starsapphire .ochar-name:after {
  background: #d141a0;
}
#shg-profile-starsapphire .ochar-bio .ochar-bio-inner {
  background: transparent;
}
@media (min-width: 550px) {
  #shg-profile-cheetah .ochar-img-wrapper {
    left: 5%;
  }
}
@media (min-width: 650px) {
  #shg-profile-cheetah .ochar-img-wrapper {
    left: 0;
  }
}
#shg-profile-catwoman .ochar-img-wrapper {
  right: -1%;
}
@media (min-width: 480px) {
  #shg-profile-catwoman .ochar-img-wrapper {
    right: 3%;
  }
}
@media (min-width: 550px) {
  #shg-profile-catwoman .ochar-img-wrapper {
    right: 6%;
  }
}
@media (min-width: 650px) {
  #shg-profile-catwoman .ochar-img-wrapper {
    right: 2.5%;
  }
}
@media (min-width: 992px) {
  #shg-profile-catwoman .ochar-bio {
    padding-right: 20%;
  }
}
#shg-profile-hawkgirl .ochar-img-wrapper {
  left: -13%;
}
@media (max-width: 360px) {
  #shg-profile-hawkgirl .ochar-img-wrapper {
    left: -20%;
  }
}
@media (min-width: 480px) {
  #shg-profile-hawkgirl .ochar-img-wrapper {
    left: -8%;
  }
}
@media (min-width: 550px) {
  #shg-profile-hawkgirl .ochar-img-wrapper {
    left: 2%;
  }
}
@media (min-width: 650px) {
  #shg-profile-hawkgirl .ochar-img-wrapper {
    left: -5%;
  }
}
@media (min-width: 768px) {
  #shg-profile-hawkgirl .ochar-img-wrapper {
    left: 0%;
  }
  #shg-profile-hawkgirl .ochar-name {
    padding-left: 170px;
  }
}
@media (min-width: 992px) {
  #shg-profile-hawkgirl .ochar-name {
    left: 16%;
  }
}
@media (max-width: 360px) {
  #shg-profile-beastboy .ochar-img-wrapper {
    right: -10%;
  }
}
@media (min-width: 550px) {
  #shg-profile-beastboy .ochar-img-wrapper {
    right: 5%;
  }
}
@media (min-width: 650px) {
  #shg-profile-beastboy .ochar-name {
    padding-right: 110px;
    right: 15%;
  }
  #shg-profile-beastboy .ochar-img-wrapper {
    right: 2%;
  }
}
#shg-profile-greenlantern .ochar-img-wrapper {
  left: -9%;
}
@media (min-width: 480px) {
  #shg-profile-greenlantern .ochar-img-wrapper {
    left: 0%;
  }
}
@media (min-width: 480px) {
  #shg-profile-greenlantern .ochar-img-wrapper {
    left: 2%;
  }
}
@media (min-width: 550px) {
  #shg-profile-greenlantern .ochar-img-wrapper {
    left: 3%;
  }
}
@media (min-width: 650px) {
  #shg-profile-greenlantern .ochar-img-wrapper {
    left: 0%;
  }
  #shg-profile-greenlantern .ochar-name {
    left: 13%;
    padding-left: 110px;
  }
}
#shg-profile-starsapphire .ochar-img-wrapper {
  right: -8%;
}
@media (min-width: 480px) {
  #shg-profile-starsapphire .ochar-img-wrapper {
    right: 0;
  }
}
@media (min-width: 480px) {
  #shg-profile-starsapphire .ochar-img-wrapper {
    right: 1%;
  }
}
@media (min-width: 650px) {
  #shg-profile-starsapphire .ochar-img-wrapper {
    right: 0;
  }
}
.profile-bg-batgirl {
  background-color: #14131c;
}
.profile-bg-batgirl:after {
  background-color: #a781c2;
}
#shg-profile-batgirl .cprofile-intro-wrapper .svg-path-burst {
  color: #f6d901;
  fill: #f6d901;
}
#shg-interactive-batgirl .cinteract-bg {
  background-color: #14131c;
  overflow: hidden;
}
#shg-interactive-batgirl .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(9, 9, 13, 0.3) 70%, rgba(9, 9, 13, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(9, 9, 13, 0.3) 70%, rgba(9, 9, 13, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-batgirl .cinteract-bg.bg-bottom {
  background-color: #1b1925;
}
.profile-bg-bee {
  background-color: #3f5053;
}
.profile-bg-bee:after {
  background-color: #61bdb0;
}
#shg-profile-bee .cprofile-intro-wrapper .svg-path-burst {
  color: #008676;
  fill: #008676;
}
#shg-interactive-bee .cinteract-bg {
  background-color: #3f5053;
  overflow: hidden;
}
#shg-interactive-bee .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(52, 66, 69, 0.3) 70%, rgba(52, 66, 69, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(52, 66, 69, 0.3) 70%, rgba(52, 66, 69, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-bee .cinteract-bg.bg-bottom {
  background-color: #46585c;
}
.profile-bg-harley {
  background-color: #231f20;
}
.profile-bg-harley:after {
  background-color: #0f6cb6;
}
#shg-profile-harley .cprofile-intro-wrapper .svg-path-burst {
  color: #373737;
  fill: #373737;
}
#shg-interactive-harley .cinteract-bg {
  background-color: #231f20;
  overflow: hidden;
}
#shg-interactive-harley .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(21, 19, 20, 0.3) 70%, rgba(21, 19, 20, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(21, 19, 20, 0.3) 70%, rgba(21, 19, 20, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-harley .cinteract-bg.bg-bottom {
  background-color: #2b2627;
}
.profile-bg-ivy {
  background-color: #34563c;
}
.profile-bg-ivy:after {
  background-color: #b6d88e;
}
#shg-profile-ivy .cprofile-intro-wrapper .svg-path-burst {
  color: #fff8dd;
  fill: #fff8dd;
}
#shg-interactive-ivy .cinteract-bg {
  background-color: #34563c;
  overflow: hidden;
}
#shg-interactive-ivy .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(42, 70, 49, 0.3) 70%, rgba(42, 70, 49, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(42, 70, 49, 0.3) 70%, rgba(42, 70, 49, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-ivy .cinteract-bg.bg-bottom {
  background-color: #3a6043;
}
.profile-bg-katana {
  background-color: #5c5451;
}
.profile-bg-katana:after {
  background-color: #ead380;
}
#shg-profile-katana .cprofile-intro-wrapper .svg-path-burst {
  color: #ec1928;
  fill: #ec1928;
}
#shg-interactive-katana .cinteract-bg {
  background-color: #5c5451;
  overflow: hidden;
}
#shg-interactive-katana .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(78, 72, 69, 0.3) 70%, rgba(78, 72, 69, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(78, 72, 69, 0.3) 70%, rgba(78, 72, 69, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-katana .cinteract-bg.bg-bottom {
  background-color: #645b58;
}
.profile-bg-supergirl {
  background-color: #007dc3;
}
.profile-bg-supergirl:after {
  background-color: #ffd45f;
}
#shg-profile-supergirl .cprofile-intro-wrapper .svg-path-burst {
  color: #8bd3f5;
  fill: #8bd3f5;
}
#shg-interactive-supergirl .cinteract-bg {
  background-color: #007dc3;
  overflow: hidden;
}
#shg-interactive-supergirl .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(0, 109, 170, 0.3) 70%, rgba(0, 109, 170, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(0, 109, 170, 0.3) 70%, rgba(0, 109, 170, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-supergirl .cinteract-bg.bg-bottom {
  background-color: #0087d2;
}
.profile-bg-wondy {
  background-color: #000243;
}
.profile-bg-wondy:after {
  background-color: #db0132;
}
#shg-profile-wondy .cprofile-intro-wrapper .svg-path-burst {
  color: #fec70f;
  fill: #fec70f;
}
#shg-interactive-wondy .cinteract-bg {
  background-color: #000243;
  overflow: hidden;
}
#shg-interactive-wondy .cinteract-bg.bg-top:after {
  background: -webkit-linear-gradient(45deg, transparent 0%, transparent 70%, rgba(0, 1, 42, 0.3) 70%, rgba(0, 1, 42, 0.3) 100%);
  background: linear-gradient(45deg, transparent 0%, transparent 70%, rgba(0, 1, 42, 0.3) 70%, rgba(0, 1, 42, 0.3) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
#shg-interactive-wondy .cinteract-bg.bg-bottom {
  background-color: #000252;
}
/* WONDER WOMAN TWEAKS */
#shg-profile-wondy,
#shg-profile-wondy-mobile {
  /* WW Hotspots for Profile */
}
#shg-profile-wondy .id-hotspot-1,
#shg-profile-wondy-mobile .id-hotspot-1 {
  top: 14%;
  left: 75%;
}
#shg-profile-wondy .id-hotspot-2,
#shg-profile-wondy-mobile .id-hotspot-2 {
  top: 55%;
  left: 59%;
}
#shg-profile-wondy .id-hotspot-3,
#shg-profile-wondy-mobile .id-hotspot-3 {
  top: 60%;
  left: 8%;
}
#shg-profile-wondy .cprofile-burst,
#shg-profile-wondy-mobile .cprofile-burst {
  width: 70%;
  right: 20%;
}
@media (min-width: 768px) {
  #shg-profile-wondy .cprofile-modal,
  #shg-profile-wondy-mobile .cprofile-modal {
    right: -1%;
    width: 60%;
    top: 30%;
  }
  #shg-profile-wondy .cprofile-burst,
  #shg-profile-wondy-mobile .cprofile-burst {
    right: -18%;
    top: 30%;
  }
  #shg-profile-wondy .cprofile-burst .svg-container,
  #shg-profile-wondy-mobile .cprofile-burst .svg-container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #shg-profile-wondy,
  #shg-profile-wondy-mobile {
    /* WW info boxes for desktop only */
  }
  #shg-profile-wondy .cprofile-modal,
  #shg-profile-wondy-mobile .cprofile-modal {
    right: 1%;
    width: 70%;
    top: 25%;
  }
  #shg-profile-wondy .cprofile-burst,
  #shg-profile-wondy-mobile .cprofile-burst {
    right: -18%;
    top: 25%;
  }
  #shg-profile-wondy .cprofile-burst .svg-container,
  #shg-profile-wondy-mobile .cprofile-burst .svg-container {
    width: 75%;
  }
  #shg-profile-wondy .id-infobox-1,
  #shg-profile-wondy-mobile .id-infobox-1 {
    left: -10%;
  }
  #shg-profile-wondy .id-infobox-2,
  #shg-profile-wondy-mobile .id-infobox-2 {
    left: -45%;
  }
  #shg-profile-wondy .id-infobox-2.active,
  #shg-profile-wondy-mobile .id-infobox-2.active {
    top: 30%;
  }
  #shg-profile-wondy .id-infobox-3,
  #shg-profile-wondy-mobile .id-infobox-3 {
    left: -45%;
  }
  #shg-profile-wondy .id-infobox-3.active,
  #shg-profile-wondy-mobile .id-infobox-3.active {
    top: 30%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-wondy,
  #shg-profile-wondy-mobile {
    /* WW info boxes for desktop only */
  }
  #shg-profile-wondy .cprofile-modal-canvas,
  #shg-profile-wondy-mobile .cprofile-modal-canvas {
    left: -20%;
  }
  #shg-profile-wondy .cprofile-burst,
  #shg-profile-wondy-mobile .cprofile-burst {
    right: -11%;
  }
  #shg-profile-wondy .id-infobox-1,
  #shg-profile-wondy-mobile .id-infobox-1 {
    left: 30%;
  }
  #shg-profile-wondy .id-infobox-2,
  #shg-profile-wondy-mobile .id-infobox-2 {
    left: -50%;
  }
  #shg-profile-wondy .id-infobox-2.active,
  #shg-profile-wondy-mobile .id-infobox-2.active {
    top: 30%;
  }
  #shg-profile-wondy .id-infobox-3,
  #shg-profile-wondy-mobile .id-infobox-3 {
    left: -50%;
  }
  #shg-profile-wondy .id-infobox-3.active,
  #shg-profile-wondy-mobile .id-infobox-3.active {
    top: 45%;
  }
}
/* SUPERGIRL TWEAKS */
#shg-profile-supergirl .id-hotspot-1,
#shg-profile-supergirl-mobile .id-hotspot-1 {
  top: 1%;
  left: 63%;
}
#shg-profile-supergirl .id-hotspot-2,
#shg-profile-supergirl-mobile .id-hotspot-2 {
  top: 10%;
  left: 15%;
}
#shg-profile-supergirl .id-hotspot-3,
#shg-profile-supergirl-mobile .id-hotspot-3 {
  top: 31%;
  left: 64%;
}
@media (min-width: 768px) {
  #shg-profile-supergirl .cprofile-burst,
  #shg-profile-supergirl-mobile .cprofile-burst {
    right: 2%;
  }
  #shg-profile-supergirl .cprofile-modal,
  #shg-profile-supergirl-mobile .cprofile-modal {
    width: 60%;
  }
  #shg-profile-supergirl .id-infobox-1,
  #shg-profile-supergirl-mobile .id-infobox-1,
  #shg-profile-supergirl .id-infobox-2,
  #shg-profile-supergirl-mobile .id-infobox-2,
  #shg-profile-supergirl .id-infobox-3,
  #shg-profile-supergirl-mobile .id-infobox-3 {
    left: -50%;
  }
  #shg-profile-supergirl .id-infobox-1.active,
  #shg-profile-supergirl-mobile .id-infobox-1.active,
  #shg-profile-supergirl .id-infobox-2.active,
  #shg-profile-supergirl-mobile .id-infobox-2.active,
  #shg-profile-supergirl .id-infobox-3.active,
  #shg-profile-supergirl-mobile .id-infobox-3.active {
    top: -10%;
  }
}
@media (min-width: 992px) {
  #shg-profile-supergirl .cprofile-modal,
  #shg-profile-supergirl-mobile .cprofile-modal {
    width: 55%;
  }
  #shg-profile-supergirl .cprofile-nav-container,
  #shg-profile-supergirl-mobile .cprofile-nav-container {
    z-index: 9999;
  }
  #shg-profile-supergirl .cprofile-modal,
  #shg-profile-supergirl-mobile .cprofile-modal {
    right: 0%;
  }
  #shg-profile-supergirl .cprofile-burst,
  #shg-profile-supergirl-mobile .cprofile-burst {
    right: -2%;
  }
  #shg-profile-supergirl .id-infobox-1,
  #shg-profile-supergirl-mobile .id-infobox-1 {
    left: -55%;
  }
  #shg-profile-supergirl .id-infobox-1.active,
  #shg-profile-supergirl-mobile .id-infobox-1.active {
    top: 30%;
  }
  #shg-profile-supergirl .id-infobox-2,
  #shg-profile-supergirl-mobile .id-infobox-2 {
    left: -60%;
  }
  #shg-profile-supergirl .id-infobox-2.active,
  #shg-profile-supergirl-mobile .id-infobox-2.active {
    top: 25%;
  }
  #shg-profile-supergirl .id-infobox-3,
  #shg-profile-supergirl-mobile .id-infobox-3 {
    left: -50%;
  }
  #shg-profile-supergirl .id-infobox-3.active,
  #shg-profile-supergirl-mobile .id-infobox-3.active {
    top: 35%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-supergirl .cprofile-modal,
  #shg-profile-supergirl-mobile .cprofile-modal {
    right: 1%;
    width: 70%;
  }
}
/* BATGIRL TWEAKS */
#shg-profile-batgirl .id-hotspot-1,
#shg-profile-batgirl-mobile .id-hotspot-1 {
  top: 0%;
  left: -5%;
}
#shg-profile-batgirl .id-hotspot-2,
#shg-profile-batgirl-mobile .id-hotspot-2 {
  top: 11%;
  left: 75%;
}
#shg-profile-batgirl .id-hotspot-3,
#shg-profile-batgirl-mobile .id-hotspot-3 {
  top: 32%;
  left: 20%;
}
@media (min-width: 768px) {
  #shg-profile-batgirl .cprofile-modal,
  #shg-profile-batgirl-mobile .cprofile-modal {
    right: 0%;
    width: 55%;
  }
  #shg-profile-batgirl .cprofile-burst,
  #shg-profile-batgirl-mobile .cprofile-burst {
    right: -5%;
  }
  #shg-profile-batgirl .id-infobox-1,
  #shg-profile-batgirl-mobile .id-infobox-1,
  #shg-profile-batgirl .id-infobox-2,
  #shg-profile-batgirl-mobile .id-infobox-2,
  #shg-profile-batgirl .id-infobox-3,
  #shg-profile-batgirl-mobile .id-infobox-3 {
    left: -65%;
  }
  #shg-profile-batgirl .id-infobox-1.active,
  #shg-profile-batgirl-mobile .id-infobox-1.active,
  #shg-profile-batgirl .id-infobox-2.active,
  #shg-profile-batgirl-mobile .id-infobox-2.active,
  #shg-profile-batgirl .id-infobox-3.active,
  #shg-profile-batgirl-mobile .id-infobox-3.active {
    top: 30%;
  }
}
@media (min-width: 992px) {
  #shg-profile-batgirl .cprofile-modal,
  #shg-profile-batgirl-mobile .cprofile-modal {
    right: 1%;
    width: 49%;
  }
  #shg-profile-batgirl .id-infobox-1,
  #shg-profile-batgirl-mobile .id-infobox-1,
  #shg-profile-batgirl .id-infobox-2,
  #shg-profile-batgirl-mobile .id-infobox-2 {
    left: -60%;
  }
  #shg-profile-batgirl .id-infobox-1.active,
  #shg-profile-batgirl-mobile .id-infobox-1.active,
  #shg-profile-batgirl .id-infobox-2.active,
  #shg-profile-batgirl-mobile .id-infobox-2.active {
    top: 18%;
  }
  #shg-profile-batgirl .id-infobox-2,
  #shg-profile-batgirl-mobile .id-infobox-2 {
    left: -55%;
  }
  #shg-profile-batgirl .id-infobox-2.active,
  #shg-profile-batgirl-mobile .id-infobox-2.active {
    top: 20%;
  }
  #shg-profile-batgirl .id-infobox-3,
  #shg-profile-batgirl-mobile .id-infobox-3 {
    left: -55%;
  }
  #shg-profile-batgirl .id-infobox-3.active,
  #shg-profile-batgirl-mobile .id-infobox-3.active {
    top: 25%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-batgirl .id-infobox-1,
  #shg-profile-batgirl-mobile .id-infobox-1 {
    left: -46%;
  }
  #shg-profile-batgirl .id-infobox-1.active,
  #shg-profile-batgirl-mobile .id-infobox-1.active {
    top: 10%;
  }
  #shg-profile-batgirl .cprofile-modal,
  #shg-profile-batgirl-mobile .cprofile-modal {
    right: -5%;
    width: 60%;
  }
  #shg-profile-batgirl .cprofile-modal-canvas,
  #shg-profile-batgirl-mobile .cprofile-modal-canvas {
    left: -17%;
  }
  #shg-profile-batgirl .cprofile-burst,
  #shg-profile-batgirl-mobile .cprofile-burst {
    right: 2%;
  }
}
/* HARLEY QUINN TWEAKS */
#shg-profile-harley .id-hotspot-1,
#shg-profile-harley-mobile .id-hotspot-1 {
  top: -3%;
  left: 50%;
}
#shg-profile-harley .id-hotspot-2,
#shg-profile-harley-mobile .id-hotspot-2 {
  top: 29%;
  left: 0%;
}
#shg-profile-harley .id-hotspot-3,
#shg-profile-harley-mobile .id-hotspot-3 {
  top: 44%;
  left: 50%;
}
@media (min-width: 768px) {
  #shg-profile-harley .cprofile-modal,
  #shg-profile-harley-mobile .cprofile-modal {
    right: 0;
    width: 60%;
  }
  #shg-profile-harley .cprofile-burst,
  #shg-profile-harley-mobile .cprofile-burst {
    width: 60%;
    right: -2%;
    top: 29%;
  }
  #shg-profile-harley .id-infobox-1,
  #shg-profile-harley-mobile .id-infobox-1,
  #shg-profile-harley .id-infobox-2,
  #shg-profile-harley-mobile .id-infobox-2,
  #shg-profile-harley .id-infobox-3,
  #shg-profile-harley-mobile .id-infobox-3 {
    left: -40%;
  }
  #shg-profile-harley .id-infobox-1.active,
  #shg-profile-harley-mobile .id-infobox-1.active,
  #shg-profile-harley .id-infobox-2.active,
  #shg-profile-harley-mobile .id-infobox-2.active,
  #shg-profile-harley .id-infobox-3.active,
  #shg-profile-harley-mobile .id-infobox-3.active {
    top: -20%;
  }
  #shg-profile-harley .cprofile-modal-canvas,
  #shg-profile-harley-mobile .cprofile-modal-canvas {
    left: 8%;
  }
}
@media (min-width: 800px) {
  #shg-profile-harley .id-infobox-1,
  #shg-profile-harley-mobile .id-infobox-1,
  #shg-profile-harley .id-infobox-2,
  #shg-profile-harley-mobile .id-infobox-2,
  #shg-profile-harley .id-infobox-3,
  #shg-profile-harley-mobile .id-infobox-3 {
    left: -50%;
  }
  #shg-profile-harley .id-infobox-1.active,
  #shg-profile-harley-mobile .id-infobox-1.active,
  #shg-profile-harley .id-infobox-2.active,
  #shg-profile-harley-mobile .id-infobox-2.active,
  #shg-profile-harley .id-infobox-3.active,
  #shg-profile-harley-mobile .id-infobox-3.active {
    top: 0%;
  }
  #shg-profile-harley .cprofile-modal-canvas,
  #shg-profile-harley-mobile .cprofile-modal-canvas {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  #shg-profile-harley .id-infobox-2,
  #shg-profile-harley-mobile .id-infobox-2 {
    left: -30%;
  }
  #shg-profile-harley .id-infobox-2.active,
  #shg-profile-harley-mobile .id-infobox-2.active {
    top: 36%;
  }
  #shg-profile-harley .id-infobox-3.active,
  #shg-profile-harley-mobile .id-infobox-3.active {
    top: 10%;
  }
  #shg-profile-harley .cprofile-modal,
  #shg-profile-harley-mobile .cprofile-modal {
    width: 70%;
    right: 4%;
    width: 525px;
    top: 33%;
  }
  #shg-profile-harley .cprofile-burst,
  #shg-profile-harley-mobile .cprofile-burst {
    right: -2%;
    top: 28%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-harley .cprofile-modal,
  #shg-profile-harley-mobile .cprofile-modal {
    right: 7%;
    width: 600px;
  }
  #shg-profile-harley .cprofile-burst,
  #shg-profile-harley-mobile .cprofile-burst {
    right: 1%;
  }
}
/* BUMBLEBEE TWEAKS */
#shg-profile-bee .id-hotspot-1,
#shg-profile-bee-mobile .id-hotspot-1 {
  top: 7%;
  left: 64%;
}
#shg-profile-bee .id-hotspot-2,
#shg-profile-bee-mobile .id-hotspot-2 {
  top: 28%;
  left: -2%;
}
#shg-profile-bee .id-hotspot-3,
#shg-profile-bee-mobile .id-hotspot-3 {
  top: 37%;
  left: 69%;
}
#shg-profile-bee .id-infobox-1.active,
#shg-profile-bee-mobile .id-infobox-1.active,
#shg-profile-bee .id-infobox-2.active,
#shg-profile-bee-mobile .id-infobox-2.active,
#shg-profile-bee .id-infobox-3.active,
#shg-profile-bee-mobile .id-infobox-3.active {
  top: 60%;
}
@media (min-width: 768px) {
  #shg-profile-bee .cprofile-modal,
  #shg-profile-bee-mobile .cprofile-modal {
    max-width: 550px;
    right: -2%;
    width: 60%;
  }
  #shg-profile-bee .id-infobox-1,
  #shg-profile-bee-mobile .id-infobox-1,
  #shg-profile-bee .id-infobox-2,
  #shg-profile-bee-mobile .id-infobox-2,
  #shg-profile-bee .id-infobox-3,
  #shg-profile-bee-mobile .id-infobox-3 {
    left: -30%;
  }
  #shg-profile-bee .id-infobox-1.active,
  #shg-profile-bee-mobile .id-infobox-1.active,
  #shg-profile-bee .id-infobox-2.active,
  #shg-profile-bee-mobile .id-infobox-2.active,
  #shg-profile-bee .id-infobox-3.active,
  #shg-profile-bee-mobile .id-infobox-3.active {
    top: -15%;
  }
  #shg-profile-bee .cprofile-burst,
  #shg-profile-bee-mobile .cprofile-burst {
    right: -9%;
  }
}
@media (min-width: 800px) {
  #shg-profile-bee .cprofile-modal,
  #shg-profile-bee-mobile .cprofile-modal {
    right: -1%;
    width: 55%;
  }
}
@media (min-width: 992px) {
  #shg-profile-bee .id-infobox-1,
  #shg-profile-bee-mobile .id-infobox-1 {
    left: -50%;
  }
  #shg-profile-bee .id-infobox-1.active,
  #shg-profile-bee-mobile .id-infobox-1.active {
    top: 5%;
  }
  #shg-profile-bee .id-infobox-3,
  #shg-profile-bee-mobile .id-infobox-3 {
    left: -70%;
  }
  #shg-profile-bee .id-infobox-3.active,
  #shg-profile-bee-mobile .id-infobox-3.active {
    top: 10%;
  }
  #shg-profile-bee .id-infobox-2,
  #shg-profile-bee-mobile .id-infobox-2 {
    left: -75%;
  }
  #shg-profile-bee .id-infobox-2.active,
  #shg-profile-bee-mobile .id-infobox-2.active {
    top: 19%;
  }
  #shg-profile-bee .cprofile-modal,
  #shg-profile-bee-mobile .cprofile-modal {
    max-width: 600px;
  }
  #shg-profile-bee .cprofile-burst,
  #shg-profile-bee-mobile .cprofile-burst {
    right: -10%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-bee .cprofile-modal,
  #shg-profile-bee-mobile .cprofile-modal {
    right: 8%;
  }
  #shg-profile-bee .cprofile-burst,
  #shg-profile-bee-mobile .cprofile-burst {
    right: 1%;
  }
}
/* POISON IVY TWEAKS */
#shg-profile-ivy .id-hotspot-1,
#shg-profile-ivy-mobile .id-hotspot-1 {
  top: -2%;
  left: 48%;
}
#shg-profile-ivy .id-hotspot-2,
#shg-profile-ivy-mobile .id-hotspot-2 {
  top: 0%;
  left: 81%;
}
#shg-profile-ivy .id-hotspot-3,
#shg-profile-ivy-mobile .id-hotspot-3 {
  top: 32%;
  left: 7%;
}
#shg-profile-ivy .id-infobox-1.active,
#shg-profile-ivy-mobile .id-infobox-1.active,
#shg-profile-ivy .id-infobox-2.active,
#shg-profile-ivy-mobile .id-infobox-2.active,
#shg-profile-ivy .id-infobox-3.active,
#shg-profile-ivy-mobile .id-infobox-3.active {
  top: 60%;
}
@media (min-width: 768px) {
  #shg-profile-ivy .cprofile-modal-canvas,
  #shg-profile-ivy-mobile .cprofile-modal-canvas {
    left: 0;
  }
  #shg-profile-ivy .cprofile-burst,
  #shg-profile-ivy-mobile .cprofile-burst {
    right: 4%;
    width: 53%;
  }
  #shg-profile-ivy .id-infobox-1,
  #shg-profile-ivy-mobile .id-infobox-1,
  #shg-profile-ivy .id-infobox-2,
  #shg-profile-ivy-mobile .id-infobox-2,
  #shg-profile-ivy .id-infobox-3,
  #shg-profile-ivy-mobile .id-infobox-3 {
    left: -45%;
  }
  #shg-profile-ivy .id-infobox-1.active,
  #shg-profile-ivy-mobile .id-infobox-1.active,
  #shg-profile-ivy .id-infobox-2.active,
  #shg-profile-ivy-mobile .id-infobox-2.active,
  #shg-profile-ivy .id-infobox-3.active,
  #shg-profile-ivy-mobile .id-infobox-3.active {
    top: -20%;
  }
  #shg-profile-ivy .cprofile-modal,
  #shg-profile-ivy-mobile .cprofile-modal {
    width: 55%;
  }
}
@media (min-width: 992px) {
  #shg-profile-ivy .cprofile-modal-canvas,
  #shg-profile-ivy-mobile .cprofile-modal-canvas {
    left: 3%;
  }
  #shg-profile-ivy .cprofile-modal,
  #shg-profile-ivy-mobile .cprofile-modal {
    right: 1%;
  }
  #shg-profile-ivy .id-infobox-1,
  #shg-profile-ivy-mobile .id-infobox-1 {
    left: -55%;
  }
  #shg-profile-ivy .id-infobox-1.active,
  #shg-profile-ivy-mobile .id-infobox-1.active {
    top: 3%;
  }
  #shg-profile-ivy .id-infobox-2,
  #shg-profile-ivy-mobile .id-infobox-2 {
    left: -50%;
  }
  #shg-profile-ivy .id-infobox-2.active,
  #shg-profile-ivy-mobile .id-infobox-2.active {
    top: 10%;
  }
  #shg-profile-ivy .id-infobox-3,
  #shg-profile-ivy-mobile .id-infobox-3 {
    left: -67%;
  }
  #shg-profile-ivy .id-infobox-3.active,
  #shg-profile-ivy-mobile .id-infobox-3.active {
    top: 30%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-ivy .cprofile-modal-canvas,
  #shg-profile-ivy-mobile .cprofile-modal-canvas {
    left: 10%;
  }
  #shg-profile-ivy .cprofile-modal,
  #shg-profile-ivy-mobile .cprofile-modal {
    right: 5%;
  }
  #shg-profile-ivy .cprofile-burst,
  #shg-profile-ivy-mobile .cprofile-burst {
    right: 6%;
  }
}
/* KATANA TWEAKS */
#shg-profile-katana .id-hotspot-1,
#shg-profile-katana-mobile .id-hotspot-1 {
  top: 8%;
  left: 33%;
}
#shg-profile-katana .id-hotspot-2,
#shg-profile-katana-mobile .id-hotspot-2 {
  top: 24%;
  left: 1%;
}
#shg-profile-katana .id-hotspot-3,
#shg-profile-katana-mobile .id-hotspot-3 {
  top: 30%;
  left: 69%;
}
#shg-profile-katana .cprofile-mobile-cover,
#shg-profile-katana-mobile .cprofile-mobile-cover {
  right: auto;
  left: 12%;
}
@media (min-width: 768px) {
  #shg-profile-katana .cprofile-modal,
  #shg-profile-katana-mobile .cprofile-modal {
    width: 55%;
    right: 0%;
  }
  #shg-profile-katana .id-infobox-1,
  #shg-profile-katana-mobile .id-infobox-1,
  #shg-profile-katana .id-infobox-2,
  #shg-profile-katana-mobile .id-infobox-2,
  #shg-profile-katana .id-infobox-3,
  #shg-profile-katana-mobile .id-infobox-3 {
    left: -15%;
  }
  #shg-profile-katana .id-infobox-1.active,
  #shg-profile-katana-mobile .id-infobox-1.active,
  #shg-profile-katana .id-infobox-2.active,
  #shg-profile-katana-mobile .id-infobox-2.active,
  #shg-profile-katana .id-infobox-3.active,
  #shg-profile-katana-mobile .id-infobox-3.active {
    top: 23%;
  }
}
@media (min-width: 800px) {
  #shg-profile-katana .cprofile-modal,
  #shg-profile-katana-mobile .cprofile-modal {
    width: 53.5%;
  }
  #shg-profile-katana .id-hotspot-2,
  #shg-profile-katana-mobile .id-hotspot-2 {
    top: 27%;
    left: 2%;
  }
}
@media (min-width: 992px) {
  #shg-profile-katana .cprofile-moda,
  #shg-profile-katana-mobile .cprofile-moda {
    left: 5%;
  }
  #shg-profile-katana .id-infobox-1,
  #shg-profile-katana-mobile .id-infobox-1,
  #shg-profile-katana .id-infobox-2,
  #shg-profile-katana-mobile .id-infobox-2,
  #shg-profile-katana .id-infobox-3,
  #shg-profile-katana-mobile .id-infobox-3 {
    top: 25%;
    left: -30%;
  }
  #shg-profile-katana .cprofile-burst,
  #shg-profile-katana-mobile .cprofile-burst {
    right: -5%;
  }
}
@media (min-width: 1200px) {
  #shg-profile-katana .cprofile-modal,
  #shg-profile-katana-mobile .cprofile-modal {
    width: 60%;
    right: 5%;
  }
  #shg-profile-katana .id-infobox-1,
  #shg-profile-katana-mobile .id-infobox-1 {
    left: -35%;
  }
  #shg-profile-katana .id-infobox-1.active,
  #shg-profile-katana-mobile .id-infobox-1.active {
    top: 19%;
  }
  #shg-profile-katana .id-infobox-2,
  #shg-profile-katana-mobile .id-infobox-2 {
    left: -10%;
  }
  #shg-profile-katana .id-infobox-2.active,
  #shg-profile-katana-mobile .id-infobox-2.active {
    top: 25%;
  }
  #shg-profile-katana .id-infobox-3,
  #shg-profile-katana-mobile .id-infobox-3 {
    left: -70%;
  }
  #shg-profile-katana .id-infobox-3.active,
  #shg-profile-katana-mobile .id-infobox-3.active {
    top: 35%;
  }
  #shg-profile-katana .cprofile-burst,
  #shg-profile-katana-mobile .cprofile-burst {
    right: 1%;
  }
}
/* ===  PRODUCTS PAGES */
/* ===== PRODUCTS -> FEATURED ===== */
#shg-prod-featured {
  margin-bottom: 20px;
}
.product-featured {
  display: block;
  margin: 0 auto;
  background: #113056 url('../images/bg-prod.gif');
  padding: 0;
  position: relative;
}
.product-featured .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #113056 url('../images/bg-prod.gif');
  z-index: 2000;
}
.product-featured .loader .sk-cube-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-featured-desc {
  padding: 20px;
}
.product-featured-desc .headline {
  margin-bottom: 0;
}
.product-featured-image {
  position: relative;
}
.product-carousel {
  position: relative;
}
.product-carousel .carousel-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.product-carousel .carousel-slide {
  position: absolute;
}
/* ===== PRODUCTS -> LISTING ===== */
#shg-prod-listing,
#shg-prod-listing .gallery-ctrls {
  padding-left: 10px;
  padding-right: 10px;
}
#shg-prod-listing .gallery-ctrls {
  padding-bottom: 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .product-featured {
    padding: 40px 0;
  }
  .product-carousel,
  .product-featured-desc,
  .product-featured-image {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .product-featured-image {
    width: 39%;
    padding-left: 40px;
  }
  .product-featured-desc {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-carousel,
  .product-featured.has-carousel .product-featured-desc {
    width: 50%;
  }
  .product-carousel {
    float: right;
  }
  .product-featured.has-carousel .product-featured-desc {
    float: left;
  }
  #shg-prod-listing {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-prod-featured {
    margin-top: 40px;
  }
  .product-featured-image {
    width: 33%;
  }
  .product-featured-desc {
    width: 66%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-featured.has-carousel .product-featured-desc {
    width: 55%;
    min-height: 100%;
    padding-right: 80px;
  }
  .product-carousel {
    padding: 0 40px;
    width: 45%;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== PRODUCTS -> DETAIL ===== */
#shg-page-product-detail {
  background: #113056;
}
#shg-page-product-detail .product-featured {
  background: none;
}
#related-products-gallery {
  margin-top: 20px;
}
#shg-product-related {
  padding-bottom: 0;
}
.product-carousel .loader {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #203267;
}
.product-carousel .loader .sk-cube-grid {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #shg-page-product-detail .flag-group {
    margin-bottom: 20px;
  }
  #shg-page-product-detail .product-carousel {
    margin-top: 0;
    -webkit-transition: margin-top 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin-top 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #shg-page-product-detail .product-carousel.wishlist-added {
    margin-top: -40px;
    -webkit-transition: margin-top 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin-top 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #shg-page-product-detail .product-featured {
    padding-top: 0;
  }
  #shg-page-product-detail .product-featured-desc {
    width: 50%;
  }
  #shg-page-product-detail .product-carousel {
    margin-top: 0;
    width: 48%;
    margin-right: 2%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-page-product-detail {
    padding-top: 60px;
  }
  #shg-page-product-detail .carousel-ctrl {
    width: 6%;
  }
  #shg-page-product-detail .carousel-ctrl.ctrl-prev {
    left: -20px;
  }
  #shg-page-product-detail .carousel-ctrl.ctrl-next {
    right: -20px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #shg-page-product-detail {
    padding-top: 50px;
  }
  #shg-page-product-detail .product-featured-desc {
    width: 55%;
  }
  #shg-page-product-detail .product-carousel {
    margin-right: 5%;
    width: 40%;
  }
}
.product-featured-image .go-to-wishlist,
.product-carousel .go-to-wishlist,
.product-featured-image .wishlist-flag,
.product-carousel .wishlist-flag {
  top: 0;
  left: 0;
  z-index: 750;
}
.product-featured-image .wishlist-flag,
.product-carousel .wishlist-flag {
  position: absolute;
}
.product-featured-image .go-to-wishlist,
.product-carousel .go-to-wishlist {
  display: inline-block;
  max-width: 70%;
  width: auto;
  top: 60%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.product-featured-image.wishlist-added .go-to-wishlist,
.product-carousel.wishlist-added .go-to-wishlist {
  opacity: 1;
  top: 60%;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, top cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, top cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
  visibility: visible;
}
.product-featured-image.wishlist-added .wishlist-flag,
.product-carousel.wishlist-added .wishlist-flag {
  margin-left: -100%;
  opacity: 0;
  -webkit-transition: margin-left cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
  transition: margin-left cubic-bezier(0.55, 0.055, 0.675, 0.19) 200ms, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
}
.product-featured-image .wishlist-button-outer,
.product-carousel .wishlist-button-outer {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 610;
}
.product-carousel .wishlist-button-outer {
  top: 60%;
  left: 0;
}
@media (max-width: 768px) {
  .product-featured-image .wishlist-button-outer {
    bottom: 10%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #shg-prod-featured .product-featured-image .go-to-wishlist {
    max-width: 100%;
  }
  #shg-prod-featured .product-featured-image .wishlist-flag .label {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .product-featured-image .wishlist-flag {
    left: 40px;
  }
  .product-featured-image .wishlist-button-outer {
    padding-right: 40px;
    bottom: 15%;
    top: auto;
  }
  .product-carousel .go-to-wishlist {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .product-carousel .wishlist-flag {
    left: 40px;
  }
}
/* ===  VIDEOS PAGES */
/* ===== VIDEOS -> FEATURED ===== */
#shg-page-videosingle,
#shg-sect-videospg {
  background: #315e97;
  background: -webkit-radial-gradient(center 40px, rgba(102, 190, 222, 0.85) 0%, #315e97 75%);
  background: radial-gradient(center 40px, rgba(102, 190, 222, 0.85) 0%, #315e97 75%);
  min-height: 500px;
}
#shg-page-videosingle #shg-videos-featured {
  padding-bottom: 0;
  margin-bottom: -25px;
}
#featured-video-wrapper .sk-cube-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-videos-featured .episode-featured {
    margin-top: 20px;
  }
  #shg-videos-featured .episode-featured .embed-wrapper {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== VIDEOS -> LISTING ===== */
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-videos-gallery .gallery-ctrls {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===  GAMES PAGES */
/* ===== GAMES -> QUIZ ===== */
#shg-games-quiz {
  background: #203267 url('../images/bg-quiz-module.gif') repeat 0 0;
  padding-top: 25px;
}
.quiz-headimg {
  display: block;
  margin: 0 auto 30px auto;
  width: 95%;
  max-width: 600px;
  position: relative;
  left: 5px;
}
.quiz-description {
  padding-bottom: 25px;
}
.quiz-wrapper {
  display: block;
  width: 100%;
  margin: 20px auto;
  max-width: 1000px;
}
/* Extra small devices (phones, less than 768px) */
/* default */
@media (min-width: 481px) {
  .quiz-description .headline.left {
    padding-right: 30%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #shg-games-quiz {
    padding-top: 40px;
  }
  .quiz-headimg {
    float: right;
    width: 40%;
    left: 0;
    max-width: 735px;
  }
  .quiz-description {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    width: 60%;
  }
  .quiz-description .headline.left {
    padding-right: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-games-quiz {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .quiz-wrapper {
    margin-top: 75px;
    margin-bottom: 40px;
  }
  .quiz-headimg {
    width: 65%;
    padding-right: 25px;
  }
  .quiz-description {
    float: right;
    padding-top: 7%;
    width: 33%;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== GAMES -> QUIZ ===== */
#shg-games-quiz-fan {
  background: #203267 url('../images/bg-quiz-module2.gif') repeat 0 0;
  padding-top: 25px;
}
/* Uses game classes since they're left aligned */
@media (min-width: 992px) {
  #shg-games-quiz-fan {
    padding-bottom: 100px;
  }
}
/* ===== GAMES -> GAME ===== */
#shg-page-games .feature-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#shg-page-games .feature-block-image {
  padding: 0 20px;
}
#shg-page-games .feature-block-image img {
  max-width: 400px;
  margin: 0 auto;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-page-games .feature-block-image {
    max-width: 40%;
    width: auto;
  }
  .gallery-games {
    padding-bottom: 50px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===  WISHLIST PAGES */
/* ===== WISHLIST ===== */
#shg-wishlistpg {
  background: #113056 url('../images/bg-wishlist.gif');
  min-height: 300px;
}
.wishpg-wrapper {
  display: block;
  margin: 0;
  padding: 0 20px;
}
/* Extra small devices (phones, less than 768px) */
/* default */
@media (max-width: 991px) {
  #shg-wishlistpg {
    padding-bottom: 0;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wishpg-interactive {
    float: right;
    width: 66%;
  }
  .wishpg-hero {
    float: left;
    width: 34%;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ===== WISHLIST INVEOTRY ===== */
#shg-wishlist-list {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin: 40px auto;
  background: #081352;
  width: auto;
  margin: 0 -20px;
}
.wish-inventory {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.wish-inventory .wishlist-item {
  margin: 0;
  display: block;
  margin: 20px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.wish-inventory .wishlist-item:first-child {
  margin-top: 0;
}
.wish-inventory .wishlist-item:last-child {
  margin-bottom: 0;
}
.wish-inventory .wishlist-item.undo-remove {
  padding-left: 0;
}
.wishlist-item-undo,
.wishlist-item-inner {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}
.wishlist-item-undo.product-detail,
.wishlist-item-inner.product-detail {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), height 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), height 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wishlist-item-undo {
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.905, 0.025, 0.115, 0.97), right 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97);
  transition: opacity 250ms cubic-bezier(0.905, 0.025, 0.115, 0.97), right 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97);
  position: absolute;
  right: 100%;
  z-index: 99;
}
.wishlist-item-inner.undo-target {
  padding-left: 50px;
  margin-bottom: 10px;
}
.wishlist-item-undo {
  display: block;
  opacity: 0;
  background: #1657b8;
  padding: 40px 10px 10px 10px;
}
.wishlist-item-undo .wishlist-undo-btn {
  padding: 0;
  position: absolute;
  top: 10px;
  left: 5px;
}
.wish-inventory .wishlist-item.undo-remove .wishlist-item-undo {
  display: block;
  -webkit-transition: opacity 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97), right 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97);
  transition: opacity 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97), right 500ms cubic-bezier(0.905, 0.025, 0.115, 0.97);
  position: absolute;
  right: 0;
  opacity: 1;
}
.wish-inventory .wishlist-item.undo-remove .wishlist-item-inner.product-detail {
  display: block;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-bottom 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-bottom 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}
.wishlist-undo-dismiss {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
  line-height: 25px;
  padding: 3px 15px;
  color: #fec70f;
  text-decoration: none;
}
.touch .wishlist-item-remove {
  padding: 2px 0;
}
.wishlist-item-remove {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffdd7c;
  color: #113056;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  padding: 0;
  font-weight: 800;
  top: 0;
  left: -25px;
  overflow: hidden;
}
.wishlist-item-remove:active,
.wishlist-item-remove:hover {
  background: #ffd049;
  color: #113056;
  text-decoration: none;
}
.wishlist-item-remove .icon-x {
  padding: 8px;
}
.wishlist-recipient .wishlist-item-remove {
  display: none;
  pointer-events: none;
}
.wishlist-item-details {
  padding: 0 10px;
  display: block;
  margin: 0;
  width: 100%;
  white-space: nowrap;
}
.wishlist-item-thumb,
.wishlist-item-info {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.wishlist-item-thumb {
  width: 40%;
  max-width: 200px;
  height: 100%;
}
.wishlist-item-info {
  width: 59%;
  white-space: normal;
  padding: 0 0 0 10px;
}
.wishlist-item-info,
.wishlist-item-undo {
  font-size: 18px;
  line-height: 1.3em;
}
/* Extra small devices (phones, less than 768px) */
/* default */
@media (max-width: 991px) {
  #shg-wishlist-list p {
    padding: 0 20px;
  }
}
@media (min-width: 480px) {
  .wish-inventory .wishlist-item.undo-remove {
    margin-bottom: -13%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wishlist-item-inner {
    padding: 0 40px;
  }
  .wishlist-recipient .wishlist-item-inner {
    padding: 0 20px;
  }
  .wishlist-item-thumb,
  .wishlist-item-info {
    vertical-align: middle;
  }
  .wishlist-item-info {
    padding-left: 40px;
  }
  .wishlist-item-remove {
    left: 0;
  }
  .wishlist-item-undo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wishlist-item-undo .wishlist-undo-btn {
    top: 10px;
    left: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #shg-wishlist-list {
    background: transparent;
    margin: 0 auto;
  }
  .wish-inventory .wishlist-item {
    padding-left: 35px;
  }
  .wishlist-item-undo {
    padding-top: 10px;
    padding-left: 25%;
  }
  .wishlist-item-remove {
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 35px;
  }
  .wishlist-item-remove .icon-x {
    padding: 10px;
    top: 0;
    position: relative;
  }
}
/* Large devices (large desktops, 1200px and up) */
#shg-wishlist-print {
  display: none;
  visibility: hidden;
  background: url('../images/stars-print.png') 0% 150px !important;
  background-size: 100% auto !important;
  overflow: visible !important;
  width: auto;
}
#shg-wishlist-print .wish-inventory {
  border: 3px solid #114592;
  position: relative;
  z-index: 1;
  background: #fff !important;
  -webkit-transform: skewY(-2.5deg);
          transform: skewY(-2.5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  padding: 5% 0;
  width: 90%;
  margin: 29% auto 0;
  /*&:after {
            content: '';
            background: inherit;
            position: absolute;
            bottom: -125px;
            left: -3px;
            height: 25%;
            width: calc(100% + 0.5px);
            background: #000000;
            transform-origin: 100%;
            transform: skewY(5deg);
            border: 3px solid #114592;
            border-top: none;
            z-index: -1;
        }*/
}
#shg-wishlist-print .wish-inventory .wishlist-item {
  -webkit-transform: skewY(2.5deg);
          transform: skewY(2.5deg);
  margin: 10px 0 0;
  padding-top: 50px;
}
#shg-wishlist-print .wish-inventory .undo-remove {
  display: none;
}
#shg-wishlist-print .print-harley {
  position: absolute;
  top: 0;
  width: 37%;
}
#shg-wishlist-print .print-logo {
  position: absolute;
  width: 25%;
  right: 21%;
}
#shg-wishlist-print .print-copy {
  position: absolute;
  width: 45%;
  right: 10%;
  top: 110px;
  font-size: 9pt;
  line-height: 160%;
  text-transform: uppercase;
}
#shg-wishlist-print .print-copy h2 {
  color: #1657b8 !important;
}
@media print {
  #shg-wishlistpg {
    display: none !important;
    visibility: hidden;
  }
  #shg-wishlist-print {
    display: block !important;
    visibility: visible;
    width: 100%;
    padding: 40px;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  div {
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .print-copy {
    top: 8.5%;
    font-size: 10pt;
  }
}
@media (min-width: 992px) {
  .print-copy {
    top: 9%;
    font-size: 13.5pt;
  }
}
@media (min-width: 1200px) {
  .print-copy {
    top: 12.5%;
  }
}
/* ===  MODALS */
/* === INTERSTITIAL === */
#global-overlay,
#video-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  font-size: 1.1em;
  overflow: auto;
  overflow-x: hidden;
}
/* === BASIC MODAL === */
.modal-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
}
.modal {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  position: relative;
  min-height: 40px;
  z-index: 9999;
}
.modal:before,
.modal:after {
  display: block;
  content: ' ';
  background-color: #0078ca;
  position: absolute;
  z-index: 9998;
}
.modal:before {
  height: 120%;
  -webkit-transform: skewX(10deg) rotate(3deg);
          transform: skewX(10deg) rotate(3deg);
  bottom: 9%;
  right: -1%;
  width: 102%;
}
.modal:after {
  width: 102%;
  height: 58%;
  bottom: -11%;
  left: 0;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
.modal-inner {
  position: relative;
  z-index: 9999;
}
/* === INTERSTITIAL === */
.interstitial {
  display: block;
  margin: 1% auto 0;
  width: 100%;
  position: relative;
}
.interstitial h5.headline {
  text-align: left;
  margin: 10px auto;
  padding: 0 25px 0 0;
  font-size: 2.5em;
}
.interstitial .desktop-stars,
.interstitial .desktop-harley {
  display: none;
  visibility: hidden;
}
.interstitial-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
}
.interstitial-inner {
  display: block;
  position: relative;
  top: 10%;
  width: 100%;
}
.interstitial-copy {
  background: #035288;
  display: block;
  position: relative;
  padding: 15px 20px;
  width: 100%;
  margin: 0 auto;
}
.interstitial-buttons .btn.btn-red {
  display: block;
  margin-bottom: 15px;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .interstitial {
    padding: 0 40px;
    max-width: 700px;
    margin-top: 50px;
  }
  .interstitial-close {
    top: 0;
    right: 0;
  }
  .interstitial-inner {
    margin: 0 auto;
    width: 100%;
  }
  .interstitial-inner:before,
  .interstitial-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #035288;
  }
  .interstitial-inner:before {
    height: 100%;
    -webkit-transform: skewX(2deg) skewY(3deg);
            transform: skewX(2deg) skewY(3deg);
  }
  .interstitial-copy {
    background: transparent;
    z-index: 10000;
    padding: 40px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .interstitial {
    padding: 0 40px;
    max-width: 850px;
    margin-top: 100px;
  }
  .interstitial .desktop-stars,
  .interstitial .desktop-harley {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 10001;
  }
  .interstitial .desktop-stars {
    bottom: -1%;
    left: -5%;
    height: 120%;
  }
  .interstitial .desktop-harley {
    right: 10%;
    bottom: 5%;
    height: 100%;
    max-height: 400px;
  }
  .interstitial-copy {
    width: 60%;
    margin-left: 10%;
  }
  .interstitial-buttons .btn.btn-red {
    display: inline-block;
    margin-bottom: 15px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .interstitial {
    max-width: 900px;
  }
}
/* === SNAPCHAT INTERSTITIAL === */
#snapchat-interstitial.modal-wrapper {
  top: 20%;
  padding-top: 20px;
}
#snapchat-interstitial .modal {
  max-width: 600px;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#snapchat-interstitial .modal.loaded {
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  opacity: 1;
}
#snapchat-interstitial .modal:before,
#snapchat-interstitial .modal:after {
  background-color: #203267;
}
#snapchat-interstitial .modal:before {
  height: 100%;
}
#snapchat-interstitial .modal:after {
  display: none;
}
#snapchat-interstitial .modal-inner {
  vertical-align: middle;
  padding-bottom: 40px;
}
#snapchat-interstitial .headline {
  font-size: 2.1em;
}
.snapchat-close {
  position: absolute;
  top: -35px;
  right: 20px;
  z-index: 10001;
}
.snapchat-qr {
  max-width: 270px;
  display: none;
  visibility: hidden;
  width: 40%;
  float: left;
}
.snapchat-copy {
  text-align: center;
}
.copy-alignment {
  vertical-align: middle;
}
/* Extra small devices (phones, less than 768px) */
/* default */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal {
    width: 80%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .snapchat-row {
    width: 100%;
    margin: 0 auto;
  }
  .snapchat-copy,
  .snapchat-copy .headline {
    text-align: left;
  }
  .snapchat-copy .headline {
    font-size: 2.75em;
    padding: 0;
  }
  .snapchat-copy {
    padding-left: 20px;
    padding-top: 15px;
    width: 60%;
    float: left;
  }
  .snapchat-qr {
    display: inline-block;
    visibility: visible;
    margin-bottom: 15px;
  }
}
/* Large devices (large desktops, 1200px and up) */
html.fr-fr .snapshot.snapshot-product .snapshot-like-bar .go-to-wishlist {
  white-space: normal;
}
html.it-it .snapshot.snapshot-product .snapshot-like-bar .go-to-wishlist {
  white-space: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  html.it-it .snapshot.snapshot-product .snapshot-like-bar .go-to-wishlist {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  html.it-it .snapshot.snapshot-product .snapshot-like-bar .go-to-wishlist {
    font-size: 16px;
  }
}

/* ---- Home: Mobile CDA text wraps between pages on DE-DE ---- */
@media (max-width: 767px) {
    html.de-de .carousel-slide.has-caption .carousel-caption .group-copy{
        white-space: normal;
    }
}

/* SHGK-1069, DCSHG - App Store Icon Rollover  */

#shg-sect-app .app-holder a{
  opacity:1
}
#shg-sect-app .app-holder a .appicon-image-off, #shg-sect-app .app-holder a:hover .appicon-image-on{
   display:none;
}
#shg-sect-app .app-holder a .appicon-image-on, #shg-sect-app .app-holder a:hover .appicon-image-off{
   display:block;
}

/* ==== 1124 - Revised App Module --------------------------*/
#shg-sect-app {
	background: url('..images/Apps_Bgnd_new.jpg') center top;
	background-size: cover;
}
#shg-sect-app .container-fluid-constrict {
	max-width: 100%;
	padding-top: .5em;
	display: table;
}
#shg-sect-app .images {
	width: 50%;
	margin: 0 auto;
	float: left;
}
#shg-sect-app .images img {
	width: auto;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
}
#shg-sect-app .top-text, #shg-sect-app .app-holder {
	width: 50%;
	margin: 0;
	text-align: left;
	float: right;
	vertical-align: middle;
	padding: 0 2%;
}
#shg-sect-app .top-text {
	padding-top: 6%;
}
#shg-sect-app .top-text p {
	margin-bottom: 0;
}
#shg-sect-app .top-text .headline.headline-lg {
	text-align: left;
	padding: 0;
}
#shg-sect-app .app-holder {
	position: static;
	padding-top: 2%;
}
#shg-sect-app .app-holder a {
	margin-left: 1%;
	margin-top: 0;
}
#shg-sect-app .app-holder a:first-child {
	margin-left: 0;
}
@media (max-width:767px) {
	#shg-sect-app{
		background-size: 100% 100%;
	}
	#shg-sect-app .top-text {
		padding-top: 3.5%;
	}
	#shg-sect-app .images, #shg-sect-app .top-text, #shg-sect-app .app-holder {
		width: 100%;
	}
	#shg-sect-app .top-text, #shg-sect-app .app-holder {
		text-align: center;
	}
	#shg-sect-app .images {
		margin: 1em 0 .47em;
	}
	#shg-sect-app .images img {
		margin-left: -11%;
		max-width: none;
		width: 111%;
	}
	#shg-sect-app .top-text .headline.headline-lg {
		text-align: center;
		font-size: 34pt;
	}
	#shg-sect-app .app-holder a {
		width: 40%;
		display: inline-block;
		margin: 1% auto;
		max-width: 230px;
		margin-left: 1%;
	}
}
@media (min-width:768px) and (max-width:992px) {
	#shg-sect-app .top-text {
		padding-top: 2.7%;
	}
}
@media (min-width: 1370px) {
	 #shg-sect-app .images img {
	   width:100%;
	 }   
}
@media (min-width: 551px) and (max-width:1024px){
	.profile-nav-label {
	    font-size: 0.9em;
	}
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) { 
	.wishpg-ctrl.print-action{
	    display: none;
	}
}
@media (min-width: 768px) and (max-width:1024px){
	.wishpg-ctrl.print-action{
	    display: none;
	}
}
/* 1165- Alignment issue in 'View wishlist' text IN tABe */
@media (min-width:798px) and (max-width:970px){
     html.pt-br .snapshot.snapshot-product.wishlist-added .snapshot-like-bar .go-to-wishlist,
        html.de-de .snapshot.snapshot-product.wishlist-added .snapshot-like-bar .go-to-wishlist,
        html.tr-tr .snapshot.snapshot-product.wishlist-added .snapshot-like-bar .go-to-wishlist{
        font-size:12.5px;
    }
     html.de-de .snapshot.snapshot-product .snapshot-product-ctrls .wishlist-flag .label{
        font-size: 14px;
    }
}
@media (min-width:990px) and (max-width:1024px){
  #shg-sect-hero #hero-slider .headline-link.headline-lg{
     font-size: 24pt;
  }  
}
@media (min-device-width: 1025px) and (max-device-width: 1280px) and (orientation: landscape){
  #shg-sect-hero #hero-slider .headline-link.headline-lg{
     font-size: 30pt;
  }  
}

@media only screen and (max-width: 767px){
	html.pl-pl .interstitial h5.headline {
	  font-size: 2em;
	}
}

/* 1231- Alignment issue in Video title for pl-pl */
@media (min-width: 992px) {
  html.pl-pl .headline.headline-lg,
  html.pl-pl .headline-link.headline-lg {
    font-size: 32pt;
  }
}
@media (min-width: 1200px) {
  html.pl-pl .headline.headline-lg,
  html.pl-pl .headline-link.headline-lg {
    font-size: 34pt;
  }
}