/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body .v_pcDrmOnly {
  display: none;
}
body .v_pcDrmOnly:after {
  content: "wymagana instalacja wtyczki";
}
body .v_unavailableVideo:after {
  content: "Niedostępny na Twoim urządzeniu";
}
body .v_activeFlag:after {
  content: "Teraz oglądasz";
}
body.v_noDRM .v_pcDrmOnly {
  display: block;
}
body {
  font-family: 'PT Sans', Arial, sans-serif;
  background: #010a0c;
  max-width: 1920px;
  margin: 0 auto;
}
body .v_paymentMethodInfo a {
  color: #2fd6ff;
}
body .v_paymentSMS .v_paymentMethodInfo {
  margin-bottom: 1em;
}
body #topInfoBar {
  padding: 15px 73px 15px 0;
  font-size: 17px;
  text-align: center;
  display: none;
}
body #topInfoBar.darkLayout {
  background: #092932;
  color: #fff;
}
body #topInfoBar.darkLayout .topInfoBarCheck {
  color: #2fd6ff;
}
body #topInfoBar.lightLayout {
  background: #2fd6ff;
  color: #000;
}
body #topInfoBar.lightLayout .topInfoBarCheck {
  color: #000;
}
body #topInfoBar .topInfoBarCheck {
  white-space: nowrap;
  color: #2fd6ff;
  font-weight: bold;
}
body #topInfoBar .topInfoBarCheck:after {
  content: "\ \bb";
}
body #topInfoBar .topInfoText {
  margin: auto;
}
body #topInfoBar p {
  display: inline-block;
  margin-left: 37px;
}
body #topInfoBar p.topInfoBarLink {
  margin-left: 0;
}
body #topInfoBar .close {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 22px;
  height: 40px;
  background: url('https://ocdn.eu/files/pulscms/MDc7MDA_/1dc4e379fdee24779dc1bef07835db84.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
body .styled-select {
  height: 40px;
  width: 251px;
  overflow: hidden;
  color: #fff;
  float: left;
  margin: 0 20px 16px 0;
  border: 1px solid #12282e;
}
body .styled-select .arrow {
  background: url("https://ocdn.eu/files/pulscms/Zjg7MDA_/dedaaa3cf29317703d4237ecacb011c9.png") no-repeat;
  height: 6px;
  width: 17px;
  top: -22px;
  left: -5px;
  margin-left: 10px;
  float: right;
  position: relative;
  z-index: 2;
}
@-moz-document url-prefix() {
  .styled-select select {
    padding-top: 9px !important;
  }
}
body .styled-select select {
  background: transparent;
  border: 0 none;
  width: 285px;
  font-family: 'PT Sans';
  font-size: 18px;
  height: 40px;
  color: #f5f5f5;
  display: inline-block;
  padding: 5px;
  font-weight: 100;
  outline: none;
  position: relative;
  z-index: 3;
  text-overflow: ellipsis;
}
body select option {
  background-color: #12282e;
  font-weight: 300;
  padding: 0.2em 0.6em;
}
body button,
body input,
body select,
body textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body .v_resultWrapper {
  border-top: none;
  padding-top: 0px;
  width: 100%;
  padding-bottom: 14px;
}
body .v_resultWrapper #v_searchFilters {
  margin-right: 15px;
}
body .v_videoOffers .v_videoOffersSvodItem {
  display: none;
}
#vSearchStaticWrapper {
  margin-bottom: 20px;
}
#vSearchStaticWrapper h1 {
  padding: 25px 0 5px;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
}
#vSearchStaticWrapper .noResults {
  padding: 20px 0;
}
#mainListStreamItemsNew #extra {
  display: none;
}
#v_doc {
  background: #010607;
  color: #f5f5f5;
}
#v_doc a {
  text-decoration: none;
  color: #f8f8f8;
}
#k_mainLinks {
  float: left;
  margin-right: 10px;
  padding: 5px;
}
#serwisLink {
  display: none;
}
#top-widgets,
#v_foot {
  margin: 0 auto;
  overflow: hidden;
}
#top-widgets .recommended,
#v_foot .recommended {
  clear: both;
}
#top-widgets .recommended .listItemEditorList,
#v_foot .recommended .listItemEditorList {
  width: 300px;
  float: left;
  margin: 0 20px 30px 0;
}
.v_slideWrapper h3 {
  color: #f5f5f5;
  font-size: 30px;
  padding: 25px 0 6px;
  font-weight: 400;
}
.v_slideWrapper .v_bigPoster {
  margin: 11px 36px;
}
.v_slideWrapper#container_similarAndOthers {
  padding-bottom: 10px;
}
.v_blurbPoster {
  position: relative;
  float: left;
  width: 170px;
  height: 369px;
  margin-right: 20px;
  font-size: 13px;
  overflow: hidden;
}
.v_blurbPoster .item_premium_flag,
.v_blurbPoster .v_itemRecommendedFlag {
  position: absolute;
  top: 5px;
  height: 16px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.v_blurbPoster .item_premium_flag {
  background-color: #FF7900;
}
.v_blurbPoster .v_itemRecommendedFlag {
  background-color: green;
}
.v_blurbPoster .v_itemAdultFlag {
  background-color: #A30005;
  position: absolute;
  right: 0;
  top: 5px;
  height: 16px;
  padding: 2px 5px;
}
.v_blurbPoster .v_itemTitle {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}
.v_blurbPoster .v_itemTrans {
  display: block;
  color: #a1a1a1;
  padding-bottom: 18px;
  text-transform: lowercase;
}
.v_blurbPoster .v_leadBox.v_itemPayment .v_itemMeta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 87px;
  display: block;
  float: left;
  padding-bottom: 5px;
}
.v_blurbPoster .v_itemMetaBox {
  padding: 7px 0;
}
.v_blurbPoster .v_itemMetaPrice {
  float: right;
  padding: 0 6px;
  text-align: center;
  border: solid 1px #65696b;
  font-size: 11px;
}
.v_blurbPoster .v_alreadyBought {
  display: none;
  border: 1px solid #2fd6ff;
  color: #2fd6ff;
}
.v_blurbPoster .v_alreadyBought:after {
  content: "masz dostęp";
}
.v_blurbPoster .v_vodPlusPaid {
  display: none;
  border: 1px solid #2fd6ff;
  color: #2fd6ff;
}
.v_blurbPoster .v_vodPlusPaid:after {
  content: "aktywuj";
}
.v_blurbPoster .v_paidItem:after {
  content: "płatny";
}
.v_blurbPoster img {
  display: block;
}
.v_blurbPoster.v_horizontal {
  width: 321px;
}
.v_blurbPoster .v_leadBox {
  color: #f5f5f5;
  display: block;
  padding: 10px 5px;
}
.v_blurbPoster.v_notSupportVideo {
  display: none;
}
.footNav li {
  float: left;
  margin-right: 10px;
}
#v_head {
  z-index: 10;
  padding: 15px 0 30px 0;
  position: relative;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#v_head .v_topWrapper {
  margin-left: 160px;
}
#v_head .v_topWrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
#v_head #logoLinks {
  left: 46px;
  position: absolute;
}
#v_head #logoLinks #portalLink img {
  width: 120px;
}
#v_head #searchText {
  padding: 3px 11.5% 3px 10px;
  background: transparent;
  border: solid 1px #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.6);
  color: #ffffff;
  width: 68%;
  height: 18px;
}
#v_head .searchLens {
  background: url('https://ocdn.eu/files/pulscms/NDM7MDA_/66997a154bcabe9e8fbc9dfc9f4634a5.png');
  width: 16px;
  height: 17px;
  position: absolute;
  top: 5px;
  float: right;
  right: 18.5%;
  text-indent: -9999px;
}
@media screen and (min-width: 1280px) {
  #v_head .searchLens {
    right: 19%;
  }
}
#v_head .v_rightWidgetsSlots {
  padding-top: 15px;
  width: 35%;
  float: right;
}
#v_head .v_rightWidgetsSlots .yourTickets {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  position: absolute;
  font-size: 18px;
  right: 37px;
  line-height: 26px;
}
#v_head .v_rightWidgetsSlots .yourTickets a {
  color: #000000;
}
#v_head .v_rightWidgetsSlots .serviceSearch {
  margin-right: 150px;
  position: relative;
}
#v_head:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.v_bodySg #v_head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.v_bodySg .v_ListView {
  position: relative;
}
.v_bodySg .v_ListView .v_driver {
  -webkit-margin-before: 0;
}
@media screen and (max-width: 1260px) {
  #v_head .v_rightWidgetsSlots {
    width: 35%;
  }
}
#v_neck {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #v_neck {
    top: 0px;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .v_bodyMovieVideoDetail #v_neck {
    top: 0px;
    margin-bottom: 0px;
  }
}
@supports (-moz-appearance:none) and (writing-mode:horizontal-tb) {
  @media screen and (min-width: 769px) {
    .v_bodySg #v_neck {
      top: 0px;
    }
    .v_bodyMovieVideoDetail #v_neck {
      top: 0px;
      margin-bottom: 0px;
    }
    .v_ListView .v_driver {
      margin-top: 0px;
    }
  }
}
/* przetestuj START */
#testDetail .mainTitle {
  height: auto;
}
#testDetail .mainTitle h1 {
  width: 98%;
  margin-top: 10px;
  padding: 20px 0 55px 2%;
  text-transform: none;
  font-size: 30px;
}
#testDetail .mainTitle h1 span {
  background-color: transparent;
  padding: 0;
}
#testDetail .testBrowser {
  width: 96%;
  padding: 10px 2%;
  float: left;
}
#testDetail .testBrowser #testMovieOverlay #testMovieOverlayCloseButton {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  padding: 13px 50px;
  display: block;
  margin: 10px auto;
  width: 65px;
  cursor: pointer;
}
#testDetail .testBrowser #testMovieOverlay #testMovieReadFaq,
#testDetail .testBrowser #testMovieOverlay #testMovieReadFaq a {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}
#testDetail .testBrowser #testMovieOverlay #testMovieReadFaq a {
  font-weight: bold;
}
#testDetail .testBrowser #testErrorBox {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAwCAIAAADLty4kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MkQyOTVCQ0ZFMDBFMzExOTBCNjg1MDlEMDMwNjBGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QjkxNDI0NjM3RjcxMUUzOTdCREUyODFFMThCOEI1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QjkxNDI0NTM3RjcxMUUzOTdCREUyODFFMThCOEI1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFNDFGNjFFN0IxMUUzMTFCMjdCRTc3MkE4QjRFOTk5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyRDI5NUJDRkUwMEUzMTE5MEI2ODUwOUQwMzA2MEY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1uM4UgAAAxtJREFUeNrMWTFoFEEUvYyLEdEjSFC5Sx9MLaSNhY2QK7RIkUbBwhQKFmKRYBUru6RJIcTmihSmiGBjoa1gIxZiG3KHlYYYRIKoTweXv//Pzs7O/LvcZzlm9ub23v75/723d2O/vzZ0Y21jAq/37uzrXjbTvdxeP3vWbWJwvXM41fqpeGWjC3R9Y+Lgm8Hx+Mk53StrAn377tTznTN2/Or1aUxHFOhqMYurqklVA4pcfvx0kp7BNE9weoypdD2Kcu7aFF7Z+ebZX29e7uF1VDJqe8h5A+v/2GokMgpKQjo9C5DUdKpSyOjDR5N0CkwMFltwPEAlDS0/+IKD0RaWHTNQRuyzl39cvfIdBwaeZcMGCllHgdIzK/9zuVJMKpatpXWVSekhK+t53Fo8uDR9ZMcYYErfxWJ2V0MCyigJZHm36JgwpQyaSFWRQKmsO2E5oeMj0QYgEijTcbnRshgSDUAMUCnrrHU8b0UbgNpApdeUZCQJi1GVU2+VgcoeWi5PZy4B6V1VT+ulrOPZKH88wp5uk23F08iNzmHOuIxH6xqAehmVsn6T9FCvn6Gp86NHWBPLEg1ADaBOWad7yiqVTmWF1DUAJrqHZJf4w2kAwrsqdJ0UQElJ7eLmtkUJSgPARDgVqF/Wacl6pokGIAgo2yOpjfQtNmAhDUCgA6wGKqteyjrNGRvIO2E3GfgLQDXQQFkPjzgDUAF0s9sMl3VKSR5RdRqAzaquMn5KYlrnl/XwkNRW9sAdBDRC1nNKalfJY10DUApUboeUQRkz00fIFo6ZkmYqk19nmQWZksXbF2kz4ro7W32VH2doFjsLLcqjuMPu08/OxVmcrJfpAnNP/h2wtbR0/zyjQqcyZ4qy3is+E+NTlaViu5MmBV+NMzIpJk7WFSPQAJg4WVeMQANgomVdMUIMQKHrUStodtZDiYIZGOAmBg7tT8XFDFTWFQ2AiZb1QXcVUxwzaFnXMgBZmSdA37F6HUIwDDZ91mD8bSYkeX6h1RjVeLHVR/mahvY/V+ph4Rn1/wLVwxqAE7u7FyJ+shpyvP8w/keAAQAm3AoRQ1oaNAAAAABJRU5ErkJggg==) no-repeat 30px 40% #ffef00;
  padding: 40px 80px 40px 105px;
  overflow: hidden;
  color: #000;
}
#testDetail .testBrowser #testErrorBox .testDesc,
#testDetail .testBrowser #testErrorBox .testName {
  font-family: arial;
  font-size: 16px;
  width: 575px;
  float: left;
  border-right: 1px solid #e3d501;
  margin-right: 20px;
}
#testDetail .testBrowser #testErrorBox .testName {
  font-family: 'Doppio One';
  font-size: 22px;
  padding: 10px 0 5px;
}
#testDetail .testBrowser #testErrorBox .testDesc {
  padding-bottom: 40px;
}
#testDetail .testBrowser #testErrorBox .testSolution,
#testDetail .testBrowser #testErrorBox .testSolutionDesc {
  font-family: arial;
  font-size: 16px;
}
#testDetail .testBrowser #testErrorBox .testSolution a,
#testDetail .testBrowser #testErrorBox .testSolutionDesc a {
  font-weight: bold;
  color: #fe0000;
}
#testDetail .testBrowser #testErrorBox .testSolution {
  text-transform: uppercase;
  font-family: 'Doppio One';
  font-size: 17px;
}
#testDetail .testBrowser #testErrorBox .testReadMore a {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  display: block;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}
#testDetail .testBrowser .testAllOkInfo {
  background-color: #e9e9e9;
  padding: 40px 80px 40px 105px;
  overflow: hidden;
}
#testDetail .testBrowser .testAllOkInfo .testAllOkConfirmation,
#testDetail .testBrowser .testAllOkInfo .testAllOkTestMovie {
  display: block;
  float: left;
  font-size: 22px;
  font-family: 'Doppio One';
  color: #000;
}
#testDetail .testBrowser .testAllOkInfo .testAllOkTestMovie {
  font-size: 16px;
  font-family: arial;
}
#testDetail .testBrowser #testAllMovieButton {
  float: right;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  padding: 13px 50px;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.faqSectionLinks {
  float: left;
  margin: 25px 6px 45px;
  overflow: hidden;
  width: 24%;
}
.faqSectionLinks:first-child {
  margin-right: 55px;
}
.faqSectionLinks:first-child + div + div {
  margin-left: 55px;
}
.faqSectionLinks .faqSectionTitle {
  font-family: 'Doppio One';
  font-size: 20px;
  color: #fff;
  margin: 15px;
  text-transform: uppercase;
}
.faqSectionLinks .faqSectionItems a {
  background-color: #e0e0e0;
  box-shadow: 0 30px 40px #fff inset;
  border-bottom: 1px solid #cfcfcf;
  padding: 25px 15px 20px;
  float: left;
  width: 91%;
  font-family: arial;
  color: #1e1e1e;
  font-size: 14px;
  min-height: 34px;
}
#noAnswFound {
  color: #FFFFFF;
  font-family: 'Doppio One';
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}
#faqSection {
  float: left;
  font-family: 'Doppio One';
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
  width: 50%;
  height: 90px;
}
#faqSection span {
  font-size: 16px;
}
#faqSection #faqButton {
  text-align: center;
}
#faqSection #faqButton a {
  border-bottom: 1px solid #CFCFCF;
  box-shadow: 0 30px 40px #FFFFFF inset;
  color: #1E1E1E;
  display: block;
  float: inherit;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto;
  min-height: 18px;
  padding: 10px;
  width: 215px;
}
#contactSection {
  float: left;
  font-family: 'Doppio One';
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
  width: 50%;
  height: 90px;
}
#contactSection span {
  font-size: 16px;
  display: block;
}
#contactSection #contactButton {
  border-bottom: 1px solid #CFCFCF;
  box-shadow: 0 30px 40px #FFFFFF inset;
  color: #1E1E1E;
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  min-height: 18px;
  min-width: 215px;
  padding: 10px;
  margin: 10px 0 0 167px;
  cursor: pointer;
}
#contactWindowInner {
  color: #000;
  overflow: hidden;
  position: relative;
}
#contactWindowInner h3 {
  color: #000;
  display: block;
  font-size: 20px;
  margin: 35px 0 35px 25px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
#contactWindowInner .contactInformations {
  width: 320px;
  float: left;
  margin: -20px 0 0 25px;
}
#contactWindowInner .contactInformations .headContact {
  font-size: 23px;
  width: 100%;
  float: left;
  color: #FE0000;
  margin-bottom: 10px;
}
#contactWindowInner .contactInformations .contactWindowHours {
  font-size: 16px;
  float: left;
  margin-bottom: 10px;
}
#contactWindowInner .contactInformations .contactPhoneNumber {
  float: left;
  margin-bottom: 15px;
  line-height: 20px;
}
#contactWindowInner .contactInformations .contactPhoneNumber .phone {
  font-size: 21px;
}
#contactWindowInner .contactInformations .contactPhoneNumber .additionalInf {
  font-size: 16px;
}
#contactWindowInner .contactInformations .contactPhone {
  font-size: 16px;
  margin-bottom: 2px;
  float: left;
}
#contactWindowInner .contactInformations .oneCode {
  font-size: 16px;
  color: #FE0000;
  float: left;
  display: block;
  width: 100%;
}
#contactWindowInner .contactInformations .userToken {
  font-size: 17px;
  float: left;
  background-color: #e4e4e4;
  text-align: center;
  padding: 5px 0;
}
#contactWindowInner .contactMail {
  width: 370px;
  float: right;
  margin: -20px 0 0 25px;
}
#contactWindowInner .contactMail .headContact {
  font-size: 23px;
  width: 100%;
  float: left;
  color: #FE0000;
  margin-bottom: 10px;
}
#contactWindowInner .contactMail #contactFormName {
  width: 320px;
  height: 40px;
  /* border: 1px solid #b5b5b5;
            */
  border-radius: 3px;
  float: left;
  padding-left: 10px;
  font-family: arial;
  font-size: 12px;
}
#contactWindowInner .contactMail #emailForm {
  height: 40px;
  padding-left: 10px;
  width: 220px;
}
#contactWindowInner .contactMail #contactFormMsg {
  width: 320px;
  height: 80px;
  padding: 10px 0 0 10px;
  /* border: 1px solid #b5b5b5;
            */
  border-radius: 3px;
  margin-top: 10px;
  font-family: arial;
  font-size: 12px;
}
#contactWindowInner .contactMail .retAddress {
  font-size: 14px;
  float: left;
  margin-top: 25px;
  width: 330px;
}
#contactWindowInner .contactMail #submitContactForm {
  height: 40px;
  padding: 0 20px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin: 5px 35px 0 0;
  font-family: 'Doppio One';
}
#contactWindowInner .validationErrors {
  color: #FE0000;
  font-family: arial;
  font-size: 13px;
  left: 482px;
  position: absolute;
  bottom: 25px;
}
#contactWindowInner .contactFormEl {
  border: 1px solid #b5b5b5;
}
#contactWindowInner .contactFormError {
  border: 1px solid #FE0000;
}
#contactWindowInner .sendResultError {
  color: #FE0000;
}
#contactWindowInner .sendFormResult.sendResultError,
#contactWindowInner .sendFormResult.sendResultSuccess {
  padding-top: 10%;
  text-align: center;
}
/* end przetestuj */
#v_head #logo {
  position: absolute;
  height: 50px;
  width: 100px;
  margin-top: 7px;
}
#v_head #menu {
  padding-left: 100px;
  padding-right: 200px;
}
#v_head #search {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 290px;
  z-index: 10;
}
.v_bodyMovieVideoDetail #v_body {
  background: #092932;
  color: #fff;
}
.v_bodyMovieVideoDetail #v_body .bx-prev {
  background: -moz-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #092932), color-stop(100%, rgba(9, 41, 50, 0)));
  background: -webkit-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -o-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -ms-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: linear-gradient(to right, #092932 0%, rgba(9, 41, 50, 0) 100%);
}
.v_bodyMovieVideoDetail #v_body .bx-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(9, 41, 50, 0) 0%, #092932 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(9, 41, 50, 0)), color-stop(100%, #092932));
  background: -webkit-linear-gradient(left, rgba(9, 41, 50, 0) 0%, #092932 100%);
  background: -o-linear-gradient(left, rgba(9, 41, 50, 0) 0%, #092932 100%);
  background: -ms-linear-gradient(left, rgba(9, 41, 50, 0) 0%, #092932 100%);
  background: linear-gradient(to right, rgba(9, 41, 50, 0) 0%, #092932 100%);
}
#v_body {
  background: #010607;
  /* Old browsers */
  background: -moz-linear-gradient(top, #135a6c 0%, #0b343f 140px, #010607 440px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #135a6c), color-stop(140px, #0b343f), color-stop(440px, #010607));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #135a6c 0%, #0b343f 140px, #010607 440px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #135a6c 0%, #0b343f 140px, #010607 440px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #135a6c 0%, #0b343f 140px, #010607 440px);
  /* IE10+ */
  background: linear-gradient(to bottom, #135a6c 0%, #0b343f 140px, #010607 440px);
  /* W3C */
  position: relative;
  z-index: 1;
  padding: 0 50px;
  overflow: hidden;
}
#v_body h3.v_category_heading {
  width: 100%;
  font-size: 31px;
  margin: 27px 0 20px 0;
  font-weight: 300;
  float: left;
}
#v_body .sources {
  padding: 3% 0 0 0;
}
#v_body #container_SiteSeriale,
#v_body #container_SiteFilmy {
  width: 100%;
}
#v_body .v_bigPoster:first-of-type {
  margin: 11px 0;
}
#v_body #vSeasonList {
  float: left;
  margin-top: 15px;
}
#v_body #vSeasonList .v_seasonNumber {
  color: #000;
  float: left;
  margin-right: 11px;
  border: 1px solid #7c7c7c;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: 'PT Sans', Arial, sans-serif;
  text-transform: unset;
  padding: unset;
  font-weight: 300;
}
#v_body #vSeasonList .v_seasonNumber.active {
  background-color: #2fd6ff;
  border: 1px solid #2fd6ff;
  color: #000;
}
#v_body #vSeasonList .v_seasonNumber::before {
  display: none;
  content: "Sezon";
}
#v_body #container_v_similar {
  clear: both;
}
#v_body #v_seasonEpisodes {
  border-top: none;
}
#v_body #v_seasonEpisodes .v_blurbPoster .v_itemTitle {
  max-height: 38px;
  margin-bottom: 50px;
}
#v_body #v_seasonEpisodes .v_listElemets {
  border-top: unset;
}
#v_body .v_blurbPoster .loadMoreButton {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  margin: 42px 0 86px 0;
  text-decoration: underline;
  cursor: pointer;
}
#v_body .v_blurbPoster.v_bigPoster {
  width: 211px;
  height: 425px;
  margin: 0;
}
#v_body .v_blurbPoster.v_bigPoster a {
  padding-bottom: 0;
}
#v_body .v_blurbPoster.v_bigPoster a .v_itemTitle {
  padding-bottom: 30px;
}
#v_body .v_loadMoreButton {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  margin: 42px 0 86px 0;
  text-decoration: underline;
  cursor: pointer;
}
#v_body #getAppSection {
  display: none;
  padding: 20px 10px 0 10px;
  width: 92%;
}
#v_body #getAppSection .downloadApp {
  border-top: 1px solid #00cdff;
  border-bottom: 1px solid #00cdff;
  padding: 5px 0;
}
#v_body #getAppSection .downloadApp img {
  max-height: 60px;
  height: 100%;
}
#v_body #getAppSection .downloadApp .appLogo,
#v_body #getAppSection .downloadApp .appLink {
  margin-top: 10px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#v_body #getAppSection .downloadApp .appDescription {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
#v_body #getAppSection .downloadApp .appDescription p {
  font-size: 0.8em;
}
#v_body #getAppSection .downloadApp .appLogo img {
  max-width: 60px;
}
#v_body #getAppSection .downloadApp .appLink {
  text-align: right;
}
#v_body #getAppSection .downloadApp .appLink .android,
#v_body #getAppSection .downloadApp .appLink .iOS {
  display: none;
}
#v_body #getAppSection .downloadApp .appLink .iOS {
  margin-top: 10px;
}
#v_body #getAppSection .downloadApp .appLink .android img {
  margin-right: -10px;
}
#v_body #getAppSection .downloadApp .appLink img {
  width: 100%;
  max-width: 150px;
  min-height: 40px;
}
#v_body #v_checkPlayers .vodServiceTest .pluginInfo {
  border-bottom: solid 1px #1D292D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#v_body #v_checkPlayers .vodServiceTest a {
  color: #2fd6ff;
}
#v_body #v_checkPlayers h1,
#v_body #v_checkPlayers h2 {
  font-weight: bold;
  margin: 15px 0;
}
#v_body #v_checkPlayers #testAllMovieButton {
  margin-right: 6%;
}
#v_body #v_checkPlayers #testAllMovieButtonDRM {
  margin-bottom: 40px;
  margin-bottom: 4%;
}
#v_body #v_checkPlayers #testAllMovieButton,
#v_body #v_checkPlayers #testAllMovieButtonDRM {
  width: 47%;
  float: left;
  position: relative;
}
#v_body #v_checkPlayers #testAllMovieButton .v_videoPlayer,
#v_body #v_checkPlayers #testAllMovieButtonDRM .v_videoPlayer {
  width: 100%;
}
#v_body #v_checkPlayers #testAllMovieButton .mvp-canvas,
#v_body #v_checkPlayers #testAllMovieButtonDRM .mvp-canvas {
  background: url('../../assets/img/playIcon.png') no-repeat scroll -867px -101px transparent;
  border: none;
  width: 42px;
  height: 42px;
}
#v_body #v_checkPlayers #testAllMovieButton .v_videoInfo,
#v_body #v_checkPlayers #testAllMovieButtonDRM .v_videoInfo {
  padding-top: 10px;
  font-size: 130%;
}
#v_body #v_checkPlayers .v_startButton {
  position: absolute;
  width: 16%;
  height: 45%;
  top: 63%;
  left: 3%;
  background: url('https://ocdn.eu/files/pulscms/ZjU7MDA_/f275dfccae98ba199a0ffca1f27ee906.png') no-repeat;
  background-size: contain;
}
#v_body #v_checkPlayers .v_videoProblems {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.6em;
}
#v_body #v_checkPlayers .v_checkProblems {
  padding: 5px 38px;
  margin: 31px auto 81px auto;
  background: #2fd6ff;
  width: 354px;
  font-size: 18px;
  text-align: center;
  display: block;
  cursor: pointer;
}
#v_body #v_checkPlayers .v_checkProblems a {
  color: #000;
}
#v_body .wdg_linki .wdg_header {
  background-color: #072933;
  padding: 20px 50px;
  margin: 0 -50px;
}
#v_body .wdg_linki .wdg_header h2 {
  margin: 15px 0;
}
#v_body .wdg_linki .wdg_header h3 {
  margin: 10px 0;
}
#v_body .wdg_linki .wdg_header #getAppSection {
  margin: 0;
}
#v_body .wdg_linki .wdgl_content {
  margin-top: 30px;
}
#v_body .wdg_linki .wdgl_content .wdg_block {
  width: 23%;
  float: left;
  margin-right: 2%;
}
#v_body .wdg_linki .wdgl_content .wdg_block h3 {
  margin-bottom: 10%;
  font-size: 1.6em;
  font-weight: 300;
}
#v_body .wdg_linki .wdgl_content .wdg_block ul li {
  margin-bottom: 20px;
  list-style-type: initial;
  color: #B8B8B8;
  padding-right: 5%;
}
#v_body .wdg_linki .wdgl_content .wdg_block ul a {
  color: #B8B8B8;
}
#v_body #v_contactSection {
  float: left;
  width: 100%;
  text-align: center;
  margin: 41px auto;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  padding: 50px 0;
  font-size: 1.6em;
}
#v_body #v_contactSection #v_contactButton {
  padding: 4px 16px;
  margin-left: 1%;
  background: #00cdff;
  width: 354px;
  font-size: 1em;
  cursor: pointer;
  color: #000;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 858px) {
  #v_body #v_contactSection .v_contactInfo {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #v_body #getAppSection {
    display: initial;
  }
  #v_body #v_contactSection {
    font-size: 25px;
  }
  #v_body #v_contactSection .v_contactInfo {
    display: block;
    margin-bottom: 15px;
  }
  #v_body #v_checkPlayers h1 {
    font-size: 30px;
  }
  #v_body #v_checkPlayers h2 {
    font-size: 19px;
  }
  #v_body #v_checkPlayers #testAllMovieButton,
  #v_body #v_checkPlayers #testAllMovieButtonDRM {
    width: 100%;
  }
  #v_body #v_checkPlayers #testAllMovieButton .v_videoInfo,
  #v_body #v_checkPlayers #testAllMovieButtonDRM .v_videoInfo {
    font-size: 19px;
    display: inherit;
    margin: 1% 0 9% 0;
  }
  #v_body #v_checkPlayers .v_startButton {
    top: 54%;
  }
  #v_body #v_checkPlayers .v_checkProblems {
    width: 60%;
  }
  #v_body .wdg_linki .wdgl_content {
    padding: 3%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block {
    width: 48%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block ul li {
    padding-right: 12%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block ul:last-child {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 480px) {
  #v_body .wdg_linki .wdgl_content {
    padding: 6%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block {
    width: 100%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block h3 {
    margin-bottom: 3%;
  }
  #v_body .wdg_linki .wdgl_content .wdg_block ul:last-child {
    margin-bottom: 15%;
  }
}
#v_popup .v_loader {
  text-align: center;
}
#v_popup .v_loader img {
  margin: 100px;
}
#v_popup .content {
  background: greenToBlackBackground(1);
  color: #f5f5f5;
}
#v_popup .contactInformations {
  font-size: 16px;
  margin: 34px 3px 34px 43px;
  clear: both;
  float: left;
  overflow: hidden;
  width: 44%;
}
#v_popup .contactInformations .phone {
  color: #2fd6ff;
  font-size: 130%;
  font-weight: bold;
}
#v_popup .contactInformations .additionalInf {
  font-size: 80%;
}
#v_popup .contactInformations .contactPhoneNumber {
  margin-bottom: 20px;
}
#v_popup .contactInformations .contactPhone {
  margin-bottom: 10px;
}
#v_popup .contactInformations .userToken {
  display: block;
  border: solid 1px #fff;
  padding: 16px 20px;
  text-align: center;
}
#v_popup .contactInformations .userToken .oneCode {
  font-weight: bold;
  color: #2fd6ff;
  display: block;
}
#v_popup .contactMail {
  font-size: 16px;
  float: left;
  width: 41%;
  margin: 34px 3px 34px 43px;
}
#v_popup .contactMail .headContact {
  margin-bottom: 20px;
  display: block;
}
#v_popup .contactMail .contactFormEl {
  display: block;
  width: 90%;
  background: transparent;
  padding: 5px 7px;
  color: #fff;
  border: solid 1px #fff;
  font-family: 'PT Sans';
  font-size: 100%;
  margin-bottom: 10px;
}
#v_popup .contactMail textarea {
  height: 8em;
}
#v_popup .contactMail .retAddress {
  margin-bottom: 10px;
}
#v_popup .contactMail #submitContactForm {
  background: #2fd6ff;
  color: #000000;
  display: block;
  border: 0;
  font-size: 130%;
  line-height: 2em;
  height: 2em;
  width: 50%;
  cursor: pointer;
}
#v_popup .contactMail .validationErrors {
  color: #2fd6ff;
  line-height: 2em;
  font-size: 130%;
  margin: 10px 0;
  font-weight: bold;
}
#v_foot {
  background: #000000;
  padding: 0;
  overflow: hidden;
}
#v_foot .v_slideWrapper,
#v_foot .v_leg,
#v_foot .v_footerMenu {
  margin: 0 50px;
}
#v_foot .v_editorsTitle {
  font-size: 30px;
  padding: 33px 0 25px;
  font-weight: 400;
  border-top: 1px solid #1D2527;
}
#v_foot .v_editorsList {
  overflow: hidden;
  padding-bottom: 46px;
  border-bottom: 1px solid #1d2527;
  border-top: none;
  padding-top: 25px;
}
#v_foot .v_editorsList .v_recomItem {
  width: 22%;
  float: left;
  margin-left: 4%;
}
#v_foot .v_editorsList .v_recomItem:first-child {
  margin-left: 0;
}
#v_foot .v_editorsList .v_recomItem .v_itemTitle {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 6px;
  height: 38px;
  overflow: hidden;
}
#v_foot .v_editorsList img {
  width: 100%;
}
#v_foot .v_editorsList .v_recomBox {
  margin: 0 auto;
}
#v_foot .v_singleList p.v_seasonList {
  float: left;
  margin: -4px 14px 11px 0;
  font-size: 28px;
  text-transform: lowercase;
}
#v_foot .v_recommended {
  padding: 0 50px;
  background: #010607;
}
@media screen and (min-width: 288px) {
  #v_foot .v_recommended .v_recomItem {
    width: 100%;
  }
  #v_foot .v_recommended .v_recomItem:nth-child(n) {
    margin-bottom: 50px;
  }
  #v_foot .v_recommended .v_recomItem:last-child {
    margin-bottom: 0;
  }
  #v_foot .v_recommended img {
    width: 100%;
  }
  #v_foot .v_recommended .v_recomBox {
    margin: 0 auto;
  }
}
@media screen and (min-width: 495px) and (max-width: 759px) {
  #v_foot .v_recommended .v_recomItem {
    width: 46%;
  }
  #v_foot .v_recommended .v_recomItem:nth-child(n) {
    margin-bottom: 0;
  }
  #v_foot .v_recommended .v_recomItem:nth-child(1),
  #v_foot .v_recommended .v_recomItem:nth-child(2) {
    margin-bottom: 25px;
  }
  #v_foot .v_recommended .v_recomItem:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  #v_foot .v_recommended .v_recomItem {
    width: 22%;
    margin-bottom: 0;
    margin-left: 4%;
  }
  #v_foot .v_recommended .v_recomItem:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  #v_foot .v_recommended .v_recomBox {
    width: 1780px;
    margin: 0 auto;
  }
}
#v_foot .v_footerMenu {
  margin-top: 60px;
}
#v_foot .v_footerMenu ul li {
  float: left;
  margin: 0 25px 10px 0;
  display: block;
  height: 60px;
  line-height: 40px;
}
#v_foot .v_footerMenu ul li:first-child {
  padding-top: 0;
}
#v_foot .v_footerMenu ul li:first-child a img {
  margin-top: 0px;
  width: 100px;
}
#v_foot .v_footerMenu ul li:last-child {
  margin-right: 0;
}
#v_foot .v_footerMenu .copyrights {
  color: #ffffff;
  float: right;
  margin-top: 10px;
}
#v_foot .v_leg {
  overflow: hidden;
  margin-top: 10px;
  min-height: 300px;
  position: relative;
}
#v_foot .v_leg .v_btmMenu {
  margin-top: 45px;
  margin-right: 352px;
}
#v_foot .v_leg .v_btmMenu .v_btmMenuMain .v_btmMenuCategory {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#v_foot .v_leg .v_btmMenu .v_btmMenuMain > li {
  float: left;
  width: 33%;
  margin-bottom: 20px;
}
#v_foot .v_leg .v_btmMenu .v_btmMenuMain > li .v_btmMenuSub {
  margin-bottom: 12px;
}
#v_foot .v_leg .v_btmMenu .v_btmMenuMain > li .v_btmMenuSub li {
  margin-bottom: 7px;
  padding-right: 10px;
}
#v_foot .v_leg .v_bottomFb {
  position: absolute;
  right: 0;
  float: right;
  margin-top: 35px;
  top: 0;
}
#v_foot .siteWrapper {
  float: left;
}
#v_foot .v_tabs {
  z-index: 1100;
  margin-right: 61px;
  width: 100%;
  position: relative;
}
#v_foot .v_tabs h3 {
  float: left;
  margin-right: 61px;
  cursor: pointer;
  opacity: 0.6;
}
#v_foot .v_tabs h3:after {
  content: "\00BB";
  color: #2fd6ff;
}
#v_foot .v_tabs h3.active {
  opacity: 1;
}
#v_foot .v_tabs h3.active:after {
  visibility: hidden;
}
#v_foot .v_tabs .v_brandLogoContainer {
  display: inline-block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 17px;
  right: 0px;
  text-align: right;
}
#v_foot .styled-select {
  display: none;
}
#v_foot #vSeasonList {
  float: left;
  position: relative;
  z-index: 1000;
}
#v_foot #vSeasonList + div {
  float: left;
}
#v_foot #vSeasonList .v_seasonNumber {
  color: #000;
  float: left;
  margin-right: 11px;
  border: 1px solid #7c7c7c;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: 'PT Sans', Arial, sans-serif;
  text-transform: unset;
  padding: unset;
  font-weight: 300;
}
#v_foot #vSeasonList .v_seasonNumber.active {
  background-color: #2fd6ff;
  border: 1px solid #2fd6ff;
  color: #000;
}
.v_activeFlag,
.v_itemNotAvalibleFlag {
  position: absolute;
  display: block;
  height: 17%;
  padding: 93px 34px;
  width: 61%;
  font-size: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.v_horizontal .v_activeFlag,
.v_horizontal .v_itemNotAvalibleFlag {
  height: 10%;
  padding: 75px 63px;
}
.v_bigPoster .v_itemNotAvalibleFlag {
  height: 29%;
  width: 68%;
}
.v_filmyFilter {
  padding-top: 200px;
}
@media screen and (max-width: 450px) {
  #v_foot .v_leg .v_bottomFb {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #v_foot .v_leg .v_btmMenu .v_btmMenuMain li {
    width: 50%;
  }
  #v_foot .v_leg .v_btmMenu .v_btmMenuMain li .v_btmMenuSub {
    display: none;
  }
  #v_foot .v_footerMenu {
    margin-top: 181px;
  }
  #v_foot .v_tabs h3 {
    display: none;
  }
  #v_foot .styled-select {
    display: block;
    width: 273px;
    position: relative;
    z-index: 3000;
  }
  #v_foot .v_singleElement .styled-select {
    display: none;
  }
  #v_foot .v_singleElement .v_tabs h3 {
    display: block;
  }
  #v_foot .v_list_select {
    background: transparent;
    border: 0 none;
    width: 100%;
    font-size: 15px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
    font-weight: 100;
    outline: none;
    letter-spacing: 0.7px;
    position: relative;
    z-index: 3;
    text-indent: 0.01px;
    text-overflow: ellipsis;
  }
  #v_foot .arrow {
    background: url("https://ocdn.eu/files/pulscms/Zjg7MDA_/dedaaa3cf29317703d4237ecacb011c9.png") no-repeat;
    height: 6px;
    width: 17px;
    margin-left: 10px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1060px) {
  #v_foot .v_leg .v_btmMenu .v_btmMenuMain li {
    width: 250px;
  }
  #v_foot .v_leg .v_btmMenu .v_btmMenuMain li:nth-child(3) {
    clear: left;
  }
  #v_foot .v_leg .v_bottomFb {
    position: absolute;
    float: right;
    right: 0;
    width: 280px;
    margin-right: -3px;
    overflow: hidden;
  }
  #v_foot .v_leg .v_btmMenu {
    margin-right: 225px;
  }
}
/* listy */
/* popup window */
#v_popup #container_SearchResults {
  width: 100%;
  min-height: 597px;
}
#v_popup #container_SearchResults .noResults {
  margin: 29px;
  font-size: 18px;
}
#v_popup .v_loadMoreButton {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  margin: 42px 0 86px 0;
  text-decoration: underline;
  cursor: pointer;
}
#v_popup .styled-select {
  margin: 12px -11px 0 27px;
}
#v_popup .v_blurbPosters {
  margin: 25px 14px;
}
@media screen and (min-width: 410px) {
  #v_popup .v_blurbPosters {
    margin: 25px 28px;
  }
}
#v_popup .v_blurbPosters a {
  color: #fff;
}
#v_popup #v_regulations {
  padding: 115px 60px 115px 30px;
  font-size: 19px;
}
#v_popup #v_regulations #v_regulationsForm a {
  color: #2fd6ff;
}
#v_popup #v_regulations #v_regulationsForm input[type='checkbox'] {
  -webkit-appearance: checkbox;
  padding: 10px;
}
#v_popup #v_regulations #v_regulationsForm label {
  display: inline-block;
  position: relative;
  top: -24px;
  left: 27px;
}
#v_popup #v_regulations #v_regulationsForm button {
  padding: 9px 38px;
  margin: 13px 0 0 26px;
  color: #000;
  background: #2fd6ff;
  width: 126px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
#v_popup #v_euregulations {
  padding: 85px 40px 40px 40px;
  font-size: 19px;
}
#v_popup #v_euregulations h3 {
  margin-bottom: 30px;
}
#v_popup #v_euregulations .userVerification {
  margin-top: 10px;
  display: flex;
  width: 100%;
  max-height: 80px;
  border: 1px solid #2fd6ff;
}
#v_popup #v_euregulations .userVerification .questionMark {
  width: 80px;
  min-width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2fd6ff;
}
#v_popup #v_euregulations .userVerification .userVerificationInfo {
  padding: 15px 25px;
}
#v_popup #v_euregulations .userVerification .userVerificationInfo a {
  color: #2fd6ff;
}
#v_popup #v_euregulations .userVerification .userVerificationInfo.user,
#v_popup #v_euregulations .userVerification .userVerificationInfo.userpl {
  margin: auto;
  margin-left: 0;
}
#v_popup #v_euregulations .userVerification .userVerificationInfo.user .loginClick,
#v_popup #v_euregulations .userVerification .userVerificationInfo.userpl .loginClick {
  display: none;
}
@media screen and (max-width: 450px) {
  #v_popup #v_euregulations .userVerification .userVerificationInfo.user,
  #v_popup #v_euregulations .userVerification .userVerificationInfo.userpl {
    padding: 10px;
    margin: 0px;
  }
  #v_popup #v_euregulations .userVerification .userVerificationInfo p {
    font-size: 16px;
  }
}
#v_popup #v_euregulations .instruction {
  margin-top: 40px;
  align-items: center;
}
#v_popup #v_euregulations .instruction .instructionTitle {
  font-weight: bold;
}
#v_popup #v_euregulations .instruction .instructionOption {
  margin-top: 10px;
  font-weight: bold;
  display: inline-flex;
}
#v_popup #v_euregulations .instruction .instructionOption .point {
  color: #2fd6ff;
  font-size: 20px;
  margin-right: 5px;
}
#v_popup #v_euregulations .instruction a {
  color: #FFF;
  text-decoration: underline;
}
#v_popup #v_euregulations .footerText {
  margin-top: 15px;
}
#v_popup #v_euregulations .aboutUserData {
  margin-top: 15px;
  font-style: italic;
  font-size: 14px;
}
#v_popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #72b1c0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 9999;
}
#v_popup .window {
  position: absolute;
  z-index: 10001;
  width: 80%;
  max-width: 1000px;
  left: 10%;
  margin: 0;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_popup .window .v_payment.v_proceedFalse .spinnerBackground {
  padding: 1em;
  padding-top: 70px;
}
#v_popup .window #v_sso_login button {
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  width: 200px;
  font-size: 18px;
  margin: 24px 0 0 24px;
  cursor: pointer;
  text-align: center;
}
#v_popup .window #v_loginFb {
  padding: 85px 0 36px 0;
}
#v_popup .window #v_loginFb #v_loginFbInfo {
  height: 86px;
  background-size: 32px;
  display: block;
  line-height: 86px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
#v_popup .window #v_loginFb .spinnerBackground {
  background: url('https://ocdn.eu/files/pulscms/ZDc7MDA_/23bd4cd33d95ae9ee6e454673b146552.gif') no-repeat 0 0;
  display: block;
  height: 128px;
  width: 128px;
  margin: 0 auto;
}
.v_redirectTemplate {
  background-size: 32px;
  padding: 85px 0 36px 0;
  text-align: center;
}
.v_redirectTemplate .spinnerBackground {
  background: url('https://ocdn.eu/files/pulscms/ZDc7MDA_/23bd4cd33d95ae9ee6e454673b146552.gif') no-repeat 0 0;
  display: block;
  height: 128px;
  width: 128px;
  margin: 0 auto;
}
#v_popup .window .title {
  background: #000;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 30px;
  position: relative;
}
#v_popup .window .title .titleText {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#v_popup .window .title .titleText .titleText_truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 50px 0 47px;
}
#v_popup .window .back {
  background: url("https://ocdn.eu/files/pulscms/ZWI7MDA_/efb7a47af5f03e2cee2dce82bada1361.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 20px 19px;
  cursor: pointer;
  display: none;
  float: left;
  height: 60px;
  width: 40px;
  position: absolute;
}
#v_popup .window .close {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding-right: 30px;
  padding-bottom: 20px;
  /* padding: 5px 0;
    */
  width: 22px;
  height: 40px;
  background: url('https://ocdn.eu/files/pulscms/MDc7MDA_/1dc4e379fdee24779dc1bef07835db84.png');
  background-repeat: no-repeat;
  background-position: 0px 18px;
}
#v_watchLaterBox {
  float: left;
  margin-right: 37px;
  position: absolute;
  max-width: 479px;
}
#v_watchLaterBox a.v_staticAdSg:after {
  content: "";
  background: transparent;
}
#v_watchLaterBox .v_watchLaterCont {
  display: block;
}
#v_watchLaterBox .v_watchLaterCont:after {
  position: absolute;
  content: "";
  top: 43%;
  left: 40.5%;
  background: url('../../assets/img/playIcon.png') no-repeat -687px -83px;
  width: 80px;
  height: 76px;
}
@media screen and (max-width: 320px) {
  #v_watchLaterBox .v_watchLaterCont:after {
    left: 36.5%;
  }
}
@media screen and (min-width: 380px) {
  #v_watchLaterBox .v_watchLaterCont:after {
    top: 47%;
    left: 42.5%;
  }
}
#v_watchLaterBox img {
  display: block;
}
#v_watchLaterBox h3 {
  font-size: 30px;
  font-weight: 400;
  padding: 25px 0 31px;
}
#v_watchLaterBox .v_itemTitle {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}
#v_watchLaterBox .v_itemMeta {
  font-size: 13px;
}
#v_watchLaterBox .v_ProgressBar {
  position: relative;
  background: #515151;
  height: 9px;
  bottom: 21px;
  margin: 0 24px;
}
#v_watchLaterBox .v_ProgressBar .v_realProgres {
  background: #00cdff;
  height: 100%;
}
.v_watchLater {
  overflow: visible;
  margin-left: 540px;
}
@media screen and (max-width: 380px) {
  .content .v_videoOffersItem .v_offerLeftBox .v_offerPackage {
    margin: 10px 0 0 0px;
    width: 100%;
  }
}
@media screen and (min-width: 380px) and (max-width: 480px) {
  .content .v_videoOffersItem .v_offerLeftBox {
    margin-right: 23px;
  }
  .v_offerPlus {
    display: none;
  }
  .content .v_videoOffersItem .v_offerRightBox {
    float: left !important;
    margin: 15px 0 0 -6px !important;
  }
  .content .v_videoOffersItem .v_offerLeftBox .v_offerPackage {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #v_body {
    padding: 0 15px;
  }
  #v_body .v_videoPlayerCont.branding {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  #v_foot .v_recommended {
    margin: 0 15px;
    padding: 0 50px;
  }
  #v_foot .v_leg,
  #v_foot .v_footerMenu,
  #v_foot .v_slideWrapper {
    margin: 0 15px;
  }
  #v_head {
    padding: 4px 0;
  }
  #v_head #logoLinks {
    left: 30px;
  }
  #v_head #logoLinks #portalLink img {
    width: 52px;
    margin: 12px 0 0 45px;
  }
  #v_head .v_topWrapper {
    margin-left: 0;
  }
  #v_head .v_rightWidgetsSlots {
    width: 171px;
    margin-top: 4px;
  }
  #v_head .v_rightWidgetsSlots .yourTickets {
    position: static;
    float: left;
    background: none;
  }
  #v_head .v_rightWidgetsSlots #yourtickets {
    color: #fff;
    font-weight: normal;
  }
  #v_head .v_rightWidgetsSlots #login_state {
    color: #fff;
    font-weight: normal;
  }
  #v_head .v_rightWidgetsSlots .serviceSearch {
    margin: 0;
  }
  #v_head .v_rightWidgetsSlots #searchText {
    display: none;
    position: absolute;
    right: 44px;
    background-color: #000;
  }
  #v_head .v_rightWidgetsSlots .searchLens {
    top: 5px;
    right: 16px;
  }
  .v_ListView .v_driver {
    margin-top: 0;
  }
  #v_popup .window {
    position: absolute;
    z-index: 10001;
    width: 100%;
    left: 0;
    top: 40px !important;
  }
  #v_popup .overlay {
    opacity: 0.92;
  }
  #v_popup ~ #v_doc #v_neck,
  #v_popup ~ #v_doc #v_body,
  #v_popup ~ #v_doc #v_foot {
    display: none;
  }
}
.v_resultView,
#SearchResults {
  margin-right: -30px;
}
.v_resultView .v_listElemets,
#SearchResults .v_listElemets {
  margin-left: 0px;
}
@media screen and (max-width: 410px) {
  .v_resultView,
  #SearchResults.v_blurbPosters {
    margin: 0 -13px 0 0;
  }
  .v_resultView .v_blurbPoster,
  #SearchResults.v_blurbPosters .v_blurbPoster {
    width: 140px;
    height: 320px;
    margin-right: 10px;
  }
  .v_resultView .v_blurbPoster img,
  #SearchResults.v_blurbPosters .v_blurbPoster img {
    width: 100%;
  }
}
@media screen and (min-width: 411px) {
  #SearchResults.v_blurbPosters {
    margin: 0 -28px 0 0;
  }
}
/* popup window */
.content,
#v_methodsPayment {
  color: #fff;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
.content .v_videoOffersItem,
#v_methodsPayment .v_videoOffersItem {
  float: left;
  width: 96%;
  min-height: 204px;
  padding-bottom: 44px;
  border-bottom: 1px solid #264b54;
  padding: 20px 2%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
.content .v_videoOffersItem .v_offerTitle,
#v_methodsPayment .v_videoOffersItem .v_offerTitle {
  font-size: 18px;
  margin-bottom: 20px;
}
.content .v_videoOffersItem .v_offerPrice,
#v_methodsPayment .v_videoOffersItem .v_offerPrice {
  font-size: 43px;
  font-weight: bold;
}
.content .v_videoOffersItem .v_offerPrice .v_OfferPriceSmall,
#v_methodsPayment .v_videoOffersItem .v_offerPrice .v_OfferPriceSmall {
  font-size: 28px;
  line-height: 1.2em;
  display: inline-block;
}
.content .v_videoOffersItem .v_offerPrice .v_OfferPriceSmall.v_OfferPriceSmallFrom,
#v_methodsPayment .v_videoOffersItem .v_offerPrice .v_OfferPriceSmall.v_OfferPriceSmallFrom {
  display: none;
}
.content .v_videoOffersItem .v_offerPrice a,
#v_methodsPayment .v_videoOffersItem .v_offerPrice a {
  color: #fff;
}
.content .v_videoOffersItem .v_offerLeftBox,
#v_methodsPayment .v_videoOffersItem .v_offerLeftBox {
  float: left;
  margin-bottom: 15px;
}
.content .v_videoOffersItem .v_offerLeftBox .v_offerPoster,
#v_methodsPayment .v_videoOffersItem .v_offerLeftBox .v_offerPoster {
  float: left;
}
.content .v_videoOffersItem .v_offerLeftBox .v_offerPlus,
#v_methodsPayment .v_videoOffersItem .v_offerLeftBox .v_offerPlus {
  font-size: 66px;
  float: left;
  margin: 14px 24px;
}
@media screen and (max-width: 480px) {
  .content .v_videoOffersItem .v_offerLeftBox .v_offerPlus,
  #v_methodsPayment .v_videoOffersItem .v_offerLeftBox .v_offerPlus {
    display: none;
  }
  .content .v_videoOffersItem .v_offerLeftBox .content .v_videoOffersItem .v_offerLeftBox .v_offerPackage,
  #v_methodsPayment .v_videoOffersItem .v_offerLeftBox .content .v_videoOffersItem .v_offerLeftBox .v_offerPackage {
    margin-right: 20px;
  }
}
.content .v_videoOffersItem .v_offerLeftBox .v_offerPackage,
#v_methodsPayment .v_videoOffersItem .v_offerLeftBox .v_offerPackage {
  float: left;
}
.content .v_videoOffersItem .v_offerLeftBox .v_offerPackage .v_offerPackageInfo,
#v_methodsPayment .v_videoOffersItem .v_offerLeftBox .v_offerPackage .v_offerPackageInfo {
  margin: 10px 0 27px 0;
}
.content .v_videoOffersItem .v_offerRightBox,
#v_methodsPayment .v_videoOffersItem .v_offerRightBox {
  float: right;
  margin: -10px 0 0 26px;
}
.content .v_videoOffersItem .v_offerRightBox .v_offerSelectButton,
#v_methodsPayment .v_videoOffersItem .v_offerRightBox .v_offerSelectButton {
  display: block;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  min-width: 75px;
  font-size: 18px;
  float: right;
  margin: 15px 0 0 0;
  cursor: pointer;
  text-align: center;
}
.content .v_videoOffersItem .v_offerRightBox .v_subscriptionCheckButton,
#v_methodsPayment .v_videoOffersItem .v_offerRightBox .v_subscriptionCheckButton {
  display: block;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  min-width: 75px;
  font-size: 18px;
  float: right;
  margin: 15px 0 0 0;
  cursor: pointer;
  text-align: center;
}
.content #v_bankList,
#v_methodsPayment #v_bankList {
  padding: 35px 0 47px 2%;
  float: left;
  width: 98%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
.content #v_bankList.v_blik,
#v_methodsPayment #v_bankList.v_blik {
  margin-top: 10px;
}
.content #v_bankList.v_paypal #v_makeOrderButton,
#v_methodsPayment #v_bankList.v_paypal #v_makeOrderButton,
.content #v_bankList.v_creditCard #v_makeOrderButton,
#v_methodsPayment #v_bankList.v_creditCard #v_makeOrderButton {
  position: relative;
  left: -25px;
}
.content #v_bankList.v_bankList .v_paymentMethodInfo,
#v_methodsPayment #v_bankList.v_bankList .v_paymentMethodInfo {
  clear: both;
  margin: 0 25px 10px;
}
.content #v_bankList.v_paypal .v_paymentMethodInfo,
#v_methodsPayment #v_bankList.v_paypal .v_paymentMethodInfo,
.content #v_bankList.v_creditCard .v_paymentMethodInfo,
#v_methodsPayment #v_bankList.v_creditCard .v_paymentMethodInfo {
  margin: 0 10px 10px 0px;
}
.content #v_bankList #v_bankListForm,
#v_methodsPayment #v_bankList #v_bankListForm {
  padding-top: 35px;
}
.content #v_bankList #v_bankListForm #v_makeOrderButton,
#v_methodsPayment #v_bankList #v_bankListForm #v_makeOrderButton {
  float: left;
  clear: both;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  width: 230px;
  font-size: 18px;
  margin: 15px 0 0 27px;
  cursor: pointer;
  text-align: center;
}
.content #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon,
#v_methodsPayment #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon {
  width: 365px;
  color: #2fd6ff;
  background-color: transparent;
  padding: 0px 8px 0px 0;
}
.content #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon span,
#v_methodsPayment #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon span {
  margin: 10px;
  float: left;
}
.content #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon img,
#v_methodsPayment #v_bankList #v_bankListForm #v_makeOrderButton.visaCheckoutButtonIcon img {
  height: 40px;
  margin-top: 4px;
}
.content #v_bankList #v_bankListForm .v_bankItem,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem {
  float: left;
  height: 99px;
  width: 314px;
  margin-right: 12px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage img,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage img {
  float: left;
  margin-right: 16px;
  width: 100px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage input,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage input {
  margin: 15px 20px 0 0;
  display: block;
  float: left;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio {
  display: none;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio + label,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  float: left;
  top: 12px;
  margin-right: 8px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio:checked + label:after,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #2fd6ff;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio + label:active,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio + label:active,
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio:checked + label:active,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .big-radio + label,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .big-radio + label {
  padding: 9px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .big-radio:checked + label:after,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .big-radio:checked + label:after {
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
}
.content #v_bankList #v_bankListForm .v_bankItem .v_bankImage .v_bankName,
#v_methodsPayment #v_bankList #v_bankListForm .v_bankItem .v_bankImage .v_bankName {
  font-size: 17px;
  display: block;
  float: left;
  width: 170px;
}
.content .v_paymentCodePromo,
#v_methodsPayment .v_paymentCodePromo {
  padding: 35px 0 47px 2%;
  float: left;
  width: 98%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
.content .v_paymentCodePromo .v_codePromoInfo a,
#v_methodsPayment .v_paymentCodePromo .v_codePromoInfo a {
  font-size: 14px;
  color: #F8F8F8;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
.content .v_paymentCodePromo .v_errorCode,
#v_methodsPayment .v_paymentCodePromo .v_errorCode {
  color: #2FD6FF;
  font-size: 14px;
  margin-top: 5px;
}
.content .v_paymentCodePromo #v_codePromoInput,
#v_methodsPayment .v_paymentCodePromo #v_codePromoInput {
  font-size: 17px;
  padding: 4px;
  background: transparent;
  border: solid 1px #ffffff;
  color: #c7dbe0;
  margin-right: 30px;
  height: 18px;
  margin-top: 11px;
  padding: 10px;
  width: 200px;
}
.content .v_paymentCodePromo #v_makeOrderButton,
#v_methodsPayment .v_paymentCodePromo #v_makeOrderButton {
  position: relative;
  left: -25px;
  float: left;
  clear: both;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  width: 230px;
  font-size: 18px;
  margin: 15px 0 0 27px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.content .v_loginNote,
#v_methodsPayment .v_loginNote {
  margin: 20px 30px 0px;
  float: left;
}
.content #v_regulationsChange,
#v_methodsPayment #v_regulationsChange {
  padding: 5px;
  margin: 13px;
  font-size: 0.8em;
  text-align: center;
}
.content #v_regulationsChange .regulationsLink,
#v_methodsPayment #v_regulationsChange .regulationsLink {
  color: #2fd6ff;
}
.content .v_loginFoot,
#v_methodsPayment .v_loginFoot {
  display: none;
  border-top: 1px solid #2fd6ff;
  margin: 0 30px 30px;
  padding: 20px;
  text-align: right;
}
.content .v_loginFoot .v_footLink,
#v_methodsPayment .v_loginFoot .v_footLink {
  color: #2fd6ff;
  font-size: 120%;
}
.content .v_loginWatchAnonymus .v_loginFoot,
#v_methodsPayment .v_loginWatchAnonymus .v_loginFoot {
  display: block;
}
.content #v_login,
#v_methodsPayment #v_login {
  width: 320px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 30px;
}
.content #v_login .firstParagraph,
#v_methodsPayment #v_login .firstParagraph {
  padding-top: 100px;
}
.content #v_login span.invalid,
#v_methodsPayment #v_login span.invalid {
  color: #ff3333;
  font-weight: 700;
}
.content #v_login input.invalid,
#v_methodsPayment #v_login input.invalid {
  border-color: #ff3333;
}
.content #v_login .secondParagraph,
#v_methodsPayment #v_login .secondParagraph {
  padding: 20px 0;
}
.content #v_login #v_login_code_form,
#v_methodsPayment #v_login #v_login_code_form {
  padding-bottom: 31px;
}
.content #v_login .v_fb_login_wrapper,
#v_methodsPayment #v_login .v_fb_login_wrapper {
  width: 314px;
  float: left;
  margin: 23px 0 12px 0;
  max-width: 100%;
}
.content #v_login .v_fb_login_wrapper #v_fb_login,
#v_methodsPayment #v_login .v_fb_login_wrapper #v_fb_login {
  background: url('https://ocdn.eu/files/pulscms/YWU7MDA_/cc929633b438201d1bb523f64678db26.png') no-repeat;
  height: 40px;
  width: 100%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 5;
}
.content #v_login .v_fb_login_wrapper .v_fb_login_text,
#v_methodsPayment #v_login .v_fb_login_wrapper .v_fb_login_text {
  font-size: 17px;
}
.content #v_login .v_lub,
#v_methodsPayment #v_login .v_lub {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 19px;
}
.content #v_login #v_loginEmailInfo,
#v_methodsPayment #v_login #v_loginEmailInfo {
  font-size: 17px;
  display: block;
  padding: 5px 0 0 0;
}
.content #v_login #v_login_form #v_emailInput,
#v_methodsPayment #v_login #v_login_form #v_emailInput,
.content #v_login #v_login_code_form #v_emailInput,
#v_methodsPayment #v_login #v_login_code_form #v_emailInput,
.content #v_login #v_login_form #v_code,
#v_methodsPayment #v_login #v_login_form #v_code,
.content #v_login #v_login_code_form #v_code,
#v_methodsPayment #v_login #v_login_code_form #v_code {
  font-size: 17px;
  background: transparent;
  border: solid 1px #f5f5f5;
  color: #f5f5f5;
  margin-right: 30px;
  height: 40px;
  margin-top: 16px;
  padding: 10px;
  width: 278px;
  float: none;
  max-width: 100%;
  box-sizing: border-box;
}
.content #v_login #v_login_form #v_code,
#v_methodsPayment #v_login #v_login_form #v_code,
.content #v_login #v_login_code_form #v_code,
#v_methodsPayment #v_login #v_login_code_form #v_code {
  margin-bottom: 25px;
}
.content #v_login #v_login_form input[type="submit"],
#v_methodsPayment #v_login #v_login_form input[type="submit"],
.content #v_login #v_login_code_form input[type="submit"],
#v_methodsPayment #v_login #v_login_code_form input[type="submit"] {
  width: 127px;
  height: 45px;
  background: #2fd6ff;
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
  margin: 43px auto 0;
  display: block;
  cursor: pointer;
}
.content #v_login #v_login_form #v_codeSubmit,
#v_methodsPayment #v_login #v_login_form #v_codeSubmit,
.content #v_login #v_login_code_form #v_codeSubmit,
#v_methodsPayment #v_login #v_login_code_form #v_codeSubmit {
  float: none;
  margin: 13px auto 20px;
}
.content #v_login #v_login_form ::-webkit-input-placeholder,
#v_methodsPayment #v_login #v_login_form ::-webkit-input-placeholder,
.content #v_login #v_login_code_form ::-webkit-input-placeholder,
#v_methodsPayment #v_login #v_login_code_form ::-webkit-input-placeholder {
  color: #c7dbe0;
}
@media screen and (min-width: 1138px) {
  .content #v_login {
    height: 225px;
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .content #v_login .v_fb_login_wrapper .v_fb_login_text {
    margin-top: 35px;
  }
  .content #v_login #v_fb_login {
    float: left;
    margin-bottom: 13px;
  }
  .content #v_login .v_lub {
    margin: 35px 43px 0 41px;
    float: left;
    font-size: 19px;
  }
  .content #v_login #v_login_code_form #v_codeSubmit,
  .content #v_login #v_login_code_form #v_code {
    float: left;
  }
  .content #v_login #v_login_form {
    margin-top: 25px;
    float: left;
    width: 405px;
  }
  .content #v_login #v_login_form #v_emailInput {
    margin: 0 10px 0 0;
    width: 242px;
    z-index: 5;
    float: left;
  }
  .content #v_login #v_loginEmailInfo {
    position: absolute;
    z-index: 3;
    top: 206px;
    padding: 0;
  }
  .content #v_login #v_login_form input[type="submit"] {
    z-index: 5;
    height: 40px;
    margin: 0;
  }
}
#v_methodsPayment {
  color: #fff;
  height: 100%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem {
  float: left;
  width: 98%;
  padding-bottom: 34px;
  border-bottom: 1px solid #264b54;
  padding: 34px 2% 40px 2%;
  padding-right: 0;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentPrice {
  font-size: 43px;
  font-weight: bold;
  float: left;
  min-width: 175px;
  text-align: right;
  margin-right: 45px;
  margin-top: 0;
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentPrice.visaCheckoutPrice {
  color: #2fd6ff;
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentOriginalPrice {
  margin: -15px 0 10px 45px;
  display: block;
  font-weight: bold;
  text-decoration-line: line-through;
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_noPrice {
  height: 1px;
  content: ' ';
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentButtonList {
  display: table-cell;
}
#v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentButton {
  display: block;
  padding: 8px 6px;
  color: #000;
  background: #2fd6ff;
  width: 163px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  float: left;
  margin: 10px 15px 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  #v_methodsPayment #v_methodsPayment .v_methodsPaymentList .v_methodsPaymentItem .v_methodPaymentButton {
    padding: 8px 15px;
  }
}
#v_payment .v_paymentSMS {
  margin: 0 30px;
  padding: 84px 0 34px 0;
}
#v_payment .v_paymentSMS a {
  color: #2fd6ff;
}
#v_payment .v_paymentSMS .v_smsNumber,
#v_payment .v_paymentSMS .v_smsText {
  font-weight: bold;
}
#v_payment .v_paymentSMS .v_info {
  margin: 20px 0;
}
#v_payment .v_paymentSMS .v_send {
  font-size: 24px;
}
#v_payment .v_paymentNotAvailable {
  padding: 91px 2%;
}
#v_payment .order-loader {
  padding: 50px;
  margin: 0 auto;
  position: relative;
  display: table-caption;
}
#v_payment .v_orderStatus .v_statusText {
  background: url("https://ocdn.eu/files/pulscms/MjM7MDA_/2edbaf52e3a4862480dad24e263e2833.gif") no-repeat;
  padding: 26px 0 20px 85px;
  height: 1px;
  line-height: 0px;
  background-size: contain;
  margin-top: 18px;
  display: block;
}
#v_methodsPayment .v_blikPaymentItem .v_methodPaymentPrice {
  font-size: 43px;
  font-weight: bold;
  float: left;
  min-width: 175px;
  text-align: right;
  margin-right: 45px;
  margin-top: 10px;
}
#v_methodsPayment .v_blikPaymentItem .v_methodPaymentButtonList {
  display: table-cell;
}
#v_methodsPayment .v_blikPaymentItem .paymentTitle {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
}
#v_methodsPayment .v_blikPaymentItem .paymentTitle .blikIcon {
  width: 54px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm {
  clear: both;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm #v_blikPaymentInput {
  float: left;
  margin: 10px 19px 0 0;
  padding: 9px 6px;
  font-size: 16px;
  text-align: center;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFF;
  width: 161px;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm #v_blikPaymentInput::-webkit-input-placeholder {
  color: #FFF;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm #v_blikPaymentInput:-moz-placeholder {
  color: #FFF;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm #v_blikPaymentInput::-moz-placeholder {
  color: #FFF;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm #v_blikPaymentInput:-ms-input-placeholder {
  color: #FFF;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm .v_methodPaymentButton {
  display: block;
  padding: 8px 6px;
  color: #000;
  background: #999999;
  width: 163px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  float: left;
  margin: 10px 19px 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm .v_methodPaymentButton.active {
  background: #2fd6ff;
}
#v_methodsPayment .v_blikPaymentItem #v_blikPaymentForm .error {
  display: block;
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  padding: 10px 0 0;
}
/* NA DEMO by ... - Moje bilety*/
.v_static .v_foot {
  margin-top: 100px;
  font-size: 15px;
}
.v_static .v_foot .v_logout {
  float: right;
}
#v_yourTicketsNew ul li {
  float: left;
}
.archiveList .archiveYear {
  margin: 0 0 20px;
}
.archiveList .archiveYear > h2 {
  border-bottom: 1px solid #DDDDDD;
  font-size: 36px;
  margin: 5px 0;
}
.archiveList .archiveYear .archiveMonth {
  margin: 5px 0;
}
.archiveList .archiveYear .archiveMonth > h3 {
  float: left;
  width: 130px;
}
.archiveList .archiveYear .archiveMonth .archiveDaysContainer {
  overflow: auto;
}
.archiveList .archiveYear .archiveMonth .archiveDaysContainer .archiveDay {
  color: #222222;
  display: block;
  float: left;
  font-size: 22px;
  margin-right: 10px;
  text-decoration: none;
  transition: color 400ms ease-out 0s;
}
#SGpolecane .v_itemRecommendedFlag,
#SGseriale .v_itemRecommendedFlag,
#SGfilmy .v_itemRecommendedFlag,
#SGfilmyDarmowe .v_itemRecommendedFlag,
#SGdokumenty .v_itemRecommendedFlag,
#SGprogramyTv .v_itemRecommendedFlag,
#SGpcollection .v_itemRecommendedFlag {
  display: none;
}
.v_e404 {
  margin: 150px auto 180px;
  text-align: center;
  width: 80%;
}
.v_e404 h1 {
  font-size: 3em;
  margin-bottom: 0.6em;
}
.v_e404 p {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.archiveWrapper {
  margin: 20px 0 40px;
}
.archiveItemsList dd {
  padding: 3px 0;
}
@media screen and (min-width: 997px) {
  #v_watchLaterBox a.v_staticAdSg {
    margin-top: 97px;
  }
}
@media screen and (max-width: 996px) {
  #v_watchLaterBox {
    float: none;
    margin: 0 0 30px;
    position: relative;
  }
  #v_watchLaterBox img {
    width: 100%;
  }
  #v_watchLaterBox .v_staticAdSg {
    margin-top: 50px;
  }
  .v_watchLater {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #v_watchLaterBox a.v_staticAdSg {
    margin-top: 14px;
  }
}
/* popup ograniczony */
@media screen and (min-width: 1260px) {
  #v_popup .window {
    max-width: 1000px;
    left: 50%;
    margin-left: -500px;
  }
  #v_popup.v_wideWindow .window {
    left: 10%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #v_popup.v_wideWindow .window {
    max-width: none;
  }
}
@media screen and (min-width: 1260px) {
  body {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1260px) {
  body {
    font-size: 1em;
  }
}
/* strony promocyjne */
.v_articleAsCollection.v_promotionPage .v_promotionBox {
  margin: 1em 0;
  text-align: center;
  position: static;
  max-width: 500px;
}
@media screen and (min-width: 899px) {
  .v_articleAsCollection.v_promotionPage .v_promotionBox {
    margin-left: 480px;
  }
}
.v_articleAsCollection #promotion_oneFromMany {
  clear: both;
}
.v_articleAsCollection .v_articleClearFloat {
  clear: none;
}
.v_articleAsCollection #articleDetail #main {
  width: 100%;
}
.v_articleAsCollection #articleDetail .datePublished {
  display: none;
}
@media screen and (min-width: 899px) {
  .v_articleAsCollection #articleDetail #mainTitle {
    clear: none;
  }
  .v_articleAsCollection #articleDetail #mainTitle h1 {
    margin: 4px 0 19px;
  }
  .v_articleAsCollection #articleDetail #mainPhoto {
    margin: 34px 30px 20px 0;
    width: 450px;
    float: left;
  }
  .v_articleAsCollection #articleDetail #detail {
    display: table-cell;
  }
}
.v_promotionPage .newDetailLeftOffsetContent {
  position: relative;
}
.v_promotionPage .v_promotionBox {
  color: #000;
  padding: 10px 15px;
  background: none repeat scroll 0 0 #2fd6ff;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: absolute;
  left: 4%;
  bottom: 5%;
}
.v_promotionPage .v_promotionExpired {
  cursor: auto;
  background: #c7c7c7;
  background: #bebebe url('https://ocdn.eu/files/pulscms/YWE7MDA_/273efc0b8ada539d59888261dca16d98.jpg') repeat-x;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(50%, #d4d4d4), color-stop(100%, #bebebe));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
}
.v_promotionPage .articleFooter {
  display: none;
}
.v_promotionPage #promotion_collection .v_itemMetaPrice,
.v_promotionPage #promotion_oneFromMany .v_itemMetaPrice {
  display: none;
}
.v_promotionPage #v_promotionOneFromMany li .v_choosePromotionItemWrapper {
  display: none;
  width: 100%;
  height: 248px;
  top: 26px;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
}
.v_promotionPage #v_promotionOneFromMany li .v_choosePromotionItemWrapper .v_choosePromotionItem {
  cursor: pointer;
  display: inline-block;
  padding: 7px 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  background: #2fd6ff;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 50%;
  margin-top: -20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.v_promotionPage #v_promotionOneFromMany li .v_choosePromotionItemWrapper .v_promotionExpired {
  cursor: auto;
  background: #c7c7c7;
  background: #bebebe url('https://ocdn.eu/files/pulscms/YWE7MDA_/273efc0b8ada539d59888261dca16d98.jpg') repeat-x;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(50%, #d4d4d4), color-stop(100%, #bebebe));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
}
.v_promotionPage #v_promotionOneFromMany li:hover .v_choosePromotionItemWrapper {
  display: block;
}
.v_paymentErrorBox,
v_paymentLoaderBox {
  margin: 10px;
  text-align: center;
}
.infoCloud {
  background: #505050;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  position: fixed;
  padding: 10px;
  line-height: 20px;
  word-spacing: -1px;
  right: 14px;
  bottom: 10px;
  z-index: 10;
  opacity: 0.9;
  width: 344px;
}
.infoCloud a {
  color: #fff;
  text-decoration: underline;
}
.infoCloud .closeBtn {
  background: url("//ocdn.eu/files/pulscms/NGI7MDA_/721af0f4d4279a344ccba79b69958ded.png") no-repeat scroll -407px -54px rgba(0, 0, 0, 0);
  height: 10px;
  position: absolute;
  right: 7px;
  text-indent: -9999px;
  top: 8px;
  width: 10px;
}
.v_movieMetaData {
  margin: 0 2em 1em 0;
}
.v_movieMetaData .v_metaDataSection {
  border-bottom: 1px solid #2fd6ff;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.v_movieMetaData .v_metaDataSection em {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  color: #2fd6ff;
  font-style: normal;
}
.v_movieMetaData .v_metaDataSection .v_metaDatavalue {
  padding-left: 125px;
  margin-bottom: 0.4em;
  position: relative;
}
.v_movieMetaData .v_metaDataSection .v_metaIco {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
  background: url('../../assets/img/ticketIconset.png');
}
.v_movieMetaData .v_metaDataSection .v_metaIcoName {
  background-position: 0 0px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoPeriod {
  background-position: 0 -41px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoType {
  background-position: 0 -61px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoGeo {
  background-position: 0 -85px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoDuration {
  background-position: 0 -120px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoLanguage {
  background-position: 0 -144px;
}
.v_movieMetaData .v_metaDataSection .v_metaIcoResolution {
  background-position: 0 -165px;
}
.v_movieMetaData .v_metaDataSection:last-child {
  border: 0;
}
@media only screen and (max-width: 390px) {
  .infoCloud {
    height: auto;
    margin: 0 -10px;
    width: 90.9%;
  }
}
.v_lpTop {
  background-size: cover;
  padding: 50px;
  color: #f5f5f5;
  position: relative;
  margin: 0 -50px;
  display: block;
}
.v_lpTop:before {
  content: " ";
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: -170px;
  right: 0;
  z-index: -10;
  background: url('../../assets/img/tv_glow_alpha.png') bottom center no-repeat;
}
.v_lpTop img {
  width: 100%;
  position: absolute;
}
.v_lpTop .landingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  background: -moz-linear-gradient(top, #010607 0%, rgba(1, 6, 7, 0) 100px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #010607), color-stop(100px, rgba(1, 6, 7, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #010607 0%, rgba(1, 6, 7, 0) 100px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #010607 0%, rgba(1, 6, 7, 0) 100px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #010607 0%, rgba(1, 6, 7, 0) 100px);
  /* IE10+ */
  background: linear-gradient(to bottom, #010607 0%, rgba(1, 6, 7, 0) 100px);
  /* W3C */
}
.v_lpTop .fixedBar {
  position: fixed;
  display: none;
  height: 70px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 2;
  padding-top: 1em;
}
.v_lpTop .fixedBar .startPlus {
  background: #2fd6ff;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 13px;
  display: block;
  white-space: nowrap;
  position: absolute;
  font-size: 18px;
  right: 30px;
  top: 22px;
}
.v_lpTop .firstSection {
  width: 100%;
  float: left;
  z-index: 3;
  position: relative;
}
.firstSection h2,
.firstSection a,
.firstSection span,
.firstSection h2 span {
  margin: 0 0 1em 0;
  display: block;
}
.v_lpTop .firstSection a {
  display: block;
  margin: 0 0 3em 0;
}
.v_lpTop .firstSection .v_lead {
  font-size: 1.3em;
  text-shadow: 0 0 50px #020809;
  padding-right: 1em;
  line-height: 1.5em;
}
.v_lpTop .firstSection .v_lead p {
  margin-bottom: 1em;
}
.v_lpTop .firstSection h2 span {
  font-size: 30px;
  padding-right: 2em;
}
.v_lpTop .firstSection h2 img {
  position: static;
  width: inherit;
}
.v_lpTop .firstSection span {
  font-size: 16px;
}
#v_doc .v_lpTop .firstSection .visaCheckout .button {
  background: #F7B600;
  color: #1A1F70;
  float: left;
  text-transform: uppercase;
  padding: 18px 10px;
  line-height: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-right: 0.5em;
}
#v_doc .v_lpTop .firstSection .visaCheckout .button img {
  position: relative;
  top: 3px;
  width: auto;
}
#v_doc .v_lpTop .firstSection .visaCheckout .info {
  color: #F7B600;
  font-weight: bold;
  font-size: 20px;
  float: left;
  margin: 1em 0 0 0;
}
.v_lpTop .secondSection .infoBox {
  background: #020809;
  padding: 30px 35px;
  margin-top: 1em;
  max-width: 343px;
  float: right;
}
.v_lpTop .secondSection .successPart {
  display: none;
}
.v_lpTop .secondSection .infoBox ul li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 16px;
}
.v_lpTop .secondSection .infoBox ul li:before {
  content: "• ";
  color: #2fd6ff;
  margin-left: -1em;
  width: 1em;
  display: block;
  float: left;
}
.v_lpTop .secondSection .infoBox .autoInfo {
  float: left;
  font-size: 16px;
}
.v_lpTop .secondSection .infoBox ul li span {
  color: #fff;
  font-size: 16px;
}
.secondSection .infoBox ul li a {
  cursor: pointer;
  color: #2fd6ff !important;
}
.v_lpTop .secondSection .infoBox .checkButton {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  white-space: nowrap;
  font-size: 21px;
  line-height: 26px;
  cursor: pointer;
  color: #000;
  margin: 20px 0 20px 0;
  float: left;
  clear: both;
}
@media screen and (min-width: 900px) {
  .v_lpTop.showSuccess .secondSection .infoBox,
  .v_lpTop .secondSection.showSuccess .infoBox {
    margin-top: 6em;
  }
}
.v_lpTop .secondSection .gotoVodplus a {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px 22px;
  margin-top: 24px;
  display: block;
  white-space: nowrap;
  font-size: 21px;
  color: #000 !important;
  float: left;
}
@media screen and (max-width: 900px) {
  .v_lpTop .secondSection .gotoVodplus a {
    white-space: inherit;
    float: none;
  }
}
@media screen and (min-width: 900px) {
  .v_lpTop .secondSection .infoBox {
    max-width: 466px;
  }
  .v_lpTop .secondSection .infoBox .checkButton {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .v_lpTop .firstSection,
  .secondSection {
    width: 100%;
  }
  .v_lpTop .secondSection .infoBox {
    max-width: none;
    float: none;
  }
  .v_lpTop .secondSection .infoBox .checkButton {
    float: none;
    clear: both;
    white-space: inherit;
    max-width: 342px;
  }
  .v_lpTop .secondSection .infoBox .autoInfo {
    float: none;
  }
  .v_lpTop .secondSection .gotoVodplus a {
    max-width: 218px;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .v_lpTop .firstSection h2 img {
    width: 180px;
  }
  .v_lpTop .secondSection .infoBox .checkButton {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .v_lpTop .secondSection .infoBox {
    max-width: 600px;
  }
  .v_lpTop .secondSection .infoBox ul li span {
    font-size: 20px;
  }
}
.icon-loader {
  padding: 50px;
  margin: 0 auto;
  position: relative;
  display: table-caption;
}
#v_videoPlayer .v_payTrialLink {
  color: #2fd6ff;
  text-decoration: underline;
}
.acceptPayment {
  clear: both;
  display: block;
}
.acceptPayment .waitIcon {
  background: url('https://ocdn.eu/files/pulscms/M2M7MDA_/1cd292baaa52e4240303a9425be2f13f.gif') no-repeat 0 0;
  display: block;
  float: left;
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
#showHiddenItems,
#noPosterToShow {
  display: none;
  clear: both;
  padding: 10px 0;
  text-align: center;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  #showHiddenItems,
  #noPosterToShow {
    margin-right: 65px;
    padding: 30px 0;
  }
}
#showHiddenItems button,
#noPosterToShow button {
  background: #2fd6ff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  padding: 15px;
}
#noPosterToShow > div {
  background-color: #12596B;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
#noPosterToShow > div > span {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5em;
}
.v_blurbPosters .v_slider ul {
  border-top: none;
}
body #v_doc #container_SiteProgramyOnetuTop .v_circleOnet {
  margin-top: 0px;
}
body #v_doc #container_SiteProgramyOnetu .v_circleOnet {
  display: none;
}
body #v_doc #v_foot .v_circleOnet h3 {
  border-top: 1px solid #1d2527;
}
body #v_doc .v_circleOnet {
  background: none;
  border-radius: 29px;
  height: auto;
  width: auto;
  margin-bottom: 0px;
}
body #v_doc .v_circleOnet h3 {
  float: none;
  border-top: none;
  color: #f5f5f5;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 31px;
  font-weight: 300;
  padding: 25px 0 6px;
  text-transform: none;
  width: 100%;
}
.v_recommendedProgramyOnetu .v_recomBox {
  margin-top: 30px;
}
.v_recommendedProgramyOnetu .v_recomBox ul {
  width: 100%;
}
.v_recommendedProgramyOnetu .v_recomBox .v_horizontalBreak {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.v_recommendedProgramyOnetu .v_recomBox .v_recomItem {
  float: left;
  margin: 0 15px 15px 0;
}
.v_recommendedProgramyOnetu .v_recomBox .v_recomItem img {
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .v_recommendedProgramyOnetu .v_recomBox .v_recomItem {
    width: 90%;
  }
}
@media only screen and (min-width: 640px) {
  .v_recommendedProgramyOnetu .v_recomBox .v_recomItem {
    width: 46%;
  }
}
@media only screen and (min-width: 1024px) {
  .v_recommendedProgramyOnetu .v_recomBox .v_recomItem {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .v_recommendedProgramyOnetu .v_recomBox .v_recomItem {
    width: 23%;
  }
}
#container_SiteProgramyOnetuTop {
  display: none;
}
body .cmp-app_gdpr .cmp-popup_content div.cmp-intro_intro .cmp-intro_title::before {
  background-image: url('http://ocdn.eu/images/pulscms/Zjg7MDA_/fc20e9d7cb6307342dfa21b13736da74.png');
  width: 100px;
}
.v_slideWrapper {
  position: relative;
  padding: 0 0 10px;
  *zoom: 1;
  /* icons play */
}
.v_slideWrapper .v_drvImg,
.v_slideWrapper .v_slide {
  width: 100%;
  display: block;
}
.v_slideWrapper .bx-wrapper {
  position: relative;
  z-index: 999;
}
.v_slideWrapper .bx-pager,
.v_slideWrapper .bx-controls-auto {
  position: absolute;
  bottom: 22px;
  width: 100%;
}
.v_slideWrapper .bx-pager {
  text-align: center;
}
.v_slideWrapper .bx-loading {
  min-height: 50px;
  background: url(https://ocdn.eu/files/pulscms/Njk7MDA_/931bdb6b50816b03206c66921760b246.gif) center center no-repeat transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.v_slideWrapper .bx-pager .bx-pager-item,
.v_slideWrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 27px;
  width: 27px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  margin-left: 8px;
}
.v_slideWrapper .bx-pager.bx-default-pager a {
  background-clip: padding-box;
  display: block;
  width: 15px;
  height: 15px;
  outline: 0;
  border-radius: 100%;
  font-size: 0;
  border: 6px solid transparent;
}
.v_slideWrapper .bx-pager.bx-default-pager a:hover,
.v_slideWrapper .bx-pager.bx-default-pager a.active {
  background-color: #2fd6ff;
}
.v_slideWrapper .bx-prev {
  background: -moz-linear-gradient(left, #010607 0%, rgba(1, 6, 7, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #010607), color-stop(100%, rgba(1, 6, 7, 0)));
  background: -webkit-linear-gradient(left, #010607 0%, rgba(1, 6, 7, 0) 100%);
  background: -o-linear-gradient(left, #010607 0%, rgba(1, 6, 7, 0) 100%);
  background: -ms-linear-gradient(left, #010607 0%, rgba(1, 6, 7, 0) 100%);
  background: linear-gradient(to right, #010607 0%, rgba(1, 6, 7, 0) 100%);
}
.v_slideWrapper .bx-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(1, 6, 7, 0) 0%, #010607 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(1, 6, 7, 0)), color-stop(100%, #010607));
  background: -webkit-linear-gradient(left, rgba(1, 6, 7, 0) 0%, #010607 100%);
  background: -o-linear-gradient(left, rgba(1, 6, 7, 0) 0%, #010607 100%);
  background: -ms-linear-gradient(left, rgba(1, 6, 7, 0) 0%, #010607 100%);
  background: linear-gradient(to right, rgba(1, 6, 7, 0) 0%, #010607 100%);
}
.v_slideWrapper .bx-controls-direction a {
  position: absolute;
  width: 97px;
  height: 100%;
  top: 0;
  margin: 0;
  outline: 0;
  z-index: 9999;
  font-size: 0;
}
.v_slideWrapper .bx-controls-direction a span {
  background: url('../../assets/img/arrows.png') -18px -21px no-repeat;
  height: 80px;
  width: 80px;
  content: "";
  position: absolute;
  top: 30%;
  border-radius: 40px;
}
.v_slideWrapper .bx-next span {
  background-position: -220px -21px !important;
}
.v_slideWrapper .v_playIcon {
  position: absolute;
  width: 11%;
  height: 25%;
  top: 40%;
  left: 45%;
}
.v_slideWrapper .v_driverInfo {
  position: absolute;
  width: 35%;
  bottom: 75px;
  left: 80px;
  font-size: 1em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 8;
}
.v_slideWrapper .v_driverInfo h2 {
  font-size: 2.1em;
  margin: 0 0 4px;
  line-height: 1.1em;
}
.v_slideWrapper.v_driver .bx-controls-direction a span {
  top: 50%;
}
#container_SGtopList .bx-controls-direction a span {
  top: 35%;
}
#SGseriale .bx-controls-direction a span {
  top: 25%;
}
#container_similarAndOthers .bx-controls-direction a span {
  top: 31%;
}
#container_v_in_collection .bx-controls-direction a span {
  top: 31%;
}
.v_listFirst .bx-prev {
  background: url("https://ocdn.eu/files/pulscms/MTg7MDA_/c67b9ae85c6f0550580f0d172cff1efe.png") no-repeat 0 -57px;
}
.v_listFirst .bx-next {
  background: url("https://ocdn.eu/files/pulscms/Nzg7MDA_/ffd7c895e607559e29c36f0ecf8070d3.png") no-repeat 0 -51px;
}
.v_driver .v_driverSlides {
  float: left;
}
.v_driver .bx-controls-direction a {
  background: url('https://ocdn.eu/files/pulscms/YTk7MDA_/d43e1d54f9447605b949b7265d345847.png') 0 56% no-repeat;
  opacity: .7;
}
.v_driver .bx-controls-direction a:hover {
  opacity: 1;
}
.v_driver .bx-controls-direction a:after {
  border: none;
  background: none;
  content: "" !important;
}
.v_driver .bx-controls-direction a span {
  background: none;
}
.v_driver .bx-controls-direction .bx-next {
  background-position: 100% 56%;
}
.v_driver .bx-prev,
.v_driver .bx-next {
  background: none;
}
.v_slideItem {
  padding: 26px 0 31px;
  display: block;
}
.v_slideItem.v_branded {
  padding-top: 0;
}
.v_slideItem.v_branded .v_imgBranding {
  max-width: 100px;
  overflow: hidden;
}
.v_slideItem .v_AgeRating {
  background: url("https://ocdn.eu/files/pulscms/ZGY7MDA_/ff47b7252c1b6cc44c81c268077c0ff6.png") no-repeat;
  height: 28px;
  left: 4px;
  position: absolute;
  top: 30px;
  width: 28px;
  z-index: 3;
  opacity: 0.01;
  overflow: hidden;
  text-indent: -9999px;
}
.v_slideItem .v_AgeRate_12 {
  background-position: 0 -67px;
}
.v_slideItem .v_AgeRate_16 {
  background-position: 0 0px;
}
.v_slideItem .v_AgeRate_18 {
  background-position: 0 -31px;
}
.v_slideItem:hover .v_AgeRating {
  opacity: 1;
}
.v_horizontal.v_blurbPoster {
  height: 321px;
}
.v_horizontal.v_blurbPoster .v_slideItem {
  padding-bottom: 0;
}
.v_topList {
  margin-right: 41px !important;
}
.v_topList h3 {
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.v_topList ul li {
  overflow: hidden;
}
.v_topList ul li a {
  display: block;
  height: 50px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v_topList ul li a .v_ItemNo {
  display: block;
  border: solid 1px #fff;
  border: solid 1px rgba(255, 255, 255, 0.35);
  margin-right: 20px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  float: left;
}
.v_topList ul li a .v_ItemGenres {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 996px) {
  .v_listFirst .bx-prev,
  .v_watchLater .bx-prev {
    background: url("https://ocdn.eu/files/pulscms/MTg7MDA_/c67b9ae85c6f0550580f0d172cff1efe.png") no-repeat 0 -57px;
  }
  .v_listFirst .bx-next,
  .v_watchLater .bx-next {
    background: url("https://ocdn.eu/files/pulscms/Nzg7MDA_/ffd7c895e607559e29c36f0ecf8070d3.png") no-repeat 0 -51px;
  }
}
@media only screen and (max-width: 768px) {
  .v_slideWrapper .v_playIcon {
    position: absolute;
    width: 16%;
    height: 25%;
    top: 18%;
    left: 40%;
  }
  .v_driver .bx-pager {
    display: none;
  }
  .v_slideWrapper .v_driverInfo {
    width: auto;
    position: static;
    margin: 10px 15px 20px;
  }
}
@media only screen and (max-width: 565px) {
  .v_slideWrapper .v_playIcon {
    left: 40%;
  }
}
/* rwd for fonts */
@media only screen and (max-width: 1780px) {
  .v_topList ul li a {
    font-size: 18px;
  }
  .v_topList ul li a .v_ItemGenres {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .v_slideWrapper .v_driverInfo {
    font-size: 0.8em;
  }
}
/*
@media only screen and (max-width: 480px) {
	.v_slideWrapper .bx-controls-direction a span{
		display:none;
	}
}
*/
@media only screen and (min-width: 1600px) {
  .v_slideWrapper .v_playIcon {
    background: url('../../assets/img/playIcon.png') no-repeat 0 -26px;
    width: 191px;
    height: 190px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1600px) {
  .v_slideWrapper .v_playIcon {
    background: url('../../assets/img/playIcon.png') no-repeat -344px -58px;
    width: 132px;
    height: 132px;
  }
}
@media only screen and (max-width: 480px) {
  .v_slideWrapper .v_playIcon {
    background: url('../../assets/img/playIcon.png') no-repeat -678px -84px;
    width: 81px;
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .v_slideWrapper .v_playIcon {
    left: 36%;
    top: 14%;
  }
}
/*
.v_slider {
	margin: 0 -@outer_space;
	ul {
		margin: 0 @outer_space;
	}
}*/
#container_liveCollection .v_blurbPosters.v_slider .bx-wrapper {
  height: 265px;
}
.v_blurbPosters.v_slider {
  margin: 0 -50px;
  /*li:last-child {
		padding-right:100px;
		width:auto !important;
	}*/
}
.v_blurbPosters.v_slider ul {
  margin-left: 50px;
}
@media screen and (min-width: 997px) {
  #v_body .v_watchLater .bx-next {
    background-image: none;
    background: url("https://ocdn.eu/files/pulscms/NzE7MDA_/9f82503298d190f8f496d77ef0f1844f.png") no-repeat -110px -10px;
  }
  #v_body .v_watchLater .bx-prev {
    background-image: none;
    background: url("https://ocdn.eu/files/pulscms/NzE7MDA_/9f82503298d190f8f496d77ef0f1844f.png") no-repeat 0 -10px;
  }
}
#v_body .v_listFirst .bx-next {
  background-image: none;
  background: url("https://ocdn.eu/files/pulscms/NzE7MDA_/9f82503298d190f8f496d77ef0f1844f.png") no-repeat -110px -10px;
}
#v_body .v_listFirst .bx-prev {
  background-image: none;
  background: url("https://ocdn.eu/files/pulscms/NzE7MDA_/9f82503298d190f8f496d77ef0f1844f.png") no-repeat 0 -10px;
}
.v_slideWrapper .bx-controls-direction .bx-prev,
.v_slideWrapper .bx-controls-direction .bx-next {
  width: 90px;
}
.v_slideWrapper .bx-controls-direction .bx-prev span {
  right: 0;
}
#SGtopList.v_blurbPosters {
  margin: 0 -50px;
}
#SGtopList.v_blurbPosters ul.v_listElemets {
  margin-left: 50px;
  padding-left: 50px;
}
.v_slideWrapper .v_blurbPosters .bx-viewport {
  padding-right: 50px;
}
.v_slideWrapper .v_blurbPosters .bx-wrapper {
  padding-right: 50px;
}
.v_slideWrapper .bx-controls-direction a.disabled {
  opacity: 0.3;
  display: block;
}
#container_SGtopList .bx-controls-direction a span {
  top: 46.8%;
}
#v_seasonEpisodes .bx-controls-direction a span {
  top: 25%;
}
.v_slideWrapper .bx-controls-direction a.bx-hide {
  display: none;
}
#SGtopList .bx-viewport {
  padding-left: 40px;
}
/* kolor do ustalenia i poslugiwanie sie ID-kami ;) */
#container_SiteFilmyTop > .v_blurbPosters,
#container_SiteSerialeTop > .v_blurbPosters,
#container_SiteProgramyTvTop > .v_blurbPosters,
#container_SiteDokumentyTop > .v_blurbPosters,
#container_SiteBajkiTop > .v_blurbPosters {
  margin: 0 -50px;
  padding: 0 50px;
  background-color: #092932;
}
#container_SiteFilmyTop > .v_blurbPosters .bx-prev,
#container_SiteSerialeTop > .v_blurbPosters .bx-prev,
#container_SiteProgramyTvTop > .v_blurbPosters .bx-prev,
#container_SiteDokumentyTop > .v_blurbPosters .bx-prev,
#container_SiteBajkiTop > .v_blurbPosters .bx-prev {
  background: -moz-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #092932), color-stop(100%, rgba(9, 41, 50, 0)));
  background: -webkit-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -o-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -ms-linear-gradient(left, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: linear-gradient(to right, #092932 0%, rgba(9, 41, 50, 0) 100%);
}
#container_SiteFilmyTop > .v_blurbPosters .bx-next,
#container_SiteSerialeTop > .v_blurbPosters .bx-next,
#container_SiteProgramyTvTop > .v_blurbPosters .bx-next,
#container_SiteDokumentyTop > .v_blurbPosters .bx-next,
#container_SiteBajkiTop > .v_blurbPosters .bx-next {
  background: -moz-linear-gradient(right, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #092932), color-stop(100%, rgba(9, 41, 50, 0)));
  background: -webkit-linear-gradient(right, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -o-linear-gradient(right, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: -ms-linear-gradient(right, #092932 0%, rgba(9, 41, 50, 0) 100%);
  background: linear-gradient(to left, #092932 0%, rgba(9, 41, 50, 0) 100%);
}
@media screen and (min-width: 769px) {
  .v_driver.v_slideWrapper .v_slide > a:after {
    content: ' ';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 7;
  }
}
#dialogOverLay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  float: left;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 20;
}
#dialogContainer {
  position: absolute;
  z-index: 201;
  width: 850px;
  height: 400px;
  background: #fff;
  font-family: 'Doppio One';
  color: #000;
  padding: 0;
}
#dialogContainer #productsContent h2,
#dialogContainer #loginWindow h2,
#dialogContainer #paymentWindow h2,
#dialogContainer #contactWindowInner h2,
#dialogContainer .offerName h2,
#dialogContainer .vodSportWindowAgreement h2,
#dialogContainer #orderWindow h2 {
  background-color: #fe0000;
  padding: 0 0 0 3%;
  line-height: 70px;
  width: 97%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin: 0px;
}
#dialogContainer #productsContent h3,
#dialogContainer #loginWindow h3,
#dialogContainer #paymentWindow h3,
#dialogContainer #contactWindowInner h3,
#dialogContainer .offerName h3,
#dialogContainer .vodSportWindowAgreement h3,
#dialogContainer #orderWindow h3 {
  color: #000;
  display: block;
  font-size: 20px;
  margin: 35px 0 35px 25px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
#dialogContainer #productsContent h4,
#dialogContainer #loginWindow h4,
#dialogContainer #paymentWindow h4,
#dialogContainer #contactWindowInner h4,
#dialogContainer .offerName h4,
#dialogContainer .vodSportWindowAgreement h4,
#dialogContainer #orderWindow h4 {
  text-transform: uppercase;
  font-size: 21px;
  padding: 4% 3%;
  width: 94%;
  font-weight: normal;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
}
#dialogContainer #paymentWindow .paymentForm {
  font-size: 20px;
  text-transform: uppercase;
  margin: 35px 0 40px 25px;
  float: left;
  display: block;
}
#dialogContainer #paymentWindow .user {
  float: right;
  font-size: 10px;
  margin-right: 30px;
  margin-top: 40px;
  text-transform: uppercase;
}
#dialogContainer #paymentWindow .user a {
  font-size: 10px;
  margin-left: 5px;
  color: #fe0000;
}
#dialogContainer #paymentWindow .user a:hover {
  text-decoration: underline;
}
#dialogContainer #paymentWindow .paymentList {
  float: left;
  width: 100%;
  height: 174px;
  overflow-y: auto;
}
#dialogContainer #paymentWindow .paymentList .smsPay,
#dialogContainer #paymentWindow .paymentList .phonePay {
  margin-left: 25px;
  font-size: 20px;
}
#dialogContainer #paymentWindow .paymentList .smsPay strong,
#dialogContainer #paymentWindow .paymentList .phonePay strong {
  font-size: 29px;
  font-weight: normal;
}
#dialogContainer #paymentWindow .paymentList .smsPay .smsPayInfo,
#dialogContainer #paymentWindow .paymentList .phonePay .smsPayInfo {
  font-size: 13px;
}
#dialogContainer #paymentWindow .paymentList .smsPay .smsPayInfo a,
#dialogContainer #paymentWindow .paymentList .phonePay .smsPayInfo a {
  color: #f00;
}
#dialogContainer #paymentWindow .paymentList .info {
  text-align: center;
  margin-top: 42px;
}
#dialogContainer #paymentWindow .methodSms .paymentList,
#dialogContainer #paymentWindow .phoneMethod .paymentList {
  overflow: visible;
}
#dialogContainer #paymentWindow .oczekuj {
  background: #c7c7c7;
  background: #bebebe url('https://ocdn.eu/files/pulscms/YWE7MDA_/273efc0b8ada539d59888261dca16d98.jpg') repeat-x;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(50%, #d4d4d4), color-stop(100%, #bebebe));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #d4d4d4 50%, #bebebe 100%);
  display: inline-block;
  text-transform: uppercase;
  padding: 14px;
  margin-top: 21px;
  width: 290px;
}
#dialogContainer #paymentWindow .oczekuj .oczekujInset {
  background: url("https://ocdn.eu/files/pulscms/Mjk7MDA_/0349e3d4b14c75517c2bdd25208e68c1.gif") no-repeat scroll 0 50%;
  padding-left: 33px;
}
#dialogContainer #paymentWindow button {
  height: 40px;
  padding: 0 20px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
#dialogContainer #paymentWindow button#make_order {
  margin: 20px auto;
}
#dialogContainer #paymentWindow #paymentAction {
  overflow: hidden;
  padding-left: 20px;
}
#dialogContainer #paymentWindow #paymentAction.scrollContent {
  height: 160px;
  overflow-y: scroll;
  width: 90%;
  margin: auto;
  box-shadow: -5px -6px 6px #a0a0a0 inset;
}
#dialogContainer #paymentWindow #paymentAction .bankItem {
  float: left;
  padding: 10px 5px;
  width: 152px;
  height: 62px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#dialogContainer #paymentWindow #paymentAction .bankItem * {
  cursor: pointer;
}
#dialogContainer #paymentWindow #paymentAction .bankItem:hover {
  background: #f4f4f4;
}
#dialogContainer #paymentWindow #paymentAction .bankItem img {
  display: block;
  margin: auto;
}
#dialogContainer #paymentWindow #paymentAction .bankItem .p_bankName {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
  text-overflow: ellipsis;
}
#dialogContainer #paymentWindow #paymentAction button {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
#dialogContainer #paymentWindow .teamItem {
  float: left;
  padding: 10px 5px;
  width: 152px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#dialogContainer #paymentWindow .teamItem * {
  cursor: pointer;
}
#dialogContainer #paymentWindow .teamItem:hover {
  background: #f4f4f4;
}
#dialogContainer #paymentWindow .teamItem img {
  display: block;
  margin: auto;
  height: 70px;
  width: 70px;
}
#dialogContainer #paymentWindow .teamItem .p_teamName {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#dialogContainer #paymentWindow .teamSelect {
  overflow: hidden;
}
#dialogContainer #paymentWindow .teamSelect .paymentList {
  float: none;
}
#dialogContainer #paymentWindow .teamSelect #nextbutton {
  position: relative;
  left: 726px;
  margin-top: 7px;
}
#dialogContainer #productsContent tr {
  height: 70px;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
}
#dialogContainer #productsContent tr td {
  height: 50px;
  width: 175px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
#dialogContainer #productsContent tr td .clickbutton.paymentButton {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 25%, #d9d9d9 50%, #c0c0c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(25%, #e7e7e7), color-stop(50%, #d9d9d9), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 25%, #d9d9d9 50%, #c0c0c0 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 25%, #d9d9d9 50%, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 25%, #d9d9d9 50%, #c0c0c0 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 25%, #d9d9d9 50%, #c0c0c0 100%);
  width: 170px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.59);
  text-align: center;
  display: block;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
}
#dialogContainer #productsContent tr td.appologies {
  font-size: 16px;
}
#dialogContainer #productsContent .paymentList {
  float: left;
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
#dialogContainer #productsContent .paymentList .tooltip {
  text-align: center;
  margin-top: 13px;
  margin-right: 5px;
}
#dialogContainer #productsContent .tooltipcontainer {
  width: 368px;
}
#dialogContainer #productsContent .tooltipcontent {
  width: 288px;
}
#dialogContainer #contactWindowInner {
  color: #000;
  overflow: hidden;
  position: relative;
}
#dialogContainer #contactWindowInner .contactInformations {
  width: 320px;
  float: left;
  margin: -20px 0 0 25px;
}
#dialogContainer #contactWindowInner .contactInformations .headContact {
  font-size: 23px;
  width: 100%;
  float: left;
  color: #fe0000;
  margin-bottom: 10px;
}
#dialogContainer #contactWindowInner .contactInformations .contactWindowHours {
  font-size: 16px;
  float: left;
  margin-bottom: 10px;
}
#dialogContainer #contactWindowInner .contactInformations .contactPhoneNumber {
  float: left;
  margin-bottom: 15px;
  line-height: 20px;
}
#dialogContainer #contactWindowInner .contactInformations .contactPhoneNumber .phone {
  font-size: 21px;
}
#dialogContainer #contactWindowInner .contactInformations .contactPhoneNumber .additionalInf {
  font-size: 16px;
}
#dialogContainer #contactWindowInner .contactInformations .contactPhone {
  font-size: 16px;
  margin-bottom: 2px;
  float: left;
}
#dialogContainer #contactWindowInner .contactInformations .oneCode {
  font-size: 16px;
  color: #fe0000;
  float: left;
  display: block;
  width: 100%;
}
#dialogContainer #contactWindowInner .contactInformations .userToken {
  font-size: 17px;
  float: left;
  background-color: #e4e4e4;
  text-align: center;
  padding: 5px 0;
}
#dialogContainer #contactWindowInner .contactMail {
  width: 370px;
  float: right;
  margin: -20px 0 0 25px;
}
#dialogContainer #contactWindowInner .contactMail .headContact {
  font-size: 23px;
  width: 100%;
  float: left;
  color: #fe0000;
  margin-bottom: 10px;
}
#dialogContainer #contactWindowInner .contactMail #contactFormName {
  width: 320px;
  height: 40px;
  /*border: 1px solid #b5b5b5;*/
  border-radius: 3px;
  float: left;
  padding-left: 10px;
  font-family: arial;
  font-size: 12px;
}
#dialogContainer #contactWindowInner .contactMail #emailForm {
  height: 40px;
  padding-left: 10px;
  width: 220px;
}
#dialogContainer #contactWindowInner .contactMail #contactFormMsg {
  width: 320px;
  height: 80px;
  padding: 10px 0 0 10px;
  /*border: 1px solid #b5b5b5;*/
  border-radius: 3px;
  margin-top: 10px;
  font-family: arial;
  font-size: 12px;
}
#dialogContainer #contactWindowInner .contactMail .retAddress {
  font-size: 14px;
  float: left;
  margin-top: 25px;
  width: 330px;
}
#dialogContainer #contactWindowInner .contactMail #submitContactForm {
  height: 40px;
  padding: 0 20px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin: 5px 35px 0 0;
  font-family: 'Doppio One';
}
#dialogContainer #contactWindowInner .validationErrors {
  color: #fe0000;
  font-family: arial;
  font-size: 13px;
  left: 482px;
  position: absolute;
  bottom: 25px;
}
#dialogContainer #contactWindowInner .contactFormEl {
  border: 1px solid #b5b5b5;
}
#dialogContainer #contactWindowInner .contactFormError {
  border: 1px solid #fe0000;
}
#dialogContainer #contactWindowInner .sendResultError {
  color: #fe0000;
}
#dialogContainer #contactWindowInner .sendFormResult.sendResultError,
#dialogContainer #contactWindowInner .sendFormResult.sendResultSuccess {
  padding-top: 10%;
  text-align: center;
}
#dialogContainer #loginWindow #fb_login {
  background: url('https://ocdn.eu/files/pulscms/YzM7MDA_/81eb89ae387b9965dfe5d5bdf634cf09.png') no-repeat;
  width: 246px;
  height: 40px;
  display: block;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  margin: 100px 25px 20px 50px;
  float: left;
}
#dialogContainer #loginWindow #fb_login:hover {
  opacity: 0.9;
}
#dialogContainer #loginWindow .lub {
  text-transform: uppercase;
  font-size: 21px;
  color: #000;
  margin: 108px 0 20px;
  float: left;
}
#dialogContainer #loginWindow #elogin {
  float: left;
  margin: 100px 0 20px 40px;
}
#dialogContainer #loginWindow #elogin #eloginInput {
  width: 320px;
  height: 40px;
  padding: 0 0 0 15px;
  float: left;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dialogContainer #loginWindow #elogin #eloginTrigger {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border: none;
  float: left;
  margin-left: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#dialogContainer #loginWindow #loginFbInfo,
#dialogContainer #loginWindow #loginEmailInfo {
  float: left;
  font-size: 12px;
  color: #a0a0a0;
  margin-left: 50px;
  font-family: arial;
}
#dialogContainer #loginWindow #loginEmailInfo {
  margin-left: 131px;
  font-family: arial;
}
#dialogContainer #loginWindow #loginAlert {
  font-size: 14px;
  color: #fe0000;
  float: left;
  margin: 5px 0 0 400px;
}
#dialogContainer #loginWindow.fastprepend {
  /*h3{
           margin-top: 15px;
        }*/
}
#dialogContainer #loginWindow.fastprepend #fb_login {
  margin-top: 50px;
}
#dialogContainer #loginWindow.fastprepend .lub {
  margin-top: 58px;
}
#dialogContainer #loginWindow.fastprepend #elogin {
  margin-top: 50px;
}
#dialogContainer #loginWindow.fastprepend p {
  padding-top: 10px;
}
#dialogContainer #loggedWindow p {
  float: left;
  padding: 30px 80px;
}
#dialogContainer #loggedWindow a {
  color: #fe0000;
  text-decoration: none;
  float: left;
  margin: 5px 500px 0 80px;
  display: block;
}
#dialogContainer #loggedWindow a:hover {
  text-decoration: underline;
}
#dialogContainer #loggedWindow a:last-child {
  margin-right: 10px;
}
#dialogContainer #loggedWindow #codeInput {
  width: 120px;
  height: 25px;
  margin: -23px 0 0 206px;
  padding: 0 0 0 10px;
  float: left;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dialogContainer #loggedWindow #codeTrigger {
  width: 35px;
  height: 25px;
  margin: -23px 0 0 5px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#dialogContainer .vodSportWindowAgreement {
  width: 100%;
  float: left;
}
#dialogContainer .vodSportWindowAgreement .vodSportWindowAgreementBody {
  box-shadow: -5px -6px 6px #a0a0a0 inset;
  font-family: arial;
  font-size: 12px;
  height: 160px;
  line-height: 20px;
  margin: 20px auto;
  overflow-y: scroll;
  width: 700px;
}
#dialogContainer .vodSportWindowAgreement .vodSportWindowAgreementCheckbox {
  cursor: pointer;
  display: block;
  float: left;
  width: 700px;
  margin: 0 75px;
  font-size: 14px;
  line-height: 24px;
}
#dialogContainer .vodSportWindowAgreement .vodSportWindowAgreementButtonNext.vodSportWindowAgreementButtonNextBlock,
#dialogContainer .vodSportWindowAgreement .vodSportWindowAgreementButtonNext {
  height: 40px;
  padding: 0 20px;
  display: block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin: 5px 70px 0 0;
  line-height: 38px;
  opacity: 1;
}
#dialogContainer #dialogClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #000;
  background: url('https://ocdn.eu/files/pulscms/NWE7MDA_/99c07cd45d8f0ccaa36092a5b7049936.png') no-repeat 0 -11px;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}
#dialogContainer #dialogClose.buttonWhite {
  background-position: 0 0;
}
#dialogContainer #dialogBack,
#dialogContainer #closeandreload {
  background: none;
  border: none;
  float: left;
  text-align: left;
  color: #848484;
  font-size: 14px;
  margin: 20px 0;
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
#dialogContainer #dialogBack:before,
#dialogContainer #closeandreload:before {
  content: '\3c';
  left: -4px;
  position: relative;
  top: 2px;
}
#dialogContainer #orderWindow {
  padding: 120px 0 0 0;
  text-align: center;
}
#dialogContainer #infoWindow {
  font-size: 36px;
  padding: 150px 0 0;
  text-align: center;
}
#dialogContainer #infoWindow .loginText {
  color: #A0A0A0;
  font-family: arial;
  font-size: 18px;
}
#dialogContainer #infoWindow .loginText a {
  color: #A0A0A0;
}
#body {
  position: relative;
  z-index: 1;
}
.screenButton {
  z-index: 200;
}
.v_waitingButtons .waitButton {
  font-size: 20px;
  background: url("https://ocdn.eu/files/pulscms/Mjk7MDA_/0349e3d4b14c75517c2bdd25208e68c1.gif") no-repeat scroll 19px 50%;
  padding-left: 45px;
  width: 261px;
}
.mvpMainContainer {
  position: relative;
  width: 1150px;
  min-height: 648px;
}
.mvpMainContainer .preview {
  min_height: 648px;
}
.mvpMainContainer .preview_bis {
  height: 648px;
}
.mvpMainContainer .v_screen {
  z-index: 5;
  position: absolute;
}
.mvpMainContainer .mvp {
  width: 1150px;
  height: 648px;
  position: relative;
  top: 0;
  z-index: 2;
}
.mvp-info-container {
  display: none;
}
.preview .mvpContainer .mvp {
  display: none;
}
.buyButton,
.playButton,
#infologin {
  cursor: pointer;
}
/*
 .v_screen{
     position: absolute;
    width: 960px;
    height: 552px; 
    z-index: 200;
}
*/
.hide {
  display: none;
}
/*
.clickbutton{
    outline: none;
    cursor: pointer;
    width: 100px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid black;
    margin: 0px auto;
}
*/
.buyButton {
  text-align: center;
  line-height: 24px;
}
.mvp_hidden {
  visibility: hidden;
}
.buttonText,
.buttonPrice {
  display: block;
  clear: both;
  line-height: 32px;
}
.buttonPrice {
  color: #f00;
  font-size: 23px;
  text-transform: none;
}
.buttonTextFrom {
  color: #606060;
  text-decoration: line-through;
}
.closeW {
  display: none;
}
.openW {
  display: block;
}
/* articles detail */
#articleHeading {
  margin-top: 20px;
}
.v_articleClearFloat {
  clear: both;
}
#articleDetail #main {
  width: 75%;
}
#articleDetail #detail {
  width: 100%;
}
#articleDetail .image {
  padding-top: 25px;
}
#articleDetail .image .caption {
  display: block;
}
#articleDetail .heading {
  padding-top: 25px;
}
#articleDetail .v_videoPlayer {
  width: 100%;
  margin-top: 20px;
}
#articleDetail #mainPhoto {
  margin: 25px 0 10px;
}
#articleDetail #mainPhoto img {
  width: 100%;
}
#articleDetail .imageWrapper img {
  width: 100%;
}
#articleDetail a {
  color: #2fd6ff;
}
#articleDetail .detail.intext,
#articleDetail .googleAdsBox {
  width: 50%;
}
#articleDetail .detail ul,
#articleDetail .detail li {
  list-style-type: disc;
  margin: 1em;
}
#articleDetail .hyphenate {
  margin-top: 25px;
  line-height: 1.6em;
}
#articleDetail .breadcrumbs {
  float: left;
  width: 80%;
}
#articleDetail .datePublished {
  float: right;
  text-align: right;
  width: 40%;
}
#articleDetail .mainTitle {
  clear: both;
}
#articleDetail .mainTitle h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 19px 0;
}
#articleDetail .onetAdsLeftSlot.onet-ad {
  float: left;
  margin: 20px 30px 0px 0;
}
.articleAppView #articleHeading a,
.articleAppView #articleHeading .datePublished {
  display: none;
}
.articleAppView .sources {
  display: none;
}
.articleAppView #articleDetail {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #articleDetail #main {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #articleDetail .hyphenate {
    line-height: 1.4em;
  }
}
/* tickets */
.v_yourTicketsNew h3,
.v_yourTickets h3 {
  font-size: 30px;
  padding: 10px 0;
  font-weight: 400;
}
.v_userAndLogout {
  margin-top: 30px;
  height: 45px;
}
.v_userAndLogout a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  padding-left: 151px;
}
.v_userAndLogout #userLabel {
  float: right;
  color: #B5AFA6;
  margin-bottom: 25px;
}
.v_userAndLogout .profileMenu0 {
  clear: both;
}
.v_yourTicketsNew {
  margin-top: -55px;
}
.v_yourTicketsNewMain {
  min-height: 200px;
  max-width: 1200px;
}
@media screen and (max-width: 480px) {
  .v_yourTicketsNewMain {
    margin-top: 100px;
  }
}
#v_doc .v_profileSection {
  border-bottom: 1px solid #12586A;
  width: 80%;
  min-height: 100px;
}
#v_doc .v_profileSection img {
  float: right;
  margin-top: -55px;
}
@media screen and (max-width: 980px) {
  #v_doc .v_profileSection img {
    display: none;
  }
}
#v_doc .v_profileSection .v_userData {
  height: 80px;
  width: 350px;
}
@media screen and (max-width: 350px) {
  #v_doc .v_profileSection .v_userData {
    height: 100px;
    width: 320px;
  }
}
#v_doc .v_profileSection .v_profileItem {
  color: #fff;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
#v_doc .v_profileSection .v_profileSectionUserDataButton {
  margin-top: -15px;
  font-size: 16px;
}
#v_doc .v_profileSection a,
#v_doc .v_profileSection v_profileItem.a {
  color: #39AAEB;
  text-transform: uppercase;
  text-decoration: none;
}
.v_profileitem {
  padding-top: 10px;
}
.v_profilemenuitem {
  text-transform: uppercase;
}
#v_body .v_yourdeviceadd {
  padding: 50px 0px;
}
#v_body .v_yourdeviceadd a {
  color: #39AAEB;
  text-transform: uppercase;
  font-size: 16px;
}
#v_body .v_yourdeviceadd .v_noUeAccess {
  color: #D86600;
}
.v_yourTickets,
v_yourTicketsNew {
  margin-top: 15px;
}
.v_yourTickets #v_yourTickets,
v_yourTicketsNew #v_yourTickets {
  margin-top: 20px;
}
.v_yourTickets #v_yourTickets .v_ticketType,
v_yourTicketsNew #v_yourTickets .v_ticketType {
  font-size: 12px;
}
.v_yourTickets #v_yourTickets .v_ticketName,
v_yourTicketsNew #v_yourTickets .v_ticketName {
  font-size: 18px;
}
.v_videoSubscriptionLabel .v_svodSubLabel {
  font-size: 0.6em;
  display: block;
  margin-top: -0.5em;
  margin-bottom: -0.8em;
}
.v_videoSubscriptionLabel .v_helpIco {
  background: url('../../assets/img/helpIcon.png') 15px 13px no-repeat;
  padding: 0 0 0 50px;
  cursor: pointer;
  height: 1em;
}
@media screen and (max-width: 1500px) {
  .v_videoSubscriptionLabel .v_helpIco {
    background-position: 15px 11px;
  }
}
@media screen and (max-width: 1260px) {
  .v_videoSubscriptionLabel .v_helpIco {
    background-size: 25px;
    background-position: 12px 10px;
  }
}
@media screen and (max-width: 900px) {
  .v_videoSubscriptionLabel .v_helpIco {
    background-size: 20px 20px;
    background-position: 10px 3px;
  }
}
.v_paymentComplete,
.v_paymentError {
  display: none;
  min-height: 185px;
  text-align: left;
  background: #092932;
  margin-bottom: 20px;
  padding: 0 20px;
}
.v_paymentComplete .v_paymentAlertWrapper,
.v_paymentError .v_paymentAlertWrapper {
  max-width: 573px;
  padding-left: 134px;
  padding-bottom: 30px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  .v_paymentComplete .v_paymentAlertWrapper,
  .v_paymentError .v_paymentAlertWrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 480px) {
  .v_paymentComplete .v_paymentAlertWrapper,
  .v_paymentError .v_paymentAlertWrapper {
    padding-left: 0;
  }
}
.v_paymentComplete .v_paymentAlertWrapper img,
.v_paymentError .v_paymentAlertWrapper img {
  display: none;
}
.v_paymentComplete .close,
.v_paymentError .close {
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
  width: 22px;
  height: 40px;
  background: url('https://ocdn.eu/files/pulscms/MDc7MDA_/1dc4e379fdee24779dc1bef07835db84.png');
  background-repeat: no-repeat;
  background-position: 0px 18px;
}
.v_paymentComplete .defaultButton,
.v_paymentError .defaultButton {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 13px;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #000 !important;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}
.v_paymentComplete h2,
.v_paymentError h2 {
  margin-bottom: 11px;
  padding-top: 30px;
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  .v_paymentComplete h2,
  .v_paymentError h2 {
    padding-top: 30px;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1260px) {
  .v_paymentComplete h2,
  .v_paymentError h2 {
    font-size: 30px;
  }
}
.v_paymentComplete p,
.v_paymentError p {
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .v_paymentComplete p,
  .v_paymentError p {
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .v_paymentComplete p,
  .v_paymentError p {
    max-width: inherit;
  }
}
.v_paymentComplete p a,
.v_paymentError p a {
  color: #2fd6ff !important;
}
@media screen and (min-width: 1260px) {
  .v_paymentComplete p,
  .v_paymentError p {
    font-size: 21px;
    max-width: 700px;
  }
}
.v_paymentComplete img,
.v_paymentError img {
  margin: 30px 0 30px;
}
.v_paymentComplete.v_iconSuccess .v_paymentAlertWrapper {
  background: url('https://ocdn.eu/files/pulscms/ZDk7MDA_/f9188f0b65652b2f119bb8a30952495c.png') 0 34px no-repeat;
}
@media screen and (max-width: 480px) {
  .v_paymentComplete.v_iconSuccess .v_paymentAlertWrapper {
    background: none;
  }
}
.v_paymentComplete.v_iconFail .v_paymentAlertWrapper,
.v_paymentError .v_paymentAlertWrapper {
  background: url('https://ocdn.eu/files/pulscms/MmI7MDA_/712557a15f7be6c534d3197322c1517c.png') 0 34px no-repeat;
}
@media screen and (max-width: 480px) {
  .v_paymentComplete.v_iconFail .v_paymentAlertWrapper,
  .v_paymentError .v_paymentAlertWrapper {
    background: none;
  }
}
#v_yourTickets,
#v_yourTicketsNew {
  margin-top: 5px;
}
#v_yourTickets ul,
#v_yourTicketsNew ul {
  overflow: hidden;
}
#v_yourTickets ul .v_ticketWait img,
#v_yourTicketsNew ul .v_ticketWait img {
  opacity: 0.6;
}
#v_yourTickets ul li,
#v_yourTicketsNew ul li {
  width: 320px;
  max-width: 100%;
  height: 270px;
  float: left;
  margin: 0 25px 20px 0;
  position: relative;
}
#v_yourTickets ul li .v_ticketPhoto,
#v_yourTicketsNew ul li .v_ticketPhoto {
  border-radius: 10px;
  display: block;
  width: 320px;
  max-width: 100%;
  height: 199px;
  overflow: hidden;
}
#v_yourTickets ul li .v_ticketPhoto img,
#v_yourTicketsNew ul li .v_ticketPhoto img {
  width: 100%;
  height: 100% /* temp */;
}
#v_yourTickets ul li .v_ticketWaitInfo,
#v_yourTicketsNew ul li .v_ticketWaitInfo {
  position: absolute;
  top: 77px;
}
#v_yourTickets ul li .v_ticketType,
#v_yourTicketsNew ul li .v_ticketType {
  display: block;
  margin: 12px 0 5px 6px;
  overflow: hidden;
  font-size: 14px;
}
#v_yourTickets ul li .v_ticketType .v_ticketPayWait,
#v_yourTicketsNew ul li .v_ticketType .v_ticketPayWait {
  background: url('https://ocdn.eu/files/pulscms/M2M7MDA_/1cd292baaa52e4240303a9425be2f13f.gif') no-repeat 0 0;
  display: block;
  float: left;
  height: 35px;
  width: 35px;
  margin-left: 56px;
}
#v_yourTickets ul li .v_ticketType .v_ticketPayWait img,
#v_yourTicketsNew ul li .v_ticketType .v_ticketPayWait img {
  margin: 7px 8px;
}
#v_yourTickets ul li .v_ticketType .v_ticketTypeWait,
#v_yourTicketsNew ul li .v_ticketType .v_ticketTypeWait {
  display: block;
  float: left;
  font-size: 13px;
  margin: 8px 10px;
  opacity: 1;
}
#v_yourTickets ul li .v_ticketType .v_ticketQuestion,
#v_yourTicketsNew ul li .v_ticketType .v_ticketQuestion {
  background: url('https://ocdn.eu/files/pulscms/NWQ7MDA_/d500a7b11525a3427e74a1bb09ad8414.png') no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin: 7px 0 0 2px;
  text-indent: -9999px;
}
#v_yourTickets ul li .v_ticketName,
#v_yourTicketsNew ul li .v_ticketName {
  display: inline-block;
  position: relative;
  left: 6px;
  font-size: 20px;
}
#v_yourTickets ul li .v_ticketDate,
#v_yourTicketsNew ul li .v_ticketDate {
  opacity: 0.6;
}
#v_yourTickets ul li .v_ticketNameWait,
#v_yourTicketsNew ul li .v_ticketNameWait {
  font-size: 20px;
  padding-left: 6px;
  display: block;
}
.v_passShowMore {
  font-size: 2em;
  text-decoration: underline;
  display: block;
  min-width: 170px;
  text-align: center;
  margin: 60px auto 0;
}
/* collection */
.v_topicLead #mainPhoto {
  margin: 25px 0 0;
  width: 100%;
}
.v_topicLead #mainPhoto img {
  width: 100%;
}
.v_topicLead .mainTitle h1 {
  margin: 19px 0;
  font-size: 3em;
}
.v_topicLead .source {
  display: none;
}
.v_topicLead .v_specialTopicContent {
  display: table-cell;
}
.v_topicLead .detail.intext {
  font-size: 1em;
}
#container_collection.v_slideWrapper {
  margin-right: -30px;
}
@media screen and (min-width: 769px) {
  #container_collection.v_slideWrapper {
    margin-right: -63px;
  }
}
#container_liveCollection.v_slideWrapper,
#container_collection.v_slideWrapper {
  padding-bottom: 40px;
}
#container_liveCollection.v_slideWrapper h3,
#container_collection.v_slideWrapper h3 {
  padding: 30px 0;
}
.v_videoPlayer .v_AgeRating {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
}
#v_videoScreenOffers {
  bottom: 5%;
  left: 4%;
  width: 70%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
#v_videoScreenOffers #v_showFragment {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  margin: 0 0 0 77px;
  display: block;
  bottom: -13px;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
  font-weight: bold;
  padding-left: 76px;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay.visaCheckoutActive .v_videoPlayerButtonLabel {
  display: none;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoPlayerButtonLabel {
  text-align: left;
  display: block;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoSubscriptionLabel {
  display: block;
  font-size: 2em;
  line-height: 1.2em;
  top: -0.4em;
  position: relative;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoPlayerPrice {
  display: block;
  text-align: left;
  font-size: 2em;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoPlayerPrice span {
  color: #2FD6FF;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoPlayerRegularPrice {
  text-decoration-line: line-through;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoFreeButtonLabel {
  display: block;
  font-size: 2.2em;
  line-height: 1.7em;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
  background: url('../../assets/img/playIcon.png') no-repeat -693px -90px;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 32px;
  content: " ";
}
/* offers */
#v_videoScreenWaiting {
  width: 66%;
  bottom: 8%;
  left: 7%;
  position: absolute;
  font-size: 2em;
  z-index: 10;
  display: none;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#v_videoScreenWaiting span {
  display: block;
  font-weight: bold;
}
/* season */
.v_seasonListContainer .v_seasonList {
  display: block;
  float: left;
  margin: 3px 14px 11px 0;
  font-size: 28px;
  text-transform: lowercase;
  clear: both;
}
/* movies */
#v_body .v_seasonListContainer #vSeasonList {
  float: left;
  margin-top: 14px;
}
/* branding */
.v_listElemets.v_brandedList .v_leadBox {
  padding: 10px 1px;
}
.v_slideWrapper.v_driver {
  padding-bottom: 0;
}
/*cancelCard*/
.v_cancelCard {
  margin: 40px;
  float: left;
  line-height: 1.4em;
  font-size: 1.2em;
}
.v_cancelCard h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.v_cancelCard span a {
  color: #f8f8f8;
  text-decoration: underline;
  display: block;
  margin-bottom: 30px;
}
.v_cancelCard p {
  margin-bottom: 20px;
}
.v_cancelCard #v_cancelCard {
  clear: both;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
/*v_logoutConfirm*/
.v_logoutConfirm {
  margin: 40px;
  float: left;
  line-height: 1.4em;
  font-size: 1.2em;
}
.v_logoutConfirm h3 {
  text-transform: uppercase;
  margin-bottom: 33px;
  font-size: 0.9em;
}
.v_logoutConfirm p {
  margin-bottom: 20px;
}
.v_logoutConfirm #v_WelcomeButton,
.v_logoutConfirm #v_logoutConfirmButton {
  clear: both;
  padding: 9px 38px;
  color: #000;
  background: #2fd6ff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.v_videoExtrasTrailers {
  position: absolute;
  z-index: 100;
  width: 120px;
  right: 3%;
  bottom: 6%;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.v_videoExtrasTrailers img {
  width: 100%;
  display: block;
}
.v_videoExtrasTrailers span {
  padding-bottom: 5px;
  display: block;
}
.v_videoExtrasTrailers a:after {
  background: url('../../assets/img/playIcon.png') no-repeat -870px -101px;
  content: "";
  height: 42px;
  left: 42px;
  position: absolute;
  top: 41px;
  width: 42px;
}
.v_topicLead .v_videoButtonPackage {
  background: #2fd6ff;
  position: relative;
  margin: 40px 0;
  padding: 18px 40px;
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  float: left;
}
@-webkit-keyframes v_blink {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes v_blink {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
.v_blink {
  -webkit-animation-name: v_blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-name: v_blink;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@media screen and (max-width: 1500px) {
  #articleDetail .detail.intext,
  #articleDetail .googleAdsBox {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  #articleDetail .detail.intext,
  #articleDetail .googleAdsBox {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .v_packageName {
    display: none;
  }
  #v_body #v_videoPlayer .v_playerInfo .v_playerMsgBox {
    font-size: 0.8em;
    margin-top: 7%;
  }
}
@media screen and (max-width: 400px) {
  #v_videoScreenOffers {
    width: 100%;
  }
  .v_videoExtrasTrailers {
    display: none;
  }
}
@media screen and (min-width: 899px) {
  .v_topicLead #mainPhoto {
    margin: 34px 30px 20px 0;
    width: 450px;
    float: left;
  }
  #v_videoScreenOffers #v_showFragment {
    margin: 0 0 0 126px;
    bottom: -10px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
    font-size: 1.6em;
    padding-left: 124px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
    background-position: -359px -72px;
    width: 104px;
    height: 104px;
    bottom: -2px;
    border-radius: 52px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay.v_withAdditionalInfo:after {
    bottom: 18px;
  }
  .v_videoExtrasTrailers {
    width: 180px;
    right: 6%;
    bottom: 9%;
  }
  .v_videoExtrasTrailers a:after {
    left: 72px;
    top: 67px;
  }
  #v_body #v_videoPlayer .v_playerInfo .v_playerMsgBox {
    font-size: 1.5em;
  }
  #v_videoScreenWaiting {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1260px) {
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
    bottom: 4px;
  }
}
@media screen and (min-width: 1499px) {
  #v_videoScreenOffers #v_showFragment {
    margin: 0 0 0 183px;
    bottom: -22px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
    font-size: 1.8em;
    padding-left: 180px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
    background-position: -21px -46px;
    width: 150px;
    height: 150px;
    bottom: -13px;
    border-radius: 75px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay.v_withAdditionalInfo:after {
    bottom: 0;
  }
  #v_videoScreenWaiting {
    font-size: 3em;
  }
  .v_videoExtrasTrailers {
    width: 220px;
    right: 6%;
    bottom: 9%;
  }
  .v_videoExtrasTrailers a:after {
    left: 90px;
    top: 79px;
  }
}
.v_YourDevices p:nth-child(even) {
  background: #10292f;
}
.v_YourDevices .v_canIWatchCircle {
  background: #324046 none repeat scroll 0 0;
  border-radius: 8px;
  height: 8px;
  width: 8px !important;
  padding: 0 !important;
  margin: 5px 12px 0 12px;
}
.v_YourDevices .v_canIWatchCircleOn {
  background: #2fd7ff none repeat scroll 0 0;
  float: left;
}
.v_YourDevices .v_canIWatchName {
  font-size: 15px;
}
.v_YourDevices .v_canIWatchInfo {
  margin-top: 40px;
}
.v_YourDevices .v_canIWatchInfo .v_canIWatchCircleOn {
  margin-top: 9px;
}
.v_YourDevices .v_canIWatchEmpty {
  margin-bottom: 70px;
}
.v_YourDevices .v_YourDeviceTV {
  background: #153a46;
  border-bottom: 1px solid #000;
}
.v_YourDevices .v_YourDeviceTV span {
  margin-left: 15px !important;
}
.v_YourDevices .v_YourDeviceTV span input {
  background-color: #102f38;
  border: 1px solid #00576f;
  color: #fff !important;
}
.v_YourDevices .v_YourDevice {
  padding: 15px 0 35px;
}
.v_YourDevices .v_YourDevice span {
  text-overflow: ellipsis;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  padding-right: 4%;
  font-size: 15px;
}
.v_YourDevices .v_YourDevice .v_RenameDevice {
  background: url('https://ocdn.eu/files/pulscms/MTU7MDA_/d2be133962bdda3a23bb01fd69ebf0e7.png');
  margin-left: 20px;
}
.v_YourDevices .v_YourDevice .v_RemoveDevice {
  background: url('https://ocdn.eu/files/pulscms/M2I7MDA_/825ec0d6fc1bceb8a9f31742fadf0ba8.png');
}
.v_YourDevices .v_YourDevice .v_RenameDevice,
.v_YourDevices .v_YourDevice .v_RemoveDevice {
  white-space: nowrap;
  display: inline-block;
  text-indent: -99999px;
  width: 48px;
  height: 30px;
  position: relative;
  top: -6px;
}
.v_YourDevices .v_YourDevice .v_nameTvInputOk {
  color: #000;
  padding: 1px 10px 1px 5px;
  font-size: 15px;
  position: relative;
  top: 0px;
}
.v_YourDevices .v_YourDevice .v_canIWatchDevices {
  float: right;
  width: 250px;
  margin-top: -20px;
}
#v_doc .v_YourDevices .v_YourDevice .v_RenameDeviceOk {
  background-color: #2fd6ff;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: -6px 0 0 20px;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}
#v_Devices h2 {
  padding: 30px 0 5px;
}
#v_Devices p {
  margin-bottom: 30px;
}
.v_popupConfirm {
  text-align: center;
  width: 100%;
  margin: 20px 20px 20px 0;
}
.v_popupConfirm .v_popupButton {
  display: inline;
  margin-top: 15px;
}
.v_popupConfirm .v_popupInfo {
  margin-bottom: 0px;
  font-size: 15px;
}
.v_popupConfirm img {
  width: 100px;
}
.v_popupConfirm .v_popupButtonOff {
  color: #2fd6ff;
  background: none;
}
#v_doc #v_RemoveAllDevice,
#v_RemoveDeviceAllConfirm,
#v_RemoveDeviceConfirm,
.v_popupButton {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 32px 0;
  padding: 9px;
  display: block;
  white-space: nowrap;
  /* position: absolute; */
  font-size: 18px;
  min-width: 157px;
  right: 37px;
  color: #000;
  line-height: 26px;
  font-family: PT Sans;
}
#v_RemoveAllDevice {
  width: 157px;
  float: right;
}
#v_RemoveDeviceAllConfirm,
#v_RemoveDeviceConfirm,
.v_popupButton {
  cursor: pointer;
}
.v_YourDeviceAdd {
  padding: 30px 0px;
  clear: both;
}
.v_YourDeviceAdd h2 {
  color: #baf0fd;
  font-weight: normal;
}
.v_YourDeviceAdd p {
  font-size: 15px;
}
.v_YourDeviceAdd #v_codeTvInput {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  width: 148px;
  margin-top: 15px;
  background-color: #102f38;
  border: 1px solid #00576f;
}
.v_YourDeviceAdd #v_AddDevice {
  background: #2fd6ff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 23px;
  padding: 9px 5px;
  display: inline-block;
  white-space: nowrap;
  /* position: absolute; */
  font-size: 18px;
  width: 150px;
  right: 37px;
  color: #000;
  line-height: 26px;
  cursor: pointer;
  font-family: PT Sans;
}
#v_yourDevicesNew p {
  font-size: 15px;
}
.v_YourDevicesLogin {
  font-weight: bold;
}
.v_YourDeviceButtons {
  float: right;
}
@media screen and (max-width: 480px) {
  .v_YourDevices .v_YourDevice .v_canIWatchDevices {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .v_YourDevices .v_YourDevice .v_canIWatchDevices {
    margin-top: 0;
  }
  .v_YourDevices .v_YourDevice {
    padding: 15px 0 90px;
  }
  .v_YourDevices .v_YourDevice .v_RenameDevice {
    margin-left: 0px;
  }
  .v_YourDeviceButtons {
    float: right;
    margin-top: 16px;
    clear: both;
  }
  #v_doc .v_YourDevices .v_YourDevice .v_RenameDeviceOk {
    margin: -6px 0 0 0;
  }
}
#v_codeTvError {
  color: red;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#v_yourTicketsNew .v_subscriptionTicketInactive .v_ticketWaitInfo {
  display: none;
  top: 66px;
  left: 5px;
}
.v_subscriptionTicketInactive .v_ticketPhotoInactive {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.v_subscriptionTicketInactive .v_subscriptionActive {
  font-size: 16px;
  display: inline-block;
  float: right;
  padding: 0px 0 7px 0px;
  line-height: 20px;
  margin: 3px 4px;
}
.v_subscriptionTicketInactive .v_subscriptionActive:after {
  content: " \00BB";
  color: #2fd6ff;
  font-size: 120%;
  font-weight: bold;
}
.v_subscriptionTicket {
  display: none;
  cursor: pointer;
}
.v_subscriptionTicket .v_ticketActiveInfo {
  position: absolute;
  top: 77px;
  left: 131px;
}
.v_subscriptionTicket .v_subscriptionSettings {
  font-size: 16px;
  background: url("https://ocdn.eu/files/pulscms/ZDQ7MDA_/2b2f3fc6ef84fd6bfe4e4d77e26851e9.png") no-repeat 80px 0;
  display: inline-block;
  float: right;
  padding: 0 28px 0 0;
  margin: 3px 4px;
  line-height: 22px;
}
#v_activeSubscription {
  padding: 20px 0 40px 2%;
  float: left;
  width: 98%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_activeSubscription h2 {
  font-size: 44px;
  text-align: center;
}
#v_activeSubscription .v_infoSubscription {
  float: left;
  width: 100%;
  margin: 40px 0;
}
#v_activeSubscription .v_infoSubscription .v_infoBox {
  font-size: 20px;
  float: left;
  width: 32%;
  text-align: center;
}
#v_activeSubscription .v_infoSubscription .v_infoBox span {
  display: inline-block;
}
#v_activeSubscription .v_infoPrice {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
}
#v_activeSubscription #v_createSubscription {
  background: none repeat scroll 0 0 #2fd6ff;
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0;
  margin: 10px 30px 0 0;
  text-align: center;
  width: 300px;
}
#v_settingsSubscription {
  padding: 20px 0 40px 4%;
  float: left;
  width: 96%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_settingsSubscription .v_creditCardUsed {
  color: #ffcc00;
  font-size: 22px;
  margin: 0 0 10px;
}
#v_settingsSubscription .v_subscriptionStatus {
  margin: 5px 0;
}
#v_settingsSubscription .v_subscriptionStatus .v_statusValue {
  font-size: 36px;
  font-weight: bold;
}
#v_settingsSubscription .v_creditCardInfo {
  margin: 20px 0;
}
#v_settingsSubscription .v_creditCardInfo .v_creditCardInfoData {
  margin: 10px 0 0;
  overflow: hidden;
}
#v_settingsSubscription .v_creditCardInfo .v_creditCardInfoData .v_creditCardLogo {
  float: left;
  margin: 6px 10px 0 0;
}
#v_settingsSubscription .v_creditCardInfo .v_creditCardInfoData .v_creditCardData {
  float: left;
}
#v_settingsSubscription .v_creditCardInfo .v_creditCardInfoData .v_creditCardData span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
#v_confirmCancelSubscription {
  padding: 20px 0 40px 4%;
  float: left;
  width: 96%;
  background: #0c3a45;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3a45), color-stop(100%, #031518));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c3a45 0%, #031518 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0c3a45 0%, #031518 100%);
  /* W3C */
}
#v_confirmCancelSubscription p {
  margin: 10px 0;
}
#v_confirmCancelSubscription #v_continueSubscriptionButton {
  font-size: 1em;
  color: #2fd6ff;
  background: none;
  text-transform: none;
}
.v_subscriptionButton {
  background: none repeat scroll 0 0 #2fd6ff;
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 15px 0 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.payment-loader {
  padding: 50px;
  margin: 0 auto;
  position: relative;
  display: table-caption;
}
.v_settingsCancelSubscription {
  background: none;
  color: #2fd6ff;
  font-size: 1em;
  text-transform: none;
  width: auto;
}
#v_subChargeInfo {
  padding: 20px 30px;
  clear: both;
}
#v_subChargeInfo h3 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
}
#v_subChargeInfo p {
  margin-bottom: 0.2em;
}
#v_subChargeInfo a {
  color: #2fd6ff;
}
#v_subChargeInfo #v_chargeOnTrialButton {
  display: block;
  padding: 9px 38px;
  color: #000000;
  background: #2fd6ff;
  min-width: 75px;
  font-size: 18px;
  float: left;
  margin: 20px 30px 30px 0;
  cursor: pointer;
  text-align: center;
}
#v_subChargeInfo #v_cancelChargeOnTrialButton {
  display: block;
  color: #f8f8f8;
  font-size: 18px;
  float: left;
  margin: 29px 0 35px;
  cursor: pointer;
  text-align: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-06-03, 10:29:40
    Author     : smalysz
*/
.ad-companion {
  width: 300px;
  float: right;
  margin: 10px 0 0 10px;
}
#onet-ad-companion-bottom {
  position: relative;
  text-align: right;
  z-index: 100;
}
#onet-ad-companion-bottom .ad_adInfo.ad-companion-label {
  text-align: left;
}
.v_videoAttributes .v_AgeRating {
  background: url("../../assets/img/rating.png") no-repeat;
  height: 20px;
  width: 14px;
  text-indent: -9999px;
  padding-left: 10px;
}
.v_videoAttributes .v_hd {
  background: url("../../assets/img/720p_v3.png") no-repeat scroll 9px 0 rgba(0, 0, 0, 0);
  height: 18px;
  text-indent: -9999px;
  width: 62px;
  margin-right: 7px;
  margin-top: 2px;
}
.v_videoAttributes .v_fhd {
  background: url("../../assets/img/1080p_v3.png") no-repeat scroll 9px 0 rgba(0, 0, 0, 0);
  height: 18px;
  text-indent: -9999px;
  width: 62px;
  margin-right: 7px;
  margin-top: 2px;
}
.v_videoAttributes .v_AgeRate_12 {
  background-position: 8px -41px;
}
.v_videoAttributes .v_AgeRate_16 {
  background-position: 8px 1px;
}
.v_videoAttributes .v_AgeRate_18 {
  background-position: 8px -20px;
}
.v_playerAndLeadContainer {
  margin: 0 -50px;
  padding-bottom: 0px;
  margin-top: -5px;
}
.v_onlyPlayerAndLead {
  position: relative;
  background: #041216;
}
.v_playerWraper {
  width: 66%;
  float: left;
}
.v_playerLead {
  padding: 1em 1.2em;
  width: 34%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .v_onlyPlayerAndLead {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .v_playerAndLeadContainer {
    margin: 0 -15px;
  }
  .v_onlyPlayerAndLead {
    padding: 0 ;
  }
  .v_onlyPlayerAndLead .v_playerWraper,
  .v_onlyPlayerAndLead .v_playerLead {
    width: 100%;
  }
  .v_onlyPlayerAndLead #v_shortDetailMovieVideo #v_shortFbShare {
    right: 0;
    margin: 1em 1.4em 0.4em;
    left: initial;
  }
}
.playerBranding .bigBrand,
.playerBranding .bottomMobileBrand,
.playerBranding .topMobileBrand {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.playerBranding .v_onlyPlayerAndLead {
  cursor: auto;
}
.playerBranding .bigBrand {
  padding: 5% 9.88% 1.67%;
}
.playerBranding .bottomMobileBrand {
  background-position: center bottom;
}
.playerBranding .v_onlyPlayerAndLead {
  padding: 0 ;
}
@media screen and (max-width: 1260px) {
  .playerBranding {
    margin: 0;
  }
  .playerBranding .bigBrand {
    background: none;
    padding: 0;
  }
  .playerBranding .topMobileBrand {
    padding-top: 6.2%;
  }
  .playerBranding .playerAndLeadBrand.bottomMobileBrand {
    padding-bottom: 12.3%;
  }
}
@media screen and (max-width: 768px) {
  .playerBranding {
    margin: 0 -15px;
  }
  .playerBranding .v_playerWraper.bottomMobileBrand {
    padding-bottom: 12.3%;
  }
  .playerBranding .playerAndLeadBrand.bottomMobileBrand {
    padding-bottom: 0;
  }
}
#v_videoPlayer,
.v_videoPlayer {
  position: relative;
  z-index: 99;
}
#v_videoPlayer .v_playerRatio,
.v_videoPlayer .v_playerRatio {
  padding-top: 56.25%;
  z-index: 10;
  position: relative;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
}
#v_videoPlayer .v_screenPlayer img,
.v_videoPlayer .v_screenPlayer img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
#v_videoPlayer .mvp,
.v_videoPlayer .mvp {
  top: 0;
  z-index: 9;
  position: absolute !important;
}
#v_videoPlayer .mvp .mvp-image,
.v_videoPlayer .mvp .mvp-image {
  width: 100% !important;
  height: auto !important;
  margin-top: 0 !important;
}
#v_videoPlayer .pulsembed_embed,
.v_videoPlayer .pulsembed_embed {
  top: 0;
  position: absolute !important;
  width: 100%;
}
#v_videoPlayer .pulsembed_embed iframe,
.v_videoPlayer .pulsembed_embed iframe {
  z-index: 20;
}
#v_videoPlayer .v_playerInfo,
.v_videoPlayer .v_playerInfo {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  top: 0;
  text-align: center;
}
#v_videoPlayer .v_playerInfo .v_playerMsgBox,
.v_videoPlayer .v_playerInfo .v_playerMsgBox {
  font-size: 0.9em;
  margin: 15% 0.6em 0.6em;
}
#v_videoPlayer .v_playerInfo .v_playerMsgBox a,
.v_videoPlayer .v_playerInfo .v_playerMsgBox a {
  background-color: #2fd6ff;
  padding: 10px 20px;
  margin: 15px;
  color: #000;
  display: inline-block;
}
#v_videoPlayer .v_playerInfo .v_playerInfoTitle,
.v_videoPlayer .v_playerInfo .v_playerInfoTitle {
  font-size: 1.6em;
}
#v_videoPlayer .v_AgeRating,
.v_videoPlayer .v_AgeRating {
  height: 40px;
  left: 23px;
  position: absolute;
  top: 23px;
  width: 40px;
  z-index: 10;
  overflow: hidden;
}
#v_videoPlayer .v_AgeRating img,
.v_videoPlayer .v_AgeRating img {
  margin-top: -99999px;
}
#v_videoPlayer .v_AgeRate_12 img,
.v_videoPlayer .v_AgeRate_12 img {
  margin-top: -109px;
}
#v_videoPlayer .v_AgeRate_16 img,
.v_videoPlayer .v_AgeRate_16 img {
  margin-top: -1px;
}
#v_videoPlayer .v_AgeRate_18 img,
.v_videoPlayer .v_AgeRate_18 img {
  margin-top: -52px;
}
#v_videoPlayer .v_closeVideo,
.v_videoPlayer .v_closeVideo {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 20;
  width: 22px;
  height: 22px;
  background: url('https://ocdn.eu/files/pulscms/MDc7MDA_/1dc4e379fdee24779dc1bef07835db84.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.v_videoPlayerButton {
  bottom: 12px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.v_videoPlayerButton #visaCheckout {
  display: none;
}
.v_videoPlayerButton.visaCheckoutActive .v_videoPlayerPrice#defaultPrice {
  display: none;
}
.v_videoPlayerButton.visaCheckoutActive #visaCheckout {
  display: block;
}
.v_videoPlayerButton.visaCheckoutActive .v_additionalInfo {
  font-size: 0.7em;
  padding: 3px 7px;
}
.v_videoPlayerButton.visaCheckoutActive .v_additionalInfo.visaCheckout {
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
}
.v_videoPlayerButton.visaCheckoutActive .v_additionalInfo.visaCheckout img {
  vertical-align: middle;
  margin: -6px 0 0 3px;
}
.v_methodTypeVisaCheckout {
  font-size: 14px;
  font-weight: 700;
  display: table;
  margin: 10px 15px 0 0;
  padding: 8px 6px 0 0;
}
.v_methodTypeVisaCheckout.v_visaCheckoutInactive {
  display: inline-table;
  margin: 15px 0 0 0;
  color: #869497;
}
.v_methodTypeVisaCheckout.v_visaCheckoutInactive a {
  background-color: #869497;
}
.v_methodTypeVisaCheckout a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 2px 9px;
  white-space: nowrap;
}
.v_methodTypeVisaCheckout a:hover span {
  color: #2FD6FF;
}
.v_methodTypeVisaCheckout a span {
  color: #000000;
}
.v_methodTypeVisaCheckout a img {
  position: absolute;
  top: -5px;
  left: -10px;
  float: none;
  margin-top: 0;
}
.v_methodTypeVisaCheckout img {
  float: left;
  margin-top: -9px;
}
.v_methodTypeVisaCheckout .v_methodTypeVisaCheckoutInfo {
  display: block;
  float: left;
  margin: 0 7px 0 10px;
}
#v_videoScreenOffers .v_videoNoIcon.v_videoPlayerButton.v_watchForPay {
  padding-left: 0;
}
#v_videoScreenOffers .v_videoNoIcon.v_videoPlayerButton.v_watchForPay:after {
  content: "";
  display: none;
}
#v_videoScreenOffers .v_videoNoIcon.v_videoPlayerButton.v_watchForPay .v_videoSubscriptionLabel {
  font-size: 1.2em;
}
#v_videoScreenOffers .v_videoNoIcon.v_videoPlayerButton.v_watchForPay .v_svodSubLabel {
  margin-top: 0;
}
.v_topicLead {
  position: relative;
}
.detail.intext.v_short {
  max-height: 81px;
  overflow: hidden;
  line-height: 1.3em;
}
.v_specialTopicContent .v_readMoreLess {
  cursor: pointer;
  color: #2fd6ff;
  float: right;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1260px) {
  #v_detailMovieVideo {
    background-color: #000000;
    color: #f5f5f5;
  }
  #v_detailMovieVideo .v_short {
    max-height: 230px;
  }
  #v_shortDetailMovieVideo {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1260px) {
  #v_detailMovieVideo {
    background-color: #000000;
    color: #f5f5f5;
  }
  #v_detailMovieVideo .v_short {
    max-height: 254px;
  }
  .detail.intext.v_short {
    max-height: 71px;
  }
}
.v_bankItem {
  float: left;
}
.v_breadcrumbs {
  margin: 10px 0;
  font-size: 16px;
  color: #f5f5f5;
}
.v_breadcrumbs span {
  color: #f5f5f5;
}
.v_videoTitle h1 {
  font-size: 1.75em;
  font-weight: bold;
  margin-top: -8px;
}
.v_videoTitle h1,
.v_videoTitle h2 {
  padding-bottom: 15px;
}
.v_videoTitleInDescription h1 {
  font-size: 1.75em;
  font-weight: bold;
  margin-top: -8px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.v_year {
  padding-right: 20px;
  font-weight: normal;
}
.v_orginalTitle {
  font-size: 0.625em;
  display: block;
  color: #CCCCCC;
  padding: 10px 0 0;
}
.v_orginalTitleInDescription {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  color: #CCCCCC;
  padding: 10px 0 15px 0;
}
.v_detailMovieVideo {
  overflow: hidden;
  clear: both;
  background: #041216;
  width: 100%;
  padding: 1.2em;
  box-sizing: border-box;
  margin-bottom: 58px;
}
#v_doc #v_detailMovieVideo a {
  color: #f8f8f8;
}
#v_doc #v_detailMovieVideo .v_videoAttributes {
  border-bottom: 1px solid #1d292d;
}
.v_videoAttributes {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #1D292D;
}
.v_videoAttributes li {
  float: left;
  border-left: solid 1px #1D292D;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  font-size: 0.9em;
}
.v_videoAttributes li:first-child {
  border: none;
  padding-left: 0;
}
.v_poster {
  float: left;
  max-width: 300px;
  width: 26%;
  padding-right: 20px;
  box-sizing: border-box;
}
.v_poster.mobile {
  display: none;
}
.v_poster img {
  display: block;
  width: 100%;
}
.v_videoDetailFullInfo {
  overflow: hidden;
}
.v_videoDetailFullInfo h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 10px;
}
.v_videoLead {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.3em;
}
.v_videoLead .v_leadText {
  line-height: 1.5em;
}
.v_videoInfo {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.v_videoInfo h3 {
  font-size: 1em;
  float: left;
  color: #bbb;
  margin-right: 5px;
  font-weight: normal;
}
.v_videoInfo h3:after {
  content: ':';
  margin-right: 2px;
}
.v_videoInfo .v_availabilityDate {
  font-weight: 400;
  color: #FFFFFF;
}
.v_videoInfo .v_listInline {
  clear: both;
}
.v_videoInfo .v_listInline .v_packagesList {
  clear: both;
}
.v_videoInfo .v_listInline .v_packagesList a:after {
  content: "\00BB";
  color: #2fd6ff;
  padding-right: 5px;
}
.v_videoInfo .v_listInline li {
  display: inline-block;
}
.v_videoInfo .v_directors li a:after,
.v_videoInfo .v_actorsList li a:after {
  content: ",";
}
.v_videoInfo .v_directors li:last-child a:after,
.v_videoInfo .v_actorsList li:last-child a:after {
  content: "";
}
.v_breadAndFbContainer {
  overflow: hidden;
}
.v_breadAndFbContainer .v_breadcrumbs {
  float: left;
}
.fb_iframe_widget {
  font-size: 16px;
  margin-top: 34px;
}
#v_videoPlayer .mvp.v_playerFocus,
#v_videoPlayer .pulsembed_embed.v_playerFocus {
  z-index: 20;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
  background-position: -351px -61px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
#v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
  padding-left: 130px;
  font-size: 1.3em;
}
@media screen and (max-width: 960px) {
  .v_videoInfo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .v_poster {
    width: 40%;
  }
  #v_shortDetailMovieVideo {
    font-size: 1em;
  }
  .v_videoLead,
  .v_videoInfo {
    display: block;
    float: none;
    width: auto;
  }
  .v_videoLead .v_leadText,
  .v_videoInfo .v_leadText {
    padding: 0;
  }
  #v_videoPlayer .v_AgeRating {
    height: 28px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 28px;
    z-index: 10;
    overflow: hidden;
  }
  #v_videoPlayer .v_AgeRating img {
    margin-top: -99999px;
  }
  #v_videoPlayer .v_AgeRate_12 img {
    margin-top: -76px;
  }
  #v_videoPlayer .v_AgeRate_16 img {
    margin-top: 0px;
  }
  #v_videoPlayer .v_AgeRate_18 img {
    margin-top: -36px;
  }
}
@media screen and (max-width: 767px) {
  #v_neck #subscriptionBar {
    padding: 0 15px;
  }
  #v_neck #subscriptionBar p {
    display: none;
  }
  #v_neck #subscriptionBar .vodPlusLogo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .v_poster {
    margin-bottom: 20px;
  }
  .v_poster.mobile {
    display: block;
  }
  .v_poster.desktop {
    display: none;
  }
  .v_videoLead {
    clear: both;
  }
  .v_videoLead .v_leadText {
    width: 100%;
  }
  .v_videoInfo {
    float: right;
    width: 60%;
  }
  .v_videoInfo.inPackages {
    width: 100%;
  }
  .v_videoTitle h1 {
    margin-top: 0;
  }
  .v_videoTitleInDescription h1 {
    margin-top: 0;
  }
  .v_methodTypeVisaCheckout {
    padding: 10px;
  }
  .v_methodTypeVisaCheckout img {
    margin: 0;
  }
}
@media only screen and (max-width: 380px) {
  .v_videoInfo {
    float: none;
    width: 100%;
  }
  .v_poster {
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  .v_detailMovieVideo {
    padding: 2% 5%;
  }
  .v_methodTypeVisaCheckout {
    display: none;
  }
}
.article_seeAlso a:after {
  content: "\00BB";
  color: #2fd6ff;
  padding-left: 5px;
}
@media screen and (max-width: 898px) {
  .v_videoExtrasTrailers a:after {
    left: 68px;
    top: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .v_videoExtrasTrailers {
    width: 120px;
  }
  .v_videoExtrasTrailers a:after {
    left: 43px;
    top: 46px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  .v_videoExtrasTrailers {
    display: none;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay {
    font-size: 0.9em;
    padding-left: 78px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay:after {
    background-position: -690px -81px;
    width: 74px;
    height: 74px;
    border-radius: 37px;
  }
  #v_videoScreenOffers .v_videoPlayerButton.v_watchForPay .v_videoSubscriptionLabel {
    top: -19px;
  }
}
#v_shortDetailMovieVideo {
  padding: 0;
}
#v_shortDetailMovieVideo .v_orginalTitle {
  display: block;
  color: #CCC;
}
#v_shortDetailMovieVideo .v_videoInfo {
  float: none;
}
#v_shortDetailMovieVideo .v_videoInfo h3 {
  display: inline;
  color: #bbb;
}
#v_shortDetailMovieVideo .v_videoInfo .v_shortList {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#v_shortDetailMovieVideo .v_videoAttributes {
  margin-bottom: 1em;
}
#v_shortDetailMovieVideo .v_videoAttributes li {
  border-left: 1px solid #1D292D;
  padding: 0 0.6em;
}
#v_shortDetailMovieVideo .v_videoAttributes li:first-child {
  border: none;
  padding-left: 0;
}
#v_shortDetailMovieVideo .v_videoAttributes .v_AgeRating {
  height: 20px;
}
#v_shortDetailMovieVideo .v_shortShare {
  background-repeat: no-repeat;
  border-radius: 0.2em;
  font-size: 0.9em;
  font-weight: bold;
  width: 4.6em;
  background-position: 0.7em center;
  line-height: 2em;
  font-weight: normal;
  cursor: pointer;
  position: absolute;
  bottom: 1em;
  margin: 0 0 0.5em;
  padding-left: 2.5em;
}
#v_shortDetailMovieVideo .v_shortFbShare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IlJvdW5kZWRfUmVjdGFuZ2xlXzUiIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgNSIgY2xhc3M9ImNscy0xIiBkPSJNOTg4LjY1Nyw0NDUuOTg2aDE2LjY3M2ExLjY3LDEuNjcsMCwwLDEsMS42NywxLjY2N3YxNi42NzRhMS42NywxLjY3LDAsMCwxLTEuNjcsMS42NjhoLTUuMTFsMC4xMS02LjY3aDMuMzN2LTMuMzM0aC0zLjMzdi0zLjMzNmgzLjMzdi0zLjMzNGgtMy4zM2EzLjU4NiwzLjU4NiwwLDAsMC0zLjMzNywzLjMzNHYzLjMzNmgtMy4zMzR2My4zMzRoMy4zMzRWNDY2aC04LjMzNmExLjY2NywxLjY2NywwLDAsMS0xLjY2Ny0xLjY2OFY0NDcuNjUzQTEuNjY3LDEuNjY3LDAsMCwxLDk4OC42NTcsNDQ1Ljk4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05ODcgLTQ0NikiLz48L3N2Zz4=);
  background-color: #4a6ea9;
  right: 2em;
}
#v_shortDetailMovieVideo .v_shortTwShare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC41MzEiIGhlaWdodD0iMTQuOTY4IiB2aWV3Qm94PSIwIDAgMTguNTMxIDE0Ljk2OCI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJpY29uIiBjbGFzcz0iY2xzLTEiIGQ9Ik04NzEuMjc0LDQ1MS43YTcuNjE2LDcuNjE2LDAsMCwxLTIuMTg0LjU5NSwzLjgsMy44LDAsMCwwLDEuNjcyLTIuMDkxLDcuNjM4LDcuNjM4LDAsMCwxLTIuNDE1LjkxNywzLjgwOSwzLjgwOSwwLDAsMC02LjU3OCwyLjU4NiwzLjc2NSwzLjc2NSwwLDAsMCwuMS44NjIsMTAuODIzLDEwLjgyMywwLDAsMS03LjgzOC0zLjk0OSwzLjc2OCwzLjc2OCwwLDAsMCwxLjE3Nyw1LjA0NiwzLjgwOCwzLjgwOCwwLDAsMS0xLjcyMi0uNDczYzAsMC4wMTYsMCwuMDMyLDAsMC4wNDhhMy43ODksMy43ODksMCwwLDAsMy4wNTEsMy43MDYsMy44NDIsMy44NDIsMCwwLDEtMS43MTguMDY0LDMuOCwzLjgsMCwwLDAsMy41NTMsMi42MjUsNy42NTksNy42NTksMCwwLDEtNC43MjMsMS42MTgsNy43NTIsNy43NTIsMCwwLDEtLjkwNy0wLjA1MywxMC44MjcsMTAuODI3LDAsMCwwLDE2LjY0OC05LjA1NWMwLS4xNjQsMC0wLjMyNy0wLjAxMS0wLjQ4OUE3LjcwOSw3LjcwOSwwLDAsMCw4NzEuMjc0LDQ1MS43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg1Mi43NSAtNDQ5LjkzOCkiLz48L3N2Zz4=);
  background-color: #1DA1F2;
  bottom: 4em;
  right: 2em;
}
#v_shortDetailMovieVideo #v_shortReadMoreLess a {
  color: #2FD6FF;
  font-weight: bold;
}
#tabMenu {
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
#tabMenu .mainMenu {
  z-index: 3;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 12px;
  background-position: 0 5px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
  height: auto;
  line-height: 0;
}
#tabMenu .mainMenu li {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
}
#tabMenu .mainMenu .selected {
  margin-top: 0;
  padding-top: 4px;
}
#tabMenu .mainMenu .bubbleMenu {
  right: 0;
  position: absolute;
  z-index: 5;
  display: none;
  padding: 8px 10px;
  list-style: none;
  width: 162px;
  background: #000;
}
#tabMenu .mainMenu .bubbleMenu li {
  width: 163px;
  white-space: nowrap;
  float: left;
  margin-top: 0;
  padding: 5px 0;
}
#tabMenu .mainMenu .bubbleMenu li a {
  border-right: none;
}
#tabMenu .mainMenu li:hover ul,
#tabMenu .mainMenu ul:hover {
  display: block;
}
#tabMenu .mainMenu li > a {
  display: block;
  background: none;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 12px;
}
#tabMenu .mainMenu li.more > a {
  background: url("https://ocdn.eu/files/pulscms/Zjg7MDA_/dedaaa3cf29317703d4237ecacb011c9.png") no-repeat right;
  padding-right: 18px;
}
#tabMenu .v_emphasized a {
  color: #2fd6ff;
}
.siteNavigation {
  width: 60%;
  float: left;
  padding: 10px 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .siteNavigation {
    margin-left: 8px;
    width: 23px !important;
  }
  .siteNavigation #tabMenu .mainMenu {
    margin-left: 7px;
  }
  .siteNavigation #tabMenu .mainMenu .more {
    background: url('https://ocdn.eu/files/pulscms/Zjc7MDA_/b6133a3e606ccd615ebeec6f86c396d8.png') no-repeat !important;
    text-indent: -999px;
    height: 30px;
    overflow: hidden;
    display: block;
    width: 30px;
  }
  .siteNavigation #tabMenu .mainMenu .more .bubbleMenu {
    left: -22px;
    right: auto;
  }
  .siteNavigation #tabMenu .mainMenu .more > a {
    text-indent: -999px !important;
    background: transparent;
  }
  .siteNavigation #tabMenu .mainMenu .more a {
    text-indent: 0;
  }
}
