/* Return on top */



#returnOnTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color : #fff;
    text-align:center;
    /*background: rgb(0, 0, 0);*/
    background: rgba(255, 143, 53, 0.7);
    width: 50px;
    height: 50px;

    padding: 10px 10px;
    margin-top: 6px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#returnOnTop:before{
 content: "\25b2";
 vertical-align: center;
  }


#returnOnTop:hover {
    background: rgba(0, 0, 0, 0.9);
}
#returnOnTop:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
/*body{background: #eee ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}*/

/*#returnOnTop {
 
 font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    color: #000000;

height: 36px;
    opacity: 0.7;
    position: fixed;
    right: 1%;
    width: 36px;
bottom: 5%;
    font-size: 15px;

    padding: 8px 10px;
    margin-top: 6px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #fa9519 50%,
        #f08c11);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffffff),
        color-stop(0.50, #fa9519),
        to(#f08c11));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 5px rgba(227,171,75,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 5px rgba(227,171,75,0.6);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 5px rgba(227,171,75,0.6);
    text-shadow:
        0px -1px 3px rgba(255,255,255,0.8),
        0px 1px 0px rgba(255,255,255,0.3);





}

#returnOnTop:before{
 content: "\25b2";
  }*/

/*#returnOnTop:hover {*/
   /* filter: alpha(opacity = 100);*/ /* IE < 8 */
    /*opacity: 1;
    box-shadow: 0px 0px 5px #222;
     -moz-box-shadow: 0px 0px 5px #222;
     -webkit-box-shadow: 0px 0px 5px #222;
     text-decoration: none !important;
}*/

