/*************** h *****************/
h2.title {
    font-size: 16px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

/*************** 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;
    text-align: center;
    width: 100%;
}

.project_header h1 {
    font-size: 30px;
    padding: 30px 15px 10px 15px;
    font-weight: bold;
}

.project_header .sub {
    margin-bottom: 50px;
}

.project_header .header_menu {
    width: 100%;
    display: table;
}

.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 .data div.backer,
.project .project_info .data div.time {
    float: left;
    width: 50%;
    text-align: center;
    background: #d2d2d2;
    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;
}

.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%;
}

/*************** 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 .address {
    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: #d2d2d2;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 4px 0 #959595;
    cursor: pointer;
}

.backing_levels .backing_level:hover {
    background: #e2e2e2;
    box-shadow: 0px 4px 0 #a5a5a5;
}

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

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

/*************** 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;
}

/*************** Project Report 活動報告*****************/
.project .report_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.report_title h1 {
    font-size: 25px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}

.report_detail .report_date {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}