#gztt-nw a {display: inline-block;
    padding: 12px 10px;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size:16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
    
#gztt-nw a:hover {color:#f26522;}
