@charset "UTF-8";
/*!
Theme Name: Kvikmyndir
Theme URI: http://loftfar.is/
Author: Loftfarið
Author URI: http://loftfar.is
Description: Theme for Kvikmyndir
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: kvikmyndir
Tags:
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,500,600,700,900);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.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%;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: -60px;
  right: 16px;
}
.owl-theme .owl-nav button {
  height: 40px;
  width: 24px;
  background: blue;
  background: none !important;
  outline: 0;
}
.owl-theme .owl-nav button:hover span {
  color: #1d373a;
}
.owl-theme .owl-nav button:hover {
  outline: 0;
  background: none !important;
}
.owl-theme .owl-nav button span {
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  right: 8px;
  color: #62b0ba;
  background: none;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

.qtip {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #3bb4e5;
  border-bottom: 0.05em dotted #3bb4e5;
  box-sizing: border-box;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}

.qtip:hover {
  color: #069;
  border-bottom: 0.05em dotted #069;
}

/*the tip*/
.qtip:before {
  content: attr(data-tip);
  font-size: 14px;
  position: absolute;
  background: rgba(10, 20, 30, 0.85);
  color: #fff;
  line-height: 1.2em;
  padding: 0.5em;
  font-style: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  min-width: 120px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

.qtip:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.qtip:hover:before,
.qtip:hover:after {
  visibility: visible;
  opacity: 1;
}

/*top*/
.qtip.tip-top:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 8px));
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-top:after {
  border-width: 8px 8px 0 8px;
  border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*bottom*/
.qtip.tip-bottom:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-bottom:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(10, 20, 30, 0.85) transparent;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*left*/
.qtip.tip-left:before {
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-left:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
  left: -8px;
  top: 50%;
  transform: translate(0, -50%);
}

/*right*/
.qtip.tip-right:before {
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-right:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
}

.posters {
  display: flex;
  flex-wrap: wrap;
}

.quizgame .results {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
}
.quizgame h1 {
  font-size: 3em;
  margin: 20px 10px;
  font-weight: 900;
}
.quizgame h3 {
  font-size: 3em;
  margin: 20px 0;
  font-weight: 900;
  color: #E15637;
}
.quizgame p {
  margin: 10px 10px;
}
.quizgame .title {
  width: 100%;
  clear: both;
}
.quizgame .game_button {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
}
.quizgame .game_form {
  margin: 20px auto;
  padding: 20px;
  max-width: 500px;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
}
.quizgame .game_form input {
  border: 1px solid lightblue;
  height: 40px;
  border-radius: 4px;
  margin: 20px;
  padding-left: 10px;
  width: 100%;
}
.quizgame .sharebutton {
  background: #62b0ba;
  border-radius: 5px;
  padding: 15px 40px;
  display: inline-block;
  color: white;
}
.quizgame .sharebutton:hover {
  background: #397077;
}
.quizgame .movie_poster {
  overflow: hidden;
  flex-grow: 1;
  width: 24%;
  margin-right: 1%;
  margin: 5px;
  margin-bottom: 20px;
  max-width: 24%;
  flex: 1 0 21%; /* explanation below */
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .quizgame .movie_poster {
    flex: 1 0 42%; /* explanation below */
    width: 49%;
    max-width: 49%;
  }
}
.quizgame .movie_poster .title {
  text-align: center;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quizgame .movie_poster .poster {
  margin: 18px;
  padding: 4px;
  border-radius: 6px;
}
.quizgame .movie_poster .poster:hover {
  cursor: pointer;
}
.quizgame .movie_poster.disabled .poster {
  background: inherit !important;
}
.quizgame .movie_poster.active .poster {
  background-color: #62b0ba;
  position: relative;
  opacity: 0.8;
  -moz-opacity: 80%;
  -webkit-opacity: 80%;
  z-index: 2;
}
.quizgame .movie_poster.active .poster:after {
  width: 36px;
  height: 36px;
  border-radius: 35px;
  background: #62b0ba;
  color: white;
  position: absolute;
  right: 14px;
  top: 15px;
  content: "✓";
  font-size: 26px;
  text-align: center;
}
.quizgame .movie_poster.active .poster a .title {
  color: white;
}
.quizgame .img {
  margin-top: 30px;
  width: 260px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  position: relative;
}
.quizgame .img .thumbs {
  background-size: 90px auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 90px;
  height: 90px;
}
.quizgame .img .thumbs.up {
  background-image: url("/images/thumbs-up.png");
}
.quizgame .img .thumbs.down {
  background-image: url("/images/thumbs-down.png");
}
.quizgame img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.searchpage .search-help {
  padding: 40px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #62b0ba;
  background-color: #f9f9f9;
  border-radius: 5px;
  flex-direction: column;
}
.searchpage .menu.search {
  background-image: url("images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px auto;
}
@media only screen and (min-width: 900px) {
  .searchpage .menu {
    display: none;
  }
}
.searchpage .menu {
  width: 40px;
  height: 40px;
  background-color: rgba(56, 61, 64, 0.85);
  position: fixed;
  left: 20px;
  z-index: 10000;
  transition: ease 0.2s all;
  top: 90px;
}
.searchpage .menu.show {
  left: 260px;
}
.searchpage .menu.scrolled {
  top: 20px;
}
.searchpage.flex_container {
  display: flex;
  width: 100%;
}
.searchpage .flex_item_left.hidden {
  position: absolute;
  z-index: 1000;
  left: -240px;
  transition: ease 0.2s all;
}
.searchpage .flex_item_left {
  width: 220px;
  background: #383D40;
  color: white;
  font-weight: 100;
}
@media only screen and (max-width: 900px) {
  .searchpage .flex_item_left {
    position: fixed;
    top: 150px;
    z-index: 10000;
    left: -240px;
    transition: ease 0.2s all;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
.searchpage .flex_item_left.scrolled {
  top: 20px;
}
.searchpage .flex_item_left.show {
  left: 0;
}
.searchpage .movie-widget ul li .imdb {
  font-size: 10px;
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  width: 30px;
  background: url("images/imdb-small.png") no-repeat 0px center;
  background-size: 24px auto;
}
.searchpage .flex_item_right .used-filters {
  display: flex;
  padding-bottom: 4px;
}
.searchpage .flex_item_right .used-filters ul {
  display: flex;
  margin: 0;
  padding-left: 10px;
}
.searchpage .flex_item_right .used-filters ul li {
  background-color: #62b0ba;
  border-radius: 16px;
  color: white;
  font-size: 12px;
  padding: 4px 26px 4px 11px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}
.searchpage .flex_item_right .used-filters ul li.countent-items {
  background: #383d40;
  padding: 4px 11px 4px 11px;
}
.searchpage .flex_item_right .used-filters ul li.countent-items:after {
  display: none;
}
.searchpage .flex_item_right .used-filters ul li:after {
  content: "";
  background-color: rgb(55.5663716814, 118.3805309735, 126.4336283186);
  width: 16px;
  height: 18px;
  position: absolute;
  right: 4px;
  content: "x";
  font-size: 17px;
  border-radius: 11px;
  text-align: center;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 100;
}
.searchpage .flex_item_right {
  flex: 1;
}
.searchpage .flex_item_right .movieholder.hidden {
  display: none;
}
.searchpage .flex_item_right .movie {
  margin: 5px;
  background-size: cover;
  padding-top: 145%;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.searchpage .flex_item_right .movie.wannasee {
  position: relative;
  transition: ease 0.2s all;
}
.searchpage .flex_item_right .movie.wannasee:after {
  content: "Langar";
  font-size: 12px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 73px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(241, 99, 59, 0.8);
  background-image: url(images/icon-eye-white.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 6px center;
  line-height: 19px;
  padding-left: 9px;
  color: white;
}
.searchpage .flex_item_right .movie.seen {
  position: relative;
  transition: ease 0.2s all;
}
.searchpage .flex_item_right .movie.seen:before {
  content: "Séð";
  font-size: 12px;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 57px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(98, 176, 186, 0.8);
  background-image: url(images/icon-check-white.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 6px center;
  line-height: 21px;
  padding-left: 9px;
  color: white;
}
.searchpage .flex_item_right .movie .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transition: ease 0.2s all;
  bottom: -10%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .searchpage .flex_item_right .movie .overlay {
    opacity: 1;
    z-index: 1000;
    bottom: 0%;
  }
}
.searchpage .flex_item_right .movie .overlay .overlay_btn {
  height: 100%;
  z-index: 900;
  height: 100%;
  z-index: 900;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.searchpage .flex_item_right .movie .overlay .title {
  padding: 4px 10px 0 10px;
  background: rgb(89, 161, 170);
  box-shadow: 1px 2px 5px -4px rgba(0, 0, 0, 0.44);
  position: relative;
}
.searchpage .flex_item_right .movie .overlay .title .imdb {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  right: 0;
}
.searchpage .flex_item_right .movie .overlay .title a {
  color: white;
  font-weight: 500;
}
.searchpage .flex_item_right .movie .overlay .genres {
  padding: 2px 10px 0 10px;
  font-weight: 100;
  font-size: 0.7em;
  color: white;
}
.searchpage .flex_item_right .movie:hover .overlay {
  opacity: 1;
  z-index: 1000;
  bottom: 0%;
}
.searchpage .flex_item_right .movie:hover .overlay a {
  text-decoration: none;
}
.searchpage .flex_item_right .movie:hover .overlay .buttons {
  z-index: 1000;
}
.searchpage .filter {
  padding: 4px 10px;
  margin-bottom: 5px;
  background-color: #43494D;
}
.searchpage .filter select {
  margin: 5px;
  width: 95%;
  color: #C9CDCE;
  background: #53585B;
  border: none;
  height: 30px;
  font-weight: 300;
  font-size: 14px;
}
.searchpage h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 5px;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-left: 4px;
  text-transform: uppercase;
}
.searchpage .nomatch {
  display: none;
}
.searchpage .match {
  display: block;
}
.searchpage .checkbox_tegund {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.searchpage {
  /* Customize the label (the container) */
}
.searchpage .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: lightgrey;
  width: 100%;
  border-bottom: 1px solid #484E51;
  line-height: 30px;
  font-size: 14px;
  height: 30px;
}
.searchpage {
  /* Hide the browser's default radio button */
}
.searchpage .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.searchpage {
  /* Create a custom radio button */
}
.searchpage .checkmark {
  position: absolute;
  top: 6px;
  left: 9px;
  height: 16px;
  width: 16px;
  background-color: #4A5054;
  border-radius: 2px;
}
.searchpage {
  /* On mouse-over, add a grey background color */
}
.searchpage .container:hover input ~ .checkmark {
  background-color: #4F5558;
}
.searchpage {
  /* When the radio button is checked, add a blue background */
}
.searchpage .container input:checked ~ .checkmark {
  background-color: #61B0BA;
}
.searchpage {
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.searchpage .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.searchpage {
  /* Show the indicator (dot/circle) when checked */
}
.searchpage .container input:checked ~ .checkmark:after {
  display: block;
}
.searchpage {
  /* Style the indicator (dot/circle) */
}
.searchpage .container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #86CDD6;
}
.searchpage .count {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #86CDD6;
  color: #383d40;
  padding: 4px 10px;
  border-radius: 4px;
}
.searchpage .hreinsa {
  padding: 4px 10px;
  font-size: 12px;
  color: #f1633b;
  text-transform: uppercase;
}

.buttons {
  width: 100%;
  height: 42px;
  background: rgba(97, 176, 186, 0.9);
  box-shadow: -2px 2px 5px -4px rgba(0, 0, 0, 0.44);
  display: flex;
  align-self: flex-end;
  text-align: center;
  top: 3px;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.buttons .bttn {
  flex: 1;
  position: relative;
  color: white;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  flex-direction: row;
  font-size: 10px;
  height: 42px;
}
.buttons .bttn .text {
  line-height: 60px;
}
.buttons .bttn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.buttons .bttn.active {
  background-color: #383d40;
}
.buttons .bttn:before {
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-size: 20px 20px;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}
.buttons .bttn.movie_btn:before {
  background-image: url("images/icon-view.svg");
  background-size: 25px auto;
}
.buttons .bttn.wannasee:before {
  background-image: url("images/icon-eye-white.svg");
  background-size: 26px auto;
}
.buttons .bttn.notsee:before {
  background-image: url("images/icon-notsee.png");
}
.buttons .bttn.seen:before {
  background-size: 17px 22px;
  background-image: url("images/icon-check-white.svg");
}
.buttons .bttn.seen:hover .rating-stars {
  display: block;
  top: unset;
  bottom: 44px;
  width: 140px;
  margin-left: -28px;
}
.buttons .bttn.trailer:before {
  background-size: 15px 24px;
  background-image: url("images/icon-play-white.svg");
}
.buttons .bttn:hover {
  background: black;
}
.buttons .bttn.active {
  background: rgba(116, 174, 184, 0.9);
  border: 1px solid #60aeb8;
}
.buttons .bttn a {
  color: white;
}

.user_buttons {
  display: flex;
  padding: 5px 0;
}

.btn.new {
  background: rgba(56, 61, 64, 0.7);
  border-radius: 20px;
  padding: 6px;
  display: flex;
  align-self: flex-start;
  transition: ease 0.2s all;
  cursor: pointer;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 560;
  line-height: 22px;
  position: relative;
  border: 1px solid #f1633b;
  box-shadow: none;
  padding-right: 48px;
}
.btn.new.seen {
  padding-left: 23px;
  padding-right: 64px;
}
.btn.new.seen:hover .rating-stars {
  display: block;
}
.btn.new.seen.rated .rating-stars {
  display: block;
}
.btn.new.eye:after {
  background-image: url(images/icon-eye.svg);
}
.btn.new.eye.active {
  background: #60aeb8;
  border: 1px solid #60aeb8;
}
.btn.new.eye.active:after {
  background-image: url(images/icon-check-white.svg);
}
.btn.new:after {
  position: absolute;
  right: 10px;
  content: "";
  width: 30px;
  height: 23px;
  background: url(images/icon-eye.svg) no-repeat center top 2px;
  background-size: 21px auto;
}
.btn.new:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Rating Star Widgets Style */
.rating-stars {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 1px;
  top: 0px;
  display: none;
  font-size: 7px;
  padding-top: 8px;
  border-radius: 19px;
  z-index: 3;
  padding-left: 7px;
  padding-right: 6px;
  padding-bottom: 2px;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 2.5em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f2f2f2;
}

html {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

hr {
  border: none;
  border-top: 1px solid #cfcfcf;
  opacity: 0.4;
  margin: 13px 40px;
}

h1 {
  font-weight: 100;
}
h1 a {
  color: #383d40;
  text-decoration: none;
}

a {
  color: #f1633b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5em;
  color: #424444;
}

.alert {
  background: #f1633b;
  width: 100%;
  padding: 5px;
  color: white;
  text-align: center;
}

.wrapper,
.content-area {
  max-width: 1280px;
  margin: 0 auto;
}

.wrapper-wide,
.content-area {
  max-width: 1480px;
}
@media (max-width: 1400px) {
  .wrapper-wide,
  .content-area {
    max-width: 1280px;
  }
}

.new-top-header-dv {
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  z-index: 9999;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.new-top-header-dv .customContainer {
  width: 1330px;
}
.new-top-header-dv .customContainer.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.new-top-header-dv .top-logo {
  background-color: #ED1C24;
  position: absolute;
  color: #fff;
  padding: 0.75rem;
  height: 40px;
  width: 104px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-top-header-dv .top-header-nav {
  padding-left: 5rem;
  padding-right: 5rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .new-top-header-dv .top-header-nav {
    justify-content: flex-end;
    padding-right: 0;
  }
}
.new-top-header-dv .top-header-nav .border-bottom {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.new-top-header-dv .top-header-nav .nav-iem {
  color: #333;
  line-height: 40px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.new-top-header-dv .top-header-nav .nav-iem:hover {
  text-decoration: none;
}
.new-top-header-dv .top-header-nav .nav-iem:hover .border-bottom {
  height: 4px;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-one .border-bottom {
  background-color: #ED1C24;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-two .border-bottom {
  background-color: #7A2B85;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-three .border-bottom {
  background-color: #F58220;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-four .border-bottom {
  background-color: #448D46;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-five .border-bottom {
  background-color: #005993;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-six .border-bottom {
  background-color: #080285;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-seven .border-bottom {
  background-color: #414042;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-eight .border-bottom {
  background-color: #079adb;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-nine .border-bottom {
  background-color: #c60889;
}
.new-top-header-dv .top-header-nav .nav-iem.nav-iem-ten .border-bottom {
  background-color: #60aeb8;
  height: 4px;
}
@media screen and (max-width: 1050px) {
  .new-top-header-dv .top-header-nav .nav-iem-two, .new-top-header-dv .top-header-nav .nav-iem-three, .new-top-header-dv .top-header-nav .nav-iem-four, .new-top-header-dv .top-header-nav .nav-iem-five, .new-top-header-dv .top-header-nav .nav-iem-six, .new-top-header-dv .top-header-nav .nav-iem-seven, .new-top-header-dv .top-header-nav .nav-iem-eight, .new-top-header-dv .top-header-nav .nav-iem-nine {
    display: none;
  }
}

.top-mobile {
  background: #f1633b;
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  transition: ease all 0.2s;
}
.top-mobile:hover {
  color: rgb(232.4, 64.0285714286, 16.6);
}
.top-mobile a {
  color: white;
  display: block;
  text-decoration: none;
}
@media (min-width: 767px) {
  .top-mobile {
    display: none;
  }
}

article.podcast .podcast_meta {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.flexboxes {
  display: flex;
}
.flexboxes .col {
  flex: 1;
  box-shadow: -5px 0px 14px -1px rgba(0, 0, 0, 0.04);
}
.flexboxes .col:hover {
  box-shadow: -3px 0px 14px -1px rgba(0, 0, 0, 0.08);
}

.content-area.archive article {
  margin: 5px;
  border-radius: 5px;
  transition: ease 0.2s all;
}

.ad-top {
  width: 1018px;
  max-height: 360px;
  max-width: 100% !important;
  text-align: center;
  margin: 10px auto 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ad-top {
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }
}
.ad-top iframe {
  width: 1018px;
  max-width: 100% !important;
  height: 360px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .ad-top iframe {
    height: 360px;
  }
}

.overlay-black {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.overlay-black.visible {
  pointer-events: all;
  transform: translate3d(240px, 0, 0) ease-in-out 0.5s;
  visibility: visible;
  background: #383d40;
  opacity: 0.6;
}

.mm_auglysing {
  position: relative;
  width: 310px;
  height: 440px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.mm_auglysing img {
  margin: 0 auto;
  max-width: 100%;
}

.big_ad_1018 {
  text-align: center;
  margin-top: 10px;
  max-width: 100%;
  display: block;
}
@media (max-width: 960px) {
  .big_ad_1018 {
    display: none;
  }
  .big_ad_1018 iframe {
    width: 1018px;
    height: 360px;
  }
}

.big_ad_310 {
  text-align: center;
  margin-top: 10px;
  max-width: 100%;
  display: none;
}
@media (max-width: 960px) {
  .big_ad_310 {
    display: block;
    text-align: center;
  }
  .big_ad_310 iframe {
    width: 310px;
    height: 400px;
  }
}

.auglysing {
  position: relative;
  width: 310px;
  height: 440px;
  padding-top: 8px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}
.auglysing.right {
  width: 100%;
  padding: 40px 0 60px 0;
  margin-top: 10px;
  background: white;
}
.auglysing.right:before {
  top: 6px;
}
.auglysing img {
  margin: 0 auto;
  max-width: 100%;
}
.auglysing.big {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 400px;
}
.auglysing.big img {
  max-width: 100%;
}
.auglysing:before {
  position: absolute;
  width: inherit;
  top: -2px;
  content: " ---------------------------- Auglýsing ---------------------------";
  height: 18px;
  color: #cecece;
  font-size: 11px;
  text-align: center;
  left: 0;
  right: 0;
}
.auglysing:after {
  position: absolute;
  bottom: -24px;
  content: " ";
  height: 34px;
  color: #cecece;
  font-size: 11px;
  text-align: center;
  left: 0;
  right: 0;
}

.hl-frettir {
  font-size: 0.8em;
  color: #424444;
}

.pop-list-holder .images .img {
  width: 30%;
  float: left;
  margin-right: 3%;
}
.pop-list-holder .images img {
  width: 100%;
  height: 160px;
}
.pop-list-holder .text {
  font-size: 13px;
  border-bottom: 1px solid #efefef;
}
.pop-list-holder .text a {
  display: block;
  color: #383d40;
  text-decoration: none;
  padding: 4px;
}
.pop-list-holder .text a:hover {
  color: #62b0ba;
}
.pop-list-holder .text a span {
  margin-left: 10px;
  color: #383d40;
  font-weight: 500;
}
.pop-list-holder .text img {
  margin-top: -18px;
  margin-right: 15px;
  display: block;
  float: right;
}

.vinsaeldalisti_meira {
  font-size: 14px;
}
.vinsaeldalisti_meira a {
  padding-top: 4px;
  color: #60aeb8;
  text-decoration: none;
}

.popular-list .col {
  padding: 5px 20px;
}
.popular-list table {
  width: 100%;
}
.popular-list table tr {
  border-bottom: 1px solid #efefef;
  height: 24px;
}

header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #62b0ba;
  transition: ease 1.2s all;
}
header .top-holder {
  background-color: #383d40;
}
header .top-holder .logo {
  padding: 4px 10px 0 10px;
}
header .top-holder .logo img {
  max-height: 70px;
}
@media (max-width: 960px) {
  header .menu {
    padding: 0;
    padding-top: 10px;
    border-top: 8px solid #f1633b;
  }
}
header.menu-open {
  position: relative;
}
header #nav {
  background: #62b0ba;
  padding: 0;
  transition: ease 0.2s all;
  z-index: 2;
}
header #nav.open {
  right: -30px;
  min-height: 100vh;
}
header #nav.open li {
  display: block;
  border-bottom: 1px solid rgb(80.2853982301, 167.0862831858, 178.2146017699);
}
header #nav.open li a {
  width: 100%;
}
header #nav.open {
  box-shadow: -5px 0px 14px -1px rgba(0, 0, 0, 0.24);
}
header #nav.open .bars .bar1 {
  transform: rotate(45deg) translate(8px, 7px);
}
header #nav.open .bars .bar2 {
  opacity: 0;
}
header #nav.open .bars .bar3 {
  transform: rotate(-45deg) translate(7px, -6px);
}
header #nav.open .bars {
  transform: translateX(-200px);
}
header #nav li {
  display: inline-block;
  position: relative;
}
header #nav li.orange {
  background: #f1633b;
}
header #nav li.riff {
  background-color: #f1633b;
  position: relative;
}
header #nav li.riff a {
  padding-left: 24px;
}
header #nav li.riff:before {
  position: absolute;
  background: url(images/riff.png) no-repeat;
  background-size: 16px auto;
  width: 30px;
  height: 40px;
  left: 5px;
  top: 6px;
  content: "";
  pointer-events: none;
}
@media (max-width: 960px) {
  header #nav li {
    padding-right: 30px;
  }
}
header #nav li.new {
  background-color: #f1633b;
  position: relative;
}
header #nav li.new:before {
  position: absolute;
  background: url(images/nytt.png) no-repeat;
  background-size: 38px auto;
  width: 40px;
  height: 40px;
  left: 15px;
  top: -12px;
  content: "";
  pointer-events: none;
}
@media (max-width: 960px) {
  header #nav li {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  header #nav li .arrow {
    display: none;
  }
}
header #nav li .arrow {
  position: absolute;
  right: 30px;
  top: 0;
  width: 38px;
  height: 38px;
  background: rgb(71.1371681416, 151.5530973451, 161.8628318584) url(images/arrow-bottom-white.png) no-repeat;
  background-position: center top 14px;
  z-index: 40;
  transition: ease 0.2 all;
  transform: rotate(-90deg);
}
header #nav li ul li {
  white-space: nowrap;
  width: 100%;
}
header #nav li.bars {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 15px 10px;
  transition: ease 0.2s all;
}
header #nav li.bars .bar1,
header #nav li.bars .bar2,
header #nav li.bars .bar3 {
  width: 25px;
  height: 2px;
  background: #FFF;
  margin-bottom: 8px;
  transition: all 0.6s;
}
@media (max-width: 960px) {
  header #nav li.bars {
    display: block;
    position: fixed;
    right: 20px;
  }
}
header #nav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.2s;
}
header #nav li a:hover {
  background: rgb(54.947826087, 115.3130434783, 123.052173913);
}
@media (min-width: 960px) {
  header #nav li:hover ul {
    display: block;
  }
}
header #nav li.open ul {
  display: block;
}
header #nav li.open .arrow {
  transition: ease all 0.2s;
  transform: rotate(0deg);
}
header #nav li ul {
  position: absolute;
  display: none;
  z-index: 10;
  background: rgb(88.9486956522, 170.407826087, 180.8513043478);
  left: -10px;
  -webkit-padding-start: 0px;
}
@media (max-width: 960px) {
  header #nav li ul {
    display: none;
    position: static;
  }
}
header #nav li ul li ul li a {
  width: 100%;
}
@media (max-width: 960px) {
  header #nav {
    width: 230px;
    max-width: 480px;
    height: inherit;
    position: fixed;
    top: 0;
    right: -230px;
  }
  header #nav li.bars {
    display: block;
  }
  header #nav li a:hover {
    border-color: transparent;
    color: #5cd;
  }
}

/* SEARCH */
.top .span_2_of_3 {
  margin-bottom: 0;
}

.field-container {
  border: none;
  padding-top: 10px;
  -webkit-padding-after: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .field-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.field-container input[type=search] {
  background: #818588;
  border: none;
  width: 78%;
  border-radius: 5px;
  color: #383d40;
  float: right;
  padding: 5px 10px;
  outline: none;
  border: 2px solid transparent;
  font-weight: 700;
  transition: ease 0.2s all;
}
@media only screen and (max-width: 767px) {
  .field-container input[type=search] {
    float: none;
    width: 100%;
    border-radius: 0;
    padding: 8px 0;
    font-weight: 100;
    text-indent: 10px;
    border: 0;
  }
}
.field-container input[type=search]:focus {
  border: 2px solid #f1633b;
  background: rgb(207.6857142857, 209.187755102, 210.3142857143);
}
@media only screen and (max-width: 767px) {
  .field-container input[type=search]:focus {
    border: 2px solid transparent;
  }
}
.field-container .btn-search {
  float: right;
  background: url(images/icon-search.png) no-repeat;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-top: 5px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .field-container .btn-search {
    position: absolute;
    right: 1px;
    top: 13px;
  }
}

.container {
  max-width: 1280px;
}

.top-news-single .img {
  width: 100%;
  max-height: 360px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.top-news-single .img a img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: auto !important;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top-news .col .img {
  width: 90%;
  border: 1px solid #f2f2f2;
  margin: 3px auto 3px auto;
  padding: 3px;
  height: 160px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.top-news .col .img img {
  width: 100%;
  zoom: 2;
  display: block;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.top-news .col a {
  text-decoration: none;
}
.top-news .col .hl {
  color: #f1633b;
  text-decoration: none;
  padding: 5px 0 10px 14px;
}
.top-news .col .hl.list {
  font-size: 0.9em;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0;
}
.top-news .col p {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0 15px;
}

.mm_item {
  text-align: center;
}
.mm_item img {
  width: 90%;
  margin: 0 5%;
  border-radius: 5px;
  height: 320px;
}

.box {
  position: relative;
  background: white;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border-radius: 6px;
}
.box.orange {
  background: #f1633b;
  color: white;
}
.box.orange .fyrirsogn {
  color: white;
}
.box.orange .texti {
  color: white;
}
.box.orange .takki {
  background: white;
}
.box.orange .takki a {
  color: #f1633b;
}
.box.center {
  text-align: center;
}
.box.dark {
  background: #383d40;
  color: white;
}

.boxlink {
  background: white;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 20px 0;
}
.boxlink.topright {
  position: absolute;
  right: 0px;
  top: 20px;
}
.boxlink.center {
  width: 100%;
  text-align: center;
}
.boxlink a {
  transition: 0.2s ease all;
  padding: 8px 20px;
  border: 1px solid #f2f2f2;
  color: #383d40;
  text-decoration: none;
  margin-right: 20px;
}
.boxlink a.blue {
  background: #60aeb8;
  color: white;
}
.boxlink a.blue:hover {
  background: rgb(70.6913043478, 148.352173913, 158.3086956522);
}
.boxlink a:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.stdTable {
  max-width: 100%;
  margin: 0 auto;
  line-height: 2em;
  width: 90%;
  margin-left: 5;
}
.stdTable td:nth-child(2) {
  font-size: 0.8em;
}
.stdTable td:nth-child(3) {
  font-size: 0.8em;
}
.stdTable tr:nth-child(even) {
  background-color: #f1f1f1;
}

.text-list .imdb {
  margin-top: 4px;
  padding-left: 38px;
  position: relative;
  font-size: 0.7em;
}
.text-list .imdb:before {
  position: absolute;
  top: 9px;
  left: 6px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 24px auto;
}

.full_center {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.button_center {
  background: rgb(119.2575221239, 186.696460177, 195.3424778761);
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 3px 10px 3px 28px;
  transition: ease all 0.2s;
}
.button_center:hover:before {
  left: 10px;
}
.button_center:hover a {
  text-decoration: none;
}
.button_center:before {
  transition: ease 0.2s all;
  position: absolute;
  content: "»";
  background-size: 15px auto;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  margin-right: 5px;
  left: 8px;
  top: 0px;
}
.button_center a {
  color: white !important;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
}
.button_center.inner {
  margin-right: 20px;
  margin-bottom: 20px;
}

.link_right {
  float: right;
  background: rgb(119.2575221239, 186.696460177, 195.3424778761);
  position: relative;
  border-radius: 3px;
  margin-top: 10px;
  padding: 3px 10px 3px 28px;
  transition: ease all 0.2s;
}
@media only screen and (max-width: 767px) {
  .link_right.leigan {
    margin-top: -30px;
  }
}
.link_right:hover:before {
  left: 10px;
}
.link_right:hover a {
  text-decoration: none;
}
.link_right:before {
  transition: ease 0.2s all;
  position: absolute;
  content: "»";
  background-size: 15px auto;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  margin-right: 5px;
  left: 8px;
  top: 0px;
}
.link_right a {
  color: white !important;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
}
.link_right.inner {
  margin-right: 20px;
  margin-bottom: 20px;
}

.filters {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.filters .filter {
  width: 150px;
  float: left;
  opacity: 0.3;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #efefef;
  margin: 0 5px;
}
.filters .filter.vodafone {
  padding: 10px;
  width: 100px;
  height: 50px;
  background-image: url(images/vodafone_play.png) !important;
  background-size: 80% auto !important;
  background-repeat: no-repeat !important;
  background-position: 14px 0px !important;
}
.filters .filter.filma {
  left: 160px;
  width: 100px;
  height: 50px;
  background-image: url(images/filma_logo.png) !important;
  background-size: 80% auto !important;
  background-repeat: no-repeat !important;
  background-position: 14px 16px !important;
}
.filters .filter:hover {
  background: rgb(229.5, 229.5, 229.5);
  opacity: 0.8;
}
.filters .filter.selected {
  opacity: 1;
  background: #f1633b;
  color: white;
}

.boxlist {
  width: 100px;
  background: #f2f2f2;
  border-radius: 5px;
  height: 40px;
  float: right;
  margin-top: -60px;
  margin-right: 10px;
}
.boxlist .box-icon {
  background: url(images/icon-box.png) no-repeat;
  background-size: 18px auto;
  background-position: 16px 11px;
  border-right: 1px solid rgb(229.25, 229.25, 229.25);
  height: 40px;
  width: 50px;
  opacity: 0.2;
  transition: ease all 0.2s;
  float: left;
}
.boxlist .box-icon.selected, .boxlist .box-icon:hover {
  opacity: 1;
}
.boxlist .list-icon {
  background: url(images/icon-list.png) no-repeat;
  background-size: 20px auto;
  background-position: 14px 12px;
  height: 40px;
  float: right;
  width: 50px;
  opacity: 0.2;
  transition: ease all 0.2s;
}
.boxlist .list-icon.selected, .boxlist .list-icon:hover {
  opacity: 1;
}

.movielist {
  padding: 0 15px;
}
.movielist h3 {
  font-weight: 100;
}
.movielist .link {
  background: rgb(248.3, 248.3, 248.3);
  display: inline-block;
  position: relative;
  border-radius: 3px;
  margin-top: 10px;
  padding: 3px 10px 3px 20px;
  transition: ease all 0.2s;
}
.movielist .link:before {
  position: absolute;
  content: " ";
  background: url(images/arrow-link.png) no-repeat;
  background-size: 15px auto;
  width: 30px;
  height: 30px;
  font-size: 0.8em;
  font-weight: 700;
  color: #f1633b;
  margin-right: 5px;
  left: 3px;
  top: 6px;
}
.movielist .link a {
  color: #f1633b;
  font-weight: 500;
  display: block;
}
.movielist a {
  color: #383d40;
  font-size: 0.9em;
  transform: ease all 0.2s;
}
.movielist a:hover {
  text-decoration: none;
  color: #f1633b;
}
.movielist ul {
  padding-inline-start: 10px;
}
.movielist ul li {
  padding: 0;
  margin-left: 10px;
  margin: 0;
  line-height: 26px;
  list-style: none;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.4);
  position: relative;
}
.movielist ul li .date {
  color: #60aeb8;
  font-size: 0.9em;
}
.movielist ul li .imdb {
  position: absolute;
  right: 0px;
  top: -5px;
  background: white;
  display: inline-block;
}
.movielist .col {
  position: relative;
  padding: 15px;
  transition: ease 0.2s all;
}
.movielist .col:hover {
  border-radius: 4px;
  background: rgb(229.25, 229.25, 229.25);
}
.movielist .col .title {
  width: 80%;
}
.movielist .col .subinfo {
  border-top: 1px solid #efefef;
  width: 100%;
}
.movielist .col .imdb {
  padding-left: 30px;
  position: relative;
  font-size: 0.8em;
  border-radius: 4px;
  padding-top: 4px;
  width: 70px;
}
.movielist .col .imdb:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 24px auto;
}
.movielist .col .date {
  color: #62b0ba;
  font-size: 0.8em;
}
.movielist .col .syningar {
  font-size: 0.8em;
  color: rgba(98, 176, 186, 0.8);
  padding-top: 5px;
}
.movielist .title {
  text-decoration: none;
}
.movielist .wrap_me {
  width: 220px;
  max-width: 100%;
}

.content h2 {
  font-size: 1.8em;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
}
.content p {
  margin: 0;
}
.content .hl {
  color: #f1633b;
}

footer {
  padding: 30px 0;
  background: #383d40;
  color: #a3a3a3;
  margin-top: 40px;
}
@media only screen and (max-width: 880px) {
  footer {
    padding: 30px 20px;
  }
}
footer h3 {
  font-size: 1em;
  font-weight: 300;
}
footer .links ul {
  -webkit-padding-start: 10px;
}
footer .links ul li {
  list-style: none;
  border-bottom: 1px dotted rgb(63.14, 68.7775, 72.16);
}
footer .links ul li a {
  color: #a3a3a3;
  line-height: 1.8em;
  font-size: 0.9em;
  text-decoration: none;
  transition: ease all 0.2s;
}
footer .links ul li a:hover {
  color: rgb(239.5, 239.5, 239.5);
}

.entry-header {
  background: white;
  padding: 0 20px;
}
.entry-header img {
  width: 120px;
  height: 120px;
}

.entry-footer {
  background: white;
  padding: 0 20px;
}

.entry-title {
  margin: 10px 0 10px 0;
  margin-left: 0 !important;
}
.entry-title a {
  color: #383d40;
  text-decoration: none;
}
.entry-title .content h2 {
  font-weight: 500;
}

.entry-content {
  font-size: 16px;
  color: rgb(79.8, 86.925, 91.2);
  padding: 20px;
}
.entry-content p,
.entry-content div {
  line-height: 1.9em;
}
.entry-content p a,
.entry-content div a {
  color: rgb(71.1371681416, 151.5530973451, 161.8628318584);
  font-weight: 500;
  text-decoration: none;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content img {
  height: auto;
}

.entry-footer {
  border-bottom: 1px solid rgb(204.2876106195, 229.482300885, 232.7123893805);
}

.site-main header {
  background: none;
}

.page-title {
  font-weight: 100;
  background: none;
}

.pagetitle {
  color: #f1633b;
  padding-left: 30px !important;
}

.page-header {
  background: none;
}
.page-header h5 {
  font-weight: 100;
}

.tags-holder {
  margin: 20px 0;
}

.tags-title {
  font-size: 0.9em;
  margin-right: 10px;
  float: left;
  color: #f1633b;
}

.cat-links,
.tags-links {
  font-size: 0.9em;
}
.cat-links a,
.tags-links a {
  padding: 3px 6px;
  border-radius: 3px;
  background: #e9e9e9;
  color: #383d40;
  text-decoration: none;
  font-size: 0.8em;
  transition: ease 0.2s all;
  margin-right: 10px;
}
.cat-links a:hover,
.tags-links a:hover {
  background: #60aeb8;
  color: white;
}

.posted-on {
  font-size: 0.8em;
  margin-bottom: 20px;
  opacity: 0.6;
  margin-left: 2px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mb20 {
  margin-bottom: 20px;
}

.movie-background {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.moviepage_v2 .top-banner {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .top-banner {
    color: #383d40;
  }
}
.moviepage_v2 .top-banner {
  margin-top: 20px;
}
.moviepage_v2 .top-banner .top_details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .top-banner .top_details {
    padding: 0 20px;
  }
}
.moviepage_v2 .top-banner p {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .top-banner p {
    color: #383d40;
  }
}
.moviepage_v2 .top-banner h1 {
  margin: 10px 0;
}
.moviepage_v2 .top-banner h4 {
  margin: 4px 0;
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .top-banner .genres {
    text-align: center;
  }
}
.moviepage_v2 .top-banner .genres span {
  margin-left: 4px;
  color: #f1633b;
  font-size: 0.9em;
  border-radius: 3px;
  padding: 2px 3px;
  display: inline-block;
}
.moviepage_v2 .top-banner .movie-ratings {
  padding: 10px 0;
}
.moviepage_v2 .top-banner .fullplot {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
}
.moviepage_v2 .top-banner .bottom_content {
  height: 150px;
}
.moviepage_v2 .top-banner .description {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .top-banner .description {
    background-image: none;
  }
}
.moviepage_v2 .top-banner .description.fullplot {
  display: none;
}
.moviepage_v2 .top-banner .teach {
  margin-top: 10px;
  text-align: center;
  display: flex;
  list-style: none;
  justify-content: center;
}
.moviepage_v2 .top-banner .teach li {
  margin: 10px;
}
.moviepage_v2 .poster {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .poster {
    margin: 20px;
  }
}
.moviepage_v2 .poster img {
  width: 100%;
}
.moviepage_v2 .backdrop {
  height: 600px;
  width: 100%;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}
.moviepage_v2 .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_v2 .moviecard_with_backdrop {
  margin-top: -400px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .moviecard_with_backdrop .certificate {
    text-align: center;
  }
}
.moviepage_v2 .trailer_play_item {
  border: 2px solid #60aeb8;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .trailer_play_item {
    margin: 20px;
  }
}
.moviepage_v2 .movie-ratings {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .movie-ratings {
    color: #383d40;
  }
}
.moviepage_v2 .movie-ratings a {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .movie-ratings a {
    color: #383d40;
  }
}
.moviepage_v2 .details {
  padding: 0 20px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .details {
    margin: 0 20px;
  }
}
.moviepage_v2 .details h3 {
  color: #383d40;
}
.moviepage_v2 .details h4 {
  color: #383d40;
  font-weight: bold;
  margin: 0;
}
.moviepage_v2 .details .sidebox_right {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.moviepage_v2 .details .label-info {
  margin-bottom: 10px;
}
.moviepage_v2 .details .scroller h3 {
  border: none;
}
.moviepage_v2 .details .scroller .caroufredsel_wrapper {
  height: 310px !important;
}
.moviepage_v2 .details .series ul li {
  max-width: none;
  width: 200px;
}
.moviepage_v2 .personlist {
  display: flex;
  flex-wrap: wrap;
}
.moviepage_v2 .personlist .person {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: white;
  border: 1px solid rgba(204, 204, 204, 0.4);
  margin: 0 8px 10px 0;
  width: 133px;
  padding-bottom: 4px;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 880px) {
  .moviepage_v2 .personlist .person {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.moviepage_v2 .personlist .person p {
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  color: #383d40;
}
.moviepage_v2 .personlist .person .character-name {
  font-weight: 100;
  color: #383d40;
  font-size: 0.9em;
}
.moviepage_v2 .personlist .img {
  height: 180px;
  background-size: cover;
  background-position: center top;
}

.episodelist .episode {
  background: white;
  border-radius: 5px;
  margin: 10px 2px;
  padding: 20px;
}
.episodelist .name {
  font-weight: 700;
}
.episodelist .plot {
  margin: 10px 3px;
}

.select-dropdown {
  position: relative;
  background-color: #FFFFFF;
  width: 150px;
  max-width: 100%;
  border-radius: 8px;
  margin: 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select {
  width: 150px;
  padding: 8px 34px 8px 20px;
  font-size: 1rem;
  font-weight: 500;
  max-width: 100%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

.crew {
  display: flex;
  background: white;
  margin-top: 10px;
  border-radius: 20px;
}
.crew h3 {
  padding-left: 20px;
}
.crew .crew_list {
  padding-left: 20px;
}
.crew .right_line {
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}

#cast {
  padding-left: 20px;
}

.personlist_carocel {
  padding-left: 20px;
  max-width: 100%;
  width: 100%;
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
}
.personlist_carocel .owl-stage {
  display: flex;
}
.personlist_carocel .person {
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  margin: 0 8px 4px 0;
  padding-bottom: 8px;
  box-shadow: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .personlist_carocel .person {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.personlist_carocel .person p {
  line-height: 1.4em;
  font-size: 0.8em;
  font-weight: 600;
  padding: 12px 10px 4px 10px;
  color: #383d40;
  margin: 0;
}
.personlist_carocel .person .character-name {
  font-weight: 100;
  color: #383d40;
  font-size: 0.8em;
}
.personlist_carocel .img {
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.series {
  width: 100%;
  padding-left: 20px;
}
.series.horizontal .carocel-episodes {
  max-width: 100%;
  width: 100%;
}
.series.horizontal .carocel-episodes .owl-stage {
  display: flex;
}
.series.horizontal .carocel-episodes .ep {
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  max-width: 200px;
}
.series.horizontal .carocel-episodes .ep .watchnow-button-small {
  position: absolute;
  bottom: -40px;
  right: 10px;
  transition: ease 0.2s all;
  z-index: 10;
  color: white;
}
.series.horizontal .carocel-episodes .ep .img:after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-out;
}
.series.horizontal .carocel-episodes .ep:hover .watchnow-button-small {
  bottom: 10px;
}
.series.horizontal .carocel-episodes .ep:hover .img {
  position: relative;
}
.series.horizontal .carocel-episodes .ep:hover .img:after {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
}
.series.horizontal .carocel-episodes .ep .episode-text-over {
  position: absolute;
  font-weight: 700;
  text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 0.9em;
  bottom: 10px;
  left: 10px;
}
.series.horizontal .carocel-episodes .ep img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.episodes {
  margin-top: 20px;
  display: flex;
  padding: 5px;
  flex-direction: column;
  position: relative;
}
.episodes h3 {
  color: rgb(56, 61, 64);
  margin-top: 5px;
  margin-bottom: 4px;
}
.episodes .img {
  flex: 2;
  position: relative;
  border-radius: 5px;
  background-size: contain;
}
.episodes .img img {
  background-color: rgba(0, 0, 0, 0.05);
  text-indent: -1000px;
  width: 100%;
  min-height: 138px;
  border-radius: 4px;
  overflow: hidden;
}
.episodes .img .watchnow-button-small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
  color: white;
}
.episodes .img .watchnow-button-small:after {
  top: 2px;
  right: 5px;
}
.episodes .text-holder {
  margin-left: 2px;
  margin-top: 2px;
  text-align: left;
  flex: 8;
}
.episodes .text-holder .episode-text {
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: rgba(56, 61, 64, 0.9);
  font-size: 13px;
  font-weight: 300;
}
.episodes .info {
  flex: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-weight: 500;
}

.moviepage_v3 .top-banner {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner {
    color: #383d40;
  }
}
.moviepage_v3 .top-banner {
  margin-top: 20px;
  padding-bottom: 40px;
}
.moviepage_v3 .top-banner .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-banner .top_details {
    padding: 0 20px;
  }
}
.moviepage_v3 .top-banner .action_bar {
  display: flex;
  padding: 4px 0;
}
.moviepage_v3 .top-banner .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 .top-banner .availability:after {
  content: "";
  width: 30px;
  height: 23px;
  background: url(images/btn-play.svg) no-repeat center top 2px;
  background-size: 21px auto;
}
.moviepage_v3 .top-banner .availability:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #74AEB8;
}
.moviepage_v3 .top-banner .availability h5 {
  margin: 4px 15px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner .availability h5 {
    color: white;
  }
}
.moviepage_v3 .top-banner .availability.not {
  background: rgba(0, 0, 0, 0.84);
  border: 1px solid #62b0ba;
}
.moviepage_v3 .top-banner .availability.not:after {
  width: 0;
  background: none;
}
.moviepage_v3 .top-banner .services {
  padding: 6px;
  display: flex;
  align-self: flex-start;
  margin-left: 10px;
}
.moviepage_v3 .top-banner .services h5 {
  margin: 4px 15px;
}
.moviepage_v3 .top-banner .services .watch_available {
  max-height: 24px;
  padding: 4px 10px;
  display: flex;
  transition: 0.1s all;
}
.moviepage_v3 .top-banner .services .watch_available:hover {
  opacity: 0.8;
}
.moviepage_v3 .top-banner .services .watch_available img {
  height: 20px;
}
.moviepage_v3 .top-banner p {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner p {
    color: #383d40;
  }
}
.moviepage_v3 .top-banner h1 {
  margin: 10px 0 0 0;
}
.moviepage_v3 .top-banner h4 {
  margin: 0 0 4px 0;
  font-size: 0.8em;
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner h4 {
    color: #383d40;
  }
}
.moviepage_v3 .top-banner .combined_details {
  margin: 8px 0;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6em;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner .combined_details {
    color: #383d40;
  }
}
.moviepage_v3 .top-banner .duration {
  padding-left: 10px;
  position: relative;
  font-weight: 500;
  margin-left: 9px;
  margin-right: 10px;
  text-transform: lowercase;
}
.moviepage_v3 .top-banner .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 .top-banner .premiere-future {
  border: 2px solid #62b0ba;
  padding: 4px 30px 4px 14px;
  position: relative;
  max-width: 334px;
  border-radius: 20px;
  margin: 7px 0px;
}
.moviepage_v3 .top-banner .premiere-future span {
  opacity: 0.7;
}
.moviepage_v3 .top-banner .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;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner .genres {
    text-align: center;
  }
}
.moviepage_v3 .top-banner .genres span {
  margin-left: 4px;
  color: #62b0ba;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: underline;
  border-radius: 3px;
  padding: 2px 3px;
  display: inline-block;
}
.moviepage_v3 .top-banner .movie-ratings {
  padding: 0 0 8px 0;
  display: flex;
  flex-direction: row;
}
.moviepage_v3 .top-banner .fullplot {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
}
.moviepage_v3 .top-banner .bottom_content {
  height: 150px;
}
.moviepage_v3 .top-banner .description {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #000000);
  border-radius: 5px;
  text-shadow: 0 0 1px transparent;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .top-banner .description {
    background-image: none;
  }
}
.moviepage_v3 .top-banner .description.fullplot {
  display: none;
}
.moviepage_v3 .top-banner .teach {
  margin-top: 10px;
  text-align: center;
  display: flex;
  list-style: none;
  justify-content: center;
}
.moviepage_v3 .top-banner .teach li {
  margin: 10px;
}
.moviepage_v3 .poster {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  overflow: hidden;
}
@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;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .moviecard_with_backdrop .certificate {
    text-align: center;
  }
}
.moviepage_v3 .trailer_play_item {
  border: 2px solid #60aeb8;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .trailer_play_item {
    margin: 20px;
  }
}
.moviepage_v3 .movie-ratings {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .movie-ratings {
    color: #383d40;
  }
}
.moviepage_v3 .movie-ratings a {
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .movie-ratings a {
    color: #383d40;
  }
}
.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) {
  .moviepage_v3 .label-info {
    color: #383d40;
  }
}
.moviepage_v3 .details {
  padding: 0 20px;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .details {
    margin: 0 0px;
    padding: 0 10px;
  }
}
.moviepage_v3 .details h4 {
  color: #383d40;
  font-weight: bold;
  margin: 0;
}
.moviepage_v3 .details .sidebox_right {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border-radius: 20px;
  margin-top: 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;
  color: #383d40;
  margin: 0;
}
.moviepage_v3 .personlist .person .character-name {
  font-weight: 100;
  color: #383d40;
  font-size: 0.9em;
}
.moviepage_v3 .personlist .img {
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.moviepage_v3 .certtext {
  margin-top: 5px;
  margin-left: 14px;
  font-size: 1em;
  color: white;
}
@media only screen and (max-width: 880px) {
  .moviepage_v3 .certtext {
    color: #383d40;
  }
}

.fancybox-bg {
  backdrop-filter: blur(8px);
}

element.style {
  width: 1284px;
  height: 252px;
}

.fancybox-slide--iframe .fancybox-content {
  background: transparent;
}

.container-full {
  position: relative;
  background: transparent;
}

.content-vod {
  max-width: 600px;
}
.content-vod h1 {
  font-weight: 600;
  font-size: 22px;
}
.content-vod .top-section {
  color: white;
  text-align: center;
}
.content-vod .top-section p {
  color: white;
  font-size: 14px;
}
.content-vod .movie-box-vod {
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
  background: rgba(57, 61, 64, 0.9);
  overflow: hidden;
  transition: ease 0.2s all;
}
.content-vod .movie-box-vod.available {
  background: #62b0ba;
}
.content-vod .movie-box-vod.available:hover {
  background: #5ba2ac;
}
.content-vod .movie-box-vod.available:hover .image {
  background: transparent;
}
.content-vod .movie-box-vod .image {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  min-height: 50px;
}
.content-vod .movie-box-vod .image img {
  max-width: 80%;
  max-height: 80%;
}
.content-vod .movie-box-vod .text {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 6px;
  font-size: 13px;
}
.content-vod .movie-box-vod .text h3 {
  margin: 4px 0 2px 0;
  font-size: 16px;
  font-weight: 600;
}
.content-vod .movie-box-vod .text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 2px 0;
}

.bg-transparent {
  background: transparent;
  padding: 20px 0;
}

.fancybox-slide--iframe .fancybox-content {
  min-height: 400px;
}
.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
  background: transparent;
}

.watchnow-button {
  border-radius: 16px;
  border: 1px solid #62b0ba;
  background: rgba(0, 0, 0, 0.24);
  display: block;
  padding: 4px 10px 4px 10px;
  width: 120px;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  transition: ease 0.2s all;
  cursor: pointer;
}
.watchnow-button:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 8px;
  background: url(images/icon-eye.svg) no-repeat center right;
  background-size: 100% auto;
}
.watchnow-button:hover {
  background: #62b0ba;
  color: white;
}

.watchnow-button-small {
  border-radius: 16px;
  border: 1px solid #62b0ba;
  background: rgba(0, 0, 0, 0.24);
  display: block;
  padding: 4px 10px 4px 10px;
  width: 120px;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  transition: ease 0.2s all;
  cursor: pointer;
}
.watchnow-button-small:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 8px;
  background: url(images/icon-eye.svg) no-repeat center right;
  background-size: 100% auto;
}
.watchnow-button-small:hover {
  background: #62b0ba;
  color: white;
}

@media only screen and (max-width: 880px) {
  .episodelist {
    padding-left: 0;
  }
}
.episodelist h2 {
  padding-left: 20px;
}
@media only screen and (max-width: 880px) {
  .episodelist .select-dropdown {
    margin-left: 20px;
  }
}
.episodelist .episode {
  background: white;
  border-radius: 5px;
  margin: 10px 2px;
  padding: 20px;
}
.episodelist .name {
  font-weight: 700;
}
.episodelist .plot {
  margin: 10px 3px;
}

.movie {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
}
.movie h1 {
  font-size: 2.4em;
  font-weight: 300;
  margin: 10px 0 0px 20px;
}
.movie h4 {
  margin: 0;
  color: #363e41;
  margin-left: 22px;
  font-weight: normal;
}
.movie .movie-details {
  background: rgba(255, 255, 255, 0.9);
}
.movie .year {
  color: #f1633b;
  font-size: 0.8em;
  font-weight: 500;
}
.movie .short-info {
  font-size: 0.9em;
  margin-left: 14px;
  margin-top: 4px;
}
.movie .short-info .time {
  color: #62b0ba;
}
.movie .short-info .genres span {
  margin-left: 4px;
  color: #383d40;
  background: rgb(249.65, 249.65, 249.65);
  font-size: 0.9em;
  border-radius: 3px;
  padding: 2px 3px;
  display: inline-block;
}

.person {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.04);
  padding: 20px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .person {
    padding: 10px;
  }
}
.person h1 {
  font-size: 2.4em;
  font-weight: 300;
  margin: 0px 0 20px 0;
  padding: 0;
}
.person h2 {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.person .img img {
  border-radius: 10px;
}
.person .person_info {
  font-size: 14px;
  line-height: 150%;
  color: #393D40;
}
.person .description {
  color: #393D40;
  line-height: 150%;
}
.person .top_movie {
  margin: 10px 0;
}

.person-movielist table {
  width: 100%;
  font-size: 15px;
  color: #393D40;
  line-height: 200%;
  border-collapse: collapse;
}
.person-movielist table th {
  text-align: left;
}
.person-movielist table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.person-movielist table a {
  color: #393D40;
}

.movie-holder {
  margin: 0 5px;
}
.movie-holder .certificate {
  padding: 15px;
  border-top: 1px solid #efefef;
  font-size: 0.9em;
  margin-top: 14px;
}

.user-add {
  font-size: 0.7em;
  padding: 2px 4px;
  color: #363e41;
  text-decoration: none;
  border-radius: 3px;
  background: #f2f2f2;
}
.user-add:hover {
  background: #f1633b;
  color: white;
}

.review-box .block {
  padding: 5px 20px;
  background: white;
  border-radius: 2px;
  box-shadow: 0px 0px 26px -10px rgba(0, 0, 0, 0.3);
}
.review-box .review {
  padding-bottom: 5px;
}
.review-box .review h3 {
  font-size: 15px;
}
.review-box .review p {
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 0;
}
.review-box .review .img img {
  border-radius: 5px;
  max-height: 50px;
}

.scroller img,
.overview img {
  display: block;
}

.scroller {
  position: relative;
  padding: 14px 0;
  margin-bottom: 30px;
}

.scroller h3,
.cast-crew h3,
.tagline h3,
.umf h3 {
  padding-bottom: 15px;
  border-bottom: solid 1px #ececec;
  margin: 10px 0 0 0;
}

.scroller h3 {
  margin-left: 20px;
}
.scroller a {
  color: #383d40;
  text-decoration: none;
  font-weight: 100;
}

.tagline {
  clear: both;
  margin-top: 20px;
}

.overview .left {
  width: 220px;
  float: left;
}

.overview .right {
  width: 380px;
  float: right;
}

.user-rating {
  border-radius: 5px;
}
.user-rating .muted {
  font-size: 11px;
  opacity: 0.8em;
  margin-left: 50px;
  opacity: 0.4;
  margin-top: -4px;
  text-align: center;
}

.rating .rate {
  background: url(images/icon-bookmark-large.png) no-repeat left top;
  width: 50px;
  margin: 4px;
  height: 46px;
  display: block;
  line-height: 32px;
  font-size: 24px;
  font-family: "Open-Sans", sans-serif;
  color: #fff;
  padding: 7px 0 0;
  text-align: center;
  float: left;
  border-radius: 5px;
}

.rating .user-rating {
  padding: 18px 0 0;
  text-align: center;
  overflow: hidden;
}

.rating .user-rating img {
  margin: 0 auto;
}

.rating small {
  display: block;
  padding-top: 1px;
}

.section-title {
  margin-bottom: 8px;
}

.section-title .left {
  width: 66%;
}

.section-title .right {
  width: 33%;
  text-align: right;
}

.section-title h2,
.section-title h3 {
  display: inline;
  margin: 0;
}

.section-title h3 {
  color: #f4623d;
}

.duration {
  font-weight: bold;
  margin-left: 9px;
}

.duration .icon-clock-duration {
  background: url(images/icon-clock.png) no-repeat left top;
  width: 25px;
  background-size: 21px auto;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.overview,
.cast-crew,
.tagline {
  margin-bottom: 60px;
  background: #fcfcfc;
  padding: 20px;
  border-radius: 6px;
}

.overview .label {
  float: left;
  width: 75px;
  margin-right: 6px;
  font-weight: normal;
  font-size: 0.9em;
  color: #62b0ba;
}
.overview .label-line {
  font-size: 0.9em;
  color: #5e5e5e;
  margin-left: 10px;
}
.overview .label-line .dollars {
  padding: 2px 4px;
  background: #fcfcfc;
  border-radius: 4px;
  display: block;
}
.overview .label-line span {
  color: #cecece;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
}
.overview .label-info {
  overflow: visible;
  color: rgb(77.1428571429, 88.5714285714, 92.8571428571);
}

.overview .label + .label-info {
  overflow: hidden;
  font-size: 0.9em;
  line-height: 1.5em;
}
.overview .label + .label-info a {
  text-decoration: none;
}
.overview .label + .label-info a:hover {
  color: #f1633b;
}
.overview .label + .label-info:hover a {
  color: #f1633b;
}

.overview .description {
  padding: 0 15px 10px 15px;
  margin: 0 0 5px 0;
  color: rgb(77.1428571429, 88.5714285714, 92.8571428571);
  line-height: 1.5em;
  font-size: 0.9em;
}
.overview .description.fullplot {
  display: none;
}

.more-link {
  color: #f1633b;
  cursor: pointer;
}

.cast-crew .content,
.tagline .content,
.umf .content {
  padding-bottom: 11px;
  margin-bottom: 6px;
}

.cuv {
  float: left;
  margin: 0 15px 0 0;
}

.image-list li {
  float: left;
  width: 140px;
  margin-right: 20px;
  position: relative;
}

.image-list li.last {
  margin-right: 0;
}

.image-list li a {
  display: block;
  color: #383d40;
}

.image-list li a:hover {
  color: #000000;
}

figure {
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

.movie-share {
  margin-left: 10px;
  margin-top: 20px;
  background: rgb(239.5, 239.5, 239.5);
  padding: 5px;
}

.movie-ratings {
  padding: 10px;
  border-radius: 5px;
}

.header-movie {
  background: rgba(242, 242, 242, 0.3);
}
.header-movie .motto {
  padding: 5px 0 0 25px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  color: #f4623d;
  font-weight: 300;
}

section.frontpage-trailers {
  width: 100%;
  background: #383d40;
}

.rating-box {
  margin: 7px 2px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  text-align: center;
  height: 60px;
}
.rating-box img {
  padding: 4px 0;
  display: block;
  height: 28px;
}
.rating-box a {
  color: #383d40;
}
.rating-box small {
  font-size: 0.7em;
}

.imdb-rating-box {
  margin: 7px;
  font-size: 14px;
}
.imdb-rating-box .imdb-rating {
  background: url(images/imdb-small.png) no-repeat left top;
  padding-left: 47px;
  display: inline-block;
  line-height: 20px;
  margin: 5px 16px 0 0;
  background-size: 40px auto;
}
.imdb-rating-box img {
  display: inline;
  vertical-align: bottom;
}
.imdb-rating-box a {
  color: #383d40;
}

.tmdb-rating-box {
  margin: 7px;
  font-size: 14px;
  padding: 2px 0 4px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.tmdb-rating-box .tmdb-rating {
  background: url(images/logo-tmdb.png) no-repeat left top;
  background-size: 24px auto;
  padding-left: 33px;
  display: inline-block;
  line-height: 20px;
  margin: 5px 16px 0 0;
}
.tmdb-rating-box img {
  display: inline;
  vertical-align: bottom;
}

.facecompan {
  padding: 0;
  margin: 0;
}

.facefeedpan {
  width: 64%;
  height: 100%;
  overflow: hidden;
  float: left;
}

.facbrighpan {
  width: 32%;
  float: right;
}

.facbrighpan h2 {
  font-family: "Open-sans";
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #cecece;
  margin-bottom: 20px;
}

.facbrighpan h3 {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 3px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.facbrighpan figure {
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
}

.facbrighpan span {
  font-size: 11px;
}

.facbrighpan p {
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 8px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 4px 0;
}

.facbrighpan a {
  font-size: 13px;
  color: #f4623d;
  margin-bottom: 25px;
  display: inline-block;
}

.facbrighpan a:hover {
  text-decoration: underline;
}

.line {
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 0;
  margin: 0 0 5px;
  padding: 0 0 0 0;
}

.punrighpan {
  padding: 0;
  margin: 0;
}

.punrighpan h2 {
  font-family: "Open-sans";
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #cecece;
  margin-bottom: 20px;
}

.punrighpan h3 {
  font-family: "Open-sans";
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px 0;
}

.punrighpan figure {
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
}

.punrighpan p {
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  border: none;
}

.tellerpan {
  padding: 0 0 25px 0;
  margin: 0;
}

.tellerpan figure {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.tellerpan ul.teach {
  padding: 12px 0 18px 0;
  margin: 0;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.tellerpan ul.teach li {
  float: left;
  background: url(../images/devi.gif) no-repeat 100% 50%;
  padding: 0 10px 0 0;
  margin: 0 0 0 10px;
  display: block;
}

.tellerpan ul.teach li:last-child {
  background: none;
  padding-right: 0;
}

.tellerpan ul.teach li figure {
  float: left;
  margin: -5px 8px 0 0;
}

.tellerpan ul.teach li a {
  color: #f4623d;
  font-size: 13px;
}

.tellerpan ul.teach li a:hover {
  color: #000;
}

.tellerpan ul.iconpan {
  padding: 15px 0 15px 20px;
  margin: 0;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.tellerpan ul.iconpan li {
  float: left;
  display: block;
  width: auto;
  margin: 0 40px 0 0;
  text-align: center;
}

.tellerpan ul.iconpan li:last-child {
  margin-right: 0;
}

.tellerpan ul.iconpan li figure {
  display: block;
  line-height: 0;
  text-align: center;
  margin: 0 0 5px 0;
}

.tellerpan ul.iconpan li a {
  color: #383d40;
}

.tellerpan ul.iconpan li a:hover {
  text-decoration: underline;
}

.tellerpan ul.riglogo {
  padding: 12px 0 10px 20px;
  margin: 0;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.tellerpan ul.riglogo li {
  float: left;
  display: block;
  width: auto;
  margin: 0 50px 0 0;
  text-align: center;
}

.tellerpan ul.riglogo li:last-child {
  margin-right: 0;
}

.tellerpan ul.riglogo li figure {
  display: block;
  line-height: 0;
  text-align: center;
  margin: 0 0 5px 0;
  position: relative;
}

/*
.widget-area{margin-bottom:30px; width:300px; float:right;}
.widget-area h2{font-family: 'Open-sans'; font-size:20px; padding-bottom:15px; border-bottom:solid 1px #cecece; margin-bottom:20px;}
.widget-area h3{ font-size:13px; font-family:Arial, Helvetica, sans-serif; line-height:25px; color:#383d40; display:block; font-weight:bold; padding:0; margin:0 0 8px 0; clear:both;}
.widget-area h3 figure{float:left; padding:0; margin:0 10px 0 10px; width:auto; display:block; line-height:0;}
.widget-area ul{padding:10px 4px 4px 10px; margin:0 0 10px 0; background-color:#e9e9e9; border-top:1px solid #cecece; border-bottom:1px solid #cecece; height:100%; overflow:hidden;}
.widget-area ul li{float:left; width:65px; margin:0 6px 6px 0; padding:0; border:none!important; }
.widget-area ul li a{display:inline-block; width:65px; border:1px solid #cecece; background-color:#ededed; text-align:center; font-size:13px; line-height:16px; color:#383d40; padding:3px 0;}
.widget-area ul li a span{color:#888888;}
.widget-area a{ float:right;color:#f4623d; display:inline-block;}
.widget-area ul.time li a:hover{background-color:#62b0ba; color:#fff; border:1px solid #62b0ba;}
.widget-area ul.time li a:hover span{color:#383d40;}
*/
.cat-post-title {
  max-width: 260px;
  line-height: 1.6em;
}

#imgscroll {
  padding: 5px 0;
}
#imgscroll li {
  float: left;
  width: 140px;
  margin: 0 8px;
  height: 270px;
  padding: 0;
  text-align: center;
  position: relative;
  list-style: none;
}
#imgscroll li img {
  border-radius: 4px;
  overflow: hidden;
}
#imgscroll li .info {
  padding: 0 5px;
  text-align: center;
  margin-top: 10px;
}
#imgscroll li .info a {
  color: #383d40;
  font-size: 12px;
  text-align: center;
}
#imgscroll li .imdb-rating-box {
  text-align: left;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
  color: white;
  background: rgba(0, 0, 0, 0.44);
  padding: 0px;
  border-radius: 5px;
  padding-left: 5px;
}
#imgscroll li .imdb-rating-box .imdb-rating {
  padding-left: 37px;
  font-size: 12px;
  background-size: 32px auto;
}

.scroller {
  overflow: hidden !important;
  max-width: 100% !important;
  margin: 0px;
  padding: 0 16px;
  border-radius: 20px;
  background-color: white;
}

#imgscroll li img {
  border-bottom: 5px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.column {
  width: 300px;
  float: left;
  margin-right: 20px;
}

.column.last {
  margin-right: 0;
}

.column h3 {
  margin-bottom: 20px;
}

.badge {
  font-family: "Open-sans", sans-serif;
  display: inline-block;
  *display: inline;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f4623d;
  color: #fff;
  margin-right: -3px;
  text-decoration: none;
  text-align: center;
}
.badge.age {
  background: none;
}
.badge.age img {
  width: 28px;
  height: auto;
  position: relative;
  top: 6px;
}

.badge:hover {
  color: #fff;
}

.certtext {
  margin-top: 5px;
  margin-left: 14px;
  font-size: 1em;
  color: #363e41;
}

.certreason {
  position: relative;
  margin-left: 10px;
}
.certreason img {
  position: relative;
  top: 10px;
  width: 30px;
  margin: 0 0 0 6px;
  display: inline-block;
}

.add-trivia {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 6px 35px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f4623d;
  *zoom: 1;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 3px;
  width: auto;
  -webkit-box-shadow: 0 2px 0 0 #e1482a;
  -moz-box-shadow: 0 2px 0 0 #e1482a;
  box-shadow: 0 2px 0 0 #e1482a;
  transition: ease 0.2s all;
}
.btn.blue {
  font-size: 1em;
  font-weight: 300;
  background: #62b0ba;
  padding: 4px 10px;
  box-shadow: none;
  margin-top: 20px;
}
.btn a {
  display: block;
  color: white;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background-color: #e1482a;
}

.btn [class*=icon-],
.btn [class^=icon-] {
  font-size: 150%;
  vertical-align: middle;
  margin-right: 7px;
}

.btn.btn-info {
  background-color: #62b0ba;
  -webkit-box-shadow: 0 2px 0 0 #4a838a;
  -moz-box-shadow: 0 2px 0 0 #4a838a;
  box-shadow: 0 2px 0 0 #4a838a;
}

.btn.btn-info:hover {
  background-color: #4a838a;
}

h2.widget-title {
  margin-left: 0;
  padding-left: 0;
}

.textwidget {
  padding-left: 5px;
}

.widget a {
  color: #383d40;
  line-height: 2em;
  text-decoration: none;
}

/**  GAMALT ÚR STYL skjali **/
.post-thumbnail {
  position: relative;
}

.list-number {
  border: 3px solid #60aeb8;
  color: #62b0ba;
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  border-radius: 10px;
}

.top-list-container {
  background: #fff;
}

.widget {
  width: 100%;
  padding: 20px 10px 0 10px;
  border-radius: 4px;
}

.movie-widget-sidebar {
  display: block;
  overflow: hidden;
  height: 318px;
}
@media only screen and (max-width: 767px) {
  .movie-widget-sidebar {
    height: auto;
  }
}

.movie-widget {
  display: block;
}

.movie-widget ul li {
  float: left;
  width: 154px;
  margin-left: 5px;
  padding-top: 5px;
  font-size: 14px;
  color: #000;
  min-height: 260px;
  position: relative;
  background: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  min-height: 300px;
}
.movie-widget ul li a {
  color: #000;
  line-height: 1em;
  font-size: 0.9em;
}
.movie-widget ul li .title {
  padding: 3px 5px;
  line-height: 1em;
}

.movie-widget ul li:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  opacity: 0.9;
}

.movie-widget ul li .user-rating {
  position: absolute;
  bottom: 5px;
  width: 120px;
  left: 20px;
}

.movie-widget ul li .user-rating .rating-text {
  font-size: 10px;
  color: #606869;
}

.movie-widget ul li .user-rating .hide-movie {
  font-size: 11px;
  font-weight: 500;
}

.movie-widget ul li .user-rating .hide-movie:hover {
  color: #f4623d;
  cursor: pointer;
}

.movie-widget ul li img {
  width: 140px;
  margin: 2%;
  clear: left;
  max-height: 200px;
}

.movie-widget ul li .imdb {
  font-size: 10px;
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  width: 30px;
  background: url("images/imdb-small.png") no-repeat 0px center;
  background-size: 24px auto;
}

.movie-widget ul li .interact {
  position: absolute;
  bottom: 0;
  width: 120px;
  left: 0;
}

.movie-widget .more-link {
  font-size: 14px;
  margin-top: 10px;
  float: right;
}

.topplisti li {
  border-bottom: 11px solid #cecece;
  line-height: 14px;
  padding: 0 10px;
}

.topplisti li:nth-child(even) {
  background: #e9e9e9;
}

.topplisti a {
  color: #363e41;
}

.section-title h2 {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.play_button {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -30px;
  z-index: 0;
}

.tengdar_frettir {
  width: 250px;
  height: 100px;
  overflow: hidden;
}

.tengdar_frettir img {
  width: 250px;
}

.syningatimar-smelltu {
  margin: 10px 0;
}

/* CSS Document */
.biotimar img, .biotimi img {
  width: 90px;
}

.sttitle {
  padding: 15px 10px 20px 5px;
  margin-left: 10px;
  color: #62b0ba;
}

#daypicker ul {
  -webkit-margin-before: 0em;
  -webkit-padding-start: 0px;
  margin: 5px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  border: 1px solid #dedede;
  background: white;
}
#daypicker ul li {
  list-style: none;
  line-height: 17px;
  border-right: 1px solid #dedede;
  flex-basis: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
#daypicker ul li:hover div {
  background: rgb(131.2565217391, 191.9608695652, 199.7434782609);
}
#daypicker ul li:hover div a {
  color: white;
}
#daypicker ul li div {
  padding: 7px 4px 5px 4px;
  width: 100%;
}
#daypicker ul li a {
  display: block;
  color: #60aeb8;
}
#daypicker ul li:last-child {
  border: none;
}
#daypicker ul li.active div {
  background: #60aeb8;
}
#daypicker ul li.active a {
  text-align: center;
  color: white;
}
#daypicker ul li.active .date {
  color: #fff;
  opacity: 0.7;
}
#daypicker ul li a {
  flex-direction: column;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#daypicker ul li a .date {
  font-size: 10px;
  color: #b7b4b4;
  padding: 0;
}
#midi_upplysingar {
  font-weight: 100;
}

.biotimar_checkboxes {
  margin-bottom: 20px;
  padding: 15px 20px 57px 20px;
  border-radius: 5px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .biotimar_checkboxes {
    padding: 20px 20px 100px 20px;
  }
}

.biotimar_checkboxes .checkboxes_titill {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #393D40;
  opacity: 0.8;
  margin-bottom: 4px;
}

.biotimar_checkboxes .checkbox_biohus {
  display: block;
  float: left;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(57, 61, 64, 0.8);
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  /* background:#efefef url("images/checkbox_off.png") no-repeat; */
  background: #efefef;
  line-height: 24px;
  background-position: 4px 6px;
  border-radius: 5px;
  margin-right: 8px;
  margin-top: 8px;
}
.biotimar_checkboxes .checkbox_biohus:hover {
  /* background-image: url("images/checkbox_hover.png"); */
  background-color: rgb(168.8584070796, 211.6548672566, 217.1415929204);
}
.biotimar_checkboxes .checkbox_biohus.selected {
  /* background-image: url("images/checkbox_on.png"); */
  background-color: #62b0ba;
  color: white;
}

.biotimar_checkboxes .checkbox,
.biotimar_checkboxes .radio {
  width: 19px;
  height: 25px;
  padding: 5px 5px 0 0;
  background-image: url("images/checkbox_on.png");
  background-color: #62b0ba;
  background-position: 6px 7px;
  display: block;
  clear: left;
  float: left;
  opacity: 0.5;
}

.biotimar_checkboxes .radio {
  background: url("radio.gif") no-repeat;
}

.biotimar_checkboxes .select {
  position: absolute;
  width: 158px;
  /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px "Open Sans", arial, sans-serif;
  background-image: url("/images/checkbox_off.png") no-repeat;
  overflow: hidden;
}

.biotimar_checkboxes table tr td div {
  font-size: 1px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: url("/images/checkbox_off.png") no-repeat;
}

.actor-list {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.actor-list li {
  float: left;
  width: 45%;
  margin-right: 3%;
  position: relative;
  font-size: 16px;
  padding: 3px 3px 3px 6px;
  background: #f9f9f9;
  border-radius: 2px;
  margin: 2px;
  color: #383d40;
  list-style: none;
}

.actor-list li.last {
  margin-right: 0;
}

.actor-list li a {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.actor-list li:hover {
  background: #e9ebeb;
  color: #f4623d !important;
}

.actor-list .character-name {
  color: #f4623d;
}

.actor-list img {
  float: left;
  margin-right: 8px;
}

.actor-list .img {
  width: 50px;
  height: 50px;
  background-color: #62b0ba;
  float: left;
  margin-right: 10px;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #62b0ba;
}

.actor-list a:nth-of-type(1n+5) {
  display: none;
}

.actor-list .show {
  display: block !important;
}

.movie-list li {
  float: left;
  width: 100%;
  margin-right: 3%;
  position: relative;
  font-size: 16px;
  padding: 3px 3px 3px 6px;
  background: #f9f9f9;
  border-radius: 2px;
  margin: 2px;
  color: #383d40;
}

.movie-list li.last {
  margin-right: 0;
}

.movie-list li a {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.movie-list li:hover {
  background: #e9ebeb;
  color: #f4623d !important;
}

.movie-list .character-name {
  color: #f4623d;
}

.movie-list img {
  float: left;
  margin-right: 8px;
}

.show-more {
  color: #f4623d;
  cursor: pointer;
  margin: 10px 0;
  width: 100%;
}

.show-read-more-episodes .more-text {
  display: none;
}

.stimar {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stimar .movie_title {
  float: none;
  color: #383d40;
  text-decoration: none;
}
.stimar .poster {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .stimar .poster {
    justify-content: center;
    margin: auto;
    max-width: 260px;
  }
}
.stimar .aldur {
  padding: 4px 0;
  font-size: 0.8em;
  text-transform: none;
  text-align: center;
}
.stimar .aldur img {
  width: 25px;
  height: auto;
  padding-right: 4px;
}

@media only screen and (max-width: 767px) {
  .stimar .poster {
    width: 100%;
    margin: auto;
  }
}
.stimar .title {
  font-size: 18px;
  font-family: "Open-Sans", sans-serif;
  font-weight: 700;
  width: 300px;
}

.stimar .title .year {
  color: #f4623d;
  font-weight: 700;
  font-size: 16px;
}

.stimar h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: solid 1px #cecece;
  margin-bottom: 20px;
}

.stimar h3 {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  color: #383d40;
  display: block;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 3px 0;
  clear: both;
}

.stimar h3 figure {
  float: right;
  padding: 0;
  margin: 0 10px 0 10px;
  width: auto;
  display: block;
  line-height: 0;
}

.stimar ul {
  padding: 6px 2px 2px 6px;
  margin: 0 0 6px 0;
  background-color: #e9e9e9;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  display: inline-block;
  width: 100%;
}

.stimar ul li {
  float: left;
  list-style: none;
  width: 88px;
  margin: 0 2px 4px 0;
  padding: 0;
  border: none !important;
  position: relative;
}

.stimar ul li a {
  display: inline-block;
  border: 1px solid #cecece;
  background-color: #fcf9f9;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #383d40;
  padding: 3px 0;
  width: 100%;
}

.stimar ul li a span {
  color: #aaa;
}

.stimar a {
  color: #f4623d;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .stimar a .poster {
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 240px;
    margin: 0 auto;
  }
  .stimar a .poster img {
    width: 100%;
  }
}

.stimar .tegund {
  font-size: 10px;
  color: #888;
}

.stimar .bola {
  position: absolute;
  top: -3px;
  right: -2px;
  background: rgb(154.6867256637, 204.5238938053, 210.9132743363);
  border-radius: 50%;
  color: white;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.stimar .bola.lux {
  font-size: 0.75em;
  background: goldenrod;
}
.stimar .bola.isl {
  background: rgb(154.6867256637, 204.5238938053, 210.9132743363) url("images/bola_isl.png") no-repeat;
  background-size: 28px auto;
}
.stimar .bola.ens {
  background: rgb(154.6867256637, 204.5238938053, 210.9132743363) url("images/bola_ens.png") no-repeat;
  background-size: 28px auto;
  background-position: center top;
}
.stimar .bola.fr {
  background: rgb(154.6867256637, 204.5238938053, 210.9132743363) url("images/bola_fr.png") no-repeat;
  background-size: 28px auto;
  background-position: center top;
}
.stimar .bola.pl {
  background: rgb(154.6867256637, 204.5238938053, 210.9132743363) url("images/bola_pl.png") no-repeat;
  background-size: 28px auto;
  background-position: center top;
}

@media only screen and (max-width: 767px) {
  .news-showtime-page {
    flex-direction: column;
  }
}
.news-showtime-page .news-block {
  padding: 6px;
  transition: ease 0.2s all;
  flex: 1 1 0px;
  background: white;
  border-radius: 5px;
}
.news-showtime-page .news-block:hover {
  background: #f9f9f9;
  border-radius: 5px;
}
.news-showtime-page .news-block .left {
  flex: 1;
  float: left;
}
.news-showtime-page .news-block .left .image {
  background-size: cover;
  background-position: center top;
  margin-right: 8px;
}
.news-showtime-page .news-block .left .image img {
  border-radius: 5px;
  overflow: hidden;
  width: 72px;
  height: 78px;
}
.news-showtime-page .news-block .right {
  flex: 1;
  padding-left: 10px;
}
.news-showtime-page .news-block .right h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #62B1BA;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}
.news-showtime-page .news-block .right p {
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
  color: #393D40;
}

#category-posts-3-internal .cat-post-thumbnail {
  float: left;
}

#category-posts-3-internal .cat-post-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 5px !important;
  margin-bottom: 4px;
  border-radius: 3px;
}

#category-posts-3-internal .cat-post-item:last-child {
  border-bottom: 1px solid #e9e9e9 !important;
}

.stimar .salur {
  font-size: 10px;
  color: #666;
}
.stimar .salur.orange {
  color: rgb(247.8, 174.7714285714, 154.2);
}
.stimar .salur.red {
  color: #f1633b;
}

.stimar .movie-holder {
  position: relative;
}
.stimar .movie-holder .ratings {
  position: absolute;
  right: 5px;
  top: -5px;
  background: white;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  padding: 1px;
  min-height: 32px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .stimar .movie-holder .ratings {
    position: relative;
    float: right;
  }
}
.stimar .movie-holder .imdb-einkunn {
  padding: 0 8px;
  font-size: 15px;
  position: relative;
  border-radius: 4px;
  background: #fcfcfc;
  font-weight: 500;
  display: inline-block;
}
.stimar .movie-holder .imdb-einkunn img {
  width: 40px;
}
.stimar .movie-holder .rotten-einkunn {
  display: inline-block;
  padding-left: 38px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  border-left: 1px solid #eeeeee;
}
.stimar .movie-holder .rotten-einkunn:before {
  position: absolute;
  content: "";
  left: 9px;
  top: -3px;
  width: 26px;
  height: 26px;
  background: url("images/icon-rotten-tomato.png") no-repeat left center;
  background-size: 20px auto;
}
.stimar .movie-holder .rotten-einkunn .critics {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  padding: 0 8px;
  vertical-align: top;
}
.stimar .movie-holder .rotten-einkunn .critics:after {
  position: absolute;
  bottom: -11px;
  left: 6px;
  font-size: 0.6em;
  content: "CRITICS";
  color: #767676;
}
.stimar .movie-holder .rotten-einkunn .audience {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  padding: 0 8px;
  vertical-align: top;
}
.stimar .movie-holder .rotten-einkunn .audience:after {
  position: absolute;
  bottom: -11px;
  left: 2px;
  font-size: 0.6em;
  content: "AUDIENCE";
  color: #767676;
}

.stimar .movie-holder .imdb-einkunn img {
  margin-bottom: -3px;
}

.stimar .movie-holder .kir-einkunn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #f4623d;
}

.stimar .movie-holder .syningatimar-imdb {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #424141;
  margin-left: 10px;
  font-size: 12px;
}

.stimar ul.time li a:hover {
  background-color: #62b0ba;
  color: #fff;
  border: 1px solid #62b0ba;
}

.stimar ul.time li a:hover span {
  color: #383d40;
}

.stimar ul.time li a {
  font-size: 0.88em;
  text-decoration: none;
}

.stimar ul.time li a:hover {
  background-color: #62b0ba;
  color: #fff;
  border: 1px solid #62b0ba;
}

.stimar ul.time li a:hover span {
  color: #383d40;
}

.stimar .movie-clear {
  clear: left;
  margin-bottom: 40px;
}

.stimar .time li {
  position: relative;
  overflow: visible;
}
.stimar .time li .toolt {
  position: absolute;
  top: 0px;
  font-size: 0.8em;
  padding: 4px;
  width: 100%;
  height: 40px;
  opacity: 0;
  line-height: 1.1em;
}
.stimar .time li .toolt span {
  font-size: 0.9em;
}

.flip {
  background: #62b0ba;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0px;
  font-size: 0.85em;
  max-width: 280px;
  height: 0;
  width: 100%;
}

.flip .ns-close::before,
.flip .ns-close::after {
  background: #62b0ba;
}

.flip .ns-close:hover::before,
.flip .ns-close:hover::after {
  background: #62b0ba;
}

.flip.ns-show,
.flip.ns-hide {
  -webkit-animation-name: animFlipFront;
  animation-name: animFlipFront;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  height: 40px;
  top: -40px;
  opacity: 1 !important;
  background: #62b0ba;
}

.flip.ns-hide {
  -webkit-animation-name: animFlipBack;
  animation-name: animFlipBack;
}

@-webkit-keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
@-webkit-keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
.movie-list-holder .movie-list-item {
  border-radius: 3px;
  background: #e9e9e9;
  width: 190px;
  margin-bottom: 10px;
  padding: 5px;
  float: left;
  margin-right: 5px;
  text-align: center;
}

.movie-list-holder .movie-list-item:hover {
  color: #fff !important;
  background: #60aeb8;
}

.movie-list-holder .movie-list-item:hover .movie-title {
  color: #fff;
}

.movie-list-holder .movie-list-item img {
  height: 240px;
  width: 170px;
}

.movie-list-holder .movie-list-item.big {
  width: 100% !important;
  clear: both;
  margin-bottom: 5px;
  text-align: left;
}

.movie-list-holder .movie-list-item.big .poster {
  width: 140px;
  float: left;
}

.movie-list-holder .movie-list-item.big img {
  width: 30px;
  height: 40px;
  float: left;
  margin: 0 10px;
}

.movie-list-holder .movie-list-item.big .number {
  float: left;
  font-size: 16px;
  font-weight: 500;
  width: 30px;
  text-align: center;
}

.movie-list-holder .movie-list-item .movie-title {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.movie-list-holder .movie-list-item .movie-poster {
  margin: 10px 10px 5px 10px;
}

.movie-list-holder .movie-list-hl {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  font-weight: 500;
  color: white;
  background: #62b0ba;
  clear: both !important;
  margin-bottom: 2px;
  padding: 10px 6px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: 700;
}

.character-name {
  font-size: 12px;
  color: #f4623d;
}

#main-nav .container {
  position: relative;
}

.timarit-decoration {
  position: absolute;
  top: -47px;
  left: 360px;
}

.search-header {
  padding: 15px 0 5px 0;
  font-size: 0.8em;
  opacity: 0.6;
}

.list-divider-headline {
  width: 100%;
  padding: 20px;
  font-size: 1.6em;
  line-height: 40px;
  background: rgb(240.65, 240.65, 240.65);
  color: #62b0ba;
  font-weight: 300;
  text-align: center;
}

.search-ideas {
  color: #f4623d;
  margin-left: 120px;
}
@media only screen and (max-width: 767px) {
  .search-ideas {
    display: none;
  }
}
.search-ideas span {
  font-size: 0.8em;
  color: #38646a;
}
.search-ideas a {
  color: #687273;
  font-size: 0.8em;
  font-weight: 100;
  text-decoration: none;
  margin-left: 10px;
}
.search-ideas a:hover {
  color: #60aeb8;
}

.search-button,
.search-block button {
  background-color: none !important;
}

/* Styling the markup generated by the autocomplete jQuery UI widget */
.ui-menu-item {
  padding: 6px 6px;
  min-height: 40px;
}

ul.ui-autocomplete {
  font-size: 16px;
  width: 290px;
  background-color: #f2f2f2;
  border: 2px solid #f4623d;
  border-radius: 3px;
  display: table;
}

ul.ui-autocomplete li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #fff;
  padding: 8px;
  display: block;
}

ul.ui-autocomplete li .small {
  color: #f4623d;
  font-size: 14px;
  font-weight: 500;
}

ul.ui-autocomplete li:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.ui-state-focus {
  color: #f4623d;
  background: #e0e0e0;
  outline: none;
}

.ui-state-focus img {
  border: 1px solid #f4623d;
}

ul.ui-autocomplete li:first-child {
  border-top: none;
}

ul.ui-autocomplete li:last-child {
  border-bottom: none;
}

ul.ui-autocomplete li a {
  color: #383d40;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: none !important;
  text-decoration: none !important;
}

ul.ui-autocomplete li img {
  height: 28px;
  width: 20px;
  margin-right: 10px;
  float: left;
  clear: both;
}
@media screen and (max-width: 860px) {
  ul.ui-autocomplete li img {
    height: 60px;
    width: 39px;
  }
}

ul.ui-autocomplete li small {
  color: #f4623d;
}

ul.ui-autocomplete li:focus,
ul.ui-autocomplete li:hover {
  color: #f4623d;
  background: #e0e0e0;
}

#ui-active {
  color: #fff;
  background-image: linear-gradient(to bottom, #4a4a4a 11%, #706868 56%);
}

.ui-helper-hidden-accessible {
  display: none;
}

.posterlist li {
  float: left;
  width: 140px;
  margin: 0 8px;
  text-align: center;
}

.posterlist li img {
  border-bottom: 5px;
}

/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideOne label {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  left: -3px;
  cursor: pointer;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slideOne input[type=checkbox] {
  visibility: hidden;
}

.slideOne input[type=checkbox]:checked + label {
  left: 37px;
}

/* end .slideOne */
/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;
  background: #111;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}

.slideTwo label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #333;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px #000, 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.slideTwo input[type=checkbox] {
  visibility: hidden;
}

.slideTwo input[type=checkbox]:checked + label {
  left: 54px;
}

.slideTwo input[type=checkbox]:checked + label:after {
  background: #00bf00;
}

/* end .slideTwo */
/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: "OFF";
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
  content: "ON";
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideThree input[type=checkbox] {
  visibility: hidden;
}

.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* end .slideThree */
/* .roundedOne */
.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: linear-gradient(to top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
}

.roundedOne label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #62b0ba;
  background: linear-gradient(to top, #62b0ba 0%, rgb(133.4292035398, 193.8274336283, 201.5707964602) 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne label:hover::after {
  opacity: 0.3;
}

.roundedOne input[type=checkbox] {
  visibility: hidden;
}

.roundedOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */
/* .roundedTwo */
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: linear-gradient(to top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
}

.roundedTwo label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  opacity: 0.3;
}

.roundedTwo input[type=checkbox] {
  visibility: hidden;
}

.roundedTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedTwo */
/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  background: #f2f2f2;
  box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredOne label {
  padding-left: 34px;
  top: 8px;
  position: absolute;
}

.squaredOne label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -2px;
  left: -8px;
  background: #62b0ba;
  background: linear-gradient(to top, #62b0ba 0%, rgb(133.4292035398, 193.8274336283, 201.5707964602) 100%);
  opacity: 0;
}

.squaredOne label:hover::after {
  opacity: 0.3;
}

.squaredOne input[type=checkbox] {
  visibility: hidden;
}

.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredOne */
/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  background: #61afb9;
  box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(97, 175, 185, 0.5);
  border-radius: 5px;
}

.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 5px;
  border-radius: 5px;
}

.squaredTwo label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  opacity: 0.3;
}

.squaredTwo input[type=checkbox] {
  visibility: hidden;
}

.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.squaredTwo .lysing {
  font-size: 14px;
  font-weight: bold;
  margin-left: 34px;
  margin-top: -14px;
  color: #393d40;
  line-height: 16px;
  width: 180px;
}

.tegund .checkboxt {
  float: left;
  width: 200px;
  background: #e6eaeb;
  padding: 5px;
  margin: 3px 3px 0 0;
  border-radius: 5px;
}

/* end .squaredTwo */
.tegund-button button {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  background: #61afb9;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.posterlist li {
  height: 250px;
  width: 160px;
  float: left;
}

.posterlist li img {
  width: 150px;
  height: 210px;
}

.cat-tabs-wrap {
  background: #f7f7f7;
}

.cat-box .entry {
  font-size: 16px;
  color: #000;
}

.cat-tabs-header {
  background: #f2f2f2;
}

/* block trailers */
.trailer_list {
  display: block;
}
.trailer_list .col {
  padding: 10px 5px 0px 5px;
  border-radius: 3px;
  transition: ease all 0.2s;
  background: rgb(237.4, 238.775, 239.6);
  min-height: 220px;
}
.trailer_list .col:hover {
  background: rgb(79.8, 86.925, 91.2);
}
.trailer_list .col:hover .title {
  color: white;
}
.trailer_list .col {
  margin: 0 0 20px 1%;
}
.trailer_list a {
  transition: ease 0.2 all;
  color: white;
  text-decoration: none;
}
.trailer_list .trailer {
  margin-bottom: 20px;
}
.trailer_list .trailer .title {
  font-weight: 100;
  opacity: 0.8;
  font-size: 0.9em;
  color: #383d40;
}
.trailer_list .trailer .trailer-img {
  position: relative;
  width: 100%;
}
.trailer_list .trailer .trailer-img img {
  width: 100%;
}
.trailer_list .trailer .trailer-img:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: url("images/play_button.png") no-repeat center center;
  background-size: 40px auto;
  z-index: 100;
  opacity: 0.8;
}

.trailer_list div.first {
  overflow: hidden;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}

#block_trailers li.first img {
  border: #fff solid 4px;
  border-radius: 3px;
  margin-left: 10px;
  height: 180px;
  width: 300px;
}

#block_trailers li.first .trailer_play {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  margin-left: -20px;
  background: url("images/play_button.png") no-repeat 50% 50%;
  z-index: 100;
}

.trailer_desc {
  margin-left: 10px;
  color: #a9a9a9;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}

.trailer_desc:hover {
  color: #f4623d;
}

#block_trailers li.rest {
  overflow: hidden;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}

#block_trailers li.rest img {
  border: #fff solid 3px;
  border-radius: 3px;
  margin-left: 10px;
  height: 50px;
  width: 80px;
  float: left;
  margin-right: 10px;
}

#block_trailers li.rest .trailer_play {
  position: absolute;
  width: 50px;
  height: 20px;
  left: 25px;
  top: 20px;
  background: url("images/play_button.png") no-repeat 50% 50%;
  z-index: 100;
}

#block_trailers li.rest .trailer_desc {
  margin-left: 10px;
}

.showtimes_punktar {
  margin: 10px;
}
.showtimes_punktar h3 {
  font-size: 18px;
  font-weight: 600;
  color: #62b0ba;
  line-height: 40px;
  margin-top: 0;
  position: relative;
  padding-left: 56px;
}
.showtimes_punktar h3:before {
  content: "";
  background: url(images/icon-did-you-know.svg) no-repeat 50% 50%;
  left: -1px;
  position: absolute;
  top: 1px;
  width: 42px;
  height: 42px;
  background-size: 42px auto;
}
.showtimes_punktar p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #393D40;
  text-transform: none;
}

.sidebox {
  position: relative;
  padding: 20px;
  background: white;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-top: 10px;
}
.sidebox h3 {
  font-size: 18px;
  font-weight: 600;
  color: #62b0ba;
  line-height: 40px;
  margin-top: 0;
  position: relative;
  padding-left: 56px;
}
.sidebox h3:before {
  content: "";
  background: url(images/icon-did-you-know.svg) no-repeat 50% 50%;
  left: -1px;
  position: absolute;
  top: 1px;
  width: 42px;
  height: 42px;
  background-size: 42px auto;
}
.sidebox h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.sidebox ul {
  background: #fff;
  -webkit-padding-start: 0;
}
.sidebox ul li {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
  font-size: 0.9em;
  color: rgb(86.5, 86.5, 86.5);
}
.sidebox.punktar h4 {
  margin-left: 9px;
  font-size: 0.7em;
  color: #3f3f3f;
}
.sidebox.punktar p {
  font-size: 0.9em;
}
.sidebox .punktur {
  position: relative;
  padding: 10px 10px 10px 30px;
  color: #565656;
}
.sidebox .punktur:before {
  content: "•";
  left: -1px;
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  background-size: 10px auto;
  font-size: 22px;
}

.series {
  margin-top: 10px;
  padding: 10px;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.series .item {
  padding: 2px 0;
}
.series .item p {
  margin: 8px 0 10px 0;
}
.series span {
  font-size: 0.7em;
  color: #aeaeae;
}

.series .hl {
  font-size: 16px;
  font-weight: 500;
  color: #62b0ba;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
}

.series ul {
  -webkit-padding-start: 0;
  border-radius: 3px;
}
.series ul a {
  color: #62b0ba;
  text-decoration: none;
}

.series ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  border-radius: 5px;
}

.series ul li:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.series ul li img {
  width: 100%;
}

.play_button {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -50px;
  z-index: 2;
}

#block_trailers .photo {
  width: 80px;
  height: 52px;
  overflow: hidden;
  float: left;
  position: relative;
}

#block_trailers .photo .bg {
  background: url("images/bg_play.png") no-repeat 50% 50%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

#block_trailers .details {
  width: 180px;
  float: left;
  padding-left: 14px;
}

#block_trailers .selected .photo .bg {
  display: block !important;
}

.selected .title a {
  color: #2e9ea8;
}

#block_trailers .button_black .icon,
#block_photo_galleries .button_black .icon {
  margin-bottom: 1px;
}

/* block trailers accordion */
#block_trailers_accordion .block_title {
  background: url("images/bg_block_trailer_accordion.png") repeat-x 0 0;
  height: 24px;
}

#block_trailers_accordion .ui-accordion-content {
  border-style: dashed none none;
  border-color: #3a3a3a;
}

#block_trailers_accordion .block_title a {
  padding: 0 1px;
  font-size: 12px;
}

#block_trailers_accordion li {
  overflow: hidden;
  margin-top: 15px;
}

#block_trailers_accordion li:first-child {
  margin-top: 5px;
}

#block_trailers_accordion .photo {
  float: left;
  width: 131px;
  position: relative;
}

#block_trailers_accordion .details {
  float: left;
  width: 136px;
  padding-left: 15px;
}

#block_trailers_accordion .photo img {
  float: left;
}

#block_trailers_accordion .photo .bg {
  background: url("images/bg_zoom.png") no-repeat 50% 50%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

/* sidebar */
.posts_sidebar {
  margin-top: 10px;
  padding: 10px;
  font-size: 0.8em;
}
.posts_sidebar ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}
.posts_sidebar ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  font-size: 14px;
}
.posts_sidebar ul li img {
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.block {
  display: block;
  margin-bottom: 20px;
}

.block_title {
  background: #393939 url("images/bg_block_title_black.png") repeat-x 0 100%;
  color: #fff;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  padding: 8px 15px;
  height: 25px;
  line-height: 25px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* buttons */
.button, button {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  background: #f4623d;
  padding: 10px 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-shadow: none !important;
}

.list-top {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

.stdTable thead {
  font-size: 0.75em;
}

button {
  border-radius: 2px;
  border: none;
  position: relative;
  padding: 6px 24px;
  background: #e9e9e9;
  color: #383d40;
  font-size: 0.8em;
}
button .rightarr {
  position: absolute;
  background: url("images/arrow-right.png") no-repeat;
  right: -3px;
  top: 7px;
  background-size: 10px auto;
  width: 20px;
  height: 20px;
}
button .leftarr {
  position: absolute;
  left: 4px;
  top: 7px;
  background: url("images/arrow-left.png") no-repeat;
  background-size: 10px auto;
  width: 20px;
  height: 20px;
}

.button .wrap {
  background-image: url("images/bg_button.png");
  background-repeat: repeat-x;
  padding: 0 8px;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.button_small {
  font-size: 12px;
  line-height: 23px;
  height: 23px;
}

.button_middle {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}

.button_big {
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
}

button.button_small {
  line-height: 23px;
  height: 25px;
}

button.button_middle {
  line-height: 30px;
  height: 32px;
}

button.button_big {
  line-height: 38px;
  height: 40px;
}

.button_small .wrap {
  background-position: 0 0;
}

.button_middle .wrap {
  background-position: 0 -23px;
}

.button_big .wrap {
  background-position: 0 -53px;
}

.button:hover {
  background: #f57655;
}

.button_arrow .icon {
  background-image: url("images/bg_button_arrows.png");
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}

.button_arrow_left span.icon {
  margin-left: 0;
  margin-right: 10px;
}

.button_orange {
  color: #f4623d;
  padding: 3px -3px 3px 8px;
  float: right;
  background-image: url("images/bg_button_arrows_black.png");
}

.button_black span.icon {
  background-image: url("images/bg_button_arrows_black.png");
}

.button_small .icon,
.button_middle .icon {
  background-position: 0 0;
  width: 4px;
  height: 7px;
}

.button_small:hover .icon,
.button_middle:hover .icon {
  background-position: 0 -7px;
}

.button_arrow_left.button_small .icon,
.button_arrow_left.button_middle .icon {
  background-position: 100% -36px;
}

.button_arrow_left.button_small:hover .icon,
.button_arrow_left.button_middle:hover .icon {
  background-position: 100% -43px;
}

.button_big .icon {
  background-position: 0 -14px;
  width: 6px;
  height: 11px;
}

.button_big:hover .icon {
  background-position: 0 -25px;
}

.button_arrow_left.button_big .icon {
  background-position: 0 -50px;
}

.button_arrow_left.button_big:hover .icon {
  background-position: 0 -61px;
}

.button_black {
  color: #d1d1d1;
  text-decoration: none;
  border: 1px solid #444;
  border-radius: 2px;
  background: #232323;
  padding: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.button_black .wrap {
  background-image: url("images/bg_button_black.png");
  background-repeat: repeat-x;
  padding: 0 81px;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

a.button_share {
  float: left;
}

a.button_share .icon {
  background: url("images/bg_button_share.png") no-repeat 0 0;
  width: 9px;
  height: 9px;
}

a.button_share:hover .icon {
  background: url("images/bg_button_share.png") no-repeat 0 -9px;
}

.tabs-toplist {
  /* Style the list */
  display: none;
}
.tabs-toplist ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tabs-toplist {
  /* Float the list items side by side */
}
.tabs-toplist ul.tab li {
  float: left;
}
.tabs-toplist {
  /* Style the links inside the list items */
}
.tabs-toplist ul.tab li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}
.tabs-toplist {
  /* Change background color of links on hover */
}
.tabs-toplist ul.tab li a:hover {
  background-color: #ddd;
}
.tabs-toplist {
  /* Create an active/current tablink class */
}
.tabs-toplist ul.tab li a:focus, .tabs-toplist .active {
  background-color: #ccc;
}
.tabs-toplist {
  /* Style the tab content */
}
.tabs-toplist .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* TABS  */
.carouselitem {
  padding: 16px 35px 0 35px;
}
.carouselitem .imdb {
  margin-top: 2px;
  padding: 3px;
  padding-left: 30px;
  position: relative;
  border-radius: 4px;
  background: lighten #e9e9e9, 4;
  font-size: 0.7em;
  line-height: 20px;
  color: #383d40;
  float: right;
  margin-right: 5px;
}
.carouselitem .imdb:before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 24px auto;
}

#tabs-leigur ul {
  width: 100%;
}
#tabs-leigur ul li {
  display: inline-block;
  padding: 14px 10px;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  background: #e9e9e9;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
#tabs-leigur ul li.current {
  background: #62b0ba;
  color: white;
  opacity: 1;
}

.tabs-holder {
  position: relative;
}

.tab-content-leigur {
  opacity: 0;
  background: #ededed;
  height: 1px;
  position: relative;
  padding: 0 30px;
  padding-bottom: 30px;
}
.tab-content-leigur.hide {
  display: none;
}

.tab-content-leigur.current {
  opacity: 1;
  display: block;
  height: auto;
}

.tabs {
  float: none;
  list-style: none;
  margin: 0px 0 0 10px;
  text-align: left;
  min-height: 500px;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type=radio] {
  position: absolute;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  background: #cccccc;
  cursor: pointer;
  position: absolute;
  top: 2px;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.tabs label.vodafone {
  padding: 10px;
  width: 140px;
  height: 60px;
  background-image: url(images/vodafone_play.png) !important;
  background-size: 80% auto !important;
  background-repeat: no-repeat !important;
  background-position: 14px 6px !important;
}
.tabs label.nytt {
  padding: 10px;
  width: 80px;
  height: 60px;
  left: 10px;
  text-align: center;
}
.tabs label.vaentanlegt {
  text-align: center;
  padding: 10px;
  width: 170px;
  height: 60px;
  left: 100px;
}
.tabs label.filma {
  left: 160px;
  padding: 0 10px !important;
  width: 140px;
  height: 60px;
  background-image: url(images/filma_logo.png) !important;
  background-size: 80% auto !important;
  background-repeat: no-repeat !important;
  background-position: 14px 16px !important;
}
.tabs label:hover {
  background: rgb(229.5, 229.5, 229.5);
  opacity: 0.9;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
  left: 0;
  background: rgb(242.25, 242.25, 242.25);
}
.tabs #tab-content2 {
  margin-top: 20px;
}
.tabs [id^=tab]:checked + label {
  top: 6px;
  padding-top: 17px;
  background: rgb(242.25, 242.25, 242.25);
  opacity: 1;
}
.tabs [id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: rgb(242.25, 242.25, 242.25);
  transition: all 0.2s ease-in;
}
p.link a:hover {
  background-color: white;
}

#main_tabs .ui-tabs-nav li a {
  color: #fff !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: white;
  margin-top: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #62b0ba;
}

.tabs_slider img {
  display: inline;
}

.tabs_slider .title a {
  text-align: left;
  margin: 0 14px;
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.tabs_slider .title a:hover {
  text-decoration: none;
}

.tabs_slider li h4 {
  font-size: 13px;
  font-weight: bold;
}

.tabs_slider li img {
  width: 125px;
  height: 180px;
}

#block_inTheaters,
#block_comingSoon,
#block_newOnDVD {
  background: #61b0ba !important;
  border-color: #8dc6cd;
  border-style: dashed none none;
  height: 350px;
}

#main_tabs {
  overflow: hidden;
  height: 350px;
}

#main_tabs .ui-tabs-nav li.ui-state-active {
  background: #61b0ba !important;
}

.flex-direction-nav {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 49px;
}

.flex-direction-nav .flex-prev {
  width: 25px;
  height: 25px;
  float: left;
  background: url("images/main_tabs_slider_arrow.png") 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
}

.flex-direction-nav .flex-prev:hover {
  background-position: 0 -25px;
}

.flex-direction-nav .flex-next {
  width: 24px;
  margin-right: -10px;
  height: 25px;
  float: right;
  background: url("images/main_tabs_slider_arrow.png") -25px 0 no-repeat;
  text-indent: -9999px;
  display: block;
}

.flex-direction-nav .flex-next:hover {
  background-position: -25px -25px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.2;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  /*  background:     url('../images/arrows-ffffff.png') no-repeat -10px -100px; 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 0.8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}

/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(0);
}

/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
  margin-bottom: 20px;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin: 0 0 2px;
  zoom: 1;
  font-size: 16px;
  color: #121212;
  background: #d6d6d6 url("images/bg_accordion.png") repeat-x;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 2px;
}

.ui-accordion .ui-state-active {
  margin: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-top: 1px dashed #ccc;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 0;
  margin-bottom: 2px;
  position: relative;
  top: 0;
  overflow: auto;
  display: none;
  zoom: 1;
}

.ui-accordion .ui-accordion-content p {
  margin: 0 !important;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0px 10px !important;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  height: 40px;
  padding: 0 15px;
  background: #62b0ba;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  white-space: nowrap;
  background: white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  background: #fff !important;
  padding: 15px 10px 5px !important;
  border: 1px solid rgb(239.5, 239.5, 239.5);
  border-top: 1px solid #d6d6d6;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-tabs-nav li {
  float: left;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.ui-tabs-nav li:hover {
  background: rgb(133.4292035398, 193.8274336283, 201.5707964602);
}

.ui-tabs-nav li.ui-state-active {
  background: #fff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 8px;
  height: 33px;
  line-height: 32px;
}
.ui-tabs-nav li.ui-state-active a {
  color: #383d40;
}

.ui-tabs-nav li a {
  font-size: 0.8em;
  color: white;
  text-decoration: none;
}

/* Selectmenu
----------------------------------*/
.ui-selectmenu {
  display: block;
  position: relative;
  height: 32px;
  text-decoration: none;
  overflow: hidden;
  background: #fff !important;
  border: 0 none !important;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  color: #3c3c3c !important;
  font-weight: normal !important;
  margin-top: 3px;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 32px !important;
  width: 37px !important;
  background: url("../images/bg_search.png") no-repeat 0 -96px !important;
}

.ui-selectmenu-icon:hover {
  background: url("../images/bg_search.png") no-repeat 0 -128px !important;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  overflow: auto;
  display: none;
}

.ui-selectmenu-open {
  visibility: visible;
  display: block;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
  background: #fff !important;
  border: 0 none !important;
  color: #3c3c3c;
  margin-top: -1px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid #fff;
  font-weight: normal !important;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  color: #3c3c3c !important;
  line-height: 32px !important;
  display: block;
  padding: 0 9px;
  outline: none;
  text-decoration: none;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  line-height: 1.4em;
}

.ui-selectmenu-open li {
  margin: 1px 2px;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 2px;
}

.ui-selectmenu-open li a {
  display: block;
  padding: 0 8px;
  margin: 0 1px;
  line-height: 30px;
  height: 30px;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a,
.ui-selectmenu-open li.ui-selectmenu-item-selected a {
  background: url("../images/bg_button.png") repeat-x 0 -23px !important;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected,
.ui-selectmenu-open li.ui-selectmenu-item-focus {
  border: 1px solid #b3b3b3 !important;
}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
  display: block;
  margin-bottom: 0.2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: 0.8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: 0.6em 0.5em 0;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* fix for facebook like-button for min-width */
#fb-root {
  display: none;
}

/* twitter widget */
.content .twtr-widget {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 19px !important;
}

.twtr-widget .twtr-hd {
  display: none;
}

.twtr-widget .twtr-bd {
  padding: 0;
}

div.twtr-widget .twtr-tweet-wrap {
  border-bottom: 1px dashed #bdbdbd;
  padding: 5px 0;
}

div.twtr-widget .twtr-tweet,
.twtr-widget .twtr-results-hr {
  border-bottom: 1px solid #fff;
}

.twtr-widget .twtr-user {
  display: none;
}

div.twtr-widget em {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
}

div.twtr-widget .twtr-bd p {
  line-height: 19px !important;
}

.twtr-widget em a,
.twtr-widget .twtr-ft a {
  display: none;
}

.twtr-widget em .twtr-timestamp,
.twtr-widget .twtr-ft .twtr-join-conv {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#container .twtr-ft .twtr-join-conv {
  color: #3c3c3c;
}

.twtr-widget .twtr-join-conv .icon {
  background: url("../images/bg_twitter.png") no-repeat 0 0;
  margin-right: 8px;
  height: 12px;
  width: 13px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: none;
}

.twtr-join-conv .wrap .wrap {
  padding: 0;
}

.twtr-widget .twtr-join-conv:hover .icon {
  background-position: 0 0;
}

.twtr-widget .twtr-ft div {
  padding: 10px 0 0;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  display: none;
  float: left;
  backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
  max-width: 600px !important;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

#category-posts-3-internal li > div {
  clear: none !important;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
}

.flexslider li {
  margin-top: 2px;
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider {
  position: relative;
}

.corner-banner {
  position: absolute;
  top: 0px;
  right: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
}

.corner-banner .date-corner {
  width: 88px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -5px;
}

.corner-banner .date-corner-medium {
  width: 88px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -13px;
}

.corner-banner .date-corner-text {
  font: 500 13px Sans-Serif;
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  padding: 4px 0;
  left: -5px;
  top: 17px;
  width: 120px;
  background-color: #bfdc7a;
  background-image: gradient(linear, left top, left bottom, from(#f2623d), to(#e95d3a));
  color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.corner-banner .date-corner-text:before,
.corner-banner .date-corner-text:after {
  content: "";
  border-top: 3px solid #f2623d;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.corner-banner .date-corner-text:before {
  left: 0;
}

.corner-banner .date-corner-text:after {
  right: 0;
}

/* -- orangey bits -- */
/* -- orangey bits -- */
.carousel li {
  margin-right: 5px;
}

.flexslider_more_link {
  position: absolute;
  bottom: -40px;
  right: 20px;
  border: 1px solid #fff;
  padding: 2px 10px;
}

.flexslider_more_link a {
  color: #fff;
}

/*Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.wrap_me {
  background: #fff;
  border: 1px solid #ccc;
  cursor: auto;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 4px;
  margin-bottom: 5px;
}

.float_left {
  float: left;
}

.filterlist .checkbox {
  width: 48%;
  float: left;
  line-height: 0.8em;
  height: 20px;
  font-size: 0.73em;
  overflow: hidden;
  color: #3e3e3e;
}
.filterlist .checkbox label {
  line-height: 10px;
  padding-left: 2px;
}
.filterlist .filter {
  max-width: 90%;
  margin-left: 5%;
}

.kvikmyndaleitarinn {
  background: #f2623d url("images/caracters1.png") no-repeat bottom 4px right 10px;
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: inline-block;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .kvikmyndaleitarinn {
    background: #f2623d;
  }
}
.kvikmyndaleitarinn.leita_check {
  min-height: none;
}
.kvikmyndaleitarinn.leita_check .checkbox {
  width: 150px;
  line-height: 1em;
}
.kvikmyndaleitarinn.leita_check .checkbox label {
  height: 34px;
  line-height: 12px;
}
.kvikmyndaleitarinn .hl {
  background: #f2623d;
  border-radius: 3px;
  position: absolute;
  top: -20px;
  height: 30px;
  padding: 5px 20px 10px 20px;
  color: #fff;
  font-size: 16px;
}
.kvikmyndaleitarinn .checkboxes {
  margin: 10px;
}
.kvikmyndaleitarinn .inner {
  padding-top: 10px;
}
.kvikmyndaleitarinn .desc {
  color: #fff;
  position: absolute;
  top: 10px;
}
.kvikmyndaleitarinn .desc_small {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
  padding: 10px 20px;
  text-align: left;
}

.kvikmyndaleitarinn input[type=radio],
.kvikmyndaleitarinn input[type=checkbox] {
  display: none;
}

.kvikmyndaleitarinn input[type=radio] + label,
.kvikmyndaleitarinn input[type=checkbox] + label {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  padding: 11px 10px 6px 34px;
  padding-left: 34px;
  position: relative;
  vertical-align: middle;
  color: #fff;
}

.kvikmyndaleitarinn input[type=radio]:checked + label,
.kvikmyndaleitarinn input[type=checkbox]:checked + label {
  border-radius: 5px;
  background: #d95736;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: checked 200ms ease 1;
  animation: checked 200ms ease 1;
}

.kvikmyndaleitarinn input[type=radio] + label:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
  border-radius: 100% 100% 100% 100%;
  content: " ";
  height: 7px;
  left: 12px;
  position: absolute;
  top: 6px;
  width: 7px;
}

.kvikmyndaleitarinn input[type=radio] + label:hover:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

.kvikmyndaleitarinn input[type=radio]:checked + label:before {
  background: none repeat scroll 0 0 #fff;
}

.kvikmyndaleitarinn input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 3px;
  top: 16px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kvikmyndaleitarinn input[type=checkbox] + label:hover:before {
  border-color: rgba(255, 255, 255, 0.5);
}

.kvikmyndaleitarinn input[type=checkbox]:checked + label:before {
  border-color: #fff;
}

.kvikmyndaleitarinn input[type=radio] + label:after,
.kvikmyndaleitarinn input[type=checkbox] + label:after {
  border: 3px solid #fff;
  border-radius: 100% 100% 100% 100%;
  content: " ";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 8px;
  width: 20px;
}

.kvikmyndaleitarinn input[type=radio]:checked + label:after,
.kvikmyndaleitarinn input[type=checkbox]:checked + label:after {
  border-color: #fff;
}

.kvikmyndaleitarinn .checkbox {
  float: left;
  margin: 0px 2px;
  width: 30%;
  height: 40px;
  overflow: hidden;
  padding: 2px 3px;
  text-align: left;
  font-size: 0.9em;
}

.kvikmyndaleitarinn .leita {
  clear: both;
  margin-left: 20px;
  padding-top: 10px;
}

.kvikmyndaleitarinn .leita1 {
  box-shadow: inset 0px 0px 0px 0px #fff;
  background-color: #d95636;
  border-radius: 5px;
  text-indent: 1px;
  border: none;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  width: 98px;
  text-decoration: none;
  text-align: center;
  transition: ease 0.2s all;
  margin-left: 20px;
}
.kvikmyndaleitarinn .leita1:hover {
  color: #e06243;
  background: #fff;
  cursor: pointer;
}
.kvikmyndaleitarinn .leita1:active {
  position: relative;
  top: 1px;
}

.widget-container ul li,
background none ul li {
  border-bottom: 1px solid #e2e2e2;
  line-height: 24px;
  list-style: none;
  background: #f2f2f2;
}

.widget-container ul a,
background none ul a {
  color: #383d40;
}

.widget-container ul .imdb-small,
background none ul .imdb-small {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  background: url("images/imdb-small.png") no-repeat center center;
  background-size: 24px auto;
}

.mest_lesid_text {
  border-bottom: 1px solid rgb(245.75, 245.75, 245.75);
  line-height: 30px;
  font-size: 0.8em;
  font-family: "Open-Sans", sans-serif;
}
.mest_lesid_text a {
  text-decoration: none;
  display: block;
  color: #424444;
}
.mest_lesid_text a:hover {
  color: #62b0ba;
}

.mest_lesid_text li:nth-child(even) {
  background: #e9e9e9;
}

.mest_lesid_text .number {
  color: #383d40;
  font-weight: bold;
}

.mest_lesid_text a {
  color: #383d40;
}

.mest_lesid_text .imdb-small {
  float: right;
  width: 70px;
  background: url("images/imdb-small.png") no-repeat center center;
  background-size: 24px auto;
}

#box_office {
  background: #fff;
  width: 208px;
  border: 1px solid #ccc;
  float: left;
  font-size: 13px !important;
}

#box_office h4 {
  border-bottom: 1px #ececec dashed;
  font-size: 18px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  line-height: 40px;
}

#box_office a {
  color: #383d40;
  font-size: 13px !important;
}

#box_office table {
  display: block;
  padding: 0px 10px 5px !important;
  width: auto;
}

#box_office tr {
  border-bottom: 1px #ececec dashed;
}

#box_office td {
  padding: 6px 5px;
}

#box_office tr.last {
  background: none;
}

#box_office .name {
  color: #206c73;
}

#box_office .price,
#box_office .number {
  color: #3c3c3c !important;
  font-size: 13px !important;
}

#box_office .button {
  float: right;
  margin-top: 4px;
}

#movie_reviews {
  width: 400px;
  float: right;
}

#movie_reviews .title_page {
  border-bottom: 1px dashed #ececec;
  line-height: 30px;
  padding: 6px 0 8px 8px;
  margin-bottom: 6px;
}

#movie_reviews h2 .button {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
}

#movie_reviews li {
  width: 180px;
  padding: 5px;
}

#movie_reviews li.first {
  float: right;
}

#movie_reviews p {
  margin-bottom: 8px;
}

#movie_reviews .rate {
  width: 70px;
  height: 12px;
  float: left;
  background: url("images/rate_stars.png") 0 0 repeat-x;
  position: relative;
  cursor: pointer;
  margin-top: 4px;
}

#movie_reviews .active_rate {
  background: url("images/rate_stars.png") 0 -12px repeat-x;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
}

#movie_reviews a,
#box_office .name a,
.news .details a:hover,
.news .title {
  text-decoration: none;
}

#movie_reviews a:hover,
#box_office .name a:hover,
.news .details a,
.news .title:hover {
  text-decoration: underline;
}

#movie_reviews .full {
  float: right;
  text-decoration: none;
  outline: none;
}

#movie_reviews .title,
.news .title {
  font-size: 16px;
  color: #383d40;
  font-weight: bold;
  line-height: 22px;
}

#movie_reviews .author {
  border-right: 1px solid #9a9a9a;
  margin-right: 5px;
  padding-right: 5px;
  color: #62b0ba;
  font-size: 12px;
}

#movie_reviews .numbers {
  color: #121212;
}

#movie_reviews .by {
  color: #696969;
}

.logo_forsida .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 4px;
  background: #042a2f;
  transition: ease 0.2s all;
}
.logo_forsida .logo-box img {
  max-width: 100%;
  max-height: 30px;
}
.logo_forsida .logo-box:hover {
  opacity: 0.9;
}

.review_forsida_img {
  width: 140px;
  height: 100px;
  background-position: 0 -100px;
  background-size: 100%;
  border: 1px solid #ccc;
  cursor: auto;
  border-radius: 3px;
  zoom: 1;
  padding: 14px;
  margin-bottom: 5px;
}

.review_forsida_img img {
  width: 40px;
}

.review p {
  max-width: 160px;
  max-height: 100px;
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.widget-area {
  font-size: 14px !important;
}

.affiliates {
  margin-bottom: 10px;
  margin-top: -20px;
}
.affiliates .title {
  font-size: 10px;
  font-weight: 300;
  color: #525252;
  margin-bottom: 5px;
}
.affiliates .affiliate_items {
  display: flex;
  flex-direction: row;
}
.affiliates .available {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.affiliates .available.vodafone {
  background-image: url("images/Vodafone_icon.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 5px center;
}
.affiliates .available.stod2marathon {
  background-image: url("images/stod2marathon.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 5px center;
}
.affiliates .available.netflix {
  background-image: url("images/netflix.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: top 5px center;
}
.affiliates .available .text {
  position: absolute;
  bottom: 3px;
  text-align: center;
  font-size: 8px;
  color: #adadad;
  width: 100%;
}

.table th,
.table td {
  font-size: 13px;
}

.checkbox,
.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  display: block;
  float: left;
}

.radio {
  background: url("radio.gif") no-repeat;
}

.select {
  position: absolute;
  width: 158px;
  /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial, sans-serif;
  background: url("off.png") no-repeat;
  overflow: hidden;
}

.chkdiv {
  background-repeat: no-repeat;
  font-size: 1px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: left;
  background-image: url("http://kvikmyndirfalseimages/checkbox_off.png");
}

.news img {
  float: left;
  margin-right: 15px;
  max-height: 80px;
  width: auto;
}

.news .button {
  float: right;
}

.news ul.details {
  overflow: hidden;
  color: #696969;
  margin: 2px 0 8px;
  font-size: 0.8em;
  opacity: 0.6;
}

.news .details a {
  color: #121212;
}

.news li {
  border-left: 1px solid #696969;
  float: left;
  margin-left: 10px;
  padding-left: 9px;
}

.news li .midill {
  color: #62b0ba;
  text-decoration: none;
  font-weight: 600;
}

.news .news_item {
  margin-bottom: 14px;
  padding-bottom: 14px;
  background: url("images/bg_td.png") repeat-x 0 100% transparent;
}

.news .news_item a:hover {
  text-decoration: none;
}

.news li:first-child {
  border-left: 0 none;
  margin-left: 0;
  padding-left: 0;
}

#map_canvas {
  width: 100%;
  min-height: 600px;
}

.movie_list .item {
  margin: 5px;
  background: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #efefef;
  overflow: hidden;
  transition: ease all 0.2s;
  padding-bottom: 5px;
}
.movie_list .item:hover {
  background: #f1633b;
  color: white;
}
.movie_list .item:hover .title a {
  color: white;
}
.movie_list .item a {
  text-decoration: none;
  border: none;
}
.movie_list .item .imdb {
  margin-top: 2px;
  padding: 3px;
  padding-left: 30px;
  position: relative;
  border-radius: 4px;
  background: lighten #e9e9e9, 4;
  font-size: 0.7em;
  line-height: 20px;
  color: #383d40;
  float: right;
  margin-right: 5px;
}
.movie_list .item .imdb:before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 24px auto;
}
.movie_list .item img {
  height: 220px;
  width: 96%;
  margin-left: 2%;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .movie_list .item img {
    height: auto;
  }
}
.movie_list .item .title {
  padding: 0 4px;
}
.movie_list .item .title a {
  color: #f1633b;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
}
.movie_list .item .genre {
  color: #383d40;
  font-size: 0.6em;
  margin-right: 4px;
  float: left;
}

.tegund_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
}
@media (max-width: 1780px) {
  .tegund_list {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1530px) {
  .tegund_list {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1290px) {
  .tegund_list {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1040px) {
  .tegund_list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 770px) {
  .tegund_list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 500px) {
  .tegund_list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 8px;
    padding: 8px;
  }
}

.tegund_list .item {
  margin: 5px auto;
  background: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #efefef;
  width: 246px;
}
@media (max-width: 500px) {
  .tegund_list .item {
    width: 100%;
    margin: 0;
  }
}
.tegund_list .item {
  transition: ease all 0.2s;
}
.tegund_list .item .trailer-btn {
  margin-top: 4px;
  margin-left: 10px;
  background: #efefef;
  color: #f1633b;
  font-size: 0.7em;
  padding: 4px 10px;
  border-radius: 3px;
}
.tegund_list .item:hover {
  background: #ececef;
  color: white;
}
.tegund_list .item:hover a.title {
  color: white;
}
.tegund_list .item a {
  text-decoration: none;
}
.tegund_list .item .imdb {
  margin-top: 4px;
  padding-left: 42px;
  position: relative;
  border-radius: 4px;
  background: lighten #e9e9e9, 4;
  font-size: 0.9em;
  line-height: 25px;
  color: #383d40;
  margin-left: 10px;
}
.tegund_list .item .imdb:before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 42px;
  height: 34px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 34px auto;
}
.tegund_list .item img {
  width: 100%;
}
.tegund_list .item .title {
  color: #f1633b;
  font-size: 0.9em;
  font-weight: 600;
  padding: 10px 0 0 10px;
}
.tegund_list .item .genres {
  padding: 5px 10px;
  color: #383d40;
  font-size: 0.8em;
}

.movie_long_list .item {
  float: left;
  margin: 5px;
  background: #fcfcfc;
  border-radius: 4px;
  border: 1px solid rgb(204.2876106195, 229.482300885, 232.7123893805);
  width: 260px;
  min-height: 500px;
  overflow: hidden;
  transition: ease all 0.2s;
}
.movie_long_list .item:hover {
  background: rgb(239.7168141593, 247.3097345133, 248.2831858407);
  color: white;
}
.movie_long_list .item:hover a {
  color: white;
}
.movie_long_list .item:hover a.title {
  color: white;
}
.movie_long_list .item a {
  text-decoration: none;
}
.movie_long_list .item .imdb {
  margin-top: 4px;
  padding-left: 30px;
  position: relative;
  border-radius: 4px;
  background: lighten #e9e9e9, 4;
  font-size: 0.7em;
  line-height: 20px;
  color: #383d40;
}
.movie_long_list .item .imdb:before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 24px auto;
}
.movie_long_list .item img {
  height: auto;
  width: 100%;
  max-height: 380px;
}
.movie_long_list .item .title {
  color: #f1633b;
  font-size: 0.9em;
  font-weight: 700;
  padding: 5px;
}
.movie_long_list .item .genres {
  padding: 0 5px;
}
.movie_long_list .item .genre {
  color: #383d40;
  font-size: 0.7em;
  margin-right: 4px;
  float: left;
}

.videoboxes .img {
  background-image: url(https://kvikmyndir.is/wp-content/uploads/2022/09/biobaer-1-300x155.jpg);
  width: 100%;
  height: 190px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.videoboxes .img .playbutton {
  width: 50px;
  height: 50px;
  background: url(images/bigplay.png) no-repeat;
  background-size: 50px;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.videoboxes h4 {
  margin: 10px 0 2px 0;
}

.movie-detail-list {
  clear: both;
}

.skodatrailer {
  border-radius: 3px;
  padding: 6px 12px;
  margin-top: 8px;
  transition: ease 0.2s #efefef;
  background: url(images/bigplay.png) no-repeat;
  background-size: 50px;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.skodatrailer.biotimar {
  text-align: center;
  width: 50px;
  height: 50px;
}
.skodatrailer:hover {
  opacity: 0.8;
}
.skodatrailer a {
  color: white;
  text-decoration: none;
}

.movie-detailed {
  border-bottom: 2px solid rgb(201.7695652174, 227.8826086957, 231.2304347826);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.movie-detailed a {
  font-size: 0.9em;
  text-decoration: none;
}
.movie-detailed .title,
.movie-detailed .vtitill {
  color: #f1633b;
  font-size: 2em;
  font-weight: 700;
}
.movie-detailed .cast-list {
  font-size: 0.9em;
  margin-top: 8px;
}
.movie-detailed .cast-list .person {
  box-shadow: none;
  padding: 0;
}
.movie-detailed .sogutradur {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 8px;
  padding-right: 20px;
  color: #363e41;
}
.movie-detailed .utgefin {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 8px;
  color: #363e41;
}
.movie-detailed .genres .genre {
  color: #60aeb8;
  font-size: 0.8em;
  margin-right: 4px;
}

.btn_waiting {
  background: #61afb9 url("images/ajax-loader-white.gif") no-repeat 10px 7px !important;
  width: 130px;
}

#btn_leita {
  border: none;
  outline: none;
  padding: 10px 30px;
  margin: 0 auto;
}

.engin_mynd {
  font-size: 16px;
  padding: 20px;
}

.externalnews img {
  width: 100px;
  height: 100px;
}

.externalnews .wp-post-image {
  background: #fff;
  border: 1px solid #ccc;
  cursor: auto;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 4px;
  margin-bottom: 5px;
}

a.morelink {
  text-decoration: none;
  outline: none;
}

.morecontent span {
  display: none;
}

.movies-holder {
  width: 100%;
  clear: both;
}

.movies-holder .item {
  display: block;
  background: #fff;
  border-radius: 2px;
  padding: 10px;
  float: left;
  margin: 0 10px 10px 0;
  width: 160px;
  height: 260px;
  overflow: hidden;
}

.movies-holder .item img {
  width: 140px;
}

.reviewbox {
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.reviewbox .vote_counter {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
}

.reviewbox .hjalpleg {
  font-size: 13px;
}

.reviewbox .user_vote {
  background: #f2f2f2;
  padding: 2px 9px;
  border-radius: 3px;
  margin-left: 4px;
  cursor: pointer;
}

.reviewbox .user_vote:hover {
  background: #61afb9;
  color: #fff;
}

.reviews-holder {
  display: none;
  position: relative;
}

.waiting {
  background: #61afb9 url("images/ajax-loader-white.gif") no-repeat 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.product-review-stars label:after {
  content: "★";
  color: inherit;
  transform: scale(4);
  position: absolute;
  z-index: 4;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  color: inherit;
  visibility: hidden;
}

.product-review-stars input:checked + label:after {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.product-review-stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}

.product-review-stars label {
  font-family: "icomoon";
  font-size: 1.4em;
  position: relative;
  cursor: pointer;
  color: #dfe3e4;
}

.product-review-stars input:checked ~ label:before {
  opacity: 1;
}

.product-review-stars:hover input ~ label:before {
  opacity: 0;
}

.product-review-stars input + label:before {
  content: "★";
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

.product-review-stars input + label:hover:before,
.product-review-stars input + label:hover ~ label:before {
  opacity: 1;
}

.product-review-stars input + label:nth-of-type(1):after,
.product-review-stars input + label:nth-of-type(1):before,
.product-review-stars input + label:nth-of-type(1):hover:before,
.product-review-stars input + label:nth-of-type(1):hover ~ label:before,
.product-review-stars input:nth-of-type(1):checked ~ label:before {
  color: #f4623d;
}

.product-review-stars input + label:nth-of-type(2):after,
.product-review-stars input + label:nth-of-type(2):before,
.product-review-stars input + label:nth-of-type(2):hover:before,
.product-review-stars input + label:nth-of-type(2):hover ~ label:before,
.product-review-stars input:nth-of-type(2):checked ~ label:before {
  color: #f4623d;
}

.product-review-stars input + label:nth-of-type(3):after,
.product-review-stars input + label:nth-of-type(3):before,
.product-review-stars input + label:nth-of-type(3):hover:before,
.product-review-stars input + label:nth-of-type(3):hover ~ label:before,
.product-review-stars input:nth-of-type(3):checked ~ label:before {
  color: #f4623d;
}

.product-review-stars input + label:nth-of-type(4):after,
.product-review-stars input + label:nth-of-type(4):before,
.product-review-stars input + label:nth-of-type(4):hover:before,
.product-review-stars input + label:nth-of-type(4):hover ~ label:before,
.product-review-stars input:nth-of-type(4):checked ~ label:before {
  color: #f4623d;
}

.product-review-stars input + label:nth-of-type(5):after,
.product-review-stars input + label:nth-of-type(5):before,
.product-review-stars label:nth-of-type(5):hover:before,
.product-review-stars input:nth-of-type(5):checked ~ label:before {
  color: #f4623d;
}

.product-review-stars label:nth-of-type(5):hover:before {
  color: #f4623d !important;
}

.skrifagagnryni {
  color: #f4623d;
  cursor: pointer;
  display: block;
}

.skrifa-gagnryni {
  width: 100%;
  margin: 10px 0 30px 0;
  display: none;
}

.gagnryni-overview {
  float: left;
  width: 110px;
}

.form-holder {
  border: 1px solid #f4623d;
  border-radius: 3px;
}

.form-holder .user-feedback {
  display: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
}

.form-holder .button {
  margin: 10px;
}

.form-holder textarea {
  font-family: "Open-Sans", sans-serif;
  color: #383d40;
  padding: 10px;
  resize: none;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 20px;
  font-size: 16px;
  font-weight: 100;
  min-height: 100px;
  width: 100%;
  border: 1px solid #f1633b;
}

.form-holder .hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
}

.form-holder .input-group {
  position: relative;
  margin: 10px 10px;
}

.form-holder .input-group input {
  border: none;
  background: #fff;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #f4623d;
  height: 36px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #383d40;
}

.form-holder .input-group input:focus {
  outline: none;
}

.form-holder .input-group .placeholder {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  color: #808080;
  background-color: inherit;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
}

.form-holder .input-group input:focus + .placeholder,
.form-holder .input-group input:not(:invalid) + .placeholder {
  color: #383d40;
  top: 10%;
  margin-top: -16px;
  font-size: 0.8em;
}

.form-holder .form-hl {
  padding: 10px;
  color: #fff;
  font-weight: 500;
  background: #f4623d;
}

.form-holder .user-rating {
  margin-top: 14px;
  margin-left: -10px;
}

/* Range slider */
.rangex-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.rangex-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.rangex-container sup {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.rangex-container .slider-wrapper {
  width: 500px;
  display: inline-block;
  position: relative;
  font-family: arial;
}
.rangex-container .ui-slider {
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 20px;
  position: relative;
  border-radius: 100px;
}
.rangex-container .ui-slider-range {
  background: #71c0ff;
  height: 20px;
  position: absolute;
  border-top: 1px solid #5d99c8;
  border-bottom: 1px solid #5d99c8;
  transform: translateY(-1px);
}
.rangex-container .ui-slider-range:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.rangex-container .ui-slider-handle {
  background: #555;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 10;
  background: linear-gradient(#555, #454545);
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.1s;
}
.rangex-container .ui-slider-handle:focus {
  outline: none;
}
.rangex-container .ui-slider-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.rangex-container .ui-state-active {
  width: 22px;
}
.rangex-container .range-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.rangex-container .range {
  background: #fff;
  white-space: nowrap;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #555;
  width: 150px;
  z-index: 10;
  position: relative;
}
.rangex-container .range:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 6px solid #d2d2d2;
}
.rangex-container .range-value {
  width: 74px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  transition: background 0.1s;
}
.rangex-container .range-divider {
  width: 1px;
  display: inline-block;
}
.rangex-container .range-divider:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  content: "";
}
.rangex-container .range-alert {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0E0E0E;
  line-height: 15px;
  transition: right 0.2s;
}
.rangex-container .range-alert.active {
  right: -15px;
}
.rangex-container .marker {
  position: absolute;
  top: 100%;
  padding-top: 16px;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}
.rangex-container .marker:after {
  content: "";
  width: 1px;
  height: 8px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rangex-container .marker-0:after {
  display: none;
}
.rangex-container .marker-25 {
  left: 25%;
}
.rangex-container .marker-50 {
  left: 50%;
}
.rangex-container .marker-75 {
  left: 75%;
}
.rangex-container .marker-100 {
  right: 0;
  transform: translateX(50%);
}
.rangex-container .marker-100:after {
  display: none;
}
.rangex-container .gear-wrapper {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  backface-visibility: hidden;
  width: 150px;
  height: 20px;
  overflow: hidden;
}
.rangex-container .gear-large {
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  left: 18px;
  transform-origin: 50% 50%;
  transition: top 0.15s;
}
.rangex-container .gear-large:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e8e8e8;
  border-radius: 100px;
}
.rangex-container .gear-large:nth-child(2) {
  background: #d2d2d2;
  left: auto;
  right: 18px;
}
.rangex-container .gear-large:nth-child(2) .gear-tooth {
  background: #d2d2d2;
}
.rangex-container .gear-large.active {
  top: 4px;
}
.rangex-container .gear-tooth {
  width: 22%;
  height: 114%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  background: #d2d2d2;
  border-radius: 2px;
}
.rangex-container .gear-tooth:nth-child(2) {
  transform: rotate(90deg) translate(-50%, -50%);
}
.rangex-container .gear-tooth:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}
.rangex-container .gear-tooth:nth-child(4) {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.over_message {
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 90000;
  width: 30%;
  height: 100px;
  background: #62b0ba;
  font-weight: 500;
  font-size: 16px;
  margin-left: -15%;
  border-radius: 15px;
  padding: 30px;
  color: #fff;
  text-align: center;
  animation: signup-response 1.5s 1;
  -webkit-animation: signup-response 1.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

.fancybox-skin {
  background: #383d40;
  border-radius: 2px;
  color: #444;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: none;
}

.small-date {
  font-size: 12px;
  color: #62b0ba;
  font-weight: 500;
}

#inline-add {
  display: none;
  background: #fff;
  border-radius: 5px;
}

.linklist ul {
  margin-left: 20px;
}

.linklist ul li {
  border-bottom: 1px dashed #ccc;
  line-height: 24px;
}

.linklist ul li a {
  color: #000;
}

.linklist .time {
  color: #f4623d;
  width: 80px;
  font-size: 10px;
}

.pluginSkinLight {
  background: #fafafa !important;
}

.trailer_play_item {
  position: relative;
}
.trailer_play_item img {
  width: 100%;
}
.trailer_play_item .play_button img {
  width: 100px;
}

.loading-hl {
  width: 100%;
  padding: 20px;
  font-size: 1.6em;
  line-height: 40px;
  background: rgb(240.65, 240.65, 240.65);
  color: #62b0ba;
  font-weight: 300;
  text-align: center;
}

.loading-info {
  width: 100%;
  text-align: center;
}

.post-listing.post {
  padding: 20px;
}

.post-inner {
  padding: 20px 0;
}

.frontpage {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.frontpage .content {
  width: 100%;
}

@-webkit-keyframes signup-response {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
@keyframes signup-response {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
.imgScroll {
  width: 465px;
  margin: 12px auto 0 auto;
  float: left;
}

.tabRotateBox .imgScroll li {
  background: none;
  width: auto;
}

.imgScroll li {
  float: left;
  list-style-type: none;
  min-height: 178px;
  margin-left: 4px;
}

.imgScroll li span {
  display: block;
  font: normal 12px Arial, Helvetica, sans-serif;
}

.imgScroll li.arwLt {
  background: url(images/arwLt.gif) no-repeat center center;
  width: 20px;
}

.imgScroll li.arwLt {
  background: url(images/arwRt.gif) no-repeat center center;
  width: 20px;
}

.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  margin: 1px;
}
.yarpp-related .yarpp-thumbnail .yarpp-thumbnail-title {
  font-size: 0.8em;
}

.yoxview .box {
  height: 145px;
  margin-right: 4px;
  margin-bottom: 10px;
}

/* Myndir mánaðarins mobile*/
#leftShiftContainer {
  margin-top: 150px;
}

.event_list .month {
  font-size: 1.4em;
  font-weight: 500;
  margin: 10px 0;
}
.event_list .item {
  font-size: 0.9em;
  padding: 5px 5px;
  margin: 4px 0;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
  color: #424444;
}
.event_list .item.vod img {
  height: auto;
  width: 20px;
  margin-bottom: -2px;
}
.event_list .item.bio img {
  height: auto;
  width: 22px;
}
.event_list .item.hatid img {
  height: auto;
  width: 32px;
  margin-bottom: -5px;
}
.event_list .item .type {
  border-radius: 3px;
  font-size: 0.8em;
  padding: 3px 5px;
}
.event_list .item .vod {
  color: #f1633b;
}
.event_list .item .bio {
  color: #62b0ba;
}
.event_list .item.hatid {
  color: #f1633b;
  font-size: 1.2em;
}
.event_list .texti {
  padding: 20px;
  margin: 20px;
  background: #f5f5f5;
  border-radius: 5px;
}
.event_list .texti a {
  color: #f1633b;
}

.app_header {
  width: 120px;
}
.app_header img {
  max-width: 100%;
}

.title_right_panel {
  font-size: 13px;
  color: #f1633b;
  text-transform: uppercase;
  font-weight: bold;
}

.biotimar_right_box {
  font-size: 14px;
  color: #383d40;
  border-radius: 10px;
  padding: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.biotimar_right_box .fyrirsogn {
  color: #f1633b;
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 5px;
}
.biotimar_right_box .takki {
  padding: 6px 10px;
  background: #f1633b;
  border-radius: 3px;
  display: inline-block;
  color: white;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
}
.biotimar_right_box .takki a {
  color: white;
}
.biotimar_right_box .texti {
  margin: 2px 0;
  line-height: 19px;
  font-size: 0.9em;
  margin-left: 5px;
}

.qtip {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #3bb4e5;
  border-bottom: 0.05em dotted #3bb4e5;
  box-sizing: border-box;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}

.qtip:hover {
  color: #069;
  border-bottom: 0.05em dotted #069;
}

/*the tip*/
.qtip:before {
  content: attr(data-tip);
  content: attr(data-tip);
  font-size: 12px;
  position: absolute;
  background: rgba(10, 20, 30, 0.45);
  color: #fff;
  padding: 0.5em;
  font-style: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  font-weight: 100;
}

.qtip:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.qtip:hover:before,
.qtip:hover:after {
  visibility: visible;
  opacity: 1;
}

/*top*/
.qtip.tip-top:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 8px));
  box-sizing: border-box;
  border-radius: 3px;
  background: #60aeb8;
}

.qtip.tip-top:after {
  border-width: 8px 8px 0 8px;
  border-color: #60aeb8 transparent transparent transparent;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*bottom*/
.qtip.tip-bottom:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-bottom:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(10, 20, 30, 0.45) transparent;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*left*/
.qtip.tip-left:before {
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-left:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgba(10, 20, 30, 0.45);
  left: -8px;
  top: 50%;
  transform: translate(0, -50%);
}

/*right*/
.qtip.tip-right:before {
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}

.qtip.tip-right:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(10, 20, 30, 0.45) transparent transparent;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
}

/* Trailer section */
.trailers-section {
  width: 100%;
  background: #383d40;
}
.trailers-section .title-hd {
  margin: 10px 0;
  color: #e9e9e9;
}
.trailers-section .trailers {
  padding: 70px 0;
}
.trailers-section .trailers .trailer-img {
  width: 100px;
  max-height: 57px;
  overflow: hidden;
}
.trailers-section .trailers .trailer-img img {
  width: 100%;
  height: auto;
}
.trailers-section .trailers .trailer-infor {
  padding-top: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .trailers-section .trailers .trailer-infor {
    overflow: hidden;
  }
}
.trailers-section .trailers .trailer-infor .desc {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
.trailers-section .trailers .trailer-infor p {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  color: #abb7c4;
  font-weight: 300;
  text-transform: uppercase;
}
.trailers-section .trailers .videos {
  display: flex;
  flex-direction: row;
}
.trailers-section .trailers .videos .video-ft {
  width: 65%;
}
@media (max-width: 991px) {
  .trailers-section .trailers .videos .video-ft {
    width: 100%;
  }
}
.trailers-section .trailers .videos .video-ft iframe {
  width: 100%;
  height: 435px;
  border: 1px solid rgb(48.86, 53.2225, 55.84);
}
@media (max-width: 767px) {
  .trailers-section .trailers .videos .video-ft iframe {
    height: 225px;
  }
}
.trailers-section .trailers .videos .thumb-ft {
  width: 35%;
  height: 435px;
  padding: 30px 0;
  background-color: rgb(32.2, 35.075, 36.8);
  position: relative;
}
@media (max-width: 991px) {
  .trailers-section .trailers .videos .thumb-ft {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .trailers-section .trailers .videos .thumb-ft .trailer-infor h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.trailers-section .trailers .videos .thumb-ft .slick-arrow {
  position: absolute;
}
.trailers-section .trailers .videos .thumb-ft .slick-prev {
  top: 10px;
  left: 45%;
}
.trailers-section .trailers .videos .thumb-ft .slick-next {
  top: 95%;
  right: 50%;
}
.trailers-section .trailers .videos .thumb-ft .slick-list {
  height: 100% !important;
}
.trailers-section .trailers .videos .thumb-ft .slick-prev::before {
  content: "";
  background: url(images/arrow-prev.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px auto;
  margin-top: -3px;
}
.trailers-section .trailers .videos .thumb-ft .slick-next::before {
  content: "";
  background: url(images/arrow-next.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px auto;
}
.trailers-section .trailers .videos .thumb-ft .slick-next::before:hover {
  color: #f1633b;
}
.trailers-section .trailers .videos .thumb-ft .slick-track .slick-slide {
  display: flex;
  flex-direction: row;
  padding: 15px;
}
.trailers-section .trailers .videos .thumb-ft .slick-track .slick-slide .trailer-infor {
  margin-left: 15px;
}
.trailers-section .trailers .videos .thumb-ft .slick-track .slick-current {
  background-color: rgb(48.86, 53.2225, 55.84);
}
@media (max-width: 991px) {
  .trailers-section .trailers .videos {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.trailers-section .trailers .video-style-2 .slider-for .slick-slide iframe {
  width: 100%;
  height: 435px;
}
@media (max-width: 991px) {
  .trailers-section .trailers .video-style-2 .slider-for .slick-slide iframe {
    height: 235px;
  }
}
.trailers-section .trailers .video-style-2 .slider-nav {
  background-color: #0b1a2a;
  background-color: blue;
  padding: 0 60px;
  height: 165px;
  margin-top: -5px;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-dots {
  display: none !important;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-slide {
  padding: 15px;
  height: 165px;
  overflow: hidden;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-slide .trailer-infor {
  margin-top: 10px;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-slide .trailer-infor h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-slide img {
  width: 100%;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-current {
  background-color: rgb(48.86, 53.2225, 55.84);
  background-color: yellow;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-prev {
  left: 15px;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-next {
  right: 15px;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-prev::before {
  content: " ";
  background: url(images/arrow-prev.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px auto;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-next::before {
  content: "";
  background: url(images/arrow-next.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px auto;
}
.trailers-section .trailers .video-style-2 .slider-nav .slick-next::before:hover {
  color: #f1633b;
}

/* Trailer section endar  */
section.movie-sliders {
  background: #f9f9f9;
}
section.movie-sliders .col-md-12 {
  width: 100%;
}
section.movie-sliders.leiga {
  background: #fff;
}
section.movie-sliders {
  /* IV. SKELETON
  ***********************/
}
section.movie-sliders .movie-items.full-width,
section.movie-sliders .trailers.full-width,
section.movie-sliders .latestnew.full-width,
section.movie-sliders .full-width {
  padding: 10px 0px;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-items.full-width,
  section.movie-sliders .trailers.full-width,
  section.movie-sliders .latestnew.full-width,
  section.movie-sliders .full-width {
    padding: 10px 10px;
  }
}
section.movie-sliders .full-width-hd,
section.movie-sliders .full-width-ft {
  padding: 0 10px;
}
@media (max-width: 767px) {
  section.movie-sliders .full-width-hd,
  section.movie-sliders .full-width-ft {
    padding: 0 10px;
  }
}
section.movie-sliders .movie-items .slide-it {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 2px 28px -28px rgba(0, 0, 0, 0.35);
}
section.movie-sliders .movie-items .slide-it .subinfo {
  margin: 0 5px;
  padding: 0 5px 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #383d40;
}
section.movie-sliders .movie-items .slide-it .subinfo .imdb {
  margin-top: 4px;
  padding-left: 42px;
  position: relative;
  font-size: 0.7em;
}
section.movie-sliders .movie-items .slide-it .subinfo .imdb:before {
  position: absolute;
  top: 5px;
  left: 6px;
  content: "";
  width: 32px;
  height: 18px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 30px auto;
}
section.movie-sliders .movie-items .slide-it .subinfo h4 {
  font-size: 12px;
  font-weight: 300;
  color: #383d40;
  font-weight: 500;
  margin: 0;
  line-height: 18px;
}
section.movie-sliders .movie-items .slide-it .subinfo h4 a {
  color: #383d40;
}
section.movie-sliders .movie-items .slide-it .subinfo .date {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}
section.movie-sliders .movie-items .slide-it .subinfo .date:before {
  position: absolute;
  top: 5px;
  left: 6px;
  content: "";
  width: 22px;
  height: 14px;
  background: url(images/icon-calendar.png) no-repeat;
  background-size: 14px auto;
}
section.movie-sliders .movie-items .slide-it .subinfo .syningar {
  font-size: 0.6em;
  color: rgba(98, 176, 186, 0.8);
  padding-top: 2px;
}
section.movie-sliders .movie-items .movie-item {
  position: relative;
  margin: 0 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.2s ease-out;
  background-position: center;
  background-repeat: no-repeat;
}
section.movie-sliders .movie-items .movie-item .playbutton {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-items .movie-item {
    display: inherit;
    height: 240px;
  }
}
section.movie-sliders .movie-items .movie-item .mv-img {
  position: relative;
}
section.movie-sliders .movie-items .movie-item .mv-img:after {
  box-shadow: inset -5px -50px 100px -15px rgba(98, 176, 186, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-out;
}
section.movie-sliders .movie-items .movie-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.movie-sliders .movie-items .movie-item .title-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-bottom: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-items .movie-item .title-in {
    margin-left: 60px;
  }
}
section.movie-sliders .movie-items .movie-item .title-in h6 a {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
section.movie-sliders .movie-items .movie-item .title-in p {
  font-size: 12px;
  color: #ffffff;
}
section.movie-sliders .movie-items .movie-item .title-in p i {
  color: #f5b50a;
  font-size: 22px;
}
section.movie-sliders .movie-items .movie-item .title-in p span {
  font-weight: 400;
  font-size: 18px;
}
section.movie-sliders .movie-items .movie-item .hvr-inner {
  margin: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  background: url(images/bigplay.png) no-repeat;
  background-size: 40px;
}
section.movie-sliders .movie-items .movie-item .hvr-inner:before {
  content: "";
}
section.movie-sliders .movie-items .movie-item:hover .hvr-inner {
  opacity: 0.8;
  transition: all 0.5s ease-out;
}
section.movie-sliders .movie-items .movie-item .hvr-inner a {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  color: #abb7c4;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
section.movie-sliders .movie-items .movie-item .hvr-inner a i {
  margin-right: 5px;
}
section.movie-sliders .movie-items .movie-item:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-size: 105%;
}
section.movie-sliders .movie-items .movie-item:hoverimg {
  opacity: 0;
  transition: 0.1s opacity ease;
}
section.movie-sliders .movie-items .movie-item:hover .mv-img:after {
  box-shadow: inset -5px -50px 100px -15px rgba(0, 0, 0, 0);
}
section.movie-sliders .movie-items .movie-item:hover .title-in,
section.movie-sliders .movie-items .movie-item:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
section.movie-sliders .movie-items .movie-item:hover h6 a {
  color: rgb(244.4, 136.8857142857, 106.6);
}
section.movie-sliders .cate {
  margin-bottom: 15px;
}
section.movie-sliders .cate span {
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section.movie-sliders .cate span a {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
section.movie-sliders .movie_list .movie-item-style-2 img,
section.movie-sliders .movie_single .movie-item-style-2 img,
section.movie-sliders .userfav_list .movie-item-style-2 img {
  width: 30%;
}
@media (max-width: 767px) {
  section.movie-sliders .movie_list .movie-item-style-2 img,
  section.movie-sliders .movie_single .movie-item-style-2 img,
  section.movie-sliders .userfav_list .movie-item-style-2 img {
    width: auto;
  }
}
section.movie-sliders .movie-item-style-2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-item-style-2 {
    display: flex;
    flex-direction: column;
  }
}
section.movie-sliders .movie-item-style-2 img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-item-style-2 img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .movie-item-style-2 .mv-item-infor {
    max-width: 180px;
    margin: 0 auto;
  }
}
section.movie-sliders .movie-item-style-2 .mv-item-infor h6 {
  margin-bottom: 10px;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor h6 a {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor h6 a span {
  color: #abb7c4;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor .describe {
  padding-bottom: 25px;
  border-bottom: 1px solid #405266;
  margin-bottom: 25px;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor .run-time span {
  margin-left: 15px;
  margin-right: 15px;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor .rate {
  font-size: 12px;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor .rate i {
  color: #f5b50a;
  font-size: 22px;
  margin-right: 5px;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor .rate span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor p {
  margin-bottom: 0;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor p a {
  color: #4280bf;
}
section.movie-sliders .movie-item-style-2 .mv-item-infor p a:hover {
  color: #f1633b;
}
section.movie-sliders .movie-item-style-2:hover h6 a {
  color: #f1633b;
}
section.movie-sliders .movie-item-style-1 {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  width: 170px;
  position: relative;
  margin-right: 23px;
}
section.movie-sliders .movie-item-style-1 img {
  margin-right: 0;
  margin-bottom: 15px;
}
section.movie-sliders .movie-item-style-1 .hvr-inner {
  position: absolute;
  top: 0;
  background-color: #dd003f;
  padding: 8px 15px;
  text-align: center;
  margin-left: 30px;
  margin-top: 110px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  section.movie-sliders .movie-item-style-1 .hvr-inner {
    margin-left: 0;
  }
}
section.movie-sliders .movie-item-style-1 .hvr-inner a {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  color: #abb7c4;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
section.movie-sliders .movie-item-style-1 .hvr-inner a i {
  margin-right: 5px;
}
section.movie-sliders .movie-item-style-1:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
section.movie-sliders .movie-item-style-1:hover .hvr-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
section.movie-sliders .movie-item-style-1:hover h6 a {
  color: #f1633b;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-item-style-1 {
    margin-left: 15px;
    max-width: 170px;
  }
}
section.movie-sliders .style-3 {
  width: 160px;
}
@media (max-width: 767px) {
  section.movie-sliders .style-3 {
    width: 170px;
  }
}
section.movie-sliders .flex-wrap-movielist {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: inherit;
  margin-right: -30px;
}
@media (max-width: 991px) {
  section.movie-sliders .flex-wrap-movielist .movie-item-style-2 {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .flex-wrap-movielist {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  section.movie-sliders .mv-grid-fw {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .mv-grid-fw {
    max-width: 200px;
  }
}
section.movie-sliders .grid-fav .movie-item-style-2 {
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.movie-sliders .grid-fav {
    max-width: 100%;
  }
  section.movie-sliders .grid-fav .movie-item-style-2 {
    margin-right: 20px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .grid-fav {
    max-width: 170px;
    margin: 0 auto;
  }
  section.movie-sliders .grid-fav .movie-item-style-2 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  section.movie-sliders .user-fav-list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .user-fav-list .movie-item-style-2 {
    width: 100%;
  }
}
section.movie-sliders .movie-items,
section.movie-sliders .latestnew {
  padding: 70px 0;
}
section.movie-sliders .movie-items .tab-links {
  position: relative;
}
section.movie-sliders .movie-items .tab-links-2 {
  position: relative;
}
section.movie-sliders .movie-items .slick-multiItem,
section.movie-sliders .movie-items .slick-multiItem2 {
  display: flex;
  flex-direction: column;
}
section.movie-sliders .movie-items .slick-multiItem .slick-list,
section.movie-sliders .movie-items .slick-multiItem2 .slick-list {
  order: 2;
}
section.movie-sliders .movie-items .slick-multiItem .slick-dots,
section.movie-sliders .movie-items .slick-multiItem2 .slick-dots {
  position: absolute;
  margin-left: 50%;
  text-align: right;
  right: 15px;
  width: 50%;
  margin-bottom: 60px;
  margin-top: -55px;
  bottom: -90px;
  right: 0;
}
@media (max-width: 767px) {
  section.movie-sliders .movie-items .slick-multiItem .slick-dots,
  section.movie-sliders .movie-items .slick-multiItem2 .slick-dots {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
}
section.movie-sliders .movie-items .slick-slider {
  margin-left: 15px;
}
section.movie-sliders .topbar-filter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-top: 1px solid #405266;
  border-bottom: 1px solid #405266;
}
@media (max-width: 767px) {
  section.movie-sliders .topbar-filter {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
}
section.movie-sliders .topbar-filter p {
  padding-right: 200px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.movie-sliders .topbar-filter p {
    padding-right: 0;
  }
}
section.movie-sliders .topbar-filter p span {
  color: #4280bf;
}
section.movie-sliders .topbar-filter label,
section.movie-sliders .topbar-filter select {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #abb7c4;
  font-weight: 300;
  text-transform: none;
}
section.movie-sliders .topbar-filter select {
  width: 215px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: url("../images/uploads/drop-icon.png") no-repeat right 20px center;
  border-left: 1px solid #405266;
  border-right: 1px solid #405266;
  border-top: none;
  border-bottom: none;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.movie-sliders .topbar-filter select {
    border: 1px solid #405266;
  }
}
section.movie-sliders .topbar-filter option {
  background-color: #020d18;
}
section.movie-sliders .topbar-filter .list,
section.movie-sliders .topbar-filter .grid {
  font-size: 16px;
  color: #abb7c4;
  margin-left: -15px;
}
section.movie-sliders .topbar-filter .list i,
section.movie-sliders .topbar-filter .grid i {
  width: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
section.movie-sliders .topbar-filter .list {
  border-right: 1px solid #405266;
}
@media (max-width: 767px) {
  section.movie-sliders .topbar-filter .list {
    border: none;
  }
}
section.movie-sliders .topbar-filter .active,
section.movie-sliders .topbar-filter i:hover {
  color: #f1633b;
}
section.movie-sliders .topbar-filter .pagination2 {
  padding-left: 100px;
}
@media (max-width: 767px) {
  section.movie-sliders .topbar-filter .pagination2 {
    padding-left: 0;
    margin-top: 15px;
  }
}
section.movie-sliders .topbar-filter .pagination2 span {
  margin-right: 15px;
}
section.movie-sliders .topbar-filter .pagination2 span,
section.movie-sliders .topbar-filter .pagination2 a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #abb7c4;
  font-weight: 300;
  text-transform: none;
}
section.movie-sliders .topbar-filter .pagination2 a {
  padding-left: 5px;
  padding-right: 5px;
  color: #4280bf;
}
section.movie-sliders .topbar-filter .pagination2 a.active,
section.movie-sliders .topbar-filter .pagination2 a:hover {
  color: #f1633b;
}
section.movie-sliders .topbar-filter.fw p {
  padding-right: 600px;
}
@media (max-width: 991px) {
  section.movie-sliders .topbar-filter.fw p {
    padding-right: 170px;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .topbar-filter.fw p {
    padding-right: 0;
  }
}
section.movie-sliders .topbar-filter.user p {
  padding-right: 300px;
}
section.movie-sliders .tabs {
  margin-bottom: 60px;
  overflow: unset;
  float: unset;
  list-style: none;
  margin: unset;
  text-align: unset;
  min-height: unset;
}
section.movie-sliders .tabs ul.tab-links,
section.movie-sliders .tabs ul.tab-links-2,
section.movie-sliders .tabs ul.tab-links-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  padding-inline-start: 0;
  margin-left: 10px;
}
section.movie-sliders .tabs ul.tab-links li,
section.movie-sliders .tabs ul.tab-links-2 li,
section.movie-sliders .tabs ul.tab-links-3 li {
  position: relative;
  line-height: 40px;
  margin-right: 30px;
}
section.movie-sliders .tabs ul.tab-links li:after,
section.movie-sliders .tabs ul.tab-links-2 li:after,
section.movie-sliders .tabs ul.tab-links-3 li:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f1633b;
}
section.movie-sliders .tabs ul.tab-links li.active:after,
section.movie-sliders .tabs ul.tab-links-2 li.active:after,
section.movie-sliders .tabs ul.tab-links-3 li.active:after {
  width: 50%;
}
@media (max-width: 767px) {
  section.movie-sliders .tabs ul.tab-links,
  section.movie-sliders .tabs ul.tab-links-2,
  section.movie-sliders .tabs ul.tab-links-3 {
    display: inherit;
  }
  section.movie-sliders .tabs ul.tab-links li,
  section.movie-sliders .tabs ul.tab-links-2 li,
  section.movie-sliders .tabs ul.tab-links-3 li {
    margin-bottom: 15px;
  }
}
section.movie-sliders .tabs ul.tab-links li,
section.movie-sliders .tabs ul.tab-links-2 li,
section.movie-sliders .tabs ul.tab-links-3 li {
  margin-right: 30px;
}
section.movie-sliders .tabs ul.tab-links li a,
section.movie-sliders .tabs ul.tab-links-2 li a,
section.movie-sliders .tabs ul.tab-links-3 li a {
  font-size: 18px;
  color: #383d40;
}
section.movie-sliders .tabs ul.tab-links li a:hover,
section.movie-sliders .tabs ul.tab-links-2 li a:hover,
section.movie-sliders .tabs ul.tab-links-3 li a:hover {
  color: #f1633b;
}
section.movie-sliders .tabs ul.tab-links li.active a,
section.movie-sliders .tabs ul.tab-links-2 li.active a,
section.movie-sliders .tabs ul.tab-links-3 li.active a {
  color: #f1633b;
}
section.movie-sliders .tabs ul.tab-links-3 {
  float: right;
  right: 0;
  margin-top: -40px;
}
@media (max-width: 767px) {
  section.movie-sliders .tabs ul.tab-links-3 {
    margin-top: 0;
    float: left;
    left: 0;
  }
}
section.movie-sliders .tabs .tab {
  display: none;
}
section.movie-sliders .tabs .tab.active {
  display: block;
}
section.movie-sliders .tabs ul.tabs-mv {
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.movie-sliders .tabs ul.tabs-mv {
    padding: 10px 0;
  }
}
section.movie-sliders .tabs ul.tabs-mv li {
  margin-right: 50px;
}
@media (max-width: 991px) {
  section.movie-sliders .tabs ul.tabs-mv li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  section.movie-sliders .tabs ul.tabs-mv li {
    margin-bottom: 30px;
  }
}
section.movie-sliders .tabs ul.tabs-mv li a {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  section.movie-sliders .tabs ul.tabs-mv li a {
    padding-bottom: 10px;
  }
}
section.movie-sliders .tabs ul.tabs-mv li.active a,
section.movie-sliders .tabs ul.tabs-mv li:hover a {
  border-bottom: 3px solid #f1633b;
}
section.movie-sliders .tabs ul.tabs-series li {
  margin-right: 40px;
}
@media (max-width: 991px) {
  section.movie-sliders .tabs ul.tabs-series li {
    margin-right: 20px;
  }
}
section.movie-sliders .tabs .tab-content {
  padding-left: 15px;
  z-index: 2;
  display: unset;
  overflow: hidden;
  width: auto;
  font-size: 17px;
  line-height: 25px;
  margin-top: inherit;
  left: auto;
  background: transparent;
}
section.movie-sliders .tabs .tab-content .active {
  margin-left: -15px;
}
section.movie-sliders .tabs .tab {
  position: relative;
}
section.movie-sliders .tabs .tab .link_right {
  position: absolute;
  right: 0;
  top: -66px;
  padding: 3px 10px 3px 24px;
}
section.movie-sliders .tabs .tab .link_right:before {
  left: 12px;
  top: 4px;
}
@media (max-width: 991px) {
  section.movie-sliders .tabs .tab .link_right {
    max-width: 100px;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 5px 2px 5px;
    top: -80px;
  }
  section.movie-sliders .tabs .tab .link_right:before {
    display: none;
    left: 6px;
    top: 2px;
  }
}
section {
  /* Slick navigation*/
  /* Arrows */
}
section .slick-prev,
section .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 31%;
  display: block;
  width: 24px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: blue;
  border: none;
  outline: none;
  background: transparent;
}
section .slick-prev:hover,
section .slick-prev:focus,
section .slick-next:hover,
section .slick-next:focus {
  color: #60aeb8;
  outline: none;
  background: transparent;
}
section .slick-prev:hover:before,
section .slick-prev:focus:before,
section .slick-next:hover:before,
section .slick-next:focus:before {
  opacity: 1;
  color: #60aeb8;
}
section .slick-prev.slick-disabled:before,
section .slick-next.slick-disabled:before {
  opacity: 0.25;
}
section .slick-prev:before,
section .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #60aeb8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 30px;
}
section .slick-prev {
  left: -35px;
}
section [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
section .slick-prev:before {
  content: "";
  background: url(images/arrow.svg) no-repeat;
  transform: rotate(180deg);
  position: absolute;
}
section [dir=rtl] .slick-prev:before {
  content: "";
  background: url(images/arrow.svg) no-repeat;
  position: absolute;
}
section .slick-next {
  right: -15px;
}
section [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
section .slick-next:before {
  content: "";
  background: url(images/arrow.svg) no-repeat;
  position: absolute;
}
section [dir=rtl] .slick-next:before {
  content: "←";
}
section {
  /* Dots */
}
section .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
section .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
section .slick-dots li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  text-align: center;
  cursor: pointer;
  color: white;
  border: 0;
  outline: none;
  background: transparent;
}
section .slick-dots li button:hover,
section .slick-dots li button:focus {
  outline: none;
}
section .slick-dots li button:hover:before,
section .slick-dots li button:focus:before {
  opacity: 1;
  background-color: #60aeb8;
}
section .slick-dots li button:before {
  font-family: "slick";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #60aeb8;
}
section {
  /* Slider */
}
section .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
section .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section .slick-list:focus {
  outline: none;
}
section .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
section .slick-slider .slick-track,
section .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
section .slick-track:before,
section .slick-track:after {
  display: table;
  content: "";
}
section .slick-track:after {
  clear: both;
}
section .slick-loading .slick-track {
  visibility: hidden;
}
section .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
section [dir=rtl] .slick-slide {
  float: right;
}
section .slick-slide img {
  display: block;
}
section .slick-slide.slick-loading img {
  display: none;
}
section .slick-slide.dragging img {
  pointer-events: none;
}
section .slick-initialized .slick-slide {
  display: block;
}
section .slick-loading .slick-slide {
  visibility: hidden;
}
section .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
section .slick-arrow.slick-hidden {
  display: none;
}

.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-box {
  background: grey;
  border: none;
  border-radius: 6px;
  box-shadow: 12px 5px 36px -4px rgba(0, 0, 0, 0.42);
}

.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content {
  background: #383d40;
  padding: 8px;
  border: none;
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder {
  padding: 20px 5px;
  background: rgb(44.1, 48.0375, 50.4);
  border-top: 1px solid rgb(36.96, 40.26, 42.24);
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder .title {
  padding-left: 10px;
  background: rgb(44.1, 48.0375, 50.4);
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder .title span {
  color: #f1633b;
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder .genres {
  padding: 8px 0;
  font-size: 0.8em;
  line-height: 1.2em;
  color: rgb(142.2, 151.0125, 156.3);
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder .imdb {
  margin-top: 4px;
  padding-left: 38px;
  position: relative;
  font-size: 0.9em;
  color: rgb(155.8, 163.55, 168.2);
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .title_holder .imdb:before {
  position: absolute;
  top: 2px;
  left: 6px;
  content: "";
  width: 36px;
  height: 24px;
  background: url(images/imdb-small.png) no-repeat;
  background-size: 28px auto;
}
.tooltipster-sidetip.tooltipster-default.tooltipster-kvikmyndir .tooltipster-content .plot {
  padding: 10px;
  color: rgb(144.92, 153.52, 158.68);
  line-height: 1.4em;
  font-weight: 100;
  font-size: 0.9m;
}

.singlemovie_showtimes_title {
  width: 100%;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}

.singlemovie_showtimes {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
}
.singlemovie_showtimes::-webkit-scrollbar {
  height: 6px;
}
.singlemovie_showtimes::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.singlemovie_showtimes::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.singlemovie_showtimes::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.singlemovie_showtimes .date {
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-right: 3px;
  padding: 6px 8px;
  background: white;
  color: #60aeb8;
  text-align: center;
  transition: ease 0.2s all;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
  min-width: 60px;
}
.singlemovie_showtimes .date:hover {
  background: #efefef;
}
.singlemovie_showtimes .date.selected {
  background: #60aeb8;
  color: white;
}
.singlemovie_showtimes .date .description {
  font-size: 8px;
  text-transform: uppercase;
  color: #dedede;
}

.times_day {
  display: none;
}
.times_day.selected {
  display: block;
}

@media only screen and (max-width: 768px) {
  .singlemovie_showtimes .date {
    min-width: 50px;
    padding: 4px 6px;
    font-size: 12px;
  }
  .singlemovie_showtimes .date .description {
    font-size: 7px;
  }
}
@media only screen and (max-width: 900px) {
  .ad-desktop {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .ad-mobile {
    display: none;
  }
}
.ad-mobile {
  margin: 20px auto;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.ad-desktop {
  margin: 20px 0;
}

.watch_on {
  align-self: center;
}
.watch_on .image {
  width: 95px;
}

.news-showtime-page {
  display: flex;
}

.news-top-section hr {
  margin: 6px 0;
}
.news-top-section h5 {
  margin: 0;
  padding: 5px;
}
.news-top-section a {
  text-decoration: none;
}
.news-top-section .news-block {
  display: flex;
  padding: 6px;
  transition: ease 0.2s all;
  background: white;
  border-radius: 5px;
  padding: 12px;
}
.news-top-section .news-block:hover {
  background: #f9f9f9;
  border-radius: 5px;
}
.news-top-section .news-block .left {
  flex: 1;
}
.news-top-section .news-block .left .image {
  background-size: cover;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background-position: center top;
}
.news-top-section .news-block .right {
  flex: 1;
  padding-left: 10px;
}
.news-top-section .news-block .right h4 {
  color: #383d40;
  line-height: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.news-top-section .news-block .right p {
  font-size: 11px;
  line-height: 16px;
}

.top-header-bar {
  height: 48px;
  display: flex;
  background: rgb(27.44, 29.89, 31.36);
  color: #e9e9e9;
  justify-content: flex-end;
  align-items: center;
}
.top-header-bar .btn {
  font-size: 13px;
  color: white;
  background: rgb(27.44, 29.89, 31.36);
  padding: 2px 10px;
  box-shadow: none;
  border: 1px solid rgb(98.84, 107.665, 112.96);
  border-radius: 20px;
  font-weight: 100;
  margin: 0 5px;
}
.top-header-bar .btn.search {
  position: relative;
  padding-right: 40px;
}
.top-header-bar .btn.search:after {
  content: "";
  position: absolute;
  padding-right: 40px;
  background: url(images/icon-search.svg) no-repeat;
  background-size: 14px auto;
  right: -15px;
  top: 9px;
  width: 20px;
  height: 20px;
}
.top-header-bar .btn.service {
  padding: 2px 8px;
  border: none;
}
.top-header-bar .btn.service img {
  height: 18px;
}
.top-header-bar .user {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  height: 48px;
  align-items: center;
}
.top-header-bar .user .name {
  padding: 4px 20px;
}
.top-header-bar .user .login {
  padding: 4px 20px;
}
.top-header-bar .user .img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background-size: 34px auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* Next/Previous navigation */
.navigation {
  width: 100%;
}
.navigation .nav-links {
  margin-top: 20px;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
}

.tags {
  margin: 10px 0;
}
.tags .tag, .tags a {
  color: #232323;
  padding: 1px 8px;
  margin-right: 4px;
  transition: ease 0.2s all;
  display: inline;
  border-radius: 15px;
  font-size: 11px;
  background: #efefef;
}
.tags .tag a, .tags a a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  color: #232323;
  text-decoration: none;
}
.tags .tag:hover, .tags a:hover {
  background: rgb(226.25, 226.25, 226.25);
}

.desktop-flex {
  display: flex;
}
@media (max-width: 907px) {
  .desktop-flex {
    display: block;
  }
}

.movie-card {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  background: #f3f3f3;
  border-radius: 14px;
  padding: 20px;
}
@media (max-width: 800px) {
  .movie-card {
    flex-direction: column;
  }
}
.movie-card .movie-card__poster .poster {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  min-width: 200px;
}
.movie-card .movie-card__poster .poster img {
  margin-bottom: -10px;
  max-width: 200px;
}
.movie-card .movie-card__poster .poster .playbutton {
  background: url(images/bigplay.png) no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 40px;
  height: 40px;
}
@media (max-width: 800px) {
  .movie-card .movie-card__poster {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .movie-card .movie-card__poster .poster {
    width: 200px;
    margin-bottom: 20px;
  }
}
.movie-card .action_bar {
  border: 2px solid #e9e7e7;
  padding: 5px 10px;
  border-radius: 8px;
  margin-top: 5px;
  color: #767676;
}
.movie-card .movie-card__info {
  flex: 75;
  margin-left: 20px;
  min-width: 210px;
}
.movie-card .movie-card__info x h2, .movie-card .movie-card__info h5 {
  margin: 0;
}
.movie-card .movie-card__info h5 {
  color: #767676;
  font-weight: 400;
}
.movie-card .movie-card__info .services {
  display: flex;
}
.movie-card .movie-card__info .services img {
  height: 20px;
  margin-right: 5px;
}
.movie-card .movie-card__info .image {
  width: 75px;
}
.movie-card .movie-card__info .movie-ratings {
  display: flex;
}
.movie-card .movie-card__plot {
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 10px;
  color: #767676;
}
.movie-card .movie-card__plot h4 {
  margin-top: 0;
}

#flashcontent {
  width: 800px;
  margin: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_modal {
  display: flex;
  width: 100%;
  background-color: #383d40;
}
@media (max-width: 960px) {
  .video_modal {
    flex-direction: column;
  }
}
.video_modal .video_playlist {
  width: 160px;
}
@media (max-width: 960px) {
  .video_modal .video_playlist {
    width: unset;
  }
}
.video_modal .video-container {
  flex: 1;
}

.video_playlist {
  background: #383d40;
}
.video_playlist ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline-start: 0;
}
@media (max-width: 960px) {
  .video_playlist ul {
    flex-direction: row;
  }
}
.video_playlist ul li {
  margin: 5px 10px;
  display: flex;
  flex-direction: column;
  color: #c3c3c3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-rendering: optimizelegibility !important;
}
.video_playlist ul li img {
  width: 140px;
  max-width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .video_playlist ul li img {
    max-width: 100px;
  }
}

.promotion_countdown {
  width: 1260px;
  height: 62px;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promotion_countdown {
    display: none;
  }
}
.promotion_countdown img {
  width: 100%;
}
.promotion_countdown #countdown {
  position: absolute;
  right: 60px;
  color: #ce5724;
  line-height: 62px;
  font-size: 20px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Related Content Section (News articles)
   ========================================================================== */
.kvik-related-content {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.kvik-related__heading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #62b0ba;
  display: inline-block;
}

/* Related Movies Section */
.kvik-related-movies {
  margin-bottom: 35px;
}

.kvik-related-movies__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.kvik-related-movie {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.kvik-related-movie:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.kvik-related-movie__poster {
  position: relative;
  width: 100%;
  padding-top: 150%; /* 2:3 aspect ratio for movie posters */
  background: #f0f0f0;
  overflow: hidden;
}

.kvik-related-movie__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kvik-related-movie__info {
  padding: 12px;
  text-align: center;
}

.kvik-related-movie__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 4px;
}

.kvik-related-movie__year {
  display: block;
  font-size: 12px;
  color: #888;
}

/* Related News Section */
.kvik-related-news {
  margin-bottom: 20px;
}

.kvik-related-news__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.kvik-related-news__item,
.kvik-related-news__item:hover,
.kvik-related-news__item:focus {
  display: flex;
  gap: 15px;
  text-decoration: none !important;
  padding: 15px;
  border-radius: 8px;
  background: #f8f8f8;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.kvik-related-news__item:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.kvik-related-news__title {
  text-decoration: none !important;
}

.kvik-related-news__thumb {
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  background: #e0e0e0;
}

.kvik-related-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kvik-related-news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kvik-related-news__date {
  font-size: 12px;
  color: #62b0ba;
  margin-bottom: 6px;
}

.kvik-related-news__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
  .kvik-related-movies__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .kvik-related-news__grid {
    grid-template-columns: 1fr;
  }

  .kvik-related-news__item {
    padding: 12px;
  }

  .kvik-related-news__thumb {
    width: 80px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .kvik-related-movies__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .kvik-related-movie__info {
    padding: 8px;
  }

  .kvik-related-movie__title {
    font-size: 12px;
  }

  .kvik-related-news__thumb {
    width: 70px;
    height: 50px;
  }

  .kvik-related-news__title {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
