@font-face {
  font-family: 'AvenirNext-Regular';
  src: url("assets/fonts/AvenirNext-Regular.eot") format('embedded-opentype');
  src: local("☺"), url("assets/fonts/AvenirNext-Regular.woff") format("woff"), url("assets/fonts/AvenirNext-Regular.ttf") format("truetype"), url("assets/fonts/AvenirNext-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url("assets/fonts/AvenirNext-DemiBold.eot") format('embedded-opentype');
  src: local("☺"), url("assets/fonts/AvenirNext-DemiBold.woff") format("woff"), url("assets/fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("assets/fonts/AvenirNext-DemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.LoginRoute {
  padding: 30px 60px;
  text-align: center;
}
.LoginRoute h1 {
  font-family: 'AvenirNext-DemiBold';
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.LoginRoute p {
  font-size: 13px;
  color: #8e8d8e;
  margin-bottom: 20px;
}
.LoginRoute form {
  position: relative;
}
.LoginRoute .LoginRoute-number {
  border: 1px solid #8e8d8e;
  padding: 15px 10px;
  border-radius: 25px;
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8e8d8e;
  outline: none;
}
.LoginRoute .LoginRoute-button {
  background: #e5e5e5;
  background: #df4949 !important;
  color: #8e8d8e;
  color: #fff !important;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px;
  border-radius: 25px;
  width: 100%;
  outline: none;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.LoginRoute .LoginRoute-button i {
  position: absolute;
  right: 20px;
  bottom: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.LoginRoute .LoginRoute-button.LoginRoute-button--active {
  background: #df4949;
  color: #fff;
}
.LoginRoute .LoginRoute-phone {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #8e8d8e;
}
.LoginRoute .error-message {
  color: #df4949;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.LoginRoute.signup {
  background: #f9f9f9;
  border: 1px solid #ababab;
  border-radius: 20px;
  margin: 30px;
  padding: 30px;
}
.LoginRoute .signup-button {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none;
  display: block;
  width: auto;
}
.Unsubscribe {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
}
.Unsubscribe span {
  font-size: 60px;
}
.Unsubscribe h2 {
  font-size: 18px;
  color: #000;
  font-family: 'AvenirNext-Regular';
  margin-bottom: 5px;
  margin-top: 25px;
}
.Unsubscribe strong {
  color: #df4949;
  font-size: 18px;
  font-family: 'AvenirNext-DemiBold';
}
.Unsubscribe p {
  font-size: 18px;
  color: #8e8d8e;
  font-family: 'AvenirNext-Regular';
  margin-bottom: 5px;
}
.Unsubscribe .Unsubscribe-button {
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 35px;
}
.PageRoute {
  padding: 15px;
}
.PageRoute h1 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'AvenirNext-DemiBold';
  font-weight: normal;
}
.PageRoute h6 {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-family: 'AvenirNext-DemiBold';
  font-weight: normal;
}
.PageRoute p {
  margin-bottom: 10px;
  font-size: 13px;
}
.PageRoute a {
  color: #df4949;
  text-decoration: none;
}
::-webkit-scrollbar {
  display: none;
}
.App {
  font-family: 'AvenirNext-Regular';
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.App .App-cover {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.icon {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
p {
  margin: 0;
  padding: 0;
}
.Route-actions {
  min-height: 50px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0 13px 0;
}
.seprator {
  border-bottom: 1px solid #e5e5e5;
}
.HomeRoute {
  height: calc(100% - 77px);
  position: absolute;
  margin-top: 50px;
  width: 100%;
  left: 0;
  top: 0;
}
.Favorites-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1px;
}
.Favorites-tabs li {
  list-style: none;
  display: block;
  width: 50%;
  font-size: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.Favorites-tabs li.Favorites--active {
  font-family: 'AvenirNext-DemiBold';
  border-top: none;
  border-bottom: none;
}
.Favorites-tabs li.Favorites--active a {
  border-top: 2px solid #000;
  border-bottom: none;
}
.Favorites-tabs li:last-child {
  border-right: none;
}
.Favorites-tabs a {
  color: #000;
  text-decoration: none;
  padding: 15px 10px;
  display: block;
  text-align: center;
  background: #fff;
}
.loader {
  position: fixed;
  left: 0;
  top: 51px;
  width: 100%;
  height: calc(100% - 51px);
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  background: url("../assets/images/viddigo-loader.gif") center center #fff no-repeat;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.loader.loader--visible {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.notification {
  position: fixed;
  top: 0;
  left: 0;
  background: #df4949;
  color: #fff;
  z-index: 1;
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.notification i {
  margin-right: 5px;
  margin-top: 2px;
}
.notification i.icon-remove {
  font-size: 8px;
  margin-top: 5px;
}
.notification a {
  color: #fff;
  text-decoration: none;
}
.notification.notification--visible {
  top: 50px;
}
.noScroll {
  overflow: hidden;
}
.ChannelGuideRoute .ChannelGuide {
  border: none;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons a {
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons a i {
  display: inline-block;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons .ChannelGuideRoute-previous {
  text-align: left;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons .ChannelGuideRoute-previous i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons .ChannelGuideRoute-next {
  text-align: right;
}
.ChannelGuideRoute .ChannelGuideRoute-buttons .ChannelGuideRoute-next i {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 10px;
}
.Menu {
  top: 0;
  z-index: 6;
  left: -200px;
  width: 200px;
  height: 100%;
  font-size: 12px;
  margin-left: 0px;
  position: fixed;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: 'AvenirNext-DemiBold';
  background: #fff;
  overflow-y: scroll;
}
.Menu li {
  list-style: none;
  font-size: 11px;
}
.Menu li:first-child span {
  font-size: 17px;
}
.Menu li:nth-child(2) span {
  font-size: 17px;
}
.Menu li a {
  color: #000;
  text-decoration: none;
  padding: 15px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Menu span {
  font-size: 15px;
  margin-right: 10px;
  height: 16px;
}
.Menu object {
  width: 19px;
}
.Menu .Menu-actions {
  padding: 0 25px 25px 25px;
}
.Menu .Menu-actions .Menu-back {
  padding-top: 20px;
  cursor: pointer;
  color: #8e8d8e;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Menu .Menu-actions .Menu-back a {
  color: #8e8d8e;
  text-decoration: none;
}
.Menu .Menu-actions .Menu-back span {
  font-size: 12px;
  margin-top: 5px;
}
.Menu .Menu-actions .Menu-seeall {
  font-size: 11px;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.Menu .Menu-actions .Menu-seeall a {
  color: #000;
  text-decoration: none;
}
.Menu .Menu-otherlink a {
  color: #8e8d8e;
  padding: 10px 20px;
}
.Menu .Menu-separator {
  padding: 0 20px;
  margin: 10px 0;
}
.Menu .Menu-separator a {
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
.Menu .Menu-preloader {
  width: 100%;
  text-align: center;
  padding-top: 100%;
}
.Menu .Menu-preloader img {
  width: 30px;
}
.Menu .Menu-sub a {
  position: relative;
}
.Menu .Menu-sub a:before {
  font-family: "untitled-font-2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\6d";
  right: 15px;
  top: 18px;
  color: #8e8d8e;
  font-size: 10px;
}
.Menu--visible {
  left: 0;
}
.icon.Menu-sub {
  display: block;
}
.Header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #fff;
}
.Header .Header-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 11px;
  color: #8e8d8e;
  padding: 20px 15px 16px 15px;
  width: 10px;
}
.Header .Header-title {
  color: #000;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Header .Header-title h1 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'AvenirNext-DemiBold';
}
.Header .Header-title img {
  width: 98px;
}
.Header .Header-hamburger {
  position: absolute;
  left: 15px;
  top: 19px;
  z-index: 1;
  width: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Header .Header-hamburger span {
  background: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.Header .Header-hamburger span:nth-child(2) {
  width: 70%;
}
.Header .Header-hamburger span:nth-child(3) {
  width: 40%;
}
.Header .Header-hamburger:hover span {
  width: 100%;
}
.Header .Header-hamburger.is-expanded span {
  position: absolute;
  left: 0;
  top: 0;
}
.Header .Header-hamburger.is-expanded span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
footer {
  border-top: 1px solid #e5e5e5;
  color: #8e8d8e;
  text-align: center;
  font-size: 9px;
  padding: 20px;
  position: absolute;
  bottom: -90px;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.HomeRoute + footer {
  bottom: -180px;
}
.HomeFeaturedCategory-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: calc(100% - 171px);
  width: 100%;
}
.HomeFeaturedCategory {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: #8c8c8c;
  width: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
}
.HomeFeaturedCategory a {
  color: $colorWhite;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.HomeFeaturedCategory .HomeFeaturedCategory-icon-title-wrap {
  position: relative;
}
.HomeFeaturedCategory .HomeFeaturedCategory-whitebox {
  background: #fff;
  position: absolute;
  padding: 15px;
  left: 18px;
  top: 10px;
  display: none;
}
.HomeFeaturedCategory .HomeFeaturedCategory-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  color: #df4949;
}
.HomeFeaturedCategory .HomeFeaturedCategory-title {
  font-family: 'AvenirNext-DemiBold';
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  position: relative;
  color: #000;
}
.HomeCategory {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
}
.HomeCategory .HomeCategory-icon {
  margin-right: 10px;
}
.HomeCategory .HomeCategory-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.HomeCategory a {
  padding: 20px;
  display: block;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.HomeCategory i {
  font-size: 16px;
  height: 16px;
  line-height: 0;
}
.HomeCategory-tagline {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.HomeCategory-tagline span {
  background: #4c4c4b;
  color: #fff;
  padding: 2px 8px 1px 8px;
  border-radius: 20px;
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'AvenirNext-DemiBold';
}
.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.CategoryFeaturedSlider {
  overflow: hidden;
}
.CategoryFeaturedSlider .CategoryFeaturedSlider-item img {
  width: 100%;
}
.CategoryFeaturedSlider .CategoryFeaturedSlider-item h2 {
  position: absolute;
  left: 10px;
  color: $colorWhite;
  bottom: 10px;
}
@media screen and (min-width: 530px) {
  .CategoryFeaturedSlider {
    height: 300px;
  }
  .CategoryFeaturedSlider .CategoryFeaturedSlider-item img {
    margin-top: -15%;
  }
}
@media screen and (min-width: 1100px) {
  .CategoryFeaturedSlider {
    height: 500px;
  }
  .CategoryFeaturedSlider .CategoryFeaturedSlider-item img {
    margin-top: -15%;
  }
}
@media screen and (min-width: 1200px) {
  .CategoryFeaturedSlider .CategoryFeaturedSlider-item img {
    margin-top: -20%;
  }
}
.ItemDetail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ItemDetail .ItemDetail-wrap {
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ItemDetail .ItemDetail-description {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  color: #8e8d8e;
}
.ItemDetail .ItemDetail-tag {
  padding: 5px 10px;
  background: #8e8d8e;
  color: #fff;
  font-size: 9px;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
}
.ItemDetail .ItemDetail-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 15px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.ItemDetail .ItemDetail-buttons button {
  text-align: left;
}
.ItemDetail .ItemDetail-buttons i {
  margin-right: 5px;
  font-size: 10px;
  margin-top: 1px;
}
.ItemDetail .ItemDetail-buttons .ItemDetail-addFavorite {
  background: none;
  color: #000;
  border: none;
  font-size: 13px;
  padding: 0;
  width: 50%;
}
.ItemDetail .ItemDetail-buttons .ItemDetail-share {
  font-size: 13px;
  float: right;
  background: none;
  color: #000;
  border: none;
  padding: 0;
  width: 50%;
  display: none;
}
.ItemChannelGuide,
.ItemChannelGuide .ItemChannelGuide-title {
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ItemChannelGuide h2,
.ItemChannelGuide .ItemChannelGuide-title h2 {
  font-size: 14px;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: 5px;
}
.ItemChannelGuide p,
.ItemChannelGuide .ItemChannelGuide-title p {
  color: #8e8d8e;
  font-size: 13px;
}
.ItemChannelGuide .ItemChannelGuide-title,
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-title {
  padding: 15px 0 12px 0;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ItemChannelGuide .ItemChannelGuide-title h3,
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-title h3 {
  font-size: 11px;
  font-family: 'AvenirNext-DemiBold';
}
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-seeall,
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-title .ItemChannelGuide-seeall {
  font-size: 13px;
  color: #8e8d8e;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-seeall i,
.ItemChannelGuide .ItemChannelGuide-title .ItemChannelGuide-title .ItemChannelGuide-seeall i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: 4px;
}
.FavriteEmpty {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
}
.FavriteEmpty span {
  font-size: 60px;
}
.FavriteEmpty h2 {
  font-size: 30px;
  color: #000;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: 20px;
}
.FavriteEmpty p {
  font-size: 18px;
  color: #8e8d8e;
  font-family: 'AvenirNext-Regular';
  margin-bottom: 20px;
}
.FavriteEmpty .FavoriteEmpty-button {
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
  background: #df4949;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
}
.Search {
  position: fixed;
  left: calc(100% - 40px);
  top: 0;
  z-index: 3;
  padding: 0 15px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  height: 50px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.Search.Search--visible {
  left: 0;
  z-index: 3;
}
.Search.Search--visible .Search-wrap {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.Search form {
  width: 100%;
}
.Search input {
  font-size: 14px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'AvenirNext-Regular';
  border: none;
}
.Search input:focus {
  outline: none;
}
.Search .Search-wrap {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Search form {
  width: 100%;
}
.Search .icon {
  cursor: pointer;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Search .icon.icon-search {
  padding: 15px;
}
.Search .icon.icon-remove {
  font-size: 11px;
}
.Filter {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Filter .Filter-tab {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.Filter .Filter-tab i {
  margin-right: 7px;
  font-size: 13px;
  color: #8e8d8e;
  margin-top: 3px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.Filter .Filter-tab .Filter-arrow {
  position: absolute;
  left: 35px;
  top: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #e5e5e5;
  background: #fff;
  font-size: 15px;
  z-index: 1;
  display: none;
}
.Filter .Filter-content {
  font-family: 'AvenirNext-Regular';
  width: 209%;
  border-top: 1px solid #e5e5e5;
  padding: 15px 15px 0 15px;
  margin-top: 15px;
  font-size: 13px;
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Filter .Filter-content label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 12.5px;
}
.Filter .Filter-content label:first-child {
  padding: 0;
}
.Filter .Filter-content label input[type="checkbox"] {
  margin-right: 5px;
  display: none;
}
.Filter .Filter-content label span.Filter-checkbox {
  padding: 8px;
  margin-right: 10px;
  border: 1px solid #000;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.Filter .Filter-content label input[type="checkbox"]:checked + span.Filter-checkbox + span.Filter-text {
  font-family: 'AvenirNext-DemiBold';
}
.Filter .Filter-content label input[type="checkbox"]:checked + span.Filter-checkbox {
  background: #000;
}
.Filter .Filter-content label input[type="checkbox"]:checked + span.Filter-checkbox:before {
  position: absolute;
  content: "\6c";
  color: #fff;
  font-size: 9px;
  font-family: "untitled-font-2";
  left: 3px;
  top: 3px;
}
.Filter .Filter-content .Filter-reset {
  padding-top: 15px;
  text-transform: uppercase;
  color: #8e8d8e;
}
.Filter.Filter--visible .Filter-content {
  display: block;
}
.Filter.Filter--visible .Filter-arrow {
  display: block;
}
.Filter.Filter--visible .Filter-tab i {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 12px;
}
.Filter.Filter--visible .Filter-tab .Filter-arrow {
  color: #e5e5e5;
  height: auto;
}
.filterTags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
}
.filterTags .filterTags-tag {
  color: #8e8d8e;
  border: 1px solid #8e8d8e;
  border-radius: 10px;
  padding: 2px 7px;
  margin-right: 10px;
}
.filterTags .filterTags-tag i {
  font-size: 7px;
}
.filterTags .filterTags-reset {
  margin-top: 3px;
  text-transform: uppercase;
  color: #8e8d8e;
  font-weight: bold;
}
.Sort {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Sort .Sort-tab {
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.Sort .Sort-tab i {
  margin-right: 7px;
  font-size: 13px;
  color: #8e8d8e;
  margin-top: 3px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.Sort .Sort-tab .Sort-arrow {
  position: absolute;
  left: 35px;
  top: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #e5e5e5;
  background: #fff;
  font-size: 15px;
  z-index: 1;
  display: none;
}
.Sort .Sort-content {
  width: 209%;
  border-top: 1px solid #e5e5e5;
  padding: 15px 15px 0 15px;
  margin-top: 15px;
  font-size: 13px;
  position: relative;
  float: right;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Sort .Sort-content li {
  padding-top: 12.5px;
  list-style: none;
}
.Sort .Sort-content li:first-child {
  padding-top: 0;
}
.Sort .Sort-content li.Sort--selected {
  font-family: 'AvenirNext-DemiBold';
}
.Sort .Sort-content .Sort-reset {
  text-transform: uppercase;
  color: #8e8d8e;
}
.Sort.Sort--visible .Sort-content,
.Sort.Sort--visible .Sort-arrow {
  display: block;
}
.Sort.Sort--visible .Sort-tab i {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 12px;
}
.Sort.Sort--visible .Sort-tab .Sort-arrow {
  color: #e5e5e5;
  height: auto;
}
.Tiles-wrap {
  padding: 15px;
}
.Tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 114px;
  white-space: normal;
  vertical-align: top;
}
.Tile .Tile-date {
  display: none;
  font-size: 9px;
  font-family: 'AvenirNext-DemiBold';
  color: #8e8d8e;
  margin-top: 10px;
}
.Tile .Tile-watched {
  display: none;
  font-family: 'AvenirNext-DemiBold';
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 3px 5px;
  background: rgba(0,0,0,0.5);
  border-radius: 50px;
}
.Tile .Tile-watched i {
  margin-right: 5px;
}
.Tile .Tile-actions {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 64px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Tile .Tile-actions a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.Tile a {
  color: #8e8d8e;
  text-decoration: none;
}
.Tile img {
  width: 100%;
}
.Tile h2 {
  color: #8e8d8e;
  font-size: 13px;
  font-weight: normal;
}
.Tile .Tile-duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 9px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 3px 5px;
  border-radius: 10px;
  z-index: 1;
}
.Tile .Tile-favorites {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 15px;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-animation: unfavorite 1s alternate 1;
  -moz-animation: unfavorite 1s alternate 1;
  -o-animation: unfavorite 1s alternate 1;
  -ms-animation: unfavorite 1s alternate 1;
  animation: unfavorite 1s alternate 1;
}
.Tile .Tile-favorites i {
  color: #fff;
  font-size: 9px;
  position: absolute;
  right: 4px;
  top: 3.5px;
}
.Tile .Tile-favorites.added {
  -webkit-animation: favorite 1s alternate 1;
  -moz-animation: favorite 1s alternate 1;
  -o-animation: favorite 1s alternate 1;
  -ms-animation: favorite 1s alternate 1;
  animation: favorite 1s alternate 1;
  background: #df4949;
}
.Tile.Tile-list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.Tile.Tile-list h2 {
  color: #000;
}
.Tile.Tile-list .Tile-title {
  width: 50%;
}
.Tile.Tile-list .Tile-actions {
  margin-right: 15px;
  margin-bottom: 0;
  min-height: 77px;
  width: 50%;
}
.Tile.Tile-list .Tile-actions .Tile-watched {
  display: block;
}
.Tile.Tile-list .Tile-date {
  display: block;
}
.Tile.Tile-list:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
  border: none;
}
.Tile.Tile-grid {
  padding-left: 15px;
  padding-right: 7.5px;
}
.Tile.Tile-grid .Tile-actions {
  min-height: 77px;
  margin-bottom: 10px;
}
.SearchResult .Tile-favorites {
  display: none;
}
@media screen and (min-width: 530px) {
  .Tile.Tile-list {
    width: 33%;
    display: inline-block;
  }
  .Tile.Tile-list .Tile-actions {
    width: auto;
  }
}
@media screen and (min-width: 840px) {
  .Tile.Tile-list {
    width: 25%;
  }
}
.TileChannelGuide {
  color: #000;
  width: 100%;
  position: relative;
}
.TileChannelGuide h3 {
  font-size: 13px;
  font-family: 'AvenirNext-DemiBold';
}
.TileChannelGuide .TileChannelGuide-duration {
  float: right;
  font-size: 13px;
  font-family: 'AvenirNext-DemiBold';
}
.TileChannelGuide h4 {
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'AvenirNext-DemiBold';
}
.TileChannelGuide .TileChannelGuide-seeall {
  font-size: 13px;
}
.TileChannelGuide .TileChannelGuide-seeall a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #8e8d8e;
  text-decoration: none;
}
.TileChannelGuide .TileChannelGuide-seeall i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: 4px;
}
.TileChannelGuide .TileChannelGuide-tab {
  padding: 0;
  color: #8e8d8e;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: -16px;
  z-index: 1;
  font-size: 13px;
}
.TileChannelGuide .TileChannelGuide-tab .TileChannelGuide-arrow {
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #e5e5e5;
  background: #fff;
  display: none;
  z-index: -1;
}
.TileChannelGuide .TileChannelGuide-tabContent {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 200%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
}
.TileChannelGuide .TileChannelGuide-tabContent .GuideList:last-child {
  margin-bottom: 10px;
}
.TileChannelGuide .TileChannelGuide-tabContent progress {
  margin-bottom: 12px;
}
.TileChannelGuide .TileChannelGuide-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px;
}
.TileChannelGuide .TileChannelGuide-title:first-child {
  padding-top: 13px;
}
.TileChannelGuide .TileChannelGuide-close {
  position: absolute;
  right: 15px;
  bottom: 11px;
  font-size: 13px;
  color: #8e8d8e;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.TileChannelGuide .TileChannelGuide-close i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.TileChannelGuide.TileChannelGuide--visible .icon-tv-guide {
  color: #000;
}
.TileChannelGuide.TileChannelGuide--visible .icon-tv-guide:before {
  content: "\69";
}
.TileChannelGuide.TileChannelGuide--visible .TileChannelGuide-tabContent {
  height: 140px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 10px;
}
.TileChannelGuide.TileChannelGuide--visible .TileChannelGuide-arrow {
  display: block;
}
@media screen and (min-width: 530px) {
  .TileChannelGuide .TileChannelGuide-tabContent {
    width: 300%;
  }
}
@media screen and (min-width: 840px) {
  .TileChannelGuide .TileChannelGuide-tabContent {
    width: 400%;
  }
}
.CategoryItem {
  padding: 13px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.CategoryItem .CategoryItem-scroll {
  overflow-x: scroll;
}
.CategoryItem .CategoryItem-wrap {
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}
.CategoryItem .CategoryItem-title {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.CategoryItem .CategoryItem-title h3 {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.CategoryItem .CategoryItem-title .CategoryItem-seeall {
  color: #8e8d8e;
  font-size: 13px;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.CategoryItem .CategoryItem-title .CategoryItem-seeall i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: 4px;
}
.CategoryItem .seprator {
  margin-top: 15px;
  margin-left: 15px;
}
.CategoryItem:last-child {
  padding-bottom: 15px;
}
.CategoryItem:last-child .seprator {
  display: none;
}
.CategoryItem .CategoryItem-wrap .Tile {
  margin-left: 10px;
}
.CategoryItem .CategoryItem-wrap .Tile:first-child {
  margin-left: 15px;
}
.CategoryItem .CategoryItem-wrap .Tile:last-child {
  margin-right: 15px;
}
.GuideList {
  width: 100%;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #8e8d8e;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.GuideList:last-child {
  border: none;
  margin-bottom: 0;
}
.GuideList .GuideList-title {
  font-family: 'AvenirNext-DemiBold';
}
.GuideList .GuideList-startTime {
  margin-right: 20px;
}
.ChannelGuideRoute .GuideList {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body:not(:-moz-handler-blocked) progress {
  background: rgba(234,234,234,0.6);
}
progress {
  width: 100%;
  -webkit-appearance: none;
  height: 9px;
  border: none;
}
progress::-webkit-progress-bar {
  background: #eaeaea;
  border-radius: 50px;
}
progress::-webkit-progress-value {
  background: #df4949;
  border-radius: 50px;
}
progress::-moz-progress-bar {
  background: #df4949;
  border-radius: 50px;
}
progress::-moz-progress-value {
  background: #df4949;
  border-radius: 50px;
}
.ItemDetail progress {
  margin-top: -9px;
  position: relative;
  z-index: 1;
}
.ItemDetail progress::-webkit-progress-bar {
  border-radius: 0;
  background: rgba(234,234,234,0.6);
}
.ItemDetail progress::-webkit-progress-value {
  border-radius: 0 50px 50px 0;
}
.CompositeTileGuide-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}
.CompositeTileGuide-wrap:last-child {
  border: none;
}
.CompositeTileGuide {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.CompositeTileGuide .Tile {
  width: auto;
}
.CompositeTileGuide .Tile h2 {
  color: #000;
  padding-right: 22px;
}
.CompositeTileGuide:nth-child(2n+2) .Tile {
  padding-right: 15px;
  padding-left: 7.5px;
}
.CompositeTileGuide:nth-child(2n+2) .TileChannelGuide .TileChannelGuide-tab {
  right: 15px;
}
@media screen and (max-width: 530px) {
  .CompositeTileGuide {
    width: 50%;
  }
  .CompositeTileGuide:nth-child(2n+2) .TileChannelGuide-tabContent {
    margin-left: -100%;
  }
}
@media screen and (min-width: 530px) {
  .CompositeTileGuide {
    width: 33%;
  }
  .CompositeTileGuide .TileChannelGuide-tabContent {
    margin-left: 0;
  }
  .CompositeTileGuide:nth-child(3n+3) .TileChannelGuide-tabContent {
    margin-left: -200%;
  }
  .CompositeTileGuide:nth-child(3n+2) .TileChannelGuide-tabContent {
    margin-left: -100%;
  }
}
@media screen and (min-width: 840px) {
  .CompositeTileGuide {
    width: 25%;
  }
  .CompositeTileGuide .Tile.Tile-grid .Tile-actions {
    min-height: 127px;
  }
  .CompositeTileGuide:nth-child(4n+4) .TileChannelGuide-tabContent {
    margin-left: -300%;
  }
  .CompositeTileGuide:nth-child(4n+3) .TileChannelGuide-tabContent {
    margin-left: -200%;
  }
  .CompositeTileGuide:nth-child(4n+2) .TileChannelGuide-tabContent {
    margin-left: -100%;
  }
}
.ChannelGuide-wrap {
  padding: 15px;
}
.ChannelGuide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.ChannelGuide h3 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 10px;
}
.ChannelGuide h3 a {
  color: #000;
  text-decoration: none;
}
.ChannelGuide h4 {
  color: #000;
  margin-bottom: 10px;
  font-family: 'AvenirNext-DemiBold';
  font-size: 11px;
}
.ChannelGuide .ChannelGuide-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ChannelGuide .ChannelGuide-seeall {
  color: #8e8d8e;
  font-size: 13px;
}
.ChannelGuide .ChannelGuide-seeall a {
  color: #8e8d8e;
  text-decoration: none;
}
.ChannelGuide .ChannelGuide-seeall i {
  float: right;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 10px;
  margin-top: 1px;
  margin-left: 5px;
}
.ChannelGuide .ChannelGuide-current {
  color: #000;
  font-family: 'AvenirNext-DemiBold';
  font-size: 13px;
  padding-bottom: 4px;
}
.ChannelGuide .ChannelGuide-duration {
  font-size: 13px;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: 6px;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ChannelGuide .ChannelGuide-duration .ChannelGuide-startTime {
  color: #8e8d8e;
}
.ChannelGuide .ChannelGuide-item {
  width: 20%;
  margin-right: 15px;
  position: relative;
}
.ChannelGuide .ChannelGuide-item .ChannelGuide-itemwrap {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ChannelGuide .ChannelGuide-item img {
  width: 100%;
}
.ChannelGuide .ChannelGuide-detail {
  width: 75%;
}
.ChannelGuide:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ChannelGuide progress {
  margin-bottom: 10px;
}
@media screen and (min-width: 530px) {
  .ChannelGuide .ChannelGuide-item .ChannelGuide-itemwrap {
    height: 90px;
  }
}
.videoWrap {
  position: relative;
}
.videoLoader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  background: url("../assets/images/viddigo-loader.gif") center center #fff no-repeat;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.videoLoader.videoLoader--visible {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.VideoPlayer-notSupported {
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
.MyAccount .accountInfo {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.MyAccount li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.MyAccount li:last-child {
  border-bottom: none;
}
.MyAccount li span {
  color: #8e8d8e;
}
.MyAccount li strong {
  width: 50%;
}
.MyAccount .Unsubscribe-button {
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
  background: #df4949;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 35px;
  border: none;
}
.confirmation {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.confirmation .confirm-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.confirmation p {
  margin-bottom: 20px;
}
.confirmation button {
  width: 45%;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  padding: 20px;
  background: none;
  font-size: 14px;
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
}
.confirmation a {
  width: 45%;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  padding: 20px;
  background: none;
  font-size: 14px;
  text-decoration: none;
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
}
.unsubscribed {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
@font-face {
  font-family: 'Arabic';
  src: url("./assets/fonts/NeoSansArabic_0.eot") format('embedded-opentype');
  src: local("☺"), url("./assets/fonts/NeoSansArabic_0.woff") format("woff"), url("./assets/fonts/NeoSansArabic_0.ttf") format("truetype"), url("./assets/fonts/NeoSansArabic_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.App.rtl {
  direction: rtl;
  font-family: 'Arabic';
}
.App.rtl .icon-back:before,
.App.rtl .icon-right:before,
.App.rtl .icon-search:before,
.App.rtl .icon-dropdown:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
}
.App.rtl .ChannelGuideRoute .icon-dropdown:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-block;
}
.App.rtl .icon-search:before {
  padding-left: 3px;
}
.App.rtl .Menu {
  left: inherit;
  right: -200px;
  font-family: 'Arabic';
  letter-spacing: 1px;
}
.App.rtl .Menu.Menu--visible {
  left: inherit;
  right: 0;
}
.App.rtl .Menu .Menu-sub a:before {
  right: inherit;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.App.rtl .Menu li {
  font-size: 12px;
}
.App.rtl .Menu span {
  margin-right: 0;
  margin-left: 10px;
}
.App.rtl .Header .Header-hamburger {
  right: 15px;
  left: inherit;
}
.App.rtl .Header .Header-icon {
  right: 0;
  left: inherit;
}
.App.rtl .Header h1 {
  font-family: 'Arabic';
}
.App.rtl .notification i {
  margin-left: 5px;
}
.App.rtl .HomeFeaturedCategory-title,
.App.rtl .HomeCategory-tagline span,
.App.rtl .HomeCategory {
  font-family: 'Arabic';
  font-weight: bold;
  letter-spacing: 1px;
}
.App.rtl .HomeCategory-tagline span {
  font-size: 10px;
  padding: 3px 8px 3px 8px;
}
.App.rtl .HomeCategory-icon {
  margin-right: 0;
  margin-left: 10px;
}
.App.rtl .HomeFeaturedCategory {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.App.rtl .HomeFeaturedCategory .HomeFeaturedCategory-icon-title-wrap {
  width: 100%;
}
.App.rtl .HomeFeaturedCategory .HomeFeaturedCategory-whitebox {
  left: 64px;
}
.App.rtl .HomeFeaturedCategory .HomeFeaturedCategory-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.App.rtl .HomeFeaturedCategory .HomeFeaturedCategory-title {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.App.rtl .CategoryFeaturedSlider {
  direction: ltr;
}
.App.rtl .CategoryItem .CategoryItem-wrap .Tile:first-child {
  margin-right: 15px;
}
.App.rtl .CategoryItem .CategoryItem-seeall i {
  margin-left: 0;
  margin-right: 3px;
}
.App.rtl .Search {
  right: calc(100% - 40px);
  left: inherit;
  padding: 0 0 0 15px;
}
.App.rtl .Search.Search--visible {
  right: 0;
  left: inherit;
}
.App.rtl .Tile h2 {
  direction: ltr;
  text-align: right;
}
.App.rtl .Tile.Tile-list .Tile-actions {
  margin-right: 0;
  margin-left: 15px;
}
.App.rtl .Filter .Filter-tab i {
  margin-left: 7px;
}
.App.rtl .Filter .Filter-tab .Filter-arrow {
  left: inherit;
  right: 26px;
  top: 12px;
}
.App.rtl .Filter .Filter-content {
  float: right;
  font-family: 'Arabic';
}
.App.rtl .Filter .Filter-content label span.Filter-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.App.rtl .Filter .Filter-content label input[type="checkbox"]:checked + span.Filter-checkbox + span.Filter-text {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .Sort .Sort-tab i {
  margin-left: 7px;
}
.App.rtl .Sort .Sort-tab .Sort-arrow {
  left: inherit;
  right: 26px;
  top: 12px;
}
.App.rtl .Sort .Sort-content {
  float: left;
  font-family: 'Arabic';
}
.App.rtl .Sort .Sort-content .Sort--selected {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .filterTags .filterTags-tag {
  margin-right: 0;
  margin-left: 10px;
  padding: 4px 7px 2px 7px;
}
.App.rtl .TileChannelGuide h4 {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .TileChannelGuide .TileChannelGuide-tab {
  right: inherit;
  left: 15px;
}
.App.rtl .TileChannelGuide .TileChannelGuide-close {
  right: inherit;
  left: 15px;
}
.App.rtl .CompositeTileGuide .Tile h2 {
  padding-right: 0;
  padding-left: 22px;
}
.App.rtl .CompositeTileGuide:nth-child(2n+2) .TileChannelGuide-tabContent {
  margin-right: -100%;
  margin-left: 0;
}
.App.rtl .CompositeTileGuide:nth-child(2n+2) .TileChannelGuide-tab {
  left: 8px;
}
.App.rtl .GuideList .GuideList-startTime {
  margin-left: 20px;
  margin-right: 0;
}
.App.rtl .ItemDetail-wrap .ItemDetail-description {
  direction: ltr;
  text-align: right;
}
.App.rtl .ItemDetail-tag {
  letter-spacing: 1px;
}
.App.rtl .ItemDetail-addFavorite {
  font-family: 'Arabic';
  text-align: right;
}
.App.rtl .ItemDetail-addFavorite .icon-favorites {
  margin-left: 5px;
  margin-right: 0;
}
.App.rtl .ItemChannelGuide-title h3 {
  font-family: 'Arabic';
  letter-spacing: 1px;
}
.App.rtl .ChannelGuide h4 {
  font-family: 'Arabic';
  letter-spacing: 1px;
}
.App.rtl .ChannelGuide .ChannelGuide-item {
  margin-right: 0;
  margin-left: 15px;
}
.App.rtl .Favorites-tabs {
  font-family: 'Arabic';
}
.App.rtl .Favorites-tabs li {
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
.App.rtl .Favorites-tabs li.Favorites--active {
  font-family: 'Arabic';
}
.App.rtl .FavriteEmpty h2 {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .FavriteEmpty p {
  font-family: 'Arabic';
}
.App.rtl .FavriteEmpty .FavoriteEmpty-button {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .PageRoute h1,
.App.rtl .PageRoute h6 {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl .Unsubscribe h2 {
  font-family: 'Arabic';
}
.App.rtl .Unsubscribe .Unsubscribe-button,
.App.rtl .Unsubscribe P {
  font-family: 'Arabic';
  font-weight: bold;
}
.App.rtl footer {
  font-family: 'Arabic';
  letter-spacing: 1px;
}
.App.rtl .MyAccount button {
  font-family: 'Arabic';
}
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,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);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,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);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}

.cscore-widget {
    padding: 15px;
    direction: ltr;
}

.cscore-widget__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.cscore-widget__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cscore__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}

.cscore__details {
    margin: 0 0 15px;
}

.cscore__badge {
    background: #E7E7E7;    
    font-size: 10px;
    color: #000000;
    padding: 2px 10px;
    border-radius: 3px;
    line-height: 14px;
    text-transform: none;
    text-align: left;
}

.cscore__overview {}



.cscore-overview {
    font-family: 'AvenirNext-Regular';
    font-size: 10px;
    margin: 5px 0 0 0;
    letter-spacing: -0.2px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cscore-teams__item {
    opacity: 0.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cscore-teams__item_winner {
    opacity: 1;
}

.cscore-teams__item:first-child {
    margin: 0 0 10px;
}

.cscore-teams__logo {
    width: 26px;
    height: 17px;
    display: none;
    margin: 0 10px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cscore-teams__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.cscore-teams__name,
.cscore-teams__score {
    font-family: 'AvenirNext-DemiBold';
    letter-spacing: -0.1px;
    color: #000000;
    text-transform: uppercase;
}

.cscore-teams__score {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.cscore-teams__name {
    word-break: break-all;
    margin: 0 5px 0 0;
}

.cscore__notes {    
    font-size: 10px;
    letter-spacing: -0.2px;
    color: #000000;
    text-transform: none; 
    margin: 10px 0 0;
}

.cscore__notes-live {
    color: red;
    font-weight: bold;    
}

.cscore__time-date {
    font-family: 'AvenirNext-Regular';
    font-size: 10px;
    letter-spacing: -0.2px;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
}
/* Football Score CSS */

.fscore-widget {
    padding: 15px;
    z-index: 1;
    padding-top: 64px;
}

.fscore-widget__item {
    padding-bottom: 15px;
    margin-bottom: 15px;

    border-bottom: 1px solid #e5e5e5;
}

.fscore-widget__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

.fscore__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 15px;
}

.fscore__details {
    margin: 0 0 15px;
}

.fscore__badge {
    background: #E7E7E7;

    font-family: 'AvenirNext-Medium';
    font-size: 10px;

    color: #000000;

    text-transform: uppercase;
    text-align: center;

    padding: 2px 10px;

    border-radius: 3px;

    line-height: 14px;
}

.fscore__overview {}



.fscore-overview {
    font-family: 'AvenirNext-Regular';
    font-size: 10px;

    letter-spacing: -0.2px;
    line-height: 18px;

    color: rgba(0, 0, 0, 0.5);

    margin: 0 0 0 6px;
    width: 100%;

    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

    white-space: nowrap;

}


.fscore-teams__item {
    opacity: 0.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fscore-teams__item_winner,
.fscore-teams__item_draw {
    opacity: 1;
}



.fscore-teams__item:first-child {
    margin: 0 0 10px;
}

.fscore-teams__logo {
    width: 17px;
    height: 17px;

    margin: 0 10px 0 0;

    float: left;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.fscore-teams__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    flex: 1 1;
}

.fscore-teams__name,
.fscore-teams__score {
    font-family: 'AvenirNext-DemiBold';
    letter-spacing: -0.1px;

    color: #000000;

    text-transform: uppercase;

    position: relative;
}

.fscore-teams__score {
    font-variant-numeric: tabular-nums;
}

.fscore__notes {
    font-family: 'AvenirNext-Medium';
    font-size: 10px;

    letter-spacing: -0.2px;

    color: #000000;

    text-transform: uppercase;

    margin: 10px 0 0;
}

.fscore__time-date {
    font-family: 'AvenirNext-Regular';
    font-size: 10px;

    letter-spacing: -0.2px;
    text-align: right;

    color: rgba(0, 0, 0, 0.5);
}

.fscore-teams__item_winner .fscore-teams__score:after {
    content: " ◄";
}

.header-scroll {
    /* position: fixed; */
    z-index: 2;
    width: 100%;
}
.header-scroll__wrapper {
    padding: 5px 0;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
   }
   
   .header-scroll__item {
    display: inline-block;
    margin: 0 0 0 10px;
   }
   
   .header-scroll__item:first-child {
    margin: 0 0 0 15px;
   }
   
   .header-scroll__item:last-child {
    margin: 0 15px 0 10px;
   }
   
   .header-scroll__link {
    background: #ffffff;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 24px;
    font-size: 14px;
   }
   
   .header-scroll__link:active,
   .header-scroll__link_active {
    background: #df4949;
    color: #ffffff;
   }

   .filter-container_ltr,
    .fscore-widget_ltr{
       direction: ltr !important;
       font-family: 'AvenirNext-Regular' !important;
   }
.md-scroll-mask {
  position: initial;
}
html {
  min-height: calc(100% - 87px);
  position: relative;
}
body,
html {
  overflow-x: hidden;
  letter-spacing: -0.5px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'AvenirNext-Regular';
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
form,
figure {
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
}
.wrapper {
  width: 100%;
}
.ShowMore {
  text-align: center;
  display: block;
  padding: 10px 0;
}
.LoadingMore.ShowMore img {
  margin: 0px 5px 0 0;
  display: inline-block;
  height: 20px;
}
.LoadingMore.ShowMore span span {
  display: block;
}
#mount-node > div {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#mount-node > div.menu-active {
  margin-left: 200px;
}
@-moz-keyframes favorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes favorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes favorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes favorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes unfavorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes unfavorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes unfavorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes unfavorite {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
