/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.btn-icon {
  position: relative;
}

.btn-alt {
  color: #fff;
  background-color: #08973F;
  border: 1px solid;
  border-color: black;
}

.btn2 {
  display: inline-block;
  padding: 3px 12px;
  font-size: 18px;
  font-weight: 200;
  color:white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn-icon.btn-icon-right:before {
  left: auto;
  right: 0;
}

.btn-alt:before {
  background-color: #108323;
}

.btn-icon:before {
  font-family: "FontAwesome";
  line-height: 34px;
}

.btn-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 36px;
  color: #fff;
  border-right: 0;
}

.btn-icon-right span, .btn-icon-right input {
  padding-left: 15px;
  padding-right: 50px;
}
