@font-face {
  font-family: 'icomoon';
  src: font_url("icomoon.eot?jvvhd0");
  src: font_url("icomoon.eot?jvvhd0#iefix") format("embedded-opentype"), font_url("icomoon.ttf?jvvhd0") format("truetype"), font_url("icomoon.woff?jvvhd0") format("woff"), font_url("icomoon.svg?jvvhd0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn {
  border: 0;
  background-color: #44C6BE;
  padding: 10px;
  font: bold 12px "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: background-color .3s; }

.ripple {
  position: relative;
  transition-duration: .4s;
  overflow: hidden;
  cursor: pointer; }
  .ripple:after {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: all 1s;
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
    left: 50%;
    top: 50%; }
  .ripple:active:after {
    width: 2px;
    height: 2px;
    opacity: 1;
    margin: -1px 0 0 -1px;
    left: 50%;
    top: 50%;
    transition: 0s; }

.btn-md {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 4.500em;
  border-radius: 0.188em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.188em;
  padding: 0 1.563em; 
  line-height: 4.5em;
}

.btn-blue {
  background-color: #2285C6;
  padding: 12px 30px; }
  .btn-blue:visited {
    background-color: #2285C6;
    color: #fff; }
  .btn-blue:hover {
    background-color: #1f9cef;
    color: #fff; }
  .btn-blue:active {
    background-color: #1f9cef;
    color: #fff; }
  .btn-blue:focus {
    background-color: #1f9cef;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .btn-blue {
      min-width: 100%; } }

.btn-white {
  min-width: 15.625em;
  background-color: #ffffff;
  color: #bbbbbb;
  border: 1px solid #ccc; }
  .btn-white:visited {
    background-color: #ffffff;
    color: #bbbbbb; }
  .btn-white:hover {
    background-color: #ffffff;
    color: #bbbbbb; }
  .btn-white:active {
    background-color: #ffffff;
    color: #bbbbbb; }
  .btn-white:focus {
    background-color: #ffffff;
    color: #bbbbbb; }
  @media screen and (max-width: 768px) {
    .btn-white {
      min-width: 100%; } }

.btn-green {
  background: #44C6BE;
  padding: 12px 30px; }
  .btn-green:visited {
    background-color: #44C6BE;
    color: #fff; }
  .btn-green:hover {
    background-color: #278B85;
    color: #fff; }
  .btn-green:active {
    background-color: #278B85;
    color: #fff; }
  .btn-green:focus {
    background-color: #278B85;
    color: #fff; }

.btn-danger {
  background-color: #d9534f; }

/*# sourceMappingURL=buttons.css.map */
