/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-avenir-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-avenir-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-avenir-list li:last-child {
	margin: 0;
}
.xet-avenir-list li .title { 
	margin-right: 5px;
	color: #333; 
}
.xet-avenir-list li .title:hover { 
	color: #63C6AE; 
}
.xet-avenir-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-avenir-list li span {
	margin-right: 5px;
	color:#555; 
}


/* Webzine
---------------------------------*/
.xet-avenir-webzine { 
	position: relative;
}
.xet-avenir-webzine .thumbnail {
	position: relative;
}
.xet-avenir-webzine .thumbnail img {
	vertical-align: top;
    width: 100%;
}
.xet-avenir-webzine .thumbnail .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.xet-avenir-webzine .thumbnail:hover .shadow {
	box-shadow: inset 0px 0px 0px 280px rgba(17,17,17,0.80);
}
@media \0screen { 
	.xet-avenir-webzine .thumbnail:hover .shadow {		
		background-color: #000;
		filter:alpha(opacity=80); -ms-filter:alpha('opacity=80'); 
	}	
}
.xet-avenir-webzine .thumbnail .shadow a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xet-avenir-webzine .thumbnail .link {
	display: inline-block;
	opacity: 0;
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00'); 
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -14px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	z-index: 15;
	font-size: 28px;
	color: #fff;	
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.xet-avenir-webzine .thumbnail:hover .link { 
	opacity: 1;
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100'); 
}
.xet-avenir-webzine a.title {
	color: #555;
}
.xet-avenir-webzine a.title:hover {
	color: #63C6AE;
}
.xet-avenir-webzine p span,
.xet-avenir-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}
.xet-avenir-webzine .btn-more { 	
	font-size: 11px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #555;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-avenir-webzine .btn-more:hover { 
	background: #63C6AE;
	border-color: #63C6AE;
	color: #fff;
}



/* Gallery
---------------------------------*/
.xet-avenir-gallery .thumbnail {	
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	box-shadow: 0px 0px 0px 7px rgba(241,241,241,0.80);
}
.xet-avenir-gallery .thumbnail .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-avenir-gallery .thumbnail:hover .shadow {
	box-shadow: inset 0px 0px 0px 148px rgba(17,17,17,0.80);
}
@media \0screen { 
	.xet-avenir-gallery .thumbnail:hover .shadow {		
		background-color: #000;
		filter:alpha(opacity=80); -ms-filter:alpha('opacity=80'); 
	}	
}
.xet-avenir-gallery .shadow a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xet-avenir-gallery .thumbnail:hover a.link { 
	display: block; 
	opacity: 1;
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100'); 
}
.xet-avenir-gallery .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}
.xet-avenir-gallery .thumbnail a.link {
	display: block;
	opacity: 0;
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00'); 
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	cursor: pointer;
	margin-top: -14px;
	vertical-align: middle;
	text-align: center;
	z-index: 15;
	font-size: 28px;
	color: #fff;	
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.xet-avenir-gallery a.title {
	color: #555;
}
.xet-avenir-gallery a.title:hover {
	color: #63C6AE;
}
.xet-avenir-gallery p,
.xet-avenir-gallery p a {
	font-size: 12px;
	color: #777;
}
.xet-avenir-gallery p span {
	display: inline-block;
	margin: 0 5px;
}



/* 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: 10px 22px;
    font-size: 12px;	
	text-decoration:none;
	color: #fff;
	background-color: #1b1b1b;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
	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 { 
    background-color: #63C6AE;
    color: #fff;
}

/* container */  
.xet-avenir-container .thumbnail {
	position: relative;
}
.xet-avenir-container .thumbnail img {
	vertical-align: top;
    width: 100%;
}
.xet-avenir-container .thumbnail .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.xet-avenir-container .thumbnail:hover .shadow {
	box-shadow: inset 0px 0px 0px 280px rgba(17,17,17,0.80);
	filter:alpha(opacity=80); -ms-filter:alpha('opacity=80'); 
}
@media \0screen { 
	.xet-avenir-container .thumbnail:hover .shadow {		
		background-color: #000;
	}	
}
.xet-avenir-container .thumbnail .shadow a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xet-avenir-container .thumbnail .link {
	display: inline-block;
	opacity: 0;
	filter:alpha(opacity=00); -ms-filter:alpha('opacity=00'); 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	margin-top: -14px;
	margin-left: -14px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	z-index: 15;
	font-size: 28px;
	color: #fff;	
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.xet-avenir-container .thumbnail:hover .link { 
	opacity: 1;
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100'); 
}
.xet-avenir-container a.title {
	color: #555;
}
.xet-avenir-container a.title:hover {
	color: #63C6AE;
}
.xet-avenir-container p,
.xet-avenir-container p a {
	font-size: 12px;
	color: #777;
}
.xet-avenir-container p span {
	display: inline-block;
	margin: 0 5px;
}


/* 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: 479px) {	
	.xet-cate-filter a { 
	    padding: 6px 11px;
	    font-size: 12px;
	}
}