head, body, div, header, footer, h1, h2, h3, h4, p, a, button {
    margin: 0;
    padding: 0;
}

.hidden {
    display:none;
}

p,a,button {
    font-family: FuturaPT-Book;
    color: #333333;
    line-height: 20px;
    text-decoration: none;
}
/*============================== scrollbar =================================*/

::-webkit-scrollbar-button{
    display:block;
    height:0;
}
::-webkit-scrollbar-thumb{
    background-color:rgba(32, 113, 176, .7);
    border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:rgba(32, 113, 176, 1);
}
::-webkit-scrollbar-track{
    background-color:rgba(134, 134, 133, .7);
}
::-webkit-scrollbar-track:hover{
    background-color:rgba(134, 134, 133, 1);
}
::-webkit-scrollbar{
    width:10px;
}
/*============================== end scrollbar =================================*/