/* https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06 */
/*
*   http://chir.ag/projects/name-that-color
*/
/*
*   RGBA
*/
/*
*   Coub colors
*/
/*
*   Color Palette List
*/
/*
*   Color RGBA Palette List
*   Named by the resulting color on a white background
*/
/*
*   Social Providers Colors List
*/
/*
  Other
*/
/*
  Shadows
*/
/*
*   https://raw.githubusercontent.com/inuitcss/tools.mixins/master/_tools.mixins.scss
*/
.channels-block.channels-block--list {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.channels-block.channels-block--list.animate-prerender-300ms {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
}
.channels-block.channels-block--list .recommendations-list-outer {
  overflow: auto;
}
.channels-block.channels-block--list .channels-block__heading {
  padding: 16px 17px 1px;
}
.channels-block.channels-block--list h3 {
  font-size: 14px;
}
.channels-block.channels-block--list .channel.channel--simple {
  padding: 14px 17px;
}
.channels-block.channels-block--list .channel.channel--simple .close-small {
  position: absolute;
  right: 10px;
  top: 10px;
}
.channels-block.channels-block--list .list {
  overflow: hidden;
}
.channels-block.channels-block--list .list__item {
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.channels-block.channels-block--list .list__item:last-child {
  border: none;
}
.channels-block.channels-block--list .list__item.ui-sortable-helper {
  background-color: rgba(255, 255, 255, 0.7);
}

.channels-block.channels-block--suggested-list h3 {
  font-size: 18px;
}
.channels-block.channels-block--suggested-list .channels-block__heading {
  padding: 19px 16px 2px;
}
.channels-block.channels-block--suggested-list .channels-block__view-all {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 24px;
}
.channels-block.channels-block--suggested-list .channel {
  padding: 14px;
  position: relative;
}
.channels-block.channels-block--suggested-list .close-small {
  font-size: 8px;
  position: absolute;
  right: 9px;
  top: 17px;
}

.animation-wrap {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.animation-wrap .list__item {
  border-bottom: 1px solid #f2f2f2;
}
.animation-wrap .list__item.fade {
  background-color: #f7f7f7;
}
.animation-wrap .list__item.fade .channel {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.animation-wrap.single .list__item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animation-wrap.single .list__item.hooded {
  background-color: white;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin-right: 25px;
  z-index: 200;
  box-shadow: -10px 5px 8px -10px rgba(0, 0, 0, 0.1);
}
.animation-wrap.single .channel {
  opacity: 1;
}

.animation-wrap.multiple {
  height: 62px;
}
.animation-wrap.multiple .list__item {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.animation-wrap.multiple .list__item:first-child {
  opacity: 1;
}
.animation-wrap.multiple .list__item.prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.animation-wrap.remove {
  overflow-y: hidden;
  height: 62px;
}
.animation-wrap.remove .list__item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.avatar-upload {
  position: relative;
}
.avatar-upload .avatar-upload__holder {
  position: relative;
  display: inline-block;
}
.avatar-upload img, .avatar-upload form {
  border-radius: 5px;
}
.avatar-upload form {
  height: 110px;
}
.avatar-upload .sb {
  line-height: 1.2;
  padding: 37px 10px 0px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
}
.avatar-upload .sb:before {
  content: '';
  position: absolute;
  left: 37px;
  top: 24px;
}
.avatar-upload .sb.-empty {
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.35);
}
.avatar-upload .sb.-empty:before {
  height: 29px;
  width: 37px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -976px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .avatar-upload .sb.-empty:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1656px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.avatar-upload .sb.-uploaded {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.avatar-upload .sb.-uploaded:before {
  height: 29px;
  width: 37px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -877px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .avatar-upload .sb.-uploaded:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1557px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
html:not(.mobile) .avatar-upload .sb.-uploaded:hover {
  opacity: 1;
}

.dropdown.dropdown--guide {
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -moz-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -ms-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -o-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
}
.dropdown.dropdown--guide.-showed {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dropdown.dropdown--guide .dropdown__content {
  padding: 23px 25px 14px;
  width: 280px;
  text-align: center;
}
.dropdown.dropdown--guide h4 {
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}
.dropdown.dropdown--guide p {
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.dropdown.dropdown--guide p a {
  color: #0332FF;
}
.dropdown.dropdown--guide button {
  z-index: 1;
}
.dropdown.dropdown--guide.-below.arrow-left > .dropdown__pointer {
  left: -83px;
}
.dropdown.dropdown--guide.-below.arrow-right > .dropdown__pointer {
  right: -83px;
}
.dropdown.dropdown--guide.-left.arrow-top > .dropdown__pointer {
  width: 24px;
  right: -8px;
  top: 7px;
}
.dropdown.dropdown--guide.arrow-bottom > .dropdown__pointer {
  overflow: visible;
  top: 95%;
}
.dropdown.dropdown--guide.no-title h4 {
  margin-bottom: 0;
}
.dropdown.dropdown--guide.no-title p {
  margin-top: -4px;
}

.page-container {
  width: 100%;
  padding-top: 0px;
}

.page-container > .grid-container.gutter-gamma {
  width: 100%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-container > .grid-container.gutter-gamma {
    width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-container > .grid-container.gutter-gamma {
    width: 970px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid-container.gutter-gamma.centered .coubs-list[view='list'],
  .grid-container.gutter-gamma.centered .coubs-list[view='listWithoutScroll'] {
    width: 640px;
    margin: 0px auto;
  }
  .grid-container.gutter-gamma.centered .coubs-list--editorial[view='list'],
  .grid-container.gutter-gamma.centered .coubs-list--editorial[view='listWithoutScroll'] {
    width: 100%;
  }
}
.hero-cover {
  z-index: 200;
  background-color: #e5e5e5;
}
.hero-cover > .loader__overlay {
  border-radius: 0px;
}

.hero-cover__att.-image,
.hero-cover__att.-coub {
  opacity: 0;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: -webkit-filter .15s linear, opacity .15s linear;
  -moz-transition: -moz-filter .15s linear, opacity .15s linear;
  -o-transition: -o-filter .15s linear, opacity .15s linear;
  -ms-transition: -ms-filter .15s linear, opacity .15s linear;
}
.hero-cover__att.-image.-faded,
.hero-cover__att.-coub.-faded {
  opacity: 1;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.hero-cover.-reposition .hero-cover__att,
.hero-cover.-reposition .hero-cover__reposition {
  cursor: row-resize;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.hero-cover.-drag .hero-cover__att,
.hero-cover.-drag .hero-cover__reposition {
  z-index: 200;
}

.hero-cover__reposition {
  padding: 8px 8px 8px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.hero-cover__reposition:before {
  font-family: web-symbols-reg;
  font-weight: 400;
  font-size: 17px;
  color: white;
  content: '\0048';
  position: absolute;
  left: 9px;
  top: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero-cover__reposition > p {
  font-size: 20px;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}
.hero-cover__reposition .sb-group {
  vertical-align: middle;
}
.hero-cover__reposition .sb.-string {
  color: white;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

.profile__channel-panel {
  width: 100%;
  height: 66px;
  position: absolute;
  top: 9px;
  left: 0px;
  box-shadow: 0px 1px 0px #e5e5e5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  z-index: -10;
}
.profile__channel-panel.-attached {
  -webkit-transform: translate3d(0, 61px, 0);
  -moz-transform: translate3d(0, 61px, 0);
  -ms-transform: translate3d(0, 61px, 0);
  -o-transform: translate3d(0, 61px, 0);
  transform: translate3d(0, 61px, 0);
  opacity: 1;
  z-index: auto;
}
.profile__channel-panel > .grid-container {
  margin: 0px auto;
  height: 100%;
  padding: 14px 0px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .profile__channel-panel > .grid-container {
    width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .profile__channel-panel > .grid-container {
    width: 982px;
  }
}
.profile__channel-panel .grid-col.-col-one-half:last-of-type {
  text-align: right;
}
.profile__channel-panel .object-media__img {
  width: 38px;
  height: 38px;
}
.profile__channel-panel .object-media__body > p {
  font-size: 12px;
}
.profile__channel-panel .timeline-controls {
  padding: 8px 0px;
}

.profile__follow-popup .modal__content {
  padding-bottom: 10px;
}
.profile__follow-popup h3.hthin {
  margin-bottom: 21px;
}
.profile__follow-popup h5.hbold {
  line-height: 1.1;
  margin-bottom: 9px;
  margin-top: 5px;
}
.profile__follow-popup .follow-btn {
  float: right;
  margin-top: 10px;
  margin-right: -13px;
}
.profile__follow-popup .object-media {
  text-align: left;
}
.profile__follow-popup .object-media__body {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .profile__follow-popup .modal__content {
    width: 416px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .profile__follow-popup .modal__content {
    padding: 20px;
  }
  .profile__follow-popup .object-media__img {
    float: none;
    margin: 0;
  }
  .profile__follow-popup .object-media__img > img {
    margin: 0px auto;
  }
}

.hero-cover__content-box-inner {
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.hero-cover.-working .hero-cover__content-box-inner {
  opacity: 0;
}
.hero-cover__content-box-inner:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: bottom;
}

.hero-cover__content-box {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) -50px, rgba(0, 0, 0, 0) 170px) no-repeat border-box, linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.3) 120%) no-repeat border-box;
  /*
   *   Channel avatar
   */
  /*
  *   Channel description
  */
}
.hero-cover.-drag .hero-cover__content-box {
  z-index: auto;
}
.hero-cover__content-box a.hero-cover__link {
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  width: 1000000000000px;
}
.hero-cover__content-box .channel {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 17px;
  width: 99%;
}
.hero-cover__content-box .channel:before, .hero-cover__content-box .channel:after {
  content: '';
  display: table;
}
.hero-cover__content-box .channel:after {
  clear: both;
}
.hero-cover__content-box .channel .loader__overlay {
  border-radius: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-cover__content-box .channel {
    text-align: center;
    background-color: #f7f7f7;
    bottom: 0px;
    width: 100%;
  }
}
.hero-cover__content-box .avatar-upload,
.hero-cover__content-box .channel__description {
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-cover__content-box .avatar-upload,
  .hero-cover__content-box .channel__description {
    display: block;
  }
}
.hero-cover__content-box .avatar-upload {
  bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-cover__content-box .avatar-upload {
    bottom: 27px;
    margin-bottom: -27px;
  }
  .hero-cover__content-box .avatar-upload img {
    width: 55px;
    height: 55px;
  }
}
.hero-cover__content-box .channel__description {
  margin-left: 19px;
}
.hero-cover__content-box .channel__description > h1,
.hero-cover__content-box .channel__description > p {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.hero-cover__content-box .channel__description > h1 {
  line-height: 1.2;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hero-cover__content-box .channel__description > p {
  font-size: 13px;
  line-height: 1.31;
  padding-left: 2px;
  max-width: 425px;
  margin-bottom: 8px;
  word-wrap: break-word;
}
.hero-cover__content-box .channel__description > p > .hashtag {
  color: white;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-cover__content-box .channel__description {
    margin: 0px 10px;
  }
  .hero-cover__content-box .channel__description > h1,
  .hero-cover__content-box .channel__description > p {
    text-shadow: none;
    color: black;
    padding: 0px 5%;
    max-width: 100%;
  }
  .hero-cover__content-box .channel__description > h1 {
    font-size: 17px;
    line-height: 2.4;
  }
  .hero-cover__content-box .channel__description > p {
    font-size: 11px;
    line-height: 1.45;
    margin: -5px 0px 10px 0px;
  }
  .hero-cover__content-box .channel__description > p > .hashtag {
    color: black;
  }
  .hero-cover__content-box .channel__description .homepage.tablet-desktop-hidden {
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-cover__content-box .channel__description > h1 {
    max-width: 332px;
  }
  .hero-cover__content-box .channel__description > p {
    font-size: 11px;
    max-width: 345px;
  }
}

/*
*   Channel views count
*/
.channel__views {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 25px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.channel__views > .views__number {
  font-size: 58px;
  line-height: 0.98;
}
.channel__views > .views__sub {
  font-size: 11px;
  line-height: 0.9;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .channel__views {
    right: 10px;
    bottom: 200px;
  }
  .channel__views > .views__number {
    font-size: 19px;
  }
  .channel__views > .views__sub {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .channel__views {
    bottom: 63px;
  }
}

/*
*   Channel social buttons
*/
.channel__relationships {
  margin: 0 0 -3px -5px;
}
.channel__relationships .channel__relationships__settings {
  margin-right: 7px;
}
.channel__relationships .sb-group,
.channel__relationships .box--inline {
  vertical-align: middle;
}
.channel__relationships .sb {
  height: 24px;
  line-height: 24px;
}
.channel__relationships .sb:before {
  content: '';
}
.channel__relationships .sb.settings {
  padding: 0px 22px;
}
.channel__relationships .sb.settings:before {
  height: 18px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1345px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  top: 0px;
  left: 1px;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.settings:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1871px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.settings:hover:before {
  height: 18px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1478px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.settings:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1925px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .channel__relationships__social {
  margin-left: 20px;
}
.channel__relationships .sb.-trans {
  padding: 0px;
  width: 36px;
  margin-right: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .channel__relationships .sb.-trans {
    margin-right: 5px;
  }
}
.channel__relationships .sb.-trans.homepage {
  overflow: hidden;
  text-indent: -9999px;
}
.channel__relationships .sb.-trans.homepage:before {
  height: 22.5px;
  width: 27px;
  background-image: url(/assets/sprites-mobile-sedc24801a9-a8c8c4aba618dab5e712b6f5d98829c3.png);
  background-position: 0 -451.5px;
  background-repeat: no-repeat;
  -webkit-background-size: 50px 826px;
  -moz-background-size: 50px 826px;
  -o-background-size: 50px 826px;
  background-size: 50px 826px;
}
@media only screen and (min-width: 1024px) {
  .channel__relationships .sb.-trans.homepage {
    color: white;
    width: initial;
    max-width: 150px;
    padding: 0 10px;
    overflow: visible;
    text-indent: initial;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
  }
  html.win .channel__relationships .sb.-trans.homepage {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
  }
  .channel__relationships .sb.-trans.homepage:before {
    display: none;
  }
}
.channel__relationships .sb-group--profile {
  text-align: left;
  display: inline-block;
  margin-right: 7px;
}
.channel__relationships .sb-group--profile .sb {
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0 17px;
}
html.win .channel__relationships .sb-group--profile .sb {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.channel__relationships .sb.-trans.facebook:before {
  height: 18px;
  width: 18px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4267px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.facebook:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4633px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.twitter:before {
  height: 18px;
  width: 22px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3764px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.twitter:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3741px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.vkontakte:before {
  height: 15px;
  width: 26px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3740px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.vkontakte:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3919px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.tumblr:before {
  height: 19px;
  width: 15px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3258px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.tumblr:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3690px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.vimeo:before {
  height: 18px;
  width: 21px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4012px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.vimeo:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4126px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.youtube:before {
  height: 18px;
  width: 25px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3564px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.youtube:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3892px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channel__relationships .sb.-trans.vine:before {
  height: 18px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3962px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel__relationships .sb.-trans.vine:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4056px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .channel__relationships {
    text-align: left;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .channel__relationships:before, .channel__relationships:after {
    content: '';
    display: table;
  }
  .channel__relationships:after {
    clear: both;
  }
  .channel__relationships .sb-group--profile .sb {
    background: none;
    box-shadow: none;
    padding: 0px 5px 0px 0px;
  }
  .channel__relationships .channel__relationships__settings {
    float: right;
    margin-top: 3px;
  }
  .channel__relationships .channel__relationships__follow {
    float: right;
  }
  .channel__relationships .channel__relationships__social {
    position: absolute;
    bottom: 200px;
    left: -10px;
  }
}

.hero-cover .cover__options {
  position: absolute;
  right: 10px;
  top: 63px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 200;
}
@media only screen and (min-width: 1024px) {
  .hero-cover .cover__options {
    right: 0px;
  }
}
.hero-cover .cover__options.-fade {
  opacity: 0;
}
.hero-cover .cover__options .dropdown__content {
  width: 140px;
}
.hero-cover .cover__options .sb {
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: 32px;
  padding-right: 35px;
}
html.win .hero-cover .cover__options .sb {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.hero-cover .cover__options .sb:after {
  right: 15px;
}
.hero-cover .cover__options .list__item {
  padding-left: 33px;
}
.hero-cover .cover__options .list__item:before {
  left: 9px;
  content: '';
}
.hero-cover .cover__options .list__item.coub:before {
  height: 14px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2991px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.coub:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -691px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.coub:hover:before {
  height: 14px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2968px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.coub:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -668px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.picture:before {
  height: 16px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3014px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.picture:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3356px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.picture:hover:before {
  height: 16px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2900px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.picture:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3310px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.reposition:before {
  height: 17px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2776px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.reposition:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3249px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.reposition:hover:before {
  height: 17px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2669px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.reposition:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -2998px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.remove:before {
  left: 10px;
  height: 14px;
  width: 15px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3078px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.remove:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -624px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.remove:hover:before {
  height: 14px;
  width: 15px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2925px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .hero-cover .cover__options .list__item.remove:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -576px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.hero-cover .cover__options .list__item.-last {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.hero-cover.-with-cover .cover__options {
  opacity: 0;
}
.hero-cover.-with-cover:hover .cover__options {
  opacity: 1;
}

.hero-cover .box--banner {
  position: absolute;
  z-index: 200;
  padding: 30px;
  width: 426px;
  box-shadow: none;
}
.hero-cover .box--banner > h3 {
  margin-bottom: 20px;
}
.hero-cover .box--banner > p {
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
  margin: 20px 0px 0px;
}
.hero-cover .box--banner .permalink {
  position: relative;
}
.hero-cover .box--banner .hd {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.45);
  padding: 6px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 3px;
}
.hero-cover .box--banner .hd.-error {
  color: white;
  background-color: red;
}
.hero-cover .box--banner .-error-text {
  margin: 15px 0px -5px;
}
.hero-cover .box--banner.cover-error {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: 313px;
}
.hero-cover .box--banner.cover-error > p {
  font-size: 14px;
  line-height: 1.45;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-cover .box--banner {
    width: 95%;
  }
}

.timeline-controls {
  padding: 20px 0px;
  position: relative;
}
.timeline-controls:before, .timeline-controls:after {
  content: '';
  display: table;
}
.timeline-controls:after {
  clear: both;
}
.timeline-controls > .box--inline {
  vertical-align: middle;
}
.timeline-controls > .picker {
  width: 110px;
}
.timeline-controls > .picker > select {
  font-size: 12px;
}
.timeline-controls .timeline-controls__sort {
  margin-top: 4px;
}
.timeline-controls .timeline-controls__sort .list__item {
  font-size: 15px;
}
.timeline-controls .timeline-controls__sort .list__item.active {
  color: #0332ff;
  cursor: default;
}
.timeline-controls .timeline-controls__sort .list__item:after {
  font-size: 1.45rem;
  line-height: 0.7;
  margin: 0px 6px;
}
.timeline-controls > .dropdown--select {
  position: absolute;
  right: 0px;
  top: 20px;
}
.timeline-controls > .dropdown--select .sb.-toggle {
  width: 125px;
  text-align: left;
  height: 28px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .timeline-controls {
    text-align: center;
    padding: 20px 0px 0px;
  }
  .timeline-controls > .dropdown--select {
    float: none;
  }
  .timeline-controls .timeline-controls__sort {
    display: block;
  }
}

.timeline-right-block {
  z-index: 300;
}
.timeline-right-block .box--banner {
  margin-bottom: 15px;
}
.timeline-right-block .audiotracks-list {
  width: 310px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.timeline-right-block .audiotracks-list h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.timeline-right-block .audiotracks-list li {
  font-size: 14px;
  list-style-type: none;
}

.channels-block.recommendations .close-small,
.channels-block.recommendations .sort-handle {
  display: none;
}
.channels-block.recommendations .scrollable .list {
  max-height: 490px;
}
.channels-block.recommendations form {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.channels-block.recommendations .-error-text {
  margin-top: 10px;
}
.channels-block.recommendations .dropdown__content .antiscroll-inner,
.channels-block.recommendations .dropdown__content .list__item:first-of-type {
  border-radius: 0px;
}
.channels-block.recommendations:not(.-empty) .dropdown .dropdown__inner {
  margin-left: -120px;
}
.channels-block.recommendations:not(.-empty) .dropdown .dropdown__pointer:after {
  left: 100%;
  margin-left: -42px;
}
.channels-block.recommendations .channels-block__heading {
  padding: 16px 17px;
  margin-bottom: -14px;
}
.channels-block.recommendations .channels-block__heading .dropdown.-select {
  position: absolute;
  top: 10px;
  right: 9px;
}
.channels-block.recommendations .channels-block__heading .sb {
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  height: 21px;
  line-height: 21px;
}
html.win .channels-block.recommendations .channels-block__heading .sb {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.channels-block.recommendations .channel.channel--simple {
  padding: 14px 14px 14px 17px;
}
.channels-block.recommendations .channel.channel--simple .object-media__body {
  padding-right: 0px;
}
.channels-block.recommendations .channel.channel--simple .channel__stamp {
  padding-right: 20px;
}
.channels-block.recommendations .channel.channel--simple .channel__title {
  max-height: none;
}
.channels-block.recommendations .channel__title > a > span {
  display: inline-block;
}
.channels-block.recommendations i.reposition {
  height: 12px;
  width: 18px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3101px;
  background-repeat: no-repeat;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channels-block.recommendations i.reposition {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -530px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.channels-block.recommendations i.crown {
  margin-left: 3px;
  height: 14px;
  width: 14px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1723px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channels-block.recommendations i.crown {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1723px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}

.channels-block.recommendations.-empty .channels-block__heading {
  padding: 16px 17px;
  margin-bottom: 0px;
}
.channels-block.recommendations.-empty .dropdown.-select,
.channels-block.recommendations.-empty .dropdown > .dropdown__handler {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.channels-block.recommendations.-empty .dropdown__handler {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
}

.channels-block.recommendations.-own .close-small,
.channels-block.recommendations.-own .sort-handle {
  display: block;
}
.channels-block.recommendations.-own .reposition {
  position: absolute;
  left: 7px;
  top: 7px;
}

.timeline-announcements {
  padding: 10px 20px;
}

.timeline-announcement__heading {
  font-size: 14px;
  line-height: 2.1em;
}

.timeline-announcements-dropdown .dropdown__content {
  padding: 17px 19px;
  text-align: center;
  width: 300px;
}

.timeline-announcements-dropdown--add {
  float: right;
}

.timeline-announcements-dropdown__add-video {
  padding-left: 20px;
}
.timeline-announcements-dropdown__add-video:before {
  content: '';
  left: 8px;
  top: 8px;
  height: 10px;
  width: 9px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -2824px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .timeline-announcements-dropdown__add-video:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3291px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.timeline-announcements-dropdown.xMark .timeline-announcements-dropdown__add-video:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-announcements-dropdown__heading {
  font-weight: lighter;
  margin-bottom: 14px;
}

.timeline-announcements-dropdown__sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  margin: 10px 0;
}
.timeline-announcements-dropdown__sub.error {
  color: red;
}

.timeline-announcements-dropdown__buttons button {
  margin: 0 7px;
}

.timeline-announcements-item,
.timeline-announcements-item__image {
  border-radius: 4px;
  height: 155px;
  width: 270px;
  display: inline-block;
}

.timeline-announcements-item {
  position: relative;
  margin: 10px 0px;
}
.timeline-announcements-item:last-child {
  margin-bottom: 10px;
}
.timeline-announcements-item .delete {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 1 ease-in-out;
  -moz-transition: opacity 1 ease-in-out;
  -ms-transition: opacity 1 ease-in-out;
  -o-transition: opacity 1 ease-in-out;
  transition: opacity 1 ease-in-out;
}
.timeline-announcements-item:hover .delete {
  opacity: 1;
}
.timeline-announcements-item.processing .delete, .timeline-announcements-item.error .delete {
  display: none;
}

.timeline-announcements-item__image {
  overflow: hidden;
}
.timeline-announcements-item__image img {
  height: auto;
  width: 100%;
}

.timeline-announcements-item__play-overlay {
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.timeline-announcements-item__play-overlay .icon {
  height: 48px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -22px;
  background: url(/assets/profile/announce-play@2x-6604f4c2dd9007ece9187263a6e84c37.png) no-repeat;
  -webkit-background-size: 44px 48px;
  -moz-background-size: 44px 48px;
  -o-background-size: 44px 48px;
  background-size: 44px 48px;
}
.timeline-announcements-item__play-overlay:hover .icon {
  background-image: url(/assets/profile/announce-play_hover@2x-3625c6221e465a4b80e860e445da534b.png);
}
.timeline-announcements-item.error .timeline-announcements-item__play-overlay .icon, .timeline-announcements-item.processing .timeline-announcements-item__play-overlay .icon {
  display: none;
}
.timeline-announcements-item.error .timeline-announcements-item__play-overlay:hover, .timeline-announcements-item.processing .timeline-announcements-item__play-overlay:hover {
  cursor: default;
}
.timeline-announcements-item.error .timeline-announcements-item__play-overlay {
  background: black;
  opacity: 0.5;
}
.timeline-announcements-item.processing .timeline-announcements-item__play-overlay {
  background: white;
  opacity: 0.5;
}

.timeline-announcements-item__controls {
  position: absolute;
  right: 5px;
  top: 5px;
}

.timeline-announcements-item__progress {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.timeline-announcements-item__progress p {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  font-weight: bold;
  line-height: 2.2em;
}
.timeline-announcements-item__progress .container {
  width: 90%;
  height: 11px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), #ffffff 80%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), #ffffff 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), #ffffff 80%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), #ffffff 80%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), #ffffff 80%);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.timeline-announcements-item__progress .tail {
  background: #1e39f6;
  height: 100%;
  width: 0%;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
}
.complete .timeline-announcements-item__progress .tail {
  width: 100% !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.timeline-announcements-item.processing .timeline-announcements-item__progress {
  display: block;
}

.timeline-announcements-item__error {
  color: white;
  left: 50%;
  margin-left: -102.5px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 205px;
}
.timeline-announcements-item__error h5 {
  font-size: 26px;
  font-family: 'HelveticaNeueCoub';
  line-height: 1.4em;
}
.timeline-announcements-item__error p {
  font-size: 12px;
  line-height: 1.55em;
}
.timeline-announcements-item.error .timeline-announcements-item__error {
  display: block;
}

/*.item {

  .controls {


    .m-dropdown.removeAnnouncement {

      .buttons {
        text-align: center;
      }

      .sb.blue {
        margin-right: 15px;
      }
    }
  }
}*/
/*
*   After linking an account...
*/
.modal--attached-channel img {
  margin: 0px auto 20px;
}

.login-and-save__handler {
  display: none;
}
.hero-cover:hover .login-and-save__handler {
  display: inline-block;
}

.best2015__right_block {
  width: 310px;
  height: 150px;
  position: relative;
}
.best2015__right_block .best2015__text {
  width: 155px;
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #0332FF;
  text-align: left;
  position: absolute;
  top: 12px;
  left: 19px;
}
html.win .best2015__right_block .best2015__text {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.best2015__right_block .best2015__text .best2015__body {
  font-size: 18px;
  line-height: 23px;
}
.best2015__right_block .best2015__text .best2015__year {
  background: url(/assets/svg/best2015/2015-9478fb658b8380b35291085c8306d82a.svg) no-repeat;
  width: 133px;
  height: 41px;
  margin-top: 10px;
}
.best2015__right_block .best2015__avatar {
  position: absolute;
  left: 180px;
  top: 20px;
}
