@import url(works_grid.css);
.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray; /* IE 6-9 */
}
.main-content .container {
    max-width: 1710px;
}
.intro {
    float: right;
    width: 30%;
}
.videos {
    float: left;
    width: 67%;
}
.video-list {
    margin: 0 -15px;
}
.video-list .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.video-list .video-box {
    position: relative;
    padding-top: 56.25%;
}
.video-list .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works-detail {
    padding-bottom: 50px;
}
.intro .title {
    background: url(../images/_icon/title.png) no-repeat 0 3px;
    padding: 0 0 10px 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    border-bottom: 1px solid #A48254;
    margin-bottom: 20px;
}
.album-box {
    border-width: 1px 0;
    border-style: solid;
    border-color: #A48254;
    padding: 18px 0;
}
.album-box .container {
    padding: 0 40px;
}
.album-list .item a {
    display: block;
    margin: 0 5px;
    border: 1px solid transparent;
    padding: 3px;
}
.album-list .item a:hover {
    border-color: #A48254;
}
.album-list .item a img {
    width: 100%;
    -webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
	  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	  filter: gray; /* IE 6-9 */
}
.album-list .item a:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.album-box .slick-prev,
.album-box .slick-next {
    border: 0;
    background: rgba(255,255,255,0.10);
    text-indent: -99999px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
}
.album-box .slick-prev:hover,
.album-box .slick-next:hover {
    background: rgba(255,255,255,0.30);
}
.album-box .slick-prev:before,
.album-box .slick-next:before {
    content: "";
    background: url(../images/_icon/arrow.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.album-box .slick-prev {
    left: -25px;
}
.album-box .slick-next {
    right: -25px;
}
.album-box .slick-next:before {
    background-position: 100% 0;
}

.fancybox-skin {
    background-color: #bbb;
}
.fancybox-close {
    background: url(../images/_icon/lightbox_close.png) no-repeat;
    width: 100px;
    height: 40px;
    right: 0;
    top: -50px;
}
.fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-nav span {
    visibility: visible;
    background: url(../images/_icon/lightbox_arrow.png) no-repeat;
    width: 40px;
    height: 60px;
    margin-top: -30px;
}
.fancybox-prev span {
    background-position: 0 0;
    left: -55px;
}
.fancybox-next span {
    background-position: 100% 0;
    right: -55px;
}
.fancybox-prev span:hover {
    background-position: 0 100%;
}
.fancybox-skin {
    margin-top: 60px;
}
.fancybox-next span:hover {
    background-position: 100% 100%;
}
.fancybox-title-float-wrap {
    right: 0;
    left: 0;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin: 0;
    background: none;
    text-align: right;
}
.fancybox-title-float-wrap .child span {
    color: #B399BF;
}

@media screen and (max-width: 1280px) {
    .intro {
        width: 47%;
    }
    .videos {
        width: 50%;
    }
	/*
    .video-list .item {
        width: 50%;
    }*/
}
@media screen and (max-width: 1000px) {
    .intro,
    .videos {
        float: none;
        width: auto;
    }
    .intro {
        margin-bottom: 25px;
    }
	/*
    .video-list .item {
        width: 33.33%;
    }*/
}
@media screen and (max-width: 767px) {
    .video-list .item {
        width: 50%;
    }
    .album-box .container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 400px) {
    .video-list .item {
        float: none;
        width: auto;
    }
}