/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-debut-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-debut-list li { 
	margin: 0 0 10px; 
	padding: 0 0 0 10px;
	list-style:none; 
	color:#555; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-debut-list li:last-child {
	margin: 0;
}
.xet-debut-list li .title { 
	margin-right: 5px;
	color: #333; 
}
.xet-debut-list li .title:hover { 
	color: #111;
	text-decoration: underline;
}
.xet-debut-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-debut-list li span {
	margin-right: 5px;
	color:#555; 
}


/* Webzine
---------------------------------*/
.xet-debut-webzine { 
	position: relative;
}
.xet-debut-webzine .thumbnail {
	position: relative;
}
.xet-debut-webzine .thumbnail img {
	vertical-align: top;
    width: 100%;
}

.xet-debut-webzine a.title {
	color: #333;
}
.xet-debut-webzine a.title:hover {
	color: #111;
	text-decoration: underline;
}
.xet-debut-webzine p {
	color: #777;
}
.xet-debut-webzine p span,
.xet-debut-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}



/* Filter gallery(light box)
-------------------------------------- */ 
/* category filter */  
.xet-debut-filter { 
	text-align: center;
    margin-bottom: 30px; 
}
.xet-debut-filter button {
	display: inline-block; 
	cursor: pointer;
	margin: 0 0 10px;
    padding: 8px 30px;
    font-size: 14px;	
	text-decoration:none;
	background: none;
	color: #333;
	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-debut-filter button.current { 
    background-color: #58c4a7;
    color: #fff;
}

/* thumbnail */
.xet-debut-effect {
	position: relative;
}
.xet-debut-effect .xet-table {
	display: table;
	table-layout: fixed;
	width: 100%;	
	height: inherit;
}
.xet-debut-effect .xet-table .table-cell {	
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.xet-debut-effect figure {
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #000;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-effect figure img {
	position: relative;
	display: block;
	vertical-align: top;
    width: 100%;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-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");
    /*     Firefox 10+, Firefox on Android */
    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%);
}
.xet-debut-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-debut-effect figure figcaption::before,
.xet-debut-effect figure figcaption::after {
	pointer-events: none;
}
.xet-debut-effect figure figcaption a {
	color: #fff;
}
.xet-debut-effect figure figcaption p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, 
	-webkit-transform 0.35s;
	transition: opacity 0.35s, 
	transform 0.35s;
}
.xet-debut-effect figure figcaption p.subject {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #fff;
}
.xet-debut-effect figure figcaption p.icon {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-debut-effect figure figcaption p.icon > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #111;
}

/* hover */
.xet-debut-effect figure:hover img {
	opacity: 0.5;
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}
.xet-debut-effect figure.grayscale:hover img {
	-webkit-filter: grayscale(0); 
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.xet-debut-effect figure:hover p.subject {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-debut-effect figure:hover p.icon {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* init Isotope */
.visible_item{
 	display:none;
}


/* content */
.xet-debut-container a.title {
	color: #333;
}
.xet-debut-container a.title:hover {
	color: #111;
	text-decoration: underline;
}
.xet-debut-container p,
.xet-debut-container p a {
	color: #777;
}
.xet-debut-container p span {
	display: inline-block;
	margin: 0 5px;
}


/* portfolio */
.xet-debut-container.portfolio .item {
	overflow: hidden;
}
.xet-debut-container.portfolio .item > div,
.xet-debut-container.portfolio .thumbnail {
	height: inherit;
}
.xet-debut-container.portfolio .xet-debut-effect {
	position: relative;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-container.portfolio .xet-debut-effect figure {
	height: inherit; 
	background: none
}
.xet-debut-container.portfolio .xet-debut-effect figcaption {
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-debut-container.portfolio .xet-debut-effect:hover figcaption {
	opacity: 1;
}
.xet-debut-container.portfolio .xet-debut-effect:hover {
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

/* responsive */
@media (max-width: 767px) {	
	.xet-debut-filter button { 
		margin: 0 0 10px;
	    padding: 5px 15px;
	    font-size: 13px;
	}
	.xet-debut-container .grid-item {
		text-align: center;
	}
}



