/*------------------------------------------------------------------------
# Content - reaction_in_article. 
# ------------------------------------------------------------------------
# author    Ahsan Ahmed Shovon for JoomlaKave
# copyright Copyright (C) 2016 JoomlaKave All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://joomlakave.com
# Technical Support:  Forum - http://joomlakave.com
-------------------------------------------------------------------------*/


.clear,
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.articles-container .card,
.emotion-card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
    outline: 0!important;
}

svg:not(:root) {
    overflow: hidden;
}
.emot .row-xs {
    margin-left: 0;
    margin-right: 0;
}

.emot .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.clearfix:after,
.emot .clearfix:before,
.emot .container-fluid:after,
.emot .container-fluid:before,
.emot .container:after,
.emot .container:before,
.emot .row:after,
.emot .row:before {
    content: " ";
    display: table;
}

.emot .container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.emot .center-block,
.emot .container-fluid-sm,
.emot .container-fluid-xs {
    margin-left: auto;
    margin-right: auto;
}

.emot .col-sm-2 {
    float: left;
    width: 16.66666667%;
}

@media (max-width: 600px) {
    .hidden-xs {
        display: none!important;
    }
}

.fw-semibold {
    font-weight: 600!important;
}

.center-block {
    display: block;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center!important;
}

.hide {
    display: none!important;
    opacity: 0!important;
}

.show {
    display: block!important;
    opacity: 1!important;
}

.leftline-title::after,
.rightline-title::after {
    border-top: 1px solid #e6e6e6;
    height: 1px;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    content: '';
}

.uppercase {
    text-transform: uppercase;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
}

.simple-title {
    
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .01rem;
    margin-bottom: 4px;
}

.rightline-title,
.leftline-title {
    overflow: hidden;
}

.rightline-title>span {
    float: left;
    margin-right: 10px;
}

.rightline-title>span.title-span-right {
    float: right;
    margin-left: 10px;
}

.leftline-title .title-span {
    float: right;
    margin-left: 10px;
}

.happy {
    color: #79c8a0;
    background: #79c8a0;
}

.shares-block .btn {
    padding: 8px 20px;
}

.shares-block .share-btn-facebook {
    color: #fff;
    background-color: #355388;
}

.shares-block .share-btn-facebook:active,
.shares-block .share-btn-facebook:focus,
.shares-block .share-btn-facebook:hover {
    color: #fff;
    background-color: #4369ad;
}

.shares-block .share-btn-whatsapp {
    color: #fff;
    background-color: #57A824;
}

.shares-block .share-btn-whatsapp:active,
.shares-block .share-btn-whatsapp:focus,
.shares-block .share-btn-whatsapp:hover {
    color: #fff;
    background-color: #4c9320;
}

.shares-block .share-btn-twitter {
    color: #fff;
    background-color: #1da1f2;
}

.shares-block .share-btn-twitter:active,
.shares-block .share-btn-twitter:focus,
.shares-block .share-btn-twitter:hover {
    color: #fff;
    background-color: #0c85d0;
}

.shares-block .share-btn-googleplus {
    color: #fff;
    background: #db4437;
}

.shares-block .share-btn-googleplus:active,
.shares-block .share-btn-googleplus:focus,
.shares-block .share-btn-googleplus:hover {
    color: #fff;
    background-color: #bd2e22;
}

.emotion-card {
    position: relative;
    padding: 0 0 3px;
    background: #fff;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    color: #45474d;
    border: 1px solid #ccc;
}

.emotion-card .count {
    position: absolute;
    right: 5px;
    top: 2px;
}

.emotion-card {
    cursor: pointer;
}

.emotion-card.happy.active,
.emotion-card.happy.active h3,
.emotion-card.happy.active h4,
.emotion-card.hover-scale:hover.happy,
.emotion-card.hover-scale:hover.happy h3,
.emotion-card.hover-scale:hover.happy h4 {
    color: #79c8a0;
}

.emotion-card.hover-scale:hover.indifferent,
.emotion-card.hover-scale:hover.indifferent h3,
.emotion-card.hover-scale:hover.indifferent h4,
.emotion-card.indifferent.active,
.emotion-card.indifferent.active h3,
.emotion-card.indifferent.active h4 {
    color: #d0cf66;
}

.emotion-card.amused.active,
.emotion-card.amused.active h3,
.emotion-card.amused.active h4,
.emotion-card.hover-scale:hover.amused,
.emotion-card.hover-scale:hover.amused h3,
.emotion-card.hover-scale:hover.amused h4 {
    color: #5e7aa3;
}

.emotion-card.excited.active,
.emotion-card.excited.active h3,
.emotion-card.excited.active h4,
.emotion-card.hover-scale:hover.excited,
.emotion-card.hover-scale:hover.excited h3,
.emotion-card.hover-scale:hover.excited h4 {
    color: #a66ec3;
}

.emotion-card.angry.active,
.emotion-card.angry.active h3,
.emotion-card.angry.active h4,
.emotion-card.hover-scale:hover.angry,
.emotion-card.hover-scale:hover.angry h3,
.emotion-card.hover-scale:hover.angry h4 {
    color: #f77070;
}

.emotion-card.sad.active,
.emotion-card.sad.active h3,
.emotion-card.sad.active h4,
.emotion-card.hover-scale:hover.sad,
.emotion-card.hover-scale:hover.sad h3,
.emotion-card.hover-scale:hover.sad h4 {
    color: #795548;
}

.emotion-card .emotion-block {
    transition: all .3s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #313540;
    z-index: 5000;
    opacity: 0;
}

#articles-block,
.articles-section {
    position: relative;
}

.emotion-card .emotion-block.show {
    opacity: .4!important;
}

.emotion-card .details h4 {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    opacity: 0;
}

.emotion-card .details .details-name,
.emotion-card .details .percentage {
    transition: all .0s linear;
}

.emotion-card .details h3 {
    margin: 0;
}

.emotion-card .icon {
    text-align: center;
}

.emotion-card .icon img,
.emotion-card .icon svg {
    max-width: 100%;
    max-height: 86px;
}

.emotion-card .icon svg {
    width: 100%;
}

.details h4 {
    word-break: break-all;
}

#reaction-title {
    line-height: 24px;
}

@media (min-width: 500px) {
    .emotion-card:hover .details .percentage {
        display: none;
        opacity: 0;
    }
    .emotion-card:hover .details .details-name {
        margin: 3px 0;
        display: inline-block;
        opacity: 1;
    }
}

@media (min-width: 600px) {
    .emotion-card .count {
        left: 0;
        right: 0;
        top: -11px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    .emotion-card .details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -11px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    .emotion-card .details .details-name,
    .emotion-card .details .percentage {
        display: inline-block;
        padding: 2px 10px;
        background: #fff;
    }
    .emotion-card .icon {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .emotion-card .count span {
        background: #fff;
        padding: 2px 10px;
    }
    .emotion-card.indifferent .details .details-name,
    .emotion-card.indifferent .details .percentage {
        padding: 2px 5px;
    }
}

@media only screen and (max-width: 768px) {
    .emotion-card .details {
        text-transform: uppercase;
    }
    .emotion-card.active.happy,
    .emotion-card.active.happy h3,
    .emotion-card.active.happy h4 {
        color: #79c8a0;
        font-weight: bold;
    }
    .emotion-card.active.indifferent,
    .emotion-card.active.indifferent h3,
    .emotion-card.active.indifferent h4 {
        color: #d0cf66;
        font-weight: bold;
    }
    .emotion-card.active.amused,
    .emotion-card.active.amused h3,
    .emotion-card.active.amused h4 {
        color: #5e7aa3;
        font-weight: bold;
    }
    .emotion-card.active.excited,
    .emotion-card.active.excited h3,
    .emotion-card.active.excited h4 {
        color: #a66ec3;
        font-weight: bold;
    }
    .emotion-card.active.angry,
    .emotion-card.active.angry h3,
    .emotion-card.active.angry h4 {
        color: #f77070;
        font-weight: bold;
    }
    .emotion-card.active.sad,
    .emotion-card.active.sad h3,
    .emotion-card.active.sad h4 {
        color: #795548;
        font-weight: bold;
    }
    .shares-block .btn {
        margin-bottom: 5px;
        padding: 8px 10px;
        width: 49%;
    }
    .shares-block .btn .social-name {
        display: none;
    }
}

@media (max-width: 480px) {
    .shares-block .btn {
        margin-bottom: 5px;
        width: 49%;
    }
    .details h4 {
        font-size: 1rem;
        margin-top: 5px!important;
    }
    .row-xs>div {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 400px) {
    .details h4 {
        display: none;
    }
    .powered-text {
        display: none;
    }
}

@media (max-width: 360px) {
    .container-emotes.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .container-emotes:not(.scrollable) .row-xs {
        margin-left: 0;
        margin-right: 0;
    }
    .container-emotes::-webkit-scrollbar {
        display: none;
    }
    .feedback-categories {
        white-space: nowrap;
    }
    .feedback-categories .col-sm-2 {
        display: inline-block;
        width: 17.5%;
        float: none;
        padding: 0;
    }
    .feedback-categories .col-sm-2:first-child {
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .icon {
        padding: 0;
    }
    .emotion-card .details h4 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .emotion-card .details h3,
    .emotion-card .details h4 {
        text-transform: uppercase;
        font-weight: 600;
        color: #707070;
    }
    .emotion-card.active {
        transform: scale(1.07);
    }
    .emotion-card.hover-scale:hover {
        transform: scale(1.05);
    }
    .simple-title {
        margin-bottom: 10px;
    }
}

.powered {
    margin-top: 6px;
    margin-bottom: 0;
}

.powered-text {
    margin-right: 5px;
    color: #868686;
}

#articles-block::-webkit-scrollbar {
    display: none;
}

.articles-title-block {
    margin-top: 10px;
}

#articles-block {
    margin: 10px auto 0;
    max-width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
}

#filler,
.articles-container {
    width: 3900px;
    position: absolute;
    top: 0;
}

#filler {
    left: 0;
    height: 100%;
}

.articles-container {
    margin-top: 0;
}

.articles-container .section {
    display: block;
    width: 300px;
    float: left;
    margin-left: 10px;
    opacity: .9;
    border-radius: 6px;
    cursor: pointer;
}

.articles-section #scroll-left,
.articles-section #scroll-right {
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
    width: 30px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
    padding: 0 5px;
    text-indent: -999em;
    top: 50%;
}

.articles-container .section:first-child {
    margin-left: 0;
}

.articles-container .section:hover {
    opacity: 1;
}

.articles-section #scroll-right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAYAAAAA9rgCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDQxNkZGNzA2ODIxMUU0ODJDRkEzOEIzMThGMEJDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDQxNkZGODA2ODIxMUU0ODJDRkEzOEIzMThGMEJDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU0NDE2RkY1MDY4MjExRTQ4MkNGQTM4QjMxOEYwQkMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU0NDE2RkY2MDY4MjExRTQ4MkNGQTM4QjMxOEYwQkMyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sZR1zgAAARpJREFUeNrs2rERwjAMBVA7RQZgh7AIE1BnD+qUVGyQGTIBDTukYYcwAI2R79RC5EROzOn77l86xS86gszhQwjO0qqcsQUwwAADDDDAAAMMMMAAL1zxtDQXYZ2GMsSr4t6SakosldbG6NJTjpRWsR8t1+zVHuTaDnMXHpSRcqPUih2uuebI92hWW9aAc2KXoLOCt8CmorOBt8SmoLOA98BK0ergPbEStCq4BOwcWg1cEvYXWmLxwklq4AHgRTl579+FTInxwd8pB8qTctaapS+UiQtfS+lw3AvvaeI96k1apj7DJt/SJr+HTU5aJmdpk6clk+fhL+hOEdxJsZuC/+k3LY+/PAAMMMAAAwwwwAADDDDAAAPs3EeAAQC7LzYB4sWWzQAAAABJRU5ErkJgggo=) -29px 0 no-repeat #000;
    border-radius: 2px 0 0 2px;
    right: 0;
    opacity: .55;
}

.articles-section #scroll-left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAYAAAAA9rgCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDQxNkZGNzA2ODIxMUU0ODJDRkEzOEIzMThGMEJDMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDQxNkZGODA2ODIxMUU0ODJDRkEzOEIzMThGMEJDMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU0NDE2RkY1MDY4MjExRTQ4MkNGQTM4QjMxOEYwQkMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU0NDE2RkY2MDY4MjExRTQ4MkNGQTM4QjMxOEYwQkMyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sZR1zgAAARpJREFUeNrs2rERwjAMBVA7RQZgh7AIE1BnD+qUVGyQGTIBDTukYYcwAI2R79RC5EROzOn77l86xS86gszhQwjO0qqcsQUwwAADDDDAAAMMMMAAL1zxtDQXYZ2GMsSr4t6SakosldbG6NJTjpRWsR8t1+zVHuTaDnMXHpSRcqPUih2uuebI92hWW9aAc2KXoLOCt8CmorOBt8SmoLOA98BK0ergPbEStCq4BOwcWg1cEvYXWmLxwklq4AHgRTl579+FTInxwd8pB8qTctaapS+UiQtfS+lw3AvvaeI96k1apj7DJt/SJr+HTU5aJmdpk6clk+fhL+hOEdxJsZuC/+k3LY+/PAAMMMAAAwwwwAADDDDAAAPs3EeAAQC7LzYB4sWWzQAAAABJRU5ErkJgggo=) no-repeat #000;
    opacity: .4;
    border-radius: 0 2px 2px 0;
    left: 0;
}

.articles-section #scroll-left:hover,
.articles-section #scroll-right:hover {
    opacity: 1;
}

.articles-container .card {
    position: relative;
    text-decoration: none;
    padding: 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    transition: all .2s ease-in-out;
    color: #45474d;
    border: 1px solid #ccc;
}

.articles-container .emotes {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}

.articles-container .emotes p {
    margin-bottom: 0;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.articles-container .card .image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    display: inline-block;
}

.articles-container .card .heading {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    width: 198px;
    margin: 0;
    word-wrap: break-word;
    font-size: 1.45rem;
}

.articles-container .section {
    height: auto;
}

#articles-block {
    height: 155px;
}

@media screen and (max-width: 550px) {
    .articles-container .section {
        width: 255px;
        opacity: 1;
    }
    .articles-container .card .image {
        width: 85px;
        height: 85px;
    }
    .articles-container .card .heading {
        width: 168px;
        padding: 5px;
    }
}

.card-header {
    border-bottom: 1px solid #E9EBEC;
    padding: 3px;
}

.card-header .emoji svg,
.card-header .emoji img {
    max-width: 100%;
    width: 30px;
    max-height: 30px;
}

.card-header .max-sentiment-percentage {
    font-size: 1.3rem;
    font-weight: bold;
}

.card-header .emoji,
.card-header .max-sentiment-percentage {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.block-loader {
    margin-top: 10px;
}

.la-line-scale-pulse-out {
    margin: 0 auto;
}

.la-line-scale-pulse-out,
.la-line-scale-pulse-out>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale-pulse-out {
    display: block;
    font-size: 0;
    color: #FBAE2F;
}

.la-line-scale-pulse-out.la-dark {
    color: #333;
}

.la-line-scale-pulse-out>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale-pulse-out {
    width: 40px;
    height: 32px;
}

.la-line-scale-pulse-out>div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -moz-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -o-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
}

.la-line-scale-pulse-out>div:nth-child(3) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s;
}

.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-line-scale-pulse-out.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale-pulse-out.la-sm>div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale-pulse-out.la-2x>div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale-pulse-out.la-3x>div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@-moz-keyframes line-scale-pulse-out {
    0% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -moz-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }
}

@-o-keyframes line-scale-pulse-out {
    0% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
        -moz-transform: scaley(.3);
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}