.header{ position: fixed; z-index: 100; top: 0; left: 0; }

@media only screen and (max-width: 768px) {	
	.header{ position: absolute; top: 0; left: 0; width: 100%; }
}



/* HOME ========================================================== */
.home{ position: fixed; width: 100%; height: 100%; background-color: #151612; }
	
	/*.home_back{ position: fixed; z-index: 10; width: 100%; height: 100%; background-color: #151612; }*/
	
	.home_back_img{ position: fixed; z-index: 11; width: 100%; height: 100%; opacity: 0; }
		.hb_img{ position: fixed; z-index: 11; width: 100%; height: 100%; background-size: cover; background-position: center; }
		.hb_img_2{ position: fixed; z-index: 11; width: 100%; height: 100%; background-size: cover; background-position: center; }
		.hb_opacity{ position: fixed; z-index: 12; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); }

	.home_wrapper{ position: absolute; z-index: 13; opacity: 0; }

		.home_wrapper_top{ left: 0; width: 100%; height: 100px; border-bottom: 1px solid rgba(255,255,255,.3); }
		.home_wrapper_bottom{ bottom: 0; left: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.3); }
		
		.home_wrapper_left{ height: 100%; border-right: 1px solid rgba(255,255,255,.3); -ms-transform: skew(-7deg); -webkit-transform: skew(-7deg); transform: skew(-7deg); }
		.home_wrapper_right{ height: 100%; border-left: 1px solid rgba(255,255,255,.3); -ms-transform: skew(-7deg); -webkit-transform: skew(-7deg); transform: skew(-7deg); }
	
	.home_video{ position: absolute; z-index: 14; /*width: 80%; max-width: 800px;*/ background-color: #000; left: 50%; top: 50%;
		-ms-transform: skew(-7deg); -webkit-transform: skew(-7deg); transform: skew(-7deg); opacity: 0; overflow: hidden; }
		
		.volumen_mc{ display: none; }
		.volumen{ position: absolute; z-index: 1; margin: 10px; cursor: pointer; -ms-transform: skew(7deg); -webkit-transform: skew(7deg); transform: skew(7deg); }
			.volumen:hover{ opacity: .7; }
			.volumen_on{ display: none; }
			.volumen_off{ /*display: none;*/ }

		.home_video_inner{ position: absolute; left: 50%; top: 50%; -ms-transform: skew(7deg); -webkit-transform: skew(7deg); transform: skew(7deg); }

		.banner{ -ms-transform: skew(7deg); -webkit-transform: skew(7deg); transform: skew(7deg); }


	.destacat_title{ position: fixed; z-index: 20; font-size: 45px; color: #fff; font-weight: bold; left: 50%; line-height: 1; display: none; 
		webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 40px; }
		.destacat_title_inner{ width: 100%; display: table-cell; vertical-align: bottom;line-height: 1;  }
		.destacat_title_inner a{ color: #fff; }
		.destacat_title_inner div{ font-size: 14px; font-weight: 300; margin-top: 7px; }
		.destacat_title_inner i{ position: absolute; right: 10px; color: #fff; font-size: 25px; font-style: normal; margin-top: -20px; }
		.destacat_title_inner i a{ color: #fff; }
	
	.destacat_bts{ position: fixed; left: 50%; z-index: 20; opacity: 0; }
		.destacat_bts ul{ display: flex; }
		.destacat_bts ul li{ /*position: absolute;*/ margin: 0 4px; cursor: pointer; /*width: 70px;*/ }

		/*.destacat_bts ul li img:hover{ opacity: 1 !important; }*/

	.destacados_bt_off:hover img{ opacity: 1 !important; -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);  }




	@media only screen and (max-width: 850px) {
		.destacat_title{ font-size: 30px; }
		.destacat_title_inner div{ font-size: 13px; }
	}






/* CALENDARI ============================================================ */
.calendari_selectors_mc{ position: absolute; width: 100%; background-color: #fff; height: 140px; }

.selector_calendari{ width: 100%; background-color: #fff; }

.calendari_selectors{ width: 100%; max-width: 600px; margin: 25px auto 0 auto; }

	.calendari_anys{ float: left; width: 224px; position: relative; }
		.calendari_anys_current{ font-size: 38px; color: #B6CCD3; font-weight: 900; cursor: pointer; }
		.calendari_anys_current i{ float: right; }
		.calendari_anys_separa{ width: 100%; height: 2px; background-color: #B6CCD3; margin-top: 10px; }
		
		.calendari_anys_list{ position: absolute; z-index: 10; width: 100%; display: none; }
			.calendari_anys_item{ width: 100%; border-bottom: 2px solid #fff; background-color: #DFE7EA; cursor: pointer; color: #fff; font-size: 15px; 
				webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 12px 10px; }
			.calendari_anys_item i{ float: right; }
			.calendari_anys_item:hover{ background-color: #E7EDEF; }

			.calendari_anys_item:last-child{ border-bottom: none; }


	.calendari_mesos{ float: right; width: 346px; position: relative; }
		.calendari_mesos_current{ font-size: 38px; color: #B6CCD3; font-weight: 900; cursor: pointer; text-transform: capitalize; }
		.calendari_mesos_current i{ float: right; }
		.calendari_mesos_separa{ width: 100%; height: 2px; background-color: #B6CCD3; margin-top: 10px; }

		.calendari_mesos_lists{  position: absolute; z-index: 10; width: 100%; display: none; overflow-y: scroll; }
			.calendari_mesos_item{ width: 100%; border-bottom: 2px solid #fff; background-color: #DFE7EA; cursor: pointer; color: #fff; font-size: 15px; text-transform: capitalize;
				webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 12px 10px; }
			.calendari_mesos_item i{ float: right; }
			.calendari_mesos_item:hover{ background-color: #E7EDEF; }

			.calendari_mesos_item:last-child{ border-bottom: none; }

			.cmi_off{ background-color: #ccc; pointer-events: none; }

	.clear_bts_calendari{ clear: both; }

	.calendari_obres_bt{ font-weight: 700; font-size: 28px; color: #B6CCD3; position: relative; cursor: pointer; margin-top: 20px; }
	.calendari_obres_bt span{ float: right; margin-right: 3px; font-size: 40px; }
	
		.calendari_obres_separa{ position: absolute; width: 100%; height: 2px; margin-top: 10px; }

	.obres_desplega{ display: none; position: absolute; z-index: 10; width: 100%; overflow-y: scroll; }

		.obra_desplega_item{ width: 100%; border-bottom: 2px solid #fff; padding: 35px 0; background-color: #DFE7EA; cursor: pointer; }
		.obra_desplega_item_inner{ width: 100%; margin: auto; max-width: 600px; color: #fff; font-size: 21px; }
		.obra_desplega_item_inner i{ float: right; margin-right: 10px; }
		.obra_desplega_item:hover{ background-color: #E7EDEF; }
		.obra_desplega_item:hover i{ margin-right: 0; }
		
		.obra_desplega_item_inner_obra{ width: 100%; margin: auto; max-width: 600px; color: #fff; font-size: 21px; }
			.obra_desplega_item_img{ position: absolute; margin-top: -35px; }
			.obra_desplega_item_title{ webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 90px; }
			.obra_desplega_item_title i{ float: right; margin-right: 10px; }

		

.item_hidden{ display: none; }


.calendari_llistat_top{ height: 150px; }

.calendari_item{ border-bottom: 1px solid #B6CCD3; }

.calendari_item_content{ display: table; padding: 20px 0; }

	.calendari_dia{ display: table-cell; font-size: 28px; font-weight: 900; padding-right: 20px; text-transform: capitalize; vertical-align: middle; white-space:nowrap; }

	.calendari_on{ display: table-cell; padding: 0 30px; vertical-align: middle; }
		.calendari_hora{ font-size: 17px; font-weight: 900; }
		.calendari_teatre{ font-size: 16px; margin-top: 4px; font-style: italic; }
			.calendari_teatre a{ color: #000; text-decoration: underline; }
		.calendari_entrades{ font-size: 14px; text-transform: uppercase; margin-top: 7px; font-weight: 900; }
			.calendari_entrades a{ color: #B6CCD3; }

	.calendari_title{ display: table-cell; padding-left: 30px; vertical-align: middle; }
		
		.calendari_title_inner{ margin-left: 25px; color: #fff; background-color: #B6CCD3; font-size: 20px;	padding: 9px 40px 9px 18px; /*white-space:nowrap;*/ position: relative; }
		.calendari_title_inner i{ position: absolute; right: 10px; }
		.calendari_title_inner:hover{ opacity: .7; }
		.calendari_title_inner:hover i{ right: 5px; }
		

	.calendari_mes{ display: table-cell; font-size: 42px; font-weight: 900; padding-right: 40px; text-transform: capitalize; vertical-align: middle; color: #B6CCD3; }


.calendari_veure_fitxa{ display: inline-block; text-transform: uppercase; font-weight: bold; position: absolute; margin-left: 610px; margin-top: 15px; }	
	.calendari_veure_fitxa_inner{ color: #fff; background-color: #B6CCD3; font-size: 15px; padding: 8px 30px 8px 15px; white-space:nowrap; }
	.calendari_veure_fitxa_inner i{ position: absolute; margin-left: 5px; }
	.calendari_veure_fitxa_inner:hover{ opacity: .7; }
	.calendari_veure_fitxa_inner:hover i{ margin-left: 10px; }


.calendari_veure_fitxa_mobile{ display: none; }

/* COMPANYIA ========================================================================== */
.animated {
	position: absolute;
	display: none;
	top: 0;
	left: 0;

	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
}

#container {
    position: fixed;
    width: 100%; height: 100%;
}

#companyia_container{ display: block; position: relative; z-index: 20; width: 450px; margin-left: 300px;
	border-left: 1px solid rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.3); 
	-ms-transform: skewX(-7deg); -webkit-transform: skewX(-7deg); transform: skewX(-7deg); }


.companyia_inner{ 
	-webkit-transform:  skewX(-7deg, 0);
       -moz-transform:  skewX(-7deg, 0);
        -ms-transform:  skewX(-7deg, 0);
         -o-transform:  skewX(-7deg, 0);
            transform:  skewX(-7deg, 0); }

.companyia_inner p{ font-size: 20px; color: #fff; line-height: 1.3; 
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 300px 20px 20px 20px; }



/* SINGLE OBRES ========================================================================================================== */

.single_contingut{}

	.single_items{ position: absolute; z-index: 10; width: 310px; margin-top: 25px; opacity:0; visibility:hidden; }
			
		/* SINGLE PRENSA ======================================= */
		.single_premsa{ position: absolute; width: 100%; opacity:0; visibility:hidden; height: 500px; 
			overflow-y: scroll; overflow-x: hidden; padding-top: 1px; }

			.premsa_item{ width: 295px; border: 1px solid #dfe7ea; position: relative; background-color: #fff; margin-top: -1px; }
				.premsa_item_esq{ width: 240px; float: left; border-right: 1px solid #dfe7ea; 
					 webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px; }
					 
					 .premsa_item_origen{ font-size: 14px; color: #929fa0; }
					 .premsa_item_data{ font-size: 12px; font-weight: bold; color: #bdc4c6; margin: 5px 0; }
					 .premsa_item_title{ font-size: 16px; font-weight: bold; color: #1a1a1a; line-height: 1.3; }

				.premsa_item_dre{ width: 50px; float: right; }
					.premsa_link{ position: absolute; margin-left: 8px; margin-top: 17px; }
					.premsa_down{ position: absolute; margin-left: 8px; margin-top: 68px; }
					.premsa_link:hover, .premsa_down:hover{ opacity: .6; }
		
		/* SINGLE VIDEOS ======================================= */
		.single_videos{ position: absolute; width: 100%; opacity:0; visibility:hidden; height: 500px; overflow-y: scroll; 
			overflow-x: hidden; padding-top: 1px; }
			
			.video_item{ width: 295px; border: 1px solid #dfe7ea; position: relative; background-color: #fff; margin-top: -1px; }
				
				.video_item_esq{ width: 60%; float: left; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }
					.video_item_img{ width: 100%; height: 100px; position: relative; cursor: pointer; 
						background-size: cover; background-position: center; background-repeat: no-repeat; }
						.video_item_bt{ position: absolute; left: 50%; top: 50%; margin-top: -22px; margin-left: -22px; }


				.video_item_dre{ width: 40%; float: left; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }

		/* SINGLE DESCARREGUES ================================= */
		.single_descarregues{ position: absolute; width: 100%; opacity:0; visibility:hidden; height: 500px; overflow-y: scroll; 
			overflow-x: hidden; padding-top: 1px; }
			

			.download_item{ width: 295px; border: 1px solid #dfe7ea; position: relative; background-color: #fff; margin-top: -1px; }

				.download_item_esq{ float: left; width: 75%; font-size: 16px; font-weight: bold; color: #1a1a1a; list-style: 1.3;
					webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px; }

				.download_item_dre{ float: left; width: 25%;
					webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 0 0 16px; }
				.download_item_dre:hover{ opacity: .6; }



	.single_textos{ position: absolute; }

		.single_estrena{ font-size: 21px; color: #B6CCD3; margin-top: 25px; font-weight: 700; text-transform: capitalize; }
		.single_title{ font-size: 58px; font-weight: 900; color: #B6CCD3; margin: 15px 0; }
		.single_text{ width: 90%; max-width: 750px; }


@media only screen and (min-width: 1200px) { 
	
	.single_images{ position: fixed; z-index: 9; width: 100%; top: 62px; border-top: 1px solid #DFE7EA; border-bottom: 1px solid #DFE7EA; }
		
		.single_images_mc{ display: flex; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; }

		.single_cartell{ float: left; height: 100%; position: relative; }
			.single_cartell_img img{ height: 250px; width: auto; }
			
		.single_galeria{ float: left; height: 100%; right: 0;
			 webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 3px; }

			#content_galeria { position: relative; width: 155px; height: 100%; overflow: hidden; }
			#scrollable_galeria { width: 175px; height: 100%; overflow-y: scroll; }

			.single_galeria_item{ margin-bottom: 2px; }
			.single_galeria_item img{ width: 100%; height: auto; }
		

	.col_single_content{ float: right; padding-bottom: 30px; }

		.single_content_deco{ position: fixed; top: 0; width: 25%; right: 0; height: 100%; height: 100%; 
			border-left: 1px solid #DFE7EA; border-right: 1px solid #DFE7EA; 
			-ms-transform: skew(-10deg); -webkit-transform: skew(-10deg); transform: skew(-10deg); }

		.single_content{ display: flex; position: relative; z-index: 10; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; }

			.single_txt{ float: right; }
				
				.single_bts{ width: 100%; text-transform: uppercase; }
					.single_bt{ float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 10px 17px; margin: 1px; 
						height: 12px; overflow: hidden; }
					.single_bt:hover{ background-color: #BDC4C6; }
					.single_bt .md-clear{ display: none; }

					.single_bt_galeria{ display: none; float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 11px 15px; margin: 1px; }
						.single_bt_galeria:hover{ background-color: #BDC4C6; }
						#img_close{ display: none; }
			

				



			.single_fitxa_artistica{ float: left; font-size: 12px; line-height: 1.5; font-weight: 300; text-align: right; padding-top: 100px; 
				 webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 25px; }

				.single_fitxa_aritistica_title{ display: inline-block; font-weight: 900; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #000; 
				 	text-transform: uppercase; }

				 .single_fitxa_artistica a{ text-decoration: underline; }
				 .single_fitxa_artistica a:hover{ opacity: .6; }
			
			.single_fitxa_artistica_mobile{ display: none; }

	.swiper-container{ display: none; }

}


@media only screen and (min-width: 900px) and (max-width: 1200px) {

	.single_images{ position: fixed; z-index: 9; width: 100%; top: 62px; border-top: 1px solid #DFE7EA; border-bottom: 1px solid #DFE7EA; }
		
		.single_images_mc{ display: flex; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; }

		.single_cartell{ float: left; height: 100%; position: relative; }
			.single_cartell_img img{ height: 250px; width: auto; }
			
		.single_galeria{ display: none; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 3px;}

			#content_galeria { position: relative; width: 155px; height: 100%; overflow: hidden; }
			#scrollable_galeria { width: 175px; height: 100%; overflow-y: scroll; }

			.single_galeria_item{ margin-bottom: 2px; }
			.single_galeria_item img{ width: 100%; height: auto; }
		

	.col_single_content{ float: right; padding-bottom: 30px; }

		.single_content_deco{ position: fixed; top: 0; width: 25%; right: 0; height: 100%; height: 100%; 
			border-left: 1px solid #DFE7EA; border-right: 1px solid #DFE7EA; 
			-ms-transform: skew(-10deg); -webkit-transform: skew(-10deg); transform: skew(-10deg); }

		.single_content{ display: block; position: relative; z-index: 10; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; }

			.single_txt{ float: none; width: 100%; }
				
				.single_bts{ width: 100%; max-width: 400px; text-transform: uppercase; }
				.single_bt{ float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 10px 17px; margin: 1px; }
				.single_bt:hover{ background-color: #BDC4C6; }

				.single_bt_galeria{ float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 11px 15px; margin: 1px; }
					.single_bt_galeria:hover{ background-color: #BDC4C6; }
					#img_close{ display: none; }

				.single_estrena{ font-size: 21px; color: #B6CCD3; margin-top: 25px; font-weight: 700; }
				.single_title{ font-size: 58px; font-weight: 900; color: #B6CCD3; margin: 15px 0; }
				.single_text{ width: 90%; max-width: 750px; }

			.single_fitxa_artistica{ display: none; }

				.single_fitxa_aritistica_title{ display: inline-block; font-weight: 900; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #000; 
				 	text-transform: uppercase; }
			
			.single_fitxa_artistica_mobile{ display: inherit; font-size: 12px; line-height: 1.5; font-weight: 300; padding-top: 10px; }

	.swiper-container{ display: none; }
}


@media only screen and (min-width: 768px) and (max-width: 900px) {

	.single_images{ position: relative; z-index: 9; float: left; width: 45%; top: 62px; border-top: 0px solid #DFE7EA; border-bottom: 0px solid #DFE7EA; }
		
		.single_images_mc{ display: block; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

		.single_cartell{ float: none; position: relative; }
			.single_cartell_img img{ width: 100%; height: auto; }
			
		.single_galeria{ display: none; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 3px;}

			#content_galeria { position: relative; width: 155px; height: 100%; overflow: hidden; }
			#scrollable_galeria { width: 175px; height: 100%; overflow-y: scroll; }

			.single_galeria_item{ margin-bottom: 2px; }
			.single_galeria_item img{ width: 100%; height: auto; }
		

	.col_single_content{ float: right; width: 55%; padding-bottom: 30px; }

		.single_content_deco{ display: none; }

		.single_content{ display: block; position: relative; z-index: 10; padding: 0; }

			.single_txt{ float: none; width: 100%; }
				
				.single_bts{ width: 100%; max-width: 400px; text-transform: uppercase; }
				.single_bt{ float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 10px 17px; margin: 1px; }
				.single_bt:hover{ background-color: #BDC4C6; }

				.single_bt_galeria{ display: none; }

				.single_estrena{ font-size: 21px; color: #B6CCD3; margin-top: 25px; font-weight: 700; }
				.single_title{ font-size: 58px; font-weight: 900; color: #B6CCD3; margin: 15px 0; }
				.single_text{ width: 90%; max-width: 750px; }

			.single_fitxa_artistica{ display: none; }

				.single_fitxa_aritistica_title{ display: inline-block; font-weight: 900; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #000; 
				 	text-transform: uppercase; }
			
			.single_fitxa_artistica_mobile{ display: inherit; font-size: 12px; line-height: 1.5; font-weight: 300; padding-top: 10px; }

	.swiper-container{ display: block; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }
	.single_swiper{ width: 100%; height: 450px; background-size: cover; background-repeat: no-repeat; background-position: center; }
}


@media only screen and (max-width: 768px) {

	.single_images{ position: relative; z-index: 9; width: 100%; top: 62px; border-top: 0px solid #DFE7EA; border-bottom: 0px solid #DFE7EA; }
		
		.single_images_mc{ display: block; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

		.single_cartell{ width: 100%; max-width: 500px; margin: auto; }
			.single_cartell_img img{ width: 100%; height: auto; }
			
		.single_galeria{ display: none; }

			#content_galeria { position: relative; width: 155px; height: 100%; overflow: hidden; }
			#scrollable_galeria { width: 175px; height: 100%; overflow-y: scroll; }

			.single_galeria_item{ margin-bottom: 2px; }
			.single_galeria_item img{ width: 100%; height: auto; }
		
	.col_single_content{ width: 100%; padding-bottom: 30px; }

		.single_content_deco{ display: none; }

		.single_content{ display: block; position: relative; z-index: 10; padding: 20px 0; }

			.single_txt{ float: none; width: 100%; }
				
				.single_bts{ width: 100%; max-width: 400px; text-transform: uppercase; }
				.single_bt{ float: left; color: #fff; font-size: 13px; font-weight: 900; background-color: #DFE7EA; padding: 10px 17px; margin: 1px; }
				.single_bt:hover{ background-color: #BDC4C6; }

				.single_bt_galeria{ display: none; }

				.single_estrena{ font-size: 21px; color: #B6CCD3; margin-top: 25px; font-weight: 700; }
				.single_title{ font-size: 58px; font-weight: 900; color: #B6CCD3; margin: 15px 0; }
				.single_text{ width: 90%; max-width: 750px; }

			.single_fitxa_artistica{ display: none; }

				.single_fitxa_aritistica_title{ display: inline-block; font-weight: 900; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #000; 
				 	text-transform: uppercase; }
			
			.single_fitxa_artistica_mobile{ display: inherit; font-size: 12px; line-height: 1.5; font-weight: 300; padding-top: 10px; }

	.swiper-container{ display: block; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }
	.single_swiper{ width: 100%; height: 250px; background-size: cover; background-repeat: no-repeat; background-position: center; }

}



/* TEXTOS GENERALS =========================================================== */
.container_textos{ padding: 20px; margin-top: 90px; }


.back_menu_black_mobile{ position: fixed; width: 100%; height: 78px; background-color: #fff; border-bottom: 1px solid #ccc; }


/* FOOTER ================================================ */
.footer_links, .footer_links_fixed{ display: table; position: fixed; bottom: 10px; right: 20px; }

	.footer_item{ display: table-cell; height: 20px; vertical-align: middle; padding: 0 7px; }

	.footer_item:hover a{ opacity: .6; }
	
	.footer_avis_legal{ font-size: 13px; font-weight: bold;  }

	.footer_deco{ width: 2px; height: 13px; background-color: #f2f2f2;  }


