html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body{
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro",Arial,sans-serif;
}

a{
	  color: #29abe2;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 80px;
    width: 100%;
    min-width: 769px;
    background: #000;
}
.inner-header,.header-inner-content{
	position: relative;
	margin : 0 auto;
}
.inner-header{
    width: 1080px;
    min-width: 1080px;
    max-width: 1080px;
}
.header-top-bar{
  display: block;
  height: 36px;
  width: 100%;
  float: left;
}
.logo-container{
	display: block;
  	width: 104px;
  	height: 24px;
	color: #fff;
	font-size: 15px;
	float: left;
}
.header-menu-container{
	margin: 0;
    padding: 0;
    list-style: none;
  	float: left;
  	margin-left: 82px;    
}
.header-menu-item{
	float: left;
}
.header-menu-item a{
  	display: block;
  	height: 36px;
  	padding: 0 22px;
  	line-height: 36px;
  	font-size: 15px;
  	text-transform: uppercase;
  	color: #a0a7aa;	
}
.header-menu-item a:hover,
.header-right-container:hover {
    text-decoration: none;
    color: #29abe2;
}

.header-right-container{
	margin: 8px 10px 0 0;
    float: right;
	color: #fff;
	//font-size: 14px;    
}
.header-right-container:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../images/arrow_right.png);
  margin-right: 5px;
}
.form input:focus, .form textarea:focus, .form-login input:focus, .form-login textarea:focus, a:active, a:focus, a:hover, input:focus, select:focus, textarea:focus {
    outline: 0;
}
.header-inner-content-container{
  height: 44px;
  width: 100%;
  float: left;
  background: #29abe2;
}
.header-inner-content{
  width: 880px;
  min-width: 880px;
  max-width: 880px;
}
.view-container{
	height: 28px;
	float: left;
	margin: 8px 0;
}
.view-label{
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 4px;
  right: 10px; 
}
.view-search-text-box{
  display: block;
  width: 300px;
  height: 28px;
  float: left;
  line-height: 28px;
  padding-left: 10px;
  background: #fff;
  color: #9e9e9e;
  cursor: default;
}
.view-search-button{
  position: relative;
  cursor: pointer;
  float: left;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #29abe2;
  background: #fff;
  border-left: 0;
}
.create-topic-container{
   float: right;
   margin: 8px 0;
   height: 28px;
}
.topic-label{
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  color: #fff;	
}
.topic-input-container{
  width: 282px;
  height: 28px;
  margin-left: 10px;
  padding-left: 10px;
  float: left;
  font-size: 12px;
  border: 0;
}
.host{
	margin: 0;
}
.tags{
  position: relative;
  overflow: hidden;
  height: 28px;
  line-height: 26px;
  border-radius: 0;	
}
.topic-link{
  position: relative;
  display: block;
  width: 44px;
  height: 28px;
  float: left;
  text-indent: -1000em;
  background: #575858;
}
.topic-link:before {
  content: '';
  width: 6px;
  height: 9px;
  background: url(../images/arrow_right.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.content {
	display : block;
}
.content-container {
  width: 1080px;
  min-width: 1080px;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}
.content .content-main-container {
  float: left;
  margin-left: 70px;
  padding-bottom: 80px;
  width: 1010px;
  background: #e2e3e3;
}
.content .content-main-container .content-inner-container {
  position: static;
  margin-left: 32px;
}
.content-inner-container {
  width: 880px;
  min-width: 880px;
  max-width: 880px;
}
.aggregation-page {
  padding-top: 40px;
  width: 100%;
  float: left;
}
.no-content-notification {
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  color: #a0a7aa;
}
.content-block {
  width: 100%;
  float: left;
  margin-top: 30px;
  border-bottom: 1px solid #a0a7aa;
}
.content-block-header {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0;
  float: left;
}
.content-block-header-toggler {
  height: 50%;
  width: 22px;
  float: left;
    position: relative;
  display: inline-block;
  text-indent: -1000em;
  opacity: 1;

}
.content-block-header-toggler:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-top-01.png);
  transform: rotate(180deg);
  transition: transform 100ms ease-in-out;
}
.toggleUp {
   height: 50%;
  width: 22px;
  float: left;
    position: relative;
  display: inline-block;
  text-indent: -1000em;
  opacity: 1;
} 
.toggleUp:before  {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-top-01.png) !important;
  transform: rotate(360deg);
  transition: transform 100ms ease-in-out;
} 
.content-block-header-title {
  position: relative;
  margin: 0 0 0 5px;
  width: 794px;
  height: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #29abe2;
  float: left;
  border-bottom: 1px solid #fff;
}
.content-description-top-container {
	  width: 100%;
  height: 50%;
  float: left;
}
.content-list {
  margin-left: 27px;
  float: left;
}
.content-sort {
  margin: 0;
  float: right;
}
.content-list-item {
	float: left;
  font-size: 12px;
  line-height: 30px;
  min-width: 130px;
  color: #575858;
}
.content-sort-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #575858;
  position: relative;
  float: left;
  padding: 0 6px 0 7px;
  font-size: 14px;
  line-height: 30px;
}
.content-sort-item {
  position: relative;
  float: left;
  padding: 0 6px 0 7px;
  font-size: 14px;
  line-height: 30px;
  
 
}
.content-sort-item a{
  color:#29abe2;
}

.content-header-options {
  position: relative;
  top: 1px;
  width: 45px;
  margin-left: 14px;
  float: left;
  font-size: 20px;
  text-align: center;
  color: #575858;
  border-left : 1px solid #575858;
}
.content-description-list {
	  position: relative;
  width: 100%;
  float: left;
  padding: 12px 16px 12px 12px;
  margin-top: 3px;
  background: #fff;
}

.content-description-list-image {
    position: relative;
  width: 168px;
  height: 146px;
  overflow: hidden;
  float: left;
  background: #f5f5f5;
}
.content-description-list-image img {
  width: 168px;
  display: block;
  max-width: none;
}
.description-top-container {
  width: 664px;
  margin-left: 20px;
  float: left;
}


.content-description-container {
  width: 664px;
  margin-left: 20px;
  float: left;
}
.description-title-container {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e3e3;
}
.description-title-logo {
    width: 22px;
  height: 22px;
  margin-right: 8px;
  float: left;
}
figure {
    margin: 0;
}
.description-title {
  position: relative;
  float: left;
  font-weight: 600;
  margin-right: 20px;
  color: #000;
}
.description-time-ago {
  float: left;
  color: #3d3d3d;
}
.description-info {
  float: right;
}
.description-share {
    display: inline-block;
  line-height: 22px;
  margin-right: 22px;
  color: #000;
}
.description-trend {
  display: inline-block;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
.description-body {
  width: 100%;
  float: left;
}
.description-body h3 {
    margin: 6px 0;
}
.description-body h3 a{
font-size: 18px;
  font-weight: 600;
  color: #000;
}
.more {
  float: right;
  margin: 12px 0 45px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 14px;
  color: #3d3d3d;

}
.more:before {
  content: '+';
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 22px;
}



/* Main */

@charset "UTF-8";
    /*! normalize.css v2.1.2 | MIT License | git.io/normalize */@import url(http: //fonts.googleapis.com/css?family=Source+Sans+Pro:400, 600, 700);
    @import url(http: //fonts.googleapis.com/css?family=Open+Sans:700, 300, 600, 800, 400);
    body, legend {
    padding: 0;
}
img, legend {
    border: 0;
}
.button--toggler--alt.collapsed:before, .button--toggler.collapsed:before, .collapsed.aggregation-block__header__toggler:before {
    transform: rotate(180deg);
}
.form input:focus, .form textarea:focus, .form-login input:focus, .form-login textarea:focus, a:active, a:focus, a:hover, input:focus, select:focus, textarea:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
figure img {
    max-width: 100%}

.left-nav:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    opacity: 0;
    transition: all 100ms ease-in-out;
    background: #575858;
    box-shadow: 5px 5px 5px 0 rgba(70, 70, 70, .55);
}
.left-nav:hover .hover-state {
    pointer-events: all;
    z-index: 10;
    width: 157px;
    opacity: 1;
}
.left-nav:hover .left-nav__nav>li:after {
    z-index: 11;
    width: 207px;
}
.left-nav:hover .left-nav__nav>li:before {
    width: 207px;
}
.left-nav:hover:after {
    z-index: 5;
    width: 157px;
    opacity: 1;
}
.left-nav__nav .left-nav__search-input {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 70px;
    width: 866px;
    height: 60px;
    padding-left: 14px;
    border: 0;
    box-shadow: 5px 5px 10px 0 rgba(150, 150, 150, .55);
}
.left-nav__nav .left-nav__search-submit {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 936px;
    width: 44px;
    text-indent: -1000em;
}
.left-nav__nav .left-nav__search-submit:before {
    opacity: 0;
}
.left-nav__nav .left-nav__search-submit:after {
    content: '';
    width: 6px;
    height: 9px;
    background: url(../img/arrow_right-01.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.left-nav__nav .left-nav__search-submit.dirty:after {
    background: url(../img/close-sign-01.png);
}
.left-nav__nav__item--content, .left-nav__nav__item--influencers, .left-nav__nav__item--my-content, .left-nav__nav__item--my-influencers, .left-nav__nav__item--my-video, .left-nav__nav__item--search, .left-nav__nav__item--support, .left-nav__nav__item--video {
    position: relative;
    width: 75px;
    border-right: 5px solid transparent;
}
.left-nav__nav__item--content:after, .left-nav__nav__item--influencers:after, .left-nav__nav__item--my-content:after, .left-nav__nav__item--my-influencers:after, .left-nav__nav__item--my-video:after, .left-nav__nav__item--search:after, .left-nav__nav__item--support:after, .left-nav__nav__item--video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 50px;
    height: 1px;
    transition: all 100ms ease-in-out;
    background: #3d3d3d;
}
.left-nav__nav__item--content a, .left-nav__nav__item--influencers a, .left-nav__nav__item--my-content a, .left-nav__nav__item--my-influencers a, .left-nav__nav__item--my-video a, .left-nav__nav__item--search a, .left-nav__nav__item--support a, .left-nav__nav__item--video a {
    display: block;
    width: 70px;
    height: 60px;
}
.left-nav__nav__item--content a .icon, .left-nav__nav__item--influencers a .icon, .left-nav__nav__item--my-content a .icon, .left-nav__nav__item--my-influencers a .icon, .left-nav__nav__item--my-video a .icon, .left-nav__nav__item--search a .icon, .left-nav__nav__item--support a .icon, .left-nav__nav__item--video a .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.left-nav__nav__item--content a .icon:before, .left-nav__nav__item--influencers a .icon:before, .left-nav__nav__item--my-content a .icon:before, .left-nav__nav__item--my-influencers a .icon:before, .left-nav__nav__item--my-video a .icon:before, .left-nav__nav__item--search a .icon:before, .left-nav__nav__item--support a .icon:before, .left-nav__nav__item--video a .icon:before {
    font-size: 28px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    transition: color 100ms ease-in-out;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.left-nav__nav__item--content a .hover-state, .left-nav__nav__item--influencers a .hover-state, .left-nav__nav__item--my-content a .hover-state, .left-nav__nav__item--my-influencers a .hover-state, .left-nav__nav__item--my-video a .hover-state, .left-nav__nav__item--search a .hover-state, .left-nav__nav__item--support a .hover-state, .left-nav__nav__item--video a .hover-state {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 16px;
    font-size: 15px;
    white-space: nowrap;
    transition: all 100ms ease-in-out;
    color: #ccc;
    opacity: 0;
    pointer-events: none;
}
.left-nav__nav__item--content.active a .icon:before, .left-nav__nav__item--content:hover a .hover-state, .left-nav__nav__item--content:hover a .icon:before, .left-nav__nav__item--influencers.active a .icon:before, .left-nav__nav__item--influencers:hover a .hover-state, .left-nav__nav__item--influencers:hover a .icon:before, .left-nav__nav__item--my-content.active a .icon:before, .left-nav__nav__item--my-content:hover a .hover-state, .left-nav__nav__item--my-content:hover a .icon:before, .left-nav__nav__item--my-influencers.active a .icon:before, .left-nav__nav__item--my-influencers:hover a .hover-state, .left-nav__nav__item--my-influencers:hover a .icon:before, .left-nav__nav__item--my-video.active a .icon:before, .left-nav__nav__item--my-video:hover a .hover-state, .left-nav__nav__item--my-video:hover a .icon:before, .left-nav__nav__item--search.active a .icon:before, .left-nav__nav__item--search:hover a .hover-state, .left-nav__nav__item--search:hover a .icon:before, .left-nav__nav__item--support.active a .icon:before, .left-nav__nav__item--support:hover a .hover-state, .left-nav__nav__item--support:hover a .icon:before, .left-nav__nav__item--video.active a .icon:before, .left-nav__nav__item--video:hover a .hover-state, .left-nav__nav__item--video:hover a .icon:before {
    color: #29abe2;
}
.left-nav__nav__item--content.active, .left-nav__nav__item--influencers.active, .left-nav__nav__item--my-content.active, .left-nav__nav__item--my-influencers.active, .left-nav__nav__item--my-video.active, .left-nav__nav__item--search.active, .left-nav__nav__item--support.active, .left-nav__nav__item--video.active {
    border-right: 5px solid #29abe2;
}
.left-nav__nav__item--content.active:before, .left-nav__nav__item--influencers.active:before, .left-nav__nav__item--my-content.active:before, .left-nav__nav__item--my-influencers.active:before, .left-nav__nav__item--my-video.active:before, .left-nav__nav__item--search.active:before, .left-nav__nav__item--support.active:before, .left-nav__nav__item--video.active:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 50px;
    z-index: 12;
    height: 1px;
    transition: all 100ms ease-in-out;
    background: #575858;
}
.left-nav__nav__item--content.active a, .left-nav__nav__item--influencers.active a, .left-nav__nav__item--my-content.active a, .left-nav__nav__item--my-influencers.active a, .left-nav__nav__item--my-video.active a, .left-nav__nav__item--search.active a, .left-nav__nav__item--support.active a, .left-nav__nav__item--video.active a {
    background: #2a2a2a;
}
.left-nav__nav__item--content.active a .hover-state, .left-nav__nav__item--influencers.active a .hover-state, .left-nav__nav__item--my-content.active a .hover-state, .left-nav__nav__item--my-influencers.active a .hover-state, .left-nav__nav__item--my-video.active a .hover-state, .left-nav__nav__item--search.active a .hover-state, .left-nav__nav__item--support.active a .hover-state, .left-nav__nav__item--video.active a .hover-state {
    color: #fff;
    background: #29abe2;
}
.left-nav__nav__item--content.active:after, .left-nav__nav__item--influencers.active:after, .left-nav__nav__item--my-content.active:after, .left-nav__nav__item--my-influencers.active:after, .left-nav__nav__item--my-video.active:after, .left-nav__nav__item--search.active:after, .left-nav__nav__item--support.active:after, .left-nav__nav__item--video.active:after {
    background: 0 0;
}
.left-nav__nav__item--search.active a:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 201;
    top: 26px;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #2a2a2a;
}
.left-nav__nav__item--search.active .left-nav__search-input, .left-nav__nav__item--search.active .left-nav__search-submit {
    display: block;
}
.left-nav__nav__item--my-influencers:after, .left-nav__nav__item--search:before, .left-nav__nav__item--support:after {
    display: none;
}
.left-nav__nav__item--search a.bubble:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 6px solid #29abe2;
    border-radius: 50%}
.left-nav__nav__item--influencers:after {
    background: #a0a7aa;
}
.left-nav__nav__item--support {
    position: fixed;
    bottom: 20px;
    z-index: 6;
}
.left-nav__nav__item--support a .icon:before {
    color: #ccc;
}
.left-nav__nav__item--support a .hover-state:before {
    display: none;
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #575858;
    pointer-events: none;
}


a, body {
    color: #404040;
}
body {
    font-size: 12px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
button {
    transition: all 100ms ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.icon-up-fat:before {
    color: #80ce1a;
}
.styleguide-sanspro {
    font-size: 14px;
}
.styleguide-opensans {
    font-size: 14px;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
}
.f-light {
    font-weight: 300;
}
.f-regular {
    font-weight: 400;
}
.f-semibold {
    font-weight: 600;
}
.f-bold {
    font-weight: 700;
}
.f-black {
    font-weight: 800;
}
@font-face {
    font-family: fontello;
    src: url(fonts/fontello.eot?28350792);
    src: url(fonts/fontello.eot?28350792#iefix) format("embedded-opentype"), url(fonts/fontello.woff?28350792) format("woff"), url(fonts/fontello.ttf?28350792) format("truetype"), url(fonts/fontello.svg?28350792#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#kss-node .icon:before {
    font-size: 20px;
}
.icon-share:before {
    content: '\e800'}
.icon-delete:before {
    content: '\e801'}
.icon-my-influencers-alt:before {
    content: '\e802'}
.icon-mail:before {
    content: '\e803'}
.icon-publish:before {
    content: '\e804'}
.icon-videos:before {
    content: '\e805'}
.icon-my-videos:before {
    content: '\e806'}
.icon-my-influencers:before {
    content: '\e807'}
.icon-my-content:before {
    content: '\e808'}
.icon-search:before {
    content: '\e809'}
.icon-support:before {
    content: '\e80a'}
.icon-influencers:before {
    content: '\e80b'}
.icon-content:before {
    content: '\e80c'}
.icon-up-fat:before {
    content: '\e80d'}
.icon-down-fat:before {
    color: #fa4e19;
    content: '\e80e'}
.icon-close:before {
    content: '\e80f'}
.icon-add:before {
    content: '\e810'}
.icon-keywords:before {
    content: '\e811'}
.icon-sources:before {
    content: '\e812'}
.icon-length:before {
    content: '\e813'}
.icon-language:before {
    content: '\e814'}
.icon-popularity:before {
    content: '\e815'}
.icon-trend:before {
    content: '\e816'}
.icon-date:before {
    content: '\e817'}
.icon-status:before {
    content: '\e818'}
.icon-down-open:before {
    content: '\e819'}
.icon-left-open:before {
    content: '\e81a'}
.icon-right-open:before {
    content: '\e81b'}
.icon-up-open:before {
    content: '\e81c'}
.icon-tools:before {
    content: '\e81d'}
.icon-my-content-delete:before {
    content: '\e81e'}
.icon-my-influencers-delete-alt:before {
    content: '\e81f'}
.icon-my-influencers-delete:before {
    content: '\e820'}
.icon-my-videos-delete:before {
    content: '\e821'}
.icon-minus:before {
    content: '\e822'}
.icon-plus:before, .influencers-block__list__item__header__photo:before {
    content: '\e823'}
.icon-twitter-bird:before {
    content: '\e824'}
.icon-linkedin-rect:before {
    content: '\e825'}
.icon-facebook-rect:before {
    content: '\e826'}
.icon-blogger-rect:before {
    content: '\e827'}
.icon-googleplus-rect:before {
    content: '\e828'}
.icon-tumblr-rect:before {
    content: '\e829'}
.icon-rss:before {
    content: '\e82a'}
.icon-rss-alt:before {
    content: '\e82b'}
.icon-star:before {
    content: '\e82c'}
.icon-youtube:before {
    content: '\e82d'}
.icon-youtube-squared:before {
    content: '\e82e'}
.icon-wordpress:before {
    content: '\e82f'}
.icon-facebook-3-icon:before {
    content: '\e830'}
.icon-google-plus-3-icon:before {
    content: '\e831'}
.icon-linkedin-3-icon:before {
    content: '\e832'}
.icon-rss-3-icon:before {
    content: '\e833'}
.icon-twitter-3-icon:before {
    content: '\e834'}
.icon-minus-1:before {
    content: '\e835'}
.icon-help-circled-alt:before {
    content: '\e836'}
.form fieldset, .form-login fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.form ::-ms-clear, .form-login ::-ms-clear {
    display: none;
}
.form-login fieldset {
    margin: 250px auto 0;
    width: 310px;
    text-align: center;
}
.form-login fieldset input[type=password], .form-login fieldset input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    padding-left: 10px;
}
.form-login .remember {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
}
.form-login .button-reset, .form-login .button-signin {
    width: 145px;
    height: 32px;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border: 0;
}
body, html {
    min-height: 100%;
    height: 100%}
.form-login .button-reset:hover, .form-login .button-signin:hover {
    opacity: .8;
    text-decoration: none;
}
.form-login .button-reset {
    float: left;
    background: #a0a7aa;
}
.form-login .button-signin {
    float: right;
    background: #29abe2;
}
.form-login .ot-logo {
    width: 280px;
}
body {
    position: relative;
    padding-top: 80px;
    width: 100%;
    float: left;
    background: #3d3d3d;
    overflow-y: scroll;
}
body.modal-active {
    overflow: hidden;
}
.login-page {
    background: #e2e3e3;
    padding-bottom: 80px;
}
.login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    background: #000;
    border-bottom: 5px solid #29abe2;
}
.login-page .login-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%}
.login-page .login-footer .social-list {
    width: 130px;
    height: 26px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.login-page .login-footer .social-list .item {
    float: left;
}
.login-page .login-footer .social-list .item a {
    display: block;
    font-size: 26px;
    color: #fff;
}
.login-page .login-footer .social-list .item a .icon {
    display: block;
}
.login-page .login-footer .social-list .item a .icon:before {
    display: block;
    margin: 0;
}
.login-page .login-footer .social-list .item a:hover {
    color: #f5f5f5;
    text-decoration: none;
}
.login-page .login-footer .other-links {
    margin-top: 8px;
    text-align: center;
}
.login-page .login-footer .other-links .item {
    display: inline-block;
    padding: 0 6px;
}
.login-page .login-footer .other-links .item+.item {
    border-left: 1px solid #2a2a2a;
}
.login-page .login-footer .other-links .item a {
    display: block;
    color: #a0a7aa;
}
.sec, .sec--content, .sec--head {
    width: 100%;
    min-width: 769px;
    float: left;
}
.sec--head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 80px;
    width: 100%;
    min-width: 769px;
    background: #000;
}
.sec--content {
    min-height: 100%;
    display: flex;
}
.sec--content .inner {
    display: flex;
}
.sec--content .left-nav {
    display: flex;
    position: fixed;
    z-index: 100;
    width: 70px;
    height: 100%;
    float: left;
    background: #575858;
}
.sec--content .panel-main {
    float: left;
    margin-left: 70px;
    padding-bottom: 80px;
    width: 1010px;
    background: #e2e3e3;
}
.sec--content .panel-main .inner--content {
    position: static;
    margin-left: 32px;
}
.sec--content .page-footer {
    position: relative;
    z-index: 6;
    align-self: flex-end;
    width: 100%;
    overflow: hidden;
    height: 102px;
    background: url(../img/logo_ot-01.png) 866px 30px no-repeat #000;
}
.sec--content .page-footer__copyright {
    display: block;
    margin: 70px 0 0 32px;
    font-size: 12px;
    color: #9e9e9e;
}
.head-panel--nav {
    display: block;
    height: 36px;
    width: 100%;
    float: left;
}
.head-panel--nav .logo--main {
    float: left;
    margin-top: 6px;
    margin-left: 16px;
}
.head-panel--nav .main-nav {
    float: left;
    margin-left: 82px;
}
.head-panel--nav .link--profile {
    margin: 8px 10px 0 0;
    float: right;
}
.head-panel--nav .link--profile.open+.profile-options {
    display: block;
    z-index: 100;
}
.head-panel--actions {
    height: 44px;
    width: 100%;
    float: left;
    background: #29abe2;
}
.head-panel--actions .inner--content {
    height: 100%}
.head-panel--actions .view-search {
    float: left;
    margin: 8px 0;
}
.head-panel--actions .create-topic {
    float: right;
    margin: 8px 0;
}
.aggregation-page, .details-page, .influencers-page, .videos-page {
    width: 100%;
    float: left;
}
.aggregation-page, .influencers-page, .videos-page {
    padding-top: 40px;
}
.details-page {
    position: relative;
}
.details-page .details-page__back-button {
    position: absolute;
    top: 18px;
    left: -16px;
}
.firstlogin-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #e3e7e6;
}
.firstlogin-page .header {
    height: 40px;
    overflow: hidden;
    background: #000;
    border-bottom: 5px solid #29abe2;
}
.firstlogin-page .header img {
    display: block;
    margin: 5px auto 0;
}
.aggregation-block, .details-block, .influencers-block, .videos-block {
    width: 100%;
    float: left;
    margin-top: 30px;
    border-bottom: 1px solid #a0a7aa;
}
.aggregation-block .video-icon, .aggregation-block .video-icon .icon, .details-block .video-icon, .details-block .video-icon .icon, .influencers-block .video-icon, .influencers-block .video-icon .icon, .videos-block .video-icon, .videos-block .video-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 146px;
}
.aggregation-block__header {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    float: left;
}
.aggregation-block__header__toggler {
    height: 50%;
    width: 22px;
    float: left;
}
.aggregation-block__header__toggler:before {
    top: 7px;
    left: 2px;
}
.aggregation-block__header__title {
    position: relative;
    margin: 0 0 0 5px;
    width: 794px;
    height: 50%;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #29abe2;
    float: left;
    border-bottom: 1px solid #fff;
}
.aggregation-block__header__title:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -15px;
    width: 1px;
    height: 24px;
    background: #a0a7aa;
}
.aggregation-block__header__edit {
    float: left;
    margin-left: 15px;
    width: 72px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #3d3d3d;
}
.aggregation-block__header__options {
    position: relative;
    top: 1px;
    width: 45px;
    margin-left: 14px;
    float: left;
    font-size: 20px;
    text-align: center;
    color: #575858;
}
.aggregation-block__header__options.open {
    color: #fff;
    background: #575858;
}
.aggregation-block__header__options.open+.options-list {
    visibility: visible;
    opacity: 1;
}
.aggregation-block__header .ng-hide+#topicOptionsMenu {
    display: none;
}
.aggregation-block__header .options-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 29px;
    width: 146px;
    z-index: 10;
    border-top: 5px solid #575858;
    background: #fafafa;
    transition: opacity 100ms ease-in-out;
}
.aggregation-block__header .options-list__ul {
    margin: 7px 0 12px;
}
.aggregation-block__header .options-list__ul li a {
    display: block;
    padding-left: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #575858;
}
.aggregation-block__header .options-list__ul li a:hover {
    color: #29abe2;
    background: #fff;
    text-decoration: none;
}
.aggregation-block__header__describe {
    width: 100%;
    height: 50%;
    float: left;
}
.aggregation-block__header__describe__list {
    margin-left: 27px;
    float: left;
}
.aggregation-block__header__describe__list__item {
    float: left;
    font-size: 12px;
    line-height: 30px;
    min-width: 130px;
    color: #575858;
}
.aggregation-block__header__describe__list__item strong {
    text-transform: uppercase;
}
.aggregation-block__header__describe__list__item strong a {
    color: #575858;
}
.aggregation-block__header__describe__list__item strong a:hover {
    text-decoration: none;
    opacity: .8;
}
.aggregation-block__header__describe__list__item strong a:after {
    content: '>';
    margin-left: 2px;
    color: #fff;
}
.aggregation-block__header__describe__list__item+li {
    margin-left: 34px;
}
.aggregation-block__header__describe__list .aggregation-block__header__describe__list__item:nth-child(2) {
    min-width: 100px;
}
.aggregation-block__header__describe__sort-by {
    margin: 0;
    float: right;
}
.aggregation-block__header__describe__sort-by__item, .aggregation-block__header__describe__sort-by__item--label {
    position: relative;
    float: left;
    padding: 0 6px 0 7px;
    font-size: 14px;
    line-height: 30px;
}
.aggregation-block__header__describe__sort-by__item--label {
    font-weight: 700;
    text-transform: uppercase;
    color: #575858;
}
.aggregation-block__header__describe__sort-by__item a {
    color: #29abe2;
}
.aggregation-block__header__describe__sort-by__item.active a {
    color: #575858;
}
.aggregation-block__header__describe__sort-by__item+li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 16px;
    width: 1px;
    background: #fff;
    opacity: .9;
}
.aggregation-block__list {
    margin: 0;
    width: 100%;
    float: left;
}
.aggregation-block__list__item {
    position: relative;
    width: 100%;
    float: left;
    padding: 12px 16px 12px 12px;
    margin-top: 3px;
    background: #fff;
}
.aggregation-block__list__item.my-content:before {
    content: 'myCONTENT';
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 90;
    padding: 0 10px 0 20px;
    line-height: 24px;
    color: #fff;
    background: #29abe2;
}
.aggregation-block__list__item.my-content:after {
    position: absolute;
    bottom: 26px;
    left: 6px;
    z-index: 90;
    content: '\e823';
    font-size: 11px;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #fff;
}
.aggregation-block__list__item__photo {
    position: relative;
    width: 168px;
    height: 146px;
    overflow: hidden;
    float: left;
    background: #f5f5f5;
}
.aggregation-block__list__item__photo img {
    display: block;
    max-width: none;
}
.aggregation-block__list__item__content {
    width: 664px;
    margin-left: 20px;
    float: left;
}
.aggregation-block__list__item__content__title-block {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e2e3e3;
}
.aggregation-block__list__item__content__title-block .content__title-block__logo {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    float: left;
}
.aggregation-block__list__item__content__title-block .content__title-block__logo.no-logo {
    background: #ccc;
}
.aggregation-block__list__item__content__title-block .content__title-block__logo img {
    display: block;
    width: 22px;
    height: 22px;
}
.aggregation-block__list__item__content__title-block .content__title-block__name {
    position: relative;
    float: left;
    font-weight: 600;
    margin-right: 20px;
    color: #000;
}
.aggregation-block__list__item__content__title-block .content__title-block__name:empty {
    display: none;
}
.aggregation-block__list__item__content__title-block .content__title-block__name:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -10px;
    width: 1px;
    height: 14px;
    background: #e2e3e3;
}
.aggregation-block__list__item__content__title-block .content__title-block__when {
    float: left;
    color: #3d3d3d;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos {
    float: right;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--share {
    display: inline-block;
    line-height: 22px;
    margin-right: 22px;
    color: #000;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--share .icon {
    margin-right: 2px;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--share .icon:before {
    font-size: 16px;
    color: #a0a7aa;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--trend {
    display: inline-block;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}
.aggregation-block__list__item__actions.v1:before, .aggregation-block__list__item__actions.v2:before, .details-block .edit-name.aggregation-block__header__title:after {
    display: none;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--trend .icon-down-fat:before {
    color: #fa4e19;
}
.aggregation-block__list__item__content__title-block .content__title-block__infos__count--trend .icon-up-fat:before {
    color: #80ce1a;
}
.aggregation-block__list__item__content__container {
    width: 100%;
    float: left;
}
.aggregation-block__list__item__content__container h3 {
    margin: 6px 0;
}
.aggregation-block__list__item__content__container h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.aggregation-block__list__item__content__container p {
    margin: 0;
    font-size: 16px;
    color: #575858;
}
.aggregation-block__list__item__actions {
    width: 200px;
    float: right;
    transition: all 100ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: -1;
    background: #fff;
}
.aggregation-block__list__item__actions.v1 {
    width: 175px;
}
.aggregation-block__list__item__actions:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 77%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',  endColorstr='#ffffff',  GradientType=1 );
}
.aggregation-block__list__item:hover .aggregation-block__list__item__actions {
    transition: all 100ms ease-in-out;
    opacity: 1;
    z-index: 2;
}
.aggregation-block .all-articles, .details-block .all-articles, .influencers-block .all-articles, .videos-block .all-articles {
    float: right;
    margin: 12px 0 45px;
}
@keyframes increase-width {
    from {
    width: 0;
}
to {
    width: 100%}
}@-moz-keyframes increase-width {
    from {
    width: 0;
}
to {
    width: 100%}
}@-webkit-keyframes increase-width {
    from {
    width: 0;
}
to {
    width: 100%}
}.details-block {
    margin-top: 50px;
    border-bottom: 0;
}
.details-block .details-block__container {
    width: 100%;
    float: left;
}
.details-block .edit-name.aggregation-block__header__title {
    width: 880px;
    border-bottom: 0;
}
.details-block .edit-name.aggregation-block__header__title .name-input {
    position: relative;
    top: -5px;
    padding: 0 0 0 10px;
    width: 760px;
    height: 34px;
    border: 0;
    font-size: 24px;
    float: left;
    color: #3d3d3d;
    background: #fff;
}
.details-block .edit-name.aggregation-block__header__title .button--cancel, .details-block .edit-name.aggregation-block__header__title .button--save {
    position: relative;
    top: -3px;
    font-size: 14px;
    border: 0;
}
.details-block .aggregation-block__header__title {
    margin: 0;
    width: 821px;
    color: #000;
}
.details-block .aggregation-block__header__describe__list {
    margin-left: 0;
}
.details-block .aggregation-block__header__options {
    margin-left: 14px;
}
.details-block__keywords {
    width: 100%;
    float: left;
    background: #fafafa;
}
.details-block__keywords__toggler {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    color: #000;
}
.details-block__keywords__toggler .button--toggler--alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 28px;
}
.details-block__keywords__toggler .button--toggler--alt:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.details-block__keywords__collection {
    width: 100%;
    float: left;
    padding: 0 10px 0 25px;
}
.details-block__keywords__collection .keyword, .details-block__keywords__collection .keyword--all {
    margin-right: 15px;
    margin-bottom: 10px;
}
.details-block__keywords__add-field {
    width: 100%;
    float: left;
    padding: 0 12px 12px 25px;
}
.details-block__keywords__add-field strong {
    margin-right: 8px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}
.details-block__keywords__add-field__input {
    width: 760px;
    height: 28px;
    line-height: 26px;
    padding-left: 6px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0;
}
.details-block__keywords__add-field__button {
    position: relative;
    float: left;
    width: 42px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #29abe2;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0;
}
.details-block__keywords__add-field__button:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #ccc;
}
.details-block__sources {
    width: 100%;
    float: left;
    margin: 3px 0 36px;
    background: #fafafa;
}
.details-block__sources .details-block__container {
    padding-top: 6px;
    padding-bottom: 6px;
}
.details-block__sources .details-block__container__social-filter, .details-block__sources .details-block__container__web-filter {
    float: left;
    padding-left: 25px;
}
.details-block__sources .details-block__container__social-filter strong, .details-block__sources .details-block__container__web-filter strong {
    font-size: 14px;
    color: #000;
}
.details-block__sources .details-block__container__social-filter input, .details-block__sources .details-block__container__web-filter input {
    margin-left: 20px;
}
.details-block__sources .details-block__container__social-filter label, .details-block__sources .details-block__container__web-filter label {
    font-size: 14px;
    font-weight: 400;
    color: #575858;
}
.details-block__sources .details-block__container__web-filter {
    padding-left: 5px;
}
.details-block__sources .details-block__container__social-filter {
    margin-left: 25px;
    border-left: 1px solid #9e9e9e;
}
.details-block__sources__toggler {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    color: #000;
}
.details-block__sources__toggler .button--toggler--alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 28px;
}
.details-block__sources__toggler .button--toggler--alt:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.influencers-block__list, .videos-block__list {
    width: 100%;
    float: left;
    display: block;
}
.influencers-block__list .item, .videos-block__list .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.influencers-block__list .item:nth-child(4n), .videos-block__list .item:nth-child(4n) {
    margin-right: 0;
}
.influencers-block__list .item, .influencers-block__list__item, .videos-block__list .item, .videos-block__list__item {
    width: 205px;
    background: #fff;
}
.influencers-block__list .item__link, .influencers-block__list__item__link, .videos-block__list .item__link, .videos-block__list__item__link {
    display: block;
}
.influencers-block__list .item__thumb, .influencers-block__list__item__thumb, .videos-block__list .item__thumb, .videos-block__list__item__thumb {
    position: relative;
    width: 205px;
    height: 122px;
    overflow: hidden;
}
.influencers-block__list .item__thumb.my-video:before, .influencers-block__list__item__thumb.my-video:before, .videos-block__list .item__thumb.my-video:before, .videos-block__list__item__thumb.my-video:before {
    content: 'myVIDEO';
    position: absolute;
    z-index: 90;
    bottom: 10px;
    left: 0;
    padding: 0 16px 0 20px;
    line-height: 24px;
    color: #fff;
    background: #29abe2;
}
.influencers-block__list .item__thumb.my-video:after, .influencers-block__list__item__thumb.my-video:after, .videos-block__list .item__thumb.my-video:after, .videos-block__list__item__thumb.my-video:after {
    position: absolute;
    bottom: 16px;
    left: 6px;
    z-index: 90;
    content: '\e823';
    font-size: 11px;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #fff;
}
.influencers-block__list .item__thumb img, .influencers-block__list__item__thumb img, .videos-block__list .item__thumb img, .videos-block__list__item__thumb img {
    display: block;
    max-width: none;
    min-width: 100%}
.influencers-block__list .item__thumb img.photo_placeholder, .influencers-block__list__item__thumb img.photo_placeholder, .videos-block__list .item__thumb img.photo_placeholder, .videos-block__list__item__thumb img.photo_placeholder {
    margin-top: -34px;
}
.influencers-block__list .item__thumb figcaption, .influencers-block__list__item__thumb figcaption, .videos-block__list .item__thumb figcaption, .videos-block__list__item__thumb figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.influencers-block__list .item__thumb figcaption .icon, .influencers-block__list__item__thumb figcaption .icon, .videos-block__list .item__thumb figcaption .icon, .videos-block__list__item__thumb figcaption .icon {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.influencers-block__list .item__thumb figcaption .icon:before, .influencers-block__list__item__thumb figcaption .icon:before, .videos-block__list .item__thumb figcaption .icon:before, .videos-block__list__item__thumb figcaption .icon:before {
    line-height: 122px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.influencers-block__list .item__content, .influencers-block__list__item__content, .videos-block__list .item__content, .videos-block__list__item__content {
    position: relative;
    height: 184px;
    padding: 0 16px;
    overflow: hidden;
}
.influencers-block__list .item__content .content__title-block, .influencers-block__list__item__content .content__title-block, .videos-block__list .item__content .content__title-block, .videos-block__list__item__content .content__title-block {
    padding: 6px 0 4px;
    border-bottom: 1px solid #e2e3e3;
}
.influencers-block__list .item__content .content__title-block__name, .influencers-block__list__item__content .content__title-block__name, .videos-block__list .item__content .content__title-block__name, .videos-block__list__item__content .content__title-block__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
}
.influencers-block__list .item__content .content__title-block__when, .influencers-block__list__item__content .content__title-block__when, .videos-block__list .item__content .content__title-block__when, .videos-block__list__item__content .content__title-block__when {
    font-size: 14px;
    font-weight: 400;
    color: #575858;
}
.influencers-block__list .item__content .content__container, .influencers-block__list__item__content .content__container, .videos-block__list .item__content .content__container, .videos-block__list__item__content .content__container {
    padding-top: 8px;
}
.influencers-block__list .item__content .content__container__name, .influencers-block__list__item__content .content__container__name, .videos-block__list .item__content .content__container__name, .videos-block__list__item__content .content__container__name {
    display: block;
    max-height: 66px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}
.influencers-block__list .item__content .content__container__name:hover, .influencers-block__list__item__content .content__container__name:hover, .videos-block__list .item__content .content__container__name:hover, .videos-block__list__item__content .content__container__name:hover {
    text-decoration: underline;
}
.influencers-block__list .item__content .content__container__infos, .influencers-block__list__item__content .content__container__infos, .videos-block__list .item__content .content__container__infos, .videos-block__list__item__content .content__container__infos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px 11px;
    display: flex;
    justify-content: space-between;
}
.influencers-block__list .item__content .content__container__infos__count--share, .influencers-block__list__item__content .content__container__infos__count--share, .videos-block__list .item__content .content__container__infos__count--share, .videos-block__list__item__content .content__container__infos__count--share {
    font-size: 14px;
    color: #575858;
    line-height: 18px;
}
.influencers-block__list .item__content .content__container__infos__count--share .icon, .influencers-block__list__item__content .content__container__infos__count--share .icon, .videos-block__list .item__content .content__container__infos__count--share .icon, .videos-block__list__item__content .content__container__infos__count--share .icon {
    font-size: 18px;
    color: #ccc;
}
.influencers-block__list .item__content .content__container__infos__count--trend, .influencers-block__list__item__content .content__container__infos__count--trend, .videos-block__list .item__content .content__container__infos__count--trend, .videos-block__list__item__content .content__container__infos__count--trend {
    font-size: 14px;
    line-height: 18px;
}
.influencers-block__list .item__content .content__container__infos__count--trend .icon, .influencers-block__list__item__content .content__container__infos__count--trend .icon, .videos-block__list .item__content .content__container__infos__count--trend .icon, .videos-block__list__item__content .content__container__infos__count--trend .icon {
    font-size: 16px;
}
.influencers-block__list .item__content .content__container__infos .container__menu-button, .influencers-block__list__item__content .content__container__infos .container__menu-button, .videos-block__list .item__content .content__container__infos .container__menu-button, .videos-block__list__item__content .content__container__infos .container__menu-button {
    z-index: 50;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #818285;
    border-radius: 50%}
.influencers-block__list .item__content .content__container__infos .container__menu-button .icon, .influencers-block__list__item__content .content__container__infos .container__menu-button .icon, .videos-block__list .item__content .content__container__infos .container__menu-button .icon, .videos-block__list__item__content .content__container__infos .container__menu-button .icon {
    font-size: 11px;
    color: #fff;
}
.influencers-block__list .item__content .content__container__infos .container__menu-button.open, .influencers-block__list__item__content .content__container__infos .container__menu-button.open, .videos-block__list .item__content .content__container__infos .container__menu-button.open, .videos-block__list__item__content .content__container__infos .container__menu-button.open {
    transform: rotate(45deg);
}
.influencers-block__list .item__content .content__container__infos .container__menu-button.open .icon, .influencers-block__list__item__content .content__container__infos .container__menu-button.open .icon, .videos-block__list .item__content .content__container__infos .container__menu-button.open .icon, .videos-block__list__item__content .content__container__infos .container__menu-button.open .icon {
    color: #2a2a2a;
}
.influencers-block__list .item__content.menu-open .content__menu, .influencers-block__list__item__content.menu-open .content__menu, .videos-block__list .item__content.menu-open .content__menu, .videos-block__list__item__content.menu-open .content__menu {
    pointer-events: all;
    opacity: 1;
}
.influencers-block__list .item__content.menu-open .content__menu .aggregation-block__list__item__actions, .influencers-block__list .item__content.menu-open .content__menu .list--actions--main, .influencers-block__list__item__content.menu-open .content__menu .aggregation-block__list__item__actions, .influencers-block__list__item__content.menu-open .content__menu .list--actions--main, .videos-block__list .item__content.menu-open .content__menu .aggregation-block__list__item__actions, .videos-block__list .item__content.menu-open .content__menu .list--actions--main, .videos-block__list__item__content.menu-open .content__menu .aggregation-block__list__item__actions, .videos-block__list__item__content.menu-open .content__menu .list--actions--main {
    opacity: 1;
    transition-delay: 200ms;
}
.influencers-block__list .item__content.menu-open .content__menu:after, .influencers-block__list__item__content.menu-open .content__menu:after, .videos-block__list .item__content.menu-open .content__menu:after, .videos-block__list__item__content.menu-open .content__menu:after {
    top: -50%;
    bottom: -150%;
    left: -50%;
    right: -150%}
.influencers-block__list .item__content .content__menu, .influencers-block__list__item__content .content__menu, .videos-block__list .item__content .content__menu, .videos-block__list__item__content .content__menu {
    z-index: 10;
    pointer-events: none;
    padding: 10px 16px 0;
    background: 0 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 100ms;
    transition-delay: 300ms;
}
.influencers-block__list .item__content .content__menu:after, .influencers-block__list__item__content .content__menu:after, .videos-block__list .item__content .content__menu:after, .videos-block__list__item__content .content__menu:after {
    content: '';
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 12;
    border-radius: 50%;
    background: #2a2a2a;
    transition: all 300ms;
}
.influencers-block__list .item__content .content__menu .aggregation-block__list__item__actions, .influencers-block__list .item__content .content__menu .list--actions--main, .influencers-block__list__item__content .content__menu .aggregation-block__list__item__actions, .influencers-block__list__item__content .content__menu .list--actions--main, .videos-block__list .item__content .content__menu .aggregation-block__list__item__actions, .videos-block__list .item__content .content__menu .list--actions--main, .videos-block__list__item__content .content__menu .aggregation-block__list__item__actions, .videos-block__list__item__content .content__menu .list--actions--main {
    position: relative;
    z-index: 15;
    opacity: 0;
    transition: opacity 100ms ease-in-out;
    transition-delay: 0ms;
}
.influencers-block__list .item__content .content__menu .aggregation-block__list__item__actions li, .influencers-block__list .item__content .content__menu .list--actions--main li, .influencers-block__list__item__content .content__menu .aggregation-block__list__item__actions li, .influencers-block__list__item__content .content__menu .list--actions--main li, .videos-block__list .item__content .content__menu .aggregation-block__list__item__actions li, .videos-block__list .item__content .content__menu .list--actions--main li, .videos-block__list__item__content .content__menu .aggregation-block__list__item__actions li, .videos-block__list__item__content .content__menu .list--actions--main li {
    border-bottom-color: #575858;
}
.influencers-block__list .item__content .content__menu .aggregation-block__list__item__actions a, .influencers-block__list .item__content .content__menu .list--actions--main a, .influencers-block__list__item__content .content__menu .aggregation-block__list__item__actions a, .influencers-block__list__item__content .content__menu .list--actions--main a, .videos-block__list .item__content .content__menu .aggregation-block__list__item__actions a, .videos-block__list .item__content .content__menu .list--actions--main a, .videos-block__list__item__content .content__menu .aggregation-block__list__item__actions a, .videos-block__list__item__content .content__menu .list--actions--main a {
    color: #fff;
}
.influencers-block__list {
    display: block;
}
.influencers-block__list__item__header {
    height: 50px;
    background: #2a2a2a;
}
.influencers-block__list__item__header__photo {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 9px;
    margin-left: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.influencers-block__list__item__header__photo img {
    display: block;
    border-radius: 50%}
.influencers-block__list__item__header__photo:before {
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 14px;
    border-radius: 50%;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: none;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    background: #2a2a2a;
    color: #29abe2;
}
.influencers-block__list__item--influencer .link--back-to-all:before, .influencers-block__list__item__header__lower p a:before {
    text-align: center;
    line-height: 18px;
    text-indent: -1px;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.influencers-block__list__item__header__photo.my-influencer {
    border: 1px solid #29abe2;
}
.influencers-block__list__item__header__photo.my-influencer:before {
    display: block;
    z-index: 90;
}
.influencers-block__list__item__header__influencercard__photo {
    position: relative;
    float: left;
    width: 90px;
    height: 90px;
    margin-top: 16px;
    margin-left: 9px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.influencers-block__list__item__header__influencercard__photo img {
    display: block;
    border-radius: 50%}
.influencers-block__list__item__header hr {
    width: 80%;
    max-height: 2%;
    background-color: #484848;
    height: 1px;
    border: 0;
}
.influencers-block__list__item__header__upper {
    height: 49%}
.influencers-block__list__item__header__upper p>strong {
    font-size: 1.2em;
}
.influencers-block__list__item__header__lower {
    position: relative;
    width: 100%;
    height: 49%}
.influencers-block__list__item__header__lower p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 44px;
    position: relative;
}
.influencers-block__list__item__header__lower p a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.influencers-block__list__item__header__lower p a:before {
    content: '\e81a';
    display: block;
    position: absolute;
    top: 1px;
    left: -20px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    background: #e2e3e3;
    border-radius: 50%;
    color: #2a2a2a;
}
.influencers-block__list__item__header p {
    font-size: 14px;
    margin: 6px 0 0 10px;
    float: left;
    color: #fff;
}
.influencers-block__list__item__header p strong {
    display: inline-block;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.influencers-block__list__item__content {
    height: 166px;
}
.influencers-block__list__item--influencer {
    position: relative;
    width: 205px;
    height: 338px;
    margin-bottom: 20px;
    padding: 20px 16px;
    color: #fff;
    background: #2a2a2a;
}
.influencers-block__list__item--influencer:after {
    content: '';
    position: absolute;
    top: 172px;
    left: 16px;
    width: 173px;
    height: 1px;
    background: #575858;
}
.influencers-block__list__item--influencer figure {
    border-radius: 50%}
.influencers-block__list__item--influencer figure img {
    display: block;
    border-radius: 50%}
.influencers-block__list__item--influencer p {
    margin: -2px 0;
    font-size: 16px;
}
.influencers-block__list__item--influencer p strong {
    display: inline-block;
    max-width: 172px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.influencers-block__list__item--influencer .link--back-to-all {
    position: absolute;
    bottom: 50px;
    left: 56px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.influencers-block__list__item--influencer .link--back-to-all:before {
    content: '\e81a';
    display: block;
    position: absolute;
    top: 1px;
    left: -20px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    background: #e2e3e3;
    border-radius: 50%;
    color: #2a2a2a;
}
.influencers-block__list>li {
    float: left;
    margin-right: 20px;
}
.influencers-block__list>li:nth-child(4n) {
    margin-right: 0;
}
.firstlogin-block {
    width: 700px;
    height: 250px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 200px auto auto;
}
.firstlogin-block .main-title {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 100;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    text-transform: uppercase;
    color: #3d3d3d;
}
.firstlogin-block .sub-title {
    display: block;
    font-size: 16px;
    text-align: left;
    text-indent: 6px;
    color: #3d3d3d;
}
.firstlogin-block img {
    display: block;
    margin: 0 auto 20px;
}
.firstlogin-block .tags-input {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 700px;
    min-height: 32px;
    padding-left: 4px;
    line-height: 32px;
}
.firstlogin-block .tags-input .host {
    position: relative;
}
.firstlogin-block .tags-input .host:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    pointer-events: none;
}
.firstlogin-block .tags-number {
    display: none;
}
.topic-filters__list__item--title span, .topic-filters__list__item>a {
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.details-block .edit-name.aggregation-block__header__title .firstlogin-block .button--save, .firstlogin-block .button--main, .firstlogin-block .details-block .edit-name.aggregation-block__header__title .button--save {
    width: 226px;
    height: 30px;
    float: right;
    line-height: 30px;
    font-size: 18px;
}
.loading-content {
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
}
.topic-filters {
    position: fixed;
    right: auto;
    margin-left: 893px;
    z-index: 99;
    height: 100%;
    width: 85px;
    background: #575858;
}
.topic-filters__list {
    margin: 0;
    width: 100%;
    list-style: none;
}
.topic-filters__list__item--title {
    padding: 10px 16px 0;
    text-align: left;
}
.topic-filters__list__item--title span {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #e2e3e3;
}
.topic-filters__list__item.date, .topic-filters__list__item.reset-all {
    margin-top: 1px;
}
.topic-filters__list__item.date:before, .topic-filters__list__item.reset-all:before {
    content: '';
    position: absolute;
    margin-left: 16px;
    margin-top: -1px;
    width: 53px;
    height: 1px;
    background: #fff;
}
.topic-filters__list__item.reset-all>a {
    height: 35px;
}
.topic-filters__list__item.reset-all>a:hover {
    text-decoration: underline;
}
.topic-filters__list__item>a {
    position: relative;
    height: 60px;
    padding-top: 12px;
    font-size: 11px;
    text-align: center;
}
.topic-filters__list__item>a[bubble]:after {
    content: attr(bubble);
    position: absolute;
    top: 6px;
    right: 10px;
    min-width: 20px;
    font-weight: 700;
    line-height: 20px;
    background: #29abe2;
    color: #fff;
    border-radius: 50%}
.topic-filters__list__item>a[bubble=" "]:after {
    content: '';
    height: 20px;
    width: 20px;
    background: #fff;
    border: 6px solid #29abe2;
}
.topic-filters__list__item>a:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 95;
    left: -5px;
    width: 5px;
    background: #29abe2;
}
.topic-filters__list__item>a i {
    display: inline-block;
    margin-bottom: 2px;
}
.topic-filters__list__item>a i:before {
    font-size: 22px;
    color: #a0a7aa;
    transition: all 100ms ease-in-out;
}
.topic-filters__list__item>a i.icon-keywords:before, .topic-filters__list__item>a i.icon-trend:before {
    width: 2em;
    font-size: 18px;
}
.topic-filters__list__item>a:hover {
    text-decoration: none;
}
.topic-filters__list__item>a:hover i:before {
    color: #29abe2;
}
.topic-filters__list__item__window {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 85px;
    z-index: 90;
    width: 265px;
    padding: 0 20px 90px 15px;
    background: #3d3d3d;
    border-right: 5px solid #2a2a2a;
    color: #fff;
    overflow-y: auto;
}
.topic-filters__list__item__window__header {
    line-height: 30px;
    margin: 0 10px 0 15px;
    border-bottom: 1px solid #575858;
}
.topic-filters__list__item__window__header strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.topic-filters__list__item__window__header .button--close {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    float: right;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    color: #3d3d3d;
    background: #9e9e9e;
    border-radius: 50%}
.topic-filters__list__item__window__header .button--close .icon:before {
    margin-right: 0;
}
.topic-filters__list__item__window__header .button--close:hover {
    opacity: .8;
}
.topic-filters__list__item__window__content {
    margin: 0 10px 0 15px;
    padding: 15px 0 25px;
}
.topic-filters__list__item__window__content .field {
    padding: 4px 0;
}
.topic-filters__list__item__window__content .field input {
    margin-right: 6px;
}
.topic-filters__list__item__window__content .field input[type=radio] {
    opacity: 0;
}
.topic-filters__list__item__window__content .field input[type=radio]:checked+label:before {
    background: #829c5e;
}
.topic-filters__list__item__window__content .field input[type=number] {
    width: 50px;
    margin-right: 0;
    margin-left: 4px;
}
.topic-filters__list__item__window__content .field label {
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.topic-filters__list__item__window__content .field input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -22px;
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    background: #fff;
    border-radius: 50%}
.topic-filters__list__item__window__content .topic-filters__selected-lang {
    margin: 35px 0 10px;
    font-size: 30px;
    font-weight: 400;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #a0a7aa;
}
.topic-filters__list__item__window__actions {
    margin: 0 10px 0 15px;
    padding: 8px 0;
    text-align: right;
    border-top: 1px solid #575858;
}
.details-block .edit-name.aggregation-block__header__title .topic-filters__list__item__window__actions .button--save, .topic-filters__list__item__window__actions .button--main, .topic-filters__list__item__window__actions .details-block .edit-name.aggregation-block__header__title .button--save {
    margin-left: 15px;
}
.topic-filters__list__item.sources .topic-filters__list__item__window__content {
    padding-bottom: 5px;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window select, .topic-filters__list__item.language .topic-filters__list__item__window select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: 0;
    height: 30px;
    width: 100%;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background: url(../img/select-arrow-01.png) top 0 right 0 no-repeat #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
}
.topic-filters__list__item.sources .topic-filters__list__item__window .field img {
    margin-right: 5px;
    max-width: 18px;
    max-height: 18px;
    vertical-align: text-bottom;
}
.profile-options__head p, .profile-options__head span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.topic-filters__list__item.sources .topic-filters__list__item__window .field .link--rm {
    font-size: 14px;
    float: right;
    color: #fff;
}
.topic-filters__list__item.sources .topic-filters__list__item__window .link-add-sources {
    display: inline-block;
    margin: 25px 0 0;
    font-size: 14px;
    color: #fff;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window__content {
    overflow: hidden;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window__content__desc {
    margin: 0;
    font-size: 13px;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window select {
    display: block;
    margin: 5px 0;
    border: 1px solid #3d3d3d;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window textarea {
    width: 100%}
.topic-filters__list__item.kwds .topic-filters__list__item__window tags-input .tags {
    border-radius: 0;
    min-height: 80px;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window tags-input .tags .tags-number {
    display: none;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window .link-del-filter {
    margin-top: 2px;
    float: right;
    color: #fff;
}
.topic-filters__list__item.kwds .topic-filters__list__item__window .link-add-filter {
    display: block;
    float: left;
    margin-top: 4px;
    font-size: 14px;
    color: #fff;
    clear: both;
}
.topic-filters__list__item.language .topic-filters__list__item__window select {
    display: block;
    border: 1px solid #3d3d3d;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-filters__list__item.active>a {
    background: #2a2a2a;
}
.topic-filters__list__item.active>a:before {
    display: block;
}
.topic-filters__list__item.active>a i:before {
    color: #29abe2;
}
.topic-filters__list__item.active .topic-filters__list__item__window {
    display: block;
}
.profile-options {
    display: none;
    position: absolute;
    top: 26px;
    right: 4px;
    z-index: -10;
    width: 160px;
    background: #fff;
    border-top: 4px solid #575858;
}
.profile-options__head {
    margin: 0 8px;
    padding: 8px 0 4px;
    border-bottom: 1px solid #e2e3e3;
}
.profile-options__head p {
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    color: #575858;
}
.profile-options__head span {
    display: inline-block;
    font-size: 11px;
    color: #a0a7aa;
}
.profile-options__list__item a {
    display: block;
    padding-left: 8px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #575858;
}
.profile-options__list__item a:hover {
    color: #fff;
    background: #575858;
    text-decoration: none;
}
.no-content-notification {
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    text-align: center;
    color: #a0a7aa;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: rgba(0, 0, 0, .5);
}
.modal .button--close-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
    color: #29abe2;
}
.modal .modal__container {
    position: relative;
    width: 916px;
    min-height: 300px;
    max-height: 85%;
    overflow-y: scroll;
    margin: 90px auto 0;
    background: #fff;
}
.modal .modal__container .main {
    width: 670px;
    float: left;
    margin-top: 15px;
    padding-top: 58px;
    padding-right: 10px;
}
.modal .modal__container .main .header {
    margin-left: 85px;
    height: 30px;
    padding: 4px 0;
    border-bottom: 1px solid #e2e3e3;
}
.modal .modal__container .main .header img {
    float: left;
}
.modal .modal__container .main .header .mini-icon {
    width: 22px;
    height: 22px;
}
.modal .modal__container .main .header .date, .modal .modal__container .main .header .src-name {
    display: inline-block;
    line-height: 22px;
}
.modal .modal__container .main .header .src-name {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    border-right: 1px solid #e2e3e3;
}
.modal .modal__container .main .article {
    padding-left: 85px;
    margin-bottom: 20px;
}
.modal .modal__container .main .article .article-title {
    margin: 15px 0;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    border-bottom: 1px solid #e2e3e3;
}
.modal .modal__container .main .article .main-image {
    position: relative;
    background: #fafafa;
    margin-bottom: 30px;
}
.modal .modal__container .main .article .main-image:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e3e3;
}
.modal .modal__container .main .article .main-image img {
    display: block;
}
.modal .modal__container .main .article .article-content {
    font-size: 16px;
    color: #000;
}
.modal .modal__container .aside {
    width: 216px;
    float: left;
    padding-top: 94px;
    padding-right: 30px;
}
.modal .modal__container .aside .article__social-counter {
    margin-top: 20px;
}
.modal .modal__container .aside .article__social-counter__item {
    width: 64px;
    height: 21px;
    margin: 8px 0;
    padding: 0 6px 0 22px;
    line-height: 21px;
    text-align: center;
}
.modal .modal__container .aside .article__social-counter__item.item--facebook {
    background: url(../img/article-facebook-01.png);
    background-size: 64px;
}
.modal .modal__container .aside .article__social-counter__item.item--twitter {
    background: url(../img/article-twitter-01.png);
    background-size: 64px;
}
.modal .modal__container .aside .article__social-counter__item.item--google {
    background: url(../img/article-google-01.png);
    background-size: 64px;
}
.modal .modal__container .aside .article__social-counter__item.item--linkedin {
    background: url(../img/article-linkedin-01.png);
    background-size: 64px;
}
.modal .modal__container .footer {
    padding: 0 85px 55px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    background: #e2e3e3;
    color: #000;
}
.modal .modal__container .footer .footer-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.modal .modal__container .footer .footer-segment {
    margin: 8px 0;
}
.sources-list-state__item {
    line-height: 30px;
}
.sources-list-state__item img {
    margin: 0 4px;
    vertical-align: middle;
}
div.reset>ul {
    list-style-type: disc;
    list-style-position: inside;
}
div.reset>ol {
    list-style-type: decimal;
    list-style-position: inside;
}
div.reset>ol ul, div.reset>ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
div.reset>ol ol, div.reset>ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}
.lightbox--sources {
    position: relative;
    width: 480px;
    min-height: 254px;
    max-height: 620px;
    margin: 90px auto 0;
    padding-bottom: 40px;
    background: #e2e3e3;
    overflow: hidden;
}
.lightbox--sources__header {
    width: 100%;
    float: left;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    color: #fff;
    background: #29abe2;
}
.lightbox--sources__header .button--close.button--close {
    position: static;
    height: 20px;
    width: 20px;
    margin-top: 14px;
    margin-right: 20px;
    padding: 0;
    float: right;
    font-size: 8px;
    font-family: fontello;
    text-align: center;
    line-height: 20px;
    color: #29abe2;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}
.lightbox--sources__content__submit:hover, .lightbox--sources__header .button--close.button--close:hover, .mfp-bg {
    opacity: .8;
}
.lightbox--sources__header .button--close.button--close .icon {
    pointer-events: none;
}
.lightbox--sources__content {
    width: 100%;
    float: left;
    padding: 20px;
}
.lightbox--sources__content .icon {
    float: left;
    font-size: 22px;
    margin-right: 14px;
    color: #fff;
}
.lightbox--sources__content .icon:before {
    margin: 0;
}
.lightbox--sources__content__input {
    width: 260px;
    height: 28px;
    padding-left: 5px;
    float: left;
    border: 0;
}
.lightbox--sources__content__submit {
    position: relative;
    display: block;
    width: 44px;
    height: 28px;
    float: left;
    text-indent: -1000em;
    background: #575858;
    border: 0;
}
.lightbox--sources__content__submit:before {
    content: '';
    width: 6px;
    height: 9px;
    background: url(../img/arrow_right-01.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lightbox--sources__searchbox {
    width: 100%;
    float: left;
    max-height: 48px;
}
.lightbox--sources__searchbox input {
    width: 70%}
.lightbox--sources__searchbox button {
    width: 30%}
.lightbox--sources__results {
    display: flex;
    width: 100%;
    float: left;
    max-height: 620px;
    overflow-y: scroll;
}
.lightbox--sources__results__social-list {
    width: 50px;
    float: left;
    border-right: 1px solid #ccc;
}
.lightbox--sources__results__social-list .list__item {
    border-bottom: 1px solid #ccc;
}
.lightbox--sources__results__social-list .list__item.active {
    border-right: 1px solid #fff;
}
.lightbox--sources__results__social-list .list__item.active a {
    position: relative;
    color: #3d3d3d;
    background: #fff;
}
.lightbox--sources__results__social-list .list__item.active a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3px;
    width: 4px;
    background: #fff;
}
.lightbox--sources__results__social-list .list__item a {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #9e9e9e;
}
.lightbox--sources__results__social-list .list__item a:hover {
    color: #3d3d3d;
}
.lightbox--sources__results__aggregation {
    width: 430px;
    float: left;
    padding: 0 35px 20px 20px;
    background: #fff;
}
.lightbox--sources__results__aggregation .list-title {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #404040;
    border-bottom: 1px solid #ccc;
}
.lightbox--sources__results__aggregation__wrapper {
    width: 100%;
    float: left;
    max-height: 550px;
    overflow: auto;
    padding: 0 20px 20px 0;
}
.lightbox--sources__results__aggregation__result-list {
    width: 100%;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item {
    margin-top: 8px;
    width: 100%;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__input {
    width: 20px;
    height: 20px;
    float: left;
    margin: 30px 10px 0 0;
}
.lightbox--sources__results__aggregation__result-list .list__item__block {
    width: 324px;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main {
    width: 100%;
    float: left;
    padding: 4px;
    background: #f9f9f9;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head {
    width: 100%;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__icon {
    position: relative;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__icon img {
    width: 100%;
    display: block;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__desc {
    width: 200px;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__desc .title {
    display: block;
    font-size: 11px;
    color: #000;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__desc .social-info {
    display: block;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__desc .social-info__name {
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__head__desc .social-info__range {
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    margin-left: 20px;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__desc {
    width: 100%;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__desc .content {
    margin: 3px 0 -1px;
    font-size: 11px;
    color: #000;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__main__desc .link--preview {
    float: right;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    padding-left: 16px;
    background: #f5f5f5;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .5);
    border-top: 1px solid #ccc;
}
.autopublishing-modal, .lightbox--sources__footer, .refresh-popup .lightbox--sources, .reset-filters-popup .lightbox--sources {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list {
    width: 100%;
    float: left;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e2e3e3;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item__photo {
    float: left;
    width: 40px;
    margin-top: 5px;
    margin-right: 4px;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item__photo img {
    display: block;
    width: 100%}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item__desc {
    float: left;
    width: 260px;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item__desc strong {
    display: block;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item__desc p {
    margin: 0;
    color: #000;
}
.lightbox--sources__results__aggregation__result-list .list__item__block__sub__list .list__item+.list__item {
    border-top: 1px solid #fff;
}
.lightbox--sources__footer {
    margin: 0 10px 0 15px;
    padding: 8px 0;
    text-align: right;
    background: #e2e3e3;
}
.mfp-container, .reset-filters-popup .lightbox--sources .actions {
    text-align: center;
}
.details-block .edit-name.aggregation-block__header__title .lightbox--sources__footer .button--cancel, .lightbox--sources__footer .details-block .edit-name.aggregation-block__header__title .button--cancel, .lightbox--sources__footer .link--block-plain {
    margin-right: 10px;
    color: #575858;
}
.lightbox--sources.duplicate-topic-modal {
    max-height: 80vh;
    margin-top: 60px;
}
.lightbox--sources.duplicate-topic-modal .lightbox--sources__header {
    line-height: 40px;
}
.lightbox--sources.duplicate-topic-modal .lightbox--sources__header .button--close.button--close {
    margin-top: 10px;
    margin-right: 10px;
}
.lightbox--sources.duplicate-topic-modal .wrapper {
    width: 100%;
    max-height: 70vh;
    padding-right: 40px;
    overflow-y: auto;
}
.lightbox--sources.duplicate-topic-modal .content {
    padding: 20px 0 20px 30px;
}
.lightbox--sources.duplicate-topic-modal .duplicate-label {
    display: block;
    font-size: 14px;
}
.lightbox--sources.duplicate-topic-modal .duplicate-input {
    width: 100%;
    height: 34px;
    margin: 10px 0;
    padding-left: 8px;
    font-size: 14px;
    line-height: 34px;
}
.lightbox--sources.duplicate-topic-modal .sites-select {
    display: block;
    display: inline-block;
    width: 100%;
    height: 30px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 42px;
    -moz-padding-end: 42px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background: url(../img/select-arrow-01.png) top 0 right 0 no-repeat #fff;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}
.tags-number {
    display: inline-block;
    margin: 3px;
    padding: 0 14px;
    color: #575858;
    background: #aaa;
    border: 1px solid #aaa;
    line-height: 18px;
    border-radius: 4px;
}
.reset-filters-popup .lightbox--sources {
    top: 0;
    margin: auto;
    width: 410px;
    height: 160px;
    min-height: 0;
}
.reset-filters-popup .lightbox--sources__header {
    line-height: 40px;
}
.reset-filters-popup .lightbox--sources__header .button--close.button--close {
    margin-top: 10px;
}
.reset-filters-popup .lightbox--sources .button-no, .reset-filters-popup .lightbox--sources .button-yes {
    display: inline-block;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}
.reset-filters-popup .lightbox--sources .button-no:hover, .reset-filters-popup .lightbox--sources .button-yes:hover {
    text-decoration: none;
    opacity: .8;
}
.reset-filters-popup .lightbox--sources .button-no {
    background: #ccc;
}
.reset-filters-popup .lightbox--sources .button-yes {
    margin-left: 30px;
    background: #29abe2;
}
.autopublishing-modal {
    font-size: 14px;
    height: 650px;
    width: 490px;
    top: 0;
    margin: auto;
}
.autopublishing-modal .lightbox--wrapper {
    width: 100%;
    float: left;
    height: 520px;
    overflow: auto;
}
.autopublishing-modal .message-template__item {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.autopublishing-modal .message-template__item .title {
    display: block;
    font-weight: 700;
}
.autopublishing-modal .message-template__item.item--section select {
    width: 200px;
}
.autopublishing-modal .message-template__item input[type=text] {
    width: 300px;
}
.autopublishing-modal .message-template__item textarea {
    width: 100%;
    height: 180px;
}
.autopublishing-modal__titles {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 24px;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.autopublishing-modal__content__select-rule {
    width: 100%;
    float: left;
}
.autopublishing-modal__content__select-rule .label {
    float: left;
    line-height: 26px;
}
.autopublishing-modal__content__select-rule select.selector {
    width: 220px;
    float: right;
}
.autopublishing-modal__content__main-settings {
    width: 100%;
    float: left;
}
.autopublishing-modal__content__main-settings .publishing-name {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.autopublishing-modal__content__main-settings .label {
    float: left;
}
.autopublishing-modal__content__main-settings select.selector {
    width: 220px;
    float: right;
}
.autopublishing-modal__content__template {
    width: 100%;
    float: left;
}
.autopublishing-modal__content__template .label {
    display: block;
}
.autopublishing-modal__content__template .label a {
    display: inline-block;
}
.autopublishing-modal__content__template .label a .icon {
    float: none;
    color: #ccc;
}
.autopublishing-modal__content__template .template-guide {
    font-family: monospace;
}
.autopublishing-modal__content__schedule {
    width: 100%;
    float: left;
}
.autopublishing-modal__content__schedule .selector {
    display: block;
    margin-top: 8px;
    width: 300px;
}
.autopublishing-modal select {
    display: inline-block;
    width: 100%;
    height: 30px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 42px;
    -moz-padding-end: 42px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background: url(../img/select-arrow-01.png) top 0 right 0 no-repeat #fff;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}
.refresh-popup .lightbox--sources {
    width: 380px;
    min-height: 0;
    max-height: 182px;
    padding-bottom: 0;
    top: 0;
    margin: auto;
}
.mfp-bg, .mfp-wrap {
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
.refresh-popup .lightbox--sources__header {
    font-size: 16px;
    font-weight: 700;
}
.delete-topic-popup .lightbox--sources__content, .refresh-popup .lightbox--sources__content {
    font-size: 14px;
}
.refresh-popup .lightbox--sources .loader {
    display: block;
    width: 22px;
    margin: 10px auto 0;
}
.delete-topic-popup {
    min-height: 155px;
}
.delete-topic-popup .button--main, .delete-topic-popup .button--main--alt, .delete-topic-popup .details-block .edit-name.aggregation-block__header__title .button--save, .details-block .edit-name.aggregation-block__header__title .delete-topic-popup .button--save {
    margin-left: 5px;
    font-size: 14px;
}
.mfp-bg {
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    width: 100%;
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container, img.mfp-img {
    -moz-box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-close, .mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
    position: absolute;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-figure, img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    content: '';
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
tags-input .tags {
    text-align: left;
    background: #fff;
}
tags-input .tags .input {
    border: 0;
    padding: 4px;
}
tags-input .tags .input.invalid-tag {
    color: red;
}
tags-input .tag-list.tag-list {
    display: inline-block;
}
tags-input .tag-list.tag-list .tag-item {
    display: inline-block;
    margin: 4px;
    padding: 0 10px;
    line-height: 16px;
    color: #575858;
    background: #ccc;
    border: 1px solid #ccc;
}
.toast-title {
    font-weight: 700;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #fff;
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-center {
    top: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-center {
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-center {
    top: 45%}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container.toast-bottom-center, #toast-container.toast-center, #toast-container.toast-top-center {
    width: 100%;
    pointer-events: none;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-center>div, #toast-container.toast-top-center>div {
    margin: auto;
    pointer-events: auto;
}
#toast-container.toast-bottom-center>button, #toast-container.toast-center>button, #toast-container.toast-top-cente>button {
    pointer-events: auto;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container>div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container>:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}


}@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
}
#toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
}
}@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
}
}:not(.no-enter)#toast-container>div.ng-enter, :not(.no-leave)#toast-container>div.ng-leave {
    -webkit-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
    -moz-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
    -ms-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
    -o-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
    transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
}
:not(.no-enter)#toast-container>div.ng-enter.ng-enter-active, :not(.no-leave)#toast-container>div.ng-leave {
    opacity: .8;
}
:not(.no-enter)#toast-container>div.ng-enter, :not(.no-leave)#toast-container>div.ng-leave.ng-leave-active {
    opacity: 0;
}
@media (max-width:1100px) {
    .inner {
    width: 940px;
    min-width: 940px;
    max-width: 940px;
}
.sec--content .panel-main {
    width: 870px;
}
.sec--content .panel-main .inner--content {
    width: 838px;
}
.topic-filters {
    margin-left: 753px;
}
.aggregation-block__header__title {
    width: 662px;
}
.details-block .aggregation-block__header__title {
    width: 689px;
}
.details-block .aggregation-block__header__title.edit-name {
    width: 748px;
}
.details-block .edit-name.aggregation-block__header__title .name-input {
    width: 630px;
}
.details-block__keywords__add-field__input {
    width: 635px;
}
.aggregation-block__list__item__content {
    width: 532px;
}
.aggregation-page, .details-page, .influencers-page, .videos-page {
    width: 838px;
    padding-right: 90px;
}
.influencers-block__list .item, .influencers-block__list .item__thumb, .influencers-block__list__item, .influencers-block__list__item__thumb, .videos-block__list .item, .videos-block__list .item__thumb, .videos-block__list__item, .videos-block__list__item__thumb {
    width: 172px;
}
.content__menu li a {
    font-size: 11px;
}
.firstlogin-page {
    width: 100%;
    padding-right: 0;
}
}tags-input {
    box-shadow: none;
    border: none;
    padding: 0;
    min-height: 34px;
}
tags-input .host {
    margin: 0;
}
tags-input .tags {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
tags-input .tags .tag-item {
    color: #fff;
    background: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;
}
tags-input .tags .tag-item.selected {
    color: #fff;
    background: #d9534f;
    border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
    text-decoration: none;
}
tags-input .tags.focused {
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
tags-input .autocomplete {
    border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected, tags-input .autocomplete .suggestion-item.selected em {
    color: #262626;
    background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
    color: #000;
    background-color: #fff;
}
tags-input.ng-invalid .tags {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
tags-input[disabled] .tags {
    background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
    background: #337ab7;
    opacity: .65;
}
tags-input[disabled] .tags .input {
    background-color: #eee;
}
.input-group tags-input {
    padding: 0;
    display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-lg tags-input:first-child .tags {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.input-group-sm tags-input:first-child .tags {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.input-group-lg tags-input, tags-input.ti-input-lg {
    min-height: 46px;
}
.input-group-lg tags-input .tags, tags-input.ti-input-lg .tags {
    border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item, tags-input.ti-input-lg .tags .tag-item {
    height: 38px;
    line-height: 37px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item .remove-button, tags-input.ti-input-lg .tags .tag-item .remove-button {
    font-size: 20px;
}
.input-group-lg tags-input .tags .input, tags-input.ti-input-lg .tags .input {
    height: 38px;
    font-size: 18px;
}
.input-group-sm tags-input, tags-input.ti-input-sm {
    min-height: 30px;
}
.input-group-sm tags-input .tags, tags-input.ti-input-sm .tags {
    border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item, tags-input.ti-input-sm .tags .tag-item {
    height: 22px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item .remove-button, tags-input.ti-input-sm .tags .tag-item .remove-button {
    font-size: 16px;
}
.input-group-sm tags-input .tags .input, tags-input.ti-input-sm .tags .input {
    height: 22px;
    font-size: 12px;
}
.has-feedback tags-input .tags {
    padding-right: 30px;
}
.has-success tags-input .tags {
    border-color: #3c763d;
}
.has-success tags-input .tags.focused {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-error tags-input .tags {
    border-color: #a94442;
}
.has-error tags-input .tags.focused {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-warning tags-input .tags {
    border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}


