/********************************
BONDY
bondan.senta.nu
*********************************/
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,600);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);

body {
    color: #666666;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    line-height: 20px;
}

a, a:active {
  color: #cc6600;
  outline: none;
}

a:hover,
a:focus {
  color: #cc6600;
}

img {
  max-width: 100%;
}

.blue-text,
.blue-text:hover {
  color: #cc6600; /* orange */
}

.dark-blue-text {
  color: #c60;
}

.bigger {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.benefits {
  margin-bottom: 20px;
}

.jamahal-container {
  margin-top: 20px;
  max-width: 920px;
  margin-bottom: 70px;
}

.row.logo {
  margin-bottom: 20px;
}

.row.hero {
  margin-bottom: 30px;
}

.heading-point {
    background: transparent url(http://jamahal.net/member-benefits/assets/images/border.jpg) 0 bottom no-repeat;
    color: #cc6600;
    display: block;
    font: lighter 28px/47px Lato,sans-serif;
    text-align: center;
    text-transform: uppercase;
    vertical-align: baseline;
    letter-spacing: -1px;
    padding-bottom: 15px;
    width: 295px;
}

.heading-point:hover {
  color: #cc6600;
  text-decoration: none;
}

h2,
h3 {
  margin-top: 0;
}
.share-container {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    max-width: 320px;
    margin-bottom: 30px;
    padding: 10px 0;
}

.share-container > div {
  float: left;
}
.share-container .icon-container {
  margin-right: 10px;
}

.share-container .text-container {
  font-size: 13px;
  line-height: 18px;
  width: 270px;
}

.cta-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-referral legend {
  border: none;
  margin: 0;
  padding: 0 10px;
  width: 75px;

}

.form-referral fieldset {
  border: 1px solid silver;
  margin: 0 2px 30px;
  padding: 20px;
}

.form-referral .email-list {
  max-width: 100%;
  width: 100%;
  height: 160px;
}

.form-item {
  margin-bottom: 15px;
}

.form-item input {
    background: #fefefe;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 100%;
}

input.button-submit {
  background: transparent url("http://jamahal.net/member-benefits/assets/images/refer-a-friend.jpg") repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  height: 26px;
  padding: 0;
  text-indent: -9999px;
  width: 139px;
}

label.error {
  color: #e02c2c;
}

.footer {
    background: #003466 none repeat scroll 0 0;
    bottom: 0;
    margin-top: 20px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
}

.footer a {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
  padding: 0 15px;
  line-height: 1em;
}