            img.wp-smiley,
            img.emoji { 
                display: inline !important;
                border: none !important;
                box-shadow: none !important;
                height: 1em !important;
                width: 1em !important;
                margin: 0 .07em !important;
                vertical-align: -0.1em !important;
                background: none !important;
                padding: 0 !important;
            }

.btn {
    border-radius: 3px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1;
    border-radius: 6px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-download {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fas{font-weight:900}

.fa-file-pdf:before {
    font-family: FontAwesome;
    content: "\f1c1";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}


.image-box {
    position: relative;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: .75rem 1.25rem;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 4px;
    display: flex;
    margin-bottom: .5rem!important;
    border: 1px solid rgba(0, 0, 0, .125);
}

/*.image-box .image-box-preview {
    width: 250px;
    flex: 0 0 200px;
}

.image-box .image-box-preview img {
    max-width: 100%;
}
*/
.image-box .image-box-legend {
    padding-left: 10px;
}

.image-box .image-box-legend p {
    margin: 0;
    padding: 0 1px 20px 1px;
    text-align: justify;
}

.image-box-preview-enlarge {
    text-align: right;
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 13px;
    margin-top: 5px;
    font-variant: small-caps;
}

/** LIGHTBOX MARKUP **/
.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
