@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
}
td {
  text-align: left;
}
.table.table-noborder > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0;
}
.control-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}
.logo-wrapper {
  padding: 10px;
}
.mainmenu li.logo-wrapper a {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainmenu li.logo-wrapper a {
    border-right: 0;
  }
}
.mainmenu li.logo-wrapper a img {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .mainmenu li.logo-wrapper a img {
    height: 60px;
  }
}
.headerDonate {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .headerDonate {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .headerDonate {
    padding: 10px 0;
  }
}
.gray-block {
  background: url("../img/campaigns/bbbs/homepage-slider/slider-bg1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 20px;
}
.section-breadcrumbs {
  margin-bottom: 0;
}
.thermometerGraph .progress.vertical {
  margin: 0 auto;
}
.thermometerGraph .progress {
  height: 40px;
}
.thermometerGraph .progress .bar {
  height: 32px;
  line-height: 30px;
}
.progress-meter {
  min-height: 15px;
  margin: 10px 0 40px 0;
  border-bottom: 2px solid #a0a0a0;
}
.progress-meter > .meter {
  position: relative;
  float: left;
  min-height: 15px;
  border-width: 0px;
  border-style: solid;
  border-color: #a0a0a0;
}
.progress-meter > .meter > .meter-text {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100%;
  font-weight: 700;
  font-size: 0.85em;
  color: #a0a0a0;
  text-align: center;
}
.progress-meter > .meter-left {
  border-left-width: 2px;
}
.progress-meter > .meter-right {
  float: right;
  border-right-width: 2px;
}
.progress-meter > .meter-right:last-child {
  border-left-width: 2px;
}
.progress-meter > .meter.meter-right > .meter-text {
  text-align: center;
}
.notification {
  height: auto;
  padding: 10px;
  border-bottom: #0a0;
  background: rgba(105, 190, 40, 0.9);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 0px #999;
  display: none;
  z-index: 99;
}
@-webkit-keyframes glow {
  0% {
    border-color: #393;
  }
  100% {
    border-color: #6f6;
  }
}
@-moz-keyframes glow {
  0% {
    border-color: #393;
  }
  100% {
    border-color: #6f6;
    box-shadow: 0px 0px 10px #0f0;
  }
}
@-o-keyframes glow {
  0% {
    border-color: #393;
  }
  100% {
    border-color: #6f6;
    box-shadow: 0px 0px 10px #0f0;
  }
}
@-ms-keyframes glow {
  0% {
    border-color: #393;
  }
  100% {
    border-color: #6f6;
    box-shadow: 0px 0px 10px #0f0;
  }
}
@keyframes glow {
  0% {
    border-color: #393;
  }
  100% {
    border-color: #6f6;
    box-shadow: 0px 0px 10px #0f0;
  }
}
.celebchat .celeb-photo img {
  background-clip: padding-box;
  border: 5px solid #fff;
  border-radius: 100px;
  box-shadow: 0 1px #fff inset, 0 1px 2px #c8cfe6;
  margin-right: 5px;
  float: left;
}
.celebchat .celeb-photo p {
  color: #393939;
  float: left;
  font-size: 17px;
  font-weight: 400;
  margin: 46px 0 0 10px;
  text-align: left;
}
.celebchat .celeb-photo p span {
  color: #797979;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  display: block;
}
.celebchat .celeb-info {
  font-size: 0.8em;
  font-weight: 400;
}
.celebchat .testimonial-bubble {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px #fff inset, 0 1px 2px #c8cfe6;
  box-sizing: border-box;
  margin: 20px 10px 20px;
  padding: 0 20px 20px;
  position: relative;
  text-align: justify;
}
.celebchat .testimonial-bubble p {
  color: #444;
  font-family: "Roboto Slab", Times;
  font-size: 18px;
  line-height: 1.5;
  margin: 12px;
  padding: 10px 0;
}
.celebchat .testimonial-bubble:before {
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-width: 1px 0 0 1px;
  content: " ";
  display: block;
  height: 20px;
  left: 3.5%;
  position: relative;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
}
.celebchat blockquote {
  border-left: medium none;
  margin: 0;
  padding: 0;
}
.celebchat blockquote p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 20px;
}
