/*
 * Copyright inpleworks, Co.
*/


/* List
---------------------------------*/
.xet-fullpage-list { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet-fullpage-list li { 
	margin: 0 0 10px; 
	padding: 0 0 0 10px;
	list-style:none; 
	font-size: 13px;
	font-weight: 300;
	color: #555; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-fullpage-list li:last-child {
	margin: 0;
}
.xet-fullpage-list li .title { 
	margin-right: 5px;
	color: #555; 
}
.xet-fullpage-list li .title:hover { 
	color: #000; 
}
.xet-fullpage-list li .icon i { 
	vertical-align:middle;
	color: #c00;
}
.xet-fullpage-list li span {
	margin-right: 5px;
	color: #555; 
}


/* Webzine
---------------------------------*/
.xet-fullpage-webzine { 
	position: relative;
}
.xet-fullpage-webzine .thumbnail {
	position: relative;
}
.xet-fullpage-webzine .thumbnail img {
	vertical-align: top;
    width: 100%;
}
.xet-fullpage-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-fullpage-webzine .thumbnail:hover .shadow {
	background-color: rgba(17,17,17,0.5);	
}
@media \0screen { 
	.xet-fullpage-webzine .thumbnail:hover .shadow {		
		background-color: #000;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
		filter: alpha(opacity=50); /* IE8 */
	}	
}
.xet-fullpage-webzine .thumbnail .shadow a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xet-fullpage-webzine .thumbnail .link {
	display: inline-block;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; /* IE8 */
	filter: alpha(opacity=00); /* IE8 */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	z-index: 15;
	font-size: 28px;
	color: #fff;	
	background: url(../img/link.png) center no-repeat;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.xet-fullpage-webzine .thumbnail:hover .link { 
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE8 */
}
.xet-fullpage-webzine a.title {
	color: #555;
}
.xet-fullpage-webzine a.title:hover {
	color: #000;
}
.xet-fullpage-webzine p span,
.xet-fullpage-webzine p span a { 
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}






/* gallery(light box)
-------------------------------------- */ 
/* category filter */  
.xet-cate-filter { 
	text-align: center;
    margin-bottom: 30px; 
}
.xet-cate-filter a {
	margin: 0 5px 10px;
    font-size: 13px;
	font-weight: normal;
	padding: 10px 22px;
	text-align: center;
	display: inline-block;
	text-decoration: none;	
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Dosis', sans-serif;
	border: 0;
	color: #555;
	background-color: #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.xet-cate-filter a:hover,
.xet-cate-filter a.current { 
    color: #fff;
	background-color: #2b2b2b;
}

/* container */
.xet-fullpage-container .thumbnail {
	position: relative;
	text-align: center;
}
.xet-fullpage-container .thumbnail img {
	vertical-align: top;
    width: 100%;
}
.xet-fullpage-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-fullpage-container .thumbnail:hover .shadow {
	background-color: rgba(17,17,17,0.5);	
}
@media \0screen { 
	.xet-fullpage-container .thumbnail:hover .shadow {		
		cursor: pointer;
		background-color: #000;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
		filter: alpha(opacity=50); /* IE8 */
	}	
}
.xet-fullpage-container .thumbnail .shadow {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xet-fullpage-container .thumbnail .link {
	display: inline-block;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; /* IE8 */
	filter: alpha(opacity=00); /* IE8 */ 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	z-index: 15;
	font-size: 28px;
	color: #fff;	
	background: url(../img/link.png) center no-repeat;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.xet-fullpage-container .thumbnail .link.zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	background: url(../img/plus.png) center no-repeat;
}
.xet-fullpage-container .thumbnail .link.play {
	opacity: 0.5;
	background: url(../img/play-button.png) center no-repeat;
	background-size: 32px;
}
.xet-fullpage-container .thumbnail:hover .link { 
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100); /* IE8 */
}
.xet-fullpage-container a.title {
	color: #555;
}
.xet-fullpage-container a.title:hover {
	color: #000;
}
.xet-fullpage-container p,
.xet-fullpage-container p a {
	font-size: 12px;
	color: #777;
	text-shadow: none;
}
.xet-fullpage-container p span {
	display: inline-block;
	margin-right: 5px;
	color: #aaa;
}


/* 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) {}