/*-----------------------------
           Footer
-----------------------------*/
footer {
    flex-shrink: 0;
    border: thin solid black;
    background-color: #202020;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 92px;
    right: 0;
    z-index: 1;
}

main {
    padding-bottom: 102px;
}

/*----------------------------
       Telegram Share
-----------------------------*/
.telegram-share {
    position: relative;
    width: 110px;
    display: inline-block;
    padding: 7px 8px 3px 8px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #0088cc;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
}

.telegram-share span {
    display: inline-block;
}

.telegram-share i {
    height: 20px;
    /*vertical-align: top;*/
    float: left;
    width: 14px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-size: 14px;
    background-image: url(../Image_Files/telegram-plane.png);
}

.telegram-share:hover {
    background-color: #007dbb;
}

.telegram-share:active {
    background-color: #026698;
}