/*--- SCROLL TOP ---*/
.scroll-top{
    float: right;
    width: auto;
    margin-top: 4px;
}

#back-top {
    width: auto;
}

#back-top a {
    float: right;
    width: auto;
    color: #ffffff;
    font-size: 9px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;    
    background-color: #e85c2c;
    padding: 3px 9px;
    -webkit-transition: background-color 230ms linear;
    -moz-transition: background-color 230ms linear;
    transition: background-color 230ms linear;
}

#back-top a:hover {
    background-color:#547489;
}

#back-top a span {
    display: inline-block;
    width: 7px;
    height: 6px;
    background:url("img/cross-7x6.png") no-repeat left bottom;
    margin-left: 7px;
    position: relative;
    top: -1px;
}