@media screen and (max-width : 480px) {
}

@media screen and (min-width : 768px)  and (max-width : 1024px) {
}

@media screen and (min-width : 1224px) {
}

.smart-forms a {
    text-decoration: none;  
    color: #aaa;  
    text-shadow: none;  
    -webkit-transition: 250ms linear 0s;  
    -moz-transition: 250ms linear 0s;  
    -o-transition: 250ms linear 0s;  
    transition: 250ms linear 0s;  
    outline: 0 none; 
}

.smart-forms a:hover {
    color: #fff;  
    text-shadow: -1px 1px 1px #aac, 1px -1px 1px #aaf; 
}
