/*************** h *****************/
h2.title {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #aaa;
}

/*************** Project View *****************/
.project {
  position: relative;
  z-index: 0;
  width: 100%;
}

/*************** Project Header *****************/
.project_header {
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
  border-bottom: 0px solid #999;
  width: 100%;
    margin: 70px auto 0;
}
.project_header .container{
    max-width: 1200px;
    padding: 0;
}

.project_header h1 {
  font-size: 30px;
  margin: 10px 0 24px;
}

.project_header .sub {
  margin-bottom: 20px;
    max-width: 1200px;
}
.project_header .sub .sub_ct{
    display: inline-block;
    margin-right: 14px;
}

.project_header .sub .sub_ct a{
    color: #333;
}

.project_header .header_menu {
  width: 100%;
  display: table;
  text-align: center;
  background: #d0d9cf;
  margin-bottom: 32px;
}

.project_header .header_menu div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  border-right: 0px solid #999;
  cursor: pointer;
  width: 25%;
}

.project_header .header_menu div.back_btn {
  background: rgba(0, 200, 0, 0.8);
}

.project_header .header_menu div.back_btn:hover {
  background: rgba(0, 230, 0, 0.95);
}

/*************** Project Content *****************/
.project .project_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}

.project .project_content .left,
.project .project_content .right {
  display: block;
  vertical-align: top;
  word-break: break-all;
  float: left;
}

.project .project_content .left {
  width: 60%;
}

.project .project_content .right {
  width: 40%;
  padding-left: 20px;
}

.project .project_content .left .thumb {
}

@media screen and (max-width: 749px) {
  .project .project_content .left,
  .project .project_content .right {
    float: none;
    width: 100%;
  }
}

.project .social_btn_project {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #eee;
}

/*************** Project Detail *****************/
.project .img_content {
  text-align: center;
}

.project .img_content .img-responsive {
  margin: 0 auto;
  display: inline;
  text-align: center;
}

/*************** Project Info *****************/
.project .project_info {
  display: table;
  width: 100%;
}

.project .project_info .data {
  font-size: 16px;
  background: #fff;
  padding: 0px;
  border-radius: 0px;
  border: 0px solid #999;
}

.project .project_info .big_number {
  font-size: 30px;
  font-weight: bold;
  padding-left: 15px;
}

.project .project_info .data .price {
  padding: 10px 0px 0 0px;
}

.project .project_info .service_fin {
  padding: 10px;
  border: solid 1px #f00;
  color: #c21;
  margin-bottom: 20px;
  text-align: center;
  background: #fee;
}

.project .project_info .data div.backer,
.project .project_info .data div.time {
  float: left;
  width: 50%;
  text-align: center;
  background: #f0f0f0;
  border: 5px solid #fff;
  padding: 5px;
}

.project .project_info .data div.backer .big_number,
.project .project_info .data div.time .big_number {
  font-size: 18px;
}

.project .project_info .data p.title {
  margin: 5px;
}

.project .project_info .data .goal_amount {
  text-align: right;
  margin-bottom: 10px;
}

.project .project_info .data .progress {
  margin: 0 0 5px 0;
  height: 30px;
}

.project .project_info .data .progress-bar-warning {
  font-size: initial;
  line-height: 30px;
}

.project .project_info .back_btn {
  color: #fff;
  width: 100%;
  height: 120px;
  padding: 10px;
  margin: 0px 0 10px 0;
}

.project .text_content,
.project .img_content,
.project .movie_content {
  padding: 10px 0 20px 0;
  width: 100%;
  line-height: 1.8em;
}

/*************** thumbnail movie *****************/
.thumb img {
  border-radius: 0px;
  border: 0;
}

.thumbnail_movie {
  position: relative;
  cursor: pointer;
}

.movie_start_btn {
  background-image: url('../img/movie_start_btn.png');
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.thumbnail_movie:hover .movie_start_btn {
  background-image: url('../img/movie_start_btn2.png');
}

/*************** Project user *****************/
.project .user_info {
  margin-top: 20px;
  padding: 0 10px 10px 10px;
  position: relative;
}

.project .user_info .content {
  text-align: center;
  position: relative;
}

.project .user_info .content img {
  border: 10px solid #fff;
}

.project .user_info .name {
  font-size: 16px;
  font-weight: bold;
}

.project .user_info .school {
  margin-bottom: 20px;
}

/*************** Project return *****************/
.backing_levels {
  margin-top: 30px;
  top: 12px;
}

p.return_price {
  font-weight: bold;
  font-size: 18px;
}

.backing_levels .backing_level {
  background: #f0f0f0;
  margin-bottom: 20px;
  padding: 10px;
}

.backing_levels .backing_level.finish {
  cursor: default;
}

.backing_levels .backing_level.finish:hover {
  background: #f2f2f2;
}

.backing_levels .return_select {
  background: #313131;
  width: 80%;
  margin: 10px auto;
  color: #fff;
  line-height: 3em;
  text-align: center;
  cursor: pointer;
}

/*************** Project comment *****************/
.project_comment {
  margin: 0;
  padding: 0;
}

.project_comment .img_cell {
  padding: 0 20px 0 10px;
}

.project_comment .comment_cell {
  padding: 0;
  margin: 0;
}

.project_comment .date_str {
  margin-bottom: 10px;
  font-size: 13px;
}

.project_comment hr {
  border: none;
  border-top: solid 1px #aaa;
  height: 1px;
  color: #aaa;
}

/*************** report & category  *****************/
#container_report{
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.report{
    width: 48%;
    border: 1px solid #dedede;

}
.report .row{
    margin: 0;
}
.report_img{
    overflow: hidden;
    height: 200px;
    padding: 0;
}
.report_img img{
    height: 100%;
}
.report_date{
    padding: 10px 0;
}

