@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.nav .sub-menu,
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.show {
  display: block;
}

.nav .sub-menu>li>a,
.dropdown-menu>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.nav .sub-menu>li>a:hover,
.nav .sub-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.nav .sub-menu>li>a.active,
.nav .sub-menu>li>a:active,
.dropdown-menu>li>a.active,
.dropdown-menu>li>a:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.nav .sub-menu>li>a.disabled,
.nav .sub-menu>li>a:disabled,
.dropdown-menu>li>a.disabled,
.dropdown-menu>li>a:disabled {
  color: #6c757d;
  background-color: transparent;
}

figure,
img,
video {
  max-width: 100%;
  height: auto;
}

.page-content .wp-smiley,
.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
  border: none;
}

p>embed:only-child,
p>iframe:only-child,
p>object:only-child {
  margin-bottom: 0;
}

.carousel {
  position: relative;
}

select {
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #000), -webkit-linear-gradient(315deg, #000, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
  background-size: 6px 6px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:not([size]):not([multiple]) {
  height: calc(1.5em + 0.75rem + 2px);
}

select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .select2-container--open {
    z-index: 999999999;
  }
}

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.search-field,
select,
textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d0d0d2;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  input[type="text"],
  input[type="password"],
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="range"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  .search-field,
  select,
  textarea {
    -webkit-transition: none;
    transition: none;
  }
}

input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="color"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="week"]::-ms-expand,
.search-field::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0px 0px 0px 1px #80bdff;
  outline: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
.search-field::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
.search-field::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
.search-field:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
.search-field::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
.search-field::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]:disabled,
input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
.search-field:disabled,
.search-field[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.button,
.btn,
.search-submit,
button,
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .button,
  .btn,
  .search-submit,
  button,
  input[type="submit"],
  input[type="reset"] {
    -webkit-transition: none;
    transition: none;
  }
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.search-submit:hover,
.search-submit:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
  text-decoration: none;
}

.button:focus,
.button.focus,
.btn:focus,
.btn.focus,
.search-submit:focus,
.search-submit.focus,
button:focus,
button.focus,
input[type="submit"]:focus,
input[type="submit"].focus,
input[type="reset"]:focus,
input[type="reset"].focus {
  outline: 0;
}

.button.disabled,
.button:disabled,
.btn.disabled,
.btn:disabled,
.search-submit.disabled,
.search-submit:disabled,
button.disabled,
button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled {
  opacity: 0.65;
}

.button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.search-submit:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled),
input[type="submit"]:not(:disabled):not(.disabled),
input[type="reset"]:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.button:not(:disabled):not(.disabled):active,
.button:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.search-submit:not(:disabled):not(.disabled):active,
.search-submit:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled).active,
input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="submit"]:not(:disabled):not(.disabled).active,
input[type="reset"]:not(:disabled):not(.disabled):active,
input[type="reset"]:not(:disabled):not(.disabled).active {
  background-image: none;
}

.button,
.btn,
button,
input[type="submit"],
input[type="reset"] {
  padding: 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
}

.comment-form-cookies-consent label {
  margin-left: 0.5rem;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-long {
  padding: 9px 44px;
}

.nav,
.offcanvas-nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li>a,
.offcanvas-nav>li>a {
  display: block;
}

.nav>li>a:hover,
.nav>li>a:focus,
.offcanvas-nav>li>a:hover,
.offcanvas-nav>li>a:focus {
  text-decoration: none;
}

.nav>li>a.disabled,
.offcanvas-nav>li>a.disabled {
  color: #6c757d;
}

.nav .menu-item-has-children,
.offcanvas-nav .menu-item-has-children {
  position: relative;
}

.nav .menu-item-has-children:hover>.sub-menu,
.nav .menu-item-has-children:focus>.sub-menu,
.offcanvas-nav .menu-item-has-children:hover>.sub-menu,
.offcanvas-nav .menu-item-has-children:focus>.sub-menu {
  display: block;
}

.nav .sub-menu .sub-menu,
.offcanvas-nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

ul.page-numbers,
.nav-links {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  flex-wrap: wrap;
}

ul.page-numbers,
.nav-links {
  -webkit-box-pack: center;
  justify-content: center;
}

ul.page-numbers>li>a,
ul.page-numbers>li>span,
.nav-links>.page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0 4px;
  line-height: 1.25;
  color: #949cb0;
  background-color: #f6f7f9;
  border: 0 solid #dee2e6;
  border-radius: 2px;
}

ul.page-numbers>li>a:hover,
ul.page-numbers>li>span:hover,
.nav-links>.page-numbers:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

ul.page-numbers>li>a:focus,
ul.page-numbers>li>span:focus,
.nav-links>.page-numbers:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

ul.page-numbers>li>a:not(:disabled):not(.disabled),
ul.page-numbers>li>span:not(:disabled):not(.disabled),
.nav-links>.page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}

ul.page-numbers>li>a.current,
ul.page-numbers>li>span.current,
.nav-links>.page-numbers.current {
  z-index: 1;
  color: #fff;
  border-color: #007bff;
  font-weight: 700;
}

ul.page-numbers>li>a,
ul.page-numbers>li>span,
.nav-links>.page-numbers {
  margin-bottom: 15px;
}

@media (min-width: 768px) {

  ul.page-numbers>li>a,
  ul.page-numbers>li>span,
  .nav-links>.page-numbers {
    margin-bottom: 0;
  }
}

.pagination {
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin-bottom: 40px;
}

.container-fluid,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-fluid,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-fluid,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-fluid,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-fluid,
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {

  .container-fluid,
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {

  .container-fluid,
  .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (min-width: 1486px) {

  .container-fluid,
  .container {
    max-width: 1486px;
  }
}

.row,
.site-content__inner,
.home-section__movies__inner,
.section-movies-carousel-aside-header__inner,
.section-movies-list,
.grid-movie-list,
.videos-list,
.home-section__videos__inner,
.section-videos-carousel-aside-header__inner,
.blog-section-3-with-sidebar__blog-section-3-content,
.section-feature-post__inner,
.vodi-event-category-list,
.blog-grid-with-list-section,
.single-episode-v3 .content-area > .episode {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.single-episode-v3 .all-episodes .episode {
  display: block;
}

.sidebar-area,
.content-area,
.site-content__inner>.page__header,
.home-section__movies__inner .masmovies-movies,
.section-movies-carousel-aside-header__inner>.section-movies-carousel-aside-header__header,
.section-movies-carousel-aside-header__inner>.section-movies-carousel__carousel,
.videos-list>.video,
.home-section__videos__inner .masvideos-videos,
.section-videos-carousel-aside-header__inner>.section-videos-carousel-aside-header__header,
.widget-area,
.column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.stretch-full-width {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
}

@media (max-width: 991.98px) {
  .stretch-full-width {
    margin-left: calc(-50vw + 50%);
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

table .table {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#scrollUp {
  border-radius: 3px;
  bottom: 1.25rem;
  color: #fff;
  font-size: 2.25rem;
  height: 2.625rem;
  line-height: 100%;
  opacity: 0.5;
  padding: 3px;
  right: 1.25rem;
  text-align: center;
  width: 2.625rem;
}

#scrollUp:hover,
#scrollUp:focus,
#scrollUp:active {
  opacity: 1;
}

#scrollUp i {
  display: inline-block;
  vertical-align: top;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll !important;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.vodi-views-likes {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.vodi-views-likes>* {
  margin-right: 40px;
}

.vodi-views-likes>*:last-child {
  margin-right: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #19272e;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Open Sans", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
}

@-webkit-keyframes vo-fadeIn {
  from {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes vo-fadeIn {
  from {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

.site_header__primary-nav {
  padding: 0 20px;
}

@media (min-width: 1440px) {
  .site_header__primary-nav {
    padding: 0 45px;
  }
}

.site_header__primary-nav .nav>li>a {
  padding: 31px 16px;
  line-height: 18px;
  font-weight: 400;
}

@media (min-width: 1440px) {
  .site_header__primary-nav .nav>li>a {
    padding: 32px 20px;
  }
}

.site_header__primary-nav .menu-item-has-children>a,
.site_header__secondary-nav .menu-item-has-children>a,
.site_header__secondary-nav-v3 .menu-item-has-children>a,
.site_header__navbar-primary .menu-item-has-children>a {
  position: relative;
}

.site_header__primary-nav .menu-item-has-children>a::after,
.site_header__secondary-nav .menu-item-has-children>a::after,
.site_header__secondary-nav-v3 .menu-item-has-children>a::after,
.site_header__navbar-primary .menu-item-has-children>a::after {
  display: inline-block;
  margin-left: 9px;
  content: "";
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
}

.site_header__primary-nav .sub-menu,
.site_header__secondary-nav .sub-menu,
.site_header__secondary-nav-v3 .sub-menu,
.site_header__navbar-primary .sub-menu {
  border-radius: 0;
  border-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin-top: 1px;
  top: 110%;
  visibility: hidden;
  opacity: 0;
}

.site_header__primary-nav .sub-menu a,
.site_header__secondary-nav .sub-menu a,
.site_header__secondary-nav-v3 .sub-menu a,
.site_header__navbar-primary .sub-menu a {
  font-size: 14px;
}

.site_header__primary-nav .sub-menu>li>a:active,
.site_header__secondary-nav .sub-menu>li>a:active,
.site_header__secondary-nav-v3 .sub-menu>li>a:active,
.site_header__navbar-primary .sub-menu>li>a:active {
  background: #f8f9fa;
  color: #16181b;
}

.site_header__primary-nav .sub-menu .menu-item-has-children>a::after,
.site_header__secondary-nav .sub-menu .menu-item-has-children>a::after,
.site_header__secondary-nav-v3 .sub-menu .menu-item-has-children>a::after,
.site_header__navbar-primary .sub-menu .menu-item-has-children>a::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -2px;
}

.site_header__primary-nav>ul>li>.sub-menu:before,
.site_header__primary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav-v3>ul>li>.sub-menu:before,
.site_header__secondary-nav-v3>ul>li>.sub-menu:after,
.site_header__navbar-primary>ul>li>.sub-menu:before,
.site_header__navbar-primary>ul>li>.sub-menu:after {
  content: "";
  position: absolute;
}

.site_header__primary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav-v3>ul>li>.sub-menu:before,
.site_header__navbar-primary>ul>li>.sub-menu:before {
  border-bottom: 10px solid #657786;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 24px;
}

.site_header__primary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav-v3>ul>li>.sub-menu:after,
.site_header__navbar-primary>ul>li>.sub-menu:after {
  top: -9px;
  left: 25px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.site_header__primary-nav.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav-v3.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__navbar-primary.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-animation: vo-fadeIn .3s;
  animation: vo-fadeIn .3s;
}

.site_header__primary-nav.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav-v3.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__navbar-primary.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu {
  top: 100%;
}

.site_header__primary-nav .sub-menu {
  margin-top: 0;
  background-color: #f6f7f9;
}

.site_header__primary-nav>ul>li>.sub-menu:before {
  border-bottom: 10px solid #f6f7f9;
  border-bottom-color: #f6f7f9;
}

.site_header__primary-nav>ul>li>.sub-menu:after {
  border-bottom: 9px solid #f6f7f9;
}

.site_header__secondary-nav .nav>li.current-menu-item {
  font-weight: 700;
}

.site_header__secondary-nav .nav>li>a {
  padding: 21px 7px;
  line-height: 18px;
  color: #99d8ff;
}

@media (min-width: 1440px) {
  .site_header__secondary-nav .nav>li>a {
    padding: 24.5px 20px;
  }
}

.site_header__secondary-nav-v3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
}

.site_header__secondary-nav-v3 .nav-title {
  font-size: 14px;
  color: #2b2a2a;
  font-weight: 700;
  line-height: 18px;
  padding: 15px 0 15px 50px;
  white-space: pre;
}

.site_header__secondary-nav-v3 .nav {
  -webkit-box-align: center;
  align-items: center;
}

.site_header__secondary-nav-v3 .nav>li>a {
  padding: 15px 9px;
  line-height: 18px;
  color: #2b2a2a;
}

@media (min-width: 1200px) {
  .site_header__secondary-nav-v3 .nav>li>a {
    padding: 11px 13px;
  }
}

@media (min-width: 1440px) {
  .site_header__secondary-nav-v3 .nav>li>a {
    padding: 11px 15px;
  }
}

.site_header__secondary-nav-v3 .nav>li>a i {
  margin-right: 6px;
  font-size: 12px;
}

.site_header__secondary-nav-v3 .nav>li>a img {
  padding-right: 8px;
}

.site_header__secondary-nav-v3 .nav>li>a:hover {
  color: #000;
}

.site_header__secondary-nav-v3 .menu-item-has-children>a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat;
}

.offcanvas-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 240px;
  padding-right: 24px;
  padding-left: 24px;
  overflow-y: auto;
  visibility: visible;
  right: auto;
  left: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.offcanvas-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: -24px;
  margin-right: -24px;
}

.offcanvas-nav .sub-menu .menu-item>a,
.offcanvas-nav .menu-item>a {
  padding: 8px 24px;
  display: block;
  white-space: unset;
}

.offcanvas-nav .sub-menu .menu-item>a:hover,
.offcanvas-nav .sub-menu .menu-item>a:focus,
.offcanvas-nav .menu-item>a:hover,
.offcanvas-nav .menu-item>a:focus {
  background-color: #eee;
  text-decoration: none;
}

.offcanvas-nav .menu-item-has-children {
  width: 100%;
}

.offcanvas-nav .sub-menu,
.offcanvas-nav .dropdown-menu {
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  display: none;
  border: 0;
  float: none;
  margin: 0;
  -webkit-animation: v-fadein .4s;
  animation: v-fadein .4s;
}

.offcanvas-nav .sub-menu>li>a,
.offcanvas-nav .dropdown-menu>li>a {
  padding-left: 40px;
}

.offcanvas-nav .dropdown-toggle {
  position: relative;
}

.offcanvas-nav .dropdown-toggle:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 10px;
  position: absolute;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.offcanvas-nav .show .dropdown-toggle:after {
  content: "\f068";
}

.offcanvas-nav .show .dropdown-menu {
  display: block;
  position: relative !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-radius: 0;
}

.offcanvas-drawer {
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
}

.site-header__offcanvas.toggled .offcanvas-drawer {
  opacity: 1;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
  visibility: visible;
}

.site-header__offcanvas.toggled .offcanvas-collapse {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 2000;
  overflow: visible;
}

.site_header__offcanvas-nav .yamm>.menu-item:hover>a,
.site_header__offcanvas-nav .yamm>.menu-item:focus>a {
  color: #121a21;
}

@media (min-width: 1200px) {
  .off-canvas-hide-in-desktop {
    display: none;
  }
}

@-webkit-keyframes v-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes v-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.desktop-header {
  display: none;
}

@media (min-width: 1200px) {
  .desktop-header {
    display: block;
  }
}

@media (min-width: 1200px) {
  .handheld-header {
    display: none;
  }
}

.handheld-header .site-header__search .dropdown-toggle {
  font-size: 20px;
  color: #656565;
}

.handheld-header .site-header__search .dropdown-toggle i {
  color: #656565;
}

.handheld-header .site-header__logo {
  padding: 10px 0;
}

.handheld-header .site-header__search .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-width: 0;
  margin-top: 0;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
  background-color: #f6f7f9;
}

.handheld-header .site-header__logo svg .vodi-sports0 {
  color: #000;
  fill: #000;
}

.handheld-header .site-title {
  font-size: 1.8rem;
}

.handheld-header.dark .site-header__search svg {
  fill: #fff;
}

.faster {
  -webkit-animation-duration: .25s !important;
  animation-duration: .25s !important;
}

.navbar-brand {
  display: block;
}

.site-title {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 900;
  color: #2b79bb;
  letter-spacing: -1px;
}

.site-title:hover,
.site-title:focus {
  color: #2c9cd4;
}

.custom-logo-link {
  max-width: 200px;
  height: auto;
  display: block;
}

.site-header {
  position: relative;
  z-index: 3;
  display: none;
}

.site-header.watching {
  display: none !important;
}

.site-footer.watching {
  display: none !important;
}

@media (min-width: 1200px) {
  .site-header {
    display: block;
  }
}

.site-header.handheld-header {
  display: block;
}

@media (min-width: 1200px) {
  .site-header.handheld-header {
    display: none;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.site-header.header-v1 .site-header__inner {
  min-height: 82px;
}

.site-header__right,
.site-header__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.site-header__left>*:last-child {
  padding-right: 0;
}

.site-header__offcanvas--toggler {
  padding: 18px;
  margin-left: -18px;
  display: block;
  background: transparent;
}

@media (min-width: 1440px) {
  .site-header__search .search-field {
    min-width: 300px;
  }
}

.site-header__logo svg .vodi-sports0 {
  color: #fff;
}

.site-header__logo svg .vodi-sports1 {
  color: #51C9F0;
}

.site-header .highlight {
  font-weight: 700;
}

.sidebar-right .content-area,
.sidebar-left .content-area {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {

  .sidebar-right .content-area,
  .sidebar-left .content-area {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {

  .sidebar-right .content-area,
  .sidebar-left .content-area {
    -webkit-box-flex: 0;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
}

.sidebar-right .sidebar-area,
.sidebar-left .sidebar-area {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {

  .sidebar-right .sidebar-area,
  .sidebar-left .sidebar-area {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  
}

@media (min-width: 1440px) {

  .sidebar-right .sidebar-area,
  .sidebar-left .sidebar-area {
    -webkit-box-flex: 0;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
}

@media (min-width: 1440px) {

  .sidebar-right.archive .content-area,
  .sidebar-left.archive .content-area {
    -webkit-box-flex: 0;
    flex: 0 0 75.5555555556%;
    max-width: 75.5555555556%;
  }
}

@media (min-width: 1440px) {

  .sidebar-right.archive .sidebar-area,
  .sidebar-left.archive .sidebar-area {
    -webkit-box-flex: 0;
    flex: 0 0 24.4444444444%;
    max-width: 24.4444444444%;
  }
}

.site-content__inner>.page__header {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}


.sidebar-left .sidebar-area {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.sidebar-left .content-area {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.no-comments {
  border: 1px solid #e8e8e8;
  color: #949cb0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  padding: 12px 20px;
  border-radius: 5px;
}

.page__content blockquote {
  background-color: #f5f5f5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  padding: 3.03%;
  font-style: italic;
  -webkit-box-align: center;
  align-items: center;
}

.page__content blockquote::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767.98px) {

  .page__content blockquote {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
}

.search-form .search-field {
  border-color: #d0d0d2;
  padding: 7px 19px;
  border-radius: 20px;
  background: transparent;
}

@media (min-width: 1440px) {
  .search-form .search-field {
    padding: 7px 51px 7px 25px;
  }
}

.search-form .search-submit {
  border-width: 0;
  margin-left: -52px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 16px;
  background: transparent;
}

.search-form .search-submit svg {
  fill: #656565;
  margin-bottom: 3px;
}

.page__content {
  margin-bottom: 0;
}

.page__content::after {
  display: block;
  clear: both;
  content: "";
}

.page__content>h1,
.page__content>h2,
.page__content>h3,
.page__content>h4,
.page__content>h5,
.page__content>h6 {
  font-weight: 600;
  margin: 0.75em 0;
  clear: both;
}

.page__content>h1 {
  font-size: 26px;
}

.page__content>h2 {
  font-size: 24px;
}

.page__content>h3 {
  font-size: 22px;
}

.page__content>h4 {
  font-size: 20px;
}

.page__content>h5 {
  font-size: 18px;
}

.page__content>h6 {
  font-size: 16px;
}

.page__content table a {
  font-weight: 600;
}

.page__header {
  background-color: #f6f7f9;
  text-align: center;
  padding: 70px 0;
  margin-bottom: 37px;
}

.archive .site-content {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .archive .site-content {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .archive .site-content {
    padding-top: 37px;
  }
}

.movie-search-results.search .site-header,
.tv_show-search-results.search .site-header,
.episode-search-results.search .site-header {
  margin-bottom: 0;
}

.movie-search-results.search .site-content,
.tv_show-search-results.search .site-content,
.episode-search-results.search .site-content {
  padding-top: 0;
}

.movie-search-results.search .page__header,
.tv_show-search-results.search .page__header,
.episode-search-results.search .page__header {
  padding: 64px 0 0;
}

.site-info {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  margin: 0 auto;
}

.footer-secondary-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 576px) {

  .footer-secondary-menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-secondary-menu {
  margin: 0 -15px;
  padding: 10px 0;
}

.footer-secondary-menu a {
  color: #c8ced1;
  display: block;
  padding: 15px;
}

.social-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons>li>a {
  display: block;
}

.social-icons>li>a:hover,
.social-icons>li>a:focus {
  text-decoration: none;
}

.social-icons>li>a.disabled {
  color: #6c757d;
}

.social-icons .menu-item-has-children {
  position: relative;
}

.social-icons .menu-item-has-children:hover>.sub-menu,
.social-icons .menu-item-has-children:focus>.sub-menu {
  display: block;
}

.social-icons .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.footer-social-icon {
  padding: 0.5rem 4px;
}

.footer-social-icon .fa-stack {
  height: 34px;
  width: 34px;
  line-height: 34px;
}

.footer-social-icon .fa-stack-2x {
  font-size: 34px;
}

.footer-social-icons.social-label .social-media-item+.social-media-item {
  margin-left: 26px;
}

.footer-social-icons.social-label .social-media-item>a {
  font-size: 14px;
  padding: 0;
}

.footer-social-icons.social-label .social-media-item__icon {
  font-size: 16px;
  margin-right: 5px;
}

.footer-social-icons .social-media-item+.social-media-item {
  margin-left: 26px;
}

.footer-action__title {
  font-size: 26px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.handheld-footer.dark {
  background-color: #0a0d14;
  color: #fff;
}

.handheld-footer .footer-bottom-bar-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 576px) {
  .handheld-footer .footer-bottom-bar-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .handheld-footer {
    display: none;
  }
}

.site__footer--v4 .social-media-item__title {
  display: none;
}

.site__footer--v4 .social-icons .fa-inverse {
  font-size: 18px;
}

.site__footer--v4 .footer-social-icons .social-media-item+.social-media-item {
  margin-left: 0;
}

.site__footer--v4 .footer-social-icon {
  padding-left: 3px;
  padding-right: 3px;
}

.footer-v4-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 576px) {
  .footer-v4-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.footer-bottom-bar {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 15px 0;
}

@media (max-width: 991.98px) {
  .footer-bottom-bar {
    margin-left: calc(-50vw + 50%);
  }
}

.footer-bottom-bar .footer-bottom-bar-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.site-info {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
}

.footer-secondary-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 576px) {

  .footer-secondary-menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-secondary-menu {
  margin: 0 -15px;
  padding: 10px 0;
}

.footer-secondary-menu a {
  color: #c8ced1;
  display: block;
  padding: 15px;
}

.social-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons>li>a {
  display: block;
}

.social-icons>li>a:hover,
.social-icons>li>a:focus {
  text-decoration: none;
}

.social-icons>li>a.disabled {
  color: #6c757d;
}

.social-icons .menu-item-has-children {
  position: relative;
}

.social-icons .menu-item-has-children:hover>.sub-menu,
.social-icons .menu-item-has-children:focus>.sub-menu {
  display: block;
}

.social-icons .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.footer-social-icon {
  padding: 0.5rem 4px;
}

.footer-social-icon .fa-stack {
  height: 34px;
  width: 34px;
  line-height: 34px;
}

.footer-social-icon .fa-stack-2x {
  font-size: 34px;
}

.footer-social-icons.social-label .social-media-item+.social-media-item {
  margin-left: 26px;
}

.footer-social-icons.social-label .social-media-item>a {
  font-size: 14px;
  padding: 0;
}

.footer-social-icons.social-label .social-media-item__icon {
  font-size: 16px;
  margin-right: 5px;
}

.footer-social-icons .social-media-item+.social-media-item {
  margin-left: 26px;
}

.footer-action__title {
  font-size: 26px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.handheld-footer.dark {
  background-color: #0a0d14;
  color: #fff;
}

.handheld-footer .footer-bottom-bar-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 576px) {
  .handheld-footer .footer-bottom-bar-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .handheld-footer {
    display: none;
  }
}

.handheld-footer .site-info {
  padding: 15px;
}

.site__footer--v4 {
  font-size: 14px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 8px;
}

.site__footer--v4 .social-media-item__title {
  display: none;
}

.site__footer--v4 .social-icons .fa-inverse {
  font-size: 18px;
}

.site__footer--v4 .footer-social-icons .social-media-item+.social-media-item {
  margin-left: 0;
}

.site__footer--v4 .footer-social-icon {
  padding-left: 3px;
  padding-right: 3px;
}

.footer-v4-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 576px) {
  .footer-v4-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.footer-bottom-bar {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 15px 0;
}

@media (max-width: 991.98px) {
  .footer-bottom-bar {
    margin-left: calc(-50vw + 50%);
  }
}

.footer-bottom-bar .footer-bottom-bar-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.embed-responsive,
.movie__player,
.episode__player {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before,
.movie__player::before,
.episode__player::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive>.flowplayer,
.embed-responsive>.jwppp-video-box,
.embed-responsive>*,
.movie__player .embed-responsive-item,
.movie__player iframe,
.movie__player embed,
.movie__player object,
.movie__player video,
.movie__player>.flowplayer,
.movie__player>.jwppp-video-box,
.movie__player>*,
.episode__player .embed-responsive-item,
.episode__player iframe,
.episode__player embed,
.episode__player object,
.episode__player video,
.episode__player>.flowplayer,
.episode__player>.jwppp-video-box,
.episode__player>* {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive .fluid_video_wrapper,
.movie__player .fluid_video_wrapper,
.episode__player .fluid_video_wrapper {
  position: static;
}

.embed-responsive div[id^=fwdevpDiv],
.embed-responsive .mvp-player,
.movie__player div[id^=fwdevpDiv],
.movie__player .mvp-player,
.episode__player div[id^=fwdevpDiv],
.episode__player .mvp-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.embed-responsive .Elite_video_player,
.embed-responsive .movie__player>div.brid,
.embed-responsive .episode__player>div.brid,
.movie__player .Elite_video_player,
.movie__player .movie__player>div.brid,
.movie__player .episode__player>div.brid,
.episode__player .Elite_video_player,
.episode__player .movie__player>div.brid,
.episode__player .episode__player>div.brid {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.embed-responsive .aiovg-player,
.movie__player .aiovg-player,
.episode__player .aiovg-player {
  position: static !important;
  padding-bottom: 0 !important;
}

.movie__player::before,
.episode__player:before {
  padding-top: 56.25%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

input[type="checkbox"]+label {
  display: inline;
}

.container-fluid,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-fluid,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-fluid,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-fluid,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-fluid,
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {

  .container-fluid,
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {

  .container-fluid,
  .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (min-width: 1486px) {

  .container-fluid,
  .container {
    max-width: 1486px;
  }
}

.tab-content__features,
.unsubscribe {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.feature,
.unsubscribe__content,
.unsubscribe__thumbnail {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.site-header .menu-item-has-children:hover>.sub-menu,
.site-header .menu-item-has-children:focus>.sub-menu,
.site-footer .menu-item-has-children:hover>.sub-menu,
.site-footer .menu-item-has-children:focus>.sub-menu {
  display: block;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.sub-menu>.menu-item>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0.5rem 1.5rem;
}

.sub-menu>.menu-item>a:hover,
.sub-menu>.menu-item>a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.sub-menu>.menu-item>a.active,
.sub-menu>.menu-item>a:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.sub-menu>.menu-item>a.disabled,
.sub-menu>.menu-item>a:disabled {
  color: #6c757d;
  background-color: transparent;
}

.sub-menu>.menu-item>a:active {
  background-color: #f8f9fa;
  color: #19272e;
}

.sub-menu .menu-item-has-children>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.sub-menu .sub-menu {
  left: 100%;
  top: -8px;
}

.btn-secondary,
.btn-primary {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .btn-secondary,
  .btn-primary {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-primary:focus,
.btn-primary.focus {
  outline: 0;
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 0.65;
}

.btn-secondary:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  padding: 12px 16px;
  border-radius: 37px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

@media (min-width: 768px) {

  .btn-primary{
    padding: 21px 42px;
    font-size: 18px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide img.lazyloaded {
  min-height: 100%;
}

.slick-slide figure {
  margin: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%;
}

.slick-dots>li+li {
  margin-left: 14px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d3d3d3;
  text-indent: -9999px;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  cursor: pointer;
  outline: none;
}

.slick-dots .slick-active button {
  width: 30px;
  border-radius: 3px;
}

.landing-features-list .features,
.lp-v2-section-plans__inner,
.landing-features-list__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.landing-features-list__caption,
.landing-features-list__content,
.landing-features-list .feature,
.lp-v2-section-plans__plan-box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-outlink {
  background-color: #23baef;
  border: 1px solid #23baef;
  color: #fff;
  width: 100%;
}

.single-movie-ads-box,
.single-episode-ads-box {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0;
}

.single-episode-ads-box {
  margin-bottom: 15px;
}

.ads-box-child,
.ads-box-child1 {
  float: right;
  width: 336px;
  height: 280px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }

  .single-episode-custom {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

@media (min-width: 1200px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }

  .single-episode-custom {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

@media(max-width: 990px) {

  .ads-box-child,
  .ads-box-child1 {
    float: none;
    margin: 0 auto;
  }

  .episode__player--prev-episode {
    float: left;
  }

  .single-episode-ads-box {
    margin-top: 20px;
  }
}

.episode__player--arrows {
  margin: 0 auto;
}

@media(max-width: 765px) {
  .columns-7 .movies__inner>.movie {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}

@media(max-width: 1200px) {
  .list-top-movie {
    display: none;
  }
}

.list-top-movie {
  float: right;
  width: 300px;
}

.list-top-movie .widget {
  padding-top: 0 !important;
}

.list-top-movie .movie {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.list-top-movie .widget-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #2f2f33;
  padding-bottom: 15px;
}

.list-top-movie .widget-title {
  font-size: 22px;
  color: #fff;
}

.poster-custom .movie__poster {
  float: left;
  width: 30%;
  max-width: 165px
}

.poster-custom .summary {
  float: left;
  width: 68%;
  margin-left: 2%;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info {
  margin-bottom: 5px !important;
}

.pagination>.page-numbers {
  padding: 9.5px 15.5px;
  box-shadow: none;
  background-color: #373c49;
  color: #b4bbc0;
  border: 0 solid #dee2e6;
  border-radius: 2px;
}

.pagination>.current {
  background-color: #f73128;
  color: #fff;
  border-color: #007bff;
  font-weight: 700;
}

.home-ads-bt-feature iframe,
.home-ads-bt-feature1 iframe {
  margin-bottom: 0 !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: a 2s infinite linear
}

.fa-pulse {
  animation: a 1s infinite steps(8)
}

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

.far {
  font-weight: 400
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

.dark .site-content {
  color: #949cb0;
}

.dark .page__header,
.dark pre {
  background-color: #1c212e;
}

.dark pre {
  color: #FFF;
}

.dark.home-section .section-title,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #FFF;
}

.dark.home-section .section-title:after,
.dark h1:after,
.dark h2:after,
.dark h3:after,
.dark h4:after,
.dark h5:after,
.dark h6:after {
  background-color: #394253;
}

.dark table th,
.dark table td {
  border-top-color: #394253;
}

.dark .handheld-sidebar-toggle span {
  color: #fff;
}

.dark .movie__title {
  color: #fff;
}

.dark .vodi-archive-wrapper .tv-show__short-description p,
.dark .vodi-archive-wrapper .tv-show__short-description div {
  color: #b4bbc0;
}

.dark .vodi-control-bar .masvideos-widget-movies-layered-nav-list a {
  color: #fff;
}

.dark .vodi-archive-wrapper .tv-show__hover-area {
  background-color: #1c212e;
  border-color: #333a4b;
}

.dark .vodi-archive-wrapper .tv-show__hover-area:before {
  border-left-color: #333a4b;
  border-top-color: #333a4b;
  background-color: #1c212e;
}

.dark .masvideos-breadcrumb {
  color: #fff;
}

.dark .vodi-archive-wrapper .tv-show__hover-area .tv-show__season-info {
  border-bottom: 1px solid #565a66;
}

.dark .vodi-control-bar select,
.dark .page-control-bar-bottom select {
  color: #fff;
}

.dark .vodi-control-bar .videos-type li a {
  color: #fff;
}

.dark .page-control-bar-bottom .masvideos-result-count {
  color: #949cb0;
}

.dark .page-control-bar-bottom {
  border-top: 1px solid #2a2e3c;
}

.dark .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a {
  color: #b4bbc0;
}

.dark .widget-area .widget-title {
  color: #fff;
  border-bottom-color: #2f2f33;
}

.dark.home-section .home-section__action-link {
  color: #949cb0;
}

.dark.section-movies-carousel-aside-header ul.nav .nav-item .nav-link {
  color: #717f8c;
}

.dark.section-movies-carousel-aside-header ul.nav .nav-item+.nav-item:before {
  color: #2c2c30;
}

.dark .masvideos-tabs table tbody tr+tr {
  border-top-color: #2e3544;
}

.dark .masvideos-tabs table,
.dark .masvideos-tabs table a {
  color: #fff;
}

.dark .masvideos-tabs table tbody tr:hover,
.dark .masvideos-tabs table tbody tr:focus {
  background: #2e3544;
}

.dark .footer-bottom-bar {
  color: #949cb0;
  background-color: #06090f;
}

.dark .footer-bottom-bar a {
  color: #949cb0;
}

.dark .footer-bottom-bar a:hover,
.dark .footer-bottom-bar a:focus {
  color: #949cb0;
}

.site__footer--v4.dark {
  background-color: #0c0e17;
  color: #4d5c63;
}

.site__footer--v4.dark .footer-social-icon,
.site__footer--v4.dark .footer-social-icon .fa-stack-2x {
  color: #fff;
}

.site__footer--v4.dark .social-icons .fa-inverse {
  color: #000;
}

.site-header.dark {
  background: #0c0e17;
}

.site-header.dark .site_header__primary-nav .nav>li>a {
  color: #fff;
}

.site-header.dark .search-form .search-field {
  border-color: #fff;
  background: #fff;
}

.site-header.dark .site-title {
  color: #FFF;
}

.site-header.dark .site-header__offcanvas--toggler svg {
  fill: #97979f;
}

.site-header.dark .search-form .search-submit svg {
  fill: #97979f;
}

.site-header.dark .offcanvas-collapse {
  background-color: #000;
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a,
.site-header.dark .offcanvas-nav>.menu-item>a {
  color: #fff;
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a:hover,
.site-header.dark .offcanvas-nav .sub-menu .menu-item>a:focus,
.site-header.dark .offcanvas-nav>.menu-item>a:hover,
.site-header.dark .offcanvas-nav>.menu-item>a:focus {
  color: #121a21;
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a,
.site-header.dark .offcanvas-nav .dropdown-menu .menu-item>a {
  color: #121a21;
}

.site-header.dark .site_header__primary-nav .menu-item-has-children>a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat;
}

.site-header.dark .site-header__logo svg .vodi-svg0 {
  fill: #fff;
}

.site-header.dark .site-header__logo svg .vodi-svg1 {
  fill: #51C9F0;
}

.site-header.dark .site-header__logo svg .vodi-stream0 {
  fill: #FFFFFF;
}

.site-header.dark .site-header__logo svg .vodi-stream1 {
  fill: #51C9F0;
}

.dark ul.page-numbers>li>a,
.dark ul.page-numbers>li>span,
.dark .nav-links>.page-numbers{
  background-color: #373c49;
  color: #b4bbc0;
}

.dark ul.page-numbers>li>a.current,
.dark ul.page-numbers>li>span.current,
.dark .nav-links>.page-numbers.current{
  color: #000;
}

.dark input[type="text"],
.dark input[type="password"],
.dark input[type="color"],
.dark input[type="date"],
.dark input[type="datetime-local"],
.dark input[type="email"],
.dark input[type="month"],
.dark input[type="number"],
.dark input[type="range"],
.dark input[type="search"],
.dark input[type="tel"],
.dark input[type="time"],
.dark input[type="url"],
.dark input[type="week"],
.dark .search-field,
.dark select,
.dark textarea {
  background-color: #131722;
  border-color: #949cb0;
}

.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="color"]:focus,
.dark input[type="date"]:focus,
.dark input[type="datetime-local"]:focus,
.dark input[type="email"]:focus,
.dark input[type="month"]:focus,
.dark input[type="number"]:focus,
.dark input[type="range"]:focus,
.dark input[type="search"]:focus,
.dark input[type="tel"]:focus,
.dark input[type="time"]:focus,
.dark input[type="url"]:focus,
.dark input[type="week"]:focus,
.dark select:focus,
.dark textarea:focus {
  color: #b4bbc0;
  background-color: #252a37;
  border-color: #80bdff;
}

.dark select {
  background-image: linear-gradient(45deg, transparent 50%, #FFF), linear-gradient(135deg, #FFF, transparent 50%);
  background-color: #1d202c;
  color: #b4bbc0;
}

.dark .search-form .search-field {
  border-color: #1d202c;
  background-color: #1d202c;
}

.dark .search-form .search-submit svg {
  fill: #97979f;
}

.dark li>a {
  color: #949cb0;
}

.dark li>a:hover {
  color: #d1d1d1;
}

.dark i {
  color: #d1d1d1;
}

.dark .site-info a {
  color: #494d58;
}

.dark .site-info a:hover,
.dark .site-info a:focus {
  color: #949cb0;
}

.dark .movie-sidebar .widget-area-inner .widget,
.dark .video-sidebar .widget-area-inner .widget,
.dark .tv-show-sidebar .widget-area-inner .widget {
  background-color: #1c212e;
}

.dark .masvideos_movies_widget .movie,
.dark .masvideos_movies_widget .video,
.dark .masvideos_movies_widget .tv-show,
.dark .masvideos_tv_shows_widget .movie,
.dark .masvideos_tv_shows_widget .video,
.dark .masvideos_tv_shows_widget .tv-show {
  border-bottom: 1px solid #2f2f33;
}

.dark .masvideos_movies_widget .movie:before,
.dark .masvideos_movies_widget .movie__title,
.dark .masvideos_movies_widget .video:before,
.dark .masvideos_movies_widget .tv-show:before,
.dark .masvideos_movies_widget .tv-show__title,
.dark .masvideos_tv_shows_widget .movie:before,
.dark .masvideos_tv_shows_widget .movie__title,
.dark .masvideos_tv_shows_widget .video:before,
.dark .masvideos_tv_shows_widget .tv-show:before,
.dark .masvideos_tv_shows_widget .tv-show__title {
  color: #fff;
}

.dark .masvideos_movies_widget .movie__meta--release-year,
.dark .masvideos_movies_widget .tv-show__meta--release-year,
.dark .masvideos_tv_shows_widget .movie__meta--release-year,
.dark .masvideos_tv_shows_widget .tv-show__meta--release-year {
  color: #949cb0;
}

.dark.single-episode .episode__tags {
  color: #fff;
}

.dark .episode-tabs .tab-content {
  background: #1c212e;
}

.dark .episode .nav .nav-item+.nav-item:before {
  color: #2c3c4a;
}

.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
}

[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>');
}

.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>');
}

[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
  border-bottom-color: #434957;
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
  color: #fff;
}

.dark .vodi-single-episode__sidebar--tv-show .tv-show__short-description p {
  color: #b4bbc0;
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
  color: #949cb0;
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title {
  color: #fff;
}

.dark.single-episode-v3 .episode__player--prev-episode a,
.dark.single-episode-v3 .episode__player--next-episode a {
  color: #fff;
}

.dark.single-episode .episode__season-tabs-wrap {
  background: #1c212e;
}

.dark.single-episode .episode__short-description p,
.dark .single-episode .episode__description>div {
  color: #b4bbc0;
}

.dark.single-episode p.stars a:before {
  color: #949cb0;
}

.dark.single-episode-v3 .episode-tabs .tab-content form.comment-form label,
.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
  color: #fff;
}

.dark.single-tv_show .tv-show__tags {
  color: #fff;
}

.dark.single-tv_show .tv_show__season-tabs-wrap {
  background: #1c212e;
}

.dark.single-tv_show p.stars a:before,
.dark.single-tv_show .tv-show__short-description p {
  color: #949cb0;
}

.dark .tv_show__season-tabs-wrap .nav .nav-item a {
  background: #323846;
}

.dark.single-movie .summary .movie__meta {
  color: #fff;
}

.dark.single-movie .movie-tabs .nav,
.dark .tv-show-tabs .nav {
  border-bottom-color: #283643;
}

.dark.single-movie .movie__description-tab .movie__tags,
.dark.single-movie .tab-content .masvideos-Reviews .comment-form label {
  color: #fff;
}

.dark.single-movie p.stars a:before {
  color: #949cb0;
}

.dark.single-movie .single-movie__sidebar .widget {
  background-color: #1c212e;
}

.dark.single-movie .movie-tabs .nav .nav-item a,
.dark .tv-show-tabs .nav .nav-item a {
  color: #949cb0;
}

.dark.single-movie .movie_title {
  color: #fff;
}

.dark.single-movie .movie__description p {
  color: #b4bbc0;
}


.dark.single-movie .movie-tabs .nav .nav-item+.nav-item:before,
.dark .tv-show-tabs .nav .nav-item+.nav-item:before {
  color: #949494;
}

.dark h2.single-movie-casts--title,
.dark h2.movie__related-video--title{
  color: #e3e3e3;
}

@media (max-width: 1199.98px) {
  .dark #secondary.widget-area {
    background: #1d212d;
  }
}

.dark .vodi-control-bar .videos-view-switcher .nav-item a svg path {
  fill: #b4bbc0;
}

.dark .vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.dark .vodi-control-bar .videos-view-switcher .nav-item a:hover svg path {
  fill: #131722;
}

.light .section-title {
  color: #121a21;
}

.light .section-title:after {
  background: #e8e8e8;
}

.light .site-title {
  color: #2b79bb;
}

.light .movie__title {
  color: #000;
}

.light .widget-area .widget-title {
  color: #121a21;
  border-bottom-color: #d0d0d2;
}

.light .vodi-control-bar select,
.light .page-control-bar-bottom select,
.light .vodi-control-bar .videos-type li a,
.light .page-control-bar-bottom .masvideos-result-count {
  color: #707070;
}

.light .page-control-bar-bottom {
  border-top: 1px solid #e8e8e8;
}

.light .tv-show__hover-area .tv-show__season-info {
  border-bottom: 1px solid #e8e8e8;
}

.light .vodi-control-bar .masvideos-widget-movies-layered-nav-list a {
  color: #949cb0;
}

.light .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.light .movie-sidebar .widget_movies_genres .movies-genres li a,
.light .video-sidebar .widget_videos_genres .videos-genres li a {
  color: #000;
}

.light .masvideos-tabs table tbody tr+tr {
  border-top-color: #e8e8e8;
}

.light .masvideos-tabs table,
.light .masvideos-tabs table a {
  color: #121a21;
}

.light .masvideos-tabs table tbody tr:hover,
.light .masvideos-tabs table tbody tr:focus {
  background: #f5f5f5;
}

.site__footer--v4.light {
  background-color: #eeeff0;
  color: #B0B0B0;
}

.site__footer--v4.light .footer-social-icon {
  color: #929293;
}

.site__footer--v4.light .footer-menu>li+li:before {
  color: #bdbdbd;
}

.site-header.light {
  background: #fff;
}

.site-header.light .site_header__primary-nav .nav>li>a {
  color: #121a21;
}

.site-header.light .search-form .search-field {
  border-color: #d0d0d2;
  background-color: transparent;
  color: #d0d0d2
}

.site-header.light .search-form .search-field::placeholder {
  color: #a0a0a0;
}

.site-header.light .site-header__offcanvas--toggler svg {
  fill: #97979f;
}

.site-header.light .search-form .search-submit svg {
  fill: #656565;
}

.site-header.light svg {
  fill: #FFF;
}


.site-header.light .offcanvas-collapse {
  background-color: #fff;
}

.site-header.light .offcanvas-nav .sub-menu .menu-item>a,
.site-header.light .offcanvas-nav .menu-item>a {
  color: #121a21;
}

.site-header.light .offcanvas-nav .sub-menu .menu-item:hover>a,
.site-header.light .offcanvas-nav .menu-item:hover>a,
.site-header.light .offcanvas-nav .sub-menu .menu-item:focus>a,
.site-header.light .offcanvas-nav .menu-item:focus>a {
  color: #000;
}

.site-header.light .site_header__primary-nav .menu-item-has-children>a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat;
}

.light .movie-sidebar .widget-area-inner .widget,
.light .video-sidebar .widget-area-inner .widget,
.light .tv-show-sidebar .widget-area-inner .widget {
  background-color: #F6F7F9;
}

.light .masvideos_movies_widget .movie,
.light .masvideos_movies_widget .video,
.light .masvideos_movies_widget .tv-show,
.light .masvideos_tv_shows_widget .movie,
.light .masvideos_tv_shows_widget .video,
.light .masvideos_tv_shows_widget .tv-show {
  border-bottom: 1px solid #d0d0d2;
}

.light .masvideos_movies_widget .movie:before,
.light .masvideos_movies_widget .movie__title,
.light .masvideos_movies_widget .video:before,
.light .masvideos_movies_widget .tv-show:before,
.light .masvideos_movies_widget .tv-show__title,
.light .masvideos_tv_shows_widget .movie:before,
.light .masvideos_tv_shows_widget .movie__title,
.light .masvideos_tv_shows_widget .video:before,
.light .masvideos_tv_shows_widget .tv-show:before,
.light .masvideos_tv_shows_widget .tv-show__title {
  color: #303030;
}

.light .masvideos_movies_widget .movie__meta--release-year,
.light .masvideos_movies_widget .tv-show__meta--release-year,
.light .masvideos_tv_shows_widget .movie__meta--release-year,
.light .masvideos_tv_shows_widget .tv-show__meta--release-year {
  color: #707070;
}

.light .episode-tabs .nav .nav-item a,
.light .episode .nav .nav-item+.nav-item:before {
  color: #949494;
}

.light .episode-tabs .tab-content {
  background: #fcfcfc;
}

.light.single-episode .episode__meta {
  color: #949494;
}

.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
  color: #949cb0;
}

.light.single-episode .episode__season-tabs-wrap {
  background: #fcfcfc;
}

.light.single-episode .episode_title {
  color: #19272e;
}

.light.single-episode .episode__short-description p,
.light .single-episode .episode__description>div {
  color: #19272e;
}

.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
  border-bottom-color: #e8e8e8;
}

.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
  color: #121a21;
}

.light.single-movie .single-movie__sidebar .widget {
  background-color: #f6f7f9;
}

.light.single-movie .movie-tabs .nav,
.light .tv-show-tabs .nav {
  border-bottom-color: #e8e8e8;
}

.light.single-movie .movie-tabs .nav .nav-item a,
.light .tv-show-tabs .nav .nav-item a {
  color: #949cb0;
}

.light.single-movie .movie_title {
  color: #19272e;
}

.light.single-movie .movie__description p {
  color: #19272e;
}

.light.single-movie .movie-tabs .nav .nav-item+.nav-item:before,
.light .tv-show-tabs .nav .nav-item+.nav-item:before {
  color: #949494;
}

.light .single-movie-casts--title,
.light .movie__related-video--title {
  color: #19272e;
}

.light h2.single-movie-casts--title,
.light h2.movie__related-video--title {
  color: #19272e;
}

.light.single-tv_show .tv-show_title {
  color: #19272e;
}

.light.single-tv_show .tv-show__meta--genre,
.light.single-tv_show .tv-show__meta--genre a,
.light.single-tv_show .tv-show__meta--release-year {
  color: #949494;
}

.light.single-tv_show .tv_show__season-tabs-wrap {
  background: #fcfcfc;
}

.light .tv_show__season-tabs-wrap .nav .nav-item a {
  background: #eeeff0;
}

@media (max-width: 1199.98px) {
  .light #secondary.widget-area {
    background: #F6F7F9;
  }
  .site-header.light .search-form .search-field {
    color: #000
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
  }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
  }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg)
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg)
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center
  }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center
  }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left
  }

  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left
  }

  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important
  }
}

.audio-options {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: flex;
}

.audio-options span {
  font-size: 9px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-top: 5px;
}

.audio-options svg {
  color: #fff;
  display: block;
  height: 20px;
}

.audio-options li {
  background-color: #373c49;
}

.audio-options li+li {
  margin-left: 5px;
}

.audio-options li:hover span,
.audio-options li:focus span {
  color: #000;
}

.audio-options li:first-child svg {
  padding-top: 5px;
}

.audio-options li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 52px;
  height: 53px;
  -webkit-box-pack: center;
  justify-content: center;
}

.movie-sidebar.widget-area .widget,
.video-sidebar.widget-area .widget,
.tv-show-sidebar.widget-area .widget {
  margin-bottom: 28px;
}

.movie-sidebar.widget-area .widget-title,
.video-sidebar.widget-area .widget-title,
.tv-show-sidebar.widget-area .widget-title {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-weight: 500;
  padding-bottom: 13px;
  border-bottom-style: solid;
  border-width: 1px;
  display: block;
  margin-bottom: 30px;
}

.movie-sidebar ul,
.video-sidebar ul,
.tv-show-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.movie-sidebar.widget-area .widget-title {
  font-size: 22px !important;
  padding-bottom: 13px !important;
  margin-bottom: 15px !important;
}

@media (min-width: 1200px) {
  .movie-sidebar.widget-area .widget-title {
    margin-bottom: 30px !important;
  }
}

.movie-sidebar ul {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .movie-sidebar ul {
    margin-bottom: 26px;
  }
}

.movie-sidebar .masvideos-movies-filter-widget ul {
  margin-bottom: 30px;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-all;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before {
  content: "";
  padding-right: 30px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
  background-position: left;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before {
  content: "";
  width: 18px;
  height: 18px;
  font-weight: 800;
  display: inline-block;
  background-position: left;
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item .count {
  margin-left: 5px;
}

.sidebar-area.movie-sidebar .widget-area-inner>.widget,
.sidebar-area.video-sidebar .widget-area-inner>.widget,
.sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
  padding: 25px 0;
}

@media (min-width: 1200px) {

  .sidebar-area.movie-sidebar .widget-area-inner>.widget,
  .sidebar-area.video-sidebar .widget-area-inner>.widget,
  .sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
    padding: 25px 20px;
  }
}

.sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
  padding-top: 17px;
}

.sidebar-area.movie-sidebar .widget-area-inner>.widget.widget_vodi_movies_filter {
  padding-bottom: 14px;
}

.movie-sidebar .widget_movies_genres .movies-genres {
  padding-left: 0;
  list-style: none;
}

.movie-sidebar .widget_movies_genres .movies-genres li a {
  padding: 3px 0;
  position: relative;
}

.masvideos-widget_movies_year_filter ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}

.masvideos-widget_movies_year_filter ul li {
  padding: 0 5px 5px 0px;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.masvideos-widget_movies_year_filter ul li a {
  padding: 7px 9px 6px;
  background-color: #181d29;
  letter-spacing: -1px;
  display: block;
}

.masvideos-widget_movies_year_filter ul li a:hover {
  color: #1c212e;
}

.masvideos-widget_movies_year_filter ul li.chosen a {
  color: #1c212e;
}

.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
    margin-top: 20px;
  }
}

.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter .widget-title {
  padding-bottom: 9px !important;
  margin-bottom: 21px !important;
}

@media (min-width: 1200px) {
  .movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter ul {
    margin-bottom: 43px;
  }
}

.light .masvideos-widget_movies_year_filter ul li a {
  background-color: #eff0f2;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter{
  margin-bottom: 25px;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter>.widget-header .widget-title{
  margin-bottom: 28px;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget .widget-title {
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 21px;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter),
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
  padding-bottom: 0;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
  margin-bottom: 0;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter)+.widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
  padding-top: 0;
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
  padding-bottom: 15px;
}

ul.ui-autocomplete {
  padding-left: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px #808080;
  z-index: 9999;
}

ul.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  padding: 5px 12px;
}

ul.ui-autocomplete .ui-menu-item+.ui-menu-item {
  border-top: 1px solid #a8a8a83d;
}

.masvideos_movies_widget,
.masvideos_tv_shows_widget {
  counter-reset: my-sec-counter;
  padding-top: 0 !important;
}

@media (min-width: 1200px) {

  .masvideos_movies_widget,
  .masvideos_tv_shows_widget {
    padding-top: 34px !important;
  }
}

.masvideos_movies_widget .movies__inner,
.masvideos_movies_widget .videos__inner,
.masvideos_movies_widget .tv-shows__inner,
.masvideos_tv_shows_widget .movies__inner,
.masvideos_tv_shows_widget .videos__inner,
.masvideos_tv_shows_widget .tv-shows__inner {
  margin: 0;
}

.masvideos_movies_widget .movie,
.masvideos_movies_widget .video,
.masvideos_movies_widget .tv-show,
.masvideos_tv_shows_widget .movie,
.masvideos_tv_shows_widget .video,
.masvideos_tv_shows_widget .tv-show {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 15px;
}

.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
  margin-bottom: 0;
}

.masvideos_movies_widget .movie__poster,
.masvideos_movies_widget .tv-show__poster,
.masvideos_tv_shows_widget .movie__poster,
.masvideos_tv_shows_widget .tv-show__poster {
  display: none;
}

.masvideos_movies_widget .movie__body,
.masvideos_movies_widget .tv-show__body,
.masvideos_tv_shows_widget .movie__body,
.masvideos_tv_shows_widget .tv-show__body {
  overflow: hidden;
  max-width: 100%;
}

.masvideos_movies_widget .movie:before,
.masvideos_movies_widget .video:before,
.masvideos_movies_widget .tv-show:before,
.masvideos_tv_shows_widget .movie:before,
.masvideos_tv_shows_widget .video:before,
.masvideos_tv_shows_widget .tv-show:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) " ";
  margin-right: 25px;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  min-width: 50px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}

.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
  border: none;
}

.masvideos_movies_widget .movie__meta--release-year,
.masvideos_movies_widget .tv-show__meta--release-year,
.masvideos_tv_shows_widget .movie__meta--release-year,
.masvideos_tv_shows_widget .tv-show__meta--release-year {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.masvideos_movies_widget .movie__title,
.masvideos_movies_widget .tv-show__title,
.masvideos_tv_shows_widget .movie__title,
.masvideos_tv_shows_widget .tv-show__title {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.masvideos_movies_widget .movie__meta--genre,
.masvideos_movies_widget .tv-show__meta--genre,
.masvideos_tv_shows_widget .movie__meta--genre,
.masvideos_tv_shows_widget .tv-show__meta--genre {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.masvideos_movies_widget .movies .movie__title,
.masvideos_tv_shows_widget .movies .movie__title {
  margin-bottom: 0;
}

.widget-area .masvideos_movies_widget .widget-title,
.widget-area .masvideos_tv_shows_widget .widget-title {
  margin-bottom: 24px;
}

.tv-show-sidebar .masvideos-tv-shows-widget {
  padding-bottom: 18px !important;
}

.maxlist-more,
.maxlist-less {
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: rgb(224, 224, 224) !important;
  text-shadow: 1px 1px 1px #000;
}

.maxlist-more:after,
.maxlist-less:after {
  display: inline-block;
  margin-left: 9px;
  content: "";
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7px" height="4px"><path fill-rule="evenodd"  fill="rgb(224, 224, 224)" d="M6.885,0.975 L3.925,3.792 C3.879,3.835 3.821,3.845 3.764,3.854 C3.716,3.913 3.650,3.955 3.568,3.955 L3.303,3.955 C3.295,3.955 3.290,3.948 3.283,3.947 C3.200,3.955 3.117,3.935 3.051,3.871 L0.097,1.030 C-0.024,0.914 -0.030,0.718 0.083,0.594 L0.491,0.142 C0.603,0.017 0.792,0.010 0.913,0.127 L3.042,2.175 C3.158,2.260 3.295,2.337 3.435,2.337 C3.768,2.337 4.096,1.933 4.096,1.933 L4.104,1.949 L6.067,0.080 C6.188,-0.036 6.378,-0.029 6.491,0.095 L6.900,0.542 C7.013,0.666 7.006,0.859 6.885,0.975 Z"/></svg>') no-repeat;
}

.maxlist-more:hover,
.maxlist-less:hover {
  text-decoration: none;
  color: rgb(224, 224, 224);
}

.maxlist-less:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -2px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide figure {
  margin: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.slick-dots>li+li {
  margin-left: 14px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d3d3d3;
  text-indent: -9999px;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots .slick-active button {
  width: 30px;
  border-radius: 3px;
}

.slick-arrow {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-arrow:before {
  content: '';
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
}

.comment-form .comment-form-rating>label {
  display: block;
}

p.stars {
  line-height: 1;
  font-size: 20px;
  display: inline-block;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -99999px;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: dashicons;
  content: "\f154";
  text-indent: 0;
  color: #2c2d33;
}

p.stars a:hover~a:before {
  content: "\f154";
}

p.stars:hover a:before {
  content: "\f155";
}

p.stars.selected a.active:before {
  content: "\f155";
}

p.stars.selected a.active~a:before {
  content: "\f154";
}

p.stars.selected a:not(.active):before {
  content: "\f155";
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list{
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 0;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list i {
  display: none;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list li+li{
  margin-left: 28px;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item{
  padding: 0;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a:after{
  content: "";
  width: 18px;
  height: 18px;
  font-weight: 800;
  display: inline-block;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-transform: none;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover{
  text-decoration: none;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover:after {
  content: "";
  width: 18px;
  height: 18px;
  font-weight: 800;
  display: inline-block;
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:after {
  content: "";
  padding-right: 18px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-left: 11px;
  background-repeat: no-repeat;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
}

.masvideos-breadcrumb {
  font-size: 14px;
  margin-bottom: 14px;
}

.masvideos-breadcrumb a {
  color: #FFF;
  display: inline-block;
}

.masvideos-breadcrumb .delimiter {
  display: inline-block;
  margin: 0 10px;
}

[dir="rtl"] .masvideos-breadcrumb .delimiter {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  top: 2px;
}

.dark .delimiter path {
  fill: #FFF;
}

.movies-ordering,
.tv-shows-ordering {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1200px) {

  .movies-ordering,
  .tv-shows-ordering {
    margin-top: 0;
    margin-left: 10px;
  }
}

.movies-ordering .handheld-sidebar-toggle,
.tv-shows-ordering .handheld-sidebar-toggle {
  margin-bottom: 0;
}

.movies-ordering .orderby,
.tv-shows-ordering .orderby {
  padding-left: 35px;
  padding-right: 13px;
}

.movies-ordering .svg-icon,
.tv-shows-ordering .svg-icon {
  position: relative;
  right: -23px;
}

.dark .movies-ordering .svg-icon path,
.dark .tv-shows-ordering .svg-icon path {
  fill: #FFF;
}

.vodi-control-bar .videos-view-switcher .nav-item a svg path {
  fill: #707070;
}

.vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.vodi-control-bar .videos-view-switcher .nav-item a:hover svg path {
  fill: #fff;
}

.vodi-control-bar select {
  border: none;
  background: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>');
  -webkit-appearance: none;
}

.vodi-control-bar select:not([size]):not([multiple]) {
  height: auto;
}

.vodi-control-bar {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
  padding: 7px 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 768px) {

  .vodi-control-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.vodi-control-bar__left,
.vodi-control-bar__right{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.vodi-control-bar__left span,
.vodi-control-bar__right span {
  font-size: 14px;
  line-height: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #707070;
}

@media (max-width: 1199.98px) {

  .vodi-control-bar__right,
  .vodi-control-bar__right .movies-ordering,
  .vodi-control-bar__right .tv-shows-ordering,
  .vodi-control-bar>form {
    width: 100%;
  }
}

.vodi-control-bar__left {
  display: none;
}

@media (min-width: 1200px) {

  .vodi-control-bar__left {
    display: -webkit-box;
    display: flex;
  }
}

.vodi-control-bar__right,
.vodi-control-bar>form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 1200px) {

  .vodi-control-bar__right,
  .vodi-control-bar>form {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {

  .vodi-control-bar__right,
  .vodi-control-bar>form {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.vodi-control-bar>form {
  position: relative;
  margin-bottom: 0;
}

.vodi-control-bar>form:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(117, 117, 117)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vodi-control-bar>form select {
  padding: 10px 20px 10px 30px;
}

.vodi-control-bar>form:before {
  left: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(256, 256, 256)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
}

.vodi-control-bar .videos-type {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 37px;
  list-style: none;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.vodi-control-bar .videos-type li a {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-family: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.vodi-control-bar .videos-type li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM16.000,2.000 L2.000,2.000 L2.000,16.000 L16.000,16.000 L16.000,2.000 Z" fill="rgb(204, 204, 204)"/></svg>');
}

.vodi-control-bar .videos-type li+li{
  margin-left: 29px;
}

.vodi-control-bar .videos-view-switcher {
  -webkit-box-align: center;
  align-items: center;
}

.vodi-control-bar .videos-view-switcher .nav-item+.nav-item {
  margin-left: 10px;
}

.vodi-control-bar .videos-view-switcher .nav-item a {
  display: -webkit-box;
  display: flex;
  padding: 5px 4px;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  .handheld-sidebar-toggle {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .archive .site-content .widget-area:not(.blog-sidebar) {
    background-color: #fff;
    position: fixed !important;
    top: 0;
    left: -340px;
    width: 293px !important;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 100000000;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
  }

  .site-content.active-hh-sidebar .widget-area:not(.blog-sidebar),
  .site-content.active-hh-sidebar.archive .site-content .widget-area:not(.blog-sidebar),
  .site-content.active-hh-sidebar .blog-sidebar {
    left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.66);
  }

  .site-content.active-hh-sidebar {
    overflow: hidden;
  }

  .site-content.active-hh-sidebar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    color: #000;
    background-color: #fff;
    padding: 2px 8px;
    -webkit-transition: all .8s;
    transition: all .8s;
    position: absolute;
    left: 291px;
    z-index: 100000;
    font-size: 16px;
    top: 80px;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .site-content.active-hh-sidebar:before {
    font-size: 20px;
    padding: 10px 16px;
  }
}

@media (max-width: 1199.98px) {
  .site-content.active-hh-sidebar::after {
    content: "";
    position: absolute;
    width: calc(100% - 288px);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .6;
  }

  .handheld-sidebar-toggle {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .handheld-sidebar-toggle .sidebar-toggler {
    padding: 0;
    background: transparent;
  }

  .handheld-sidebar-toggle .sidebar-toggler:focus {
    box-shadow: none;
  }

  .handheld-sidebar-toggle .sidebar-toggler span {
    padding-left: 10px;
  }
}

.home-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50%);
}

@media (max-width: 991.98px) {
  .home-section {
    margin-left: calc(-50vw + 50%);
  }
}


.home-section .home-section__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #19272e;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .home-section .home-section__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.home-section .home-section__action,
.home-section .home-section__footer-action {
  border-top: 1px solid #f7f6f62b;
  padding-bottom: 14px;
  padding-top: 0;
}

.home-section .home-section__footer-action {
  display: block;
  text-align: right;
}

.home-section .home-section__action-link {
  display: inline-block;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4f5668;
}

.home-section .home-section__action-link::after {
  display: inline-block;
  content: '';
  height: 1em;
  width: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(79, 86, 104)"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 91%;
}

.home-section .tab-content>.tab-pane {
  display: none;
}

.home-section .tab-content>.active {
  display: block;
}

.home-section.dark {
  background-color: #131722;
}

.home-section.more-dark {
  background-color: #0e0d12;
}

.home-section.less-dark {
  background-color: #1c212e;
}

.home-section.light {
  background-color: #f5f5f5;
}

.home-section.more-light {
  background-color: #ededf5;
}

.home-section.dark .home-section__title,
.home-section.more-dark .home-section__title,
.home-section.less-dark .home-section__title {
  color: #fff;
}

.home-section.dark .home-section__action-link::after,
.home-section.more-dark .home-section__action-link::after,
.home-section.less-dark .home-section__action-link::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(148, 156, 176)"/></svg>');
}

.home-section .widget-header {
  display: block;
}

@media (min-width: 576px) {
  .home-section .widget-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.home-section .widget-header .widget-title {
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.home-section .widget-header .header-aside a {
  font-size: 14px;
  line-height: 18px;
  color: #949494;
  font-weight: 500;
}

@media (min-width: 576px) {
  .home-section .widget-header .header-aside a {
    padding-left: 8px;
  }
}

@media (max-width: 767.98px) {
  .home-section .section-title:after {
    content: none;
  }
}

@media (max-width: 767.98px) {
  .home-section .widget-title {
    margin-bottom: 22px;
  }

  .home-section .widget-title:after {
    content: none;
  }
}

.section-title {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #121a21;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e8e8e8;
  width: 100%;
  top: 50%;
}

.post-type-archive-movie .home-section,
.post-type-archive-tv_show .home-section {
  width: auto;
  margin-left: 0;
}

.post-type-archive-movie .home-section .container,
.post-type-archive-tv_show .home-section .container {
  padding: 0;
}

.page-control-bar-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.025em;
  padding-top: 20px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}

.page-control-bar-bottom .masvideos-pagination {
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers {
  margin-bottom: 0;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span {
  padding: 9.5px 12.5px;
  box-shadow: none;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a.next,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a.prev,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span.next,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span.prev {
  background: transparent;
  color: #b4bbc0;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li .next{
  margin-right: 0;
  padding-right: 0;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li .prev {
  margin-left: 0;
  padding-left: 0;
}

.page-control-bar-bottom .masvideos-pagination li:last-child a {
  background: transparent;
  font-family: "Open Sans", sans-serif;
}

.page-control-bar-bottom .masvideos-result-count {
  margin-bottom: 13px;
  padding: 10px 0;
}

@media (min-width: 768px) {

  .page-control-bar-bottom .masvideos-result-count {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {

  .page-control-bar-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.home-section-newest-spisodes-block__inner-title {
  font-size: 22px;
  line-height: 18px;
  font-family: 500;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.videos-with-featured-video {
  padding: 0 0 20px;
}

.videos-with-featured-video .section-title__inner {
  display: inline-block;
}

.videos-with-featured-video .section-title:after {
  background-color: #2d323f;
}

.featured-tv-series {
  padding: 0 0 43px;
}

.featured-tv-series .videos-list .video {
  padding-right: 11px;
}

.movie {
  position: relative;
  margin-bottom: 23px;
}

.movie__link {
  display: block;
}

.movie__poster {
  margin-bottom: 8px;
  position: relative;
}

.movie__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.movie__meta {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #949cb0;
}

.movie__meta>span+span:before {
  content: ', ';
}

.movie__meta span a {
  color: #949cb0;
}

.movie__title,
.movie__meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.movie__actions a {
  font-size: 12px;
  line-height: 1.25;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  padding: 12.5px 18.7px;
}

.movie__actions,
.movie__review-info {
  display: none;
}

.movie__review-info {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #949cb0;
}

.movie .count {
  font-size: 14px;
  color: #949cb0;
}

.archive .movies__jumbotron--top .home-section {
  width: auto;
  margin-left: 0;
}

.archive .movies__jumbotron--top .home-section .container {
  padding: 0;
}

.height-responsive {
  min-height: calc(100vh - 234px);
}

@media (max-width: 576px) {
  .height-responsive {
    min-height: calc(100svh - 113px);
  }
}

.dark .movie__title {
  color: #fff;
}

.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner>.movie .movie__title {
  display: block;
}

.movies__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.movies__inner>.movie {
  position: relative;
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.columns-5 .movies__inner>.movie,
.columns-7 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {

  .columns-5 .movies__inner>.movie,
  .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {

  .columns-5 .movies__inner>.movie,
  .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .columns-5 .movies__inner>.movie .movie__meta,
  .columns-7 .movies__inner>.movie .movie__meta {
    font-size: 10px;
  }

  .columns-5 .movies__inner>.movie .movie__title,
  .columns-7 .movies__inner>.movie .movie__title {
    font-size: 12px;
  }
}

@media (min-width: 992px) {

  .columns-5 .movies__inner>.movie .movie__meta,
  .columns-7 .movies__inner>.movie .movie__meta {
    font-size: 12px;
  }

  .columns-5 .movies__inner>.movie .movie__title,
  .columns-7 .movies__inner>.movie .movie__title {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%;
  }
}

.columns-8 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-8 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-8 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.columns-9 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-9 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-9 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 11.1108333333%;
    max-width: 11.1108333333%;
  }
}

.movies-carousel__inner .movies__inner {
  margin: 0;
}

.columns-1 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .columns-1 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.columns-1>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.columns-5 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-5 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .columns-5 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.columns-5>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-5>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-5>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.columns-6>.movie,
.columns-6 .movies__inner>.movie {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {

  .columns-6>.movie,
  .columns-6 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {

  .columns-6>.movie,
  .columns-6 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie{
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.movies .slick-list {
  margin: 0 -7px;
  width: calc(100% + 14px);
  padding-top: 11px;
  margin-top: -11px;
}

.movies .slick-slide {
  margin: 0 7px;
}

.movies .movie__title {
  margin-bottom: 11px;
}

.section-movies-carousel__custom-arrows button {
  margin-bottom: 37px;
}

.single-movie .site-header {
  margin-bottom: 0;
}

.single-movie .comment-reply-title small {
  display: none;
}

.single-movie__player-container {
  background-repeat: no-repeat;
}

.single-movie .movie__head {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .single-movie .movie__head {
    margin-bottom: 45px;
  }
}

.single-movie .movie .summary .movie_title {
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-movie .movie .summary .movie_title {
    max-width: 77%;
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .single-movie .movie .summary .movie_title {
    max-width: 80%;
  }
}

@media (min-width: 1440px) {
  .single-movie .movie .summary .movie_title {
    max-width: 84%;
  }
}

.single-movie .movie .summary .movie__info--head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .single-movie .movie .summary .movie__info--head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-bottom: 5px;
  }
}

.single-movie .movie .summary .movie__meta {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}

.single-movie .movie .summary .movie__meta>*+*:before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  color: #41494e;
}

.single-movie .movie__related {
  position: relative;
  padding: 50px 0 12px;
}

.single-movie .movie__related.mobile {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .single-movie .movie__related {
    margin-left: calc(-50vw + 50%);
  }
}

.single-movie .movie__related--inner {
  width: 100%;
  /*padding-right: 15px;*/
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .single-movie .movie__related--inner {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .single-movie .movie__related--inner {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .single-movie .movie__related--inner {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .single-movie .movie__related--inner {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .single-movie .movie__related--inner {
    max-width: 1440px;
  }
}

@media (min-width: 1486px) {
  .single-movie .movie__related--inner {
    max-width: 1486px;
  }
}

@media (min-width: 1200px) {
  .single-movie .movie__related--inner {
    padding-left: 38px;
    padding-right: 38px;
  }
}

.single-movie .movie__related--title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .single-movie .movie__related--title {
    font-size: 22px;
  }
}

.single-movie .movie__related .movies__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

.single-movie .movie__related .movies__inner>.movie {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

.single-movie .movie__player>a,
.single-movie .movie__player>img,
.single-movie .movie__player>p>a,
.single-movie .movie__player>p>img {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-movie .movies .movie__meta--tmdb-rating,
.single-movie .movies .movie__meta--censor-rating,
.single-movie .movies .movie__meta--movie-run-time {
  display: none;
}

@media (min-width: 992px) {
  .single-movie-v1 .movie__head {
    max-width: 65.95%;
    margin: 0 auto 45px;
  }
}

.single-movie__prev-next-movies {
  padding: 30px 20px 18px;
  margin-bottom: 32px;
  background-color: #1c212e;
}

.single-movie__prev-next-movies--title {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
  color: #121a21;
}

.single-movie__prev-next-movies--title:after {
  position: absolute;
  content: none;
  height: 1px;
  background-color: #e8e8e8;
  width: 100%;
  top: 50%;
  margin-left: 14px;
}

.single-movie__prev-next-movies--content {
  max-height: 380px;
  overflow-x: hidden;
}

.single-movie__prev-next-movies--flex-header {
  margin-bottom: 10px;
}

.single-movie__prev-next-movies--count {
  display: none;
}

@media (min-width: 1200px) {
  .single-movie__prev-next-movies--count {
    display: block;
  }
}

.single-movie__prev-next-movies .movies__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.single-movie__prev-next-movies .movies__inner .movie {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 12px;
}

.single-movie__prev-next-movies .movies__inner .movie__poster {
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 0;
  height: 85px;
}

.single-movie__prev-next-movies .movies__inner .movie__poster .movie__link {
  height: 100%;
  padding: 0;
}

.single-movie__prev-next-movies .movies__inner .movie__poster--image {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-movie__prev-next-movies .movies__inner .movie__poster {
    height: 180px;
  }
}

.single-movie__prev-next-movies .movies__inner .movie__body {
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10px;
}

.single-movie__prev-next-movies .movies__inner .movie__title {
  font-size: 13px;
  font-weight: 600;
  white-space: normal;
}

.single-movie-v2 .content-area>.movie {
  margin-bottom: 16px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__row {
  padding-bottom: 70px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__row.mobile {
  padding-bottom: 0;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__content {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__content {
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__content {
    -webkit-box-flex: 0;
    flex: 0 0 65.5%;
    max-width: 65.5%;
  }
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__content .movie__head {
  margin-bottom: 0;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
  }
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 38px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info.mobile {
  align-items: normal;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__poster {
  -webkit-box-flex: 0;
  flex: 0 0 40.5%;
  max-width: 90px;
  margin-right: 21px;
  margin-bottom: 0;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info.mobile .movie__poster {
  background: none;
  margin-right: 15px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__title {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  height: 26px;
  overflow: hidden;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__body {
  -webkit-box-flex: 0;
  flex: 0 0 77.5%;
  max-width: 77.5%;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__meta {
  white-space: normal;
  height: 18px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__description {
  font-size: 15px;
  color: #b4bbc0;
  line-height: 26px;
  margin-bottom: 35px;
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__info--head {
  display: none;
}

.single-movie-v2 .vodi-views-likes {
  margin-top: 12px;
}

.single-movie-v2 .movie__recommended {
  padding-top: 50px;
}

.single-movie-casts--title,
.movie__related-video--title {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
}

.single-movie .movie-tabs {
  margin-bottom: 65px;
}

.single-movie .movie-tabs .nav {
  font-family: "Montserrat", "Open Sans", sans-serif;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .single-movie .movie-tabs .nav {
    overflow: auto;
    flex-wrap: nowrap;
  }
}

.single-movie .movie-tabs .nav .nav-item {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
}

.single-movie .movie-tabs .nav .nav-item+.nav-item:before {
  content: '/';
  margin: 0px 25px 0 30px;
}

.single-movie .movie-tabs .nav .nav-item a {
  position: relative;
  padding: 0px 6px 18px 6px;
}

.single-movie .movie-tabs .nav .nav-item a.active {
  font-weight: 500;
}

.single-movie .movie-tabs .nav .nav-item a.active:after {
  content: ' ';
  border-bottom: 3px solid transparent;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  border-bottom-color: red;
}

.single-movie .movie__description-tab {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 992px) {
  .single-movie .movie__description-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.single-movie .movie__description-tab .movie__info--left,
.single-movie .movie__description-tab .movie__body {
  max-width: 100%;
}

.single-movie .movie__description-tab .movie__info--left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 768px) {
  .single-movie .movie__description-tab .movie__info--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link {
  padding: 0;
  height: auto;
}

.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link .movie__poster--image {
  position: relative;
}

.single-movie .movie__description-tab .movie__info--right {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .single-movie .movie__description-tab .movie__info--right {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .single-movie .movie__description-tab .movie__poster {
    margin-right: 40px;
    -webkit-box-flex: 0;
    flex: 0 0 24.1%;
    max-width: 24.1%;
  }
}

.single-movie .movie__description-tab .movie_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}

@media (min-width: 992px) {
  .single-movie .movie__description-tab .movie_title {
    font-size: 22px;
  }
}

.single-movie .movie__description-tab .movie__meta {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.single-movie .movie__description-tab .movie__meta>*+*:before {
  content: '|';
  display: inline-block;
  margin: 0 15px;
  color: #949cb0;
}

.single-movie .movie__description-tab .movie__description {
  font-size: 15px;
  color: #b4bbc0;
  line-height: 26px;
  letter-spacing: -0.01em;
}

.single-movie .movie__description-tab .vodi-sharing {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .single-movie .movie__description-tab .movie__info--left+.movie__info--right {
    -webkit-box-flex: 0;
    flex: 0 0 42%;
    max-width: 42%;
    padding-left: 50px;
    margin-left: 30px;
  }
}

@media (min-width: 1440px) {
  .single-movie .movie__description-tab .movie__info--left+.movie__info--right {
    -webkit-box-flex: 0;
    flex: 0 0 36.9%;
    max-width: 36.9%;
    padding-left: 70px;
    margin-left: 30px;
  }
}

.single-movie-v1 .movie__description-tab,
.single-movie-v1 .movie__description-tab .movie__info--left {
  -webkit-box-align: start;
  align-items: flex-start;
}

.single-movie .masvideos-Reviews #review_form_wrapper {
  margin-bottom: 60px;
}

.single-movie .movie__recommended--title {
  font-size: 22px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .single-movie .movie__recommended--title {
    font-size: 24px;
  }
}

.single-movie .movie__recommended .movie__poster:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(240, 47, 23, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  content: " ";
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .single-movie .movie__recommended .movie__body {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 25px 20px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .single-movie .movie__recommended .movie__body .movie__title {
    font-size: 32px;
    height: 44px;
    overflow: hidden;
    line-height: 1.5;
  }
}

.single-movie .movie__recommended .movie__meta {
  display: none;
}

.single-movie .movie__recommended .movie__actions {
  display: none;
}

@media (min-width: 992px) {
  .single-movie .movie__recommended .movie__actions {
    display: block;
  }
}

.single-movie .masvideos-reviews__title {
  font-size: 24px;
  margin-bottom: 24px;
}

.movie__poster .movie__link,
.movie__poster .tv-show__link,
.movie__poster .episode__link,
.tv-show__poster .movie__link,
.tv-show__poster .tv-show__link,
.tv-show__poster .episode__link,
.episode__poster .movie__link,
.episode__poster .tv-show__link,
.episode__poster .episode__link {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 0;
}

.movie__poster .movie__link .movie__poster--image,
.movie__poster .movie__link .tv-show__poster--image,
.movie__poster .movie__link .episode__poster--image,
.movie__poster .tv-show__link .movie__poster--image,
.movie__poster .tv-show__link .tv-show__poster--image,
.movie__poster .tv-show__link .episode__poster--image,
.movie__poster .episode__link .movie__poster--image,
.movie__poster .episode__link .tv-show__poster--image,
.movie__poster .episode__link .episode__poster--image,
.tv-show__poster .movie__link .movie__poster--image,
.tv-show__poster .movie__link .tv-show__poster--image,
.tv-show__poster .movie__link .episode__poster--image,
.tv-show__poster .tv-show__link .movie__poster--image,
.tv-show__poster .tv-show__link .tv-show__poster--image,
.tv-show__poster .tv-show__link .episode__poster--image,
.tv-show__poster .episode__link .movie__poster--image,
.tv-show__poster .episode__link .tv-show__poster--image,
.tv-show__poster .episode__link .episode__poster--image,
.episode__poster .movie__link .movie__poster--image,
.episode__poster .movie__link .tv-show__poster--image,
.episode__poster .movie__link .episode__poster--image,
.episode__poster .tv-show__link .movie__poster--image,
.episode__poster .tv-show__link .tv-show__poster--image,
.episode__poster .tv-show__link .episode__poster--image,
.episode__poster .episode__link .movie__poster--image,
.episode__poster .episode__link .tv-show__poster--image,
.episode__poster .episode__link .episode__poster--image {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.movie__poster .movie__link {
  padding: 150% 0 0 0;
}

.tv-show__poster .tv-show__link,
.tv-show__poster .episode__link,
.episode__poster .tv-show__link,
.episode__poster .episode__link {
  padding: 56.25% 0 0 0;
}

.single-movie .tv-show__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {

  .single-movie .tv-show__rating-with-playlist,
  .single-tv_show .tv-show__rating-with-playlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.single-movie .tv-show__rating,
.single-tv_show .tv-show__rating {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 992px) {

  .single-movie .tv-show__rating,
  .single-tv_show .tv-show__rating {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.single-movie .tv-show__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
  -webkit-box-align: center;
  align-items: center;
}

.masvideos-tabs .tab-content>.tab-pane {
  display: none;
}

.masvideos-tabs .tab-content>.active {
  display: block;
}

.single-episode .masvideos-breadcrumb,
.single-tv_show .masvideos-breadcrumb,
.single-movie .masvideos-breadcrumb {
  padding-top: 30px;
  margin-bottom: 27px;
}

table.episode-sources {
  font-size: 14px;
}

table.episode-sources thead th,
table.episode-sources tbody td {
  border: none;
}

table.episode-sources tbody a.play-source {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

table.episode-sources tbody a.play-source span svg {
  margin-right: 14px;
}

@media (max-width: 767.98px) {

  table.episode-sources tbody a.play-source span svg {
    display: none;
  }

  .single-episode .masvideos-breadcrumb, .single-tv_show .masvideos-breadcrumb,.single-movie .masvideos-breadcrumb {
    padding-top: 30px;
    margin-bottom: 9px;
  }
}

table.episode-sources tbody tr+tr {
  border-top-style: solid;
  border-top-width: 1px;
}

.masvideos-archive .page-title {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 500;
  padding-bottom: 12px;
  padding-top: 25px;
  margin: 0;
  color: #121a21;
  border-bottom: 1px solid #e8e8e8;
}

.masvideos-archive.dark .page-title {
  border-bottom: 1px solid #2a2e3c;
  color: #fff;
}

.post-type-archive-movie .site-content__inner,
.post-type-archive-tv_show .site-content__inner {
  margin-bottom: 50px;
}

.post-type-archive-movie .tv-show__badge,
.post-type-archive-tv_show .tv-show__badge {
  display: none;
}

.video {
  position: relative;
  margin-bottom: 34px;
}

.video .count {
  font-size: 12px;
  color: #949cb0;
}

.dark .tv-show__hover-area {
  border-color: #333a4b;
}

.dark .tv-show__season-info {
  border-bottom-color: #565a66;
}

.videos__inner,
.videos-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}

.videos__inner>.video,
.videos-list>.video {
  position: relative;
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
}

.columns-5 .videos__inner>.video {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-5 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .columns-5 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .columns-5 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .columns-5>.video {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .columns-5>.video {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-5>.video {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.columns-6>.video,
.columns-6 .videos__inner>.video {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {

  .columns-6>.video,
  .columns-6 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {

  .columns-6>.video,
  .columns-6 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.videos .slick-list {
  margin: 0 -9px;
  width: calc(100% + 18px);
  padding-top: 11px;
  margin-top: -11px;
}

.videos .slick-slide {
  margin: 0 9px;
}

.section-videos-carousel__custom-arrows button {
  margin-bottom: 37px;
}

.brand-video-channel-carousel {
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .masvideos-tv-show-control-bar {
    margin-bottom: 24px;
  }
}

.tv-shows__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.tv-shows__inner>.tv-show {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.columns-1>.tv-show,
.columns-1 .tv-shows__inner>.tv-show {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.columns-5>.tv-show,
.columns-5 .tv-shows__inner>.tv-show {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media(max-width: 991.98px) {

  .columns-5>.tv-show,
  .columns-5 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {

  .columns-5>.tv-show,
  .columns-5 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {

  .columns-5>.tv-show,
  .columns-5 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.columns-6>.tv-show,
.columns-6 .tv-shows__inner>.tv-show {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (min-width: 768px) {

  .columns-6>.tv-show,
  .columns-6 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {

  .columns-6>.tv-show,
  .columns-6 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {

  .columns-6>.tv-show,
  .columns-6 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.columns-7>.tv-show,
.columns-7 .tv-shows__inner>.tv-show {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 992px) {

  .columns-7>.tv-show,
  .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {

  .columns-7>.tv-show,
  .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {

  .columns-7>.tv-show,
  .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {

  .columns-7>.tv-show,
  .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%;
  }
}


.vodi-archive-wrapper[data-view="grid"] .tv-show{
  margin-bottom: 15px;
}

@media (min-width: 768px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show{
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show{
    margin-bottom: 0;
  }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__title {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show__title {
    margin-bottom: 28px;
  }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__meta {
  margin-top: 0;
}

@media (min-width: 768px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show__poster {
    margin-bottom: 4px;
  }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__actions {
  margin-top: 10px;
}

@media (min-width: 1200px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__episode,
  .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__short-description {
    display: block;
  }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__actions {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 1200px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__title {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show{
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
  .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show__short-description,
  .vodi-archive-wrapper[data-view="grid"] .tv-show__actions,
  .vodi-archive-wrapper[data-view="grid"] .tv-show__episode {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .vodi-archive-wrapper[data-view="grid"] .tv-show__review-info {
    display: none;
  }
}

.tv-show {
  margin-bottom: 30px;
}

.tv-show__title {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.tv-show__title:hover,
.tv-show__title:focus {
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.tv-show__title,
.tv-show__short-description p {
  color: #000;
}

.tv-show__title,
.tv-show__meta,
.tv-show__episode {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tv-show__actions {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 1200px) {
  .tv-show__actions {
    display: none;
  }
}

.tv-show__episode,
.tv-show__short-description {
  display: none;
}

.tv-show__badge {
  position: absolute;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  padding: 0 12px;
  border-radius: 4px;
  top: -10.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.tv-show__meta {
  margin-top: 4px;
}

.tv-show__meta>span+span:before {
  content: ', ';
}

.tv-show__meta--genre,
.tv-show__meta--genre a,
.tv-show__meta--release-year {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #949cb0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.tv-show__episode {
  font-size: 12px;
}

.tv-show__info--head>.tv-show__link:first-child .tv-show__title {
  margin-top: 10px;
}

.tv-show__short-description {
  overflow: hidden;
}

.tv-show__short-description p,
.tv-show__short-description div {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.tv-show__actions {
  display: none;
}

.tv-show .count {
  font-size: 14px;
  color: #949cb0;
}

.tv-show .viewers-count {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 13px;
  font-weight: 400;
  color: #949cb0;
}

.tv-show__hover-area {
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  position: absolute;
  width: 482px;
  padding: 16px 12px;
  z-index: 9999;
  display: none;
  background-color: #f5f5f5;
  border-color: #e0dfdf;
  top: 100%;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%);
}

.tv-show__hover-area:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 10%;
  width: 15px;
  height: 15px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
  border-left: 2px solid #e0dfdf;
  border-top: 2px solid #e0dfdf;
}

.tv-show__hover-area .tv-show__episode {
  font-size: 13px;
  line-height: 1.50;
}

.tv-show__hover-area--inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.tv-show__hover-area--poster {
  margin-right: 18px;
  -webkit-box-flex: 0;
  flex: 0 0 45%;
  max-width: 45%;
}

.tv-show__hover-area--body {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.tv-show__hover-area .tv-show__title {
  margin-bottom: 0;
}

.tv-show__hover-area .tv-show__season-info {
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.tv-show__hover-area .tv-show__season-info a {
  padding-left: 4px;
}

.vodi-archive-wrapper .tv-shows {
  width: 100%;
}

.section-tv-shows-carousel__custom-arrows button {
  margin-bottom: 37px;
}

.episodes .slick-slide {
  margin: 0 7px;
}

.episodes .slick-list {
  margin: 0 -7px;
  width: calc(100% + 14px);
  padding-top: 11px;
  margin-top: -11px;
}

.episodes .episode__title {
  margin-bottom: 11px;
}

.tv-show-carousel .slick-slide {
  margin: 0 7px;
}

.tv-show-carousel .slick-list {
  margin: 0 -7px;
  width: calc(100% + 14px);
  padding-top: 11px;
  margin-top: -11px;
}

.tv-show-carousel .tv-shows__inner {
  margin: 0;
}

.tv-show-carousel .tv-show {
  margin-bottom: 0;
  position: relative;
}

.tv-show-carousel .tv-show__title {
  color: #19272e;
}

.tv-episodes-carousel__inner .episodes__inner {
  margin: 0;
}

.single-tv_show .site-header {
  margin-bottom: 0;
}

.single-tv_show .tv-show__head {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .single-tv_show .tv-show__head {
    margin-left: calc(-50vw + 50%);
  }
}

.single-tv_show .tv-show__head iframe {
  border: none;
}

.single-tv_show .tv-show__poster--image {
  position: relative;
  height: 393px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 95%;
}

.single-tv_show .tv-show__meta {
  margin-top: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
}

.single-tv_show .tv-show__meta>*+*:before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}

.single-tv_show .tv-show__meta .vodi-views-likes {
  margin-top: 18px;
  margin-bottom: 0;
}

.single-tv_show .tv-show__meta .vodi-views-likes:before {
  content: none;
}

.single-tv_show .tv-show_title {
  font-size: 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-tv_show .tv-show_title {
    max-width: 77%;
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .single-tv_show .tv-show_title {
    max-width: 80%;
  }
}

@media (min-width: 1440px) {
  .single-tv_show .tv-show_title {
    max-width: 84%;
  }
}

.single-tv_show .tv-show__info--head,
.single-tv_show .tv-show__info--body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 992px) {

  .single-tv_show .tv-show__info--head,
  .single-tv_show .tv-show__info--body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.single-tv_show .tv-show__info--head {
  margin-bottom: 22px;
}

.single-tv_show .tv-show__short-description {
  display: block;
}

.single-tv_show .tv-show__meta--genre,
.single-tv_show .tv-show__meta--genre a,
.single-tv_show .tv-show__meta--release-year {
  font-size: 14px;
}

.single-tv_show .tv-show__short-description,
.single-tv_show .tv-show__description {
  margin-bottom: 20px;
}

.single-tv_show .tv-show__short-description>div,
.single-tv_show .tv-show__short-description p,
.single-tv_show .tv-show__description>div,
.single-tv_show .tv-show__description p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: justify;
}

.single-tv_show .tv-show__short-description>div:last-child,
.single-tv_show .tv-show__short-description p:last-child,
.single-tv_show .tv-show__description>div:last-child,
.single-tv_show .tv-show__description p:last-child {
  margin-bottom: 0;
}

.single-tv_show .tv-show__related--title {
  font-size: 22px;
  margin-bottom: 23px;
}

.single-tv_show .tv-show-related__carousel .tv-show__info--head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.single-tv_show .tv-show__rating-with-playlist {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.single-tv_show .tv-show .tv-show-related {
  margin-bottom: 30px;
}

.single-tv_show .tv-show .summary {
  margin-bottom: 20px;
  position: relative;
}

.single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right,
.single-tv_show .tv-show .tv-show__description+.tv-show__tags,
.single-tv_show .tv-show .tv-show__description+.tv-show__tags {
  margin-top: 20px;
}

@media (min-width: 992px) {

  .single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right,
  .single-tv_show .tv-show .tv-show__description+.tv-show__tags,
  .single-tv_show .tv-show .tv-show__description+.tv-show__tags {
    -webkit-box-flex: 0;
    flex: 0 0 37%;
    max-width: 37%;
    padding-left: 73px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right {
    margin-top: -21px;
  }
}

.single-tv_show .tv-shows .vodi-views-likes {
  display: none;
}

.tv_show__season-tabs-wrap {
  padding: 65px 0 35px;
  margin-bottom: 60px;
}

.tv_show__season-tabs-wrap .masvideos-tabs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 1440px;
  }
}

@media (min-width: 1486px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    max-width: 1486px;
  }
}

@media (min-width: 1200px) {
  .tv_show__season-tabs-wrap .masvideos-tabs {
    padding-left: 38px;
    padding-right: 38px;
  }
}

.tv_show__season-tabs-wrap .nav {
  margin-bottom: 27px;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .tv_show__season-tabs-wrap .nav {
    overflow-x: initial;
    flex-wrap: wrap;
  }
}

.tv_show__season-tabs-wrap .nav .nav-item {
  margin-bottom: 18px;
}

.tv_show__season-tabs-wrap .nav .nav-item a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3.5px 17.5px;
  border-radius: 5px;
}

.tv_show__season-tabs-wrap .nav .nav-item a.active {
  color: #1c212e;
}

.tv_show__season-tabs-wrap .nav .nav-item:not(:last-child) {
  margin-right: 18px;
}

.tv-show-tabs {
  margin-bottom: 65px;
}

.tv-show-tabs .nav {
  font-family: "Montserrat", "Open Sans", sans-serif;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .tv-show-tabs .nav {
    overflow: auto;
    flex-wrap: nowrap;
  }
}

.tv-show-tabs .nav .nav-item {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
}

.tv-show-tabs .nav .nav-item+.nav-item:before {
  content: '/';
  margin: 0px 25px 0 30px;
}

.tv-show-tabs .nav .nav-item a {
  position: relative;
  padding: 0px 6px 18px 6px;
}

.tv-show-tabs .nav .nav-item a.active {
  font-weight: 500;
}

.tv-show-tabs .nav .nav-item a.active:after {
  content: ' ';
  border-bottom: 3px solid transparent;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  border-bottom-color: red;
}

.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.vodi-archive-wrapper[data-view="grid"] .viewers-count {
  margin-bottom: 19px;
}

.vodi-archive-wrapper[data-view="grid"] .viewers-count .count {
  line-height: 18px;
  letter-spacing: -0.01em;
}

.vodi-archive-wrapper[data-view="grid"] .movie .movie__title {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .vodi-archive-wrapper[data-view="grid"] .movies__inner,
  .vodi-archive-wrapper[data-view="grid"] .videos__inner {
    margin: 15px -7px 10px;
  }
}

.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video {
  padding: 0 7px;
}

.vodi-archive-wrapper[data-view="grid"] .movie+.movie,
.vodi-archive-wrapper[data-view="grid"] .movie+.video,
.vodi-archive-wrapper[data-view="grid"] .video+.movie,
.vodi-archive-wrapper[data-view="grid"] .video+.video {
  border-width: 0;
}

.vodi-archive-wrapper[data-view="grid"] .movie__actions {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 768px) {

  .vodi-archive-wrapper[data-view="grid"] .movie__actions {
    display: none;
  }
}

.vodi-archive-wrapper[data-view="grid"] .movie:hover,
.vodi-archive-wrapper[data-view="grid"] .movie:focus,
.vodi-archive-wrapper[data-view="grid"] .video:hover,
.vodi-archive-wrapper[data-view="grid"] .video:focus {
  background-color: transparent;
}

@media (max-width: 767.98px) {

  .vodi-archive-wrapper[data-view="grid"] .movies__inner,
  .vodi-archive-wrapper[data-view="grid"] .videos__inner {
    margin: 0 -7px;
  }

  .vodi-archive-wrapper[data-view="grid"] .movie__body {
    display: none;
  }
}

.episode {
  position: relative;
}

.episode__link {
  display: block;
}

.episode__poster {
  margin-bottom: 8px;
  position: relative;
}

.episode__meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.episode__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.episode__tv-show-name,
.episode__number {
  font-size: 12px;
  line-height: 18px;
  color: #949cb0;
}

.episode__tv-show-name a,
.episode__number a {
  color: #949cb0;
}

.episode__number {
  display: block;
}

.episode__tv-show-name {
  display: inline-block;
}

.episode__tv-show-name+.episode__number {
  display: inline-block;
}

.episode__tv-show-name+.episode__number:before {
  content: "-";
  padding: 0 2px;
}

.episodes__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}

.episodes__inner>.episode {
  position: relative;
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
}

.columns-1>.episode {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .columns-1>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.columns-5 .episodes__inner>.episode {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .columns-5 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-5 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.columns-6 .episodes__inner>.episode {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .columns-6 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-6 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.columns-7 .episodes__inner>.episode {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .columns-7 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .columns-7 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142858%;
    max-width: 14.2857142858%;
  }
}

.episode .nav {
  font-family: "Montserrat", "Open Sans", sans-serif;
}

@media (max-width: 1199.98px) {
  .episode .nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

.episode .nav .nav-item+.nav-item:before {
  content: '/';
}

.episode-tabs .nav {
  -webkit-box-pack: center;
  justify-content: center;
}

.episode-tabs .nav .nav-item {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
}

.episode-tabs .nav .nav-item a {
  position: relative;
  padding: 0 25px 18px 25px;
}

.episode-tabs .nav .nav-item a.active {
  font-weight: 500;
}

.episode-tabs .nav .nav-item a.active:after {
  content: ' ';
  border-bottom: 3px solid transparent;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  border-bottom-color: red;
}

.episode-tabs .nav .nav-item .nav-item+.nav-item:before {
  margin: 0 0 0 4px;
}

.episode-tabs .tab-content {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 8px);
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .episode-tabs .tab-content {
    margin-left: calc(-50vw + 50%);
  }
}

.episode-tabs .tab-content .tab-pane {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 1440px;
  }
}

@media (min-width: 1486px) {
  .episode-tabs .tab-content .tab-pane {
    max-width: 1486px;
  }
}

@media (min-width: 1200px) {
  .episode-tabs .tab-content .tab-pane {
    padding-left: 38px;
    padding-right: 38px;
  }
}

.dark .episode-tabs .tab-content .episode__description {
  color: #fff;
}

.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
  color: #fff;
}

.episode__head {
  position: relative;
  margin-bottom: 36px;
  display: -webkit-box;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
}

.episode__player {
  width: 100%;
}

.episode__player--next-episode,
.episode__player--prev-episode {
  max-width: 120px;
}

@media (max-width: 767.98px) {

  .episode__player--next-episode,
  .episode__player--prev-episode {
    position: absolute;
    z-index: 1;
    display: none;
  }
}

.episode__player--next-episode a,
.episode__player--prev-episode a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.episode__player--next-episode__label,
.episode__player--prev-episode__label {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
}

.episode__player--prev-episode {
  left: 0;
}

@media (min-width: 992px) {
  .episode__player--prev-episode {
    margin-right: 82px;
  }
}

@media (min-width: 992px) {
  .episode__player--prev-episode a {
    text-align: right;
  }
}

.episode__player--prev-episode a:before {
  content: '';
  width: 84px;
  height: 121px;
  display: inline-block;
  background-repeat: no-repeat;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>');
}

[dir="rtl"] .episode__player--prev-episode a:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
}

.episode__player--prev-episode__label {
  left: -20px;
}

.episode__player--next-episode {
  right: 0;
  text-align: right;
}

@media (min-width: 768px) {
  .episode__player--next-episode {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .episode__player--next-episode {
    margin-left: 82px;
  }
}

.episode__player--next-episode a:after {
  content: '';
  width: 77px;
  height: 121px;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
  background-repeat: no-repeat;
}

[dir="rtl"] .episode__player--next-episode a:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>');
}

@media (max-width: 767.98px) {
  .episode__player--next-episode a:after {
    width: 63px;
  }
}

.episode__player--next-episode__label {
  right: -12px;
}

.episode__player iframe {
  margin-bottom: 0;
  border: none;
}

.tv-show-related {
  margin-bottom: 60px;
}

.tv-show-related__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .tv-show-related__title {
    font-size: 22px;
  }
}

.tv-show-related__carousel {
  position: relative;
}

.tv-show-related__carousel .tv-shows .slick-list {
  width: calc(100% + 15px);
}

.tv-show-related__carousel .tv-shows .slick-track {
  margin-left: 0;
}

.tv-show-related__carousel .tv-shows .slick-slide {
  margin: 0;
  padding: 0 7.5px;
}

.tv-show-related__carousel .tv-shows .slick-slider {
  margin: 0 -7.5px;
}

.tv-show-related__carousel .tv-show {
  position: relative;
  margin-top: 10.5px;
  margin-bottom: 0;
}

.tv-show-related__carousel .tv-show__episode,
.tv-show-related__carousel .tv-show__actions,
.tv-show-related__carousel .tv-show__short-description {
  display: none;
}

.tv-show-related__carousel .tv-show__meta {
  max-width: 100%;
}

.tv-show-related__carousel .slick-arrow {
  height: auto;
  z-index: 1;
  top: 39%;
}

.tv-show-related__carousel .slick-arrow:before {
  width: 23px;
  height: 43px;
  display: inline-block;
  opacity: 0.7;
}

.tv-show-related__carousel .slick-arrow:hover:before {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .tv-show-related__carousel .slick-arrow {
    display: none !important;
  }
}

.tv-show-related__carousel .slick-prev {
  left: 0;
}

.tv-show-related__carousel .slick-prev:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>');
}

[dir="rtl"] .tv-show-related__carousel .slick-prev:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>');
}

@media (min-width: 768px) {
  .tv-show-related__carousel .slick-prev {
    left: -30px;
  }
}

@media (min-width: 1440px) {
  .tv-show-related__carousel .slick-prev {
    left: -38px;
  }
}

.tv-show-related__carousel .slick-next {
  right: 0;
}

.tv-show-related__carousel .slick-next:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>');
}

[dir="rtl"] .tv-show-related__carousel .slick-next:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>');
}

@media (min-width: 768px) {
  .tv-show-related__carousel .slick-next {
    right: -30px;
  }
}

@media (min-width: 1440px) {
  .tv-show-related__carousel .slick-next {
    right: -38px;
  }
}

.single-episode .site-header {
  margin-bottom: 0;
}

.single-episode .masvideos-breadcrumb {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.single-episode .episode_title {
  font-size: 24px;
}

@media (min-width: 992px) {
  .single-episode .episode_title {
    font-size: 26px;
  }
}

.single-episode .episode__meta {
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}

.single-episode .episode__meta>*+*:before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}

.single-episode .episode__meta .vodi-views-likes {
  margin-top: 18px;
  margin-bottom: 0;
}

.single-episode .episode__meta .vodi-views-likes:before {
  content: none;
}

.single-episode .episode .episode-download-btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
  color: #949cb0;
}

.single-episode .episode__info--head,
.single-episode .episode__info--body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 992px) {

  .single-episode .episode__info--head,
  .single-episode .episode__info--body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.single-episode .episode__info--head {
  margin-bottom: 22px;
}

.single-episode .episode__short-description>div,
.single-episode .episode__short-description p,
.single-episode .episode__description>div,
.single-episode .episode__description p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: justify;
  color: rgb(224, 224, 224);
  text-shadow: 1px 1px 1px #000
}

.single-episode .episode__season-tabs-wrap {
  margin-bottom: 60px;
}

.single-episode .episode__season-tabs-wrap .masvideos-tabs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 1440px;
  }
}

@media (min-width: 1486px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    max-width: 1486px;
  }
}

@media (min-width: 1200px) {
  .single-episode .episode__season-tabs-wrap .masvideos-tabs {
    padding-left: 38px;
    padding-right: 38px;
  }
}

.single-episode .episode__summary {
  margin-bottom: 70px;
}

.single-episode .episode__tags {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.single-episode .episode__tags a {
  font-weight: 400;
}

.single-episode .episode__meta+.episode__rating-with-sharing,
.single-episode .episode__short-description+.episode__tags,
.single-episode .episode__description+.episode__tags {
  margin-top: 20px;
}

@media (min-width: 992px) {

  .single-episode .episode__meta+.episode__rating-with-sharing,
  .single-episode .episode__short-description+.episode__tags,
  .single-episode .episode__description+.episode__tags {
    -webkit-box-flex: 0;
    flex: 0 0 37%;
    max-width: 37%;
    padding-left: 73px;
    margin-top: 0;
  }
}

.single-episode .masvideos-Reviews {
  margin-bottom: 60px;
}

.single-episode .masvideos-Reviews #review_form_wrapper {
  margin-bottom: 60px;
}

.single-episode .episode-tabs .masvideos-Reviews {
  margin-bottom: 0;
}

.single-episode-v3 .episode__description .maxlist-more {
  top: 1px;
}

.maxlist-less+.masvideos-episodes {
  margin-top: 6px;
}

.single-episode-v3 .episode__head {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.single-episode-v3 .masvideos-breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

.single-episode-v3 .episode__title-with-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .single-episode-v3 .episode__title-with-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (max-width: 1199.98px) {
  .single-episode-v3 .episode__title-with-nav .episode_title {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

@media (max-width: 1199.98px) {
  .single-episode-v3 .episode__title-with-nav .episode__player--arrows {
    margin-bottom: 20px;
  }
}

.single-episode-v3 .episode .single-episode__content {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {

  .single-episode-v3 .episode .single-episode__content {
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 30px;
  }
}

.single-episode-v3 .episode .single-episode__sidebar {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {

  .single-episode-v3 .episode .single-episode__sidebar {
    -webkit-box-flex: 0;
    flex: 0 0 26%;
    max-width: 26%;
    margin-top: 0;
  }
}

.single-episode-v3 .episode_title {
  margin-top: 6px;
  margin-bottom: 4px;
}

.single-episode-v3 .episode__player--arrows {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.single-episode-v3 .episode__player--arrows>*+*:before {
  content: '|';
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 8px;
}

@media (max-width: 991.98px) {

  .single-episode-v3 .episode__player--arrows {
    display: block;
    width: 100%;
  }

  .single-episode-v3 .episode__player--arrows>*+*:before {
    display: none;
  }
}

.single-episode-v3 .episode__player--prev-episode,
.single-episode-v3 .episode__player--next-episode {
  max-width: none;
  font-size: 14px;
  line-height: 1;
}

.single-episode-v3 .episode__player--prev-episode a,
.single-episode-v3 .episode__player--next-episode a {
  font-size: inherit;
}

.single-episode-v3 .episode__player--prev-episode a:hover:after,
.single-episode-v3 .episode__player--prev-episode a:hover:before,
.single-episode-v3 .episode__player--next-episode a:hover:after,
.single-episode-v3 .episode__player--next-episode a:hover:before {
  border-color: #9f9fa4;
}

.single-episode-v3 .episode__player--prev-episode__label,
.single-episode-v3 .episode__player--next-episode__label {
  left: auto;
  right: auto;
}

@media (max-width: 991.98px) {

  .single-episode-v3 .episode__player--prev-episode,
  .single-episode-v3 .episode__player--next-episode {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #949cb0;
  }
}

@media (max-width: 991.98px) {

  .single-episode-v3 .episode__player--prev-episode:before,
  .single-episode-v3 .episode__player--next-episode:after {
    width: 30px;
    height: 30px;
  }
}

.single-episode-v3 .episode__player--next-episode {
  margin-left: 0;
}

.single-episode-v3 .episode__player--next-episode a:after {
  content: '';
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #4e5567;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>');
}

[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>');
}

.single-episode-v3 .episode__player--next-episode a:hover:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>');
}

[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:hover:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>');
}

.single-episode-v3 .episode__player--prev-episode {
  margin-right: 0;
}

.single-episode-v3 .episode__player--prev-episode a:before {
  content: '';
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #4e5567;
  border-radius: 50%;
  margin-right: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>');
}

[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>');
}

.single-episode-v3 .episode__player--prev-episode a:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>');
}

[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>');
}

.single-episode-v3 .episode__short-description {
  margin-bottom: 25px;
}

.single-episode-v3 .episode-tabs .tab-content {
  margin-left: 0;
  width: auto;
}

.episode__head--info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 768px) {
  .episode__head--info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .episode__head--info .episode__poster {
    -webkit-box-flex: 0;
    flex: 0 0 14.11%;
    max-width: 14.11%;
    margin-right: 16px;
  }
}

.episode__head--info .episode__poster .episode__link {
  height: 100%;
  padding: 0;
}

.episode__head--info .episode__poster .episode__link .episode__poster--image {
  position: relative;
}

.episode__head--info .episode__title {
  font-size: 26px;
  line-height: 1;
}

.episode__head--info .episode__tv-show-name,
.episode__head--info .episode__number {
  margin-bottom: 8px;
  display: none;
}

.episode__head--info .episode__meta--genres,
.episode__head--info .episode__meta--genres a,
.episode__head--info .episode__meta--release-year {
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #949cb0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}

.episode__head--info .episode__description,
.episode__head--info .episode__short-description {
  margin-bottom: 26px;
}

.episode__head--info .episode__short-description p {
  margin-bottom: 0;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 9px;
  margin-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (min-width: 1200px) {
  .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    font-size: 24px;
  }
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 35px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item+.nav-item {
  margin-top: 2px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item+.nav-item:before {
  content: none;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
  font-size: 14px;
  font-weight: 400;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::before {
  content: "(";
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::after {
  content: ")";
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title {
  font-weight: 700;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__tv-show-name,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number {
  font-size: 14px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__tv-show-name+.episode__title,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number+.episode__title {
  margin-left: 7px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__title {
  margin-bottom: 0;
  color: #949cb0;
  font-weight: 400;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__tv-show-name,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
  font-weight: 700;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster {
  -webkit-box-flex: 0;
  flex: 0 0 40.5%;
  max-width: 40.5%;
  margin-right: 15px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster .tv-show__link {
  height: 100%;
  padding: 0;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster--image {
  margin: 0;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__meta {
  margin-top: -5px;
  white-space: normal;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__title {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 18px;
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__short-description {
  display: block;
}

.tv-show__poster {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.tv-show__poster .tv-show__link {
  height: 100% !important;
  padding: 150% 0 0 0;
}

a,
form.comment-form .logged-in-as a,
.home-section__flex-header ul.nav li a.active,
.home-section__flex-header ul.nav li a:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link.active,
.home-section.dark .home-section__action--link:hover,
.event-category-list__inner:hover .event-category-title,
.section-featured-movies-carousel ul.nav .nav-item .nav-link.active,
.section-featured-movies-carousel ul.nav .nav-item .nav-link:hover,
.section-movies-list ul.nav li a.active,
.masvideos-widget_movies_year_filter ul li a,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a
.episode .nav .nav-item a.active,
.episode__player--next-episode a:hover,
.episode__player--prev-episode a:hover,
.dark.single-episode-v3 .episode__player--prev-episode a,
.dark.single-episode-v3 .episode__player--next-episode a,
.maxlist-more,
.maxlist-less,
.maxlist-more:hover,
.maxlist-less:hover,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover,
.masvideos_tv_shows_widget .tv-show__title:hover,
.masvideos_movies_widget .tv-show__title:hover,
.section-featured-movie .featured-movie__action-icon i,
.home-page-sidebar .sidebar-area .widget_archive li:hover a,
.home-page-sidebar .sidebar-area .widget_meta li:hover a,
.home-page-sidebar .sidebar-area .widget_pages li:hover a,
.home-page-sidebar .sidebar-area .widget_archive li:focus a,
.home-page-sidebar .sidebar-area .widget_meta li:focus a,
.home-page-sidebar .sidebar-area .widget_pages li:focus a,
.tv_show__season-tabs-wrap .nav .nav-item a,
.single-movie .summary .movie__meta--genre a,
.single-movie .movie-tabs .nav .nav-item a.active,
.tv-show-tabs .nav .nav-item a.active,
.single-movie .movie__description-tab .movie__meta--genre a,
.tv-show__attributes td a:hover,
.episode__link:hover .episode__title,
.episode__link:focus .episode__title,
.home-section.dark .home-section__flex-header .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link.active,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:focus,
.section-movies-list ul.nav li a:hover,
.section-movies-list ul.nav li a:focus,
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active,
.masvideos-breadcrumb a:hover,
.masvideos-breadcrumb a:focus,
.episode__link a:hover .episode__title,
.episode__link a:focus .episode__title,
.movie__link a:hover .movie__title,
.movie__link a:focus .movie__title,
.tv-show__title a:hover,
.tv-show__title a:focus,
.tv-show__episode a,
.page__content blockquote p strong,
.page__content blockquote p a,
.page__content blockquote cite,
.yamm>.menu-item:hover>a,
.yamm>.menu-item:focus>a,
.section-movies-list .featured-with-list-view-movies-list__header a.active,
.section-movies-list__header a.active,
.section-movies-list .movie-list__genre {
  color: #f73128;
}

a:focus,
a:hover {
  color: #f73128;
}

#scrollUp,
.tv-show__badge,
.masvideos-widget_movies_year_filter ul li a:hover,
.masvideos-widget_movies_year_filter ul li.chosen a,
.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.vodi-control-bar .videos-view-switcher .nav-item a:hover,
.vodi-control-bar .videos-view-switcher .nav-item a.active,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure:before,
ul.page-numbers>li>a.current,
ul.page-numbers>li>span.current,
.nav-links>.page-numbers.current,
.btn-primary,
.slick-dots .slick-active button,
.audio-options li:hover,
.audio-options li:focus,
.tv_show__season-tabs-wrap .nav .nav-item a.active {
  background-color: #f73128;
}

.movie__poster .movie__link:after,
.tv-show__poster .tv-show__link:after,
.episode__poster .episode__link:after {
  background-color: rgba(36, 186, 239, 0.3);
}

.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure {
  border-color: #f73128;
}

.episode-tabs .nav .nav-item a.active:after,
.single-movie .movie-tabs .nav .nav-item a.active:after,
.tv-show-tabs .nav .nav-item a.active:after {
  border-bottom-color: #f73128;
}

input[type="submit"],
.btn-vodi-primary {
  color: #fff;
  background-color: #f73128;
  border-color: #f73128;
}

input[type="submit"]:hover,
.btn-vodi-primary:hover {
  color: #fff;
  background-color: #10a7dd;
  border-color: #0f9ed1;
}

input[type="submit"]:focus,
input[type="submit"].focus,
.btn-vodi-primary:focus,
.btn-vodi-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5);
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
.btn-vodi-primary.disabled,
.btn-vodi-primary:disabled {
  color: #fff;
  background-color: #f73128;
  border-color: #f73128;
}

input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="submit"]:not(:disabled):not(.disabled).active,
.show>input[type="submit"].dropdown-toggle,
.btn-vodi-primary:not(:disabled):not(.disabled):active,
.btn-vodi-primary:not(:disabled):not(.disabled).active,
.show>.btn-vodi-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f9ed1;
  border-color: #0e95c5;
}

input[type="submit"]:not(:disabled):not(.disabled):active:focus,
input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show>input[type="submit"].dropdown-toggle:focus,
.btn-vodi-primary:not(:disabled):not(.disabled):active:focus,
.btn-vodi-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-vodi-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5);
}

.single-movie__actions .movie-actions--get-tickets,
.single-movie__actions .movie-actions--watch-now {
  color: #fff;
  background-color: #f73128;
  border-color: #f73128;
}

.single-movie__actions .movie-actions--get-tickets:hover,
.single-movie__actions .movie-actions--watch-now:hover {
  color: #fff;
  background-color: #0f9ed1;
  border-color: #0f9ed1;
}

.single-movie__actions .movie-actions--get-tickets:focus,
.single-movie__actions .movie-actions--get-tickets.focus,
.single-movie__actions .movie-actions--watch-now:focus,
.single-movie__actions .movie-actions--watch-now.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5);
}

.single-movie__actions .movie-actions--get-tickets.disabled,
.single-movie__actions .movie-actions--get-tickets:disabled,
.single-movie__actions .movie-actions--watch-now.disabled,
.single-movie__actions .movie-actions--watch-now:disabled {
  color: #fff;
  background-color: #f73128;
  border-color: #f73128;
}

.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active,
.show>.single-movie__actions .movie-actions--get-tickets.dropdown-toggle,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active,
.show>.single-movie__actions .movie-actions--watch-now.dropdown-toggle {
  color: #fff;
  background-color: #0f9ed1;
  border-color: #0e95c5;
}

.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active:focus,
.show>.single-movie__actions .movie-actions--get-tickets.dropdown-toggle:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active:focus,
.show>.single-movie__actions .movie-actions--watch-now.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 196, 241, 0.5);
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover:after,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before {
  background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px'%3e%3cpath fill='%2324baef' d='M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z'/%3e%3c/svg%3e");
}

.vodi-control-bar .videos-type li a.active,
.vodi-control-bar .videos-type li a:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px'%3e%3cpath fill='%2324baef' d='M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.388,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.944 5.403,9.284 C5.250,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.723,8.742 4.655,8.823 4.587,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.029 5.930,11.580 6.449,12.131 C6.709,12.408 6.950,12.759 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.274,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.680 13.542,5.380 13.388,5.216 Z'/%3e%3c/svg%3e");
}

.dark .vodi-svg1 {
  fill: #f73128;
}

.episode__title-with-nav>h1.episode_title.entry-title {
  display: none !important;
}

.single-episode .episode__summary {
  margin-bottom: 0px !important;
}

.single-episode .episode_title {
  font-size: 20px !important;
}

.list-episode-show-more {
  display: none;
}

#feature-cate-page .type-tv_show,
#feature-cate-page .type-movie {
  margin-bottom: 0;
}

#feature-cate-page .type-tv_show .tv-show__meta--genre {
  display: none;
}

#feature-cate-page .type-movie .movie__body {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-tv-show-section-aside-header__inner .masvideos-tv-shows .type-tv_show:nth-child(n + 14) {
  display: none;
}

.episode__poster--image {
  width: 100%;
}

.tv-show__poster--image {
  width: 100%;
  height: 100%;
}

@media(max-width: 700px) {
  .home-tv-show-section-aside-header__inner .masvideos-tv-shows .type-tv_show:nth-child(n + 11) {
    display: none;
  }

  .home-movie-section-aside-header__inner .masvideos-movies .type-movie:nth-child(n + 11) {
    display: none;
  }

  .single-episode__sidebar .vodi-single-episode__sidebar--tv-show {
    margin-bottom: 17px;
  }
}

@media(max-width: 991.98px) {
  #feature-cate-page .type-tv_show:nth-child(n + 4) {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #feature-cate-page .type-movie:nth-child(n + 6) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #feature-cate-page .type-movie:nth-child(n + 5) {
    display: none;
  }
}

@media(max-width: 767.98px) {
  #feature-cate-page .type-movie:nth-child(n + 4) {
    display: none;
  }
}

.h2_title_search,
.span_title_search {
  font-size: 25px !important;
}

.span_title_search {
  color: #f73128 !important;
  font-weight: 600;
}

a.tv-show__link:hover,
a.movie__link:hover,
a.episode__link:hover {
  opacity: 1;
}

@media(pointer: fine) {

  a.tv-show__link:hover img,
  a.movie__link:hover img,
  a.episode__link:hover img {
    filter: brightness(80%) !important;
  }
}

.masvideos-loop-episode__number {
  min-width: 80px !important;
}

.svg-inline--fa.fa-stack-2x {
  width: 1.8em;
}

.footer-social-icon .fa-stack-2x {
  font-size: 36px;
}

.site_header__primary-nav {
  padding: 0;
}

.movie__poster {
  max-height: 300px;
  overflow: hidden;
}

.movie-list__poster {
  overflow: hidden;
}

@media(max-width: 768px) {
  .movie-list__poster {
    max-height: 100px;
  }

  .episode__player--next-episode {
    float: right;
    width: 50%;
  }

  .episode__player--prev-episode {
    width: 50%;
  }
}

@media(min-width: 769px) {
  .movie-list__poster {
    max-height: 75px;
  }
}

.site-header__logo .custom-logo {
  width: 120px;
  margin-right: 50px;
  max-height: 55px;ß
}

@media (max-width: 767.98px) {
  .vodi-archive-wrapper[data-view="grid"] .movie__body {
    display: block !important;
  }

  .vodi-archive-wrapper[data-view="grid"] .movie__actions {
    display: none !important;
  }
}

.masvideos-movies-widget {
  margin-bottom: 25px !important;
}

.span_sea_ep_title {
  display: none;
}

.home-tv-show-section-aside-header__inner .span_sea_ep_title,
.vodi-archive-wrapper .span_sea_ep_title {
  display: block !important;
  float: right;
  font-size: 11px;
  line-height: 1.8;
  color: #949cb0;
}

#feature-cate-page .span_sea_ep_title {
  display: block !important;
  float: right;
  font-size: 11px;
  color: #949cb0;
  padding-top: 21px;
}

.tv-show__badge {
  display: none;
}

.movie-list__name {
  width: 200px;
}

.tv-channel {
  height: auto;
  width: 50px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.box-tv-channel {
  display: block;
  position: absolute;
  width: 50px;
  height: 25px;
  top: 0;
  right: 8px;
  z-index: 1;
}

.box-tv-channel:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
}

.vodi-single-episode__sidebar--tv-show .tv-show__poster .box-tv-channel {
  display: none;
}

.site_header__primary-nav {
  width: 100%;
}

.widget_text {
  padding: 20px 10px 0px 10px !important;
}

.masvideos-tv-shows-widget,
.masvideos-movies-widget {
  padding-top: 25px !important;
}

.ads_cate_top iframe {
  margin-bottom: 0;
}

.site-footer__social-icons.footer-social-icons {
  order: 3;
}

.list-post {
  order: 2;
  display: flex;
  justify-content: space-around;
  padding-right: 10px;
  padding-left: 10px;
  width: 70%;
}

.list-post .item__list-post h2 a {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: 400;
}

.list-post .item__list-post h2 a:hover {
  color: #23baef;
}

.list-post .item__list-post h2 a svg {
  font-size: 10px;
  margin-right: 3px;
}

.item__list-post {
  width: 50%;
}

.title-link {
  margin-left: 15px;
  margin-bottom: 5px;
}

.title-link a {
  color: #fff;
  font-weight: 600;
}

.column1 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 10px;
}

@media(max-width: 1199px) {
  .column1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .single-episode .single-episode__content.column {
    flex: 0 0 100%;
    max-width: 100%
  }

  .single-episode .single-episode__sidebar.sidebar_episode {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .single-episode .single-episode__sidebar.sidebar_episode {
    flex: 0 0 30.25%;
    max-width: 30.25%;
  }

  .single-episode .single-episode__content.column {
    flex: 0 0 69.75%;
    max-width: 69.75%;
  }
}

@media (min-width: 1440px) and (max-width: 1485px) {
  .single-episode .single-episode__sidebar.sidebar_episode {
    flex: 0 0 24.4%;
    max-width: 24.4%;
  }

  .single-episode .single-episode__content.column {
    flex: 0 0 75.6%;
    max-width: 75.6%;
  }
}

@media (min-width: 1486px) {
  .single-episode .single-episode__sidebar.sidebar_episode {
    flex: 0 0 23.62%;
    max-width: 23.62%;
  }

  .single-episode .single-episode__content.column {
    flex: 0 0 76.28%;
    max-width: 76.28%;
  }
}

@media (max-width: 1199.98px) {
  .search .widget-area.sidebar-area.tv-show-sidebar {
    background-color: #fff;
    position: fixed !important;
    top: 0;
    left: -340px;
    width: 293px !important;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 100000000;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
  }

  .search .site-content.active-hh-sidebar .widget-area:not(.blog-sidebar),
  .site-content.active-hh-sidebar.archive .site-content .widget-area:not(.blog-sidebar) {
    left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 17px -1px rgb(0 0 0 / 66%);
  }

  .search .container .handheld-sidebar-toggle {
    display: none;
  }

  .search .container .masvideos-tv-show-control-bar.vodi-control-bar .handheld-sidebar-toggle {
    display: block;
  }
}

@media (min-width: 1000px) and (max-width: 1199.98px) {
  .search .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .search #masvideos_tv_shows_widget-2 .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .search #masvideos_tv_shows_widget-2 .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .search .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .search #masvideos_tv_shows_widget-2 .movie.type-movie.status-publish.has-post-thumbnail.hentry {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dark .masvideos-breadcrumb {
    padding-top: 10px;
  }
}

.box-phim a {
  position: relative;
}

.box-tv_show {
  position: absolute;
  top: 5px;
  background: #44d1df;
  color: #fff;
  font-size: 13px;
  left: 5px;
  padding-left: 5px;
  border-radius: 5px;
  padding-right: 5px;
}

.box-movie {
  position: absolute;
  top: 5px;
  background: #ff3830;
  color: #fff;
  font-size: 13px;
  left: 5px;
  padding-left: 5px;
  border-radius: 5px;
  padding-right: 5px;
}

.box-ep {
  position: absolute;
  bottom: 0;
  background: #000000a8;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span {
  z-index: 0;
}

@media (max-width: 441px) {
  .box-tv_show {
    left: 3px;
  }

  .box-tv-channel {
    right: 3px;
  }
}

.search .masvideos-tv-show-control-bar.vodi-control-bar .vodi-control-bar__left .h2_title_search,
.search .masvideos-tv-show-control-bar.vodi-control-bar .vodi-control-bar__left .h2_title_search .span_title_search {
  font-size: 16px !important;
}

.single-tv_show.full-width .sidebar-area {
  display: block;
}

.single-tv_show .content-area {
  display: -webkit-box;
  display: flex !important;
  flex-wrap: wrap;
}

.single-tv_show .type-tv_show {
  flex: 0 0 69.75%;
  max-width: 69.75%;
}

.single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column {
  flex: 0 0 30.25%;
  max-width: 30.25%;
  margin-bottom: 10px;
}

.single-tv_show .tv-show__head {
  display: none;
}

.single-tv_show .tv-show__poster_head {
  float: left;
  max-width: 165px;
  margin-right: 20px;
  width: 462%;
}

.single-tv_show .tv-show__poster_head img {
  height: auto;
  max-height: 316px;
}

.single-tv_show .cat-ads,
.single-tv_show .masvideos-tabs.tv-show-tabs {
  display: none;
}

.single-tv_show .tv_show__season-tabs-wrap {
  margin-top: 150px;
}

.single-tv_show .single-tv-show-ads {
  width: 336px;
  height: 250px;
  margin-bottom: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.single-tv_show .single-tv-show.tv-show.column.poster-column {
  margin-bottom: 0;
}

.single-tv_show .tv-show__info--head {
  margin-bottom: 0;
}

.single-tv_show .tv-show__info--head .tv-show__meta--right {
  display: none;
}

@media (min-width: 1440px) {
  .single-tv_show .tv-show_title {
    max-width: 40%;
  }

  .single-tv_show .tv-show__info--body {
    width: 40%;
  }
}

@media (min-width: 1199px) and (max-width: 1439px) {
  .single-tv_show .tv-show_title {
    max-width: 45%;
  }

  .single-tv_show .tv-show__info--body {
    max-width: 30%;
  }

  .single-tv_show .cat-ads {
    display: none;
  }

  .single-tv_show .tv_show__season-tabs-wrap {
    margin-top: 150px;
  }

  .single-tv_show .tv-show__poster_head {
    max-width: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  .single-tv-show-ads {
    margin: 0 auto;
    margin-top: 50px;
    position: static !important;
  }

  .single-tv_show .tv-show_title {
    max-width: 100%;
  }

  .single-tv_show .tv-show__info--body {
    max-width: 100%;
  }

  .single-tv_show .cat-ads {
    display: none;
  }

  .single-tv_show .tv_show__season-tabs-wrap {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .single-tv-show-ads {
    width: auto !important;
    margin: 0 auto;
    margin-top: 50px;
    position: static !important;
  }

  .single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column {
    display: none;
  }

  .single-tv_show .cat-ads {
    display: none;
  }

  .single-tv_show .tv_show__season-tabs-wrap {
    margin-top: 50px;
  }

  .single-tv_show .type-tv_show {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-tv-show-ads.ads-category-tvshow {
    width: 336px !important;
    height: 250px !important;
  }
}

@media (max-width: 767px) {
  .single-tv-show-ads {
    margin: 0 auto;
    position: static !important;
  }

  .single-tv-show-ads.ads-category-tvshow {
    margin-top: 90px;
  }

  .single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column {
    display: none;
  }

  .single-tv_show .tv_show__season-tabs-wrap {
    margin-top: 50px;
  }

  .single-tv_show .cat-ads {
    display: none;
  }

  .single-tv_show .type-tv_show {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-tv_show .tv-show__poster_head {
    max-width: 90px;
    width: 100%;
  }

  .single-tv_show .single-tv-show.tv-show.column.poster-column .tv-show-sidebar {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column .tv-show-sidebar {
    display: none;
  }

  .single-tv_show .type-tv_show {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .single-tv_show .single_tv_show__sidebar.tv-show-sidebar.column {
    flex: 0 0 39%;
    max-width: 39%;
  }

  .single-tv_show .type-tv_show {
    flex: 0 0 61%;
    max-width: 61%;
  }

  .single-tv_show .masvideos-tv-shows .type-tv_show {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-tv_show .masvideos-tv-shows .type-tv_show {
  flex: 0 0 100%;
  max-width: 100%;
}

.single-tv_show .masvideos-tv-shows .type-tv_show a.masvideos-LoopTvShow-link.masvideos-loop-tv-show__link.tv-show__link {
  max-width: 100%;
}

@media (max-width: 991px) {
  .columns-6 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .columns-6 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .tv-show-related__carousel .slick-next {
    right: 0px;
  }

  .tv-show-related__carousel .slick-prev {
    left: 0px;
  }
}

@media (min-width: 768px) {
  .tv-show-related__carousel .slick-next {
    right: 0px;
  }

  .tv-show-related__carousel .slick-prev {
    left: 0px;
  }
}

.single_tv_show__sidebar.tv-show-sidebar.column .widget-title {
  font-size: 22px;
  padding-bottom: 13px !important;
  margin-bottom: 15px !important;
  letter-spacing: -0.025em;
  font-weight: 500;
  border-bottom-style: solid;
  border-width: 1px;
  display: block;
  padding-left: 20px;
}

.single_tv_show__sidebar.tv-show-sidebar.column .widget-title a {
  color: #fff;
}

.single_tv_show__sidebar.tv-show-sidebar.column .widget-title a:hover {
  color: #f73128;
}

.single_tv_show__sidebar.tv-show-sidebar.column .widget-title a.a_tab_active {
  color: #f73128;
}

.widget-box-ads-tvshow {
  text-align: center;
}

.single-tv_show span.tv-show__meta--release-year {
  display: none;
}

.single-tv_show .tv-show__short-description {
  margin-top: 25px;
}

.single-episode .episode__description {
  margin-top: 8px;
}

.single-episode .single-episode__sidebar .casts-list .tv-show__meta--genre {
  color: #dcdcdc;
  font-weight: bold;
}

.casts-list .tv-show__meta--genre {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-movie__sidebar .casts-list .tv-show__meta--genre {
  width: 100%;
}

@media (min-width: 992px) {
  .single-episode .single-episode__row .single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster {
    max-width: 165px !important;
  }

  .single-episode .single-episode__sidebar .tv-show__body {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .single-episode .single-episode__row .single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster {
    max-width: 90px !important;
  }

  .single-episode .single-episode__sidebar .tv-show__body {
    width: calc(100% - 105px);
  }
}

@media (max-width: 990px) {
  .single-tv_show .tv-show__short-description p {
    line-height: 20px;
  }

  .single-tv_show .tv-show__short-description>div,
  .single-episode .episode__description>div {
    line-height: 20px;
  }

  .single-tv_show .tv-show__short-description {
    margin-top: 0;
  }

  .single-tv_show .tv-show__poster_head {
    margin-bottom: 10px;
  }
}

.single-episode .episode__meta .vodi-views-likes {
  display: none;
}

section.home-section.home-ads-bt-feature1.ads-footer {
  margin-bottom: -17px;
}

section.home-section.home-ads-bt-feature1.ads-t,
section.home-section.home-ads-bt-feature1.ads-footer,
section.home-section.home-ads-bt-feature.ads-bottom {
  display: none;
}

footer.site-footer.site__footer--v4.desktop-footer.dark {
  margin-top: -16px;
}

.original-title {
  margin-top: -10px;
  font-size: 12px;
  color: #949cb0;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-type-archive-movie .movie__info .original-title {
  margin-top: 0px;
}

.tv-show__body .tv-show__info .tv-show__info--head {
  display: flex;
  flex-direction: column;
}

.tv-show__body .tv-show__info .tv-show__info--head .tv-show__meta {
  order: 1;
}

.tv-show__body .tv-show__info .tv-show__info--head .original-title-tvshow {
  order: 3;
}

.tv-show__body .tv-show__info .tv-show__info--head a.masvideos-LoopTvShow-link.masvideos-loop-tv-show__link.tv-show__link {
  order: 2;
}

.original-title-tvshow {
  margin-top: -5px;
  font-size: 12px;
  color: #949cb0;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.category .original-title-tvshow,
.post-type-archive-tv_show .original-title-tvshow {
  margin-top: -23px !important;
  font-size: 12px;
  color: #949cb0;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.original-title__single {
  display: none;
}

.single-movie .original-title__single,
.title-orginal__tvshow_single {
  display: block;
  color: #dcdcdc;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.original-title-search {
  font-size: 12px;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 3;
  margin-top: -25px;
  margin-bottom: 20px;
}

.original-title__movie-search {
  font-size: 12px;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 3;
}

.single-movie .type-movie .original-title {
  display: none;
}

.single-movie .type-movie .movie__body .movie__info--head {
  display: flex;
  flex-direction: column;
}

.single-movie .type-movie .movie__body .movie__meta {
  order: 1;
}

.single-movie .type-movie .movie__body .masvideos-loop-movie__link {
  order: 2;
}

.single-movie .type-movie .movie__body .original-title__single {
  order: 3;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #dcdcdc;
  margin-bottom: 10px;
}

.single-movie .movies .movie__title {
  margin-bottom: 0px;
}

.single-tv_show .tv-show__info--head .tv-show__meta {
  display: none;
}

@media(max-width: 1199px) {
  .original-title-search {
    margin-top: -10px;
  }

  .category .original-title-tvshow,
  .post-type-archive-tv_show .original-title-tvshow {
    margin-top: -10px !important;
  }
}

.sidebar-custom .widget-area-inner {
  display: flex;
  flex-direction: column;
}

.sidebar-custom .widget-area-inner div#text-3 {
  order: 2;
}

.sidebar-custom .widget-area-inner div#masvideos_tv_shows_widget-1 {
  order: 3;
}

.sidebar-custom-movie .widget-area-inner {
  display: flex;
  flex-direction: column;
}

.sidebar-custom-movie .widget-area-inner div#text-4 {
  order: 2;
}

.sidebar-custom-movie .widget-area-inner .kskdDiv:nth-child(2) {
  order: 4;
}

.sidebar-custom-movie .widget-area-inner .kskdDiv:nth-child(1) {
  order: 1;
}

.sidebar-custom-movie .widget-area-inner div#masvideos_movies_widget-1 {
  order: 3;
}

.sidebar-custom-movie .widget-area-inner .widget.widget_vodi_movies_filter {
  order: 5;
}

.widget-header {
  background: linear-gradient(to right bottom, rgb(25 42 50 / 0%), rgb(0 145 175 / 0%)) !important;
}

.custom-sidebar-ep {
  display: flex;
  flex-direction: column;
}

.custom-sidebar-ep .kskdDiv.kskdCls {
  order: 4;
}

.custom-sidebar-ep a.maxlist-more.list-episode-show-more {
  order: 3;
}

.tax-movie_genre .original-title {
  margin-top: 0px;
}

.tax-tv_show_genre h3.masvideos-loop-tv-show__title.tv-show__title {
  margin-bottom: 10px !important;
}

.tax-tv_show_genre .tv-shows.columns-1 h3.masvideos-loop-tv-show__title.tv-show__title {
  margin-bottom: 0px !important;
}

ul.page-numbers li {
  margin-top: 8px;
}

.embla,
.embla1,
.embla2 {
  position: relative;
  background-color: #0e0d12;
  padding: 20px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.embla1 {
  background-color: transparent;
}

.embla__viewport,
.embla__viewport1,
.embla__viewport2 {
  overflow: hidden;
  width: 100%;
}

.embla__viewport.is-draggable,
.embla__viewport1.is-draggable,
.embla__viewport2.is-draggable {
  cursor: move;
  cursor: grab;
}

.embla__viewport.is-dragging,
.embla__viewport1.is-dragging,
.embla__viewport2.is-dragging {
  cursor: grabbing;
}

.embla__container,
.embla__container1,
.embla__container2 {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: -10px;
  transition: height 0.2s;
}

.embla__slide,
.embla__slide1 {
  position: relative;
  min-width: 20%;
  max-width: 20%;
  padding-left: 10px;
}

.embla__slide2 {
  position: relative;
  min-width: 100%;
  padding-left: 10px;
}

.embla__slide__inner,
.embla__slide__inner1,
.embla__slide__inner2 {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.embla__slide__inner1 {
  height: 125px;
}

@media(max-width:880px) {

  .embla__slide,
  .embla__slide1 {
    min-width: 33.3333333%;
    max-width: 33.3333333%;
  }
}

@media(min-width: 541px) and (max-width: 600px) {
  .embla__slide__inner {
    height: 220px;
  }
}

@media(max-width:540px) {

  .embla__slide,
  .embla__slide1 {
    min-width: 42%;
    max-width: 42%;
  }

  .embla__slide__inner {
    height: 200px;
  }

  .embla__slide__inner1 {
    height: 97px;
  }
}

.embla__slide__img2 {
  width: 100%;
  height: 100%;
}

.embla__slide__img,
.embla__slide__img1 {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.embla__button {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 45%;
  transform: translateY(-50%);
  border: 0;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  fill: #f73128;
  padding: 0;
}

.embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}

.embla__button__svg {
  width: 100%;
  height: 100%;
}

.embla__button--prev,
.embla__button--prev1,
.embla__button--prev2 {
  left: 27px;
}

.embla__button--next,
.embla__button--next1,
.embla__button--next2 {
  right: 27px;
}

.title_1 {
  padding: 2px 5px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.s_e_title_1 {
  float: right;
  padding-top: 0px;
  font-size: 12px;
  color: #949cb0;
  font-family: "Open Sans", sans-serif;
}

.box_meta {
  width: 100%;
  bottom: 0;
  padding: 5px 0px;
}

@media (max-width: 991.98px) {
  .slider-title {
    padding-top: 25px;
  }
}

.home-slider-custom-ott {
  background-color: #202226;
}

.bg_opacity {
  position: absolute;
  background-image: url(/images/bg_slide_ott.webp);
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.ott_logo {
  position: relative;
  margin: 0 auto;
  max-width: 790px;
  height: 90px;
  text-align: center;
  padding: 25px 0px 25px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.ott_netflix,
.ott_appletv,
.ott_disney {
  margin: 0 auto;
  max-width: 120px;
  float: left;
  margin-left: 10px;
}

.ott_netflix {
  padding: 10px;
  border-radius: 15px;
  margin-left: 0px;
}

.ott_netflix img {
  width: 120px;
}

.ott_appletv img {
  width: 100px;
}

.ott_disney img {
  width: 150px;
}

@media(max-width: 600px) {
  .ott_netflix {
    padding: 5px;
    border-radius: 7px;
  }

  .ott_netflix img {
    width: 80px;
  }

  .ott_appletv img {
    width: 80px;
  }

  .ott_disney img {
    width: 110px;
  }

  .ott_logo .ott_home_item:nth-child(n+4) {
    display: none;
  }
}

.slide-box-number {
  position: absolute;
  background: #160707;
  float: right;
  height: 100%;
  min-width: 30px;
  max-width: 60px;
  z-index: 999;
  color: #f73128;
  right: 0;
  opacity: 0.7;
  text-align: center;
  font-size: 45px;
  padding-top: 15px;
}

.embla__slide2 {
  min-width: 80% !important;
}

.embla__slide__inner2 {
  height: 230px;
}

.embla__slide__img2 {
  border-radius: 0.2rem;
}

@media(max-width: 750px) {
  .embla__slide__inner2 {
    height: 150px;
  }

  .embla__slide__inner2 .btn.btn-primary {
    bottom: 20px !important;
    padding: 5px 10px;
  }
}

.slider-title-netflix h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #575757;
  padding-bottom: 10px;
}

.ott_home_item img {
  width: 90px;
  height: auto;
}