.lorem-content {
  content: " ";
  text-indent: -99999px;
}
.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*! 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;
}
/**
* 1. http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*    http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*    http://fatihhayrioglu.com/css3-box-sizing-ozelligi/
*
* 2. http://aestheticallyloyal.com/public/optimize-legibility/
*
* 3. http://maxvoltar.com/archive/-webkit-font-smoothing
*
* 4. http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
*    http://stackoverflow.com/questions/14409647/how-to-antialias-svg-text-in-firefox/18310579#18310579
*
* 5. http://www.sitepoint.com/cross-browser-web-fonts-part-3/
*    http://clagnut.com/sandbox/css3/
*
* 6. http://blog.typekit.com/2014/02/05/kerning-on-the-web/
*    https://developer.mozilla.org/en-US/docs/Web/CSS/font-kerning
*
* 7. http://css-tricks.com/almanac/properties/h/hyphenate/
*
* 8. http://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/
*/
html {
  box-sizing: border-box;
  /* 1 */
  font-weight: normal;
  font-size: 100%;
  line-height: normal;
  font-family: "Roboto";
  color: #0F3953;
}
body {
  min-width: 100%;
  background-color: #FAFAFA;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  /* 1 */
}
body,
input,
textarea,
select,
button {
  outline: 0;
  border: 0;
  text-rendering: optimizeLegibility;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 4 */
  font-feature-settings: "liga", "kern";
  /* 5 */
  font-kerning: normal;
  /* 6 */
}
p {
  hyphens: auto;
  /* 7 */
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 8 */
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol {
  margin: 0;
}
button,
fieldset,
iframe {
  border: 0;
}
fieldset,
ul,
ol,
button {
  padding: 0;
}
button {
  background: transparent;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
iframe {
  max-width: 100%;
}
strong {
  font-weight: 700;
}
[placeholder]::-webkit-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-moz-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
[placeholder]:focus::-moz-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-ms-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
[placeholder]:focus::-ms-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
[placeholder]::-o-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
[placeholder]:focus::-o-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
input:invalid {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@font-face {
  font-family: "icon";
  src: url('../font/icon/icon.eot');
  src: url('../font/icon/icon.eot?#iefix') format('eot'), url('../font/icon/icon.woff') format('woff'), url('../font/icon/icon.ttf') format('truetype'), url('../font/icon/icon.svg#icon') format('svg');
}
.icon-base-pseudo,
.icon-arrow-down-filled:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right-filled:before,
.icon-arrow-right-new:before,
.icon-arrow-right:before,
.icon-check:before,
.icon-hamburger:before,
.icon-header-channels:before,
.icon-header-informations:before,
.icon-header-logout:before,
.icon-search:before,
.icon-sidebar-contact:before,
.icon-sidebar-login:before,
.icon-sidebar-register:before,
input:checked + span.input:before,
.form-content__element .select:before,
.rating-results__head .date:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow-down-filled:before {
  content: "\E001";
}
.icon-arrow-down:before {
  content: "\E002";
}
.icon-arrow-left:before {
  content: "\E003";
}
.icon-arrow-right-filled:before {
  content: "\E004";
}
.icon-arrow-right-new:before {
  content: "\E005";
}
.icon-arrow-right:before {
  content: "\E006";
}
.icon-check:before {
  content: "\E007";
}
.icon-hamburger:before {
  content: "\E008";
}
.icon-header-channels:before {
  content: "\E009";
}
.icon-header-informations:before {
  content: "\E00A";
}
.icon-header-logout:before {
  content: "\E00B";
}
.icon-search:before {
  content: "\E00C";
}
.icon-sidebar-contact:before {
  content: "\E00D";
}
.icon-sidebar-login:before {
  content: "\E00E";
}
.icon-sidebar-register:before {
  content: "\E00F";
}
.clear {
  clear: both !important;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.fixed {
  position: fixed !important;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-background {
  background: transparent !important;
}
.no-border {
  border: 0 !important;
  outline: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.site {
  font-weight: 400;
  font-family: "Roboto";
  font-size: 14px;
  color: #0F3953;
}
.site-header {
  height: 70px;
  position: relative;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
/**
 * site logo
 */
.site-logo {
  float: left;
}
.site-logo a {
  display: block;
  padding-top: 11px;
  padding-bottom: 15px;
}
.site-logo a img {
  height: 44px;
  display: block;
}
/**
 * site navigation
 */
.site-navigation {
  float: right;
  margin-top: 17px;
}
.site-navigation ul li {
  float: left;
  position: relative;
  margin-left: 24px;
}
.site-navigation ul li:first-child {
  margin-left: 0;
}
.site-navigation ul li a {
  height: 36px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
}
.site-navigation ul li a:hover {
  border-bottom: 2px solid #0F3953;
}
/**
 * submenu
 */
.site-navigation .submenu {
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  position: absolute;
  top: 60px;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #DDE8F2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.site-navigation ul li.account--login:hover {
  height: 60px;
}
.site-navigation ul li.account--login:hover .submenu {
  display: block;
}
.site-navigation .submenu::before {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #DDE8F2;
}
.site-navigation .submenu::after {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.site-navigation .submenu ul li {
  width: 100%;
  margin-left: 0;
  border-top: 1px solid #E3EBF3;
}
.site-navigation .submenu ul li:first-child {
  border-top: 0;
}
.site-navigation .submenu ul li a {
  height: auto;
  background-color: transparent !important;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: #97A4B1 !important;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.site-navigation .submenu ul li a:hover {
  color: #0F3953 !important;
}
.site-navigation .submenu ul li a em {
  width: 30px;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
/**
 * hamburger
 */
.site-hamburger {
  display: none;
  float: right;
  cursor: pointer;
}
.site-hamburger em {
  font-size: 36px;
  line-height: 70px;
}
/**
 * page home
 */
body.page-home .site-header {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
body.page-home .site-navigation ul li a {
  color: #fff;
}
body.page-home .site-navigation ul li a:hover {
  border-color: #fff;
}
body.page-home .site-hamburger em {
  color: #fff;
}
.site-container {
  position: relative;
  z-index: 9;
  margin-top: 20px;
}
.site-footer {
  margin-top: 50px;
  padding-top: 80px;
  background-color: #0A2C41;
  color: #fff;
}
/**
 * base
 */
.site-footer__base {
  width: 22%;
  float: left;
}
.site-footer__base img.logo {
  width: 180px;
}
.site-footer__base .text-facebook {
  margin-top: 25px;
  font-size: 16px;
}
.site-footer__base .text-facebook span {
  float: left;
  display: block;
}
.site-footer__base .text-facebook a.link {
  background-image: url(../img/sprite.png);
  background-position: 0px -82px;
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin-top: 5px;
  margin-left: 15px;
}
.site-footer__base .markets {
  margin-top: 30px;
}
.site-footer__base .markets a {
  display: block;
}
.site-footer__base .markets a.app-store {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 136px;
  height: 41px;
}
.site-footer__base .markets a.google-play {
  background-image: url(../img/sprite.png);
  background-position: 0px -41px;
  width: 136px;
  height: 41px;
  margin-top: 10px;
}
/**
 * list
 */
.site-footer__list {
  width: 24%;
  float: left;
  margin-top: 15px;
  padding-right: 40px;
}
.site-footer__list--blog {
  width: 30%;
}
.site-footer__list p.title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.site-footer__list ul {
  margin-top: 25px;
}
.site-footer__list ul li {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-footer__list ul li.half {
  width: 40%;
}
.site-footer__list ul li a:hover {
  border-bottom: 1px solid #fff;
}
/**
 * copyright
 */
.site-footer__copyright {
  height: 34px;
  margin-top: 40px;
  background-color: #082639;
  font-size: 12px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer__copyright p.copy {
  text-align: center;
}
.wrapper {
  width: 1170px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.wrapper--alternative {
  width: 960px;
}
.wrapper--account {
  width: 520px !important;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
.page-home-background {
  width: 100%;
  height: 436px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF0467;
  background: -moz-linear-gradient(135deg, #FF0467 0%, #FC4B37 100%);
  background: -webkit-linear-gradient(135deg, #FF0467 0%, #FC4B37 100%);
  background: linear-gradient(135deg, #FF0467 0%, #FC4B37 100%);
}
.page-block {
  margin-top: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.section-title {
  font-weight: 500 !important;
  font-size: 26px !important;
  color: #0A2C41 !important;
}
.section-title--alternative {
  margin-top: 20px;
  line-height: 42px;
}
.new-block-section {
  margin-top: 20px;
}
.new-block-section .title {
  font-weight: 500;
  font-size: 26px;
  color: #08324B;
}
.new-block-section p.description {
  width: 85%;
  float: left;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #9B9B9B;
  hyphens: initial;
}
.new-block-section .button {
  margin-top: 5px;
}
.br-wrapper {
  float: left;
}
.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 17px;
  background-color: #E7E9EB;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #0A2C41;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button:hover {
  background-color: #152B44;
  color: #fff;
}
.button--alternative {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
.button--alternative:hover {
  background-color: #fff;
  border-color: transparent;
  color: #152B44;
}
.button--red {
  width: 150px;
  height: 50px;
  padding: 0;
  background-color: #D02F47;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.button em.icon-arrow-right-new {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
}
.backdrop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.75);
}
.ui-widget {
  background: #fff;
}
.ui-datepicker {
  padding: 0;
}
.ui-datepicker-header {
  border: none;
  font-size: 80%;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #e0e8ec;
  /* layer fill content */
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  /* drop shadow and inner shadow */
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  /* drop shadow and inner shadow */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.53), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  /* drop shadow and inner shadow */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.21) 0%, rgba(255, 255, 255, 0.21) 100%);
  /* gradient overlay */
}
.ui-datepicker-title {
  color: #515d65;
  /* text color */
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  /* drop shadow */
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-color: transparent;
}
.ui-state-default {
  background: transparent;
  border: none;
  color: #2b2b2b;
  font-family: "Myriad Pro";
  font-weight: normal;
}
.ui-datepicker-header .ui-state-hover {
  background: #bdc5c9;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  color: #9da7af;
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 216px 0 0 NaN 0 0 0;
  -webkit-border-radius: 216px 0 0 NaN 0 0 0;
  border-radius: 216px 0 0 NaN 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.08);
}
.ui-datepicker td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  text-align: center;
}
.ui-datepicker td:last-child {
  border-right: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: .7em 0;
  color: #6a747a;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-hover {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
}
td a.ui-state-active,
td a.ui-state-active.ui-state-hover {
  color: #fff;
  background-color: #8ab8ed;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 4px 9px rgba(0, 0, 0, 0.24);
}
.searchbox {
  position: relative;
  margin-top: 20px;
  z-index: 999;
}
.searchbox span.label {
  width: 147px;
  height: 60px;
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d02f47;
  border-radius: 30px 0 0 30px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  text-align: left;
}
.searchbox em.icon-search {
  position: absolute;
  top: 19px;
  left: 17px;
  font-size: 20px;
  color: #0A2C41;
  pointer-events: none;
}
.searchbox input {
  width: 100%;
  height: 60px;
  float: left;
  padding: 20px 30px 20px 50px;
  background-color: #fafafa;
  border: 1px solid #e3e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #9B9B9B;
}
.searchbox input:active,
.searchbox input:focus {
  border-color: rgba(15, 57, 83, 0.27);
  -webkit-box-shadow: 0 2px 24px 0 rgba(215, 215, 215, 0.5);
  -moz-box-shadow: 0 2px 24px 0 rgba(215, 215, 215, 0.5);
  -ms-box-shadow: 0 2px 24px 0 rgba(215, 215, 215, 0.5);
  -o-box-shadow: 0 2px 24px 0 rgba(215, 215, 215, 0.5);
  box-shadow: 0 2px 24px 0 rgba(215, 215, 215, 0.5);
}
.searchbox .ui-autocomplete {
  width: calc(100% - 147px) !important;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute !important;
  top: 65px !important;
  background-color: #fafafa;
  border: solid 1px #e3e8ed;
  border-radius: 30px;
}
.searchbox .ui-autocomplete li {
  width: 100%;
  border-top: 1px solid #e3e8ed;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.searchbox .ui-autocomplete li:hover {
  background-color: rgba(212, 219, 226, 0.4);
}
.searchbox .ui-autocomplete li:first-child {
  border-top: 0;
  border-radius: 30px 30px 0 0;
}
.searchbox .ui-autocomplete li:last-child {
  border-radius: 0 0 30px 30px;
}
.searchbox .ui-autocomplete a {
  height: 60px;
  display: block;
  padding: 10px;
}
.searchbox .ui-autocomplete span.img {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #e3e8ed;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
.searchbox .ui-autocomplete span.name {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #0f3953;
}
.single-title {
  padding: 20px;
  box-shadow: 0 1px 0 0 #e3e8ed;
  background-color: rgba(228, 233, 237, 0.7);
}
.alternative-title {
  float: left;
}
.alternative-title ul li {
  float: left;
  margin-left: 20px;
}
.alternative-title ul li:first-child {
  margin-left: 0;
}
.alternative-title ul li a {
  height: 45px;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 2px 22px 0 rgba(215, 215, 215, 0.5);
  border: solid 0.9px #97a4b1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: -0.39px;
  color: #152b44;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.alternative-title ul li a:hover,
.alternative-title ul li.active a {
  background-color: #d02f47;
  border-color: #d02f47;
  color: #fff;
}
.alternative-options {
  float: right;
}
.alternative-options label.item {
  height: 40px;
  float: left;
  display: block;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
.alternative-options label.item:first-of-type {
  margin-left: 0;
}
.alternative-options label.item .option {
  float: left;
}
.alternative-options label.item .option input {
  display: none;
}
.alternative-options label.item .option span.input {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin-top: 10px;
  background-color: #fbfcfc;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
input:checked + span.input {
  border-color: #1b4968 !important;
}
input:checked + span.input:before {
  content: "\E007";
}
input:checked + span.input::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 18px;
  text-align: center;
}
.alternative-options label.item .name {
  float: left;
  display: block;
  margin-left: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 41px;
  color: #152b44;
}
.alternative-options label.item .name img {
  margin-top: 10px;
  line-height: 0;
}
.alternative-options label.item .name img.turksat {
  height: 17px;
}
.alternative-options label.item .name img.digiturk {
  height: 22px;
}
.alternative-options label.item .name img.dsmart {
  height: 18px;
}
.alternative-options label.item .name img.tivibu {
  height: 14px;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.more-text-bottom {
  height: 80px;
  overflow: hidden;
  font-size: 18px;
}
.more-text-bottom.active {
  height: auto;
}
span.wpcf7-not-valid-tip {
  display: inline-block !important;
  margin-top: 5px;
}
*[data-tooltip] {
  position: relative;
}
*[data-tooltip]:hover {
  z-index: 99;
}
*[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  top: -45px;
  position: absolute;
  z-index: 99;
  padding: 10px;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
*[data-tooltip]:hover::after {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
/**
 * placeholder-loading v0.2.6
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
.ph-item {
  direction: ltr;
  position: relative;
  overflow: hidden;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}
.ph-row div,
.ph-row .item {
  background-color: #e1e1e1;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}
.ph-avatar {
  position: relative;
  width: 100%;
  background-color: #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.ph-text {
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
}
@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.ads {
  margin-top: 20px;
  background-color: #D4DBE2;
}
/**
 * inner
 */
.ads__inner {
  margin-right: auto;
  margin-left: auto;
}
.ads__inner-970 {
  width: 970px;
}
.ads__inner-728 {
  width: 728px;
}
/**
 * ads 355
 */
.ads-355 {
  width: 355px;
  height: 370px;
  float: left;
  margin-top: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(215, 215, 215, 0.5);
  -moz-box-shadow: 0 2px 20px rgba(215, 215, 215, 0.5);
  -ms-box-shadow: 0 2px 20px rgba(215, 215, 215, 0.5);
  -o-box-shadow: 0 2px 20px rgba(215, 215, 215, 0.5);
  box-shadow: 0 2px 20px rgba(215, 215, 215, 0.5);
}
.headline {
  padding: 25px 20px 30px;
  text-align: center;
}
/**
 * paragraph
 */
.headline p {
  margin-top: 15px;
  font-size: 16px;
  color: #9B9B9B;
}
/**
 * section title
 */
.headline p.section-title,
.headline h1.section-title,
.headline h2.section-title {
  height: auto;
  margin-top: 0;
}
/**
 * more
 */
.headline .more {
  display: none;
}
/**
 * button
 */
.headline a.button {
  margin-top: 20px !important;
}
.bottomline {
  margin-top: 20px;
  margin-bottom: -50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #082639;
}
/**
 * paragraph
 */
.bottomline p {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
/**
 * section title
 */
.bottomline p.section-title,
.bottomline h1.section-title,
.bottomline h2.section-title,
.bottomline .section-title {
  height: auto;
  margin-top: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
/**
 * more
 */
.bottomline .more {
  display: none;
}
/**
 * button
 */
.bottomline a.button {
  margin-top: 20px !important;
}
.leading {
  position: relative;
  padding: 15px 20px 15px;
}
.leading--alternative {
  margin-top: 20px;
}
/**
 * title
 */
.leading p.title,
.leading h1.title {
  font-weight: 700;
  font-size: 32px;
}
.leading p.title--detail,
.leading h1.title--detail {
  line-height: 90px;
}
/**
 * description
 */
.leading p.description {
  font-size: 18px;
  margin-top: 10px;
}
/**
 * rating
 */
.leading .rating {
  margin-top: 5px;
}
.leading .br-current-rating {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
}
.leading p.all {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 16px;
  color: #97A4B1;
}
/**
 * channel
 */
.leading .channel {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
  border: 1px solid #E3E8ED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.leading .channel span {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.leading .channel span img {
  max-width: 56px;
  max-height: 56px;
  position: relative;
  top: -1px;
}
/**
 * button
 */
.leading a.button {
  float: right;
  margin-top: 20px;
}
/**
 * count
 */
.leading .count {
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20px;
  background-color: #D02F47;
  color: #fff;
  text-align: center;
}
.leading .count span {
  font-weight: 700;
  font-size: 60px;
}
.formatted {
  font-size: 16px;
  line-height: 24px;
}
.formatted--alternative {
  padding: 30px 30px 10px;
}
.formatted p {
  margin-bottom: 20px;
}
.formatted p a {
  font-weight: 700;
}
.formatted img {
  height: auto !important;
  margin-top: 15px;
}
.formatted h1,
.formatted p.big-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
}
.formatted h2 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
}
.formatted h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 22px;
}
.formatted h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.formatted ul {
  margin-bottom: 25px;
  padding-left: 20px;
  font-weight: 300;
}
.formatted ul li {
  display: list-item;
  list-style-type: disc;
}
.formatted ul li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.formatted ul li ul li {
  list-style-type: circle;
}
.formatted ul li ul li ul li {
  list-style-type: square;
}
.formatted ol {
  margin-bottom: 25px;
  padding-left: 20px;
  font-weight: 300;
}
.formatted ol li {
  display: list-item;
  list-style-type: decimal;
}
.formatted ol li ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sidebar {
  width: 380px;
  float: left;
  margin-left: 20px;
}
/**
 * ads
 */
.sidebar .ads {
  background-color: #fff;
  padding: 15px;
}
.channel-card-list {
  margin-left: -11.23px;
}
.channel-card-list--page-home {
  height: 450px;
  margin-top: -20px;
}
.channel-card-list--page {
  margin-top: 9px;
}
.channel-card {
  width: 120px;
  float: left;
  display: block;
  position: relative;
  margin-top: 11px;
  margin-left: 11.23px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E3E8ED;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.channel-card:hover {
  -webkit-box-shadow: 0 3px 15px #d4d4d4;
  -moz-box-shadow: 0 3px 15px #d4d4d4;
  -ms-box-shadow: 0 3px 15px #d4d4d4;
  -o-box-shadow: 0 3px 15px #d4d4d4;
  box-shadow: 0 3px 15px #d4d4d4;
}
/**
 * logo
 */
.channel-card .logo {
  width: 100%;
  height: 86px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.channel-card .logo span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.channel-card .logo picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.channel-card .logo span img {
  display: block;
}
/**
 * name
 */
.channel-card .name {
  height: 34px;
  background-color: #FAFAFA;
  border-top: 1px solid #E3E8ED;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #0F3953;
  text-align: center;
}
.channel-card .name span {
  height: inherit;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
  justify-content: center;
}
/**
 * details
 */
.channel-card .details {
  height: 32px;
  background-color: #152B44;
  color: #fff;
}
.channel-card .details p.time {
  width: 128px;
  float: left;
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
}
.channel-card .details p.time span {
  font-size: 20px;
}
.channel-card .details p.type {
  width: 72px;
  height: 32px;
  float: left;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #294465;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * medium
 */
.channel-card-list--medium .channel-card {
  width: 200px;
}
.channel-card-list--medium .channel-card .name {
  height: 56px;
  border-top: 0;
  font-weight: 500;
  font-size: 16px;
}
/**
 * big
 */
.channel-card-list--big {
  margin-left: 0;
}
.channel-card-list--big .channel-card {
  width: 220px;
  margin-top: 0;
  margin-left: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.channel-card-list--big .channel-card .logo {
  height: 145px;
}
.channel-card-list--big .channel-card .name {
  height: 55px;
  border-top: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
}
.channel-card-list--big .channel-card .details {
  height: 35px;
}
.channel-card-list--big .channel-card .details p.time {
  width: 140px;
  line-height: 35px;
}
.channel-card-list--big .channel-card .details p.type {
  width: 80px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
}
/**
 * alternative
 */
.channel-card-list--alternative {
  width: 785px;
  float: left;
  margin-left: 0;
}
.broadcasting-now {
  margin-top: 20px;
  background: #ff0467;
  background: -moz-linear-gradient(-45deg, #ff0467 0%, #fc7437 100%);
  background: -webkit-linear-gradient(-45deg, #ff0467 0%, #fc7437 100%);
  background: linear-gradient(135deg, #ff0467 0%, #fc7437 100%);
}
/**
 * channel card
 */
.broadcasting-now .channel-card {
  margin-left: 25px !important;
}
.broadcasting-now .carousel {
  width: 955px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-bottom: 30px;
}
/**
 * arrows
 */
.broadcasting-now .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 55px;
  color: #fff;
}
.broadcasting-now .slick-prev {
  left: -60px;
}
.broadcasting-now .slick-next {
  right: -60px;
}
.blog-header {
  height: 55px;
  position: relative;
  z-index: 99;
  margin-top: -20px;
  background-color: #D02F47;
  -webkit-box-shadow: 0 2px 24px rgba(215, 215, 215, 0.5);
  -moz-box-shadow: 0 2px 24px rgba(215, 215, 215, 0.5);
  -ms-box-shadow: 0 2px 24px rgba(215, 215, 215, 0.5);
  -o-box-shadow: 0 2px 24px rgba(215, 215, 215, 0.5);
  box-shadow: 0 2px 24px rgba(215, 215, 215, 0.5);
  color: #fff;
}
/**
 * list
 */
.blog-header ul li {
  float: left;
  position: relative;
  margin-left: 40px;
}
.blog-header ul li:first-child {
  margin-left: 0;
}
.blog-header ul li a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 55px;
}
.blog-header ul li a em {
  margin-left: 5px;
  font-size: 8px;
}
/**
 * submenu
 */
.blog-header .submenu {
  display: none;
  width: 200px;
  position: absolute;
  top: 55px;
  left: -10px;
  background-color: #D02F47;
}
.blog-header li:hover .submenu {
  display: block;
}
.blog-header .submenu ul li {
  float: none;
  margin-right: 10px;
  margin-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.blog-header .submenu ul li:first-child {
  border-top: 0;
}
.blog-header .submenu ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 14px;
}
.blog-carousel {
  width: 650px;
  float: left;
  position: relative;
  margin-top: 20px;
}
/**
 * main
 */
.blog-carousel__main {
  width: 100%;
  float: left;
  position: relative;
}
.blog-carousel__main .slick-slide:after {
  content: " ";
  text-indent: -99999px;
  width: 100%;
  height: 140px;
  z-index: 8;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.blog-carousel__main .text {
  position: absolute;
  left: 20px;
  bottom: 100px;
  z-index: 9;
  padding-right: 20px;
}
.blog-carousel__main p.name {
  max-width: 520px;
  float: left;
  overflow: hidden;
  font-weight: 700;
  font-size: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.blog-carousel__main .slick-slide {
  height: 380px;
}
.blog-carousel__main .slick-slide a img,
.blog-carousel__main .slick-slide a picture {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/**
 * dots
 */
.blog-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}
.blog-carousel .slick-dots li {
  width: 93px;
  height: 57px;
  float: left;
  margin-left: 10px;
  border: 1px solid #848484;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-carousel .slick-dots li.slick-active,
.blog-carousel .slick-dots li:hover {
  border-color: transparent;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.blog-carousel .slick-dots li:first-child {
  margin-left: 20px;
}
.blog-carousel .slick-dots li button,
.blog-carousel .slick-dots li img {
  width: 100%;
  height: 55px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.blog-right {
  width: 500px;
  height: 380px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
/**
 * new block section
**/
.blog-right .new-block-section {
  margin-top: 0;
}
.blog-right .new-block-section .title {
  font-size: 22px;
}
.blog-right .new-block-section p.description {
  width: 70%;
  margin-top: 5px;
}
.blog-item {
  width: 575px;
  height: 140px;
  float: left;
  margin-top: 20px;
  padding: 22px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.blog-item:hover {
  -webkit-box-shadow: 0 3px 15px #d4d4d4;
  -moz-box-shadow: 0 3px 15px #d4d4d4;
  -ms-box-shadow: 0 3px 15px #d4d4d4;
  -o-box-shadow: 0 3px 15px #d4d4d4;
  box-shadow: 0 3px 15px #d4d4d4;
}
.blog-item:nth-child(even) {
  margin-left: 20px;
}
/**
 * image
 */
.blog-item .image {
  width: 149px;
  height: 96px;
  float: left;
}
.blog-item .image a {
  width: inherit;
  height: inherit;
  display: block;
}
.blog-item .image picture,
.blog-item .image img {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
/**
 * text
 */
.blog-item .text {
  width: 382px;
  float: left;
  padding-left: 20px;
}
.blog-item .text a {
  height: 92px;
  display: table-cell;
  vertical-align: middle;
}
.blog-item .text img {
  max-width: 80px;
  max-height: 40px;
}
.blog-item .text p {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/**
 * alternative
 */
.blog-item--alternative {
  width: 100% !important;
  height: auto;
  margin: 13px 0 0 0 !important;
  padding: 13px 0 0 0;
  background-color: transparent;
  border-top: 1px solid rgba(155, 155, 155, 0.214516);
  box-shadow: none;
  border-radius: 0;
}
.blog-item--alternative:hover {
  box-shadow: none;
}
.blog-item--alternative:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.blog-item--alternative .image {
  width: 105px;
  height: 70px;
}
.blog-item--alternative .text {
  width: 340px;
}
.blog-item--alternative .text span.logo {
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
  border: 1px solid #E3E8ED;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
}
.blog-item--alternative .text span.logo img {
  max-width: 100%;
  max-height: 100%;
}
.blog-item--alternative .text a {
  height: 70px;
}
.blog-item--alternative .text p {
  margin-top: 3px;
  font-size: 14px;
}
.blog-content {
  width: 770px;
  float: left;
  padding: 25px 30px;
  margin-top: 20px;
}
/**
 * featured img
 */
.blog-content .featured {
  width: 100%;
  display: block;
  margin-top: 20px;
}
/**
 * video
 */
.blog-content .video {
  margin-top: 20px;
}
/**
 * formatted
 */
.blog-content .formatted {
  margin-top: 20px;
}
.blog-list {
  margin-top: 20px;
}
/**
 * list
 */
.blog-list ul {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 15px 20px;
}
.blog-list ul li {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E3E8ED;
}
.blog-list ul li:first-child {
  margin-top: 5px;
  padding-top: 0;
  border-top: 0;
}
.blog-list ul li:last-child {
  margin-bottom: 5px;
}
.blog-list ul li a {
  display: flex;
  align-items: center;
}
/**
 * image
 */
.blog-list .image {
  width: 105px;
  height: 75px;
  float: left;
}
.blog-list .image picture {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}
/**
 * text
 */
.blog-list .text {
  width: 215px;
  float: left;
  margin-left: 20px;
}
.blog-list .text p.title {
  font-weight: 500;
  font-size: 16px;
}
.blog-list .text p.description {
  font-size: 14px;
  color: #9B9B9B;
}
/**
 * title
 */
.detailed-list__title {
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #D02F47;
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  color: #fff;
}
/**
 * list
 */
.detailed-list ul li {
  margin-right: 30px;
  margin-left: 30px;
  padding: 25px 15px;
  border-top: 1px solid #E3E8ED;
}
.detailed-list ul li:first-child {
  border-top: 0;
}
.detailed-list ul li p.time {
  width: 80px;
  float: left;
  font-weight: 700;
  font-size: 32px;
}
.detailed-list ul li p.time span {
  font-size: 22px;
}
.detailed-list ul li em.icon-arrow-right-filled {
  width: 25px;
  float: left;
  font-size: 18px;
  line-height: 38px;
  text-align: right;
}
.detailed-list ul li .icon {
  width: 40px;
  float: left;
  margin-left: 25px;
}
.detailed-list ul li .text {
  float: left;
  margin-left: 30px;
}
.detailed-list ul li .text p.league {
  margin-top: -5px;
  font-size: 16px;
  color: #97A4B1;
}
.detailed-list ul li .text p.name {
  font-size: 20px;
  margin-top: 5px;
}
.detailed-list ul li .logo {
  height: 40px;
  float: right;
}
.detailed-list ul li .logo span {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.detailed-list ul li .logo span img {
  max-width: 80px;
}
.home-guide {
  margin-top: 40px;
  padding: 20px;
}
/**
 * homepage-channels
**/
.home-guide .homepage-channels {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.home-guide .homepage-channels label {
  width: 77px;
  height: 77px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.home-guide .homepage-channels label input {
  display: none;
}
.home-guide .homepage-channels label .item {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  border: 1px solid #E3E8ED;
  border-radius: 50%;
  font-size: 0;
  justify-content: center;
  align-items: center;
}
.home-guide .homepage-channels label img {
  max-width: 42px;
  max-height: 42px;
}
input.channel-input:checked + .item {
  padding: 8px;
  border-width: 3px;
  border-color: #FD2C4C;
}
/**
 * guide
**/
.home-guide .guide {
  border-radius: 4px;
  border: 1px solid #E3E8ED;
  border-top: 35px solid #0A2C41;
}
.home-guide .guide__table {
  border-radius: 4px;
}
.home-guide .guide__channels .item:last-of-type {
  border-radius: 0 0 0 4px;
}
/**
 * no selected
**/
.home-guide .no-selected {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #E3E8ED;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.home-titles {
  margin-top: 60px;
  color: #fff;
  text-align: center;
}
/**
 * title
**/
.home-titles .title {
  font-weight: 700;
  font-size: 46px;
}
/**
 * description
**/
.home-titles .description {
  margin-top: 20px;
  font-size: 22px;
}
.new-tvs {
  margin-top: 7px;
  margin-left: -15px;
}
.js-render-tvde-simdi-homepage .new-tvs {
  margin-top: 5px;
}
/**
 * item
**/
.new-tvs .item {
  width: 380px;
  height: 138px;
  float: left;
  display: block;
  margin-top: 15px;
  margin-left: 15px;
  padding: 20px 20px 0;
  background-color: #fff;
  border: 1px solid #E3E8ED;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.new-tvs .item:hover {
  -webkit-box-shadow: 0 3px 15px #d4d4d4;
  -moz-box-shadow: 0 3px 15px #d4d4d4;
  -ms-box-shadow: 0 3px 15px #d4d4d4;
  -o-box-shadow: 0 3px 15px #d4d4d4;
  box-shadow: 0 3px 15px #d4d4d4;
}
/**
 * logo
**/
.new-tvs .item .channel-logo {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 14px;
  border: 1px solid #E3E8ED;
  border-radius: 50%;
}
.new-tvs .item .channel-logo span {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.new-tvs .item .channel-logo span img {
  max-width: 40px;
  max-height: 40px;
  position: relative;
  top: -1px;
}
.new-tvs .item .channel-logo span.ph-text {
  border-radius: 50%;
}
/**
 * details
**/
.new-tvs .item .channel-details {
  width: 250px;
  float: left;
  margin-left: 18px;
}
.new-tvs .item .channel-details .percentage {
  height: 6px;
  background-color: rgba(155, 155, 155, 0.16);
  border-radius: 4px;
}
.new-tvs .item .channel-details .percentage span {
  height: inherit;
  display: block;
  background: linear-gradient(135deg, #FF0467 0%, #FC4B37 100%);
  border-radius: 4px;
}
.new-tvs .item .channel-details .current {
  margin-top: 5px;
}
.new-tvs .item .channel-details .current p.name {
  font-weight: 500;
  font-size: 18px;
  color: #0A2C41;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-tvs .item .channel-details .current p.info {
  margin-top: 2px;
  font-size: 14px;
  color: #9B9B9B;
}
.new-tvs .item .channel-details .next {
  margin-top: 10px;
}
.new-tvs .item .channel-details .next .placeholder {
  width: 62px;
  height: 23px;
  float: left;
  margin-top: 3px;
  background-color: rgba(155, 155, 155, 0.2);
  border-radius: 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 23px;
  color: #9B9B9B;
  text-align: center;
}
.new-tvs .item .channel-details .next .placeholder em {
  display: inline-block;
  font-size: 7px;
  vertical-align: middle;
  color: #9B9B9B;
}
.new-tvs .item .channel-details .next .text {
  width: calc(100% - 72px);
  float: left;
  margin-left: 10px;
  color: #9B9B9B;
}
.new-tvs .item .channel-details .next .text p.name {
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-tvs .item .channel-details .next .text p.info {
  margin-top: 2px;
  font-size: 12px;
}
.detail-days {
  padding: 20px;
}
/**
 * title
 */
.detail-days__title {
  width: 100%;
}
.detail-days__title ul {
  width: 100%;
  display: flex;
}
.detail-days__title ul li {
  flex: 1;
  margin-left: 12px;
}
.detail-days__title ul li:first-child {
  margin-left: 0;
}
.detail-days__title ul li a {
  height: 60px;
  display: block;
  position: relative;
  background-color: #BEC7D1;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.detail-days__title ul li a span.time {
  width: 50px;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6px;
  background-color: #97A4B1;
  border-radius: 4px 0 0 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.detail-days__title ul li a span.time::before {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #97A4B1;
  -webkit-transition: border-left 0.2s linear;
  -moz-transition: border-left 0.2s linear;
  -ms-transition: border-left 0.2s linear;
  -o-transition: border-left 0.2s linear;
  transition: border-left 0.2s linear;
}
.detail-days__title ul li a span.time strong {
  font-weight: 700;
  font-size: 26px;
}
.detail-days__title ul li a span.time em {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.detail-days__title ul li a p {
  padding-left: 50px;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
}
.detail-days__title ul li.active a,
.detail-days__title ul li a:hover {
  background-color: #D02F47;
}
.detail-days__title ul li.active a span.time,
.detail-days__title ul li a:hover span.time {
  background-color: #F14D40;
}
.detail-days__title ul li.active a span.time::before,
.detail-days__title ul li a:hover span.time::before {
  border-left-color: #F14D40;
}
/**
 * list
 */
.detail-days__list > div {
  display: none;
}
.detail-days__list > div.active {
  display: block;
}
.detail-days__list ul {
  margin-top: 2px;
}
.detail-days__list ul li {
  width: 100%;
  height: 60px;
  float: left;
  margin-top: 10px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #D6DFE8;
  border-radius: 4px;
  line-height: 58px;
}
.detail-days__list ul li.adsline {
  height: auto;
  padding: 0;
  border: 0;
  line-height: 0;
  text-align: center;
}
.detail-days__list ul li p.time {
  width: 80px;
  float: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 55px;
}
.detail-days__list ul li p.time span {
  font-size: 19px;
}
.detail-days__list ul li em.icon-arrow-right-filled {
  width: 25px;
  float: left;
  font-size: 16px;
  text-align: right;
}
.detail-days__list ul li p.name {
  width: 500px;
  float: left;
  margin-left: 30px;
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-days__list ul li p.type {
  float: left;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #97A4B1;
}
.detail-days__list ul li.active {
  background-color: #D02F47;
  border-color: #D02F47;
  color: #fff;
}
.detail-days__list ul li.active p.type {
  color: #fff;
}
.detail-days__list ul li .additional {
  height: 60px;
  float: left;
  position: relative;
  margin-top: -1px;
  margin-left: -13px;
  padding-top: 1px;
  padding-left: 13px;
  padding-right: 40px;
  background: linear-gradient(90deg, #D02F47 0%, #FC4B37 97.09%);
  border-radius: 4px 0 0 4px;
}
.detail-days__list ul li .additional-text {
  max-width: 140px;
  float: left;
  padding-top: 11px;
  margin-left: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  hyphens: initial;
}
.detail-days__list ul li .additional::after {
  content: " ";
  text-indent: -99999px;
  width: 42px;
  height: 42px;
  float: left;
  position: absolute;
  top: 9px;
  right: -21px;
  background-color: #FC4B37;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail-comments {
  width: 100%;
  float: left;
  padding: 20px;
}
.detail-comments--no-padding {
  padding: 0;
}
/**
 * title
 */
.detail-comments__title {
  height: 58px;
  border-bottom: 1px solid #E3E8ED;
}
.detail-comments__title ul {
  float: left;
}
.detail-comments__title ul li {
  float: left;
  margin-left: 35px;
}
.detail-comments__title ul li:first-child {
  margin-left: 0;
}
.detail-comments__title ul li a {
  height: 59px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.detail-comments__title ul li a:hover {
  color: #D02F47;
}
.detail-comments__title ul li.active a {
  border-bottom: 3px solid #D02F47;
  color: #D02F47;
}
.detail-comments__title a.button {
  float: right;
  margin-top: 0;
}
/**
 * content
 */
.detail-comments__content {
  margin-top: 20px;
}
.detail-comments__container {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.detail-comments__content > div {
  display: none;
}
.detail-comments__content > div.active {
  display: block;
}
.detail-comments__content .form-area {
  margin-top: 20px;
}
.detail-comments__content p.add-comment {
  font-size: 18px;
  font-weight: 500;
  color: #D02F47;
  margin-bottom: 20px;
}
.detail-comments__content label {
  width: 100%;
  float: left;
  display: block;
  margin-top: 20px;
}
.detail-comments__content label:first-of-type {
  margin-top: 0;
}
.detail-comments__content label span {
  font-weight: 500;
  font-size: 14px;
}
.detail-comments__content input,
.detail-comments__content textarea {
  width: 100%;
  height: 45px;
  float: left;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FAFAFA;
  border: 1px solid #E8EEF4;
  font-size: 16px;
}
.detail-comments__content textarea {
  height: 80px;
  padding: 15px;
}
.detail-comments__content button {
  float: right;
  margin-top: 20px;
}
.detail-comments__content .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.detail-comments__content .item:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.detail-comments__content .item p {
  margin-top: 5px;
}
.detail-comments__content .item p.name {
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
}
.detail-comments__content .item p.name span {
  color: #aaa;
  font-size: 14px;
  margin-left: 10px;
}
.form-content {
  width: 520px;
  float: left;
  padding: 30px;
}
/**
 * element
 */
.form-content__element {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.form-content__element:first-of-type {
  margin-top: 0;
}
.form-content__element p.text {
  width: 150px;
  float: left;
  font-size: 18px;
  line-height: 55px;
  color: #8CA0B3;
}
.form-content__element .field {
  width: 310px;
  float: left;
}
.form-content__element .field span.error {
  width: 100%;
  float: left;
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #f00;
}
.form-content__element input,
.form-content__element textarea,
.form-content__element .select {
  width: 100%;
  height: 55px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FAFAFA;
  border: 1px solid #E8EEF4;
  font-size: 18px;
}
.form-content__element .input-error {
  border-color: #f00 !important;
}
.form-content__element input[type="password"] {
  font-size: 32px;
}
.form-content__element input[disabled] {
  color: #ccc;
}
.form-content__element textarea {
  height: 110px;
  padding: 20px;
}
.form-content__element .select {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.form-content__element .select:before {
  content: "\E001";
}
.form-content__element .select:before {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  font-size: 8px;
  line-height: 55px;
  color: #878a95;
}
.form-content__element .select select {
  width: 100%;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  color: #0F3953;
  font-size: 18px;
}
.form-content__element .button {
  float: right;
  margin-top: 0;
  background-color: #D02F47;
  border-color: #E8EEF4;
  font-size: 18px;
  color: #fff;
}
.form-content__element--alternative p.text {
  width: 310px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 24px;
}
.form-content__element--alternative .field {
  width: 150px;
}
/**
 * or
 */
.form-content .or {
  width: 100%;
  height: 1px;
  float: left;
  position: relative;
  margin-top: 40px;
  background-color: #83909D;
  line-height: 0;
  text-align: center;
}
.form-content .or span {
  height: 10px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-size: 14px;
  color: #83909D;
}
/**
 * facebook
 */
.form-content .facebook {
  height: 55px;
  display: inline-block;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 30px;
  background-color: #3D5E96;
  -webkit-box-shadow: 0 2px 7px #3D5E96;
  -moz-box-shadow: 0 2px 7px #3D5E96;
  -ms-box-shadow: 0 2px 7px #3D5E96;
  -o-box-shadow: 0 2px 7px #3D5E96;
  box-shadow: 0 2px 7px #3D5E96;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.form-content .facebook:hover {
  -webkit-box-shadow: 0 2px 20px #3D5E96;
  -moz-box-shadow: 0 2px 20px #3D5E96;
  -ms-box-shadow: 0 2px 20px #3D5E96;
  -o-box-shadow: 0 2px 20px #3D5E96;
  box-shadow: 0 2px 20px #3D5E96;
}
.form-content .facebook span.icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -82px;
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin-top: 11px;
  margin-right: 20px;
}
.form-sidebar {
  width: 440px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #D02F47;
  color: #fff;
  text-align: center;
}
/**
 * text
 */
.form-sidebar__text--register {
  margin-top: 160px;
}
.form-sidebar__text--login {
  margin-top: 70px;
}
.form-sidebar__text--contact {
  margin-top: 160px;
}
.form-sidebar__text em.lead {
  display: block;
  font-size: 80px;
}
.form-sidebar__text p.title {
  margin-top: 5px;
  font-size: 30px;
}
.form-sidebar__text p.description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
.form-sidebar__text p.description a {
  font-weight: 700;
  text-decoration: underline;
}
/**
 * bottom
 */
.form-sidebar__bottom {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.form-sidebar__bottom p {
  font-size: 18px;
  color: #fff;
}
.form-sidebar__bottom a.button {
  margin-top: 20px;
  border-color: #fff;
  font-size: 18px;
  color: #fff;
}
.form-sidebar__bottom a.button:hover {
  background-color: #fff;
  color: #0F3953;
}
.widget-code {
  padding: 30px;
}
/**
 * title
 */
.widget-code p.title {
  font-weight: 700;
  font-size: 22px;
}
/**
 * textarea
 */
.widget-code textarea {
  width: 100%;
  height: 350px;
  margin-top: 20px;
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #E8EEF4;
  font-size: 14px;
}
.widget-preview {
  padding: 30px;
}
/**
 * title
 */
.widget-preview p.title {
  font-weight: 700;
  font-size: 22px;
}
/**
 * description
 */
.widget-preview p.description {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 18px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/**
 * form element
 */
.widget-preview .form-content__element {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.widget-preview .form-content__element a.button {
  height: 55px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
}
.my-channels {
  padding: 0 30px 30px;
}
/**
 * item
 */
.my-channels__item {
  width: 330px;
  float: left;
  position: relative;
  margin-top: 30px;
  margin-left: 45px;
}
.my-channels__item:nth-child(3n+1) {
  margin-left: 0;
}
.my-channels__item span.count {
  width: 20px;
  float: left;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 65px;
  color: #8CA0B3;
}
.my-channels__item .channel {
  width: 310px;
  height: 65px;
  float: left;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 20px;
  background-color: #fff;
  border: 1px solid #E8EEF4;
}
.my-channels__item .channel .logo {
  width: 70px;
  height: 45px;
  float: left;
  margin-top: 10px;
}
.my-channels__item .channel .logo span {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.my-channels__item .channel .logo span img {
  display: block;
}
.my-channels__item .channel .name {
  float: left;
  margin-left: 15px;
  font-size: 18px;
  color: #8CA0B3;
  line-height: 65px;
}
.my-channels__item .channel em.icon-arrow-down-filled {
  float: right;
  display: block;
  font-size: 8px;
  line-height: 65px;
  color: #7D96AC;
}
/**
 * channel list
 */
.my-channels__item .channel--list {
  display: none;
  height: 220px;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0;
  padding-left: 0;
}
.my-channels__item .channel--list ul li {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  border-top: 1px solid #E8EEF4;
}
.my-channels__item .channel--list ul li:first-child {
  border-top: 0;
}
/**
 * button
 */
.my-channels a.button {
  float: right;
  background-color: #D02F47;
  border-color: #E8EEF4;
  font-size: 18px;
  color: #fff;
}
.guide {
  position: relative;
  margin-top: 20px;
  background-color: #fff;
  border-top: 35px solid #0A2C41;
}
/**
 * table
 */
.guide__table {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: move;
  margin-top: -35px;
  padding-left: 105px;
}
.guide table {
  width: 9600px;
  -webkit-transition: margin 0.2s linear;
  -moz-transition: margin 0.2s linear;
  -ms-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
  table-layout: fixed;
}
/**
 * table row
 */
.guide table tbody tr {
  border-top: 1px solid #E3E8ED;
}
.guide table tbody tr:first-of-type {
  border-top: 0;
}
/**
 * th
 */
.guide table tr th {
  width: 200px;
  height: 35px;
  padding-left: 10px;
  background-color: #0A2C41;
  border-left: 1px solid #355970;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.guide table tr th:first-of-type {
  border-left: 0;
}
/**
 * td
 */
.guide table tr td {
  height: 70px;
  position: relative;
  padding-right: 5px;
  padding-left: 10px;
  border-left: 1px solid #DEE5EB;
}
.guide table tr td:hover {
  z-index: 98;
}
.guide table tr td:first-of-type {
  border-left: 0;
}
.guide table tr td p.name {
  max-height: 38px;
  overflow: hidden;
  font-size: 16px;
  color: #152B44;
}
.guide table tr td p.time {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  font-size: 14px;
  color: #97A4B1;
}
.guide table tr td:hover p.name::before {
  content: attr(data-title);
  top: -25px;
  position: absolute;
  z-index: 99;
  padding: 10px;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.guide table tr td:hover p.name::after {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 98;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.guide table tr td:last-child:hover p.name::before {
  max-width: 100%;
  white-space: initial;
}
.guide table tr td.disabled {
  background-color: #e1e1e1;
  cursor: not-allowed;
}
.guide table tr td.disabled * {
  visibility: hidden;
  opacity: 0;
}
/**
 * arrows
 */
.guide__arrows {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
.guide__arrows a {
  height: 60px;
  position: absolute;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}
.guide__arrows a.prev {
  width: 106px;
  left: 0;
  padding-left: 20px;
  background-color: #D02F47;
  border-right: 1px solid #8D133A;
}
.guide__arrows a.next {
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/**
 * channels
 */
.guide__channels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  z-index: 99;
  margin-top: -35px;
  padding-top: 35px;
}
.guide__channels .item {
  width: 106px;
  height: 70px;
  display: block;
  background-color: #fff;
  border-top: 1px solid #E3E8ED;
  border-right: 1px solid #E3E8ED;
}
.guide__channels .item:first-of-type {
  border-top: 0;
}
.guide__channels .item span {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.guide__channels .item span img {
  max-width: 45px;
  max-height: 50px;
}
.rating-results {
  margin-top: 30px;
}
/**
 * head
 */
.rating-results__head {
  padding: 30px;
  background-color: #d02f47;
}
.rating-results__head .items {
  float: left;
}
.rating-results__head .items a {
  width: 280px;
  float: left;
  display: block;
  position: relative;
  margin-left: 10px;
  background-color: rgba(241, 77, 64, 0.25);
  border-left: 5px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.rating-results__head .items a:first-of-type {
  margin-left: 0;
}
.rating-results__head .items a::after {
  content: " ";
  text-indent: -99999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.1);
}
.rating-results__head .items a.active {
  background-color: #f14d40;
  border-color: #fff;
  color: #fff;
}
.rating-results__head .items a.active::after {
  border-left-color: #fff;
}
.rating-results__head .date {
  width: 210px;
  float: left;
  position: relative;
  margin-left: 10px;
  background-color: rgba(241, 77, 64, 0.25);
}
.rating-results__head .date:before {
  content: "\E001";
}
.rating-results__head .date::before {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 8px;
  color: #fff;
  pointer-events: none;
}
.rating-results__head .date .dateinput {
  width: 100%;
  height: 55px;
  cursor: pointer;
  padding-right: 40px;
  padding-left: 30px;
  background-color: transparent;
  font-family: "Roboto";
  font-size: 16px;
  color: #fff;
}
/**
 * table
 */
.rating-results__table table {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(215, 215, 215, 0.5);
  -moz-box-shadow: 0 2px 25px rgba(215, 215, 215, 0.5);
  -ms-box-shadow: 0 2px 25px rgba(215, 215, 215, 0.5);
  -o-box-shadow: 0 2px 25px rgba(215, 215, 215, 0.5);
  box-shadow: 0 2px 25px rgba(215, 215, 215, 0.5);
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #152b44;
  text-align: center;
}
.rating-results__table table tr th,
.rating-results__table table tr td {
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #e3e8ed;
}
.rating-results__table table th {
  background-color: #152b44;
  font-weight: 700;
  color: #fff;
}
.rating-results__table table tr:hover td {
  background-color: #edf1f3;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 960px;
  }
  .ads__inner-970 {
    width: 960px;
  }
  .ads-355 {
    width: 308px;
    height: 320px;
    margin-top: 20px;
  }
  .site-header {
    z-index: initial;
  }
  .site-navigation {
    display: none;
    width: 240px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    margin-top: 0;
    background-color: #fff;
  }
  .site-navigation ul li {
    width: 100%;
    float: left;
    margin-left: 0 !important;
  }
  .site-navigation ul li a {
    height: auto;
    background-color: transparent !important;
    border: 0 !important;
    padding: 10px 20px !important;
    color: #0F3953 !important;
  }
  .site-hamburger {
    display: block;
  }
  .site-footer__base {
    width: 210px;
  }
  .site-footer__list {
    width: 150px;
  }
  .site-footer__list--blog {
    width: 220px;
  }
  .site-footer__list ul li {
    font-size: 13px;
  }
  .headline p {
    font-size: 16px;
  }
  .channel-card-list {
    margin-left: -18px;
  }
  .channel-card-list--alternative {
    width: 652px;
    margin-left: 0;
  }
  .channel-card-list--page-home {
    height: 400px;
  }
  .channel-card {
    width: 145px;
    margin-top: 20px;
    margin-left: 18px;
  }
  .channel-card .logo {
    height: 110px;
  }
  .channel-card .details p.time {
    width: 110px;
    font-size: 13px;
  }
  .channel-card .details p.time span {
    font-size: 16px;
  }
  .channel-card .details p.type {
    width: 66px;
  }
  .channel-card-list--medium {
    margin-left: -20px;
  }
  .channel-card-list--medium .channel-card {
    width: 176px;
    margin-left: 20px;
  }
  .channel-card-list--medium .channel-card .name {
    height: 40px;
    font-size: 14px;
  }
  .broadcasting-now {
    display: none;
  }
  .home-channel-list__item {
    width: 280px;
  }
  .home-channel-list__item .title .logo img {
    max-width: 50px;
  }
  .home-channel-list__item .title p {
    font-size: 18px;
  }
  .detail-days__title ul li a span.time {
    width: 40px;
    font-size: 12px;
  }
  .detail-days__title ul li a span.time strong {
    font-size: 26px;
  }
  .detail-days__title ul li a span.time em {
    font-size: 13px;
  }
  .detail-days__title ul li a p {
    font-size: 14px;
  }
  .detail-comments {
    width: 640px;
    min-height: auto;
  }
  .blog-carousel {
    width: 470px;
  }
  .blog-carousel__main p.name {
    max-width: 300px;
  }
  .blog-carousel__main .slick-slide {
    height: 281px;
  }
  .blog-carousel .slick-dots {
    bottom: -60px;
  }
  .blog-carousel .slick-dots li {
    width: 70px;
    height: 47px;
  }
  .blog-carousel .slick-dots li:first-child {
    margin-left: 0;
  }
  .blog-carousel .slick-dots li button,
  .blog-carousel .slick-dots li img {
    height: 45px;
  }
  .blog-right {
    width: 470px;
  }
  .blog-item {
    width: 470px;
  }
  .blog-item .text {
    width: 272px;
  }
  .blog-content {
    width: 640px;
  }
  .blog-list .image {
    width: 80px;
    height: 57px;
  }
  .blog-list .text {
    width: 160px;
  }
  .blog-list .text p.title {
    height: 50px;
    font-size: 14px;
  }
  .sidebar {
    width: 300px;
  }
  .my-channels__item {
    width: 270px;
  }
  .my-channels__item .channel {
    width: 250px;
    padding-left: 10px;
  }
  .my-channels__item .channel .name {
    margin-left: 10px;
  }
  .rating-results__head .items {
    width: 100%;
  }
  .rating-results__head .items a {
    width: 32%;
    margin-left: 2%;
  }
  .rating-results__head .date {
    float: right;
    margin-top: 10px;
    margin-left: 0;
  }
  .new-tvs {
    margin-left: -20px;
  }
  .new-tvs .item {
    width: 470px;
    margin-left: 20px;
  }
  .new-tvs .item .channel-details {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .site-navigation {
    display: block !important;
  }
  .backdrop {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .wrapper {
    width: 720px;
  }
  .ads__inner-970 {
    width: 720px;
  }
  .ads-355 {
    width: 351px;
    height: 430px;
  }
  .site-footer__list--blog {
    display: none;
  }
  .channel-card-list--page-home {
    height: 340px;
    margin-top: -30px;
  }
  .channel-card-list--alternative {
    width: 369px;
  }
  .channel-card {
    width: 105px;
  }
  .channel-card .logo {
    height: 80px;
  }
  .channel-card .logo span {
    padding: 20px;
  }
  .channel-card .name {
    height: 50px !important;
    font-size: 13px;
  }
  .channel-card-list--medium .channel-card {
    width: 120px;
  }
  .channel-card-list--medium .channel-card .name {
    font-size: 13px;
  }
  .channel-card .details p.time {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .channel-card .details p.type {
    display: none;
  }
  .home-channel-list__item {
    width: 100%;
    margin-left: 0;
  }
  .detail-days__title ul li a span.time {
    width: auto;
    height: auto;
    display: block;
    position: initial;
    padding-top: 12px;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 13px;
  }
  .detail-days__title ul li a span.time::before {
    display: none;
  }
  .detail-days__title ul li a span.time strong {
    font-size: 13px;
  }
  .detail-days__title ul li a span.time em {
    font-weight: 700;
    font-size: 13px;
  }
  .detail-days__title ul li a p {
    padding-left: 0;
    line-height: 20px;
  }
  .detail-comments {
    width: 100%;
  }
  .detailed-list ul li {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .detailed-list ul li em.icon-arrow-right-filled {
    width: 10px;
  }
  .detailed-list ul li .icon {
    margin-left: 10px;
  }
  .detailed-list ul li .text p.league {
    font-size: 14px;
  }
  .detailed-list ul li .text p.name {
    font-size: 18px;
  }
  .detailed-list ul li .logo {
    height: 30px;
    margin-top: 5px;
  }
  .blog-header ul li {
    margin-left: 20px;
  }
  .blog-item {
    width: 350px;
    height: 97px;
  }
  .blog-item .image {
    width: 140px;
  }
  .blog-item .text {
    width: 210px;
  }
  .blog-item .text img {
    max-width: 60px;
    max-height: 30px;
  }
  .blog-item .text p {
    margin-top: 5px;
    font-size: 13px;
  }
  .blog-carousel {
    width: 350px;
  }
  .blog-carousel__main p.name {
    max-width: 220px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .blog-carousel__main .slick-slide {
    height: 209px;
  }
  .blog-carousel .slick-dots li {
    width: 86px;
  }
  .blog-carousel .slick-dots li button,
  .blog-carousel .slick-dots li img {
    height: 52px;
  }
  .blog-content {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .form-content {
    width: 420px;
  }
  .wrapper--account .form-content {
    width: 100%;
  }
  .wrapper--account .form-content .field {
    width: 350px;
  }
  .form-content__element p.text {
    width: 110px;
    font-weight: 700;
    font-size: 13px;
  }
  .form-content__element .field {
    width: 250px;
  }
  .form-content__element--alternative p.text {
    width: 240px;
  }
  .form-content__element--alternative .field {
    width: 120px;
  }
  .form-sidebar {
    width: 300px;
  }
  .form-sidebar__text p.title {
    font-size: 26px;
  }
  .form-sidebar__text p.description {
    font-size: 14px;
    line-height: 20px;
  }
  .my-channels__item {
    width: 310px;
    margin-left: 40px;
  }
  .my-channels__item:nth-child(3n+1) {
    margin-left: 40px;
  }
  .my-channels__item:nth-child(odd) {
    margin-left: 0;
  }
  .my-channels__item .channel {
    width: 290px;
  }
  .leading--alternative {
    padding-right: 150px;
  }
  .rating-results__table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .single-title {
    padding: 20px;
  }
  .detail-days__list ul li p.name {
    width: 400px;
  }
  .alternative-title {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .alternative-title ul li {
    float: none;
    display: inline-block;
  }
  .alternative-options {
    float: none;
    text-align: center;
  }
  .alternative-options label.item {
    float: none;
    display: inline-block;
  }
  .new-tvs {
    margin-left: -20px;
  }
  .new-tvs .item {
    width: 350px;
    margin-left: 20px;
  }
  .new-tvs .item .channel-details {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .wrapper--account {
    width: 100% !important;
  }
  .ads__inner-970 {
    width: 100%;
  }
  .ads__inner-728 {
    width: 100%;
  }
  .ads-355 {
    width: 100%;
    height: auto;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .channel-card-list {
    margin-left: -3.33% !important;
  }
  .channel-card {
    width: 30% !important;
    margin-left: 3.33% !important;
  }
  .channel-card .name {
    width: 100%;
  }
  .channel-card .name span {
    display: block;
    padding-top: 8px;
  }
  .channel-card-list--alternative {
    width: auto;
  }
  .headline {
    padding: 15px 20px 20px;
  }
  .headline p {
    margin-top: 10px;
    font-size: 14px;
  }
  p.section-title {
    font-size: 22px !important;
  }
  .leading {
    text-align: center;
  }
  .leading .channel {
    width: 100%;
    height: 20px;
    float: none;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
  }
  .leading .channel span {
    display: block;
  }
  .leading .channel span img {
    display: inline-block;
  }
  .leading .left {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .leading p.title {
    font-size: 22px;
  }
  .leading .br-wrapper {
    float: none;
    display: inline-block;
  }
  .leading p.all {
    float: none;
    display: inline-block;
    position: relative;
    top: -6px;
    margin-top: 0;
  }
  .leading a.button {
    float: none;
    margin-top: 10px;
  }
  .detail-days__title {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .detail-days__title ul {
    width: 700px;
    display: block;
  }
  .detail-days__title ul li {
    width: 100px;
    float: left;
    display: block;
  }
  .detail-days__list ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .detail-days__list ul li p.time {
    width: 35px;
    font-size: 16px;
  }
  .detail-days__list ul li p.time span {
    font-size: 12px;
  }
  .detail-days__list ul li em.icon-arrow-right-filled {
    width: 15px;
    font-size: 14px;
  }
  .detail-days__list ul li p.name {
    width: 140px;
    margin-left: 10px;
    font-size: 12px;
  }
  .detail-comments__title a.button {
    display: none;
  }
  .detail-comments__title {
    height: 38px;
  }
  .detail-comments__title ul {
    width: 100%;
  }
  .detail-comments__title ul li {
    width: 50%;
    margin-left: 0;
  }
  .detail-comments__title ul li a {
    height: 39px;
    font-size: 14px;
    text-align: center;
  }
  .home-channel-list {
    padding: 20px;
  }
  .home-channel-list a.register-button {
    float: left;
  }
  .blog-carousel {
    width: 100%;
  }
  .blog-carousel__main .slick-slide {
    height: auto;
  }
  .blog-carousel .slick-dots li {
    width: 24.4%;
    margin-left: 0.8%;
  }
  .detailed-list ul li {
    position: relative;
  }
  .detailed-list ul li .text {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .detailed-list ul li .logo {
    position: absolute;
    top: 25px;
    right: 10px;
  }
  .blog-header {
    display: none;
  }
  .blog-item {
    width: 100%;
    margin-left: 0 !important;
  }
  .blog-item .image {
    width: 30%;
  }
  .blog-item .text {
    width: 70%;
  }
  .blog-item .image a,
  .blog-item .image a img {
    width: 100%;
  }
  .blog-content {
    margin-top: 0;
  }
  .form-content {
    width: 100%;
  }
  .form-content__element p.text {
    width: 100%;
    line-height: 20px;
  }
  .form-content__element .field {
    width: 100%;
  }
  .form-sidebar {
    display: none;
  }
  .my-channels__item {
    width: 100%;
    margin-left: 0 !important;
  }
  .my-channels__item span.count {
    width: 10%;
  }
  .my-channels__item .channel {
    width: 90%;
  }
  .widget-preview .form-content__element a.button {
    margin-top: 20px;
    margin-left: 0;
  }
  .page-home-background {
    height: 405px;
  }
  .channel-card-list--page-home .channel-card {
    display: none;
  }
  .channel-card-list--page-home .channel-card:nth-child(1),
  .channel-card-list--page-home .channel-card:nth-child(2),
  .channel-card-list--page-home .channel-card:nth-child(3),
  .channel-card-list--page-home .channel-card:nth-child(4),
  .channel-card-list--page-home .channel-card:nth-child(5),
  .channel-card-list--page-home .channel-card:nth-child(6) {
    display: block;
  }
  .site-footer__base {
    width: 300px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .site-footer__base img.logo {
    width: 130px;
    float: none;
  }
  .site-footer__base .text-facebook {
    float: left;
    margin-top: 10px;
    margin-left: 30px;
  }
  .site-footer__base .markets a {
    float: left;
    margin-top: 0 !important;
    margin-left: 20px;
  }
  .site-footer__base .markets a:first-of-type {
    margin-left: 0;
  }
  .site-footer__list {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .site-footer__list ul {
    margin-top: 0;
  }
  .site-footer__copyright p.copy {
    text-align: center;
  }
  .rating-results__head .items a {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .rating-results__head .items a:first-of-type {
    margin-top: 0;
  }
  .rating-results__head .date {
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-left: 0;
  }
  .searchbox span.label {
    width: 120px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .searchbox span.label em {
    font-size: 18px;
    margin-right: 10px;
  }
  .searchbox input {
    width: calc(100% - 120px);
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .searchbox .ui-autocomplete {
    width: calc(100% - 120px) !important;
  }
  .alternative-title ul li a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .alternative-options label.item {
    height: 30px;
    margin-left: 2px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .alternative-options label.item .option span.input {
    width: 14px;
    height: 14px;
    margin-top: 8px;
  }
  input:checked + span.input::before {
    font-size: 6px;
    line-height: 13px;
  }
  .alternative-options label.item .name {
    margin-left: 5px;
    line-height: 14px;
  }
  .alternative-options label.item .name img {
    max-width: 45px;
    max-height: 16px;
    height: auto !important;
    margin-top: 9px;
  }
  .alternative-options label.item .name img.digiturk {
    margin-top: 8px;
  }
  .alternative-options label.item .name img.tivibu {
    max-height: 11px;
  }
  .new-tvs {
    margin-left: 0;
  }
  .new-tvs .item {
    width: 100%;
    margin-left: 0;
  }
  .new-tvs .item .channel-details {
    width: calc(100% - 88px);
  }
}
