a.twitter_bt {
    color: #fff;
    background: #1496e1;
    padding: 7px;
    border-radius: 3px;
    margin: 14px;
    transition: all .3s
}

a.twitter_bt:hover {
    transition: all .3s;
    background: #087dc0
}

div.twitter_bt i.fa-twitter {
    transition: all .3s;
    font-size: 30px;
    margin-left: 12px;
    width: 100%;
    overflow: hidden
}

div.twitter_bt i.fa-twitter:hover {
    transition: all .3s;
    color: #1496e1
}

#tora_d {
    transform: rotate(-90deg);
    margin-top: -26px;
    margin-right: 24px
}

@media(min-width:1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-xl-3 {
    margin-top: 2px
}

img {
    transition: all.3s
}

#action-button {
    z-index: 0 !important;
}