/*
Theme Name: XoXoPelis
Theme URI: https://xoxopelis.com/
Author: AZ Dev
Author URI: https://xoxopelis.com/
Description: XoXoPelis
Version: 1.24
License: Private
License URI: LICENSE
Text Domain: XoXoPelis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
figure {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover,
:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong,
em {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25rem;
}
sup {
  top: -0.5rem;
}
img,
video,
iframe {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
pre {
  padding: 1rem;
  max-width: 100%;
  position: relative;
  white-space: pre-wrap;
}
pre:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.2;
  content: "";
}
figure img {
  vertical-align: top;
}
.jm15 {
  color: #000;
}
hr {
  background-color: currentColor;
  border: 0;
  height: 1px;
  overflow: visible;
  opacity: 0.2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  margin-bottom: -1px;
}
caption,
td,
th {
  border: 0;
  padding: 0.937rem;
  text-align: left;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline: 0;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
x|1@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "(" attr(href) ")";
  }
  abbr[title]:after {
    content: "(" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a[class*="fa-"],
span[class*="fa-"],
strong[class*="fa-"],
i[class*="fa-"],
a[class*="AAIco-"],
span[class*="AAIco-"],
strong[class*="AAIco-"],
i[class*="AAIco-"] {
  display: inline-block;
}
[class*="AAIco-"]:before,
[class*="fa-"]:before,
.widget_categories > ul li > a:before,
.comment-reply-link:before,
.comment-notes:before,
.TPost .Description .CastList li:before,
.widget_ratings-widget li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  display: inline-block;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
[class*="fa-"]:before {
  font-family: FontAwesome;
}
[class*="AAIco-"]:before,
.wp-pagenavi a.first:before,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.last:before,
.widget_categories > ul li > a:before,
.sol-quick-delete,
.comment-reply-link:before,
.comment-notes:before,
.TPost .Description .CastList li:before,
.trsrclst .tr-delete,
.next.page-numbers:before,
.prev.page-numbers:before,
.widget_ratings-widget li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  font-family: "Material Icons";
  font-feature-settings: "liga";
}
body {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  word-wrap: break-word;
}
dl dt {
  font-weight: 700;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.Title a {
  color: inherit;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.187rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.0625rem;
}
h6 {
  font-size: 1rem;
}
*,
:before,
:after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.Tf-Wp {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Tf-Wp > .Body {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.Container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.jm15 {
  color: #000;
}
hr {
  margin: 1.87rem 0;
}
ul,
ol,
dl {
  list-style-position: outside;
}
ul ul {
  list-style-type: inherit;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 0.937rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-left: 0.937rem;
}
nav ul,
[class*="Menu"],
[class*="List"],
[class*="Row"] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul,
ol,
dl,
dl dt,
dl dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
table,
input,
textarea,
button,
select,
[class*="Form-"] {
  margin-bottom: 0.937rem;
}
[class*="Row"] {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
[class*="Row"] > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 0;
}
.RowCn > .Row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
[class*="Form-"] input,
[class*="Form-"] button,
[class*="Form-"] textarea,
[class*="Form-"] select,
[class*="Form-"] .Form-Select {
  margin-bottom: 0;
}
[class*="Form-"] [class*="Form-"] {
  margin-bottom: 0;
}
.AF.Rows:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.AF.Rows > * {
  display: block;
  float: left;
  width: 100%;
}
.AX.Rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.AX.Rows > * {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.AX.Rows > .Auto,
.AX.Rows.AtRw > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.Column.A01,
.Rows.A01 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.Column.A02,
.Rows.A02 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.Column.A20,
.Rows.A20 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.Column.A03,
.Rows.A03 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.Column.A04,
.Rows.A04 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.Column.A05,
.Rows.A05 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.Column.A06,
.Rows.A06 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.Column.A07,
.Rows.A07 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.Column.A08,
.Rows.A08 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.666667%;
  max-width: 66.66666667%;
}
.Column.A09,
.Rows.A09 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.Column.A10,
.Rows.A10 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.Column.A11,
.Rows.A11 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.Column.A12,
.Rows.A12 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 34em) {
  .BF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .BF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .BX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .BX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .BX.Rows > .Auto,
  .BX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.B01,
  .Rows.B01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.B02,
  .Rows.B02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.B20,
  .Rows.B20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.B03,
  .Rows.B03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.B04,
  .Rows.B04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.B05,
  .Rows.B05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.B06,
  .Rows.B06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.B07,
  .Rows.B07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.B08,
  .Rows.B08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.B09,
  .Rows.B09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.B10,
  .Rows.B10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.B11,
  .Rows.B11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.B12,
  .Rows.B12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .CF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .CF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .CX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .CX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .CX.Rows > .Auto,
  .CX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.C01,
  .Rows.C01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.C02,
  .Rows.C02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.C20,
  .Rows.C20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.C03,
  .Rows.C03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.C04,
  .Rows.C04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.C05,
  .Rows.C05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.C06,
  .Rows.C06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.C07,
  .Rows.C07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.C08,
  .Rows.C08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.C09,
  .Rows.C09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.C10,
  .Rows.C10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.C11,
  .Rows.C11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.C12,
  .Rows.C12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .Container {
    max-width: 990px;
  }
  .DF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .DF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .DX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .DX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .DX.Rows > .Auto,
  .DX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.D01,
  .Rows.D01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.D02,
  .Rows.D02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.D20,
  .Rows.D20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.D03,
  .Rows.D03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.D04,
  .Rows.D04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.D05,
  .Rows.D05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.D06,
  .Rows.D06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.D07,
  .Rows.D07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.D08,
  .Rows.D08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.D09,
  .Rows.D09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.D10,
  .Rows.D10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.D11,
  .Rows.D11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.D12,
  .Rows.D12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 70em) {
  .Container {
    max-width: 1170px;
  }
  .EF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .EF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .EX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .EX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .EX.Rows > .Auto,
  .EX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.E01,
  .Rows.E01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.E02,
  .Rows.E02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.E20,
  .Rows.E20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.E03,
  .Rows.E03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.E04,
  .Rows.E04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.E05,
  .Rows.E05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.E06,
  .Rows.E06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.E07,
  .Rows.E07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.E08,
  .Rows.E08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.E09,
  .Rows.E09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.E10,
  .Rows.E10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.E11,
  .Rows.E11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.E12,
  .Rows.E12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
button,
input,
.Form-Select select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button,
input,
select,
textarea {
  font: inherit;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
}
fieldset {
  border: 1px solid currentColor;
  padding: 0.937rem;
}
legend {
  border: 0;
  padding: 0 1rem;
}
label {
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: normal;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}
[class*="Form-"] label {
  display: block;
}
input,
textarea,
select,
.Form-Select label {
  border: 0;
  color: inherit;
  border-radius: 6px;
}
input,
textarea,
select,
.Form-Select label {
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
}
input,
select {
  height: 2.5rem;
  line-height: normal;
}
textarea {
  overflow: auto;
  max-width: 100%;
  height: auto;
  resize: vertical;
  padding: 1rem;
  max-height: 300px;
}
input,
textarea,
select,
.Form-Select label {
  opacity: 0.7;
}
input:focus,
textarea:focus,
select:focus,
.Form-Select select:focus + label {
  opacity: 1;
}
.Form-Icon {
  position: relative;
  display: block;
  padding: 0;
}
.Form-Icon.Right input,
.Form-Icon.Right textarea {
  padding-left: 0.937rem;
  padding-right: 2.5rem;
}
.Form-Icon.Right input + i,
.Form-Icon.Right textarea + i {
  left: auto;
  right: 0;
}
.Form-Icon input,
.Form-Icon textarea {
  padding-left: 2.5rem;
  font-weight: 400;
}
.Form-Icon input + i,
.Form-Icon textarea + i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: inherit;
}
.Form-Icon input + i,
.Form-Icon textarea + i,
.Form-Icon input + i:before,
.Form-Icon textarea + i:before {
  width: 2.5rem;
  height: 2.5rem;
}
.Form-Icon input + i,
.Form-Icon textarea + i {
  display: table;
}
.Form-Icon input + i:before,
.Form-Icon textarea + i:before {
  display: table-cell;
  vertical-align: middle;
}
.Form-Select {
  position: relative;
  overflow: hidden;
}
.Form-Select label {
  display: block;
  padding: 2.375rem 0 0;
  position: relative;
  font-weight: 400;
}
.Form-Select label:before {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  margin-right: 0;
}
.Form-Select select:disabled {
  z-index: 1;
}
.Form-Select select {
  padding: 0.3125rem 0.937rem;
  position: absolute;
  margin-bottom: 0;
  z-index: 3;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.ie .Form-Select select {
  width: 120%;
}
.Form-Select select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  transition: none;
}
optgroup {
  font-weight: 700;
}
.Form-Checkbox input,
.Form-Radio input {
  position: absolute;
  visibility: hidden;
}
.Form-Checkbox label,
.Form-Radio label {
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.Form-Checkbox i:before,
.Form-Radio i:before {
  content: "";
  font-size: 1.5rem;
  width: 25px;
  text-align: center;
  margin-right: 10px;
  color: currentColor;
}
.Form-Checkbox input:checked + i:before,
.Form-Radio input:checked + i:before {
  opacity: 1;
}
.Form-Checkbox i:before,
.Form-Radio i:before,
.Form-Checkbox input:disabled + i:before,
.Form-Radio input:disabled + i:before {
  opacity: 0.2;
}
.Form-Checkbox i.AAIco-:before,
.Form-Radio i.AAIco-:before {
  font-size: 1.7rem;
}
.Form-Checkbox input + i.fa-:before {
  content: "\f0c8";
}
.Form-Checkbox input:checked + i.fa-:before {
  content: "\f14a";
}
.Form-Checkbox input + i.AAIco-:before {
  content: "\e835";
}
.Form-Checkbox input:checked + i.AAIco-:before {
  content: "\e834";
}
.Form-Radio input + i.fa-:before {
  content: "\f111";
}
.Form-Radio input:checked + i.fa-:before {
  content: "\f058";
}
.Form-Radio input + i.AAIco-:before {
  content: "\e836";
}
.Form-Radio input:checked + i.AAIco-:before {
  content: "\e837";
}
[type="checkbox"],
[type="radio"] {
  width: auto;
  height: auto;
  display: inline;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
[type="checkbox"] + label,
[type="radio"] + label {
  margin-left: 5px;
  margin-right: 0.625rem;
  vertical-align: baseline;
  display: inline-block;
}
[type="checkbox"][hidden] + label,
[type="radio"][hidden] + label {
  margin-left: 0;
  margin-right: 0;
}
input:disabled,
textarea:disabled,
select:disabled,
.Form-Select select:disabled + label,
button:disabled {
  opacity: 0.5;
}
.Button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  padding: 5px 1rem;
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 5px;
}
.Button > span,
button > span {
  white-space: nowrap;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Form-Inline .Button,
.Form-Inline button,
.Form-Inline input,
.Form-Inline select,
.Form-Inline textarea,
.Form-Inline .Form-Select,
.Form-Inline [class*="Form-"] {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto;
}
[class*="Btn"] {
  cursor: pointer;
}
button,
input,
textarea,
select,
label,
label i:before,
a,
[class*="Btn"] {
  transition: 0.2s;
}
.anmt {
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 34em) {
  .AXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .BXHd {
    display: none !important;
  }
}
@media screen and (max-width: 48em) {
  .BXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 62em) {
  .CXHd {
    display: none !important;
  }
}
@media screen and (max-width: 62em) {
  .CXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 70em) {
  .DXHd {
    display: none !important;
  }
}
@media screen and (max-width: 70em) {
  .DXHdMx {
    display: none !important;
  }
}
.Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.hdrnfx .Header {
  position: absolute;
}
.Header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  content: "";
  z-index: -1;
  opacity: 0.8;
}
.BdGradient .Header:after {
  bottom: auto;
  height: 150px;
  opacity: 1;
}
.Header .Top {
  position: relative;
}
.Header .Logo {
  padding: 20px 60px;
  text-align: center;
}
.MenuBtn {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0.6rem 0.5rem 0.5rem;
  width: 40px;
  height: 40px;
  float: left;
  margin: 20px 20px 20px 0;
}
.MenuBtn i {
  width: 20px;
  height: 2px;
  transition: 0.4s;
  display: block;
  margin: 3px 0;
}
.MenuBtn i + i {
  width: 16px;
}
.MenuBtn i + i + i {
  width: 18px;
}
#Tf-Wp.open .MenuBtn i {
  width: 20px;
}
#Tf-Wp.open .MenuBtn i:first-child {
  transform: rotate(-45deg) translate(-4px, 4px);
}
#Tf-Wp.open .MenuBtn i:nth-child(2) {
  opacity: 0;
}
#Tf-Wp.open .MenuBtn i:last-child {
  transform: rotate(45deg) translate(-3px, -3px);
}
.Menu a,
.widget_nav_menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.Menu [class*="current"] > a {
  font-weight: 700;
}
.Menu > ul > li,
.widget_nav_menu > div > ul > li {
  padding: 0 0.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.Menu > ul > li li {
  line-height: 2rem;
}
.Menu > ul > li > a,
.widget_nav_menu > div > ul > li > a {
  padding: 0 0.5rem;
}
.Menu li[class*="AAIco-"],
.Menu li[class*="fa-"],
.menu li[class*="AAIco-"],
.menu li[class*="fa-"] {
  position: relative;
}
.Menu li[class*="AAIco-"]:before,
.Menu li[class*="fa-"]:before,
.menu li[class*="AAIco-"]:before,
.menu li[class*="fa-"]:before {
  position: absolute;
  left: 1.1rem;
  top: 1px;
  line-height: inherit;
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 1;
}
.Menu li[class*="AAIco-"] > a,
.Menu li[class*="fa-"] > a,
.menu li[class*="AAIco-"] > a,
.menu li[class*="fa-"] > a {
  padding-left: 2rem;
}
.Menu li li[class*="AAIco-"] > a,
.Menu li li[class*="fa-"] > a {
  padding-left: 1.3rem;
}
.menu li li[class*="AAIco-"] > a,
.menu li li[class*="fa-"] > a {
  padding-left: 1.5rem;
}
.Menu li li:before,
.Wdgt .menu li li:before {
  line-height: inherit;
  left: 0.4rem !important;
  margin-left: 0 !important;
}
.menu-item-has-children > a {
  padding-right: 1.5rem !important;
  position: relative;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  right: 0.5rem;
  top: 0;
  bottom: 0;
}
.sub-menu {
  max-height: 0;
  transition: 0.2s;
  overflow: hidden;
  opacity: 1;
}
.sub-menu a {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
}
.sub-menu > li {
  float: left;
  width: 25%;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.sub-menu > li > a {
  border-radius: 4px;
  opacity: 0.7;
  transform: rotate(0);
  backface-visibility: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-menu > li:hover > a {
  opacity: 1;
}
.menu-azlist > ul > li {
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
}
.menu-azlist > ul > li > a {
  width: 29px;
}
.menu-azlist > ul > li[class*="current"] > a {
  opacity: 1;
}
.BuyNow:before,
.BuyNow > a {
  color: #fff !important;
}
.BuyNow > a {
  display: inline-block;
  border-radius: 5px;
  line-height: 40px !important;
  padding-right: 1rem !important;
}
.BuyNow:before {
  top: 0 !important;
  line-height: 40px !important;
}
.Logo,
.MenuBtn,
.Menu {
  transition: 0.2s;
}
.Top.open .Logo,
.Top.open .MenuBtn {
  opacity: 0;
  visibility: hidden;
}
.Search {
  float: right;
  margin-top: 20px;
}
.Search input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 20px;
  left: 0;
  margin-bottom: 0;
  transition: 0.2s;
  width: calc(100% - 50px);
  border-radius: 3px;
}
.Top.open .Search input {
  opacity: 1;
  pointer-events: auto;
}
.Top.open .Search .SearchBtn:before {
  margin-left: -40px;
  opacity: 0;
}
.Top.open .Search .SearchBtn > i {
  opacity: 1;
}
.Result {
  display: none;
}
.Result.On {
  display: block;
}
.SearchBtn {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  width: 40px;
  overflow: hidden;
  padding: 0;
}
.SearchBtn:before,
.SearchBtn > i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  transition: 0.2s;
}
.SearchBtn > i {
  opacity: 0;
  font-size: 2rem;
}
.Body {
  margin-bottom: 1.875rem;
}
.Body .Main:first-child {
  padding-top: 7.5rem;
}
.Objf img {
  object-fit: cover;
  object-position: top;
}
.Objf.bgcvr {
  background-size: cover;
  background-position: 50% 0;
}
.Objf.bgcvr img {
  opacity: 0 !important;
}
.TPost .Title,
.TPost .Info > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4rem;
  margin-bottom: 5px;
}
.TPost .Info > *:last-child {
  margin-right: 0;
}
.TPost .Title,
.TPost .Info {
  margin-bottom: 5px;
}
.TPost .Info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 5px 0;
  font-weight: 700;
}
.TPost .Info:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.TPost .Info > * {
  float: left;
}
.Wdgt .TPost .Info > .Qlty {
  clear: left;
}
.TPost .Description {
  margin-bottom: 1rem;
}
.TPost .Description p[class] {
  margin-bottom: 0.2rem;
}
.TPost .Description tt {
  font-family: inherit;
}
.TPost .Description a {
  font-weight: 700;
}
.TPost .Description a:hover {
  text-decoration: underline;
}
.Qlty {
  color: currentColor;
  border: 1px solid currentColor;
  height: 1.25rem;
  line-height: 1.1rem;
  padding: 0 0.5rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
}
.Views:before {
  margin-right: 0.2rem;
}
.MovieListSld .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.5rem;
}
.TPost .Image {
  position: relative;
}
.TPost .Image figure,
.TPost .Image figure img {
  border-radius: 3px;
  overflow: hidden;
}
.TPost .Image figure {
  position: relative;
  padding-top: 150%;
}
.TPost .Image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.TPost .Image figure img[src*=".svg"] {
  object-position: 50% 45%;
}
.TPost.A {
  position: relative;
  padding: 10rem 0 4rem;
  margin-bottom: 1.875rem;
}
.TPost.A .Image {
  z-index: -1;
  overflow: hidden;
}
.TPost.A .Image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.TPost.A .Image:after {
  z-index: 3;
  content: "";
}
.TPost.A .Image figure {
  z-index: 1;
  padding-top: 0;
}
.TPost.A .Image,
.TPost.A .Image figure,
.TPost.A .Image img,
.TPost.A .Image:before,
.TPost.A .Image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.TPost.A .TPMvCn {
  margin-left: 0;
  min-height: 335px;
}
.MovieListSldCn {
  min-height: 100px;
}
.MovieListSldCn .TPost.A .Title,
.MovieListSldCn .TPost.A .Info,
.MovieListSldCn .TPost.A .Description,
.MovieListSldCn .TPost.A .SubTitle {
  text-shadow: 1px 1px 1px #000;
}
.TPost.A .Title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.TPost.A .SubTitle {
  margin-bottom: 5px;
  line-height: 1.25rem;
  margin-top: -5px;
  opacity: 0.8;
}
.TPost.A .SubTitle span {
  font-weight: 700;
}
.TPost.A .Description {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.TPost.A .Description p:not([class]) {
  max-height: 6.25rem;
  overflow: auto;
}
.TPost.B {
  position: relative;
  border-radius: 3px;
  margin-bottom: 0;
}
.TPost.B .Image figure img {
  transition: 0.2s;
}
.TPost.B:hover .Image figure img {
  opacity: 0.5;
}
.TPost.B .Image figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
.TPost.B .Image .Qlty {
  border: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 1rem;
  height: 1rem;
}
.TPost.B .Image + .Title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 0 0 10px 10px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.TPost.B .TPMvCn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -1rem;
  top: -1rem;
  right: -1rem;
  transition: 0.2s;
  opacity: 0;
  transform: scale(0);
  border-radius: 6px;
  padding: 0.9rem;
  min-height: calc(100% + 1rem);
  z-index: 2;
}
.TPost.B .TPMvCn::-webkit-scrollbar {
  width: 5px;
}
.TPost.B .TPMvCn .Title {
  margin-bottom: 0;
  line-height: 1.25rem;
  font-weight: 700;
}
.TPost.B .TPMvCn .Info {
  padding: 0;
  margin-top: -3px;
}
.TPost.B .TPMvCn .Qlty {
  margin-bottom: 5px;
}
.TPost.B .TPMvCn .Vote {
  margin-bottom: 5px;
  margin-left: -3px;
}
.TPost.B .TPMvCn .Description {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
}
.TPost.B .TPMvCn .Description p {
  margin-bottom: 5px;
}
.TPost.B .TPMvCn .Description p[class] {
  margin-bottom: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.TPost.B .TPMvCn .TPlay {
  border-radius: 0 0 6px 6px;
  padding: 0.5rem 0;
  text-transform: uppercase;
  margin: 0.5rem 0 -0.5rem;
  display: block;
}
.TPost.B .TPMvCn .TPlay:before {
  margin-right: 0.3rem;
  font-size: 1rem;
}
.TPost:hover .TpMvPlay:before {
  opacity: 1;
  transform: scale(1);
}
.TpMvPlay:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2;
  transform: scale(0);
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 2px #fff;
}
.MovieListTop,
.RelatedList {
  margin-bottom: 2rem;
}
.MovieListTop .owl-dots,
.RelatedList .owl-dots {
  position: absolute;
  right: 0;
  top: -1rem;
  margin-top: -5px;
}
article {
  margin-bottom: 2rem;
}
section > .Top,
article > .Top {
  margin-bottom: 1rem;
  line-height: 1.875rem;
}
section > .Top[class*="fa-"],
section > .Top[class*="AAIco-"],
article > .Top[class*="fa-"],
article > .Top[class*="AAIco-"] {
  position: relative;
}
section > .Top[class*="fa-"] > .Title,
section > .Top[class*="AAIco-"] > .Title,
article > .Top[class*="fa-"] > .Title,
article > .Top[class*="AAIco-"] > .Title {
  padding-left: 2rem;
}
section > .Top > .Title,
article > .Top > .Title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
section > .Top[class*="fa-"]:before,
section > .Top[class*="AAIco-"]:before,
article > .Top[class*="fa-"]:before,
article > .Top[class*="AAIco-"]:before {
  position: absolute;
  font-size: 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  top: 5px;
}
article > .Top > .Title {
  font-size: 2rem;
}
.Button.TPlay {
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.Button.TPlay:before {
  font-size: 1.25rem;
  margin-right: 0.3rem;
}
.AZList {
  font-size: 0;
  margin: 0 -5px 1.5rem;
  text-align: center;
}
.AZList > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 5px 10px;
}
.AZList > li > a {
  display: block;
  line-height: 30px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 28px;
}
.MovieList {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
main .MovieList {
  margin-bottom: 1.6rem;
}
.MovieList > li {
  padding: 0 0.3rem 0.6rem;
}
.TpTv {
  color: #fff;
  border-radius: 10px;
  line-height: 1rem;
  height: 1rem;
  font-size: 0.625rem !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.6rem;
  font-weight: 700;
  margin-top: -2px;
  text-transform: uppercase;
}
.TPost.B .Image .TpTv {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
}
.TPost.C {
  position: relative;
  padding-left: 68px;
  min-height: 90px;
  margin-bottom: 1rem;
}
.MovieList > li:last-child .TPost.C,
.TPost.C .Info {
  margin-bottom: 0;
}
.TPost.C .Title {
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}
.TPost.C .Title > span {
  position: relative;
  right: -3px;
  margin-top: 3px;
  vertical-align: top;
}
.TPost.C .Image {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
  padding: 2px;
  border-radius: 4px;
}
.TPost.C .Image figure,
.TPost.C .Image figure img,
.TPost.C .TpMvPlay:after {
  border-radius: 4px;
}
.TPost.C .Image figure {
  padding-top: 86px;
}
.TPost.C .Top {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px 0;
  z-index: 1;
  line-height: 1.2rem;
  min-width: 20px;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
}
.TPost.C .Info {
  padding: 0;
  margin-top: -3px;
}
.TPost.C .Info .Vote {
  margin-bottom: 5px;
}
.TPost.C:hover .TpMvPlay:before {
  transform: scale(0.8);
}
.SrtdBy {
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  white-space: nowrap;
}
.SrtdBy:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-top: 0.9rem;
  margin-left: -1.3rem;
}
.SrtdBy > span {
  padding-right: 0.3rem;
}
.SrtdBy > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.875rem;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.SrtdBy a {
  padding: 0 1.5rem;
  position: relative;
}
.SrtdBy > span,
.SrtdBy > ul {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.SrtdBy,
.SrtdBy li {
  transition: 0.2s;
}
.SrtdBy li a:before {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.SrtdBy li {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}
.SrtdBy .List {
  margin-left: -1.5rem;
  margin-top: -0.5rem;
  padding: 0.5rem 0;
  border-radius: 6px;
}
.SrtdBy.open li,
.SrtdBy li.on {
  opacity: 1;
  max-height: 9em;
  display: block;
}
.SrtdBy.open .List {
  z-index: 3;
}
.SrtdBy li.on {
  font-weight: 700;
}
.SrtdBy.open li.on a:before {
  display: block;
}
.Top > .Button.Sm {
  margin-top: 10px;
}
.Button.Sm {
  padding: 0 0.5rem;
  border-radius: 50px;
  line-height: 1.25rem;
  font-size: 0.75rem;
}
.Serie .TPost.B .Image + .Title:after,
.Seasons .TPost.B .Image + .Title:after,
.Episodes .TPost.B .Image + .Title:after {
  content: attr(data-subtitle);
  display: block;
  font-weight: 300;
  opacity: 0.7;
}
.Serie .TPost.B .Image .Qlty,
.Seasons .TPost.B .Image .Qlty,
.Episodes .TPost.B .Image .Qlty {
  text-transform: none;
}
.Episodes .TPost.B .Image figure {
  padding-top: 56%;
}
.MovieList.Seasons .TPost.B .TpMvPlay:before,
.MovieList.Episodes .TPost.B .TpMvPlay:before {
  display: block;
}
.MovieList.Episodes .TPost.B {
  overflow: hidden;
}
.MovieList.Episodes .TPost.B .Title,
.MovieList.Episodes .TPost.B .Image .Qlty {
  transition: 0.2s;
}
.MovieList.Episodes .TPost.B:hover .Title {
  bottom: -60%;
}
.MovieList.Episodes .TPost.B:hover .Image .Qlty {
  top: -60%;
}
.ShareList,
.ShareList > li {
  display: inline-block;
  vertical-align: top;
}
.ShareList {
  font-size: 0;
}
.ShareList > li {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.ShareList > li > a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 4rem;
  border: 2px solid transparent;
  display: inline-block;
}
.ShareList > li > a[class*="google"] {
  font-size: 1.2rem;
}
i.PlayMovie {
  display: block;
  width: 120px;
  margin: auto;
}
.PlayMovie:before {
  width: 120px;
  height: 120px;
  line-height: 112px;
  border-radius: 120px;
  border: 4px solid #fff;
  font-size: 5rem;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: -3rem auto 1rem;
  transition: 0.2s;
}
.PlayMovie:hover:before {
  transform: scale(1.2);
}
.TpRwCont {
  margin-bottom: 1.875rem;
}
.TpRwCont:last-child {
  margin-bottom: 0;
}
main > .TPost.A {
  padding: 0;
}
.VideoPlayer {
  position: relative;
}
.VideoPlayer > span[class*="Btn"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-size: 1.5rem;
}
.VideoPlayer > span.BtnOptions {
  top: -70px;
  white-space: nowrap;
  overflow: hidden;
}
.VideoPlayer > span.BtnOptions:before,
.VideoPlayer > span.BtnOptions > i {
  width: 100%;
  transition: 0.2s;
}
.VideoPlayer > span.BtnOptions > i {
  right: -100%;
}
.VideoPlayer > span.BtnOptions + .BtnLight {
  bottom: -70px;
}
.VideoPlayer > span.BtnLight {
  bottom: 0;
}
.VideoPlayer .Video {
  position: relative;
  min-height: 250px;
  max-height: 500px;
  overflow: hidden;
  display: none;
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.VideoPlayer .Video.on {
  display: block;
}
.VideoPlayer .Video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.VideoPlayer .Video iframe,
.VideoPlayer .Video embed,
.VideoPlayer .Video video,
.VideoPlayer .Video object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.VideoOptions {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  min-height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 4rem 1rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}
.VideoOptions > .Top {
  padding: 0 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.VideoOptions > .Top:before {
  font-size: 1.5625rem;
  margin-top: 5px;
  margin-left: 1rem;
}
.VideoOptions > .Top .Title {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.VideoOptions.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.VideoOptions.open + .BtnOptions,
.lgtbx-on .VideoPlayer > span.BtnLight {
  color: #fff;
}
.VideoOptions.open + .BtnOptions:before {
  margin-left: -100%;
}
section.VideoOptions > .Top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
section.VideoOptions > .Top .Title {
  color: #fff;
}
.ListOptions {
  white-space: nowrap;
  overflow: auto;
  padding: 1rem 0;
  margin: 0 auto;
}
.ListOptions > li {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.ListOptions > li:last-child {
  margin-right: 0;
}
.OptionBx {
  padding: 0.3rem 0.8rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.5;
}
.OptionBx .Optntl {
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.25rem;
  line-height: 3.125rem;
  margin-bottom: 0.5rem;
}
.OptionBx .Optntl span {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  font-size: 3.125rem;
}
.OptionBx p {
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
  line-height: 1.25rem;
  padding: 0 0.4rem;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.OptionBx p:before {
  font-size: 1rem;
  margin-right: 0.3rem;
}
.OptionBx.on,
.MovieList .OptionBx:hover {
  opacity: 1;
}
.OptionBx .Button {
  text-transform: uppercase;
  display: block;
}
.MovieList .OptionBx {
  opacity: 0.5;
}
[class*="Dvr-"],
.bnr {
  margin: 0 auto 1.875rem;
  overflow: hidden;
  text-align: center;
}
.Dvr-250 {
  max-width: 250px;
}
.Dvr-300 {
  max-width: 300px;
}
.Dvr-728 {
  max-width: 728px;
}
.TPost.D {
  padding-top: 6rem;
  padding-bottom: 0;
}
.comment-list {
  margin: 0 0 1rem;
  list-style-type: none;
  padding-left: 0;
}
.comment-list ul {
  list-style-type: none;
  padding-left: 1rem;
  border-left: 2px solid transparent;
  margin-left: 0;
}
.bypostauthor .comment-body {
  position: relative;
  margin-bottom: 2rem;
}
.comment-metadata {
  opacity: 0.3;
  font-weight: 300;
}
.comment-metadata:hover {
  opacity: 1;
}
.comment-meta .avatar {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-meta div {
  display: inline-block;
  vertical-align: top;
}
.comment-content {
  font-size: 1rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  font-weight: 700;
  line-height: 1.5rem;
}
.comment-reply-link:before {
  content: "reply";
  font-size: 1rem;
  margin-right: 0.3rem;
}
.comment-form {
  margin-bottom: 1.5rem;
}
.comment-form-comment textarea {
  height: 5rem;
  min-height: 5rem;
  border-radius: 6px;
}
.comment-author,
.comment-meta {
  display: inline-block;
  vertical-align: baseline;
}
.comment-author .fn {
  font-style: normal;
  font-weight: 700;
}
.comment-meta {
  opacity: 0.5;
  font-size: 10px;
}
p.logged-in-as {
  font-size: 12px;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  clear: both;
}
p.logged-in-as a {
  opacity: 0.7;
}
p.logged-in-as a:hover {
  opacity: 1;
}
.not-found {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.error-404 {
  margin-bottom: 2rem;
}
.error-404 .search-form {
  padding-right: 6.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.error-404 .search-form label {
  padding: 0;
  display: block;
}
.error-404 .search-form input {
  margin-bottom: 0;
}
.error-404 .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  padding: 0 5px;
}
.error-404 .Top,
.error-404 .page-content p {
  text-align: center;
}
.error-404:before {
  font-size: 4rem;
  line-height: 1;
  display: block;
  text-align: center;
}
.Result .ResultList {
  margin-bottom: 1rem;
}
.ResultList .TpTv {
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 3px;
}
.CommentsList > li:last-child > .comment-body:last-child {
  margin-bottom: 0;
}
.CommentsList li li .comment-body {
  border-left: 3px solid currentColor;
  padding-left: 1rem;
}
.CommentsList ul {
  margin: 0;
  padding: 0;
}
.comment-reply-link {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-reply-link:before {
  font-size: 1rem;
  content: "\e0b7";
  margin-right: 0.4rem;
  margin-top: 2px;
}
.comment-body p:first-child,
.comment-body p:last-of-type {
  margin-bottom: 0;
}
.comment-reply-title {
  float: left;
  margin-top: 5px;
}
.TPost.B .Image .MvIC {
  position: absolute;
  left: 5px;
  top: 5px;
}
.TPost.B .MvIC {
  display: inline-block;
  vertical-align: top;
}
.TPost.B .MvIC .Qlty {
  margin-right: 5px;
}
.TPost.B .Image .MvIC .Qlty {
  position: static;
  margin-bottom: 3px;
  font-weight: 700;
  float: left;
  clear: both;
  margin-right: 0;
  height: auto;
}
.TPost.B .Image .MvIC .Qlty img {
  margin: 4px 4px 4px 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 16px;
}
.TPost.B .Image .MvIC .Qlty img:last-child {
  margin-right: 0;
}
.TPost.B .Image .MvIC .Qlty.Lg {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.TPost.B .Image .MvIC .Qlty.Yr {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 11px;
}
.Cast .view-sh {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 23px;
  border-radius: 15px;
  height: 25px;
  margin-left: 5px;
}
.rating-content {
  display: inline-block;
  vertical-align: top;
}
.rating-content button {
  background-color: transparent !important;
  box-shadow: none;
}
.rating-content button i {
  transition: 0.2s;
  margin-right: 5px;
}
.rating-content button:hover i {
  transform: scale(1.2);
}
.TPost.A .Title + .ShareList {
  margin-top: 7px;
}
.TPost.A .Description a {
  font-weight: 400;
}
.Footer > .Top {
  padding: 1.5rem 0;
}
.Footer > .Top .Logo {
  margin-bottom: 1.5rem;
}
.Footer > .Top .Rows {
  margin: 0 -1rem;
}
.Footer > .Top .Rows > div {
  padding: 0 1rem;
}
.Footer .Wdgt {
  margin-bottom: 2rem;
}
.Footer .Wdgt:last-child {
  margin-bottom: 0;
}
.Footer .Wdgt > .Title {
  margin-bottom: 1rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
}
.Footer .widget_categories > ul {
  overflow: hidden;
  max-width: 410px;
}
.Footer .widget_categories > ul li {
  float: left;
  width: 50%;
  padding: 0 1rem;
}
.SocialList {
  font-size: 1.25rem;
}
.SocialList > li {
  display: inline-block;
  vertical-align: top;
}
.SocialList > li a {
  width: 2.5rem;
  line-height: 2.5rem;
  opacity: 0.5;
  display: inline-block;
}
.SocialList > li a:hover {
  opacity: 1;
}
.Footer > .Bot {
  text-align: center;
  padding: 1rem 0;
}
.Footer > .Bot p:last-child {
  margin-bottom: 0;
}
.TPTblCn {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.875rem;
}
.TPTblCn:last-child {
  margin-bottom: 0;
}
.TPTblCn table {
  margin-bottom: 0;
}
.TPTblCn td {
  border-bottom: 1px solid transparent;
}
.TPTblCn th,
.TPTblCn td {
  border: 0;
  padding: 10px 20px;
  transition: 0.2s;
}
.TPTblCn th {
  font-weight: 400;
}
.TPTblCn th:first-child,
.TPTblCn td:first-child {
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.TPTblCn span {
  white-space: nowrap;
}
.TPTblCn span img {
  margin-right: 5px;
}
.TPTblCn p {
  margin-bottom: 0;
}
.TPTblCn a {
  font-weight: 700;
}
.TPTblCn .Button {
  min-width: 70px;
}
.TPTblCn .Vote {
  font-size: 1rem;
}
.TPTblCn th {
  text-transform: uppercase;
  font-weight: 700;
}
.TPTblCn td.MvTbImg {
  width: 60px;
  padding-right: 0;
  min-width: 60px;
}
.TPTblCn td.MvTbImg.B {
  width: 115px;
  min-width: 115px;
}
.TPTblCn td.MvTbImg.B img {
  width: 95px;
  height: 50px;
  object-fit: cover;
}
.TPTblCn td.MvTbImg > a {
  display: block;
  position: relative;
}
.TPTblCn td.MvTbImg .TpTv {
  position: absolute;
  left: -3px;
  top: 0;
}
.TPTblCn td.MvTbImg img {
  width: 40px;
  height: 60px;
  border-radius: 3px;
}
.TPTblCn td.MvTbTtl {
  padding-left: 10px;
  line-height: 1.2rem;
}
.TPTblCn td.MvTbTtl a {
  display: inline-block;
  font-weight: 700;
}
.TPTblCn td.MvTbTtl span {
  font-size: 0.75rem;
  display: block;
}
.TPTblCn td.MvTbBtn {
  width: 100px;
  padding: 0 10px;
}
.TPTblCn td.MvTbPly {
  width: 50px;
  font-size: 2.1875rem;
  padding-left: 10px;
}
.TPTblCnMvs th,
.TPTblCnMvs td {
  text-align: center;
}
.TPTblCnMvs th:first-child,
.TPTblCnMvs th:nth-child(2),
.TPTblCnMvs td:first-child,
.TPTblCnMvs td:nth-child(2),
.TPTblCnMvs td:nth-child(3) {
  text-align: left;
}
.SeasonBx {
  margin-bottom: 1rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 1rem;
}
.SeasonBx .Top .Title > i:before,
.SeasonBx .Top .Title:before,
.SeasonBx .Top .Title:after,
.SeasonBx .TPTblCn {
  transition: 0.2s;
}
.SeasonBx .Top {
  position: relative;
  margin-bottom: 0;
}
.SeasonBx .Top .Title > i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  cursor: pointer;
}
.SeasonBx .Top .Title > i:before {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  height: 40px;
  line-height: 40px;
}
.SeasonBx.AACrdn .Top {
  margin-bottom: 0;
}
.SeasonBx.AACrdn .Top.on,
.SeasonBx .Top {
  margin-bottom: 1rem;
}
.SeasonBx .Top.on .Title > i:before {
  transform: scale(1, -1);
}
.SeasonBx .Top.on + .AAcont {
  max-height: 999em;
  opacity: 1;
}
.SeasonBx .AAcont {
  max-height: 0;
  opacity: 0;
}
section > .Top.AAIco-playlist_play:before,
article > .Top.AAIco-playlist_play:before {
  top: 8px;
}
.TPost .Description .CastList.Rows {
  margin-bottom: 1.5rem;
}
.TPost .Description .CastList {
  max-height: 6rem;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}
.TPost .Description .CastList:before {
  position: absolute;
  left: 0;
  height: 80%;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  z-index: 1;
  transition: 0.2s;
}
.TPost .Description .CastList.open {
  max-height: 999em;
}
.TPost .Description .CastList.open:before {
  opacity: 0;
  visibility: hidden;
}
.TPost .Description .CastList li {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  height: 1.5rem;
}
.TPost .Description .CastList a {
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5rem;
}
.TPost .Description .CastList li:before {
  content: "person";
  position: absolute;
  left: 0.625rem;
  top: 0;
  opacity: 0.5;
}
.TPost .Description .CastList li:hover:before {
  opacity: 1;
}
.ShareList.Count li,
.ShareList.Count a,
.ShareList.Count .numbr {
  margin-right: 0.5rem;
}
.ShareList.Count li {
  margin-bottom: 0.5rem;
}
.ShareList.Count .numbr {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5rem;
}
.TPost.Single header {
  margin-bottom: 0;
}
.TPost.Single .Image {
  max-width: 9.6rem;
  position: relative;
  margin: 0 auto 1rem;
  padding-top: 14.3rem;
}
.TPost.Single .Image img {
  border-radius: 3px;
}
.TPost.Single .Image:before,
.TPost.Single .Image:after {
  display: none;
}
.TPost.Single .Title {
  display: block;
  right: 0;
}
.Title.Top {
  margin-bottom: 1rem;
}
.Title.Top[class*="AAIco-"]:before {
  margin-right: 0.5rem;
  padding-top: 0.1rem;
}
p.Genre,
p.Director,
.CastCn {
  clear: both;
}
.CastCn .Top {
  margin-bottom: 0;
}
.CastCn .Top .Title {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.CastLink span + span,
.CastLink.open span {
  display: none;
}
.CastLink.open span + span {
  display: inline;
}
.CastList {
  margin-right: 0;
}
.Result.OptionBx {
  left: 0;
  top: 70px;
  max-width: 100%;
  position: absolute;
  padding: 1rem 1rem 0;
  opacity: 1;
  cursor: inherit;
}
.Result.OptionBx .TPost.C {
  min-height: 60px;
}
.Result.OptionBx .TPost.C .Image {
  padding: 0;
}
.Result.OptionBx .TPost.C .Image figure {
  padding-top: 60px;
}
.Result.OptionBx > p {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
}
.Result.OptionBx .MovieListTop {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 0.5rem;
}
.Result.OptionBx .MovieListTop .TPost {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 6rem;
  white-space: normal;
}
.Result.OptionBx .MovieListTop .TPost:last-child {
  margin-right: 0;
}
.Result.OptionBx > .Button {
  display: block;
  margin-bottom: 1rem;
}
.Result.OptionBx .error-404 {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.Result.OptionBx .error-404:after,
.Result.OptionBx p.trloading:after {
  clear: both;
  display: block;
  content: "";
  width: 100vw;
}
.Result.OptionBx .error-404 .Top {
  display: inline-block;
  vertical-align: top;
}
.Result.OptionBx p.trloading {
  margin-bottom: 1rem;
  text-align: center;
  background-color: transparent;
  line-height: 1.2rem;
  padding-right: 1.5rem;
  max-width: 100%;
  overflow: hidden;
}
.Result.OptionBx p.trloading i {
  opacity: 0.5;
  margin: 0 0.5rem;
  font-size: 1rem;
  vertical-align: top;
}
.Description blockquote,
.Description pre {
  margin-bottom: 2rem;
}
.Description p a {
  font-weight: 700;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
blockquote {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-left: 3px solid transparent;
  padding-left: 1rem;
}
.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#email-notes {
  display: block;
  font-size: 1.25rem;
}
.comment-notes {
  padding-left: 3rem;
  position: relative;
}
.comment-notes:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  content: "info_outline";
  line-height: 3.5rem;
}
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar caption {
  font-weight: 700;
  margin-bottom: 1rem;
}
.widget_calendar a {
  font-weight: 700;
}
.sticky .posted-on,
.byline {
  display: none;
}
.gallery {
  margin: 0 0.2rem 1.5rem;
}
.gallery-item {
  display: inline-block;
  padding: 0.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
  width: 100%;
}
.gallery-caption {
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.5rem;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.entry-content .attachment {
  text-align: center;
}
.widget span.required {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
.admin-bar .Header {
  top: 32px;
}
@media screen and (max-width: 600px) {
  html[lang] .admin-bar .Header {
    top: 0 !important;
    position: relative !important;
  }
  .admin-bar .Header {
    z-index: 999999;
    top: 0;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .Header {
    top: 46px;
  }
}
.Modal-Box,
.AAOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.Modal-Box .AAOverlay {
  z-index: 1;
  background-color: #000;
  cursor: pointer;
}
.Modal-Box.on .AAOverlay {
  opacity: 0.8;
  visibility: visible;
}
.Modal-Box {
  transition: 0.2s;
  z-index: 50;
  text-align: center;
  padding: 1.25rem;
  white-space: nowrap;
  font-size: 0;
  overflow: auto;
}
.Modal-Box:before {
  width: 1px;
  height: 100%;
  margin-right: -1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.Modal-Box.on {
  visibility: visible;
  opacity: 1;
}
.Modal-Box.on .Modal-Content {
  transform: inherit;
}
.Modal-Content {
  position: relative;
  max-width: 53rem;
  text-align: left;
  transform: scale3d(0.3, 0.3, 0.3);
  transition: 0.2s;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  white-space: normal;
  font-size: 0.875rem;
  padding: 2rem;
  text-align: center;
}
.Modal-Content:before {
  padding-top: 56.25%;
  content: "";
  width: 1px;
  display: block;
}
.Modal-Content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Modal-Close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}
.Modal-Close:hover {
  transform: scale(1.1);
}
aside .Wdgt {
  margin-bottom: 1.875rem;
  border-radius: 6px;
  padding: 1rem;
}
aside .Wdgt:last-child {
  margin-bottom: 0;
}
aside .Wdgt > .Title {
  text-align: center;
  line-height: 1.8rem;
  padding: 1rem;
  font-size: 1.125rem;
  margin: -1rem -1rem 1rem;
  border-bottom: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.Wdgt > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_nav_menu > div {
  margin: 0 -1rem;
}
.widget_nav_menu > div > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.widget_nav_menu > div > ul li {
  position: relative;
}
.widget_nav_menu > div > ul li[class]:before {
  font-size: 1.25rem;
  opacity: 0.5;
  margin-left: -0.3rem;
}
.widget_nav_menu > div > ul > li[class*="current"] {
  border-left: 3px solid transparent;
}
.widget_nav_menu > div > ul li[class*="current"]:before,
.widget_nav_menu > div > ul li:hover:before {
  opacity: 1;
}
.widget_nav_menu > div > ul li > i {
  height: 40px;
}
.widget_nav_menu > div > ul li > i:before {
  right: 1.25rem;
}
.widget_nav_menu > div > ul li > a {
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.widget_nav_menu li[class*="children"] > a {
  pointer-events: none;
}
.widget_nav_menu li[class*="children"] > a:after {
  position: static;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.widget_nav_menu > div > ul li > a:before {
  display: none;
}
.widget_nav_menu > div > ul .sub-menu {
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  padding: 0 10px 1rem;
}
.widget_nav_menu > div > ul .sub-menu > li {
  width: 50%;
  float: left;
  line-height: 30px;
}
.widget_nav_menu > div > ul .sub-menu .sub-menu {
  border-top: 0;
  margin-top: -10px;
}
.widget_nav_menu > div > ul .sub-menu .sub-menu > li {
  width: auto;
  float: none;
}
.SearchMovies .Button {
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}
.Frm-Slct {
  padding-top: 50px;
  position: relative;
}
.Frm-Slct .Form-Group {
  margin-bottom: 0;
}
.Frm-Slct > label {
  width: 110px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.5rem;
  border-radius: 6px;
}
.Frm-Slct > label:before {
  font-size: 1rem;
}
.Frm-Slct .sol-inner-container,
.Frm-Slct .Form-Group > label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.Frm-Slct .Form-Group > label,
.Frm-Slct .sol-input-container {
  margin-left: 120px;
  padding: 0;
}
.SearchMovies .Form-Group .trsrcbx {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.SearchMovies .Form-Group .trsrcbx > div {
  overflow: auto;
  max-height: 150px;
  padding: 0.5rem 0;
}
.SearchMovies .Form-Group .trsrcbx p {
  margin-bottom: 0;
  text-align: center;
}
.SearchMovies label:before {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.SearchMovies .sol-input-container input[type="text"] {
  padding: 0 0.8rem;
  border-radius: 6px;
}
.SearchMovies input[type="text"] {
  border-radius: 6px;
}
.SearchMovies .sol-inner-container {
  border: 0;
  height: 40px;
  border-radius: 20px;
}
.SearchMovies .sol-selection {
  padding: 0.5rem 0;
  max-height: 150px;
  overflow: auto;
  width: 100%;
}
.SearchMovies .sol-checkbox {
  position: absolute;
  opacity: 0;
}
.SearchMovies .sol-label {
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
}
.SearchMovies .sol-active .sol-caret:before {
  opacity: 1;
}
.SearchMovies .sol-selection-container,
.trsrcbx {
  border-radius: 10px !important;
}
.trsrcbx {
  position: absolute;
}
.SearchMovies .trsrclst {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.SearchMovies .trsrclst:empty {
  margin-bottom: 0;
}
.SearchMovies .sol-no-results {
  padding: 0.5rem;
}
.SearchMovies .sol-current-selection:empty {
  margin-bottom: 0;
}
.SearchMovies .sol-current-selection,
.trsrclst {
  margin-bottom: 0.5rem;
}
.SearchMovies .sol-selected-display-item,
.trsrclst > li {
  cursor: pointer;
  border-radius: 10px;
  line-height: 20px;
  position: relative;
  padding: 0 1.5rem 0 0.7rem;
  font-size: 0.75rem;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.SearchMovies span.sol-quick-delete,
.trsrclst .tr-delete {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 0.5rem;
  left: 0;
}
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
  padding: 5px;
  text-align: center;
  border: 0;
}
.widget_calendar table {
  margin-bottom: 0;
}
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}
.widget_recent_comments li {
  line-height: 1rem;
}
.widget_recent_comments li:before {
  content: "comment";
}
.widget_recent_entries li:before {
  content: "description";
}
.widget_views li:before {
  content: "remove_red_eye";
}
.widget_rss li:before {
  content: "rss_feed";
}
.widget_meta li:before {
  content: "arrow_forward";
}
.widget_pages li:before {
  content: "insert_drive_file";
}
.widget_archive li:before {
  content: "archive";
}
.widget_recent_comments li,
.widget_recent_entries li,
.widget_views li,
.widget_rss li,
.widget_meta li,
.widget_pages li,
.widget_archive li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5rem;
}
.widget_ratings-widget li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_views li:last-child,
.widget_rss li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child {
  margin-bottom: 0;
}
.widget_ratings-widget li {
  margin-bottom: 15px;
  line-height: 1.2rem;
  font-size: 0.75rem;
}
.widget_ratings-widget li a {
  display: block;
  font-size: 0.875rem;
}
.widget_recent_comments li span,
.widget_rss li span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.widget_search form {
  position: relative;
}
.widget_search label {
  display: block;
  padding: 0;
}
.widget_search input {
  padding-right: 3rem;
}
.widget_search .search-form {
  position: relative;
  padding-right: 6.5rem;
}
.widget_search .search-field {
  margin-bottom: 0;
}
.widget_search .SearchBtn,
.widget_search .search-submit {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  padding: 0 5px;
  opacity: 1;
}
.trsrcbx label {
  padding: 0;
  position: relative;
}
.trsrcbx label button {
  background-color: transparent;
  color: currentColor;
  font-weight: 300;
  box-shadow: none;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  text-align: left;
  text-transform: capitalize;
  line-height: normal;
}
.trsrcbx label:before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.2s;
  opacity: 0;
}
.trsrcbx label:hover:before {
  opacity: 0.1;
}
.Wdgt .AZList {
  display: block;
  margin: 0 -0.4rem;
}
.Wdgt .AZList > li {
  display: inline-block;
  vertical-align: top;
  min-width: 44px;
}
.Wdgt .TPost.A .Title {
  max-height: none;
}
.Wdgt .MovieList > li {
  padding-bottom: 0;
}
.Wdgt .MovieList .TPost.B .Title {
  max-height: 32px;
  overflow: hidden;
}
.Wdgt .MovieList .TPost.B .TpMvPlay:before {
  display: block;
}
.TpSbList > .MovieList,
.Footer .TpSbList > ul.MovieList {
  margin: 0 -0.3rem -0.6rem;
}
.TpSbList > .MovieList > li,
.Footer .TpSbList > ul.MovieList > li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 0.6rem;
}
.widget_categories > ul li {
  text-align: right;
  line-height: 2.5rem;
  position: relative;
  min-height: 2.5rem;
}
.widget_categories > ul {
  margin: 0 -1rem;
}
.widget_categories > ul ul {
  margin: 0;
  padding: 0;
}
.widget_categories > ul li {
  font-size: 0.75rem;
  padding-right: 1rem;
}
.widget_categories > ul a {
  font-size: 0.875rem;
  position: relative;
  padding-right: 2rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget_categories > ul li:hover {
  border-left: 3px solid transparent;
}
.widget_categories > ul li > a {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  padding-left: 1.2rem;
  text-align: left;
}
.widget_categories > ul li > a:before {
  content: "\e039";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.widget_categories > ul li:hover > a:before {
  opacity: 1;
}
aside .widget_categories ul {
  max-height: 240px;
  overflow: auto;
}
aside .widget_categories ul ul {
  max-height: none;
  overflow: inherit;
}
.Wdgt .tagcloud a {
  font-size: 0.75em !important;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
}
.Wdgt .tagcloud a span {
  font-weight: 400;
  opacity: 0.5;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/toroflix/public/css/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-dots {
  font-size: 0;
  text-align: center;
  height: 5px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 5px;
  opacity: 0.7;
  transition: 0.2s;
  margin: 0 0.09rem;
  line-height: 0;
}
.owl-dots > div > span {
  display: block;
  background-color: currentColor;
  height: 2px;
  margin-top: 3px;
}
.owl-dots > div:first-child {
  margin-left: 0;
}
.owl-dots > div:last-child {
  margin-right: 0;
}
.owl-dots > div.active {
  opacity: 1;
}
.owl-dots > div.active > span {
  height: 5px;
  margin-top: 0;
}
.post-ratings {
  font-size: 0;
  height: 20px;
  line-height: 18px;
  padding: 1px 0;
  white-space: nowrap;
}
img[src*="rating_"] {
  display: inline-block !important;
  width: 18px !important;
  height: 18px;
  padding-left: 18px !important;
  margin-left: 0 !important;
  vertical-align: top;
  background-image: url(/wp-content/themes/toroflix/public/img/star.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 0;
  background-size: cover;
}
img[src*="on.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-on.svg);
}
img[src*="half.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-hf.svg),
    url(/wp-content/themes/toroflix/public/img/star.svg);
}
img[src*="over.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-oh.svg);
}
.post-ratings-loading {
  display: none !important;
}
.wp-pagenavi,
.nav-links {
  font-size: 0;
  margin: 0 -6px 1.5rem;
}
.wp-pagenavi a,
.wp-pagenavi span,
.nav-links a,
.nav-links span,
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 7px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
}
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last,
.prev.page-numbers,
.next.page-numbers {
  font-size: 0;
}
.wp-pagenavi a.first:before,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.last:before {
  font-size: 1.25rem;
  font-weight: 300;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.prev.page-numbers:before,
.next.page-numbers:before {
  font-size: 1.5rem;
}
.wp-pagenavi a.first:before {
  content: "\e5c4";
}
.wp-pagenavi a.previouspostslink:before,
.prev.page-numbers:before {
  content: "\e314";
}
.wp-pagenavi a.nextpostslink:before,
.next.page-numbers:before {
  content: "\e315";
}
.wp-pagenavi a.last:before {
  content: "\e5c8";
}
.wp-pagenavi .pages,
.wp-pagenavi a.prev.page-numbers,
.wp-pagenavi .next.page-numbers,
.nav-links a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sol-inner-container {
  position: relative;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.sol-container.sol-active .sol-inner-container {
  z-index: 9999;
}
.sol-input-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sol-input-container input[type="text"] {
  box-shadow: none;
  padding: 0 7px;
  outline: none;
  width: 100%;
  height: 100%;
}
.sol-input-container input[type="text"]::-ms-clear {
  display: none;
}
.sol-selection-container {
  display: none;
}
.sol-container.sol-active .sol-selection-container,
.trsrcbx {
  display: block;
  position: fixed;
  left: inherit;
  top: inherit;
  z-index: 10000;
}
.sol-active.sol-selection-top .sol-selection-container,
.trsrcbx {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}
.sol-action-buttons {
  padding: 7px 10px;
}
.sol-action-buttons a {
  line-height: 1em;
  text-decoration: none;
}
.sol-action-buttons .sol-select-all {
  float: left;
}
.sol-action-buttons .sol-deselect-all {
  float: right;
}
.sol-action-buttons .sol-clearfix {
  clear: both;
}
.sol-selection {
  overflow: auto;
  position: relative;
  min-height: 0px;
}
.sol-selection:empty {
  display: none;
}
.sol-option {
  display: block;
}
.sol-label {
  padding: 5px 10px;
  display: block;
  position: relative;
}
.sol-label-text {
  line-height: 1.2em;
}
.sol-optiongroup {
  padding-bottom: 1px;
}
.sol-optiongroup-label {
  font-weight: 700;
  margin-bottom: 5px;
  padding: 3px 5px;
}
.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
  border-top: none;
}
.sol-checkbox,
.sol-radio {
  position: absolute;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  top: 4px;
}
.sol-filtered-search {
  display: none;
}
.sol-no-results,
.sol-loading-data {
  padding: 5px 0;
  font-style: italic;
  text-align: center;
}
.sol-loading-data {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.lgtbx {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  cursor: pointer;
}
.lgtbx-on {
  overflow: hidden;
}
.lgtbx-on .VideoPlayer {
  z-index: 999;
}
.lgtbx-on .VideoPlayer .lgtbx {
  visibility: visible;
  opacity: 0.9;
  z-index: 2;
}
.lgtbx-on .VideoPlayer .Video {
  z-index: 3;
}
.wp-pagenavi .current {
  background-color: var(--main-color);
}
.imglazy {
  opacity: 0;
  transition: opacity 0.333s ease-in;
}
.imglazy.lazy-loaded {
  opacity: 1;
}
#star,
#stars {
  font-size: 18px;
}
.oh {
  height: 27px;
  overflow: hidden;
}
.CommentsList + .wp-pagenavi {
  margin-top: 2rem;
}
.single-post header .Info span {
  margin-right: 1rem;
}
.single-post header .Info span:before {
  margin-right: 0.25rem;
  opacity: 0.5;
}
.single-post .Description {
  margin-bottom: 2rem;
}
.post-blog-list .single-post {
  padding: 0;
  margin-bottom: 4rem;
}
.post-blog-list .single-post header {
  margin-bottom: 0;
}
.home .MovieListSldCn {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: none) {
  * {
    min-height: 0%;
  }
}
@media screen and (max-width: 62em) {
  .Menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 2px solid transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  }
  .sub-menu.open {
    opacity: 1;
    max-height: 99em;
    padding: 5px 0;
  }
  .sub-menu .sub-menu,
  .menu-item-has-children .menu-item-has-children > a:after {
    display: none !important;
  }
  .sub-menu > li {
    width: 25%;
  }
  .sub-menu > li > a {
    padding: 0 0.5rem;
    font-weight: 300;
  }
  .sub-menu .sub-menu > li {
    float: none;
    width: auto;
  }
  .Menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
  }
  .Menu > ul > li {
    border-bottom: 1px solid transparent;
  }
  .Menu > ul > li:last-child {
    border-bottom: 0;
  }
  .Menu > ul > li li.menu-item-has-children > a {
    padding-left: 2rem;
  }
  .Menu > ul > li li.menu-item-has-children:before {
    left: 1rem !important;
  }
  .menu-item-has-children > a:after {
    transform: rotate(270deg);
  }
  .BuyNow {
    padding-top: 1rem;
    border-bottom: 0;
    margin-top: 0.5rem;
  }
  .BuyNow:before {
    top: 1rem;
  }
  .menu-azlist > ul {
    margin-left: 0.5rem;
  }
  .sub-menu {
    max-height: none;
    padding-bottom: 1rem;
  }
  .BuyNow:before {
    margin-left: 0.5rem;
  }
  .BuyNow > a {
    margin-left: 0.5rem;
    margin-right: 1rem;
  }
  #Tf-Wp.open {
    overflow: hidden;
  }
  #Tf-Wp.open .Menu {
    max-height: calc(100vh - 80px);
    opacity: 1;
    padding-bottom: 1rem;
    overflow: auto;
  }
  #Tf-Wp.open.admin-bar .Menu {
    max-height: calc(100vh - 112px);
  }
  .Footer .widget_categories > ul {
    max-width: none;
  }
  .VideoOptions.open + .BtnOptions {
    position: fixed;
    right: 1rem;
    top: 1rem;
    margin: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .widget_nav_menu li[class*="children"] > a {
    pointer-events: auto;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}
@media screen and (max-width: 62em) and (orientation: landscape) {
  .lgtbx-on .VideoPlayer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .VideoPlayer > span[class*="Btn"] {
    right: 1rem;
  }
}
@media screen and (max-width: 48em) {
  #Tf-Wp.open.admin-bar .Menu {
    max-height: calc(100vh - 126px);
  }
  .sub-menu > li {
    width: 33.33333333333333%;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .menu-azlist > .sub-menu,
  .AZList {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 34em) {
  .sub-menu > li {
    width: 50%;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .SrtdBy {
    display: block;
  }
}
@media screen and (max-width: 24em) {
  .Footer .widget_categories > ul li {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .MovieListSldCn .TPost.A .TPMvCn {
    max-width: 570px;
  }
  .PlayMovie,
  .PlayMovie:before {
    position: absolute;
    left: 570px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .PlayMovie {
    height: 0;
  }
  .PlayMovie:before {
    left: 0;
  }
  .TPost.Single .Image {
    float: left;
    margin-right: 1.5rem;
  }
  .Description p.Cast {
    clear: both;
  }
}
@media screen and (min-width: 62em) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .Menu,
  .Menu > ul > li {
    float: left;
  }
  .Menu {
    margin-top: 20px;
    margin-left: 20px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 60px;
    left: 1.5rem;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
  }
  aside .menu-item-has-children:after {
    left: 1rem;
  }
  .menu-item-has-children:hover:after {
    opacity: 1;
    top: 35px;
  }
  .menu-item-has-children:hover > .sub-menu {
    max-height: 40em;
    opacity: 1;
    border-top: 3px solid transparent;
    padding: 5px 10px 1rem;
  }
  .menu-item-has-children .menu-item-has-children:after {
    display: none;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    transition: 0.2s;
    padding: 0 10px;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .Header .Menu .sub-menu .sub-menu {
    border-top: 0;
    top: -15px;
  }
  .Header .Menu .menu-item-has-children .menu-item-has-children > a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .Header .Menu .menu-category .sub-menu {
    width: 570px;
  }
  .Header .Menu .menu-category .sub-menu > li {
    width: 25%;
    margin-top: 10px;
    float: left;
  }
  .Header .Menu .sub-menu,
  .Header .Menu .menu-category .sub-menu .sub-menu {
    width: 235px;
  }
  .Header .Menu .sub-menu > li,
  .Header .Menu .menu-category .sub-menu .sub-menu > li {
    width: auto;
    float: none;
  }
  li:not(.menu-azlist) > .sub-menu > li > a {
    background-color: transparent;
    font-weight: 400;
  }
  .menu-item-has-children.menu-azlist:hover > .sub-menu {
    padding: 5px 5px 10px 10px;
  }
  .menu-azlist > ul {
    padding-left: 10px;
    padding-right: 5px;
  }
  .menu-azlist > ul > li > a {
    padding: 0;
  }
  .Menu > ul > li li > a {
    padding: 0;
  }
  .BuyNow:before {
    margin-left: -0.2rem;
  }
  .BuyNow > a {
    padding-left: 2rem !important;
  }
  .Header .Logo {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .Top.open .Menu {
    opacity: 0;
    visibility: hidden;
  }
  .AZList > li {
    width: 3.7%;
  }
  .TpRwCont {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .TpRwCont > main,
  .TpRwCont > aside {
    display: table-cell;
    vertical-align: top;
  }
  .TpRwCont > main {
    padding-right: 1.875rem;
  }
  .TpRwCont > aside {
    width: 300px;
  }
  .TpRwCont.TpLCol {
    direction: rtl;
  }
  .TpRwCont.TpLCol > main,
  .TpRwCont.TpLCol > aside {
    direction: ltr;
  }
  .TpRwCont.TpLCol > main {
    padding-right: 0;
    padding-left: 1.875rem;
  }
  .TpRwCont.NoSdbr > main {
    padding-left: 0;
    padding-right: 0;
  }
  .TpRwCont.NoSdbr > aside {
    display: none;
  }
  .TPost.B:hover {
    z-index: 2;
  }
  .TPost.B:hover .TPMvCn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .SrtdBy {
    position: absolute;
    right: -0.8rem;
    top: 0;
  }
  .Footer > .Top {
    padding: 3.75rem 0;
  }
  .Footer .Wdgt {
    margin-bottom: 0;
  }
  .Footer .widget_categories > ul li {
    width: 100%;
  }
  .widget_nav_menu > div > ul .sub-menu {
    padding-bottom: 0;
  }
  .widget_textfot p {
    max-width: 370px;
  }
  .widget_categories > ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .VideoOptions {
    position: absolute;
    z-index: 4;
    padding-left: 60px;
    padding-right: 70px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 33.33%;
  }
  .comment-form-email {
    width: 28.33%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .form-submit {
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
  .TpRwCont.NoSdbr .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .Footer .widget_categories > ul li {
    width: 50%;
  }
  .VideoPlayer > span[class*="Btn"] {
    right: -25px;
  }
}
@media screen and (min-width: 85em) {
  .Container {
    max-width: 1300px;
  }
  main .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  main .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}
@media screen and (min-width: 100em) {
  .Container {
    max-width: 1700px;
  }
  main .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  main .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.wp-pagenavi .current {
  background-color: var(--main-color);
}
.imglazy {
  opacity: 0;
  transition: opacity 0.333s ease-in;
}
.imglazy.lazy-loaded {
  opacity: 1;
}
#star,
#stars {
  font-size: 18px;
}
.oh {
  height: 27px;
  overflow: hidden;
}
.buttons_ {
  display: flex;
}
.buttons_ a {
  display: block;
  padding: 10px 30px;
  background: var(--main-color);
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}
.buttons_ a:hover {
  color: #ffcece;
}
.buttons_ .b_ {
  margin-right: 15px;
}
.buttons_ .b_ i {
  display: inline-block;
  margin-right: 5px;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
figure {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover,
:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong,
em {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25rem;
}
sup {
  top: -0.5rem;
}
img,
video,
iframe {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
pre {
  padding: 1rem;
  max-width: 100%;
  position: relative;
  white-space: pre-wrap;
}
pre:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.2;
  content: "";
}
figure img {
  vertical-align: top;
}
.jm15 {
  color: #000;
}
hr {
  background-color: currentColor;
  border: 0;
  height: 1px;
  overflow: visible;
  opacity: 0.2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  margin-bottom: -1px;
}
caption,
td,
th {
  border: 0;
  padding: 0.937rem;
  text-align: left;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline: 0;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
x|1@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "(" attr(href) ")";
  }
  abbr[title]:after {
    content: "(" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a[class*="fa-"],
span[class*="fa-"],
strong[class*="fa-"],
i[class*="fa-"],
a[class*="AAIco-"],
span[class*="AAIco-"],
strong[class*="AAIco-"],
i[class*="AAIco-"] {
  display: inline-block;
}
[class*="AAIco-"]:before,
[class*="fa-"]:before,
.widget_categories > ul li > a:before,
.comment-reply-link:before,
.comment-notes:before,
.TPost .Description .CastList li:before,
.widget_ratings-widget li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  display: inline-block;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
[class*="fa-"]:before {
  font-family: FontAwesome;
}
[class*="AAIco-"]:before,
.wp-pagenavi a.first:before,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.last:before,
.widget_categories > ul li > a:before,
.sol-quick-delete,
.comment-reply-link:before,
.comment-notes:before,
.TPost .Description .CastList li:before,
.trsrclst .tr-delete,
.next.page-numbers:before,
.prev.page-numbers:before,
.widget_ratings-widget li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  font-family: "Material Icons";
  font-feature-settings: "liga";
}
body {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  word-wrap: break-word;
}
dl dt {
  font-weight: 700;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.Title a {
  color: inherit;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.187rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.0625rem;
}
h6 {
  font-size: 1rem;
}
*,
:before,
:after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.Tf-Wp {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Tf-Wp > .Body {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.Container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.jm15 {
  color: #000;
}
hr {
  margin: 1.87rem 0;
}
ul,
ol,
dl {
  list-style-position: outside;
}
ul ul {
  list-style-type: inherit;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 0.937rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-left: 0.937rem;
}
nav ul,
[class*="Menu"],
[class*="List"],
[class*="Row"] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul,
ol,
dl,
dl dt,
dl dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
table,
input,
textarea,
button,
select,
[class*="Form-"] {
  margin-bottom: 0.937rem;
}
[class*="Row"] {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
[class*="Row"] > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 0;
}
.RowCn > .Row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
[class*="Form-"] input,
[class*="Form-"] button,
[class*="Form-"] textarea,
[class*="Form-"] select,
[class*="Form-"] .Form-Select {
  margin-bottom: 0;
}
[class*="Form-"] [class*="Form-"] {
  margin-bottom: 0;
}
.AF.Rows:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.AF.Rows > * {
  display: block;
  float: left;
  width: 100%;
}
.AX.Rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.AX.Rows > * {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.AX.Rows > .Auto,
.AX.Rows.AtRw > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.Column.A01,
.Rows.A01 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.Column.A02,
.Rows.A02 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.Column.A20,
.Rows.A20 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.Column.A03,
.Rows.A03 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.Column.A04,
.Rows.A04 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.Column.A05,
.Rows.A05 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.Column.A06,
.Rows.A06 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.Column.A07,
.Rows.A07 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.Column.A08,
.Rows.A08 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.666667%;
  max-width: 66.66666667%;
}
.Column.A09,
.Rows.A09 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.Column.A10,
.Rows.A10 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.Column.A11,
.Rows.A11 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.Column.A12,
.Rows.A12 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 34em) {
  .BF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .BF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .BX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .BX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .BX.Rows > .Auto,
  .BX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.B01,
  .Rows.B01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.B02,
  .Rows.B02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.B20,
  .Rows.B20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.B03,
  .Rows.B03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.B04,
  .Rows.B04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.B05,
  .Rows.B05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.B06,
  .Rows.B06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.B07,
  .Rows.B07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.B08,
  .Rows.B08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.B09,
  .Rows.B09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.B10,
  .Rows.B10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.B11,
  .Rows.B11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.B12,
  .Rows.B12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .CF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .CF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .CX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .CX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .CX.Rows > .Auto,
  .CX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.C01,
  .Rows.C01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.C02,
  .Rows.C02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.C20,
  .Rows.C20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.C03,
  .Rows.C03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.C04,
  .Rows.C04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.C05,
  .Rows.C05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.C06,
  .Rows.C06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.C07,
  .Rows.C07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.C08,
  .Rows.C08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.C09,
  .Rows.C09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.C10,
  .Rows.C10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.C11,
  .Rows.C11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.C12,
  .Rows.C12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .Container {
    max-width: 990px;
  }
  .DF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .DF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .DX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .DX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .DX.Rows > .Auto,
  .DX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.D01,
  .Rows.D01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.D02,
  .Rows.D02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.D20,
  .Rows.D20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.D03,
  .Rows.D03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.D04,
  .Rows.D04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.D05,
  .Rows.D05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.D06,
  .Rows.D06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.D07,
  .Rows.D07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.D08,
  .Rows.D08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.D09,
  .Rows.D09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.D10,
  .Rows.D10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.D11,
  .Rows.D11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.D12,
  .Rows.D12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 70em) {
  .Container {
    max-width: 1170px;
  }
  .EF.Rows:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .EF.Rows > * {
    display: block;
    float: left;
    width: 100%;
  }
  .EX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .EX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .EX.Rows > .Auto,
  .EX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .Column.E01,
  .Rows.E01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .Column.E02,
  .Rows.E02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .Column.E20,
  .Rows.E20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .Column.E03,
  .Rows.E03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .Column.E04,
  .Rows.E04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .Column.E05,
  .Rows.E05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .Column.E06,
  .Rows.E06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Column.E07,
  .Rows.E07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .Column.E08,
  .Rows.E08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%;
  }
  .Column.E09,
  .Rows.E09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .Column.E10,
  .Rows.E10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .Column.E11,
  .Rows.E11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .Column.E12,
  .Rows.E12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
button,
input,
.Form-Select select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button,
input,
select,
textarea {
  font: inherit;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
}
fieldset {
  border: 1px solid currentColor;
  padding: 0.937rem;
}
legend {
  border: 0;
  padding: 0 1rem;
}
label {
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: normal;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}
[class*="Form-"] label {
  display: block;
}
input,
textarea,
select,
.Form-Select label {
  border: 0;
  color: inherit;
  border-radius: 6px;
}
input,
textarea,
select,
.Form-Select label {
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
}
input,
select {
  height: 2.5rem;
  line-height: normal;
}
textarea {
  overflow: auto;
  max-width: 100%;
  height: auto;
  resize: vertical;
  padding: 1rem;
  max-height: 300px;
}
input,
textarea,
select,
.Form-Select label {
  opacity: 0.7;
}
input:focus,
textarea:focus,
select:focus,
.Form-Select select:focus + label {
  opacity: 1;
}
.Form-Icon {
  position: relative;
  display: block;
  padding: 0;
}
.Form-Icon.Right input,
.Form-Icon.Right textarea {
  padding-left: 0.937rem;
  padding-right: 2.5rem;
}
.Form-Icon.Right input + i,
.Form-Icon.Right textarea + i {
  left: auto;
  right: 0;
}
.Form-Icon input,
.Form-Icon textarea {
  padding-left: 2.5rem;
  font-weight: 400;
}
.Form-Icon input + i,
.Form-Icon textarea + i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: inherit;
}
.Form-Icon input + i,
.Form-Icon textarea + i,
.Form-Icon input + i:before,
.Form-Icon textarea + i:before {
  width: 2.5rem;
  height: 2.5rem;
}
.Form-Icon input + i,
.Form-Icon textarea + i {
  display: table;
}
.Form-Icon input + i:before,
.Form-Icon textarea + i:before {
  display: table-cell;
  vertical-align: middle;
}
.Form-Select {
  position: relative;
  overflow: hidden;
}
.Form-Select label {
  display: block;
  padding: 2.375rem 0 0;
  position: relative;
  font-weight: 400;
}
.Form-Select label:before {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  margin-right: 0;
}
.Form-Select select:disabled {
  z-index: 1;
}
.Form-Select select {
  padding: 0.3125rem 0.937rem;
  position: absolute;
  margin-bottom: 0;
  z-index: 3;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.ie .Form-Select select {
  width: 120%;
}
.Form-Select select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  transition: none;
}
optgroup {
  font-weight: 700;
}
.Form-Checkbox input,
.Form-Radio input {
  position: absolute;
  visibility: hidden;
}
.Form-Checkbox label,
.Form-Radio label {
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.Form-Checkbox i:before,
.Form-Radio i:before {
  content: "";
  font-size: 1.5rem;
  width: 25px;
  text-align: center;
  margin-right: 10px;
  color: currentColor;
}
.Form-Checkbox input:checked + i:before,
.Form-Radio input:checked + i:before {
  opacity: 1;
}
.Form-Checkbox i:before,
.Form-Radio i:before,
.Form-Checkbox input:disabled + i:before,
.Form-Radio input:disabled + i:before {
  opacity: 0.2;
}
.Form-Checkbox i.AAIco-:before,
.Form-Radio i.AAIco-:before {
  font-size: 1.7rem;
}
.Form-Checkbox input + i.fa-:before {
  content: "\f0c8";
}
.Form-Checkbox input:checked + i.fa-:before {
  content: "\f14a";
}
.Form-Checkbox input + i.AAIco-:before {
  content: "\e835";
}
.Form-Checkbox input:checked + i.AAIco-:before {
  content: "\e834";
}
.Form-Radio input + i.fa-:before {
  content: "\f111";
}
.Form-Radio input:checked + i.fa-:before {
  content: "\f058";
}
.Form-Radio input + i.AAIco-:before {
  content: "\e836";
}
.Form-Radio input:checked + i.AAIco-:before {
  content: "\e837";
}
[type="checkbox"],
[type="radio"] {
  width: auto;
  height: auto;
  display: inline;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
[type="checkbox"] + label,
[type="radio"] + label {
  margin-left: 5px;
  margin-right: 0.625rem;
  vertical-align: baseline;
  display: inline-block;
}
[type="checkbox"][hidden] + label,
[type="radio"][hidden] + label {
  margin-left: 0;
  margin-right: 0;
}
input:disabled,
textarea:disabled,
select:disabled,
.Form-Select select:disabled + label,
button:disabled {
  opacity: 0.5;
}
.Button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  padding: 5px 1rem;
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 5px;
}
.Button > span,
button > span {
  white-space: nowrap;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Form-Inline .Button,
.Form-Inline button,
.Form-Inline input,
.Form-Inline select,
.Form-Inline textarea,
.Form-Inline .Form-Select,
.Form-Inline [class*="Form-"] {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto;
}
[class*="Btn"] {
  cursor: pointer;
}
button,
input,
textarea,
select,
label,
label i:before,
a,
[class*="Btn"] {
  transition: 0.2s;
}
.anmt {
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 34em) {
  .AXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .BXHd {
    display: none !important;
  }
}
@media screen and (max-width: 48em) {
  .BXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 62em) {
  .CXHd {
    display: none !important;
  }
}
@media screen and (max-width: 62em) {
  .CXHdMx {
    display: none !important;
  }
}
@media screen and (min-width: 70em) {
  .DXHd {
    display: none !important;
  }
}
@media screen and (max-width: 70em) {
  .DXHdMx {
    display: none !important;
  }
}
.Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.hdrnfx .Header {
  position: absolute;
}
.Header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  content: "";
  z-index: -1;
  opacity: 0.8;
}
.BdGradient .Header:after {
  bottom: auto;
  height: 150px;
  opacity: 1;
}
.Header .Top {
  position: relative;
}
.Header .Logo {
  padding: 20px 60px;
  text-align: center;
}
.MenuBtn {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0.6rem 0.5rem 0.5rem;
  width: 40px;
  height: 40px;
  float: left;
  margin: 20px 20px 20px 0;
}
.MenuBtn i {
  width: 20px;
  height: 2px;
  transition: 0.4s;
  display: block;
  margin: 3px 0;
}
.MenuBtn i + i {
  width: 16px;
}
.MenuBtn i + i + i {
  width: 18px;
}
#Tf-Wp.open .MenuBtn i {
  width: 20px;
}
#Tf-Wp.open .MenuBtn i:first-child {
  transform: rotate(-45deg) translate(-4px, 4px);
}
#Tf-Wp.open .MenuBtn i:nth-child(2) {
  opacity: 0;
}
#Tf-Wp.open .MenuBtn i:last-child {
  transform: rotate(45deg) translate(-3px, -3px);
}
.Menu a,
.widget_nav_menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.Menu [class*="current"] > a {
  font-weight: 700;
}
.Menu > ul > li,
.widget_nav_menu > div > ul > li {
  padding: 0 0.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.Menu > ul > li li {
  line-height: 2rem;
}
.Menu > ul > li > a,
.widget_nav_menu > div > ul > li > a {
  padding: 0 0.5rem;
}
.Menu li[class*="AAIco-"],
.Menu li[class*="fa-"],
.menu li[class*="AAIco-"],
.menu li[class*="fa-"] {
  position: relative;
}
.Menu li[class*="AAIco-"]:before,
.Menu li[class*="fa-"]:before,
.menu li[class*="AAIco-"]:before,
.menu li[class*="fa-"]:before {
  position: absolute;
  left: 1.1rem;
  top: 1px;
  line-height: inherit;
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 1;
}
.Menu li[class*="AAIco-"] > a,
.Menu li[class*="fa-"] > a,
.menu li[class*="AAIco-"] > a,
.menu li[class*="fa-"] > a {
  padding-left: 2rem;
}
.Menu li li[class*="AAIco-"] > a,
.Menu li li[class*="fa-"] > a {
  padding-left: 1.3rem;
}
.menu li li[class*="AAIco-"] > a,
.menu li li[class*="fa-"] > a {
  padding-left: 1.5rem;
}
.Menu li li:before,
.Wdgt .menu li li:before {
  line-height: inherit;
  left: 0.4rem !important;
  margin-left: 0 !important;
}
.menu-item-has-children > a {
  padding-right: 1.5rem !important;
  position: relative;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  right: 0.5rem;
  top: 0;
  bottom: 0;
}
.sub-menu {
  max-height: 0;
  transition: 0.2s;
  overflow: hidden;
  opacity: 1;
}
.sub-menu a {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
}
.sub-menu > li {
  float: left;
  width: 25%;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.sub-menu > li > a {
  border-radius: 4px;
  opacity: 0.7;
  transform: rotate(0);
  backface-visibility: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-menu > li:hover > a {
  opacity: 1;
}
.menu-azlist > ul > li {
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
}
.menu-azlist > ul > li > a {
  width: 29px;
}
.menu-azlist > ul > li[class*="current"] > a {
  opacity: 1;
}
.BuyNow:before,
.BuyNow > a {
  color: #fff !important;
}
.BuyNow > a {
  display: inline-block;
  border-radius: 5px;
  line-height: 40px !important;
  padding-right: 1rem !important;
}
.BuyNow:before {
  top: 0 !important;
  line-height: 40px !important;
}
.Logo,
.MenuBtn,
.Menu {
  transition: 0.2s;
}
.Top.open .Logo,
.Top.open .MenuBtn {
  opacity: 0;
  visibility: hidden;
}
.Search {
  float: right;
  margin-top: 20px;
}
.Search input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 20px;
  left: 0;
  margin-bottom: 0;
  transition: 0.2s;
  width: calc(100% - 50px);
  border-radius: 3px;
}
.Top.open .Search input {
  opacity: 1;
  pointer-events: auto;
}
.Top.open .Search .SearchBtn:before {
  margin-left: -40px;
  opacity: 0;
}
.Top.open .Search .SearchBtn > i {
  opacity: 1;
}
.Result {
  display: none;
}
.Result.On {
  display: block;
}
.SearchBtn {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  width: 40px;
  overflow: hidden;
  padding: 0;
}
.SearchBtn:before,
.SearchBtn > i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  transition: 0.2s;
}
.SearchBtn > i {
  opacity: 0;
  font-size: 2rem;
}
.Body {
  margin-bottom: 1.875rem;
}
.Body .Main:first-child {
  padding-top: 7.5rem;
}
.Objf img {
  object-fit: cover;
  object-position: top;
}
.Objf.bgcvr {
  background-size: cover;
  background-position: 50% 0;
}
.Objf.bgcvr img {
  opacity: 0 !important;
}
.TPost .Title,
.TPost .Info > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4rem;
  margin-bottom: 5px;
}
.TPost .Info > *:last-child {
  margin-right: 0;
}
.TPost .Title,
.TPost .Info {
  margin-bottom: 5px;
}
.TPost .Info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 5px 0;
  font-weight: 700;
}
.TPost .Info:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.TPost .Info > * {
  float: left;
}
.Wdgt .TPost .Info > .Qlty {
  clear: left;
}
.TPost .Description {
  margin-bottom: 1rem;
}
.TPost .Description p[class] {
  margin-bottom: 0.2rem;
}
.TPost .Description tt {
  font-family: inherit;
}
.TPost .Description a {
  font-weight: 700;
}
.TPost .Description a:hover {
  text-decoration: underline;
}
.Qlty {
  color: currentColor;
  border: 1px solid currentColor;
  height: 1.25rem;
  line-height: 1.1rem;
  padding: 0 0.5rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
}
.Views:before {
  margin-right: 0.2rem;
}
.MovieListSld .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.5rem;
}
.TPost .Image {
  position: relative;
}
.TPost .Image figure,
.TPost .Image figure img {
  border-radius: 3px;
  overflow: hidden;
}
.TPost .Image figure {
  position: relative;
  padding-top: 150%;
}
.TPost .Image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.TPost .Image figure img[src*=".svg"] {
  object-position: 50% 45%;
}
.TPost.A {
  position: relative;
  padding: 10rem 0 4rem;
  margin-bottom: 1.875rem;
}
.TPost.A .Image {
  z-index: -1;
  overflow: hidden;
}
.TPost.A .Image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.TPost.A .Image:after {
  z-index: 3;
  content: "";
}
.TPost.A .Image figure {
  z-index: 1;
  padding-top: 0;
}
.TPost.A .Image,
.TPost.A .Image figure,
.TPost.A .Image img,
.TPost.A .Image:before,
.TPost.A .Image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.TPost.A .TPMvCn {
  margin-left: 0;
  min-height: 335px;
}
.MovieListSldCn {
  min-height: 100px;
}
.MovieListSldCn .TPost.A .Title,
.MovieListSldCn .TPost.A .Info,
.MovieListSldCn .TPost.A .Description,
.MovieListSldCn .TPost.A .SubTitle {
  text-shadow: 1px 1px 1px #000;
}
.TPost.A .Title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.TPost.A .SubTitle {
  margin-bottom: 5px;
  line-height: 1.25rem;
  margin-top: -5px;
  opacity: 0.8;
}
.TPost.A .SubTitle span {
  font-weight: 700;
}
.TPost.A .Description {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.TPost.A .Description p:not([class]) {
  max-height: 6.25rem;
  overflow: auto;
}
.TPost.B {
  position: relative;
  border-radius: 3px;
  margin-bottom: 0;
}
.TPost.B .Image figure img {
  transition: 0.2s;
}
.TPost.B:hover .Image figure img {
  opacity: 0.5;
}
.TPost.B .Image figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
.TPost.B .Image .Qlty {
  border: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 1rem;
  height: 1rem;
}
.TPost.B .Image + .Title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 0 0 10px 10px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.TPost.B .TPMvCn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -1rem;
  top: -1rem;
  right: -1rem;
  transition: 0.2s;
  opacity: 0;
  transform: scale(0);
  border-radius: 6px;
  padding: 0.9rem;
  min-height: calc(100% + 1rem);
  z-index: 2;
}
.TPost.B .TPMvCn::-webkit-scrollbar {
  width: 5px;
}
.TPost.B .TPMvCn .Title {
  margin-bottom: 0;
  line-height: 1.25rem;
  font-weight: 700;
}
.TPost.B .TPMvCn .Info {
  padding: 0;
  margin-top: -3px;
}
.TPost.B .TPMvCn .Qlty {
  margin-bottom: 5px;
}
.TPost.B .TPMvCn .Vote {
  margin-bottom: 5px;
  margin-left: -3px;
}
.TPost.B .TPMvCn .Description {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
}
.TPost.B .TPMvCn .Description p {
  margin-bottom: 5px;
}
.TPost.B .TPMvCn .Description p[class] {
  margin-bottom: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.TPost.B .TPMvCn .TPlay {
  border-radius: 0 0 6px 6px;
  padding: 0.5rem 0;
  text-transform: uppercase;
  margin: 0.5rem 0 -0.5rem;
  display: block;
}
.TPost.B .TPMvCn .TPlay:before {
  margin-right: 0.3rem;
  font-size: 1rem;
}
.TPost:hover .TpMvPlay:before {
  opacity: 1;
  transform: scale(1);
}
.TpMvPlay:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2;
  transform: scale(0);
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 2px #fff;
}
.MovieListTop,
.RelatedList {
  margin-bottom: 2rem;
}
.MovieListTop .owl-dots,
.RelatedList .owl-dots {
  position: absolute;
  right: 0;
  top: -1rem;
  margin-top: -5px;
}
article {
  margin-bottom: 2rem;
}
section > .Top,
article > .Top {
  margin-bottom: 1rem;
  line-height: 1.875rem;
}
section > .Top[class*="fa-"],
section > .Top[class*="AAIco-"],
article > .Top[class*="fa-"],
article > .Top[class*="AAIco-"] {
  position: relative;
}
section > .Top[class*="fa-"] > .Title,
section > .Top[class*="AAIco-"] > .Title,
article > .Top[class*="fa-"] > .Title,
article > .Top[class*="AAIco-"] > .Title {
  padding-left: 2rem;
}
section > .Top > .Title,
article > .Top > .Title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
section > .Top[class*="fa-"]:before,
section > .Top[class*="AAIco-"]:before,
article > .Top[class*="fa-"]:before,
article > .Top[class*="AAIco-"]:before {
  position: absolute;
  font-size: 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  top: 5px;
}
article > .Top > .Title {
  font-size: 2rem;
}
.Button.TPlay {
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.Button.TPlay:before {
  font-size: 1.25rem;
  margin-right: 0.3rem;
}
.AZList {
  font-size: 0;
  margin: 0 -5px 1.5rem;
  text-align: center;
}
.AZList > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 5px 10px;
}
.AZList > li > a {
  display: block;
  line-height: 30px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 28px;
}
.MovieList {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
main .MovieList {
  margin-bottom: 1.6rem;
}
.MovieList > li {
  padding: 0 0.3rem 0.6rem;
}
.TpTv {
  color: #fff;
  border-radius: 10px;
  line-height: 1rem;
  height: 1rem;
  font-size: 0.625rem !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.6rem;
  font-weight: 700;
  margin-top: -2px;
  text-transform: uppercase;
}
.TPost.B .Image .TpTv {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
}
.TPost.C {
  position: relative;
  padding-left: 68px;
  min-height: 90px;
  margin-bottom: 1rem;
}
.MovieList > li:last-child .TPost.C,
.TPost.C .Info {
  margin-bottom: 0;
}
.TPost.C .Title {
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}
.TPost.C .Title > span {
  position: relative;
  right: -3px;
  margin-top: 3px;
  vertical-align: top;
}
.TPost.C .Image {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
  padding: 2px;
  border-radius: 4px;
}
.TPost.C .Image figure,
.TPost.C .Image figure img,
.TPost.C .TpMvPlay:after {
  border-radius: 4px;
}
.TPost.C .Image figure {
  padding-top: 86px;
}
.TPost.C .Top {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px 0;
  z-index: 1;
  line-height: 1.2rem;
  min-width: 20px;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
}
.TPost.C .Info {
  padding: 0;
  margin-top: -3px;
}
.TPost.C .Info .Vote {
  margin-bottom: 5px;
}
.TPost.C:hover .TpMvPlay:before {
  transform: scale(0.8);
}
.SrtdBy {
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  white-space: nowrap;
}
.SrtdBy:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-top: 0.9rem;
  margin-left: -1.3rem;
}
.SrtdBy > span {
  padding-right: 0.3rem;
}
.SrtdBy > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.875rem;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.SrtdBy a {
  padding: 0 1.5rem;
  position: relative;
}
.SrtdBy > span,
.SrtdBy > ul {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.SrtdBy,
.SrtdBy li {
  transition: 0.2s;
}
.SrtdBy li a:before {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.SrtdBy li {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}
.SrtdBy .List {
  margin-left: -1.5rem;
  margin-top: -0.5rem;
  padding: 0.5rem 0;
  border-radius: 6px;
}
.SrtdBy.open li,
.SrtdBy li.on {
  opacity: 1;
  max-height: 9em;
  display: block;
}
.SrtdBy.open .List {
  z-index: 3;
}
.SrtdBy li.on {
  font-weight: 700;
}
.SrtdBy.open li.on a:before {
  display: block;
}
.Top > .Button.Sm {
  margin-top: 10px;
}
.Button.Sm {
  padding: 0 0.5rem;
  border-radius: 50px;
  line-height: 1.25rem;
  font-size: 0.75rem;
}
.Serie .TPost.B .Image + .Title:after,
.Seasons .TPost.B .Image + .Title:after,
.Episodes .TPost.B .Image + .Title:after {
  content: attr(data-subtitle);
  display: block;
  font-weight: 300;
  opacity: 0.7;
}
.Serie .TPost.B .Image .Qlty,
.Seasons .TPost.B .Image .Qlty,
.Episodes .TPost.B .Image .Qlty {
  text-transform: none;
}
.Episodes .TPost.B .Image figure {
  padding-top: 56%;
}
.MovieList.Seasons .TPost.B .TpMvPlay:before,
.MovieList.Episodes .TPost.B .TpMvPlay:before {
  display: block;
}
.MovieList.Episodes .TPost.B {
  overflow: hidden;
}
.MovieList.Episodes .TPost.B .Title,
.MovieList.Episodes .TPost.B .Image .Qlty {
  transition: 0.2s;
}
.MovieList.Episodes .TPost.B:hover .Title {
  bottom: -60%;
}
.MovieList.Episodes .TPost.B:hover .Image .Qlty {
  top: -60%;
}
.ShareList,
.ShareList > li {
  display: inline-block;
  vertical-align: top;
}
.ShareList {
  font-size: 0;
}
.ShareList > li {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.ShareList > li > a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 4rem;
  border: 2px solid transparent;
  display: inline-block;
}
.ShareList > li > a[class*="google"] {
  font-size: 1.2rem;
}
i.PlayMovie {
  display: block;
  width: 120px;
  margin: auto;
}
.PlayMovie:before {
  width: 120px;
  height: 120px;
  line-height: 112px;
  border-radius: 120px;
  border: 4px solid #fff;
  font-size: 5rem;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: -3rem auto 1rem;
  transition: 0.2s;
}
.PlayMovie:hover:before {
  transform: scale(1.2);
}
.TpRwCont {
  margin-bottom: 1.875rem;
}
.TpRwCont:last-child {
  margin-bottom: 0;
}
main > .TPost.A {
  padding: 0;
}
.VideoPlayer {
  position: relative;
}
.VideoPlayer > span[class*="Btn"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-size: 1.5rem;
}
.VideoPlayer > span.BtnOptions {
  top: -70px;
  white-space: nowrap;
  overflow: hidden;
}
.VideoPlayer > span.BtnOptions:before,
.VideoPlayer > span.BtnOptions > i {
  width: 100%;
  transition: 0.2s;
}
.VideoPlayer > span.BtnOptions > i {
  right: -100%;
}
.VideoPlayer > span.BtnOptions + .BtnLight {
  bottom: -70px;
}
.VideoPlayer > span.BtnLight {
  bottom: 0;
}
.VideoPlayer .Video {
  position: relative;
  min-height: 250px;
  max-height: 500px;
  overflow: hidden;
  display: none;
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.VideoPlayer .Video.on {
  display: block;
}
.VideoPlayer .Video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.VideoPlayer .Video iframe,
.VideoPlayer .Video embed,
.VideoPlayer .Video video,
.VideoPlayer .Video object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.VideoOptions {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  min-height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 4rem 1rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}
.VideoOptions > .Top {
  padding: 0 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.VideoOptions > .Top:before {
  font-size: 1.5625rem;
  margin-top: 5px;
  margin-left: 1rem;
}
.VideoOptions > .Top .Title {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.VideoOptions.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.VideoOptions.open + .BtnOptions,
.lgtbx-on .VideoPlayer > span.BtnLight {
  color: #fff;
}
.VideoOptions.open + .BtnOptions:before {
  margin-left: -100%;
}
section.VideoOptions > .Top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
section.VideoOptions > .Top .Title {
  color: #fff;
}
.ListOptions {
  white-space: nowrap;
  overflow: auto;
  padding: 1rem 0;
  margin: 0 auto;
}
.ListOptions > li {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.ListOptions > li:last-child {
  margin-right: 0;
}
.OptionBx {
  padding: 0.3rem 0.8rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.5;
}
.OptionBx .Optntl {
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.25rem;
  line-height: 3.125rem;
  margin-bottom: 0.5rem;
}
.OptionBx .Optntl span {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  font-size: 3.125rem;
}
.OptionBx p {
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
  line-height: 1.25rem;
  padding: 0 0.4rem;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.OptionBx p:before {
  font-size: 1rem;
  margin-right: 0.3rem;
}
.OptionBx.on,
.MovieList .OptionBx:hover {
  opacity: 1;
}
.OptionBx .Button {
  text-transform: uppercase;
  display: block;
}
.MovieList .OptionBx {
  opacity: 0.5;
}
[class*="Dvr-"],
.bnr {
  margin: 0 auto 1.875rem;
  overflow: hidden;
  text-align: center;
}
.Dvr-250 {
  max-width: 250px;
}
.Dvr-300 {
  max-width: 300px;
}
.Dvr-728 {
  max-width: 728px;
}
.TPost.D {
  padding-top: 6rem;
  padding-bottom: 0;
}
.comment-list {
  margin: 0 0 1rem;
  list-style-type: none;
  padding-left: 0;
}
.comment-list ul {
  list-style-type: none;
  padding-left: 1rem;
  border-left: 2px solid transparent;
  margin-left: 0;
}
.bypostauthor .comment-body {
  position: relative;
  margin-bottom: 2rem;
}
.comment-metadata {
  opacity: 0.3;
  font-weight: 300;
}
.comment-metadata:hover {
  opacity: 1;
}
.comment-meta .avatar {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-meta div {
  display: inline-block;
  vertical-align: top;
}
.comment-content {
  font-size: 1rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  font-weight: 700;
  line-height: 1.5rem;
}
.comment-reply-link:before {
  content: "reply";
  font-size: 1rem;
  margin-right: 0.3rem;
}
.comment-form {
  margin-bottom: 1.5rem;
}
.comment-form-comment textarea {
  height: 5rem;
  min-height: 5rem;
  border-radius: 6px;
}
.comment-author,
.comment-meta {
  display: inline-block;
  vertical-align: baseline;
}
.comment-author .fn {
  font-style: normal;
  font-weight: 700;
}
.comment-meta {
  opacity: 0.5;
  font-size: 10px;
}
p.logged-in-as {
  font-size: 12px;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  clear: both;
}
p.logged-in-as a {
  opacity: 0.7;
}
p.logged-in-as a:hover {
  opacity: 1;
}
.not-found {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.error-404 {
  margin-bottom: 2rem;
}
.error-404 .search-form {
  padding-right: 6.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.error-404 .search-form label {
  padding: 0;
  display: block;
}
.error-404 .search-form input {
  margin-bottom: 0;
}
.error-404 .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  padding: 0 5px;
}
.error-404 .Top,
.error-404 .page-content p {
  text-align: center;
}
.error-404:before {
  font-size: 4rem;
  line-height: 1;
  display: block;
  text-align: center;
}
.Result .ResultList {
  margin-bottom: 1rem;
}
.ResultList .TpTv {
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 3px;
}
.CommentsList > li:last-child > .comment-body:last-child {
  margin-bottom: 0;
}
.CommentsList li li .comment-body {
  border-left: 3px solid currentColor;
  padding-left: 1rem;
}
.CommentsList ul {
  margin: 0;
  padding: 0;
}
.comment-reply-link {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-reply-link:before {
  font-size: 1rem;
  content: "\e0b7";
  margin-right: 0.4rem;
  margin-top: 2px;
}
.comment-body p:first-child,
.comment-body p:last-of-type {
  margin-bottom: 0;
}
.comment-reply-title {
  float: left;
  margin-top: 5px;
}
.TPost.B .Image .MvIC {
  position: absolute;
  left: 5px;
  top: 5px;
}
.TPost.B .MvIC {
  display: inline-block;
  vertical-align: top;
}
.TPost.B .MvIC .Qlty {
  margin-right: 5px;
}
.TPost.B .Image .MvIC .Qlty {
  position: static;
  margin-bottom: 3px;
  font-weight: 700;
  float: left;
  clear: both;
  margin-right: 0;
  height: auto;
}
.TPost.B .Image .MvIC .Qlty img {
  margin: 4px 4px 4px 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 16px;
}
.TPost.B .Image .MvIC .Qlty img:last-child {
  margin-right: 0;
}
.TPost.B .Image .MvIC .Qlty.Lg {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.TPost.B .Image .MvIC .Qlty.Yr {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 11px;
}
.Cast .view-sh {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 23px;
  border-radius: 15px;
  height: 25px;
  margin-left: 5px;
}
.rating-content {
  display: inline-block;
  vertical-align: top;
}
.rating-content button {
  background-color: transparent !important;
  box-shadow: none;
}
.rating-content button i {
  transition: 0.2s;
  margin-right: 5px;
}
.rating-content button:hover i {
  transform: scale(1.2);
}
.TPost.A .Title + .ShareList {
  margin-top: 7px;
}
.TPost.A .Description a {
  font-weight: 400;
}
.Footer > .Top {
  padding: 1.5rem 0;
}
.Footer > .Top .Logo {
  margin-bottom: 1.5rem;
}
.Footer > .Top .Rows {
  margin: 0 -1rem;
}
.Footer > .Top .Rows > div {
  padding: 0 1rem;
}
.Footer .Wdgt {
  margin-bottom: 2rem;
}
.Footer .Wdgt:last-child {
  margin-bottom: 0;
}
.Footer .Wdgt > .Title {
  margin-bottom: 1rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
}
.Footer .widget_categories > ul {
  overflow: hidden;
  max-width: 410px;
}
.Footer .widget_categories > ul li {
  float: left;
  width: 50%;
  padding: 0 1rem;
}
.SocialList {
  font-size: 1.25rem;
}
.SocialList > li {
  display: inline-block;
  vertical-align: top;
}
.SocialList > li a {
  width: 2.5rem;
  line-height: 2.5rem;
  opacity: 0.5;
  display: inline-block;
}
.SocialList > li a:hover {
  opacity: 1;
}
.Footer > .Bot {
  text-align: center;
  padding: 1rem 0;
}
.Footer > .Bot p:last-child {
  margin-bottom: 0;
}
.TPTblCn {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.875rem;
}
.TPTblCn:last-child {
  margin-bottom: 0;
}
.TPTblCn table {
  margin-bottom: 0;
}
.TPTblCn td {
  border-bottom: 1px solid transparent;
}
.TPTblCn th,
.TPTblCn td {
  border: 0;
  padding: 10px 20px;
  transition: 0.2s;
}
.TPTblCn th {
  font-weight: 400;
}
.TPTblCn th:first-child,
.TPTblCn td:first-child {
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.TPTblCn span {
  white-space: nowrap;
}
.TPTblCn span img {
  margin-right: 5px;
}
.TPTblCn p {
  margin-bottom: 0;
}
.TPTblCn a {
  font-weight: 700;
}
.TPTblCn .Button {
  min-width: 70px;
}
.TPTblCn .Vote {
  font-size: 1rem;
}
.TPTblCn th {
  text-transform: uppercase;
  font-weight: 700;
}
.TPTblCn td.MvTbImg {
  width: 60px;
  padding-right: 0;
  min-width: 60px;
}
.TPTblCn td.MvTbImg.B {
  width: 115px;
  min-width: 115px;
}
.TPTblCn td.MvTbImg.B img {
  width: 95px;
  height: 50px;
  object-fit: cover;
}
.TPTblCn td.MvTbImg > a {
  display: block;
  position: relative;
}
.TPTblCn td.MvTbImg .TpTv {
  position: absolute;
  left: -3px;
  top: 0;
}
.TPTblCn td.MvTbImg img {
  width: 40px;
  height: 60px;
  border-radius: 3px;
}
.TPTblCn td.MvTbTtl {
  padding-left: 10px;
  line-height: 1.2rem;
}
.TPTblCn td.MvTbTtl a {
  display: inline-block;
  font-weight: 700;
}
.TPTblCn td.MvTbTtl span {
  font-size: 0.75rem;
  display: block;
}
.TPTblCn td.MvTbBtn {
  width: 100px;
  padding: 0 10px;
}
.TPTblCn td.MvTbPly {
  width: 50px;
  font-size: 2.1875rem;
  padding-left: 10px;
}
.TPTblCnMvs th,
.TPTblCnMvs td {
  text-align: center;
}
.TPTblCnMvs th:first-child,
.TPTblCnMvs th:nth-child(2),
.TPTblCnMvs td:first-child,
.TPTblCnMvs td:nth-child(2),
.TPTblCnMvs td:nth-child(3) {
  text-align: left;
}
.SeasonBx {
  margin-bottom: 1rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 1rem;
}
.SeasonBx .Top .Title > i:before,
.SeasonBx .Top .Title:before,
.SeasonBx .Top .Title:after,
.SeasonBx .TPTblCn {
  transition: 0.2s;
}
.SeasonBx .Top {
  position: relative;
  margin-bottom: 0;
}
.SeasonBx .Top .Title > i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  cursor: pointer;
}
.SeasonBx .Top .Title > i:before {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  height: 40px;
  line-height: 40px;
}
.SeasonBx.AACrdn .Top {
  margin-bottom: 0;
}
.SeasonBx.AACrdn .Top.on,
.SeasonBx .Top {
  margin-bottom: 1rem;
}
.SeasonBx .Top.on .Title > i:before {
  transform: scale(1, -1);
}
.SeasonBx .Top.on + .AAcont {
  max-height: 999em;
  opacity: 1;
}
.SeasonBx .AAcont {
  max-height: 0;
  opacity: 0;
}
section > .Top.AAIco-playlist_play:before,
article > .Top.AAIco-playlist_play:before {
  top: 8px;
}
.TPost .Description .CastList.Rows {
  margin-bottom: 1.5rem;
}
.TPost .Description .CastList {
  max-height: 6rem;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}
.TPost .Description .CastList:before {
  position: absolute;
  left: 0;
  height: 80%;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  z-index: 1;
  transition: 0.2s;
}
.TPost .Description .CastList.open {
  max-height: 999em;
}
.TPost .Description .CastList.open:before {
  opacity: 0;
  visibility: hidden;
}
.TPost .Description .CastList li {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  height: 1.5rem;
}
.TPost .Description .CastList a {
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5rem;
}
.TPost .Description .CastList li:before {
  content: "person";
  position: absolute;
  left: 0.625rem;
  top: 0;
  opacity: 0.5;
}
.TPost .Description .CastList li:hover:before {
  opacity: 1;
}
.ShareList.Count li,
.ShareList.Count a,
.ShareList.Count .numbr {
  margin-right: 0.5rem;
}
.ShareList.Count li {
  margin-bottom: 0.5rem;
}
.ShareList.Count .numbr {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5rem;
}
.TPost.Single header {
  margin-bottom: 0;
}
.TPost.Single .Image {
  max-width: 9.6rem;
  position: relative;
  margin: 0 auto 1rem;
  padding-top: 14.3rem;
}
.TPost.Single .Image img {
  border-radius: 3px;
}
.TPost.Single .Image:before,
.TPost.Single .Image:after {
  display: none;
}
.TPost.Single .Title {
  display: block;
  right: 0;
}
.Title.Top {
  margin-bottom: 1rem;
}
.Title.Top[class*="AAIco-"]:before {
  margin-right: 0.5rem;
  padding-top: 0.1rem;
}
p.Genre,
p.Director,
.CastCn {
  clear: both;
}
.CastCn .Top {
  margin-bottom: 0;
}
.CastCn .Top .Title {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.CastLink span + span,
.CastLink.open span {
  display: none;
}
.CastLink.open span + span {
  display: inline;
}
.CastList {
  margin-right: 0;
}
.Result.OptionBx {
  left: 0;
  top: 70px;
  max-width: 100%;
  position: absolute;
  padding: 1rem 1rem 0;
  opacity: 1;
  cursor: inherit;
}
.Result.OptionBx .TPost.C {
  min-height: 60px;
}
.Result.OptionBx .TPost.C .Image {
  padding: 0;
}
.Result.OptionBx .TPost.C .Image figure {
  padding-top: 60px;
}
.Result.OptionBx > p {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
}
.Result.OptionBx .MovieListTop {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 0.5rem;
}
.Result.OptionBx .MovieListTop .TPost {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 6rem;
  white-space: normal;
}
.Result.OptionBx .MovieListTop .TPost:last-child {
  margin-right: 0;
}
.Result.OptionBx > .Button {
  display: block;
  margin-bottom: 1rem;
}
.Result.OptionBx .error-404 {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.Result.OptionBx .error-404:after,
.Result.OptionBx p.trloading:after {
  clear: both;
  display: block;
  content: "";
  width: 100vw;
}
.Result.OptionBx .error-404 .Top {
  display: inline-block;
  vertical-align: top;
}
.Result.OptionBx p.trloading {
  margin-bottom: 1rem;
  text-align: center;
  background-color: transparent;
  line-height: 1.2rem;
  padding-right: 1.5rem;
  max-width: 100%;
  overflow: hidden;
}
.Result.OptionBx p.trloading i {
  opacity: 0.5;
  margin: 0 0.5rem;
  font-size: 1rem;
  vertical-align: top;
}
.Description blockquote,
.Description pre {
  margin-bottom: 2rem;
}
.Description p a {
  font-weight: 700;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
blockquote {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-left: 3px solid transparent;
  padding-left: 1rem;
}
.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#email-notes {
  display: block;
  font-size: 1.25rem;
}
.comment-notes {
  padding-left: 3rem;
  position: relative;
}
.comment-notes:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  content: "info_outline";
  line-height: 3.5rem;
}
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar caption {
  font-weight: 700;
  margin-bottom: 1rem;
}
.widget_calendar a {
  font-weight: 700;
}
.sticky .posted-on,
.byline {
  display: none;
}
.gallery {
  margin: 0 0.2rem 1.5rem;
}
.gallery-item {
  display: inline-block;
  padding: 0.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
  width: 100%;
}
.gallery-caption {
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.5rem;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.entry-content .attachment {
  text-align: center;
}
.widget span.required {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
.admin-bar .Header {
  top: 32px;
}
@media screen and (max-width: 600px) {
  html[lang] .admin-bar .Header {
    top: 0 !important;
    position: relative !important;
  }
  .admin-bar .Header {
    z-index: 999999;
    top: 0;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .Header {
    top: 46px;
  }
}
.Modal-Box,
.AAOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.Modal-Box .AAOverlay {
  z-index: 1;
  background-color: #000;
  cursor: pointer;
}
.Modal-Box.on .AAOverlay {
  opacity: 0.8;
  visibility: visible;
}
.Modal-Box {
  transition: 0.2s;
  z-index: 50;
  text-align: center;
  padding: 1.25rem;
  white-space: nowrap;
  font-size: 0;
  overflow: auto;
}
.Modal-Box:before {
  width: 1px;
  height: 100%;
  margin-right: -1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.Modal-Box.on {
  visibility: visible;
  opacity: 1;
}
.Modal-Box.on .Modal-Content {
  transform: inherit;
}
.Modal-Content {
  position: relative;
  max-width: 53rem;
  text-align: left;
  transform: scale3d(0.3, 0.3, 0.3);
  transition: 0.2s;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  white-space: normal;
  font-size: 0.875rem;
  padding: 2rem;
  text-align: center;
}
.Modal-Content:before {
  padding-top: 56.25%;
  content: "";
  width: 1px;
  display: block;
}
.Modal-Content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Modal-Close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}
.Modal-Close:hover {
  transform: scale(1.1);
}
aside .Wdgt {
  margin-bottom: 1.875rem;
  border-radius: 6px;
  padding: 1rem;
}
aside .Wdgt:last-child {
  margin-bottom: 0;
}
aside .Wdgt > .Title {
  text-align: center;
  line-height: 1.8rem;
  padding: 1rem;
  font-size: 1.125rem;
  margin: -1rem -1rem 1rem;
  border-bottom: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.Wdgt > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_nav_menu > div {
  margin: 0 -1rem;
}
.widget_nav_menu > div > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.widget_nav_menu > div > ul li {
  position: relative;
}
.widget_nav_menu > div > ul li[class]:before {
  font-size: 1.25rem;
  opacity: 0.5;
  margin-left: -0.3rem;
}
.widget_nav_menu > div > ul > li[class*="current"] {
  border-left: 3px solid transparent;
}
.widget_nav_menu > div > ul li[class*="current"]:before,
.widget_nav_menu > div > ul li:hover:before {
  opacity: 1;
}
.widget_nav_menu > div > ul li > i {
  height: 40px;
}
.widget_nav_menu > div > ul li > i:before {
  right: 1.25rem;
}
.widget_nav_menu > div > ul li > a {
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.widget_nav_menu li[class*="children"] > a {
  pointer-events: none;
}
.widget_nav_menu li[class*="children"] > a:after {
  position: static;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.widget_nav_menu > div > ul li > a:before {
  display: none;
}
.widget_nav_menu > div > ul .sub-menu {
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  padding: 0 10px 1rem;
}
.widget_nav_menu > div > ul .sub-menu > li {
  width: 50%;
  float: left;
  line-height: 30px;
}
.widget_nav_menu > div > ul .sub-menu .sub-menu {
  border-top: 0;
  margin-top: -10px;
}
.widget_nav_menu > div > ul .sub-menu .sub-menu > li {
  width: auto;
  float: none;
}
.SearchMovies .Button {
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}
.Frm-Slct {
  padding-top: 50px;
  position: relative;
}
.Frm-Slct .Form-Group {
  margin-bottom: 0;
}
.Frm-Slct > label {
  width: 110px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.5rem;
  border-radius: 6px;
}
.Frm-Slct > label:before {
  font-size: 1rem;
}
.Frm-Slct .sol-inner-container,
.Frm-Slct .Form-Group > label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.Frm-Slct .Form-Group > label,
.Frm-Slct .sol-input-container {
  margin-left: 120px;
  padding: 0;
}
.SearchMovies .Form-Group .trsrcbx {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.SearchMovies .Form-Group .trsrcbx > div {
  overflow: auto;
  max-height: 150px;
  padding: 0.5rem 0;
}
.SearchMovies .Form-Group .trsrcbx p {
  margin-bottom: 0;
  text-align: center;
}
.SearchMovies label:before {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.SearchMovies .sol-input-container input[type="text"] {
  padding: 0 0.8rem;
  border-radius: 6px;
}
.SearchMovies input[type="text"] {
  border-radius: 6px;
}
.SearchMovies .sol-inner-container {
  border: 0;
  height: 40px;
  border-radius: 20px;
}
.SearchMovies .sol-selection {
  padding: 0.5rem 0;
  max-height: 150px;
  overflow: auto;
  width: 100%;
}
.SearchMovies .sol-checkbox {
  position: absolute;
  opacity: 0;
}
.SearchMovies .sol-label {
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
}
.SearchMovies .sol-active .sol-caret:before {
  opacity: 1;
}
.SearchMovies .sol-selection-container,
.trsrcbx {
  border-radius: 10px !important;
}
.trsrcbx {
  position: absolute;
}
.SearchMovies .trsrclst {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.SearchMovies .trsrclst:empty {
  margin-bottom: 0;
}
.SearchMovies .sol-no-results {
  padding: 0.5rem;
}
.SearchMovies .sol-current-selection:empty {
  margin-bottom: 0;
}
.SearchMovies .sol-current-selection,
.trsrclst {
  margin-bottom: 0.5rem;
}
.SearchMovies .sol-selected-display-item,
.trsrclst > li {
  cursor: pointer;
  border-radius: 10px;
  line-height: 20px;
  position: relative;
  padding: 0 1.5rem 0 0.7rem;
  font-size: 0.75rem;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.SearchMovies span.sol-quick-delete,
.trsrclst .tr-delete {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 0.5rem;
  left: 0;
}
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
  padding: 5px;
  text-align: center;
  border: 0;
}
.widget_calendar table {
  margin-bottom: 0;
}
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}
.widget_recent_comments li {
  line-height: 1rem;
}
.widget_recent_comments li:before {
  content: "comment";
}
.widget_recent_entries li:before {
  content: "description";
}
.widget_views li:before {
  content: "remove_red_eye";
}
.widget_rss li:before {
  content: "rss_feed";
}
.widget_meta li:before {
  content: "arrow_forward";
}
.widget_pages li:before {
  content: "insert_drive_file";
}
.widget_archive li:before {
  content: "archive";
}
.widget_recent_comments li,
.widget_recent_entries li,
.widget_views li,
.widget_rss li,
.widget_meta li,
.widget_pages li,
.widget_archive li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5rem;
}
.widget_ratings-widget li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_views li:last-child,
.widget_rss li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child {
  margin-bottom: 0;
}
.widget_ratings-widget li {
  margin-bottom: 15px;
  line-height: 1.2rem;
  font-size: 0.75rem;
}
.widget_ratings-widget li a {
  display: block;
  font-size: 0.875rem;
}
.widget_recent_comments li span,
.widget_rss li span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.widget_search form {
  position: relative;
}
.widget_search label {
  display: block;
  padding: 0;
}
.widget_search input {
  padding-right: 3rem;
}
.widget_search .search-form {
  position: relative;
  padding-right: 6.5rem;
}
.widget_search .search-field {
  margin-bottom: 0;
}
.widget_search .SearchBtn,
.widget_search .search-submit {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  padding: 0 5px;
  opacity: 1;
}
.trsrcbx label {
  padding: 0;
  position: relative;
}
.trsrcbx label button {
  background-color: transparent;
  color: currentColor;
  font-weight: 300;
  box-shadow: none;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  text-align: left;
  text-transform: capitalize;
  line-height: normal;
}
.trsrcbx label:before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.2s;
  opacity: 0;
}
.trsrcbx label:hover:before {
  opacity: 0.1;
}
.Wdgt .AZList {
  display: block;
  margin: 0 -0.4rem;
}
.Wdgt .AZList > li {
  display: inline-block;
  vertical-align: top;
  min-width: 44px;
}
.Wdgt .TPost.A .Title {
  max-height: none;
}
.Wdgt .MovieList > li {
  padding-bottom: 0;
}
.Wdgt .MovieList .TPost.B .Title {
  max-height: 32px;
  overflow: hidden;
}
.Wdgt .MovieList .TPost.B .TpMvPlay:before {
  display: block;
}
.TpSbList > .MovieList,
.Footer .TpSbList > ul.MovieList {
  margin: 0 -0.3rem -0.6rem;
}
.TpSbList > .MovieList > li,
.Footer .TpSbList > ul.MovieList > li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 0.6rem;
}
.widget_categories > ul li {
  text-align: right;
  line-height: 2.5rem;
  position: relative;
  min-height: 2.5rem;
}
.widget_categories > ul {
  margin: 0 -1rem;
}
.widget_categories > ul ul {
  margin: 0;
  padding: 0;
}
.widget_categories > ul li {
  font-size: 0.75rem;
  padding-right: 1rem;
}
.widget_categories > ul a {
  font-size: 0.875rem;
  position: relative;
  padding-right: 2rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget_categories > ul li:hover {
  border-left: 3px solid transparent;
}
.widget_categories > ul li > a {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  padding-left: 1.2rem;
  text-align: left;
}
.widget_categories > ul li > a:before {
  content: "\e039";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.widget_categories > ul li:hover > a:before {
  opacity: 1;
}
aside .widget_categories ul {
  max-height: 240px;
  overflow: auto;
}
aside .widget_categories ul ul {
  max-height: none;
  overflow: inherit;
}
.Wdgt .tagcloud a {
  font-size: 0.75em !important;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
}
.Wdgt .tagcloud a span {
  font-weight: 400;
  opacity: 0.5;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/toroflix/public/css/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-dots {
  font-size: 0;
  text-align: center;
  height: 5px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 5px;
  opacity: 0.7;
  transition: 0.2s;
  margin: 0 0.09rem;
  line-height: 0;
}
.owl-dots > div > span {
  display: block;
  background-color: currentColor;
  height: 2px;
  margin-top: 3px;
}
.owl-dots > div:first-child {
  margin-left: 0;
}
.owl-dots > div:last-child {
  margin-right: 0;
}
.owl-dots > div.active {
  opacity: 1;
}
.owl-dots > div.active > span {
  height: 5px;
  margin-top: 0;
}
.post-ratings {
  font-size: 0;
  height: 20px;
  line-height: 18px;
  padding: 1px 0;
  white-space: nowrap;
}
img[src*="rating_"] {
  display: inline-block !important;
  width: 18px !important;
  height: 18px;
  padding-left: 18px !important;
  margin-left: 0 !important;
  vertical-align: top;
  background-image: url(/wp-content/themes/toroflix/public/img/star.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 0;
  background-size: cover;
}
img[src*="on.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-on.svg);
}
img[src*="half.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-hf.svg),
    url(/wp-content/themes/toroflix/public/img/star.svg);
}
img[src*="over.gif"] {
  background-image: url(/wp-content/themes/toroflix/public/img/star-oh.svg);
}
.post-ratings-loading {
  display: none !important;
}
.wp-pagenavi,
.nav-links {
  font-size: 0;
  margin: 0 -6px 1.5rem;
}
.wp-pagenavi a,
.wp-pagenavi span,
.nav-links a,
.nav-links span,
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 7px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
}
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last,
.prev.page-numbers,
.next.page-numbers {
  font-size: 0;
}
.wp-pagenavi a.first:before,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.last:before {
  font-size: 1.25rem;
  font-weight: 300;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.prev.page-numbers:before,
.next.page-numbers:before {
  font-size: 1.5rem;
}
.wp-pagenavi a.first:before {
  content: "\e5c4";
}
.wp-pagenavi a.previouspostslink:before,
.prev.page-numbers:before {
  content: "\e314";
}
.wp-pagenavi a.nextpostslink:before,
.next.page-numbers:before {
  content: "\e315";
}
.wp-pagenavi a.last:before {
  content: "\e5c8";
}
.wp-pagenavi .pages,
.wp-pagenavi a.prev.page-numbers,
.wp-pagenavi .next.page-numbers,
.nav-links a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sol-inner-container {
  position: relative;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.sol-container.sol-active .sol-inner-container {
  z-index: 9999;
}
.sol-input-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sol-input-container input[type="text"] {
  box-shadow: none;
  padding: 0 7px;
  outline: none;
  width: 100%;
  height: 100%;
}
.sol-input-container input[type="text"]::-ms-clear {
  display: none;
}
.sol-selection-container {
  display: none;
}
.sol-container.sol-active .sol-selection-container,
.trsrcbx {
  display: block;
  position: fixed;
  left: inherit;
  top: inherit;
  z-index: 10000;
}
.sol-active.sol-selection-top .sol-selection-container,
.trsrcbx {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}
.sol-action-buttons {
  padding: 7px 10px;
}
.sol-action-buttons a {
  line-height: 1em;
  text-decoration: none;
}
.sol-action-buttons .sol-select-all {
  float: left;
}
.sol-action-buttons .sol-deselect-all {
  float: right;
}
.sol-action-buttons .sol-clearfix {
  clear: both;
}
.sol-selection {
  overflow: auto;
  position: relative;
  min-height: 0px;
}
.sol-selection:empty {
  display: none;
}
.sol-option {
  display: block;
}
.sol-label {
  padding: 5px 10px;
  display: block;
  position: relative;
}
.sol-label-text {
  line-height: 1.2em;
}
.sol-optiongroup {
  padding-bottom: 1px;
}
.sol-optiongroup-label {
  font-weight: 700;
  margin-bottom: 5px;
  padding: 3px 5px;
}
.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
  border-top: none;
}
.sol-checkbox,
.sol-radio {
  position: absolute;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  top: 4px;
}
.sol-filtered-search {
  display: none;
}
.sol-no-results,
.sol-loading-data {
  padding: 5px 0;
  font-style: italic;
  text-align: center;
}
.sol-loading-data {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.lgtbx {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  cursor: pointer;
}
.lgtbx-on {
  overflow: hidden;
}
.lgtbx-on .VideoPlayer {
  z-index: 999;
}
.lgtbx-on .VideoPlayer .lgtbx {
  visibility: visible;
  opacity: 0.9;
  z-index: 2;
}
.lgtbx-on .VideoPlayer .Video {
  z-index: 3;
}
.wp-pagenavi .current {
  background-color: var(--main-color);
}
.imglazy {
  opacity: 0;
  transition: opacity 0.333s ease-in;
}
.imglazy.lazy-loaded {
  opacity: 1;
}
#star,
#stars {
  font-size: 18px;
}
.oh {
  height: 27px;
  overflow: hidden;
}
.CommentsList + .wp-pagenavi {
  margin-top: 2rem;
}
.single-post header .Info span {
  margin-right: 1rem;
}
.single-post header .Info span:before {
  margin-right: 0.25rem;
  opacity: 0.5;
}
.single-post .Description {
  margin-bottom: 2rem;
}
.post-blog-list .single-post {
  padding: 0;
  margin-bottom: 4rem;
}
.post-blog-list .single-post header {
  margin-bottom: 0;
}
.home .MovieListSldCn {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: none) {
  * {
    min-height: 0%;
  }
}
@media screen and (max-width: 62em) {
  .Menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 2px solid transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  }
  .sub-menu.open {
    opacity: 1;
    max-height: 99em;
    padding: 5px 0;
  }
  .sub-menu .sub-menu,
  .menu-item-has-children .menu-item-has-children > a:after {
    display: none !important;
  }
  .sub-menu > li {
    width: 25%;
  }
  .sub-menu > li > a {
    padding: 0 0.5rem;
    font-weight: 300;
  }
  .sub-menu .sub-menu > li {
    float: none;
    width: auto;
  }
  .Menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
  }
  .Menu > ul > li {
    border-bottom: 1px solid transparent;
  }
  .Menu > ul > li:last-child {
    border-bottom: 0;
  }
  .Menu > ul > li li.menu-item-has-children > a {
    padding-left: 2rem;
  }
  .Menu > ul > li li.menu-item-has-children:before {
    left: 1rem !important;
  }
  .menu-item-has-children > a:after {
    transform: rotate(270deg);
  }
  .BuyNow {
    padding-top: 1rem;
    border-bottom: 0;
    margin-top: 0.5rem;
  }
  .BuyNow:before {
    top: 1rem;
  }
  .menu-azlist > ul {
    margin-left: 0.5rem;
  }
  .sub-menu {
    max-height: none;
    padding-bottom: 1rem;
  }
  .BuyNow:before {
    margin-left: 0.5rem;
  }
  .BuyNow > a {
    margin-left: 0.5rem;
    margin-right: 1rem;
  }
  #Tf-Wp.open {
    overflow: hidden;
  }
  #Tf-Wp.open .Menu {
    max-height: calc(100vh - 80px);
    opacity: 1;
    padding-bottom: 1rem;
    overflow: auto;
  }
  #Tf-Wp.open.admin-bar .Menu {
    max-height: calc(100vh - 112px);
  }
  .Footer .widget_categories > ul {
    max-width: none;
  }
  .VideoOptions.open + .BtnOptions {
    position: fixed;
    right: 1rem;
    top: 1rem;
    margin: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .widget_nav_menu li[class*="children"] > a {
    pointer-events: auto;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}
@media screen and (max-width: 62em) and (orientation: landscape) {
  .lgtbx-on .VideoPlayer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .VideoPlayer > span[class*="Btn"] {
    right: 1rem;
  }
}
@media screen and (max-width: 48em) {
  #Tf-Wp.open.admin-bar .Menu {
    max-height: calc(100vh - 126px);
  }
  .sub-menu > li {
    width: 33.33333333333333%;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .menu-azlist > .sub-menu,
  .AZList {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 34em) {
  .sub-menu > li {
    width: 50%;
  }
  .TpSbList > .MovieList > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .SrtdBy {
    display: block;
  }
}
@media screen and (max-width: 24em) {
  .Footer .widget_categories > ul li {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .MovieListSldCn .TPost.A .TPMvCn {
    max-width: 570px;
  }
  .PlayMovie,
  .PlayMovie:before {
    position: absolute;
    left: 570px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .PlayMovie {
    height: 0;
  }
  .PlayMovie:before {
    left: 0;
  }
  .TPost.Single .Image {
    float: left;
    margin-right: 1.5rem;
  }
  .Description p.Cast {
    clear: both;
  }
}
@media screen and (min-width: 62em) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .Menu,
  .Menu > ul > li {
    float: left;
  }
  .Menu {
    margin-top: 20px;
    margin-left: 20px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 60px;
    left: 1.5rem;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
  }
  aside .menu-item-has-children:after {
    left: 1rem;
  }
  .menu-item-has-children:hover:after {
    opacity: 1;
    top: 35px;
  }
  .menu-item-has-children:hover > .sub-menu {
    max-height: 40em;
    opacity: 1;
    border-top: 3px solid transparent;
    padding: 5px 10px 1rem;
  }
  .menu-item-has-children .menu-item-has-children:after {
    display: none;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    transition: 0.2s;
    padding: 0 10px;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .Header .Menu .sub-menu .sub-menu {
    border-top: 0;
    top: -15px;
  }
  .Header .Menu .menu-item-has-children .menu-item-has-children > a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .Header .Menu .menu-category .sub-menu {
    width: 570px;
  }
  .Header .Menu .menu-category .sub-menu > li {
    width: 25%;
    margin-top: 10px;
    float: left;
  }
  .Header .Menu .sub-menu,
  .Header .Menu .menu-category .sub-menu .sub-menu {
    width: 235px;
  }
  .Header .Menu .sub-menu > li,
  .Header .Menu .menu-category .sub-menu .sub-menu > li {
    width: auto;
    float: none;
  }
  li:not(.menu-azlist) > .sub-menu > li > a {
    background-color: transparent;
    font-weight: 400;
  }
  .menu-item-has-children.menu-azlist:hover > .sub-menu {
    padding: 5px 5px 10px 10px;
  }
  .menu-azlist > ul {
    padding-left: 10px;
    padding-right: 5px;
  }
  .menu-azlist > ul > li > a {
    padding: 0;
  }
  .Menu > ul > li li > a {
    padding: 0;
  }
  .BuyNow:before {
    margin-left: -0.2rem;
  }
  .BuyNow > a {
    padding-left: 2rem !important;
  }
  .Header .Logo {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .Top.open .Menu {
    opacity: 0;
    visibility: hidden;
  }
  .AZList > li {
    width: 3.7%;
  }
  .TpRwCont {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .TpRwCont > main,
  .TpRwCont > aside {
    display: table-cell;
    vertical-align: top;
  }
  .TpRwCont > main {
    padding-right: 1.875rem;
  }
  .TpRwCont > aside {
    width: 300px;
  }
  .TpRwCont.TpLCol {
    direction: rtl;
  }
  .TpRwCont.TpLCol > main,
  .TpRwCont.TpLCol > aside {
    direction: ltr;
  }
  .TpRwCont.TpLCol > main {
    padding-right: 0;
    padding-left: 1.875rem;
  }
  .TpRwCont.NoSdbr > main {
    padding-left: 0;
    padding-right: 0;
  }
  .TpRwCont.NoSdbr > aside {
    display: none;
  }
  .TPost.B:hover {
    z-index: 2;
  }
  .TPost.B:hover .TPMvCn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .SrtdBy {
    position: absolute;
    right: -0.8rem;
    top: 0;
  }
  .Footer > .Top {
    padding: 3.75rem 0;
  }
  .Footer .Wdgt {
    margin-bottom: 0;
  }
  .Footer .widget_categories > ul li {
    width: 100%;
  }
  .widget_nav_menu > div > ul .sub-menu {
    padding-bottom: 0;
  }
  .widget_textfot p {
    max-width: 370px;
  }
  .widget_categories > ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .VideoOptions {
    position: absolute;
    z-index: 4;
    padding-left: 60px;
    padding-right: 70px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 33.33%;
  }
  .comment-form-email {
    width: 28.33%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .form-submit {
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
  .TpRwCont.NoSdbr .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .Footer .widget_categories > ul li {
    width: 50%;
  }
  .VideoPlayer > span[class*="Btn"] {
    right: -25px;
  }
}
@media screen and (min-width: 85em) {
  .Container {
    max-width: 1300px;
  }
  main .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  main .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}
@media screen and (min-width: 100em) {
  .Container {
    max-width: 1700px;
  }
  main .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  main .MovieList.Episodes > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666666666667%;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .TpRwCont.NoSdbr .MovieList.Rows > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.wp-pagenavi .current {
  background-color: var(--main-color);
}
.imglazy {
  opacity: 0;
  transition: opacity 0.333s ease-in;
}
.imglazy.lazy-loaded {
  opacity: 1;
}
#star,
#stars {
  font-size: 18px;
}
.oh {
  height: 27px;
  overflow: hidden;
}
.buttons_ {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.buttons_ a,
.buttons_ button {
  display: block;
  padding: 10px 30px;
  background: var(--main-color);
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: none;
  text-transform: uppercase;
  line-height: inherit;
}
.buttons_ a:hover .buttons_ button:hover {
  color: #ffcece;
}
.buttons_ .b_ {
  margin-right: 15px;
}
.buttons_ .b_ i {
  display: inline-block;
  margin-right: 5px;
}
div#fakeifr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px;
  cursor: pointer;
  border: 20px solid #000;
  overflow: hidden;
  background-size: cover;
}
div#fakeifr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
div#fakeifr:after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
div#fakeifr:hover:after {
  color: var(--main-color);
}
div#fakeifr button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 9999;
}
.ltd {
  overflow-x: auto;
}
.TPost.B button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: 0 0;
}
.imgsuscr_movil {
  display: none;
}
@media (max-width: 520px) {
  .imgsuscr_movil {
    display: block;
  }
  .imgsuscr {
    display: none;
  }
}
@media (max-width: 500px) {
  .buttons_ a,
  .buttons_ button {
    font-size: 13px;
    padding: 5px 20px;
  }
  .ltd table tr th:nth-child(5),
  .ltd table tr th:nth-child(4),
  .ltd table tr td:nth-child(5),
  .ltd table tr td:nth-child(4) {
    display: none;
  }
}
.MovieListSldCn .TPost.A {
  color: inherit !important;
}
.widget_years li {
  display: inline-block;
  padding: 0 11px;
}
a:hover,
.SearchBtn > i,
.Top:before,
.TpMvPlay:before,
.TPost.B .TPMvCn .TPlay:before,
.SrtdBy li a:before,
.Clra,
.ShareList > li > a,
.PlayMovie:hover,
.VideoPlayer > span,
.OptionBx p:before,
.comment-reply-link:before,
section > .Top > .Title > span,
.widget_categories > ul li:hover > a:before,
.Frm-Slct > label:before,
.widget span.required,
.comment-notes:before,
.TPost .Description .CastList li:hover:before,
.error-404:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_views li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before {
  color: var(--main-color);
}
.Tf-Wp.open .MenuBtn i,
.owl-dots > div.active > span,
#Tf-Wp.open .MenuBtn i,
.TpTv,
.TPost.C .Top,
.TPost.C .Image,
.Bgra,
.VideoOptions.open + .BtnOptions,
.lgtbx-on .VideoPlayer > span.BtnLight {
  background-color: var(--main-color);
}
.widget_nav_menu > div > ul > li[class*="current"],
.widget_categories > ul > li:hover,
.comment-list .children,
blockquote {
  border-color: var(--main-color);
}
.menu-item-has-children > a:after,
.SrtdBy:after {
  border-top-color: var(--main-color);
}
@media screen and (max-width: 62em) {
  .Menu {
    border-top-color: var(--main-color);
  }
}
@media screen and (min-width: 62em) {
  ::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
  }
  .menu-item-has-children:hover > .sub-menu {
    border-top-color: var(--main-color);
  }
  .menu-item-has-children:after {
    border-bottom-color: var(--main-color);
  }
}
::selection {
  background-color: var(--main-color);
  color: #fff;
}
::-moz-selection {
  background-color: var(--main-color);
  color: #fff;
}
body {
  background-color: #1a191f;
}
body {
  color: #818083;
}
a,
.ShareList.Count .numbr {
  color: #fff;
}
.Top > .Title,
.Title.Top,
.comment-reply-title,
#email-notes,
.Description h1,
.Description h2,
.Description h3,
.Description h4,
.Description h5,
.Description h6,
.Description legend {
  color: #fff;
}
.Header:after {
  background-color: #000;
}
.BdGradient .Header:after {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.Menu a,
.SearchBtn {
  color: #fff;
}
.MenuBtn i {
  background-color: #fff;
}
.Menu li:hover a {
  color: #fff;
}
@media screen and (min-width: 62em) {
  .Menu [class*="current"] > a,
  .Header .Menu > ul > li:hover > a {
    color: #fff;
  }
}
.Menu li:before,
.menu li:before {
  color: var(--main-color);
}
.Frm-Slct > label,
.TPost.B .TPMvCn,
.SrtdBy.open .List,
.SearchMovies .sol-selection,
.trsrcbx,
.SearchMovies .sol-no-results,
.OptionBx {
  background-color: #1a191f;
}
@media screen and (max-width: 62em) {
  .Menu {
    background-color: #1a191f;
  }
}
@media screen and (min-width: 62em) {
  .sub-menu {
    background-color: #1a191f;
  }
}
.Frm-Slct > label,
.TPost.B .TPMvCn,
.OptionBx {
  color: #818083;
}
.TPost.B .TPMvCn a,
.OptionBx div,
.sub-menu a,
.Menu li:hover .sub-menu li > a {
  color: #fff !important;
}
@media screen and (max-width: 62em) {
  .Menu a {
    color: #fff;
  }
}
.TPost.B .TPMvCn a:hover,
.OptionBx a:hover,
.sub-menu li:hover a,
.Menu li:hover .sub-menu li:hover > a {
  color: #fff !important;
}
@media screen and (max-width: 62em) {
  .Menu li:hover a {
    color: #fff;
  }
}
.TPost.A .Image:after,
.TPost .Description .CastList:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1a191f 100%);
}
.MovieListSldCn .TPost.A .TPMvCn div a,
.MovieListSldCn .TPost.A .TPMvCn .Title {
  color: #e0e0e0;
}
.MovieListSldCn .TPost.A .TPMvCn div a:hover,
.MovieListSldCn .TPost.A .TPMvCn .Title:hover {
  color: #e0e0e0;
}
.MovieListSldCn .TPost.A {
  color: #e0e0e0;
}
.Button,
a.Button,
a.Button:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.BuyNow > a,
.sol-selected-display-item,
.trsrclst > li,
.ShareList > li > a:hover,
.TPost.B .Image .Qlty {
  background-color: var(--main-color);
}
.ShareList > li > a {
  border-color: var(--main-color);
}
.Button:hover,
.Button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.BuyNow > a:hover {
  background-color: var(--main-color);
}
.Button,
a.Button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.BuyNow > a,
.sol-selected-display-item,
.trsrclst > li,
.ShareList > li > a:hover,
.TPost.B .Image .Qlty {
  color: #fff;
}
.Button:hover,
.Button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.BuyNow > a:hover {
  color: #fff;
}
input,
textarea,
select,
.Form-Select label,
.OptionBx p {
  background-color: #2a292f;
}
input,
textarea,
select,
.Form-Select label,
.OptionBx p {
  color: #fff;
}
aside .Wdgt {
  background-color: #212026;
}
aside .Wdgt > .Title {
  background-color: #19181d;
}
aside .Wdgt > .Title {
  color: #fff;
}
aside .Wdgt {
  color: #818083;
}
aside .Wdgt a {
  color: #fff;
}
aside .Wdgt a:hover {
  color: var(--main-color);
}
thead tr {
  background-color: var(--main-color);
}
thead tr {
  color: #fff;
}
td {
  background-color: #26252a;
}
.SeasonBx {
  border-bottom-color: #26252a;
}
tr:hover > td,
tr.Viewed td {
  background-color: #313036;
}
td {
  color: #818083;
}
td a,
.TPTblCnMvs td:first-child,
.TPTblCnMvs td:nth-child(2),
.TPTblCnMvs td:nth-child(3) {
  color: #fff;
}
td a:hover {
  color: var(--main-color);
}
.menu-azlist ul.sub-menu a,
.AZList > li > a,
.wp-pagenavi a,
.wp-pagenavi span,
.nav-links a,
.nav-links span,
.tagcloud a {
  background-color: #313036;
}
@media screen and (max-width: 62em) {
  .Menu > ul > li {
    border-bottom-color: #313036;
  }
  .Menu .sub-menu a {
    background-color: #313036;
  }
}
.menu-azlist ul.sub-menu a:hover,
.menu-azlist [class*="current"] > a,
.AZList a:hover,
.AZList .Current a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.nav-links a:hover,
.nav-links [class*="current"],
.tagcloud a:hover {
  background-color: var(--main-color);
}
@media screen and (max-width: 62em) {
  .Menu .sub-menu a:hover {
    background-color: var(--main-color);
  }
}
.menu-azlist ul.sub-menu a,
.AZList > li > a,
.wp-pagenavi a,
.wp-pagenavi span,
.tagcloud a {
  color: #fff !important;
}
@media screen and (max-width: 62em) {
  .Menu .sub-menu a {
    color: #fff !important;
  }
}
.Menu li.menu-azlist:hover ul.sub-menu a:hover,
.menu-azlist [class*="current"] > a,
.AZList a:hover,
.AZList .Current a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.nav-links a:hover,
.nav-links [class*="current"],
.tagcloud a:hover {
  color: #fff !important;
}
@media screen and (max-width: 62em) {
  .Menu li:hover .sub-menu li:hover a,
  .Menu .sub-menu li:hover:before {
    color: #fff !important;
  }
}
.Footer .Top {
  background-color: #151419;
}
.Footer .Top {
  color: #818083;
}
.Footer .Top a {
  color: #fff;
}
.Footer .Top a:hover {
  color: var(--main-color);
}
.Footer .Bot {
  background-color: #1a191f;
}
.Footer .Bot {
  color: #818083;
}
.Footer .Bot a {
  color: #fff;
}
.Footer .Bot a:hover {
  color: var(--main-color);
}
.Search input[type="text"] {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.Search input[type="text"]:focus {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.Button,
a.Button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.BuyNow > a,
.wp-pagenavi .current,
thead tr,
.nav-links [class*="current"] {
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.3);
}
.Button:hover,
.Button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.BuyNow > a:hover {
  box-shadow: none;
}
.TPost.B .TPMvCn,
aside .Wdgt,
.SrtdBy.open .List,
.sol-active.sol-selection-top .sol-selection-container,
.trsrcbx,
.sub-menu,
.OptionBx,
.wp-pagenavi a,
.wp-pagenavi span,
.nav-links a,
.nav-links span,
.tagcloud a {
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}
.widget_categories > ul li:hover,
.sol-option:hover {
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 62em) {
  .sub-menu {
    box-shadow: none;
  }
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("/wp-content/themes/toroflix/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/toroflix/public/fonts/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(/wp-content/themes/toroflix/public/fonts/MaterialIcons-Regular.woff2)
      format("woff2"),
    url(/wp-content/themes/toroflix/public/fonts/MaterialIcons-Regular.woff)
      format("woff"),
    url(/wp-content/themes/toroflix/public/fonts/MaterialIcons-Regular.ttf)
      format("truetype"),
    url("/wp-content/themes/toroflix/public/fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular")
      format("svg");
}
.AAIco-3d_rotation:before {
  content: "\e84d";
}
.AAIco-ac_unit:before {
  content: "\eb3b";
}
.AAIco-access_alarm:before {
  content: "\e190";
}
.AAIco-access_alarms:before {
  content: "\e191";
}
.AAIco-access_time:before {
  content: "\e192";
}
.AAIco-accessibility:before {
  content: "\e84e";
}
.AAIco-accessible:before {
  content: "\e914";
}
.AAIco-account_balance:before {
  content: "\e84f";
}
.AAIco-account_balance_wallet:before {
  content: "\e850";
}
.AAIco-account_box:before {
  content: "\e851";
}
.AAIco-account_circle:before {
  content: "\e853";
}
.AAIco-adb:before {
  content: "\e60e";
}
.AAIco-add:before {
  content: "\e145";
}
.AAIco-add_a_photo:before {
  content: "\e439";
}
.AAIco-add_alarm:before {
  content: "\e193";
}
.AAIco-add_alert:before {
  content: "\e003";
}
.AAIco-add_box:before {
  content: "\e146";
}
.AAIco-add_circle:before {
  content: "\e147";
}
.AAIco-add_circle_outline:before {
  content: "\e148";
}
.AAIco-add_location:before {
  content: "\e567";
}
.AAIco-add_shopping_cart:before {
  content: "\e854";
}
.AAIco-add_to_photos:before {
  content: "\e39d";
}
.AAIco-add_to_queue:before {
  content: "\e05c";
}
.AAIco-adjust:before {
  content: "\e39e";
}
.AAIco-airline_seat_flat:before {
  content: "\e630";
}
.AAIco-airline_seat_flat_angled:before {
  content: "\e631";
}
.AAIco-airline_seat_individual_suite:before {
  content: "\e632";
}
.AAIco-airline_seat_legroom_extra:before {
  content: "\e633";
}
.AAIco-airline_seat_legroom_normal:before {
  content: "\e634";
}
.AAIco-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.AAIco-airline_seat_recline_extra:before {
  content: "\e636";
}
.AAIco-airline_seat_recline_normal:before {
  content: "\e637";
}
.AAIco-airplanemode_active:before {
  content: "\e195";
}
.AAIco-airplanemode_inactive:before {
  content: "\e194";
}
.AAIco-airplay:before {
  content: "\e055";
}
.AAIco-airport_shuttle:before {
  content: "\eb3c";
}
.AAIco-alarm:before {
  content: "\e855";
}
.AAIco-alarm_add:before {
  content: "\e856";
}
.AAIco-alarm_off:before {
  content: "\e857";
}
.AAIco-alarm_on:before {
  content: "\e858";
}
.AAIco-album:before {
  content: "\e019";
}
.AAIco-all_inclusive:before {
  content: "\eb3d";
}
.AAIco-all_out:before {
  content: "\e90b";
}
.AAIco-android:before {
  content: "\e859";
}
.AAIco-announcement:before {
  content: "\e85a";
}
.AAIco-apps:before {
  content: "\e5c3";
}
.AAIco-archive:before {
  content: "\e149";
}
.AAIco-arrow_back:before {
  content: "\e5c4";
}
.AAIco-arrow_downward:before {
  content: "\e5db";
}
.AAIco-arrow_drop_down:before {
  content: "\e5c5";
}
.AAIco-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.AAIco-arrow_drop_up:before {
  content: "\e5c7";
}
.AAIco-arrow_forward:before {
  content: "\e5c8";
}
.AAIco-arrow_upward:before {
  content: "\e5d8";
}
.AAIco-art_track:before {
  content: "\e060";
}
.AAIco-aspect_ratio:before {
  content: "\e85b";
}
.AAIco-assessment:before {
  content: "\e85c";
}
.AAIco-assignment:before {
  content: "\e85d";
}
.AAIco-assignment_ind:before {
  content: "\e85e";
}
.AAIco-assignment_late:before {
  content: "\e85f";
}
.AAIco-assignment_return:before {
  content: "\e860";
}
.AAIco-assignment_returned:before {
  content: "\e861";
}
.AAIco-assignment_turned_in:before {
  content: "\e862";
}
.AAIco-assistant:before {
  content: "\e39f";
}
.AAIco-assistant_photo:before {
  content: "\e3a0";
}
.AAIco-attach_file:before {
  content: "\e226";
}
.AAIco-attach_money:before {
  content: "\e227";
}
.AAIco-attachment:before {
  content: "\e2bc";
}
.AAIco-audiotrack:before {
  content: "\e3a1";
}
.AAIco-autorenew:before {
  content: "\e863";
}
.AAIco-av_timer:before {
  content: "\e01b";
}
.AAIco-backspace:before {
  content: "\e14a";
}
.AAIco-backup:before {
  content: "\e864";
}
.AAIco-battery_alert:before {
  content: "\e19c";
}
.AAIco-battery_charging_full:before {
  content: "\e1a3";
}
.AAIco-battery_full:before {
  content: "\e1a4";
}
.AAIco-battery_std:before {
  content: "\e1a5";
}
.AAIco-battery_unknown:before {
  content: "\e1a6";
}
.AAIco-beach_access:before {
  content: "\eb3e";
}
.AAIco-beenhere:before {
  content: "\e52d";
}
.AAIco-block:before {
  content: "\e14b";
}
.AAIco-bluetooth:before {
  content: "\e1a7";
}
.AAIco-bluetooth_audio:before {
  content: "\e60f";
}
.AAIco-bluetooth_connected:before {
  content: "\e1a8";
}
.AAIco-bluetooth_disabled:before {
  content: "\e1a9";
}
.AAIco-bluetooth_searching:before {
  content: "\e1aa";
}
.AAIco-blur_circular:before {
  content: "\e3a2";
}
.AAIco-blur_linear:before {
  content: "\e3a3";
}
.AAIco-blur_off:before {
  content: "\e3a4";
}
.AAIco-blur_on:before {
  content: "\e3a5";
}
.AAIco-book:before {
  content: "\e865";
}
.AAIco-bookmark:before {
  content: "\e866";
}
.AAIco-bookmark_border:before {
  content: "\e867";
}
.AAIco-border_all:before {
  content: "\e228";
}
.AAIco-border_bottom:before {
  content: "\e229";
}
.AAIco-border_clear:before {
  content: "\e22a";
}
.AAIco-border_color:before {
  content: "\e22b";
}
.AAIco-border_horizontal:before {
  content: "\e22c";
}
.AAIco-border_inner:before {
  content: "\e22d";
}
.AAIco-border_left:before {
  content: "\e22e";
}
.AAIco-border_outer:before {
  content: "\e22f";
}
.AAIco-border_right:before {
  content: "\e230";
}
.AAIco-border_style:before {
  content: "\e231";
}
.AAIco-border_top:before {
  content: "\e232";
}
.AAIco-border_vertical:before {
  content: "\e233";
}
.AAIco-branding_watermark:before {
  content: "\e06b";
}
.AAIco-brightness_1:before {
  content: "\e3a6";
}
.AAIco-brightness_2:before {
  content: "\e3a7";
}
.AAIco-brightness_3:before {
  content: "\e3a8";
}
.AAIco-brightness_4:before {
  content: "\e3a9";
}
.AAIco-brightness_5:before {
  content: "\e3aa";
}
.AAIco-brightness_6:before {
  content: "\e3ab";
}
.AAIco-brightness_7:before {
  content: "\e3ac";
}
.AAIco-brightness_auto:before {
  content: "\e1ab";
}
.AAIco-brightness_high:before {
  content: "\e1ac";
}
.AAIco-brightness_low:before {
  content: "\e1ad";
}
.AAIco-brightness_medium:before {
  content: "\e1ae";
}
.AAIco-broken_image:before {
  content: "\e3ad";
}
.AAIco-brush:before {
  content: "\e3ae";
}
.AAIco-bubble_chart:before {
  content: "\e6dd";
}
.AAIco-bug_report:before {
  content: "\e868";
}
.AAIco-build:before {
  content: "\e869";
}
.AAIco-burst_mode:before {
  content: "\e43c";
}
.AAIco-business:before {
  content: "\e0af";
}
.AAIco-business_center:before {
  content: "\eb3f";
}
.AAIco-cached:before {
  content: "\e86a";
}
.AAIco-cake:before {
  content: "\e7e9";
}
.AAIco-call:before {
  content: "\e0b0";
}
.AAIco-call_end:before {
  content: "\e0b1";
}
.AAIco-call_made:before {
  content: "\e0b2";
}
.AAIco-call_merge:before {
  content: "\e0b3";
}
.AAIco-call_missed:before {
  content: "\e0b4";
}
.AAIco-call_missed_outgoing:before {
  content: "\e0e4";
}
.AAIco-call_received:before {
  content: "\e0b5";
}
.AAIco-call_split:before {
  content: "\e0b6";
}
.AAIco-call_to_action:before {
  content: "\e06c";
}
.AAIco-camera:before {
  content: "\e3af";
}
.AAIco-camera_alt:before {
  content: "\e3b0";
}
.AAIco-camera_enhance:before {
  content: "\e8fc";
}
.AAIco-camera_front:before {
  content: "\e3b1";
}
.AAIco-camera_rear:before {
  content: "\e3b2";
}
.AAIco-camera_roll:before {
  content: "\e3b3";
}
.AAIco-cancel:before {
  content: "\e5c9";
}
.AAIco-card_giftcard:before {
  content: "\e8f6";
}
.AAIco-card_membership:before {
  content: "\e8f7";
}
.AAIco-card_travel:before {
  content: "\e8f8";
}
.AAIco-casino:before {
  content: "\eb40";
}
.AAIco-cast:before {
  content: "\e307";
}
.AAIco-cast_connected:before {
  content: "\e308";
}
.AAIco-center_focus_strong:before {
  content: "\e3b4";
}
.AAIco-center_focus_weak:before {
  content: "\e3b5";
}
.AAIco-change_history:before {
  content: "\e86b";
}
.AAIco-chat:before {
  content: "\e0b7";
}
.AAIco-chat_bubble:before {
  content: "\e0ca";
}
.AAIco-chat_bubble_outline:before {
  content: "\e0cb";
}
.AAIco-check:before {
  content: "\e5ca";
}
.AAIco-check_box:before {
  content: "\e834";
}
.AAIco-check_box_outline_blank:before {
  content: "\e835";
}
.AAIco-check_circle:before {
  content: "\e86c";
}
.AAIco-chevron_left:before {
  content: "\e5cb";
}
.AAIco-chevron_right:before {
  content: "\e5cc";
}
.AAIco-child_care:before {
  content: "\eb41";
}
.AAIco-child_friendly:before {
  content: "\eb42";
}
.AAIco-chrome_reader_mode:before {
  content: "\e86d";
}
.AAIco-class:before {
  content: "\e86e";
}
.AAIco-clear:before {
  content: "\e14c";
}
.AAIco-clear_all:before {
  content: "\e0b8";
}
.AAIco-close:before {
  content: "\e5cd";
}
.AAIco-closed_caption:before {
  content: "\e01c";
}
.AAIco-cloud:before {
  content: "\e2bd";
}
.AAIco-cloud_circle:before {
  content: "\e2be";
}
.AAIco-cloud_done:before {
  content: "\e2bf";
}
.AAIco-cloud_download:before {
  content: "\e2c0";
}
.AAIco-cloud_off:before {
  content: "\e2c1";
}
.AAIco-cloud_queue:before {
  content: "\e2c2";
}
.AAIco-cloud_upload:before {
  content: "\e2c3";
}
.AAIco-code:before {
  content: "\e86f";
}
.AAIco-collections:before {
  content: "\e3b6";
}
.AAIco-collections_bookmark:before {
  content: "\e431";
}
.AAIco-color_lens:before {
  content: "\e3b7";
}
.AAIco-colorize:before {
  content: "\e3b8";
}
.AAIco-comment:before {
  content: "\e0b9";
}
.AAIco-compare:before {
  content: "\e3b9";
}
.AAIco-compare_arrows:before {
  content: "\e915";
}
.AAIco-computer:before {
  content: "\e30a";
}
.AAIco-confirmation_number:before {
  content: "\e638";
}
.AAIco-contact_mail:before {
  content: "\e0d0";
}
.AAIco-contact_phone:before {
  content: "\e0cf";
}
.AAIco-contacts:before {
  content: "\e0ba";
}
.AAIco-content_copy:before {
  content: "\e14d";
}
.AAIco-content_cut:before {
  content: "\e14e";
}
.AAIco-content_paste:before {
  content: "\e14f";
}
.AAIco-control_point:before {
  content: "\e3ba";
}
.AAIco-control_point_duplicate:before {
  content: "\e3bb";
}
.AAIco-copyright:before {
  content: "\e90c";
}
.AAIco-create:before {
  content: "\e150";
}
.AAIco-create_new_folder:before {
  content: "\e2cc";
}
.AAIco-credit_card:before {
  content: "\e870";
}
.AAIco-crop:before {
  content: "\e3be";
}
.AAIco-crop_16_9:before {
  content: "\e3bc";
}
.AAIco-crop_3_2:before {
  content: "\e3bd";
}
.AAIco-crop_5_4:before {
  content: "\e3bf";
}
.AAIco-crop_7_5:before {
  content: "\e3c0";
}
.AAIco-crop_din:before {
  content: "\e3c1";
}
.AAIco-crop_free:before {
  content: "\e3c2";
}
.AAIco-crop_landscape:before {
  content: "\e3c3";
}
.AAIco-crop_original:before {
  content: "\e3c4";
}
.AAIco-crop_portrait:before {
  content: "\e3c5";
}
.AAIco-crop_rotate:before {
  content: "\e437";
}
.AAIco-crop_square:before {
  content: "\e3c6";
}
.AAIco-dashboard:before {
  content: "\e871";
}
.AAIco-data_usage:before {
  content: "\e1af";
}
.AAIco-date_range:before {
  content: "\e916";
}
.AAIco-dehaze:before {
  content: "\e3c7";
}
.AAIco-delete:before {
  content: "\e872";
}
.AAIco-delete_forever:before {
  content: "\e92b";
}
.AAIco-delete_sweep:before {
  content: "\e16c";
}
.AAIco-description:before {
  content: "\e873";
}
.AAIco-desktop_mac:before {
  content: "\e30b";
}
.AAIco-desktop_windows:before {
  content: "\e30c";
}
.AAIco-details:before {
  content: "\e3c8";
}
.AAIco-developer_board:before {
  content: "\e30d";
}
.AAIco-developer_mode:before {
  content: "\e1b0";
}
.AAIco-device_hub:before {
  content: "\e335";
}
.AAIco-devices:before {
  content: "\e1b1";
}
.AAIco-devices_other:before {
  content: "\e337";
}
.AAIco-dialer_sip:before {
  content: "\e0bb";
}
.AAIco-dialpad:before {
  content: "\e0bc";
}
.AAIco-directions:before {
  content: "\e52e";
}
.AAIco-directions_bike:before {
  content: "\e52f";
}
.AAIco-directions_boat:before {
  content: "\e532";
}
.AAIco-directions_bus:before {
  content: "\e530";
}
.AAIco-directions_car:before {
  content: "\e531";
}
.AAIco-directions_railway:before {
  content: "\e534";
}
.AAIco-directions_run:before {
  content: "\e566";
}
.AAIco-directions_subway:before {
  content: "\e533";
}
.AAIco-directions_transit:before {
  content: "\e535";
}
.AAIco-directions_walk:before {
  content: "\e536";
}
.AAIco-disc_full:before {
  content: "\e610";
}
.AAIco-dns:before {
  content: "\e875";
}
.AAIco-do_not_disturb:before {
  content: "\e612";
}
.AAIco-do_not_disturb_alt:before {
  content: "\e611";
}
.AAIco-do_not_disturb_off:before {
  content: "\e643";
}
.AAIco-do_not_disturb_on:before {
  content: "\e644";
}
.AAIco-dock:before {
  content: "\e30e";
}
.AAIco-domain:before {
  content: "\e7ee";
}
.AAIco-done:before {
  content: "\e876";
}
.AAIco-done_all:before {
  content: "\e877";
}
.AAIco-donut_large:before {
  content: "\e917";
}
.AAIco-donut_small:before {
  content: "\e918";
}
.AAIco-drafts:before {
  content: "\e151";
}
.AAIco-drag_handle:before {
  content: "\e25d";
}
.AAIco-drive_eta:before {
  content: "\e613";
}
.AAIco-dvr:before {
  content: "\e1b2";
}
.AAIco-edit:before {
  content: "\e3c9";
}
.AAIco-edit_location:before {
  content: "\e568";
}
.AAIco-eject:before {
  content: "\e8fb";
}
.AAIco-email:before {
  content: "\e0be";
}
.AAIco-enhanced_encryption:before {
  content: "\e63f";
}
.AAIco-equalizer:before {
  content: "\e01d";
}
.AAIco-error:before {
  content: "\e000";
}
.AAIco-error_outline:before {
  content: "\e001";
}
.AAIco-euro_symbol:before {
  content: "\e926";
}
.AAIco-ev_station:before {
  content: "\e56d";
}
.AAIco-event:before {
  content: "\e878";
}
.AAIco-event_available:before {
  content: "\e614";
}
.AAIco-event_busy:before {
  content: "\e615";
}
.AAIco-event_note:before {
  content: "\e616";
}
.AAIco-event_seat:before {
  content: "\e903";
}
.AAIco-exit_to_app:before {
  content: "\e879";
}
.AAIco-expand_less:before {
  content: "\e5ce";
}
.AAIco-expand_more:before {
  content: "\e5cf";
}
.AAIco-explicit:before {
  content: "\e01e";
}
.AAIco-explore:before {
  content: "\e87a";
}
.AAIco-exposure:before {
  content: "\e3ca";
}
.AAIco-exposure_neg_1:before {
  content: "\e3cb";
}
.AAIco-exposure_neg_2:before {
  content: "\e3cc";
}
.AAIco-exposure_plus_1:before {
  content: "\e3cd";
}
.AAIco-exposure_plus_2:before {
  content: "\e3ce";
}
.AAIco-exposure_zero:before {
  content: "\e3cf";
}
.AAIco-extension:before {
  content: "\e87b";
}
.AAIco-face:before {
  content: "\e87c";
}
.AAIco-fast_forward:before {
  content: "\e01f";
}
.AAIco-fast_rewind:before {
  content: "\e020";
}
.AAIco-favorite:before {
  content: "\e87d";
}
.AAIco-favorite_border:before {
  content: "\e87e";
}
.AAIco-featured_play_list:before {
  content: "\e06d";
}
.AAIco-featured_video:before {
  content: "\e06e";
}
.AAIco-feedback:before {
  content: "\e87f";
}
.AAIco-fiber_dvr:before {
  content: "\e05d";
}
.AAIco-fiber_manual_record:before {
  content: "\e061";
}
.AAIco-fiber_new:before {
  content: "\e05e";
}
.AAIco-fiber_pin:before {
  content: "\e06a";
}
.AAIco-fiber_smart_record:before {
  content: "\e062";
}
.AAIco-file_download:before {
  content: "\e2c4";
}
.AAIco-file_upload:before {
  content: "\e2c6";
}
.AAIco-filter:before {
  content: "\e3d3";
}
.AAIco-filter_1:before {
  content: "\e3d0";
}
.AAIco-filter_2:before {
  content: "\e3d1";
}
.AAIco-filter_3:before {
  content: "\e3d2";
}
.AAIco-filter_4:before {
  content: "\e3d4";
}
.AAIco-filter_5:before {
  content: "\e3d5";
}
.AAIco-filter_6:before {
  content: "\e3d6";
}
.AAIco-filter_7:before {
  content: "\e3d7";
}
.AAIco-filter_8:before {
  content: "\e3d8";
}
.AAIco-filter_9:before {
  content: "\e3d9";
}
.AAIco-filter_9_plus:before {
  content: "\e3da";
}
.AAIco-filter_b_and_w:before {
  content: "\e3db";
}
.AAIco-filter_center_focus:before {
  content: "\e3dc";
}
.AAIco-filter_drama:before {
  content: "\e3dd";
}
.AAIco-filter_frames:before {
  content: "\e3de";
}
.AAIco-filter_hdr:before {
  content: "\e3df";
}
.AAIco-filter_list:before {
  content: "\e152";
}
.AAIco-filter_none:before {
  content: "\e3e0";
}
.AAIco-filter_tilt_shift:before {
  content: "\e3e2";
}
.AAIco-filter_vintage:before {
  content: "\e3e3";
}
.AAIco-find_in_page:before {
  content: "\e880";
}
.AAIco-find_replace:before {
  content: "\e881";
}
.AAIco-fingerprint:before {
  content: "\e90d";
}
.AAIco-first_page:before {
  content: "\e5dc";
}
.AAIco-fitness_center:before {
  content: "\eb43";
}
.AAIco-flag:before {
  content: "\e153";
}
.AAIco-flare:before {
  content: "\e3e4";
}
.AAIco-flash_auto:before {
  content: "\e3e5";
}
.AAIco-flash_off:before {
  content: "\e3e6";
}
.AAIco-flash_on:before {
  content: "\e3e7";
}
.AAIco-flight:before {
  content: "\e539";
}
.AAIco-flight_land:before {
  content: "\e904";
}
.AAIco-flight_takeoff:before {
  content: "\e905";
}
.AAIco-flip:before {
  content: "\e3e8";
}
.AAIco-flip_to_back:before {
  content: "\e882";
}
.AAIco-flip_to_front:before {
  content: "\e883";
}
.AAIco-folder:before {
  content: "\e2c7";
}
.AAIco-folder_open:before {
  content: "\e2c8";
}
.AAIco-folder_shared:before {
  content: "\e2c9";
}
.AAIco-folder_special:before {
  content: "\e617";
}
.AAIco-font_download:before {
  content: "\e167";
}
.AAIco-format_align_center:before {
  content: "\e234";
}
.AAIco-format_align_justify:before {
  content: "\e235";
}
.AAIco-format_align_left:before {
  content: "\e236";
}
.AAIco-format_align_right:before {
  content: "\e237";
}
.AAIco-format_bold:before {
  content: "\e238";
}
.AAIco-format_clear:before {
  content: "\e239";
}
.AAIco-format_color_fill:before {
  content: "\e23a";
}
.AAIco-format_color_reset:before {
  content: "\e23b";
}
.AAIco-format_color_text:before {
  content: "\e23c";
}
.AAIco-format_indent_decrease:before {
  content: "\e23d";
}
.AAIco-format_indent_increase:before {
  content: "\e23e";
}
.AAIco-format_italic:before {
  content: "\e23f";
}
.AAIco-format_line_spacing:before {
  content: "\e240";
}
.AAIco-format_list_bulleted:before {
  content: "\e241";
}
.AAIco-format_list_numbered:before {
  content: "\e242";
}
.AAIco-format_paint:before {
  content: "\e243";
}
.AAIco-format_quote:before {
  content: "\e244";
}
.AAIco-format_shapes:before {
  content: "\e25e";
}
.AAIco-format_size:before {
  content: "\e245";
}
.AAIco-format_strikethrough:before {
  content: "\e246";
}
.AAIco-format_textdirection_l_to_r:before {
  content: "\e247";
}
.AAIco-format_textdirection_r_to_l:before {
  content: "\e248";
}
.AAIco-format_underlined:before {
  content: "\e249";
}
.AAIco-forum:before {
  content: "\e0bf";
}
.AAIco-forward:before {
  content: "\e154";
}
.AAIco-forward_10:before {
  content: "\e056";
}
.AAIco-forward_30:before {
  content: "\e057";
}
.AAIco-forward_5:before {
  content: "\e058";
}
.AAIco-free_breakfast:before {
  content: "\eb44";
}
.AAIco-fullscreen:before {
  content: "\e5d0";
}
.AAIco-fullscreen_exit:before {
  content: "\e5d1";
}
.AAIco-functions:before {
  content: "\e24a";
}
.AAIco-g_translate:before {
  content: "\e927";
}
.AAIco-gamepad:before {
  content: "\e30f";
}
.AAIco-games:before {
  content: "\e021";
}
.AAIco-gavel:before {
  content: "\e90e";
}
.AAIco-gesture:before {
  content: "\e155";
}
.AAIco-get_app:before {
  content: "\e884";
}
.AAIco-gif:before {
  content: "\e908";
}
.AAIco-golf_course:before {
  content: "\eb45";
}
.AAIco-gps_fixed:before {
  content: "\e1b3";
}
.AAIco-gps_not_fixed:before {
  content: "\e1b4";
}
.AAIco-gps_off:before {
  content: "\e1b5";
}
.AAIco-grade:before {
  content: "\e885";
}
.AAIco-gradient:before {
  content: "\e3e9";
}
.AAIco-grain:before {
  content: "\e3ea";
}
.AAIco-graphic_eq:before {
  content: "\e1b8";
}
.AAIco-grid_off:before {
  content: "\e3eb";
}
.AAIco-grid_on:before {
  content: "\e3ec";
}
.AAIco-group:before {
  content: "\e7ef";
}
.AAIco-group_add:before {
  content: "\e7f0";
}
.AAIco-group_work:before {
  content: "\e886";
}
.AAIco-hd:before {
  content: "\e052";
}
.AAIco-hdr_off:before {
  content: "\e3ed";
}
.AAIco-hdr_on:before {
  content: "\e3ee";
}
.AAIco-hdr_strong:before {
  content: "\e3f1";
}
.AAIco-hdr_weak:before {
  content: "\e3f2";
}
.AAIco-headset:before {
  content: "\e310";
}
.AAIco-headset_mic:before {
  content: "\e311";
}
.AAIco-healing:before {
  content: "\e3f3";
}
.AAIco-hearing:before {
  content: "\e023";
}
.AAIco-help:before {
  content: "\e887";
}
.AAIco-help_outline:before {
  content: "\e8fd";
}
.AAIco-high_quality:before {
  content: "\e024";
}
.AAIco-highlight:before {
  content: "\e25f";
}
.AAIco-highlight_off:before {
  content: "\e888";
}
.AAIco-history:before {
  content: "\e889";
}
.AAIco-home:before {
  content: "\e88a";
}
.AAIco-hot_tub:before {
  content: "\eb46";
}
.AAIco-hotel:before {
  content: "\e53a";
}
.AAIco-hourglass_empty:before {
  content: "\e88b";
}
.AAIco-hourglass_full:before {
  content: "\e88c";
}
.AAIco-http:before {
  content: "\e902";
}
.AAIco-https:before {
  content: "\e88d";
}
.AAIco-image:before {
  content: "\e3f4";
}
.AAIco-image_aspect_ratio:before {
  content: "\e3f5";
}
.AAIco-import_contacts:before {
  content: "\e0e0";
}
.AAIco-import_export:before {
  content: "\e0c3";
}
.AAIco-important_devices:before {
  content: "\e912";
}
.AAIco-inbox:before {
  content: "\e156";
}
.AAIco-indeterminate_check_box:before {
  content: "\e909";
}
.AAIco-info:before {
  content: "\e88e";
}
.AAIco-info_outline:before {
  content: "\e88f";
}
.AAIco-input:before {
  content: "\e890";
}
.AAIco-insert_chart:before {
  content: "\e24b";
}
.AAIco-insert_comment:before {
  content: "\e24c";
}
.AAIco-insert_drive_file:before {
  content: "\e24d";
}
.AAIco-insert_emoticon:before {
  content: "\e24e";
}
.AAIco-insert_invitation:before {
  content: "\e24f";
}
.AAIco-insert_link:before {
  content: "\e250";
}
.AAIco-insert_photo:before {
  content: "\e251";
}
.AAIco-invert_colors:before {
  content: "\e891";
}
.AAIco-invert_colors_off:before {
  content: "\e0c4";
}
.AAIco-iso:before {
  content: "\e3f6";
}
.AAIco-keyboard:before {
  content: "\e312";
}
.AAIco-keyboard_arrow_down:before {
  content: "\e313";
}
.AAIco-keyboard_arrow_left:before {
  content: "\e314";
}
.AAIco-keyboard_arrow_right:before {
  content: "\e315";
}
.AAIco-keyboard_arrow_up:before {
  content: "\e316";
}
.AAIco-keyboard_backspace:before {
  content: "\e317";
}
.AAIco-keyboard_capslock:before {
  content: "\e318";
}
.AAIco-keyboard_hide:before {
  content: "\e31a";
}
.AAIco-keyboard_return:before {
  content: "\e31b";
}
.AAIco-keyboard_tab:before {
  content: "\e31c";
}
.AAIco-keyboard_voice:before {
  content: "\e31d";
}
.AAIco-kitchen:before {
  content: "\eb47";
}
.AAIco-label:before {
  content: "\e892";
}
.AAIco-label_outline:before {
  content: "\e893";
}
.AAIco-landscape:before {
  content: "\e3f7";
}
.AAIco-language:before {
  content: "\e894";
}
.AAIco-laptop:before {
  content: "\e31e";
}
.AAIco-laptop_chromebook:before {
  content: "\e31f";
}
.AAIco-laptop_mac:before {
  content: "\e320";
}
.AAIco-laptop_windows:before {
  content: "\e321";
}
.AAIco-last_page:before {
  content: "\e5dd";
}
.AAIco-launch:before {
  content: "\e895";
}
.AAIco-layers:before {
  content: "\e53b";
}
.AAIco-layers_clear:before {
  content: "\e53c";
}
.AAIco-leak_add:before {
  content: "\e3f8";
}
.AAIco-leak_remove:before {
  content: "\e3f9";
}
.AAIco-lens:before {
  content: "\e3fa";
}
.AAIco-library_add:before {
  content: "\e02e";
}
.AAIco-library_books:before {
  content: "\e02f";
}
.AAIco-library_music:before {
  content: "\e030";
}
.AAIco-lightbulb_outline:before {
  content: "\e90f";
}
.AAIco-line_style:before {
  content: "\e919";
}
.AAIco-line_weight:before {
  content: "\e91a";
}
.AAIco-linear_scale:before {
  content: "\e260";
}
.AAIco-link:before {
  content: "\e157";
}
.AAIco-linked_camera:before {
  content: "\e438";
}
.AAIco-list:before {
  content: "\e896";
}
.AAIco-live_help:before {
  content: "\e0c6";
}
.AAIco-live_tv:before {
  content: "\e639";
}
.AAIco-local_activity:before {
  content: "\e53f";
}
.AAIco-local_airport:before {
  content: "\e53d";
}
.AAIco-local_atm:before {
  content: "\e53e";
}
.AAIco-local_bar:before {
  content: "\e540";
}
.AAIco-local_cafe:before {
  content: "\e541";
}
.AAIco-local_car_wash:before {
  content: "\e542";
}
.AAIco-local_convenience_store:before {
  content: "\e543";
}
.AAIco-local_dining:before {
  content: "\e556";
}
.AAIco-local_drink:before {
  content: "\e544";
}
.AAIco-local_florist:before {
  content: "\e545";
}
.AAIco-local_gas_station:before {
  content: "\e546";
}
.AAIco-local_grocery_store:before {
  content: "\e547";
}
.AAIco-local_hospital:before {
  content: "\e548";
}
.AAIco-local_hotel:before {
  content: "\e549";
}
.AAIco-local_laundry_service:before {
  content: "\e54a";
}
.AAIco-local_library:before {
  content: "\e54b";
}
.AAIco-local_mall:before {
  content: "\e54c";
}
.AAIco-local_movies:before {
  content: "\e54d";
}
.AAIco-local_offer:before {
  content: "\e54e";
}
.AAIco-local_parking:before {
  content: "\e54f";
}
.AAIco-local_pharmacy:before {
  content: "\e550";
}
.AAIco-local_phone:before {
  content: "\e551";
}
.AAIco-local_pizza:before {
  content: "\e552";
}
.AAIco-local_play:before {
  content: "\e553";
}
.AAIco-local_post_office:before {
  content: "\e554";
}
.AAIco-local_printshop:before {
  content: "\e555";
}
.AAIco-local_see:before {
  content: "\e557";
}
.AAIco-local_shipping:before {
  content: "\e558";
}
.AAIco-local_taxi:before {
  content: "\e559";
}
.AAIco-location_city:before {
  content: "\e7f1";
}
.AAIco-location_disabled:before {
  content: "\e1b6";
}
.AAIco-location_off:before {
  content: "\e0c7";
}
.AAIco-location_on:before {
  content: "\e0c8";
}
.AAIco-location_searching:before {
  content: "\e1b7";
}
.AAIco-lock:before {
  content: "\e897";
}
.AAIco-lock_open:before {
  content: "\e898";
}
.AAIco-lock_outline:before {
  content: "\e899";
}
.AAIco-looks:before {
  content: "\e3fc";
}
.AAIco-looks_3:before {
  content: "\e3fb";
}
.AAIco-looks_4:before {
  content: "\e3fd";
}
.AAIco-looks_5:before {
  content: "\e3fe";
}
.AAIco-looks_6:before {
  content: "\e3ff";
}
.AAIco-looks_one:before {
  content: "\e400";
}
.AAIco-looks_two:before {
  content: "\e401";
}
.AAIco-loop:before {
  content: "\e028";
}
.AAIco-loupe:before {
  content: "\e402";
}
.AAIco-low_priority:before {
  content: "\e16d";
}
.AAIco-loyalty:before {
  content: "\e89a";
}
.AAIco-mail:before {
  content: "\e158";
}
.AAIco-mail_outline:before {
  content: "\e0e1";
}
.AAIco-map:before {
  content: "\e55b";
}
.AAIco-markunread:before {
  content: "\e159";
}
.AAIco-markunread_mailbox:before {
  content: "\e89b";
}
.AAIco-memory:before {
  content: "\e322";
}
.AAIco-menu:before {
  content: "\e5d2";
}
.AAIco-merge_type:before {
  content: "\e252";
}
.AAIco-message:before {
  content: "\e0c9";
}
.AAIco-mic:before {
  content: "\e029";
}
.AAIco-mic_none:before {
  content: "\e02a";
}
.AAIco-mic_off:before {
  content: "\e02b";
}
.AAIco-mms:before {
  content: "\e618";
}
.AAIco-mode_comment:before {
  content: "\e253";
}
.AAIco-mode_edit:before {
  content: "\e254";
}
.AAIco-monetization_on:before {
  content: "\e263";
}
.AAIco-money_off:before {
  content: "\e25c";
}
.AAIco-monochrome_photos:before {
  content: "\e403";
}
.AAIco-mood:before {
  content: "\e7f2";
}
.AAIco-mood_bad:before {
  content: "\e7f3";
}
.AAIco-more:before {
  content: "\e619";
}
.AAIco-more_horiz:before {
  content: "\e5d3";
}
.AAIco-more_vert:before {
  content: "\e5d4";
}
.AAIco-motorcycle:before {
  content: "\e91b";
}
.AAIco-mouse:before {
  content: "\e323";
}
.AAIco-move_to_inbox:before {
  content: "\e168";
}
.AAIco-movie:before {
  content: "\e02c";
}
.AAIco-movie_creation:before {
  content: "\e404";
}
.AAIco-movie_filter:before {
  content: "\e43a";
}
.AAIco-multiline_chart:before {
  content: "\e6df";
}
.AAIco-music_note:before {
  content: "\e405";
}
.AAIco-music_video:before {
  content: "\e063";
}
.AAIco-my_location:before {
  content: "\e55c";
}
.AAIco-nature:before {
  content: "\e406";
}
.AAIco-nature_people:before {
  content: "\e407";
}
.AAIco-navigate_before:before {
  content: "\e408";
}
.AAIco-navigate_next:before {
  content: "\e409";
}
.AAIco-navigation:before {
  content: "\e55d";
}
.AAIco-near_me:before {
  content: "\e569";
}
.AAIco-network_cell:before {
  content: "\e1b9";
}
.AAIco-network_check:before {
  content: "\e640";
}
.AAIco-network_locked:before {
  content: "\e61a";
}
.AAIco-network_wifi:before {
  content: "\e1ba";
}
.AAIco-new_releases:before {
  content: "\e031";
}
.AAIco-next_week:before {
  content: "\e16a";
}
.AAIco-nfc:before {
  content: "\e1bb";
}
.AAIco-no_encryption:before {
  content: "\e641";
}
.AAIco-no_sim:before {
  content: "\e0cc";
}
.AAIco-not_interested:before {
  content: "\e033";
}
.AAIco-note:before {
  content: "\e06f";
}
.AAIco-note_add:before {
  content: "\e89c";
}
.AAIco-notifications:before {
  content: "\e7f4";
}
.AAIco-notifications_active:before {
  content: "\e7f7";
}
.AAIco-notifications_none:before {
  content: "\e7f5";
}
.AAIco-notifications_off:before {
  content: "\e7f6";
}
.AAIco-notifications_paused:before {
  content: "\e7f8";
}
.AAIco-offline_pin:before {
  content: "\e90a";
}
.AAIco-ondemand_video:before {
  content: "\e63a";
}
.AAIco-opacity:before {
  content: "\e91c";
}
.AAIco-open_in_browser:before {
  content: "\e89d";
}
.AAIco-open_in_new:before {
  content: "\e89e";
}
.AAIco-open_with:before {
  content: "\e89f";
}
.AAIco-pages:before {
  content: "\e7f9";
}
.AAIco-pageview:before {
  content: "\e8a0";
}
.AAIco-palette:before {
  content: "\e40a";
}
.AAIco-pan_tool:before {
  content: "\e925";
}
.AAIco-panorama:before {
  content: "\e40b";
}
.AAIco-panorama_fish_eye:before {
  content: "\e40c";
}
.AAIco-panorama_horizontal:before {
  content: "\e40d";
}
.AAIco-panorama_vertical:before {
  content: "\e40e";
}
.AAIco-panorama_wide_angle:before {
  content: "\e40f";
}
.AAIco-party_mode:before {
  content: "\e7fa";
}
.AAIco-pause:before {
  content: "\e034";
}
.AAIco-pause_circle_filled:before {
  content: "\e035";
}
.AAIco-pause_circle_outline:before {
  content: "\e036";
}
.AAIco-payment:before {
  content: "\e8a1";
}
.AAIco-people:before {
  content: "\e7fb";
}
.AAIco-people_outline:before {
  content: "\e7fc";
}
.AAIco-perm_camera_mic:before {
  content: "\e8a2";
}
.AAIco-perm_contact_calendar:before {
  content: "\e8a3";
}
.AAIco-perm_data_setting:before {
  content: "\e8a4";
}
.AAIco-perm_device_information:before {
  content: "\e8a5";
}
.AAIco-perm_identity:before {
  content: "\e8a6";
}
.AAIco-perm_media:before {
  content: "\e8a7";
}
.AAIco-perm_phone_msg:before {
  content: "\e8a8";
}
.AAIco-perm_scan_wifi:before {
  content: "\e8a9";
}
.AAIco-person:before {
  content: "\e7fd";
}
.AAIco-person_add:before {
  content: "\e7fe";
}
.AAIco-person_outline:before {
  content: "\e7ff";
}
.AAIco-person_pin:before {
  content: "\e55a";
}
.AAIco-person_pin_circle:before {
  content: "\e56a";
}
.AAIco-personal_video:before {
  content: "\e63b";
}
.AAIco-pets:before {
  content: "\e91d";
}
.AAIco-phone:before {
  content: "\e0cd";
}
.AAIco-phone_android:before {
  content: "\e324";
}
.AAIco-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.AAIco-phone_forwarded:before {
  content: "\e61c";
}
.AAIco-phone_in_talk:before {
  content: "\e61d";
}
.AAIco-phone_iphone:before {
  content: "\e325";
}
.AAIco-phone_locked:before {
  content: "\e61e";
}
.AAIco-phone_missed:before {
  content: "\e61f";
}
.AAIco-phone_paused:before {
  content: "\e620";
}
.AAIco-phonelink:before {
  content: "\e326";
}
.AAIco-phonelink_erase:before {
  content: "\e0db";
}
.AAIco-phonelink_lock:before {
  content: "\e0dc";
}
.AAIco-phonelink_off:before {
  content: "\e327";
}
.AAIco-phonelink_ring:before {
  content: "\e0dd";
}
.AAIco-phonelink_setup:before {
  content: "\e0de";
}
.AAIco-photo:before {
  content: "\e410";
}
.AAIco-photo_album:before {
  content: "\e411";
}
.AAIco-photo_camera:before {
  content: "\e412";
}
.AAIco-photo_filter:before {
  content: "\e43b";
}
.AAIco-photo_library:before {
  content: "\e413";
}
.AAIco-photo_size_select_actual:before {
  content: "\e432";
}
.AAIco-photo_size_select_large:before {
  content: "\e433";
}
.AAIco-photo_size_select_small:before {
  content: "\e434";
}
.AAIco-picture_as_pdf:before {
  content: "\e415";
}
.AAIco-picture_in_picture:before {
  content: "\e8aa";
}
.AAIco-picture_in_picture_alt:before {
  content: "\e911";
}
.AAIco-pie_chart:before {
  content: "\e6c4";
}
.AAIco-pie_chart_outlined:before {
  content: "\e6c5";
}
.AAIco-pin_drop:before {
  content: "\e55e";
}
.AAIco-place:before {
  content: "\e55f";
}
.AAIco-play_arrow:before {
  content: "\e037";
}
.AAIco-play_circle_filled:before {
  content: "\e038";
}
.AAIco-play_circle_outline:before {
  content: "\e039";
}
.AAIco-play_for_work:before {
  content: "\e906";
}
.AAIco-playlist_add:before {
  content: "\e03b";
}
.AAIco-playlist_add_check:before {
  content: "\e065";
}
.AAIco-playlist_play:before {
  content: "\e05f";
}
.AAIco-plus_one:before {
  content: "\e800";
}
.AAIco-poll:before {
  content: "\e801";
}
.AAIco-polymer:before {
  content: "\e8ab";
}
.AAIco-pool:before {
  content: "\eb48";
}
.AAIco-portable_wifi_off:before {
  content: "\e0ce";
}
.AAIco-portrait:before {
  content: "\e416";
}
.AAIco-power:before {
  content: "\e63c";
}
.AAIco-power_input:before {
  content: "\e336";
}
.AAIco-power_settings_new:before {
  content: "\e8ac";
}
.AAIco-pregnant_woman:before {
  content: "\e91e";
}
.AAIco-present_to_all:before {
  content: "\e0df";
}
.AAIco-print:before {
  content: "\e8ad";
}
.AAIco-priority_high:before {
  content: "\e645";
}
.AAIco-public:before {
  content: "\e80b";
}
.AAIco-publish:before {
  content: "\e255";
}
.AAIco-query_builder:before {
  content: "\e8ae";
}
.AAIco-question_answer:before {
  content: "\e8af";
}
.AAIco-queue:before {
  content: "\e03c";
}
.AAIco-queue_music:before {
  content: "\e03d";
}
.AAIco-queue_play_next:before {
  content: "\e066";
}
.AAIco-radio:before {
  content: "\e03e";
}
.AAIco-radio_button_checked:before {
  content: "\e837";
}
.AAIco-radio_button_unchecked:before {
  content: "\e836";
}
.AAIco-rate_review:before {
  content: "\e560";
}
.AAIco-receipt:before {
  content: "\e8b0";
}
.AAIco-recent_actors:before {
  content: "\e03f";
}
.AAIco-record_voice_over:before {
  content: "\e91f";
}
.AAIco-redeem:before {
  content: "\e8b1";
}
.AAIco-redo:before {
  content: "\e15a";
}
.AAIco-refresh:before {
  content: "\e5d5";
}
.AAIco-remove:before {
  content: "\e15b";
}
.AAIco-remove_circle:before {
  content: "\e15c";
}
.AAIco-remove_circle_outline:before {
  content: "\e15d";
}
.AAIco-remove_from_queue:before {
  content: "\e067";
}
.AAIco-remove_red_eye:before {
  content: "\e417";
}
.AAIco-remove_shopping_cart:before {
  content: "\e928";
}
.AAIco-reorder:before {
  content: "\e8fe";
}
.AAIco-repeat:before {
  content: "\e040";
}
.AAIco-repeat_one:before {
  content: "\e041";
}
.AAIco-replay:before {
  content: "\e042";
}
.AAIco-replay_10:before {
  content: "\e059";
}
.AAIco-replay_30:before {
  content: "\e05a";
}
.AAIco-replay_5:before {
  content: "\e05b";
}
.AAIco-reply:before {
  content: "\e15e";
}
.AAIco-reply_all:before {
  content: "\e15f";
}
.AAIco-report:before {
  content: "\e160";
}
.AAIco-report_problem:before {
  content: "\e8b2";
}
.AAIco-restaurant:before {
  content: "\e56c";
}
.AAIco-restaurant_menu:before {
  content: "\e561";
}
.AAIco-restore:before {
  content: "\e8b3";
}
.AAIco-restore_page:before {
  content: "\e929";
}
.AAIco-ring_volume:before {
  content: "\e0d1";
}
.AAIco-room:before {
  content: "\e8b4";
}
.AAIco-room_service:before {
  content: "\eb49";
}
.AAIco-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.AAIco-rotate_left:before {
  content: "\e419";
}
.AAIco-rotate_right:before {
  content: "\e41a";
}
.AAIco-rounded_corner:before {
  content: "\e920";
}
.AAIco-router:before {
  content: "\e328";
}
.AAIco-rowing:before {
  content: "\e921";
}
.AAIco-rss_feed:before {
  content: "\e0e5";
}
.AAIco-rv_hookup:before {
  content: "\e642";
}
.AAIco-satellite:before {
  content: "\e562";
}
.AAIco-save:before {
  content: "\e161";
}
.AAIco-scanner:before {
  content: "\e329";
}
.AAIco-schedule:before {
  content: "\e8b5";
}
.AAIco-school:before {
  content: "\e80c";
}
.AAIco-screen_lock_landscape:before {
  content: "\e1be";
}
.AAIco-screen_lock_portrait:before {
  content: "\e1bf";
}
.AAIco-screen_lock_rotation:before {
  content: "\e1c0";
}
.AAIco-screen_rotation:before {
  content: "\e1c1";
}
.AAIco-screen_share:before {
  content: "\e0e2";
}
.AAIco-sd_card:before {
  content: "\e623";
}
.AAIco-sd_storage:before {
  content: "\e1c2";
}
.AAIco-search:before {
  content: "\e8b6";
}
.AAIco-security:before {
  content: "\e32a";
}
.AAIco-select_all:before {
  content: "\e162";
}
.AAIco-send:before {
  content: "\e163";
}
.AAIco-sentiment_dissatisfied:before {
  content: "\e811";
}
.AAIco-sentiment_neutral:before {
  content: "\e812";
}
.AAIco-sentiment_satisfied:before {
  content: "\e813";
}
.AAIco-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.AAIco-sentiment_very_satisfied:before {
  content: "\e815";
}
.AAIco-settings:before {
  content: "\e8b8";
}
.AAIco-settings_applications:before {
  content: "\e8b9";
}
.AAIco-settings_backup_restore:before {
  content: "\e8ba";
}
.AAIco-settings_bluetooth:before {
  content: "\e8bb";
}
.AAIco-settings_brightness:before {
  content: "\e8bd";
}
.AAIco-settings_cell:before {
  content: "\e8bc";
}
.AAIco-settings_ethernet:before {
  content: "\e8be";
}
.AAIco-settings_input_antenna:before {
  content: "\e8bf";
}
.AAIco-settings_input_component:before {
  content: "\e8c0";
}
.AAIco-settings_input_composite:before {
  content: "\e8c1";
}
.AAIco-settings_input_hdmi:before {
  content: "\e8c2";
}
.AAIco-settings_input_svideo:before {
  content: "\e8c3";
}
.AAIco-settings_overscan:before {
  content: "\e8c4";
}
.AAIco-settings_phone:before {
  content: "\e8c5";
}
.AAIco-settings_power:before {
  content: "\e8c6";
}
.AAIco-settings_remote:before {
  content: "\e8c7";
}
.AAIco-settings_system_daydream:before {
  content: "\e1c3";
}
.AAIco-settings_voice:before {
  content: "\e8c8";
}
.AAIco-share:before {
  content: "\e80d";
}
.AAIco-shop:before {
  content: "\e8c9";
}
.AAIco-shop_two:before {
  content: "\e8ca";
}
.AAIco-shopping_basket:before {
  content: "\e8cb";
}
.AAIco-shopping_cart:before {
  content: "\e8cc";
}
.AAIco-short_text:before {
  content: "\e261";
}
.AAIco-show_chart:before {
  content: "\e6e1";
}
.AAIco-shuffle:before {
  content: "\e043";
}
.AAIco-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.AAIco-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.AAIco-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.AAIco-signal_cellular_null:before {
  content: "\e1cf";
}
.AAIco-signal_cellular_off:before {
  content: "\e1d0";
}
.AAIco-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.AAIco-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.AAIco-signal_wifi_off:before {
  content: "\e1da";
}
.AAIco-sim_card:before {
  content: "\e32b";
}
.AAIco-sim_card_alert:before {
  content: "\e624";
}
.AAIco-skip_next:before {
  content: "\e044";
}
.AAIco-skip_previous:before {
  content: "\e045";
}
.AAIco-slideshow:before {
  content: "\e41b";
}
.AAIco-slow_motion_video:before {
  content: "\e068";
}
.AAIco-smartphone:before {
  content: "\e32c";
}
.AAIco-smoke_free:before {
  content: "\eb4a";
}
.AAIco-smoking_rooms:before {
  content: "\eb4b";
}
.AAIco-sms:before {
  content: "\e625";
}
.AAIco-sms_failed:before {
  content: "\e626";
}
.AAIco-snooze:before {
  content: "\e046";
}
.AAIco-sort:before {
  content: "\e164";
}
.AAIco-sort_by_alpha:before {
  content: "\e053";
}
.AAIco-spa:before {
  content: "\eb4c";
}
.AAIco-space_bar:before {
  content: "\e256";
}
.AAIco-speaker:before {
  content: "\e32d";
}
.AAIco-speaker_group:before {
  content: "\e32e";
}
.AAIco-speaker_notes:before {
  content: "\e8cd";
}
.AAIco-speaker_notes_off:before {
  content: "\e92a";
}
.AAIco-speaker_phone:before {
  content: "\e0d2";
}
.AAIco-spellcheck:before {
  content: "\e8ce";
}
.AAIco-star:before {
  content: "\e838";
}
.AAIco-star_border:before {
  content: "\e83a";
}
.AAIco-star_half:before {
  content: "\e839";
}
.AAIco-stars:before {
  content: "\e8d0";
}
.AAIco-stay_current_landscape:before {
  content: "\e0d3";
}
.AAIco-stay_current_portrait:before {
  content: "\e0d4";
}
.AAIco-stay_primary_landscape:before {
  content: "\e0d5";
}
.AAIco-stay_primary_portrait:before {
  content: "\e0d6";
}
.AAIco-stop:before {
  content: "\e047";
}
.AAIco-stop_screen_share:before {
  content: "\e0e3";
}
.AAIco-storage:before {
  content: "\e1db";
}
.AAIco-store:before {
  content: "\e8d1";
}
.AAIco-store_mall_directory:before {
  content: "\e563";
}
.AAIco-straighten:before {
  content: "\e41c";
}
.AAIco-streetview:before {
  content: "\e56e";
}
.AAIco-strikethrough_s:before {
  content: "\e257";
}
.AAIco-style:before {
  content: "\e41d";
}
.AAIco-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.AAIco-subdirectory_arrow_right:before {
  content: "\e5da";
}
.AAIco-subject:before {
  content: "\e8d2";
}
.AAIco-subscriptions:before {
  content: "\e064";
}
.AAIco-subtitles:before {
  content: "\e048";
}
.AAIco-subway:before {
  content: "\e56f";
}
.AAIco-supervisor_account:before {
  content: "\e8d3";
}
.AAIco-surround_sound:before {
  content: "\e049";
}
.AAIco-swap_calls:before {
  content: "\e0d7";
}
.AAIco-swap_horiz:before {
  content: "\e8d4";
}
.AAIco-swap_vert:before {
  content: "\e8d5";
}
.AAIco-swap_vertical_circle:before {
  content: "\e8d6";
}
.AAIco-switch_camera:before {
  content: "\e41e";
}
.AAIco-switch_video:before {
  content: "\e41f";
}
.AAIco-sync:before {
  content: "\e627";
}
.AAIco-sync_disabled:before {
  content: "\e628";
}
.AAIco-sync_problem:before {
  content: "\e629";
}
.AAIco-system_update:before {
  content: "\e62a";
}
.AAIco-system_update_alt:before {
  content: "\e8d7";
}
.AAIco-tab:before {
  content: "\e8d8";
}
.AAIco-tab_unselected:before {
  content: "\e8d9";
}
.AAIco-tablet:before {
  content: "\e32f";
}
.AAIco-tablet_android:before {
  content: "\e330";
}
.AAIco-tablet_mac:before {
  content: "\e331";
}
.AAIco-tag_faces:before {
  content: "\e420";
}
.AAIco-tap_and_play:before {
  content: "\e62b";
}
.AAIco-terrain:before {
  content: "\e564";
}
.AAIco-text_fields:before {
  content: "\e262";
}
.AAIco-text_format:before {
  content: "\e165";
}
.AAIco-textsms:before {
  content: "\e0d8";
}
.AAIco-texture:before {
  content: "\e421";
}
.AAIco-theaters:before {
  content: "\e8da";
}
.AAIco-thumb_down:before {
  content: "\e8db";
}
.AAIco-thumb_up:before {
  content: "\e8dc";
}
.AAIco-thumbs_up_down:before {
  content: "\e8dd";
}
.AAIco-time_to_leave:before {
  content: "\e62c";
}
.AAIco-timelapse:before {
  content: "\e422";
}
.AAIco-timeline:before {
  content: "\e922";
}
.AAIco-timer:before {
  content: "\e425";
}
.AAIco-timer_10:before {
  content: "\e423";
}
.AAIco-timer_3:before {
  content: "\e424";
}
.AAIco-timer_off:before {
  content: "\e426";
}
.AAIco-title:before {
  content: "\e264";
}
.AAIco-toc:before {
  content: "\e8de";
}
.AAIco-today:before {
  content: "\e8df";
}
.AAIco-toll:before {
  content: "\e8e0";
}
.AAIco-tonality:before {
  content: "\e427";
}
.AAIco-touch_app:before {
  content: "\e913";
}
.AAIco-toys:before {
  content: "\e332";
}
.AAIco-track_changes:before {
  content: "\e8e1";
}
.AAIco-traffic:before {
  content: "\e565";
}
.AAIco-train:before {
  content: "\e570";
}
.AAIco-tram:before {
  content: "\e571";
}
.AAIco-transfer_within_a_station:before {
  content: "\e572";
}
.AAIco-transform:before {
  content: "\e428";
}
.AAIco-translate:before {
  content: "\e8e2";
}
.AAIco-trending_down:before {
  content: "\e8e3";
}
.AAIco-trending_flat:before {
  content: "\e8e4";
}
.AAIco-trending_up:before {
  content: "\e8e5";
}
.AAIco-tune:before {
  content: "\e429";
}
.AAIco-turned_in:before {
  content: "\e8e6";
}
.AAIco-turned_in_not:before {
  content: "\e8e7";
}
.AAIco-tv:before {
  content: "\e333";
}
.AAIco-unarchive:before {
  content: "\e169";
}
.AAIco-undo:before {
  content: "\e166";
}
.AAIco-unfold_less:before {
  content: "\e5d6";
}
.AAIco-unfold_more:before {
  content: "\e5d7";
}
.AAIco-update:before {
  content: "\e923";
}
.AAIco-usb:before {
  content: "\e1e0";
}
.AAIco-verified_user:before {
  content: "\e8e8";
}
.AAIco-vertical_align_bottom:before {
  content: "\e258";
}
.AAIco-vertical_align_center:before {
  content: "\e259";
}
.AAIco-vertical_align_top:before {
  content: "\e25a";
}
.AAIco-vibration:before {
  content: "\e62d";
}
.AAIco-video_call:before {
  content: "\e070";
}
.AAIco-video_label:before {
  content: "\e071";
}
.AAIco-video_library:before {
  content: "\e04a";
}
.AAIco-videocam:before {
  content: "\e04b";
}
.AAIco-videocam_off:before {
  content: "\e04c";
}
.AAIco-videogame_asset:before {
  content: "\e338";
}
.AAIco-view_agenda:before {
  content: "\e8e9";
}
.AAIco-view_array:before {
  content: "\e8ea";
}
.AAIco-view_carousel:before {
  content: "\e8eb";
}
.AAIco-view_column:before {
  content: "\e8ec";
}
.AAIco-view_comfy:before {
  content: "\e42a";
}
.AAIco-view_compact:before {
  content: "\e42b";
}
.AAIco-view_day:before {
  content: "\e8ed";
}
.AAIco-view_headline:before {
  content: "\e8ee";
}
.AAIco-view_list:before {
  content: "\e8ef";
}
.AAIco-view_module:before {
  content: "\e8f0";
}
.AAIco-view_quilt:before {
  content: "\e8f1";
}
.AAIco-view_stream:before {
  content: "\e8f2";
}
.AAIco-view_week:before {
  content: "\e8f3";
}
.AAIco-vignette:before {
  content: "\e435";
}
.AAIco-visibility:before {
  content: "\e8f4";
}
.AAIco-visibility_off:before {
  content: "\e8f5";
}
.AAIco-voice_chat:before {
  content: "\e62e";
}
.AAIco-voicemail:before {
  content: "\e0d9";
}
.AAIco-volume_down:before {
  content: "\e04d";
}
.AAIco-volume_mute:before {
  content: "\e04e";
}
.AAIco-volume_off:before {
  content: "\e04f";
}
.AAIco-volume_up:before {
  content: "\e050";
}
.AAIco-vpn_key:before {
  content: "\e0da";
}
.AAIco-vpn_lock:before {
  content: "\e62f";
}
.AAIco-wallpaper:before {
  content: "\e1bc";
}
.AAIco-warning:before {
  content: "\e002";
}
.AAIco-watch:before {
  content: "\e334";
}
.AAIco-watch_later:before {
  content: "\e924";
}
.AAIco-wb_auto:before {
  content: "\e42c";
}
.AAIco-wb_cloudy:before {
  content: "\e42d";
}
.AAIco-wb_incandescent:before {
  content: "\e42e";
}
.AAIco-wb_iridescent:before {
  content: "\e436";
}
.AAIco-wb_sunny:before {
  content: "\e430";
}
.AAIco-wc:before {
  content: "\e63d";
}
.AAIco-web:before {
  content: "\e051";
}
.AAIco-web_asset:before {
  content: "\e069";
}
.AAIco-weekend:before {
  content: "\e16b";
}
.AAIco-whatshot:before {
  content: "\e80e";
}
.AAIco-widgets:before {
  content: "\e1bd";
}
.AAIco-wifi:before {
  content: "\e63e";
}
.AAIco-wifi_lock:before {
  content: "\e1e1";
}
.AAIco-wifi_tethering:before {
  content: "\e1e2";
}
.AAIco-work:before {
  content: "\e8f9";
}
.AAIco-wrap_text:before {
  content: "\e25b";
}
.AAIco-youtube_searched_for:before {
  content: "\e8fa";
}
.AAIco-zoom_in:before {
  content: "\e8ff";
}
.AAIco-zoom_out:before {
  content: "\e900";
}
.AAIco-zoom_out_map:before {
  content: "\e56b";
}

nav.Menu li {
    display: inline-block;
}
