a, a:visited {
-webkit-transition: 0.5s ease;
transition: 0.5s ease; 
}

.t-descr a:hover, .t-text a:hover, .t-text a:visited:hover {
color: #7980C0 !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
border-bottom: none !important; 
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.uc-subscribe {
       background-color: #111111;
       background-image: -moz-linear-gradient(top, rgba(121,198,192,0.80), rgba(29,151,162,0.80));
    background-image: -webkit-linear-gradient(top, rgba(121,198,192,0.80), rgba(29,151,162,0.80));
    background-image: -o-linear-gradient(top, rgba(121,198,192,0.80), rgba(29,151,162,0.80));
    background-image: -ms-linear-gradient(top, rgba(121,198,192,0.80), rgba(29,151,162,0.80));
}