/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-button img {
  max-width: unset;
  height: initial; }

.thim-sc-button .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.8px; }
  .thim-sc-button .btn.btn-outline {
    border: 1px solid; }

.thim-sc-button .btn-lg {
  height: 85px;
  line-height: 85px;
  padding: 0 46px; }

.thim-sc-button .btn-primary:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.thim-sc-button .btn-normal {
  height: 49px;
  line-height: 49px;
  padding: 0px 37px; }
  .thim-sc-button .btn-normal.btn-outline {
    line-height: 47px; }

.thim-sc-button.icon_alignment-left .btn-primary .inner-text:before {
  background-color: #FFF;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.thim-sc-button.icon_alignment-left .inner-text:before {
  content: '';
  position: relative;
  width: 1px;
  margin-right: 17px;
  margin-left: 17px;
  height: 22px;
  display: inline-block;
  top: 6px; }

.thim-sc-button.shape-round .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
