/*PagingTable*/
.galley_page {
	margin-bottom:5px;
	white-space:normal;
}
.galley_page .pager .button {
	display:inline-block;
	color:#3E3E3E!important;
	background:#fff;
	border-radius:5px;
	padding: 4px 10px;
	font-size:11px;
	border:1px solid #D4D4D4;
	line-height:16px;
	text-decoration:none;
	margin-left:5px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
*+html .galley_page .pager .button {
	display:inline;
}
* html .galley_page .pager .button {
	display:inline;
}
.galley_page .pager .button:hover {
	color:#fff!important;
	background:#2A2A2A;
	border-radius: 5px;
}
.galley_page .pager .disabled {
	display:inline-block;
	color:#fff!important;
	background:#2A2A2A;
	border-radius:5px;
	padding: 4px 8px;
	font-size:11px;
	line-height:16px;
	margin-left:5px;
}
*+html .galley_page .pager .disabled {
	display:inline;
}
* html .galley_page .pager .disabled {
	display:inline;
}

.Custom_Gallery.galler_datail .gallery_container{
	padding-top:20px;
}
.Custom_Gallery.galler_datail .prev_next{
	margin-top:3px;
}


.Custom_Gallery .Custom_Gallery_list{
	margin:0 -20px;
	padding:0;
}
.Custom_Gallery .Custom_Gallery_list li{
	margin:0;
	padding:0;
	list-style:none;

	width:33.3333%;
	float:left;
}
.Custom_Gallery .Custom_Gallery_list.skin01 li img ,
.Custom_Gallery .Custom_Gallery_list.skin02 li img {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
	max-width:100%;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Custom_Gallery .Custom_Gallery_list.skin01 li:hover img,
.Custom_Gallery .Custom_Gallery_list.skin01 li:active img,
.Custom_Gallery .Custom_Gallery_list.skin02 li:hover img,
.Custom_Gallery .Custom_Gallery_list.skin02 li:active img {
    filter: none ;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
@media only screen and (max-width: 767px) {
	.Custom_Gallery .Custom_Gallery_list.skin01 li img ,
	.Custom_Gallery .Custom_Gallery_list.skin02 li img {
		filter: none ;
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
	}
}

.Custom_Gallery .Custom_Gallery_list.skin01 .post_content{
}
.Custom_Gallery .Custom_Gallery_list.skin01 .post_thum {
	margin-bottom:8px;
}
.Custom_Gallery .Custom_Gallery_list.skin01 .news_title a{
	font-size:15px;
	font-weight:normal;
	color:rgb(51, 51, 51);
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.Custom_Gallery .Custom_Gallery_list.skin02 .post_content {
    -webkit-box-shadow: 0 3px 5px #e2e3de;
    -moz-box-shadow: 0 3px 5px #e2e3de;
    box-shadow: 0 3px 5px #e2e3de;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.Custom_Gallery .Custom_Gallery_list.skin02 .news_title{
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.3em;
    padding: 13px 5px 12px;
	margin-bottom:5px;
}
.Custom_Gallery .Custom_Gallery_list.skin02 .news_title a,
.Custom_Gallery .Custom_Gallery_list.skin02 .news_title a:link{
    font-size: 16px;
    color: #8d9095;
}

.Custom_Gallery .Custom_Gallery_list.skin02 .summary{
	line-height:1.4;
	font-size:14px;
	color:#8d9095;
    padding: 10px 10px 0;
    margin: 0 0 15px 0;
}
.Custom_Gallery .Custom_Gallery_list.skin02 .Tag{
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    padding: 0px 10px 10px;
}
.Custom_Gallery .Custom_Gallery_list.skin02 .Tag a,
.Custom_Gallery .Custom_Gallery_list.skin02 .Tag a:link{
    color: #777777;
}

.Custom_Gallery .Custom_Gallery_list.skin02 .post_thum{
	background-color:#000;
}
.Custom_Gallery .Custom_Gallery_list.skin02 .post_content img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	max-width:100%;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Custom_Gallery .Custom_Gallery_list.skin02 .post_content:hover img{
}

.Custom_Gallery.galler_datail .news_headline {
	margin-bottom:20px;
	overflow:hidden;
}
.Custom_Gallery.galler_datail .c-left {
	max-width:60%;
	float:left;
	padding-bottom:1000px;
	margin-bottom:-1000px;
}
.Custom_Gallery.galler_datail .gallery_title {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight:normal;
	color:rgb(51, 51, 51);
}
.Custom_Gallery.galler_datail .gallery_title span {
	color: #c63033;
}
.Custom_Gallery.galler_datail .news_headline .info{
	font-size: 13px;
	margin-bottom: 5px;
	color:rgb(51, 51, 51);

}
.Custom_Gallery.galler_datail .c-right {
	float:right;
	width:38%;
	background:url(images/right-bg.png) repeat-y left top;
	padding-bottom:1000px;
	margin-bottom:-1000px;
}
.Custom_Gallery.galler_datail .c-right .title{
	padding:5px 0px 7px 15px;
}
.Custom_Gallery01 .slick-dots{
	display:none;
}

.Custom_Gallery.galler_datail .c-right .slick-dots{
	margin:0;
	padding:0 0 0 12px;
	display:block;
}
.Custom_Gallery.galler_datail .c-right .slick-dots li{
	list-style:none;
	display:inline-block;
	margin:0px 5px;
	vertical-align:TOP;
}
.Custom_Gallery.galler_datail .c-right .slick-dots li button{
	width:6px;
	height:6px;
	background:#5a5a5a;
	border:none;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	font-size:0;
	text-indent:-999px;
	overflow:hidden;
	padding:0;
}
.Custom_Gallery.galler_datail .c-right .slick-dots li.slick-active button{
	background-color:#c63033;
}


.Custom-layout {
	max-width: 970px;
	margin: 0px auto;
}
.Custom-mid {
	padding: 0px 15px;
}

@media only screen and (min-width: 1600px) {
	.Custom-layout {
		max-width: 1400px;
	}
	.Custom-mid {
		padding: 0px 30px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.Custom-layout {
		max-width: 1170px;
	}
	.Custom-mid {
		padding: 0px 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.Custom-layout {
		max-width: 750px;
	}
	.Custom-mid {
		padding: 0px 15px;
	}
	
	
}

@media only screen and (max-width: 767px) {
	.Custom-layout {
		width: auto;
	}
	.Custom-mid {
		padding: 0px 15px;
	}
}



.Custom_Gallery_list.numbercolumns-1  li{ width:100.000% }
.Custom_Gallery_list.numbercolumns-2  li{ width:50.0000% }
.Custom_Gallery_list.numbercolumns-3  li{ width:33.3333% }
.Custom_Gallery_list.numbercolumns-4  li{ width:25.0000% }
.Custom_Gallery_list.numbercolumns-5  li{ width:20.0000% }
.Custom_Gallery_list.numbercolumns-6  li{ width:16.6666% }
.Custom_Gallery_list.numbercolumns-7  li{ width:14.2857% }
.Custom_Gallery_list.numbercolumns-8  li{ width:12.5000% }
.Custom_Gallery_list.numbercolumns-9  li{ width:11.1111% }
.Custom_Gallery_list.numbercolumns-10 li{ width:10.0000% }
.Custom_Gallery_list.numbercolumns-11 li{ width:9.09090% }
.Custom_Gallery_list.numbercolumns-12 li{ width:8.33333% }
.Custom_Gallery_list.numbercolumns-13 li{ width:7.69230% }
.Custom_Gallery_list.numbercolumns-14 li{ width:7.14285% }
.Custom_Gallery_list.numbercolumns-15 li{ width:6.66666% }
.Custom_Gallery_list.numbercolumns-16 li{ width:6.25000% }
.Custom_Gallery_list.numbercolumns-17 li{ width:5.88235% }
.Custom_Gallery_list.numbercolumns-18 li{ width:5.55555% }
.Custom_Gallery_list.numbercolumns-19 li{ width:5.26315% }
.Custom_Gallery_list.numbercolumns-20 li{ width:5.00000% }

@media only screen and (min-width: 1200px) {
	.Custom_Gallery_list.numberLarge-1  li{ width:100.000% }
	.Custom_Gallery_list.numberLarge-2  li{ width:50.0000% }
	.Custom_Gallery_list.numberLarge-3  li{ width:33.3333% }
	.Custom_Gallery_list.numberLarge-4  li{ width:25.0000% }
	.Custom_Gallery_list.numberLarge-5  li{ width:20.0000% }
	.Custom_Gallery_list.numberLarge-6  li{ width:16.6666% }
	.Custom_Gallery_list.numberLarge-7  li{ width:14.2857% }
	.Custom_Gallery_list.numberLarge-8  li{ width:12.5000% }
	.Custom_Gallery_list.numberLarge-9  li{ width:11.1111% }
	.Custom_Gallery_list.numberLarge-10 li{ width:10.0000% }
	.Custom_Gallery_list.numberLarge-11 li{ width:9.09090% }
	.Custom_Gallery_list.numberLarge-12 li{ width:8.33333% }
	.Custom_Gallery_list.numberLarge-13 li{ width:7.69230% }
	.Custom_Gallery_list.numberLarge-14 li{ width:7.14285% }
	.Custom_Gallery_list.numberLarge-15 li{ width:6.66666% }
	.Custom_Gallery_list.numberLarge-16 li{ width:6.25000% }
	.Custom_Gallery_list.numberLarge-17 li{ width:5.88235% }
	.Custom_Gallery_list.numberLarge-18 li{ width:5.55555% }
	.Custom_Gallery_list.numberLarge-19 li{ width:5.26315% }
	.Custom_Gallery_list.numberLarge-20 li{ width:5.00000% }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.Custom_Gallery_list.numbertablet-1  li{ width:100.000% }
	.Custom_Gallery_list.numbertablet-2  li{ width:50.0000% }
	.Custom_Gallery_list.numbertablet-3  li{ width:33.3333% }
	.Custom_Gallery_list.numbertablet-4  li{ width:25.0000% }
	.Custom_Gallery_list.numbertablet-5  li{ width:20.0000% }
	.Custom_Gallery_list.numbertablet-6  li{ width:16.6666% }
	.Custom_Gallery_list.numbertablet-7  li{ width:14.2857% }
	.Custom_Gallery_list.numbertablet-8  li{ width:12.5000% }
	.Custom_Gallery_list.numbertablet-9  li{ width:11.1111% }
	.Custom_Gallery_list.numbertablet-10 li{ width:10.0000% }
	.Custom_Gallery_list.numbertablet-11 li{ width:9.09090% }
	.Custom_Gallery_list.numbertablet-12 li{ width:8.33333% }
	.Custom_Gallery_list.numbertablet-13 li{ width:7.69230% }
	.Custom_Gallery_list.numbertablet-14 li{ width:7.14285% }
	.Custom_Gallery_list.numbertablet-15 li{ width:6.66666% }
	.Custom_Gallery_list.numbertablet-16 li{ width:6.25000% }
	.Custom_Gallery_list.numbertablet-17 li{ width:5.88235% }
	.Custom_Gallery_list.numbertablet-18 li{ width:5.55555% }
	.Custom_Gallery_list.numbertablet-19 li{ width:5.26315% }
	.Custom_Gallery_list.numbertablet-20 li{ width:5.00000% }
}
@media only screen and (max-width: 767px) {
	.Custom_Gallery_list.numberphone-1  li{ width:100.000% }
	.Custom_Gallery_list.numberphone-2  li{ width:50.0000% }
	.Custom_Gallery_list.numberphone-3  li{ width:33.3333% }
	.Custom_Gallery_list.numberphone-4  li{ width:25.0000% }
	.Custom_Gallery_list.numberphone-5  li{ width:20.0000% }
	.Custom_Gallery_list.numberphone-6  li{ width:16.6666% }
	.Custom_Gallery_list.numberphone-7  li{ width:14.2857% }
	.Custom_Gallery_list.numberphone-8  li{ width:12.5000% }
	.Custom_Gallery_list.numberphone-9  li{ width:11.1111% }
	.Custom_Gallery_list.numberphone-10 li{ width:10.0000% }
	.Custom_Gallery_list.numberphone-11 li{ width:9.09090% }
	.Custom_Gallery_list.numberphone-12 li{ width:8.33333% }
	.Custom_Gallery_list.numberphone-13 li{ width:7.69230% }
	.Custom_Gallery_list.numberphone-14 li{ width:7.14285% }
	.Custom_Gallery_list.numberphone-15 li{ width:6.66666% }
	.Custom_Gallery_list.numberphone-16 li{ width:6.25000% }
	.Custom_Gallery_list.numberphone-17 li{ width:5.88235% }
	.Custom_Gallery_list.numberphone-18 li{ width:5.55555% }
	.Custom_Gallery_list.numberphone-19 li{ width:5.26315% }
	.Custom_Gallery_list.numberphone-20 li{ width:5.00000% }
}
