/*!
Theme Name: Dejams
Theme URI: http://kvikmyndir.is/
Author: Kvikmyndir
Author URI: http://kvikmyndir.is
Description: Theme for Dejams
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dejams
Tags:
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_1_of_3:nth-child(3n+1) {
  margin: 1% 0 1% 0%;
}

.span_2_of_3 {
  width: 66.1%;
}

.span_1_of_3 {
  width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 880px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 880px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 880px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%;
  }
}
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 880px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 880px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
  }
}
/*  GRID OF SEVEN  */
.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}

.span_3_of_7 {
  width: 41.94%;
}

.span_2_of_7 {
  width: 27.42%;
}

.span_1_of_7 {
  width: 12.91%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
    width: 100%;
  }
}
/*  GRID OF EIGHT  */
.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_1_of_8 {
  width: 11.1%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 {
    width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-blend-mode: multiply, normal;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
  background-size: cover;
}
.theme--default body {
  color: #393d40;
  background-image: url("images/bg--light.jpg");
  background-color: linear-gradient(0deg, rgba(236, 252, 255, 0.64), rgba(236, 252, 255, 0.64));
}
.theme--dark body {
  color: #ebeced;
  background-image: url("images/bg--dark.jpg");
  background-color: linear-gradient(0deg, rgba(57, 61, 64, 0.54), rgba(57, 61, 64, 0.54));
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  opacity: 0.6;
  margin: 10px 0;
  opacity: 0.9;
}
.theme--default h3 {
  color: #393d40;
}
.theme--dark h3 {
  color: #ebeced;
}
h3 span {
  font-weight: 600;
}

.search_bar {
  position: relative;
}
.search_bar input {
  border-radius: 6.04286px 0px 0px 6.04286px;
  border: 1px solid rgba(98, 177, 186, 0.2);
  border-radius: 6px;
  width: 680px;
  height: 50px;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 12px;
  max-width: 96vw;
}
.theme--default .search_bar input {
  background: #ffffff;
  color: #393d40;
  filter: drop-shadow(-12px -12px 16px rgba(255, 255, 255, 0.88)) drop-shadow(8px 12px 16px rgba(98, 177, 186, 0.48));
}
.theme--dark .search_bar input {
  background: linear-gradient(0deg, rgba(98, 177, 186, 0.6), rgba(98, 177, 186, 0.6));
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(98, 177, 186, 0.08)) drop-shadow(0px 2px 4px rgba(98, 177, 186, 0.12));
}
.search_bar input:focus {
  border: 1px solid adjust(#62b1ba, 10);
}
.search_bar:focus ::placeholder {
  opacity: 0.4;
}
.search_bar ::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.theme--default .search_bar ::placeholder {
  color: rgba(57, 61, 64, 0.4);
}
.theme--dark .search_bar ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search_bar input,
.search_bar select,
.search_bar textarea {
  color: #393d40;
}
.search_bar input:focus,
.search_bar select:focus,
.search_bar textarea:focus {
  outline: none;
  border: none;
}
.search_bar .btn-search {
  background-size: 14px auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 7px;
  width: 40px;
  height: 48px;
  border: none;
  top: 13px;
  background-position: center;
}
.theme--default .search_bar .btn-search {
  background-image: url(images/icon-search.svg);
}
.theme--dark .search_bar .btn-search {
  background-image: url(images/icon-search-light.svg);
}
.search_bar .btn-search.btn_waiting {
  animation: spin 1s infinite ease-in-out;
}
.search_bar .btn-filter {
  display: none;
  position: absolute;
  background: url(images/icon-filter-light.svg) no-repeat;
  background-size: 14px auto;
  background-color: #62b1ba;
  right: 1px;
  width: 40px;
  height: 49px;
  border: none;
  top: 12px;
  background-position: center;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container.center {
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.container.center .search-instructions {
  max-width: 1400px;
}
.container.center .toggle_dark_mode {
  position: absolute;
  top: 20px;
  right: 20px;
}
.container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .container .header {
    flex-direction: column;
  }
}
.container .header .logo {
  width: 50%;
  max-width: 300px;
}
.container .header .logo img {
  width: 100%;
  max-width: 240px;
}
.container .section-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  opacity: 0.6;
  margin-left: 40px;
  opacity: 0.8;
}
.theme--default .container .section-title {
  color: #393d40;
}
.theme--dark .container .section-title {
  color: #ebeced;
}
.container .big_list {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  border-radius: 12px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.container .big_list h2 {
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 1000;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .big_list h2 span {
  font-weight: 600;
}
.theme--default .container .big_list h2 {
  color: #393d40;
}
.theme--dark .container .big_list h2 {
  color: #ebeced;
}
.container .big_list .poster {
  position: relative;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background-size: 100% auto;
  z-index: 3;
  background-repeat: no-repeat;
  max-height: 520px;
  overflow: hidden;
  height: 520px;
}
@media (max-width: 476px) {
  .container .big_list .poster {
    max-height: none;
    height: 675px;
  }
}
.container .big_list .poster img {
  margin-bottom: -10px;
  width: 100%;
  max-height: 420px;
}
.container .big_list .poster .poster-img {
  aspect-ratio: 2/3;
}
.container .big_list .poster:after, .container .big_list .poster:before {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: 50%;
  bottom: -24%;
}
.container .big_list .poster:after {
  background: inherit;
  transform: scaleY(-1);
  width: 100%;
  z-index: 1;
  pointer-events: none;
  height: 100%;
  filter: blur(10px);
}
@media (max-width: 960px) {
  .container .big_list .poster:after {
    top: 47%;
  }
}
.container .big_list .poster:before {
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: -62%;
}
.theme--default .container .big_list .poster:before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0.75) 100%);
}
.theme--dark .container .big_list .poster:before {
  background: linear-gradient(0deg, rgb(27, 31, 34) 0%, rgb(27, 31, 34) 80%, rgba(27, 31, 34, 0.65) 100%);
}
.container .big_list .poster .playbutton {
  background: url(/wp-content/themes/kvikmyndir/images/bigplay.png) no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 40px;
  height: 40px;
}
.container .big_list .info {
  display: flex;
  flex-direction: column;
  z-index: 4;
  width: 100%;
  position: absolute;
}
.container .big_list .info h3 {
  width: 100%;
  line-height: 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.024em;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  text-decoration: none;
}
.theme--default .container .big_list .info h3 {
  color: #393d40;
}
.theme--dark .container .big_list .info h3 {
  color: #ebeced;
}
.container .big_list .info .rating {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  justify-content: space-evenly;
}
.container .big_list .info .rating .imdb {
  display: flex;
  flex-direction: column;
}
.container .big_list .info .rating .imdb img {
  width: 40px;
}
.container .big_list .info .rating .rotten-critics {
  display: flex;
  flex-direction: column;
}
.container .big_list .info .rating .rotten-critics img {
  width: 20px;
}
.container .big_list .info .rating .rotten-audience {
  display: flex;
  flex-direction: column;
}
.container .big_list .info .rating .rotten-audience img {
  width: 21px;
}
.container .big_list .info .rating .tmdb {
  display: flex;
  flex-direction: column;
}
.container .big_list .info .rating .tmdb img {
  width: 28px;
}
.container .big_list .info img {
  margin: 5px;
}
.container .big_list .info .services_block {
  margin-left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.theme--default .container .big_list .info .services_block {
  color: #393d40;
}
.theme--dark .container .big_list .info .services_block {
  color: #ebeced;
}
.container .big_list .info .services_block .service img {
  width: 50px;
}
.container .big_list .info .services_block .services {
  display: flex;
  flex-direction: row;
}
.container .big_list .info .services_block h4 {
  text-indent: 16px;
}
.container .small_lists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.container .small_lists .list {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 46%;
  display: flex;
  padding: 0;
  margin: 20px 10px;
  position: relative;
  background: rgba(26, 28, 29, 0.1);
  box-shadow: 0px 2px 6px 1px rgba(98, 177, 186, 0.16);
  filter: drop-shadow(0px 1px 2px rgba(98, 177, 186, 0.12));
  border-radius: 12px;
  margin-bottom: 40px;
  padding-bottom: 60px;
}
@media (max-width: 960px) {
  .container .small_lists .list {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.container .small_lists .list .search_term {
  position: absolute;
  z-index: 20;
  padding: 12px;
  bottom: 4px;
  left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  color: #393d40;
  opacity: 0.8;
}
.theme--default .container .small_lists .list .search_term {
  color: #393d40;
}
.theme--dark .container .small_lists .list .search_term {
  color: #ebeced;
}
.container .small_lists .poster {
  position: relative;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  width: 20%;
  background-size: 100% auto;
  z-index: 3;
  background-repeat: no-repeat;
}
.container .small_lists .poster img {
  margin-bottom: -10px;
  width: 100%;
}
.container .small_lists .poster:after, .container .small_lists .poster:before {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: 50%;
  bottom: -52%;
}
.container .small_lists .poster:after {
  background: inherit;
  transform: scaleY(-1);
  width: 100%;
  z-index: 1;
}
.container .small_lists .poster:before {
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: -102%;
}
.theme--default .container .small_lists .poster:before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0.75) 100%);
}
.theme--dark .container .small_lists .poster:before {
  background: linear-gradient(0deg, rgb(27, 31, 34) 0%, rgb(27, 31, 34) 80%, rgba(27, 31, 34, 0.65) 100%);
}
.container .small_lists .poster .playbutton {
  background: url(/wp-content/themes/kvikmyndir/images/bigplay.png) no-repeat;
  background-size: 50px;
  position: absolute;
  top: 261px;
  left: 9px;
  width: 47px;
  height: 44px;
}
@media (max-width: 800px) {
  .container .small_lists {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .container .small_lists .poster {
    margin-bottom: 20px;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 40px;
  max-width: 98%;
  padding: 0 1%;
}

.swiper-custom-next {
  background-image: url(images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  background-color: rgba(98, 177, 186, 0.5);
  right: -40px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
  background-size: 16px;
  border-radius: 6px;
  transition: ease all 0.3s;
  cursor: pointer;
}
.swiper-custom-next:hover {
  background-color: rgba(98, 177, 186, 0.8);
}

.previous-search {
  padding-bottom: 40px;
}
.previous-search h4 {
  margin-left: 60px;
}

.search-instructions {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.search-instructions p {
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  opacity: 0.5;
}

.search-error {
  color: rgb(175, 98, 11);
  line-height: 30px;
  font-size: 14px;
  display: none;
  padding-top: 4px;
}

h4 {
  position: relative;
  text-decoration: none !important;
}
.theme--default h4 {
  color: #393d40;
}
.theme--dark h4 {
  color: #ebeced;
}
h4:after {
  position: absolute;
  background: rgba(98, 177, 186, 0.2);
  right: -30px;
  border-radius: 4px;
  content: "";
  background-image: url(images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 22px;
  height: 22px;
}

.tags-refresh {
  background: #62b1ba;
  padding: 9px !important;
  cursor: pointer;
  border-radius: 6px;
}
.tags-refresh:hover {
  background: adjust(#62b1ba, 10);
}
.tags-refresh img {
  width: 21px;
  height: 21px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 10px;
}
.tags .tag {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 16px;
  gap: 10px;
  color: #62b1ba;
  transition: ease 0.3s all;
  cursor: pointer;
  border: 1px solid rgba(98, 177, 186, 0.2);
  border-radius: 6px;
}
.tags .tag:hover {
  background-color: #62b1ba;
  color: #ffffff;
}

.swiper {
  padding-right: 40px;
}
@media (max-width: 1200) {
  .swiper {
    max-width: 1100px;
    margin: 5px auto;
  }
}
@media (max-width: 960px) {
  .swiper {
    max-width: 96%;
    margin: 5px auto;
  }
}
@media (max-width: 760px) {
  .swiper {
    margin: 5px auto;
    max-width: 96%;
  }
}
@media (max-width: 600px) {
  .swiper {
    margin: 5px auto;
    max-width: 96%;
  }
}

.loading-info {
  display: none;
  align-items: center;
  height: 240px;
  font-size: 20px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: rgba(57, 61, 64, 0.6);
}
.loading-info span {
  color: #393d40;
}
.loading-info .loading-animation {
  width: 200px;
  height: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px auto;
  opacity: 0.8;
}
.loading-info .ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}
.loading-info .ball:nth-child(1) {
  background: #62b1ba;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}
.loading-info .ball:nth-child(2) {
  background: #77a5a8;
  -webkit-animation: left 1.1s infinite ease-in-out;
  -moz-animation: left 1.1s infinite ease-in-out;
  animation: left 1.1s infinite ease-in-out;
}
.loading-info .ball:nth-child(3) {
  background: #a48d81;
  -webkit-animation: right 1.05s infinite ease-in-out;
  -moz-animation: right 1.05s infinite ease-in-out;
  animation: right 1.05s infinite ease-in-out;
}
.loading-info .ball:nth-child(4) {
  background: #b08676;
  -webkit-animation: left 1.15s infinite ease-in-out;
  -moz-animation: left 1.15s infinite ease-in-out;
  animation: left 1.15s infinite ease-in-out;
}
.loading-info .ball:nth-child(5) {
  background: #c07e69;
  -webkit-animation: right 1.1s infinite ease-in-out;
  -moz-animation: right 1.1s infinite ease-in-out;
  animation: right 1.1s infinite ease-in-out;
}
.loading-info .ball:nth-child(6) {
  background: #d37358;
  -webkit-animation: left 1.05s infinite ease-in-out;
  -moz-animation: left 1.05s infinite ease-in-out;
  animation: left 1.05s infinite ease-in-out;
}
.loading-info .ball:nth-child(7) {
  background: #f2623e;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
  }
}
@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }
  50% {
    -moz-transform: translate(15px);
  }
  100% {
    -moz-transform: translate(-15px);
  }
}
@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }
  50% {
    -moz-transform: translate(-15px);
  }
  100% {
    -moz-transform: translate(15px);
  }
}
@keyframes right {
  0% {
    transform: translate(-15px);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(-15px);
  }
}
@keyframes left {
  0% {
    transform: translate(15px);
  }
  50% {
    transform: translate(-15px);
  }
  100% {
    transform: translate(15px);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.modal {
  padding: 40px;
  background: #fff;
}
.theme--default .modal {
  color: #393d40;
  background-image: url("images/bg--light.jpg");
  background-color: linear-gradient(0deg, rgba(236, 252, 255, 0.64), rgba(236, 252, 255, 0.64));
}
.theme--dark .modal {
  color: #ebeced;
  background-image: url("images/bg--dark.jpg");
  background-color: linear-gradient(0deg, rgba(57, 61, 64, 0.54), rgba(57, 61, 64, 0.54));
}
.theme--default .modal p {
  color: #393d40;
}
.theme--dark .modal p {
  color: #ebeced;
}
.modal .modal-content {
  padding: 40px;
}
.modal .modal-content p {
  margin: 10px 0;
  line-height: 1.5em;
  opacity: 0.6;
}

.login h1 {
  display: none;
}

.nav {
  position: absolute;
  top: 25px;
  font-size: 14px;
  color: #86cccc;
}
.nav.about {
  right: 84px;
}
.nav.login {
  right: 164px;
}

.toggle_dark_mode {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.toggle_dark_mode .switch {
  position: relative;
  display: block;
  width: 50px;
  height: 26px;
}
.toggle_dark_mode .switch:after {
  content: "";
  width: 16px;
  height: 16px;
  right: 4px;
  top: 6px;
  background-image: url(images/icon-moon.svg);
  position: absolute;
  z-index: 0;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.toggle_dark_mode .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle_dark_mode .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(98, 177, 186, 0.23);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle_dark_mode .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.theme--default .toggle_dark_mode .slider:before {
  background: #a7d4da;
}
.theme--dark .toggle_dark_mode .slider:before {
  background: #5c6f71;
}
.toggle_dark_mode .slider:after {
  content: "";
  background: url(images/icon-sun.svg) no-repeat;
  position: absolute;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  left: 7px;
  top: 6px;
}
.toggle_dark_mode input:checked + .slider {
  background-color: #3d4243;
  background-size: 14px auto;
  border: none;
}
.toggle_dark_mode input:focus + .slider {
  box-shadow: 0 0 1px #393d40;
}
.toggle_dark_mode input:checked + .slider:before {
  transform: translateX(21px);
}
.toggle_dark_mode .slider.round {
  border-radius: 34px;
}
.toggle_dark_mode .slider.round:before {
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #62b1ba;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  height: 80px;
  width: 40px;
  border-radius: 10px;
  padding-top: 19px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #62b1ba;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  height: 80px;
  width: 40px;
  border-radius: 10px;
  padding-top: 19px;
  padding-left: 7px;
}

.fancybox__content {
  padding: 0 !important;
  border-radius: 10px;
}

.moviepage_v3 {
  overflow: hidden;
  border-radius: 10px;
}
.theme--default .moviepage_v3 {
  color: #393d40;
}
.theme--dark .moviepage_v3 {
  color: #ebeced;
}
.moviepage_v3 .movie_details {
  padding: 0 40px;
  max-width: 980px;
  margin: 0 auto;
}
.moviepage_v3 .wrapper {
  background-color: rgba(219, 243, 245, 0.7);
}
.moviepage_v3 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.moviepage_v3 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
}
.moviepage_v3 .top_details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-left: 16px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top_details {
    padding: 0 20px;
  }
}
.moviepage_v3 .action_bar {
  display: flex;
  padding: 4px 0;
}
.moviepage_v3 .availability {
  background: rgba(116, 174, 184, 0.9);
  border-radius: 20px;
  padding: 6px;
  display: flex;
  align-self: flex-start;
  transition: ease 0.2s all;
  cursor: pointer;
}
.moviepage_v3 .availability:after {
  content: "";
  width: 30px;
  height: 23px;
  background: url(images/btn-play.svg) no-repeat center top 2px;
  background-size: 21px auto;
}
.moviepage_v3 .availability:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #74aeb8;
}
.moviepage_v3 .availability h5 {
  margin: 4px 15px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .availability h5 {
    color: white;
  }
}
.moviepage_v3 .availability.not {
  background: rgba(0, 0, 0, 0.84);
  border: 1px solid blue;
}
.moviepage_v3 .availability.not:after {
  width: 0;
  background: none;
}
.moviepage_v3 .services {
  padding: 6px;
  display: flex;
  align-self: flex-start;
  margin-left: 10px;
}
.moviepage_v3 .services h5 {
  margin: 4px 15px;
}
.moviepage_v3 .services .watch_available {
  max-height: 24px;
  padding: 4px 10px;
  display: flex;
  transition: 0.1s all;
}
.moviepage_v3 .services .watch_available:hover {
  opacity: 0.8;
}
.moviepage_v3 .services .watch_available img {
  height: 20px;
}
.theme--default .moviepage_v3 p {
  color: #393d40;
}
.theme--dark .moviepage_v3 p {
  color: #ebeced;
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 p {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 p {
    color: #ebeced;
  }
}
.moviepage_v3 h1 {
  margin: 10px 0 0 0;
}
.moviepage_v3 h4 {
  margin: 0 0 4px 0;
  font-size: 0.8em;
}
.theme--default .moviepage_v3 h4 {
  color: #393d40;
}
.theme--dark .moviepage_v3 h4 {
  color: #ebeced;
}
.moviepage_v3 .combined_details {
  margin: 8px 0;
  font-size: 0.9em;
  line-height: 1.6em;
}
.theme--default .moviepage_v3 .combined_details {
  color: #393d40;
}
.theme--dark .moviepage_v3 .combined_details {
  color: #ebeced;
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 .combined_details {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 .combined_details {
    color: #ebeced;
  }
}
.moviepage_v3 .duration {
  padding-left: 10px;
  position: relative;
  font-weight: 500;
  margin-left: 9px;
  margin-right: 10px;
  text-transform: lowercase;
}
.moviepage_v3 .duration .icon-duration {
  background: url(images/icon-clock.png) no-repeat top 4px center;
  width: 15px;
  background-size: 13px auto;
  height: 20px;
  position: absolute;
  margin-left: -19px;
  top: 0px;
}
.moviepage_v3 .premiere-future {
  border: 2px solid #62b0ba;
  padding: 4px 30px 4px 14px;
  position: relative;
  max-width: 320px;
  border-radius: 20px;
  margin: 7px 0px;
}
.moviepage_v3 .premiere-future span {
  opacity: 0.7;
}
.moviepage_v3 .premiere-future:after {
  position: absolute;
  content: "";
  width: 51px;
  height: 48px;
  right: -11px;
  background: url(images/popp-cola.svg) no-repeat center right;
  background-size: 100% auto;
  bottom: -7px;
}
.moviepage_v3 .genres {
  color: #62b1ba;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .genres {
    text-align: center;
  }
}
.moviepage_v3 .genres span {
  margin-left: 4px;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px 3px;
  display: inline-block;
}
.moviepage_v3 .motto {
  margin: 10px 0;
  line-height: 26px;
  color: #5b5b5b;
}
.moviepage_v3 .movie-ratings {
  padding: 0 0 8px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 776px) {
  .moviepage_v3 .movie-ratings {
    flex-direction: row;
  }
}
.theme--default .moviepage_v3 .movie-ratings {
  color: #393d40;
}
.theme--dark .moviepage_v3 .movie-ratings {
  color: #ebeced;
}
.moviepage_v3 .bottom_content {
  height: 150px;
}
.moviepage_v3 .description {
  border-radius: 5px;
  text-shadow: 0 0 1px transparent;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.moviepage_v3 .poster {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  overflow: hidden;
  max-width: 180px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .poster {
    margin: 20px;
  }
}
.moviepage_v3 .poster img {
  width: 100%;
}
.moviepage_v3 .backdrop {
  height: 550px;
  width: 100%;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}
.moviepage_v3 .backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
}
.moviepage_v3 .moviecard_with_backdrop {
  margin-top: -450px;
  min-height: 400px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .moviecard_with_backdrop .certificate {
    text-align: center;
  }
}
.moviepage_v3 .trailer_play_item {
  border: 2px solid pink;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .trailer_play_item {
    margin: 20px;
  }
}
.theme--default .moviepage_v3 .movie-ratings {
  color: #393d40;
}
.theme--dark .moviepage_v3 .movie-ratings {
  color: #ebeced;
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 .movie-ratings {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 .movie-ratings {
    color: #ebeced;
  }
}
.theme--default .moviepage_v3 .movie-ratings a {
  color: #393d40;
}
.theme--dark .moviepage_v3 .movie-ratings a {
  color: #ebeced;
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 .movie-ratings a {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 .movie-ratings a {
    color: #ebeced;
  }
}
.moviepage_v3 .label-info {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 .label-info {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 .label-info {
    color: #ebeced;
  }
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .details {
    margin: 0 0px;
    padding: 0 0px;
  }
}
.moviepage_v3 .details h4 {
  font-weight: bold;
  margin: 0;
}
.theme--default .moviepage_v3 .details h4 {
  color: #393d40;
}
.theme--dark .moviepage_v3 .details h4 {
  color: #ebeced;
}
.moviepage_v3 .details .sidebox_right {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.moviepage_v3 .details .sidebox_right .singlemovie_showtimes_title {
  font-size: 1.4em;
}
.moviepage_v3 .details .sidebox_right h4 {
  font-size: 1.4em;
  margin: 8px 0;
}
.moviepage_v3 .details .sidebox_right .label-info {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.moviepage_v3 .details .scroller h3 {
  border: none;
}
.moviepage_v3 .details .scroller .caroufredsel_wrapper {
  height: 310px !important;
}
.moviepage_v3 .details .series ul li {
  max-width: none;
  width: 200px;
}
.moviepage_v3 .personlist {
  display: flex;
  flex-wrap: wrap;
}
.moviepage_v3 .personlist .person {
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  margin: 0 8px 4px 0;
  padding-bottom: 8px;
  box-shadow: none;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .personlist .person {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.moviepage_v3 .personlist .person p {
  line-height: 1.4em;
  font-size: 0.8em;
  font-weight: 400;
  padding: 6px 10px 6px 10px;
  margin: 0;
}
.theme--default .moviepage_v3 .personlist .person p {
  color: #393d40;
}
.theme--dark .moviepage_v3 .personlist .person p {
  color: #ebeced;
}
.moviepage_v3 .personlist .person .character-name {
  font-weight: 100;
  font-size: 0.9em;
}
.theme--default .moviepage_v3 .personlist .person .character-name {
  color: #393d40;
}
.theme--dark .moviepage_v3 .personlist .person .character-name {
  color: #ebeced;
}
.moviepage_v3 .personlist .img {
  height: 120px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.moviepage_v3 .certtext {
  margin-top: 5px;
  margin-left: 14px;
  font-size: 1em;
  color: white;
}
@media only screen and (max-width: 880px) {
  .theme--default .moviepage_v3 .certtext {
    color: #393d40;
  }
  .theme--dark .moviepage_v3 .certtext {
    color: #ebeced;
  }
}
.moviepage_v3 .rating-box {
  margin: 7px 2px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  text-align: center;
  height: 60px;
}
.moviepage_v3 .rating-box img {
  padding: 4px 0;
  display: block;
  height: 28px;
}
.theme--default .moviepage_v3 .rating-box a {
  color: #393d40;
}
.theme--dark .moviepage_v3 .rating-box a {
  color: #ebeced;
}
.moviepage_v3 .rating-box small {
  font-size: 0.7em;
}
