.tbnt-link {
    position: static;
}
.tbnt-content {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
.tbnt-content:hover {
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
.tbnt-content:hover .tbnt-border {
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 60px;
    height: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
.tbnt-content:hover .tbnt-border:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-width: 30px; }
.tbnt-content:hover .tbnt {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 60px;
    height: 60px; }

.tbnt-border {
    position: absolute;
    z-index: 140;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
.tbnt-border:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    content: '';
    border-color: #d8d8d8 transparent transparent #d8d8d8;
    border-style: solid;
    position: absolute;
    border-width: 15px;
    display: block;
    z-index: 110;
    opacity: 1;
    height: 0;
    width: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.tbnt {
    border: 1px solid #FFF inset;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
.tbnt .tbnt-txt {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border: 1px solid #FFF inset;
    z-index: 100;
    bottom: 0;
    right: 0;
    background: #3e4f61;
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden; }

/*# sourceMappingURL=tbnt.css.map */
