/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-bijou-list { 
	margin:0;
	padding:0;
	list-style:none; 
	color: #555; 
}
.xet-bijou-list li { 
	margin: 0 0 10px; 
	padding: 0;
	list-style:none; 	
}
.xet-bijou-list li:last-child {
	margin: 0;
}
.xet-bijou-list li .title { 
	margin-right: 5px;
	color: #555; 
}
.xet-bijou-list li .title:hover { 
	color: #9fcb00; 
}
.xet-bijou-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-bijou-list li span {
	margin-right: 5px;
}


/* Webzine
---------------------------------*/
.xet-bijou-webzine { 
	position: relative;
}
.xet-bijou-webzine .thumbnail {
	position: relative;
}
.xet-bijou-webzine .thumbnail a {
	display: block;
	overflow: hidden;
	cursor: pointer;
	color: #55493d;
	background-color: #9fcb00;
}
.xet-bijou-webzine .thumbnail a.xet-bijou-lightbox {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.xet-bijou-webzine .thumbnail a img {
	width: 100%;
	vertical-align: top;
    -webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.xet-bijou-webzine .thumbnail a:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80); -ms-filter:alpha('opacity=80'); 
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.xet-bijou-webzine a.title {
	color: #555;
}
.xet-bijou-webzine a.title:hover {
	color: #9fcb00;
}
.xet-bijou-webzine .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-bijou-webzine p span,
.xet-bijou-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}
.xet-bijou-webzine .btn-more { 	
	font-size: 11px;

}



/* Gallery
---------------------------------*/
.xet-bijou-gallery .item {
	background-color: #fff;
}
.xet-bijou-gallery .cover {
	padding: 30px;
	background-color: #fff;
}
.xet-bijou-gallery .thumbnail {	
	position: relative;
}
.xet-bijou-gallery .thumbnail a { 
	display: block;
	overflow: hidden;
	cursor: pointer;
	color: #55493d;
	background-color: #9fcb00;
}
.xet-bijou-gallery .thumbnail a.xet-bijou-lightbox { 
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.xet-bijou-gallery .thumbnail a img {
	width: 100%;
	vertical-align: top;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.xet-bijou-gallery .thumbnail a:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80); -ms-filter:alpha('opacity=80'); 
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.xet-bijou-gallery .title {
	font-size: 16px;
	color: #9fcb00;
}
.xet-bijou-gallery p,
.xet-bijou-gallery p a {
	font-size: 12px;
	color: #777;
}
.xet-bijou-gallery p span {
	display: inline-block;
	margin: 0 5px;
}

/* btn navigation 
-------------------------------------- */ 
.xet-bijou-navigation {
	margin-top: 30px;
	text-align: center;
}
.xet-bijou-navigation > a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background-color: #55493d;
	color: #fff;
}
.xet-bijou-navigation > a > span {
	position:relative;
	z-index: 3;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.xet-bijou-navigation a > i {
	z-index: 3;
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	font-size: 24px;
	background-color: #9fcb00;	
}
.xet-bijou-navigation a.next {
	padding: 0 70px 0 30px;
}
.xet-bijou-navigation a.next > i {
	right: 0;
}
.xet-bijou-navigation a.prev {
	padding: 0 30px 0 70px;
}
.xet-bijou-navigation a.prev > i {
	left: 0;
}
.xet-bijou-navigation a:after {
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	content:'';
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background: #9fcb00;
}
.xet-bijou-navigation a:hover {	
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#fff !important;
	background:transparent !important;
}
.xet-bijou-navigation a:hover:after { 
	top:0; 
}

.xet-bijou-navigation a:hover {
    background-color: #9fcb00;
}


/* Filter 
-------------------------------------- */ 

/* category filter */  
.xet-cate-filter { 
	text-align: center;
    margin-bottom: 30px; 
}
.xet-cate-filter > a {
	position: relative;
	display: inline-block; 
	margin: 0 5px 10px;
    padding: 10px 30px;
    font-size: 12px;	
	text-decoration:none;
	color: #fff;
	background-color: #55493D;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-cate-filter > a:not(.current) > span {
	position:relative;
	z-index: 3;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.xet-cate-filter > a:not(.current):after {
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	content:'';
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background: #9fcb00;
}
.xet-cate-filter > a:not(.current):hover {	
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#fff !important;
	background:transparent !important;
}
.xet-cate-filter > a:not(.current):hover:after { 
	top:0; 
}

.xet-cate-filter > a:hover {
	background-color: #9fcb00;
	color:#fff !important;
}

.xet-cate-filter > a.current { 
    background-color: #9fcb00;
    color: #fff;
}
.xet-cate-filter > a.current:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #9fcb00;
	border-width: 6px;
	margin-left: -6px;
	background: transparent;
}



/* isotope */  
.isotope,
.isotope .isotope-item {
 	 /* change duration value to whatever you like */
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* responsive */
/* Device 해상도가 768px 이하만 작동 */
@media (max-width: 767px) {		
	.xet-bijou-gallery .cover {
		padding: 15px;
	}	
	.xet-bijou-navigation > a { 	
		height: 30px;
		line-height: 30px;
	}
	.xet-bijou-navigation a.next {
		padding: 0 45px 0 15px;
	}
	.xet-bijou-navigation a.prev {
		padding: 0 15px 0 45px;
	}
	.xet-bijou-navigation > a i {
		font-size: 12px;
		width: 30px;
		line-height: 30px;
	}
}
@media (max-width: 479px) {	
	.xet-cate-filter a { 
		margin: 0 3px 6px;
	    padding: 5px 15px;
	    font-size: 12px;
	}
}