/*------------------------------------------------------------------------------------------------
Custom CSS for paddock.ru
------------------------------------------------------------------------------------------------*/

.cl_c4c a:hover {
color: #2b580d;
text-decoration: none;
}

footer {
background: rgba(244,238,102,0.8);
background: -webkit-linear-gradient(rgba(244,238,102,0.8), rgba(224,221,98,1)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(244,238,102,0.8), rgba(224,221,98,1)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(rgba(244,238,102,0.8), rgba(224,221,98,1)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(179,238,139,0.25), rgba(30,61,9,1)); /* Standard syntax (must be last) */
}


/* -------------------------------------------------------------------------------------------- */