
/*carrousel portfolio joomla 3x , joomla 2.5x */


@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,600,700);


#carrouselfolio{
	width: 100%;
	position: relative;
	padding:0;
	margin:0;

}

#portfolio-carrousel{
display:none;
text-indent:-5000px;

}

#carrouselfolio .thumb{
	float:left;
	line-height:0;
	position: relative;
}

#carrouselfolio .thumb .portfolio_overlay{ 
    display: block; 

}

#carrouselfolio_thumbs{
	height: 300px;
	overflow:hidden;
	position: relative;
}
#carrouselfolio_thumbs ul{
	position: absolute;
	padding: 0;
	padding:0;
	margin:0;
	border: none; outline: 0; font-size: 100%; vertical-align: baseline;
}

#carrouselfolio_thumbs li{
	float: left;
	list-style: none;
}

.carrouselfolio_item{
	width: 450px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
}
.carrouselfolio_item img{
	max-width: 100%;
	position: relative;
	top: 0;
	transition: all 0.3s ease;
	width:100%;
}

.overlay{ 
	position: absolute !important;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.caroufredsel_wrapper{
	width: 100% !important;
}

#fr_prev, #fr_next{
	position: absolute;
	background-color: rgba(255,255,255,0.4);
	color: #fff;
	width: 50px;
	height: 300px;
	top: 0;
	z-index: 10;
	display: table;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration:none;
}
#fr_prev{ left: -50px; }
#fr_next{ right: -50px; }

#carrouselfolio_thumbs:hover #fr_prev{
	left: 0;
}
#carrouselfolio_thumbs:hover #fr_next{
	right: 0 !important;
}
#fr_prev:hover, #fr_next:hover{ color: #fff; }
#fr_prev i, #fr_next i{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fr_icon_holder{
	position: absolute !important;
	z-index: 1;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	top: 28%;
	opacity: 0;
	transition: all 0.7s ease;
}
.fr_icon_holder i{
	color: #fff;
	margin-right: 10px;
	border-radius: 50%;
	padding: 10px;
}
.carrouselfolio_item:hover .fr_icon_holder, .portfolio-wrapper:hover .fr_icon_holder{ opacity: 1; }
.portfolio_desc{
	position: absolute;
	height: 80px;
	width: 100%;
	padding: 15px 0 0;
	background-color: #fff;
	bottom: -114px;
	left: 0;
	transition: all 0.3s ease;	
	z-index: 2;
}
.portfolio_desc:before{
	content:"";
	position: absolute;
	top: -30px;
	left: 45%;
	border: 15px solid;
	border-color: transparent transparent #fff transparent;
}
.carrouselfolio_item:hover .portfolio_desc{
	bottom: 0;
}
 .carrouselfolio_item:hover img{
	top: -76px;
}
.carrouselfolio_item:hover .overlay, .portfolio-wrapper:hover .overlay{
	opacity: 1;
}
.portfolio_desc h3{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-top:0;
	margin-bottom:0;
}
.portfolio_desc p{
	font-size: 13px;
	font-weight: 300;
	margin-top:0;
}

 



@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

	.fa-4x{ font-size: 3em !important; }
	
	#carrouselfolio{ padding: 50px 0; }
	
	
	
}
@media only screen and ( max-width: 800px ) {
	
	
	#carrouselfolio #fullPreview img{ width: 39% !important; }
	#carrouselfolio #fullPreview .fullCaption{
		width: 32% !important; 
		padding: 50px 0 30px 20px;
	}
	#carrouselfolio #fullPreview figure{ right: 230px !important; }
	
	
	
	
}
@media only screen and ( max-width: 768px ) {
	
	
	
	#carrouselfolio {
		width: auto;
		padding-right: 0;
	}
	
	
	
	
}
@media only screen and ( max-width: 637px ) {
	
	h2 { font-size: 2.3em; }
	
	
}

@media only screen and ( max-width: 480px ) {

	
	
}

@media only screen and ( max-width: 360px ) {
	
	
	
	#carrouselfolio{ padding: 80px 0 0; }
	#carrouselfolio_thumbs, #fr_prev, #fr_next{ height: 250px; }
	.carrouselfolio_item{ 
		width: 360px;
		height: 200px;
	}
	
	
}
@media only screen and ( max-width: 320px ) {

	.carrouselfolio_item{ width: 320px; }
	.fr_icon_holder{ top: 15%; }
}