#banner {
  margin-top: 20px;
  padding-bottom: 0;
  max-height: 473px;
  overflow: hidden;
}
#banner img {
  max-height: 473px;
}
.header-full {
  background: #ea505c;
}
h1#project-name {
  color: white;
  text-transform: uppercase;
  margin: 15px;
  font-size: 25px;
  font-weight: bold;
}
#project-info {
  height: 370px;
  padding-left: 10px;
}
#project-info h2 {
  font-weight: bold;
  font-size: 18pt;
}
#project-info .piecontent span {
  font-size: 40px;
}
.front-link,
.front-disabled {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #ea505c;
  text-transform: uppercase;
}
.front-disabled {
  color: #959595;
  font-size: 20px;
  line-height: 23px;
}
.front-link:hover {
  color: #6cc0a5;
}
#project-info .piechart {
  margin-bottom: 15px;
}
#project-info .row {
  margin-top: 6px;
}
#project-info .numvalue {
  font-size: 28px;
  font-weight: bold;
  color: #ea505c;
  line-height: 28px;
  text-align: right;
  padding-right: 5px;
}
#project-info .fullvalue {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ea505c;
  white-space: nowrap;
}
#project-info .numcaption {
  font-size: 14px;
  line-height: 14px;
  color: #6cc0a5;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: bottom;
  padding-left: 5px;
}
#project-info .numcaption.middle {
  line-height: 28px;
}
#project-info .caption {
  color: #6cc0a5;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-right: 5px;
}
#project-info .value {
  color: #ea505c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 5px;
}
#project-menu ul {
  padding: 0;
}
#project-content {
  font-size: 16px;
  padding-bottom: 25px;
  overflow: hidden;
}
#project-content h2,
#project-content h3,
#project-content h4,
#project-content h5 {
  color: #a2a2a2;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -1px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#social-bar {
  padding: 15px 10px;
}
#social-bar div,
#project-container .addthis_toolbox {
  width: 247px;
  margin: auto;
  display: inline-block;
}
#reward-header {
  font-size: 22px;
  text-transform: uppercase;
  color: #808285;
  font: "MuseoSans700";
  font-weight: bold;
}
.reward-box {
  margin-bottom: 20px;
  background: white;
  padding: 15px 15px 5px 15px !important;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.reward-box #div-select-reward {
  display: none;
  height: inherit;
  width: inherit;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0;
}
a.reward-box:hover {
  background: #ea505c;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
a.reward-box:hover #div-select-reward {
  display: block;
}
.reward-box > #div-select-reward > h3 {
  color: white;
  opacity: 1.0;
}
.reward-box h3,
.reward-box h5 {
  color: black;
  margin-top: 0;
}
a.reward-box,
a.reward-box:active,
a.reward-box:hover {
  display: block;
  color: #555555;
}
a.reward-box.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.reward-box .badge {
  background-color: #bbb;
}
.sponsor .trow {
  height: 55px;
  line-height: 20px;
  color: #ea505c;
  font-weight: bold;
}
.sponsor img {
  width: 90%;
  max-width: 150px;
  max-height: 180px;
}
.sponsor h6 {
  font-size: 14px;
  margin: 0;
  color: #676767;
}
.sponsor {
  overflow: hidden;
}
.sponsor-info {
  padding-top: 15px;
}
#rewards-page {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  padding-bottom: 20px;
}
#rewards-page div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}
input[type=image] {
  float: left;
  margin-right: 50px;
}
.image-label {
  color: #A2A2A2 !important;
  font-weight: normal !important;
  cursor: pointer;
  cursor: hand;
}
#project-content img {
  display: inline-block;
  max-width: 100% !important;
}
.left {
  float: left;
}
.form {
  padding-bottom: 10px;
}
#project-wrapper {
  position: relative;
}
.pager .first,
.pager .last {
  display: none;
}
.project-desc {
  font-size: 16px;
}
img.payment-option {
  background: #fff;
  border: 3px solid #ea505c;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline;
  transition: all .1s;
}
img.payment-option:hover {
  border: 3px solid #CACACA;
}
