/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-branding-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-branding-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-branding-list li:last-child {
	margin: 0;
}
.xet-branding-list li .title { 
	margin-right: 5px;
	color: #333; 
}
.xet-branding-list li .title:hover { 
	color: #EB0B25; 
}
.xet-branding-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-branding-list li span {
	margin-right: 5px;
	color:#555; 
}


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

.xet-branding-webzine a.title {
	color: #555;
}
.xet-branding-webzine a.title:hover {
	color: #EB0B25;
}
.xet-branding-webzine p span,
.xet-branding-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}



/* Filter gallery(light box)
-------------------------------------- */ 

/* category filter */  
.xet-cate-filter { 
	text-align: center;
    margin-bottom: 30px; 
}
.xet-cate-filter a {
	display: inline-block; 
	margin: 0 5px 10px;
    padding: 8px 24px;
    font-size: 13px;	
	text-decoration:none;
	color: #555;
	border: 1px solid #777;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
	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:hover,
.xet-cate-filter a.current { 
    border-color: #EB0B25;
    color: #EB0B25;
}

/* container */  
.xet-branding-container .thumbnail {
	position: relative;
}
.xet-branding-container .thumbnail img {
	vertical-align: top;
    width: 100%;
}

.xet-branding-container a.title {
	color: #555;
}
.xet-branding-container a.title:hover {
	color: #EB0B25;
}
.xet-branding-container p,
.xet-branding-container p a {
	color: #777;
}
.xet-branding-container p span {
	display: inline-block;
	margin: 0 5px;
}


/* Common style */
/* align vertical middle */
.xet-branding-effect .xet-table {
	display: table;
	table-layout: fixed;
	width: 100%;	
	height: inherit;
}
.xet-branding-effect .xet-table .table-cell {	
	width: 100%;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}
.xet-branding-effect figure.effect-bubba {
	position: relative;
	text-align: center;
	cursor: pointer;
}
.xet-branding-effect figure.effect-bubba img {
	position: relative;
	display: block;
	vertical-align: top;
    width: 100%;
}
.xet-branding-effect figure.effect-bubba figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.xet-branding-effect figure.effect-bubba figcaption::before,
.xet-branding-effect figure.effect-bubba figcaption::after {
	pointer-events: none;
}
.xet-branding-effect figure.effect-bubba figcaption,
.xet-branding-effect figure.effect-bubba figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/trans-0.png); /* ie10 이하 링크범위 hack */
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.xet-branding-effect figure.effect-bubba figcaption > a {
	z-index: 10;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00');
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
.xet-branding-effect figure.effect-bubba {
	background: #000;
}

.xet-branding-effect figure.effect-bubba img {
	filter:alpha(opacity=80); -ms-filter:alpha('opacity=80');
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.xet-branding-effect figure.effect-bubba img.no-opacity {
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100');
	opacity: 1;
}

.xet-branding-effect figure.effect-bubba:hover img {
	filter:alpha(opacity=40); -ms-filter:alpha('opacity=40');
	opacity: 0.4;
}

.xet-branding-effect figure.effect-bubba figcaption::before,
.xet-branding-effect figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00');
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.xet-branding-effect figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.xet-branding-effect figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.xet-branding-effect figure.effect-bubba .subject {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.xet-branding-effect figure.effect-bubba p {
	padding: 0;
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00');
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	color: #ccc;
}

.xet-branding-effect figure.effect-bubba:hover figcaption::before,
.xet-branding-effect figure.effect-bubba:hover figcaption::after {
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100');
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.xet-branding-effect figure.effect-bubba:hover .subject,
.xet-branding-effect figure.effect-bubba:hover p {
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100');
	opacity: 1;
}
.xet-branding-effect figure.effect-bubba:hover .subject {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.xet-branding-effect figure.effect-bubba:hover p {
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.xet-branding-effect figure.effect-bubba:hover p.icon {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}



/* 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 */
@media (max-width: 767px) {	
	.xet-cate-filter a { 
		margin: 0 3px 6px;
	    padding: 4px 12px;
	    font-size: 12px;
	}
}