/*@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?tfm3r6');
    src:url('../fonts/icomoon.eot?tfm3r6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tfm3r6') format('truetype'),
    url('../fonts/icomoon.woff?tfm3r6') format('woff'),
    url('../fonts/icomoon.svg?tfm3r6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


#neklo_scrolltotop_arrow {
    position: fixed;
    background: #324367;
    bottom: 20px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
     font-size: 13px;
     font-weight: 600;
     height: 60px;
     line-height: 18px;
     padding: 2px;
     position: fixed;
     text-align: center;
     text-transform: uppercase;
     width: 60px;
     text-decoration: none;
}

#neklo_scrolltotop_arrow.align-left {
    left: 20px;
}

#neklo_scrolltotop_arrow.align-right {
    right: 20px;
}

#neklo_scrolltotop_arrow span {display: block}
#neklo_scrolltotop_arrow gt-arrow {padding-top: 8px}

/*#neklo_scrolltotop_arrow:before {
    font-family: 'icomoon' !important;
    content: "\e900";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#neklo_scrolltotop_arrow:hover:before {
    content: "\e901";
}*/

