/* ADS */

.blox_adv_container {
  position: relative;
  text-align: center;
}

.blox_adv_container .videowrapper{
  height: auto;
  padding: 0px;
}

/*img {
    max-width: 100%;
    height: auto;
}
*/
.img--center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img--right, .img--left {
    margin: 5px;
}

.img--right {
    float: right;
    margin-right: 0;
}

.img--left {
    float: left;
    margin-left: 0;
}

.share-widget {
    margin-top: 10px;
    text-align: left;
}

.share-widget .share-button {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}

.share-widget .share-button:first-of-type {
    margin-left: 0;
}

.relatedBox {
    text-align: left;
}

.relatedBox li {
    list-style: disc;
    margin-left: 14px;
}

.bloxRelated {
    margin: 35px 0 23px;
}

.bloxRelated .sectionTitle {
    margin: 0 0 15px 0;
    color: #333333;
    font-size: 20px;
    line-height: 21px;
}

.bloxRelated .element:not(:last-of-type) {
    margin-bottom: 10px;
}

.bloxRelated .element-lead {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 13px;
    line-height: 21px;
}

.bloxRelated .element-link {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
}

.bloxRelated .element-link[data-blog]:after {
    content: attr(data-blog);
    display: inline-block;
    margin-left: 10px;
    padding: 2px 4px;
    border: 1px solid #DADADA;
    border-radius: 2px;
    color: #999999;
    font: 400 10px/11px Arial,sans-serif;
    vertical-align: text-bottom;
}

.bloxRelated .elements-list, .bloxRelated .tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.bloxRelated .tag {
    display: inline-block;
}

.bloxRelated .tag:not(:last-of-type):after {
    content: ',';
}

.bloxRelated .tag-link {
    color: #999999;
    text-decoration: none;
}

.bloxRelated .tags-list {
    color: #999999;
    font-size: 13px;
    line-height: 21px;
    word-spacing: 1px;
}

.bloxRelated .tags-list:before {
    content: 'Tagi:';
    margin-right: 4px;
    color: #666666;
    font-weight: bold;
}
