body {
    font-family: "Lato", sans-serif;
}





.button {
    display: inline-block;
	width: 180px;
    text-align: left;
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #030303;
    border-radius: 8px;
    background: #0a0a0a;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(#000000));
    background: -moz-linear-gradient(top, #0a0a0a, #000000);
    background: linear-gradient(to bottom, #0a0a0a, #000000);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}

.button:hover,
.button:focus {
    border: 1px solid #F94100;
    background: #F94100;
    background: -webkit-gradient(linear, left top, left bottom, from(#F94100), to(#F94100));
    background: -moz-linear-gradient(top, #F94100, #F94100);
    background: linear-gradient(to bottom, #F94100, #F94100);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #060606;
    background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#000000));
    background: -moz-linear-gradient(top, #060606, #000000);
    background: linear-gradient(to bottom, #060606, #000000);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: center;
    top: 0px;
    left: 0px;
    background: 
    background-size: 100% 100%;
}














 .button1:hover,
.button1:focus {
    border: 1px solid #F94100;
    background: #F94100;
    background: -webkit-gradient(linear, left top, left bottom, from(#F94100), to(#F94100));
    background: -moz-linear-gradient(top, #F94100, #F94100);
    background: linear-gradient(to bottom, #F94100, #F94100);
    color: #ffffff;
    text-decoration: none;
} 

.button1:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: center;
    top: 0px;
    left: 0px;
    background: 
    background-size: 100% 100%;
}

   .button1 {
    display: inline-block;
	width: 180px;
    text-align: left;
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #F94100;
    border-radius: 8px;
    background: #F94100;
    background: -webkit-gradient(linear, left top, left bottom, from(#F94100), to(#F94100));
    background: -moz-linear-gradient(top, #F94100, #F94100);
    background: linear-gradient(to bottom, #F94100, #F94100);
  
    font: normal normal  12px arial;
    color: #ffffff;
    text-decoration: none;
} 



 






@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 12px;}
}

