@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

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

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

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]: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; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

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

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }
  .text-primary:hover {
    color: #3071a9; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier- New", monospace; }

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

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

.col-xs-4 {
  width: 33.3333333333%; }

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

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

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

.col-xs-8 {
  width: 66.6666666667%; }

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

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

.col-xs-11 {
  width: 91.6666666667%; }

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

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

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

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

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

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

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

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

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

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

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

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

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

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

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

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

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

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

  .col-md-11 {
    width: 91.6666666667%; }

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

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

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

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

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .container {
    width: 1263px; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

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

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

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

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

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

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

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

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

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

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

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: normal; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 45px;
  line-height: 45px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicon:empty {
    width: 1em; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    float: right; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
.input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg {
  height: 45px;
  line-height: 45px; }
.input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg {
  height: auto; }

.input-group-sm > .form-control .input-sm,
.input-group-sm > .input-group-addon .input-sm,
.input-group-sm > .input-group-btn > .btn .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.input-group-sm > .form-control select.input-sm,
.input-group-sm > .input-group-addon select.input-sm,
.input-group-sm > .input-group-btn > .btn select.input-sm {
  height: 30px;
  line-height: 30px; }
.input-group-sm > .form-control textarea.input-sm,
.input-group-sm > .input-group-addon textarea.input-sm,
.input-group-sm > .input-group-btn > .btn textarea.input-sm {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #2a6496;
      border-bottom-color: #2a6496; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: auto; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left; }

  .navbar-right {
    float: right; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
  .pagination > .disabled .inactive.ellipses:hover, .pagination > .disabled .inactive.ellipses:focus {
    font-weight: 300; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

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

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  margin-bottom: 20px; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading > .dropdown .caret {
      border-color: #333333 transparent; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: #fff transparent; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #b94a48 transparent; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #953b39; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

@media screen and (max-width: 600px) {
  .popover.fade.left.in.cvc-mobile-popover {
    left: 2px !important;
    margin-left: 0;
    max-width: 155px; } }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

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

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* File path*/
/* Color Swatches */
/* Font Weights */
/* Lazy Loading default image */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

.container, div[class*="col-"] {
  padding: 0; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1900px; }

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

.paddedRow.evenSpacedColumns {
  margin-right: 0px; }

/* Default Row - 15px */
.row.paddedRow {
  margin: 0 15px; }

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

.row.evenSpacedColumns > div[class*="col-"] {
  padding-right: 15px; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

/* Row with 3px gutter */
.row3.paddedRow {
  margin: 0 25px; }

.row3.evenSpacedColumns {
  margin-right: -3px; }

.row3.evenSpacedColumns > div[class*="col-"] {
  padding: 3px; }

/* Row with 1px gutter */
.row1.paddedRow {
  margin: 0 25px; }

.row1.evenSpacedColumns {
  margin-right: -1px; }

.row1.evenSpacedColumns > div[class*="col-"] {
  padding-right: 1px; }

.cart-error-text {
  font-size: 15px;
  padding: 10px 0;
  color: red; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }

.bs-callout-danger {
  border-left-color: #ce4844; }
  .bs-callout-danger h4 {
    color: #ce4844; }

/* Row with 5px gutter */
.row5.paddedRow {
  margin: 0 5px; }

.row5.evenSpacedColumns {
  margin-right: -5px; }

.row5.evenSpacedColumns > div[class*="col-"] {
  padding-right: 5px; }

.row5:before,
.row5:after {
  content: " ";
  display: table; }

.row5:after {
  clear: both; }

/* Row with 10px gutter */
.row10.paddedRow {
  margin: 0 10px; }

.row10.evenSpacedColumns {
  margin-right: -10px; }

.row10.evenSpacedColumns > div[class*="col-"] {
  padding-right: 10px; }

.row10:before,
.row10:after {
  content: " ";
  display: table; }

.row10:after {
  clear: both; }

/* Row with 15px gutter */
.row15.paddedRow {
  margin: 0 15px; }

.row15.evenSpacedColumns {
  margin-right: -15px; }

.row15.evenSpacedColumns > div[class*="col-"] {
  padding-right: 15px; }

.row15:before,
.row15:after {
  content: " ";
  display: table; }

.row15:after {
  clear: both; }

/* Row with 20px gutter */
.row20.paddedRow {
  margin: 0 20px; }

.row20.evenSpacedColumns {
  margin-right: -20px; }

.row20.evenSpacedColumns > div[class*="col-"] {
  padding-right: 20px; }

.row20:before,
.row20:after {
  content: " ";
  display: table; }

.row20:after {
  clear: both; }

/* Row with 25px gutter */
.row25.paddedRow {
  margin: 0 25px; }

.row25.evenSpacedColumns {
  margin-right: -25px; }

.row25.evenSpacedColumns > div[class*="col-"] {
  padding-right: 25px; }

.row25:before,
.row25:after {
  content: " ";
  display: table; }

.row25:after {
  clear: both; }

/* Row with 30px gutter */
.row30.paddedRow {
  margin: 0 30px; }

.row30.evenSpacedColumns {
  margin-right: -30px; }

.row30.evenSpacedColumns > div[class*="col-"] {
  padding-right: 30px; }

.row30:before,
.row30:after {
  content: " ";
  display: table; }

.row30:after {
  clear: both; }

/* Row with 35px gutter */
.row35.paddedRow {
  margin: 0 35px; }

.row35.evenSpacedColumns {
  margin-right: -35px; }

.row35.evenSpacedColumns > div[class*="col-"] {
  padding-right: 35px; }

.row35:before,
.row35:after {
  content: " ";
  display: table; }

.row35:after {
  clear: both; }

/* Row with 40px gutter */
.row40.paddedRow {
  margin: 0 40px; }

.row40.evenSpacedColumns {
  margin-right: -40px; }

.row40.evenSpacedColumns > div[class*="col-"] {
  padding-right: 40px; }

.row40:before,
.row40:after {
  content: " ";
  display: table; }

.row40:after {
  clear: both; }

/* Row with 45px gutter */
.row45.paddedRow {
  margin: 0 45px; }

.row45.evenSpacedColumns {
  margin-right: -45px; }

.row45.evenSpacedColumns > div[class*="col-"] {
  padding-right: 45px; }

.row45:before,
.row45:after {
  content: " ";
  display: table; }

.row45:after {
  clear: both; }

/* Row with 50px gutter */
.row50.paddedRow {
  margin: 0 50px; }

.row50.evenSpacedColumns {
  margin-right: -50px; }

.row50.evenSpacedColumns > div[class*="col-"] {
  padding-right: 50px; }

.row50:before,
.row50:after {
  content: " ";
  display: table; }

.row50:after {
  clear: both; }

/* Row with 75px gutter */
.row75.paddedRow {
  margin: 0 75px; }

.row75.evenSpacedColumns {
  margin-right: -75px; }

.row75.evenSpacedColumns > div[class*="col-"] {
  padding-right: 75px; }

/* Row with 100px gutter */
.row100.paddedRow {
  margin: 0 100px; }

.row100.evenSpacedColumns {
  margin-right: -100px; }

.row100.evenSpacedColumns > div[class*="col-"] {
  padding-right: 100px; }

.col-ten-xs-1, .col-ten-xs-2, .col-ten-xs-3, .col-ten-xs-4, .col-ten-xs-5,
.col-ten-xs-6, .col-ten-xs-7, .col-ten-xs-8, .col-ten-xs-9, .col-ten-xs-10,
.col-ten-sm-1, .col-ten-sm-2, .col-ten-sm-3, .col-ten-sm-4, .col-ten-sm-5,
.col-ten-sm-6, .col-ten-sm-7, .col-ten-sm-8, .col-ten-sm-9, .col-ten-sm-10,
.col-ten-md-1, .col-ten-md-2, .col-ten-md-3, .col-ten-md-4, .col-ten-md-5,
.col-ten-md-6, .col-ten-md-7, .col-ten-md-8, .col-ten-md-9, .col-ten-md-10,
.col-ten-lg-1, .col-ten-lg-2, .col-ten-lg-3, .col-ten-lg-4, .col-ten-lg-5,
.col-ten-lg-6, .col-ten-lg-7, .col-ten-lg-8, .col-ten-lg-9, .col-ten-lg-10 {
  float: left; }

.col-ten-xs-1 {
  width: 10%; }

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

.col-ten-xs-pull-1 {
  right: 10%; }

.col-ten-xs-offset-1 {
  margin-left: 10%; }

.col-ten-sm-1 {
  width: 10%; }

.col-ten-sm-push-1 {
  left: 10%; }

.col-ten-sm-pull-1 {
  right: 10%; }

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

.col-ten-md-1 {
  width: 10%; }

.col-ten-md-push-1 {
  left: 10%; }

.col-ten-md-pull-1 {
  right: 10%; }

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

.col-ten-lg-1 {
  width: 10%; }

.col-ten-lg-push-1 {
  left: 10%; }

.col-ten-lg-pull-1 {
  right: 10%; }

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

@media (min-width: 768px) {
  .col-ten-sm-1 {
    width: 10%; }

  .col-ten-sm-push-1 {
    left: 10%; }

  .col-ten-sm-pull-1 {
    right: 10%; }

  .col-ten-sm-offset-1 {
    margin-left: 10%; } }
@media (min-width: 992px) {
  .col-ten-md-1 {
    width: 10%; }

  .col-ten-md-push-1 {
    left: 10%; }

  .col-ten-md-pull-1 {
    right: 10%; }

  .col-ten-md-offset-1 {
    margin-left: 10%; } }
@media (min-width: 1280px) {
  .col-ten-lg-1 {
    width: 10%; }

  .col-ten-lg-push-1 {
    left: 10%; }

  .col-ten-lg-pull-1 {
    right: 10%; }

  .col-ten-lg-offset-1 {
    margin-left: 10%; } }
.col-ten-xs-2 {
  width: 20%; }

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

.col-ten-xs-pull-2 {
  right: 20%; }

.col-ten-xs-offset-2 {
  margin-left: 20%; }

.col-ten-sm-2 {
  width: 20%; }

.col-ten-sm-push-2 {
  left: 20%; }

.col-ten-sm-pull-2 {
  right: 20%; }

.col-ten-sm-offset-2 {
  margin-left: 20%; }

.col-ten-md-2 {
  width: 20%; }

.col-ten-md-push-2 {
  left: 20%; }

.col-ten-md-pull-2 {
  right: 20%; }

.col-ten-md-offset-2 {
  margin-left: 20%; }

.col-ten-lg-2 {
  width: 20%; }

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

.col-ten-lg-pull-2 {
  right: 20%; }

.col-ten-lg-offset-2 {
  margin-left: 20%; }

@media (min-width: 768px) {
  .col-ten-sm-2 {
    width: 20%; }

  .col-ten-sm-push-2 {
    left: 20%; }

  .col-ten-sm-pull-2 {
    right: 20%; }

  .col-ten-sm-offset-2 {
    margin-left: 20%; } }
@media (min-width: 992px) {
  .col-ten-md-2 {
    width: 20%; }

  .col-ten-md-push-2 {
    left: 20%; }

  .col-ten-md-pull-2 {
    right: 20%; }

  .col-ten-md-offset-2 {
    margin-left: 20%; } }
@media (min-width: 1280px) {
  .col-ten-lg-2 {
    width: 20%; }

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

  .col-ten-lg-pull-2 {
    right: 20%; }

  .col-ten-lg-offset-2 {
    margin-left: 20%; } }
.col-ten-xs-3 {
  width: 30%; }

.col-ten-xs-push-3 {
  left: 30%; }

.col-ten-xs-pull-3 {
  right: 30%; }

.col-ten-xs-offset-3 {
  margin-left: 30%; }

.col-ten-sm-3 {
  width: 30%; }

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

.col-ten-sm-pull-3 {
  right: 30%; }

.col-ten-sm-offset-3 {
  margin-left: 30%; }

.col-ten-md-3 {
  width: 30%; }

.col-ten-md-push-3 {
  left: 30%; }

.col-ten-md-pull-3 {
  right: 30%; }

.col-ten-md-offset-3 {
  margin-left: 30%; }

.col-ten-lg-3 {
  width: 30%; }

.col-ten-lg-push-3 {
  left: 30%; }

.col-ten-lg-pull-3 {
  right: 30%; }

.col-ten-lg-offset-3 {
  margin-left: 30%; }

@media (min-width: 768px) {
  .col-ten-sm-3 {
    width: 30%; }

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

  .col-ten-sm-pull-3 {
    right: 30%; }

  .col-ten-sm-offset-3 {
    margin-left: 30%; } }
@media (min-width: 992px) {
  .col-ten-md-3 {
    width: 30%; }

  .col-ten-md-push-3 {
    left: 30%; }

  .col-ten-md-pull-3 {
    right: 30%; }

  .col-ten-md-offset-3 {
    margin-left: 30%; } }
@media (min-width: 1280px) {
  .col-ten-lg-3 {
    width: 30%; }

  .col-ten-lg-push-3 {
    left: 30%; }

  .col-ten-lg-pull-3 {
    right: 30%; }

  .col-ten-lg-offset-3 {
    margin-left: 30%; } }
.col-ten-xs-4 {
  width: 40%; }

.col-ten-xs-push-4 {
  left: 40%; }

.col-ten-xs-pull-4 {
  right: 40%; }

.col-ten-xs-offset-4 {
  margin-left: 40%; }

.col-ten-sm-4 {
  width: 40%; }

.col-ten-sm-push-4 {
  left: 40%; }

.col-ten-sm-pull-4 {
  right: 40%; }

.col-ten-sm-offset-4 {
  margin-left: 40%; }

.col-ten-md-4 {
  width: 40%; }

.col-ten-md-push-4 {
  left: 40%; }

.col-ten-md-pull-4 {
  right: 40%; }

.col-ten-md-offset-4 {
  margin-left: 40%; }

.col-ten-lg-4 {
  width: 40%; }

.col-ten-lg-push-4 {
  left: 40%; }

.col-ten-lg-pull-4 {
  right: 40%; }

.col-ten-lg-offset-4 {
  margin-left: 40%; }

@media (min-width: 768px) {
  .col-ten-sm-4 {
    width: 40%; }

  .col-ten-sm-push-4 {
    left: 40%; }

  .col-ten-sm-pull-4 {
    right: 40%; }

  .col-ten-sm-offset-4 {
    margin-left: 40%; } }
@media (min-width: 992px) {
  .col-ten-md-4 {
    width: 40%; }

  .col-ten-md-push-4 {
    left: 40%; }

  .col-ten-md-pull-4 {
    right: 40%; }

  .col-ten-md-offset-4 {
    margin-left: 40%; } }
@media (min-width: 1280px) {
  .col-ten-lg-4 {
    width: 40%; }

  .col-ten-lg-push-4 {
    left: 40%; }

  .col-ten-lg-pull-4 {
    right: 40%; }

  .col-ten-lg-offset-4 {
    margin-left: 40%; } }
.col-ten-xs-5 {
  width: 50%; }

.col-ten-xs-push-5 {
  left: 50%; }

.col-ten-xs-pull-5 {
  right: 50%; }

.col-ten-xs-offset-5 {
  margin-left: 50%; }

.col-ten-sm-5 {
  width: 50%; }

.col-ten-sm-push-5 {
  left: 50%; }

.col-ten-sm-pull-5 {
  right: 50%; }

.col-ten-sm-offset-5 {
  margin-left: 50%; }

.col-ten-md-5 {
  width: 50%; }

.col-ten-md-push-5 {
  left: 50%; }

.col-ten-md-pull-5 {
  right: 50%; }

.col-ten-md-offset-5 {
  margin-left: 50%; }

.col-ten-lg-5 {
  width: 50%; }

.col-ten-lg-push-5 {
  left: 50%; }

.col-ten-lg-pull-5 {
  right: 50%; }

.col-ten-lg-offset-5 {
  margin-left: 50%; }

@media (min-width: 768px) {
  .col-ten-sm-5 {
    width: 50%; }

  .col-ten-sm-push-5 {
    left: 50%; }

  .col-ten-sm-pull-5 {
    right: 50%; }

  .col-ten-sm-offset-5 {
    margin-left: 50%; } }
@media (min-width: 992px) {
  .col-ten-md-5 {
    width: 50%; }

  .col-ten-md-push-5 {
    left: 50%; }

  .col-ten-md-pull-5 {
    right: 50%; }

  .col-ten-md-offset-5 {
    margin-left: 50%; } }
@media (min-width: 1280px) {
  .col-ten-lg-5 {
    width: 50%; }

  .col-ten-lg-push-5 {
    left: 50%; }

  .col-ten-lg-pull-5 {
    right: 50%; }

  .col-ten-lg-offset-5 {
    margin-left: 50%; } }
.col-ten-xs-6 {
  width: 60%; }

.col-ten-xs-push-6 {
  left: 60%; }

.col-ten-xs-pull-6 {
  right: 60%; }

.col-ten-xs-offset-6 {
  margin-left: 60%; }

.col-ten-sm-6 {
  width: 60%; }

.col-ten-sm-push-6 {
  left: 60%; }

.col-ten-sm-pull-6 {
  right: 60%; }

.col-ten-sm-offset-6 {
  margin-left: 60%; }

.col-ten-md-6 {
  width: 60%; }

.col-ten-md-push-6 {
  left: 60%; }

.col-ten-md-pull-6 {
  right: 60%; }

.col-ten-md-offset-6 {
  margin-left: 60%; }

.col-ten-lg-6 {
  width: 60%; }

.col-ten-lg-push-6 {
  left: 60%; }

.col-ten-lg-pull-6 {
  right: 60%; }

.col-ten-lg-offset-6 {
  margin-left: 60%; }

@media (min-width: 768px) {
  .col-ten-sm-6 {
    width: 60%; }

  .col-ten-sm-push-6 {
    left: 60%; }

  .col-ten-sm-pull-6 {
    right: 60%; }

  .col-ten-sm-offset-6 {
    margin-left: 60%; } }
@media (min-width: 992px) {
  .col-ten-md-6 {
    width: 60%; }

  .col-ten-md-push-6 {
    left: 60%; }

  .col-ten-md-pull-6 {
    right: 60%; }

  .col-ten-md-offset-6 {
    margin-left: 60%; } }
@media (min-width: 1280px) {
  .col-ten-lg-6 {
    width: 60%; }

  .col-ten-lg-push-6 {
    left: 60%; }

  .col-ten-lg-pull-6 {
    right: 60%; }

  .col-ten-lg-offset-6 {
    margin-left: 60%; } }
.col-ten-xs-7 {
  width: 70%; }

.col-ten-xs-push-7 {
  left: 70%; }

.col-ten-xs-pull-7 {
  right: 70%; }

.col-ten-xs-offset-7 {
  margin-left: 70%; }

.col-ten-sm-7 {
  width: 70%; }

.col-ten-sm-push-7 {
  left: 70%; }

.col-ten-sm-pull-7 {
  right: 70%; }

.col-ten-sm-offset-7 {
  margin-left: 70%; }

.col-ten-md-7 {
  width: 70%; }

.col-ten-md-push-7 {
  left: 70%; }

.col-ten-md-pull-7 {
  right: 70%; }

.col-ten-md-offset-7 {
  margin-left: 70%; }

.col-ten-lg-7 {
  width: 70%; }

.col-ten-lg-push-7 {
  left: 70%; }

.col-ten-lg-pull-7 {
  right: 70%; }

.col-ten-lg-offset-7 {
  margin-left: 70%; }

@media (min-width: 768px) {
  .col-ten-sm-7 {
    width: 70%; }

  .col-ten-sm-push-7 {
    left: 70%; }

  .col-ten-sm-pull-7 {
    right: 70%; }

  .col-ten-sm-offset-7 {
    margin-left: 70%; } }
@media (min-width: 992px) {
  .col-ten-md-7 {
    width: 70%; }

  .col-ten-md-push-7 {
    left: 70%; }

  .col-ten-md-pull-7 {
    right: 70%; }

  .col-ten-md-offset-7 {
    margin-left: 70%; } }
@media (min-width: 1280px) {
  .col-ten-lg-7 {
    width: 70%; }

  .col-ten-lg-push-7 {
    left: 70%; }

  .col-ten-lg-pull-7 {
    right: 70%; }

  .col-ten-lg-offset-7 {
    margin-left: 70%; } }
.col-ten-xs-8 {
  width: 80%; }

.col-ten-xs-push-8 {
  left: 80%; }

.col-ten-xs-pull-8 {
  right: 80%; }

.col-ten-xs-offset-8 {
  margin-left: 80%; }

.col-ten-sm-8 {
  width: 80%; }

.col-ten-sm-push-8 {
  left: 80%; }

.col-ten-sm-pull-8 {
  right: 80%; }

.col-ten-sm-offset-8 {
  margin-left: 80%; }

.col-ten-md-8 {
  width: 80%; }

.col-ten-md-push-8 {
  left: 80%; }

.col-ten-md-pull-8 {
  right: 80%; }

.col-ten-md-offset-8 {
  margin-left: 80%; }

.col-ten-lg-8 {
  width: 80%; }

.col-ten-lg-push-8 {
  left: 80%; }

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

.col-ten-lg-offset-8 {
  margin-left: 80%; }

@media (min-width: 768px) {
  .col-ten-sm-8 {
    width: 80%; }

  .col-ten-sm-push-8 {
    left: 80%; }

  .col-ten-sm-pull-8 {
    right: 80%; }

  .col-ten-sm-offset-8 {
    margin-left: 80%; } }
@media (min-width: 992px) {
  .col-ten-md-8 {
    width: 80%; }

  .col-ten-md-push-8 {
    left: 80%; }

  .col-ten-md-pull-8 {
    right: 80%; }

  .col-ten-md-offset-8 {
    margin-left: 80%; } }
@media (min-width: 1280px) {
  .col-ten-lg-8 {
    width: 80%; }

  .col-ten-lg-push-8 {
    left: 80%; }

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

  .col-ten-lg-offset-8 {
    margin-left: 80%; } }
.col-ten-xs-9 {
  width: 90%; }

.col-ten-xs-push-9 {
  left: 90%; }

.col-ten-xs-pull-9 {
  right: 90%; }

.col-ten-xs-offset-9 {
  margin-left: 90%; }

.col-ten-sm-9 {
  width: 90%; }

.col-ten-sm-push-9 {
  left: 90%; }

.col-ten-sm-pull-9 {
  right: 90%; }

.col-ten-sm-offset-9 {
  margin-left: 90%; }

.col-ten-md-9 {
  width: 90%; }

.col-ten-md-push-9 {
  left: 90%; }

.col-ten-md-pull-9 {
  right: 90%; }

.col-ten-md-offset-9 {
  margin-left: 90%; }

.col-ten-lg-9 {
  width: 90%; }

.col-ten-lg-push-9 {
  left: 90%; }

.col-ten-lg-pull-9 {
  right: 90%; }

.col-ten-lg-offset-9 {
  margin-left: 90%; }

@media (min-width: 768px) {
  .col-ten-sm-9 {
    width: 90%; }

  .col-ten-sm-push-9 {
    left: 90%; }

  .col-ten-sm-pull-9 {
    right: 90%; }

  .col-ten-sm-offset-9 {
    margin-left: 90%; } }
@media (min-width: 992px) {
  .col-ten-md-9 {
    width: 90%; }

  .col-ten-md-push-9 {
    left: 90%; }

  .col-ten-md-pull-9 {
    right: 90%; }

  .col-ten-md-offset-9 {
    margin-left: 90%; } }
@media (min-width: 1280px) {
  .col-ten-lg-9 {
    width: 90%; }

  .col-ten-lg-push-9 {
    left: 90%; }

  .col-ten-lg-pull-9 {
    right: 90%; }

  .col-ten-lg-offset-9 {
    margin-left: 90%; } }
.col-ten-xs-10 {
  width: 100%; }

.col-ten-xs-push-10 {
  left: 100%; }

.col-ten-xs-pull-10 {
  right: 100%; }

.col-ten-xs-offset-10 {
  margin-left: 100%; }

.col-ten-sm-10 {
  width: 100%; }

.col-ten-sm-push-10 {
  left: 100%; }

.col-ten-sm-pull-10 {
  right: 100%; }

.col-ten-sm-offset-10 {
  margin-left: 100%; }

.col-ten-md-10 {
  width: 100%; }

.col-ten-md-push-10 {
  left: 100%; }

.col-ten-md-pull-10 {
  right: 100%; }

.col-ten-md-offset-10 {
  margin-left: 100%; }

.col-ten-lg-10 {
  width: 100%; }

.col-ten-lg-push-10 {
  left: 100%; }

.col-ten-lg-pull-10 {
  right: 100%; }

.col-ten-lg-offset-10 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-ten-sm-10 {
    width: 100%; }

  .col-ten-sm-push-10 {
    left: 100%; }

  .col-ten-sm-pull-10 {
    right: 100%; }

  .col-ten-sm-offset-10 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-ten-md-10 {
    width: 100%; }

  .col-ten-md-push-10 {
    left: 100%; }

  .col-ten-md-pull-10 {
    right: 100%; }

  .col-ten-md-offset-10 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-ten-lg-10 {
    width: 100%; }

  .col-ten-lg-push-10 {
    left: 100%; }

  .col-ten-lg-pull-10 {
    right: 100%; }

  .col-ten-lg-offset-10 {
    margin-left: 100%; } }
.col-nine-xs-1, .col-nine-xs-2, .col-nine-xs-3, .col-nine-xs-4, .col-nine-xs-5,
.col-nine-xs-6, .col-nine-xs-7, .col-nine-xs-8, .col-nine-xs-9,
.col-nine-sm-1, .col-nine-sm-2, .col-nine-sm-3, .col-nine-sm-4, .col-nine-sm-5,
.col-nine-sm-6, .col-nine-sm-7, .col-nine-sm-8, .col-nine-sm-9,
.col-nine-md-1, .col-nine-md-2, .col-nine-md-3, .col-nine-md-4, .col-nine-md-5,
.col-nine-md-6, .col-nine-md-7, .col-nine-md-8, .col-nine-md-9,
.col-nine-lg-1, .col-nine-lg-2, .col-nine-lg-3, .col-nine-lg-4, .col-nine-lg-5,
.col-nine-lg-6, .col-nine-lg-7, .col-nine-lg-8, .col-nine-lg-9 {
  float: left; }

.col-nine-xs-1 {
  width: 11.1111111111%; }

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

.col-nine-xs-pull-1 {
  right: 11.1111111111%; }

.col-nine-xs-offset-1 {
  margin-left: 11.1111111111%; }

.col-nine-sm-1 {
  width: 11.1111111111%; }

.col-nine-sm-push-1 {
  left: 11.1111111111%; }

.col-nine-sm-pull-1 {
  right: 11.1111111111%; }

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

.col-nine-md-1 {
  width: 11.1111111111%; }

.col-nine-md-push-1 {
  left: 11.1111111111%; }

.col-nine-md-pull-1 {
  right: 11.1111111111%; }

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

.col-nine-lg-1 {
  width: 11.1111111111%; }

.col-nine-lg-push-1 {
  left: 11.1111111111%; }

.col-nine-lg-pull-1 {
  right: 11.1111111111%; }

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

@media (min-width: 768px) {
  .col-nine-sm-1 {
    width: 11.1111111111%; }

  .col-nine-sm-push-1 {
    left: 11.1111111111%; }

  .col-nine-sm-pull-1 {
    right: 11.1111111111%; }

  .col-nine-sm-offset-1 {
    margin-left: 11.1111111111%; } }
@media (min-width: 992px) {
  .col-nine-md-1 {
    width: 11.1111111111%; }

  .col-nine-md-push-1 {
    left: 11.1111111111%; }

  .col-nine-md-pull-1 {
    right: 11.1111111111%; }

  .col-nine-md-offset-1 {
    margin-left: 11.1111111111%; } }
@media (min-width: 1280px) {
  .col-nine-lg-1 {
    width: 11.1111111111%; }

  .col-nine-lg-push-1 {
    left: 11.1111111111%; }

  .col-nine-lg-pull-1 {
    right: 11.1111111111%; }

  .col-nine-lg-offset-1 {
    margin-left: 11.1111111111%; } }
.col-nine-xs-2 {
  width: 22.2222222222%; }

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

.col-nine-xs-pull-2 {
  right: 22.2222222222%; }

.col-nine-xs-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-sm-2 {
  width: 22.2222222222%; }

.col-nine-sm-push-2 {
  left: 22.2222222222%; }

.col-nine-sm-pull-2 {
  right: 22.2222222222%; }

.col-nine-sm-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-md-2 {
  width: 22.2222222222%; }

.col-nine-md-push-2 {
  left: 22.2222222222%; }

.col-nine-md-pull-2 {
  right: 22.2222222222%; }

.col-nine-md-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-lg-2 {
  width: 22.2222222222%; }

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

.col-nine-lg-pull-2 {
  right: 22.2222222222%; }

.col-nine-lg-offset-2 {
  margin-left: 22.2222222222%; }

@media (min-width: 768px) {
  .col-nine-sm-2 {
    width: 22.2222222222%; }

  .col-nine-sm-push-2 {
    left: 22.2222222222%; }

  .col-nine-sm-pull-2 {
    right: 22.2222222222%; }

  .col-nine-sm-offset-2 {
    margin-left: 22.2222222222%; } }
@media (min-width: 992px) {
  .col-nine-md-2 {
    width: 22.2222222222%; }

  .col-nine-md-push-2 {
    left: 22.2222222222%; }

  .col-nine-md-pull-2 {
    right: 22.2222222222%; }

  .col-nine-md-offset-2 {
    margin-left: 22.2222222222%; } }
@media (min-width: 1280px) {
  .col-nine-lg-2 {
    width: 22.2222222222%; }

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

  .col-nine-lg-pull-2 {
    right: 22.2222222222%; }

  .col-nine-lg-offset-2 {
    margin-left: 22.2222222222%; } }
.col-nine-xs-3 {
  width: 33.3333333333%; }

.col-nine-xs-push-3 {
  left: 33.3333333333%; }

.col-nine-xs-pull-3 {
  right: 33.3333333333%; }

.col-nine-xs-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-sm-3 {
  width: 33.3333333333%; }

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

.col-nine-sm-pull-3 {
  right: 33.3333333333%; }

.col-nine-sm-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-md-3 {
  width: 33.3333333333%; }

.col-nine-md-push-3 {
  left: 33.3333333333%; }

.col-nine-md-pull-3 {
  right: 33.3333333333%; }

.col-nine-md-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-lg-3 {
  width: 33.3333333333%; }

.col-nine-lg-push-3 {
  left: 33.3333333333%; }

.col-nine-lg-pull-3 {
  right: 33.3333333333%; }

.col-nine-lg-offset-3 {
  margin-left: 33.3333333333%; }

@media (min-width: 768px) {
  .col-nine-sm-3 {
    width: 33.3333333333%; }

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

  .col-nine-sm-pull-3 {
    right: 33.3333333333%; }

  .col-nine-sm-offset-3 {
    margin-left: 33.3333333333%; } }
@media (min-width: 992px) {
  .col-nine-md-3 {
    width: 33.3333333333%; }

  .col-nine-md-push-3 {
    left: 33.3333333333%; }

  .col-nine-md-pull-3 {
    right: 33.3333333333%; }

  .col-nine-md-offset-3 {
    margin-left: 33.3333333333%; } }
@media (min-width: 1280px) {
  .col-nine-lg-3 {
    width: 33.3333333333%; }

  .col-nine-lg-push-3 {
    left: 33.3333333333%; }

  .col-nine-lg-pull-3 {
    right: 33.3333333333%; }

  .col-nine-lg-offset-3 {
    margin-left: 33.3333333333%; } }
.col-nine-xs-4 {
  width: 44.4444444444%; }

.col-nine-xs-push-4 {
  left: 44.4444444444%; }

.col-nine-xs-pull-4 {
  right: 44.4444444444%; }

.col-nine-xs-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-sm-4 {
  width: 44.4444444444%; }

.col-nine-sm-push-4 {
  left: 44.4444444444%; }

.col-nine-sm-pull-4 {
  right: 44.4444444444%; }

.col-nine-sm-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-md-4 {
  width: 44.4444444444%; }

.col-nine-md-push-4 {
  left: 44.4444444444%; }

.col-nine-md-pull-4 {
  right: 44.4444444444%; }

.col-nine-md-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-lg-4 {
  width: 44.4444444444%; }

.col-nine-lg-push-4 {
  left: 44.4444444444%; }

.col-nine-lg-pull-4 {
  right: 44.4444444444%; }

.col-nine-lg-offset-4 {
  margin-left: 44.4444444444%; }

@media (min-width: 768px) {
  .col-nine-sm-4 {
    width: 44.4444444444%; }

  .col-nine-sm-push-4 {
    left: 44.4444444444%; }

  .col-nine-sm-pull-4 {
    right: 44.4444444444%; }

  .col-nine-sm-offset-4 {
    margin-left: 44.4444444444%; } }
@media (min-width: 992px) {
  .col-nine-md-4 {
    width: 44.4444444444%; }

  .col-nine-md-push-4 {
    left: 44.4444444444%; }

  .col-nine-md-pull-4 {
    right: 44.4444444444%; }

  .col-nine-md-offset-4 {
    margin-left: 44.4444444444%; } }
@media (min-width: 1280px) {
  .col-nine-lg-4 {
    width: 44.4444444444%; }

  .col-nine-lg-push-4 {
    left: 44.4444444444%; }

  .col-nine-lg-pull-4 {
    right: 44.4444444444%; }

  .col-nine-lg-offset-4 {
    margin-left: 44.4444444444%; } }
.col-nine-xs-5 {
  width: 55.5555555556%; }

.col-nine-xs-push-5 {
  left: 55.5555555556%; }

.col-nine-xs-pull-5 {
  right: 55.5555555556%; }

.col-nine-xs-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-sm-5 {
  width: 55.5555555556%; }

.col-nine-sm-push-5 {
  left: 55.5555555556%; }

.col-nine-sm-pull-5 {
  right: 55.5555555556%; }

.col-nine-sm-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-md-5 {
  width: 55.5555555556%; }

.col-nine-md-push-5 {
  left: 55.5555555556%; }

.col-nine-md-pull-5 {
  right: 55.5555555556%; }

.col-nine-md-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-lg-5 {
  width: 55.5555555556%; }

.col-nine-lg-push-5 {
  left: 55.5555555556%; }

.col-nine-lg-pull-5 {
  right: 55.5555555556%; }

.col-nine-lg-offset-5 {
  margin-left: 55.5555555556%; }

@media (min-width: 768px) {
  .col-nine-sm-5 {
    width: 55.5555555556%; }

  .col-nine-sm-push-5 {
    left: 55.5555555556%; }

  .col-nine-sm-pull-5 {
    right: 55.5555555556%; }

  .col-nine-sm-offset-5 {
    margin-left: 55.5555555556%; } }
@media (min-width: 992px) {
  .col-nine-md-5 {
    width: 55.5555555556%; }

  .col-nine-md-push-5 {
    left: 55.5555555556%; }

  .col-nine-md-pull-5 {
    right: 55.5555555556%; }

  .col-nine-md-offset-5 {
    margin-left: 55.5555555556%; } }
@media (min-width: 1280px) {
  .col-nine-lg-5 {
    width: 55.5555555556%; }

  .col-nine-lg-push-5 {
    left: 55.5555555556%; }

  .col-nine-lg-pull-5 {
    right: 55.5555555556%; }

  .col-nine-lg-offset-5 {
    margin-left: 55.5555555556%; } }
.col-nine-xs-6 {
  width: 66.6666666667%; }

.col-nine-xs-push-6 {
  left: 66.6666666667%; }

.col-nine-xs-pull-6 {
  right: 66.6666666667%; }

.col-nine-xs-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-sm-6 {
  width: 66.6666666667%; }

.col-nine-sm-push-6 {
  left: 66.6666666667%; }

.col-nine-sm-pull-6 {
  right: 66.6666666667%; }

.col-nine-sm-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-md-6 {
  width: 66.6666666667%; }

.col-nine-md-push-6 {
  left: 66.6666666667%; }

.col-nine-md-pull-6 {
  right: 66.6666666667%; }

.col-nine-md-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-lg-6 {
  width: 66.6666666667%; }

.col-nine-lg-push-6 {
  left: 66.6666666667%; }

.col-nine-lg-pull-6 {
  right: 66.6666666667%; }

.col-nine-lg-offset-6 {
  margin-left: 66.6666666667%; }

@media (min-width: 768px) {
  .col-nine-sm-6 {
    width: 66.6666666667%; }

  .col-nine-sm-push-6 {
    left: 66.6666666667%; }

  .col-nine-sm-pull-6 {
    right: 66.6666666667%; }

  .col-nine-sm-offset-6 {
    margin-left: 66.6666666667%; } }
@media (min-width: 992px) {
  .col-nine-md-6 {
    width: 66.6666666667%; }

  .col-nine-md-push-6 {
    left: 66.6666666667%; }

  .col-nine-md-pull-6 {
    right: 66.6666666667%; }

  .col-nine-md-offset-6 {
    margin-left: 66.6666666667%; } }
@media (min-width: 1280px) {
  .col-nine-lg-6 {
    width: 66.6666666667%; }

  .col-nine-lg-push-6 {
    left: 66.6666666667%; }

  .col-nine-lg-pull-6 {
    right: 66.6666666667%; }

  .col-nine-lg-offset-6 {
    margin-left: 66.6666666667%; } }
.col-nine-xs-7 {
  width: 77.7777777778%; }

.col-nine-xs-push-7 {
  left: 77.7777777778%; }

.col-nine-xs-pull-7 {
  right: 77.7777777778%; }

.col-nine-xs-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-sm-7 {
  width: 77.7777777778%; }

.col-nine-sm-push-7 {
  left: 77.7777777778%; }

.col-nine-sm-pull-7 {
  right: 77.7777777778%; }

.col-nine-sm-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-md-7 {
  width: 77.7777777778%; }

.col-nine-md-push-7 {
  left: 77.7777777778%; }

.col-nine-md-pull-7 {
  right: 77.7777777778%; }

.col-nine-md-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-lg-7 {
  width: 77.7777777778%; }

.col-nine-lg-push-7 {
  left: 77.7777777778%; }

.col-nine-lg-pull-7 {
  right: 77.7777777778%; }

.col-nine-lg-offset-7 {
  margin-left: 77.7777777778%; }

@media (min-width: 768px) {
  .col-nine-sm-7 {
    width: 77.7777777778%; }

  .col-nine-sm-push-7 {
    left: 77.7777777778%; }

  .col-nine-sm-pull-7 {
    right: 77.7777777778%; }

  .col-nine-sm-offset-7 {
    margin-left: 77.7777777778%; } }
@media (min-width: 992px) {
  .col-nine-md-7 {
    width: 77.7777777778%; }

  .col-nine-md-push-7 {
    left: 77.7777777778%; }

  .col-nine-md-pull-7 {
    right: 77.7777777778%; }

  .col-nine-md-offset-7 {
    margin-left: 77.7777777778%; } }
@media (min-width: 1280px) {
  .col-nine-lg-7 {
    width: 77.7777777778%; }

  .col-nine-lg-push-7 {
    left: 77.7777777778%; }

  .col-nine-lg-pull-7 {
    right: 77.7777777778%; }

  .col-nine-lg-offset-7 {
    margin-left: 77.7777777778%; } }
.col-nine-xs-8 {
  width: 88.8888888889%; }

.col-nine-xs-push-8 {
  left: 88.8888888889%; }

.col-nine-xs-pull-8 {
  right: 88.8888888889%; }

.col-nine-xs-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-sm-8 {
  width: 88.8888888889%; }

.col-nine-sm-push-8 {
  left: 88.8888888889%; }

.col-nine-sm-pull-8 {
  right: 88.8888888889%; }

.col-nine-sm-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-md-8 {
  width: 88.8888888889%; }

.col-nine-md-push-8 {
  left: 88.8888888889%; }

.col-nine-md-pull-8 {
  right: 88.8888888889%; }

.col-nine-md-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-lg-8 {
  width: 88.8888888889%; }

.col-nine-lg-push-8 {
  left: 88.8888888889%; }

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

.col-nine-lg-offset-8 {
  margin-left: 88.8888888889%; }

@media (min-width: 768px) {
  .col-nine-sm-8 {
    width: 88.8888888889%; }

  .col-nine-sm-push-8 {
    left: 88.8888888889%; }

  .col-nine-sm-pull-8 {
    right: 88.8888888889%; }

  .col-nine-sm-offset-8 {
    margin-left: 88.8888888889%; } }
@media (min-width: 992px) {
  .col-nine-md-8 {
    width: 88.8888888889%; }

  .col-nine-md-push-8 {
    left: 88.8888888889%; }

  .col-nine-md-pull-8 {
    right: 88.8888888889%; }

  .col-nine-md-offset-8 {
    margin-left: 88.8888888889%; } }
@media (min-width: 1280px) {
  .col-nine-lg-8 {
    width: 88.8888888889%; }

  .col-nine-lg-push-8 {
    left: 88.8888888889%; }

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

  .col-nine-lg-offset-8 {
    margin-left: 88.8888888889%; } }
.col-nine-xs-9 {
  width: 100%; }

.col-nine-xs-push-9 {
  left: 100%; }

.col-nine-xs-pull-9 {
  right: 100%; }

.col-nine-xs-offset-9 {
  margin-left: 100%; }

.col-nine-sm-9 {
  width: 100%; }

.col-nine-sm-push-9 {
  left: 100%; }

.col-nine-sm-pull-9 {
  right: 100%; }

.col-nine-sm-offset-9 {
  margin-left: 100%; }

.col-nine-md-9 {
  width: 100%; }

.col-nine-md-push-9 {
  left: 100%; }

.col-nine-md-pull-9 {
  right: 100%; }

.col-nine-md-offset-9 {
  margin-left: 100%; }

.col-nine-lg-9 {
  width: 100%; }

.col-nine-lg-push-9 {
  left: 100%; }

.col-nine-lg-pull-9 {
  right: 100%; }

.col-nine-lg-offset-9 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-nine-sm-9 {
    width: 100%; }

  .col-nine-sm-push-9 {
    left: 100%; }

  .col-nine-sm-pull-9 {
    right: 100%; }

  .col-nine-sm-offset-9 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-nine-md-9 {
    width: 100%; }

  .col-nine-md-push-9 {
    left: 100%; }

  .col-nine-md-pull-9 {
    right: 100%; }

  .col-nine-md-offset-9 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-nine-lg-9 {
    width: 100%; }

  .col-nine-lg-push-9 {
    left: 100%; }

  .col-nine-lg-pull-9 {
    right: 100%; }

  .col-nine-lg-offset-9 {
    margin-left: 100%; } }
.col-eight-xs-1, .col-eight-xs-2, .col-eight-xs-3, .col-eight-xs-4,
.col-eight-xs-5, .col-eight-xs-6, .col-eight-xs-7, .col-eight-xs-8,
.col-eight-sm-1, .col-eight-sm-2, .col-eight-sm-3, .col-eight-sm-4,
.col-eight-sm-5, .col-eight-sm-6, .col-eight-sm-7, .col-eight-sm-8
.col-eight-md-1, .col-eight-md-2, .col-eight-md-3, .col-eight-md-4,
.col-eight-md-5, .col-eight-md-6, .col-eight-md-7, .col-eight-md-8
.col-eight-lg-1, .col-eight-lg-2, .col-eight-lg-3, .col-eight-lg-4,
.col-eight-lg-5, .col-eight-lg-6, .col-eight-lg-7, .col-eight-lg-8 {
  float: left; }

.col-eight-xs-1 {
  width: 12.5%; }

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

.col-eight-xs-pull-1 {
  right: 12.5%; }

.col-eight-xs-offset-1 {
  margin-left: 12.5%; }

.col-eight-sm-1 {
  width: 12.5%; }

.col-eight-sm-push-1 {
  left: 12.5%; }

.col-eight-sm-pull-1 {
  right: 12.5%; }

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

.col-eight-md-1 {
  width: 12.5%; }

.col-eight-md-push-1 {
  left: 12.5%; }

.col-eight-md-pull-1 {
  right: 12.5%; }

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

.col-eight-lg-1 {
  width: 12.5%; }

.col-eight-lg-push-1 {
  left: 12.5%; }

.col-eight-lg-pull-1 {
  right: 12.5%; }

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

@media (min-width: 768px) {
  .col-eight-sm-1 {
    width: 12.5%; }

  .col-eight-sm-push-1 {
    left: 12.5%; }

  .col-eight-sm-pull-1 {
    right: 12.5%; }

  .col-eight-sm-offset-1 {
    margin-left: 12.5%; } }
@media (min-width: 992px) {
  .col-eight-md-1 {
    width: 12.5%; }

  .col-eight-md-push-1 {
    left: 12.5%; }

  .col-eight-md-pull-1 {
    right: 12.5%; }

  .col-eight-md-offset-1 {
    margin-left: 12.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-1 {
    width: 12.5%; }

  .col-eight-lg-push-1 {
    left: 12.5%; }

  .col-eight-lg-pull-1 {
    right: 12.5%; }

  .col-eight-lg-offset-1 {
    margin-left: 12.5%; } }
.col-eight-xs-2 {
  width: 25%; }

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

.col-eight-xs-pull-2 {
  right: 25%; }

.col-eight-xs-offset-2 {
  margin-left: 25%; }

.col-eight-sm-2 {
  width: 25%; }

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

.col-eight-sm-pull-2 {
  right: 25%; }

.col-eight-sm-offset-2 {
  margin-left: 25%; }

.col-eight-md-2 {
  width: 25%; }

.col-eight-md-push-2 {
  left: 25%; }

.col-eight-md-pull-2 {
  right: 25%; }

.col-eight-md-offset-2 {
  margin-left: 25%; }

.col-eight-lg-2 {
  width: 25%; }

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

.col-eight-lg-pull-2 {
  right: 25%; }

.col-eight-lg-offset-2 {
  margin-left: 25%; }

@media (min-width: 768px) {
  .col-eight-sm-2 {
    width: 25%; }

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

  .col-eight-sm-pull-2 {
    right: 25%; }

  .col-eight-sm-offset-2 {
    margin-left: 25%; } }
@media (min-width: 992px) {
  .col-eight-md-2 {
    width: 25%; }

  .col-eight-md-push-2 {
    left: 25%; }

  .col-eight-md-pull-2 {
    right: 25%; }

  .col-eight-md-offset-2 {
    margin-left: 25%; } }
@media (min-width: 1280px) {
  .col-eight-lg-2 {
    width: 25%; }

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

  .col-eight-lg-pull-2 {
    right: 25%; }

  .col-eight-lg-offset-2 {
    margin-left: 25%; } }
.col-eight-xs-3 {
  width: 37.5%; }

.col-eight-xs-push-3 {
  left: 37.5%; }

.col-eight-xs-pull-3 {
  right: 37.5%; }

.col-eight-xs-offset-3 {
  margin-left: 37.5%; }

.col-eight-sm-3 {
  width: 37.5%; }

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

.col-eight-sm-pull-3 {
  right: 37.5%; }

.col-eight-sm-offset-3 {
  margin-left: 37.5%; }

.col-eight-md-3 {
  width: 37.5%; }

.col-eight-md-push-3 {
  left: 37.5%; }

.col-eight-md-pull-3 {
  right: 37.5%; }

.col-eight-md-offset-3 {
  margin-left: 37.5%; }

.col-eight-lg-3 {
  width: 37.5%; }

.col-eight-lg-push-3 {
  left: 37.5%; }

.col-eight-lg-pull-3 {
  right: 37.5%; }

.col-eight-lg-offset-3 {
  margin-left: 37.5%; }

@media (min-width: 768px) {
  .col-eight-sm-3 {
    width: 37.5%; }

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

  .col-eight-sm-pull-3 {
    right: 37.5%; }

  .col-eight-sm-offset-3 {
    margin-left: 37.5%; } }
@media (min-width: 992px) {
  .col-eight-md-3 {
    width: 37.5%; }

  .col-eight-md-push-3 {
    left: 37.5%; }

  .col-eight-md-pull-3 {
    right: 37.5%; }

  .col-eight-md-offset-3 {
    margin-left: 37.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-3 {
    width: 37.5%; }

  .col-eight-lg-push-3 {
    left: 37.5%; }

  .col-eight-lg-pull-3 {
    right: 37.5%; }

  .col-eight-lg-offset-3 {
    margin-left: 37.5%; } }
.col-eight-xs-4 {
  width: 50%; }

.col-eight-xs-push-4 {
  left: 50%; }

.col-eight-xs-pull-4 {
  right: 50%; }

.col-eight-xs-offset-4 {
  margin-left: 50%; }

.col-eight-sm-4 {
  width: 50%; }

.col-eight-sm-push-4 {
  left: 50%; }

.col-eight-sm-pull-4 {
  right: 50%; }

.col-eight-sm-offset-4 {
  margin-left: 50%; }

.col-eight-md-4 {
  width: 50%; }

.col-eight-md-push-4 {
  left: 50%; }

.col-eight-md-pull-4 {
  right: 50%; }

.col-eight-md-offset-4 {
  margin-left: 50%; }

.col-eight-lg-4 {
  width: 50%; }

.col-eight-lg-push-4 {
  left: 50%; }

.col-eight-lg-pull-4 {
  right: 50%; }

.col-eight-lg-offset-4 {
  margin-left: 50%; }

@media (min-width: 768px) {
  .col-eight-sm-4 {
    width: 50%; }

  .col-eight-sm-push-4 {
    left: 50%; }

  .col-eight-sm-pull-4 {
    right: 50%; }

  .col-eight-sm-offset-4 {
    margin-left: 50%; } }
@media (min-width: 992px) {
  .col-eight-md-4 {
    width: 50%; }

  .col-eight-md-push-4 {
    left: 50%; }

  .col-eight-md-pull-4 {
    right: 50%; }

  .col-eight-md-offset-4 {
    margin-left: 50%; } }
@media (min-width: 1280px) {
  .col-eight-lg-4 {
    width: 50%; }

  .col-eight-lg-push-4 {
    left: 50%; }

  .col-eight-lg-pull-4 {
    right: 50%; }

  .col-eight-lg-offset-4 {
    margin-left: 50%; } }
.col-eight-xs-5 {
  width: 62.5%; }

.col-eight-xs-push-5 {
  left: 62.5%; }

.col-eight-xs-pull-5 {
  right: 62.5%; }

.col-eight-xs-offset-5 {
  margin-left: 62.5%; }

.col-eight-sm-5 {
  width: 62.5%; }

.col-eight-sm-push-5 {
  left: 62.5%; }

.col-eight-sm-pull-5 {
  right: 62.5%; }

.col-eight-sm-offset-5 {
  margin-left: 62.5%; }

.col-eight-md-5 {
  width: 62.5%; }

.col-eight-md-push-5 {
  left: 62.5%; }

.col-eight-md-pull-5 {
  right: 62.5%; }

.col-eight-md-offset-5 {
  margin-left: 62.5%; }

.col-eight-lg-5 {
  width: 62.5%; }

.col-eight-lg-push-5 {
  left: 62.5%; }

.col-eight-lg-pull-5 {
  right: 62.5%; }

.col-eight-lg-offset-5 {
  margin-left: 62.5%; }

@media (min-width: 768px) {
  .col-eight-sm-5 {
    width: 62.5%; }

  .col-eight-sm-push-5 {
    left: 62.5%; }

  .col-eight-sm-pull-5 {
    right: 62.5%; }

  .col-eight-sm-offset-5 {
    margin-left: 62.5%; } }
@media (min-width: 992px) {
  .col-eight-md-5 {
    width: 62.5%; }

  .col-eight-md-push-5 {
    left: 62.5%; }

  .col-eight-md-pull-5 {
    right: 62.5%; }

  .col-eight-md-offset-5 {
    margin-left: 62.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-5 {
    width: 62.5%; }

  .col-eight-lg-push-5 {
    left: 62.5%; }

  .col-eight-lg-pull-5 {
    right: 62.5%; }

  .col-eight-lg-offset-5 {
    margin-left: 62.5%; } }
.col-eight-xs-6 {
  width: 75%; }

.col-eight-xs-push-6 {
  left: 75%; }

.col-eight-xs-pull-6 {
  right: 75%; }

.col-eight-xs-offset-6 {
  margin-left: 75%; }

.col-eight-sm-6 {
  width: 75%; }

.col-eight-sm-push-6 {
  left: 75%; }

.col-eight-sm-pull-6 {
  right: 75%; }

.col-eight-sm-offset-6 {
  margin-left: 75%; }

.col-eight-md-6 {
  width: 75%; }

.col-eight-md-push-6 {
  left: 75%; }

.col-eight-md-pull-6 {
  right: 75%; }

.col-eight-md-offset-6 {
  margin-left: 75%; }

.col-eight-lg-6 {
  width: 75%; }

.col-eight-lg-push-6 {
  left: 75%; }

.col-eight-lg-pull-6 {
  right: 75%; }

.col-eight-lg-offset-6 {
  margin-left: 75%; }

@media (min-width: 768px) {
  .col-eight-sm-6 {
    width: 75%; }

  .col-eight-sm-push-6 {
    left: 75%; }

  .col-eight-sm-pull-6 {
    right: 75%; }

  .col-eight-sm-offset-6 {
    margin-left: 75%; } }
@media (min-width: 992px) {
  .col-eight-md-6 {
    width: 75%; }

  .col-eight-md-push-6 {
    left: 75%; }

  .col-eight-md-pull-6 {
    right: 75%; }

  .col-eight-md-offset-6 {
    margin-left: 75%; } }
@media (min-width: 1280px) {
  .col-eight-lg-6 {
    width: 75%; }

  .col-eight-lg-push-6 {
    left: 75%; }

  .col-eight-lg-pull-6 {
    right: 75%; }

  .col-eight-lg-offset-6 {
    margin-left: 75%; } }
.col-eight-xs-7 {
  width: 87.5%; }

.col-eight-xs-push-7 {
  left: 87.5%; }

.col-eight-xs-pull-7 {
  right: 87.5%; }

.col-eight-xs-offset-7 {
  margin-left: 87.5%; }

.col-eight-sm-7 {
  width: 87.5%; }

.col-eight-sm-push-7 {
  left: 87.5%; }

.col-eight-sm-pull-7 {
  right: 87.5%; }

.col-eight-sm-offset-7 {
  margin-left: 87.5%; }

.col-eight-md-7 {
  width: 87.5%; }

.col-eight-md-push-7 {
  left: 87.5%; }

.col-eight-md-pull-7 {
  right: 87.5%; }

.col-eight-md-offset-7 {
  margin-left: 87.5%; }

.col-eight-lg-7 {
  width: 87.5%; }

.col-eight-lg-push-7 {
  left: 87.5%; }

.col-eight-lg-pull-7 {
  right: 87.5%; }

.col-eight-lg-offset-7 {
  margin-left: 87.5%; }

@media (min-width: 768px) {
  .col-eight-sm-7 {
    width: 87.5%; }

  .col-eight-sm-push-7 {
    left: 87.5%; }

  .col-eight-sm-pull-7 {
    right: 87.5%; }

  .col-eight-sm-offset-7 {
    margin-left: 87.5%; } }
@media (min-width: 992px) {
  .col-eight-md-7 {
    width: 87.5%; }

  .col-eight-md-push-7 {
    left: 87.5%; }

  .col-eight-md-pull-7 {
    right: 87.5%; }

  .col-eight-md-offset-7 {
    margin-left: 87.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-7 {
    width: 87.5%; }

  .col-eight-lg-push-7 {
    left: 87.5%; }

  .col-eight-lg-pull-7 {
    right: 87.5%; }

  .col-eight-lg-offset-7 {
    margin-left: 87.5%; } }
.col-eight-xs-8 {
  width: 100%; }

.col-eight-xs-push-8 {
  left: 100%; }

.col-eight-xs-pull-8 {
  right: 100%; }

.col-eight-xs-offset-8 {
  margin-left: 100%; }

.col-eight-sm-8 {
  width: 100%; }

.col-eight-sm-push-8 {
  left: 100%; }

.col-eight-sm-pull-8 {
  right: 100%; }

.col-eight-sm-offset-8 {
  margin-left: 100%; }

.col-eight-md-8 {
  width: 100%; }

.col-eight-md-push-8 {
  left: 100%; }

.col-eight-md-pull-8 {
  right: 100%; }

.col-eight-md-offset-8 {
  margin-left: 100%; }

.col-eight-lg-8 {
  width: 100%; }

.col-eight-lg-push-8 {
  left: 100%; }

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

.col-eight-lg-offset-8 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-eight-sm-8 {
    width: 100%; }

  .col-eight-sm-push-8 {
    left: 100%; }

  .col-eight-sm-pull-8 {
    right: 100%; }

  .col-eight-sm-offset-8 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-eight-md-8 {
    width: 100%; }

  .col-eight-md-push-8 {
    left: 100%; }

  .col-eight-md-pull-8 {
    right: 100%; }

  .col-eight-md-offset-8 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-eight-lg-8 {
    width: 100%; }

  .col-eight-lg-push-8 {
    left: 100%; }

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

  .col-eight-lg-offset-8 {
    margin-left: 100%; } }
.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-left-right-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

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

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

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

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-left-right-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

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

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

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

.padding-left-5 {
  padding-left: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-left-right-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-top-bottom-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-left-right-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-top-bottom-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-left-right-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-top-bottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-left-right-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

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

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

.padding-left-15 {
  padding-left: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-top-bottom-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-left-right-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-top-bottom-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-left-right-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-top-bottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-left-right-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

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

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

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-left-right-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-top-bottom-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-left-right-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-top-bottom-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-left-right-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-top-bottom-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-left-right-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-bottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.padding-left-right-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-top-bottom-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.margin-left-right-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-top-bottom-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-left-right-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-top-bottom-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-left-right-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-top-bottom-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.padding-left-right-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-top-bottom-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.margin-left-right-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-top-bottom-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-left-right-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-top-bottom-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-left-right-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-top-bottom-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: 'Open Sans', "Hiragino Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px; }
  body.body-w-promo-ribbon-1 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-1 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 125px; }
  body.body-w-promo-ribbon-2 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-2 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 175px; }
  body.body-w-promo-ribbon-3 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-3 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 225px; }
  body.body-w-promo-ribbon-4 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-4 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 275px; }
  body.body-w-promo-ribbon-5 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-5 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 325px; }
  body.body-w-promo-ribbon-6 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-6 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 375px; }
  body.body-w-promo-ribbon-7 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-7 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 425px; }
  body.body-w-promo-ribbon-8 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-8 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 475px; }
  body.body-w-promo-ribbon-9 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-9 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 525px; }
  body.body-w-promo-ribbon-10 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-10 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 575px; }

a {
  color: #410099;
  transition: color .3s; }
  a:hover, a:active, a:focus {
    color: #e30046;
    text-decoration: none; }
  a.red-link {
    color: #e30046; }

hr {
  border-top: 1px solid #cccccc; }

p {
  padding-bottom: 10px; }

em {
  font-style: italic; }

ul {
  margin: 10px 0; }

ul li {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', "Hiragino Sans", Arial, sans-serif; }

h1 {
  font-size: 68px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -2px;
  margin-bottom: 6px; }

h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 10px; }

h3 {
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px; }

.small_font {
  font-size: 80%; }

.border-top-white {
  border-top: solid 3px white; }

.border-bottom-white {
  border-bottom: solid 3px white; }

.margin-right-0 {
  margin-right: 0; }

.lightGrey {
  background-color: #f2f2f2; }

.gray {
  color: #BBBBBB; }

.container-fluid {
  max-width: 1900px; }

.btn {
  background: #e30046;
  border-color: #e30046;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 5px 15px 0 0;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color .2s;
  min-width: 110px; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #e30046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.large {
    font-size: 18px; }

.btn.red-inverse {
  background-color: #ffffff;
  border-color: #e30046;
  color: #e30046; }

.btn.red-inverse:hover,
.btn.red-inverse:active,
.btn.red-inverse:focus {
  background-color: #e30046;
  border-color: #e30046;
  color: #ffffff; }

.btn.btn-default {
  background-color: #f2f2f2;
  color: #000000;
  border-color: #eeeeee; }
  .btn.btn-default.btn-default:hover, .btn.btn-default.btn-default:active {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #000000; }

.btn.btn-transparent {
  background-color: transparent;
  color: #000000;
  border-color: transparent; }
  .btn.btn-transparent.btn-default:hover, .btn.btn-transparent.btn-default:active {
    background-color: transparent;
    border-color: transparent;
    color: #000000; }

.btn.btn-success {
  background-color: #00be04;
  border-color: #00be04;
  color: #ffffff; }
  .btn.btn-success.btn-success:hover, .btn.btn-success.btn-success:active {
    background-color: #02a105;
    border-color: #02a105;
    color: #ffffff; }

.btn.btnSmall {
  font-size: 12px;
  padding: 12px 18px; }

.btn.btnThin {
  padding: 5px 8px; }

form .btn {
  font-size: 14px;
  padding: 14px 20px; }

.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.overflowHidden {
  overflow: hidden; }

.headline {
  text-align: center; }

.headline.main {
  /* margin-top:43px; */
  /* WG */
  margin-top: 0px;
  padding-top: 43px; }

.mtFull {
  /* margin-top:76px; */
  /* WG */
  margin-top: 43px; }

.mbFull {
  margin-bottom: 86px; }

.mtHalf {
  margin-top: 43px; }

.mbHalf {
  margin-bottom: 43px; }

.ptFull {
  padding-top: 86px; }

.pbFull {
  padding-bottom: 86px; }

.ptHalf {
  padding-top: 43px; }

.pbHalf {
  padding-bottom: 43px; }

.hide-module-display-name .headline.main {
  display: none;
  margin: 0; }
  .hide-module-display-name .headline.main h1 {
    display: none; }

.border-top-1 {
  border-top: solid 1px #ccc; }

.border-bottom-1 {
  border-bottom: solid 1px #ccc; }

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

sup {
  vertical-align: super;
  font-size: 47%;
  top: -2px; }

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li > a > span {
  background-color: transparent;
  border: 0;
  color: #410099;
  font-weight: 800; }
.pagination > li > a {
  border: 0;
  padding: 6px 12px;
  font-weight: 300;
  color: #000000; }
  .pagination > li > a:hover {
    color: #410099;
    font-weight: 800; }

header #main-navigation ul.list-inline > li, .login-button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  padding: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.cartOptions .scroll {
  overflow-y: scroll;
  max-height: 294px;
  padding-right: 10px; }

.login-button {
  margin-right: 10px !important; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: #410099;
  /*padding-bottom: 20px;*/
  z-index: 99999;
  transition: padding .3s; }
  header.dark {
    background-color: #410099;
    transition: background-color 1s;
    -webkit-transition: background-color .2s; }
    header.dark a {
      color: #fff !important;
      transition: color 1s;
      -webkit-transition: color .2s; }
    header.dark #trigger span {
      background-color: #fff; }
  header.open #main-navigation {
    height: 390px; }
  header.skinny {
    padding: 20px 0;
    padding-top: 0px; }
    header.skinny .container {
      margin-top: 20px; }
    header.skinny .utility_nav_container {
      position: absolute;
      top: 0;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        header.skinny .utility_nav_container {
          position: relative; } }
      header.skinny .utility_nav_container > div {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
      header.skinny .utility_nav_container #logo {
        margin: 0; }
      header.skinny .utility_nav_container .header-icons {
        margin-top: 0;
        float: right !important; }
        header.skinny .utility_nav_container .header-icons ul.list-inline li {
          padding: 0; }
    header.skinny #main-navigation {
      margin: 6px 0 0 245px; }
      header.skinny #main-navigation ul.list-inline > li > a {
        margin-right: 60px; }
  header .container {
    position: relative; }
  header #trigger {
    cursor: pointer;
    padding: 8px 8px 8px 0; }
    header #trigger span {
      display: block;
      height: 4px;
      border-radius: 2px;
      background: #410099;
      width: 34px; }
      header #trigger span:not(:last-child) {
        margin-bottom: 4px; }
  header #logo {
    margin: 0;
    position: relative;
    transition: margin .3s, width .3s; }
  header #main-navigation {
    display: inline-block;
    margin-top: 152px;
    height: 30px;
    overflow: hidden;
    position: relative;
    transition: height .3s, margin .3s; }
    header #main-navigation a {
      color: #410099; }
      header #main-navigation a:hover {
        color: #e30046;
        text-decoration: none; }
    header #main-navigation ul.list-inline {
      margin: 0; }
      header #main-navigation ul.list-inline > li > a {
        margin-right: 77px; }
      header #main-navigation ul.list-inline > li ul {
        margin-top: 0; }
        header #main-navigation ul.list-inline > li ul li {
          font-size: 14px;
          font-weight: 400;
          margin: 3px 0; }
    header #main-navigation .navigation-callout {
      color: #000000; }
      header #main-navigation .navigation-callout #callout-header {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 4px; }
      header #main-navigation .navigation-callout #callout-subheader {
        font-size: 19px;
        line-height: 25px;
        padding: 0;
        margin: 0; }
      header #main-navigation .navigation-callout .btn {
        font-size: 14px;
        padding: 13px 16px;
        color: #ffffff; }
        header #main-navigation .navigation-callout .btn:hover, header #main-navigation .navigation-callout .btn:focus, header #main-navigation .navigation-callout .btn:active {
          color: #e40046; }
  header .header-icons {
    position: relative;
    margin-top: 146px;
    transition: margin .3s; }
    header .header-icons ul.list-inline {
      margin: 0; }
      header .header-icons ul.list-inline li {
        position: relative;
        margin: 0 0 0 30px;
        margin-top: 0 !important;
        transition: padding .3s; }
        header .header-icons ul.list-inline li a.login {
          color: #410099;
          font-size: 16px;
          font-weight: 600;
          top: -7px;
          position: relative; }
        header .header-icons ul.list-inline li .funimationAccountOptions {
          display: none;
          position: absolute;
          width: 150px;
          top: 30px;
          right: 0;
          /* XS: -80px, SM: -80px and MD:-6px  */
          padding: 0 15px 15px 15px;
          background: #ffffff; }
          header .header-icons ul.list-inline li .funimationAccountOptions .badge {
            position: absolute;
            top: 4px;
            left: -20px; }
          header .header-icons ul.list-inline li .funimationAccountOptions li {
            margin-left: 15px; }
        header .header-icons ul.list-inline li .funimationAccountOptions.open a {
          color: #410099 !important; }
        header .header-icons ul.list-inline li .cartOptions {
          display: none;
          position: absolute;
          width: 420px;
          top: 50px;
          right: -61px;
          /* XS: -80px, SM: -80px and MD:-6px  */
          padding: 20px;
          color: #000000;
          background: #ffffff;
          border: solid 1px #cccccc; }
          header .header-icons ul.list-inline li .cartOptions:after, header .header-icons ul.list-inline li .cartOptions:before {
            bottom: 100%;
            left: 340px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          header .header-icons ul.list-inline li .cartOptions:after {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 15px;
            margin-left: -15px; }
          header .header-icons ul.list-inline li .cartOptions:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #cccccc;
            border-width: 17px;
            margin-left: -17px; }
          header .header-icons ul.list-inline li .cartOptions .product {
            padding: 15px 0;
            border-bottom: solid 1px #ccc; }
            header .header-icons ul.list-inline li .cartOptions .product:last-child {
              border-bottom: 0; }
            header .header-icons ul.list-inline li .cartOptions .product input {
              display: inline-block;
              width: 48px;
              text-align: center; }
            header .header-icons ul.list-inline li .cartOptions .product input::-webkit-outer-spin-button,
            header .header-icons ul.list-inline li .cartOptions .product input::-webkit-inner-spin-button {
              /* display: none; <- Crashes Chrome on hover */
              -webkit-appearance: none;
              margin: 0;
              /* <-- Apparently some margin are still there even though it's hidden */ }
          header .header-icons ul.list-inline li .cartOptions .totalCount, header .header-icons ul.list-inline li .cartOptions .totalPrice {
            display: inline-block;
            margin-bottom: 15px; }
          header .header-icons ul.list-inline li .cartOptions .totalPrice {
            float: right;
            font-size: 24px; }
          header .header-icons ul.list-inline li .cartOptions .btn-cart, header .header-icons ul.list-inline li .cartOptions .btn-edit {
            clear: both;
            margin: 0; }
          header .header-icons ul.list-inline li .cartOptions .product-info {
            padding-left: 15px;
            line-height: 20px; }
            header .header-icons ul.list-inline li .cartOptions .product-info .product-title {
              margin-bottom: 15px; }
            header .header-icons ul.list-inline li .cartOptions .product-info .product-title span {
              display: block; }
            header .header-icons ul.list-inline li .cartOptions .product-info .remove-from-cart {
              margin-top: 5px; }
              header .header-icons ul.list-inline li .cartOptions .product-info .remove-from-cart i {
                margin-right: 8px;
                color: #cccccc; }
              header .header-icons ul.list-inline li .cartOptions .product-info .remove-from-cart span {
                text-decoration: underline; }
            header .header-icons ul.list-inline li .cartOptions .product-info .price {
              font-size: 24px; }
          header .header-icons ul.list-inline li .cartOptions .btn-edit {
            margin-top: 20px; }
  header .header-icons a, header #mobile-header-icons a {
    position: relative;
    display: block; }
  header .header-icons div.badge, header #mobile-header-icons div.badge {
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
    right: -5px;
    border-radius: 22px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 0; }
    header .header-icons div.badge.red, header #mobile-header-icons div.badge.red {
      background-color: #e40046; }
    header .header-icons div.badge.orange, header #mobile-header-icons div.badge.orange {
      background-color: #ff9900; }
  header #mobile-header-icons .fun {
    width: 40px; }
  header #mobile-header-icons .funimationAccountOptions {
    background: #ffffff;
    display: none;
    padding: 0px 10px 0px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10; }
  header #mobile-header-icons div.badge {
    left: -21px; }
  header #mobile-header-icons .headerAccount .badge {
    top: 3px; }
  header #mobile-header-icons .mini-cart .badge {
    left: auto;
    right: 0px; }

body.search2 #search-bar {
  max-height: 500px !important; }

body.body-w-promo-ribbon-1 #search-bar.skinny {
  top: 125px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-2 #search-bar.skinny {
  top: 175px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-3 #search-bar.skinny {
  top: 225px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-4 #search-bar.skinny {
  top: 275px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-5 #search-bar.skinny {
  top: 325px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-6 #search-bar.skinny {
  top: 375px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-7 #search-bar.skinny {
  top: 425px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-8 #search-bar.skinny {
  top: 475px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-9 #search-bar.skinny {
  top: 525px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-10 #search-bar.skinny {
  top: 575px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

#search-bar {
  position: fixed;
  top: 206px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 9000;
  transition: max-height .8s, top .3s; }
  #search-bar.open {
    max-height: 610px; }
  #search-bar.skinny {
    top: 75px; }
  #search-bar .searchForm {
    margin-bottom: 20px; }
    #search-bar .searchForm .form-group #search-bar-input.form-control {
      -webkit-appearance: none;
      background: #f2f2f2;
      border: none;
      height: 49px;
      float: left;
      width: calc(100% - 110px); }
    #search-bar .searchForm .form-group .btn {
      margin: 0;
      float: left; }
  #search-bar #search-drawer {
    margin-bottom: 15px; }
    #search-bar #search-drawer a {
      text-decoration: underline; }
    #search-bar #search-drawer h3 {
      font-size: 19px; }
    #search-bar #search-drawer li {
      margin-bottom: 0; }
    #search-bar #search-drawer .categories li {
      margin-bottom: 3px; }
    #search-bar #search-drawer .top-result .show-name {
      font-size: 24px;
      margin-bottom: 10px; }
    #search-bar #search-drawer .top-result .description {
      line-height: 20px; }
    #search-bar #search-drawer .top-result .link {
      margin-top: 8px; }

/*.slider-control.prev,
.slider-control.next {
	height: 93px;
	width: 93px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 3000;
	opacity: 0.8;
	transition: opacity .3s;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;

	& a {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		text-indent: -9999px;
	}

	&:hover, &:focus, &:active {
		opacity: 1;
	}
}

.slider-control.prev { left: 0; }
.slider-control.next { right: 0; }
.slider-control.outside.prev { left: -93px; }
.slider-control.outside.next { right: -93px; }

.quad.slider-control.prev,
.quad.slider-control.next { top:35% }

*/
.product-carousel-price-under-section .slider-control.prev,
.product-carousel-price-under-section .slider-control.next {
  top: 40%; }

.promo-carousel-section .slider-control.prev,
.promo-carousel-section .slider-control.next {
  top: 46%; }

.show-carousel-section .slider-control.prev,
.show-carousel-section .slider-control.next {
  top: 43%; }

.episode-slider-section .slider-control.prev,
.episode-slider-section .slider-control.next {
  top: 34%; }

.slider-control.prev,
.slider-control.next {
  background-color: #666666;
  border: 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
  opacity: .8;
  top: 50%;
  transition: opacity .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 301; }
  .slider-control.prev.prev,
  .slider-control.next.prev {
    left: 0; }
    .slider-control.prev.prev::before, .slider-control.prev.prev::after,
    .slider-control.next.prev::before,
    .slider-control.next.prev::after {
      -webkit-transform-origin: left center;
      transform-origin: left center; }
  .slider-control.prev.next,
  .slider-control.next.next {
    right: 0; }
    .slider-control.prev.next::before, .slider-control.prev.next::after,
    .slider-control.next.next::before,
    .slider-control.next.next::after {
      -webkit-transform-origin: right center;
      transform-origin: right center; }
  .slider-control.prev.next::before, .slider-control.prev.next::after, .slider-control.prev.prev::before, .slider-control.prev.prev::after,
  .slider-control.next.next::before,
  .slider-control.next.next::after,
  .slider-control.next.prev::before,
  .slider-control.next.prev::after {
    content: '';
    background-color: #FFFFFF;
    display: block;
    height: 2px;
    left: 22%;
    position: absolute;
    width: 20px; }
  .slider-control.prev.next:hover, .slider-control.prev.next:focus, .slider-control.prev.next:active, .slider-control.prev.prev:hover, .slider-control.prev.prev:focus, .slider-control.prev.prev:active,
  .slider-control.next.next:hover,
  .slider-control.next.next:focus,
  .slider-control.next.next:active,
  .slider-control.next.prev:hover,
  .slider-control.next.prev:focus,
  .slider-control.next.prev:active {
    opacity: 1; }
  .slider-control.prev::before, .slider-control.prev::after,
  .slider-control.next::before,
  .slider-control.next::after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slider-control.prev::after,
  .slider-control.next::after {
    top: 47%; }
  .slider-control.prev::before,
  .slider-control.next::before {
    top: 51%; }
  .slider-control.prev.next::before, .slider-control.prev.prev::after,
  .slider-control.next.next::before,
  .slider-control.next.prev::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .slider-control.prev.next::after, .slider-control.prev.prev::before,
  .slider-control.next.next::after,
  .slider-control.next.prev::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#main {
  margin-top: 75px; }

body.search2 #main {
  margin-top: 110px; }

footer {
  background: #410099;
  color: #ffffff;
  padding: 50px 0;
  font-size: 14px;
  border-top: solid 3px white; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
  footer .border-right {
    border-right: solid 1px #5e22b0; }
  footer .ftrSubscriptionHeadline, footer .ftrHeadlines {
    padding-left: 20px !important; }
    footer .ftrSubscriptionHeadline .btn, footer .ftrHeadlines .btn {
      margin-right: 0; }
  footer .section-label {
    text-transform: uppercase;
    line-height: 12px;
    padding: 0 0 10px 0; }
  footer h2 {
    font-size: 48px;
    line-height: 32px;
    letter-spacing: -1px; }
  footer h3 {
    font-size: 19px;
    line-height: 19px; }
  footer h4 {
    font-size: 14px;
    line-height: 14px; }
  footer ul.footer-navigation {
    margin: 0 0 45px 0; }
    footer ul.footer-navigation li {
      line-height: 14px;
      text-transform: uppercase; }
  footer .social-media {
    margin-bottom: 20px; }
    footer .social-media > li {
      background-image: url("/static/img/icons/icons2020-social-sprite.png");
      background-repeat: no-repeat;
      float: left;
      margin-right: 7px; }
      footer .social-media > li.facebook {
        background-position: 0 0; }
      footer .social-media > li.twitter {
        background-position: -38px 0; }
      footer .social-media > li.youtube {
        background-position: -75px 0; }
      footer .social-media > li.instagram {
        background-position: -114px 0;
        clear: both; }
      footer .social-media > li.tumblr {
        background-position: -152px 0; }
      footer .social-media > li.pinterest {
        background-position: -190px 0; }
      footer .social-media > li a {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-indent: -1000px; }
  footer .copyright {
    font-size: 12px;
    padding: 0;
    clear: both;
    color: #fff !important; }
  footer .package-name {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase; }
  footer .price {
    font-size: 60px;
    line-height: 60px; }
  footer .description {
    font-size: 14px;
    font-weight: 300; }
  footer a.btn.comparePlans {
    margin-top: 25px; }

header .header-icons .headerLoginForm {
  display: none;
  position: absolute;
  width: 350px;
  top: 30px;
  left: -20px;
  /* XS: -80px, SM: -80px and MD:-6px  */
  padding: 0 15px 15px 15px;
  background: #ffffff; }
header .header-icons .fun img {
  max-height: 32px;
  max-width: 32px; }
header.skinny.minified {
  min-height: 72px;
  padding: 0; }
  header.skinny.minified .funimation-logo-inner-wrapper {
    display: flex;
    justify-content: center; }
  header.skinny.minified #logo {
    position: relative;
    top: 0;
    left: 0;
    width: 215px; }
    header.skinny.minified #logo img {
      width: 100%; }
    header.skinny.minified #logo #desktop-logo {
      margin-left: 37px; }
    header.skinny.minified #logo #mobile-logo {
      margin-left: 31px; }

body.blog .site-header div.body-w-promo-ribbon-1 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-1 #search-bar.skinny {
  top: 125px; }
body.blog .site-header div.body-w-promo-ribbon-2 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-2 #search-bar.skinny {
  top: 175px; }
body.blog .site-header div.body-w-promo-ribbon-3 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-3 #search-bar.skinny {
  top: 225px; }
body.blog .site-header div.body-w-promo-ribbon-4 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-4 #search-bar.skinny {
  top: 275px; }
body.blog .site-header div.body-w-promo-ribbon-5 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-5 #search-bar.skinny {
  top: 325px; }
body.blog .site-header div.body-w-promo-ribbon-6 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-6 #search-bar.skinny {
  top: 375px; }
body.blog .site-header div.body-w-promo-ribbon-7 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-7 #search-bar.skinny {
  top: 425px; }
body.blog .site-header div.body-w-promo-ribbon-8 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-8 #search-bar.skinny {
  top: 475px; }
body.blog .site-header div.body-w-promo-ribbon-9 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-9 #search-bar.skinny {
  top: 525px; }
body.blog .site-header div.body-w-promo-ribbon-10 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-10 #search-bar.skinny {
  top: 575px; }

.header-promo-ribbon-wrap {
  height: auto;
  left: 0;
  overflow: hidden;
  position: static;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100000; }
  .header-promo-ribbon-wrap .header-promo-ribbon {
    display: block;
    width: 100%;
    background-color: #410099; }
    .header-promo-ribbon-wrap .header-promo-ribbon .header-promo-copy {
      color: #fff;
      font-weight: 600;
      padding: 15px 0;
      text-transform: uppercase; }
    .header-promo-ribbon-wrap .header-promo-ribbon > div, .header-promo-ribbon-wrap .header-promo-ribbon .header-promo-clickThru-wrap {
      margin: 0 auto;
      max-width: 1263px;
      text-align: center; }
    .header-promo-ribbon-wrap .header-promo-ribbon.green {
      background-color: #118924; }
    .header-promo-ribbon-wrap .header-promo-ribbon.red {
      background-color: #e40046; }
      .header-promo-ribbon-wrap .header-promo-ribbon.red a:hover {
        color: #fff; }
    .header-promo-ribbon-wrap .header-promo-ribbon.black {
      background-color: #000000; }
    .header-promo-ribbon-wrap .header-promo-ribbon.inactive, .header-promo-ribbon-wrap .header-promo-ribbon.inactive a {
      cursor: default; }
    .header-promo-ribbon-wrap .header-promo-ribbon.active, .header-promo-ribbon-wrap .header-promo-ribbon.active a {
      cursor: pointer; }
    .header-promo-ribbon-wrap .header-promo-ribbon a.secondary-link {
      float: right;
      text-decoration: underline;
      padding-right: 10px;
      padding-left: 10px; }
  .header-promo-ribbon-wrap > .hidden {
    display: none;
    visibility: hidden; }
  .header-promo-ribbon-wrap .grace-banner .header-promo-copy, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy {
    max-width: 600px;
    margin: 0 auto; }
    .header-promo-ribbon-wrap .grace-banner .header-promo-copy .fa, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy .fa {
      position: relative;
      margin-left: -60px;
      top: 6px;
      font-size: 40px;
      float: left;
      display: inline-block; }

@media screen and (max-width: 700px) {
  .header-promo-ribbon-wrap .grace-banner .header-promo-copy, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy {
    width: calc(100% - 84px);
    margin-left: 74px; }
    .header-promo-ribbon-wrap .grace-banner .header-promo-copy .fa, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy .fa {
      float: left; } }
@media screen and (max-width: 993px) {
  .header-promo-ribbon-wrap {
    position: static; } }
@media screen and (min-width: 1280px) {
  header #trigger,
  header #mobile-header-icons,
  header #mobile-logo {
    display: none; } }
@media screen and (min-width: 992px) and (max-width: 1279px) {
  header #main-navigation ul.list-inline > li > a {
    margin-right: 60px; }

  header.skinny #main-navigation {
    margin-left: 178px; }
    header.skinny #main-navigation ul.list-inline > li > a {
      margin-right: 50px; }

  header .header-icons ul.list-inline li {
    margin: 0; }

  header #trigger,
  header #mobile-header-icons,
  header #mobile-logo {
    display: none; }

  footer .social-media > li:nth-child(4) {
    clear: both; }

  body.landscape header #trigger,
  body.landscape header #mobile-header-icons,
  body.landscape header #mobile-logo {
    display: block; }
  body.landscape header img#mobile-logo {
    width: 225px; }
  body.landscape header #desktop-logo {
    display: none; }
  body.landscape header.open #main-navigation {
    height: auto; }
  body.landscape header.skinny #logo {
    margin-left: 10px; }
  body.landscape header.skinny #main-navigation {
    margin: 0 0 0 5px; }
  body.landscape header.skinny .utility_nav_container > div {
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    justify-content: unset; }
  body.landscape header .navigation-callout {
    padding-top: 20px; }
  body.landscape header .header-icons {
    margin-top: 57px; }
    body.landscape header .header-icons .list-unstyled, body.landscape header .header-icons .list-inline {
      display: none; }
  body.landscape header #mobile-header-icons,
  body.landscape header #mobile-cart {
    position: absolute;
    right: 15px;
    top: 1px;
    z-index: 1; }
    body.landscape header #mobile-header-icons a,
    body.landscape header #mobile-cart a {
      display: inline-block;
      margin-left: 10px; }
  body.landscape header .cartMobile .cartOptions {
    background: #ffffff;
    border: solid 1px #cccccc;
    color: #000000;
    display: none;
    padding: 20px;
    position: absolute;
    right: -6px;
    /* XS: -80px, SM: -80px and MD:-6px  */
    top: 50px;
    width: 420px;
    z-index: 9900; }
    body.landscape header .cartMobile .cartOptions:after, body.landscape header .cartMobile .cartOptions:before {
      border: solid transparent;
      bottom: 100%;
      content: " ";
      height: 0;
      left: 399px;
      pointer-events: none;
      position: absolute;
      width: 0; }
    body.landscape header .cartMobile .cartOptions:after {
      border-bottom-color: #ffffff;
      border-color: rgba(136, 183, 213, 0);
      border-width: 15px;
      margin-left: -15px; }
    body.landscape header .cartMobile .cartOptions:before {
      border-bottom-color: #cccccc;
      border-color: rgba(194, 225, 245, 0);
      border-width: 17px;
      margin-left: -17px; }
    body.landscape header .cartMobile .cartOptions .product {
      border-bottom: solid 1px #ccc;
      padding: 15px 0; }
      body.landscape header .cartMobile .cartOptions .product:first-child {
        border-top: solid 1px #ccc;
        margin-top: 15px; }
      body.landscape header .cartMobile .cartOptions .product input {
        display: inline-block;
        text-align: center;
        width: 36px; }
      body.landscape header .cartMobile .cartOptions .product input::-webkit-outer-spin-button,
      body.landscape header .cartMobile .cartOptions .product input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }
    body.landscape header .cartMobile .cartOptions .totalCount, body.landscape header .cartMobile .cartOptions .totalPrice {
      display: inline-block;
      margin-bottom: 15px; }
    body.landscape header .cartMobile .cartOptions .totalPrice {
      float: right;
      font-size: 24px; }
    body.landscape header .cartMobile .cartOptions .btn-cart, body.landscape header .cartMobile .cartOptions .btn-edit {
      clear: both;
      display: block !important;
      margin: 0; }
    body.landscape header .cartMobile .cartOptions .product-info {
      line-height: 20px;
      padding-left: 15px; }
      body.landscape header .cartMobile .cartOptions .product-info .product-description {
        margin-bottom: 15px; }
      body.landscape header .cartMobile .cartOptions .product-info .remove-from-cart {
        margin-top: 5px; }
        body.landscape header .cartMobile .cartOptions .product-info .remove-from-cart i {
          color: #cccccc;
          margin-right: 8px; }
        body.landscape header .cartMobile .cartOptions .product-info .remove-from-cart span {
          text-decoration: underline; }
      body.landscape header .cartMobile .cartOptions .product-info .price {
        font-size: 24px; }
    body.landscape header .cartMobile .cartOptions .btn-edit {
      margin-top: 20px; }
  body.landscape header #main-navigation {
    display: block;
    height: auto;
    margin: 40px 0 0 20px !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s; }
    body.landscape header #main-navigation.open {
      max-height: 1000px; }
    body.landscape header #main-navigation ul.list-inline > li {
      display: block;
      position: relative; }
      body.landscape header #main-navigation ul.list-inline > li > a {
        margin: 8px 0;
        position: relative;
        width: 100%;
        z-index: 9000; }
      body.landscape header #main-navigation ul.list-inline > li.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      body.landscape header #main-navigation ul.list-inline > li > a {
        display: inline-block;
        margin: 15px 0 0 0; }
      body.landscape header #main-navigation ul.list-inline > li.open ul {
        max-height: 190px; }
      body.landscape header #main-navigation ul.list-inline > li ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s linear; }
        body.landscape header #main-navigation ul.list-inline > li ul li a {
          display: inline-block;
          margin: 0;
          padding: 2px 0; }
  body.landscape header .header-icons {
    display: none;
    margin-top: 57px;
    position: absolute; }
    body.landscape header .header-icons li {
      margin: 0 0 0 10px;
      padding: 0; }
    body.landscape header .header-icons .cart, body.landscape header .header-icons .search {
      display: none; }
    body.landscape header .header-icons ul.list-inline li .funimationAccountOptions {
      left: auto;
      right: -15px; }
  body.landscape .blog header.skinny #logo {
    width: 215px; }
  body.landscape .blog header #logo {
    left: 180px; }
  body.landscape body.search2 #main {
    margin-top: -50px; }
  body.landscape body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: 50px; }
  body.landscape body.body-w-promo-ribbon-1 #main {
    margin-top: 50px; }
  body.landscape body.body-w-promo-ribbon-2 #search-bar.skinny {
    top: 100px; }
  body.landscape body.body-w-promo-ribbon-2 #main {
    margin-top: 100px; }
  body.landscape body.body-w-promo-ribbon-3 #search-bar.skinny {
    top: 150px; }
  body.landscape body.body-w-promo-ribbon-3 #main {
    margin-top: 150px; }
  body.landscape body.body-w-promo-ribbon-4 #search-bar.skinny {
    top: 200px; }
  body.landscape body.body-w-promo-ribbon-4 #main {
    margin-top: 200px; }
  body.landscape body.body-w-promo-ribbon-5 #search-bar.skinny {
    top: 250px; }
  body.landscape body.body-w-promo-ribbon-5 #main {
    margin-top: 250px; }
  body.landscape body.body-w-promo-ribbon-6 #search-bar.skinny {
    top: 300px; }
  body.landscape body.body-w-promo-ribbon-6 #main {
    margin-top: 300px; }
  body.landscape body.body-w-promo-ribbon-7 #search-bar.skinny {
    top: 350px; }
  body.landscape body.body-w-promo-ribbon-7 #main {
    margin-top: 350px; }
  body.landscape body.body-w-promo-ribbon-8 #search-bar.skinny {
    top: 400px; }
  body.landscape body.body-w-promo-ribbon-8 #main {
    margin-top: 400px; }
  body.landscape body.body-w-promo-ribbon-9 #search-bar.skinny {
    top: 450px; }
  body.landscape body.body-w-promo-ribbon-9 #main {
    margin-top: 450px; }
  body.landscape body.body-w-promo-ribbon-10 #search-bar.skinny {
    top: 500px; }
  body.landscape body.body-w-promo-ribbon-10 #main {
    margin-top: 500px; }
  body.landscape #main {
    margin-top: 0px; }
  body.landscape footer .social-media > li:nth-child(4) {
    clear: both; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    position: relative; }
    header #trigger,
    header .mobile-header-icons,
    header #mobile-logo {
      display: block; }
    header #desktop-logo {
      display: none; }
    header.open #main-navigation {
      height: auto; }
    header.skinny #main-navigation {
      margin: 0 0 0 5px; }
    header .navigation-callout {
      padding-top: 20px; }
    header .header-icons {
      margin-top: 57px; }
      header .header-icons .list-unstyled, header .header-icons .list-inline {
        display: none; }
    header #logo {
      position: relative; }
    header.skinny.minified #logo {
      transform: translateX(0%); }
      header.skinny.minified #logo #desktop-logo {
        margin-left: 37px; }
    header .cartMobile .cartOptions {
      display: none;
      position: absolute;
      width: 420px;
      top: 50px;
      right: -6px;
      /* XS: -80px, SM: -80px and MD:-6px  */
      padding: 20px;
      color: #000000;
      background: #ffffff;
      border: solid 1px #cccccc;
      z-index: 9900; }
      header .cartMobile .cartOptions:after, header .cartMobile .cartOptions:before {
        bottom: 100%;
        left: 399px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      header .cartMobile .cartOptions:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 15px;
        margin-left: -15px; }
      header .cartMobile .cartOptions:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #cccccc;
        border-width: 17px;
        margin-left: -17px; }
      header .cartMobile .cartOptions .product {
        padding: 15px 0;
        border-bottom: solid 1px #ccc; }
        header .cartMobile .cartOptions .product:first-child {
          margin-top: 15px;
          border-top: solid 1px #ccc; }
        header .cartMobile .cartOptions .product input {
          display: inline-block;
          width: 36px;
          text-align: center; }
        header .cartMobile .cartOptions .product input::-webkit-outer-spin-button,
        header .cartMobile .cartOptions .product input::-webkit-inner-spin-button {
          /* display: none; <- Crashes Chrome on hover */
          -webkit-appearance: none;
          margin: 0;
          /* <-- Apparently some margin are still there even though it's hidden */ }
      header .cartMobile .cartOptions .totalCount, header .cartMobile .cartOptions .totalPrice {
        display: inline-block;
        margin-bottom: 15px; }
      header .cartMobile .cartOptions .totalPrice {
        float: right;
        font-size: 24px; }
      header .cartMobile .cartOptions .btn-cart, header .cartMobile .cartOptions .btn-edit {
        display: block !important;
        clear: both;
        margin: 0; }
      header .cartMobile .cartOptions .product-info {
        padding-left: 15px;
        line-height: 20px; }
        header .cartMobile .cartOptions .product-info .product-description {
          margin-bottom: 15px; }
        header .cartMobile .cartOptions .product-info .remove-from-cart {
          margin-top: 5px; }
          header .cartMobile .cartOptions .product-info .remove-from-cart i {
            margin-right: 8px;
            color: #cccccc; }
          header .cartMobile .cartOptions .product-info .remove-from-cart span {
            text-decoration: underline; }
        header .cartMobile .cartOptions .product-info .price {
          font-size: 24px; }
      header .cartMobile .cartOptions .btn-edit {
        margin-top: 20px; }
    header #main-navigation {
      display: block;
      margin: 0 0 0 5px;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height .6s; }
      header #main-navigation.open {
        max-height: 1000px; }
      header #main-navigation ul.list-inline > li {
        display: block;
        position: relative; }
        header #main-navigation ul.list-inline > li > a {
          position: relative;
          width: 100%;
          margin: 8px 0;
          z-index: 9000; }
        header #main-navigation ul.list-inline > li.open:after {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        header #main-navigation ul.list-inline > li > a {
          display: inline-block;
          margin: 15px 0 0 0; }
        header #main-navigation ul.list-inline > li.open ul {
          max-height: 190px; }
        header #main-navigation ul.list-inline > li ul {
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s linear; }
          header #main-navigation ul.list-inline > li ul li a {
            display: inline-block;
            line-height: 1;
            padding: 2px 0;
            margin: 0; }
    header .header-icons {
      display: none;
      position: absolute;
      margin-top: 57px; }
      header .header-icons li {
        margin: 0 0 0 10px;
        padding: 0; }
      header .header-icons .cart, header .header-icons .search {
        display: none; }
      header .header-icons ul.list-inline li .funimationAccountOptions {
        left: auto;
        right: -15px; }

  .blog header.skinny #logo {
    width: 215px; }
  .blog header #logo {
    left: 180px; }

  #search-bar,
  aside#search-bar.skinny {
    top: 0; }

  #search-bar {
    position: relative; }

  body.search2 #main {
    margin-top: -50px; }

  body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: 50px; }
  body.body-w-promo-ribbon-1 #main {
    margin-top: 50px; }

  body.body-w-promo-ribbon-2 #search-bar.skinny {
    top: 100px; }
  body.body-w-promo-ribbon-2 #main {
    margin-top: 100px; }

  body.body-w-promo-ribbon-3 #search-bar.skinny {
    top: 150px; }
  body.body-w-promo-ribbon-3 #main {
    margin-top: 150px; }

  body.body-w-promo-ribbon-4 #search-bar.skinny {
    top: 200px; }
  body.body-w-promo-ribbon-4 #main {
    margin-top: 200px; }

  body.body-w-promo-ribbon-5 #search-bar.skinny {
    top: 250px; }
  body.body-w-promo-ribbon-5 #main {
    margin-top: 250px; }

  body.body-w-promo-ribbon-6 #search-bar.skinny {
    top: 300px; }
  body.body-w-promo-ribbon-6 #main {
    margin-top: 300px; }

  body.body-w-promo-ribbon-7 #search-bar.skinny {
    top: 350px; }
  body.body-w-promo-ribbon-7 #main {
    margin-top: 350px; }

  body.body-w-promo-ribbon-8 #search-bar.skinny {
    top: 400px; }
  body.body-w-promo-ribbon-8 #main {
    margin-top: 400px; }

  body.body-w-promo-ribbon-9 #search-bar.skinny {
    top: 450px; }
  body.body-w-promo-ribbon-9 #main {
    margin-top: 450px; }

  body.body-w-promo-ribbon-10 #search-bar.skinny {
    top: 500px; }
  body.body-w-promo-ribbon-10 #main {
    margin-top: 500px; }

  #main {
    margin-top: 0px; }

  footer .social-media > li:nth-child(4) {
    clear: both; } }
@media screen and (max-width: 993px) {
  body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-1 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-2 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-2 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-3 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-3 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-4 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-4 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-5 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-5 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-6 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-6 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-7 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-7 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-8 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-8 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-9 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-9 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-10 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-10 #main {
    margin-top: 0px; } }
@media screen and (max-width: 767px) {
  body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: inherit; }

  body.body-w-promo-ribbon-1 header.skinny {
    margin-top: 0px; }

  body.body-w-promo-ribbon-1 .skinny {
    top: 0px; }

  header {
    position: relative; }
    header.open #main-navigation {
      height: auto; }
    header #desktop-logo {
      display: none; }
    header.skinny #main-navigation {
      margin: 0 0 0 5px; }
    header .header-icons {
      margin-top: 57px; }
      header .header-icons .list-unstyled, header .header-icons .list-inline {
        display: none; }
    header #logo {
      position: relative; }
    header #mobile-header-icons,
    header #mobile-cart {
      /*position: absolute;
      top: 1px;
      right: 15px;*/
      z-index: 1; }
      header #mobile-header-icons a,
      header #mobile-cart a {
        display: inline-block;
        margin-left: 10px; }
      header #mobile-header-icons .cartOptions a.btn-cart, header #mobile-header-icons .cartOptions a.btn-edit,
      header #mobile-cart .cartOptions a.btn-cart,
      header #mobile-cart .cartOptions a.btn-edit {
        margin: 0; }
      header #mobile-header-icons .cartOptions a.btn-edit,
      header #mobile-cart .cartOptions a.btn-edit {
        margin-top: 20px; }
      header #mobile-header-icons .cartOptions a.remove-from-cart,
      header #mobile-cart .cartOptions a.remove-from-cart {
        margin: 5px 0 0 0; }
    header .cartMobile .cartOptions {
      display: none;
      position: absolute;
      width: 300px;
      top: 50px;
      right: -6px;
      /* XS: -80px, SM: -80px and MD:-6px  */
      padding: 20px;
      background: #ffffff;
      color: #000000;
      border: solid 1px #cccccc; }
      header .cartMobile .cartOptions:after, header .cartMobile .cartOptions:before {
        bottom: 100%;
        left: 280px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      header .cartMobile .cartOptions:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 15px;
        margin-left: -15px; }
      header .cartMobile .cartOptions:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #cccccc;
        border-width: 17px;
        margin-left: -17px; }
      header .cartMobile .cartOptions .product {
        padding: 15px 0;
        border-bottom: solid 1px #ccc; }
        header .cartMobile .cartOptions .product:first-child {
          margin-top: 15px;
          border-top: solid 1px #ccc; }
        header .cartMobile .cartOptions .product input {
          display: inline-block;
          width: 36px;
          text-align: center; }
        header .cartMobile .cartOptions .product input::-webkit-outer-spin-button,
        header .cartMobile .cartOptions .product input::-webkit-inner-spin-button {
          /* display: none; <- Crashes Chrome on hover */
          -webkit-appearance: none;
          margin: 0;
          /* <-- Apparently some margin are still there even though it's hidden */ }
      header .cartMobile .cartOptions .totalCount, header .cartMobile .cartOptions .totalPrice {
        display: inline-block;
        margin-bottom: 15px; }
      header .cartMobile .cartOptions .totalPrice {
        float: right;
        font-size: 24px; }
      header .cartMobile .cartOptions .btn-cart, header .cartMobile .cartOptions .btn-edit {
        display: block !important;
        clear: both;
        margin: 0; }
      header .cartMobile .cartOptions .product-info {
        padding-left: 15px;
        line-height: 20px; }
        header .cartMobile .cartOptions .product-info .product-description {
          margin-bottom: 15px; }
        header .cartMobile .cartOptions .product-info .remove-from-cart i {
          margin-right: 4px;
          color: #cccccc; }
        header .cartMobile .cartOptions .product-info .remove-from-cart span {
          text-decoration: underline; }
        header .cartMobile .cartOptions .product-info .price {
          font-size: 24px; }
      header .cartMobile .cartOptions .btn-edit {
        margin-top: 20px; }
    header #main-navigation {
      display: block;
      margin: 0 0 0 5px;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height .6s; }
      header #main-navigation .navigation-callout {
        padding-top: 20px; }
      header #main-navigation.open {
        max-height: 1000px; }
      header #main-navigation ul.list-inline > li {
        display: block;
        position: relative; }
        header #main-navigation ul.list-inline > li > a {
          position: relative;
          width: 100%;
          margin: 10px 0;
          z-index: 9000; }
        header #main-navigation ul.list-inline > li > a {
          display: inline-block;
          margin: 15px 0 0 0; }
        header #main-navigation ul.list-inline > li.open ul {
          max-height: 190px; }
        header #main-navigation ul.list-inline > li ul {
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s linear; }
          header #main-navigation ul.list-inline > li ul li a {
            display: inline-block;
            line-height: 1;
            padding: 2px 0;
            margin: 0; }
    header .header-icons {
      display: none;
      position: absolute;
      margin-top: 57px; }
      header .header-icons li {
        margin: 0 0 0 10px;
        padding: 0; }
      header .header-icons .cart, header .header-icons .search {
        display: none; }
      header .header-icons ul.list-inline li .funimationAccountOptions {
        left: auto;
        right: -15px; }

  .blog header.skinny #logo {
    margin: 22px 0 0 0;
    width: 32px; }
  .blog header #logo {
    left: 170px; }

  #search-bar,
  #search-bar.skinny {
    position: absolute;
    top: 90px; }

  footer {
    text-align: center; }
    footer .equal-heights > div {
      height: auto !important; }
    footer .border-right {
      border: 0; }
    footer .social-media {
      display: inline-block; }
      footer .social-media > li:nth-child(4) {
        clear: both; }
    footer .copyright {
      margin-bottom: 30px;
      font-size: 9px;
      line-height: 10px; }
    footer .price {
      font-size: 36px;
      line-height: 40px; }
    footer .description {
      font-size: 12px;
      font-weight: 300;
      line-height: 12px;
      margin-bottom: 20px; }
    footer ul.footer-navigation {
      border-top: solid 1px white;
      padding-top: 32px;
      font-size: 12px; }
    footer .social-media > li:nth-child(4) {
      clear: none;
      /* you need to remove this on your css */ }
    footer .border-right {
      border-right: none; }
    footer .ftrSubscriptionHeadline, footer .ftrHeadlines {
      padding-left: 0px !important; } }
@media screen and (max-width: 450px) {
  header #mobile-header-icons {
    right: 5px !important; }
    header #mobile-header-icons a {
      margin-left: 0px !important; }
    header #mobile-header-icons .login-button {
      margin-right: 0px !important; }
    header #mobile-header-icons .cartMobile {
      width: 30px; }
      header #mobile-header-icons .cartMobile #cart-icon {
        margin-left: 0; }
    header #mobile-header-icons .fun {
      width: 30px; }
  header.skinny #trigger {
    left: 0px;
    width: 40px; }
  header.skinny #mobile-header-icons {
    right: 5px; }
    header.skinny #mobile-header-icons a {
      margin-left: 0px; }
    header.skinny #mobile-header-icons .login-button {
      margin-right: 0px !important; }
    header.skinny #mobile-header-icons .cartMobile {
      width: 30px; }
      header.skinny #mobile-header-icons .cartMobile #cart-icon {
        margin-left: 0; }
    header.skinny #mobile-header-icons .fun {
      width: 30px; } }
@media screen and (max-width: 400px) {
  header.skinny #mobile-header-icons .cartMobile .cartOptions {
    right: -65px; }
    header.skinny #mobile-header-icons .cartMobile .cartOptions:before, header.skinny #mobile-header-icons .cartMobile .cartOptions:after {
      left: 222px; } }
.notice {
  z-index: 1;
  position: absolute;
  top: 1;
  left: 1;
  padding: 3px 10px;
  color: white;
  font-size: 12px;
  font-weight: 900; }
  .notice.wide {
    padding: 3px 30px; }

.sale {
  background-color: #e40046; }

.exclusive {
  background-color: #410099; }

.loginBox {
  border: solid 1px #f2f2f2; }
  .loginBox .form {
    padding: 50px; }
    .loginBox .form .forgot-password-message,
    .loginBox .form .confirm-message {
      font-size: 19px; }
    .loginBox .form form {
      margin-top: 0; }
      .loginBox .form form .form-error {
        text-align: left;
        padding-bottom: 0; }
      .loginBox .form form .fa.fa-close {
        position: absolute;
        top: 10px;
        right: -24px;
        font-size: 22px; }
    .loginBox .form.confirm {
      padding: 102px 50px; }
    .loginBox .form a {
      color: black;
      text-decoration: underline; }
    .loginBox .form .ageStatement {
      color: #ccc;
      font-size: 13px;
      margin-bottom: 20px; }
  .loginBox .socialSignIn {
    padding: 50px; }
    .loginBox .socialSignIn a {
      position: relative;
      display: block;
      color: white;
      padding: 10px;
      margin-bottom: 20px; }
    .loginBox .socialSignIn .btnEmail {
      background-color: #36b49f; }
    .loginBox .socialSignIn .btnFacebook {
      background-color: #4c6aa6; }
    .loginBox .socialSignIn .btnTwitter {
      background-color: #64b7eb; }
    .loginBox .socialSignIn .btnGooglePlus {
      background-color: #f44d3d; }
      .loginBox .socialSignIn .btnGooglePlus i {
        left: 11px; }
    .loginBox .socialSignIn a.login {
      display: inline;
      color: #410099;
      padding: 0;
      margin: 0; }

.loginBox.selectPlan .form {
  border: none; }

.reset-password .form {
  border: 1px solid #cccccc;
  padding: 50px 80px;
  margin-bottom: 30px;
  font-size: 19px; }
  .reset-password .form.expired {
    padding: 150px 100px; }
  .reset-password .form form .form-error {
    text-align: left;
    padding-bottom: 0;
    font-size: 14px; }
  .reset-password .form form .fa.fa-close {
    position: absolute;
    top: 10px;
    right: -24px;
    font-size: 22px; }

.btn-social > :first-child {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center; }

.events h3 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 0; }
.events .featuredEvent {
  position: relative;
  min-height: 500px;
  margin-bottom: 30px; }
  .events .featuredEvent .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    line-height: 68px;
    text-align: center;
    color: white; }
.events .event {
  border-bottom: solid 1px #ccc;
  padding: 10px 0; }

#giftcard .account-giftcard-redeem {
  padding-right: 30px !important; }
  #giftcard .account-giftcard-redeem .form-group {
    width: 100%; }
  #giftcard .account-giftcard-redeem input.form-control {
    width: 70%;
    display: block !important;
    float: left; }
  #giftcard .account-giftcard-redeem a {
    margin: 0;
    margin-left: 15px;
    width: 15%;
    float: left;
    height: 45px;
    padding-top: 10px; }

.product-details-gift-card .gift-card-container {
  padding-right: 50px; }
  .product-details-gift-card .gift-card-container .gift-card-buttons {
    margin: 25px 0; }
    .product-details-gift-card .gift-card-container .gift-card-buttons .btn {
      padding: 13px 15px;
      letter-spacing: 1px; }

.simulcastFullSchedule {
  position: relative;
  top: -100px;
  z-index: 8000; }

#wish-list {
  position: relative; }
  #wish-list .addthis_sharing_toolbox {
    position: absolute;
    top: -71px;
    left: 168px; }
  #wish-list .printThis {
    position: absolute;
    top: -64px;
    left: 871px; }

.panel-group .panel {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  box-shadow: none; }
  .panel-group .panel + .panel {
    margin-top: 0; }
  .panel-group .panel.panel-default > .panel-heading {
    background-color: initial;
    border-radius: 0;
    border: 0;
    padding: 0; }
    .panel-group .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top: 0;
      padding: 0 0 25px 0; }
    .panel-group .panel.panel-default > .panel-heading > .panel-title {
      background-color: white;
      font-size: 32px;
      font-weight: 300; }
      .panel-group .panel.panel-default > .panel-heading > .panel-title a {
        position: relative;
        display: block;
        padding: 45px 0;
        text-decoration: none; }
        .panel-group .panel.panel-default > .panel-heading > .panel-title a span.link {
          font-size: 14px;
          cursor: pointer;
          color: #410099;
          text-decoration: underline; }
          .panel-group .panel.panel-default > .panel-heading > .panel-title a span.link:hover {
            color: #e40046; }
        .panel-group .panel.panel-default > .panel-heading > .panel-title a:hover, .panel-group .panel.panel-default > .panel-heading > .panel-title a:active, .panel-group .panel.panel-default > .panel-heading > .panel-title a:focus {
          color: #000000; }
        .panel-group .panel.panel-default > .panel-heading > .panel-title a:after {
          content: '';
          position: absolute;
          background: url("/static/img/icons/icon-collapse-arrow.png") no-repeat 0 0;
          top: 50px;
          right: 10px;
          height: 17px;
          width: 33px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          transform-origin: center; }
        .panel-group .panel.panel-default > .panel-heading > .panel-title a.collapsed:after {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.customerSupport .QandA {
  margin-bottom: 30px; }
.customerSupport .question {
  color: #410099;
  font-size: 18px; }

.customerSupportContact .custom-select {
  width: 60%; }
.customerSupportContact #email.form-control {
  width: 60%; }
.customerSupportContact #firstName.form-control {
  width: 60%; }
.customerSupportContact #lastName.form-control {
  width: 60%; }

.customerSupportSearch {
  margin-bottom: 80px; }
  .customerSupportSearch .form-control {
    background: #f2f2f2;
    border: none;
    height: 49px;
    width: calc(100% - 110px);
    float: left; }
  .customerSupportSearch .btn {
    margin: 0;
    float: left; }

.selectedPlanPaymentInformation {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 30px 0; }
  .selectedPlanPaymentInformation .selectedPlan {
    font-size: 19px;
    padding: 0 50px 30px 0;
    font-weight: 100; }
  .selectedPlanPaymentInformation .labelCost {
    text-align: right; }
    .selectedPlanPaymentInformation .labelCost .textLabel {
      font-size: 14px; }
    .selectedPlanPaymentInformation .labelCost .costTotal {
      text-align: right;
      font-size: 18px;
      font-weight: 500; }
  .selectedPlanPaymentInformation .grand-total {
    margin-top: 30px;
    position: relative; }
    .selectedPlanPaymentInformation .grand-total .costTotal {
      font-size: 32px; }
      .selectedPlanPaymentInformation .grand-total .costTotal.sup-tax::after {
        content: " +" attr(data-taxtype);
        font-size: 12px;
        top: -15px;
        position: relative;
        white-space: nowrap; }

.payment-method-section {
  padding-top: 30px; }
  .payment-method-section h3 {
    margin-bottom: 6px; }

.negative {
  display: inline !important;
  color: red; }

.account-giftcard-balance .negative {
  margin-right: 30px; }

#product-details-section {
  margin-top: 10px; }

.product-details {
  z-index: 3; }
  .product-details h3 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 45px;
    margin-bottom: 30px; }
    .product-details h3.name {
      margin-top: 0; }
  .product-details .rating {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px; }
  .product-details .product-details-list {
    width: 100%; }
    .product-details .product-details-list ul {
      margin: 0;
      padding: 0; }
      .product-details .product-details-list ul li {
        float: left;
        margin-left: 15px;
        font-size: 19px;
        font-size: 1.1875rem;
        font-weight: 300; }
        .product-details .product-details-list ul li:first-child {
          margin-left: 0; }
        .product-details .product-details-list ul li.active, .product-details .product-details-list ul li.active a {
          color: black;
          border-bottom: 2px solid black;
          padding-bottom: 10px; }
        .product-details .product-details-list ul li a {
          color: #d8d8d8;
          padding-bottom: 10px; }
  .product-details .product-details-description {
    width: 100%;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300;
    margin-top: 25px;
    padding-right: 25px; }
    .product-details .product-details-description .product-details-buy ul, .product-details .product-details-description .product-details-social ul {
      list-style: none;
      margin: 0; }
  .product-details .gift-card-amounts {
    margin-top: 25px;
    padding-right: 25px;
    font-size: 19px; }
    .product-details .gift-card-amounts .custom-value {
      position: relative; }
      .product-details .gift-card-amounts .custom-value a {
        top: 14px;
        right: -25px;
        position: absolute;
        color: #BBBBBB; }
        @media screen and (max-width: 991px) {
          .product-details .gift-card-amounts .custom-value a {
            right: 14px; } }
    .product-details .gift-card-amounts label {
      font-size: 16px; }
    .product-details .gift-card-amounts button.amount {
      font-size: 16px;
      font-weight: 300;
      width: calc(100% - 8px);
      height: 51px;
      margin-bottom: 8px;
      background: #ffffff;
      border: 1px solid #ccc;
      transition: background-color .2s, color .2s; }
      .product-details .gift-card-amounts button.amount:hover, .product-details .gift-card-amounts button.amount.active {
        background-color: #410099;
        color: #ffffff; }
    .product-details .gift-card-amounts input {
      font-size: 16px;
      font-weight: 300;
      width: 100%;
      height: 51px;
      padding: 0 10px;
      border: 1px solid #ccc; }
      .product-details .gift-card-amounts input[type=number] {
        display: block;
        -moz-appearance: textfield; }
        .product-details .gift-card-amounts input[type=number]::-webkit-outer-spin-button, .product-details .gift-card-amounts input[type=number]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .product-details .gift-card-amounts span {
      float: right; }
      .product-details .gift-card-amounts span.highlight {
        font-size: 16px;
        color: #df003d; }
  .product-details .gift-card-email {
    padding-right: 25px;
    font-size: 16px;
    font-weight: 300; }
    .product-details .gift-card-email label {
      margin-bottom: 10px;
      font-size: 16px; }
    .product-details .gift-card-email input {
      height: 51px; }
    .product-details .gift-card-email textarea {
      min-height: 90px;
      padding-top: 12px; }
    .product-details .gift-card-email .charCount {
      font-size: 14px;
      margin-top: 0; }
  .product-details .gift-card-quanity-date {
    padding-right: 25px; }
    .product-details .gift-card-quanity-date .custom-select {
      height: 51px;
      background-position-y: 22px; }
      .product-details .gift-card-quanity-date .custom-select select {
        height: 51px; }
    .product-details .gift-card-quanity-date #deliveryDate {
      height: 51px;
      background: url("/static/img/icons/icon-calendar.png") no-repeat right center;
      padding-right: 50px;
      font-size: 16px;
      font-weight: 300; }
    .product-details .gift-card-quanity-date .dateDescription {
      display: block;
      padding-top: 15px;
      font-style: italic; }
  .product-details .product-details-price {
    margin-top: 25px;
    float: left;
    width: 100%;
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 300; }
    .product-details .product-details-price span {
      font-size: 0.7em;
      margin-left: 15px;
      display: inline-block;
      position: relative; }
      .product-details .product-details-price span:after {
        content: "";
        display: block;
        position: absolute;
        background: black;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: 1px; }
  .product-details .product-details-retail {
    float: left;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 25px; }
    .product-details .product-details-retail span {
      float: left;
      width: 100%; }
      .product-details .product-details-retail span.highlight {
        color: #df003d; }
      .product-details .product-details-retail span.highlight.catalog-rule {
        color: #410099; }
    .product-details .product-details-retail .digital-stock-count {
      color: #ff0000;
      font-size: 14px;
      font-weight: 500;
      margin: 0;
      padding: 0; }
  .product-details .product-details-buy {
    float: left;
    width: 100%;
    margin-top: 25px; }
    .product-details .product-details-buy ul {
      margin: 0;
      padding: 0;
      text-align: left; }
      .product-details .product-details-buy ul li {
        float: left;
        margin-right: 15px; }
    .product-details .product-details-buy .form-control {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      height: 51px;
      line-height: 47px; }
    .product-details .product-details-buy .custom-select {
      height: 51px;
      background-position-y: 22px; }
    .product-details .product-details-buy .btn {
      margin: 0; }
  .product-details .product-details-social {
    float: left;
    width: 100%; }
  .product-details .product-details-social ul {
    margin: 0;
    padding: 0;
    text-align: left; }
  .product-details .product-details-social ul li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: middle; }
  .product-details .product-details-social ul li a.facebook {
    color: #365396; }
  .product-details .product-details-social ul li a.twitter {
    color: #00a8f0; }
  .product-details .product-details-social ul li a.pinterest {
    color: #cc1919; }
  .product-details .product-details-social ul li a.tumblr {
    color: #34526f; }
  .product-details .product-details-social ul li a.email {
    color: navy; }
  .product-details .product-details-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px; }
  .product-details .product-details-label {
    padding-bottom: 0;
    line-height: 16px; }
  .product-details .product-details-details {
    line-height: 16px;
    padding-bottom: 15px; }
  .product-details .product-details-list {
    list-style: inherit;
    margin-top: 0;
    margin-bottom: 30px; }
    .product-details .product-details-list li {
      margin-bottom: 0;
      margin-left: 20px; }

.product-image {
  text-align: center; }
  .product-image .notice {
    z-index: 5; }
  .product-image .product-image-thumb {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    border-top: solid 3px white; }
    .product-image .product-image-thumb img {
      border-right: solid 3px white;
      width: 100%; }

.searchShows {
  text-align: right;
  margin-top: 30px; }
  .searchShows a {
    font-size: 23px;
    color: #000000; }
  .searchShows img {
    vertical-align: middle; }

#reviews-section a.write-a-comment, #review-item-template a.write-a-comment,
#comments-section a.write-a-comment {
  position: absolute;
  top: -70px;
  right: 0; }
  #reviews-section a.write-a-comment:hover, #review-item-template a.write-a-comment:hover,
  #comments-section a.write-a-comment:hover {
    cursor: pointer; }
#reviews-section a.write-a-review, #review-item-template a.write-a-review,
#comments-section a.write-a-review {
  float: right; }
#reviews-section .count ul li, #review-item-template .count ul li,
#comments-section .count ul li {
  float: left;
  margin-right: 15px;
  color: #7f7f7f; }
  #reviews-section .count ul li a, #review-item-template .count ul li a,
  #comments-section .count ul li a {
    color: #7f7f7f; }

#reviews-section a.write-a-review, #comments-section a.write-a-comment {
  right: 100px; }

.product-details #reviews-section .product-review, .product-details #reviews-section .product-comment, .product-details #comments-section .product-review, .product-details #comments-section .product-comment {
  border-bottom: 1px solid #cccccc; }

#reviews .disabled, #comments .disabled {
  color: #cccccc;
  pointer-events: none; }
#reviews .pagination, #comments .pagination {
  float: right; }
#reviews .user-written-review, #comments .user-written-review {
  display: none; }
#reviews .desc, #comments .desc {
  clear: both;
  word-wrap: break-word; }
#reviews .select-dropdown, #reviews .select-dropdown-shop, #reviews .write-a-review, #reviews .write-a-comment, #reviews .title, #comments .select-dropdown, #comments .select-dropdown-shop, #comments .write-a-review, #comments .write-a-comment, #comments .title {
  font-size: 1.3em; }
#reviews .select-dropdown, #reviews .select-dropdown-shop, #comments .select-dropdown, #comments .select-dropdown-shop {
  clear: both; }
#reviews .review-select, #comments .review-select {
  clear: both; }
#reviews .title, #comments .title {
  margin-bottom: 2px; }
#reviews .date-time, #comments .date-time {
  margin-bottom: 10px; }
#reviews .show-reviews-user, #reviews .show-comments-user, #comments .show-reviews-user, #comments .show-comments-user {
  margin-bottom: 15px; }
#reviews .show-reviews, #reviews .show-comments, #comments .show-reviews, #comments .show-comments {
  border: none;
  float: right; }
#reviews .new-review, #comments .new-review {
  padding-left: 30px; }
#reviews #reviewTitle, #comments #reviewTitle {
  font-size: 1.3em; }
#reviews .select-list, #comments .select-list {
  margin-top: 10px;
  margin-right: -4px; }
#reviews .select-trigger, #comments .select-trigger {
  width: 180px;
  margin-top: 5px; }
#reviews #reviewArea, #comments #reviewArea {
  resize: vertical; }

.comments-section a.add-a-comment {
  position: absolute;
  top: -35px;
  left: 30%; }

.add-comment-form,
.add-review-form {
  margin: 0;
  /****** Style Star Rating Widget *****/
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* hover previous stars in list */ }
  .add-comment-form .controls,
  .add-review-form .controls {
    margin-top: 10px; }
    .add-comment-form .controls input[type=submit],
    .add-review-form .controls input[type=submit] {
      display: inline;
      border: 0;
      padding: 0;
      box-shadow: none;
      background: none;
      font-weight: 300;
      color: #410099;
      margin-right: 10px; }
      .add-comment-form .controls input[type=submit]:hover,
      .add-review-form .controls input[type=submit]:hover {
        color: #e40046; }
    .add-comment-form .controls input[type=submit], .add-comment-form .controls a,
    .add-review-form .controls input[type=submit],
    .add-review-form .controls a {
      text-decoration: underline; }
  .add-comment-form .charCount,
  .add-review-form .charCount {
    margin-top: 10px;
    font-style: italic; }
  .add-comment-form .rating,
  .add-review-form .rating {
    border: none;
    float: left;
    width: auto; }
    .add-comment-form .rating label:hover,
    .add-review-form .rating label:hover {
      cursor: pointer; }
  .add-comment-form .rating > input,
  .add-review-form .rating > input {
    display: none;
    width: 24px;
    height: 24px; }
  .add-comment-form .rating > label:before,
  .add-review-form .rating > label:before {
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background: url("../images/icons/icon_star_border_black.svg"); }
  .add-comment-form .rating > .half:before,
  .add-review-form .rating > .half:before {
    content: "";
    background: url("../images/icons/icon_star_border_black.svg") no-repeat;
    position: absolute; }
  .add-comment-form .rating > label,
  .add-review-form .rating > label {
    color: #ddd;
    float: right;
    background: url("../images/icons/icon_star_border_black.svg") no-repeat; }
  .add-comment-form .rating > input:checked ~ label,
  .add-comment-form .rating:not(:checked) > label:hover,
  .add-comment-form .rating:not(:checked) > label:hover ~ label,
  .add-review-form .rating > input:checked ~ label,
  .add-review-form .rating:not(:checked) > label:hover,
  .add-review-form .rating:not(:checked) > label:hover ~ label {
    background: url("../images/icons/icon_star_black.svg") no-repeat; }
  .add-comment-form .rating > input:checked + label:hover,
  .add-comment-form .rating > input:checked ~ label:hover,
  .add-comment-form .rating > label:hover ~ input:checked ~ label,
  .add-comment-form .rating > input:checked ~ label:hover ~ label,
  .add-review-form .rating > input:checked + label:hover,
  .add-review-form .rating > input:checked ~ label:hover,
  .add-review-form .rating > label:hover ~ input:checked ~ label,
  .add-review-form .rating > input:checked ~ label:hover ~ label {
    background: url("../images/icons/icon_star_black.svg") no-repeat; }

.charCount {
  margin-top: 10px;
  font-style: italic; }

.show-detail-hero {
  width: 100%; }

.newEpisodesBar {
  background-color: #401e8e;
  color: #ffffff;
  text-align: center;
  margin-top: -2px;
  padding: 5px; }

.show-detail-section {
  color: #ffffff; }
  .show-detail-section .show-detail-container {
    position: relative; }
    .show-detail-section .show-detail-container .show-detail-information {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      padding-bottom: 20px; }
      .show-detail-section .show-detail-container .show-detail-information .show-utilities {
        margin: 0;
        float: right; }
        .show-detail-section .show-detail-container .show-detail-information .show-utilities li {
          float: left;
          margin-left: 15px;
          margin-bottom: 0; }
          .show-detail-section .show-detail-container .show-detail-information .show-utilities li a {
            text-transform: uppercase;
            font-weight: 800;
            color: #ffffff;
            font-size: 13px; }
            .show-detail-section .show-detail-container .show-detail-information .show-utilities li a img {
              margin-left: 4px;
              vertical-align: bottom;
              display: inline !important; }
            .show-detail-section .show-detail-container .show-detail-information .show-utilities li a .hideXS {
              display: none !important; }

#productZoom, .zoomWrapper {
  width: 511px !important;
  height: 511px !important; }

.zoomWrapper {
  position: relative;
  overflow: hidden; }

.responsive_100 {
  border: solid 5px red; }

/* show detail modal icons */
#fbplus-outer {
  margin-top: 45px;
  margin-bottom: 45px; }

#fbplus-close, #fbplus-left-ico, #fbplus-right-ico {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#fbplus-close {
  background-image: url("../images/icons/icon_modal_close.png");
  top: 15px; }

#fbplus-left-ico {
  background-image: url("../images/icons/icon_modal_left.png"); }

#fbplus-right-ico {
  background-image: url("../images/icons/icon_modal_right.png"); }

#sizeChart {
  position: absolute;
  right: 15px; }

.related-static-section {
  margin-bottom: 30px; }

.scheduleColumns {
  border: solid 1px #f2f2f2;
  text-align: left;
  margin-bottom: 50px; }
  .scheduleColumns > div[class*="col-"]:first-child {
    border-right: solid 1px #f2f2f2; }
  .scheduleColumns > div[class*="col-"] {
    padding: 30px; }
  .scheduleColumns .showdate {
    margin-bottom: 30px; }
  .scheduleColumns .date {
    position: relative;
    text-align: center;
    background-color: #f2f2f2; }
    .scheduleColumns .date .date-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .scheduleColumns .day {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 7px; }
  .scheduleColumns .number {
    font-size: 32px; }
  .scheduleColumns .image img {
    width: 100%; }
  .scheduleColumns .content {
    padding-left: 20px; }
  .scheduleColumns .title {
    font-size: 19px; }
  .scheduleColumns .time {
    color: #410099;
    font-size: 14px; }

.showdate2 {
  text-align: left;
  margin-bottom: 50px;
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: solid 1px #f2f2f2; }
  .showdate2 .showdate {
    margin-bottom: 30px; }
  .showdate2 .date {
    position: relative;
    text-align: center;
    background-color: #f2f2f2; }
    .showdate2 .date .date-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .showdate2 .day {
    font-size: 14px; }
  .showdate2 .number {
    font-size: 32px; }
  .showdate2 .title {
    font-size: 19px; }
  .showdate2 .episode {
    font-size: 19px; }
  .showdate2 .time {
    font-size: 19px; }
  .showdate2 .rating {
    font-size: 19px; }
  .showdate2 .audioSubtitles {
    padding-top: 15px;
    font-size: 14px; }

.tri-section article {
  padding: 250px 50px;
  color: white;
  border-top: solid 2px white; }
.tri-section a.btn {
  margin-top: 50px; }
.tri-section .tri1 {
  background-color: #464646; }
.tri-section .tri2 {
  background-color: #acacac; }
.tri-section .tri3 {
  background-color: #d7d7d7; }

.innerNav a {
  color: #ccc;
  font-size: 19px;
  margin-right: 20px;
  padding-bottom: 5px;
  line-height: 35px;
  border-bottom: solid 2px transparent;
  transition: color .3s, border-bottom .3s; }

.innerNav a.navOn, .innerNav a:hover {
  padding-bottom: 5px;
  border-bottom: solid 2px black;
  color: black; }

.shop-nav.innerNav a {
  color: #000;
  font-size: 19px;
  margin-right: 20px;
  padding-bottom: 5px;
  line-height: 35px;
  border-bottom: solid 2px transparent;
  transition: color .3s, border-bottom .3s; }
  .shop-nav.innerNav a.inactive {
    color: #959595; }
  .shop-nav.innerNav a.navOn {
    padding-bottom: 5px;
    border-bottom: solid 2px black;
    color: black; }
  .shop-nav.innerNav a:hover {
    color: #000;
    padding-bottom: 5px;
    border-bottom: solid 2px black; }

.shop-by-show .form-group .col-sm-9 {
  min-height: 44px; }

.comments-section {
  border-top: solid 1px #ccc; }

.comments {
  margin-bottom: 30px; }

.comments .avatar {
  padding: 0 50px 0 0; }

.comments .content {
  padding: 0 0 0 0px; }

.comments.subcomments img {
  width: 50%;
  float: right; }

.user-comment_name {
  font-size: 19px; }

.user-comment_extras ul {
  margin: 0; }

.user-comment_extras ul li {
  width: auto;
  margin-right: 17px;
  float: left; }

.user-comment_extras ul li a {
  color: gray;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400; }

.video-section,
.video-player-section {
  position: relative;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden; }
  .video-section .content,
  .video-player-section .content {
    position: absolute;
    bottom: 12%;
    left: 0; }
    .video-section .content h2,
    .video-player-section .content h2 {
      margin: 0 0 15px 0; }
    .video-section .content h3,
    .video-player-section .content h3 {
      margin: 0 0 15px 0; }
    .video-section .content .btn,
    .video-player-section .content .btn {
      margin-top: 35px; }

.featured-product-section .featured-product-container {
  width: 100%;
  padding-bottom: 56.1797752809%;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .featured-product-section .featured-product-container .featured-product-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding-right: 20px;
    color: #ffffff; }
    .featured-product-section .featured-product-container .featured-product-content .section-type {
      font-size: 19px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-name {
      font-size: 42px;
      line-height: 42px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-information {
      font-size: 32px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .btn {
      margin-top: 40px; }

#cart-section,
#my-cart {
  font-size: 19px;
  font-weight: 300;
  position: relative;
  padding-bottom: 45px; }
  #cart-section .product-count,
  #my-cart .product-count {
    margin-bottom: 40px; }
  #cart-section .product,
  #my-cart .product {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc; }
    #cart-section .product .product-title-description,
    #my-cart .product .product-title-description {
      padding: 0 15px 0 50px; }
      #cart-section .product .product-title-description a,
      #my-cart .product .product-title-description a {
        font-size: 14px;
        text-decoration: underline; }
    #cart-section .product .count .form-group,
    #my-cart .product .count .form-group {
      margin-bottom: 0; }
      #cart-section .product .count .form-group input,
      #my-cart .product .count .form-group input {
        display: inline-block;
        width: 60px;
        height: 40px;
        text-align: center;
        vertical-align: middle; }
        #cart-section .product .count .form-group input::-webkit-outer-spin-button, #cart-section .product .count .form-group input::-webkit-inner-spin-button,
        #my-cart .product .count .form-group input::-webkit-outer-spin-button,
        #my-cart .product .count .form-group input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      #cart-section .product .count .form-group .remove-from-cart,
      #my-cart .product .count .form-group .remove-from-cart {
        font-size: 14px; }
        #cart-section .product .count .form-group .remove-from-cart span,
        #my-cart .product .count .form-group .remove-from-cart span {
          text-decoration: underline; }
        #cart-section .product .count .form-group .remove-from-cart i,
        #my-cart .product .count .form-group .remove-from-cart i {
          margin-right: 8px;
          color: #cccccc; }
    #cart-section .product .product-price,
    #my-cart .product .product-price {
      padding-right: 25px; }
    #cart-section .product .product-price,
    #cart-section .product .product-final-price,
    #my-cart .product .product-price,
    #my-cart .product .product-final-price {
      font-size: 24px; }
    #cart-section .product .product-price,
    #cart-section .product .count,
    #cart-section .product .product-final-price,
    #my-cart .product .product-price,
    #my-cart .product .count,
    #my-cart .product .product-final-price {
      text-align: right; }
  #cart-section .promo-gift,
  #my-cart .promo-gift {
    margin: 0; }
  #cart-section .apply-promo-gift, #cart-section .apply-promo-code,
  #my-cart .apply-promo-gift,
  #my-cart .apply-promo-code {
    float: right; }
  #cart-section .total-section,
  #my-cart .total-section {
    margin-top: 30px; }
    #cart-section .total-section .promo-gift .form-group,
    #my-cart .total-section .promo-gift .form-group {
      margin: 0; }
      #cart-section .total-section .promo-gift .form-group input,
      #my-cart .total-section .promo-gift .form-group input {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px; }
      #cart-section .total-section .promo-gift .form-group a,
      #my-cart .total-section .promo-gift .form-group a {
        display: inline-block;
        font-size: 14px;
        padding: 0 5px;
        text-decoration: underline; }
    #cart-section .total-section .promo-gift .promo-gift-message .small-text,
    #my-cart .total-section .promo-gift .promo-gift-message .small-text {
      font-size: 14px; }
      #cart-section .total-section .promo-gift .promo-gift-message .small-text .gift-card-balance,
      #my-cart .total-section .promo-gift .promo-gift-message .small-text .gift-card-balance {
        font-size: 32px; }
    #cart-section .total-section .totals,
    #my-cart .total-section .totals {
      font-size: 16px;
      text-align: right; }
      #cart-section .total-section .totals .promo-gift-total,
      #my-cart .total-section .totals .promo-gift-total {
        color: red; }
      #cart-section .total-section .totals .price-label,
      #my-cart .total-section .totals .price-label {
        font-weight: 600; }
      #cart-section .total-section .totals .price-total,
      #my-cart .total-section .totals .price-total {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #cart-section .total-section .totals .price-total,
          #my-cart .total-section .totals .price-total {
            padding-right: 0; } }
      #cart-section .total-section .totals .grand-total,
      #my-cart .total-section .totals .grand-total {
        margin-top: 20px; }
        #cart-section .total-section .totals .grand-total .price-total,
        #my-cart .total-section .totals .grand-total .price-total {
          font-size: 32px;
          font-weight: 400; }
  #cart-section .cart-buttons,
  #my-cart .cart-buttons {
    text-align: right; }
    #cart-section .cart-buttons a,
    #my-cart .cart-buttons a {
      margin: 5px 0 0 15px; }

.account-details .cart-buttons {
  text-align: right; }
  .account-details .cart-buttons .btn {
    margin-bottom: 15px; }

#my-cart .product {
  margin: 15px 0; }

#my-cart .invoices .totals {
  padding-top: 0; }

.signUpOptions {
  margin-top: 50px;
  margin-bottom: 80px; }
  .signUpOptions .yearly-plan-container {
    font-size: 12px;
    padding: 5px 25px; }
    .signUpOptions .yearly-plan-container .custom-checkbox {
      margin-top: 5px; }
      .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label {
        padding-left: 0;
        padding-top: 25px;
        line-height: 19px;
        color: #ccc; }
        .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:before {
          margin-top: -35px;
          width: 20px;
          height: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:after {
          -webkit-transform: scale(0.75) translateX(-50%);
          transform: scale(0.75) translateX(-50%);
          margin-left: -3px;
          margin-top: -35px;
          left: 50%; }
  .signUpOptions .message-container {
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    padding: 20px 100px;
    font-size: 19px; }
  .signUpOptions .descriptionMobile .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:after {
    margin-left: 0; }
  .signUpOptions.change .option .selectOption {
    cursor: default; }
  .signUpOptions .option {
    position: relative;
    font-size: 19px;
    text-align: center;
    font-weight: 100;
    min-height: 500px;
    padding: 15px;
    border: solid 1px #f2f2f2;
    margin: 0 15px; }
    .signUpOptions .option .selectOption {
      color: #ccc;
      cursor: pointer; }
    .signUpOptions .option .top {
      min-height: 400px; }
    .signUpOptions .option .name {
      font-size: 24px;
      padding: 10px 15px 25px 15px; }
    .signUpOptions .option .price {
      font-size: 68px;
      padding: 0 0 25px 0; }
      .signUpOptions .option .price .interval {
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px; }
    .signUpOptions .option .description {
      padding: 0 15px 25px 15px;
      min-height: 185px; }
    .signUpOptions .option .firstButton .btn {
      display: block;
      margin: 0 10px; }
    .signUpOptions .option .cta {
      text-align: center;
      min-height: 120px; }
      .signUpOptions .option .cta .btn {
        margin-right: 0;
        display: block;
        margin: 0 10px; }
      .signUpOptions .option .cta .moreDetails {
        display: block;
        margin-top: 15px;
        font-size: 14px;
        text-decoration: underline; }
      .signUpOptions .option .cta .inner {
        min-height: 82px; }
      .signUpOptions .option .cta .yearlyPlan {
        font-size: 12px; }
    .signUpOptions .option .mostPopular {
      line-height: 12px;
      padding: 6px 3px;
      margin-bottom: -30px;
      z-index: 999;
      width: 70%;
      border: solid 1px #f2f2f2;
      background-color: #fff;
      color: #ccc;
      font-size: 12px;
      font-weight: 600;
      position: absolute;
      left: 0;
      right: 0;
      top: -15px;
      margin-left: auto;
      margin-right: auto; }
  .signUpOptions .option:hover, .signUpOptions .option:active, .signUpOptions .option.selected {
    background-color: #410099; }
    .signUpOptions .option:hover .selectOption, .signUpOptions .option:active .selectOption, .signUpOptions .option.selected .selectOption {
      color: white; }
    .signUpOptions .option:hover .btn, .signUpOptions .option:active .btn, .signUpOptions .option.selected .btn {
      background: #e30046;
      border-color: #e30046;
      color: #ffffff;
      transition: background-color .0s; }
    .signUpOptions .option:hover .cta .yearlyPlan, .signUpOptions .option:active .cta .yearlyPlan, .signUpOptions .option.selected .cta .yearlyPlan {
      color: white; }
    .signUpOptions .option:hover .cta .moreDetails, .signUpOptions .option:active .cta .moreDetails, .signUpOptions .option.selected .cta .moreDetails {
      color: white; }
    .signUpOptions .option:hover .mostPopular, .signUpOptions .option:active .mostPopular, .signUpOptions .option.selected .mostPopular {
      border: solid 2px #04a1da;
      background-color: #04a1da;
      color: white; }
  .signUpOptions .selectPlanContinue .legal {
    color: #ccc;
    font-size: 12px;
    line-height: 13px; }
  .signUpOptions .comparePlans {
    text-align: left;
    margin-top: 30px; }
    .signUpOptions .comparePlans .feature {
      text-align: center;
      border-bottom: solid 1px #f2f2f2;
      padding: 0s; }
      .signUpOptions .comparePlans .feature .featureName {
        text-align: left;
        margin-bottom: 0px;
        font-size: 19px;
        font-weight: 100;
        padding: 10px 0; }
      .signUpOptions .comparePlans .feature .featureSet {
        color: #ccc; }
        .signUpOptions .comparePlans .feature .featureSet i {
          font-size: 24px;
          color: #ccc; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption {
          padding: 10px 10px; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption:last-child {
          border-right: none; }
        .signUpOptions .comparePlans .feature .featureSet .featureSelected {
          /* option to make things selected */
          color: #410099; }
          .signUpOptions .comparePlans .feature .featureSet .featureSelected i {
            color: #29c405; }
    .signUpOptions .comparePlans .feature:last-child {
      border-bottom: none; }
  .signUpOptions .descriptionMobile {
    padding: 40px 20px; }
    .signUpOptions .descriptionMobile .content {
      display: none; }
      .signUpOptions .descriptionMobile .content.active {
        display: block; }
      .signUpOptions .descriptionMobile .content .name {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 15px; }
    .signUpOptions .descriptionMobile.moreDetails {
      display: block !important; }

.signUpOptions.compareMode .planIntro {
  color: #410099;
  font-size: 32px;
  line-height: 30px;
  padding: 10px 20px 0 15px;
  font-weight: 100;
  text-align: left; }
.signUpOptions.compareMode .option {
  min-height: 170px;
  padding: 15px;
  margin: 0 3px; }
  .signUpOptions.compareMode .option .top {
    min-height: 170px; }
  .signUpOptions.compareMode .option .custom-radio.small label:before {
    left: 6px;
    margin-top: -20px; }
  .signUpOptions.compareMode .option .custom-radio.small label:after {
    left: 9px;
    margin-top: -19px; }

input[type=number] {
  width: 100%;
  -moz-appearance: textfield;
  height: 40px; }
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

#shipping-information label,
#shipping-method label,
#payment-method label {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 10px; }
#shipping-information .link,
#shipping-method .link,
#payment-method .link {
  padding: 0 2px 0px 0;
  text-decoration: underline; }
#shipping-information .form-control,
#shipping-method .form-control,
#payment-method .form-control {
  height: 50px;
  font-size: 19px !important;
  font-weight: 300; }
  #shipping-information .form-control.promo-code,
  #shipping-method .form-control.promo-code,
  #payment-method .form-control.promo-code {
    float: left;
    width: 75%; }
#shipping-information .question-icon,
#shipping-method .question-icon,
#payment-method .question-icon {
  float: right;
  margin-top: -27px;
  font-size: 19px;
  color: #999999; }
#shipping-information .popover.left,
#shipping-method .popover.left,
#payment-method .popover.left {
  margin-left: -11px; }
#shipping-information .custom-radio,
#shipping-method .custom-radio,
#payment-method .custom-radio {
  padding-bottom: 15px; }
#shipping-information textarea,
#shipping-method textarea,
#payment-method textarea {
  max-width: 100%;
  min-height: 150px; }
#shipping-information .cart-buttons,
#shipping-method .cart-buttons,
#payment-method .cart-buttons {
  text-align: right; }
  #shipping-information .cart-buttons .btn,
  #shipping-method .cart-buttons .btn,
  #payment-method .cart-buttons .btn {
    margin: 5px 0 0 15px;
    max-height: 52px; }
    #shipping-information .cart-buttons .btn .ng-show,
    #shipping-method .cart-buttons .btn .ng-show,
    #payment-method .cart-buttons .btn .ng-show {
      display: inline-block; }
#shipping-information .pre-order-items p,
#shipping-method .pre-order-items p,
#payment-method .pre-order-items p {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 60px; }
#shipping-information .payment-top,
#shipping-method .payment-top,
#payment-method .payment-top {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1280px) {
    #shipping-information .payment-top,
    #shipping-method .payment-top,
    #payment-method .payment-top {
      font-size: 10px;
      padding: 10px;
      flex-direction: column; } }
  #shipping-information .payment-top .col,
  #shipping-method .payment-top .col,
  #payment-method .payment-top .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  #shipping-information .payment-top .apply-promo-gift,
  #shipping-method .payment-top .apply-promo-gift,
  #payment-method .payment-top .apply-promo-gift {
    max-width: 110px; }
  #shipping-information .payment-top .row.promo-applied,
  #shipping-method .payment-top .row.promo-applied,
  #payment-method .payment-top .row.promo-applied {
    margin: 5px 17px 0 0;
    background: #f2f2f2;
    padding: 6px;
    text-align: center; }

#video-details h1 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: inherit;
  margin-bottom: 0; }
#video-details h2 {
  font-size: 19px;
  line-height: 19px; }
#video-details h2.show-headline {
  color: #410099; }
#video-details h3.episode-headline {
  font-size: 19px; }
#video-details .description {
  padding: 0 60px 0 0;
  font-size: 18px; }
#video-details .moreDetails {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline; }
#video-details .showMoreDetails {
  margin-top: 10px; }
  #video-details .showMoreDetails h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px; }
  #video-details .showMoreDetails .show-details-values {
    font-size: 16px; }
  #video-details .showMoreDetails .row .show-details-values:first-child {
    margin-top: 20px; }
  #video-details .showMoreDetails img {
    margin-top: 20px; }
#video-details .ratings {
  margin: 10px 0; }
#video-details .video-information {
  margin-bottom: 10px; }
#video-details .video-utilities {
  float: right; }
  #video-details .video-utilities li {
    float: left;
    margin-left: 19px; }
    #video-details .video-utilities li a {
      text-transform: uppercase;
      font-weight: 800; }
      #video-details .video-utilities li a img {
        margin-left: 4px;
        vertical-align: bottom; }
    #video-details .video-utilities li.unfollow-li {
      margin-left: 6px; }
#video-details .videoWatch .continue {
  float: left;
  width: 45%; }
#video-details .videoWatch .spacer {
  float: left;
  width: 10%; }
#video-details .videoWatch .trailer {
  float: left;
  width: 45%; }

.subscription-section {
  text-align: center;
  padding: 100px 0; }
  .subscription-section img {
    margin: 0 auto;
    width: 100%; }
  .subscription-section a.btn {
    margin: 40px 7px 7px 7px; }

@media screen and (min-width: 1600px) {
  .subscription-section a.btn {
    width: calc(33% - 16px); } }
.curated-section {
  position: relative; }
  .curated-section .curated-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    padding: 100px 0;
    min-height: 600px; }

.curated-section.curated-section-short {
  border-top: solid 3px white; }
  .curated-section.curated-section-short .curated-hero {
    min-height: 400px; }
    .curated-section.curated-section-short .curated-hero h1 {
      margin-top: 0px; }

.curated-section.newProducts .curated-hero {
  padding: 400px 30px 50px 30px; }
  .curated-section.newProducts .curated-hero h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  .curated-section.newProducts .curated-hero h2 {
    font-size: 48px; }
  .curated-section.newProducts .curated-hero h3 {
    font-size: 30px;
    margin-top: 20px; }

.quad-section hr {
  border-top: 1px solid #cccccc; }

.out-of-territory .btn {
  padding: 11px 20px 12px;
  margin: 0; }

.showByShowSearch .text {
  font-size: 68px;
  padding-top: 5px;
  line-height: 61px;
  letter-spacing: -2px; }
.showByShowSearch .search {
  position: relative;
  top: 15px; }
.showByShowSearch .btn {
  padding: 11px 20px 12px;
  margin: 0; }
.showByShowSearch input {
  background-color: #f5f5f5;
  border: none;
  float: left; }

.search-results {
  margin-top: 50px; }
  .search-results .filter-category {
    margin: 0 85px 20px 15px;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ccc; }
    .search-results .filter-category .filter {
      padding: 0px 0 10px 0;
      position: relative; }
      .search-results .filter-category .filter input {
        position: absolute;
        top: 0;
        left: 0; }
      .search-results .filter-category .filter span {
        top: 3px;
        left: 20px;
        position: relative;
        line-height: 16px;
        display: block; }
    .search-results .filter-category .seeMore {
      text-decoration: underline; }
  .search-results .filter-category:last-child {
    border-bottom: none; }
  .search-results .search-results-main .viewing-results {
    font-size: 19px;
    margin-bottom: 10px; }
  .search-results .search-results-main .controls {
    border-bottom: solid 1px #ccc;
    height: 34px; }
  .search-results .search-results-main .innerNav {
    margin-bottom: 30px; }
    .search-results .search-results-main .innerNav a {
      font-size: 14px;
      margin-right: 16px; }
  .search-results .search-results-main .panel-show {
    margin-bottom: 50px; }
    .search-results .search-results-main .panel-show .content {
      padding-left: 30px; }
      .search-results .search-results-main .panel-show .content .show-title {
        font-size: 26px;
        padding-bottom: 15px; }
      .search-results .search-results-main .panel-show .content .show-description {
        font-size: 18px;
        padding-bottom: 30px; }
    .search-results .search-results-main .panel-show .view-options a {
      font-size: 16px;
      margin-right: 20px;
      text-decoration: underline; }
  .search-results .search-results-main .panel-forums {
    text-align: left; }
    .search-results .search-results-main .panel-forums .rowForum {
      margin-bottom: 30px; }
      .search-results .search-results-main .panel-forums .rowForum .title {
        font-size: 19px;
        text-decoration: underline; }
      .search-results .search-results-main .panel-forums .rowForum .dateTimeAuthor {
        font-size: 16px;
        text-decoration: underline; }
      .search-results .search-results-main .panel-forums .rowForum .highlight {
        color: #410099;
        font-weight: 600; }

.genre-list {
  float: left;
  width: 100%;
  border-bottom: solid 1px white; }
  .genre-list a {
    min-height: 300px;
    display: block;
    background-color: #555555;
    color: white;
    text-align: center;
    font-size: 32px; }
    .genre-list a .genre {
      padding-top: 130px; }
  .genre-list a:hover {
    background-color: #656565; }

.product-list {
  clear: both; }

.product-list > div[class*="col-"] {
  margin-bottom: 3px; }

.product-list img {
  width: 100%; }

.product-list a img, .quad-container a img {
  opacity: 1; }

.product-list .show-wrapper .show-container {
  position: relative; }
  .product-list .show-wrapper .show-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #410099;
    opacity: 0;
    z-index: 100; }
  .product-list .show-wrapper .show-container .show-details, .product-list .show-wrapper .show-container .product-details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 40px;
    opacity: 0;
    color: #ffffff;
    z-index: 300;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .product-list .show-wrapper .show-container .show-details a, .product-list .show-wrapper .show-container .product-details a {
      color: white; }
    .product-list .show-wrapper .show-container .show-details a.btn:hover, .product-list .show-wrapper .show-container .product-details a.btn:hover {
      color: #e40046; }
    .product-list .show-wrapper .show-container .show-details .description, .product-list .show-wrapper .show-container .product-details .description {
      color: #ffffff;
      font-size: 15px;
      height: auto;
      line-height: 1;
      max-height: 110px; }
    .product-list .show-wrapper .show-container .show-details .ratings, .product-list .show-wrapper .show-container .product-details .ratings {
      max-width: 150px;
      margin: 5px 0; }
    .product-list .show-wrapper .show-container .show-details .info, .product-list .show-wrapper .show-container .product-details .info {
      font-size: 14px;
      font-weight: 400;
      line-height: 1em;
      margin: 5px 0; }
    .product-list .show-wrapper .show-container .show-details .btn, .product-list .show-wrapper .show-container .product-details .btn {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin: 5px 0 0 0; }
    .product-list .show-wrapper .show-container .show-details .show-name, .product-list .show-wrapper .show-container .product-details .show-name {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details .product-name, .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 32px; }
    .product-list .show-wrapper .show-container .show-details .price, .product-list .show-wrapper .show-container .product-details .price {
      float: left;
      padding-right: 25px; }
    .product-list .show-wrapper .show-container .show-details .addToCart, .product-list .show-wrapper .show-container .product-details .addToCart {
      float: left; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      margin: 10px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .moreDetails {
      display: block; }
  .product-list .show-wrapper .show-container .show-details.schedule {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.schedule .description {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .show-details.schedule .info {
      font-size: 14px; }
    .product-list .show-wrapper .show-container .show-details.schedule .btn {
      width: 100%;
      margin: 10px 0; }
    .product-list .show-wrapper .show-container .show-details.schedule .moreDetails {
      display: block; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 15px 40px; }
    .product-list .show-wrapper .show-container .product-details .show-name {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 41px;
      line-height: 41px;
      margin-bottom: 5px; }
    .product-list .show-wrapper .show-container .product-details .addToCart {
      width: 100%; }
  .product-list .show-wrapper .show-container .product-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .show-name {
      display: none; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .product-name {
      font-size: 16px;
      line-height: 16px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .description {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .price {
      font-size: 24px;
      float: none;
      line-height: inherit;
      margin-bottom: 0px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .addToCart {
      float: none; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .btn {
      width: 100%;
      margin: 5px 0 3px 0;
      padding: 5px 3px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .moreDetails {
      display: block; }
.product-list .show-wrapper:hover .show-container:before {
  opacity: 1; }
.product-list .show-wrapper:hover .show-container .show-details, .product-list .show-wrapper:hover .show-container .product-details {
  opacity: 1; }
.product-list .show-wrapper.under-image-description:hover .show-container:before {
  opacity: .9; }
.product-list .show-wrapper.under-image-description .under-image-section {
  color: #333;
  font-size: 18px;
  margin-top: 15px;
  text-align: center; }
.product-list .show-wrapper.under-image-description .product-name, .product-list .show-wrapper.under-image-description .price, .product-list .show-wrapper.under-image-description .show-name
.product-name {
  font-size: 0.8em; }
.product-list .show-wrapper.under-image-description .price {
  font-size: 1.4em; }
  .product-list .show-wrapper.under-image-description .price .retail-price {
    margin-left: 5px; }
.product-list .show-wrapper .product-container-close {
  position: absolute;
  top: 2%;
  right: 2%; }
  .product-list .show-wrapper .product-container-close:hover {
    cursor: pointer; }
.product-list .show-wrapper .product-container-social {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1; }
  .product-list .show-wrapper .product-container-social:hover {
    cursor: pointer; }
  .product-list .show-wrapper .product-container-social .icon-choice {
    top: 53%;
    position: relative; }
.product-list .show-wrapper .product-array-img-wrapper {
  position: relative; }
  .product-list .show-wrapper .product-array-img-wrapper .icon-choices {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    z-index: 1; }
    .product-list .show-wrapper .product-array-img-wrapper .icon-choices .icon-choice {
      cursor: pointer;
      position: relative; }
.product-list .show-wrapper .social-icon {
  width: auto; }
  .product-list .show-wrapper .social-icon:hover {
    opacity: 1; }

.product-array .product-array-img {
  display: inline-block; }
.product-array .product-array-img img {
  display: none; }
.product-array .product-array-img img:first-child {
  display: block; }
.product-array .name li {
  display: none; }
.product-array .name li:first-child {
  display: block; }

.product-list a:hover .name, .quad-container a:hover .name {
  color: #410099; }
.product-list a:hover img, .quad-container a:hover img {
  opacity: .9; }

.name-show,
.name-episode-num,
.name-episode {
  padding-right: 20px;
  font-size: 15px;
  line-height: 17px; }

.name-product {
  padding-right: 20px;
  padding-bottom: 5px; }

.product-list.videos .name {
  font-size: 19px;
  margin-bottom: 0px; }
.product-list.videos .episodeNum {
  font-size: 16px; }
.product-list.videos .episodeName {
  font-size: 16px;
  margin: 0 0 20px 0; }
.product-list.videos a {
  color: black; }
.product-list.videos a:hover {
  color: #410099; }

.product-list .name {
  font-family: 'Open Sans', "Hiragino Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 10px 5px 5px 0; }
.product-list .description {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 16px; }

.product-list .name a:hover {
  color: gray; }

#my-cart.order-confirmation h2 {
  margin-top: 30px; }
  #my-cart.order-confirmation h2:first-child {
    margin-top: 0; }
#my-cart.order-confirmation .order-print {
  margin-top: 20px; }
#my-cart.order-confirmation .order-top-right a {
  text-decoration: underline;
  display: inline-block; }
#my-cart.order-confirmation .order-confirmation-container {
  padding: 0 15px;
  margin-bottom: 75px;
  border: solid 1px #cccccc; }
  #my-cart.order-confirmation .order-confirmation-container.orders, #my-cart.order-confirmation .order-confirmation-container.invoices, #my-cart.order-confirmation .order-confirmation-container.shipment {
    padding: 15px;
    margin-bottom: 0;
    border: none; }
  #my-cart.order-confirmation .order-confirmation-container .order-quantity {
    display: block; }
#my-cart.order-confirmation .order-confirmation-link {
  margin-top: 9px;
  display: inline-block; }
#my-cart.order-confirmation .order-number,
#my-cart.order-confirmation .shipping-information .name,
#my-cart.order-confirmation .shipping-information .address {
  font-size: 19px; }
#my-cart.order-confirmation .table > thead > tr > th {
  border: none;
  font-size: 19px;
  padding: 8px 0; }
#my-cart.order-confirmation .table > tbody > tr {
  border-top: 1px solid #cccccc; }
  #my-cart.order-confirmation .table > tbody > tr.no-border {
    border: 0; }
  #my-cart.order-confirmation .table > tbody > tr.order-details.open {
    display: table-row; }
  #my-cart.order-confirmation .table > tbody > tr.order-details {
    display: none; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(1) {
      width: 11%; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(2) {
      width: 44%; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(3) {
      width: 15%; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(4) {
      width: 15%; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(5) {
      width: 12%; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > tbody > tr td {
      padding-left: 6px; }
    #my-cart.order-confirmation .table > tbody > tr.order-details table.detail > tbody > tr td:nth-child(2) {
      padding-right: 80px; }
  #my-cart.order-confirmation .table > tbody > tr .controls {
    display: none; }
  #my-cart.order-confirmation .table > tbody > tr.open .controls {
    display: block; }
  #my-cart.order-confirmation .table > tbody > tr > th, #my-cart.order-confirmation .table > tbody > tr > td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    border: none; }
  #my-cart.order-confirmation .table > tbody > tr > td {
    height: 60px;
    vertical-align: middle;
    padding: 0; }
#my-cart.order-confirmation .table.detail > thead > tr > th {
  background: #ccc;
  border-right: 1px solid #ffffff;
  border-left: 2px solid #ffffff;
  padding: 4px;
  font-size: 14px;
  white-space: normal; }
  @media screen and (max-width: 767px) {
    #my-cart.order-confirmation .table.detail > thead > tr > th {
      font-size: 12px; } }
#my-cart.order-confirmation .table.detail > tbody > tr {
  border: 0; }
  #my-cart.order-confirmation .table.detail > tbody > tr:first-child > td {
    padding-top: 20px; }
  #my-cart.order-confirmation .table.detail > tbody > tr > td {
    vertical-align: top; }
#my-cart.order-confirmation .total-section {
  margin-top: 10px;
  border-top: 1px solid #cccccc; }
  #my-cart.order-confirmation .total-section .totals {
    border-top: 0; }
    #my-cart.order-confirmation .total-section .totals .price-label,
    #my-cart.order-confirmation .total-section .totals .price-total {
      font-weight: 400; }
#my-cart.order-confirmation .order-confirmation-bottom h2 {
  margin-bottom: 20px; }
#my-cart.order-confirmation .order-confirmation-bottom h3 {
  font-size: 22px; }
#my-cart.order-confirmation .order-confirmation-bottom .shipping-information {
  font-size: 14px; }
  #my-cart.order-confirmation .order-confirmation-bottom .shipping-information .name, #my-cart.order-confirmation .order-confirmation-bottom .shipping-information .address {
    font-size: 14px; }
#my-cart.order-confirmation .order-confirmation-bottom .order-confirmation-bottom-col {
  margin-bottom: 20px;
  padding-right: 20px; }

.showCategoryControls {
  margin: 0px 0 20px 0; }
  .showCategoryControls .right-controls {
    float: right;
    color: #959595;
    display: inline-block;
    font-weight: 300; }
    .showCategoryControls .right-controls .fa-ul {
      float: left; }
    .showCategoryControls .right-controls #OrderBy {
      position: relative;
      border-radius: 0;
      border: 0;
      height: 22px;
      color: #959595; }

.social-section {
  max-height: 1000px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.blog {
  margin-bottom: 50px;
  font-size: 16px; }
  .blog .content {
    padding-left: 50px; }
  .blog .image img {
    width: 100%; }
  .blog h4 {
    font-size: 19px;
    margin-bottom: 15px; }

.fa-ul {
  margin: 0; }
  .fa-ul li {
    display: inline-block;
    float: left;
    font-weight: 300;
    padding-right: 25px;
    margin-right: 15px; }
  .fa-ul .fa-li {
    left: auto;
    top: 5px;
    right: -5px; }

[data-toggle="collapse"] span.hideText {
  display: block; }
[data-toggle="collapse"] span.showText {
  display: none; }
[data-toggle="collapse"].collapsed span.hideText {
  display: none; }
[data-toggle="collapse"].collapsed span.showText {
  display: block; }

.pageNotFound {
  margin: 209px 0 149px 0; }

.pageNotFoundBar a {
  color: black; }

.pageNotFoundFooter {
  margin: 50px 0 0 0; }

.pageNotFoundFooter ul li {
  margin: 0; }

.pageNotFoundFooter ul li a {
  color: black;
  font-size: 12px; }

.pageNotFoundFooter ul li:first-child a {
  font-weight: bold;
  font-size: 14px; }

.border-none {
  border: 0 !important; }

.border-top-none {
  border-top: 0 !important; }

.border-bottom-none {
  border-bottom: 0 !important; }

.shipping-link {
  margin-right: 30px; }

.order-details-tabs .nav-tabs {
  border-bottom: none; }
.order-details-tabs .nav-tabs > li > a {
  border-radius: 0;
  background-color: #e7e7e7;
  margin-right: 0;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #000000;
  font-size: 14px;
  padding: 5px 20px; }
.order-details-tabs .nav-tabs > li.active > a, .order-details-tabs .nav-tabs > li.active > a:hover, .order-details-tabs .nav-tabs > li.active > a:focus {
  border-color: #cccccc;
  background-color: #ffffff;
  border-left: none; }
.order-details-tabs .nav-tabs > li:first-child > a, .order-details-tabs .nav-tabs > li:first-child > a:hover, .order-details-tabs .nav-tabs > li.active:first-child > a:focus {
  border-left: solid 1px #cccccc; }

.tab-content.details-history {
  margin-top: 0 !important;
  border: solid 1px #cccccc;
  margin-bottom: 50px; }
  .tab-content.details-history h2 {
    margin-top: 15px !important;
    margin-left: 15px !important; }
.tab-content #invoices .order-number {
  margin-left: 15px; }
.tab-content #invoices .total-section {
  padding-bottom: 15px;
  border-top: none;
  border-bottom: solid 1px #cccccc; }
  .tab-content #invoices .total-section .grand-total .price-total {
    font-size: 19px; }
.tab-content #invoices .invoices-item:last-child .total-section {
  border: none; }
.tab-content #order-shipments .order-number {
  margin-left: 15px; }
.tab-content #order-shipments .total-section {
  padding-bottom: 15px;
  border-top: none;
  border-bottom: solid 1px #cccccc; }
  .tab-content #order-shipments .total-section .grand-total .price-total {
    font-size: 19px; }
.tab-content #order-shipments .shipment-item:last-child .total-section {
  border: none; }
.tab-content #order-shipments .order-confirmation-table {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 15px; }
.tab-content #order-shipments .shipment-item:last-child .order-confirmation-table {
  border-bottom: none; }

#modal-shipping .modal-dialog {
  padding-top: 90px; }
  #modal-shipping .modal-dialog .modal-header {
    border-bottom: none; }
  #modal-shipping .modal-dialog .modal-title__blue {
    color: blue; }
  #modal-shipping .modal-dialog .modal-title__red {
    color: red; }
  #modal-shipping .modal-dialog table {
    margin: 10px 0; }
  #modal-shipping .modal-dialog table td {
    text-align: center;
    padding-right: 25px; }

#modal-report {
  margin-top: 72px; }
  #modal-report .modal-dialog .modal-header {
    border-bottom: none; }
  #modal-report .modal-dialog .modal-body {
    padding: 30px 70px 40px 70px; }
  #modal-report .modal-report-question {
    font-size: 20px;
    margin-top: 20px; }
  #modal-report input[type="submit"] {
    display: inline;
    border: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    font-weight: 300;
    color: #410099;
    margin-right: 10px;
    text-decoration: underline; }
    #modal-report input[type="submit"]:hover {
      color: #e30046; }
  #modal-report .controls a {
    text-decoration: underline; }
  #modal-report .modal-close {
    text-decoration: underline; }
  #modal-report .modal-report-response {
    display: none; }

@media screen and (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
#lights {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8998; }

#player {
  position: relative;
  z-index: 8999; }

/* Digital copy icon on product details */
.digital-copy {
  background: url("/static/img/icons/dc.svg");
  width: 38px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 3px; }

.branded-nav-tabs.nav-tabs {
  border: none;
  text-align: center; }
  .branded-nav-tabs.nav-tabs > li {
    margin-bottom: 0;
    display: inline-block;
    float: none; }
    .branded-nav-tabs.nav-tabs > li > a {
      padding: 0 0 5px 0;
      margin-right: 20px;
      border: none;
      font-size: 19px;
      color: #cccccc;
      border-bottom: 2px solid transparent;
      transition: color .3s, border-bottom .3s; }
      .branded-nav-tabs.nav-tabs > li > a:focus, .branded-nav-tabs.nav-tabs > li > a:hover {
        background: none;
        padding: 0 0 5px 0;
        border: none;
        border-bottom: 2px solid #000000;
        color: #000000; }
    .branded-nav-tabs.nav-tabs > li.active > a {
      padding-bottom: 5px;
      border: none;
      border-bottom: 2px solid #000000;
      color: #000000; }

.thankYouAccountInfo .promo-applied {
  font-size: 11px;
  position: relative; }
  .thankYouAccountInfo .promo-applied span {
    color: #24b75f; }
.thankYouAccountInfo .tax-error {
  text-align: center; }

div.lazy::after, a.lazy::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP89B8AAukB8/71MdcAAAAASUVORK5CYII=");
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 500s ease-in-out;
  transition: opacity 400ms ease-in-out; }

.spotlight-section {
  position: relative; }
  .spotlight-section .spotlight-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; }
    .spotlight-section .spotlight-slider .slide .content {
      text-align: right;
      color: #ffffff;
      margin-top: 320px; }
      .spotlight-section .spotlight-slider .slide .content h2 {
        margin: 0 0 15px 0; }
      .spotlight-section .spotlight-slider .slide .content h3 {
        margin: 0 0 15px 0; }
      .spotlight-section .spotlight-slider .slide .content .btn {
        margin-top: 35px; }
    .spotlight-section .spotlight-slider .slide .content-left {
      text-align: left; }
  .spotlight-section.withArrows .spotlight-slider .slide .content {
    text-align: center;
    margin: 110px 0; }

#shop-product-spotlight .curated-hero {
  min-height: 600px; }
  #shop-product-spotlight .curated-hero .spotlight-container {
    bottom: 12%;
    position: absolute;
    width: 100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
    #shop-product-spotlight .curated-hero .spotlight-container h1 {
      font-size: 68px; }

.spotlight-section.mtFull.withArrows {
  margin-top: 0; }
  .spotlight-section.mtFull.withArrows .spotlight-slider .slide {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
    min-height: 536px; }
    .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content {
      left: 75px;
      margin: 0;
      min-height: inherit;
      padding: 0;
      position: relative;
      text-align: left;
      top: 90px;
      width: 100%;
      transform: translateY(0%);
      -webkit-transform: translateY(0%); }
      .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content h1 {
        font-size: 68px;
        line-height: 48px; }
      .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content h3 {
        font-size: 19px;
        line-height: 20px; }

.curated-section {
  position: relative; }
  .curated-section .curated-hero-clickthru {
    display: block;
    color: #fff; }
    .curated-section .curated-hero-clickthru:hover, .curated-section .curated-hero-clickthru:active, .curated-section .curated-hero-clickthru:focus {
      color: #e30046; }
  .curated-section .curated-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    padding: 100px 0;
    min-height: 600px; }
    .curated-section .curated-hero .curated-hero-container {
      position: relative;
      min-height: 400px; }
    .curated-section .curated-hero .curated-hero-container.home {
      min-height: 550px; }
    .curated-section .curated-hero .vertical-align {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .curated-section .curated-hero h1 {
      margin-top: 0px; }
    .curated-section .curated-hero a.btn {
      float: left;
      margin-top: 40px;
      margin-right: 15px; }
    .curated-section .curated-hero a.btn span {
      font-size: 100%;
      top: -1px;
      position: relative; }
  .curated-section .curated-container {
    position: relative;
    height: 184px;
    overflow: hidden; }
    .curated-section .curated-container .curated-slider .show {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .curated-section .curated-container .curated-slider .show:after {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        transition: background-color .3s; }
      .curated-section .curated-container .curated-slider .show:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
      .curated-section .curated-container .curated-slider .show a {
        padding: 80px 0;
        display: block;
        text-align: center;
        color: #ffffff;
        position: relative;
        z-index: 100;
        font-size: 18px; }

.social-section {
  padding: 0; }
  .social-section .social-container {
    position: relative; }
    .social-section .social-container .bx-wrapper {
      margin-top: 100px; }
      .social-section .social-container .bx-wrapper .social-post {
        padding: 1px; }
        .social-section .social-container .bx-wrapper .social-post .social-image {
          height: 230px;
          background: #999999; }
        .social-section .social-container .bx-wrapper .social-post .social-content {
          padding: 15px;
          background: #410099;
          color: #ffffff;
          transition: color .3s, background-color .3s; }
          .social-section .social-container .bx-wrapper .social-post .social-content a {
            color: #ffffff;
            text-decoration: underline;
            transition: color .3s; }
        .social-section .social-container .bx-wrapper .social-post:hover .social-content, .social-section .social-container .bx-wrapper .social-post:focus .social-content {
          background: #ffffff;
          color: #000000; }
          .social-section .social-container .bx-wrapper .social-post:hover .social-content a, .social-section .social-container .bx-wrapper .social-post:focus .social-content a {
            color: #00a4df; }

.questionaire-container {
  margin-bottom: 60px; }
  .questionaire-container .questionaire {
    height: auto;
    min-height: 310px;
    max-height: 310px;
    padding: 40px !important; }
    .questionaire-container .questionaire .custom-radio {
      margin: 8px 0 5px 0; }

.product-section,
.questionaire-section {
  padding: 0; }
  .product-section .product-container,
  .product-section .questionaire-container,
  .questionaire-section .product-container,
  .questionaire-section .questionaire-container {
    position: relative; }
    .product-section .product-container .product-slider .product,
    .product-section .product-container .product-slider .questionaire,
    .product-section .product-container .questionaire-slider .product,
    .product-section .product-container .questionaire-slider .questionaire,
    .product-section .questionaire-container .product-slider .product,
    .product-section .questionaire-container .product-slider .questionaire,
    .product-section .questionaire-container .questionaire-slider .product,
    .product-section .questionaire-container .questionaire-slider .questionaire,
    .questionaire-section .product-container .product-slider .product,
    .questionaire-section .product-container .product-slider .questionaire,
    .questionaire-section .product-container .questionaire-slider .product,
    .questionaire-section .product-container .questionaire-slider .questionaire,
    .questionaire-section .questionaire-container .product-slider .product,
    .questionaire-section .questionaire-container .product-slider .questionaire,
    .questionaire-section .questionaire-container .questionaire-slider .product,
    .questionaire-section .questionaire-container .questionaire-slider .questionaire {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      color: #ffffff;
      font-weight: 300;
      border: 1px solid #ffffff;
      border-top: 2px solid #ffffff;
      border-bottom: 0; }
      .product-section .product-container .product-slider .product:hover .product-content, .product-section .product-container .product-slider .product:focus .product-content,
      .product-section .product-container .product-slider .questionaire:hover .product-content,
      .product-section .product-container .product-slider .questionaire:focus .product-content,
      .product-section .product-container .questionaire-slider .product:hover .product-content,
      .product-section .product-container .questionaire-slider .product:focus .product-content,
      .product-section .product-container .questionaire-slider .questionaire:hover .product-content,
      .product-section .product-container .questionaire-slider .questionaire:focus .product-content,
      .product-section .questionaire-container .product-slider .product:hover .product-content,
      .product-section .questionaire-container .product-slider .product:focus .product-content,
      .product-section .questionaire-container .product-slider .questionaire:hover .product-content,
      .product-section .questionaire-container .product-slider .questionaire:focus .product-content,
      .product-section .questionaire-container .questionaire-slider .product:hover .product-content,
      .product-section .questionaire-container .questionaire-slider .product:focus .product-content,
      .product-section .questionaire-container .questionaire-slider .questionaire:hover .product-content,
      .product-section .questionaire-container .questionaire-slider .questionaire:focus .product-content,
      .questionaire-section .product-container .product-slider .product:hover .product-content,
      .questionaire-section .product-container .product-slider .product:focus .product-content,
      .questionaire-section .product-container .product-slider .questionaire:hover .product-content,
      .questionaire-section .product-container .product-slider .questionaire:focus .product-content,
      .questionaire-section .product-container .questionaire-slider .product:hover .product-content,
      .questionaire-section .product-container .questionaire-slider .product:focus .product-content,
      .questionaire-section .product-container .questionaire-slider .questionaire:hover .product-content,
      .questionaire-section .product-container .questionaire-slider .questionaire:focus .product-content,
      .questionaire-section .questionaire-container .product-slider .product:hover .product-content,
      .questionaire-section .questionaire-container .product-slider .product:focus .product-content,
      .questionaire-section .questionaire-container .product-slider .questionaire:hover .product-content,
      .questionaire-section .questionaire-container .product-slider .questionaire:focus .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .product:hover .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .product:focus .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire:hover .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire:focus .product-content {
        opacity: 1; }
      .product-section .product-container .product-slider .product .question,
      .product-section .product-container .product-slider .questionaire .question,
      .product-section .product-container .questionaire-slider .product .question,
      .product-section .product-container .questionaire-slider .questionaire .question,
      .product-section .questionaire-container .product-slider .product .question,
      .product-section .questionaire-container .product-slider .questionaire .question,
      .product-section .questionaire-container .questionaire-slider .product .question,
      .product-section .questionaire-container .questionaire-slider .questionaire .question,
      .questionaire-section .product-container .product-slider .product .question,
      .questionaire-section .product-container .product-slider .questionaire .question,
      .questionaire-section .product-container .questionaire-slider .product .question,
      .questionaire-section .product-container .questionaire-slider .questionaire .question,
      .questionaire-section .questionaire-container .product-slider .product .question,
      .questionaire-section .questionaire-container .product-slider .questionaire .question,
      .questionaire-section .questionaire-container .questionaire-slider .product .question,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire .question {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 20px; }
      .product-section .product-container .product-slider .product label,
      .product-section .product-container .product-slider .questionaire label,
      .product-section .product-container .questionaire-slider .product label,
      .product-section .product-container .questionaire-slider .questionaire label,
      .product-section .questionaire-container .product-slider .product label,
      .product-section .questionaire-container .product-slider .questionaire label,
      .product-section .questionaire-container .questionaire-slider .product label,
      .product-section .questionaire-container .questionaire-slider .questionaire label,
      .questionaire-section .product-container .product-slider .product label,
      .questionaire-section .product-container .product-slider .questionaire label,
      .questionaire-section .product-container .questionaire-slider .product label,
      .questionaire-section .product-container .questionaire-slider .questionaire label,
      .questionaire-section .questionaire-container .product-slider .product label,
      .questionaire-section .questionaire-container .product-slider .questionaire label,
      .questionaire-section .questionaire-container .questionaire-slider .product label,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire label {
        font-size: 14px; }
      .product-section .product-container .product-slider .product .question-item,
      .product-section .product-container .product-slider .questionaire .question-item,
      .product-section .product-container .questionaire-slider .product .question-item,
      .product-section .product-container .questionaire-slider .questionaire .question-item,
      .product-section .questionaire-container .product-slider .product .question-item,
      .product-section .questionaire-container .product-slider .questionaire .question-item,
      .product-section .questionaire-container .questionaire-slider .product .question-item,
      .product-section .questionaire-container .questionaire-slider .questionaire .question-item,
      .questionaire-section .product-container .product-slider .product .question-item,
      .questionaire-section .product-container .product-slider .questionaire .question-item,
      .questionaire-section .product-container .questionaire-slider .product .question-item,
      .questionaire-section .product-container .questionaire-slider .questionaire .question-item,
      .questionaire-section .questionaire-container .product-slider .product .question-item,
      .questionaire-section .questionaire-container .product-slider .questionaire .question-item,
      .questionaire-section .questionaire-container .questionaire-slider .product .question-item,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire .question-item {
        display: none; }
      .product-section .product-container .product-slider .product .question-item:first-child,
      .product-section .product-container .product-slider .questionaire .question-item:first-child,
      .product-section .product-container .questionaire-slider .product .question-item:first-child,
      .product-section .product-container .questionaire-slider .questionaire .question-item:first-child,
      .product-section .questionaire-container .product-slider .product .question-item:first-child,
      .product-section .questionaire-container .product-slider .questionaire .question-item:first-child,
      .product-section .questionaire-container .questionaire-slider .product .question-item:first-child,
      .product-section .questionaire-container .questionaire-slider .questionaire .question-item:first-child,
      .questionaire-section .product-container .product-slider .product .question-item:first-child,
      .questionaire-section .product-container .product-slider .questionaire .question-item:first-child,
      .questionaire-section .product-container .questionaire-slider .product .question-item:first-child,
      .questionaire-section .product-container .questionaire-slider .questionaire .question-item:first-child,
      .questionaire-section .questionaire-container .product-slider .product .question-item:first-child,
      .questionaire-section .questionaire-container .product-slider .questionaire .question-item:first-child,
      .questionaire-section .questionaire-container .questionaire-slider .product .question-item:first-child,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire .question-item:first-child {
        display: block; }
      .product-section .product-container .product-slider .product .product-content,
      .product-section .product-container .product-slider .questionaire .product-content,
      .product-section .product-container .questionaire-slider .product .product-content,
      .product-section .product-container .questionaire-slider .questionaire .product-content,
      .product-section .questionaire-container .product-slider .product .product-content,
      .product-section .questionaire-container .product-slider .questionaire .product-content,
      .product-section .questionaire-container .questionaire-slider .product .product-content,
      .product-section .questionaire-container .questionaire-slider .questionaire .product-content,
      .questionaire-section .product-container .product-slider .product .product-content,
      .questionaire-section .product-container .product-slider .questionaire .product-content,
      .questionaire-section .product-container .questionaire-slider .product .product-content,
      .questionaire-section .product-container .questionaire-slider .questionaire .product-content,
      .questionaire-section .questionaire-container .product-slider .product .product-content,
      .questionaire-section .questionaire-container .product-slider .questionaire .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .product .product-content,
      .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content {
        padding: 50px 100px;
        background: #410099;
        opacity: 0;
        transition: opacity .3s; }
        .product-section .product-container .product-slider .product .product-content .show-name,
        .product-section .product-container .product-slider .questionaire .product-content .show-name,
        .product-section .product-container .questionaire-slider .product .product-content .show-name,
        .product-section .product-container .questionaire-slider .questionaire .product-content .show-name,
        .product-section .questionaire-container .product-slider .product .product-content .show-name,
        .product-section .questionaire-container .product-slider .questionaire .product-content .show-name,
        .product-section .questionaire-container .questionaire-slider .product .product-content .show-name,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .show-name,
        .questionaire-section .product-container .product-slider .product .product-content .show-name,
        .questionaire-section .product-container .product-slider .questionaire .product-content .show-name,
        .questionaire-section .product-container .questionaire-slider .product .product-content .show-name,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .show-name,
        .questionaire-section .questionaire-container .product-slider .product .product-content .show-name,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .show-name,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .show-name,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .show-name {
          font-size: 19px; }
        .product-section .product-container .product-slider .product .product-content .product-name,
        .product-section .product-container .product-slider .questionaire .product-content .product-name,
        .product-section .product-container .questionaire-slider .product .product-content .product-name,
        .product-section .product-container .questionaire-slider .questionaire .product-content .product-name,
        .product-section .questionaire-container .product-slider .product .product-content .product-name,
        .product-section .questionaire-container .product-slider .questionaire .product-content .product-name,
        .product-section .questionaire-container .questionaire-slider .product .product-content .product-name,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .product-name,
        .questionaire-section .product-container .product-slider .product .product-content .product-name,
        .questionaire-section .product-container .product-slider .questionaire .product-content .product-name,
        .questionaire-section .product-container .questionaire-slider .product .product-content .product-name,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .product-name,
        .questionaire-section .questionaire-container .product-slider .product .product-content .product-name,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .product-name,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .product-name,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .product-name {
          font-size: 32px;
          line-height: 32px; }
        .product-section .product-container .product-slider .product .product-content .description,
        .product-section .product-container .product-slider .questionaire .product-content .description,
        .product-section .product-container .questionaire-slider .product .product-content .description,
        .product-section .product-container .questionaire-slider .questionaire .product-content .description,
        .product-section .questionaire-container .product-slider .product .product-content .description,
        .product-section .questionaire-container .product-slider .questionaire .product-content .description,
        .product-section .questionaire-container .questionaire-slider .product .product-content .description,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .description,
        .questionaire-section .product-container .product-slider .product .product-content .description,
        .questionaire-section .product-container .product-slider .questionaire .product-content .description,
        .questionaire-section .product-container .questionaire-slider .product .product-content .description,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .description,
        .questionaire-section .questionaire-container .product-slider .product .product-content .description,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .description,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .description,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .description {
          font-size: 19px; }
        .product-section .product-container .product-slider .product .product-content .rating,
        .product-section .product-container .product-slider .questionaire .product-content .rating,
        .product-section .product-container .questionaire-slider .product .product-content .rating,
        .product-section .product-container .questionaire-slider .questionaire .product-content .rating,
        .product-section .questionaire-container .product-slider .product .product-content .rating,
        .product-section .questionaire-container .product-slider .questionaire .product-content .rating,
        .product-section .questionaire-container .questionaire-slider .product .product-content .rating,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .rating,
        .questionaire-section .product-container .product-slider .product .product-content .rating,
        .questionaire-section .product-container .product-slider .questionaire .product-content .rating,
        .questionaire-section .product-container .questionaire-slider .product .product-content .rating,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .rating,
        .questionaire-section .questionaire-container .product-slider .product .product-content .rating,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .rating,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .rating,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .rating {
          margin-bottom: 10px; }
        .product-section .product-container .product-slider .product .product-content .price,
        .product-section .product-container .product-slider .questionaire .product-content .price,
        .product-section .product-container .questionaire-slider .product .product-content .price,
        .product-section .product-container .questionaire-slider .questionaire .product-content .price,
        .product-section .questionaire-container .product-slider .product .product-content .price,
        .product-section .questionaire-container .product-slider .questionaire .product-content .price,
        .product-section .questionaire-container .questionaire-slider .product .product-content .price,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .price,
        .questionaire-section .product-container .product-slider .product .product-content .price,
        .questionaire-section .product-container .product-slider .questionaire .product-content .price,
        .questionaire-section .product-container .questionaire-slider .product .product-content .price,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .price,
        .questionaire-section .questionaire-container .product-slider .product .product-content .price,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .price,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .price,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .price {
          font-size: 40px; }
          .product-section .product-container .product-slider .product .product-content .price sup,
          .product-section .product-container .product-slider .questionaire .product-content .price sup,
          .product-section .product-container .questionaire-slider .product .product-content .price sup,
          .product-section .product-container .questionaire-slider .questionaire .product-content .price sup,
          .product-section .questionaire-container .product-slider .product .product-content .price sup,
          .product-section .questionaire-container .product-slider .questionaire .product-content .price sup,
          .product-section .questionaire-container .questionaire-slider .product .product-content .price sup,
          .product-section .questionaire-container .questionaire-slider .questionaire .product-content .price sup,
          .questionaire-section .product-container .product-slider .product .product-content .price sup,
          .questionaire-section .product-container .product-slider .questionaire .product-content .price sup,
          .questionaire-section .product-container .questionaire-slider .product .product-content .price sup,
          .questionaire-section .product-container .questionaire-slider .questionaire .product-content .price sup,
          .questionaire-section .questionaire-container .product-slider .product .product-content .price sup,
          .questionaire-section .questionaire-container .product-slider .questionaire .product-content .price sup,
          .questionaire-section .questionaire-container .questionaire-slider .product .product-content .price sup,
          .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .price sup {
            vertical-align: super;
            font-size: 47%;
            top: -2px; }
        .product-section .product-container .product-slider .product .product-content .btn,
        .product-section .product-container .product-slider .questionaire .product-content .btn,
        .product-section .product-container .questionaire-slider .product .product-content .btn,
        .product-section .product-container .questionaire-slider .questionaire .product-content .btn,
        .product-section .questionaire-container .product-slider .product .product-content .btn,
        .product-section .questionaire-container .product-slider .questionaire .product-content .btn,
        .product-section .questionaire-container .questionaire-slider .product .product-content .btn,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .btn,
        .questionaire-section .product-container .product-slider .product .product-content .btn,
        .questionaire-section .product-container .product-slider .questionaire .product-content .btn,
        .questionaire-section .product-container .questionaire-slider .product .product-content .btn,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .btn,
        .questionaire-section .questionaire-container .product-slider .product .product-content .btn,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .btn,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .btn,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .btn {
          font-size: 14px;
          padding: 13px 16px; }
        .product-section .product-container .product-slider .product .product-content .btn:hover,
        .product-section .product-container .product-slider .questionaire .product-content .btn:hover,
        .product-section .product-container .questionaire-slider .product .product-content .btn:hover,
        .product-section .product-container .questionaire-slider .questionaire .product-content .btn:hover,
        .product-section .questionaire-container .product-slider .product .product-content .btn:hover,
        .product-section .questionaire-container .product-slider .questionaire .product-content .btn:hover,
        .product-section .questionaire-container .questionaire-slider .product .product-content .btn:hover,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content .btn:hover,
        .questionaire-section .product-container .product-slider .product .product-content .btn:hover,
        .questionaire-section .product-container .product-slider .questionaire .product-content .btn:hover,
        .questionaire-section .product-container .questionaire-slider .product .product-content .btn:hover,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content .btn:hover,
        .questionaire-section .questionaire-container .product-slider .product .product-content .btn:hover,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content .btn:hover,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content .btn:hover,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content .btn:hover {
          color: #e40046; }
        .product-section .product-container .product-slider .product .product-content a,
        .product-section .product-container .product-slider .questionaire .product-content a,
        .product-section .product-container .questionaire-slider .product .product-content a,
        .product-section .product-container .questionaire-slider .questionaire .product-content a,
        .product-section .questionaire-container .product-slider .product .product-content a,
        .product-section .questionaire-container .product-slider .questionaire .product-content a,
        .product-section .questionaire-container .questionaire-slider .product .product-content a,
        .product-section .questionaire-container .questionaire-slider .questionaire .product-content a,
        .questionaire-section .product-container .product-slider .product .product-content a,
        .questionaire-section .product-container .product-slider .questionaire .product-content a,
        .questionaire-section .product-container .questionaire-slider .product .product-content a,
        .questionaire-section .product-container .questionaire-slider .questionaire .product-content a,
        .questionaire-section .questionaire-container .product-slider .product .product-content a,
        .questionaire-section .questionaire-container .product-slider .questionaire .product-content a,
        .questionaire-section .questionaire-container .questionaire-slider .product .product-content a,
        .questionaire-section .questionaire-container .questionaire-slider .questionaire .product-content a {
          color: white; }
  .product-section .questionaire-container.last-slide .slider-control.prev, .product-section .questionaire-container.last-slide .slider-control.next,
  .questionaire-section .questionaire-container.last-slide .slider-control.prev,
  .questionaire-section .questionaire-container.last-slide .slider-control.next {
    display: none; }

.show-listing-section,
.show-listing-section-alt-1,
.show-listing-section-alt-2 {
  position: relative; }
  .show-listing-section .show-listing-slider .show,
  .show-listing-section .show-listing-slider-alt-1 .show,
  .show-listing-section .show-listing-slider-alt-2 .show,
  .show-listing-section-alt-1 .show-listing-slider .show,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show,
  .show-listing-section-alt-2 .show-listing-slider .show,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 245px; }
    .show-listing-section .show-listing-slider .show.top,
    .show-listing-section .show-listing-slider-alt-1 .show.top,
    .show-listing-section .show-listing-slider-alt-2 .show.top,
    .show-listing-section-alt-1 .show-listing-slider .show.top,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.top,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show.top,
    .show-listing-section-alt-2 .show-listing-slider .show.top,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show.top,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.top {
      background-position-y: top !important; }
    .show-listing-section .show-listing-slider .show.alt,
    .show-listing-section .show-listing-slider-alt-1 .show.alt,
    .show-listing-section .show-listing-slider-alt-2 .show.alt,
    .show-listing-section-alt-1 .show-listing-slider .show.alt,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show.alt,
    .show-listing-section-alt-2 .show-listing-slider .show.alt,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show.alt,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt {
      height: 490px !important; }
      .show-listing-section .show-listing-slider .show.alt .show-wrapper .show-details-container,
      .show-listing-section .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
      .show-listing-section .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-1 .show-listing-slider .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-1 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-2 .show-listing-slider .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-2 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
      .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container {
        height: 490px; }
    .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container {
      height: 245px;
      position: relative; }
      .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container:before,
      .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container:before,
      .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container:before,
      .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #410099;
        opacity: 0;
        z-index: 100; }
      .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details,
      .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 15px 60px;
        opacity: 0;
        color: #ffffff;
        z-index: 3000;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details a,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details a {
          color: #ffffff; }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description {
          font-size: 24px;
          line-height: 30px; }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .ratings {
          max-width: 150px;
          margin: 10px 0; }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info {
          font-size: 14px;
          font-weight: 400; }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn {
          position: relative;
          padding: 10px 15px;
          margin: 5px 0 0 0;
          height: auto;
          width: auto; }
        .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .btn:hover,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .btn:hover {
          color: #e40046; }
    .show-listing-section .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before {
      opacity: 1; }
    .show-listing-section .show-listing-slider .show .show-wrapper:hover .show-details,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details {
      opacity: 1; }
    .show-listing-section .show-listing-slider .show a .content,
    .show-listing-section .show-listing-slider-alt-1 .show a .content,
    .show-listing-section .show-listing-slider-alt-2 .show a .content,
    .show-listing-section-alt-1 .show-listing-slider .show a .content,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show a .content,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show a .content,
    .show-listing-section-alt-2 .show-listing-slider .show a .content,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show a .content,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show a .content {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      font-size: 24px;
      font-weight: 300;
      color: #ffffff;
      width: 80%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container .show-details {
  padding: 15px 90px; }

.show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details {
  padding: 15px 160px; }

.show-listing-section .show-listing-container .show-listing.slider-control.prev, .show-listing-section .show-listing-container .show-listing.slider-control.next {
  /*height: 75px;*/
  top: 43.45%;
  z-index: 10000;
  /*width: 75px;*/ }

.featured-show-container,
.featured-show-2-container {
  position: relative; }
  .featured-show-container .featured-show-slider .slide,
  .featured-show-container .featured-show-2-slider .slide,
  .featured-show-2-container .featured-show-slider .slide,
  .featured-show-2-container .featured-show-2-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 716px; }
    .featured-show-container .featured-show-slider .slide .show,
    .featured-show-container .featured-show-2-slider .slide .show,
    .featured-show-2-container .featured-show-slider .slide .show,
    .featured-show-2-container .featured-show-2-slider .slide .show {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 716px;
      color: #ffffff; }
      .featured-show-container .featured-show-slider .slide .show .content,
      .featured-show-container .featured-show-2-slider .slide .show .content,
      .featured-show-2-container .featured-show-slider .slide .show .content,
      .featured-show-2-container .featured-show-2-slider .slide .show .content {
        position: absolute;
        bottom: 60px;
        width: 100%;
        padding: 0 70px; }
        .featured-show-container .featured-show-slider .slide .show .content h2,
        .featured-show-container .featured-show-2-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h2 {
          font-size: 48px;
          font-weight: 300;
          line-height: 68px; }
        .featured-show-container .featured-show-slider .slide .show .content h3,
        .featured-show-container .featured-show-2-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h3 {
          font-size: 19px;
          font-weight: 300;
          line-height: 32px;
          margin-bottom: 10px; }
        .featured-show-container .featured-show-slider .slide .show .content .btn,
        .featured-show-container .featured-show-2-slider .slide .show .content .btn,
        .featured-show-2-container .featured-show-slider .slide .show .content .btn,
        .featured-show-2-container .featured-show-2-slider .slide .show .content .btn {
          margin-top: 40px; }
    .featured-show-container .featured-show-slider .slide .product-1,
    .featured-show-container .featured-show-slider .slide .product-2,
    .featured-show-container .featured-show-slider .slide .product-3,
    .featured-show-container .featured-show-2-slider .slide .product-1,
    .featured-show-container .featured-show-2-slider .slide .product-2,
    .featured-show-container .featured-show-2-slider .slide .product-3,
    .featured-show-2-container .featured-show-slider .slide .product-1,
    .featured-show-2-container .featured-show-slider .slide .product-2,
    .featured-show-2-container .featured-show-slider .slide .product-3,
    .featured-show-2-container .featured-show-2-slider .slide .product-1,
    .featured-show-2-container .featured-show-2-slider .slide .product-2,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 {
      background-color: #F2F2F2;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 358px; }
      .featured-show-container .featured-show-slider .slide .product-1:hover .product-content,
      .featured-show-container .featured-show-slider .slide .product-2:hover .product-content,
      .featured-show-container .featured-show-slider .slide .product-3:hover .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-1:hover .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-2:hover .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-3:hover .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-1:hover .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-2:hover .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-3:hover .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-1:hover .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-2:hover .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-3:hover .product-content {
        opacity: 1; }
      .featured-show-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
        padding: 50px 100px;
        background: #410099;
        color: #ffffff;
        opacity: 0;
        transition: opacity .3s;
        height: 358px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .show-name,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .show-name,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .show-name {
          font-size: 19px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .product-name,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .product-name,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .product-name {
          font-size: 36px;
          line-height: 36px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .description,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .description,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .description,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .description,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .description,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .description,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .description,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .description,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .description,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .description,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .description,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .description {
          font-size: 19px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .rating,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .rating,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .rating,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .rating,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .rating,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .rating,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .rating,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .rating,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .rating,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .rating,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .rating,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .rating {
          margin-bottom: 10px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .price,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .price,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .price,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .price,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .price,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .price,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .price,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .price,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .price,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .price,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .price,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .price {
          font-size: 41px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .btn,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .btn,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .btn,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .btn,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .btn,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .btn,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .btn,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .btn,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .btn,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .btn,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .btn,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .btn {
          font-size: 14px;
          padding: 13px 16px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .btn:hover,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .btn:hover,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .btn:hover,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .btn:hover,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .btn:hover,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .btn:hover,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .btn:hover,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .btn:hover,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .btn:hover,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .btn:hover,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .btn:hover,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .btn:hover {
          color: #e40046; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content a,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content a,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content a,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content a,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content a,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content a,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content a,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content a,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content a,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content a,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content a,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content a {
          color: white; }

.featured-show-2-container .featured-show-2-slider .slide {
  height: 780px;
  margin-bottom: 53px; }
  .featured-show-2-container .featured-show-2-slider .slide .show {
    height: 780px; }
  .featured-show-2-container .featured-show-2-slider .slide .product-1,
  .featured-show-2-container .featured-show-2-slider .slide .product-2,
  .featured-show-2-container .featured-show-2-slider .slide .product-3 {
    height: 260px; }
    .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
      padding: 40px;
      height: 260px; }
  .featured-show-2-container .featured-show-2-slider .slide .forum {
    background-color: #e6e6e6; }

.featured-show-2-container .featured-show-2-slider .slide .product-2.content .product-content {
  padding: 50px 40px;
  background: #ffffff;
  color: #000000;
  font-size: 19px;
  line-height: 27px;
  opacity: 1; }
  .featured-show-2-container .featured-show-2-slider .slide .product-2.content .product-content p {
    padding-bottom: 20px; }
    .featured-show-2-container .featured-show-2-slider .slide .product-2.content .product-content p a {
      color: #000000;
      text-decoration: underline; }

.featured-show-with-product-forum-inner-arrow.hide-module-display-name {
  margin-top: 65px; }

.quad-container {
  position: relative; }

.quad-slider .slide {
  padding: 1px;
  font-size: 19px; }
  .quad-slider .slide img {
    width: 100%; }
  .quad-slider .slide p {
    padding: 5px 15px; }
  .quad-slider .slide .name span {
    display: block; }
.quad-slider .name {
  color: black;
  padding: 15px;
  font-size: 19px; }
.quad-slider .subscribe {
  position: absolute;
  top: 1;
  left: 1;
  padding: 3px 10px;
  background-color: #e40046;
  color: white;
  font-size: 12px;
  font-weight: 900;
  z-index: 900; }

.product-list .subscribe {
  position: absolute;
  top: 1;
  left: 1;
  padding: 3px 10px;
  background-color: #e40046;
  color: white;
  font-size: 12px;
  font-weight: 900;
  z-index: 900; }

.tweets-slider .slide {
  padding: 40px; }
  .tweets-slider .slide.slide-lg {
    padding: 20px; }
  .tweets-slider .slide .forum-avatar {
    width: 20%;
    float: left; }
  .tweets-slider .slide .forum-info {
    width: 50%;
    float: left; }
  .tweets-slider .slide .forum-title,
  .tweets-slider .slide .forum-user,
  .tweets-slider .slide .forum-date {
    margin: 0 0 0 10px;
    line-height: 14px; }
  .tweets-slider .slide .forum-user {
    display: inline-block;
    margin-top: 8px;
    width: 100%; }
  .tweets-slider .slide .forum-title {
    overflow: hidden;
    display: inherit; }
  .tweets-slider .slide .forum-post {
    font-size: 19px;
    line-height: 20px;
    float: left;
    text-align: center;
    width: 15%; }
    .tweets-slider .slide .forum-post span {
      display: block;
      font-size: 12px;
      color: #333333;
      text-transform: uppercase; }
  .tweets-slider .slide .forum-topic {
    display: block;
    float: left;
    clear: left;
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px; }
    .tweets-slider .slide .forum-topic:hover {
      cursor: pointer; }
  .tweets-slider .slide .content .date-title,
  .tweets-slider .slide .content .post,
  .tweets-slider .slide .content .username {
    margin-bottom: 15px; }

.tweets .panel-body {
  padding-bottom: 0; }

.loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 5000; }
  .loading .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 54px;
    width: 54px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loading .wrapper span {
      display: block;
      height: 54px;
      width: 54px;
      background: url("/static/img/icons/icon-loading.png") no-repeat 0 0;
      -webkit-animation: infinite-spinning 1s infinite reverse;
      animation: infinite-spinning 1s infinite reverse;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      transform-origin: center; }

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* G1200 Custom Styling ========================================================================================== */
.new-releases .new-releases-slide-date, .new-releases .new-releases-slide-language {
  font-weight: 400;
  margin: 3px 0;
  color: #000000;
  font-size: 14px;
  font-style: italic; }
.new-releases .new-releases-slide-language {
  margin-bottom: 20px; }
.new-releases .name {
  padding: 0; }
.new-releases .episode {
  margin-top: 5px;
  font-size: 1rem;
  color: #000000; }
.new-releases .slide:hover .episode {
  color: #410099; }
@media screen and (max-width: 480px) {
  .new-releases .quad-section.quad-slider .slide {
    padding: 0 20px !important;
    width: 100%; } }

/* XS - Phone ========================================================================================== */
@media screen and (max-width: 767px) {
  .spotlight-section .spotlight-slider .slide {
    padding: 25px 0; }
    .spotlight-section .spotlight-slider .slide .content {
      margin-top: 40px; }
      .spotlight-section .spotlight-slider .slide .content .btn {
        margin-top: 0; }

  .spotlight-section.withArrows .spotlight-slider .slide .content {
    margin: 50px 0;
    padding: 0 40px; }

  .spotlight-section.mtFull.withArrows .spotlight-slider .slide {
    padding: 0px 0;
    min-height: 280px; }
    .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content {
      left: 0;
      padding: 0;
      top: 20px;
      width: 85%; }
      .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content h1 {
        font-size: 36px;
        line-height: 32px; }
      .spotlight-section.mtFull.withArrows .spotlight-slider .slide .content h3 {
        font-size: 19px;
        line-height: 18px; }

  #shop-product-spotlight .curated-hero {
    min-height: 330px; }
    #shop-product-spotlight .curated-hero .spotlight-container h1 {
      font-size: 36px;
      line-height: 32px; }

  .featured-show-container .featured-show-slider .slide,
  .featured-show-container .featured-show-2-slider .slide,
  .featured-show-2-container .featured-show-slider .slide,
  .featured-show-2-container .featured-show-2-slider .slide {
    height: 720px;
    margin-bottom: 0;
    text-align: center; }
    .featured-show-container .featured-show-slider .slide .show,
    .featured-show-container .featured-show-2-slider .slide .show,
    .featured-show-2-container .featured-show-slider .slide .show,
    .featured-show-2-container .featured-show-2-slider .slide .show {
      height: 360px; }
      .featured-show-container .featured-show-slider .slide .show .content,
      .featured-show-container .featured-show-2-slider .slide .show .content,
      .featured-show-2-container .featured-show-slider .slide .show .content,
      .featured-show-2-container .featured-show-2-slider .slide .show .content {
        padding: 200px 0 0 0; }
        .featured-show-container .featured-show-slider .slide .show .content h2,
        .featured-show-container .featured-show-2-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h2 {
          font-size: 24px;
          line-height: 30px; }
        .featured-show-container .featured-show-slider .slide .show .content h3,
        .featured-show-container .featured-show-2-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h3 {
          font-size: 19px;
          line-height: 20px; }
        .featured-show-container .featured-show-slider .slide .show .content .btn,
        .featured-show-container .featured-show-2-slider .slide .show .content .btn,
        .featured-show-2-container .featured-show-slider .slide .show .content .btn,
        .featured-show-2-container .featured-show-2-slider .slide .show .content .btn {
          margin-top: 0; }
    .featured-show-container .featured-show-slider .slide .product-1,
    .featured-show-container .featured-show-2-slider .slide .product-1,
    .featured-show-2-container .featured-show-slider .slide .product-1,
    .featured-show-2-container .featured-show-2-slider .slide .product-1 {
      height: 350px; }
      .featured-show-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content {
        height: 330px;
        padding: 25px 30px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .rating img,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .rating img,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .rating img,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .rating img {
          margin: auto; }

  .featured-show-with-product-forum-inner-arrow.hide-module-display-name {
    margin-top: 56px; }

  .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-1 .product-content, .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-2 .product-content {
    max-height: 330px;
    padding: 35px 0 0 0; }
    .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-1 .product-content .product-name, .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-2 .product-content .product-name {
      font-size: 24px;
      line-height: 24px; }
    .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-1 .product-content .price, .featured-show-with-product-inner-arrow .featured-show-container .featured-show-slider .slide .product-2 .product-content .price {
      font-size: 31px;
      padding-bottom: 25px; }
  .featured-show-with-product-inner-arrow .featured-show.slider-control.prev,
  .featured-show-with-product-inner-arrow .featured-show.slider-control.next {
    top: 25%; }

  .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
  .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
  .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
    padding: 40px 30px; }

  .curated-section .curated-hero {
    text-align: center;
    padding: 30px 0;
    min-height: inherit; }
    .curated-section .curated-hero h1 {
      margin-top: 0px; }
    .curated-section .curated-hero .curated-hero-container {
      position: relative;
      min-height: auto; }
    .curated-section .curated-hero .curated-hero-container.home {
      min-height: auto; }
    .curated-section .curated-hero a.btn {
      margin-top: 7px; }

  .questionaire-container {
    margin-bottom: 43px; }
    .questionaire-container .bx-viewport {
      height: 370px !important; }
      .questionaire-container .bx-viewport .questionaire {
        min-height: 345px;
        max-height: 345px;
        padding: 30px 60px !important; }

  .product-section {
    padding: 0; }
    .product-section .product-container {
      margin-top: 50px; }

  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt {
    height: 245px !important; }
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container {
      height: 245px !important; }
      .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container .show-details,
      .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details {
        text-align: center;
        padding: 15px 30px; }
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container .show-details .ratings,
        .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details .ratings {
          margin: 15px auto; }

  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details {
    padding: 15px 30px; }

  .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details {
    padding: 15px 30px;
    text-align: center; }
    .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .ratings {
      margin: 15px auto; }

  .tweets-container .bx-viewport {
    max-height: 153px; }
    .tweets-container .bx-viewport .tweets-slider .text-center {
      text-align: left; }
    .tweets-container .bx-viewport .tweets-slider .slide .forum-title,
    .tweets-container .bx-viewport .tweets-slider .slide .forum-date {
      font-size: 12px;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .tweets-container .bx-viewport .tweets-slider .slide .forum-avatar {
      width: 25%;
      float: left; }
    .tweets-container .bx-viewport .tweets-slider .slide .forum-info {
      width: 75%;
      float: left; }
    .tweets-container .bx-viewport .tweets-slider .slide .forum-post {
      font-size: 12px;
      width: 25%;
      text-align: left;
      padding-left: 10px; } }
/* SM - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-section.withArrows .spotlight-slider .slide .content {
    margin: 90px 0; }
    .spotlight-section.withArrows .spotlight-slider .slide .content h1 {
      font-size: 68px;
      line-height: 50px; }

  .featured-show-container .featured-show-slider .slide,
  .featured-show-container .featured-show-2-slider .slide,
  .featured-show-2-container .featured-show-slider .slide,
  .featured-show-2-container .featured-show-2-slider .slide {
    height: 550px;
    margin-bottom: 42px; }
    .featured-show-container .featured-show-slider .slide .show,
    .featured-show-container .featured-show-2-slider .slide .show,
    .featured-show-2-container .featured-show-slider .slide .show,
    .featured-show-2-container .featured-show-2-slider .slide .show {
      height: 550px; }
      .featured-show-container .featured-show-slider .slide .show .content,
      .featured-show-container .featured-show-2-slider .slide .show .content,
      .featured-show-2-container .featured-show-slider .slide .show .content,
      .featured-show-2-container .featured-show-2-slider .slide .show .content {
        padding: 0 25px; }
        .featured-show-container .featured-show-slider .slide .show .content h2,
        .featured-show-container .featured-show-2-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-slider .slide .show .content h2,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h2 {
          font-size: 48px;
          line-height: 32px; }
        .featured-show-container .featured-show-slider .slide .show .content h3,
        .featured-show-container .featured-show-2-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-slider .slide .show .content h3,
        .featured-show-2-container .featured-show-2-slider .slide .show .content h3 {
          font-size: 19px;
          line-height: 24px; }
    .featured-show-container .featured-show-slider .slide .product-1,
    .featured-show-container .featured-show-slider .slide .product-2,
    .featured-show-container .featured-show-slider .slide .product-3,
    .featured-show-container .featured-show-2-slider .slide .product-1,
    .featured-show-container .featured-show-2-slider .slide .product-2,
    .featured-show-container .featured-show-2-slider .slide .product-3,
    .featured-show-2-container .featured-show-slider .slide .product-1,
    .featured-show-2-container .featured-show-slider .slide .product-2,
    .featured-show-2-container .featured-show-slider .slide .product-3,
    .featured-show-2-container .featured-show-2-slider .slide .product-1,
    .featured-show-2-container .featured-show-2-slider .slide .product-2,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 {
      height: 275px; }
      .featured-show-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
        height: 275px;
        padding: 20px 30px !important; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .show-name,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .show-name,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .show-name,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .show-name,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .show-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .show-name {
          line-height: 17px; }
        .featured-show-container .featured-show-slider .slide .product-1 .product-content .product-name,
        .featured-show-container .featured-show-slider .slide .product-2 .product-content .product-name,
        .featured-show-container .featured-show-slider .slide .product-3 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-1 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-2 .product-content .product-name,
        .featured-show-container .featured-show-2-slider .slide .product-3 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-1 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-2 .product-content .product-name,
        .featured-show-2-container .featured-show-slider .slide .product-3 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .product-name {
          font-size: 31px;
          line-height: 31px; }

  .featured-show-2-container .featured-show-2-slider .slide .product-1,
  .featured-show-2-container .featured-show-2-slider .slide .product-2,
  .featured-show-2-container .featured-show-2-slider .slide .product-3 {
    height: 183.33333px; }
    .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
      height: 183.33333px;
      padding: 20px 50px; }
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content p,
      .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content p,
      .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content p {
        padding-bottom: 0; }
        .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content p .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content p .product-name,
        .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content p .product-name {
          font-size: 28px;
          line-height: 28px; }

  .questionaire {
    padding: 30px 60px !important; }

  .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details {
    padding: 15px 30px; }
    .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description {
      font-size: 19px;
      line-height: 23px; }

  .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .description {
    font-size: 15px !important;
    line-height: 16px !important;
    margin: 0;
    max-height: 105px !important; }

  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container .show-details {
    padding: 15px 30px; }

  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details {
    padding: 15px 80px; }

  .tweets-slider .slide.slide-lg {
    padding: 10px; }
  .tweets-slider .slide .forum-avatar {
    width: 15%; }
  .tweets-slider .slide .forum-info {
    width: 55%; }
  .tweets-slider .slide .forum-title,
  .tweets-slider .slide .forum-date {
    margin: 0 0 0 5px;
    font-size: 12px; }
  .tweets-slider .slide .forum-post {
    font-size: 12px; }
    .tweets-slider .slide .forum-post span {
      font-size: 11px;
      line-height: 11px; }
  .tweets-slider .slide .forum-topic {
    font-size: 14px;
    line-height: 16px; }

  .inner-arrow .show-listing-section .show-listing-container .show-listing.slider-control.prev, .inner-arrow .show-listing-section .show-listing-container .show-listing.slider-control.next {
    height: 55px;
    top: 44.85%;
    width: 55px; } }
/* MD - Medium Desktop */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .spotlight-section.withArrows .spotlight-slider .slide .content {
    margin: 90px 0; }
    .spotlight-section.withArrows .spotlight-slider .slide .content h1 {
      font-size: 68px;
      line-height: 50px; }

  .featured-show-container .featured-show-slider .slide,
  .featured-show-container .featured-show-2-slider .slide,
  .featured-show-2-container .featured-show-slider .slide,
  .featured-show-2-container .featured-show-2-slider .slide {
    height: 550px;
    margin-bottom: 53px; }
    .featured-show-container .featured-show-slider .slide .show,
    .featured-show-container .featured-show-2-slider .slide .show,
    .featured-show-2-container .featured-show-slider .slide .show,
    .featured-show-2-container .featured-show-2-slider .slide .show {
      height: 550px; }
      .featured-show-container .featured-show-slider .slide .show .content,
      .featured-show-container .featured-show-2-slider .slide .show .content,
      .featured-show-2-container .featured-show-slider .slide .show .content,
      .featured-show-2-container .featured-show-2-slider .slide .show .content {
        padding: 0 40px; }
    .featured-show-container .featured-show-slider .slide .product-1,
    .featured-show-container .featured-show-slider .slide .product-2,
    .featured-show-container .featured-show-slider .slide .product-3,
    .featured-show-container .featured-show-2-slider .slide .product-1,
    .featured-show-container .featured-show-2-slider .slide .product-2,
    .featured-show-container .featured-show-2-slider .slide .product-3,
    .featured-show-2-container .featured-show-slider .slide .product-1,
    .featured-show-2-container .featured-show-slider .slide .product-2,
    .featured-show-2-container .featured-show-slider .slide .product-3,
    .featured-show-2-container .featured-show-2-slider .slide .product-1,
    .featured-show-2-container .featured-show-2-slider .slide .product-2,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 {
      height: 275px; }
      .featured-show-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-container .featured-show-2-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-slider .slide .product-3 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
      .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
        height: 275px; }

  .featured-show-2-container .featured-show-2-slider .slide .product-1,
  .featured-show-2-container .featured-show-2-slider .slide .product-2,
  .featured-show-2-container .featured-show-2-slider .slide .product-3 {
    height: 183.33333px; }
    .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content,
    .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content {
      height: 183.33333px;
      padding: 13px 40px; }
      .featured-show-2-container .featured-show-2-slider .slide .product-1 .product-content .product-name,
      .featured-show-2-container .featured-show-2-slider .slide .product-2 .product-content .product-name,
      .featured-show-2-container .featured-show-2-slider .slide .product-3 .product-content .product-name {
        font-size: 28px;
        line-height: 26px; }

  .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details {
    padding: 15px 40px; }

  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container .show-details {
    padding: 15px 60px; }

  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container .show-details {
    padding: 15px 120px; }

  .tweets-slider .slide.slide-lg {
    padding: 20px; }
  .tweets-slider .slide .forum-avatar {
    width: 18%; }
  .tweets-slider .slide .forum-info {
    width: 52%; }
  .tweets-slider .slide .forum-title,
  .tweets-slider .slide .forum-date {
    margin: 0 0 0 5px;
    font-size: 11px;
    line-height: 12px; }
  .tweets-slider .slide .forum-post {
    font-size: 13px;
    line-height: 15px; }
    .tweets-slider .slide .forum-post span {
      font-size: 10px;
      line-height: 10px; }
  .tweets-slider .slide .forum-topic {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px; } }
/* LG - Large Desktop */
.bx-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff; }

#payment .account-payment-list .account-payment-details {
  min-height: 200px; }

#my-account .redeem-giftcard .btn {
  background: none;
  border: none;
  color: purple;
  text-transform: none;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  min-width: auto;
  display: inline-block;
  vertical-align: middle;
  min-height: auto;
  margin-top: 13px; }

.loading-div {
  min-height: 200px;
  position: relative; }

.add-address-fields .form-group {
  margin-bottom: 10px; }

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

#payment-method-management .form-group-add-card {
  height: 44px;
  border: 1px solid #cfcfcf;
  padding: 12px;
  margin-bottom: 10px; }
#payment-method-management .form-base-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  #payment-method-management .form-base-controls * {
    font-size: 14px; }

.credit-card-type {
  position: absolute;
  bottom: 7px;
  right: 10px;
  text-indent: -9999px;
  height: 28px;
  width: 44px;
  background-image: url("/static/img/icons/icon-credit-card-visa.jpg"); }

form.ng-invalid {
  border: 0; }

.promo-gift input {
  font-size: 19px !important; }

form .error,
form .form-control.error:focus {
  border: 1px solid red; }

#wishlist .addthis_sharing_toolbox {
  height: 34px;
  display: block;
  overflow: hidden; }

.account-details .nav-tabs {
  border: none;
  text-align: center; }
  .account-details .nav-tabs > li {
    margin-bottom: 0;
    display: inline-block;
    float: none; }
    .account-details .nav-tabs > li > a {
      padding: 0 0 5px 0;
      margin-right: 20px;
      border: none;
      font-size: 19px;
      color: #cccccc;
      border-bottom: 2px solid transparent;
      transition: color .3s, border-bottom .3s; }
      .account-details .nav-tabs > li > a:focus, .account-details .nav-tabs > li > a:hover {
        background: none;
        padding: 0 0 5px 0;
        border: none;
        border-bottom: 2px solid #000000;
        color: #000000; }
    .account-details .nav-tabs > li.active > a {
      padding-bottom: 5px;
      border: none;
      border-bottom: 2px solid #000000;
      color: #000000; }
.account-details .panel-title a {
  font-size: 34px;
  font-weight: 300; }
  .account-details .panel-title a.collapsed span {
    display: block;
    float: right;
    font-size: 24px;
    font-size: 1.5rem;
    padding-right: 75px; }
    .account-details .panel-title a.collapsed span ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .account-details .panel-title a.collapsed span ul li {
        display: inline-block;
        margin-left: 24px; }
        .account-details .panel-title a.collapsed span ul li:first-child {
          margin-left: 0; }
  .account-details .panel-title a.collapsed span.edit-cart {
    display: none; }
  .account-details .panel-title a span.edit-cart {
    display: inline-block;
    float: right;
    padding-right: 75px; }
  .account-details .panel-title a span, .account-details .panel-title a i {
    display: none; }
  .account-details .panel-title a.collapsed i {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    font-size: 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.account-details .panel-group .panel.panel-default .panel-heading .panel-title .show-title {
  color: #410099;
  font-size: 20px;
  text-decoration: underline;
  padding: 0; }
  .account-details .panel-group .panel.panel-default .panel-heading .panel-title .show-title:after {
    content: '';
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    height: 0;
    width: 0; }
.account-details .tab-content {
  margin-top: 53px; }
.account-details hr {
  margin-top: 0;
  border-color: #ddd; }
.account-details .account-personal-details {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
  .account-details .account-personal-details > .row {
    margin-bottom: 30px; }
  .account-details .account-personal-details a {
    cursor: pointer;
    font-size: 14px; }
  .account-details .account-personal-details .custom-select {
    margin-top: -10px; }
    .account-details .account-personal-details .custom-select .form-control {
      margin-top: 0; }
  .account-details .account-personal-details .form-control {
    height: 43px;
    font-size: 19px;
    font-weight: 300;
    margin-top: -10px; }
    .account-details .account-personal-details .form-control[disabled] {
      cursor: default;
      border: 0; }
  .account-details .account-personal-details a.edit-field,
  .account-details .account-personal-details a.save-field,
  .account-details .account-personal-details a.cancel-field {
    font-size: 14px;
    text-decoration: underline; }
  .account-details .account-personal-details .fa {
    color: #666666;
    font-size: 19px; }
  .account-details .account-personal-details .fa.fa-check,
  .account-details .account-personal-details .fa.fa-close {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    width: 20px; }
  .account-details .account-personal-details .fa.fa-check {
    color: green; }
  .account-details .account-personal-details .fa.fa-close {
    color: red; }
  .account-details .account-personal-details span.form-error {
    /* position: absolute; */
    left: 10px;
    bottom: -26px; }
.account-details .account-social-listicon {
  float: left;
  margin-bottom: 15px; }
.account-details .account-social-listdetail {
  float: left;
  height: 77px; }
  .account-details .account-social-listdetail ul {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%; }
    .account-details .account-social-listdetail ul li {
      list-style: none;
      margin-bottom: 0; }
      .account-details .account-social-listdetail ul li.status {
        font-size: 14px;
        font-size: 0.875rem; }
      .account-details .account-social-listdetail ul li.user {
        font-size: 19px;
        font-size: 1.1875rem;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .account-details .account-social-listdetail ul li.user a {
          text-decoration: underline; }
      .account-details .account-social-listdetail ul li.action {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 14px;
        font-size: 0.875rem; }
        .account-details .account-social-listdetail ul li.action a {
          text-decoration: underline; }
.account-details .account-avatar h4 {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 300; }
.account-details .account-avatar .status {
  display: none; }
.account-details .account-avatar .account-avatar-thumbnail img {
  width: 100%; }
.account-details .account-avatar .account-avatar-thumbnail span {
  float: right; }
  .account-details .account-avatar .account-avatar-thumbnail span a {
    text-decoration: underline; }
  .account-details .account-avatar .account-avatar-thumbnail span ul {
    margin: 0;
    padding: 0; }
    .account-details .account-avatar .account-avatar-thumbnail span ul li {
      float: left;
      margin-left: 15px; }
      .account-details .account-avatar .account-avatar-thumbnail span ul li:first-child {
        margin-left: 0; }
  .account-details .account-avatar .account-avatar-thumbnail span.upload {
    float: left;
    text-decoration: underline; }
.account-details .account-avatar .account-avatar-list ul {
  margin: 0;
  padding: 0; }
  .account-details .account-avatar .account-avatar-list ul li {
    margin-bottom: 15px;
    max-height: 113px;
    overflow: hidden;
    padding-right: 0; }
.account-details .account-shipping-list span,
.account-details .account-payment-list span {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
.account-details .account-shipping-list ul,
.account-details .account-payment-list ul {
  margin: 0;
  padding: 0;
  float: right; }
  .account-details .account-shipping-list ul li,
  .account-details .account-payment-list ul li {
    list-style: none;
    float: left;
    margin-left: 10px; }
    .account-details .account-shipping-list ul li:first-child,
    .account-details .account-payment-list ul li:first-child {
      margin-left: 0; }
    .account-details .account-shipping-list ul li a,
    .account-details .account-payment-list ul li a {
      text-decoration: underline;
      vertical-align: top;
      display: inline-block;
      margin-top: 2px; }
@-moz-document url-prefix() {
  .account-details .account-shipping-list ul li a,
  .account-details .account-payment-list ul li a {
    text-decoration: underline;
    vertical-align: top;
    display: inline-block;
    margin-top: 0; } }
    .account-details .account-shipping-list ul li input[type=submit],
    .account-details .account-payment-list ul li input[type=submit] {
      -webkit-appearance: none;
      border: 0;
      background: 0;
      text-decoration: underline;
      color: #410099;
      transition: color .3s;
      font-weight: 300; }
      .account-details .account-shipping-list ul li input[type=submit]:hover,
      .account-details .account-payment-list ul li input[type=submit]:hover {
        color: #e40046; }
.account-details .account-shipping-list .account-shipping-details,
.account-details .account-shipping-list .account-payment-details,
.account-details .account-payment-list .account-shipping-details,
.account-details .account-payment-list .account-payment-details {
  position: relative;
  border: 1px solid #cccccc;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 190px; }
  .account-details .account-shipping-list .account-shipping-details .shippingAddressPadding,
  .account-details .account-shipping-list .account-payment-details .shippingAddressPadding,
  .account-details .account-payment-list .account-shipping-details .shippingAddressPadding,
  .account-details .account-payment-list .account-payment-details .shippingAddressPadding {
    padding: 15px; }
  .account-details .account-shipping-list .account-shipping-details .add-address-fields .form-group,
  .account-details .account-shipping-list .account-shipping-details .add-payment-fields .form-group,
  .account-details .account-shipping-list .account-payment-details .add-address-fields .form-group,
  .account-details .account-shipping-list .account-payment-details .add-payment-fields .form-group,
  .account-details .account-payment-list .account-shipping-details .add-address-fields .form-group,
  .account-details .account-payment-list .account-shipping-details .add-payment-fields .form-group,
  .account-details .account-payment-list .account-payment-details .add-address-fields .form-group,
  .account-details .account-payment-list .account-payment-details .add-payment-fields .form-group {
    margin-bottom: 10px; }
    .account-details .account-shipping-list .account-shipping-details .add-address-fields .form-group .custom-radio,
    .account-details .account-shipping-list .account-shipping-details .add-payment-fields .form-group .custom-radio,
    .account-details .account-shipping-list .account-payment-details .add-address-fields .form-group .custom-radio,
    .account-details .account-shipping-list .account-payment-details .add-payment-fields .form-group .custom-radio,
    .account-details .account-payment-list .account-shipping-details .add-address-fields .form-group .custom-radio,
    .account-details .account-payment-list .account-shipping-details .add-payment-fields .form-group .custom-radio,
    .account-details .account-payment-list .account-payment-details .add-address-fields .form-group .custom-radio,
    .account-details .account-payment-list .account-payment-details .add-payment-fields .form-group .custom-radio {
      display: inline-block; }
      .account-details .account-shipping-list .account-shipping-details .add-address-fields .form-group .custom-radio label,
      .account-details .account-shipping-list .account-shipping-details .add-payment-fields .form-group .custom-radio label,
      .account-details .account-shipping-list .account-payment-details .add-address-fields .form-group .custom-radio label,
      .account-details .account-shipping-list .account-payment-details .add-payment-fields .form-group .custom-radio label,
      .account-details .account-payment-list .account-shipping-details .add-address-fields .form-group .custom-radio label,
      .account-details .account-payment-list .account-shipping-details .add-payment-fields .form-group .custom-radio label,
      .account-details .account-payment-list .account-payment-details .add-address-fields .form-group .custom-radio label,
      .account-details .account-payment-list .account-payment-details .add-payment-fields .form-group .custom-radio label {
        font-size: 14px; }
  .account-details .account-shipping-list .account-shipping-details.border-none,
  .account-details .account-shipping-list .account-payment-details.border-none,
  .account-details .account-payment-list .account-shipping-details.border-none,
  .account-details .account-payment-list .account-payment-details.border-none {
    border: 0; }
    .account-details .account-shipping-list .account-shipping-details.border-none p.form-error,
    .account-details .account-shipping-list .account-payment-details.border-none p.form-error,
    .account-details .account-payment-list .account-shipping-details.border-none p.form-error,
    .account-details .account-payment-list .account-payment-details.border-none p.form-error {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 0; }
  .account-details .account-shipping-list .account-shipping-details.add-address, .account-details .account-shipping-list .account-shipping-details.add-payment,
  .account-details .account-shipping-list .account-payment-details.add-address,
  .account-details .account-shipping-list .account-payment-details.add-payment,
  .account-details .account-payment-list .account-shipping-details.add-address,
  .account-details .account-payment-list .account-shipping-details.add-payment,
  .account-details .account-payment-list .account-payment-details.add-address,
  .account-details .account-payment-list .account-payment-details.add-payment {
    padding: 0; }
    .account-details .account-shipping-list .account-shipping-details.add-address p.add-an-address,
    .account-details .account-shipping-list .account-shipping-details.add-address p.add-a-payment-method, .account-details .account-shipping-list .account-shipping-details.add-payment p.add-an-address,
    .account-details .account-shipping-list .account-shipping-details.add-payment p.add-a-payment-method,
    .account-details .account-shipping-list .account-payment-details.add-address p.add-an-address,
    .account-details .account-shipping-list .account-payment-details.add-address p.add-a-payment-method,
    .account-details .account-shipping-list .account-payment-details.add-payment p.add-an-address,
    .account-details .account-shipping-list .account-payment-details.add-payment p.add-a-payment-method,
    .account-details .account-payment-list .account-shipping-details.add-address p.add-an-address,
    .account-details .account-payment-list .account-shipping-details.add-address p.add-a-payment-method,
    .account-details .account-payment-list .account-shipping-details.add-payment p.add-an-address,
    .account-details .account-payment-list .account-shipping-details.add-payment p.add-a-payment-method,
    .account-details .account-payment-list .account-payment-details.add-address p.add-an-address,
    .account-details .account-payment-list .account-payment-details.add-address p.add-a-payment-method,
    .account-details .account-payment-list .account-payment-details.add-payment p.add-an-address,
    .account-details .account-payment-list .account-payment-details.add-payment p.add-a-payment-method {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .account-details .account-shipping-list .account-shipping-details.add-address.form-visible, .account-details .account-shipping-list .account-shipping-details.add-payment.form-visible,
    .account-details .account-shipping-list .account-payment-details.add-address.form-visible,
    .account-details .account-shipping-list .account-payment-details.add-payment.form-visible,
    .account-details .account-payment-list .account-shipping-details.add-address.form-visible,
    .account-details .account-payment-list .account-shipping-details.add-payment.form-visible,
    .account-details .account-payment-list .account-payment-details.add-address.form-visible,
    .account-details .account-payment-list .account-payment-details.add-payment.form-visible {
      border: 0; }
      .account-details .account-shipping-list .account-shipping-details.add-address.form-visible .add-address-fields, .account-details .account-shipping-list .account-shipping-details.add-address.form-visible .add-payment-fields, .account-details .account-shipping-list .account-shipping-details.add-payment.form-visible .add-address-fields, .account-details .account-shipping-list .account-shipping-details.add-payment.form-visible .add-payment-fields,
      .account-details .account-shipping-list .account-payment-details.add-address.form-visible .add-address-fields,
      .account-details .account-shipping-list .account-payment-details.add-address.form-visible .add-payment-fields,
      .account-details .account-shipping-list .account-payment-details.add-payment.form-visible .add-address-fields,
      .account-details .account-shipping-list .account-payment-details.add-payment.form-visible .add-payment-fields,
      .account-details .account-payment-list .account-shipping-details.add-address.form-visible .add-address-fields,
      .account-details .account-payment-list .account-shipping-details.add-address.form-visible .add-payment-fields,
      .account-details .account-payment-list .account-shipping-details.add-payment.form-visible .add-address-fields,
      .account-details .account-payment-list .account-shipping-details.add-payment.form-visible .add-payment-fields,
      .account-details .account-payment-list .account-payment-details.add-address.form-visible .add-address-fields,
      .account-details .account-payment-list .account-payment-details.add-address.form-visible .add-payment-fields,
      .account-details .account-payment-list .account-payment-details.add-payment.form-visible .add-address-fields,
      .account-details .account-payment-list .account-payment-details.add-payment.form-visible .add-payment-fields {
        display: block; }
      .account-details .account-shipping-list .account-shipping-details.add-address.form-visible p.add-an-address, .account-details .account-shipping-list .account-shipping-details.add-payment.form-visible p.add-an-address,
      .account-details .account-shipping-list .account-payment-details.add-address.form-visible p.add-an-address,
      .account-details .account-shipping-list .account-payment-details.add-payment.form-visible p.add-an-address,
      .account-details .account-payment-list .account-shipping-details.add-address.form-visible p.add-an-address,
      .account-details .account-payment-list .account-shipping-details.add-payment.form-visible p.add-an-address,
      .account-details .account-payment-list .account-payment-details.add-address.form-visible p.add-an-address,
      .account-details .account-payment-list .account-payment-details.add-payment.form-visible p.add-an-address {
        display: none; }
    .account-details .account-shipping-list .account-shipping-details.add-address .question-icon, .account-details .account-shipping-list .account-shipping-details.add-payment .question-icon,
    .account-details .account-shipping-list .account-payment-details.add-address .question-icon,
    .account-details .account-shipping-list .account-payment-details.add-payment .question-icon,
    .account-details .account-payment-list .account-shipping-details.add-address .question-icon,
    .account-details .account-payment-list .account-shipping-details.add-payment .question-icon,
    .account-details .account-payment-list .account-payment-details.add-address .question-icon,
    .account-details .account-payment-list .account-payment-details.add-payment .question-icon {
      position: absolute;
      bottom: 13px;
      right: -25px;
      font-size: 19px;
      color: #999999; }
  .account-details .account-shipping-list .account-shipping-details p,
  .account-details .account-shipping-list .account-payment-details p,
  .account-details .account-payment-list .account-shipping-details p,
  .account-details .account-payment-list .account-payment-details p {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 0;
    font-weight: 300; }
    .account-details .account-shipping-list .account-shipping-details p a,
    .account-details .account-shipping-list .account-payment-details p a,
    .account-details .account-payment-list .account-shipping-details p a,
    .account-details .account-payment-list .account-payment-details p a {
      text-decoration: underline; }
.account-details .account-shipping-list .account-payment-details,
.account-details .account-payment-list .account-payment-details {
  padding: 15px; }
.account-details .account-giftcard-redeem {
  margin-bottom: 30px;
  padding-right: 30px !important; }
  .account-details .account-giftcard-redeem .form-group {
    width: 100%; }
  .account-details .account-giftcard-redeem input.form-control {
    width: 80%;
    display: block !important;
    float: left; }
  .account-details .account-giftcard-redeem a {
    padding-top: 10px;
    width: 15%;
    float: right;
    text-decoration: underline; }
.account-details .account-giftcard-balance a {
  margin-left: 30px; }
.account-details .account-giftcard-price {
  margin-top: 20px;
  font-size: 32px;
  font-size: 2rem; }
.account-details .account-billinginfo-details,
.account-details .account-summaryinfo-details {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
  .account-details .account-billinginfo-details .cancel-dialog,
  .account-details .account-summaryinfo-details .cancel-dialog {
    text-align: center; }
    .account-details .account-billinginfo-details .cancel-dialog span,
    .account-details .account-summaryinfo-details .cancel-dialog span {
      float: none;
      color: #e40046; }
    .account-details .account-billinginfo-details .cancel-dialog hr,
    .account-details .account-summaryinfo-details .cancel-dialog hr {
      border-color: #cccccc;
      margin-bottom: 30px; }
    .account-details .account-billinginfo-details .cancel-dialog .btn,
    .account-details .account-summaryinfo-details .cancel-dialog .btn {
      margin-top: 15px; }
  .account-details .account-billinginfo-details span,
  .account-details .account-summaryinfo-details span {
    float: left;
    clear: both; }
    .account-details .account-billinginfo-details span.highlight,
    .account-details .account-summaryinfo-details span.highlight {
      color: #ff0000;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
  .account-details .account-billinginfo-details ul,
  .account-details .account-summaryinfo-details ul {
    margin: 0;
    padding: 0; }
    .account-details .account-billinginfo-details ul li,
    .account-details .account-summaryinfo-details ul li {
      list-style: none;
      margin-bottom: 30px;
      width: 100%;
      clear: both;
      float: left; }
      .account-details .account-billinginfo-details ul li > div.last,
      .account-details .account-summaryinfo-details ul li > div.last {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        text-decoration: underline; }
        .account-details .account-billinginfo-details ul li > div.last a,
        .account-details .account-summaryinfo-details ul li > div.last a {
          margin: 0 5px; }
      .account-details .account-billinginfo-details ul li .fa,
      .account-details .account-summaryinfo-details ul li .fa {
        color: #666666; }
  .account-details .account-billinginfo-details .account-error,
  .account-details .account-summaryinfo-details .account-error {
    color: red;
    font-size: 12px;
    padding-bottom: 0; }
  .account-details .account-billinginfo-details .promo-applied,
  .account-details .account-summaryinfo-details .promo-applied {
    font-size: 13px;
    position: relative; }
    .account-details .account-billinginfo-details .promo-applied span,
    .account-details .account-summaryinfo-details .promo-applied span {
      float: none;
      color: #24b75f; }
.account-details .account-billinghistory .table {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
  border: none; }
  .account-details .account-billinghistory .table > thead > tr > th, .account-details .account-billinghistory .table > thead > tr > td, .account-details .account-billinghistory .table > tbody > tr > th, .account-details .account-billinghistory .table > tbody > tr > td {
    border: none; }
.account-details .account-billinginfo-details .form-inline, .account-details .account-billinginfo-details .navbar-form {
  margin: 0;
  padding: 0; }
.account-details .account-billinginfo-details .custom-radio {
  height: 34px; }
.account-details .account-billinginfo-details .form-control {
  font-size: 19px;
  margin-top: -10px;
  font-weight: 300; }
.account-details .account-billinginfo-details input.form-control {
  height: 42px; }
.account-details .account-billinginfo-details .custom-select {
  margin-top: -10px; }
  .account-details .account-billinginfo-details .custom-select select {
    margin-top: 0px; }
.account-details .account-billinginfo-details #subscriptionCVC {
  width: calc(100% - 28px); }
.account-details .account-billinginfo-details label {
  font-weight: 300;
  font-size: 19px;
  font-size: 1.1875rem; }
.account-details .account-billinginfo-details .question-icon {
  float: right;
  margin-top: -33px;
  color: #999999; }
.account-details .account-billinginfo-details .form-error {
  font-size: 14px; }
.account-details .account-billinginfo-details .edit-controls a {
  text-decoration: underline;
  padding: 0 5px; }
.account-details .account-addons-details {
  padding: 20px 25px !important;
  border: 1px solid #cccccc; }
.account-details .account-addons-list {
  text-align: center; }
  .account-details .account-addons-list h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .account-details .account-addons-list .price {
    font-size: 68px;
    font-size: 4.25rem;
    clear: both;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    line-height: 40px; }
    .account-details .account-addons-list .price span {
      font-size: 16px;
      font-size: 1rem;
      float: left;
      width: 100%; }
    .account-details .account-addons-list .price .tax-text {
      line-height: 1;
      font-size: 1rem;
      font-style: italic;
      margin: -10px 0;
      padding: 0; }
  .account-details .account-addons-list p {
    font-size: 19px;
    font-size: 1.1875rem; }
.account-details #subscription #subscriptionSummary a,
.account-details #subscription #billinginfo a,
.account-details #subscription #billinghistory a,
.account-details #queue .account-queue-action,
.account-details #history .account-history-action {
  cursor: pointer;
  font-size: 14px; }
.account-details .account-queue-drag {
  position: relative;
  height: 100%;
  min-height: 107px; }
  .account-details .account-queue-drag img {
    position: absolute;
    width: 19px;
    height: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block; }
.account-details .account-queue-thumbnail,
.account-details .account-history-thumbnail,
.account-details .account-following-thumbnail {
  text-align: center; }
  .account-details .account-queue-thumbnail img,
  .account-details .account-history-thumbnail img,
  .account-details .account-following-thumbnail img {
    display: inline-block; }
.account-details .account-queue-list ul,
.account-details .account-history-list ul,
.account-details .account-following-list ul {
  margin: 0;
  padding: 0; }
  .account-details .account-queue-list ul li,
  .account-details .account-history-list ul li,
  .account-details .account-following-list ul li {
    padding-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #ffffff; }
    .account-details .account-queue-list ul li:first-child,
    .account-details .account-history-list ul li:first-child,
    .account-details .account-following-list ul li:first-child {
      border-top: none; }
.account-details .account-queue-list ul li .sort-controls {
  display: none;
  text-align: left; }
.account-details .account-queue-details .title,
.account-details .account-history-details .title,
.account-details .account-following-details .title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
.account-details .account-queue-details .rating,
.account-details .account-history-details .rating,
.account-details .account-following-details .rating {
  margin-bottom: 15px; }
.account-details .account-queue-details .action,
.account-details .account-history-details .action,
.account-details .account-following-details .action {
  font-size: 16px;
  font-weight: 300; }
  .account-details .account-queue-details .action span,
  .account-details .account-history-details .action span,
  .account-details .account-following-details .action span {
    font-size: 12px;
    text-transform: capitalize; }
.account-details .account-queue-details .status,
.account-details .account-history-details .status,
.account-details .account-following-details .status {
  font-size: 16px;
  font-weight: 300; }
.account-details .account-queue-videocount,
.account-details .account-queue-action,
.account-details .account-history-action {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
.account-details .account-following-action a {
  text-decoration: underline; }
.account-details .account-history-date,
.account-details .account-following-date {
  font-size: 19px;
  margin-top: 40px; }
.account-details .account-history-details .title,
.account-details .account-following-details .title {
  margin-bottom: 10px; }
.account-details .account-history-details a,
.account-details .account-following-details a {
  text-decoration: underline; }
.account-details .account-wishlist-list ul {
  margin: 0;
  padding: 0; }
  .account-details .account-wishlist-list ul li {
    float: left;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-bottom: 25px; }
    .account-details .account-wishlist-list ul li:first-child {
      border-top: none; }
.account-details .account-wishlist-details {
  position: relative;
  min-height: 108px; }
  .account-details .account-wishlist-details .title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300; }
    .account-details .account-wishlist-details .title a {
      clear: both;
      float: left; }
    .account-details .account-wishlist-details .title a span {
      display: block; }
  .account-details .account-wishlist-details .rating {
    position: absolute;
    bottom: 0;
    left: 0; }
.account-details .account-wishlist-price {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300; }
.account-details .account-wishlist-addtocart,
.account-details .account-wishlist-action {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300; }
.account-details .account-myorders .table > thead > tr > th {
  border: none;
  font-size: 19px;
  padding: 8px 0; }
.account-details .account-myorders .table > tbody > tr {
  border-top: 1px solid #cccccc; }
  .account-details .account-myorders .table > tbody > tr.no-border {
    border: 0; }
  .account-details .account-myorders .table > tbody > tr.order-details.open {
    display: table-row; }
  .account-details .account-myorders .table > tbody > tr.order-details {
    display: none; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(1) {
      width: 11%; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(2) {
      width: 44%; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(3) {
      width: 15%; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(4) {
      width: 15%; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > thead > tr th:nth-child(5) {
      width: 12%; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > tbody > tr td {
      padding-left: 6px; }
    .account-details .account-myorders .table > tbody > tr.order-details table.detail > tbody > tr td:nth-child(2) {
      padding-right: 80px; }
  .account-details .account-myorders .table > tbody > tr .controls {
    display: none; }
  .account-details .account-myorders .table > tbody > tr.open .controls {
    display: block; }
  .account-details .account-myorders .table > tbody > tr > th, .account-details .account-myorders .table > tbody > tr > td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    border: none; }
  .account-details .account-myorders .table > tbody > tr > td {
    height: 60px;
    vertical-align: middle;
    padding: 0; }
.account-details .account-myorders .table.detail > thead > tr > th {
  background: #ccc;
  border-right: 1px solid #ffffff;
  border-left: 2px solid #ffffff;
  padding: 4px;
  font-size: 14px; }
.account-details .account-myorders .table.detail > tbody > tr {
  border: 0; }
  .account-details .account-myorders .table.detail > tbody > tr:first-child > td {
    padding-top: 20px; }
  .account-details .account-myorders .table.detail > tbody > tr > td {
    vertical-align: top; }
.account-details #preferences .video-settings label {
  font-size: 19px; }
.account-details .product-details h3 {
  font-size: 34px;
  font-size: 2.125rem;
  margin-top: 45px;
  margin-bottom: 30px; }
  .account-details .product-details h3 .name {
    margin-top: 0;
    padding-right: 20px; }
.account-details .product-details .rating {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
.account-details .product-details-list {
  float: left;
  width: 100%; }
  .account-details .product-details-list ul {
    margin: 0;
    padding: 0; }
    .account-details .product-details-list ul li {
      float: left;
      margin-left: 15px;
      font-size: 19px;
      font-size: 1.1875rem;
      font-weight: 300; }
      .account-details .product-details-list ul li a {
        color: #d8d8d8;
        padding-bottom: 10px; }
      .account-details .product-details-list ul li:first-child {
        margin-left: 0; }
      .account-details .product-details-list ul li.active a {
        color: black;
        border-bottom: 2px solid black;
        padding-bottom: 10px; }
.account-details .product-details-description {
  float: left;
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin-top: 25px; }
.account-details .product-details-price {
  margin-top: 25px;
  float: left;
  width: 100%;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300; }
.account-details .product-details-retail {
  float: left;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 25px; }
  .account-details .product-details-retail span {
    float: left;
    width: 100%; }
    .account-details .product-details-retail span.highlight {
      color: #df003d; }
.account-details .product-details-buy {
  float: left;
  width: 100%;
  margin-top: 25px; }
  .account-details .product-details-buy ul {
    margin: 0;
    padding: 0;
    text-align: left; }
    .account-details .product-details-buy ul li {
      float: left;
      margin-left: 20px; }
      .account-details .product-details-buy ul li:first-child {
        margin-left: 0; }
  .account-details .product-details-buy .form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 47px;
    line-height: 47px; }
.account-details .product-details-social {
  float: left;
  width: 100%; }
  .account-details .product-details-social ul {
    margin: 0;
    padding: 0;
    text-align: left; }
    .account-details .product-details-social ul li {
      display: inline-block;
      list-style: none;
      font-size: 20px;
      font-size: 1.25rem;
      padding: 0 10px;
      line-height: 30px;
      vertical-align: middle; }
      .account-details .product-details-social ul li a.facebook {
        color: #365396; }
      .account-details .product-details-social ul li a.twitter {
        color: #00a8f0; }
      .account-details .product-details-social ul li a.pinterest {
        color: #cc1919; }
.account-details .product-details-spec {
  padding-bottom: 40px !important; }
  .account-details .product-details-spec .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
.account-details .product-details-speclist {
  width: 100%;
  float: left; }
.account-details .product-details-speclist-left {
  width: 50%;
  padding-right: 10px;
  float: left; }
  .account-details .product-details-speclist-left ul {
    margin: 0;
    padding: 0; }
    .account-details .product-details-speclist-left ul li {
      float: left;
      width: 100%;
      list-style: none;
      margin-left: 15px; }
.account-details .product-details-speclist-right {
  width: 50%;
  padding-right: 10px;
  float: left; }
  .account-details .product-details-speclist-right ul {
    margin: 0;
    padding: 0; }
    .account-details .product-details-speclist-right ul li {
      float: left;
      width: 100%;
      list-style: none; }
.account-details .product-image-thumb {
  width: 100%;
  float: left; }
  .account-details .product-image-thumb .product-image-thumb ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .account-details .product-image-thumb .product-image-thumb ul .product-image-thumb ul li {
      display: inline-block; }
.account-details .product-buy-together {
  margin-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .account-details .product-buy-together .row {
    margin: 0 -5px !important; }
    .account-details .product-buy-together .row > li {
      padding-left: 5px;
      padding-right: 5px; }
  .account-details .product-buy-together h3 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 45px;
    margin-bottom: 30px; }
  .account-details .product-buy-together ul {
    margin: 0;
    padding: 0; }
    .account-details .product-buy-together ul ul li {
      float: left; }
      .account-details .product-buy-together ul ul li ul li p {
        font-size: 19px;
        font-size: 1.1875rem;
        font-weight: 300;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px; }
.account-details .product-spec-title {
  width: 40%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem; }
.account-details .product-spec-desc {
  width: 60%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem; }
.account-details .product-reviews .panel-title a {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300; }
  .account-details .product-reviews .panel-title a span {
    float: left; }
.account-details .product-reviews-user {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }
.account-details .product-reviews-details .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  float: left;
  width: 100%; }
.account-details .product-reviews-details .rating {
  margin-bottom: 10px;
  float: left;
  width: 100%; }
.account-details .product-reviews-details .desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  float: left;
  width: 100%; }
.account-details .product-reviews-details .count {
  float: left;
  width: 100%; }
  .account-details .product-reviews-details .count ul {
    margin: 0;
    padding: 0; }
    .account-details .product-reviews-details .count ul li {
      list-style: none;
      margin-left: 10px;
      float: left;
      margin-bottom: 100px; }
      .account-details .product-reviews-details .count ul li:first-child {
        margin-left: 0; }
      .account-details .product-reviews-details .count ul li p {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 300;
        color: #4d4d4d;
        font-style: italic; }
      .account-details .product-reviews-details .count ul li .fa {
        color: gray; }
.account-details .product-specialfeat .panel-title,
.account-details .product-review .panel-title, .account-details .product-comment .panel-title {
  padding-top: 26px;
  padding-bottom: 26px; }
  .account-details .product-specialfeat .panel-title a,
  .account-details .product-review .panel-title a, .account-details .product-comment .panel-title a {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300; }
    .account-details .product-specialfeat .panel-title a span,
    .account-details .product-review .panel-title a span, .account-details .product-comment .panel-title a span {
      float: left; }
.account-details .product-recommended {
  border-top: 1px solid #ccc;
  padding-bottom: 30px !important;
  padding-top: 70px !important; }
  .account-details .product-recommended h3 {
    font-size: 68px;
    font-size: 4.25rem;
    text-align: center;
    font-weight: 300; }
  .account-details .product-recommended h4 {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 107px; }
  .account-details .product-recommended .row {
    margin: 0 -5px !important; }
    .account-details .product-recommended .row > li {
      padding-left: 5px;
      padding-right: 5px; }
  .account-details .product-recommended ul {
    margin: 0;
    padding: 0; }
    .account-details .product-recommended ul li {
      float: left; }
      .account-details .product-recommended ul li p {
        font-size: 19px;
        font-size: 1.1875rem;
        font-weight: 300;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px; }
.account-details .pagination > li > a, .account-details .pagination > li > span {
  border: none;
  color: black; }
.account-details .pagination > .active > a {
  color: #410099;
  background-color: transparent;
  font-weight: 700; }
.account-details .account-shipping-form,
.account-details .account-payment-form {
  margin: 15px 0;
  min-height: 40px; }
  .account-details .account-shipping-form label,
  .account-details .account-payment-form label {
    font-size: 14px;
    font-size: 0.875rem; }
.account-details .btn {
  margin-top: 0; }
.account-details .btn-buy {
  font-size: 14px;
  font-size: 0.875rem;
  height: 47px;
  line-height: 47px;
  padding: 0 15px; }
.account-details .btn-alternate {
  color: black;
  height: 47px;
  line-height: 47px;
  background: #f2f2f2;
  padding: 0 15px; }

.transition-2, .transition-3, .transition-4 {
  display: none; }

/* XS */
@media screen and (max-width: 400px) {
  .account-personal-details .col-birthdate {
    padding-right: 5px !important; }
    .account-personal-details .col-birthdate .custom-select.birth-info-select .form-control {
      font-size: 14px;
      padding: 0 25px 0 2px !important; } }
/* XS - Phone */
@media screen and (max-width: 767px) {
  .account-payment-form {
    margin-bottom: -20px !important;
    margin-top: 20px !important; }

  .account-details .invisible {
    display: none !important; }
  .account-details .account-personal-details {
    font-size: 14px; }
    .account-details .account-personal-details > .row {
      margin-bottom: 10px; }
    .account-details .account-personal-details .form-control {
      font-size: 19px; }
    .account-details .account-personal-details label {
      margin: 10px 0; }
    .account-details .account-personal-details .col-birthdate {
      padding-right: 5px !important; }
      .account-details .account-personal-details .col-birthdate .custom-select.birth-info-select select {
        padding: 0 30px 0 5px; }
  .account-details .panel-title a {
    font-size: 22px; }
    .account-details .panel-title a.collapsed span {
      display: none; }
  .account-details .cart-buttons {
    text-align: right; }
  .account-details .account-giftcard-redeem {
    padding-right: 0px; }
  .account-details .account-giftcard-balance {
    padding-left: 0px;
    clear: both;
    padding-top: 30px; }
    .account-details .account-giftcard-balance a {
      margin-left: 30px; }
  .account-details .account-shipping-list .account-shipping-details .form-control, .account-details .account-shipping-list .account-shipping-details .custom-radio label, .account-details .account-shipping-list .account-shipping-details p,
  .account-details .account-payment-list .account-payment-details .form-control,
  .account-details .account-payment-list .account-payment-details .custom-radio label,
  .account-details .account-payment-list .account-payment-details p,
  .account-details .account-billinginfo .account-billinginfo-details .form-control,
  .account-details .account-billinginfo .account-billinginfo-details .custom-radio label,
  .account-details .account-billinginfo .account-billinginfo-details p {
    font-size: 19px; }
  .account-details .account-summaryinfo-details,
  .account-details .account-billinghistory #billinghistory table {
    font-size: 14px; }
  .account-details #giftcard .form-control {
    font-size: 19px; }
  .account-details .account-queue-list ul {
    text-align: center; }
    .account-details .account-queue-list ul li .sort-controls {
      display: block; }
      .account-details .account-queue-list ul li .sort-controls a {
        font-size: 18px;
        margin: 0 5px; }
    .account-details .account-queue-list ul .account-queue-details .title, .account-details .account-queue-list ul .account-queue-details .action, .account-details .account-queue-list ul .account-queue-details .status,
    .account-details .account-queue-list ul .account-queue-details .account-queue-videocount,
    .account-details .account-queue-list ul .account-queue-details .account-queue-action,
    .account-details .account-queue-list ul .account-queue-details .account-following-action,
    .account-details .account-queue-list ul .account-queue-details .account-history-action,
    .account-details .account-queue-list ul .account-history-details .title,
    .account-details .account-queue-list ul .account-history-details .action,
    .account-details .account-queue-list ul .account-history-details .status,
    .account-details .account-queue-list ul .account-history-details .account-queue-videocount,
    .account-details .account-queue-list ul .account-history-details .account-queue-action,
    .account-details .account-queue-list ul .account-history-details .account-following-action,
    .account-details .account-queue-list ul .account-history-details .account-history-action,
    .account-details .account-queue-list ul .account-following-details .title,
    .account-details .account-queue-list ul .account-following-details .action,
    .account-details .account-queue-list ul .account-following-details .status,
    .account-details .account-queue-list ul .account-following-details .account-queue-videocount,
    .account-details .account-queue-list ul .account-following-details .account-queue-action,
    .account-details .account-queue-list ul .account-following-details .account-following-action,
    .account-details .account-queue-list ul .account-following-details .account-history-action {
      font-size: 14px; }
  .account-details .account-history-date, .account-details .account-following-date {
    margin-top: 0px;
    font-size: 14px; }
  .account-details .account-history-date,
  .account-details .account-history-details,
  .account-details .account-history-action,
  .account-details .account-following-date,
  .account-details .account-following-details,
  .account-details .account-following-action,
  .account-details .account-wishlist-list {
    text-align: center; }
  .account-details .account-wishlist-details {
    min-height: 0; }
    .account-details .account-wishlist-details .title a {
      float: none; }
    .account-details .account-wishlist-details .rating {
      position: relative; }
  .account-details .account-myorders .table > thead > tr > th, .account-details .account-myorders .table > thead > tr > td,
  .account-details .account-myorders .table > tbody > tr > th,
  .account-details .account-myorders .table > tbody > tr > td {
    padding: 8px; }

  .account-billinginfo-details [for=subscriptionCreditCard] {
    margin-bottom: 20px; }
  .account-billinginfo-details .credit-card-information .form-group {
    margin-top: 20px; }

  .account-avatar .account-avatar-thumbnail .upload {
    margin-right: 15px; } }
.highlight {
  color: #ff0000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }

/* SM - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .account-payment-form {
    margin-bottom: -20px !important;
    margin-top: 20px !important; }

  .account-details .invisible {
    display: none !important; }

  .account-details .panel-title a {
    font-size: 30px; }
    .account-details .panel-title a.collapsed span {
      font-size: 19px; }
  .account-details .account-history-date,
  .account-details .account-following-date {
    margin-top: 24px; }
  .account-details .account-queue-list ul {
    text-align: center; }
    .account-details .account-queue-list ul li .sort-controls {
      margin-bottom: 15px;
      display: block; }
      .account-details .account-queue-list ul li .sort-controls a {
        font-size: 18px;
        margin: 0 5px; } }
/* MD - Medium Desktop */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .account-payment-form {
    padding-bottom: 20px; }

  .account-details .account-queue-videocount {
    font-size: 17px;
    padding-right: 5px; }
  .account-details .panel-title a.collapsed span {
    font-size: 19px; }
  .account-details .account-history-date,
  .account-details .account-following-date {
    margin-top: 27px; } }
/* LG - Large Desktop */
.clear {
  clear: both; }

.quad-section.no-items {
  min-height: 100px; }

.content-template.content-series, .content-template.content-ppv {
  max-width: 1920px;
  margin: 0 auto; }

ng-form .form-error {
  color: red; }

.form-error {
  color: red; }

a.white {
  color: white; }
  a.white:hover {
    color: #e30046; }

.btn:hover a.white {
  color: #e30046; }

.featured-show-2-section .show a {
  color: white; }

.modal.maturity-modal .gs_modal-content-title {
  border: none;
  font-weight: normal;
  line-height: 1.2; }
.modal.maturity-modal .gs_modal-content-title .title-text {
  color: #e40046; }
.modal.maturity-modal .gs_modal-content-content {
  font-size: 18px;
  text-align: center; }
.modal.maturity-modal .btn {
  min-width: 250px;
  max-width: auto;
  margin-bottom: 15px; }
.modal.maturity-modal .maturity-cta {
  font-size: 22px; }
.modal.maturity-modal .message {
  margin-bottom: 30px; }

.link-btn {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0 5px;
  color: #410099;
  font-size: 14px;
  transition: color .3s; }
  .link-btn:hover {
    color: #e40046; }

.price .retail-price {
  font-size: .5em;
  margin-left: 15px;
  text-decoration: line-through; }

#avatarUpload {
  position: absolute;
  left: -2500px;
  visibility: hidden; }

.stars > span {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  margin: 5px 5px 5px 0;
  position: relative; }
  .stars > span::before {
    color: #f2f2f2;
    content: "\f005";
    font-family: FontAwesome; }
  .stars > span::after {
    color: #FFAB40;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 2px; }
.stars .half-star,
.stars .full-star {
  height: 100%;
  margin: 0px;
  position: absolute;
  top: 0px;
  width: 50%;
  z-index: 10; }
.stars .half-star {
  left: 0px; }
.stars .full-star {
  right: 0px; }
.stars.smaller-stars > span {
  font-size: 20px; }
  .stars.smaller-stars > span::after {
    top: 0; }
.stars[data-rating=".5"] > span:first-child::after, .stars[data-rating="0.5"] > span:first-child::after {
  content: "\f089"; }
.stars[data-rating="1"] > span:first-child::after, .stars[data-rating="1.0"] > span:first-child::after {
  content: "\f005"; }
.stars[data-rating="1.5"] > span:first-child::after {
  content: "\f005"; }
.stars[data-rating="1.5"] > span:nth-child(2)::after {
  content: "\f089"; }
.stars[data-rating="2"] > span:nth-child(-n+2)::after, .stars[data-rating="2.0"] > span:nth-child(-n+2)::after {
  content: "\f005"; }
.stars[data-rating="2.5"] > span:nth-child(-n+2)::after {
  content: "\f005"; }
.stars[data-rating="2.5"] > span:nth-child(3)::after {
  content: "\f089"; }
.stars[data-rating="3"] > span:nth-child(-n+3)::after, .stars[data-rating="3.0"] > span:nth-child(-n+3)::after {
  content: "\f005"; }
.stars[data-rating="3.5"] > span:nth-child(-n+3)::after {
  content: "\f005"; }
.stars[data-rating="3.5"] > span:nth-child(4)::after {
  content: "\f089"; }
.stars[data-rating="4"] > span:nth-child(-n+4)::after, .stars[data-rating="4.0"] > span:nth-child(-n+4)::after {
  content: "\f005"; }
.stars[data-rating="4.5"] > span:nth-child(-n+4)::after {
  content: "\f005"; }
.stars[data-rating="4.5"] > span:nth-child(5)::after {
  content: "\f089"; }
.stars[data-rating="5"] > span::after, .stars[data-rating="5.0"] > span::after {
  content: "\f005"; }
.stars.postable {
  cursor: pointer; }

#main {
  position: relative; }

.curated-section .curated-hero .home .vertical-align {
  top: 92%;
  text-align: center; }
.curated-section .curated-hero .home .homeHistoryPlay {
  position: relative; }
  .curated-section .curated-hero .home .homeHistoryPlay::before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    content: '';
    display: block;
    height: 26px;
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px; }
  .curated-section .curated-hero .home .homeHistoryPlay::after {
    color: #333;
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 12px;
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
.curated-section .curated-hero .home p {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-left: 20px; }

@media screen and (max-width: 767px) {
  .curated-section .curated-hero .home .homeHistoryPlay {
    position: relative; }
    .curated-section .curated-hero .home .homeHistoryPlay::before {
      left: 50%;
      top: 40%; }
    .curated-section .curated-hero .home .homeHistoryPlay::after {
      left: 50%;
      top: 40%; }
  .curated-section .curated-hero .home p {
    font-size: 16px;
    line-height: 16px;
    margin-left: 0;
    top: 22px;
    position: relative; } }
.capitalize {
  text-transform: capitalize; }

.account-notice-alert {
  color: #fff;
  font-size: 18px;
  height: 30px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 100%; }
  .account-notice-alert.success {
    background-color: #00C7B2; }
  .account-notice-alert.warning {
    background-color: #FFC72C; }
  .account-notice-alert.error {
    background-color: #E30047; }
  .account-notice-alert.info {
    background-color: #E0FFFF;
    color: #000; }

.search-results .filter-list {
  overflow: hidden; }
.search-results .view-trailer-btn {
  display: none; }
.search-results #shop-results .name a {
  white-space: pre-wrap;
  word-wrap: break-word; }
.search-results #blog-results .actions {
  text-align: right; }
.search-results #blog-results h4 {
  cursor: pointer; }
.search-results #blog-results .forum-content-container {
  padding-left: 0px; }
.search-results #blog-results h4 {
  cursor: pointer;
  margin-bottom: 4px;
  text-decoration: underline; }
.search-results #blog-results .forum-description {
  font-size: 100%; }
.search-results #blog-results .post-meta {
  color: #410099;
  display: block;
  margin-top: 2px; }

.addthis_sharing_toolbox {
  display: none;
  position: absolute; }

.account-avatar .right-edit {
  display: none; }

.interior-content #email-preferences .underline-link {
  text-decoration: underline; }

.product-details .email-field {
  margin-top: 10px; }
.product-details .error-message {
  color: #df003d; }
  .product-details .error-message ul {
    list-style: initial;
    margin: 0px 0px 0px 33px; }
  .product-details .error-message li {
    margin: 0px; }

.gc-redeem .gc-section {
  display: none; }
.gc-redeem .gc-section-1 {
  display: block; }

#wishlist {
  font-size: 19px;
  margin-top: 40px;
  position: relative; }
  #wishlist .wishlist-social {
    left: 160px;
    position: absolute;
    top: 3px; }
    #wishlist .wishlist-social ul {
      margin: 0; }
    #wishlist .wishlist-social li {
      float: left;
      font-size: 28px;
      margin-left: 10px; }
    #wishlist .wishlist-social a {
      color: #fff;
      width: 32px;
      line-height: 32px;
      display: block;
      text-align: center; }
    #wishlist .wishlist-social .facebook {
      background-color: #3B5998; }
    #wishlist .wishlist-social .twitter {
      background-color: #1DA1F2; }
    #wishlist .wishlist-social .pinterest {
      background-color: #CB2027; }
    #wishlist .wishlist-social .email {
      background-color: #848484; }
  #wishlist .print-wishlist {
    position: absolute;
    right: 50px;
    top: 0px; }
    #wishlist .print-wishlist::after {
      background: url("/static/img/icons/icon-collapse-arrow.png") no-repeat 0 0;
      content: '';
      height: 17px;
      position: absolute;
      right: -50px;
      top: 5px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      transform-origin: center;
      width: 33px; }
    #wishlist .print-wishlist span {
      font-size: 14px; }
  #wishlist .wishlist {
    margin-top: 50px; }
  #wishlist .wishlist-item {
    border-bottom: solid 1px #cccccc;
    margin: 0px;
    padding: 25px 0px; }
  #wishlist .wishlist-thumbnail {
    padding-right: 70px; }
  #wishlist .wishlist-item-details div {
    margin-bottom: 5px; }
  #wishlist .product-title-description {
    padding: 0 15px 0 50px; }
  #wishlist .price {
    font-size: 24px; }
  #wishlist .wishlist-action {
    font-size: 14px; }

.curated-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox {
  top: -7px;
  right: 463px; }
.curated-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox {
  top: 23px;
  right: 459px; }
.curated-section .curated-hero-container .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .curated-section .show-listing-container .addthis_sharing_toolbox, .curated-section .quad-container .addthis_sharing_toolbox, .curated-section .forum-list-container .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-hero-container .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-1 .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-2 .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-container .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-container .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-hero-container .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-1 .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-2 .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-container .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-container .addthis_sharing_toolbox, .show-listing-section .curated-hero-container .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .show-listing-section .show-listing-container .addthis_sharing_toolbox, .show-listing-section .quad-container .addthis_sharing_toolbox, .show-listing-section .forum-list-container .addthis_sharing_toolbox, .quad-section .curated-hero-container .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .quad-section .show-listing-container .addthis_sharing_toolbox, .quad-section .quad-container .addthis_sharing_toolbox, .quad-section .forum-list-container .addthis_sharing_toolbox {
  top: 25px;
  right: 492px; }
  .curated-section .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .curated-section .show-listing-container-alt-1 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .curated-section .show-listing-container-alt-2 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .curated-section .show-listing-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .curated-section .quad-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .curated-section .forum-list-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .show-listing-container-alt-1 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .show-listing-container-alt-2 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .show-listing-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .quad-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-1 .forum-list-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .show-listing-container-alt-1 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .show-listing-container-alt-2 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .show-listing-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .quad-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section-alt-2 .forum-list-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .show-listing-container-alt-1 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .show-listing-container-alt-2 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .show-listing-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .quad-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .show-listing-section .forum-list-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .show-listing-container-alt-1 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .show-listing-container-alt-2 .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .show-listing-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .quad-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden, .quad-section .forum-list-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden {
    position: absolute; }
@media screen and (max-width: 767px) {
  .curated-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .curated-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .show-listing-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .curated-hero-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-1 .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-2 .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .quad-container .btn-share-curated-list .addthis_sharing_toolbox, .quad-section .forum-list-container .btn-share-curated-list .addthis_sharing_toolbox {
    top: 67px;
    margin-right: -90px;
    right: 50%; }
  .curated-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .curated-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .show-listing-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .curated-hero-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-1 .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container-alt-2 .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .show-listing-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .quad-container .btn-share-single-curated-list .addthis_sharing_toolbox, .quad-section .forum-list-container .btn-share-single-curated-list .addthis_sharing_toolbox {
    top: 97px;
    margin-right: -90px;
    right: 50%; } }
.curated-section .curated-slider .forum .forum-content-wrap a, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a, .curated-section .show-listing-slider .forum .forum-content-wrap a, .curated-section .quad-slider .forum .forum-content-wrap a, .curated-section .forum-list-wrapper .forum .forum-content-wrap a, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a, .show-listing-section .curated-slider .forum .forum-content-wrap a, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a, .show-listing-section .show-listing-slider .forum .forum-content-wrap a, .show-listing-section .quad-slider .forum .forum-content-wrap a, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a, .quad-section .curated-slider .forum .forum-content-wrap a, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a, .quad-section .show-listing-slider .forum .forum-content-wrap a, .quad-section .quad-slider .forum .forum-content-wrap a, .quad-section .forum-list-wrapper .forum .forum-content-wrap a {
  display: block;
  background: #ccc;
  padding: 10px 0;
  position: relative; }
  .curated-section .curated-slider .forum .forum-content-wrap a .forum-content, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content, .curated-section .show-listing-slider .forum .forum-content-wrap a .forum-content, .curated-section .quad-slider .forum .forum-content-wrap a .forum-content, .curated-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a .forum-content, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a .forum-content, .show-listing-section .curated-slider .forum .forum-content-wrap a .forum-content, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content, .show-listing-section .show-listing-slider .forum .forum-content-wrap a .forum-content, .show-listing-section .quad-slider .forum .forum-content-wrap a .forum-content, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content, .quad-section .curated-slider .forum .forum-content-wrap a .forum-content, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content, .quad-section .show-listing-slider .forum .forum-content-wrap a .forum-content, .quad-section .quad-slider .forum .forum-content-wrap a .forum-content, .quad-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content {
    color: #000; }
    .curated-section .curated-slider .forum .forum-content-wrap a .forum-content .forum-title, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content .forum-title, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content .forum-title, .curated-section .show-listing-slider .forum .forum-content-wrap a .forum-content .forum-title, .curated-section .quad-slider .forum .forum-content-wrap a .forum-content .forum-title, .curated-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .curated-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .show-listing-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .quad-slider .forum .forum-content-wrap a .forum-content .forum-title, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .curated-slider .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .show-listing-slider .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .quad-slider .forum .forum-content-wrap a .forum-content .forum-title, .quad-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content .forum-title {
      font-size: 20px;
      margin-bottom: 10px; }
    .curated-section .curated-slider .forum .forum-content-wrap a .forum-content:hover, .curated-section .curated-slider .forum .forum-content-wrap a .forum-content.highlight, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content:hover, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content.highlight, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content:hover, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content.highlight, .curated-section .show-listing-slider .forum .forum-content-wrap a .forum-content:hover, .curated-section .show-listing-slider .forum .forum-content-wrap a .forum-content.highlight, .curated-section .quad-slider .forum .forum-content-wrap a .forum-content:hover, .curated-section .quad-slider .forum .forum-content-wrap a .forum-content.highlight, .curated-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content:hover, .curated-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a .forum-content:hover, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .curated-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .curated-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .show-listing-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .show-listing-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .quad-slider .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .quad-slider .forum .forum-content-wrap a .forum-content.highlight, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content:hover, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content.highlight, .quad-section .curated-slider .forum .forum-content-wrap a .forum-content:hover, .quad-section .curated-slider .forum .forum-content-wrap a .forum-content.highlight, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content:hover, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a .forum-content.highlight, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content:hover, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a .forum-content.highlight, .quad-section .show-listing-slider .forum .forum-content-wrap a .forum-content:hover, .quad-section .show-listing-slider .forum .forum-content-wrap a .forum-content.highlight, .quad-section .quad-slider .forum .forum-content-wrap a .forum-content:hover, .quad-section .quad-slider .forum .forum-content-wrap a .forum-content.highlight, .quad-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content:hover, .quad-section .forum-list-wrapper .forum .forum-content-wrap a .forum-content.highlight {
      color: #410099;
      cursor: pointer; }
  .curated-section .curated-slider .forum .forum-content-wrap a:hover, .curated-section .curated-slider .forum .forum-content-wrap a.highlight, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a:hover, .curated-section .show-listing-slider-alt-1 .forum .forum-content-wrap a.highlight, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a:hover, .curated-section .show-listing-slider-alt-2 .forum .forum-content-wrap a.highlight, .curated-section .show-listing-slider .forum .forum-content-wrap a:hover, .curated-section .show-listing-slider .forum .forum-content-wrap a.highlight, .curated-section .quad-slider .forum .forum-content-wrap a:hover, .curated-section .quad-slider .forum .forum-content-wrap a.highlight, .curated-section .forum-list-wrapper .forum .forum-content-wrap a:hover, .curated-section .forum-list-wrapper .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .curated-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .show-listing-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .quad-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a:hover, .show-listing-section-alt-1 .forum-list-wrapper .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .curated-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .show-listing-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .quad-slider .forum .forum-content-wrap a.highlight, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a:hover, .show-listing-section-alt-2 .forum-list-wrapper .forum .forum-content-wrap a.highlight, .show-listing-section .curated-slider .forum .forum-content-wrap a:hover, .show-listing-section .curated-slider .forum .forum-content-wrap a.highlight, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a:hover, .show-listing-section .show-listing-slider-alt-1 .forum .forum-content-wrap a.highlight, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a:hover, .show-listing-section .show-listing-slider-alt-2 .forum .forum-content-wrap a.highlight, .show-listing-section .show-listing-slider .forum .forum-content-wrap a:hover, .show-listing-section .show-listing-slider .forum .forum-content-wrap a.highlight, .show-listing-section .quad-slider .forum .forum-content-wrap a:hover, .show-listing-section .quad-slider .forum .forum-content-wrap a.highlight, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a:hover, .show-listing-section .forum-list-wrapper .forum .forum-content-wrap a.highlight, .quad-section .curated-slider .forum .forum-content-wrap a:hover, .quad-section .curated-slider .forum .forum-content-wrap a.highlight, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a:hover, .quad-section .show-listing-slider-alt-1 .forum .forum-content-wrap a.highlight, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a:hover, .quad-section .show-listing-slider-alt-2 .forum .forum-content-wrap a.highlight, .quad-section .show-listing-slider .forum .forum-content-wrap a:hover, .quad-section .show-listing-slider .forum .forum-content-wrap a.highlight, .quad-section .quad-slider .forum .forum-content-wrap a:hover, .quad-section .quad-slider .forum .forum-content-wrap a.highlight, .quad-section .forum-list-wrapper .forum .forum-content-wrap a:hover, .quad-section .forum-list-wrapper .forum .forum-content-wrap a.highlight {
    color: #410099;
    cursor: pointer; }
.curated-section .curated-slider .forum .loading, .curated-section .show-listing-slider-alt-1 .forum .loading, .curated-section .show-listing-slider-alt-2 .forum .loading, .curated-section .show-listing-slider .forum .loading, .curated-section .quad-slider .forum .loading, .curated-section .forum-list-wrapper .forum .loading, .show-listing-section-alt-1 .curated-slider .forum .loading, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum .loading, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum .loading, .show-listing-section-alt-1 .show-listing-slider .forum .loading, .show-listing-section-alt-1 .quad-slider .forum .loading, .show-listing-section-alt-1 .forum-list-wrapper .forum .loading, .show-listing-section-alt-2 .curated-slider .forum .loading, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum .loading, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum .loading, .show-listing-section-alt-2 .show-listing-slider .forum .loading, .show-listing-section-alt-2 .quad-slider .forum .loading, .show-listing-section-alt-2 .forum-list-wrapper .forum .loading, .show-listing-section .curated-slider .forum .loading, .show-listing-section .show-listing-slider-alt-1 .forum .loading, .show-listing-section .show-listing-slider-alt-2 .forum .loading, .show-listing-section .show-listing-slider .forum .loading, .show-listing-section .quad-slider .forum .loading, .show-listing-section .forum-list-wrapper .forum .loading, .quad-section .curated-slider .forum .loading, .quad-section .show-listing-slider-alt-1 .forum .loading, .quad-section .show-listing-slider-alt-2 .forum .loading, .quad-section .show-listing-slider .forum .loading, .quad-section .quad-slider .forum .loading, .quad-section .forum-list-wrapper .forum .loading {
  padding: 80px 0; }
.curated-section .curated-slider .forum-description, .curated-section .show-listing-slider-alt-1 .forum-description, .curated-section .show-listing-slider-alt-2 .forum-description, .curated-section .show-listing-slider .forum-description, .curated-section .quad-slider .forum-description, .curated-section .forum-list-wrapper .forum-description, .show-listing-section-alt-1 .curated-slider .forum-description, .show-listing-section-alt-1 .show-listing-slider-alt-1 .forum-description, .show-listing-section-alt-1 .show-listing-slider-alt-2 .forum-description, .show-listing-section-alt-1 .show-listing-slider .forum-description, .show-listing-section-alt-1 .quad-slider .forum-description, .show-listing-section-alt-1 .forum-list-wrapper .forum-description, .show-listing-section-alt-2 .curated-slider .forum-description, .show-listing-section-alt-2 .show-listing-slider-alt-1 .forum-description, .show-listing-section-alt-2 .show-listing-slider-alt-2 .forum-description, .show-listing-section-alt-2 .show-listing-slider .forum-description, .show-listing-section-alt-2 .quad-slider .forum-description, .show-listing-section-alt-2 .forum-list-wrapper .forum-description, .show-listing-section .curated-slider .forum-description, .show-listing-section .show-listing-slider-alt-1 .forum-description, .show-listing-section .show-listing-slider-alt-2 .forum-description, .show-listing-section .show-listing-slider .forum-description, .show-listing-section .quad-slider .forum-description, .show-listing-section .forum-list-wrapper .forum-description, .quad-section .curated-slider .forum-description, .quad-section .show-listing-slider-alt-1 .forum-description, .quad-section .show-listing-slider-alt-2 .forum-description, .quad-section .show-listing-slider .forum-description, .quad-section .quad-slider .forum-description, .quad-section .forum-list-wrapper .forum-description {
  min-height: 85px;
  height: 100%; }
.curated-section .curated-slider .addthis_sharing_toolbox, .curated-section .show-listing-slider-alt-1 .addthis_sharing_toolbox, .curated-section .show-listing-slider-alt-2 .addthis_sharing_toolbox, .curated-section .show-listing-slider .addthis_sharing_toolbox, .curated-section .quad-slider .addthis_sharing_toolbox, .curated-section .forum-list-wrapper .addthis_sharing_toolbox, .show-listing-section-alt-1 .curated-slider .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-slider-alt-1 .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-slider-alt-2 .addthis_sharing_toolbox, .show-listing-section-alt-1 .show-listing-slider .addthis_sharing_toolbox, .show-listing-section-alt-1 .quad-slider .addthis_sharing_toolbox, .show-listing-section-alt-1 .forum-list-wrapper .addthis_sharing_toolbox, .show-listing-section-alt-2 .curated-slider .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-slider-alt-1 .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-slider-alt-2 .addthis_sharing_toolbox, .show-listing-section-alt-2 .show-listing-slider .addthis_sharing_toolbox, .show-listing-section-alt-2 .quad-slider .addthis_sharing_toolbox, .show-listing-section-alt-2 .forum-list-wrapper .addthis_sharing_toolbox, .show-listing-section .curated-slider .addthis_sharing_toolbox, .show-listing-section .show-listing-slider-alt-1 .addthis_sharing_toolbox, .show-listing-section .show-listing-slider-alt-2 .addthis_sharing_toolbox, .show-listing-section .show-listing-slider .addthis_sharing_toolbox, .show-listing-section .quad-slider .addthis_sharing_toolbox, .show-listing-section .forum-list-wrapper .addthis_sharing_toolbox, .quad-section .curated-slider .addthis_sharing_toolbox, .quad-section .show-listing-slider-alt-1 .addthis_sharing_toolbox, .quad-section .show-listing-slider-alt-2 .addthis_sharing_toolbox, .quad-section .show-listing-slider .addthis_sharing_toolbox, .quad-section .quad-slider .addthis_sharing_toolbox, .quad-section .forum-list-wrapper .addthis_sharing_toolbox {
  top: 85px;
  right: 473px; }

#curated-list .forum {
  position: relative; }
  #curated-list .forum.processing {
    min-height: 264px; }
  #curated-list .forum a {
    color: #410099;
    padding: 0px; }
  #curated-list .forum .content {
    padding: 20px; }
  #curated-list .forum .forum-avatar {
    float: left;
    min-height: 10px;
    width: 30%; }
  #curated-list .forum .forum-post {
    color: #333333;
    float: right;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    width: 25%; }
    #curated-list .forum .forum-post span {
      display: block; }
  #curated-list .forum .forum-info {
    margin-top: 10px;
    text-align: left;
    width: 100%; }
  #curated-list .forum .forum-title {
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-align: left; }
  #curated-list .forum .forum-topic {
    clear: left;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left; }
  @media screen and (max-width: 1279px) and (min-width: 992px) {
    #curated-list .forum .forum-post {
      color: #333333;
      float: right;
      font-size: 15px;
      line-height: 16px;
      text-align: center;
      width: 30%; }
      #curated-list .forum .forum-post span {
        display: block; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #curated-list .forum .forum-post {
      color: #333333;
      float: right;
      font-size: 15px;
      line-height: 16px;
      text-align: center;
      width: 30%; }
      #curated-list .forum .forum-post span {
        display: block; }
    #curated-list .forum .forum-title {
      font-size: 16px; }
    #curated-list .forum .forum-topic {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 767px) {
    #curated-list .forum .forum-post {
      color: #333333;
      float: right;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      width: 30%; }
      #curated-list .forum .forum-post span {
        display: block; }
    #curated-list .forum .forum-title {
      font-size: 22px; }
    #curated-list .forum .forum-topic {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (max-width: 530px) {
    #curated-list .forum .forum-post {
      color: #333333;
      float: right;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      width: 25%; }
      #curated-list .forum .forum-post span {
        display: block; }
    #curated-list .forum .forum-title {
      font-size: 16px; }
    #curated-list .forum .forum-topic {
      font-size: 24px;
      line-height: 28px; } }

.home .curatedList .curated-section .curated-hero-container .addthis_sharing_toolbox, .home .curatedList .curated-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .home .curatedList .curated-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .home .curatedList .curated-section .show-listing-container .addthis_sharing_toolbox, .home .curatedList .curated-section .quad-container .addthis_sharing_toolbox, .home .curatedList .curated-section .forum-list-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .curated-hero-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .show-listing-container-alt-1 .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .show-listing-container-alt-2 .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .show-listing-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .quad-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-1 .forum-list-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .curated-hero-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .show-listing-container-alt-1 .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .show-listing-container-alt-2 .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .show-listing-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .quad-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section-alt-2 .forum-list-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section .curated-hero-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .home .curatedList .show-listing-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .home .curatedList .show-listing-section .show-listing-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section .quad-container .addthis_sharing_toolbox, .home .curatedList .show-listing-section .forum-list-container .addthis_sharing_toolbox, .home .curatedList .quad-section .curated-hero-container .addthis_sharing_toolbox, .home .curatedList .quad-section .show-listing-container-alt-1 .addthis_sharing_toolbox, .home .curatedList .quad-section .show-listing-container-alt-2 .addthis_sharing_toolbox, .home .curatedList .quad-section .show-listing-container .addthis_sharing_toolbox, .home .curatedList .quad-section .quad-container .addthis_sharing_toolbox, .home .curatedList .quad-section .forum-list-container .addthis_sharing_toolbox {
  top: -3px;
  right: 469px; }

.template-discover .curated-section .curated-hero-container .addthis_sharing_toolbox {
  top: -5px;
  right: 500px; }
  .template-discover .curated-section .curated-hero-container .addthis_sharing_toolbox .addthis-animated .at4-visually-hidden {
    position: absolute; }
@media screen and (max-width: 767px) {
  .template-discover .curated-section .curated-hero-container .addthis_sharing_toolbox {
    top: 67px;
    margin-right: -90px;
    right: 50%; } }

.episodePlay {
  position: relative; }
  .episodePlay::before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    content: '';
    display: block;
    height: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px; }
  .episodePlay::after {
    color: #333;
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .episodePlay img {
    display: block; }

.product-list a:hover .name, .product-list a:hover .description, .quad-container a:hover .name, .quad-container a:hover .description {
  color: #410099; }
.product-list a:hover img, .quad-container a:hover img {
  opacity: 1; }

.product-list .slide:hover, .quad-container .slide:hover {
  opacity: .9; }

.progressBar {
  display: block;
  position: relative;
  height: 7px; }
  .progressBar .progressBar-fill {
    background-color: #ae19ae;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: width 0.25s ease;
    max-width: 100%; }

.content-series .padding-bottom-0, .content-series2 .padding-bottom-0 {
  padding-bottom: 0 !important; }
.content-series .cast-crew-details h3, .content-series2 .cast-crew-details h3 {
  font-size: 19px;
  margin-bottom: 0; }
.content-series .cast-crew-details h2, .content-series2 .cast-crew-details h2 {
  text-transform: uppercase; }
.content-series #cast, .content-series #crew, .content-series2 #cast, .content-series2 #crew {
  min-height: 160px; }
.content-series .continue-watching-module .curated-hero, .content-series2 .continue-watching-module .curated-hero {
  display: none; }
.content-series .panel-group .product-specialfeat, .content-series2 .panel-group .product-specialfeat {
  overflow: visible; }

.show-detail-section .show-detail-container .show-detail-information .show-utilities {
  margin-top: 133px; }
  @media screen and (max-width: 767px) {
    .show-detail-section .show-detail-container .show-detail-information .show-utilities {
      margin-top: 45px;
      margin-bottom: 55px; } }

#video-details .showMoreDetails img {
  margin-top: 0px; }
  #video-details .showMoreDetails img:first-of-type {
    margin-top: 20px; }

.add-review-form .stars > span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin: 5px 5px 5px 0;
  position: relative; }
  .add-review-form .stars > span::before {
    color: #c3c3c3; }
  .add-review-form .stars > span::after {
    top: 0px; }
.add-review-form .stars.overall-rating > span {
  font-size: 20px; }
.add-review-form .show-reviews-user, .add-review-form .show-reviews-details, .add-review-form .show-reviews {
  overflow-wrap: break-word; }

#reviews-section .star-box .label {
  color: #7f7f7f;
  font-size: 100%;
  font-weight: 100;
  text-align: left;
  top: 5px; }
#reviews-section .avatar-wrap {
  height: 0px;
  padding-bottom: 100%;
  position: relative; }
  #reviews-section .avatar-wrap .avatar {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  #reviews-section .avatar-wrap .subscription-level {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
    #reviews-section .avatar-wrap .subscription-level.sub-free {
      display: none; }
    #reviews-section .avatar-wrap .subscription-level.sub-ultimate {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60/cste/b8481ba7-2611-4ad3-84e4-d6ce38e3c4ed.png"); }
    #reviews-section .avatar-wrap .subscription-level.sub-premium {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60/cste/d0cc9063-54bb-4ba9-867b-9179f9034507.png"); }
    #reviews-section .avatar-wrap .subscription-level.sub-subpass {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60/cste/13c7f3ce-1312-4803-9cf9-b4d8d375a496.png"); }
#reviews-section .review-item .desc-trunc {
  display: none; }
#reviews-section .review-item .toggle-link {
  cursor: pointer;
  display: none; }
#reviews-section .review-item .desc {
  display: none; }
#reviews-section .review-item .desc.active {
  display: block; }
#reviews-section .review-item.long-text .toggle-link {
  display: inline-block; }

.sort-menu {
  position: relative;
  top: -20px; }
  .sort-menu .sort {
    border: 2px solid #ccc;
    width: 204px;
    background: #fff;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    box-shadow: 2px 2px 2px #ccc; }
    .sort-menu .sort li {
      font-size: 20px;
      color: #ccc;
      padding: 10px 20px;
      margin: 0; }
      .sort-menu .sort li:hover, .sort-menu .sort li.highlight {
        background: #ccc;
        color: #fff; }
  .sort-menu .sort-title {
    color: #c3c3c3;
    position: relative; }
    .sort-menu .sort-title:after {
      content: '';
      position: absolute;
      background: url("/static/img/icons/icon-collapse-arrow.png") no-repeat 0 0;
      top: 5px;
      left: 168px;
      height: 17px;
      width: 33px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      transform-origin: center; }
    .sort-menu .sort-title.collapsed:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  @media screen and (max-width: 767px) {
    .sort-menu {
      top: -5px;
      margin-bottom: 50px; }
      .sort-menu .sort {
        position: relative; } }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #410099;
  border-color: #410099;
  cursor: default !important; }

.pagination .pages .active, .pagination .pages .active:hover, .pagination .pages .active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default !important; }
.pagination .pages .page:not(.active) {
  cursor: pointer; }
.pagination .paging.disabled {
  cursor: default;
  visibility: hidden; }
  .pagination .paging.disabled > a > span {
    color: #000;
    cursor: default;
    font-weight: 300; }

#contributors .quad-section .quad-container .bx-viewport {
  height: auto !important; }
  #contributors .quad-section .quad-container .bx-viewport .quad-slider .slide {
    width: 130px !important; }

#special-features .quad-section .quad-container .quad-slider .slide .name {
  padding: 1px 15px 15px 0px; }

.genre-list .collection-item a {
  background-position: center center;
  height: 0px;
  min-height: 0;
  padding-bottom: 100%;
  position: relative; }
.genre-list.hovered .collection-item.active {
  opacity: .9; }

@media screen and (max-width: 1279px) and (min-width: 992px) {
  .genre-list .collection-item a {
    min-height: 320px; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  .genre-list .collection-item a {
    min-height: 370px; } }
@media screen and (max-width: 767px) {
  .genre-list .collection-item a {
    min-height: calc(50%); } }
.show-wrapper .show-link {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1; }
.show-wrapper .moreDetails,
.show-wrapper .addToCart {
  cursor: pointer;
  position: relative;
  z-index: 2; }
.show-wrapper .add-queue-btn {
  position: relative; }

@media only screen and (max-width: 560px) {
  .product-list .show-wrapper .show-container div.show-details {
    width: 100%; } }
.thankYouAccountInfo .mature-content-copy {
  font-style: italic; }
  .thankYouAccountInfo .mature-content-copy a {
    color: #e30046;
    text-decoration: underline; }
.thankYouAccountInfo .fieldLabel.tax-line::after {
  content: attr(data-estimatedtax);
  position: absolute;
  bottom: -14px;
  left: 0;
  font-size: 80%; }
.thankYouAccountInfo .grand-total .costTotal.sup-tax::after {
  content: " +" attr(data-taxtype);
  font-size: 12px;
  top: -4px;
  position: relative;
  white-space: nowrap; }

.cancel-subscription-form-field {
  box-sizing: border-box;
  height: 50px;
  padding: 6px 10px;
  width: 100%; }

.customer-support-wrapper .dicon:before, .customer-support-wrapper [data-icon]:before {
  content: attr(data-icon);
  font-family: 'FontAwesome';
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.customer-support-wrapper .customerSupportCategory {
  float: left;
  margin-bottom: 20px; }
  .customer-support-wrapper .customerSupportCategory img {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .customer-support-wrapper .customerSupportCategory {
    width: 16%; } }
.customer-support-wrapper .customerSupport ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside; }
.customer-support-wrapper .customerSupportContact form .form-group {
  position: relative; }
.customer-support-wrapper .customerSupportContact form .form-error {
  padding: 0; }
  .customer-support-wrapper .customerSupportContact form .form-error.active {
    display: inline-block; }
  .customer-support-wrapper .customerSupportContact form .form-error.inactive {
    display: none; }
.customer-support-wrapper .customerSupportContact form #reason-error {
  clear: both;
  width: 100%; }
.customer-support-wrapper .customerSupportContact .form-valid-icon {
  display: none;
  font-size: 20px;
  margin-top: 6px;
  position: absolute;
  right: 0;
  top: 50%; }
.customer-support-wrapper .customerSupportContact .pass, .customer-support-wrapper .customerSupportContact .fail {
  display: inline-block; }
.customer-support-wrapper .customerSupportContact .pass {
  color: #20c7b2; }
.customer-support-wrapper .customerSupportContact .fail {
  color: #c72020; }
.customer-support-wrapper .customerSupportContact #down-arrow {
  position: absolute;
  right: 10px;
  top: 10px; }
.customer-support-wrapper #toast {
  bottom: 10px;
  color: #fff;
  display: none;
  padding: 20px;
  line-height: normal;
  max-width: 320px;
  position: fixed;
  right: 10px;
  width: 100%;
  z-index: 999999; }
  .customer-support-wrapper #toast h1 {
    color: #fff;
    font-size: 68px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0; }
  .customer-support-wrapper #toast p {
    margin: 10px 0 5px 0; }
.customer-support-wrapper #toast.success, .customer-support-wrapper #toast.failure {
  display: block; }
.customer-support-wrapper #toast.success {
  background-color: #20c7b2; }
.customer-support-wrapper #toast.failure {
  background-color: #c72020; }

/*  CAROUSEL STYLES  ====================================================================================================================  */
/*  =====================================================================================================================================  */
#mainModuleContainer .container .headline h1 a {
  color: #000; }
  #mainModuleContainer .container .headline h1 a:hover, #mainModuleContainer .container .headline h1 a:focus {
    color: #410099; }

.quad-slider .slide.product p {
  padding: 0; }

.quad-slider .description {
  color: black; }

.curated-section .curated-container {
  height: auto !important; }
  .curated-section .curated-container .bx-wrapper .bx-viewport {
    height: auto !important; }
    .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show {
      margin-bottom: 80px; }
      .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show a .content {
        color: #000;
        font-size: 18px;
        font-weight: 300;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-overflow: ellipsis;
        top: 110px;
        white-space: nowrap; }
      .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show a:hover .content {
        color: #410099; }
      .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum {
        color: #410099;
        margin-bottom: 0px;
        padding: 20px 20px 0px 20px; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum a {
          color: #410099;
          padding: 0px; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-avatar {
          float: left;
          min-height: 10px;
          width: 20%; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-post {
          color: #333333;
          float: right;
          font-size: 14px;
          line-height: 15px;
          text-align: center;
          width: 20%; }
          .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-post span {
            display: block; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-post.forum-user-info {
          margin-right: 30px;
          width: 30%; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-info {
          margin-top: 10px;
          text-align: left;
          width: 100%; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-title {
          display: block;
          overflow: hidden;
          text-align: left; }
        .curated-section .curated-container .bx-wrapper .bx-viewport .curated-slider .show.forum .forum-topic {
          clear: left;
          display: block;
          float: left;
          font-size: 24px;
          line-height: 28px;
          margin-top: 10px;
          text-align: left; }
  .curated-section .curated-container .curated.slider-control.prev, .curated-section .curated-container .curated.slider-control.next {
    top: 36%; }

.forum {
  color: #410099;
  margin-bottom: 0px;
  padding: 20px 20px 0px 20px; }
  .forum a {
    color: #410099;
    padding: 0px; }
  .forum .forum-avatar {
    float: left;
    min-height: 10px;
    width: 20%; }
  .forum .forum-post {
    color: #333333;
    float: right;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    width: 20%; }
    .forum .forum-post span {
      display: block; }
  .forum .forum-info {
    margin-top: 10px;
    text-align: left;
    width: 100%; }
  .forum .forum-title {
    display: block;
    overflow: hidden;
    text-align: left; }
  .forum .forum-topic {
    clear: left;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left; }

.featured-show-2-section .forum {
  padding: 20px; }
  .featured-show-2-section .forum a {
    color: #333;
    display: block; }
    .featured-show-2-section .forum a:hover {
      color: #410099; }

.forum {
  color: #410099;
  margin-bottom: 0px;
  padding: 20px 20px 0px 20px; }
  .forum a {
    color: #410099;
    padding: 0px; }
  .forum .forum-avatar {
    float: left;
    min-height: 10px;
    width: 20%; }
  .forum .forum-post {
    color: #333333;
    float: right;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    width: 20%; }
    .forum .forum-post span {
      display: block; }
  .forum .forum-post.forum-user-info {
    margin-right: 30px;
    width: 30%; }
  .forum .forum-info {
    margin-top: 10px;
    text-align: left;
    width: 100%; }
  .forum .forum-title {
    display: block;
    overflow: hidden;
    text-align: left; }
  .forum .forum-topic {
    clear: left;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left; }

.featured-show-2-section .forum {
  padding: 20px; }
  .featured-show-2-section .forum a {
    color: #333;
    display: block; }
    .featured-show-2-section .forum a:hover {
      color: #410099; }

.show-listing-section .show-listing-slider .show,
.show-listing-section .show-listing-slider-alt-1 .show,
.show-listing-section .show-listing-slider-alt-2 .show,
.show-listing-section-alt-1 .show-listing-slider .show,
.show-listing-section-alt-1 .show-listing-slider-alt-1 .show,
.show-listing-section-alt-1 .show-listing-slider-alt-2 .show,
.show-listing-section-alt-2 .show-listing-slider .show,
.show-listing-section-alt-2 .show-listing-slider-alt-1 .show,
.show-listing-section-alt-2 .show-listing-slider-alt-2 .show {
  margin-bottom: 87px;
  min-height: 245px; }
  .show-listing-section .show-listing-slider .show.alt,
  .show-listing-section .show-listing-slider-alt-1 .show.alt,
  .show-listing-section .show-listing-slider-alt-2 .show.alt,
  .show-listing-section-alt-1 .show-listing-slider .show.alt,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show.alt,
  .show-listing-section-alt-2 .show-listing-slider .show.alt,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show.alt,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt {
    height: 490px; }
    .show-listing-section .show-listing-slider .show.alt .show-wrapper .show-details-container,
    .show-listing-section .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
    .show-listing-section .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show.alt .show-wrapper .show-details-container,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt .show-wrapper .show-details-container {
      height: 490px; }
  .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container,
  .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
  .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container,
  .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container,
  .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container {
    height: 245px;
    position: relative; }
    .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .description,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .description {
      font-size: 15px;
      line-height: 18px;
      max-height: 90px; }
    .show-listing-section .show-listing-slider .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper .show-details-container .show-details .info.price,
    .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper .show-details-container .show-details .info.price {
      font-size: 41px;
      line-height: 41px;
      margin-bottom: 5px; }
  .show-listing-section .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details-container:before,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details-container:before {
    opacity: 1; }
  .show-listing-section .show-listing-slider .show .show-wrapper:hover .show-details,
  .show-listing-section .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
  .show-listing-section .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-1 .show-listing-slider .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-2 .show-listing-slider .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show .show-wrapper:hover .show-details,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show .show-wrapper:hover .show-details {
    opacity: 1; }
  .show-listing-section .show-listing-slider .show a .content,
  .show-listing-section .show-listing-slider-alt-1 .show a .content,
  .show-listing-section .show-listing-slider-alt-2 .show a .content,
  .show-listing-section-alt-1 .show-listing-slider .show a .content,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show a .content,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show a .content,
  .show-listing-section-alt-2 .show-listing-slider .show a .content,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show a .content,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show a .content {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    top: 108%;
    white-space: nowrap; }
  .show-listing-section .show-listing-slider .show a:hover .content,
  .show-listing-section .show-listing-slider-alt-1 .show a:hover .content,
  .show-listing-section .show-listing-slider-alt-2 .show a:hover .content,
  .show-listing-section-alt-1 .show-listing-slider .show a:hover .content,
  .show-listing-section-alt-1 .show-listing-slider-alt-1 .show a:hover .content,
  .show-listing-section-alt-1 .show-listing-slider-alt-2 .show a:hover .content,
  .show-listing-section-alt-2 .show-listing-slider .show a:hover .content,
  .show-listing-section-alt-2 .show-listing-slider-alt-1 .show a:hover .content,
  .show-listing-section-alt-2 .show-listing-slider-alt-2 .show a:hover .content {
    color: #410099; }
.show-listing-section .show-listing-slider .show.alt a .content,
.show-listing-section .show-listing-slider-alt-1 .show.alt a .content,
.show-listing-section .show-listing-slider-alt-2 .show.alt a .content,
.show-listing-section-alt-1 .show-listing-slider .show.alt a .content,
.show-listing-section-alt-1 .show-listing-slider-alt-1 .show.alt a .content,
.show-listing-section-alt-1 .show-listing-slider-alt-2 .show.alt a .content,
.show-listing-section-alt-2 .show-listing-slider .show.alt a .content,
.show-listing-section-alt-2 .show-listing-slider-alt-1 .show.alt a .content,
.show-listing-section-alt-2 .show-listing-slider-alt-2 .show.alt a .content {
  top: 104%; }

.product-section .product-container .bx-wrapper .bx-viewport {
  height: 594px; }
  .product-section .product-container .bx-wrapper .bx-viewport .product-slider {
    width: 415%;
    position: relative;
    transition-duration: 0s;
    transform: translate3d(-1263px, 0px, 0px); }
    .product-section .product-container .bx-wrapper .bx-viewport .product-slider .social-post-slide {
      float: left;
      list-style: none;
      position: relative;
      width: 1263px; }
      .product-section .product-container .bx-wrapper .bx-viewport .product-slider .social-post-slide .product {
        background-color: #F2F2F2;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 360px;
        max-height: 360px;
        max-width: 630px; }
        .product-section .product-container .bx-wrapper .bx-viewport .product-slider .social-post-slide .product .product-content {
          color: #ffffff;
          height: 100%;
          padding: 50px 100px;
          width: 100%; }

[data-module-type="carousel-4-promo-with-products"] a {
  color: white;
  display: block;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  .product-section .product-container .bx-wrapper .bx-viewport {
    height: auto !important;
    width: 100% !important; }
    .product-section .product-container .bx-wrapper .bx-viewport .product-slider .social-post-slide .product {
      height: auto;
      width: 192.5px !important; } }
/*  ASYNC HISTORY MODULE  ================  */
.history-async {
  transition: all .5s; }
  .history-async.remove {
    max-height: 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden; }
  .history-async .curated-section .curated-hero {
    background-size: cover; }
  .history-async .row {
    position: relative; }
  .history-async .loader-container {
    display: none;
    height: 200px;
    position: relative; }
    .history-async .loader-container .mini-loader {
      margin: 0px auto 30px auto; }
  .history-async.processing .loader-container {
    display: block; }
  .history-async .background-video {
    position: absolute; }
  .history-async .continue-watching-module {
    background-color: #000000;
    height: 0px;
    padding-bottom: 39%;
    position: relative; }
    .history-async .continue-watching-module .bg-vid .curated-hero-container.home {
      height: 0px;
      min-height: 0px;
      padding-bottom: 39%; }
    .history-async .continue-watching-module .curated-hero {
      padding: 0px;
      min-height: 0px; }
      .history-async .continue-watching-module .curated-hero .curated-hero-container.home {
        height: 0px;
        min-height: 0px;
        padding-bottom: 39%; }

/*  ASYNC HOME HISTORY MODULE  ===========  */
.home .history-async {
  margin-top: 210px; }
  .home .history-async.processing {
    max-height: 1020px; }
  .home .history-async .continue-watching-module {
    display: block; }
    .home .history-async .continue-watching-module .mini-loader-wrap {
      background: none; }
    .home .history-async .continue-watching-module .mini-loader {
      margin-top: -10px;
      top: 50%; }

/*  ASYNC QUEUE MODULE  ==================  */
.queue-async {
  transition: all .5s; }
  .queue-async.remove {
    max-height: 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden; }
  .queue-async .queue-async-loading {
    display: none; }
  .queue-async .loaded-content {
    display: block; }
  .queue-async.processing {
    max-height: 644px; }
    .queue-async.processing .queue-async-loading {
      display: block; }
    .queue-async.processing .loaded-content {
      display: none; }
  .queue-async .row {
    min-height: 200px;
    position: relative; }
  .queue-async .loader-container {
    height: 200px;
    position: relative; }
    .queue-async .loader-container .mini-loader {
      margin: 0px auto 30px auto; }

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .show-listing-section .show-listing-slider .show, .show-listing-section .show-listing-slider-alt-1 .show, .show-listing-section .show-listing-slider-alt-2 .show, .show-listing-section-alt-1 .show-listing-slider .show, .show-listing-section-alt-1 .show-listing-slider-alt-1 .show, .show-listing-section-alt-1 .show-listing-slider-alt-2 .show, .show-listing-section-alt-2 .show-listing-slider .show, .show-listing-section-alt-2 .show-listing-slider-alt-1 .show, .show-listing-section-alt-2 .show-listing-slider-alt-2 .show {
    margin-bottom: 87px; }
    .show-listing-section .show-listing-slider .show a .content, .show-listing-section .show-listing-slider-alt-1 .show a .content, .show-listing-section .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-1 .show-listing-slider .show a .content, .show-listing-section-alt-1 .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-1 .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-2 .show-listing-slider .show a .content, .show-listing-section-alt-2 .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-2 .show-listing-slider-alt-2 .show a .content {
      font-size: 24px;
      top: 110%; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  .show-listing-section .show-listing-slider .show, .show-listing-section .show-listing-slider-alt-1 .show, .show-listing-section .show-listing-slider-alt-2 .show, .show-listing-section-alt-1 .show-listing-slider .show, .show-listing-section-alt-1 .show-listing-slider-alt-1 .show, .show-listing-section-alt-1 .show-listing-slider-alt-2 .show, .show-listing-section-alt-2 .show-listing-slider .show, .show-listing-section-alt-2 .show-listing-slider-alt-1 .show, .show-listing-section-alt-2 .show-listing-slider-alt-2 .show {
    margin-bottom: 62px; }
    .show-listing-section .show-listing-slider .show a .content, .show-listing-section .show-listing-slider-alt-1 .show a .content, .show-listing-section .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-1 .show-listing-slider .show a .content, .show-listing-section-alt-1 .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-1 .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-2 .show-listing-slider .show a .content, .show-listing-section-alt-2 .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-2 .show-listing-slider-alt-2 .show a .content {
      font-size: 22px;
      top: 112%;
      overflow: hidden;
      text-overflow: ellipsis; } }
@media screen and (max-width: 767px) {
  .show-listing-section .show-listing-container .bx-wrapper .bx-viewport, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport {
    height: auto !important;
    width: 100% !important; }
    .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show {
      margin-bottom: 62px;
      width: 192.5px; }
      .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-1 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-1 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-2 .show-listing-container .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-1 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-1 .show a .content, .show-listing-section-alt-2 .show-listing-container-alt-2 .bx-wrapper .bx-viewport .show-listing-slider-alt-2 .show a .content {
        font-size: 20px;
        top: 108%;
        overflow: hidden;
        text-overflow: ellipsis; } }
/*  PLAYER MODAL STYLES  ================================================================================================================  */
/*  =====================================================================================================================================  */
.video-player-modal.gs_modal-wrap {
  max-width: 90%;
  overflow-y: hidden;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .video-player-modal.gs_modal-wrap.middle {
      top: calc(50% + 2em); } }
  .video-player-modal.gs_modal-wrap .gs_modal-content-wrap {
    margin-top: 50px;
    background-color: #fff;
    height: 100%;
    padding: 33px !important; }
  .video-player-modal.gs_modal-wrap .gs_modal-content-inner-wrap {
    display: block;
    height: 0px;
    margin: 0;
    padding-bottom: 56.25%;
    position: relative;
    top: 0px; }
  .video-player-modal.gs_modal-wrap .gs_modal-content-content {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%; }
  .video-player-modal.gs_modal-wrap #player {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 8999; }
  .video-player-modal.gs_modal-wrap .gs_modal-action-wrap {
    display: none; }
  .video-player-modal.gs_modal-wrap .gs_modal-close-button {
    right: -27px;
    top: -31px; }

/*  OLD MODAL PLAYER STYLES  */
/*
.video-player-modal .gs_modal-content-wrap {
  background-color: #fff;
  height:100%;
  padding: 33px !important;
}
.video-player-modal .gs_modal-content-inner-wrap, .video-player-modal .gs_modal-content-content {
  height:100% !important;
}
.video-player-modal .gs_modal-action-wrap {
  margin-top:0;
}
.video-player-modal {
  overflow-y: hidden;
}
.video-player-modal .gs_modal-close-button {
  right:-19px;
  top:-28px;
}
*/
.list-dropdown li {
  width: 100%; }

.clear-filters li {
  cursor: pointer; }

body.search-open main .container[data-placementname] {
  margin-top: 130px; }

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li > a > span {
  cursor: pointer; }

.credit-card-type {
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
  .credit-card-type.visa {
    background-image: url("/static/img/icons/credit-cards/visa.png"); }
  .credit-card-type.mastercard {
    background-image: url("/static/img/icons/credit-cards/mastercard.png"); }
  .credit-card-type.maestro {
    background-image: url("/static/img/icons/credit-cards/maestro.png"); }
  .credit-card-type.american-express {
    background-image: url("/static/img/icons/credit-cards/american-express.png"); }
  .credit-card-type.discover {
    background-image: url("/static/img/icons/credit-cards/discover.png"); }
  .credit-card-type.diners-club {
    background-image: url("/static/img/icons/credit-cards/diners-club.png"); }

#reviews-heading .count {
  margin-right: 10px; }

.video-utilities .addthis_sharing_toolbox {
  bottom: -28px;
  display: none;
  position: absolute;
  right: 37px; }

.curated-hero {
  overflow: hidden;
  position: relative; }
  .curated-hero #player {
    position: absolute;
    top: 0;
    left: 0; }

.buffer-message {
  padding: 90px 0px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 100%; }

.shop-category .active-filters li {
  text-transform: capitalize; }
  .shop-category .active-filters li i {
    cursor: pointer; }

/***** ========== Episode Module Style ========== *****/
.episode-html {
  padding-left: 9%; }

.add-review-form .input-stars-container.error {
  border: none; }
  .add-review-form .input-stars-container.error .fa-star-o:before {
    color: red; }
.add-review-form .fa-spinner {
  font-size: 14px; }
.add-review-form button {
  background: none;
  border: none;
  outline: none;
  color: #410099;
  text-decoration: underline; }

.account-details .account-history-thumbnail img {
  display: block; }
@media screen and (max-width: 767px) {
  .account-details .account-history-thumbnail img {
    width: 100%; } }
.account-details .account-queue-list, .account-details .account-history-list {
  min-height: 200px;
  position: relative; }

.ng-messages {
  display: block;
  text-align: left; }

ng-messages {
  display: block;
  text-align: left; }

#login-form {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease; }
  #login-form.open, .open #login-form {
    max-height: 600px; }

#redeem-giftcard .col-md-1 {
  display: none !important; }
#redeem-giftcard .loginBox {
  width: 100%; }
#redeem-giftcard #login-form {
  max-height: 600px; }

.loginBox .form form .fa.fa-close,
.loginBox .form form .fa.fa-check {
  position: absolute;
  top: 10px;
  right: -24px;
  font-size: 22px; }

.reset-password form .fa.fa-close,
.reset-password form .fa.fa-check {
  position: absolute;
  top: 10px;
  right: -24px;
  font-size: 22px; }

#product-form {
  display: table; }
  #product-form .anchor-link {
    position: absolute;
    right: 15px; }
  #product-form label {
    font-size: inherit;
    margin-bottom: 0; }

.tvod-warning-wrapper {
  display: inline-block;
  display: -webkit-inline-box;
  color: red; }
  .tvod-warning-wrapper i {
    padding: 0 8px 0 0; }
  .tvod-warning-wrapper .tvod-warning {
    color: red; }

.product-review .count li.active i, .product-comment .count li.active i {
  color: #410099; }

#wish-list .printThis {
  font-size: 15px; }
#wish-list .social {
  position: absolute;
  top: -71px;
  left: 168px;
  margin: 0; }
#wish-list .social li {
  display: inline-block; }

.product-list .show-wrapper .show-container .show-details .btn, .product-list .show-wrapper .show-container .product-details .btn {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 2; }
.product-list .show-wrapper .show-container .show-details .info.price, .product-list .show-wrapper .show-container .product-details .info.price {
  font-size: 48px;
  line-height: 1; }

.product-details .rating {
  margin-top: 0; }
.product-details .stock-status {
  color: green;
  margin-bottom: 8px; }
  .product-details .stock-status span {
    color: red; }

.linkStyle {
  color: #410099;
  cursor: pointer;
  text-decoration: underline;
  transition: color .3s; }
  .linkStyle:hover, .linkStyle:active, .linkStyle:focus {
    color: #e30046;
    text-decoration: none; }
  .linkStyle.red-link {
    color: #e30046; }

.userAvatar {
  max-height: 32px;
  max-width: 32px; }

.userAvatarLarge {
  max-height: 256px;
  max-width: 256px; }

/*  OLD MINI LOADER  - 3 BUBBLES  */
/*
.mini-loader-wrap {background: rgba(255,255,255,.8); height: 100%; left: 0px; position: absolute; top: 0px; width: 100%;
    .mini-loader-message {color: #410099; font-weight: 400; font-size: 14px; position: absolute; text-align: center; width: 100%;}
    .mini-loader:before, .mini-loader:after, .mini-loader {border-radius: 50%; height: 2.5em; width: 2.5em; animation-fill-mode: both; animation: mineLoaderAnimation 1.8s infinite ease-in-out;}
    .mini-loader {color: #410099; font-size: 10px; margin: 30px auto; position: relative; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s;
        &:before {animation-delay: -0.32s; content: '';  left: -3.5em; position: absolute; top: 0;}
        &:after {content: ''; left: 3.5em; position: absolute; top: 0;}
    }
    &.filter-loader {height: calc(100% - 84px); z-index: 1000;
        .mini-loader {top: 250px;}
    }
    &.moods-loader {height: calc(100% - 84px); z-index: 1000;
        .mini-loader {top: 250px;}
    }
    &.newReleases-filter-loader,
    &.shop-filter-loader {height: 100%;}
    &.login-loader{
        .mini-loader {top: 95px;}
    }
    @-webkit-keyframes mineLoaderAnimation {
      0%,
      80%,
      100% {box-shadow: 0 2.5em 0 -1.3em;}
      40% {box-shadow: 0 2.5em 0 0;}
    }
    @keyframes mineLoaderAnimation {
      0%,
      80%,
      100% {box-shadow: 0 2.5em 0 -1.3em;}
      40% {box-shadow: 0 2.5em 0 0;}
    }
}
*/
/*  MINI LOADER  */
.mini-loader-wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%; }
  .mini-loader-wrap .mini-loader-message {
    color: #410099;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .mini-loader-wrap .mini-loader {
    animation: mineLoaderAnimation 1s linear infinite;
    background: url("../img/loader-sprite.png") no-repeat;
    margin: 30px auto;
    position: relative; }
  .mini-loader-wrap.large .mini-loader {
    height: 48px;
    width: 48px; }
  .mini-loader-wrap.large.light .mini-loader {
    background-position: 0px 0px; }
  .mini-loader-wrap.large.dark .mini-loader {
    background-position: -48px 0px; }
  .mini-loader-wrap.medium .mini-loader {
    height: 32px;
    width: 32px; }
  .mini-loader-wrap.medium.light .mini-loader {
    background-position: 0px -48px; }
  .mini-loader-wrap.medium.dark .mini-loader {
    background-position: -32px -48px; }
  .mini-loader-wrap.small .mini-loader {
    height: 20px;
    width: 20px; }
  .mini-loader-wrap.small.light .mini-loader {
    background-position: 0px -80px; }
  .mini-loader-wrap.small.dark .mini-loader {
    background-position: -20px -80px; }
  .mini-loader-wrap.filter-loader {
    height: calc(100% - 84px);
    z-index: 1000; }
    .mini-loader-wrap.filter-loader .mini-loader {
      top: 250px; }
  .mini-loader-wrap.moods-loader {
    height: calc(100% - 84px);
    z-index: 1000; }
    .mini-loader-wrap.moods-loader .mini-loader {
      top: 250px; }
  .mini-loader-wrap.newReleases-filter-loader, .mini-loader-wrap.shop-filter-loader {
    height: 100%; }
  .mini-loader-wrap.login-loader .mini-loader {
    top: 95px; }

@keyframes mineLoaderAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#my-orders {
  position: relative; }

.background-video {
  background-color: #000;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 39%;
  position: relative; }
  .background-video .player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#shop-checkout-login #login-form {
  max-height: none; }

#checkout .labelCost .promoCode {
  display: none; }
  #checkout .labelCost .promoCode .costTotal {
    color: #d03737; }
#checkout #expandPayment {
  margin-bottom: 50px; }
#checkout #collapsedPayment {
  max-height: 0;
  overflow: hidden; }
  #checkout #collapsedPayment.open {
    max-height: none; }

.image-error-hide {
  visibility: hidden; }

.home-anon-video {
  color: white;
  padding: 30px 10px; }

.hero-img-bg > div {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 128.45%; }
  @media only screen and (min-width: 641px) {
    .hero-img-bg > div {
      padding-top: 52.35%; } }
  @media only screen and (min-width: 1025px) {
    .hero-img-bg > div {
      padding-top: 41.875%; } }

.spotlight-section .spotlight-slider .slide.hero-img-bg {
  padding: 0; }

.spotlight-section .spotlight-slider .slide.internal-promo-click-bind, .spotlight-section .spotlight-slider .slide.internal-product-click-bind {
  cursor: pointer; }

@media only screen and (min-width: 992px) {
  .home-page-contain {
    margin-top: 209px; } }

/*  NEW RELEASES PAGE  ===============================================================  */
.new-releases .showCategoryControls li.list {
  margin-left: 15px;
  margin-right: 0px; }

/*  SCHEDULE PAGE AND MODULE  ========================================================  */
#schedule-template .select-trigger {
  width: auto; }

.schedule-headline {
  margin-bottom: 0px; }

.graphic-table-switcher-btn {
  background-color: #cccccc;
  border-radius: 0.3em;
  padding: 0.25em;
  margin-top: -0.25em; }
  .graphic-table-switcher-btn a {
    color: #000000; }

@media screen and (min-width: 768px) {
  [ng-show="showGraphicTableSwitcher"] {
    float: right; } }

/*  Graphic View ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.graphic-schedule-list {
  min-height: 260px;
  position: relative; }
  .graphic-schedule-list .mini-loader-wrap {
    padding-top: 60px; }
  .graphic-schedule-list .schedule-day {
    border-bottom: 1px solid #cccccc;
    margin: 60px 0px; }
  .graphic-schedule-list .schedule-items-wrap {
    padding-left: 128px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .graphic-schedule-list .schedule-items-wrap {
        padding-left: 0; }
        .graphic-schedule-list .schedule-items-wrap.first-of-type {
          margin-top: 7em; } }
  .graphic-schedule-list .date {
    background-color: #f2f2f2;
    height: 106px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 106px; }
    .graphic-schedule-list .date.date-today {
      background-color: #410099;
      color: #ffffff; }
    .graphic-schedule-list .date .date-content {
      left: 50%;
      position: absolute;
      top: 44%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .graphic-schedule-list .date .date-content .day {
        font-size: 14px;
        margin-bottom: 6px; }
      .graphic-schedule-list .date .date-content .hide-until-xs {
        display: none; }
      .graphic-schedule-list .date .date-content .number {
        font-size: 32px; }
    @media screen and (max-width: 767px) {
      .graphic-schedule-list .date {
        font-size: 20px;
        width: 100%;
        height: 3em; }
        .graphic-schedule-list .date .date-content {
          top: 50%; }
          .graphic-schedule-list .date .date-content div, .graphic-schedule-list .date .date-content div.hide-until-xs {
            display: inline-block; }
          .graphic-schedule-list .date .date-content .day {
            font-size: 20px;
            margin-bottom: initial; }
          .graphic-schedule-list .date .date-content .number {
            font-size: 20px; } }
  .graphic-schedule-list .schedule-items-wrap:last-child {
    margin-bottom: 40px; }
  .graphic-schedule-list .schedule-item {
    padding: 0px 2px; }
    .graphic-schedule-list .schedule-item .schedule-item-img {
      display: inline-block;
      vertical-align: top;
      margin-right: 18px; }
      .graphic-schedule-list .schedule-item .schedule-item-img a {
        display: inline-block;
        width: 106px;
        height: 106px; }
        .graphic-schedule-list .schedule-item .schedule-item-img a img.image.img-responsive {
          position: relative; }
    .graphic-schedule-list .schedule-item .content {
      display: inline-block; }
      .graphic-schedule-list .schedule-item .content .meta {
        margin-bottom: 0; }
        .graphic-schedule-list .schedule-item .content .meta span.stars span {
          font-size: 1em; }
        .graphic-schedule-list .schedule-item .content .meta .rating-details .info, .graphic-schedule-list .schedule-item .content .meta .schedule-item-details {
          font-size: 0.85em;
          margin-bottom: 0; }
          .graphic-schedule-list .schedule-item .content .meta .rating-details .info .schedule-item-type, .graphic-schedule-list .schedule-item .content .meta .schedule-item-details .schedule-item-type {
            text-transform: capitalize; }
      .graphic-schedule-list .schedule-item .content .schedule-item-utilities {
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 10px; }
        .graphic-schedule-list .schedule-item .content .schedule-item-utilities img {
          margin-left: 4px;
          vertical-align: bottom;
          display: inline;
          width: auto;
          height: 2em; }
      @media screen and (max-width: 767px) {
        .graphic-schedule-list .schedule-item .content {
          width: calc(100% - 130px); } }
    .graphic-schedule-list .schedule-item .add-queue-btn {
      position: relative;
      z-index: 2; }
    .graphic-schedule-list .schedule-item .content {
      font-size: 16px;
      position: relative; }
    .graphic-schedule-list .schedule-item .meta {
      line-height: 20px;
      margin: 8px 0px;
      min-height: 72px; }
    .graphic-schedule-list .schedule-item .title {
      padding-right: 10px; }
    .graphic-schedule-list .schedule-item .time {
      text-transform: lowercase; }
  .graphic-schedule-list .timezone-label {
    text-transform: uppercase; }

/*  Table View ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.table-schedule-list {
  min-height: 260px;
  position: relative; }
  .table-schedule-list .mini-loader-wrap {
    padding-top: 60px; }
  .table-schedule-list .table.table-schedule > thead > tr > th, .table-schedule-list .table.table-schedule > thead > tr > td, .table-schedule-list .table.table-schedule > tbody > tr > th, .table-schedule-list .table.table-schedule > tbody > tr > td, .table-schedule-list .table.table-schedule > tfoot > tr > th, .table-schedule-list .table.table-schedule > tfoot > tr > td {
    border-top: initial;
    vertical-align: middle; }
  .table-schedule-list .table.table-schedule > thead > tr > th {
    background-color: #cccccc;
    border: 1px solid #000000; }
    .table-schedule-list .table.table-schedule > thead > tr > th .table-sort-icon {
      float: right;
      margin: 0.3em; }
  .table-schedule-list .table-schedule > thead > tr > th, .table-schedule-list .table-schedule > thead > tr > td, .table-schedule-list .table-schedule > tbody > tr > th, .table-schedule-list .table-schedule > tbody > tr > td, .table-schedule-list .table-schedule > tfoot > tr > th, .table-schedule-list .table-schedule > tfoot > tr > td {
    padding: 0.25em;
    border: 1px solid transparent;
    border-left-color: #000000;
    border-right-color: #000000; }
  .table-schedule-list .table-schedule > tbody > tr:last-of-type > td {
    border-bottom: 1px solid #000000; }
  @media (max-width: 991px) {
    .table-schedule-list .schedule-content-container {
      overflow: scroll; }
      .table-schedule-list .schedule-content-container table.table.table-schedule {
        width: 180vw; } }
  .table-schedule-list .schedule-item-type {
    text-transform: capitalize; }

/*  Filter Bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
@media (max-width: 767px) {
  li.list.refine-search-content {
    width: calc(100% + 25px); }

  li.list .by-show-search {
    display: block; }
    li.list .by-show-search .search-by-title {
      position: relative;
      width: calc(100% + 25px);
      font-size: 20px; }
      li.list .by-show-search .search-by-title i {
        font-size: 28px;
        position: absolute;
        top: 0.6em;
        right: 1.25em; }
      li.list .by-show-search .search-by-title input {
        width: 100%;
        height: 3em; }
    li.list .by-show-search .search-suggestions {
      font-size: 20px; } }
li.list {
  position: relative;
  cursor: pointer; }
  li.list .by-show-search.list-dropdowner {
    position: absolute;
    top: 25;
    right: 3px;
    max-height: 350px;
    width: 235px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    padding: 15px;
    overflow: hidden;
    z-index: 1000;
    overflow-y: auto;
    background: #fff;
    cursor: default;
    right: initial;
    left: 0; }
    li.list .by-show-search.list-dropdowner .search-by-title {
      position: relative;
      padding: 0;
      width: 100%; }
      li.list .by-show-search.list-dropdowner .search-by-title i {
        position: absolute;
        top: 0.6em;
        right: 0.5em; }
  li.list .by-show-search input {
    color: #999999;
    width: 100%;
    padding-left: 0.5em; }
  li.list .by-show-search .search-suggestions {
    margin-top: 1em;
    height: auto;
    width: 100%;
    padding: 0; }
    li.list .by-show-search .search-suggestions p.show-prediction {
      width: 100%;
      padding-left: 0.5em;
      line-height: 1.5em; }
      li.list .by-show-search .search-suggestions p.show-prediction:hover {
        color: #000000;
        background-color: #dddddd;
        border-radius: 0.5em;
        padding-top: 0.6em;
        margin-top: -0.6em; }

.fa-ul li.refine-search-btn {
  color: #410099;
  font-weight: 800;
  text-transform: uppercase; }
  .fa-ul li.refine-search-btn i {
    font-size: 1.5em;
    font-weight: 800; }

/*  MODULE SPACING / PADDING PER LIDDICK  ============================================  */
/*  THIS COULD BE MESSY DUE TO MODULES ON MULTPLE PAGES AND DIFFERENT LAYOUTS  =======  */
/*  HOME  =========================================  */
.home [data-module="History Async"] .mbFull {
  padding-top: 86px; }
.home [data-module="Home Subscription Section US"] .subscription-section {
  padding-bottom: 76px; }
.home [data-module="Anime Eye Candy"] {
  margin-top: 0px; }
  .home [data-module="Anime Eye Candy"] .curated-container .bx-wrapper .bx-viewport .curated-slider .show {
    margin-bottom: 40px; }
    .home [data-module="Anime Eye Candy"] .curated-container .bx-wrapper .bx-viewport .curated-slider .show a .content {
      overflow: hidden;
      padding: 0px 10px;
      text-overflow: ellipsis; }
.home [data-module="The Funimation Shop"] .mbFull {
  padding-top: 86px; }
.home.logged-in [data-module="History Async"] {
  margin-top: 253px;
  width: auto; }
.home.logged-in [data-module="Queue Async"] {
  margin-bottom: 43px; }
.home.logged-in [data-module="PIPH-pi-recommended-home-shows"] .mbFull {
  padding-top: 86px; }
@media screen and (max-width: 991px) {
  .home.logged-in [data-module="History Async"] {
    margin-top: 0px; } }

/*  /discover  ====================================  */
.template-discover [data-module="We Ship It"] {
  margin-top: 86px; }
.template-discover [data-module="In It to Win It"] {
  margin-top: 86px; }

/*  /whats-new  ===================================  */
.template-whats-new [data-module="New Releases US"] .mbFull {
  padding-top: 86px; }
.template-whats-new [data-module="Promoted Shows Carousel US"] .mbFull {
  padding-top: 86px; }

.thank-you-shows .bx-viewport {
  height: auto !important; }
  .thank-you-shows .bx-viewport .quad-slider .slide {
    max-width: 383px; }
  .thank-you-shows .bx-viewport .quad-slider .bx-clone {
    display: none !important; }

.history-queue-async {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .history-queue-async::before, .history-queue-async::after {
    display: none; }
  .history-queue-async.centerItem {
    justify-content: center; }
  .history-queue-async .single-history-item {
    background-size: cover;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .history-queue-async .single-history-item {
        width: 49.75%; } }
    .history-queue-async .single-history-item .padding-ff-fix {
      height: 0;
      padding-top: 78%; }
    .history-queue-async .single-history-item .vertical-align {
      bottom: 2%;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center; }
    .history-queue-async .single-history-item .homeHistoryPlay {
      position: relative; }
      .history-queue-async .single-history-item .homeHistoryPlay::before {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        content: '';
        display: block;
        height: 26px;
        left: 0%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 26px; }
      .history-queue-async .single-history-item .homeHistoryPlay::after {
        color: #333;
        content: '\f04b';
        font-family: FontAwesome;
        font-size: 12px;
        left: 0%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
    .history-queue-async .single-history-item p {
      color: #fff;
      display: inline-block;
      font-size: 20px;
      margin-left: 20px; }
  .history-queue-async .queue-quad {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5%;
    width: 100%; }
    @media (min-width: 768px) {
      .history-queue-async .queue-quad {
        margin-top: 0;
        width: 49.75%; } }
    @media (min-width: 768px) {
      .history-queue-async .queue-quad.noHistory {
        width: 100%; } }
    .history-queue-async .queue-quad .view-all-queue, .history-queue-async .queue-quad .slide, .history-queue-async .queue-quad .queue-place-holder {
      height: 50%;
      overflow: hidden;
      width: 50%; }
    .history-queue-async .queue-quad .view-all-queue {
      align-items: stretch;
      display: flex; }
      .history-queue-async .queue-quad .view-all-queue a {
        align-items: center;
        background-color: #410099;
        color: white;
        display: flex;
        font-size: 25px;
        height: 100%;
        line-height: 1;
        text-align: center;
        width: 100%; }
        .history-queue-async .queue-quad .view-all-queue a span {
          display: block;
          text-align: center;
          width: 100%; }
        .history-queue-async .queue-quad .view-all-queue a:hover {
          background-color: #ae19ae; }
    .history-queue-async .queue-quad .queue-place-holder {
      background-color: #bd1dac; }
    .history-queue-async .queue-quad.items-1 {
      height: 100%; }
      @media (min-width: 768px) {
        .history-queue-async .queue-quad.items-1 {
          height: 50%; } }
    .history-queue-async .queue-quad.items-2 {
      min-height: 278px; }
    .history-queue-async .queue-quad.items-2 .view-all-queue, .history-queue-async .queue-quad.items-1 .view-all-queue {
      min-height: 150px;
      width: 100%; }
      @media (min-width: 768px) {
        .history-queue-async .queue-quad.items-2 .view-all-queue, .history-queue-async .queue-quad.items-1 .view-all-queue {
          min-height: auto; } }
    .history-queue-async .queue-quad .slide {
      position: relative; }
      .history-queue-async .queue-quad .slide a {
        display: block;
        height: 100%; }
      .history-queue-async .queue-quad .slide .show-wrapper, .history-queue-async .queue-quad .slide .show-container {
        height: 100%; }
    .history-queue-async .queue-quad.addMinHeight .view-all-queue, .history-queue-async .queue-quad.addMinHeight .slide, .history-queue-async .queue-quad.addMinHeight .queue-place-holder {
      height: auto; }
    .history-queue-async .queue-quad.addMinHeight.items-2 .view-all-queue, .history-queue-async .queue-quad.addMinHeight.items-2 .queue-place-holder {
      min-height: 150px; }

.col-md-10.center-module {
  float: none;
  margin: 0 auto;
  padding: 0; }

@media (min-width: 992px) {
  .container.col-md-10 {
    width: 83.33333%; }

  .container-fluid.col-md-10 {
    width: 83.33333%; } }
.message-buttons {
  text-align: center;
  margin: 50px 0; }
  .message-buttons.no-items {
    display: flex;
    text-align: left; }
    .message-buttons.no-items .message {
      color: #ccc;
      padding-right: 10px;
      width: 50%; }
    .message-buttons.no-items .button-container {
      width: 50%; }
    .message-buttons.no-items .btn {
      margin: 0 0 10px 0; }
      @media (max-width: 1280px) {
        .message-buttons.no-items .btn {
          font-size: 10px;
          padding: 10px; } }
  .message-buttons.items .message {
    color: #ccc;
    padding: 20px 0; }

.history-queue-async {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .history-queue-async::before, .history-queue-async::after {
    display: none; }
  .history-queue-async.centerItem {
    justify-content: center; }
  .history-queue-async .single-history-item {
    background-size: cover;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .history-queue-async .single-history-item {
        width: 49.75%; } }
    .history-queue-async .single-history-item .padding-ff-fix {
      height: 0;
      padding-top: 78%; }
    .history-queue-async .single-history-item .vertical-align {
      bottom: 2%;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center; }
    .history-queue-async .single-history-item .homeHistoryPlay {
      position: relative; }
      .history-queue-async .single-history-item .homeHistoryPlay::before {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        content: '';
        display: block;
        height: 26px;
        left: 0%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 26px; }
      .history-queue-async .single-history-item .homeHistoryPlay::after {
        color: #333;
        content: '\f04b';
        font-family: FontAwesome;
        font-size: 12px;
        left: 0%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
    .history-queue-async .single-history-item p {
      color: #fff;
      display: inline-block;
      font-size: 20px;
      margin-left: 20px; }
  .history-queue-async .queue-quad {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5%;
    width: 100%; }
    @media (min-width: 768px) {
      .history-queue-async .queue-quad {
        margin-top: 0;
        width: 49.75%; } }
    @media (min-width: 768px) {
      .history-queue-async .queue-quad.noHistory {
        width: 100%; } }
    .history-queue-async .queue-quad .view-all-queue, .history-queue-async .queue-quad .slide, .history-queue-async .queue-quad .queue-place-holder {
      height: 50%;
      overflow: hidden;
      width: 50%; }
    .history-queue-async .queue-quad .view-all-queue {
      align-items: stretch;
      display: flex; }
      .history-queue-async .queue-quad .view-all-queue a {
        align-items: center;
        background-color: #410099;
        color: white;
        display: flex;
        font-size: 25px;
        height: 100%;
        line-height: 1;
        text-align: center;
        width: 100%; }
        .history-queue-async .queue-quad .view-all-queue a span {
          display: block;
          text-align: center;
          width: 100%; }
        .history-queue-async .queue-quad .view-all-queue a:hover {
          background-color: #ae19ae; }
    .history-queue-async .queue-quad .queue-place-holder {
      background-color: #bd1dac; }
    .history-queue-async .queue-quad.items-1 {
      height: 100%; }
      @media (min-width: 768px) {
        .history-queue-async .queue-quad.items-1 {
          height: 50%; } }
    .history-queue-async .queue-quad.items-2 {
      min-height: 278px; }
    .history-queue-async .queue-quad.items-2 .view-all-queue, .history-queue-async .queue-quad.items-1 .view-all-queue {
      min-height: 150px;
      width: 100%; }
      @media (min-width: 768px) {
        .history-queue-async .queue-quad.items-2 .view-all-queue, .history-queue-async .queue-quad.items-1 .view-all-queue {
          min-height: auto; } }
    .history-queue-async .queue-quad .slide {
      position: relative; }
      .history-queue-async .queue-quad .slide a {
        display: block;
        height: 100%; }
      .history-queue-async .queue-quad .slide .show-wrapper, .history-queue-async .queue-quad .slide .show-container {
        height: 100%; }
    .history-queue-async .queue-quad.addMinHeight .view-all-queue, .history-queue-async .queue-quad.addMinHeight .slide, .history-queue-async .queue-quad.addMinHeight .queue-place-holder {
      height: auto; }
    .history-queue-async .queue-quad.addMinHeight.items-2 .view-all-queue, .history-queue-async .queue-quad.addMinHeight.items-2 .queue-place-holder {
      min-height: 150px; }

#cart-section .promo-gift-form a {
  float: right; }

/* Gotham Black */
@font-face {
  font-family: 'Gotham Black';
  src: url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Black Italic */
@font-face {
  font-family: 'Gotham Black';
  src: url("../fonts/Gotham-BlackItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Gotham Light Italic */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-LightItalic.otf") format("opentype");
  font-weight: lighter;
  font-style: italic; }
/* Gotham Medium Italic */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Gotham Bold Italic */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Gotham Thin */
@font-face {
  font-family: 'Gotham Thin';
  src: url("../fonts/Gotham-Thin.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Gotham Thin Italic */
@font-face {
  font-family: 'Gotham Thin';
  src: url("../fonts/Gotham-ThinItalic.otf") format("opentype");
  font-weight: lighter;
  font-style: italic; }
/* Gotham Ultra */
@font-face {
  font-family: 'Gotham Ultra';
  src: url("../fonts/Gotham-Ultra.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Ultra Italic */
@font-face {
  font-family: 'Gotham Ultra';
  src: url("../fonts/Gotham-UltraItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Gotham XLight */
@font-face {
  font-family: 'Gotham XLight';
  src: url("../fonts/Gotham-XLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham XLight Italic */
@font-face {
  font-family: 'Gotham XLight';
  src: url("../fonts/Gotham-XLightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Gotham Condensed Light */
@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Gotham Condensed Medium */
@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Condensed Bold */
@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Gotham Condensed Book */
@font-face {
  font-family: 'Gotham Condensed Book';
  src: url("../fonts/GothamCondensed-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Rounded Light */
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal; }
/* Gotham Rounded Medium */
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Medium.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Gotham Rounded Bold */
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/* Gotham Rounded Book */
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("../fonts/GothamRounded-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Book */
@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Gotham Book Italic */
@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Bauer Bodoni Bold */
@font-face {
  font-family: 'Bauer Bodoni';
  src: url("../fonts/BauerBodoni-BdOldstyleFigures.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Bauer Bodoni Italic */
@font-face {
  font-family: 'Bauer Bodoni';
  src: url("../fonts/BauerBodoni-ItOldstyleFigures.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Bauer Bodoni Bold Italic */
@font-face {
  font-family: 'Bauer Bodoni';
  src: url("../fonts/BauerBodoni-BdItOldstyleFigur.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Bauer Bodoni Roman */
@font-face {
  font-family: 'Bauer Bodoni Roman';
  src: url("../fonts/BauerBodoni-RomanSC.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Bodoni */
@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni.ttf") format("truetype"), url("../fonts/Bodoni.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Bodoni Bold */
@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni-Bold.ttf") format("truetype"), url("../fonts/Bodoni-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Bodoni Italic */
@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni-Italic.ttf") format("truetype"), url("../fonts/Bodoni-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Bodoni Bold Italic */
@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni-BoldItalic.ttf") format("truetype"), url("../fonts/Bodoni-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Bodoni Bold Condensed */
@font-face {
  font-family: 'Bodoni Bold Condensed';
  src: url("../fonts/Bodoni-BoldCondensed.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Bodoni Book */
@font-face {
  font-family: 'Bodoni Book';
  src: url("../fonts/Bodoni-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Bodoni Book Italic */
@font-face {
  font-family: 'Bodoni Book';
  src: url("../fonts/Bodoni-BookItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Bodoni Poster */
@font-face {
  font-family: 'Bodoni Poster';
  src: url("../fonts/Bodoni-Poster.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Bodoni Poster Italic */
@font-face {
  font-family: 'Bodoni Poster';
  src: url("../fonts/Bodoni-PosterItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Bodoni Poster Compressed */
@font-face {
  font-family: 'Bodoni Poster Compressed';
  src: url("../fonts/Bodoni-PosterCompressed.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Anime Ace */
@font-face {
  font-family: 'Anime Ace';
  src: url("../fonts/AnimeAce2-0BB.ttf") format("truetype"), url("../fonts/AnimeAce2-0BB.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Anime Ace Bold */
@font-face {
  font-family: 'Anime Ace';
  src: url("../fonts/AnimeAce2-0BB-Bold.ttf") format("truetype"), url("../fonts/AnimeAce2-0BB-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Anime Ace Italic */
@font-face {
  font-family: 'Anime Ace';
  src: url("../fonts/AnimeAce2-0BB-Italic.ttf") format("truetype"), url("../fonts/AnimeAce2-0BB-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: Italic; }
/* Futura */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Futura Light */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Futura Light Oblique */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-LightOblique.otf") format("opentype");
  font-weight: lighter;
  font-style: italic; }
/* Futura Bold */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Futura Bold Oblique */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-BoldOblique.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Futura Oblique */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Futura Heavy */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
/* Futura Heavy Oblique */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-HeavyOblique.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }
/* Futura Extra Bold */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-ExtraBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
/* Futura Extra Bold Oblique */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-ExtraBoldOblique.otf") format("opentype");
  font-weight: 900;
  font-style: italic; }
/* Futura Book */
@font-face {
  font-family: 'Futura Book';
  src: url("../fonts/Futura-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Futura Book Oblique */
@font-face {
  font-family: 'Futura Book';
  src: url("../fonts/Futura-BookOblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Futura Condensed */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Futura Condensed Light */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedLight.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Futura Condensed Light Oblique */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedLightOblique.otf") format("opentype");
  font-weight: lighter;
  font-style: italic; }
/* Futura Condensed Oblique */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedOblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Futura Condensed Bold */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Futura Condensed Bold Oblique */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedBoldOblique.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Futura Condensed Extra Bold */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondensedExtraBold.otf") format("opentype");
  font-weight: bolder;
  font-style: normal; }
/* Futura Condensed Extra Bold Oblique */
@font-face {
  font-family: 'Futura Condensed';
  src: url("../fonts/Futura-CondExtraBoldObl.otf") format("opentype");
  font-weight: bolder;
  font-style: italic; }
/* Giorgio Sans Medium */
@font-face {
  font-family: 'Giorgio Sans';
  src: url("../fonts/GiorgioSans-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Giorgio Sans Medium Italic */
@font-face {
  font-family: 'Giorgio Sans';
  src: url("../fonts/GiorgioSans-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Giorgio Sans Heavy */
@font-face {
  font-family: 'Giorgio Sans';
  src: url("../fonts/GiorgioSans-Heavy.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Giorgio Sans Heavy */
@font-face {
  font-family: 'Giorgio Sans';
  src: url("../fonts/GiorgioSans-HeavyItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Garamond */
@font-face {
  font-family: 'Garamond';
  src: url("../fonts/Garamond.ttf") format("truetype"), url("../fonts/Garamond.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Garamond Bold */
@font-face {
  font-family: 'Garamond';
  src: url("../fonts/Garamond-Bold.ttf") format("truetype"), url("../fonts/Garamond-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Garamond Italic */
@font-face {
  font-family: 'Garamond';
  src: url("../fonts/Garamond-Italic.ttf") format("truetype"), url("../fonts/Garamond-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Apple Garamond */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramond.ttf") format("truetype"), url("../fonts/AppleGaramond.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Apple Garamond Bold */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramond-Bold.ttf") format("truetype"), url("../fonts/AppleGaramond-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* Apple Garamond Bold Italic */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramond-BoldItalic.ttf") format("truetype"), url("../fonts/AppleGaramond-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }
/* Apple Garamond Italic */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramond-Italic.ttf") format("truetype"), url("../fonts/AppleGaramond-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
/* Apple Garamond Light */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramondLight.ttf") format("truetype"), url("../fonts/AppleGaramondLight.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
/* Apple Garamond Light Italic */
@font-face {
  font-family: 'Apple Garamond';
  src: url("../fonts/AppleGaramondLight-Italic.ttf") format("truetype"), url("../fonts/AppleGaramondLight-Italic.otf") format("opentype");
  font-weight: lighter;
  font-style: italic; }
/*  Simuldubs  ===============================================================  */
#broadcast-landing #hero-container img {
  margin: 0 auto; }

.broadcast-dubs-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .broadcast-dubs-container .container > div {
    flex: 0 50%; }
    .broadcast-dubs-container .container > div .broadcast-dubs-show-content {
      min-height: auto !important; }
    .broadcast-dubs-container .container > div.full-width {
      flex: 1 0 100%; }
    @media screen and (max-width: 767px) {
      .broadcast-dubs-container .container > div {
        flex: 1 0 100%; } }

.archive-cta-layout {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .archive-cta-layout h2 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 30px; }
  .archive-cta-layout .archive-cta {
    border: 1px solid #e40046;
    color: #e40046;
    padding: 5px 35px;
    display: block;
    margin: 0 auto;
    margin: 5px;
    font-weight: bold;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .archive-cta-layout .archive-cta:hover {
    background-color: #e40046;
    color: #FFFFFF; }

.disabled {
  pointer-events: none;
  cursor: default; }

h4.simulcast-time {
  margin-bottom: 0 !important; }

.mylibrary-queue-list {
  min-height: 200px;
  position: relative; }
  .mylibrary-queue-list .out-of-region {
    font-size: 0.4em;
    padding: 10px 0; }

@media print {
  #main-navigation,
  .header-icons,
  #mobile-header-icons,
  .nav.nav-tabs,
  .footer-navigation,
  .section-label,
  .social-media,
  .ftrSubscriptionHeadline,
  .ftrHeadlines {
    display: none !important; }

  a[href]:after {
    content: none !important; }

  header {
    position: initial; }
    header #logo {
      margin: 15px 0 0 0;
      position: initial; }

  #main {
    margin-top: 0; }

  .account-details .account-myorders .table > tbody > tr.order-details {
    display: table-row; }

  .custom-slide-toggle > [type="checkbox"]:not(:checked) + label,
  .custom-slide-toggle > [type="checkbox"]:checked + label {
    background-color: #cccccc !important; }

  .custom-slide-toggle > [type="checkbox"]:not(:checked) + label > span,
  .custom-slide-toggle > [type="checkbox"]:checked + label > span {
    background-color: #ffffff !important; }

  .printThis {
    display: none; }

  footer .col-sm-pull-6 {
    width: 100%;
    right: initial;
    border: 0; }
    footer .col-sm-pull-6 .copyright br {
      display: none; }
  footer .ftrSubscriptionHeadline,
  footer .ftrHeadlines,
  footer .footer-navigation,
  footer .section-label {
    display: none !important; } }
/* Bootstrap Print Fix */
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

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

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

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

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

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

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

  .col-sm-4 {
    width: 33.33333333%; }

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

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

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

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

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

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

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

  .visible-xs {
    display: none !important; }

  .hidden-xs {
    display: block !important; }

  table.hidden-xs {
    display: table; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; }

  .hidden-xs.hidden-print {
    display: none !important; }

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

  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
#login-form .login-form-error {
  text-align: center;
  margin-top: 4px; }

form .promo-gift .link {
  text-align: right; }
form label {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 10px; }
form .form-group {
  margin-bottom: 30px; }
form .form-control {
  border-radius: 0;
  border-color: #cfcfcf;
  box-shadow: none;
  height: 44px; }
form .btn {
  margin-right: 15px; }
form .form-error {
  color: red; }
form textarea {
  height: auto !important; }

.fa.fa-check {
  color: #04cc02; }

.fa.fa-close {
  color: #e40046; }

.styled-select {
  display: inline-block;
  width: auto;
  height: 23px;
  overflow: hidden;
  background: url("/static/img/icons/icon-dropdown-arrow.png") no-repeat right 6px #fff; }
  .styled-select select {
    display: inline-block;
    background: transparent;
    width: auto;
    padding: 0 35px 0 15px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
    .styled-select select::-ms-expand {
      display: none; }
    .styled-select select:focus {
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 43px;
  overflow: hidden;
  background: url("/static/img/icons/icon-custom-dropdown-arrow.png") no-repeat right 18px #fff;
  -webkit-box-shadow: inset 0 0 0 1px #cccccc;
  box-shadow: inset 0 0 0 1px #cccccc; }
  .custom-select.no-overflow {
    overflow: unset; }
  .custom-select select {
    display: inline-block;
    background: transparent;
    width: 100%;
    padding: 0 35px 0 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    border: 0;
    border-radius: 0;
    height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
    .custom-select select::-ms-expand {
      display: none; }
    .custom-select select:focus {
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.select-dropdown, .select-dropdown-shop {
  position: relative;
  display: inline-block; }
  .select-dropdown .select-trigger, .select-dropdown-shop .select-trigger {
    display: inline-block;
    width: 160px;
    height: 23px;
    padding-right: 35px;
    background: url("/static/img/icons/icon-dropdown-arrow.png") no-repeat right 6px #fff;
    cursor: pointer;
    text-transform: capitalize; }
  .select-dropdown .select-list, .select-dropdown-shop .select-list {
    display: none;
    position: absolute;
    top: 25;
    right: 3px;
    max-height: 200px;
    /*height: 23px;*/
    width: 180px;
    margin: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    z-index: 1000; }
    .select-dropdown .select-list li, .select-dropdown-shop .select-list li {
      background-color: #ffffff;
      color: #959595;
      cursor: pointer;
      margin: 0;
      padding: 5px 15px;
      transition: background-color .3s, color .3s; }
      .select-dropdown .select-list li:hover, .select-dropdown-shop .select-list li:hover {
        background: #410099;
        color: #ffffff; }

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label,
.custom-radio > [type="radio"],
.custom-radio > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked,
.custom-radio > [type="radio"]:not(:checked),
.custom-radio > [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label,
.custom-radio > [type="radio"]:not(:checked) + label,
.custom-radio > [type="radio"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer; }

.custom-checkbox.small > [type="checkbox"]:not(:checked) + label,
.custom-checkbox.small > [type="checkbox"]:checked + label {
  padding-left: 28px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before,
.custom-radio > [type="radio"]:not(:checked) + label:before,
.custom-radio > [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 27px;
  height: 27px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0; }

.custom-checkbox.small > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox.small > [type="checkbox"]:checked + label:before {
  margin-top: -7px;
  width: 15px;
  height: 15px; }

.custom-radio.small > [type="radio"]:not(:checked) + label:before,
.custom-radio.small > [type="radio"]:checked + label:before {
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 23px;
  height: 23px; }

.custom-radio > [type="radio"]:not(:checked) + label:before,
.custom-radio > [type="radio"]:checked + label:before {
  border-radius: 50%;
  left: 0px;
  border: 3px solid #ccc; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after,
.custom-radio > [type="radio"]:not(:checked) + label:after,
.custom-radio > [type="radio"]:checked + label:after {
  font: normal normal normal 21px/1 FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 3px;
  color: #0086e8;
  transition: all .2s; }

.custom-checkbox.small > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox.small > [type="checkbox"]:checked + label:after {
  margin-top: -10px;
  left: -3px; }

.custom-radio > [type="radio"]:not(:checked) + label:after,
.custom-radio > [type="radio"]:checked + label:after {
  font: normal normal normal 20px/1 FontAwesome;
  content: '\f111';
  left: 5px;
  margin-top: -7px; }

.custom-radio.small > [type="radio"]:not(:checked) + label:after,
.custom-radio.small > [type="radio"]:checked + label:after {
  left: 3px;
  margin-top: -10px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-radio > [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.custom-checkbox > [type="checkbox"]:checked + label:after,
.custom-radio > [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.custom-checkbox.small > [type="checkbox"]:checked + label:after {
  transform: scale(0.6); }

.custom-radio.small > [type="radio"]:checked + label:after {
  transform: scale(0.8); }

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-radio > [type="radio"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1); }

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before,
.custom-radio > [type="radio"]:disabled:not(:checked) + label:before,
.custom-radio > [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada; }

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after,
.custom-radio > [type="radio"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed; }

.custom-checkbox > [type="checkbox"]:disabled + label,
.custom-radio > [type="radio"]:disabled + label {
  color: #aaa;
  cursor: not-allowed; }

.custom-slide-toggle > [type="checkbox"],
.custom-slide-toggle > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-slide-toggle > [type="checkbox"]:not(:checked),
.custom-slide-toggle > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.custom-slide-toggle > [type="checkbox"]:not(:checked) + label,
.custom-slide-toggle > [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 72px;
  border-radius: 20px;
  background-color: #cccccc;
  overflow: hidden;
  transition: background-color .3s; }

.custom-slide-toggle > [type="checkbox"]:checked + label {
  background-color: #8e24a9; }

.custom-slide-toggle > [type="checkbox"]:not(:checked) + label > span,
.custom-slide-toggle > [type="checkbox"]:checked + label > span {
  position: absolute;
  top: 3px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  transition: left .3s; }

.custom-slide-toggle > [type="checkbox"] + label > span:before,
.custom-slide-toggle > [type="checkbox"] + label > span:after {
  position: absolute;
  color: #ffffff;
  top: -1px;
  font-size: 16px; }

.custom-slide-toggle > [type="checkbox"] + label > span:before {
  content: 'On';
  right: 31px; }

.custom-slide-toggle > [type="checkbox"] + label > span:after {
  content: 'Off';
  left: 31px; }

.custom-slide-toggle > [type="checkbox"]:not(:checked) + label > span {
  left: 3px; }

.custom-slide-toggle > [type="checkbox"]:checked + label > span {
  left: 44px; }

li.list {
  position: relative;
  cursor: pointer; }
  li.list .list-dropdown {
    display: none;
    position: absolute;
    top: 25;
    right: 3px;
    max-height: 350px;
    width: 200px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    padding: 15px;
    overflow: visible;
    z-index: 1000;
    overflow-y: auto;
    background: #fff;
    cursor: default; }
    li.list .list-dropdown .custom-checkbox label {
      text-transform: capitalize; }

.show-password-btn {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  text-transform: uppercase;
  font-size: 0.95em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.account-personal-details .show-password-btn {
  top: 1.75em; }

.reset-password .show-password-btn {
  top: 0.5em; }

.tooltip-password {
  position: absolute;
  width: 350px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 2em);
  padding: 2em;
  color: #000000;
  background: #ffffff;
  border: solid 1px #cccccc;
  z-index: 1; }
  .tooltip-password h3, .tooltip-password li {
    margin-left: 22px; }
  .tooltip-password h3 {
    margin-bottom: 1.25em; }
  .tooltip-password li {
    margin-bottom: 0.25em; }
  .tooltip-password .password-requirements .fa.fa-check.tooltip-check {
    position: relative;
    margin-left: -1.5em;
    margin-right: 0.3em;
    font-size: 22px;
    top: 0;
    right: 0; }
  .tooltip-password:before, .tooltip-password:after {
    content: '';
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    pointer-events: none; }
  .tooltip-password:before {
    border-top: 17px solid rgba(194, 225, 245, 0);
    border-right: 17px solid #cccccc;
    border-bottom: 17px solid rgba(194, 225, 245, 0);
    top: calc(50% - 1em); }
  .tooltip-password:after {
    border-top: 15px solid rgba(136, 183, 213, 0);
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid rgba(136, 183, 213, 0);
    top: calc(50% - 1em + 2px); }
  .tooltip-password.login {
    position: relative;
    width: 100%;
    top: 0%;
    margin-top: 20px;
    transform: translateY(0);
    left: 0;
    right: 0;
    padding: 2em;
    color: #000000;
    background: #ffffff;
    border: solid 1px #cccccc;
    z-index: 1; }
    .tooltip-password.login:before {
      border-top: 17px solid #ccc;
      border-right: 17px solid rgba(194, 225, 245, 0);
      border-left: 17px solid rgba(194, 225, 245, 0);
      border-bottom: 17px solid rgba(194, 225, 245, 0);
      content: '';
      left: 50%;
      right: 50%;
      height: 0;
      pointer-events: none;
      top: -35px;
      transform: rotate(180deg);
      position: absolute;
      width: 0; }
    .tooltip-password.login:after {
      border: 0;
      content: ''; }

.account-personal-details .tooltip-password {
  width: 400px;
  top: calc(100% + 1em);
  transform: initial;
  left: -50%;
  transform: translateX(50%); }
  .account-personal-details .tooltip-password:before, .account-personal-details .tooltip-password:after {
    transform: rotate(90deg); }
  .account-personal-details .tooltip-password:before {
    top: calc(-1.5em + 3px);
    right: calc(50% + 1px); }
  .account-personal-details .tooltip-password:after {
    top: calc(-1em - 3px);
    right: calc(50% + 2px); }

#login-form.open, .open #login-form {
  min-height: 600px;
  max-height: 1000px; }

/*  GENERAL STYLES  =========================================================  */
/*  =========================================================================  */
.gs_modal-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9000; }

.gs_modal-master-wrap {
  height: 100%;
  left: 0px;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9000; }

.single-post .gs_modal-master-wrap {
  position: fixed; }
  .single-post .gs_modal-master-wrap .gs_modal-wrap {
    min-height: 360px; }
.single-post .gs_modal-overlay {
  position: fixed; }

.login .gs_modal-master-wrap {
  background: rgba(0, 0, 0, 0.5); }

/*  .gs_modal-wrap HAS EITHER A CLASS .modal OR .alert  SO THEY CAN BE STYLED DIFFERENTLY  */
.gs_modal-wrap {
  min-height: 100px;
  overflow: auto;
  position: absolute;
  width: 90%;
  /*  ACTION WRAP / BUTTONS  ==================================================  */
  /*  =========================================================================  */ }
  .gs_modal-wrap.top {
    top: 45px; }
    @media (min-width: 1038px) {
      .gs_modal-wrap.top {
        top: 80px; } }
  .gs_modal-wrap.middle {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .gs_modal-wrap.bottom {
    bottom: 50px;
    top: auto; }
  .gs_modal-wrap.left {
    left: 0;
    right: auto; }
  .gs_modal-wrap.center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gs_modal-wrap.right {
    left: auto;
    right: 0; }
  .gs_modal-wrap.middle.center {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .gs_modal-wrap.success, .gs_modal-wrap.error {
    font-weight: 900;
    min-height: 0px;
    padding: 15px;
    text-transform: uppercase;
    transition: opacity 0.25s ease;
    width: auto;
    z-index: 3200; }
    .gs_modal-wrap.success.transparent, .gs_modal-wrap.error.transparent {
      opacity: 0; }
    .gs_modal-wrap.success p, .gs_modal-wrap.error p {
      margin: 0;
      padding: 0 10px; }
      .gs_modal-wrap.success p::before, .gs_modal-wrap.error p::before {
        font-family: "FontAwesome";
        font-weight: normal;
        margin-right: 10px;
        text-transform: none; }
  .gs_modal-wrap.fade-out {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gs_modal-wrap.error {
    background-color: #e40046;
    color: white; }
    .gs_modal-wrap.error p::before {
      content: '\f00d'; }
  .gs_modal-wrap.success {
    background-color: #00c601;
    color: white; }
    .gs_modal-wrap.success p::before {
      content: '\f00c'; }
  .gs_modal-wrap.now-following-success.success {
    background-color: #00c601; }
  .gs_modal-wrap .title-line {
    margin: 0;
    line-height: 1.3; }
    .gs_modal-wrap .title-line + p {
      margin-top: 0; }
    .gs_modal-wrap .title-line.red-centered-title-line {
      color: #e7024f;
      font-size: 36px;
      text-align: center; }
  .gs_modal-wrap .subtitle-line {
    font-size: 22px;
    text-align: center; }
  .gs_modal-wrap .centered-content {
    padding: 0px 40px 10px 40px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .gs_modal-wrap .title-line.red-centered-title-line {
      font-size: 26px; }
    .gs_modal-wrap .subtitle-line {
      font-size: 20px; }
    .gs_modal-wrap .centered-content {
      padding: 0px 10px 10px 10px;
      text-align: center; } }
  .gs_modal-wrap .gs_modal-close-button {
    cursor: pointer;
    font-size: 2.2em;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 3px; }
  .gs_modal-wrap .gs_modal-close-button span {
    display: block;
    color: #410099; }
  .gs_modal-wrap .gs_modal-action-wrap {
    margin-top: 20px;
    text-align: center; }
  .gs_modal-wrap .cancel, .gs_modal-wrap .accept {
    cursor: pointer;
    display: inline-block;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    width: calc(50% - 20px); }
  @media screen and (max-width: 767px) {
    .gs_modal-wrap .cancel, .gs_modal-wrap .accept {
      width: calc(80% - 10px); } }
  .gs_modal-wrap .cancel {
    margin-right: 15px; }
  .gs_modal-wrap .accept {
    padding: 15px 16px;
    max-width: 290px; }
  .gs_modal-wrap.full-width-buttons .btn {
    margin: 10px 5px 0 5px;
    max-width: 100%; }

.gs_modal-content-wrap {
  background: white;
  padding: 32px !important; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form {
    font-size: 16px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form.invalid div.hidden {
      display: block !important; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .hidden {
      display: none; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form label {
      color: #410099;
      font-weight: 900;
      text-align: left; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .error {
      color: #e40046;
      font-size: 13px;
      font-weight: 900; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .forgot-password {
      text-decoration: none; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form input:not([type="submit"]) {
    border: 2px solid #b2b2b2; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .btn-subscribe {
    display: block;
    margin: 5px auto;
    text-align: center;
    width: 50%; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content strong {
    font-weight: bold; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .message {
    font-size: 18px; }

.modal .gs_modal-content-wrap {
  box-shadow: 0 10px 70px 1px rgba(0, 0, 0, 0.5);
  color: #333; }

.gs_modal-content-title {
  border-bottom: 1px solid #cccccc;
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.modal .gs_modal-content-title {
  text-align: center; }
  .modal .gs_modal-content-title .title-text {
    color: #410099;
    font-size: 34px; }

.alert .gs_modal-content-title {
  text-align: left; }

/*  =====  SIZING CLASSES  ====================  */
/*  FILL  */
.modal.fill.gs_modal-wrap {
  bottom: 50px;
  top: 50px; }

.modal.fill .gs_modal-content-wrap {
  bottom: 0px;
  top: 0px; }

.modal.fill .gs_modal-content-content {
  overflow-y: auto; }

/*  MODAL ALERT TYPES  ======================================================  */
/*  =========================================================================  */
.gs_modal-icon {
  background: url("../img/gs_modal-sprite.png") no-repeat 50px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px; }

.alert.info .gs_modal-icon {
  background-position: -50px 0px; }

.alert.info .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #00c3fb;
  -webkit-box-shadow: 0px 0px 200px 1px #00c3fb; }

.alert.warning .gs_modal-icon {
  background-position: 0px 0px; }

.alert.warning .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #f5db13;
  -webkit-box-shadow: 0px 0px 200px 1px #f5db13; }

.alert.success .gs_modal-icon {
  background-position: -150px 0px; }

.alert.success .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #61e400;
  -webkit-box-shadow: 0px 0px 200px 1px #61e400; }

.alert.error .gs_modal-icon {
  background-position: -100px 0px; }

.alert.error .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #e40000;
  -webkit-box-shadow: 0px 0px 200px 1px #e40000; }

/*  RESPONSIVE STYLES  =======================================================  */
/*  ==========================================================================  */
@media (max-width: 480px) {
  .gs_modal-content-wrap {
    padding: 10px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-title {
      margin-bottom: 5px;
      padding-bottom: 5px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-title .title-text {
        font-size: 26px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form {
      font-size: 14px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form label {
        color: #410099;
        font-weight: 900; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .error {
        font-size: 12px;
        margin-bottom: 5px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .forgot-password {
        margin-top: 10px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form input:not([type="submit"]) {
      margin-bottom: 5px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .message {
      font-size: 16px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-action-wrap {
      margin-top: 5px; } }
/* XS - Phone */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px; }

  h2 {
    font-size: 24px;
    line-height: 20px; }

  h3 {
    font-size: 19px;
    line-height: 18px; }

  .btn {
    font-size: 14px;
    padding: 10px; }

  .btn.large {
    font-size: 14px; }

  .headline {
    padding: 0 15px; }

  .mtFull {
    margin-top: 30px; }

  .mbFull {
    margin-bottom: 30px; }

  .mtHalf {
    margin-top: 15px; }

  .mbHalf {
    margin-bottom: 15px; }

  .ptFull {
    padding-top: 30px; }

  .pbFull {
    padding-bottom: 30px; }

  .ptHalf {
    padding-top: 15px; }

  .pbHalf {
    padding-bottom: 15px; }

  li.list .list-dropdown {
    right: auto;
    left: 3px; }

  .select-dropdown .select-list, .select-dropdown-shop .select-list {
    right: auto;
    left: 10px; }

  header {
    position: relative; }
    header.open #main-navigation {
      height: auto; }
    header #trigger {
      left: 0px;
      width: 40px; }
    header.skinny .container, header.skinny.minified .container {
      display: block !important;
      padding-left: 20px;
      padding-right: 20px; }
      header.skinny .container .utility_nav_container > div, header.skinny.minified .container .utility_nav_container > div {
        padding-left: 0;
        padding-right: 0; }
    header.skinny #logo, header.skinny.minified #logo {
      margin-left: 10px !important; }
    header.skinny #main-navigation, header.skinny.minified #main-navigation {
      margin: 0 0 0 5px; }
    header.skinny .header-icons, header.skinny.minified .header-icons {
      margin-top: 57px; }
    header #logo {
      position: relative; }
    header #mobile-cart {
      position: absolute;
      top: 1px;
      right: 15px; }
      header #mobile-cart a {
        display: inline-block;
        margin-left: 10px; }
    header #mobile-header-icons a,
    header #mobile-cart a {
      display: inline-block;
      margin-left: 10px; }
    header #mobile-header-icons > div {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    header #main-navigation {
      display: block;
      margin: 0 0 0 5px;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height .6s; }
      header #main-navigation.open {
        max-height: 1100px; }
      header #main-navigation ul.list-inline {
        margin-top: 25px; }
        header #main-navigation ul.list-inline > li {
          display: block;
          position: relative; }
          header #main-navigation ul.list-inline > li > a {
            position: relative;
            width: 100%;
            margin: 10px 0;
            z-index: 9000; }
          header #main-navigation ul.list-inline > li > a {
            display: inline-block;
            margin: 20px 10px 0 0; }
          header #main-navigation ul.list-inline > li.open ul {
            max-height: 190px; }
          header #main-navigation ul.list-inline > li ul {
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s linear; }
            header #main-navigation ul.list-inline > li ul li a {
              display: inline-block;
              line-height: 1;
              padding: 2px 0;
              margin: 0; }
    header .header-icons {
      position: absolute;
      margin-top: 57px; }
      header .header-icons li {
        margin: 0 0 0 10px;
        padding: 0; }
      header .header-icons .cart, header .header-icons .search {
        display: none; }

  .bx-controls {
    bottom: 0px; }

  .loginBox {
    border: none; }
    .loginBox .form {
      border: none;
      padding: 15px; }
    .loginBox .socialSignIn {
      margin-top: 50px;
      padding: 15px; }
      .loginBox .socialSignIn a {
        margin-bottom: 15px; }

  #wish-list .addthis_sharing_toolbox {
    position: relative;
    top: 0px;
    left: 0px; }
  #wish-list .printThis {
    position: relative;
    top: 0px;
    left: 0px; }

  .panel-group .panel.panel-default > .panel-heading > .panel-title {
    font-size: 20px; }
    .panel-group .panel.panel-default > .panel-heading > .panel-title a {
      padding: 18px 50px 18px 0; }
      .panel-group .panel.panel-default > .panel-heading > .panel-title a:after {
        top: 21px; }

  .show-reviews {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #f2f2f2; }

  .customerSupportContact .custom-select {
    width: 100%; }
  .customerSupportContact #email.form-control {
    width: 100%; }

  .customerSupportSearch {
    margin-bottom: 80px; }
    .customerSupportSearch .form-control {
      width: 100%; }
    .customerSupportSearch .btn {
      margin-top: 20px;
      width: 100%; }

  .customerSupportCategory {
    width: 50%; }

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

  body.search2 #main {
    margin-top: 15px; }

  body.body-w-promo-ribbon-1 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-2 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-3 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-4 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-5 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-6 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-7 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-8 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-9 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-10 #main {
    margin-top: 0; }

  #main {
    margin-top: 0; }

  	/*.slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: 0; }
  	.slider-control.outside.next { right: 0; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:40% } */
  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .spotlight-section .spotlight-slider .slide,
  .curated-section .curated-hero {
    padding: 25px 0 30px 0; }
    .spotlight-section .spotlight-slider .slide .vertical-align,
    .curated-section .curated-hero .vertical-align {
      position: relative !important;
      top: initial !important;
      width: initial !important;
      transform: initial !important;
      -webkit-transform: initial !important;
      padding-top: 50px; }

  .spotlight-section .content {
    padding-bottom: 10px; }

  .subscription-section,
  .social-section,
  .shop-section {
    padding: 25px 0 0 0;
    margin: 0 0px; }

  .spotlight-section .spotlight-slider .slide .content,
  .curated-section .curated-hero h1 {
    margin-top: 0px; }

  .social-section .social-container .bx-wrapper,
  .shop-section .product-container {
    margin-top: 30px; }

  .subscription-section {
    padding-bottom: 30px; }
    .subscription-section a.btn {
      width: 100%;
      margin: 7px 0; }

  #reviews-section a.write-a-review {
    top: -40px;
    left: 115px; }

  .show-detail-section .show-detail-container .show-detail-information {
    position: initial;
    margin-top: 20px;
    color: #000000; }
    .show-detail-section .show-detail-container .show-detail-information .show-utilities {
      float: none; }
      .show-detail-section .show-detail-container .show-detail-information .show-utilities li {
        float: none;
        margin-left: 0; }
        .show-detail-section .show-detail-container .show-detail-information .show-utilities li a {
          color: #000000; }

  #video-details h2 {
    font-size: 24px; }
  #video-details .description {
    padding: 0 15px 0 0; }
  #video-details .video-utilities {
    float: none; }
    #video-details .video-utilities li {
      float: none;
      margin-left: 0; }

  .fullScheduleBtn {
    text-align: center; }

  .curated-section .curated-hero a.btn {
    width: 100%;
    margin: 7px 0;
    float: none; }

  .social-section .social-container .bx-wrapper .social-post {
    padding: 0; }

  .shop-section .product-container .product-slider .product {
    border: 0; }

  .featured-show-2-container .featured-show-2-slider .slide .show .content {
    position: relative !important;
    bottom: 0 !important;
    left: auto !important;
    padding-top: 200px; }

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

  .showdate2 {
    text-align: center;
    margin-bottom: 50px;
    float: none;
    width: auto; }
    .showdate2 .image img {
      width: 100%; }
    .showdate2 .date {
      height: 79px !important; }
    .showdate2 .title {
      padding-top: 10px; }
    .showdate2 .episode {
      font-size: 19px; }
    .showdate2 .audioSubtitles {
      padding-top: 0px; }

  .searchShows {
    text-align: left; }

  .tri-section article {
    padding: 60px 30px; }
  .tri-section a.btn {
    margin-top: 7px; }

  .out-of-territory .btn {
    margin: 10px 0 0 0;
    width: 100%; }

  .product-list .show-wrapper .show-container .show-details .ratings {
    margin: 5px auto; }

  .showByShowSearch .text {
    font-size: 38px;
    padding-top: 20px;
    margin: 0 20px; }
  .showByShowSearch input {
    background-color: #f5f5f5;
    border: none;
    margin: 0 20px; }
  .showByShowSearch .btn {
    padding: 11px 20px 12px;
    padding-top: 15px;
    margin: 10px 20px;
    width: 100%; }
  .showByShowSearch .form-group {
    margin-right: 40px; }

  .curated-section.newProducts .curated-hero {
    padding: 60px 30px 30px 30px; }
    .curated-section.newProducts .curated-hero h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    .curated-section.newProducts .curated-hero h2 {
      font-size: 38px;
      line-height: 34px; }
    .curated-section.newProducts .curated-hero h3 {
      font-size: 28px;
      line-height: 28px;
      margin-top: 20px; }

  .pageNotFoundFooter {
    text-align: center; }

  .showCategoryControls .right-controls {
    float: none;
    margin: 5px 0; }
  .showCategoryControls.sticky-controls {
    background: #ffffff;
    left: 0;
    padding: 10px 15px 5px 15px;
    position: fixed;
    margin: 0;
    transition: all 0.5s ease-out;
    z-index: 3;
    width: 100%; }
    .showCategoryControls.sticky-controls .fa-ul li {
      margin-bottom: 0;
      padding-right: 15px; }
    .showCategoryControls.sticky-controls .fa-ul .fa-li {
      right: -15px; }

  .blog .content {
    padding: 20px; }

  .comments {
    margin: 20px 10px; }

  .comments .avatar {
    padding: 0 10px 0 0; }

  .comments .content {
    padding: 0 0 0 0px; }

  .comments.subcomments img {
    width: 60%;
    float: right; }

  .product-list > div[class*="col-"]:nth-child(3) {
    clear: both; }

  .product-list .name {
    padding: 0 10px; }

  .featured-product-section {
    margin-bottom: 30px; }
    .featured-product-section .featured-product-container {
      min-height: 300px;
      margin-top: 30px; }
      .featured-product-section .featured-product-container .featured-product-content .section-type {
        font-size: 14px; }
      .featured-product-section .featured-product-container .featured-product-content .product-name {
        font-size: 28px;
        line-height: 28px; }
      .featured-product-section .featured-product-container .featured-product-content .product-information {
        font-size: 18px;
        line-height: 18px; }

  .related-static-section .product-list {
    margin-top: 30px; }

  #cart-section {
    text-align: left; }
    #cart-section .product .product-photo {
      padding: 0 10px 0 10px; }
    #cart-section .product .product-title-description {
      padding: 0 15px 0 0 !important; }
      #cart-section .product .product-title-description .product-title {
        font-size: 15px;
        line-height: 15px; }
      #cart-section .product .product-title-description .product-description {
        font-size: 13px;
        line-height: 13px; }
      #cart-section .product .product-title-description a {
        font-size: 12px; }
    #cart-section .product .product-price {
      padding: 0;
      font-size: 18px; }
    #cart-section .product .count {
      padding-right: 15px; }
      #cart-section .product .count span {
        font-size: 12px; }
    #cart-section .product .count .form-group input {
      margin-bottom: 15px; }

  #cart-section .total-section,
  #my-cart .total-section {
    padding: 15px; }
    #cart-section .total-section .promo-gift label,
    #my-cart .total-section .promo-gift label {
      font-size: 14px; }
    #cart-section .total-section .totals,
    #my-cart .total-section .totals {
      font-size: 14px;
      text-align: right; }
      #cart-section .total-section .totals .grand-total,
      #my-cart .total-section .totals .grand-total {
        margin-top: 20px; }
        #cart-section .total-section .totals .grand-total .price-total,
        #my-cart .total-section .totals .grand-total .price-total {
          font-size: 24px; }
  #cart-section .product .product-title-description,
  #my-cart .product .product-title-description {
    padding: 10px 15px 0px 0; }
  #cart-section .product .product-final-price,
  #my-cart .product .product-final-price {
    text-align: left; }
  #cart-section .cart-buttons,
  #my-cart .cart-buttons {
    padding: 15px;
    text-align: center; }

  #signUpOptions {
    display: block !important; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .yearly-plan-container {
      text-align: center; }
      .signUpOptions .yearly-plan-container .custom-checkbox {
        margin-top: 15px; }
        .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label {
          padding-left: 0px; }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:before {
            top: auto;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%); }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:after {
            top: auto;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%) scale(0.75); }
    .signUpOptions .option {
      margin: 0;
      min-height: 125px;
      border-right: none; }
      .signUpOptions .option .top {
        min-height: 125px; }
      .signUpOptions .option .name {
        font-size: 24px;
        padding: 20px 0px 15px 0px; }
      .signUpOptions .option .price {
        font-size: 40px;
        padding: 0 0 10px 0; }
        .signUpOptions .option .price .interval {
          font-size: 15px; }
      .signUpOptions .option .firstButton {
        display: none; }
      .signUpOptions .option .description {
        display: none; }
      .signUpOptions .option .cta, .signUpOptions .option .startTrial {
        display: none; }
      .signUpOptions .option .mostPopular {
        padding: 5px 3px; }
    .signUpOptions .descriptionMobile {
      padding: 30px 20px; }
      .signUpOptions .descriptionMobile .name {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 0; }
    .signUpOptions .selectPlanContinue {
      padding-top: 20px;
      border-top: solid 1px #ccc; }
      .signUpOptions .selectPlanContinue .continueBtn {
        text-align: center;
        margin-bottom: 30px; }
        .signUpOptions .selectPlanContinue .continueBtn .btn {
          margin-right: 0; }
      .signUpOptions .selectPlanContinue .legal {
        padding: 0 15px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
      .signUpOptions .comparePlans .panel-title {
        padding-left: 15px; }
      .signUpOptions .comparePlans .feature {
        padding: 15px 0; }
        .signUpOptions .comparePlans .feature .featureName {
          text-align: center;
          margin-bottom: 20px;
          font-size: 19px;
          font-weight: 100;
          padding: 20px 0 0 0; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption {
          border-right: solid 1px #ccc;
          padding: 20px 10px; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption:last-child {
          border-right: none; }

  .selectedPlanPaymentInformation .selectedPlan {
    padding: 0 0 30px 0; }
  .selectedPlanPaymentInformation .labelCost {
    text-align: right; }
    .selectedPlanPaymentInformation .labelCost .textLabel {
      font-size: 14px; }
    .selectedPlanPaymentInformation .labelCost .costTotal {
      text-align: right;
      font-size: 18px;
      font-weight: 100; }
  .selectedPlanPaymentInformation .grand-total {
    margin-top: 30px; }
    .selectedPlanPaymentInformation .grand-total .costTotal {
      font-size: 32px; }

  #payment-method label {
    font-size: 17px; }

  .search-results .search-results-main {
    padding: 15px; }
    .search-results .search-results-main .panel-show .image img {
      width: 100%; }
    .search-results .search-results-main .panel-show .content {
      padding: 15px; }
  .search-results .filter-category-main {
    clear: both; }
    .search-results .filter-category-main .filter-category {
      margin: 0 25px 20px 15px;
      padding: 0 0 20px 0; }

  .product-list .show-wrapper .show-container .show-details {
    text-align: center;
    height: auto;
    width: auto; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 15px 60px;
    text-align: center; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      margin: 5px auto; }
    .product-list .show-wrapper .show-container .product-details .price {
      float: none;
      padding-right: 0; }
    .product-list .show-wrapper .show-container .product-details .addToCart {
      float: none; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }

  form .form-group {
    margin-bottom: 15px; }

  #subscribe-template .subscribe_hero_container,
  #subscribe-template .subscription_pay_annual,
  #subscribe-template .subscription_support, #free-trial-template .subscribe_hero_container,
  #free-trial-template .subscription_pay_annual,
  #free-trial-template .subscription_support {
    align-items: flex-end;
    position: relative; }
    #subscribe-template .subscribe_hero_container::after,
    #subscribe-template .subscription_pay_annual::after,
    #subscribe-template .subscription_support::after, #free-trial-template .subscribe_hero_container::after,
    #free-trial-template .subscription_pay_annual::after,
    #free-trial-template .subscription_support::after {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #subscribe-template .subscribe_hero_container .container,
    #subscribe-template .subscription_pay_annual .container,
    #subscribe-template .subscription_support .container, #free-trial-template .subscribe_hero_container .container,
    #free-trial-template .subscription_pay_annual .container,
    #free-trial-template .subscription_support .container {
      z-index: 2; }
      #subscribe-template .subscribe_hero_container .container > div,
      #subscribe-template .subscription_pay_annual .container > div,
      #subscribe-template .subscription_support .container > div, #free-trial-template .subscribe_hero_container .container > div,
      #free-trial-template .subscription_pay_annual .container > div,
      #free-trial-template .subscription_support .container > div {
        flex: 1;
        justify-content: flex-start;
        text-align: center !important; }
  #subscribe-template .subscribe_hero_container, #free-trial-template .subscribe_hero_container {
    background-position: 0 0; }
  #subscribe-template .subscription_app_container_links, #free-trial-template .subscription_app_container_links {
    align-items: flex-start; }
    #subscribe-template .subscription_app_container_links .container > div.app_content_container, #free-trial-template .subscription_app_container_links .container > div.app_content_container {
      display: block;
      text-align: center; }
      #subscribe-template .subscription_app_container_links .container > div.app_content_container > div:first-child, #free-trial-template .subscription_app_container_links .container > div.app_content_container > div:first-child {
        margin-bottom: 40px;
        padding-right: 0; }
    #subscribe-template .subscription_app_container_links .container > div.app_links_container > div > div, #free-trial-template .subscription_app_container_links .container > div.app_links_container > div > div {
      flex: 0 33.33%;
      margin-bottom: 15px;
      padding: 0 10px; }
  #subscribe-template .subscription_compare_plans, #free-trial-template .subscription_compare_plans {
    padding: 50px 15px 30px 15px; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_content,
    #subscribe-template .subscription_compare_plans .container > div .plan_header_container, #free-trial-template .subscription_compare_plans .container > div .plan_header_content,
    #free-trial-template .subscription_compare_plans .container > div .plan_header_container {
      flex: 0 0 100%; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_content, #free-trial-template .subscription_compare_plans .container > div .plan_header_content {
      margin-bottom: 20px;
      padding-right: 0;
      text-align: center; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span {
      font-size: 10px; }
    #subscribe-template .subscription_compare_plans .container .subscription_compare_container, #free-trial-template .subscription_compare_plans .container .subscription_compare_container {
      margin: 30px 0 0 0; }
      #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div {
        border: 0;
        flex-wrap: wrap;
        padding: 10px 0; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child {
          flex: 0 0 100%;
          padding-bottom: 15px;
          text-align: center; }
          #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child p:not(.small_font), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child p:not(.small_font) {
            font-size: 135%; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:nth-child(2), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:nth-child(2) {
          border-right: solid 1px #D2D2D2; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:not(:first-child), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:not(:first-child) {
          flex: 0 50%;
          padding: 25px 15px; }
  #subscribe-template .subscription_callout_container, #free-trial-template .subscription_callout_container {
    padding: 30px 15px; }
    #subscribe-template .subscription_callout_container .container > div a.btn, #free-trial-template .subscription_callout_container .container > div a.btn {
      margin: 15px 0; }

  footer {
    text-align: center; }
    footer .equal-heights > div {
      height: auto !important; }
    footer .border-right {
      border: 0; }
    footer .social-media {
      display: inline-block; }
      footer .social-media > li:nth-child(4) {
        clear: both; }
    footer .copyright {
      margin-bottom: 30px;
      font-size: 9px;
      line-height: 10px; }
    footer .price {
      font-size: 36px;
      line-height: 40px; }
    footer .description {
      font-size: 12px;
      font-weight: 300;
      line-height: 12px;
      margin-bottom: 20px; }
    footer ul.footer-navigation {
      border-top: solid 1px white;
      padding-top: 32px;
      font-size: 12px; }
    footer .social-media > li:nth-child(4) {
      clear: none;
      /* you need to remove this on your css */ }
    footer .border-right {
      border-right: none; }
    footer .ftrSubscriptionHeadline, footer .ftrHeadlines {
      padding-left: 0px !important; }

  .pageNotFound {
    margin: 100px 0 50px 0; }

  .pageNotFoundFooter {
    margin: 20px; }

  .genre-list a {
    min-height: auto;
    border-bottom: solid 1px white; }
    .genre-list a .genre {
      padding: 25px 10px; }

  .simulcastFullSchedule {
    top: 20px; } }
/* SM - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  header.open #main-navigation {
    height: auto; }
  header.skinny .container {
    display: block !important; }
  header.skinny #logo {
    margin-left: 10px !important; }
  header.skinny #main-navigation {
    margin: 0 0 0 5px; }
  header.skinny .header-icons {
    margin-top: 57px; }
  header .container {
    padding-left: 20px;
    padding-right: 20px; }
    header .container .utility_nav_container > div {
      padding-left: 0;
      padding-right: 0; }
  header #logo {
    position: relative; }
  header #mobile-header-icons {
    z-index: 1; }
    header #mobile-header-icons a {
      display: inline-block;
      margin-left: 10px; }
    header #mobile-header-icons > div {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  header #mobile-cart {
    position: absolute;
    top: 1px;
    right: 15px;
    z-index: 1; }
    header #mobile-cart a {
      display: inline-block;
      margin-left: 10px; }
  header #main-navigation {
    display: block;
    margin: 0 0 0 5px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s; }
    header #main-navigation.open {
      max-height: 1000px; }
    header #main-navigation ul.list-inline {
      margin-top: 50px; }
      header #main-navigation ul.list-inline > li {
        display: block;
        position: relative; }
        header #main-navigation ul.list-inline > li > a {
          position: relative;
          width: 100%;
          margin: 10px 0;
          z-index: 9000; }
        header #main-navigation ul.list-inline > li.open:after {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        header #main-navigation ul.list-inline > li > a {
          display: inline-block;
          margin: 10px 10px 10px 0; }
        header #main-navigation ul.list-inline > li.open ul {
          max-height: 190px; }
        header #main-navigation ul.list-inline > li ul {
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s linear; }
          header #main-navigation ul.list-inline > li ul li a {
            display: inline-block;
            padding: 2px 0;
            margin: 0; }
  header .header-icons {
    position: absolute;
    margin-top: 57px; }
    header .header-icons li {
      margin: 0 0 0 10px;
      padding: 0; }
    header .header-icons .cart, header .header-icons .search {
      display: none; }

  #search-bar,
  #search-bar.skinny {
    top: 74px; }

  body.search2 #main {
    margin-top: 138px; }

  #wish-list .printThis {
    top: -64px;
    left: 571px; }

  .simulcastFullSchedule {
    top: -72px; }

  .genre-list a {
    min-height: 180px; }
    .genre-list a .genre {
      padding-top: 75px; }

  	/* .slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: 0; }
  	.slider-control.outside.next { right: 0; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:28% } */
  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .showCategoryControls.sticky-controls {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    left: 0;
    padding: 15px 15px 10px;
    position: fixed;
    margin: 0;
    transition: all 0.5s ease-out;
    z-index: 3;
    width: 100%; }
    .showCategoryControls.sticky-controls .fa-ul li {
      margin-bottom: 0; }
    .showCategoryControls.sticky-controls .right-controls {
      float: none; }

  .featured-product-section .featured-product-container {
    min-height: 400px; }

  .tri-section article {
    padding: 70px 20px; }
  .tri-section h1 {
    font-size: 68px; }
  .tri-section h2 {
    font-size: 48px; }

  #subscribe-template .subscribe_hero_container .container > div, #free-trial-template .subscribe_hero_container .container > div {
    flex: 0 100%; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
    .signUpOptions .selectPlanContinue {
      padding: 0 15px; }

  .showdate2 .number {
    font-size: 27px; }

  .scheduleColumns .day {
    font-size: 12px;
    padding-bottom: 2px; }
  .scheduleColumns .number {
    font-size: 25px; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 13px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 17px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 110px;
      display: none; }
    .product-list .show-wrapper .show-container .show-details .info {
      line-height: 18px;
      margin-bottom: 10px; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .description {
      font-size: 16px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      max-width: 100px;
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 30px;
      line-height: 30px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 40px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: block; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; }

  .show-reviews {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #f2f2f2; }

  footer .social-media > li:nth-child(4) {
    clear: both; } }
/* MD - Medium Desktop */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  header #main-navigation ul.list-inline > li > a {
    margin-right: 60px; }

  header.skinny #main-navigation {
    margin-top: 3px;
    margin-left: 178px; }
    header.skinny #main-navigation ul.list-inline > li > a {
      margin-right: 50px; }

  header .header-icons ul.list-inline li {
    margin: 0 0 0 10px; }

  #wish-list .printThis {
    top: -64px;
    left: 631px; }

  .simulcastFullSchedule {
    top: -85px; }

  .genre-list a {
    min-height: 230px; }
    .genre-list a .genre {
      padding-top: 103px; }

  	/* .slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: -70px; }
  	.slider-control.outside.next { right: -70px; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:30% } */
  .featured-product-section .featured-product-container {
    min-height: 500px; }

  .tri-section article {
    padding: 150px 50px; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 18px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 17px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 130px;
      display: none; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .description {
      font-size: 16px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      max-width: 100px;
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 36px;
      line-height: 36px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; }

  footer .social-media > li:nth-child(4) {
    clear: both; } }
/* LG - Large Desktop */
/* XS- SM */
@media screen and (max-width: 991px) {
  header.skinny .utility_nav_container #logo img {
    max-height: 22px; } }
/* LG - Large Desktop */
@media screen and (min-width: 1280px) {
  .show-reviews-user, .show-comments-user {
    margin-right: -20px; }

  .account-personal-details .tooltip-password:before {
    top: calc(-1.5em + 3px); } }
/* MD - Medium Desktop */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  #wish-list .printThis {
    top: -64px;
    left: 631px; }

  .simulcastFullSchedule {
    top: -85px; }

  .genre-list a {
    min-height: 230px; }
    .genre-list a .genre {
      padding-top: 103px; }

  .product-carousel-price-under-section .slider-control.prev,
  .product-carousel-price-under-section .slider-control.next {
    top: 36%; }

  .promo-carousel-section .slider-control.prev,
  .promo-carousel-section .slider-control.next {
    top: 43%; }

  .show-carousel-section .slider-control.prev,
  .show-carousel-section .slider-control.next {
    top: 41%; }

  .episode-slider-section .slider-control.prev,
  .episode-slider-section .slider-control.next {
    top: 31%; }

  	/*.slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: -70px; }
  	.slider-control.outside.next { right: -70px; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:30% }*/
  .tri-section article {
    padding: 150px 50px; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }

  #productZoom, .zoomWrapper, .zoomWindowContainer, .zoomWindow {
    width: 389px !important;
    height: 389px !important; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 18px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 15px;
      line-height: 1.5;
      height: auto;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 130px;
      display: none; }
    .product-list .show-wrapper .show-container .show-details .add-queue-btn.remove {
      font-size: 10px; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .show-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 17px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 36px;
      line-height: 36px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }
  .product-list .show-wrapper .show-container .show-details.schedule .btn {
    width: 100%;
    margin: 10px 0;
    padding: 10px 3px;
    letter-spacing: 1px; }
  .product-list .show-wrapper .show-container .product-details.search-results-column .product-name {
    font-size: 14px;
    line-height: 14px; }
  .product-list .show-wrapper .show-container .product-details.search-results-column .btn {
    width: 100%;
    margin: 5px 0;
    padding: 8px; }
  .product-list .show-wrapper .product-array-img-wrapper .icon-choices .icon-choice {
    width: 27%;
    height: 27%; }

  .questionaire-section .questionaire-container .questionaire-slider .questionaire .question {
    font-size: 25px;
    line-height: 27px; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; } }
/* SM - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .show-reviews-details, .show-comments-details {
    margin-right: -20px; }

  #wish-list .printThis {
    top: -64px;
    left: 571px; }

  .simulcastFullSchedule {
    top: -72px; }

  .genre-list a {
    min-height: 180px; }
    .genre-list a .genre {
      padding-top: 75px; }

  .product-carousel-price-under-section .slider-control.prev,
  .product-carousel-price-under-section .slider-control.next {
    top: 33%; }

  .promo-carousel-section .slider-control.prev,
  .promo-carousel-section .slider-control.next {
    top: 42%; }

  .show-carousel-section .slider-control.prev,
  .show-carousel-section .slider-control.next {
    top: 36%; }

  .episode-slider-section .slider-control.prev,
  .episode-slider-section .slider-control.next {
    top: 26%; }

  	/*.slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: 0; }
  	.slider-control.outside.next { right: 0; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:28% } */
  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .tri-section article {
    padding: 70px 20px; }
  .tri-section h1 {
    font-size: 68px; }
  .tri-section h2 {
    font-size: 48px; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
    .signUpOptions .selectPlanContinue {
      padding: 0 15px; }

  .showdate2 .number {
    font-size: 27px; }

  .scheduleColumns .day {
    font-size: 12px;
    padding-bottom: 2px; }
  .scheduleColumns .number {
    font-size: 25px; }

  .search-results .product-list .col-xs-6.col-md-3:nth-child(2n+1) {
    clear: both; }

  #video-details {
    margin: 0 30px; }

  .show-detail-information {
    padding-bottom: 10px !important; }
    .show-detail-information .rating img {
      float: right;
      padding-right: 20px; }

  .show-utilities-mobile {
    padding-top: 20px; }
    .show-utilities-mobile ul {
      margin: 0 15px;
      text-align: center; }
      .show-utilities-mobile ul li {
        display: inline-block;
        color: #000000;
        padding-right: 20px;
        text-align: center; }
        .show-utilities-mobile ul li a {
          text-transform: uppercase;
          font-weight: 800;
          color: #000;
          font-size: 13px; }
          .show-utilities-mobile ul li a img {
            margin-left: 4px;
            vertical-align: bottom;
            display: inline !important; }

  #productZoom, .zoomWrapper, .zoomWindowContainer, .zoomWindow {
    width: 360px !important;
    height: 360px !important; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 13px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 15px;
      line-height: 1.5;
      height: auto;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 110px; }
    .product-list .show-wrapper .show-container .show-details .info {
      line-height: 18px;
      margin-bottom: 10px; }
    .product-list .show-wrapper .show-container .show-details .add-queue-btn.remove {
      font-size: 10px; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .show-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 17px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 24px;
      line-height: 24px; }
    .product-list .show-wrapper .show-container .product-details .btn {
      padding: 5px 10px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 40px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: block; }
  .product-list .show-wrapper .show-container .show-details.schedule .btn {
    padding: 10px 3px;
    letter-spacing: 1px;
    margin: 2px 0 4px 0; }
  .product-list .show-wrapper .show-container .product-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .show-name {
      font-size: 16px;
      display: block;
      margin-bottom: 5px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .product-name {
      font-size: 19px;
      margin-bottom: 15px;
      line-height: 19px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .price {
      font-size: 32px;
      float: none;
      line-height: inherit;
      margin-bottom: 0px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .addToCart {
      float: none; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .btn {
      width: 100%;
      margin: 15px 0;
      padding: 10px 5px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .moreDetails {
      display: block; }
    .product-list .show-wrapper .show-container .product-details.search-results-column:nth-child(2) {
      clear: both; }
  .product-list .show-wrapper .product-array-img-wrapper .icon-choices .icon-choice {
    width: 25%;
    height: 25%; }

  .questionaire-section .questionaire-container .questionaire-slider .questionaire .question {
    font-size: 20px;
    line-height: 22px; }
  .questionaire-section .questionaire-container .questionaire-slider .questionaire label {
    font-size: 13px; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; }

  .show-reviews {
    padding-bottom: 30px !important; }

  .product-section .product-container .product-slider .product .product-content {
    padding: 50px 50px; }

  .reset-password .form.expired {
    padding: 80px; }

  .showByShowSearch .search {
    top: 55px; } }
/* XS - Phone */
@media screen and (max-width: 767px) {
  #reviews .show-reviews {
    float: left; }
  #reviews .pagination-wrapper {
    text-align: center; }
  #reviews .pagination {
    float: none !important;
    text-align: center;
    margin: 0 auto; }
    #reviews .pagination li:nth-child(n+7):nth-child(-n+12) {
      display: none; }

  h1 {
    font-size: 36px;
    line-height: 40px; }

  h2 {
    font-size: 24px;
    line-height: 20px; }

  h3 {
    font-size: 19px;
    line-height: 18px; }

  .btn {
    font-size: 14px;
    padding: 10px; }

  .btn.large {
    font-size: 14px; }

  .headline {
    padding: 0 15px; }

  .mtFull {
    margin-top: 30px; }

  .mbFull {
    margin-bottom: 30px; }

  .mtHalf {
    margin-top: 15px; }

  .mbHalf {
    margin-bottom: 15px; }

  .ptFull {
    padding-top: 30px; }

  .pbFull {
    padding-bottom: 30px; }

  .ptHalf {
    padding-top: 15px; }

  .pbHalf {
    padding-bottom: 15px; }

  li.list .list-dropdown {
    right: auto;
    left: 3px; }

  .bx-controls {
    bottom: 0px; }

  .loginBox {
    border: none; }
    .loginBox .form {
      border: none;
      padding: 15px; }
      .loginBox .form form input#email,
      .loginBox .form form input#email2,
      .loginBox .form form input#email3,
      .loginBox .form form input#password,
      .loginBox .form form input#password2,
      .loginBox .form form input#confirmPassword {
        display: inline-block;
        width: calc(100% - 50px); }
      .loginBox .form form .fa.fa-check {
        right: -6px; }
      .loginBox .form form .fa.fa-close {
        right: 0; }
      .loginBox .form form .form-error {
        text-align: center; }
    .loginBox .socialSignIn {
      margin-top: 50px;
      padding: 15px; }
      .loginBox .socialSignIn a {
        margin-bottom: 30px 15px; }

  .reset-password .form {
    padding: 15px;
    margin: 15px; }

  .reset-password .form.expired {
    padding: 30px 15px; }

  #wish-list .addthis_sharing_toolbox {
    position: relative;
    top: 0px;
    left: 0px; }
  #wish-list .printThis {
    position: relative;
    top: 0px;
    left: 0px; }

  .panel-group .panel.panel-default > .panel-heading > .panel-title {
    font-size: 20px; }
    .panel-group .panel.panel-default > .panel-heading > .panel-title a {
      padding: 18px 50px 18px 0; }
      .panel-group .panel.panel-default > .panel-heading > .panel-title a:after {
        top: 21px; }

  .show-reviews {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #f2f2f2; }

  .customerSupportContact .custom-select {
    width: 100%; }
  .customerSupportContact #email.form-control {
    width: 100%; }

  .customerSupportSearch {
    margin-bottom: 80px; }
    .customerSupportSearch .form-control {
      width: 100%; }
    .customerSupportSearch .btn {
      margin-top: 20px;
      width: 100%; }

  .customerSupportCategory {
    width: 50%; }

  .form-control {
    font-size: 19px; }

  body.search2 #main {
    margin-top: 15px; }

  body.body-w-promo-ribbon-1 #main {
    margin-top: 1px; }

  body.body-w-promo-ribbon-2 #main {
    margin-top: 2px; }

  body.body-w-promo-ribbon-3 #main {
    margin-top: 3px; }

  body.body-w-promo-ribbon-4 #main {
    margin-top: 4px; }

  body.body-w-promo-ribbon-5 #main {
    margin-top: 5px; }

  body.body-w-promo-ribbon-6 #main {
    margin-top: 6px; }

  body.body-w-promo-ribbon-7 #main {
    margin-top: 7px; }

  body.body-w-promo-ribbon-8 #main {
    margin-top: 8px; }

  body.body-w-promo-ribbon-9 #main {
    margin-top: 9px; }

  body.body-w-promo-ribbon-10 #main {
    margin-top: 10px; }

  #main {
    margin-top: 0; }

  .product-carousel-price-under-section .slider-control.prev,
  .product-carousel-price-under-section .slider-control.next {
    top: 40%; }

  .promo-carousel-section .slider-control.prev,
  .promo-carousel-section .slider-control.next {
    top: 51%; }

  .show-carousel-section .slider-control.prev,
  .show-carousel-section .slider-control.next {
    top: 46%; }

  .episode-slider-section .slider-control.prev,
  .episode-slider-section .slider-control.next {
    top: 36%; }

  	/*.slider-control.prev, .slider-control.next {
  		height: 70px;
  		width: 70px;
  	}
  
  	.slider-control.outside.prev { left: 0; }
  	.slider-control.outside.next { right: 0; }
  
  	.quad.slider-control.prev,
  	.quad.slider-control.next { top:40% } */
  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .spotlight-section .spotlight-slider .slide,
  .curated-section .curated-hero {
    padding: 25px 0 30px 0; }
    .spotlight-section .spotlight-slider .slide .vertical-align,
    .curated-section .curated-hero .vertical-align {
      position: relative !important;
      top: initial !important;
      width: initial !important;
      transform: initial !important;
      -webkit-transform: initial !important;
      padding-top: 50px; }

  .spotlight-section .content {
    padding-bottom: 10px; }

  .subscription-section,
  .social-section,
  .shop-section {
    padding: 25px 0 0 0;
    margin: 0 0px; }

  .spotlight-section .spotlight-slider .slide .content,
  .curated-section .curated-hero h1 {
    margin-top: 0px; }

  .social-section .social-container .bx-wrapper,
  .shop-section .product-container {
    margin-top: 30px; }

  .subscription-section {
    padding-bottom: 30px; }
    .subscription-section a.btn {
      width: 100%;
      margin: 7px 0; }

  #reviews-section a.write-a-comment,
  #comments-section a.write-a-comment {
    top: -40px;
    left: 115px;
    white-space: nowrap; }

  #reviews-section a.write-a-review {
    top: -35px; }

  .show-detail-section .show-detail-container .show-detail-information {
    margin-top: 20px;
    padding-bottom: 0px;
    text-align: center; }
    .show-detail-section .show-detail-container .show-detail-information .rating img {
      margin: 0 auto;
      margin-bottom: 5px; }

  .show-utilities-mobile {
    padding-top: 20px; }
    .show-utilities-mobile ul {
      margin: 0 15px;
      text-align: center; }
      .show-utilities-mobile ul li {
        display: inline-block;
        color: #000000;
        padding-right: 20px;
        text-align: center; }
        .show-utilities-mobile ul li a {
          text-transform: uppercase;
          font-weight: 800;
          color: #000;
          font-size: 13px; }
          .show-utilities-mobile ul li a img {
            margin-left: 4px;
            vertical-align: bottom;
            display: inline !important; }

  #video-details h2 {
    font-size: 24px; }
  #video-details .description {
    padding: 0 15px 0 0; }
  #video-details .video-utilities {
    float: none; }
    #video-details .video-utilities li {
      float: none;
      margin-left: 0; }
  #video-details .videoWatch h2 {
    margin-top: 20px; }
  #video-details .videoWatch .continue {
    width: 100%; }
  #video-details .videoWatch .spacer {
    display: none; }
  #video-details .videoWatch .trailer {
    width: 100%; }

  .thankYouAccountInfo {
    text-align: center; }
    .thankYouAccountInfo .fieldGroup {
      margin-bottom: 20px; }

  .fullScheduleBtn {
    text-align: center; }

  .curated-section .curated-hero a.btn {
    width: 100%;
    margin: 7px 0;
    float: none; }

  .social-section .social-container .bx-wrapper .social-post {
    padding: 0; }

  .shop-section .product-container .product-slider .product {
    border: 0; }

  .featured-show-2-container .featured-show-2-slider .slide .show .content {
    position: relative !important;
    bottom: 0 !important;
    left: auto !important;
    padding-top: 200px; }

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

  .showdate2 {
    text-align: center;
    margin-bottom: 50px;
    float: none;
    width: auto; }
    .showdate2 .image img {
      width: 100%; }
    .showdate2 .date {
      height: 79px !important; }
    .showdate2 .title {
      padding-top: 10px; }
    .showdate2 .episode {
      font-size: 19px; }
    .showdate2 .audioSubtitles {
      padding-top: 0px; }

  .searchShows {
    text-align: left; }

  .tri-section article {
    padding: 60px 30px; }
  .tri-section a.btn {
    margin-top: 7px; }

  .out-of-territory .btn {
    margin: 10px 0 0 0;
    width: 100%; }

  .product-list .show-wrapper .show-container .show-details .ratings {
    margin: 5px auto; }

  .showByShowSearch .text {
    font-size: 38px;
    padding-top: 20px;
    margin: 0 20px; }
  .showByShowSearch .search {
    top: 0; }
  .showByShowSearch input {
    background-color: #f5f5f5;
    border: none;
    margin: 0 20px; }
  .showByShowSearch .btn {
    padding: 11px 20px 12px;
    padding-top: 15px;
    margin: 10px 20px;
    width: 100%; }
  .showByShowSearch .form-group {
    margin-right: 40px; }

  .curated-section.newProducts .curated-hero {
    padding: 60px 30px 30px 30px; }
    .curated-section.newProducts .curated-hero h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    .curated-section.newProducts .curated-hero h2 {
      font-size: 38px;
      line-height: 34px; }
    .curated-section.newProducts .curated-hero h3 {
      font-size: 28px;
      line-height: 28px;
      margin-top: 20px; }

  .pageNotFoundFooter {
    text-align: center; }

  .showCategoryControls .right-controls {
    float: none; }

  .blog .content {
    padding: 20px; }

  .comments {
    margin: 20px 10px; }

  .comments .avatar {
    padding: 0 10px 0 0; }

  .comments .content {
    padding: 0 0 0 0px; }

  .comments.subcomments img {
    width: 60%;
    float: right; }

  .product-list > div[class*="col-"]:nth-child(3) {
    clear: both; }

  .product-list .name {
    padding: 0 10px; }

  .product-list .description {
    padding: 0 10px !important; }

  .featured-product-section {
    margin-bottom: 30px; }
    .featured-product-section .featured-product-container {
      margin-top: 30px; }
      .featured-product-section .featured-product-container .featured-product-content .section-type {
        font-size: 14px; }
      .featured-product-section .featured-product-container .featured-product-content .product-name {
        font-size: 28px;
        line-height: 28px; }
      .featured-product-section .featured-product-container .featured-product-content .product-information {
        font-size: 18px;
        line-height: 18px; }

  .related-static-section .product-list {
    margin-top: 30px; }

  #cart-section {
    text-align: left; }
    #cart-section .product .product-photo {
      padding: 0 10px 0 10px; }
    #cart-section .product .product-title-description {
      padding: 0 15px 0 0 !important; }
      #cart-section .product .product-title-description .product-title {
        font-size: 15px;
        line-height: 15px; }
      #cart-section .product .product-title-description .product-description {
        font-size: 13px;
        line-height: 13px; }
      #cart-section .product .product-title-description a {
        font-size: 12px; }
    #cart-section .product .product-price {
      padding: 0;
      font-size: 18px; }
    #cart-section .product .count {
      padding-right: 15px; }
      #cart-section .product .count span {
        font-size: 12px; }
    #cart-section .product .count .form-group input {
      margin-bottom: 15px; }

  #cart-section .total-section,
  #my-cart .total-section {
    padding: 15px; }
    #cart-section .total-section .promo-gift label,
    #my-cart .total-section .promo-gift label {
      font-size: 14px; }
    #cart-section .total-section .totals,
    #my-cart .total-section .totals {
      font-size: 14px;
      text-align: right; }
      #cart-section .total-section .totals .grand-total,
      #my-cart .total-section .totals .grand-total {
        margin-top: 20px; }
        #cart-section .total-section .totals .grand-total .price-total,
        #my-cart .total-section .totals .grand-total .price-total {
          font-size: 24px; }
  #cart-section .product .product-title-description,
  #my-cart .product .product-title-description {
    padding: 10px 15px 0px 0; }
  #cart-section .product .product-final-price,
  #my-cart .product .product-final-price {
    text-align: left; }
  #cart-section .cart-buttons,
  #my-cart .cart-buttons {
    padding: 15px; }

  #my-cart.order-confirmation .order-number,
  #my-cart.order-confirmation .shipping-information .name,
  #my-cart.order-confirmation .shipping-information .address {
    font-size: 14px; }
  #my-cart.order-confirmation .order-top-right p {
    font-size: 14px;
    line-height: 16px; }
  #my-cart.order-confirmation .order-confirmation-link {
    font-size: 14px;
    margin-top: 0;
    top: -1px;
    position: relative; }
  #my-cart.order-confirmation .order-confirmation-bottom .order-confirmation-bottom-col {
    padding-left: 0; }
  #my-cart.order-confirmation .order-confirmation-bottom h3 {
    font-size: 19px;
    margin-bottom: 5px; }
  #my-cart.order-confirmation .order-confirmation-bottom .shipping-information {
    font-size: 13px;
    line-height: 15px; }
    #my-cart.order-confirmation .order-confirmation-bottom .shipping-information .name, #my-cart.order-confirmation .order-confirmation-bottom .shipping-information .address {
      font-size: 13px;
      line-height: 15px; }
  #my-cart.order-confirmation .order-confirmation-container {
    margin-bottom: 30px; }

  #signUpOptions {
    display: block !important; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .yearly-plan-container {
      text-align: center; }
      .signUpOptions .yearly-plan-container .custom-checkbox {
        margin-top: 15px; }
        .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label {
          padding-left: 0px; }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:before {
            top: auto;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%); }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:after {
            top: auto;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%) scale(0.75); }
    .signUpOptions .option {
      margin: 0;
      min-height: 125px;
      border-right: none; }
      .signUpOptions .option .top {
        min-height: 125px; }
      .signUpOptions .option .name {
        font-size: 24px;
        padding: 20px 0px 15px 0px; }
      .signUpOptions .option .price {
        font-size: 40px;
        padding: 0 0 10px 0; }
        .signUpOptions .option .price .interval {
          font-size: 15px; }
      .signUpOptions .option .firstButton {
        display: none; }
      .signUpOptions .option .description {
        display: none; }
      .signUpOptions .option .cta, .signUpOptions .option .startTrial {
        display: none; }
      .signUpOptions .option .mostPopular {
        padding: 5px 3px; }
    .signUpOptions .descriptionMobile {
      padding: 30px 20px; }
      .signUpOptions .descriptionMobile .name {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 0; }
    .signUpOptions .selectPlanContinue {
      padding-top: 20px;
      border-top: solid 1px #ccc; }
      .signUpOptions .selectPlanContinue .continueBtn {
        text-align: center;
        margin-bottom: 30px; }
        .signUpOptions .selectPlanContinue .continueBtn .btn {
          margin-right: 0; }
      .signUpOptions .selectPlanContinue .legal {
        padding: 0 15px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
      .signUpOptions .comparePlans .panel-title {
        padding-left: 15px; }
      .signUpOptions .comparePlans .feature {
        padding: 15px 0; }
        .signUpOptions .comparePlans .feature .featureName {
          text-align: center;
          margin-bottom: 20px;
          font-size: 19px;
          font-weight: 100;
          padding: 20px 0 0 0; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption {
          border-right: solid 1px #ccc;
          padding: 20px 10px; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption:last-child {
          border-right: none; }

  .selectedPlanPaymentInformation .selectedPlan {
    padding: 0 0 30px 0; }
  .selectedPlanPaymentInformation .labelCost {
    text-align: right; }
    .selectedPlanPaymentInformation .labelCost .textLabel {
      font-size: 14px; }
    .selectedPlanPaymentInformation .labelCost .costTotal {
      text-align: right;
      font-size: 18px;
      font-weight: 100; }
  .selectedPlanPaymentInformation .grand-total {
    margin-top: 30px; }
    .selectedPlanPaymentInformation .grand-total .costTotal {
      font-size: 32px; }

  #payment-method label {
    font-size: 17px; }

  .search-results .search-results-main {
    padding: 15px; }
    .search-results .search-results-main .panel-show .image img {
      width: 100%; }
    .search-results .search-results-main .panel-show .content {
      padding: 15px; }
  .search-results .filter-category-main {
    clear: both; }
    .search-results .filter-category-main .filter-category {
      margin: 0 25px 20px 15px;
      padding: 0 0 20px 0; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 8px;
    text-align: center;
    height: auto;
    left: 40%;
    transform: translate(-40%, -50%);
    width: auto; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      display: none; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 14px;
      line-height: 15px;
      max-height: 160px; } }
    @media screen and (max-width: 767px) and (max-width: 450px) {
      .product-list .show-wrapper .show-container .show-details .description {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
@media screen and (max-width: 767px) {
    .product-list .show-wrapper .show-container .show-details .info {
      font-size: 14px;
      line-height: 15px; }
    .product-list .show-wrapper .show-container .show-details .btn {
      font-size: 12px;
      letter-spacing: 1px; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px;
    text-align: center; }
    .product-list .show-wrapper .show-container .product-details .show-name {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 5px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 15px;
      line-height: 17px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 24px;
      line-height: 24px;
      float: none;
      padding: 0; }
    .product-list .show-wrapper .show-container .product-details .addToCart {
      float: none; }
    .product-list .show-wrapper .show-container .product-details .btn {
      padding: 5px 3px; }
    .product-list .show-wrapper .show-container .product-details .name {
      font-size: 14px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }
  .product-list .show-wrapper .show-container .show-details.schedule .btn {
    padding: 10px 3px;
    letter-spacing: 1px; }
  .product-list .show-wrapper .show-container .show-details.schedule .ratings {
    display: none; }
  .product-list .show-wrapper .show-container .product-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .product-name {
      font-size: 14px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .price {
      font-size: 20px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .btn {
      letter-spacing: 0.75px;
      margin: 5px 0;
      padding: 6px 3px; }
    .product-list .show-wrapper .show-container .product-details.search-results-column .ratings {
      display: none; }
  .product-list .show-wrapper .product-container-social .product-container-close {
    width: 12%; }
  .product-list .show-wrapper .product-array-img-wrapper .icon-choices .icon-choice {
    width: 20%;
    height: 20%; }

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

  .quad-slider .name, .product-list .name {
    font-size: 14px;
    line-height: 17px; }

  .product-section .product-container .product-slider .product {
    background-size: contain; }
    .product-section .product-container .product-slider .product .product-content {
      color: #ffffff;
      padding: 20px 50px;
      text-align: center; }
      .product-section .product-container .product-slider .product .product-content .rating img {
        margin: 5px auto; }

  .product-details .product-details-description {
    padding-right: 0px; }
  .product-details .gift-card-amounts {
    padding-right: 0px; }

  .product-details-gift-card .gift-card-container {
    padding-right: 0px; }
    .product-details-gift-card .gift-card-container .gift-card-buttons .btn {
      font-size: 12px;
      padding: 13px 10px; }
    .product-details-gift-card .gift-card-container .gift-card-buttons .addToCart {
      margin-right: 5px; }
    .product-details-gift-card .gift-card-container .gift-card-buttons .addToWishList {
      margin-right: 0; }

  form .form-group {
    margin-bottom: 15px; }

  .events .featuredEvent {
    min-height: 200px; }
    .events .featuredEvent .content {
      font-size: 32px;
      line-height: 32px; }

  .pageNotFound {
    margin: 100px 0 50px 0; }

  .pageNotFoundFooter {
    margin: 20px; }

  .genre-list a {
    min-height: auto;
    border-bottom: solid 1px white; }
    .genre-list a .genre {
      padding: 25px 10px; }

  .simulcastFullSchedule {
    top: 20px; }

  .gift-card-amounts {
    padding-right: 0; }

  .order-details-tabs .nav-tabs > li > a {
    padding: 5px 10px; }

  .show-password-btn {
    right: 2.75em; }

  .account-personal-details .show-password-btn, .reset-password .show-password-btn {
    right: 1em; }

  .account-personal-details .show-password-btn {
    top: 60%; }

  .tooltip-password {
    top: calc(100% + 0.5em);
    transform: initial;
    left: -0.75em; }
    .tooltip-password:before, .tooltip-password:after {
      right: 50%;
      transform: rotate(90deg); }
    .tooltip-password:before {
      top: calc(-2em + 3px); }
    .tooltip-password:after {
      top: calc(-1.5em - 1px);
      right: calc(50% + 1px); }

  .account-personal-details .tooltip-password:before, .reset-password .tooltip-password:before {
    top: calc(-2em + 3px); }
  .account-personal-details .tooltip-password:after, .reset-password .tooltip-password:after {
    top: calc(-1.5em - 1px); }

  .account-personal-details .tooltip-password {
    left: 0;
    transform: translateX(0); }

  .reset-password .tooltip-password {
    font-size: 0.75em; }
    .reset-password .tooltip-password h3 {
      font-size: 1.5em; } }
.video-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important; }

.vjs-big-play-button {
  display: none; }

.vjs-overlay {
  background-color: #333333;
  color: white;
  position: absolute; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-widget-header .ui-icon {
  background-image: url("/static/img/icons/ui-icons_444444_256x240.png"); }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #410099;
  background: #410099;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #410099;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #872fff;
  background: #872fff;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

#envoy-template header.skinny.minified #logo {
  margin: 0; }
  #envoy-template header.skinny.minified #logo #desktop-logo {
    margin-left: 0; }
  #envoy-template header.skinny.minified #logo #mobile-logo {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    #envoy-template header.skinny.minified #logo {
      width: 234px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.interior-custom-page {
  margin-bottom: 40px; }
  .interior-custom-page p strong {
    font-weight: 600; }

#privacy-landing h1,
#return-policy h1,
#terms-of-use h1 {
  margin-bottom: 80px;
  text-align: center; }

.cta-btn {
  background-color: #e7004e;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  white-space: nowrap;
  border: 0; }
  .cta-btn.white, .cta-btn:focus, .cta-btn:hover {
    background-color: white;
    color: #e7004e; }
  .cta-btn.white:focus, .cta-btn.white:hover {
    background-color: #e7004e;
    color: #ffffff; }

.go-to-account {
  margin-bottom: 1em; }

.va-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .va-item .prem-promo-btn-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10; }
    .va-item .prem-promo-btn-container .prem-promo-btn {
      border: none;
      border-radius: 4px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0;
      min-width: auto;
      padding: 7px 9px;
      position: relative;
      text-transform: uppercase;
      white-space: nowrap; }
      .va-item .prem-promo-btn-container .prem-promo-btn.grow {
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform; }
        .va-item .prem-promo-btn-container .prem-promo-btn.grow:hover, .va-item .prem-promo-btn-container .prem-promo-btn.grow:focus {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
      .va-item .prem-promo-btn-container .prem-promo-btn.yellow {
        background: #ffc72c;
        color: #222222; }
        .va-item .prem-promo-btn-container .prem-promo-btn.yellow:hover, .va-item .prem-promo-btn-container .prem-promo-btn.yellow:focus {
          background: #ffd561;
          color: #222222; }
      .va-item .prem-promo-btn-container .prem-promo-btn.red {
        background: #e40046; }
        .va-item .prem-promo-btn-container .prem-promo-btn.red:hover, .va-item .prem-promo-btn-container .prem-promo-btn.red:focus {
          background: #c2003c; }
      .va-item .prem-promo-btn-container .prem-promo-btn.blue {
        background: #00a5df; }
        .va-item .prem-promo-btn-container .prem-promo-btn.blue:hover, .va-item .prem-promo-btn-container .prem-promo-btn.blue:focus {
          background: #028dbe; }
    @media only screen and (max-width: 1279px) {
      .va-item .prem-promo-btn-container {
        margin-right: 15px; } }
    @media screen and (max-width: 992px) {
      .va-item .prem-promo-btn-container .prem-promo-btn {
        padding: 6px 4px; } }
    @media only screen and (max-width: 670px) {
      .va-item .prem-promo-btn-container {
        display: block !important;
        margin: 0px 5px; } }
  @media only screen and (max-width: 560px) {
    .va-item .prem-promo-btn-mobile-anon {
      display: none !important; } }

.eq-height {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .eq-height > div {
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }

.content-container {
  padding: 40px 0; }
  .content-container .cta-btn {
    margin-top: 30px; }

#trial-30-day #hero-container .container .row {
  padding: 120px 10px; }
  #trial-30-day #hero-container .container .row p {
    max-width: 600px; }

#trial-14-day #hero-container .container .row {
  padding: 120px 15px; }
  #trial-14-day #hero-container .container .row p {
    max-width: 600px;
    margin-bottom: 25px; }

#dubbletalk-landing #promo-spotlight .hero-container .container {
  background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-background.jpg"); }
#dubbletalk-landing #promo-spotlight .hero-container .col-md-5,
#dubbletalk-landing #promo-spotlight .hero-container .col-md-7,
#dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 {
  padding: 0 40px; }
  @media screen and (max-width: 992px) {
    #dubbletalk-landing #promo-spotlight .hero-container .col-md-5,
    #dubbletalk-landing #promo-spotlight .hero-container .col-md-7,
    #dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 {
      padding: 0 15px; }
      #dubbletalk-landing #promo-spotlight .hero-container .col-md-5 img,
      #dubbletalk-landing #promo-spotlight .hero-container .col-md-7 img,
      #dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 img {
        margin: 0 auto; } }
#dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4,
#dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 {
  text-align: center;
  color: white; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 h2,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 p,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 p {
    font-size: 0.9em;
    margin: 0 auto; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 div,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 div {
    margin: 0 auto;
    padding: 50px 0;
    width: 250px; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(1),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(1) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-red.jpg");
    background-size: cover; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(2),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(2) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-blue.jpg");
    background-size: cover; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(3),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(3) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-purple.jpg");
    background-size: cover; }
#dubbletalk-landing #watch-live .container .col-sm-6 {
  color: white; }
  #dubbletalk-landing #watch-live .container .col-sm-6 h3 {
    margin-top: 0; }
  #dubbletalk-landing #watch-live .container .col-sm-6 p {
    margin-bottom: 0; }
  #dubbletalk-landing #watch-live .container .col-sm-6 div {
    margin: 0 auto;
    padding: 90px 0;
    text-align: center;
    width: 260px; }
  #dubbletalk-landing #watch-live .container .col-sm-6:nth-child(1) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/live-twitch.jpg");
    background-size: cover;
    background-position: center center; }
  #dubbletalk-landing #watch-live .container .col-sm-6:nth-child(2) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/live-youtube.jpg");
    background-size: cover;
    background-position: center center; }
#dubbletalk-landing #watch-live .col-sm-12 div {
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 15px;
  text-align: center; }
  #dubbletalk-landing #watch-live .col-sm-12 div h2 {
    font-size: 40px; }
    @media screen and (max-width: 620px) {
      #dubbletalk-landing #watch-live .col-sm-12 div h2 {
        font-size: 20px; } }

#dubbletalk-hosts .container .row .col-sm-6,
#dubbletalk-hosts .container .row .col-xs-12 {
  height: 505px; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(1),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(1) {
    background-color: #d10050; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(2),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(2) {
    background-color: #59da74; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(3),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(3) {
    background-color: #ffd915; }
  #dubbletalk-hosts .container .row .col-sm-6 div,
  #dubbletalk-hosts .container .row .col-xs-12 div {
    margin: 50px auto 0;
    max-width: 180px;
    text-align: center; }
    #dubbletalk-hosts .container .row .col-sm-6 div h3,
    #dubbletalk-hosts .container .row .col-xs-12 div h3 {
      color: white;
      margin-bottom: 0; }

.apps-landing .row {
  padding: 0 15px; }
.apps-landing p,
.apps-landing ul li {
  font-size: 130%; }
.apps-landing img.device-img {
  margin: 0 auto; }
.apps-landing h1,
.apps-landing p {
  text-align: center; }
.apps-landing #apps-heading {
  background-color: #410099;
  padding: 40px 0; }
  .apps-landing #apps-heading h1,
  .apps-landing #apps-heading h3 {
    text-align: center; }
  .apps-landing #apps-heading h1 {
    margin-bottom: 15px; }
  .apps-landing #apps-heading .row {
    color: white;
    font-weight: 300; }
    .apps-landing #apps-heading .row h2 {
      font-size: 2.7em;
      margin: 0 0 10px; }
      @media screen and (max-width: 1200px) {
        .apps-landing #apps-heading .row h2 {
          font-size: 2.2em; } }
      @media screen and (max-width: 497px) {
        .apps-landing #apps-heading .row h2 {
          font-size: 2em; } }
    .apps-landing #apps-heading .row h3 {
      font-weight: 300;
      margin-top: 0; }
    .apps-landing #apps-heading .row:nth-child(1) {
      padding-top: 25px; }
      .apps-landing #apps-heading .row:nth-child(1) img {
        padding-top: 40px; }
      .apps-landing #apps-heading .row:nth-child(1) div p {
        max-width: 370px;
        padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .row {
        text-align: center; }
        .apps-landing #apps-heading .row div p {
          margin: 0 auto 20px; } }
  .apps-landing #apps-heading .horizontal-center {
    margin: 0 auto; }
  .apps-landing #apps-heading .padding-top-btm {
    padding-top: 20px;
    padding-bottom: 20px; }
  .apps-landing #apps-heading .intro-heading h3 {
    max-width: 700px;
    margin: 0 auto; }
  .apps-landing #apps-heading .heading_device_img_container {
    margin-top: 40px; }
  .apps-landing #apps-heading .also-available {
    max-width: 850px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .also-available img {
        padding-top: 10px; } }
  .apps-landing #apps-heading .app-thumbnail {
    padding-bottom: 15px; }
    .apps-landing #apps-heading .app-thumbnail .store-buttons {
      padding: 5px 15px 15px; }
    .apps-landing #apps-heading .app-thumbnail img {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out;
      display: block;
      margin: 0 auto; }
      .apps-landing #apps-heading .app-thumbnail img:hover {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
    .apps-landing #apps-heading .app-thumbnail .app-icon-container {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .apps-landing #apps-heading .app-thumbnail .app-icon-container {
          flex-wrap: wrap; } }
      .apps-landing #apps-heading .app-thumbnail .app-icon-container a {
        margin-right: 4%; }
        @media screen and (max-width: 768px) {
          .apps-landing #apps-heading .app-thumbnail .app-icon-container a {
            margin-right: 6%;
            margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .app-thumbnail {
        margin: 0 auto;
        max-width: 400px; }
        .apps-landing #apps-heading .app-thumbnail .col-xs-6 img {
          display: block;
          margin: 0 auto; }
        .apps-landing #apps-heading .app-thumbnail .row {
          padding-top: 0; } }
.apps-landing #mobile-devices {
  text-align: center; }
  .apps-landing #mobile-devices h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #mobile-devices h3 {
    margin-top: 0; }
  .apps-landing #mobile-devices p {
    margin: 0 auto;
    padding-top: 10px; }
  .apps-landing #mobile-devices .row:nth-child(2) {
    padding-top: 30px; }
  .apps-landing #mobile-devices .row:nth-child(3) {
    padding-top: 25px;
    padding-bottom: 60px; }
    .apps-landing #mobile-devices .row:nth-child(3) img {
      cursor: pointer;
      /*height:37px;*/
      margin: 0 auto;
      /*width:116px;*/
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #mobile-devices .row:nth-child(3) img:hover {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
      @media screen and (max-width: 992px) {
        .apps-landing #mobile-devices .row:nth-child(3) img {
          margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        .apps-landing #mobile-devices .row:nth-child(3) img {
          margin-bottom: 10px; } }
  .apps-landing #mobile-devices .apps-new-features-list {
    list-style: initial !important; }
    .apps-landing #mobile-devices .apps-new-features-list li {
      display: inline-block;
      margin-left: 35px;
      padding-left: 0;
      position: relative; }
      .apps-landing #mobile-devices .apps-new-features-list li::before {
        content: "- ";
        font-size: 34px;
        left: -17px;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
.apps-landing #gaming-consoles {
  text-align: center; }
  .apps-landing #gaming-consoles h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #gaming-consoles h3 {
    margin-top: 0; }
  .apps-landing #gaming-consoles p {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px; }
    .apps-landing #gaming-consoles p:nth-child(3) {
      padding-bottom: 30px; }
  .apps-landing #gaming-consoles .row:nth-child(3) {
    padding-bottom: 60px; }
    .apps-landing #gaming-consoles .row:nth-child(3) img {
      cursor: pointer;
      /*height:37px;*/
      margin: 0 auto;
      /*width:125px;*/
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #gaming-consoles .row:nth-child(3) img:hover {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
      @media screen and (max-width: 768px) {
        .apps-landing #gaming-consoles .row:nth-child(3) img {
          max-height: 42px; } }
  @media screen and (max-width: 768px) {
    .apps-landing #gaming-consoles .app-thumbnail {
      max-width: 400px; } }
  .apps-landing #gaming-consoles .gaming_consoles_container {
    margin: 40px 0 20px; }
.apps-landing #streaming-players {
  text-align: center; }
  .apps-landing #streaming-players h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #streaming-players h3 {
    margin-top: 0; }
  .apps-landing #streaming-players p {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px; }
    .apps-landing #streaming-players p:nth-child(3) {
      padding-bottom: 30px; }
  .apps-landing #streaming-players .row:nth-child(1) {
    padding-top: 20px; }
  .apps-landing #streaming-players .row:nth-child(3) {
    padding-bottom: 40px; }
    .apps-landing #streaming-players .row:nth-child(3) img {
      cursor: pointer;
      margin: 0 auto;
      height: 37px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #streaming-players .row:nth-child(3) img:hover {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
.apps-landing #gaming-consoles p,
.apps-landing #mobile-devices p,
.apps-landing .apps-new-features-list {
  margin: 0 auto;
  max-width: 800px; }

.apps-page.ready-to-start {
  margin: 40px 0 60px; }
  .apps-page.ready-to-start p {
    font-size: 130%; }

#xbox-landing #hero-container .container .row {
  padding: 40px 10px; }
  #xbox-landing #hero-container .container .row p {
    max-width: 360px; }
    @media screen and (max-width: 992px) {
      #xbox-landing #hero-container .container .row p {
        margin: 0 auto 20px; } }
  #xbox-landing #hero-container .container .row img {
                    /*-webkit-transform:scale(1.2) translate(25%, -47px);
					transform:scale(1.2) translate(25%, -47px);*/
    float: right; }
    @media screen and (max-width: 768px) {
      #xbox-landing #hero-container .container .row img {
                        /*-webkit-transform:scale(.8);
						transform:scale(.8);*/
        float: none; } }
  @media screen and (max-width: 992px) {
    #xbox-landing #hero-container .container .row {
      text-align: center; } }

#playstation-landing #hero-container .container .row {
  padding: 20px 10px; }
  #playstation-landing #hero-container .container .row p {
    max-width: 360px; }
  #playstation-landing #hero-container .container .row img {
                    /*-webkit-transform:scale(1.2) translate(18%, -47px);
					transform:scale(1.2) translate(18%, -47px);*/
    float: right; }
    @media screen and (max-width: 768px) {
      #playstation-landing #hero-container .container .row img {
                        /*-webkit-transform:scale(.8);
						transform:scale(.8);*/
        float: none; } }

.simulcast-container .container .row > div {
  margin-bottom: 20px;
  padding: 0 10px; }
  .simulcast-container .container .row > div img {
    width: 100%; }
.simulcast-container .simulcast-info h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0; }
.simulcast-container .simulcast-info p {
  font-size: 0.9em; }
  .simulcast-container .simulcast-info p span {
    font-size: 1.1em; }
@media screen and (max-width: 768px) {
  .simulcast-container .simulcast-info {
    min-height: auto;
    text-align: center; } }
.simulcast-container .subscription-callout {
  overflow: hidden; }

#basic-tier-promotion h2 {
  font-size: 3em; }
#basic-tier-promotion h3 {
  font-size: 1.4em; }
#basic-tier-promotion #hero-container .container .row {
  padding: 120px 15px; }
  #basic-tier-promotion #hero-container .container .row h2 {
    font-size: 3em;
    margin: 0; }
  #basic-tier-promotion #hero-container .container .row h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 20px; }
  #basic-tier-promotion #hero-container .container .row p {
    line-height: 1.6em;
    margin: 0 auto 25px;
    max-width: 600px; }
  @media screen and (max-width: 992px) {
    #basic-tier-promotion #hero-container .container .row {
      text-align: center; } }
#basic-tier-promotion #basic-plan .row {
  padding: 0 15px 15px; }
#basic-tier-promotion #basic-plan .col-sm-12:nth-child(1) {
  padding: 30px 0 15px; }
#basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust {
  margin-top: 25px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .plan-copy {
    height: 75px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust a.cta-btn:nth-of-type(2) {
    margin-top: 10px;
    width: 164.25px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .fine-print-yearly {
    color: white;
    font-size: 0.7em;
    padding-top: 15px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .more-details {
    padding-top: 5px; }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) {
  padding-top: 40px;
  text-align: center; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) h2 {
    margin-bottom: 0; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) h3 {
    margin-top: 5px; }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) {
  display: block;
  margin: 0 auto;
  max-width: 750px; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container {
    background-color: #410099;
    color: white;
    max-width: 247px;
    padding: 50px 0;
    text-align: center; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container h2 {
      font-size: 3em;
      margin-top: 0; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container h3 {
      font-size: 2em;
      margin: 0 0 5px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container p {
      height: 65px;
      margin: 0 auto;
      max-width: 150px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container div {
      left: -5px;
      margin: 0 auto;
      position: relative;
      width: 60px; }
      #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container div p {
        height: auto; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .small-price {
      font-size: 0.5em;
      left: 43px;
      position: absolute;
      top: 5px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .dollar-sign {
      left: 4px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .per-month {
      font-size: 0.75em;
      left: 44px;
      position: absolute;
      top: 28px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .family-friends {
      height: 30px;
      position: relative;
      top: -30px; }
    @media screen and (max-width: 768px) {
      #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container {
        margin: 0 auto 20px; } }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(3) {
  padding-bottom: 100px; }
#basic-tier-promotion #subscription-add-ons .container .row a.cta-btn {
  border: 1px solid #e7004e;
  display: block;
  font-size: 0.8em;
  margin: 15px auto 0; }

.select-plan .container .row {
  text-align: center; }
.select-plan .container .select-plan-free-trial p {
  padding: 30px 0; }
.select-plan .container .plan-container {
  border: 2px solid #999999;
  color: #999999;
  height: 400px;
  margin: 0 auto;
  max-width: 360px;
  padding: 20px;
  width: 100%; }
  .select-plan .container .plan-container div {
    margin: 0 auto;
    position: relative;
    width: 100px; }
  .select-plan .container .plan-container h2 {
    font-size: 3.5em;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100px; }
    .select-plan .container .plan-container h2 .small-price {
      font-size: 0.5em;
      position: absolute;
      top: 5px; }
    .select-plan .container .plan-container h2 .dollar-sign {
      left: 23px; }
    .select-plan .container .plan-container h2 .dollar-sign-last {
      left: 11px;
      position: absolute; }
  .select-plan .container .plan-container .plan-copy {
    height: 85px; }
  .select-plan .container .plan-container .cta-btn {
    background-color: #F2F2F2;
    color: #000000; }
    .select-plan .container .plan-container .cta-btn:hover {
      background-color: #e7004e;
      color: #FFFFFF; }
  .select-plan .container .plan-container .more-details {
    color: #4a00a3;
    font-size: 0.85em;
    padding-top: 40px;
    text-decoration: underline; }
  .select-plan .container .plan-container .per-month {
    font-size: 0.85em; }
  @media screen and (max-width: 992px) {
    .select-plan .container .plan-container {
      margin: 20px auto;
      max-width: 294px; } }
.select-plan .container .popular-plan {
  background-color: #410099;
  border-color: #410099;
  color: #ffffff; }
  .select-plan .container .popular-plan .plan-adjust {
    margin: 0;
    position: relative;
    top: -25px;
    width: 100%; }
  .select-plan .container .popular-plan .popular-plan-container {
    background-color: #00a5df;
    color: #ffffff;
    font-size: 0.7em;
    margin: 0 auto;
    position: relative;
    top: -12px;
    width: 170px; }
    .select-plan .container .popular-plan .popular-plan-container p {
      margin: 0;
      padding: 6px 15px; }
  .select-plan .container .popular-plan .cta-btn {
    background-color: #e7004e;
    color: #FFFFFF; }
    .select-plan .container .popular-plan .cta-btn:hover {
      background-color: #FFFFFF;
      color: #e7004e; }
  .select-plan .container .popular-plan .more-details {
    color: #ffffff;
    font-size: 0.85em; }
.select-plan .container .more-details {
  color: #4a00a3;
  font-size: 0.85em;
  text-decoration: underline; }

.select-plan-headline .container .row {
  text-align: center; }
  .select-plan-headline .container .row > div {
    padding: 40px 15px 50px; }
    .select-plan-headline .container .row > div h2 {
      font-size: 3.2em;
      line-height: 1.1;
      margin-top: 0;
      margin-bottom: 5px; }
      @media screen and (max-width: 641px) {
        .select-plan-headline .container .row > div h2 {
          font-size: 2.7em; } }
    .select-plan-headline .container .row > div h3 {
      font-size: 1.4em;
      font-weight: 300;
      margin: 0 auto; }
      @media screen and (max-width: 641px) {
        .select-plan-headline .container .row > div h3 {
          font-size: 1.2em; } }

.broadcast-dubs-container {
  margin: 40px 0; }
  .broadcast-dubs-container .subscription-callout {
    overflow: hidden; }
    .broadcast-dubs-container .subscription-callout img {
      width: 100%; }
  .broadcast-dubs-container .container > div {
    margin-bottom: 30px;
    padding: 0 10px; }
  .broadcast-dubs-container .broadcast-dubs-show-img {
    position: relative; }
    .broadcast-dubs-container .broadcast-dubs-show-img img {
      margin-bottom: 10px;
      width: 100%; }
    .broadcast-dubs-container .broadcast-dubs-show-img p {
      margin: 0; }
  .broadcast-dubs-container .dubbletalk-icon {
    background: transparent url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/img-logo-dubbletalk.png") 0 0 no-repeat;
    background-size: cover;
    bottom: 15px;
    height: 26px;
    position: absolute;
    right: 15px;
    width: 99px; }
  .broadcast-dubs-container .broadcast-dubs-show-content {
    min-height: 150px; }
    @media screen and (max-width: 768px) {
      .broadcast-dubs-container .broadcast-dubs-show-content {
        min-height: auto; } }
    .broadcast-dubs-container .broadcast-dubs-show-content h3 {
      margin: 0; }
    .broadcast-dubs-container .broadcast-dubs-show-content h4 {
      font-size: 18px;
      margin-bottom: 20px; }
    .broadcast-dubs-container .broadcast-dubs-show-content p {
      width: 95%; }
    .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring {
      margin-top: 20px; }
      .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring > div img {
        margin-bottom: 10px; }
      .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring > div p {
        margin: 0; }

.dubble-talk-callout-container {
  margin: 20px 0 60px; }
  .dubble-talk-callout-container .container {
    text-align: center; }
    .dubble-talk-callout-container .container * {
      margin-left: auto;
      margin-right: auto; }
    .dubble-talk-callout-container .container img {
      margin-bottom: 20px;
      width: 100%; }
    .dubble-talk-callout-container .container h2 {
      font-size: 40px;
      line-height: 1; }
    .dubble-talk-callout-container .container p {
      margin: 20px auto;
      max-width: 600px; }

#trial-30-day section {
  padding: 60px 0;
  text-align: center; }
  #trial-30-day section p.disclaimer {
    font-size: 10px; }
    #trial-30-day section p.disclaimer span {
      font-size: 14px; }
#trial-30-day section#hero-container h2 {
  line-height: 1; }
#trial-30-day .headline-container,
#trial-30-day .pricing-tiers-container {
  background-color: #FFFFFF; }
#trial-30-day .ad-eraser-addon-container {
  background-color: #B21DAC;
  color: #FFFFFF; }
#trial-30-day .perks-addon-container {
  background-color: #00C7B2;
  color: #FFFFFF; }
#trial-30-day .friends-family-addon-container {
  background-color: #00A5DF;
  color: #FFFFFF; }

article#conventions {
  overflow: hidden; }

.featured-product-section .featured-product-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  padding-bottom: 56.17978%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -ms-interpolation-mode: bicubic; }
  .featured-product-section .featured-product-container .featured-product-content {
    bottom: 40px;
    color: #ffffff;
    left: 40px;
    padding-right: 20px;
    position: absolute; }
    .featured-product-section .featured-product-container .featured-product-content .section-type {
      font-size: 19px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-name {
      font-size: 42px;
      font-weight: 300;
      line-height: 42px;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-information {
      font-size: 32px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .btn {
      margin-top: 40px; }

.subscription-compare-plans {
  padding-top: 100px; }

.subscription-compare-plans .container > div {
  overflow: hidden; }

.subscription-compare-plans .plan-header-container {
  display: flex;
  justify-content: center; }

.subscription-compare-plans .plan-header-container > div {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.subscription-compare-plans .free-plan-header {
  background-color: #e5e5e5;
  color: #000000;
  margin-right: 5px; }

.subscription-compare-plans .free-plan-header h3 {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .premium-plan-header {
  background-color: #410099;
  color: #FFFFFF;
  line-height: 1;
  padding: 25px 0; }

.subscription-compare-plans .premium-plan-header h2,
.subscription-compare-plans .premium-plan-header p {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .premium-plan-header p {
  font-size: 11px; }

.subscription-compare-plans .premium-plan-header p.small-font {
  font-size: 9px; }

.subscription-compare-plans .premium-plan-header h2 span {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top; }

.subscription-compare-plans .subscription-compare-container {
  margin: 30px 0 20px; }

.subscription-compare-plans .subscription-compare-element {
  border-top: solid 1px #D2D2D2;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0; }

.subscription-compare-plans .subscription-compare-element > div {
  display: block;
  flex-direction: column;
  justify-content: center; }

.subscription-compare-plans .subscription-compare-element > div p {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .subscription-compare-element img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.subscription-compare-plans .subscription-compare-element .small-font {
  font-size: 12px; }

.customerSupportContainer {
  display: inline-block; }

.customer-support-wrapper .customerSupportCategory {
  display: inline-block;
  float: none;
  margin-bottom: 20px; }

/* Tint.up Social Icon Hover window */
.collections-sub {
  display: none !important; }

footer .social-media {
  float: right; }
  @media screen and (max-width: 768px) {
    footer .social-media {
      float: none;
      margin: 0 auto; } }

footer .social-media > li.instagram {
  clear: none !important; }

footer .social-media > li a {
  text-indent: -10000px !important; }

#trendingbuzz-template .curated-section .curated-hero-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .forum-list-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .quad-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.quad-section .curated-hero-container .addthis_sharing_toolbox,
.quad-section .forum-list-container .addthis_sharing_toolbox,
.quad-section .quad-container .addthis_sharing_toolbox,
.quad-section .show-listing-container .addthis_sharing_toolbox,
.quad-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
.quad-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section .forum-list-container .addthis_sharing_toolbox,
.show-listing-section .quad-container .addthis_sharing_toolbox,
.show-listing-section .show-listing-container .addthis_sharing_toolbox,
.show-listing-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section-alt-1 .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .forum-list-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .quad-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section-alt-2 .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .forum-list-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .quad-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container-alt-2 .addthis_sharing_toolbox {
  right: auto; }

@media only screen and (max-width: 768px) {
  .subscription-compare-plans {
    padding-top: 50px;
    padding-bottom: 50px; }

  .subscription-compare-plans .premium-plan-header h2 span {
    font-size: 12px;
    line-height: 1.3; } }
.star-error {
  color: red;
  display: inline-block;
  vertical-align: middle; }

.star-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  .star-rating .error {
    border: none; }
  .star-rating i {
    font-size: 22px;
    position: relative;
    margin-right: 5px; }
    .star-rating i:before {
      position: relative;
      z-index: 1; }
    .star-rating i:after {
      content: "\f005";
      position: absolute;
      left: 0;
      top: 0;
      color: #c3c3c3; }
  .star-rating .fa-star {
    color: #c3c3c3; }
  .star-rating .fa-star-half {
    width: 20px;
    position: relative; }
    .star-rating .fa-star-half:before {
      color: #FFAB40;
      position: relative;
      z-index: 1; }
  .star-rating .fa-star.active {
    color: #FFAB40; }

.star-rating-wrapper {
  margin-bottom: 10px; }

.rank-up.active {
  color: #00c601; }

.rank-down.active {
  color: #e40046; }

.rank-flag.active {
  color: #FFAB40; }

#checkout-section {
  min-height: 800px; }
  #checkout-section.is-processing section:not(.finalize-checkout) {
    opacity: 0.2;
    pointer-events: none; }
  #checkout-section .gift-card-error {
    float: right;
    font-size: 14px; }
  #checkout-section .finalize-checkout {
    position: relative;
    text-align: right; }
  #checkout-section .cart-buttons img {
    display: block;
    float: right;
    margin-top: 3px; }
  #checkout-section .account-details {
    margin-bottom: 86px; }
    #checkout-section .account-details .panel-title a.collapsed span,
    #checkout-section .account-details .panel-title a.collapsed i {
      display: none; }
    #checkout-section .account-details .panel-title a.collapsed.touched span,
    #checkout-section .account-details .panel-title a.collapsed.touched i {
      display: block; }

.cart-buttons {
  margin-top: 25px; }
  .cart-buttons .btn-success {
    margin-right: 0; }
  .cart-buttons .btn-success span:last-child {
    margin-left: 5px; }
  .cart-buttons .btn-success span {
    display: inline-block;
    vertical-align: middle; }
  .cart-buttons svg {
    width: 16px;
    height: 16px; }
  .cart-buttons circle {
    fill: none; }
  .cart-buttons path {
    -o-transform-origin: 50% 50%;
    -o-animation-duration: 500ms;
    -o-animation-timing-function: linear;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-duration: 500ms;
    -webkit-animation-timing-function: linear;
    transform-origin: 50% 50%;
    animation-duration: 500ms;
    animation-timing-function: linear;
    fill: #fff; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated {
  animation-duration: 350ms;
  animation-fill-mode: both; }

.stripe-card-container {
  height: 43px;
  border: 1px solid #cfcfcf;
  padding: 12px; }
  .stripe-card-container.focused {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

#change-plan .change-plan-message {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #f2f2f2; }
#change-plan .inner .btn:first-child {
  margin-bottom: 20px; }
#change-plan .new-plan {
  display: none;
  line-height: 12px;
  padding: 6px 3px;
  margin-bottom: -30px;
  z-index: 999;
  width: 70%;
  background: #e30046;
  border-color: #e30046;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin-left: auto;
  margin-right: auto; }
#change-plan .option:not(.current).selected .new-plan {
  display: block; }
#change-plan .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label {
  padding-top: 55px; }

#subscribe .startTrial {
  margin-bottom: 20px; }

.subscription_callout_container .btn.red-inverse {
  margin-top: 0 !important; }

#subscribe-template, #free-trial-template {
  /* NOTE: WG - Many of the styles are only here due to having to EXACTLY match the design provided - FUNI-5570  */
  /*  Many of them are not ideal and break away from global standard styling  */
  /*.container {max-width: 1263px; width: 100%; }*/
  /*  FREE TRIAL MODULE  */
  /*.subscription-app-container-links {
  	background-color: #410099;
  	color:#FFFFFF;
  	height: 499px;
  	padding: 30px 0px;
  	.container {
  		position: relative;
  		top: 50%;
  		transform: translateY(-50%);
  		& > div {
  			overflow: hidden;
  			padding: 0px 20px;
  		}
  		.app-console-img {
  			padding-left:20px;
  		}
  		.app-links-container {
  			& > div {
  			padding: 0 10px;
  			img {
  					margin: 0 auto;
  				}
  			}
  		}
  	}
  	@media only screen and (max-width : 768px){
  		.app-links-container > div img {
  			margin-bottom: 20px;
  		}
  	}
  }*/ }
  #subscribe-template #free-trial #hero-container h2, #free-trial-template #free-trial #hero-container h2 {
    font-size: 48px;
    line-height: 120%; }
  #subscribe-template #free-trial p, #free-trial-template #free-trial p {
    font-size: 135%; }
  #subscribe-template #free-trial .container, #free-trial-template #free-trial .container {
    height: 450px; }
    #subscribe-template #free-trial .container .row, #free-trial-template #free-trial .container .row {
      padding: 0px 10px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  #subscribe-template .subscribe_hero_container, #free-trial-template .subscribe_hero_container {
    align-items: center;
    display: flex;
    height: 50vh;
    min-height: 250px;
    padding: 30px; }
    #subscribe-template .subscribe_hero_container .container, #free-trial-template .subscribe_hero_container .container {
      display: flex; }
      #subscribe-template .subscribe_hero_container .container > div, #free-trial-template .subscribe_hero_container .container > div {
        flex: 0 50%;
        justify-content: flex-start; }
  #subscribe-template .subscription-perk-items, #free-trial-template .subscription-perk-items {
    font-size: 135%;
    height: 326px; }
    #subscribe-template .subscription-perk-items .container, #free-trial-template .subscription-perk-items .container {
      align-items: center; }
    #subscribe-template .subscription-perk-items .perk .icon, #free-trial-template .subscription-perk-items .perk .icon {
      height: 130px;
      position: relative; }
      #subscribe-template .subscription-perk-items .perk .icon img, #free-trial-template .subscription-perk-items .perk .icon img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    #subscribe-template .subscription-perk-items .item-2 img, #free-trial-template .subscription-perk-items .item-2 img {
      height: 100px; }
    #subscribe-template .subscription-perk-items .item-3 img, #free-trial-template .subscription-perk-items .item-3 img {
      height: 76px; }
  #subscribe-template .subscribe_hero_container, #subscribe-template .subscription_pay_annual, #subscribe-template .subscription_support, #free-trial-template .subscribe_hero_container, #free-trial-template .subscription_pay_annual, #free-trial-template .subscription_support {
    align-items: center;
    display: flex;
    height: 50vh;
    min-height: 250px;
    padding: 30px; }
    #subscribe-template .subscribe_hero_container .container, #subscribe-template .subscription_pay_annual .container, #subscribe-template .subscription_support .container, #free-trial-template .subscribe_hero_container .container, #free-trial-template .subscription_pay_annual .container, #free-trial-template .subscription_support .container {
      display: flex; }
      #subscribe-template .subscribe_hero_container .container.right, #subscribe-template .subscription_pay_annual .container.right, #subscribe-template .subscription_support .container.right, #free-trial-template .subscribe_hero_container .container.right, #free-trial-template .subscription_pay_annual .container.right, #free-trial-template .subscription_support .container.right {
        justify-content: flex-end; }
        #subscribe-template .subscribe_hero_container .container.right > div, #subscribe-template .subscription_pay_annual .container.right > div, #subscribe-template .subscription_support .container.right > div, #free-trial-template .subscribe_hero_container .container.right > div, #free-trial-template .subscription_pay_annual .container.right > div, #free-trial-template .subscription_support .container.right > div {
          text-align: right; }
      #subscribe-template .subscribe_hero_container .container > div, #subscribe-template .subscription_pay_annual .container > div, #subscribe-template .subscription_support .container > div, #free-trial-template .subscribe_hero_container .container > div, #free-trial-template .subscription_pay_annual .container > div, #free-trial-template .subscription_support .container > div {
        flex: 0 50%;
        justify-content: flex-start; }
  #subscribe-template .subscription_app_container_links, #free-trial-template .subscription_app_container_links {
    align-items: center;
    display: flex;
    margin-bottom: 72px;
    padding: 30px; }
    #subscribe-template .subscription_app_container_links .container > div.app_content_container, #free-trial-template .subscription_app_container_links .container > div.app_content_container {
      display: flex; }
      #subscribe-template .subscription_app_container_links .container > div.app_content_container > div, #free-trial-template .subscription_app_container_links .container > div.app_content_container > div {
        align-self: center;
        flex: 0 50%; }
        #subscribe-template .subscription_app_container_links .container > div.app_content_container > div:first-child, #free-trial-template .subscription_app_container_links .container > div.app_content_container > div:first-child {
          padding-right: 25px; }
    #subscribe-template .subscription_app_container_links .container > div.app_links_container > div, #free-trial-template .subscription_app_container_links .container > div.app_links_container > div {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #subscribe-template .subscription_app_container_links .container > div.app_links_container > div > div, #free-trial-template .subscription_app_container_links .container > div.app_links_container > div > div {
        display: flex;
        flex: 0 14.28%;
        justify-content: center;
        margin-bottom: 10px; }
  #subscribe-template .subscription_compare_plans, #free-trial-template .subscription_compare_plans {
    padding-top: 100px; }
    #subscribe-template .subscription_compare_plans .container > div, #free-trial-template .subscription_compare_plans .container > div {
      align-items: center;
      display: flex;
      flex: 0 100%;
      flex-wrap: wrap; }
      #subscribe-template .subscription_compare_plans .container > div .plan_header_content, #subscribe-template .subscription_compare_plans .container > div .plan_header_container, #free-trial-template .subscription_compare_plans .container > div .plan_header_content, #free-trial-template .subscription_compare_plans .container > div .plan_header_container {
        align-items: stretch;
        display: flex;
        flex: 0 50%; }
      #subscribe-template .subscription_compare_plans .container > div .plan_header_content, #free-trial-template .subscription_compare_plans .container > div .plan_header_content {
        padding-right: 60px; }
        #subscribe-template .subscription_compare_plans .container > div .plan_header_content h2, #free-trial-template .subscription_compare_plans .container > div .plan_header_content h2 {
          margin: 0; }
      #subscribe-template .subscription_compare_plans .container > div .plan_header_container > div, #free-trial-template .subscription_compare_plans .container > div .plan_header_container > div {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        text-align: center; }
      #subscribe-template .subscription_compare_plans .container > div .plan_header_container .free_plan_header, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .free_plan_header {
        background-color: #E5E5E5;
        color: #000000;
        margin-right: 5px; }
      #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header {
        background-color: #410099;
        color: #FFFFFF;
        line-height: 1;
        padding: 25px 0; }
        #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header p, #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header p, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 {
          margin: 0;
          padding: 0; }
        #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span {
          font-size: 16px;
          line-height: 1.5;
          vertical-align: top; }
        #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header p.small_font, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header p.small_font {
          font-size: 9px; }
    #subscribe-template .subscription_compare_plans .container .subscription_compare_container, #free-trial-template .subscription_compare_plans .container .subscription_compare_container {
      margin: 30px 0 20px 0; }
      #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div {
        align-items: center;
        border-top: solid 1px #D2D2D2;
        display: flex;
        flex: 0 100%;
        padding: 20px 0; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div {
          flex: 0 25%;
          text-align: center; }
          #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child {
            flex: 0 50%;
            text-align: left; }
          #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div p, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div p {
            margin: 0;
            padding: 0; }
            #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div p.small_font, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div p.small_font {
              font-size: 80%; }
            #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div p.gray, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div p.gray {
              color: #BBBBBB; }
          #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div img, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div img {
            display: block;
            margin: 0 auto; }
  #subscribe-template .subscription_callout_container, #free-trial-template .subscription_callout_container {
    padding: 60px 15px; }
    #subscribe-template .subscription_callout_container .container, #free-trial-template .subscription_callout_container .container {
      display: flex;
      justify-content: center; }
      #subscribe-template .subscription_callout_container .container > div, #free-trial-template .subscription_callout_container .container > div {
        text-align: center; }
        #subscribe-template .subscription_callout_container .container > div a.btn, #free-trial-template .subscription_callout_container .container > div a.btn {
          margin: 30px 0; }
  #subscribe-template .ready-to-start, #free-trial-template .ready-to-start {
    padding-bottom: 100px; }
    #subscribe-template .ready-to-start h2, #free-trial-template .ready-to-start h2 {
      font-size: 48px;
      line-height: 120%; }
    #subscribe-template .ready-to-start .planSelectBtn, #free-trial-template .ready-to-start .planSelectBtn {
      margin: 40px 0px 20px 0px; }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    #subscribe-template header #logo, #free-trial-template header #logo {
      margin-left: -30px; } }
  @media screen and (max-width: 991px) {
    #subscribe-template #free-trial .container .row, #free-trial-template #free-trial .container .row {
      text-align: left; }
    #subscribe-template .subscription_app_container_links, #free-trial-template .subscription_app_container_links {
      margin-bottom: 40px; }
    #subscribe-template .subscription-app-container-links, #free-trial-template .subscription-app-container-links {
      height: auto; }
      #subscribe-template .subscription-app-container-links .container, #free-trial-template .subscription-app-container-links .container {
        top: initial;
        transform: none; } }
  @media screen and (max-width: 767px) {
    #subscribe-template #free-trial .container, #free-trial-template #free-trial .container {
      height: auto;
      padding: 50px 20px; }
      #subscribe-template #free-trial .container .row, #free-trial-template #free-trial .container .row {
        top: initial;
        transform: none; }
    #subscribe-template .subscription-perk-items, #free-trial-template .subscription-perk-items {
      height: auto; }
      #subscribe-template .subscription-perk-items .container, #free-trial-template .subscription-perk-items .container {
        display: block; }
        #subscribe-template .subscription-perk-items .container .perk, #free-trial-template .subscription-perk-items .container .perk {
          padding: 0px 16%; }
          #subscribe-template .subscription-perk-items .container .perk:not(:last-child), #free-trial-template .subscription-perk-items .container .perk:not(:last-child) {
            margin-bottom: 30px; }
    #subscribe-template .subscription-pay-annual, #subscribe-template .subscription-support, #free-trial-template .subscription-pay-annual, #free-trial-template .subscription-support {
      min-height: 400px;
      text-align: center; }
      #subscribe-template .subscription-pay-annual h2, #subscribe-template .subscription-support h2, #free-trial-template .subscription-pay-annual h2, #free-trial-template .subscription-support h2 {
        font-size: 48px; }
      #subscribe-template .subscription-pay-annual p, #subscribe-template .subscription-support p, #free-trial-template .subscription-pay-annual p, #free-trial-template .subscription-support p {
        font-size: 100%; }
      #subscribe-template .subscription-pay-annual .gradient, #subscribe-template .subscription-support .gradient, #free-trial-template .subscription-pay-annual .gradient, #free-trial-template .subscription-support .gradient {
        display: block; }
      #subscribe-template .subscription-pay-annual .container, #subscribe-template .subscription-support .container, #free-trial-template .subscription-pay-annual .container, #free-trial-template .subscription-support .container {
        height: 100%; }
        #subscribe-template .subscription-pay-annual .container > div, #subscribe-template .subscription-pay-annual .container > div.right, #subscribe-template .subscription-support .container > div, #subscribe-template .subscription-support .container > div.right, #free-trial-template .subscription-pay-annual .container > div, #free-trial-template .subscription-pay-annual .container > div.right, #free-trial-template .subscription-support .container > div, #free-trial-template .subscription-support .container > div.right {
          bottom: 10%;
          left: 12%;
          position: absolute;
          right: 12%;
          text-align: center;
          top: inherit;
          transform: none;
          width: auto; }
    #subscribe-template .subscription-app-container-links, #free-trial-template .subscription-app-container-links {
      text-align: center; }
      #subscribe-template .subscription-app-container-links .container .app-links-container > div, #free-trial-template .subscription-app-container-links .container .app-links-container > div {
        padding: 10px; }
      #subscribe-template .subscription-app-container-links .va-item, #free-trial-template .subscription-app-container-links .va-item {
        display: flex;
        flex-wrap: wrap; }
    #subscribe-template .subscription-compare-plans .module-name, #free-trial-template .subscription-compare-plans .module-name {
      font-size: 2.4em;
      line-height: 120%;
      text-align: center; }
    #subscribe-template .subscription-compare-plans .subscription-compare-element, #free-trial-template .subscription-compare-plans .subscription-compare-element {
      border: none;
      display: block;
      padding: 10px 0px; }
      #subscribe-template .subscription-compare-plans .subscription-compare-element > div, #free-trial-template .subscription-compare-plans .subscription-compare-element > div {
        display: block;
        text-align: center; }
      #subscribe-template .subscription-compare-plans .subscription-compare-element .option-name, #free-trial-template .subscription-compare-plans .subscription-compare-element .option-name {
        display: block;
        font-size: 120%;
        padding-bottom: 15px; }
      #subscribe-template .subscription-compare-plans .subscription-compare-element .plan, #free-trial-template .subscription-compare-plans .subscription-compare-element .plan {
        height: 60px;
        position: relative; }
        #subscribe-template .subscription-compare-plans .subscription-compare-element .plan p, #subscribe-template .subscription-compare-plans .subscription-compare-element .plan img, #free-trial-template .subscription-compare-plans .subscription-compare-element .plan p, #free-trial-template .subscription-compare-plans .subscription-compare-element .plan img {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
      #subscribe-template .subscription-compare-plans .subscription-compare-element .plan-1, #free-trial-template .subscription-compare-plans .subscription-compare-element .plan-1 {
        box-shadow: 1px 0px 0px 0px #cccccc; } }

#curated-list .curated-slider {
  display: none; }

#episode-list {
  position: relative; }

.filter-slider-container {
  position: relative; }

.product-details h1 span {
  display: block;
  font-size: 32px;
  line-height: 1.2; }
.product-details .product-details-retail span.highlight > i {
  margin-right: 5px; }
.product-details .product-details-description {
  font-size: 18px;
  line-height: 1.2; }
  .product-details .product-details-description ul {
    list-style: disc;
    margin-left: 1.5em; }
  .product-details .product-details-description b, .product-details .product-details-description strong {
    font-weight: bold; }

promo-code .form-error {
  font-size: 14px;
  line-height: 1.2; }

.redeem-giftcard input.form-control {
  width: 75%;
  float: left;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin: 0 0 0 0; }
.redeem-giftcard .btn {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin: 0;
  width: 25%; }
.redeem-giftcard .form-group {
  margin-bottom: 0; }
.redeem-giftcard .giftcard-applied {
  margin: 5px 0 0 0;
  background: #f2f2f2;
  padding: 6px;
  text-align: center; }

.account-giftcard-balance h3 {
  margin-bottom: 0; }

.upsell-carousel .show-container > img {
  min-height: 185px; }
.upsell-carousel .quad-section {
  position: relative;
  min-height: 250px; }

#episode-list .right-controls {
  float: right;
  padding-left: 1.1em; }
  @media screen and (max-width: 992px) {
    #episode-list .right-controls {
      float: left; } }
  @media screen and (max-width: 745px) {
    #episode-list .right-controls {
      font-size: .8em;
      line-height: 2em; } }
#episode-list .fa-ul {
  float: left; }
#episode-list .no-slides {
  color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  text-align: center;
  line-height: 140px;
  font-size: 18px; }

.priceAddToCart {
  position: relative;
  z-index: 2; }

.details-history #invoices {
  min-height: 100px;
  position: relative; }
  .details-history #invoices h2.info-text {
    text-align: center;
    padding: 0;
    margin: 0 !important;
    transform: translate(0, 100%); }

.product-title .highlight {
  display: block; }
  .product-title .highlight i {
    margin-right: 5px; }

.show-wrapper.home-video {
  position: relative; }
  .show-wrapper.home-video .hidden-overlay {
    display: none; }
  @media (max-device-width: 411px), (max-device-height: 768px) {
    .show-wrapper.home-video .product-details {
      display: flex !important;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: none !important;
      height: 400px !important; }
    .show-wrapper.home-video {
      margin: 0 10px 200px 10px; } }
  .show-wrapper.home-video .hover-container .product-details {
    width: 100%;
    height: auto;
    z-index: 300; }
  .show-wrapper.home-video .hover-container .name,
  .show-wrapper.home-video .hover-container .product-name {
    font-size: 19px; }
  .show-wrapper.home-video .hover-container .price {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 5px;
    float: left;
    padding-right: 25px; }
    .show-wrapper.home-video .hover-container .price * {
      pointer-events: none; }
  .show-wrapper.home-video .hover-container .ratings * {
    pointer-events: none; }
  .show-wrapper.home-video .hover-container .addToCart {
    width: 100%;
    float: left; }
  .show-wrapper.home-video .hover-container .btn {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 5px 0 0 0; }
  .show-wrapper.home-video:hover > *::before {
    display: none; }
  .show-wrapper.home-video div.product-details.product-details {
    position: absolute;
    left: calc(0% - 8px);
    top: calc(0% - 8px);
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: content-box;
    -webkit-transform: none;
    transform: none; }
    .show-wrapper.home-video div.product-details.product-details a {
      color: #000000; }
  .show-wrapper.home-video .centered-ratings {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .show-wrapper.home-video .centered-ratings > * {
      margin: 0; }
  .show-wrapper.home-video .price.no-hover {
    display: none; }

.pay-per-view-page-1 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-1 .show-wrapper.home-video .name, .pay-per-view-page-1 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-1 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-1 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-1 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-1 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-1 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-1 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-2 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-2 .show-wrapper.home-video .name, .pay-per-view-page-2 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-2 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-2 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-2 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-2 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-2 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-2 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-3 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-3 .show-wrapper.home-video .name, .pay-per-view-page-3 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-3 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-3 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-3 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-3 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-3 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-3 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-4 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-4 .show-wrapper.home-video .name, .pay-per-view-page-4 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-4 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-4 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-4 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-4 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-4 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-4 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-5 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-5 .show-wrapper.home-video .name, .pay-per-view-page-5 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-5 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-5 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-5 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-5 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-5 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-5 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-6 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-6 .show-wrapper.home-video .name, .pay-per-view-page-6 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-6 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-6 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-6 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-6 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-6 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-6 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-7 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-7 .show-wrapper.home-video .name, .pay-per-view-page-7 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-7 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-7 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-7 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-7 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-7 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-7 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-8 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-8 .show-wrapper.home-video .name, .pay-per-view-page-8 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-8 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-8 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-8 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-8 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-8 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-8 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-9 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-9 .show-wrapper.home-video .name, .pay-per-view-page-9 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-9 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-9 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-9 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-9 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-9 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-9 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-10 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-10 .show-wrapper.home-video .name, .pay-per-view-page-10 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-10 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-10 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-10 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-10 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-10 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-10 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-11 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-11 .show-wrapper.home-video .name, .pay-per-view-page-11 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-11 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-11 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-11 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-11 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-11 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-11 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-12 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-12 .show-wrapper.home-video .name, .pay-per-view-page-12 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-12 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-12 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-12 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-12 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-12 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-12 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-13 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-13 .show-wrapper.home-video .name, .pay-per-view-page-13 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-13 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-13 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-13 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-13 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-13 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-13 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-14 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-14 .show-wrapper.home-video .name, .pay-per-view-page-14 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-14 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-14 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-14 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-14 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-14 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-14 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-15 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-15 .show-wrapper.home-video .name, .pay-per-view-page-15 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-15 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-15 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-15 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-15 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-15 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-15 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-16 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-16 .show-wrapper.home-video .name, .pay-per-view-page-16 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-16 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-16 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-16 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-16 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-16 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-16 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-17 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-17 .show-wrapper.home-video .name, .pay-per-view-page-17 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-17 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-17 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-17 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-17 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-17 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-17 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-18 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-18 .show-wrapper.home-video .name, .pay-per-view-page-18 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-18 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-18 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-18 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-18 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-18 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-18 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-19 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-19 .show-wrapper.home-video .name, .pay-per-view-page-19 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-19 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-19 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-19 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-19 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-19 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-19 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-20 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-20 .show-wrapper.home-video .name, .pay-per-view-page-20 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-20 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-20 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-20 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-20 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-20 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-20 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-21 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-21 .show-wrapper.home-video .name, .pay-per-view-page-21 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-21 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-21 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-21 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-21 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-21 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-21 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-22 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-22 .show-wrapper.home-video .name, .pay-per-view-page-22 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-22 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-22 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-22 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-22 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-22 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-22 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-23 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-23 .show-wrapper.home-video .name, .pay-per-view-page-23 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-23 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-23 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-23 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-23 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-23 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-23 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-24 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-24 .show-wrapper.home-video .name, .pay-per-view-page-24 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-24 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-24 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-24 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-24 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-24 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-24 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-25 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-25 .show-wrapper.home-video .name, .pay-per-view-page-25 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-25 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-25 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-25 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-25 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-25 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-25 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-26 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-26 .show-wrapper.home-video .name, .pay-per-view-page-26 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-26 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-26 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-26 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-26 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-26 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-26 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-27 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-27 .show-wrapper.home-video .name, .pay-per-view-page-27 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-27 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-27 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-27 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-27 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-27 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-27 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-28 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-28 .show-wrapper.home-video .name, .pay-per-view-page-28 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-28 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-28 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-28 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-28 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-28 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-28 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-29 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-29 .show-wrapper.home-video .name, .pay-per-view-page-29 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-29 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-29 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-29 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-29 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-29 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-29 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-30 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-30 .show-wrapper.home-video .name, .pay-per-view-page-30 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-30 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-30 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-30 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-30 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-30 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-30 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-31 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-31 .show-wrapper.home-video .name, .pay-per-view-page-31 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-31 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-31 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-31 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-31 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-31 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-31 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-32 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-32 .show-wrapper.home-video .name, .pay-per-view-page-32 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-32 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-32 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-32 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-32 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-32 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-32 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-33 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-33 .show-wrapper.home-video .name, .pay-per-view-page-33 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-33 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-33 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-33 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-33 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-33 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-33 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-34 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-34 .show-wrapper.home-video .name, .pay-per-view-page-34 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-34 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-34 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-34 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-34 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-34 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-34 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-35 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-35 .show-wrapper.home-video .name, .pay-per-view-page-35 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-35 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-35 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-35 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-35 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-35 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-35 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-36 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-36 .show-wrapper.home-video .name, .pay-per-view-page-36 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-36 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-36 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-36 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-36 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-36 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-36 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-37 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-37 .show-wrapper.home-video .name, .pay-per-view-page-37 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-37 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-37 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-37 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-37 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-37 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-37 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-38 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-38 .show-wrapper.home-video .name, .pay-per-view-page-38 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-38 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-38 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-38 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-38 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-38 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-38 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-39 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-39 .show-wrapper.home-video .name, .pay-per-view-page-39 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-39 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-39 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-39 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-39 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-39 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-39 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-40 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-40 .show-wrapper.home-video .name, .pay-per-view-page-40 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-40 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-40 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-40 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-40 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-40 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-40 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-41 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-41 .show-wrapper.home-video .name, .pay-per-view-page-41 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-41 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-41 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-41 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-41 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-41 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-41 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-42 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-42 .show-wrapper.home-video .name, .pay-per-view-page-42 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-42 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-42 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-42 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-42 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-42 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-42 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-43 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-43 .show-wrapper.home-video .name, .pay-per-view-page-43 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-43 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-43 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-43 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-43 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-43 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-43 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-44 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-44 .show-wrapper.home-video .name, .pay-per-view-page-44 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-44 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-44 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-44 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-44 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-44 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-44 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-45 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-45 .show-wrapper.home-video .name, .pay-per-view-page-45 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-45 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-45 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-45 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-45 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-45 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-45 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-46 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-46 .show-wrapper.home-video .name, .pay-per-view-page-46 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-46 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-46 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-46 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-46 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-46 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-46 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-47 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-47 .show-wrapper.home-video .name, .pay-per-view-page-47 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-47 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-47 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-47 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-47 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-47 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-47 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-48 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-48 .show-wrapper.home-video .name, .pay-per-view-page-48 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-48 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-48 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-48 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-48 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-48 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-48 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-49 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-49 .show-wrapper.home-video .name, .pay-per-view-page-49 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-49 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-49 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-49 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-49 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-49 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-49 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.pay-per-view-page-50 .show-wrapper.home-video {
  padding-bottom: 20px;
  text-align: center; }
  .pay-per-view-page-50 .show-wrapper.home-video .name, .pay-per-view-page-50 .show-wrapper.home-video .description {
    color: #410099; }
  .pay-per-view-page-50 .show-wrapper.home-video .description {
    font-size: 19px; }
  .pay-per-view-page-50 .show-wrapper.home-video .price.no-hover {
    display: block; }
  .pay-per-view-page-50 .show-wrapper.home-video .price {
    font-size: 41px; }
  .pay-per-view-page-50 .show-wrapper.home-video .hover-container {
    text-align: center; }
    .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
        .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details a:hover img {
          display: block;
          opacity: 1;
          height: auto;
          position: relative;
          width: fit-content;
          z-index: 5; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099;
        font-size: 19px; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 41px;
        float: none;
        text-align: center; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .retail-price {
        font-size: 28px; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 75%; }
          .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; }
@media screen and (max-width: 768px) {
  .pay-per-view-page-50 .show-wrapper.home-video {
    padding-bottom: 10px; }
    .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details {
      background: #ffffff;
      border: none; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details a {
        color: #000000; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .product-name a {
        color: #410099; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .price {
        font-size: 36px;
        float: none;
        text-align: center; }
      .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart {
        margin: 5px 0 15px; }
        .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart .btn {
          color: #000000;
          background: #f2f2f2;
          border: none;
          width: 100%; }
          .pay-per-view-page-50 .show-wrapper.home-video .hover-container .product-details .addToCart .btn:hover {
            background-color: #e40046; } }

.loading-spinner {
  width: 20px;
  display: inline-block;
  vertical-align: middle; }
  .loading-spinner path {
    fill: #410099; }

.episode-details {
  width: 100%;
  height: 100px; }

#cart-section .has-max .product-count {
  margin: 0; }

#cart-section .max-sale {
  font-size: 14px; }

.max-sale {
  margin-top: 5px; }
  .max-sale span {
    margin-left: 10px; }

.cartMobile {
  display: inline-block;
  position: relative; }
  .cartMobile #cart-icon {
    margin-left: 10px; }

.cartOptions .product-list {
  max-height: 242px;
  overflow-y: auto; }
.cartOptions .no-items {
  margin: 0;
  text-align: center;
  font-size: 16px; }

.mini-cart {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  .mini-cart > a {
    width: 100%;
    height: 100%;
    display: block; }
  .mini-cart .loader {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 15px;
    height: 15px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .mini-cart .loader {
        right: 5px; } }
    .mini-cart .loader circle {
      fill: #fff; }
    .mini-cart .loader path {
      fill: #410099; }
    .mini-cart .loader .rotate {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: 600ms;
      animation-duration: 600ms; }

.dc-steps {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: baseline; }
  .dc-steps::before {
    display: flex; }
  .dc-steps .step {
    align-items: center;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    width: 33.3333333%; }
    @media screen and (min-width: 700px) {
      .dc-steps .step {
        justify-content: center;
        padding: 40px 30px;
        width: 22.222222222%; } }
  .dc-steps .number {
    background-color: #410099;
    border-radius: 50%;
    color: #f0f0f0;
    font-size: 36px;
    line-height: 1.5;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 1.5em; }
  .dc-steps .prem-redeem-box {
    background-color: #410099;
    color: white;
    font-size: 36px;
    line-height: 1;
    padding: 20px;
    width: 100%; }
    @media screen and (min-width: 700px) {
      .dc-steps .prem-redeem-box {
        width: 33.3333333%; } }
    .dc-steps .prem-redeem-box form {
      margin: 15px 0; }
    .dc-steps .prem-redeem-box input {
      font-size: 14px; }
    .dc-steps .prem-redeem-box .sub-text {
      font-size: 14px; }
      .dc-steps .prem-redeem-box .sub-text a {
        color: white;
        text-decoration: underline; }
        .dc-steps .prem-redeem-box .sub-text a:hover {
          color: #f0f0f0; }

.dc-steps-anon .prem-redeem-box {
  padding: 40px 20px 20px 20px; }
  .dc-steps-anon .prem-redeem-box .btn {
    margin-top: 30px;
    margin-bottom: 60px; }

.centered-title {
  font-size: 36px;
  text-align: center;
  line-height: 35px; }

@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotate {
  -webkit-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate; }

.animated {
  -webkit-animation-duration: 350ms;
  -o-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#allEventsCont h1,
#myLibraryController h1,
#singleEvnetPageCont h1 {
  text-align: center;
  font-size: 5em;
  padding: 20px 0 10px; }
#allEventsCont .headByline,
#myLibraryController .headByline,
#singleEvnetPageCont .headByline {
  text-align: center;
  font-size: 15px; }
#allEventsCont .title,
#myLibraryController .title,
#singleEvnetPageCont .title {
  font-size: 25px;
  font-weight: 300; }
#allEventsCont .subtitle,
#myLibraryController .subtitle,
#singleEvnetPageCont .subtitle {
  font-size: 19px;
  margin-top: 0.5em; }
#allEventsCont .thumbTitle,
#myLibraryController .thumbTitle,
#singleEvnetPageCont .thumbTitle {
  font-size: 20px;
  font-weight: 300; }
  #allEventsCont .thumbTitle .a,
  #myLibraryController .thumbTitle .a,
  #singleEvnetPageCont .thumbTitle .a {
    color: #000; }
#allEventsCont .rightPadding,
#myLibraryController .rightPadding,
#singleEvnetPageCont .rightPadding {
  padding-right: 30px; }
#allEventsCont .eventPrice,
#myLibraryController .eventPrice,
#singleEvnetPageCont .eventPrice {
  margin-top: 12px;
  float: left;
  width: 100%;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  height: 40px; }
#allEventsCont #eventsListings,
#myLibraryController #eventsListings,
#singleEvnetPageCont #eventsListings {
  padding-top: 2em; }
#allEventsCont .ppv-event .ppv-event-cont,
#allEventsCont .ppv-event .singleEvnetPageCont,
#allEventsCont .ppv-event-vid-preview .ppv-event-cont,
#allEventsCont .ppv-event-vid-preview .singleEvnetPageCont,
#myLibraryController .ppv-event .ppv-event-cont,
#myLibraryController .ppv-event .singleEvnetPageCont,
#myLibraryController .ppv-event-vid-preview .ppv-event-cont,
#myLibraryController .ppv-event-vid-preview .singleEvnetPageCont,
#singleEvnetPageCont .ppv-event .ppv-event-cont,
#singleEvnetPageCont .ppv-event .singleEvnetPageCont,
#singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont,
#singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont {
  padding-bottom: 30px; }
  #allEventsCont .ppv-event .ppv-event-cont .header-block,
  #allEventsCont .ppv-event .singleEvnetPageCont .header-block,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block,
  #myLibraryController .ppv-event .ppv-event-cont .header-block,
  #myLibraryController .ppv-event .singleEvnetPageCont .header-block,
  #myLibraryController .ppv-event-vid-preview .ppv-event-cont .header-block,
  #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .header-block,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .header-block,
  #singleEvnetPageCont .ppv-event .singleEvnetPageCont .header-block,
  #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .header-block,
  #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .header-block {
    width: 100%;
    display: inline-block; }
    #allEventsCont .ppv-event .ppv-event-cont .header-block .title,
    #allEventsCont .ppv-event .singleEvnetPageCont .header-block .title,
    #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .title,
    #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .title,
    #myLibraryController .ppv-event .ppv-event-cont .header-block .title,
    #myLibraryController .ppv-event .singleEvnetPageCont .header-block .title,
    #myLibraryController .ppv-event-vid-preview .ppv-event-cont .header-block .title,
    #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .header-block .title,
    #singleEvnetPageCont .ppv-event .ppv-event-cont .header-block .title,
    #singleEvnetPageCont .ppv-event .singleEvnetPageCont .header-block .title,
    #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .header-block .title,
    #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .title {
      font-size: 25px;
      font-weight: 400;
      margin-top: 0.5em; }
    #allEventsCont .ppv-event .ppv-event-cont .header-block .event-date,
    #allEventsCont .ppv-event .singleEvnetPageCont .header-block .event-date,
    #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .event-date,
    #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .event-date,
    #myLibraryController .ppv-event .ppv-event-cont .header-block .event-date,
    #myLibraryController .ppv-event .singleEvnetPageCont .header-block .event-date,
    #myLibraryController .ppv-event-vid-preview .ppv-event-cont .header-block .event-date,
    #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .header-block .event-date,
    #singleEvnetPageCont .ppv-event .ppv-event-cont .header-block .event-date,
    #singleEvnetPageCont .ppv-event .singleEvnetPageCont .header-block .event-date,
    #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .header-block .event-date,
    #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .event-date {
      padding-left: 10px;
      float: right;
      margin-top: 1em; }
  #allEventsCont .ppv-event .ppv-event-cont .icon,
  #allEventsCont .ppv-event .singleEvnetPageCont .icon,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .icon,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .icon,
  #myLibraryController .ppv-event .ppv-event-cont .icon,
  #myLibraryController .ppv-event .singleEvnetPageCont .icon,
  #myLibraryController .ppv-event-vid-preview .ppv-event-cont .icon,
  #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .icon,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .icon,
  #singleEvnetPageCont .ppv-event .singleEvnetPageCont .icon,
  #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .icon,
  #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .icon {
    vertical-align: middle;
    padding-left: 7px; }
  #allEventsCont .ppv-event .ppv-event-cont .thumb,
  #allEventsCont .ppv-event .singleEvnetPageCont .thumb,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .thumb,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .thumb,
  #myLibraryController .ppv-event .ppv-event-cont .thumb,
  #myLibraryController .ppv-event .singleEvnetPageCont .thumb,
  #myLibraryController .ppv-event-vid-preview .ppv-event-cont .thumb,
  #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .thumb,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .thumb,
  #singleEvnetPageCont .ppv-event .singleEvnetPageCont .thumb,
  #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .thumb,
  #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .thumb {
    padding-right: 20px; }
  #allEventsCont .ppv-event .ppv-event-cont .addthis_sharing_toolbox,
  #allEventsCont .ppv-event .singleEvnetPageCont .addthis_sharing_toolbox,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .addthis_sharing_toolbox,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .addthis_sharing_toolbox,
  #myLibraryController .ppv-event .ppv-event-cont .addthis_sharing_toolbox,
  #myLibraryController .ppv-event .singleEvnetPageCont .addthis_sharing_toolbox,
  #myLibraryController .ppv-event-vid-preview .ppv-event-cont .addthis_sharing_toolbox,
  #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .addthis_sharing_toolbox,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .addthis_sharing_toolbox,
  #singleEvnetPageCont .ppv-event .singleEvnetPageCont .addthis_sharing_toolbox,
  #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .addthis_sharing_toolbox,
  #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .addthis_sharing_toolbox {
    padding-bottom: 1em; }
  #allEventsCont .ppv-event .ppv-event-cont .availableText,
  #allEventsCont .ppv-event .singleEvnetPageCont .availableText,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .availableText,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .availableText,
  #myLibraryController .ppv-event .ppv-event-cont .availableText,
  #myLibraryController .ppv-event .singleEvnetPageCont .availableText,
  #myLibraryController .ppv-event-vid-preview .ppv-event-cont .availableText,
  #myLibraryController .ppv-event-vid-preview .singleEvnetPageCont .availableText,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .availableText,
  #singleEvnetPageCont .ppv-event .singleEvnetPageCont .availableText,
  #singleEvnetPageCont .ppv-event-vid-preview .ppv-event-cont .availableText,
  #singleEvnetPageCont .ppv-event-vid-preview .singleEvnetPageCont .availableText {
    margin-top: 1em; }
#allEventsCont .ppv-social-share,
#myLibraryController .ppv-social-share,
#singleEvnetPageCont .ppv-social-share {
  display: block;
  margin-top: 1em; }
  #allEventsCont .ppv-social-share .addthis_sharing_toolbox,
  #myLibraryController .ppv-social-share .addthis_sharing_toolbox,
  #singleEvnetPageCont .ppv-social-share .addthis_sharing_toolbox {
    padding: 10px 0; }

.content-ppv .navPadding {
  padding: 30px 0; }
.content-ppv .trim {
  max-height: 35em;
  overflow: hidden; }

#ppv-event-stream {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #ppv-event-stream .video-player-section {
    width: 100%; }
    #ppv-event-stream .video-player-section .row.row {
      display: flex;
      justify-content: center; }
      #ppv-event-stream .video-player-section .row.row .video-player-container.video-player-container {
        height: 453.5px !important; }
        #ppv-event-stream .video-player-section .row.row .video-player-container.video-player-container .funimation-cell {
          height: 100% !important; }
  #ppv-event-stream .video-information {
    min-height: 30vh; }

#singleEvnetPageCont .title {
  margin-bottom: 30px; }
#singleEvnetPageCont .video .vjs-control-bar {
  display: none; }

@media screen and (max-width: 768px) {
  #allEventsCont h1,
  #myLibraryController h1,
  #singleEvnetPageCont h1 {
    line-height: 1;
    text-align: center;
    font-size: 34px;
    padding: 5px 0 0; }
  #allEventsCont .headByline,
  #myLibraryController .headByline,
  #singleEvnetPageCont .headByline {
    text-align: center;
    font-size: 16px;
    padding: 0 0 15px 0;
    line-height: 1.2; }
  #allEventsCont .rightPadding,
  #myLibraryController .rightPadding,
  #singleEvnetPageCont .rightPadding {
    padding-right: 0; }
  #allEventsCont .ppv-event .ppv-event-cont .header-block .btn,
  #myLibraryController .ppv-event .ppv-event-cont .header-block .btn,
  #singleEvnetPageCont .ppv-event .ppv-event-cont .header-block .btn {
    font-size: 12px;
    max-width: 100%;
    margin: 0;
    min-width: auto;
    overflow: hidden;
    padding: 13px 0;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap; }
    #allEventsCont .ppv-event .ppv-event-cont .header-block .btn:last-of-type,
    #myLibraryController .ppv-event .ppv-event-cont .header-block .btn:last-of-type,
    #singleEvnetPageCont .ppv-event .ppv-event-cont .header-block .btn:last-of-type {
      margin: 15px auto 0px; }
  #allEventsCont p,
  #myLibraryController p,
  #singleEvnetPageCont p {
    font-size: 16px;
    line-height: 1.25; }

  #allEventsCont .ppv-event .ppv-event-cont .header-block .title, #allEventsCont .ppv-event .ppv-event-cont .header-block .eventPrice,
  #allEventsCont .ppv-event .singleEvnetPageCont .header-block .title,
  #allEventsCont .ppv-event .singleEvnetPageCont .header-block .eventPrice,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .title,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .eventPrice,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .title,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .eventPrice {
    font-size: 20px;
    font-weight: 300;
    height: auto;
    float: none;
    margin: 0; }
  #allEventsCont .ppv-event .ppv-event-cont .header-block .title,
  #allEventsCont .ppv-event .singleEvnetPageCont .header-block .title,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .title,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .title {
    margin-top: 0.5em; }
  #allEventsCont .ppv-event .ppv-event-cont .header-block .eventPrice,
  #allEventsCont .ppv-event .singleEvnetPageCont .header-block .eventPrice,
  #allEventsCont .ppv-event-vid-preview .ppv-event-cont .header-block .eventPrice,
  #allEventsCont .ppv-event-vid-preview .singleEvnetPageCont .header-block .eventPrice {
    margin: 0 0 5px 0; } }
.header-block {
  padding-left: 20px; }

.children-event .title-header {
  font-size: 40px; }

/* Navbar mixin and extension */
/* Default navbar mixin and extension */
/* Snapping bars mixin and extension */
/* Shop-list mixin and extension */
/* fullShopFilters mixin and extension */
/* Show details specific styles using 'sticky' positioning to prevent 'fixed' position element juddering in Safari */
body.show-details {
  height: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  body.show-details header.skinny {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky; }
  @media screen and (max-width: 1280px) and (min-width: 992px) {
    body.show-details.body-w-promo-ribbon-1 #main {
      margin-top: 135px; }
    body.show-details.body-w-promo-ribbon-2 #main {
      margin-top: 185px; }
    body.show-details.body-w-promo-ribbon-3 #main {
      margin-top: 235px; }
    body.show-details.body-w-promo-ribbon-4 #main {
      margin-top: 285px; }
    body.show-details.body-w-promo-ribbon-5 #main {
      margin-top: 335px; }
    body.show-details.body-w-promo-ribbon-6 #main {
      margin-top: 385px; }
    body.show-details.body-w-promo-ribbon-7 #main {
      margin-top: 435px; }
    body.show-details.body-w-promo-ribbon-8 #main {
      margin-top: 485px; }
    body.show-details.body-w-promo-ribbon-9 #main {
      margin-top: 535px; }
    body.show-details.body-w-promo-ribbon-10 #main {
      margin-top: 585px; } }
  @media screen and (max-width: 991px) {
    body.show-details header #main-navigation.open {
      height: 100%;
      max-height: 100%;
      -webkit-backface-visibility: unset;
      backface-visibility: unset;
      -webkit-overflow-scrolling: touch;
      overflow: unset; }
    body.show-details #main {
      margin-top: 85px; }
    body.show-details.body-w-promo-ribbon-1 #main {
      margin-top: 135px; }
    body.show-details.body-w-promo-ribbon-2 #main {
      margin-top: 185px; }
    body.show-details.body-w-promo-ribbon-3 #main {
      margin-top: 235px; }
    body.show-details.body-w-promo-ribbon-4 #main {
      margin-top: 285px; }
    body.show-details.body-w-promo-ribbon-5 #main {
      margin-top: 335px; }
    body.show-details.body-w-promo-ribbon-6 #main {
      margin-top: 385px; }
    body.show-details.body-w-promo-ribbon-7 #main {
      margin-top: 435px; }
    body.show-details.body-w-promo-ribbon-8 #main {
      margin-top: 485px; }
    body.show-details.body-w-promo-ribbon-9 #main {
      margin-top: 535px; }
    body.show-details.body-w-promo-ribbon-10 #main {
      margin-top: 585px; } }
  body.show-details .navbar {
    background-color: #ffffff;
    border: none;
    padding: 0px;
    margin: 0;
    max-height: 130px;
    z-index: 2000 !important; }
    @media (max-width: 768px) {
      body.show-details .navbar {
        max-height: none; } }
    body.show-details .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top; }
    body.show-details .navbar .navbar-collapse {
      text-align: center; }
    body.show-details .navbar .navbar-collapse.collapse.in {
      background-color: #f8f8f8; }
      body.show-details .navbar .navbar-collapse.collapse.in .nav > li {
        margin-bottom: 0; }
    @media (max-width: 768px) {
      body.show-details .navbar .navbar-collapse {
        display: block !important;
        overflow: hidden;
        padding: 0 15px;
        position: relative;
        text-align: center;
        border: none; }
        body.show-details .navbar .navbar-collapse ul.nav.navbar-nav {
          -ms-flex-align: stretch;
          align-items: stretch;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-pack: stretch;
          justify-content: stretch;
          overflow-y: scroll;
          padding: 10px 0 0 0; }
          body.show-details .navbar .navbar-collapse ul.nav.navbar-nav > li {
            display: inline-flex;
            width: auto;
            padding-bottom: 0;
            margin-bottom: 0; }
            body.show-details .navbar .navbar-collapse ul.nav.navbar-nav > li a {
              font-size: 22px;
              white-space: nowrap; }
            body.show-details .navbar .navbar-collapse ul.nav.navbar-nav > li.active {
              background-color: #f2f2f2; } }
    body.show-details .navbar.affix {
      -webkit-overflow-scrolling: touch;
      position: sticky;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 767px) {
    body.show-details .navbar-default .navbar-nav {
      margin: 0 -15px; } }
  body.show-details .navbar-default .navbar-nav > li {
    margin-bottom: 0; }
  body.show-details .navbar-default .navbar-nav > li > a {
    color: #000; }
    @media screen and (min-width: 768px) {
      body.show-details .navbar-default .navbar-nav > li > a {
        font-size: 19px; } }
  body.show-details .navbar-default .navbar-nav > .active {
    background: #f2f2f2;
    padding-bottom: 10px; }
    body.show-details .navbar-default .navbar-nav > .active > a, body.show-details .navbar-default .navbar-nav > .active > a:hover, body.show-details .navbar-default .navbar-nav > .active > a:focus {
      background: transparent; }
    @media screen and (max-width: 767px) {
      body.show-details .navbar-default .navbar-nav > .active {
        padding-bottom: 5px;
        margin-bottom: 0; } }
  body.show-details #fullEpisodesFilters,
  body.show-details #showDetailNavCont {
    width: 100%; }
  body.show-details #show-title {
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
    body.show-details #show-title ::-webkit-scrollbar {
      display: none; }
    body.show-details #show-title h3 {
      text-align: center;
      font-size: 3em;
      padding: 15px;
      height: 65px;
      width: auto;
      overflow-y: hidden;
      overflow-y: hidden;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap; }
  body.show-details #fullEpisodesFilters {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
    z-index: 1000; }
    @media screen and (max-width: 768px) {
      body.show-details #fullEpisodesFilters {
        width: calc(100%);
        padding: 0 15px; } }
    body.show-details #fullEpisodesFilters.affix {
      background-color: #f2f2f2; }
      body.show-details #fullEpisodesFilters.affix .custom-select {
        margin-left: 15px; }
      body.show-details #fullEpisodesFilters.affix .right-controls {
        margin-right: 15px; }
      @media screen and (max-width: 768px) {
        body.show-details #fullEpisodesFilters.affix .custom-select {
          margin-left: 0px; }
        body.show-details #fullEpisodesFilters.affix .right-controls {
          margin-right: 0px; } }
  body.show-details #episode-list .hide,
  body.show-details #shop-list .hide {
    display: none; }
  body.show-details #episode-list .show,
  body.show-details #shop-list .show {
    display: block; }
    body.show-details #episode-list .show li.mobile-select-list,
    body.show-details #shop-list .show li.mobile-select-list {
      display: none; }
  body.show-details #shop-list .filterCollapseBlock {
    color: #959595;
    cursor: pointer;
    padding-left: 1em; }
    body.show-details #shop-list .filterCollapseBlock .dropArrowFilter {
      padding-left: 10px; }
    body.show-details #shop-list .filterCollapseBlock.active .dropArrowFilter {
      transform: rotate(180deg); }
    @media screen and (max-width: 768px) {
      body.show-details #shop-list .filterCollapseBlock {
        color: #959595;
        cursor: pointer;
        padding-left: 0; } }
  body.show-details #shop-list .shop-list-subnav-hidden {
    display: block;
    height: 50px; }
  body.show-details #shop-list .shopSubFiltersCont {
    color: #959595;
    float: right;
    padding-top: 10px;
    max-width: 390px;
    width: 100%;
    height: 45px; }
    @media screen and (max-width: 768px) {
      body.show-details #shop-list .shopSubFiltersCont {
        margin: 0 auto;
        display: block;
        padding-left: 2%;
        padding-right: 2%;
        float: right; } }
    @media screen and (max-width: 560px) {
      body.show-details #shop-list .shopSubFiltersCont {
        float: unset;
        width: 390px; } }
  body.show-details #shop-list #release-date, body.show-details #shop-list #digital-copy {
    padding-right: 0; }
  body.show-details #fullShopFilters {
    margin: 0px auto;
    padding-bottom: 15px; }
    body.show-details #fullShopFilters .select-dropdown .select-trigger {
      width: 155px !important;
      padding-right: 0 !important;
      background: none; }
    body.show-details #fullShopFilters #digital-copy {
      padding-right: 0; }
    body.show-details #fullShopFilters .digital-copy-filter {
      float: left; }
      body.show-details #fullShopFilters .digital-copy-filter label {
        padding: 0 5px 0 0;
        font-size: 14px !important; }
      body.show-details #fullShopFilters .digital-copy-filter input {
        left: unset;
        position: relative; }
    body.show-details #fullShopFilters .affix-top {
      padding-top: 10px; }
    body.show-details #fullShopFilters .shopFilterSelections {
      font-size: 12px;
      width: 90%;
      margin: 2px 15px 15px 15px; }
      @media screen and (min-width: 992px) {
        body.show-details #fullShopFilters .shopFilterSelections {
          width: 40%; } }
      @media screen and (min-width: 1280px) {
        body.show-details #fullShopFilters .shopFilterSelections {
          width: 50%; } }
      body.show-details #fullShopFilters .shopFilterSelections img {
        margin: 0;
        width: 15px;
        padding-right: 3px;
        display: inline-block;
        cursor: pointer; }
      body.show-details #fullShopFilters .shopFilterSelections .shopFilterSelections-wrap {
        display: inline-block;
        margin-right: 10px; }
  body.show-details .filterCollapseBlock {
    color: #959595;
    cursor: pointer; }
    body.show-details .filterCollapseBlock .dropArrowFilter {
      padding-left: 10px; }
    body.show-details .filterCollapseBlock.active .dropArrowFilter {
      transform: rotate(180deg); }
  body.show-details .row.affix {
    background: #f2f2f2;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 301; }
    body.show-details .row.affix .shopSubFiltersCont {
      color: #959595;
      padding-top: 10px;
      float: right;
      max-width: 410px;
      width: 100%;
      height: 45px; }
    body.show-details .row.affix .col-md-12 {
      max-width: 1263px;
      margin: 0 auto; }
      body.show-details .row.affix .col-md-12 .right-controls {
        color: #959595;
        float: right;
        margin-top: 5px;
        padding-left: 1.1em; }
        body.show-details .row.affix .col-md-12 .right-controls .fa-ul {
          float: left; }
          body.show-details .row.affix .col-md-12 .right-controls .fa-ul .list-dropdown {
            right: auto;
            left: 3px; }
          body.show-details .row.affix .col-md-12 .right-controls .fa-ul li.mobile-select-list {
            display: none; }
        body.show-details .row.affix .col-md-12 .right-controls .select-trigger {
          background: none;
          background-color: transparent;
          width: 115px;
          padding-right: 0; }
          body.show-details .row.affix .col-md-12 .right-controls .select-trigger .dropArrowFilter {
            padding-left: 10px; }
          body.show-details .row.affix .col-md-12 .right-controls .select-trigger.active .dropArrowFilter {
            transform: rotate(180deg); }
        @media screen and (max-width: 745px) {
          body.show-details .row.affix .col-md-12 .right-controls {
            font-size: .8em;
            line-height: 2em; }
            body.show-details .row.affix .col-md-12 .right-controls .show li.mobile-select-list {
              display: block; } }
      @media screen and (max-width: 1280px) {
        body.show-details .row.affix .col-md-12 {
          max-width: 970px; } }
      @media screen and (max-width: 992px) {
        body.show-details .row.affix .col-md-12 .episode-list-subnav-hidden {
          display: block;
          height: auto;
          padding-bottom: 10px; }
        body.show-details .row.affix .col-md-12 .right-controls {
          display: block;
          float: none;
          margin: 12px auto 0px;
          padding: 0;
          width: 100%; }
          body.show-details .row.affix .col-md-12 .right-controls .fa-ul.show {
            float: none;
            font-size: 14px; }
            body.show-details .row.affix .col-md-12 .right-controls .fa-ul.show .list-dropdown {
              text-align: left; }
          body.show-details .row.affix .col-md-12 .right-controls .select-dropdown {
            display: inline-block;
            float: none; }
        body.show-details .row.affix .col-md-12 .quad-section {
          margin: 0; } }
      @media screen and (max-width: 980px) {
        body.show-details .row.affix .col-md-12 {
          max-width: 750px; } }
      @media screen and (max-width: 768px) {
        body.show-details .row.affix .col-md-12 {
          max-width: 750px; }
          body.show-details .row.affix .col-md-12 .episode-list-subnav-hidden {
            padding-bottom: 0; }
          body.show-details .row.affix .col-md-12 .right-controls {
            margin-bottom: -10px; } }
    @media screen and (max-width: 980px) {
      body.show-details .row.affix {
        padding-top: 2%;
        top: 70px; } }
    @media screen and (max-width: 768px) {
      body.show-details .row.affix {
        padding-top: 4.5%;
        top: 60px; }
        body.show-details .row.affix .right-controls {
          margin-bottom: 0 !important; }
          body.show-details .row.affix .right-controls .fa-ul.show {
            margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      body.show-details .row.affix {
        padding-top: 7.5%; } }
    body.show-details .row.affix .col-sm-9 {
      margin-top: 1%; }
  body.show-details #main {
    margin-top: 0; }

.content-template.content-series2 {
  margin: 0 auto;
  overflow: hidden; }
  .content-template.content-series2 .clear-both {
    clear: both; }
  .content-template.content-series2 .show-detail-hero {
    width: 100%; }
  .content-template.content-series2 .background-video {
    min-height: 170px; }
  .content-template.content-series2 .show-detail-section .heroTitle {
    font-size: 1.5em;
    margin: 0;
    max-width: 190px;
    text-shadow: 2px 2px #000;
    line-height: 1.3em;
    letter-spacing: 1px; }
  .content-template.content-series2 .show-detail-section .show-detail-container {
    position: relative; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-logo {
      padding: 0 15% 0 0; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information {
      color: #ffffff;
      bottom: 45px;
      left: 0;
      padding-bottom: 0 !important;
      position: absolute;
      width: 100%; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .review-rating-stars {
        margin-top: 10px; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .review-rating-stars .stars > span {
          margin: 0px 5px 0px 0; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .row-eq-height > [class*='col-'] {
          display: flex;
          flex-direction: column;
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-meta {
        margin-top: 5px; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap {
        margin-top: 35px;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: stretch;
        justify-content: stretch; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .show-detail-btn {
          display: inline-flex; }
          .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .show-detail-btn:first-of-type {
            margin-right: 16px; }
          .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .show-detail-btn .btn {
            margin: 0; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities {
        margin: 0;
        float: none;
        position: absolute;
        bottom: 0;
        right: 0; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities .addthis_sharing_toolbox {
          bottom: 30px;
          right: 45px; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities li {
          float: left;
          margin-left: 15px;
          margin-bottom: 0; }
          .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities li a {
            color: #ffffff;
            font-weight: 800;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase; }
            .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities li a img {
              margin-left: 4px;
              vertical-align: bottom;
              display: inline !important; }
            .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-utilities li a .hideXS {
              display: none !important; }
  .content-template.content-series2 #show-meta-mobile {
    display: none; }
  @media screen and (max-width: 1279px) {
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-logo {
      padding: 0 30% 0 0; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .show-detail-btn {
      max-width: 280px; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .show-detail-btn .btn {
        padding: 10px 20px; } }
  @media screen and (max-width: 992px) {
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-logo {
      padding: 0; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information {
      bottom: 20px; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap {
        margin-top: 15px; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-btns-wrap .btn {
          margin: 0;
          min-width: auto;
          padding: 10px 20px; }
    .content-template.content-series2 #show-meta-mobile {
      background-color: #ffffff;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .content-template.content-series2 #show-meta-mobile .show-utilities {
        color: #000000;
        float: none;
        margin: 0; }
        .content-template.content-series2 #show-meta-mobile .show-utilities .addthis_sharing_toolbox {
          top: -32px;
          right: calc(50% - 10px); }
        .content-template.content-series2 #show-meta-mobile .show-utilities li {
          color: #000000;
          display: inline-block;
          margin-left: 15px; }
          .content-template.content-series2 #show-meta-mobile .show-utilities li a {
            color: #000000;
            font-weight: 800;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase; }
            .content-template.content-series2 #show-meta-mobile .show-utilities li a img {
              margin-left: 4px;
              vertical-align: bottom;
              display: inline !important; }
            .content-template.content-series2 #show-meta-mobile .show-utilities li a .hideXS {
              display: none !important; }
      .content-template.content-series2 #show-meta-mobile .show-detail-btns-wrap .btn {
        margin: 5px 15px 0 0;
        min-width: 325px;
        padding: 10px 20px; }
        .content-template.content-series2 #show-meta-mobile .show-detail-btns-wrap .btn:last-of-type {
          margin: 15px auto 0; }
    .content-template.content-series2 #login-form.open, .content-template.content-series2 .open #login-form {
      min-height: 450px; } }
  @media screen and (max-width: 767px) {
    .content-template.content-series2 .show-detail-hero {
      background-origin: initial;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      object-fit: cover; }
    .content-template.content-series2 .show-detail-section .heroTitle {
      margin: 0 auto; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-logo {
      margin: 0px auto;
      max-width: 60%;
      padding: 0; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information {
      margin-top: 20px;
      padding-bottom: 0px;
      position: absolute;
      text-align: center;
      bottom: 15px; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .review-rating-stars .stars > span {
        margin: 0px 5px 0px 0; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-meta {
        color: #ffffff;
        margin-top: 10px; }
    .content-template.content-series2 #show-meta-mobile .show-detail-btns-wrap .btn:last-of-type {
      margin: 10px auto 0px; } }
  @media only screen and (max-width: 560px) {
    .content-template.content-series2 .show-detail-hero {
      background-origin: initial;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      min-height: 200px;
      object-fit: cover; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-logo {
      margin: 0px auto;
      max-width: 270px;
      padding: 0; }
    .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information {
      bottom: 5px; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .review-rating-stars {
        margin-top: 0; }
        .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .review-rating-stars .stars > span {
          font-size: 22px;
          margin: 0px 5px 0px 0; }
      .content-template.content-series2 .show-detail-section .show-detail-container .show-detail-information .show-detail-meta {
        letter-spacing: -1px;
        margin: 0; }
    .content-template.content-series2 #show-meta-mobile .show-utilities .addthis_sharing_toolbox {
      top: -32px;
      right: calc(20% - 35px); }
    .content-template.content-series2 #show-meta-mobile .show-detail-btns-wrap .btn {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      min-width: auto;
      padding: 10px;
      width: 100%; }
      .content-template.content-series2 #show-meta-mobile .show-detail-btns-wrap .btn:last-of-type {
        margin-top: 15px; } }
  .content-template.content-series2 .extras-bg {
    background-color: transparent; }
  @media screen and (max-width: 767px) {
    .content-template.content-series2 .navbar-default .navbar-nav {
      margin: 0 -15px; } }
  .content-template.content-series2 .navbar-default .navbar-nav > li {
    margin-bottom: 0; }
  .content-template.content-series2 .navbar-default .navbar-nav > li > a {
    color: #000; }
    @media screen and (min-width: 768px) {
      .content-template.content-series2 .navbar-default .navbar-nav > li > a {
        font-size: 19px; } }
  .content-template.content-series2 .navbar-default .navbar-nav > .active {
    background: #f2f2f2;
    padding-bottom: 10px; }
    .content-template.content-series2 .navbar-default .navbar-nav > .active > a, .content-template.content-series2 .navbar-default .navbar-nav > .active > a:hover, .content-template.content-series2 .navbar-default .navbar-nav > .active > a:focus {
      background: transparent; }
    @media screen and (max-width: 767px) {
      .content-template.content-series2 .navbar-default .navbar-nav > .active {
        padding-bottom: 5px;
        margin-bottom: 0; } }
  .content-template.content-series2 #fullEpisodesFilters,
  .content-template.content-series2 #showDetailNavCont {
    width: 100%; }
  .content-template.content-series2 .row.affix {
    background: #f2f2f2;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 301; }
    .content-template.content-series2 .row.affix .shopSubFiltersCont {
      color: #959595;
      padding-top: 10px;
      float: right;
      max-width: 410px;
      width: 100%;
      height: 45px; }
    .content-template.content-series2 .row.affix .col-md-12 {
      max-width: 1263px;
      margin: 0 auto; }
      .content-template.content-series2 .row.affix .col-md-12 .right-controls {
        color: #959595;
        float: right;
        margin-top: 5px;
        padding-left: 1.1em; }
        .content-template.content-series2 .row.affix .col-md-12 .right-controls .fa-ul {
          float: left; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .fa-ul .list-dropdown {
            right: auto;
            left: 3px; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .fa-ul li.mobile-select-list {
            display: none; }
        .content-template.content-series2 .row.affix .col-md-12 .right-controls .select-trigger {
          background: none;
          background-color: transparent;
          width: 115px;
          padding-right: 0; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .select-trigger .dropArrowFilter {
            padding-left: 10px; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .select-trigger.active .dropArrowFilter {
            transform: rotate(180deg); }
        @media screen and (max-width: 745px) {
          .content-template.content-series2 .row.affix .col-md-12 .right-controls {
            font-size: .8em;
            line-height: 2em; }
            .content-template.content-series2 .row.affix .col-md-12 .right-controls .show li.mobile-select-list {
              display: block; } }
      @media screen and (max-width: 1280px) {
        .content-template.content-series2 .row.affix .col-md-12 {
          max-width: 970px; } }
      @media screen and (max-width: 992px) {
        .content-template.content-series2 .row.affix .col-md-12 .episode-list-subnav-hidden {
          display: block;
          height: auto;
          padding-bottom: 10px; }
        .content-template.content-series2 .row.affix .col-md-12 .right-controls {
          display: block;
          float: none;
          margin: 12px auto 0px;
          padding: 0;
          width: 100%; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .fa-ul.show {
            float: none;
            font-size: 14px; }
            .content-template.content-series2 .row.affix .col-md-12 .right-controls .fa-ul.show .list-dropdown {
              text-align: left; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls .select-dropdown {
            display: inline-block;
            float: none; }
        .content-template.content-series2 .row.affix .col-md-12 .quad-section {
          margin: 0; } }
      @media screen and (max-width: 980px) {
        .content-template.content-series2 .row.affix .col-md-12 {
          max-width: 750px; } }
      @media screen and (max-width: 768px) {
        .content-template.content-series2 .row.affix .col-md-12 {
          max-width: 750px; }
          .content-template.content-series2 .row.affix .col-md-12 .episode-list-subnav-hidden {
            padding-bottom: 0; }
          .content-template.content-series2 .row.affix .col-md-12 .right-controls {
            margin-bottom: -10px; } }
    @media screen and (max-width: 980px) {
      .content-template.content-series2 .row.affix {
        padding-top: 2%;
        top: 70px; } }
    @media screen and (max-width: 768px) {
      .content-template.content-series2 .row.affix {
        padding-top: 4.5%;
        top: 60px; }
        .content-template.content-series2 .row.affix .right-controls {
          margin-bottom: 0 !important; }
          .content-template.content-series2 .row.affix .right-controls .fa-ul.show {
            margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .content-template.content-series2 .row.affix {
        padding-top: 7.5%; } }
    .content-template.content-series2 .row.affix .col-sm-9 {
      margin-top: 1%; }
  .content-template.content-series2 .navbar {
    background-color: #ffffff;
    border: none;
    padding: 0px;
    margin: 0;
    max-height: 130px;
    z-index: 2000 !important; }
    @media (max-width: 768px) {
      .content-template.content-series2 .navbar {
        max-height: none; } }
    .content-template.content-series2 .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top; }
    .content-template.content-series2 .navbar .navbar-collapse {
      text-align: center; }
    .content-template.content-series2 .navbar .navbar-collapse.collapse.in {
      background-color: #f8f8f8; }
      .content-template.content-series2 .navbar .navbar-collapse.collapse.in .nav > li {
        margin-bottom: 0; }
    @media (max-width: 768px) {
      .content-template.content-series2 .navbar .navbar-collapse {
        display: block !important;
        overflow: hidden;
        padding: 0 15px;
        position: relative;
        text-align: center;
        border: none; }
        .content-template.content-series2 .navbar .navbar-collapse ul.nav.navbar-nav {
          -ms-flex-align: stretch;
          align-items: stretch;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-pack: stretch;
          justify-content: stretch;
          overflow-y: scroll;
          padding: 10px 0 0 0; }
          .content-template.content-series2 .navbar .navbar-collapse ul.nav.navbar-nav > li {
            display: inline-flex;
            width: auto;
            padding-bottom: 0;
            margin-bottom: 0; }
            .content-template.content-series2 .navbar .navbar-collapse ul.nav.navbar-nav > li a {
              font-size: 22px;
              white-space: nowrap; }
            .content-template.content-series2 .navbar .navbar-collapse ul.nav.navbar-nav > li.active {
              background-color: #f2f2f2; } }
    .content-template.content-series2 .navbar.affix {
      -webkit-overflow-scrolling: touch;
      position: sticky;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      transform: translate3d(0, 0, 0); }
  .content-template.content-series2 .blockInteract {
    pointer-events: none; }
  .content-template.content-series2 .btn {
    padding: 10px 30px; }
  .content-template.content-series2 .btn.video-modal {
    background-color: #cccccc;
    color: #000;
    border: none; }
    .content-template.content-series2 .btn.video-modal:hover {
      background-color: #ffffff; }
  .content-template.content-series2 .episodePlay.video-modal {
    cursor: pointer;
    max-height: 166px;
    overflow: hidden; }
  .content-template.content-series2 #special-features-downloads-sections #special-features-downloads {
    margin-top: 80px; }
  .content-template.content-series2 #special-clips-list .custom-select {
    max-width: 192px; }
  .content-template.content-series2 #special-clips-list .episodePlay.video-modal {
    max-height: 166px;
    min-height: 166px; }
  .content-template.content-series2 div.showOverview {
    background-color: transparent; }
    .content-template.content-series2 div.showOverview #also-liked-section,
    .content-template.content-series2 div.showOverview #cast-crew-section,
    .content-template.content-series2 div.showOverview #copyrightSection,
    .content-template.content-series2 div.showOverview #reviews-section,
    .content-template.content-series2 div.showOverview #show-about,
    .content-template.content-series2 div.showOverview #special-features-sections,
    .content-template.content-series2 div.showOverview #video-latest {
      margin-top: 45px; }
      @media screen and (max-width: 992px) {
        .content-template.content-series2 div.showOverview #also-liked-section,
        .content-template.content-series2 div.showOverview #cast-crew-section,
        .content-template.content-series2 div.showOverview #copyrightSection,
        .content-template.content-series2 div.showOverview #reviews-section,
        .content-template.content-series2 div.showOverview #show-about,
        .content-template.content-series2 div.showOverview #special-features-sections,
        .content-template.content-series2 div.showOverview #video-latest {
          border-bottom: 1px solid #cccccc;
          margin-top: 30px; }
          .content-template.content-series2 div.showOverview #also-liked-section:last-of-type,
          .content-template.content-series2 div.showOverview #cast-crew-section:last-of-type,
          .content-template.content-series2 div.showOverview #copyrightSection:last-of-type,
          .content-template.content-series2 div.showOverview #reviews-section:last-of-type,
          .content-template.content-series2 div.showOverview #show-about:last-of-type,
          .content-template.content-series2 div.showOverview #special-features-sections:last-of-type,
          .content-template.content-series2 div.showOverview #video-latest:last-of-type {
            border: none; } }
      .content-template.content-series2 div.showOverview #also-liked-section a,
      .content-template.content-series2 div.showOverview #cast-crew-section a,
      .content-template.content-series2 div.showOverview #copyrightSection a,
      .content-template.content-series2 div.showOverview #reviews-section a,
      .content-template.content-series2 div.showOverview #show-about a,
      .content-template.content-series2 div.showOverview #special-features-sections a,
      .content-template.content-series2 div.showOverview #video-latest a {
        color: #000; }
      .content-template.content-series2 div.showOverview #also-liked-section .synopsis,
      .content-template.content-series2 div.showOverview #cast-crew-section .synopsis,
      .content-template.content-series2 div.showOverview #copyrightSection .synopsis,
      .content-template.content-series2 div.showOverview #reviews-section .synopsis,
      .content-template.content-series2 div.showOverview #show-about .synopsis,
      .content-template.content-series2 div.showOverview #special-features-sections .synopsis,
      .content-template.content-series2 div.showOverview #video-latest .synopsis {
        padding-bottom: 0; }
      .content-template.content-series2 div.showOverview #also-liked-section .latestCont,
      .content-template.content-series2 div.showOverview #cast-crew-section .latestCont,
      .content-template.content-series2 div.showOverview #copyrightSection .latestCont,
      .content-template.content-series2 div.showOverview #reviews-section .latestCont,
      .content-template.content-series2 div.showOverview #show-about .latestCont,
      .content-template.content-series2 div.showOverview #special-features-sections .latestCont,
      .content-template.content-series2 div.showOverview #video-latest .latestCont {
        background-color: transparent;
        padding: 5px 7px 0; }
        .content-template.content-series2 div.showOverview #also-liked-section .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #cast-crew-section .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #copyrightSection .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #reviews-section .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #show-about .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #special-features-sections .latestCont .col-md-10,
        .content-template.content-series2 div.showOverview #video-latest .latestCont .col-md-10 {
          padding: 0; }
      .content-template.content-series2 div.showOverview #also-liked-section .module-title-block,
      .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block,
      .content-template.content-series2 div.showOverview #copyrightSection .module-title-block,
      .content-template.content-series2 div.showOverview #reviews-section .module-title-block,
      .content-template.content-series2 div.showOverview #show-about .module-title-block,
      .content-template.content-series2 div.showOverview #special-features-sections .module-title-block,
      .content-template.content-series2 div.showOverview #video-latest .module-title-block {
        padding-bottom: 10px; }
        .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleTitle,
        .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleTitle {
          font-size: 34px;
          color: #000;
          font-weight: 300;
          letter-spacing: -1px; }
        .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleSublink,
        .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleSublink {
          font-weight: 700;
          font-size: 12px;
          float: right;
          text-decoration: underline;
          text-transform: uppercase; }
          .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleSublink a,
          .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleSublink a {
            color: #410099; }
        @media screen and (max-width: 992px) {
          .content-template.content-series2 div.showOverview #also-liked-section .module-title-block,
          .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block,
          .content-template.content-series2 div.showOverview #copyrightSection .module-title-block,
          .content-template.content-series2 div.showOverview #reviews-section .module-title-block,
          .content-template.content-series2 div.showOverview #show-about .module-title-block,
          .content-template.content-series2 div.showOverview #special-features-sections .module-title-block,
          .content-template.content-series2 div.showOverview #video-latest .module-title-block {
            margin: 0 auto 15px;
            display: block;
            position: relative;
            text-align: center; }
            .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleTitle,
            .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleTitle {
              font-size: 30px; }
            .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleSublink,
            .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleSublink {
              display: inline-block;
              float: none;
              font-size: 20px;
              font-weight: 700;
              margin: 0 auto;
              padding: 0;
              position: relative;
              text-align: center;
              text-transform: uppercase; }
              .content-template.content-series2 div.showOverview #also-liked-section .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #copyrightSection .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #reviews-section .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #show-about .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #special-features-sections .module-title-block .moduleSublink a,
              .content-template.content-series2 div.showOverview #video-latest .module-title-block .moduleSublink a {
                border: 2px solid #c9c9c9;
                color: #410099;
                display: inline-block;
                min-width: 250px;
                padding: 10px 30px; }
            .content-template.content-series2 div.showOverview #also-liked-section .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #cast-crew-section .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #copyrightSection .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #reviews-section .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #show-about .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #special-features-sections .module-title-block.hidden-md.hidden-lg,
            .content-template.content-series2 div.showOverview #video-latest .module-title-block.hidden-md.hidden-lg {
              margin: 30px auto 40px; } }
      .content-template.content-series2 div.showOverview #also-liked-section .description p,
      .content-template.content-series2 div.showOverview #cast-crew-section .description p,
      .content-template.content-series2 div.showOverview #copyrightSection .description p,
      .content-template.content-series2 div.showOverview #reviews-section .description p,
      .content-template.content-series2 div.showOverview #show-about .description p,
      .content-template.content-series2 div.showOverview #special-features-sections .description p,
      .content-template.content-series2 div.showOverview #video-latest .description p {
        padding-bottom: 0; }
      .content-template.content-series2 div.showOverview #also-liked-section .castCrewItem,
      .content-template.content-series2 div.showOverview #cast-crew-section .castCrewItem,
      .content-template.content-series2 div.showOverview #copyrightSection .castCrewItem,
      .content-template.content-series2 div.showOverview #reviews-section .castCrewItem,
      .content-template.content-series2 div.showOverview #show-about .castCrewItem,
      .content-template.content-series2 div.showOverview #special-features-sections .castCrewItem,
      .content-template.content-series2 div.showOverview #video-latest .castCrewItem {
        position: relative; }
        .content-template.content-series2 div.showOverview #also-liked-section .castCrewItem img,
        .content-template.content-series2 div.showOverview #cast-crew-section .castCrewItem img,
        .content-template.content-series2 div.showOverview #copyrightSection .castCrewItem img,
        .content-template.content-series2 div.showOverview #reviews-section .castCrewItem img,
        .content-template.content-series2 div.showOverview #show-about .castCrewItem img,
        .content-template.content-series2 div.showOverview #special-features-sections .castCrewItem img,
        .content-template.content-series2 div.showOverview #video-latest .castCrewItem img {
          display: block;
          width: 205px;
          height: 205px; }
      .content-template.content-series2 div.showOverview #also-liked-section .review-item,
      .content-template.content-series2 div.showOverview #cast-crew-section .review-item,
      .content-template.content-series2 div.showOverview #copyrightSection .review-item,
      .content-template.content-series2 div.showOverview #reviews-section .review-item,
      .content-template.content-series2 div.showOverview #show-about .review-item,
      .content-template.content-series2 div.showOverview #special-features-sections .review-item,
      .content-template.content-series2 div.showOverview #video-latest .review-item {
        margin-bottom: 50; }
        .content-template.content-series2 div.showOverview #also-liked-section .review-item .count ul li,
        .content-template.content-series2 div.showOverview #cast-crew-section .review-item .count ul li,
        .content-template.content-series2 div.showOverview #copyrightSection .review-item .count ul li,
        .content-template.content-series2 div.showOverview #reviews-section .review-item .count ul li,
        .content-template.content-series2 div.showOverview #show-about .review-item .count ul li,
        .content-template.content-series2 div.showOverview #special-features-sections .review-item .count ul li,
        .content-template.content-series2 div.showOverview #video-latest .review-item .count ul li {
          float: left;
          margin-right: 15px;
          color: #7f7f7f; }
          .content-template.content-series2 div.showOverview #also-liked-section .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #cast-crew-section .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #copyrightSection .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #reviews-section .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #show-about .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #special-features-sections .review-item .count ul li a,
          .content-template.content-series2 div.showOverview #video-latest .review-item .count ul li a {
            color: #7f7f7f; }
        .content-template.content-series2 div.showOverview #also-liked-section .review-item .desc,
        .content-template.content-series2 div.showOverview #cast-crew-section .review-item .desc,
        .content-template.content-series2 div.showOverview #copyrightSection .review-item .desc,
        .content-template.content-series2 div.showOverview #reviews-section .review-item .desc,
        .content-template.content-series2 div.showOverview #show-about .review-item .desc,
        .content-template.content-series2 div.showOverview #special-features-sections .review-item .desc,
        .content-template.content-series2 div.showOverview #video-latest .review-item .desc {
          display: none;
          clear: both;
          word-wrap: break-word; }
        .content-template.content-series2 div.showOverview #also-liked-section .review-item .desc.active,
        .content-template.content-series2 div.showOverview #cast-crew-section .review-item .desc.active,
        .content-template.content-series2 div.showOverview #copyrightSection .review-item .desc.active,
        .content-template.content-series2 div.showOverview #reviews-section .review-item .desc.active,
        .content-template.content-series2 div.showOverview #show-about .review-item .desc.active,
        .content-template.content-series2 div.showOverview #special-features-sections .review-item .desc.active,
        .content-template.content-series2 div.showOverview #video-latest .review-item .desc.active {
          display: block; }
      .content-template.content-series2 div.showOverview #also-liked-section .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #cast-crew-section .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #copyrightSection .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #reviews-section .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #show-about .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #special-features-sections .review-item .toggle-link,
      .content-template.content-series2 div.showOverview #video-latest .review-item .toggle-link {
        cursor: pointer; }
      .content-template.content-series2 div.showOverview #also-liked-section .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #cast-crew-section .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #copyrightSection .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #reviews-section .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #show-about .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #special-features-sections .review-item.long-text .toggle-link,
      .content-template.content-series2 div.showOverview #video-latest .review-item.long-text .toggle-link {
        display: inline-block; }
    .content-template.content-series2 div.showOverview #video-latest .showSummaryLink {
      display: block;
      clear: both;
      color: #410099;
      text-decoration: underline; }
    .content-template.content-series2 div.showOverview #video-latest .seeCastCrew {
      text-decoration: underline; }
    .content-template.content-series2 div.showOverview #video-latest .ratingsCount {
      font-size: 0.85em;
      display: inline-block;
      margin-top: 0.8em; }
    .content-template.content-series2 div.showOverview #video-latest .synopsis {
      margin-top: 10px; }
    .content-template.content-series2 div.showOverview #video-latest .star {
      float: left; }
    .content-template.content-series2 div.showOverview #video-latest .details-img-wrap .episodePlay {
      max-width: 500px;
      max-height: 300px;
      overflow: auto; }
    @media screen and (max-width: 767px) {
      .content-template.content-series2 div.showOverview #show-about .aboutCategory {
        margin-top: 10px;
        font-weight: 600; } }
    .content-template.content-series2 div.showOverview .heroTitle {
      line-height: 1.3em;
      margin: 0; }
    .content-template.content-series2 div.showOverview .aboutSynopsis {
      padding-bottom: 10px; }
    .content-template.content-series2 div.showOverview .aboutQuote {
      font-weight: 600; }
    .content-template.content-series2 div.showOverview .aboutQuoteSource {
      font-size: 0.9em;
      margin-top: -10px;
      font-weight: normal; }
    .content-template.content-series2 div.showOverview .quad-slider .name {
      text-align: center; }
    .content-template.content-series2 div.showOverview .topReviewCont .stars > span {
      font-size: 15px; }
    .content-template.content-series2 div.showOverview .topReviewCont .stars.overall-rating > span {
      font-size: 20px; }
    .content-template.content-series2 div.showOverview .topReviewCont .title {
      font-size: 1.3em; }
    .content-template.content-series2 div.showOverview #special-features-sections .slider-control.next,
    .content-template.content-series2 div.showOverview #special-features-sections .slider-control.prev {
      margin-top: -20px; }
    .content-template.content-series2 div.showOverview #special-features-sections .bx-wrapper {
      margin: 0 !important;
      max-width: 100% !important; }
      .content-template.content-series2 div.showOverview #special-features-sections .bx-wrapper .quad-slider .slide .episodePlay.video-modal {
        cursor: pointer;
        max-height: none;
        overflow: auto; }
      .content-template.content-series2 div.showOverview #special-features-sections .bx-wrapper .quad-slider .slide .name {
        color: #410099;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center;
        width: calc(100% - 50px); }
      .content-template.content-series2 div.showOverview #special-features-sections .bx-wrapper .bx-controls.bx-has-controls-direction {
        display: none; }
    .content-template.content-series2 div.showOverview #cast-crew-section {
      margin-bottom: -50px; }
      .content-template.content-series2 div.showOverview #cast-crew-section .slider-control.next,
      .content-template.content-series2 div.showOverview #cast-crew-section .slider-control.prev {
        margin-top: -90px; }
      .content-template.content-series2 div.showOverview #cast-crew-section .quad-slider .name {
        margin-top: -15px !important; }
    @media screen and (min-width: 992px) {
      .content-template.content-series2 div.showOverview #reviews-section .show-reviews {
        margin-right: -45px;
        float: right; } }
    @media screen and (max-width: 992px) {
      .content-template.content-series2 div.showOverview #reviews-section .show-reviews {
        border: none; } }
    .content-template.content-series2 div.showOverview .gs_modal-wrap.fadeOut {
      top: 150%; }
    .content-template.content-series2 div.showOverview .featured-product-section {
      min-height: 536px; }
      .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content {
        bottom: -50px;
        color: #ffffff;
        left: -5px;
        padding: 0;
        position: absolute; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .section-type {
          font-size: 19px;
          font-weight: 300;
          margin-bottom: 10px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-name {
          font-size: 68px;
          font-weight: 300;
          line-height: 62px;
          margin-bottom: 20px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-information {
          font-size: 32px;
          line-height: 32px;
          font-weight: 300;
          margin-bottom: 10px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .btn {
          font-size: 18px;
          margin-top: 15px;
          min-width: 258px;
          padding: 16px 30px; }
      .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container img {
        max-width: 300px;
        width: 100%;
        margin-left: calc(50% - 85px);
        padding: 0; }
    @media screen and (max-width: 1280px) and (min-width: 992px) {
      .content-template.content-series2 div.showOverview .featured-product-section {
        min-height: 536px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content {
          bottom: 15px;
          left: 20px;
          padding: 0;
          position: absolute; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-name {
            font-size: 68px;
            font-weight: 300;
            line-height: 68px;
            margin-bottom: 20px; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-information {
            font-size: 32px;
            line-height: 32px;
            font-weight: 300;
            margin-bottom: 10px; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .btn {
            font-size: 18px;
            margin-top: 15px;
            min-width: 258px;
            padding: 20px 30px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container img {
          max-width: 75%;
          margin-left: calc(50% - 85px); } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .content-template.content-series2 div.showOverview .featured-product-section {
        min-height: auto;
        position: relative; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border: 0;
          box-sizing: border-box;
          margin: 0;
          padding: 140% 0% 0 0;
          position: relative;
          vertical-align: middle;
          width: 100%; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content {
            bottom: 50px;
            left: 50px;
            width: auto; }
            .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-name {
              font-size: 42px;
              font-weight: 300;
              line-height: 36px;
              margin-bottom: 20px; }
            .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-information {
              font-size: 22px;
              line-height: 32px;
              font-weight: 300;
              margin-bottom: 10px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container {
          margin: 0;
          position: relative;
          padding: 0;
          width: 50%; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container img {
            max-width: 100%;
            margin: 0;
            padding: 16% 10%;
            position: relative; } }
    @media screen and (max-width: 767px) {
      .content-template.content-series2 div.showOverview .featured-product-section {
        display: block;
        min-height: auto;
        position: relative; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border: 0;
          box-sizing: border-box;
          padding-bottom: 0;
          padding-top: 70%;
          position: relative;
          vertical-align: middle;
          width: 100%; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content {
            bottom: 25px;
            left: 25px;
            margin: 0;
            position: relative;
            padding: 0;
            width: 90%; }
            .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-name {
              font-size: 34px;
              font-weight: 300;
              line-height: 30px;
              margin-bottom: 20px; }
            .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .product-information {
              font-size: 18px;
              line-height: 18px;
              font-weight: 300;
              margin-bottom: 10px; }
            .content-template.content-series2 div.showOverview .featured-product-section .featured-product-container .featured-product-content .btn {
              font-size: 14px;
              margin: 15px auto 0;
              padding: 15px 20px; }
        .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container {
          display: block;
          height: auto;
          float: none !important;
          margin: 0 auto;
          position: absolute;
          padding: 0;
          top: 0;
          width: 100%; }
          .content-template.content-series2 div.showOverview .featured-product-section .featured-product-image-container img {
            max-width: 50%;
            margin: 0 auto;
            position: relative;
            padding: 20px 20px;
            text-align: center; } }
  .content-template.content-series2 .cast-crew-section-wrap, .content-template.content-series2 .video-extras-section-wrap, .content-template.content-series2 .reviews-section-wrap, .content-template.content-series2 .downloads-section-wrap, .content-template.content-series2 .videos-section-wrap {
    padding-top: 20px; }
    @media screen and (max-width: 992px) {
      .content-template.content-series2 .cast-crew-section-wrap, .content-template.content-series2 .video-extras-section-wrap, .content-template.content-series2 .reviews-section-wrap, .content-template.content-series2 .downloads-section-wrap, .content-template.content-series2 .videos-section-wrap {
        padding-top: 20px; } }
  .content-template.content-series2 #also-liked-section .quad-slider .slide {
    max-width: 263px; }
    @media screen and (max-width: 767px) {
      .content-template.content-series2 #also-liked-section .quad-slider .slide {
        max-width: none; } }
    .content-template.content-series2 #also-liked-section .quad-slider .slide .show-wrapper .show-container .show-details .description {
      display: -webkit-box;
      font-size: 15px;
      height: auto;
      line-height: 1.2;
      max-height: none;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
  .content-template.content-series2 #also-liked-section .slider-control.next,
  .content-template.content-series2 #also-liked-section .slider-control.prev {
    margin-top: -35px;
    z-index: 300; }
  .content-template.content-series2 #also-liked-section .bx-wrapper .bx-viewport {
    min-height: 400px; }
  .content-template.content-series2 #matchingClipLink {
    cursor: pointer;
    margin: 10px 0 15px; }
    .content-template.content-series2 #matchingClipLink .matchingClipName {
      padding-left: 6px;
      line-height: 1.1em;
      vertical-align: top; }
    .content-template.content-series2 #matchingClipLink img {
      height: 26px;
      margin-top: -0.4em; }
  .content-template.content-series2 .nameBlock {
    min-height: 4em;
    max-height: 4em;
    /*margin-bottom: 25px;*/
    text-align: center; }
    @media screen and (max-width: 745px) {
      .content-template.content-series2 .nameBlock {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; } }
  .content-template.content-series2 .mobile-shop-buttons {
    display: block;
    text-align: center;
    margin-bottom: 15px; }
    .content-template.content-series2 .mobile-shop-buttons .price-wrapper {
      position: relative;
      height: 35px; }
    .content-template.content-series2 .mobile-shop-buttons .price {
      margin-bottom: 5px;
      font-size: 30px;
      display: inline-block; }
      .content-template.content-series2 .mobile-shop-buttons .price sup {
        vertical-align: unset;
        top: 0px; }
    .content-template.content-series2 .mobile-shop-buttons .retail-price {
      font-size: 15px;
      text-decoration: line-through;
      bottom: 0; }
      .content-template.content-series2 .mobile-shop-buttons .retail-price sup {
        display: none;
        vertical-align: unset;
        font-size: 47%;
        top: 0px; }
    @media screen and (min-width: 745px) {
      .content-template.content-series2 .mobile-shop-buttons {
        display: none;
        margin-bottom: 0; } }
  .content-template.content-series2 .details-episode-wrap {
    display: inline-block;
    background-color: transparent;
    color: #404040; }
    .content-template.content-series2 .details-episode-wrap a {
      color: #404040; }
    @media screen and (min-width: 1280px) {
      .content-template.content-series2 .details-episode-wrap {
        min-width: 450px; } }
    @media screen and (min-width: 745px) {
      .content-template.content-series2 .details-episode-wrap {
        min-height: 145px;
        max-height: 158px;
        margin-bottom: 10px; } }
  .content-template.content-series2 .details-cast-crew-wrap {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    padding-right: 5px; }
  .content-template.content-series2 .details-special-clips-wrap {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 5px;
    cursor: pointer; }
  .content-template.content-series2 .episodeDesc {
    min-width: 80px;
    font-size: 16px; }
  .content-template.content-series2 .subscribe-banner {
    position: absolute;
    padding: 3px 10px;
    background-color: #e40046;
    color: white;
    font-size: 12px;
    font-weight: 900;
    z-index: 900; }
  .content-template.content-series2 .episodeThumb {
    max-width: 265px; }
  @media screen and (max-width: 768px) {
    .content-template.content-series2 .episodeDesc a, .content-template.content-series2 .synopsis a {
      color: #000000; }
    .content-template.content-series2 .episodeDesc {
      font-size: 20px; }
    .content-template.content-series2 .synopsis {
      font-size: 16px; }
    .content-template.content-series2 .episodeThumb {
      max-width: none; }
      .content-template.content-series2 .episodeThumb:before {
        height: 50px;
        width: 50px; }
      .content-template.content-series2 .episodeThumb:after {
        font-size: 15px; } }
  .content-template.content-series2 #fullEpisodesFilters {
    background-color: transparent;
    z-index: 1000; }
    .content-template.content-series2 #fullEpisodesFilters.affix {
      background-color: #f2f2f2; }
      .content-template.content-series2 #fullEpisodesFilters.affix .custom-select {
        margin-left: 0px; }
      .content-template.content-series2 #fullEpisodesFilters.affix .right-controls {
        margin-right: 0px; }
      @media screen and (max-width: 768px) {
        .content-template.content-series2 #fullEpisodesFilters.affix {
          margin: 0 auto; } }
  @media screen and (max-width: 745px) {
    .content-template.content-series2 .fullEpisodeThumbs {
      background: transparent;
      padding: 10px;
      margin: 0 auto;
      max-width: none; } }
  .content-template.content-series2 .fullEpisodeThumbs .expandArrow {
    padding-left: 1px; }
    .content-template.content-series2 .fullEpisodeThumbs .expandArrow.show {
      display: inline !important; }
  .content-template.content-series2 .fullEpisodeThumbs .details-img-wrap {
    max-width: 269px; }
    @media screen and (max-width: 745px) {
      .content-template.content-series2 .fullEpisodeThumbs .details-img-wrap {
        margin: 0 auto;
        max-width: 360px; } }
    .content-template.content-series2 .fullEpisodeThumbs .details-img-wrap .progressBar {
      bottom: 0;
      height: 8px; }
      @media screen and (max-width: 745px) {
        .content-template.content-series2 .fullEpisodeThumbs .details-img-wrap .progressBar {
          bottom: 8px; } }
  .content-template.content-series2 .downloads-sub-slider .name {
    font-size: 15px; }
  .content-template.content-series2 .downloads-sub-slider .slider-control.next,
  .content-template.content-series2 .downloads-sub-slider .slider-control.prev {
    margin-top: -36px; }
  .content-template.content-series2 .details-special-clips-wrap {
    max-width: 300px;
    vertical-align: middle;
    min-height: 225px; }
    .content-template.content-series2 .details-special-clips-wrap .titleBlock .name {
      text-align: center;
      line-height: 1.4em; }
  .content-template.content-series2 #episode-list .hide,
  .content-template.content-series2 #shop-list .hide {
    display: none; }
  .content-template.content-series2 #episode-list .show,
  .content-template.content-series2 #shop-list .show {
    display: block; }
    .content-template.content-series2 #episode-list .show li.mobile-select-list,
    .content-template.content-series2 #shop-list .show li.mobile-select-list {
      display: none; }
  .content-template.content-series2 #episode-list .filterCollapseBlock,
  .content-template.content-series2 #shop-list .filterCollapseBlock {
    color: #959595;
    cursor: pointer;
    padding-left: 1em; }
    .content-template.content-series2 #episode-list .filterCollapseBlock .dropArrowFilter,
    .content-template.content-series2 #shop-list .filterCollapseBlock .dropArrowFilter {
      padding-left: 10px; }
    .content-template.content-series2 #episode-list .filterCollapseBlock.active .dropArrowFilter,
    .content-template.content-series2 #shop-list .filterCollapseBlock.active .dropArrowFilter {
      transform: rotate(180deg); }
  .content-template.content-series2 #episode-list .details-episode-wrap,
  .content-template.content-series2 #shop-list .details-episode-wrap {
    line-height: 1.5em; }
    .content-template.content-series2 #episode-list .details-episode-wrap .hide,
    .content-template.content-series2 #shop-list .details-episode-wrap .hide {
      display: none; }
    .content-template.content-series2 #episode-list .details-episode-wrap .show,
    .content-template.content-series2 #shop-list .details-episode-wrap .show {
      display: block; }
    .content-template.content-series2 #episode-list .details-episode-wrap .show-inline-block,
    .content-template.content-series2 #shop-list .details-episode-wrap .show-inline-block {
      display: inline-block !important; }
    .content-template.content-series2 #episode-list .details-episode-wrap .access-icon,
    .content-template.content-series2 #shop-list .details-episode-wrap .access-icon {
      width: 15px;
      height: 15px;
      background-size: cover !important;
      top: 3px;
      position: relative;
      background: url("/static/img/icons/face.jpg") no-repeat; }
    .content-template.content-series2 #episode-list .details-episode-wrap .collapseToggleGrp,
    .content-template.content-series2 #shop-list .details-episode-wrap .collapseToggleGrp {
      cursor: pointer;
      display: block; }
    .content-template.content-series2 #episode-list .details-episode-wrap .videoCollapseBar,
    .content-template.content-series2 #shop-list .details-episode-wrap .videoCollapseBar {
      border-top: 1px solid #1c1c1c;
      padding: 0.6em 0 1.2em; }
      .content-template.content-series2 #episode-list .details-episode-wrap .videoCollapseBar .progressBar,
      .content-template.content-series2 #shop-list .details-episode-wrap .videoCollapseBar .progressBar {
        display: inline-block;
        width: 80%;
        background-color: #d2d2d2;
        margin-top: 13px;
        clear: both; }
      .content-template.content-series2 #episode-list .details-episode-wrap .videoCollapseBar .playBtnSmall,
      .content-template.content-series2 #shop-list .details-episode-wrap .videoCollapseBar .playBtnSmall {
        margin-top: 5px;
        float: left;
        cursor: pointer; }
      .content-template.content-series2 #episode-list .details-episode-wrap .videoCollapseBar .dropArrow,
      .content-template.content-series2 #shop-list .details-episode-wrap .videoCollapseBar .dropArrow {
        display: inline-block;
        margin-left: 5px; }
    .content-template.content-series2 #episode-list .details-episode-wrap .episodeListInfo .name,
    .content-template.content-series2 #shop-list .details-episode-wrap .episodeListInfo .name {
      margin-bottom: 2px;
      font-size: 14px;
      padding: 5px 0; }
    .content-template.content-series2 #episode-list .details-episode-wrap .episodeListInfo .synopsis,
    .content-template.content-series2 #shop-list .details-episode-wrap .episodeListInfo .synopsis {
      line-height: 1em; }
    .content-template.content-series2 #episode-list .details-episode-wrap .episodeListInfo .extraClipBlock,
    .content-template.content-series2 #shop-list .details-episode-wrap .episodeListInfo .extraClipBlock {
      cursor: pointer; }
      .content-template.content-series2 #episode-list .details-episode-wrap .episodeListInfo .extraClipBlock .playBtnSmall,
      .content-template.content-series2 #shop-list .details-episode-wrap .episodeListInfo .extraClipBlock .playBtnSmall {
        margin-bottom: -3px;
        padding-right: 3px; }
  @media screen and (max-width: 768px) {
    .content-template.content-series2 #episode-list .filterCollapseBlock,
    .content-template.content-series2 #shop-list .filterCollapseBlock {
      padding-left: 0; }
    .content-template.content-series2 #episode-list .details-episode-wrap hr,
    .content-template.content-series2 #shop-list .details-episode-wrap hr {
      margin-top: 0px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 745px) {
    .content-template.content-series2 #episode-list .show li.mobile-select-list,
    .content-template.content-series2 #shop-list .show li.mobile-select-list {
      display: block; } }
  .content-template.content-series2 #shop-list .filterCollapseBlock {
    color: #959595;
    cursor: pointer;
    padding-left: 1em; }
    .content-template.content-series2 #shop-list .filterCollapseBlock .dropArrowFilter {
      padding-left: 10px; }
    .content-template.content-series2 #shop-list .filterCollapseBlock.active .dropArrowFilter {
      transform: rotate(180deg); }
    @media screen and (max-width: 768px) {
      .content-template.content-series2 #shop-list .filterCollapseBlock {
        color: #959595;
        cursor: pointer;
        padding-left: 0; } }
  .content-template.content-series2 #shop-list .shop-list-subnav-hidden {
    display: block;
    height: 50px; }
  .content-template.content-series2 #shop-list .shopSubFiltersCont {
    color: #959595;
    float: right;
    padding-top: 10px;
    max-width: 390px;
    width: 100%;
    height: 45px; }
    @media screen and (max-width: 768px) {
      .content-template.content-series2 #shop-list .shopSubFiltersCont {
        margin: 0 auto;
        display: block;
        padding-left: 2%;
        padding-right: 2%;
        float: right; } }
    @media screen and (max-width: 560px) {
      .content-template.content-series2 #shop-list .shopSubFiltersCont {
        float: unset;
        width: 390px; } }
  .content-template.content-series2 #shop-list #release-date, .content-template.content-series2 #shop-list #digital-copy {
    padding-right: 0; }
  .content-template.content-series2 #fullShopFilters {
    margin: 0px auto;
    padding-bottom: 15px; }
    .content-template.content-series2 #fullShopFilters .select-dropdown .select-trigger {
      width: 155px !important;
      padding-right: 0 !important;
      background: none; }
    .content-template.content-series2 #fullShopFilters #digital-copy {
      padding-right: 0; }
    .content-template.content-series2 #fullShopFilters .digital-copy-filter {
      float: left; }
      .content-template.content-series2 #fullShopFilters .digital-copy-filter label {
        padding: 0 5px 0 0;
        font-size: 14px !important; }
      .content-template.content-series2 #fullShopFilters .digital-copy-filter input {
        left: unset;
        position: relative; }
    .content-template.content-series2 #fullShopFilters .affix-top {
      padding-top: 10px; }
    .content-template.content-series2 #fullShopFilters .shopFilterSelections {
      font-size: 12px;
      width: 90%;
      margin: 2px 15px 15px 15px; }
      @media screen and (min-width: 992px) {
        .content-template.content-series2 #fullShopFilters .shopFilterSelections {
          width: 40%; } }
      @media screen and (min-width: 1280px) {
        .content-template.content-series2 #fullShopFilters .shopFilterSelections {
          width: 50%; } }
      .content-template.content-series2 #fullShopFilters .shopFilterSelections img {
        margin: 0;
        width: 15px;
        padding-right: 3px;
        display: inline-block;
        cursor: pointer; }
      .content-template.content-series2 #fullShopFilters .shopFilterSelections .shopFilterSelections-wrap {
        display: inline-block;
        margin-right: 10px; }
  .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .ratings {
    display: block;
    min-width: 165px;
    max-width: inherit;
    margin-top: 10px; }
    .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .ratings .stars > span {
      font-size: 20px; }
  .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .price-wrapper {
    position: relative;
    float: left; }
  .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .price {
    float: left;
    margin-bottom: 5px;
    font-size: 30px; }
  .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .retail-price {
    font-size: 15px;
    text-decoration: line-through;
    position: absolute;
    bottom: 0; }
    .content-template.content-series2 #shop-results .shopBlock .show-wrapper .product-details .retail-price sup {
      display: none;
      vertical-align: super;
      font-size: 47%;
      top: -2px; }
  .content-template.content-series2 .product-list .show-wrapper .show-container .product-details {
    height: 100%;
    padding: 20px 20px 20px 25px;
    text-align: left; }
  .content-template.content-series2 .product-list .show-wrapper .show-container .product-details.search-results-column .btn {
    width: 75%;
    float: left;
    clear: left;
    padding: 10px 15px;
    margin-top: 10px; }
  .content-template.content-series2 .product-list .show-wrapper .show-container .product-details.search-results-column .show-name {
    display: block;
    line-height: 22px; }
  @media (min-width: 1280px) {
    .content-template.content-series2 .container.shop-details {
      width: 1233px; } }
  .content-template.content-series2 .select-trigger {
    padding-right: 0;
    width: 125px;
    background: none; }
    .content-template.content-series2 .select-trigger .dropArrowFilter {
      padding-left: 10px; }
    .content-template.content-series2 .select-trigger.active .dropArrowFilter {
      transform: rotate(180deg); }
  .content-template.content-series2 .gradient-bg, .content-template.content-series2.gradient-bg {
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2, #fff);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2, #fff);
    /* Chrome10-25,Safari5.1-6 */
    background: _linear-gradient_legacy(compact(to bottom), #f2f2f2, #fff);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .content-template.content-series2 #reviews .avatar-wrap .subscription-level.sub-premium {
    background-image: none; }
  @media screen and (max-width: 992px) {
    .content-template.content-series2 #reviews .reviewsTitle {
      font-size: 30px;
      color: #000;
      font-weight: 300;
      letter-spacing: -1px;
      text-align: center;
      margin: 20px 0 30px 0; }
    .content-template.content-series2 #reviews .show-reviews-user {
      width: 15%;
      padding-right: 0; }
    .content-template.content-series2 #reviews .show-reviews-details {
      float: left;
      width: 80%;
      margin-left: 3%; }
    .content-template.content-series2 #reviews .show-reviews {
      float: left;
      padding-right: 0;
      margin-left: 18%;
      width: 80%; }
    .content-template.content-series2 #reviews .count {
      float: left;
      margin-left: 18%;
      width: 70%; }
    .content-template.content-series2 #reviews .review-item {
      margin-bottom: 30; }
    .content-template.content-series2 #reviews a.write-a-review {
      display: block;
      border: 2px solid #c9c9c9;
      clear: both;
      float: none;
      font-size: 20px;
      font-weight: 700;
      margin: 0 auto;
      max-width: 250px;
      padding: 10px 0;
      text-align: center;
      text-transform: uppercase; } }
  .content-template.content-series2 #episode-list .episode-list-subnav-hidden {
    display: block;
    height: auto; }
  .content-template.content-series2 #episode-list .list-dropdown {
    right: auto;
    left: 3px; }
  .content-template.content-series2 #episode-list .right-controls {
    color: #959595;
    margin-top: 5px; }
  .content-template.content-series2 #episode-list .quad-section {
    margin-top: 10px;
    margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .content-template.content-series2 #episode-list .episode-list-subnav-hidden {
      display: block;
      height: auto;
      padding-bottom: 10px; }
    .content-template.content-series2 #episode-list .right-controls {
      display: block;
      float: none;
      margin: 12px auto 0px;
      padding: 0;
      width: 100%; }
      .content-template.content-series2 #episode-list .right-controls .fa-ul.show {
        float: none;
        font-size: 14px; }
        .content-template.content-series2 #episode-list .right-controls .fa-ul.show .list-dropdown {
          text-align: left; }
      .content-template.content-series2 #episode-list .right-controls .select-dropdown {
        display: inline-block;
        float: none; }
    .content-template.content-series2 #episode-list .quad-section {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .content-template.content-series2 #episode-list .episode-list-subnav-hidden {
      padding-bottom: 0; }
    .content-template.content-series2 #episode-list .right-controls {
      margin-bottom: -10px; } }

.backToTopLink {
  background-color: #666666;
  border: 0;
  bottom: 20%;
  cursor: pointer;
  display: none;
  font-weight: 600;
  font-size: 11px;
  height: 40px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: fixed;
  right: 8%;
  width: 40px;
  z-index: 500; }
  .backToTopLink:before, .backToTopLink:after {
    content: '';
    background-color: #FFFFFF;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 45%;
    width: 25px; }
  .backToTopLink:before {
    left: 0;
    transform: rotate(125deg); }
  .backToTopLink:after {
    left: 14px;
    transform: rotate(55deg); }

.select-trigger .dropArrowFilter {
  padding-left: 10px !important; }
.select-trigger.active .dropArrowFilter {
  transform: rotate(180deg) !important; }

#subPlanOptions .btnBlock, #subPlanOptionsAccount .btnBlock, #subPlanOptions .featureCollBlock .btnBlock, #subPlanOptionsAccount .featureCollBlock .btnBlock {
  text-align: center;
  width: 80%;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 0;
  padding: .5em;
  margin: .3em;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .2s;
  cursor: pointer; }
  #subPlanOptions .btnBlock:hover, #subPlanOptionsAccount .btnBlock:hover {
    background-color: #999999 !important; }

.plansSectionHead {
  font-size: 34px;
  margin-bottom: 1em; }

.reactivatePlansBtn {
  margin-bottom: 2em;
  display: block; }

/* Bottom button mixin and extension for carousel media queries */
/* Button size mixins and extensions for media queries */
#subPlanOptions {
  padding-bottom: 2.5em; }

#subPlanOptionsAccount .sub-block-cont {
  min-height: 625px; }

#subPlanOptions .sub-block-cont {
  min-height: auto; }

#comparisonTable .numeric {
  font-size: 19px !important;
  font-weight: 500; }
#comparisonTable .blackText {
  color: #000000; }
#comparisonTable .grayText {
  color: #E5E5E5; }

#subPlanOptions, #subPlanOptionsAccount {
  /* Media Queries */ }
  #subPlanOptions .header, #subPlanOptionsAccount .header {
    text-align: center;
    padding-bottom: 50px; }
    #subPlanOptions .header h1, #subPlanOptionsAccount .header h1 {
      margin-bottom: 0; }
    #subPlanOptions .header h3, #subPlanOptionsAccount .header h3 {
      font-size: 20px;
      margin-top: 13px; }
  #subPlanOptions h1, #subPlanOptionsAccount h1 {
    font-size: 50px; }
  #subPlanOptions h2, #subPlanOptionsAccount h2 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 41px; }
  #subPlanOptions hr, #subPlanOptionsAccount hr {
    border: 0;
    clear: both;
    display: block;
    background-color: #000;
    height: 1px; }
  #subPlanOptions .contentValue, #subPlanOptionsAccount .contentValue {
    text-align: center; }
    #subPlanOptions .contentValue .fa-check, #subPlanOptionsAccount .contentValue .fa-check {
      width: 100%;
      font-size: 23px; }
    #subPlanOptions .contentValue .blackText, #subPlanOptionsAccount .contentValue .blackText {
      color: #000000; }
    #subPlanOptions .contentValue .grayText, #subPlanOptionsAccount .contentValue .grayText {
      color: #E5E5E5;
      text-transform: capitalize; }
  #subPlanOptions .infoIcon, #subPlanOptionsAccount .infoIcon {
    cursor: pointer;
    color: gray;
    font-size: 18px; }
  #subPlanOptions .signFree, #subPlanOptionsAccount .signFree {
    font-size: 10px !important; }
  #subPlanOptions .bottomCTA, #subPlanOptionsAccount .bottomCTA {
    font-size: 12px; }
  #subPlanOptions .featureCollBlock, #subPlanOptionsAccount .featureCollBlock {
    padding: 1em;
    cursor: pointer; }
    #subPlanOptions .featureCollBlock .btnBlock.expandBtn, #subPlanOptionsAccount .featureCollBlock .btnBlock.expandBtn {
      background: #fff;
      color: #ff0000;
      border: 1px solid #ff0000;
      line-height: 1.25;
      margin-top: 2em; }
    #subPlanOptions .featureCollBlock .subFeatureIncludes, #subPlanOptionsAccount .featureCollBlock .subFeatureIncludes {
      font-weight: 500;
      font-size: 20px;
      text-align: center; }
  #subPlanOptions .feature, #subPlanOptionsAccount .feature {
    font-size: 16px;
    margin-top: 13px;
    line-height: 1.3em; }
  #subPlanOptions .featuteTitle, #subPlanOptionsAccount .featuteTitle {
    font-size: 16px; }
  #subPlanOptions .whiteButton, #subPlanOptionsAccount .whiteButton {
    background: #ffffff;
    color: #fd0002;
    font-size: 12px !important; }
    #subPlanOptions .whiteButton.signFree, #subPlanOptionsAccount .whiteButton.signFree {
      margin-top: 18px; }
  #subPlanOptions .redButton, #subPlanOptionsAccount .redButton {
    line-height: 1;
    max-height: 40px;
    max-width: 138px;
    min-height: 40px;
    padding: 8px 8px;
    background: #FF0000;
    color: #ffffff; }
    @media screen and (max-width: 992px) {
      #subPlanOptions .redButton, #subPlanOptionsAccount .redButton {
        max-height: 80px;
        max-width: 420px;
        min-height: 60px;
        padding: 18px; } }
    @media screen and (max-width: 480px) {
      #subPlanOptions .redButton, #subPlanOptionsAccount .redButton {
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
        max-height: 40px;
        max-width: 210px;
        min-height: 40px;
        padding: 14px; } }
  #subPlanOptions .center, #subPlanOptionsAccount .center {
    text-align: center; }
  #subPlanOptions .disclaimer-container, #subPlanOptionsAccount .disclaimer-container {
    margin: 45px 0 55px 0; }
    #subPlanOptions .disclaimer-container .disclaimer, #subPlanOptionsAccount .disclaimer-container .disclaimer {
      font-size: 12px;
      line-height: 2em; }
  #subPlanOptions .carousel-inner > .active, #subPlanOptionsAccount .carousel-inner > .active {
    display: block;
    overflow: hidden; }
  #subPlanOptions .sub-block-cont, #subPlanOptionsAccount .sub-block-cont {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 .3em 1em .3em;
    position: relative; }
    #subPlanOptions .sub-block-cont .feature-wrap, #subPlanOptionsAccount .sub-block-cont .feature-wrap {
      position: relative; }
      #subPlanOptions .sub-block-cont .feature-wrap .feature, #subPlanOptionsAccount .sub-block-cont .feature-wrap .feature {
        margin: 13px auto 0;
        width: calc(100% - 15px); }
      #subPlanOptions .sub-block-cont .feature-wrap .infoIcon, #subPlanOptionsAccount .sub-block-cont .feature-wrap .infoIcon {
        color: gray;
        cursor: pointer;
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10px; }
        #subPlanOptions .sub-block-cont .feature-wrap .infoIcon:before, #subPlanOptionsAccount .sub-block-cont .feature-wrap .infoIcon:before {
          left: 0px;
          position: relative;
          top: 5px; }
    #subPlanOptions .sub-block-cont .infoBox, #subPlanOptionsAccount .sub-block-cont .infoBox {
      border: 1px solid #666666;
      background-color: transparent; }
    #subPlanOptions .sub-block-cont .price-block, #subPlanOptionsAccount .sub-block-cont .price-block {
      text-align: center;
      padding: 1em .3em 1em .3em;
      background-color: #cccccc;
      min-height: 255px;
      max-height: 255px; }
      #subPlanOptions .sub-block-cont .price-block .title, #subPlanOptions .sub-block-cont .price-block .frequency, #subPlanOptionsAccount .sub-block-cont .price-block .title, #subPlanOptionsAccount .sub-block-cont .price-block .frequency {
        font-size: 14px;
        font-weight: 400; }
      #subPlanOptions .sub-block-cont .price-block .title, #subPlanOptionsAccount .sub-block-cont .price-block .title {
        font-size: 19px; }
      #subPlanOptions .sub-block-cont .price-block .priceFree, #subPlanOptionsAccount .sub-block-cont .price-block .priceFree {
        font-size: 36px; }
      #subPlanOptions .sub-block-cont .price-block .price, #subPlanOptionsAccount .sub-block-cont .price-block .price {
        font-size: 56px;
        padding-bottom: 10px; }
        #subPlanOptions .sub-block-cont .price-block .price .currency, #subPlanOptionsAccount .sub-block-cont .price-block .price .currency {
          font-size: 32px;
          top: 1px; }
        #subPlanOptions .sub-block-cont .price-block .price .change, #subPlanOptionsAccount .sub-block-cont .price-block .price .change {
          font-size: 65%;
          top: 3px; }
      #subPlanOptions .sub-block-cont .price-block .priceFree, #subPlanOptionsAccount .sub-block-cont .price-block .priceFree {
        padding: .76em 0 .77em 0; }
      #subPlanOptions .sub-block-cont .price-block.activePlanBG, #subPlanOptionsAccount .sub-block-cont .price-block.activePlanBG {
        background-color: #4b00a3;
        color: #fff; }
      #subPlanOptions .sub-block-cont .price-block .activePlanClearBtn, #subPlanOptionsAccount .sub-block-cont .price-block .activePlanClearBtn {
        border: 1px solid #fff !important;
        color: #fff !important; }
      #subPlanOptions .sub-block-cont .price-block .freeCurrentTier .btnBlock.currentBtn, #subPlanOptionsAccount .sub-block-cont .price-block .freeCurrentTier .btnBlock.currentBtn {
        margin-top: 18px; }
      #subPlanOptions .sub-block-cont .price-block .btnBlock, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock {
        text-align: center;
        width: 80%;
        font-weight: 700;
        letter-spacing: 1.5px;
        border-radius: 0;
        padding: .5em;
        margin: .3em;
        display: inline-block;
        text-transform: uppercase;
        transition: background-color .2s;
        line-height: 15px;
        cursor: pointer; }
        #subPlanOptions .sub-block-cont .price-block .btnBlock:hover, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock:hover {
          background-color: #999999 !important; }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.redButton, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.redButton {
          background: #FF0000;
          color: #ffffff; }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.whiteButton, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.whiteButton {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px;
          background: #ffffff;
          color: #fd0002;
          font-size: 12px !important; }
          @media screen and (max-width: 992px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.whiteButton, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.whiteButton {
              max-height: 80px;
              max-width: 420px;
              min-height: 60px;
              padding: 18px; } }
          @media screen and (max-width: 480px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.whiteButton, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.whiteButton {
              overflow: hidden;
              text-overflow: clip;
              white-space: nowrap;
              max-height: 40px;
              max-width: 210px;
              min-height: 40px;
              padding: 14px; } }
          #subPlanOptions .sub-block-cont .price-block .btnBlock.whiteButton.signFree, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.whiteButton.signFree {
            margin-top: 18px; }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.expandBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.expandBtn {
          line-height: 1;
          max-height: 60px;
          max-width: 420px;
          min-height: 60px;
          padding: 20px 10px;
          background: #fff;
          color: #ff0000;
          border: 1px solid #ff0000;
          font-size: 12px !important; }
          @media screen and (max-width: 992px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.expandBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.expandBtn {
              max-height: 120px;
              max-width: 500px;
              min-height: 60px; } }
          @media screen and (max-width: 480px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.expandBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.expandBtn {
              max-height: 60px;
              max-width: 250px; } }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.clearBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.clearBtn {
          line-height: 1;
          max-height: 30px;
          max-width: 138px;
          min-height: 30px;
          padding: 2px 2px;
          font-size: 12px !important;
          background: transparent;
          border: 1px solid #666666;
          color: #000000;
          cursor: pointer; }
          @media screen and (max-width: 992px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.clearBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.clearBtn {
              max-height: 60px;
              max-width: 420px;
              min-height: 40px;
              padding: 8px; } }
          @media screen and (max-width: 480px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.clearBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.clearBtn {
              overflow: hidden;
              text-overflow: clip;
              white-space: nowrap;
              max-height: 30px;
              max-width: 210px;
              min-height: 30px;
              padding: 8px; } }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.currentBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.currentBtn {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px;
          background: #fff;
          color: #4b00a3;
          border: 1px solid #4b00a3;
          pointer-events: none;
          font-size: 12px !important; }
          @media screen and (max-width: 992px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.currentBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.currentBtn {
              max-height: 80px;
              max-width: 420px;
              min-height: 60px;
              padding: 18px; } }
          @media screen and (max-width: 480px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.currentBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.currentBtn {
              overflow: hidden;
              text-overflow: clip;
              white-space: nowrap;
              max-height: 40px;
              max-width: 210px;
              min-height: 40px;
              padding: 14px; } }
        #subPlanOptions .sub-block-cont .price-block .btnBlock.previousBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.previousBtn {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px;
          background: #fff;
          color: #410099;
          border: 1px solid #410099;
          pointer-events: auto; }
          @media screen and (max-width: 992px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.previousBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.previousBtn {
              max-height: 80px;
              max-width: 420px;
              min-height: 60px;
              padding: 18px; } }
          @media screen and (max-width: 480px) {
            #subPlanOptions .sub-block-cont .price-block .btnBlock.previousBtn, #subPlanOptionsAccount .sub-block-cont .price-block .btnBlock.previousBtn {
              overflow: hidden;
              text-overflow: clip;
              white-space: nowrap;
              max-height: 40px;
              max-width: 210px;
              min-height: 40px;
              padding: 14px; } }
      #subPlanOptions .sub-block-cont .price-block .hideYearly, #subPlanOptionsAccount .sub-block-cont .price-block .hideYearly {
        display: none;
        opacity: 0; }
    #subPlanOptions .sub-block-cont .popularIcon, #subPlanOptionsAccount .sub-block-cont .popularIcon {
      position: absolute;
      width: 25%;
      left: 0px; }
    #subPlanOptions .sub-block-cont a, #subPlanOptionsAccount .sub-block-cont a {
      font-size: 11px; }
    #subPlanOptions .sub-block-cont .features-block, #subPlanOptionsAccount .sub-block-cont .features-block {
      padding: 1em;
      border-right: 1px solid #b0b0b0;
      border-bottom: 1px solid #b0b0b0;
      border-left: 1px solid #b0b0b0;
      font-size: 13px;
      font-weight: 400;
      cursor: pointer; }
      #subPlanOptions .sub-block-cont .features-block .feature, #subPlanOptionsAccount .sub-block-cont .features-block .feature {
        font-size: 14px;
        margin-top: 13px;
        line-height: 1.3em; }
    #subPlanOptions .sub-block-cont .featureCollBlockBtn, #subPlanOptionsAccount .sub-block-cont .featureCollBlockBtn {
      bottom: 35px;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      width: 100%;
      margin-top: 15px; }
      #subPlanOptions .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn, #subPlanOptionsAccount .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn {
        margin: 0 auto; }
      #subPlanOptions .sub-block-cont .featureCollBlockBtn.active, #subPlanOptionsAccount .sub-block-cont .featureCollBlockBtn.active {
        bottom: 0px;
        position: relative; }
  @media (max-width: 992px) {
    #subPlanOptions .plansSectionHead, #subPlanOptionsAccount .plansSectionHead {
      font-size: 36px;
      margin-bottom: 1em; }
    #subPlanOptions .header, #subPlanOptionsAccount .header {
      margin-bottom: 75px;
      padding-bottom: 0; }
      #subPlanOptions .header h1, #subPlanOptionsAccount .header h1 {
        font-size: 68px;
        line-height: .95; }
      #subPlanOptions .header h3, #subPlanOptionsAccount .header h3 {
        font-size: 32px;
        line-height: 1; }
    #subPlanOptions .center.mid-copy, #subPlanOptionsAccount .center.mid-copy {
      margin: 20px auto 60px; }
      #subPlanOptions .center.mid-copy h2, #subPlanOptionsAccount .center.mid-copy h2 {
        font-size: 36px;
        margin: 0; }
      #subPlanOptions .center.mid-copy p, #subPlanOptionsAccount .center.mid-copy p {
        font-size: 32px;
        line-height: 1.2;
        margin: 15px 0 0 0px;
        padding: 0 10px; }
    #subPlanOptions .carousel-inner > .active, #subPlanOptionsAccount .carousel-inner > .active {
      display: table;
      table-layout: fixed;
      border-spacing: 0;
      width: 100%; }
    #subPlanOptions .slice-previous, #subPlanOptions .slice-next, #subPlanOptions .slice-active, #subPlanOptionsAccount .slice-previous, #subPlanOptionsAccount .slice-next, #subPlanOptionsAccount .slice-active {
      display: table-cell;
      vertical-align: top; }
    #subPlanOptions .slice-active, #subPlanOptionsAccount .slice-active {
      width: 90%; }
    #subPlanOptions .slice-previous, #subPlanOptions .slice-next, #subPlanOptionsAccount .slice-previous, #subPlanOptionsAccount .slice-next {
      content: "";
      height: auto;
      margin: 0;
      padding: 0;
      position: relative;
      width: 5%; }
      #subPlanOptions .slice-previous .slice-previous-inner, #subPlanOptions .slice-previous .slice-next-inner, #subPlanOptions .slice-next .slice-previous-inner, #subPlanOptions .slice-next .slice-next-inner, #subPlanOptionsAccount .slice-previous .slice-previous-inner, #subPlanOptionsAccount .slice-previous .slice-next-inner, #subPlanOptionsAccount .slice-next .slice-previous-inner, #subPlanOptionsAccount .slice-next .slice-next-inner {
        display: table;
        height: auto;
        max-height: 465px;
        min-height: 465px;
        position: relative;
        width: 100%; }
        #subPlanOptions .slice-previous .slice-previous-inner > div, #subPlanOptions .slice-previous .slice-next-inner > div, #subPlanOptions .slice-next .slice-previous-inner > div, #subPlanOptions .slice-next .slice-next-inner > div, #subPlanOptionsAccount .slice-previous .slice-previous-inner > div, #subPlanOptionsAccount .slice-previous .slice-next-inner > div, #subPlanOptionsAccount .slice-next .slice-previous-inner > div, #subPlanOptionsAccount .slice-next .slice-next-inner > div {
          background: #ffffff; }
    #subPlanOptions .slice-previous, #subPlanOptionsAccount .slice-previous {
      border-top: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc;
      border-right: 2px solid #cccccc; }
    #subPlanOptions .slice-next, #subPlanOptionsAccount .slice-next {
      border-top: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc;
      border-left: 2px solid #cccccc; }
    #subPlanOptions #subscriptionProductCarousel .sub-block-cont, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont {
      border: 2px solid #cccccc;
      margin: 0 .3em;
      min-height: 1055px;
      text-align: center; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block {
        margin: 0;
        min-height: 465px;
        max-height: none;
        padding: 50px 5px 20px 5px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .title, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .frequency, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .title, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .frequency, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price {
          line-height: 1; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .title, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .title {
          font-size: 38px;
          font-weight: 100; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price {
          font-size: 131px;
          font-weight: 300;
          position: relative;
          top: -20px; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price sup, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price sup {
            font-size: 72px;
            top: 2px;
            vertical-align: super; }
            #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price sup:last-of-type, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price sup:last-of-type {
              font-size: 96px;
              top: 20px;
              vertical-align: super; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .frequency, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .frequency {
        font-size: 31px;
        font-weight: 100;
        margin: 0;
        position: relative;
        top: -25px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock {
        font-size: 24px !important;
        line-height: 1;
        margin: 15px auto 10px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px; } }
      @media screen and (max-width: 992px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          max-height: 80px;
          max-width: 420px;
          min-height: 60px;
          padding: 18px; } }
      @media screen and (max-width: 992px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 40px;
          max-width: 210px;
          min-height: 40px;
          padding: 14px; } }
  @media (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          margin: 10px auto 0; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          line-height: 1;
          max-height: 30px;
          max-width: 138px;
          min-height: 30px;
          padding: 2px 2px;
          margin: 8px auto; } }
      @media screen and (max-width: 992px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          max-height: 60px;
          max-width: 420px;
          min-height: 40px;
          padding: 8px; } }
      @media screen and (max-width: 992px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 30px;
          max-width: 210px;
          min-height: 30px;
          padding: 8px; } }
  @media (max-width: 992px) {
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn.annualBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn.annualBtn {
            border: 1px solid #000000;
            color: #000000; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          background: #fff;
          color: #ff0000;
          border: 1px solid #ff0000;
          line-height: 1;
          max-height: 60px;
          max-width: 420px;
          min-height: 60px;
          padding: 20px 10px; } }
      @media screen and (max-width: 992px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          max-height: 120px;
          max-width: 500px;
          min-height: 60px; } }
      @media screen and (max-width: 992px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          max-height: 60px;
          max-width: 250px; } }
  @media (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.freeTrialCTA, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.freeTrialCTA {
          padding: .95em; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.activePlanClearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.activePlanClearBtn {
          margin: 10px auto; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .feature, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .feature {
        font-size: 36px;
        font-weight: 100;
        line-height: 1;
        margin: 30px auto; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .infoIcon, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .infoIcon {
        cursor: pointer;
        font-size: 48px;
        margin: 0;
        line-height: 1;
        background-color: #7f7f7f;
        border-radius: 50%;
        width: 50px;
        height: 50px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .infoIcon:before, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .infoIcon:before {
          content: "\f128";
          position: relative;
          top: 3px;
          color: #ffffff;
          left: -1px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature {
        font-size: 36px;
        font-weight: 100;
        line-height: 1;
        margin: 30px auto;
        width: calc(90% - 10px); }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap {
        position: relative; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon {
          cursor: pointer;
          font-size: 48px;
          margin: 0;
          line-height: 1;
          background-color: #7f7f7f;
          border-radius: 50%;
          float: right;
          height: 50px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 50px; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before {
            content: "\f128";
            position: relative;
            top: 3px;
            color: #ffffff;
            left: -1px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn {
        font-size: 24px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn {
        bottom: 35px;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn {
          margin: 0 auto; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn.active, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn.active {
          bottom: 0px;
          position: relative; }
    #subPlanOptions .disclaimer-container, #subPlanOptionsAccount .disclaimer-container {
      padding: 0 30px;
      margin: 20px 0 55px 0; }
      #subPlanOptions .disclaimer-container .disclaimer, #subPlanOptionsAccount .disclaimer-container .disclaimer {
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 25px; } }
  #subPlanOptions #comparisonTable .numeric, #subPlanOptionsAccount #comparisonTable .numeric {
    font-size: 19px !important;
    font-weight: 500; }
  #subPlanOptions #comparisonTable .blackText, #subPlanOptionsAccount #comparisonTable .blackText {
    color: #000000; }
  #subPlanOptions #comparisonTable .grayText, #subPlanOptionsAccount #comparisonTable .grayText {
    color: #E5E5E5; }
  @media screen and (max-width: 660px) and (min-width: 480px) {
    #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature {
      font-size: 26px;
      margin: 25px auto;
      padding: 0 15px; }
    #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap {
      position: relative; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon {
        font-size: 25px;
        border-radius: 50%;
        height: 25px;
        position: absolute;
        right: calc(5% - 30px);
        top: 50%;
        transform: translateY(-50%);
        width: 25px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before {
          top: 1px;
          left: -1px; } }
  @media screen and (max-width: 480px) {
    #subPlanOptions .login, #subPlanOptionsAccount .login {
      margin-bottom: 50px; }
    #subPlanOptions .header, #subPlanOptionsAccount .header {
      padding-bottom: 0px;
      margin-bottom: 25px; }
      #subPlanOptions .header h1, #subPlanOptionsAccount .header h1 {
        font-size: 34px;
        line-height: 1; }
      #subPlanOptions .header h3, #subPlanOptionsAccount .header h3 {
        font-size: 16px;
        line-height: 1.25;
        margin: 5px auto 0; }
    #subPlanOptions #subscriptionProductCarousel .slice-previous .slice-previous-inner, #subPlanOptions #subscriptionProductCarousel .slice-previous .slice-next-inner, #subPlanOptions #subscriptionProductCarousel .slice-next .slice-previous-inner, #subPlanOptions #subscriptionProductCarousel .slice-next .slice-next-inner, #subPlanOptionsAccount #subscriptionProductCarousel .slice-previous .slice-previous-inner, #subPlanOptionsAccount #subscriptionProductCarousel .slice-previous .slice-next-inner, #subPlanOptionsAccount #subscriptionProductCarousel .slice-next .slice-previous-inner, #subPlanOptionsAccount #subscriptionProductCarousel .slice-next .slice-next-inner {
      max-height: 300px;
      min-height: 300px; }
    #subPlanOptions #subscriptionProductCarousel .sub-block-cont, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont {
      border: 2px solid #cccccc;
      height: auto;
      min-height: 700px;
      text-align: center; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block {
        min-height: 300px;
        padding: 30px 5px 10px 5px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .title, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .title {
          font-size: 19px;
          font-weight: 100; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price {
          font-size: 66px;
          font-weight: 300;
          margin: 0 auto;
          position: relative;
          top: 0px; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price sup, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price sup {
            font-size: 36px;
            top: 0px;
            vertical-align: super; }
            #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .price sup:last-of-type, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .price sup:last-of-type {
              font-size: 48px;
              top: 10px;
              vertical-align: super; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn {
          bottom: 35px;
          height: auto;
          left: 0;
          position: absolute;
          right: 0;
          text-align: center;
          width: 100%; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn .btnBlock.expandBtn {
            margin: 0 auto; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn.active, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .price-block .featureCollBlockBtn.active {
            bottom: 0px;
            position: relative; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .frequency, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .frequency {
        font-size: 15.54px;
        font-weight: 100;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock {
        font-size: 12px !important;
        line-height: 1;
        margin: 18px auto 10px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn {
          margin: 40px auto 0px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn.annualBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn.annualBtn {
          margin: 0 auto; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          max-height: 80px;
          max-width: 420px;
          min-height: 60px;
          padding: 18px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.previousBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 40px;
          max-width: 210px;
          min-height: 40px;
          padding: 14px; } }
  @media screen and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          line-height: 1;
          max-height: 30px;
          max-width: 138px;
          min-height: 30px;
          padding: 2px 2px;
          letter-spacing: 0px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          max-height: 60px;
          max-width: 420px;
          min-height: 40px;
          padding: 8px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.clearBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 30px;
          max-width: 210px;
          min-height: 30px;
          padding: 8px; } }
  @media screen and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          margin: 15px auto 10px;
          line-height: 1;
          max-height: 60px;
          max-width: 420px;
          min-height: 60px;
          padding: 20px 10px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          max-height: 120px;
          max-width: 500px;
          min-height: 60px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.expandBtn {
          max-height: 60px;
          max-width: 250px; } }
  @media screen and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton.signFree, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .btnBlock.whiteButton.signFree {
          margin-top: 55px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .subFeatureIncludes, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .subFeatureIncludes {
        font-weight: 500;
        font-size: 18px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock {
        font-size: 12px !important;
        line-height: 1;
        margin: 18px auto 10px; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn {
          line-height: 1;
          max-height: 40px;
          max-width: 138px;
          min-height: 40px;
          padding: 8px 8px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn {
          max-height: 80px;
          max-width: 420px;
          min-height: 60px;
          padding: 18px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.whiteButton, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.currentBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.previousBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 40px;
          max-width: 210px;
          min-height: 40px;
          padding: 14px; } }
  @media screen and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn {
          line-height: 1;
          max-height: 30px;
          max-width: 138px;
          min-height: 30px;
          padding: 2px 2px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn {
          max-height: 60px;
          max-width: 420px;
          min-height: 40px;
          padding: 8px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.clearBtn {
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          max-height: 30px;
          max-width: 210px;
          min-height: 30px;
          padding: 8px; } }
  @media screen and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn {
          margin: 15px auto 10px;
          line-height: 1;
          max-height: 60px;
          max-width: 420px;
          min-height: 60px;
          padding: 20px 10px; } }
      @media screen and (max-width: 480px) and (max-width: 992px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn {
          max-height: 120px;
          max-width: 500px;
          min-height: 60px; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .btnBlock.expandBtn {
          max-height: 60px;
          max-width: 250px; } }
  @media screen and (max-width: 480px) {
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature {
        font-size: 18px;
        margin: 15px auto 15px;
        padding: 0 10px;
        width: calc(100% - 15px); }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap {
        position: relative; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon {
          font-size: 25px;
          border-radius: 50%;
          height: 25px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 25px; }
          #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlock .feature-wrap .infoIcon:before {
            top: 1px;
            left: -1px; }
      #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn {
        bottom: 35px;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn .btnBlock.expandBtn {
          margin: 0 auto; }
        #subPlanOptions #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn.active, #subPlanOptionsAccount #subscriptionProductCarousel .sub-block-cont .featureCollBlockBtn.active {
          bottom: 0px;
          position: relative; }
    #subPlanOptions .disclaimer-container, #subPlanOptionsAccount .disclaimer-container {
      margin: 0px 0 55px 0; }
      #subPlanOptions .disclaimer-container .disclaimer, #subPlanOptionsAccount .disclaimer-container .disclaimer {
        font-size: 11px;
        line-height: 1em;
        margin-top: 15px; } }

/* Terms / Privacy Policy :: Consent Popup */
#terms-privacy-consent {
  align-items: center;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9000; }
  #terms-privacy-consent .content-wrapper {
    background: white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
    padding: 20px;
    text-align: center; }
    #terms-privacy-consent .content-wrapper .left-column {
      display: flex;
      justify-content: center;
      align-items: center; }
      #terms-privacy-consent .content-wrapper .left-column span {
        display: block;
        margin-right: 40px;
        max-width: 940px; }
        @media screen and (max-width: 991px) {
          #terms-privacy-consent .content-wrapper .left-column span {
            margin-right: 0;
            margin-bottom: 10px; } }
    #terms-privacy-consent .content-wrapper a {
      color: #410099 !important;
      text-decoration: underline; }
      #terms-privacy-consent .content-wrapper a:hover {
        color: #e30046 !important; }
      #terms-privacy-consent .content-wrapper a.btn {
        color: #ffffff !important;
        padding: 10px 50px;
        text-decoration: none; }
        #terms-privacy-consent .content-wrapper a.btn:hover {
          color: #e30046 !important; }

/* END :: Terms / Privacy Policy :: Consent Popup */

/*# sourceMappingURL=common.css.map */
