/*
 * Copyright inpleworks, Co.
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* fullscreen slider - kenburns
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-kenburns-slider {
	position: relative;
}
.xet-kenburns-slider .vegas-slide, .vegas-slide-inner {
	background-color: #000;
}
.xet-kenburns-slider .caption-bar {
	display: none;
	z-index: 3;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 80px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.xet-kenburns-slider .caption-bar > a {
	display: inline-block;
	padding-right: 15px;
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
.xet-kenburns-slider .caption-bar > a > span {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
	background-color: rgba(0,0,0,.2);
}
/* nav */
.xet-kenburns-slider .caption-button {
	z-index: 10;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -100px;
	border: 0;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.xet-kenburns-slider .caption-button button  {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.xet-kenburns-slider .caption-button button#xet-compress,
.xet-kenburns-slider .caption-button button#xet-play {
	display: none;
}
.xet-kenburns-slider .caption-button button#xet-expand,
.xet-kenburns-slider .caption-button button#xet-compress,
.xet-kenburns-slider .caption-button button#xet-play,
.xet-kenburns-slider .caption-button button#xet-pause {
	background-color: rgba(0,0,0,.3);
}

.xet-kenburns-slider .vegas-wrapper {
	left: auto;
	right: 0;
}
.xet-kenburns-slider .vegas-timer {}
.xet-kenburns-slider .vegas-timer-progress {
	background: #fff;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.xet-kenburns-slider .vegas-overlay {}

/* colorset
-------------------------------------- */
.xet-kenburns-slider.light-theme .vegas-slide, .vegas-slide-inner {
	background-color: #fff;
}
.xet-kenburns-slider.light-theme .caption-bar a,
.xet-kenburns-slider.light-theme .caption-button button {
	background-color: rgba(255,255,255,.5);
	color: #111;
}
.xet-kenburns-slider.light-theme .caption-bar span,
.xet-kenburns-slider.light-theme .caption-button button#xet-expand,
.xet-kenburns-slider.light-theme .caption-button button#xet-compress,
.xet-kenburns-slider.light-theme .caption-button button#xet-play,
.xet-kenburns-slider.light-theme .caption-button button#xet-pause {
	background-color: rgba(255,255,255,.3);
	color: #111;
}
.xet-kenburns-slider.light-theme .vegas-timer-progress {
	background: #000;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}


@media (min-width: 992px) {
	.xet-kenburns-slider .caption-bar {
		display: block;
	}
	.xet-kenburns-slider .vegas-timer {
		bottom: 50px;
	}
	.xet-kenburns-slider .caption-button {
		right: 30px;
		margin-top: -120px;
	}
	.xet-kenburns-slider.light-theme-border .caption-button {
		right: 80px;
	}
	.xet-kenburns-slider .caption-button button  {
		width: 60px;
		height: 60px;
	}
	.xet-kenburns-slider .caption-bar a:hover > span,
	.xet-kenburns-slider .caption-button button:hover  {
		background-color: rgba(0,0,0,.8) !important;
	}
	.xet-kenburns-slider.light-theme .caption-bar a:hover > span,
	.xet-kenburns-slider.light-theme .caption-button button:hover  {
		background-color: rgba(255,255,255,.9) !important;
	}
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* grid-gallery
/* ------------------------------------------------------------------------------------------------------------------ */
/* thumbnail */
.xet-artist-gallery {
	min-height: 50px;
}
.xet-artist-gallery .xet-artist-effect {
	position: relative;
}
.xet-artist-gallery .xet-artist-effect .xet-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.xet-artist-gallery .xet-artist-effect .xet-table .table-cell {
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}
.xet-artist-gallery .xet-artist-effect .xet-table .table-cell span.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	color: #3f4246;
}
.xet-artist-gallery .xet-artist-effect .xet-table .table-cell span.num {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 100;
}

.xet-artist-gallery .xet-artist-effect figure {
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #000;
}
.xet-artist-gallery .xet-artist-effect figure img {
	position: relative;
	vertical-align: top;
    width: 100%;
    -webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s,
	transform 0.35s;
}
.xet-artist-gallery .xet-artist-effect figure.grayscale img {
	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;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
}
.xet-artist-gallery .xet-artist-effect figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 15px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.xet-artist-gallery .xet-artist-effect figure figcaption::before,
.xet-artist-gallery .xet-artist-effect figure figcaption::after {
	pointer-events: none;
}
.xet-artist-gallery .xet-artist-effect figure figcaption a {
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.7s,
	-webkit-transform 0.7s;
	transition: opacity 0.7s,
	transform 0.7s;
	background: url(../img/trans-0.png); /* IE10이하 */
	color: #fff;
	-moz-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	transform: scale(2.2);
}
.xet-artist-gallery .xet-artist-effect figure figcaption a:first-child {
	display: inline-block;
}
.xet-artist-gallery .xet-artist-effect figure figcaption a i {
	font-size: 20px;
}

.xet-artist-gallery .xet-artist-effect .lightbox-subject {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	 transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
}

/* hover */
.xet-artist-gallery .xet-artist-effect figure:hover img {
	opacity: 0.6;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.xet-artist-gallery .xet-artist-effect figure.grayscale:hover img {
	-webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.xet-artist-gallery .xet-artist-effect figure:hover a:first-child {
	opacity: 0.85;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.xet-artist-gallery .xet-artist-effect figure:hover .lightbox-subject {
	opacity: 1;
	visibility: visible;
}

/* contents */
.xet-artist-gallery .contents {
	padding: 15px 15px 5px;
	background: #181919;
	color: #bbc4cc;
}
.xet-artist-gallery .contents a {
	color: #bbc4cc;
}
.xet-artist-gallery .contents p {
	margin-bottom: 10px;
}
.xet-artist-gallery .contents p span {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 5px;
}
.xet-artist-gallery .contents p span:first-child {
	padding: 0 10px 0 0;
}
.xet-artist-gallery .contents p span:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	content: "";
	width: 2px;
	height: 2px;
	background: #bbc4cc;
}
.xet-artist-gallery .contents p span:last-child:after {
	display: none;
}

.xet-artist-gallery .item-webzine {
	background: #181919;
}

.xet-artist-gallery .icon i {
	vertical-align:middle;
}
.xet-artist-gallery .icon i.xi-new {
	color: #c00;
}
.xet-artist-gallery .icon i.xi-update {
	color: #9a24d9;
}


/* colorset
-------------------------------------- */
.xet-artist-gallery.light-theme .contents,
.xet-artist-gallery.light-theme .item-webzine {
	background: rgba(245,245,245,.9);
	color: #3f4246;
}
.xet-artist-gallery.light-theme .item-webzine .contents {
	background: transparent;
	color: #3f4246;
}
.xet-artist-gallery.light-theme .contents a {
	color: #3f4246;
}


/* Filter gallery(light box)
-------------------------------------- */
/* category filter */
.xet-artist-filter {
	text-align: center;
    margin: 15px;
}
.xet-artist-filter button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 5px 0;
    padding: 0 20px 0 20px;
    font-size: 12px;
	text-decoration:none;
	background: none;
	border-radius: 0;
	color: #bbc4cc;
	border: 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-artist-filter.light button {
	color: #2e3032;
}
.xet-artist-filter button:first-child {
	padding: 0 20px 0 0;
}
.xet-artist-filter button:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	content: "";
	width: 2px;
	height: 2px;
	background: #bbc4cc;
}
.xet-artist-filter button:last-child:after {
	display: none;
}

/* colorset
-------------------------------------- */
.xet-artist-filter.light-theme button {
	color: #3f4246;
}
@media (min-width: 768px) {
	.xet-artist-gallery .xet-artist-effect .lightbox-subject {
		display: block;
	}
}
@media (min-width: 992px) {
	.xet-artist-filter button:hover,
	.xet-artist-filter button.current {
	    color: #40C4FF;
	}
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* pagination
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-artist-gallery-pagination {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	display: block;
    position: relative;
    vertical-align: middle;
    font-size: 0;
}
.xet-artist-gallery-pagination > li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}
.xet-artist-gallery-pagination a {
	display:inline-block;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size: 12px;
	width: 36px;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	vertical-align:middle;
	white-space: nowrap;
	text-align:center;
	border-radius: 0;
	border: 0;
	color: #bbc4cc;
}
.xet-artist-gallery-pagination a.page_on {
	font-weight: bold;
	color: #40C4FF;
}
.xet-artist-gallery-pagination .prevEnd,
.xet-artist-gallery-pagination .nextEnd {
	font-weight: bold;
	line-height: 30px;
}

/* colorset
-------------------------------------- */
.xet-artist-gallery-pagination.light-theme a {
	color: #3f4246;
}
.xet-artist-gallery-pagination.light-theme a.page_on {
	color: #40C4FF;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Infinite Loading
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-artist-gallery .ias-none,
.xet-artist-gallery .ias-spinner,
.xet-artist-gallery .ias-next {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.xet-artist-gallery .ias-next a {
	cursor: pointer;
}
.xet-artist-gallery .ias-next a,
.xet-artist-gallery .ias-none span {
	display: inline-block;
	padding: 10px 50px;
	background: rgba(0,0,0,.6);
	color: #fff;
}

