a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.white-link{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.white-link:hover,
.white-link:focus{
    color: #f5c808;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.white-link.dotted:hover,
.white-link.dotted:focus{
    color: #f5c808;
    text-decoration: none;
    background: url("../images/menu/dotted-underline.png") repeat-x 100% 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

/********************************     FOOTER     ****************/
.footer-icons a {
    cursor: pointer;
    margin-left: 5px;
}
.footer-icons a i,
a.violet-clr-link{
    color: #593f66;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.footer-icons a:hover i,
.footer-icons a:focus i,
a.violet-clr-link:hover,
a.violet-clr-link:focus{
    color: #f5c808;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
/*******************************    SHARE EVENT    ***************/
a.to-mail,
a.to-fb,
a.to-tw{
    height: 34px;
    width: 35px;
    display: inline-block;
    float: left;
    color: #2A1538;
    line-height: 32px;
    opacity: 0.5;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
a.to-mail:hover,
a.to-fb:hover,
a.to-tw:hover{
    color: #F1BE0D;
    opacity: 1;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}