.btn {
  border-radius:3px;
  display: inline-block;
  background:#8c8a8a;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight:100;
  font-family:Helvetica, Arial, "Lucida Grande", sans-serif!important;
      
  font-style: normal;
  border:0;
}

label,
input,
button,
select,
{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
 font-family:Helvetica, Arial, "Lucida Grande", sans-serif!important;
    
}

input,
button,
select,
{

}

label {
  display: block;
  margin-bottom: 5px;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

button,
input,
select,
{
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.btn:hover:not([disabled]),
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    opacity:0.7;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover:not([disabled]),
.btn:focus {
  text-decoration: none;
  background-position: 0 -15px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.hangout {
  margin-right: 30px;
  margin-top: 8px;
  height:35px;
}


button.btn.green {
  color: #FFFFFF;
  background-color: #38B000;
  border:0;
}
button.btn.green:hover:not([disabled]),
button.btn.green:active,
button.btn.green:focus,
button.btn.green.active,
button.btn.green.disabled,
button.btn.green[disabled] {
  color: #FFFFFF;
  background:#9fcfcf;

}

button.btn.gold{
    background-color: hsl(35,100%,50%); 
    color: #FFFFFF;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
}

button.btn.gold:hover {
    background-color: #FF4719 !important;
    color: #FFFFFF;
}

button.btn.yellow {
    color: #FFFFFF;
    background-color: #ffcc33;
}

button.btn.violet{
    color:#FFFFFF;
    background-color:#4024a9;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
}

button.btn.violet:hover {
    color:#FFFFFF;
    background-color:#FF0066;	
}

button.btn.yellow:hover:not([disabled]),
button.btn.yellow:active,
button.btn.yellow:focus,
button.btn.yellow.active,
button.btn.yellow.disabled,
button.btn.yellow[disabled] {
    color: #FFFFFF;
    background:#9fcfcf;
}
.blue {
    color: white !important;
    background-color: #6facb3 !important;
    border-bottom:3px solid #598A8F !important;
}
.pink {
    color: white !important;
    background-color:#19c0c2 !important;
}
.grey {
    color: white !important;
    background-color: #f2cf61 !important;
    border-bottom: 3px solid #d9ba57 !important;
}
.blue:hover {
    background-color:  #6facb3 !important;
    opacity: 0.7 !important;
    color: white !important;
}
.pink:hover {
    background-color:#19c0c2 !important;
    color: white !important;
    opacity: 0.7 !important;
}
.grey:hover {
    color: white !important;
    opacity: 0.7 !important;
    background-color: #f2cf61 !important;
}

.btn-color1 {
    color: white !important;
    background-color: #19c0c2;
    border-bottom: 3px solid #2ba3a5;
}
.btn-color1:hover {
    opacity: 0.8;
    color: white !important;
}

.btn-color-yellow {
    color: white !important;
    background-color: #FFCC33;
    border-bottom: 3px solid #E8BA2F;
}
.btn-color-yellow:hover {
    opacity: 0.8;
    color: white !important;
}


button.btn.blue {
  color: #FFFFFF;
  background-color:#3e86a8;
  border:0;

}
button.btn.blue:hover {
    opacity:0.7;
    color:white;
}
.blue:hover:not([disabled]),
.blue:focus,
.blue:active,
.blue.active,
.blue.disabled,
.blue[disabled] {
}