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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.group::after {
  clear: both; }

.group {
  clear: both;
  *zoom: 1; }

/* ------------------------------------ typo (font-size 16px)
*/
html {
  font-size: 16px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

strong {
  font-weight: 700; }

cite, em {
  font-style: italic; }

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

/* ------------------------------------ placeholders
*/
.feature__header, .item__header, .schedule__time {
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: 0.02em; }

.feature__header, .item__header {
  font-weight: 500; }

img, video, embed, object {
  display: block;
  max-width: 100%;
  height: auto; }

/* ------------------------------------ feature header
*/
.feature__header {
  font-size: 0.7rem;
  color: #a99026; }
  .feature__header:hover {
    color: #caad2d; }

/* ------------------------------------ feature links
*/
.feature__link {
  text-align: right;
  line-height: 1.5rem;
  height: 1.5rem;
  color: #a99026;
  cursor: pointer; }
  .feature__link:hover {
    color: #caad2d; }

.feature__link_text {
  display: inline-block;
  vertical-align: top;
  font-size: 0.62rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase; }

.feature__link_arrow {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em; }

/* ------------------------------------ ion icons
*/
.ion-ios-search-strong {
  font-size: 20px; }

.ion-ios-circle-outline {
  font-size: 1.8rem;
  position: absolute;
  right: 15px;
  top: 0px; }

.ion-navicon {
  font-size: 2.3rem; }

.ion-ios-close-empty {
  font-size: 3rem; }

/* ----------------------------- BASE
*/
html {
  font-size: 16px; }

body {
  background-color: #141414;
  color: rgba(255, 255, 255, 0.48); }

@media only screen and (max-width: 768px) and (orientation: landscape) {
  html {
    font-size: 0.9rem; } }
a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: rgba(255, 255, 255, 0.68); }

/* ----------------------------- LAYOUT
*/
.wrapper {
  padding: 8px; }

.col25 {
  width: 25%; }

.col33 {
  width: 33.33%; }

.col50 {
  width: 50%; }

.col75 {
  width: 75%; }

/* ----------------------------- MODULES
*/
/* ---------------------------------------------------------------------- Header
*/
.headerMain-wrapper {
  width: 100vw;
  background-color: #141414; }

.navUtility-wrapper {
  display: none;
  background-color: #0a0a0a; }

.header__icon {
  position: absolute;
  display: block;
  width: 55px;
  height: 61px;
  line-height: 61px;
  text-align: center; }

.header__icon_search {
  right: 0;
  top: 0; }

.header__logo {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #1f1f1f; }
  .header__logo img {
    width: 65px;
    height: 28px;
    margin: 0 auto; }

.header__logo_search--open {
  border-bottom-color: #292929; }

@media only screen and (min-width: 768px) {
  .headerMain-wrapper {
    position: relative;
    height: inherit;
    border-bottom: none;
    clear: both; }
    .headerMain-wrapper::before {
      content: " ";
      display: table; }
    .headerMain-wrapper::after {
      content: " ";
      display: table;
      clear: both; }

  .header__logo {
    float: left;
    width: auto;
    padding: 24px 12px 24px 28px; }
    .header__logo img {
      width: 65px;
      margin: 0; }

  .header__icon {
    height: auto; }

  .header__icon_nav {
    display: none; }

  .header__icon_search {
    position: absolute;
    line-height: 74px;
    right: 12px;
    padding: 0 12px;
    left: auto; }
    .header__icon_search .ion-ios-circle-outline {
      top: 1px; }

  .navUtility-wrapper {
    display: block;
    width: 100vw;
    height: 28px;
    padding: 0 24px;
    text-align: right;
    background-color: #0a0a0a;
    border-bottom: 1px solid #1f1f1f; }
    .navUtility-wrapper ul {
      height: 28px; }
    .navUtility-wrapper li {
      display: inline-block;
      vertical-align: middle;
      height: 28px;
      padding: 0 4px;
      font-weight: 300;
      font-size: 11px;
      letter-spacing: 0.5px; } }
@media only screen and (min-width: 980px) {
  .header__logo {
    padding: 24px 24px 24px 44px;
    border-bottom: none; }

  .header__icon_search {
    position: absolute;
    line-height: 74px;
    right: 24px;
    padding: 0 12px; } }
@media only screen and (min-width: 1180px) {
  .navUtility-wrapper {
    padding: 0 58px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }

  .headerMain-wrapper {
    padding: 0 48px;
    font-size: 1.3em;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }

  .header__icon_search {
    top: 0;
    bottom: 0;
    right: 48px;
    margin: 8px 0; }

  .header__logo {
    padding: 32px 32px 32px 16px;
    border: none; }
    .header__logo img {
      width: 76px;
      height: 30px; } }
/* ------------------------------------ menu
*/
.menu {
  position: relative;
  display: none;
  background-color: #1f1f1f; }

.menu--open {
  display: block;
  clear: both; }
  .menu--open::before {
    content: " ";
    display: table; }
  .menu--open::after {
    content: " ";
    display: table;
    clear: both; }

.menu--open-border {
  border-bottom: 1px solid #292929; }

.menu--open-header-border {
  border-bottom: none; }

.menu__block, .menu__block_left, .menu__block_right, .menu__block_middle {
  padding: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.menu__block_left {
  float: left;
  width: 62.5%; }

.menu__block_right {
  float: left;
  width: 37.5%;
  min-height: 254px;
  font-size: 10px;
  text-transform: capitalize;
  border-left: 1px solid #292929; }

.menu__block_middle {
  position: absolute;
  bottom: 0;
  left: 0; }

.menu__link, .menu__link_right {
  padding: .6em 0;
  color: rgba(255, 255, 255, 0.88); }

.menu__link_right {
  color: rgba(255, 255, 255, 0.48); }

.menu__link_feat {
  padding-top: 1em;
  color: #caad2d; }
  .menu__link_feat:hover {
    color: #caad2d; }

@media only screen and (min-width: 480px) {
  .menu--open {
    display: block; }

  .menu__block_middle,
  .menu__block_right {
    position: static;
    float: left;
    width: 58%;
    border: none; }

  .menu__block_right {
    min-height: inherit; }

  .menu__block_middle {
    border-bottom: 1px solid #292929; }

  .menu__block_left {
    width: 42%;
    height: auto;
    border-right: 1px solid #292929; }

  .menu__link_feat {
    padding-top: 0; } }
@media only screen and (min-width: 768px) {
  .menu--open {
    display: block;
    clear: none; }
    .menu--open::before, .menu--open::after {
      content: none;
      clear: none;
      display: none; }

  .menu--open-border {
    border-top: none; }

  .menu {
    position: static;
    display: block;
    float: left;
    width: 80%;
    height: inherit;
    background-color: transparent;
    border-bottom: none; }
    .menu .menu__link, .menu .menu__link_right {
      position: relative;
      z-index: 1;
      padding: 0 6px; }
      .menu .menu__link::after, .menu .menu__link_right::after {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 100%;
        display: block;
        height: 4px;
        margin: 0 4px;
        background-color: #caad2d;
        content: ' ';
        transition: all .3s ease; }
      .menu .menu__link:hover::after, .menu .menu__link_right:hover::after, .menu .menu__link:active::after, .menu .menu__link_right:active::after {
        right: 0; }

  .menu__block_left {
    position: static;
    float: left;
    width: 70%;
    height: inherit;
    padding: inherit;
    border-right: none; }
    .menu__block_left li {
      float: left;
      display: block;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 76px; }
      .menu__block_left li a {
        color: rgba(255, 255, 255, 0.68); }

  .menu__block_middle {
    position: absolute;
    right: 64px;
    float: none;
    width: auto;
    padding: 0;
    padding-right: 12px;
    line-height: 76px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: right;
    border: none; }

  .menu__block_right {
    display: none; }

  .search--open {
    display: none; } }
@media only screen and (min-width: 980px) {
  .menu .menu__link, .menu .menu__link_right {
    padding: 0 2px;
    font-size: 12px;
    margin-right: 22px; }

  .menu__block_middle {
    right: 86px;
    width: auto;
    font-size: 12px; } }
@media only screen and (min-width: 1180px) {
  .menu__block_left li {
    line-height: 94px; }

  .menu__block_middle {
    top: 0;
    bottom: 0;
    right: 110px;
    margin: 8px 0;
    font-size: 13px; }

  .menu .menu__link, .menu .menu__link_right {
    font-size: 12px;
    margin-right: 32px; } }
/* ------------------------------------ search
*/
.search {
  padding: 16px;
  background-color: #1f1f1f;
  border-bottom: 1px solid #292929;
  clear: both; }

.search__input {
  width: 100%;
  padding: 4px 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: .01rem;
  background: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #292929;
  outline: 0;
  transition: border-color 0.15s linear; }
  .search__input:focus {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #484848; }

@media only screen and (min-width: 768px) {
  .search {
    position: absolute;
    top: 0;
    left: 100px;
    width: calc(100% - 120px - 55px);
    padding-top: 24px;
    background-color: transparent;
    border-bottom: none; } }
@media only screen and (min-width: 980px) {
  .search {
    left: 124px;
    width: calc(100% - 120px - 55px - 24px);
    border-color: #1f1f1f; } }
@media only screen and (min-width: 1180px) {
  .search {
    left: 155px;
    width: calc(100% - 120px - 55px - 76px);
    margin-top: 8px;
    border-color: #1f1f1f; } }
/* ------------------------------------ category explorer
*/
.categoryExplorer {
  display: none; }

@media only screen and (min-width: 768px) {
  .categoryExplorer--open {
    display: block; }

  .categoryExplorer {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 1000;
    margin: 0 16px;
    background-color: #1f1f1f; }

  .categoryExplorer--top {
    height: 60px;
    padding: 16px; }

  .categoryExplorer--search {
    position: relative;
    width: 50%;
    margin: 0 auto; }
    .categoryExplorer--search input[type="text"] {
      width: 100%;
      padding-left: 20px;
      padding-bottom: 4px;
      font-size: 13px;
      letter-spacing: 1px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #292929;
      transition: border-bottom-color .3s linear;
      outline: none;
      color: rgba(255, 255, 255, 0.68); }
      .categoryExplorer--search input[type="text"]:focus {
        border-bottom-color: #484848; }
    .categoryExplorer--search i {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 16px;
      font-size: 16px; } }
@media only screen and (min-width: 980px) {
  .categoryExplorer {
    margin: 0 24px; } }
@media only screen and (min-width: 1180px) {
  .categoryExplorer {
    top: 94px;
    margin: 0 48px; }

  .categoryExplorer--search {
    width: 33%; }
    .categoryExplorer--search input[type="text"] {
      font-size: 16px;
      margin-left: 4px; } }
.categoryExplorer--content {
  background-color: #292929;
  clear: both; }
  .categoryExplorer--content:before, .categoryExplorer--content:after {
    content: ' ';
    display: block;
    clear: both; }

.categoryExplorer--subCategory {
  float: left;
  padding: 20px 12px;
  border-left: 1px solid #333;
  font-size: 0.76rem;
  font-weight: 300; }
  .categoryExplorer--subCategory:first-child {
    border-left: none; }

.subCategory--Title {
  margin-bottom: 8px;
  color: #fff; }

.subCategory--List {
  float: left;
  padding-right: 16px;
  text-transform: capitalize; }
  .subCategory--List:first-child {
    padding-right: 16px; }
  .subCategory--List li a {
    padding: 4px 0; }

.miniseries {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38); }

/* ------------------------------------------------------------------------ Main
*/
.primary-content {
  padding: 0 20px;
  margin-bottom: 24px;
  border-top: 1px solid #1f1f1f; }

@media only screen and (min-width: 768px) {
  .primary-content {
    border-top: none; } }
/* ------------------------------------ items
*/
.item__content {
  padding-top: 16px;
  margin-bottom: 24px;
  font-size: 0.8rem; }

.item__header {
  padding-bottom: 1px;
  font-size: 0.65rem; }

.item__title {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.021em;
  text-transform: capitalize; }

.item__text {
  padding: 10px 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 300; }

.item--hero {
  margin-bottom: 24px; }
  .item--hero .item__content {
    padding: 16px 12px;
    background-color: #1f1f1f; }
  .item--hero .item__text {
    padding: 12px 0;
    font-weight: 300; }

@media only screen and (min-width: 768px) {
  main {
    padding: 0 16px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414; }

  .wrapper {
    padding: 0; }

  .item--hero {
    position: relative;
    margin-bottom: 0; }
    .item--hero .item__content {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 33%;
      height: auto;
      margin: 0;
      padding: 16px 12px;
      font-size: 11px; }
    .item--hero img {
      display: block;
      width: 67%; }
    .item--hero .feature__link {
      text-align: left; }

  .item {
    float: left;
    width: calc((100% - 12px)/2);
    margin-right: 12px; }
    .item .feature__link {
      text-align: left; }

  .primary-content {
    padding: 0; }
    .primary-content article:nth-of-type(2n) {
      margin-right: 0; }

  footer {
    clear: both; } }
@media only screen and (min-width: 980px) {
  main {
    padding: 0 24px; }

  .item--hero .item__content {
    padding: 32px 24px;
    font-size: 12px; }
    .item--hero .item__content .item__title {
      font-size: 1.5rem; }

  .item {
    width: calc((100% - 16px)/2);
    margin-right: 16px; }

  .primary-content article:nth-of-type(n+3) {
    width: calc((100% - 32px)/3);
    margin-right: 16px; }
  .primary-content article:nth-of-type(5n) {
    margin-right: 0; } }
@media only screen and (min-width: 1180px) {
  main {
    padding: 0 48px; }

  .item--hero .item__header {
    font-size: 13px; }
  .item--hero .item__title {
    line-height: 1.5; }
  .item--hero .item__content {
    width: 25%;
    padding: 32px 24px;
    font-size: 13px;
    line-height: 1.7; }
  .item--hero img {
    width: 75%; }

  .item {
    width: calc((100% - 24px)/2);
    margin-top: 32px;
    margin-right: 24px; }
    .item .item__content {
      font-size: 15px;
      width: 70%; }
      .item .item__content .item__title {
        font-size: 24px; }
      .item .item__content .feature__link {
        font-size: 18px; }
        .item .item__content .feature__link .feature__link_text {
          font-size: 12px; }

  .primary-content article:nth-of-type(n+3) {
    width: calc((100% - 48px)/3);
    margin-right: 24px; }
  .primary-content article:nth-of-type(5n) {
    margin-right: 0; } }
/* ------------------------------------ schedule
*/
.schedule {
  padding: 0 12px; }

.schedule__header {
  padding: 0 12px; }

.schedule__item {
  padding: 12px 0;
  font-size: 0.8rem;
  font-weight: 300;
  border-bottom: 1px solid #1f1f1f; }

.schedule__time {
  font-size: 1em; }
  .schedule__time .schedule__time_sup {
    position: relative;
    top: -0.27em;
    font-size: 0.7em; }

.schedule__title {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.68); }

li:nth-last-of-type(1) {
  border-bottom-color: transparent; }

@media only screen and (min-width: 768px) {
  .schedule--wrapper {
    position: relative; }

  .schedule {
    padding: 16px 12px 16px 112px;
    margin-bottom: 2px;
    clear: both; }
    .schedule:before, .schedule:after {
      content: '';
      display: block;
      clear: both; }

  .schedule__header {
    position: absolute;
    left: 0;
    width: 112px;
    padding: 16px 0; }

  .schedule__time,
  .schedule__title,
  .schedule__item {
    float: left;
    margin-right: 4px; }

  .schedule__link {
    display: none; }

  .schedule__item {
    margin-left: 8px;
    padding: 0;
    font-size: 11px;
    border-bottom: 0; }

  .schedule__time {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.38); } }
@media only screen and (min-width: 980px) {
  .schedule {
    margin: 4px 0; }

  .schedule__item {
    font-size: 12px; } }
@media only screen and (min-width: 1180px) {
  .wrapper {
    position: relative; }

  .schedule {
    padding: 0; }

  .schedule--wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    padding: 20px 24px;
    background-color: #1a1a1a; }

  .schedule__header {
    position: static;
    padding: 0;
    margin: 0;
    width: auto; }

  .schedule__item {
    float: none;
    clear: both;
    text-align: left;
    padding: 0;
    margin: 0; }
    .schedule__item:before, .schedule__item:after {
      content: '';
      clear: both;
      display: block; }

  .schedule__title {
    float: none;
    text-align: left;
    padding: 4px 0 4px 68px;
    margin-right: 0;
    line-height: 1.3; }

  .schedule__time {
    float: left;
    min-width: 68px;
    margin-right: 0;
    padding: 4px 4px 4px 0;
    color: rgba(255, 255, 255, 0.28); } }
/* ---------------------------------------------------------------------- footer
*/
.footer__wrapper {
  margin: 0 8px; }

@media only screen and (min-width: 768px) {
  footer {
    border-top: 1px solid #1f1f1f; }

  .footer__wrapper {
    margin: 0;
    padding: 20px 16px; } }
@media only screen and (min-width: 1180px) {
  .footer__wrapper {
    padding: 48px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; } }
/* ------------------------------------ channels
*/
.footer__channel {
  padding: 20px 12px;
  background-color: #1f1f1f; }

.chan__header {
  margin-bottom: 12px; }

.chan__intro {
  font-size: 0.8rem;
  font-weight: 300; }

.chan__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #292929; }

.chan__img {
  height: 26px;
  width: auto; }

.chan__text {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 0.7rem;
  font-weight: 300; }

.chan__link {
  text-align: left;
  line-height: 0.62rem;
  height: 0.62rem; }
  .chan__link .feature__link_arrow {
    position: relative;
    top: -0.35rem; }

/* ------------------------------------ social
*/
.footer__social {
  padding: 20px 12px;
  background-color: #1a1a1a; }
  .footer__social .feature__header {
    margin-bottom: 16px; }

.social__item {
  float: left;
  width: 50%;
  margin-bottom: 8px; }

.social__img {
  float: left;
  margin-right: 12px; }

.social__name {
  float: left;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.48);
  text-transform: capitalize; }

@media only screen and (min-width: 768px) {
  footer {
    background-color: #0a0a0a; }

  .footer--top {
    background-color: #0a0a0a; }

  .footer__channel {
    float: left;
    width: 75%;
    padding: 0 12px 0 0;
    background-color: transparent; }

  .chan__item {
    float: left;
    width: calc(100% / 3);
    margin: 20px 0 14px;
    padding: 0 12px;
    border-top: none; }
    .chan__item:first-child {
      padding-left: 0; }

  .chan__text {
    line-height: 2; }

  .chan__link {
    height: inherit; }
    .chan__link p {
      line-height: 16px; }
    .chan__link .feature__link_arrow {
      position: static;
      height: 16px;
      line-height: 16px;
      font-size: 16px; }

  .footer__social {
    float: left;
    width: 25%;
    height: auto;
    padding: 0 0 0 12px;
    background-color: transparent; }

  .social__item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    clear: both; }
    .social__item:before, .social__item:after {
      content: '';
      display: block;
      clear: both; } }
@media only screen and (min-width: 980px) {
  .chan__intro {
    font-size: 0.9rem; }

  .chan__text {
    font-size: 0.8rem;
    line-height: 1.6; } }
/* ------------------------------------ copyright
*/
.footer__end {
  padding: 16px 8px; }

.footer__nav {
  margin-top: 12px; }
  .footer__nav .nav__item {
    float: left;
    width: 50%;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.48);
    text-transform: capitalize; }
  .footer__nav li:first-child,
  .footer__nav li:nth-of-type(4n),
  .footer__nav li:last-of-type {
    width: 100%; }
  .footer__nav li:first-child {
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.38);
    word-spacing: 0.1em; }

@media only screen and (min-width: 768px) {
  .footer__end {
    padding: 0; }

  .footer__nav {
    margin-top: inherit; }
    .footer__nav .nav__item {
      display: inline-block;
      width: inherit;
      padding-right: 6px;
      margin-top: inherit;
      line-height: 3;
      font-size: 11px; }
    .footer__nav li:first-child,
    .footer__nav li:nth-of-type(4n),
    .footer__nav li:last-of-type {
      width: inherit; }
    .footer__nav li:first-child {
      margin: inherit;
      color: rgba(255, 255, 255, 0.28); } }
/* ----------------------------- STATES
*/
.is_hidden {
  display: none; }

.is_active_block {
  display: block; }

.is_active_inline {
  display: inline; }

/* ----------------------------- THEME
*/
/* ----------------------------- LIMBO
*/

/*# sourceMappingURL=hbo.css.map */
