.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.help-block {
  color: #808080;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px;
  margin-top: 0px;
}
.hero-unit {
  text-align: center;
}
.hero-unit p {
  color: #999999;
}
#MenuBg {
  height: 0px;
}
#MenuBg.affix {
  height: 40px;
  position: inherit;
}
#Menu.affix {
  margin-top: 0px;
  top: 0px;
  left: 0px;
  height: auto;
  z-index: 20;
  width: 100%;
}
#Menu {
  margin-top: -30px;
  padding-bottom: 20px;
}
.projectView {
  -background-color: #FFF;
  -border: 1px solid #D6D4CE;
  -padding: 15px 15px;
  margin-bottom: 20px;
}
.projectView .projectHome,
.projectSide {
  margin: 10px;
}
.projectView .shortBlurb {
  -moz-box-orient: vertical;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 0 10px;
  padding-right: 30px;
  vertical-align: middle;
}
.projectView .projectStats {
  margin-bottom: 0px;
}
.projectView .backThisProject {
  margin-bottom: 75px;
}
.projectView .projectStats span {
  font-size: 45px;
  -color: #000;
  line-height: 45px;
  font-weight: bold;
}
.projectView .creatorInfo,
.avatar {
  padding: 10px;
}
.projectView .creatorInfo span {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.projectView .reward {
  padding: 10px;
  border-top: 1px solid #FFFFFF;
  background: #dcdcdc;
}
.projectView .reward:hover {
  background: #cfcfcf;
  cursor: pointer;
}
.projectView .reward .backers {
  padding: 10px;
}
.projectView .reward .backers .limit {
  background: none repeat scroll 0 0 #FDFF55;
  color: #666666;
  padding: 0 5px;
}
.projectView .projectHome,
.projectView .projectSide {
  word-wrap: break-word;
}
#projectVideo {
  height: 510px !important;
}
@media (max-width: 979px) {
  #projectVideo {
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  #projectVideo {
    height: 510px !important;
  }
}
@media (max-width: 480px) {
  #projectVideo {
    height: 150px !important;
  }
}
#wlt-ProjectCommentList {
  padding-top: 10px;
}
