/* DESENVOLUPAMENT www.2CREA.cat */

#home h1 {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#home h2#noticiesTitol	{
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px;
}
#home h2#ambientsTitol	{
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform:	uppercase;
	margin: 0;
}
#home h2#productesTitol {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin: 90px 0 20px;
}

#home .stepContainer{
	display: none;
}

/* HOME *********************************************************************************************************** */

#sliderPortada					{background-color: #ececec;position: relative;text-align: center;width: 100%;z-index: 0; height: 55%;}
#sliderPortada .titol{
	color: #fff;
	display: block;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	text-align: left;
	font-weight: 600;
	margin: 0;
	top: 50px;
	left: 50%;
	width: 45%;
}

#sliderPortada .subtitol {
	display: block;
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px;
}

#sliderPortada .slide 					{max-height: 100%;position: relative;}
#sliderPortada .slidesjs-container {
	height: 100% !important;
}
#sliderPortada .slide_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

#sliderPortada .slide .slide-link{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

#sliderPortada .slide img 	{
	visibility: hidden;
	opacity: 0;
}
#sliderPortada .slidesjs-control{
	width: 100%;
	max-height: 100%;
	height: 100% !important;
}
#sliderPortada .slidesjs-navigation {
	margin-top: -41px;
	position: absolute;
	top: 50%;
	z-index: 999;
}
#sliderPortada .slidesjs-previous {
	left: 10px;
}
#sliderPortada .slidesjs-next {
	right: 35px;
}

#sliderPortada .slidesjs-navigation .chevron::before {
	border-color: rgba(218, 41, 28, 1);
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 50px;
	width: 50px;
	transform: rotate(-45deg);
	vertical-align: top;
}

#sliderPortada .slidesjs-navigation .chevron.right:before {
	transform: rotate(45deg);
}
#sliderPortada .slidesjs-navigation .chevron.left:before {
	transform: rotate(-135deg);
}

#sliderPortada .slidesjs-pagination 		{ text-align: center; position: absolute; bottom: 10px; width: 100%; z-index: 999; }
#sliderPortada .slidesjs-pagination-item	{ display: inline-block; margin: 0 5px; }
#sliderPortada .slidesjs-pagination-item a 			{background: transparent;border-radius: 50%;display: block;height: 12px;width: 12px;border: 1px solid #fff;}
#sliderPortada .slidesjs-pagination-item a.active	{background: #fff;}


/*.mosaic 							{ float: left; padding: 0 0 0 15px; width: 11%; }
.mosaicItem							{ display: block; height: 94px; margin-bottom: 20px; width: 100%; }*/

.producteTienda					{ background-color: #d15458; color: #fff; display: block; padding: 2px; text-align: center; text-transform: uppercase; }
.producteTienda:focus, .producteTienda:visited, .producteTienda:hover, .producteTienda:active	{ background-color: #000000; color: #fff; text-decoration: none;}

.producte 						{ display: block; border: 1px solid #b3b3b3; margin-bottom: 20px; padding-bottom: 25px; }
.producteTitol					{ background-color: #6e6e6d; color: #fff; display: block; padding: 2px 20px 2px 0px ; text-align: right; text-transform: uppercase; }
.producteImg 					{ display: block; height: 120px; overflow: hidden; text-align: center;}
.producteImg img				{ display: inline-block; height: 100%; }
.producte:hover					{ box-shadow: 3px 3px  1px rgba(0,0,0,.25); text-decoration: none; }
.producte:hover .producteTitol 	{ background: #000; }
/* DESENVOLUPAMENT www.2CREA.cat */

#home h1 {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#home h2#noticiesTitol {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px;
}
#home h2#ambientsTitol {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform:	uppercase;
	margin: 0;
}
#home h2#productesTitol {
	font-size: 20px;
	font-family: 'Circular', sans-serif;
	text-transform: uppercase;
	margin: 90px 0 20px;
}

#home .sectionTitle {
	font-size: 35px;
	font-family: 'Circular', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
#home .sectionSubTitle 	{
	display: none;
	font-size: 14px;
	font-family: 'Circular', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 10px 0;
}

/* HOME *********************************************************************************************************** */

#sliderPortada	{
	background-color: #ececec;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 0;
	height: 550px;
}

#sliderPortada .slide {
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#sliderPortada .slide img 				{ width: 100%; max-height: 100%; }
#sliderPortada .slide .overlay{
	background-image: linear-gradient(rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.05) 45%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0.25) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#sliderPortada .slidesjs-navigation {
	margin-top: -25px;
	position: absolute;
	top: 50%;
	z-index: 999;
}
#sliderPortada .slidesjs-previous {
	left: 25px;
}
#sliderPortada .slidesjs-next {
	right: 25px;
}

#sliderPortada .slidesjs-navigation .chevron::before {
	border-color: rgba(218, 41, 28, 1);
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;
	transform: rotate(-45deg);
	vertical-align: top;
}

#sliderPortada .slidesjs-navigation .chevron.right:before {
	transform: rotate(45deg);
}
#sliderPortada .slidesjs-navigation .chevron.left:before {
	transform: rotate(-135deg);
}

#sliderPortada .slidesjs-pagination 		{ text-align: center; position: absolute; bottom: 10px; width: 100%; z-index: 999; }
#sliderPortada .slidesjs-pagination-item	{ display: inline-block; margin: 0 5px; }
#sliderPortada .slidesjs-pagination-item a 			{background: transparent;border-radius: 50%;display: block;height: 12px;width: 12px;border: 1px solid #fff;color: transparent;}
#sliderPortada .slidesjs-pagination-item a.active	{background: #fff;}


/*.mosaic 							{ float: left; padding: 0 0 0 15px; width: 11%; }
.mosaicItem							{ display: block; height: 94px; margin-bottom: 20px; width: 100%; }*/

.producteTienda					{ background-color: #d15458; color: #fff; display: block; padding: 2px; text-align: center; text-transform: uppercase; }
.producteTienda:focus, .producteTienda:visited, .producteTienda:hover, .producteTienda:active	{ background-color: #000000; color: #fff; text-decoration: none;}

.producte 						{ display: block; border: 1px solid #b3b3b3; margin-bottom: 20px; padding-bottom: 25px; }
.producteTitol					{ background-color: #6e6e6d; color: #fff; display: block; padding: 2px 20px 2px 0px ; text-align: right; text-transform: uppercase; }
.producteImg 					{ display: block; height: 120px; overflow: hidden; text-align: center;}
.producteImg img				{ display: inline-block; height: 100%; }
.producte:hover					{ box-shadow: 3px 3px  1px rgba(0,0,0,.25); text-decoration: none; }
.producte:hover .producteTitol 	{ background: #000; }

/*.noticia 				{ background: #e6e6e6; height: 305px; position: relative; }
.noticiaImg 			{ display: block; height: 108px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.noticiaTitol 			{ font-size: 12px; font-weight: bold; }
.noticiaContingut 		{ font-size: 11px; padding: 0 10px; }
.noticiaFooter 			{ background: url(../images/web/home/ulleres.png) no-repeat top right ; bottom: 0; padding: 0 10px 5px; position: absolute; width: 100%; }
.noticiaFooter .data 	{ font-size: 10px; }
.noticiaFooter .dia 	{ font-size: 20px; }
.noticiaFooter .mesAny 	{ color: #999; }
.noticiaLink 			{color: rgba(218, 41, 28, 1);display: inline-block;position: relative;font-weight: bold;border-bottom: 1px solid rgba(218, 41, 28, 1);}
.noticiaLink:hover 		{ color: #fff; }
.noticiaLink .fa 		{ margin-left: 10px; }*/

.ambientesHeader 							{ background: url(../images/web/home/florAmbients.png) no-repeat bottom right; margin: 40px 0 20px; padding: 50px 0 0; }
#ambients 									{ background: url(../images/web/home/colors.png) no-repeat; background-size: contain; padding-left: 100px;}
#ambients #sliderAmbientsHome				{ height: 170px; overflow: visible !important; }
#ambients #sliderAmbientsHome a				{ display: block; height: 170px; }
#ambients #sliderAmbientsHome a:hover		{ text-decoration: none; }
#ambients #sliderAmbientsHome .mascara		{ height: 170px; }
#ambients #sliderAmbientsHome .mascara img	{ height: 100%; }
#ambients #sliderAmbientsHome .paraula		{ color: #fff;  font-size: 35px; margin-top: -75px; margin-left: 10px; }
@media screen and (min-width:0\0) {
    #ambients #sliderAmbientsHome .paraula	{ font-family: 'Circular', sans-serif; }
}

#sliderAmbientsHome .slidesjs-navigation					{ color: #4d4d4d; position: relative; top: 5px; z-index: 11; }
#sliderAmbientsHome .slidesjs-navigation.slidesjs-previous 	{ padding-left: 50px;  }
#sliderAmbientsHome .slidesjs-navigation.slidesjs-next 		{ padding-right: 50px;  }
#sliderAmbientsHome .slidesjs-pagination 					{ margin: -10px 0 0; list-style: none; position: relative; text-align: center; }
#sliderAmbientsHome .slidesjs-pagination li 				{ display: inline-block; margin: 0 1px; }
#sliderAmbientsHome .slidesjs-pagination li a 				{ display: inline-block; width: 11px; height: 11px; background: url('https://static.titanlux.es/web/home/navegacioSliderAmbientsHome.png') no-repeat top center;  }
#sliderAmbientsHome .slidesjs-pagination li a.active 		{ opacity: .5; }
/**/
/**/
/**/
/* ENCUENTRA TU PRODUCTO */
#tuproducto{
	background-color: rgba(218, 41, 28, 1);
	color: #fff;
	padding-bottom: 50px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#tuproducto{
		padding-bottom: 30px;
	}
}
#tuproducto .sectionSubTitle{
	color: #000;
	display: block;
	max-width: 600px;
	margin: 20px auto;
}
#tuproducto p{
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}
#tuproducto a{
	color: #fff;
	display: none;
}
#tuproducto .select-container{
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
}
#tuproducto .select-group{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: transform 0.2s ease-out;
}
#tuproducto .select-group.active{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
#tuproducto .select-group.selected{
	transform: translateY(100%);
	visibility: visible;
	opacity: 1;
}
#tuproducto label{
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 0;
}
#tuproducto select,
#tuproducto .select2-container--default .select2-selection--single{
	display: block;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	border-radius: 0;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0;
	width: 280px;
	margin-top: -12px;
}
#tuproducto .select2-container--default .select2-selection--single span{
	color: #fff;
	line-height: 40px;
}
#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow,
#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b {
	height: 40px;
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0;
	width: 20px;
	border: 0;
	text-align: left;
}
#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
}
/*.select2-dropdown{
	border: 0 !important;
	background-color: #f2f2f2 !important;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
	border-radius: 0 !important;
}
.select2-results__options{
	background-color: #f2f2f2;
	color: rgba(218, 41, 28, 1);
	text-align: center;
	border-radius: 0;
	font-weight: bold;
}
.select2-results__option{
	padding: 8px;
	font-size: 18px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
	color: rgba(218, 41, 28, 1) !important;
	text-decoration: underline;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #f2f2f2 !important;
}*/

#inspiracion #inspiracionCarousel,
#blog #blogCarousel{
	width: 100%;
	margin-top: 20px;
}

.main-carousel:after {
	content: '';
}
.main-carousel .flickity-page-dots .dot 			{background: transparent;border-radius: 50%; height: 10px;width: 10px;border: 1px solid #555;}
.main-carousel .flickity-page-dots .dot.is-selected	{background: #555;}

#inspiracion .carousel-cell{
	width: 33.33%;
	height: 250px;
	float: left;
}

#inspiracion .ambiente{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transition: background 0.2s ease-out;
}
#inspiracion .ambiente:hover{
	background-size: 110% auto;
}
#inspiracion .text{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	min-width: 140px;
	padding: 8px;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
}

#downloadApp {
	padding: 40px 0  0;
}
#downloadApp .section{
	background-color: rgba(218, 41, 28, 1);
	color: #fff;
	padding: 25px;
}
#downloadApp .sectionTitle,
#downloadApp .sectionSubTitle,
#downloadApp small{
	text-align: left;
	color: #fff;
}

#downloadApp .sectionTitle,
#downloadApp .sectionSubTitle{
	display: block;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

#downloadApp small{
	font-size: 10px;
    line-height: 14px;
    display: inline-block;
}

#downloadApp .col-xs-12{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-content: stretch;
}

#downloadApp .side {
	width: 50%;
}
#downloadApp .side-right {
	background-size: cover;
	background-position: center;
}
#downloadApp .side-right img{
	opacity: 0;
	visibility: hidden;
}

#home .sectionSubTitle {
	font-size: 20px;
    line-height: 1.4;
}

/* MEDIA QUERIES *********************************************************************************************************** */
@media screen AND (min-width: 768px) {
	#downloadApp {
		margin: 0 0 25px;
	}
}
@media screen AND (min-width: 992px) {
	#downloadApp {
		padding: 25px 0;
	}
}
@media screen AND (max-width: 991px) {
	#sliderPortada	{
		width: 100%;
		height: 350px;
	}

	#sliderPortada .slidesjs-navigation {
		margin-top: -15px;
	}

	#sliderPortada .slidesjs-previous {
		left: 10px;
	}
	#sliderPortada .slidesjs-next {
		right: 10px;
	}

	#sliderPortada .slidesjs-navigation .chevron::before {
		height: 30px;
		width: 30px;
	}

	#sliderPortada .titol 	{
		font-size: 38px;
		line-height: 44px;
		top: 30px;
	}

	#sliderPortada .subtitol {
		display: block;
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}
	/*.mosaic 						{ float: none; text-align: center; width: 100%;}
	.mosaicItem						{ display: inline-block; margin: 0 10px 20px; width: 94px;}*/

	#home .sectionTitle {
		font-size: 24px;
	}
	#home .sectionSubTitle 	{
		font-size: 10px;
	}
	/* Shows caroussel from this size */
	.main-carousel:after {
	  content: 'flickity';
	  display: none;
	}

	#tuproducto p{
		font-size: 14px;
	}
	#tuproducto label{
		font-size: 24px;
		line-height: 30px;
	}
	#tuproducto select,
	#tuproducto .select2-container--default .select2-selection--single{
		font-size: 24px;
		line-height: 30px;
		height: 30px;
		width: 260px;
		margin-top: 0;
	}
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow,
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b {
		height: 30px;
		width: 20px;
	}
	#tuproducto .select2-container--default .select2-selection--single span {
    color: #fff;
    line-height: 28px;
}
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
		font-size: 26px;
	}
	.select2-results__option{
		padding: 8px;
		font-size: 14px;
	}

	#inspiracion #inspiracionCarousel{
		width: 100%;
		height: 250px;
		padding-bottom: 35px;
	}

	#inspiracion .carousel-cell{
		width: 50%;
		height: 100%;
	}

	.main-carousel .flickity-page-dots {
		bottom: 5px;
	}

	#downloadApp .sectionSubTitle 	{
		font-size: 15px;
	}
}

@media screen AND (max-width: 767px) {

	#sliderPortada {
		width: 100%;
		height: 60%;
	}
	#sliderPortada .slidesjs-navigation {
		margin-top: -10px;
	}
	#sliderPortada .slidesjs-navigation .chevron::before {
		height: 20px;
		width: 20px;
	}

	.rslides										{ width: auto!important; }

	/*.noticia 	{ margin-bottom: 20px; height: auto; padding-bottom: 80px; }*/

	.banner { float: left; margin: 10px 1%; width: 48%; }

	.rslides										{ width: auto!important; }


	#home .sectionTitle {
		font-size: 18px;
		margin: 8px 0px;
	}
	#home .sectionSubTitle 	{
		font-size: 14px;
	}
	#tuproducto .select-container{
		height: 150px;
	}
	#tuproducto label{
		font-size: 36px;
		text-align: center;
		line-height: 40px;
	}
	#tuproducto select,
	#tuproducto .select2-container--default .select2-selection--single{
		font-size: 24px;
		line-height: 30px;
		height: 30px;
		margin-top: 26px;
	}
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow,
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b {
		height: 30px;
		width: 20px;
	}
	#tuproducto .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
		font-size: 26px;
	}

	#colors .col-xs-12, #downloadApp .col-xs-12 {
		padding: 0;
	}
	#colors .color-slider{
		overflow-x: scroll;
		width: 320px;
		height: 180px;
		margin: 10px 0;
	}
	#colors .color-slider .color-ball{
		width: 140px;
		height: 140px;
		margin: 20px;
		padding-bottom: 0;
	}
	#colors .indicator{
		display: block;
		color: #000;
		text-align: center;
		font-size: 25px;
		position: absolute;
		z-index: 9;
		width: 100%;
		background-color: #f2f2f2;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	#inspiracion #inspiracionCarousel{
		width: 100%;
		height: 220px;
		padding-bottom: 35px;
	}

	#inspiracion .carousel-cell{
		width: 95%;
		height: 100%;
	}

	.main-carousel .flickity-page-dots {
		bottom: 10px;
	}

	#inspiracion .text{
		font-size: 14px;
		min-width: 120px;
		padding: 5px;
	}

	#blog #blogCarousel{
		width: 100%;
		height: 450px;
		padding-bottom: 35px;
	}

	#blog .carousel-cell{
		width: 75%;
		height: 100%;
	}
	#blog .noticiaImg {
		width: 100%;
		float: none;
		display: block;
		height: auto;
		padding-bottom: 100%;
		background-position: center;
		background-repeat:
		no-repeat;
		background-size: cover;
	}
	#blog .noticiaContingut {
		font-size: 10px;
		padding: 10px;
		width: 100%;
		float: none;
	}
	#blog .noticiaTitol {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin: 5px auto;
	}

	#blog .noticiaCategory { font-size: 12px; }

	#downloadApp .col-xs-12{
		flex-direction: column;
	}

	#downloadApp .side{
		width: 100%;
	}
	#downloadApp .side-right{
		height: 250px;
	}

	#home .sectionSubTitle 	{
		font-size: 14px;
	}
}

@media screen AND (max-width: 500px) {
	#sliderPortada .titol 	{
		font-size: 40px;
		line-height: 45px;
		top: 10px;
		left: 0;
		padding: 0 20px;
		width: 100%;
	}
	#sliderPortada .subtitol {
		font-size: 18px;
		line-height: 26px;
	}
}

.ambientesHeader 							{ background: url(../images/web/home/florAmbients.png) no-repeat bottom right; margin: 40px 0 20px; padding: 50px 0 0; }
#ambients 									{ background: url(../images/web/home/colors.png) no-repeat; background-size: contain; padding-left: 100px;}
#ambients #sliderAmbientsHome				{ height: 170px; overflow: visible !important; }
#ambients #sliderAmbientsHome a				{ display: block; height: 170px; }
#ambients #sliderAmbientsHome a:hover		{ text-decoration: none; }
#ambients #sliderAmbientsHome .mascara		{ height: 170px; }
#ambients #sliderAmbientsHome .mascara img	{ height: 100%; }
#ambients #sliderAmbientsHome .paraula		{ color: #fff; font-family: 'Circular', cursive; font-size: 35px; margin-top: -75px; margin-left: 10px; }
@media screen and (min-width:0\0) {
    #ambients #sliderAmbientsHome .paraula	{ font-family: 'Circular', sans-serif; }
}

#sliderAmbientsHome .slidesjs-navigation					{ color: #4d4d4d; position: relative; top: 5px; z-index: 11; }
#sliderAmbientsHome .slidesjs-navigation.slidesjs-previous 	{ padding-left: 50px;  }
#sliderAmbientsHome .slidesjs-navigation.slidesjs-next 		{ padding-right: 50px;  }
#sliderAmbientsHome .slidesjs-pagination 					{ margin: -10px 0 0; list-style: none; position: relative; text-align: center; }
#sliderAmbientsHome .slidesjs-pagination li 				{ display: inline-block; margin: 0 1px; }
#sliderAmbientsHome .slidesjs-pagination li a 				{ display: inline-block; width: 11px; height: 11px; background: url('https://static.titanlux.es/web/home/navegacioSliderAmbientsHome.png') no-repeat top center;  }
#sliderAmbientsHome .slidesjs-pagination li a.active 		{ opacity: .5; }
