/* image slider */

.image-slider .es-slides > li {
	position: relative;
}


.image-caption {
	position: absolute;
	top: 8%;
	right: 5%;
	height: 35px;
	overflow: hidden;
}

.image-caption span {
	display: block;
	line-height: 15px;
	padding: 10px;
	color: #ddd;
	text-transform: uppercase;
	font-weight: bold;
	background: #222;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.image-slider .es-before-slide .image-caption span {
	opacity: 0;
	-webkit-transform: translate(0, -35px);
	-moz-transform: translate(0, -35px);
	-o-transform: translate(0, -35px);
	transform: translate(0, -35px);
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

.image-slider .es-after-slide .image-caption span {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* featured slider */

.featured-slider {
	padding-top: 20px;
}

.featured-slider .es-pagination {
	left: 0;
	top: 0;
	bottom: auto;
}

.featured-slider .es-pagination a {
	right: auto;
	margin: 0 10px 0 0;
}

.featured-slider .es-slides > li {
	width: 200px;
	margin-right: 5px;
}

.featured-slider .featured-pic {
	position: relative;
	background: #fff;
}

.featured-slider .featured-pic img  {
	opacity: .9;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s;
	margin-bottom: 10px;
}

.featured-slider .featured-pic:hover img {
	opacity: 0.5;
}

.featured-slider .featured-pic:hover > a {
	visibility: visible;
}

.featured-slider .featured-pic > a {
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:102px;
	padding: 5px 0;
	margin-top: 45%;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
	color: #fff;
	background: #343434;
	z-index: 1;
	border-radius: 3px;
}

.featured-title {
	padding: 8px 15px 8px;
	color: #666;
	background: #eee;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ddd;
	height:320px;
}



.featured-title > a {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #bd2532;
	margin-top: 6px;
	font-size: 16px;
	line-height: 25px;
}

.featured-title > a:hover {
	color: #666;
}

.featured-title > span {
	font-family: 'Arial';
	font-size: 13px;
	color: #424242;
}

/* fullwidth slider */

.fullwidth-slider .es-slides > li {
	/* 1.6 ~ image width/height */
	width:302px;	
	height: 320px;
	background: #fff;
	overflow: hidden;
	webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.fullwidth-slider .es-navigation a {
	top: 5px;
	margin-top: 0;
	background: #21a6c8;
	
}

.fullwidth-slider .es-ticker {
	bottom: auto;
	top: 0;
	margin-right: 34px;
}

.fullwidth-slider .es-slides > li img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.fullwidth-slider .es-slides > li:hover img {
	opacity: 0.8;
}

.fullwidth-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-image: url(img/fons_slide.png);
	background: #343434;
	
	border-bottom: 0px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #555;
	font-size: 11px;
	line-height: 15px;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
	webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.fullwidth-title > a {
	display: block;
	color: #999;
	text-transform: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
}

.fullwidth-title > a:after {
	
	margin-left: 5px;
}

.fullwidth-title > a:hover {
	color: #cc1e21;
}

.fullwidth-title span {
	display: none;
	margin-top: 5px;
	font-family: 'Raleway', sans-serif;
}

.fullwidth-slider .es-slides > li:hover .fullwidth-title span {
	display: block;
	font-size: 13px;
	color: #21a6c8;
	font-family: arial;
}



/*  Afegit Slides PRODUCTE  Interior */

/* fullwidth slider */

.fullwidth-slider .es-slides2 > li {
	/* 1.6 ~ image width/height */
	width:302px;	
	height: 320px;
	background: #fff;
	overflow: hidden;
}



.fullwidth-slider .es-slides2 > li img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.fullwidth-slider .es-slides2 > li:hover img {
	opacity: 0.8;
}


.fullwidth-slider .es-slides2 > li:hover .fullwidth-title span {
	display: block;
	font-size: 13px;
	color: #999999;
}

/*  FIN Afegit Slides PRODUCTES  */

@media screen and (max-width:979px)

{

.featured-title {
	padding: 8px 15px 8px;
	color: #666;
	background: #eee;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ddd;
	height:330px;
}
}

@media screen and (max-width:479px)

{

.featured-title {
	padding: 8px 15px 8px;
	color: #666;
	background: #eee;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ddd;
	height:380px;
}
}
