
a.blackbtn {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;  
  padding: 10px 25px;
  border: solid 3px rgba(0,0,0,.8);
  background: rgba(0,0,0,.6);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: .7s;
  letter-spacing: 1px;
  font-weight:bold;
}
a.blackbtn:hover {
  background: rgba(0,0,0,1);
  transition: .7s;
}

a.whitebtn {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;  
  padding: 10px 25px;
  border: solid 3px rgba(255,255,255,1);
  background: rgba(255,255,255,.4);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: .7s;
  letter-spacing: 1px;
  font-weight:bold;
}
a.whitebtn:hover {
  background: rgba(255,255,255,1);
  transition: .7s;
  color: #145e8f;
}



a.blueghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.1);
  transition: background .2s;
  font-size: 1.2em;
  color: #145E8F;
  border: solid 3px #145E8F;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.blueghost:visited {
  background: rgba(255,255,255,.2);
  transition: background .2s;
  color: #145E8F;
}

a.blueghost:active {
  background: rgba(255,255,255,.2);
  transition: background .2s;
  color: #145E8F;
}

a.blueghost:hover {
  background: #145E8F;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}




a.blackghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.2);
  transition: background .2s;
  font-size: 1.2em;
  color: #000;
  border: solid 3px #000;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.blackghost:visited {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #000;
}

a.blackghost:active {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #000;
}

a.blackghost:hover {
  background: #000;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}




a.whiteghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.1);
  transition: background .2s;
  font-size: 1.2em;
  color: #fff;
  border: solid 3px #fff;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.whiteghost:visited {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #fff;
}

a.whiteghost:active {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #fff;
}

a.whiteghost:hover {
  background: #fff;
  transition: background .5s;
  color: #145e8f;
  text-decoration: none;
}


a.solidbluebtn, a.solidbluebtn:link, a.solidbluebtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56caf5+0,2989d8+100 */
background: rgb(86,202,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,202,245,1) 0%, rgba(41,137,216,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(86,202,245,1) 0%,rgba(41,137,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(86,202,245,1) 0%,rgba(41,137,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56caf5', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
color: #ffffff;
display: inline-block;
font-size: 1.2em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 3px;
}
a.solidbluebtn:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+1,145e8f+88 */
background: rgb(41,137,216); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,137,216,1) 1%, rgba(20,94,143,1) 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,137,216,1) 1%,rgba(20,94,143,1) 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,137,216,1) 1%,rgba(20,94,143,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#145e8f',GradientType=0 ); /* IE6-9 */
text-decoration: none;
}

a.solidwhitebtn, a.solidwhitebtn:link, a.solidwhitebtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+8,e2e2e2+99 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 8%, rgba(226,226,226,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 8%,rgba(226,226,226,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 8%,rgba(226,226,226,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
color: #145E8F;
display: inline-block;
font-size: 1.2em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 3px;

}

a.solidwhitebtn:hover {
background: #ffffff;
text-decoration: none;

}

a.solidblackbtn, a.solidblackbtn:link, a.solidblackbtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+8,000000+100 */
background: rgb(71,71,71); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(71,71,71,1) 8%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(71,71,71,1) 8%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(71,71,71,1) 8%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color: #ffffff;
display: inline-block;
font-size: 1.2em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 3px;
}
a.solidblackbtn:hover {
background: #000000;
text-decoration: none;
}

