a.super-button, a.super-button:hover, a.super-button:active {
  display: inline-block;
  font-weight: 500;
  font-size: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 0 solid transparent;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222;
  margin-bottom: 0;
  line-height: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 0 !important; }

.super-button > * {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 14.99px;
  line-height: 40px; }

.super-button:hover,
.super-button:focus {
  background: none 0 0;
  color: #222;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important; }

.super-button.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.super-button.super-button-disabled,
.super-button[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: no-drop; }

.super-button.super-button-embossed {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important; }

.super-button.super-button-embossed.active,
.super-button.super-button-embossed:active {
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important; }

.super-button.super-button-block {
  display: block;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.super-button > .super-button-icon {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }

.super-button > .super-button-icon.pull-left {
  margin-right: 0; }

.super-button > .super-button-icon.pull-right {
  margin-left: 0; }

.super-button > .super-button-icon > img {
  border-radius: 0;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0; }

.super-button > .super-button-text-primary {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  display: inline-block;
  text-decoration: none; }

.super-button > .super-button-text-secondary {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  display: inline-block;
  text-decoration: none; }

.super-button > .super-button-text-secondary:hover {
  text-decoration: none; }

.super-button-group, .super-button-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.super-button-open > .super-button-dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.super-button-open > .super-button-dropdown-toggle.btn-default {
  background-image: none; }

.super-button-open > .super-button-dropdown-menu {
  display: block !important;
  margin-left: 0 !important; }

.super-button-dropdown-menu {
  margin-left: 0 !important; }

.super-button-open > a {
  outline: 0; }

.super-button-dropdown-menu > li {
  list-style-type: none !important;
  padding: 0 !important; }
  .super-button-dropdown-menu > li:before {
    content: '' !important; }

.super-button-dropdown-menu > li > a:hover,
.super-button-dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8; }

.super-button-dropdown-menu > .active > a,
.super-button-dropdown-menu > .active > a:hover,
.super-button-dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd; }

.super-button-dropdown {
  position: relative; }

.super-button-dropdown-toggle:focus {
  outline: 0; }

.super-button-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none !important;
  float: left;
  min-width: 100px;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.super-button-dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.super-button-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.super-button-group .super-button-dropdown-menu {
  list-style-type: none;
  margin: 0; }
  .super-button-group .super-button-dropdown-menu:before, .super-button-group .super-button-dropdown-menu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .super-button-group .super-button-dropdown-menu:before {
    border: 8px rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    margin-left: -8px; }
  .super-button-group .super-button-dropdown-menu:after {
    border: 7px rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    margin-left: -7px; }

.super-button-group .super-button-dropdown-menu > li {
  margin: 0;
  float: none !important; }

.super-button-group .super-button-dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 0;
  text-align: left; }

.super-button-group.super-button-group-block {
  width: 100% !important; }

.super-button-dropdown-menu > li > a:hover,
.super-button-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #EEEEEE; }

.super-button-dropdown-menu > .active > a,
.super-button-dropdown-menu > .active > a:hover,
.super-button-dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.super-button-dropdown-menu > .disabled > a,
.super-button-dropdown-menu > .disabled > a:hover,
.super-button-dropdown-menu > .disabled > a:focus {
  color: #777777; }

.super-button-dropdown-menu > .disabled > a:hover,
.super-button-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background: transparent none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.super-button .super-button-divider {
  position: absolute;
  height: 100%;
  top: 0;
  border: 0 solid; }

.super-button-wrap-center {
  text-align: center;
  margin: 0 auto !important; }

/**
   * Social Buttons
   */
.fb_iframe_widget span {
  vertical-align: baseline !important; }

.super-button-social-buttons {
  margin-right: 5px;
  vertical-align: baseline; }
  .super-button-social-buttons iframe {
    margin-bottom: 0;
    vertical-align: baseline; }

.super-button-social-container {
  display: block;
  overflow: hidden;
  width: 100%; }

.super-button-li-height .IN-widget {
  position: relative; }

.super-button-li-height .IN-widget > span > span > span {
  position: absolute;
  left: -30px;
  bottom: -20px; }

.entry-content .super-button-social-container .twitter-share-button, .super-button-social-container .fb_like, .super-button-social-container .twitter-share-button {
  margin-bottom: 0; }

/** Dual Buttons */
.super-button-dual.super-button-dual-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-size: 0;
  position: relative; }
  .super-button-dual.super-button-dual-btn .super-button-dual-first {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .super-button-dual.super-button-dual-btn .super-button-dual-second {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important; }
  .super-button-dual.super-button-dual-btn .super-button {
    display: inline-block;
    padding: 25px 45px;
    color: #fff;
    font-size: 14px; }
    .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-first {
      background-color: #bdc3c7; }
      .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-first:hover {
        background-color: #cacfd2; }
    .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-second {
      background-color: #cacfd2; }
      .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-second:hover {
        background-color: #bdc3c7; }
  .super-button-dual.super-button-dual-btn .super-button-dual-divider {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    z-index: 1;
    top: 9px;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }

.super-button-dual.super-button-dual-full-width {
  display: table !important;
  width: 100%;
  table-layout: fixed; }
  .super-button-dual.super-button-dual-full-width .super-button-dual-first {
    width: 51% !important;
    display: table-cell !important; }
  .super-button-dual.super-button-dual-full-width .super-button-dual-second {
    width: 51% !important;
    display: table-cell !important; }

/*
   * Button Icon
   */
.super-button .super-button-icon {
  display: inline-block; }

/**
  Responsive options
   */
.super-button__text__desktop, .super-button__text__tablet, .super-button__text__mobile {
  display: none; }

