﻿/*----------------------------------------*/
/*  A. 工程案例
/*----------------------------------------*/
.project-list-area .single-project-item {
    margin-bottom: 20px;
}

.project-list-area .col-md-3:nth-child(9) .single-project-item,
.project-list-area .col-md-3:nth-child(10) .single-project-item,
.project-list-area .col-md-3:nth-child(11) .single-project-item,
.project-list-area .col-md-3:nth-child(12) .single-project-item {
    margin-bottom: 0;
}

.pagination-content.number .pagination {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    margin: 20px 0 20px;
}

.pagination-content.number .pagination li a,
.pagination-content.number .pagination li span {
    border: 1px solid #86bc42;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    line-height: 24px;
    margin: 0 5px;
    width: 26px;
    padding: 0;
}

.pagination-content.number .pagination li.active span {
    background-color: #86bc42
}

.pagination-content.number .pagination li a i {
    font-size: 20px;
    line-height: 25px;
}

.pagination-content.number .pagination li a:hover,
.pagination-content.number .pagination li.current a {
    color: #ffffff;
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
}

.pagination-content.number .pagination li:first-child a,
.pagination-content.number .pagination li:last-child a {
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
    color: #ffffff;
}

.pagination-content.number .pagination li:first-child a:hover,
.pagination-content.number .pagination li:last-child a:hover {
    color: #2d3e50;
}


/*----------------------------------------*/
/*  8. Online project Area
/*----------------------------------------*/
/*.single-project-item {box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);}*/
.project-list-area .single-project-image img{
    transition: 1s;
}
.project-list-area .single-project-image:hover img{
    transform: scale(1.2);
}

.single-project-image {
    text-align: center;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}
.project-list-area .single-project-image:hover{
    box-shadow: 5px 5px 8px rgba(34, 30, 31, 0.3);
    transform: translateY(-8px) scale(1.02);
}
.single-project-image img {
    width: 100%;
}

.single-project-text > h4 a {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-project-text > h4 a:hover {
    color: #aacd0c;
}

.single-project-text {
    background: #ffffff none repeat scroll 0 0;
    /*border-bottom: 3px solid #86bc42;*/
    padding: 23px 24px 22px;
    position: relative;
    bottom: 70px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.single-project-text p {
    color: #626262;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 54px;
}

.project-price > h3 {
    color: #4c4c4c;
    display: inline-block;
    float: left;
    font-size: 24px;
}

.project-price {
    margin-bottom: 23px;
    overflow: hidden;
}

.project-buttons {
    overflow: hidden;
}

.single-project-text .button-default {
    border: 0 none;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 27px;
    margin-left: 8px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 27px;
}

.single-project-text .button-default:hover {
    background: #86bc42 none repeat scroll 0 0;
}

.single-project-text .button-default.cart-btn {
    font-size: 11px;
    line-height: 35px;
    margin-left: 0;
    padding: 0 14px;
    width: auto;
    background: #86bc42;
}

.single-project-item:hover .button-default.cart-btn {
    background: #86bc42 none repeat scroll 0 0;
}


.msdproject-detail-area .close {
    position: absolute;
    top: 0;
    right: -36px;
    background: #accd0e;
    opacity: 0.8;
    font-size: 36px;
}

.msdproject-detail-area .modal-header {
    background-color: #aace0c;
    color: #ffffff;
    text-align: center;
}

/*----------------------------------------*/
/*  B. 工程案例详情页
/*----------------------------------------*/
.project-detail-area .detail-title,
.project-detail-area .detail-summary,
.project-detail-area .detail-main-image,
.project-detail-area .detail-content {
    padding-left: 10%;
}

.project-detail-area .detail-title {
    padding-bottom: 20px;
}

.project-detail-area .detail-title h1 {
    color: #aacd0c;
    font-size: 28px;
    line-height: 2;
}

.project-detail-area .detail-summary {
    color: #626262;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 50px;
}

.project-detail-area .detail-summary span {
    color: #aacd0c;
}

.project-detail-area .detail-main-image {
    color: #aacd0c;
    display: none;
}

.project-detail-area .detail-content {
    color: #626262;
    font-size: 16px;
    line-height: 1.5;
}