/* ==============================
   14 = Elements Light
   ============================== */
.btn ,.btn-light, .blight a {
    text-shadow: none;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.btn:hover, .btn-light:hover, .blight a:hover {
    opacity: 1;
    box-shadow: 0px 1px 25px -1px #ccc;
}

.btn:hover:after, .btn-light:hover:after, .blight a:hover:after {
    -webkit-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0;
}

.btn:after, .btn-light:after, .blight a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%;
}

.box-shadow-3 {
    background:linear-gradient(#741707 0%,#8c0a0a 15%, #a91313 35%,#C5130F 50%, #a91313 65%,#8c0a0a 85%, #741707 100%);
    color:#fff;
}
.box-shadow-3:hover,.box-shadow-3:focus,.box-shadow-3:active{
    color:#fff;
}