.ddownload-button {
    display: block;
    margin: 0px;
    font-family: 'Helvetica W01 Bold' !important;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    border: 0px !important;
    line-height: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.ddownload-button:active{-webkit-box-shadow:inset 0 0 3px #999;box-shadow:inset 0 0 3px #999;-o-box-shadow:inset 0 0 3px #999;-webkit-box-shadow:inset 0 0 3px #999;-moz-box-shadow:inset 0 0 3px #999}
.button-grey{color:#444!important;border:1px solid #d0d0d0;background-image:-webkit-gradient(linear,0 0,0 100%,from(#e1e1e1),to(#ededed));background-image:-webkit-linear-gradient(#ededed,#e1e1e1);text-shadow:1px 1px 1px #fff;background-color:#e1e1e1}
.button-grey:hover{color:#444!important;border:1px solid #b0b0b0;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ededed),to(#e1e1e1));background-image:-webkit-linear-gradient(#e1e1e1,#ededed);background-color:#ededed}
.button-grey:active{color:#444!important;border:1px solid #666}
.button-red{color:#923c47!important;border:1px solid #d96d7c;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f6677b),to(#f997b0));background-image:-webkit-linear-gradient(#f997b0,#f6677b);text-shadow:1px 1px 1px #fdbcc7;background-color:#f6677b}
.button-red:hover{color:#923c47!important;border:1px solid #c75964;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f997b0),to(#f6677b));background-image:-webkit-linear-gradient(#f6677b,#f997b0);background-color:#f997b0}
.button-red:active{color:#923c47!important;border:1px solid #ab3e4b}
.button-blue{color:#41788c!important;border:1px solid #6fb1c7;background-image:-webkit-gradient(linear,0 0,0 100%,from(#73d0f1),to(#aae5f7));background-image:-webkit-linear-gradient(#aae5f7,#73d0f1);text-shadow:1px 1px 1px #bfeafb;background-color:#73d0f1}
.button-blue:hover{color:#41788c!important;border:1px solid #4690ad;background-image:-webkit-gradient(linear,0 0,0 100%,from(#aae5f7),to(#73d0f1));background-image:-webkit-linear-gradient(#73d0f1,#aae5f7);background-color:#aae5f7}
.button-blue:active{color:#41788c!important;border:1px solid #3b778b}



.button-green{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: "helvetica", Arial, sans-serif !important;
  color: #ffffff;
  font-size: 18px;
  background: #2ecc71;
  padding: 10px 50px 10px 50px;
  border: solid #25854d 1px;
  text-decoration: none;
}
.button-green:hover{
  background: #2db564;
  text-decoration: none;
}

.button-green:active{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #2db564;
  padding: 10px 50px 10px 50px;
  border-bottom: solid #666666 0px;
  text-decoration: none;
}

.button-yellow {
    background-color: #FFEB3B !important;
    color: #2B2827 !important;
    border-color: #DCC115 !important;
}

.button-yellow:hover {
    background-color: #FFF382 !important;
    border-color: #404040 !important;
    color: #2B2827 !important;
}

.button-yellow::before {
    font-family: FontAwesome;
    content:"\f019";
    font-size:inherit;
    padding-right:10px;
}


.button-black{color:#fff!important;border:1px solid #4d4d4d;background-image:-webkit-gradient(linear,0 0,0 100%,from(#454545),to(#656565));background-image:-webkit-linear-gradient(#656565,#454545);text-shadow:1px 1px 1px #6d6d6d;background-color:#454545}
.button-black:hover{color:#fff!important;border:1px solid #363636;background-image:-webkit-gradient(linear,0 0,0 100%,from(#656565),to(#454545));background-image:-webkit-linear-gradient(#454545,#656565);background-color:#656565}
.button-black:active{color:#fff!important;border:1px solid #000}
.button-purple{color:#7e5d7c!important;border:1px solid #cd93c6;background-image:-webkit-gradient(linear,0 0,0 100%,from(#d798d1),to(#e9c4e3));background-image:-webkit-linear-gradient(#e9c4e3,#d798d1);text-shadow:1px 1px 1px #f1ceef;background-color:#d798d1}
.button-purple:hover{color:#7e5d7c!important;border:1px solid #886382;background-image:-webkit-gradient(linear,0 0,0 100%,from(#e9c4e3),to(#d798d1));background-image:-webkit-linear-gradient(#d798d1,#e9c4e3);background-color:#e9c4e3}
.button-purple:active{color:#7e5d7c!important;border:1px solid #6a4664}