.fancybox-close {
    background: url(../images/environment/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    top: -45px;
    right: 0;
}
.environment-list {
    margin: 0 -10px;
}
.environment-list .item {
    width: 16.66%;
    padding: 0 10px;
}
.environment-list .item a {
    max-width: 220px;
    margin: 0 auto 32px;
}
.environment-list .pic {
    overflow: hidden;
    position: relative;
}
.environment-list .pic:before {
    content: "";
    display: block;
    background: rgba(106,154,151,0.85) url(../images/environment/hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.environment-list a:hover .pic:before {
    opacity: 1;
}
.environment-list .title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 0;
}
.environment-list a:hover .title {
    color: #6a9a97;
}

.environment-detail .title {
    text-align: center;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 32px;
}
.environment-detail {
    max-width: 820px;
    margin: 0 auto;
}
.gallery {
    margin-bottom: 30px;
}
.gallery .item a {
    display: block;
}
.gallery .slick-prev,
.gallery .slick-next {
    text-indent: -99999px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../images/environment/gallery_arrow.png) no-repeat;
    width: 44px;
    height: 72px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -36px;
}
.gallery .slick-prev { background-position:    0 0; left: 0; }
.gallery .slick-next { background-position: 100% 0; right: 0; }
.gallery .slick-prev:hover { background-position:    0 100%; }
.gallery .slick-next:hover { background-position: 100% 100%; }

.gallery-control {
    margin-top: 6px;
    position: relative;
    padding-right: 104px;
}
.gallery-pager {
    border: 1px solid #6a9a97;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 17px;
    letter-spacing: 5px;
}
.gallery-pager .current,
.gallery-pager i {
    font-size: 25px;
}
.gallery-control .btn.zoom {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    background: #6a9a97;
    color: #fff;
    font-size: 17px;
    width: 104px;
}
.gallery-control .btn.zoom:hover {
    background: #9DBDBB;
}
.gallery-control .btn.zoom .icon {
    background-image: url(../images/zoom.png);
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

@media screen and (max-width: 1180px) {
    .environment-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 830px) {
    .environment-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 600px) {
    .environment-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 420px) {
    .environment-list .item {
        width: auto;
        float: none;
    }
}