﻿/* -------------------------------------------------------
--- Codify Ltd. Sti
--- http://codify.istanbul
--------------------------------------------------------*/



/* SCROLL TOP
--------------------------------------------------------*/
.scroll-top { padding: 8px 10px; background-color: #fdef48; color: #000; cursor: pointer; text-align: center; font-size: 20px;
    position: fixed; right: 20px; bottom: -50px; z-index: 50;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(48,48,48,0.3);
    -moz-box-shadow: 0px 2px 1px 0px rgba(48,48,48,0.3);
    box-shadow: 1px 2px 2px 0px rgba(48,48,48,0.3);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.scroll-top:hover { opacity: 0.5; }