@charset "UTF-8";


/*! ==============================================================

Author  : Jan Stejskal
Author URI	: www.html-factory.cz
Created : 22.09.2016

============================================================== */

@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600i&subset=latin-ext";

/*-----------------------------------------------------------------------------------*/

/*  CSS reset
/*-----------------------------------------------------------------------------------*/

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

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

html,
body {
  width: 100%;
  height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a,
button {
  outline: none;
}

a[href] img {
  cursor: pointer;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */

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

/* Prevents modern browsers from displaying 'audio' without controls */

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
  display: none;
}

/*
 *  Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Improves readability of pre-formatted text in all browsers */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
 *    Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */

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

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  padding: 0;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) (zakomentov├íno kv┼»li p┼Öepisov├ín├ş nastaven├ş BEM)
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/* Removes inner padding and search cancel button in S5, Chrome on OS X */

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
  /* TK */
}

hr {
  height: 1px;
}

.print-only {
  display: none !important;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

html {
  font-size: 62.5%;
}

/* 10px */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.oldie.ie7 * {
  behavior: url(./js/iefix/boxsizing.htc);
}

/*-----------------------------------------------------------------------------------*/

/*  TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/

body {
  color: #000;
  font-size: 12px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizelegibility;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

/*-----------------------------------------------------------------------------------*/

/*  LINKS
/*-----------------------------------------------------------------------------------*/

a {
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

a:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/

/*  Grid system
/*-----------------------------------------------------------------------------------*/

[class*=grid] {
  width: 100%;
  float: left;
}

[class*=grid].flr {
  float: right;
}

[class*=grid].center {
  float: none !important;
  margin: 0 auto;
  clear: both;
}

.grid-12 {
  width: 100%;
}

.grid-11 {
  width: 91.66%;
}

.grid-105 {
  width: 87.5%;
}

.grid-10 {
  width: 83.33%;
}

.grid-94 {
  width: 80%;
}

.grid-9 {
  width: 75%;
}

.grid-8 {
  width: 66.66%;
}

.grid-7 {
  width: 58.33%;
}

.grid-6 {
  width: 50%;
}

.grid-58 {
  width: 48.33%;
}

.grid-5 {
  width: 41.66%;
}

.grid-48 {
  width: 40%;
}

.grid-4 {
  width: 33.33%;
}

.grid-3 {
  width: 25%;
}

.grid-24 {
  width: 20%;
}

.grid-2 {
  width: 16.66%;
}

.grid-15 {
  width: 12.5%;
}

.grid-1 {
  width: 8.33%;
}

/* xxl custom */

@media screen and (max-width: 81.1875em) {
  .grid-xxl-12 {
    width: 100%;
  }

  .grid-xxl-11 {
    width: 91.66%;
  }

  .grid-xxl-105 {
    width: 87.5%;
  }

  .grid-xxl-10 {
    width: 83.33%;
  }

  .grid-xxl-94 {
    width: 80%;
  }

  .grid-xxl-9 {
    width: 75%;
  }

  .grid-xxl-8 {
    width: 66.66%;
  }

  .grid-xxl-7 {
    width: 58.33%;
  }

  .grid-xxl-6 {
    width: 50%;
  }

  .grid-xxl-58 {
    width: 48.33%;
  }

  .grid-xxl-5 {
    width: 41.66%;
  }

  .grid-xxl-48 {
    width: 40%;
  }

  .grid-xxl-4 {
    width: 33.33%;
  }

  .grid-xxl-3 {
    width: 25%;
  }

  .grid-xxl-24 {
    width: 20%;
  }

  .grid-xxl-2 {
    width: 16.66%;
  }

  .grid-xxl-15 {
    width: 12.5%;
  }

  .grid-xxl-1 {
    width: 8.33%;
  }
}

/* xl */

@media screen and (max-width: 65.5625em) {
  .grid-xl-12 {
    width: 100%;
  }

  .grid-xl-11 {
    width: 91.66%;
  }

  .grid-xl-105 {
    width: 87.5%;
  }

  .grid-xl-10 {
    width: 83.33%;
  }

  .grid-xl-94 {
    width: 80%;
  }

  .grid-xl-9 {
    width: 75%;
  }

  .grid-xl-8 {
    width: 66.66%;
  }

  .grid-xl-7 {
    width: 58.33%;
  }

  .grid-xl-6 {
    width: 50%;
  }

  .grid-xl-58 {
    width: 48.33%;
  }

  .grid-xl-5 {
    width: 41.66%;
  }

  .grid-xl-48 {
    width: 40%;
  }

  .grid-xl-4 {
    width: 33.33%;
  }

  .grid-xl-3 {
    width: 25%;
  }

  .grid-xl-24 {
    width: 20%;
  }

  .grid-xl-2 {
    width: 16.66%;
  }

  .grid-xl-15 {
    width: 12.5%;
  }

  .grid-xl-1 {
    width: 8.33%;
  }
}

/* l */

@media screen and (max-width: 56.1875em) {
  .grid-l-12 {
    width: 100%;
  }

  .grid-l-11 {
    width: 91.66%;
  }

  .grid-l-105 {
    width: 87.5%;
  }

  .grid-l-10 {
    width: 83.33%;
  }

  .grid-l-94 {
    width: 80%;
  }

  .grid-l-9 {
    width: 75%;
  }

  .grid-l-8 {
    width: 66.66%;
  }

  .grid-l-7 {
    width: 58.33%;
  }

  .grid-l-6 {
    width: 50%;
  }

  .grid-l-58 {
    width: 48.33%;
  }

  .grid-l-5 {
    width: 41.66%;
  }

  .grid-l-48 {
    width: 40%;
  }

  .grid-l-4 {
    width: 33.33%;
  }

  .grid-l-3 {
    width: 25%;
  }

  .grid-l-24 {
    width: 20%;
  }

  .grid-l-2 {
    width: 16.66%;
  }

  .grid-l-15 {
    width: 12.5%;
  }

  .grid-l-1 {
    width: 8.33%;
  }
}

/* m */

@media screen and (max-width: 43.6875em) {
  .grid-m-12 {
    width: 100%;
  }

  .grid-m-11 {
    width: 91.66%;
  }

  .grid-m-105 {
    width: 87.5%;
  }

  .grid-m-10 {
    width: 83.33%;
  }

  .grid-m-94 {
    width: 80%;
  }

  .grid-m-9 {
    width: 75%;
  }

  .grid-m-8 {
    width: 66.66%;
  }

  .grid-m-7 {
    width: 58.33%;
  }

  .grid-m-6 {
    width: 50%;
  }

  .grid-m-58 {
    width: 48.33%;
  }

  .grid-m-5 {
    width: 41.66%;
  }

  .grid-m-48 {
    width: 40%;
  }

  .grid-m-4 {
    width: 33.33%;
  }

  .grid-m-3 {
    width: 25%;
  }

  .grid-m-24 {
    width: 20%;
  }

  .grid-m-2 {
    width: 16.66%;
  }

  .grid-m-15 {
    width: 12.5%;
  }

  .grid-m-1 {
    width: 8.33%;
  }
}

/* l */

@media screen and (max-width: 29.9375em) {
  .grid-s-12 {
    width: 100%;
  }

  .grid-s-11 {
    width: 91.66%;
  }

  .grid-s-105 {
    width: 87.5%;
  }

  .grid-s-10 {
    width: 83.33%;
  }

  .grid-s-94 {
    width: 80%;
  }

  .grid-s-9 {
    width: 75%;
  }

  .grid-s-8 {
    width: 66.66%;
  }

  .grid-s-7 {
    width: 58.33%;
  }

  .grid-s-6 {
    width: 50%;
  }

  .grid-s-58 {
    width: 48.33%;
  }

  .grid-s-5 {
    width: 41.66%;
  }

  .grid-s-48 {
    width: 40%;
  }

  .grid-s-4 {
    width: 33.33%;
  }

  .grid-s-3 {
    width: 25%;
  }

  .grid-s-24 {
    width: 20%;
  }

  .grid-s-2 {
    width: 16.66%;
  }

  .grid-s-15 {
    width: 12.5%;
  }

  .grid-s-1 {
    width: 8.33%;
  }
}

.icon-b:before,
.icon-a:after,
.icon,
.box-slide__inner__form button:after,
.box-film__csfd:before,
.box-film__imdb:before,
.box-detail__heading__csfd:before,
.box-detail__heading__imdb:before {
  background-image: url("../img/pngSprite.png");
}

.icon.csfd,
.icon-a.csfd:after,
.icon-b.csfd:before {
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
}

.ha.icon.csfd,
.ha.icon-a.csfd:after,
.ha.icon-b.csfd:before {
  margin-left: -19px;
  margin-top: -19px;
}

.va.icon.csfd,
.va.icon-a.csfd:after,
.va.icon-b.csfd:before {
  margin-top: -19px;
}

.ba.icon.csfd,
.ba.icon-a.csfd:after,
.ba.icon-b.csfd:before {
  margin-left: -19px;
  margin-top: -19px;
}

.icon.imdb,
.icon-a.imdb:after,
.icon-b.imdb:before {
  width: 44px;
  height: 19px;
  background-position: -48px 0px;
}

.ha.icon.imdb,
.ha.icon-a.imdb:after,
.ha.icon-b.imdb:before {
  margin-left: -22px;
  margin-top: -9.5px;
}

.va.icon.imdb,
.va.icon-a.imdb:after,
.va.icon-b.imdb:before {
  margin-top: -9.5px;
}

.ba.icon.imdb,
.ba.icon-a.imdb:after,
.ba.icon-b.imdb:before {
  margin-left: -22px;
  margin-top: -9.5px;
}

.icon.search,
.icon-a.search:after,
.icon-b.search:before {
  width: 26px;
  height: 26px;
  background-position: 0px -48px;
}

.ha.icon.search,
.ha.icon-a.search:after,
.ha.icon-b.search:before {
  margin-left: -13px;
  margin-top: -13px;
}

.va.icon.search,
.va.icon-a.search:after,
.va.icon-b.search:before {
  margin-top: -13px;
}

.ba.icon.search,
.ba.icon-a.search:after,
.ba.icon-b.search:before {
  margin-left: -13px;
  margin-top: -13px;
}

.icon-b:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}

.icon-a:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
}

.icon-a.va,
.icon-a.ba,
.icon-a.ha,
.icon-b.va,
.icon-b.ba,
.icon-b.ha {
  position: relative;
}

.icon {
  display: block;
}

.ha.icon-b:before,
.ha.icon,
.ha.icon-a:after {
  position: absolute;
  left: 50%;
  top: 0;
}

.ba.icon-b:before,
.ba.icon,
.ba.icon-a:after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.va.icon-b:before,
.va.icon,
.va.icon-a:after {
  position: absolute;
  left: 0;
  top: 50%;
}

/*-----------------------------------------------------------------------------------*/

/*  BUTTONS
/*-----------------------------------------------------------------------------------*/

.button {
  width: auto;
  padding: 0 28px;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #cccccc;
  color: #000;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.5rem;
  border-radius: 5px;
  border-radius: 0.5rem;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

.button:hover {
  border-color: #b3b3b3;
  color: #000;
  background: #d9d9d9;
}

/*
	varianty bez nutnosti ps├ít ke ka┼żd├ęmu inputu v html t┼Ö├şdu
	--- jinak je mo┼żno p┼Öidat t┼Ö├şdy jako .input-field pro specifick├ę inputy a BEM bude fungovat skv─Ťle
*/

.input {
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0 15px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #cccccc;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.5rem;
  border-radius: 5px;
  border-radius: 0.5rem;
}

.input:focus {
  background: #ededed;
  border-color: #bfbfbf;
}

textarea {
  height: 90px;
  height: 9rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 15px;
  width: 100%;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.5rem;
  border-radius: 5px;
  border-radius: 0.5rem;
}

textarea:focus {
  background: #ededed;
  border-color: #bfbfbf;
}

select {
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.5rem;
  border-radius: 5px;
  border-radius: 0.5rem;
}

.input-radio {
  background-color: transparent;
  border: 0px;
}

.input-checkbox {
  padding: 1px;
  height: 13px;
  width: 13px;
  border: 0px;
  background: none;
  vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/

/*  FORMS BASIC SETTINGS
/*-----------------------------------------------------------------------------------*/

input,
select,
textarea {
  vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/*-----------------------------------------------------------------------------------*/

/*  HELPERS
/*-----------------------------------------------------------------------------------*/

.hover {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

.hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

.oldie .wow {
  visibility: visible !important;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-no-decoration {
  text-decoration: none;
}

.text-strike {
  text-decoration: line-through;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-wrap {
  word-wrap: break-word;
}

.m0 {
  margin: 0px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fstyle-normal {
  font-style: normal;
}

.fstyle-italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-r {
  clear: right;
}

.clear-l {
  clear: left;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.fnone {
  float: none;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.c-pointer {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-auto {
  cursor: auto;
}

.c-help {
  cursor: help;
}

.relative {
  position: relative;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1160px;
}

@media screen and (max-width: 72.5em) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
}

.row {
  margin: 0 -5px;
  margin: 0 -0.5rem;
}

.row [class*=grid] {
  padding: 0 5px;
  padding: 0 0.5rem;
}

blockquote:before {
  content: "\2018\2018";
}

blockquote:after {
  content: "\2019\2019";
}

.clearfix,
.row {
  *zoom: 1;
}

.clearfix:after,
.row:after {
  content: "";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

.header {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 18px 0;
}

.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header__logo {
  position: relative;
  display: inline-block;
}

.header__logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.header__nav {
  position: relative;
  display: block;
  float: right;
}

@media screen and (max-width: 59.375em) {
  .header__nav {
    float: none;
  }
}

.header__nav .respons {
  position: absolute;
  display: inline-block;
  /*@include sprite(nav);*/
  cursor: pointer;
  top: -45px;
  right: -17px;
  z-index: 9999;
  padding: 10px;
}

@media screen and (min-width: 59.375em) {
  .header__nav .respons {
    display: none;
  }
}

.header__nav .respons__label {
  position: absolute;
  right: 100%;
  margin-right: 0px;
  line-height: 56px;
  padding-left: 12px;
  top: 0;
  color: #1A82CB;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 21.875em) {
  .header__nav .respons__label {
    display: none;
  }
}

.header__nav ul {
  position: relative;
  display: block;
}

@media screen and (max-width: 59.375em) {
  .header__nav ul {
    padding-top: 10px;
    display: none;
  }
}

@media screen and (min-width: 59.375em) {
  .header__nav ul {
    display: block !important;
  }
}

.header__nav ul li {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 59.375em) {
  .header__nav ul li {
    display: block;
  }
}

.header__nav ul li.active a {
  color: #1a82cb;
}

.header__nav ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background-color: #CDD0D6;
  width: 1px;
  height: 12px;
  content: "";
}

@media screen and (max-width: 59.375em) {
  .header__nav ul li:after {
    display: none;
  }
}

.header__nav ul li:last-of-type:after {
  display: none;
}

.header__nav ul li a {
  position: relative;
  display: block;
  line-height: 31px;
  height: 31px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #586577;
  padding: 0 23px;
  text-decoration: none;
}

@media screen and (max-width: 59.375em) {
  .header__nav ul li a {
    text-align: right;
    padding: 0;
  }
}

.header__nav ul li a.active,
.header__nav ul li a:hover {
  color: #1a82cb;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 5px;
  background-color: #1A82CB;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer {
  position: relative;
  display: block;
  *zoom: 1;
  padding-top: 36px;
  background-color: #243240;
  border-top: 50px solid #F4F6F8;
  margin-top: 50px;
}

.footer:after {
  content: "";
  display: table;
}

.footer:after {
  clear: both;
}

@media screen and (max-width: 56.25em) {
  .footer {
    text-align: center;
    padding-top: 25px;
  }
}

.footer__copy {
  position: relative;
  display: block;
  padding: 20px 20px 23px 20px;
  background-color: #1B2835;
  color: #87969f;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  margin-top: 36px;
  text-align: center;
}

@media screen and (max-width: 56.25em) {
  .footer__copy {
    margin-top: 20px;
  }
}

.footer__logo {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media screen and (max-width: 56.25em) {
  .footer__logo {
    margin-bottom: 15px;
  }
}

.footer__logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.footer__nav {
  position: relative;
  display: block;
  float: right;
}

@media screen and (max-width: 56.25em) {
  .footer__nav {
    float: none;
    display: block;
  }
}

.footer__nav ul {
  position: relative;
  display: block;
  font-size: 0px;
  font-size: 0rem;
}

.footer__nav ul li {
  position: relative;
  display: inline-block;
}

.footer__nav ul li.active a {
  background-color: #1A82CB;
}

.footer__nav ul li a {
  position: relative;
  display: block;
  line-height: 43px;
  height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  padding: 0 15px;
  text-decoration: none;
}

.footer__nav ul li a.active,
.footer__nav ul li a:hover {
  background-color: #1A82CB;
}

.box-slide {
  position: relative;
  display: block;
  text-align: center;
  background: url(../img/slide.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  line-height: 333px;
}

.box-slide__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.box-slide__inner h1 {
  position: relative;
  display: block;
  font-weight: 600;
  color: white;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 50px;
  background-color: rgba(0,0,0,0.7);
  padding: 5px;
}

.box-slide__inner h1 span {
  position: relative;
  display: block;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 400;
  background-color: rgba(0,0,0,0.0);;
}

.box-slide__inner__form {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  max-width: 481px;
  width: 100%;
  min-width: 50px;
}

.box-slide__inner__form input {
  position: relative;
  display: block;
  width: 100%;
  width: 100%;
  background-color: white;
  line-height: 53px;
  padding: 0 70px 0 22px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  background: #D4D4D4;
  background: -moz-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4D4D4), color-stop(60%, white));
  background: -webkit-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -o-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -ms-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: linear-gradient(to bottom, #D4D4D4 0%, white 60%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='white', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='white', GradientType=0)";
}

.box-slide__inner__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #B3B8BE;
  font-weight: 400;
}

.box-slide__inner__form input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #B3B8BE;
  font-weight: 400;
}

.box-slide__inner__form input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #B3B8BE;
  font-weight: 400;
}

.box-slide__inner__form input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #B3B8BE;
  font-weight: 400;
}

.box-slide__inner__form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68px;
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  background-color: white;
  border: 0;
  background: #D4D4D4;
  background: -moz-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4D4D4), color-stop(60%, white));
  background: -webkit-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -o-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: -ms-linear-gradient(top, #D4D4D4 0%, white 60%);
  background: linear-gradient(to bottom, #D4D4D4 0%, white 60%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='white', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='white', GradientType=0)";
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  transition: all 0ms ease;
}

.box-slide__inner__form button:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-position: 0px -48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
}

.box-slide__inner__form button:hover {
  background-color: white;
  background-image: none;
}

.box-top {
  position: relative;
  display: block;
  background-color: #F7F8FA;
  padding: 31px 0;
}

.box-top__film {
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 12px;
}

.box-top__film:hover .box-top__film__bot h2 {
  color: #1A82CB;
}

.box-top__film:hover .box-top__film__box__info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box-top__film__box {
  position: relative;
  display: block;
}

.box-top__film__box figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 145%;
  overflow: hidden;
}

.box-top__film__box figure img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
}

.box-top__film__box__info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(36, 50, 64, 0.9);
  z-index: 999;
  color: white;
  padding: 15px 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 25em) {
  .box-top__film__box__info {
    display: none;
  }
}

.box-top__film__box__info__year {
  position: relative;
  display: inline-block;
  margin-right: 9px;
  font-size: 1.1pxrem;
}

.box-top__film__box__info__warn {
  position: relative;
  display: inline-block;
  border: 1px solid white;
  height: 22px;
  line-height: 20px;
  padding: 0 7px;
}

.box-top__film__box__info h2 {
  position: relative;
  display: block;
  margin-top: 12px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 23px;
}

.box-top__film__box__info__date {
  position: relative;
  display: block;
  line-height: 13px;
  font-size: 11px;
  font-size: 1.1rem;
}

.box-top__film__box__info__rate {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 15px;
}

.box-top__film__box__info__rate div {
  position: relative;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  vertical-align: middle;
}

.box-top__film__box__info__rate span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 8px;
  line-height: 15px;
  vertical-align: middle;
}

.box-top__film__box__info__time {
  position: relative;
  display: block;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.box-top__film__box__info__type {
  position: relative;
  display: block;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.box-top__film__box__info__detail {
  position: relative;
  display: inline-block;
  background-color: #1A82CB;
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 16px;
  padding: 6px 10px;
  min-width: 91px;
  text-align: center;
  margin-top: 12px;
}

.box-top__film__box__info__detail:hover {
  background-color: #196499;
}

.box-top__film__bot {
  position: relative;
  display: block;
  margin-top: 11px;
}

.box-top__film__bot h2 {
  position: relative;
  display: block;
  line-height: 19px;
  color: #243240;
  font-size: 16px;
  font-size: 1.6rem;
}

.box-top__film__bot span {
  position: relative;
  display: block;
  line-height: 19px;
  color: #586577;
  font-size: 13px;
  font-size: 1.3rem;
}

.box-film {
  position: relative;
  display: block;
  padding-left: 291px;
  min-height: 238px;
  margin-bottom: 27px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 27px;
  padding-right: 20px;
}

@media screen and (max-width: 56.1875em) {
  .box-film {
    padding-right: 0;
  }
}

@media screen and (max-width: 41.875em) {
  .box-film {
    padding-left: 0;
  }
}

.box-film:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.box-film a {
  text-decoration: none;
  color: #243240;
}

.box-film a:hover {
  text-decoration: underline;
}

.box-film a:hover figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.box-film__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 234px;
  height: 238px;
}

@media screen and (max-width: 41.875em) {
  .box-film__right {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

.box-film figure {
  position: absolute;
  top: 0;
  width: 158px;
  height: 238px;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box-film figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 238px;
}

.box-film__csfd {
  position: absolute;
  left: 158px;
  top: 0;
  height: 119px;
  background-color: #BA0305;
  width: 76px;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.box-film__csfd:before {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
  margin: 0 auto;
  content: "";
  margin-top: 28px;
  margin-bottom: 7px;
}

.box-film__imdb {
  position: absolute;
  left: 158px;
  top: 119px;
  height: 119px;
  background-color: #DEAA27;
  width: 76px;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.box-film__imdb:before {
  position: relative;
  display: block;
  width: 44px;
  height: 19px;
  background-position: -48px 0px;
  margin: 0 auto;
  content: "";
  margin-top: 43px;
  margin-bottom: 7px;
}

.box-film h2 {
  position: relative;
  display: block;
  color: #243240;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 26px;
}

@media screen and (max-width: 41.875em) {
  .box-film h2 {
    text-align: center;
  }
}

.box-film p {
  position: relative;
  display: block;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 41.875em) {
  .box-film p {
    text-align: center;
  }
}

.box-film p a {
  position: relative;
  display: inline-block;
  color: #1A82CB;
  text-decoration: none;
}

.box-film p a a:hover {
  text-decoration: underline;
}

.box-film__info {
  position: relative;
  display: block;
  margin-top: 18px;
}

.box-film__info div {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 4px 0;
}

.box-film__info div:after {
  content: "";
  display: table;
}

.box-film__info div:after {
  clear: both;
}

@media screen and (max-width: 41.875em) {
  .box-film__info div {
    text-align: center;
  }
}

.box-film__info div span {
  position: relative;
  float: left;
  line-height: 15px;
  color: #243240;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 41.875em) {
  .box-film__info div span {
    display: inline-block;
    float: none;
  }
}

.box-film__info div span:first-of-type {
  width: 160px;
}

@media screen and (max-width: 41.875em) {
  .box-film__info div span:first-of-type {
    width: auto;
    margin-right: 7px;
  }
}

@media screen and (max-width: 41.875em) {
  .box-film__info div span:last-of-type {
    font-weight: 600;
  }
}

.box-aside {
  position: relative;
  display: block;
}

@media screen and (max-width: 56.1875em) {
  .box-aside {
    text-align: center;
    padding-top: 40px;
  }
}

.box-aside__fb {
  position: relative;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 56.1875em) {
  .box-aside__fb {
    display: inline-block;
  }
}

.box-aside__actors {
  position: relative;
  display: block;
  background-color: #243240;
  padding: 21px 0;
  margin-bottom: 40px;
  text-align: left;
}

.box-aside__actors h2 {
  position: relative;
  display: block;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 30px;
  color: white;
  margin-bottom: 22px;
}

@media screen and (max-width: 26.5625em) {
  .box-aside__actors h2 {
    margin-bottom: 10px;
  }
}

.box-aside__actors h2 span {
  position: relative;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.box-aside__actors__all {
  position: absolute;
  right: 25px;
  top: 21px;
  background-color: #434F5B;
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  text-decoration: none;
}

@media screen and (max-width: 26.5625em) {
  .box-aside__actors__all {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-bottom: 10px;
    margin-left: 25px;
  }
}

.box-aside__actors__all:hover {
  background-color: #3D4853;
}

.box-aside__actors__actor {
  position: relative;
  display: block;
  padding: 12px 25px 12px 75px;
  line-height: 15px;
  color: white;
  text-decoration: none;
}

.box-aside__actors__actor:hover {
  background-color: #384451;
}

.box-aside__actors__actor figure {
  position: absolute;
  left: 25px;
  top: 2px;
}

.box-aside__photos {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

@media screen and (max-width: 56.1875em) {
  .box-aside__photos {
    display: inline-block;
  }
}

@media screen and (max-width: 26.5625em) {
  .box-aside__photos {
    display: block;
    width: 100%;
  }
}

.box-aside__photos__main {
  position: relative;
  display: block;
  height: 434px;
  width: 380px;
}

@media screen and (max-width: 26.5625em) {
  .box-aside__photos__main {
    width: 100%;
  }
}

.box-aside__photos__main img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
}

.box-aside__photos__main .ff1 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  height: 217px;
}

.box-aside__photos__main .ff2 {
  position: absolute;
  top: 225px;
  overflow: hidden;
  left: 0;
  right: 50%;
  margin-right: 10px;
  height: 209px;
}

.box-aside__photos__main .ff3 {
  position: absolute;
  top: 225px;
  overflow: hidden;
  right: 0;
  height: 100px;
  left: 50%;
}

.box-aside__photos__main .ff4 {
  position: absolute;
  top: 333px;
  overflow: hidden;
  right: 0;
  height: 100px;
  left: 50%;
}

.box-search {
  position: relative;
  display: block;
  background-color: #EBEEF1;
  padding: 15px 15px 11px 15px;
  margin-bottom: 30px;
}

.box-search select {
  position: relative;
  display: block;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 45px;
  height: 45px;
  border: 0;
  margin-bottom: 4px;
}

.box-search button {
  position: relative;
  display: block;
  width: 100%;
  background-color: #1A82CB;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 4px;
}

.box-search button:hover {
  background-color: #196499;
}

.box-pager {
  position: relative;
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 56.1875em) {
  .box-pager {
    text-align: center;
  }
}

.box-pager span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
  margin: 2px;
}

.box-pager a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 27px;
  color: #243240;
  line-height: 27px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 2px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}

.box-pager a:hover {
  text-decoration: underline;
}

.box-pager a.active {
  background-color: #1A82CB;
  color: white;
}

.box-pager a.active:hover {
  text-decoration: none;
}

.box-detail {
  position: relative;
  display: block;
  padding-right: 15px;
}

@media screen and (max-width: 43.6875em) {
  .box-detail {
    padding-right: 0;
  }
}

.box-detail__tabs {
  position: relative;
  display: block;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__tabs {
    margin-top: 30px;
  }
}

.box-detail__tabs__tab {
  position: relative;
  display: block;
  padding: 20px 0;
}

.box-detail__tabs__tab p {
  position: relative;
  display: block;
  margin-bottom: 19px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  color: #666e77;
}

.box-detail__tabs__tab p strong {
  font-weight: 600;
}

.box-detail__tabs__tab img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 19px;
}

.box-detail__tabs__nav {
  position: relative;
  display: block;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__tabs__nav {
    text-align: center;
  }
}

.box-detail__tabs__nav:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 999;
  left: 0;
  content: "";
}

@media screen and (max-width: 31.25em) {
  .box-detail__tabs__nav:after {
    display: none;
  }
}

.box-detail__tabs__nav li {
  position: relative;
  margin-right: 0px;
  display: inline-block;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__tabs__nav li {
    margin: 5 2px;
  }
}

@media screen and (max-width: 31.25em) {
  .box-detail__tabs__nav li {
    display: block;
  }
}

.box-detail__tabs__nav li.ui-state-active a {
  background-color: #1A82CB;
}

.box-detail__tabs__nav li a {
  position: relative;
  display: block;
  background-color: #AAB6C2;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 41px;
  height: 41px;
  min-width: 130px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 56.1875em) {
  .box-detail__tabs__nav li a {
    min-width: 0;
  }
}

@media screen and (max-width: 31.25em) {
  .box-detail__tabs__nav li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.box-detail__heading {
  position: relative;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__heading {
    text-align: center;
  }
}

.box-detail__heading figure {
  position: relative;
  display: block;
  padding-right: 0;
}

.box-detail__heading figure img {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__heading figure img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.box-detail__heading__buttons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.box-detail__heading__buttons a {
  position: relative;
  display: block;
  width: 130px;
  line-height: 39px;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  height: 39px;
  color: white;
  background-color: #243240;
  text-decoration: none;
  margin-bottom: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.box-detail__heading__buttons a:hover {
  background-color: #344C64;
}

.box-detail__heading__csfd {
  position: relative;
  display: inline-block;
  background-color: #BA0305;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 55px;
  height: 55px;
  width: 175px;
  text-align: center;
  font-weight: 600;
}

.box-detail__heading__csfd:before {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  top: -2px;
}

.box-detail__heading__imdb {
  position: relative;
  display: inline-block;
  background-color: #DEAA27;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 55px;
  height: 55px;
  width: 175px;
  text-align: center;
  font-weight: 600;
}

.box-detail__heading__imdb:before {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 19px;
  background-position: -48px 0px;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  top: -1px;
}

.box-detail__heading h2 {
  position: relative;
  display: block;
  color: #243240;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 3px;
  line-height: 26px;
}

.box-detail__heading p {
  position: relative;
  display: block;
  line-height: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.box-detail__heading p a {
  position: relative;
  display: inline-block;
  color: #1A82CB;
  text-decoration: none;
}

.box-detail__heading p a a:hover {
  text-decoration: underline;
}

.box-detail__heading__info {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-detail__heading__info div {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 4px 0;
}

.box-detail__heading__info div:after {
  content: "";
  display: table;
}

.box-detail__heading__info div:after {
  clear: both;
}

.box-detail__heading__info div span {
  position: relative;
  float: left;
  line-height: 15px;
  color: #243240;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__heading__info div span {
    float: none;
    display: inline-block;
  }
}

.box-detail__heading__info div span:first-of-type {
  width: 160px;
}

@media screen and (max-width: 43.6875em) {
  .box-detail__heading__info div span:first-of-type {
    width: auto;
    margin-right: 7px;
    font-weight: 600;
  }
}

.in-h {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.in-h:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #1A82CB;
  content: "";
}

.in-btn {
  position: relative;
  display: inline-block;
  background-color: #1A82CB;
  color: white;
  padding: 15px;
  line-height: 20px;
  min-width: 173px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
}

.in-btn:hover {
  background-color: #196499;
}

/*
Tady prijdou style ktere nevis kde patri
------------------------
1. Insert css
2. It doesnt matter, how you write this, web-designer remake it and put it to the right place
3. Only - Dont!!!! use ID for CSS

*/
.hellspy {
    min-width: 320px;
	min-height: 60px;
	background: url(/images/hellspy_velky.png) no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 5px;
}
.hellspy:hover {
    width: 320px;
	height: 60px;
	background: url(/images/hellspy_velky.png) no-repeat;
    display: inline-block;
    box-shadow: inset 0 0 50px 50px rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}
.prehrajto {
    width: 320px;
	height: 60px;
	background: url(/images/prehrajto_velky.png) no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 0px;
}
.prehrajto:hover {
    width: 320px;
	height: 60px;
	background: url(/images/prehrajto_velky.png) no-repeat;
    display: inline-block;
    box-shadow: inset 0 0 50px 50px rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

.oddelovac {
    margin-top: -10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.disabled {
    pointer-events:none;
    background-color: #D1D1D1;
}