﻿
body{text-align:left;overflow-x:auto;}

a{cursor:pointer}

.error{border:0px;background-color:#ffabab;}

/* Turismo.Master */
#s4-ribbonrow img{width:inherit}

/*a:link{ text-decoration:none; border-bottom:1px #ce7c38 dotted; color:#575a5e; }*/
a:active {color:#575a5e; text-decoration:none; }
/*.menu_no_activo a:link { border-bottom:1px #ce7c38 dotted;}*/
 
.menu_no_activo img{  border:none;}
 

div#content {padding:0px;width:100%; float:left;background:none;}
 
.imagen img{width:100%;}

ul#idiomas                  {float: left; margin:18px 0 0 0;}
ul#idiomas li               {float:left; font-size:0.75em; border-left:1px solid #bcbcbc; padding: 0 0 0 7px; margin:0 7px 0 0;}
ul#idiomas .activa a        {color:#f2a149; border-bottom:none;}
ul#idiomas li:first-child { border:none; padding-left:0;}

.col_20 h3 a:link           { color:#808080}

.item_slider a {color:#f18431}


#map-canvas {max-height:270px;min-height:270px;max-width:652px}

#mapa_sb0 {max-height:424px;min-height:424px;max-width:960px;float:none;border-top:none}

#mapa_mp1 {max-height:424px;min-height:424px;max-width:960px;float:none;border-top:none}


table img {width:auto;}

ul#items li
{
display: inline;
list-style-type: none; 
}

.filterZone, .situacion_mapa{cursor:pointer;}

/*SB0*/
@media screen and (min-width: 1025px) {
	div.item_block_enlaces div.col_70{ float:left; width:72%; }
}
@media screen and (max-width: 1024px) {
	.vista_cuadricula.tres_columnas article.item_vista.pagination_item,
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista {
		width: 46% !important;
	}
}
@media screen and (max-width: 625px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista {
		width: 96% !important;
		clear: both;
	}
	.vista_cuadricula.hoteles .item_vista {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media screen and (min-width: 1025px) {
	.col_100 aside{ width:28%;float:right;margin:0;}
}

.proximos_eventos .titulo {
    font-family: 'Conv_Melbourne',Sans-Serif;
    font-size: 2em;
}

.de_interes .titulo {
    font-family: 'Conv_Melbourne',Sans-Serif;
    font-size: 2em;
}

.item_content .col_100 .vista_cuadricula.hoteles .item_vista 
{
     width: 47.4%;
}

.item_interes  .imagen > a{
    display: block;
    overflow: hidden;
    width: 100%;
}

.item_interes > h4.titulo {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
}

/*
.block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1) {
	clear: none;
	margin-left: 1.1em;
}
*/

/* FC */
.fb-comments{float:left;}

.formulario .btn_googlemaps{ color:#fff; font-size:0.7em; text-transform:uppercase; background: #767676; cursor:pointer; border:1px #f3f2f2 solid; border-radius: 3px; padding:5px 10px;  -moz-box-shadow: 0 0 3px 3px #dad9d9; -webkit-box-shadow: 0 0 3px 3px #dad9d9;box-shadow: 0 0 3px 3px #dad9d9;}
.formulario .btn_googlemaps:hover{background: #999 ;}

.ampliado .formulario.enviar_mail{ background:none; margin:0;  width:99%;}
.ampliado .formulario.enviar_mail .item_campo{ padding:10px 0; width:99%;}
.ampliado .formulario.enviar_mail .item_campo label{ float:left; width: auto; margin:3px 5px 0 0; }
.ampliado .formulario.enviar_mail .item_campo input[type="text"]{ float:left; width:70%;}
.ampliado .formulario.enviar_mail .item_campo input[type="submit"]{ float:left; margin-left:2px;}

.formulario .btn_enviar{ color:#fff; font-size:0.7em; text-transform:uppercase; background: #767676; cursor:pointer; border:1px #f3f2f2 solid; border-radius: 3px; padding:5px 10px;  -moz-box-shadow: 0 0 3px 3px #dad9d9; -webkit-box-shadow: 0 0 3px 3px #dad9d9;box-shadow: 0 0 3px 3px #dad9d9;}
.formulario .btn_enviar:hover{background: #999 ;}

/**********************************************
Ajuste para recorte de imagen con crop-image.js
**********************************************/
.galeria .owl-item a,                               /* Miniaturas de la galería de fotos */
.cropcenterimg .item_vista > .imagen > a ,     /* Imágenes del cuerpo principal de la subsección */
.item_interes  .imagen > a,                         /* Imágenes del te podría interesar de la subsección */
.imagen_principal .foto,                       /* Imagen de cabecera de las fichas finales */
.home .informes_destacados .foto a,            /* Imagen de webpart de Informes destacados de la Home Corporativa */
.home div .foto a {                                 /* Imagen de webpart de Agenda y Blog en la Home */
     display: block;
     overflow: hidden;
     visibility: visible;
}

.cropcenterimg.vista_cuadricula .item_vista > .imagen > a,
.cropcenterimg.vista_listado .item_vista > .imagen > a,
.item_interes  .imagen > a  {
	width: 100%;
}

/*
* Adaptación del webpart para el Blog en Investigación
*/
#investigacion .home .te_recomendamos .flex-viewport {
	max-height: inherit;
}

/* 
Retoques de imagen para Ficha final
      - Ajuste del alto mínimo para ficha final sin foto 
      - Recolocación de los botones de interacciones
      - Arreglo del ancho de las imágenes que van dentro del cuerpo principal, para que no ocupen el 100% 
*/
.imagen_principal .foto {
/*      min-height: 93px; */
	min-height: 38px;
}
.btns_interaccion {
      top: -46px;
      left: 29px;
}
.block_contenidos img {
/*      width: initial;*/ /* Las imágenes de las fichas finales en Firefox no se ajustan con esta regla */
}



/* FIN Turismo.Master */

/* EMAIL */
.ampliado .formulario.enviar_mail .item_campo label, .formulario .item_campo label {
       Width:100%;
        float:left;
}


.formulario input[type="email"],.formulario input[type="text"]   {
border: 1px #a9a9a9 solid;
border-radius: 4px;
background: #fff;
padding: 5px;
width: 90%;
float: left;
font-family: 'calibri';
font-size: 1.1em;
}



.newsHead{
                width:100%;
                height:auto;
                margin:20px 0px 10px 0px;
}
.newsHead img{
                width:160px;
                height:auto;
}
.fotoNews{
                width:100%;
                max-width:960px;
                overflow:hidden;
                height:200px;
                float:left;
                margin:20px 0px 10px 0px;
}

/* FIN EMAIL */

/* FC */
.item_content .block_3col .noclear:nth-child(3n+1)
{clear:none; margin-left:18.7199993133545px}

.mapa_lateral{float:left;}

/* FIN FC */

.cropcenterimg .item_news  {float: left;width: 100%;margin: 15px 0;}
.cropcenterimg .item_news a {font-family: 'Conv_Melbourne',Sans-Serif;font-size: 1.3em;}
.cropcenterimg .item_news span {float: left;width: 100%;}

/*HOME CONVENTION BUREAU Y HOME FILM COMISSION*/
.item_content .block_3col .col_30:nth-child(3n+1) 
{
    margin-left:inherit; clear:none;
}

main .col_30_margin .foto{ margin-bottom:-15px; }
.item_content  .col_30_margin 		{ width:32%; float:left; margin-left:1.3em;}

.item_content .block_3col .col_30_margin,
.item_content .block_3col .col_50_margin { margin-bottom:20px;}

.col_30_margin h3					{ font-family:'Conv_Melbourne',Sans-Serif; color:#808080; width:100%; float:left; margin:0;  font-size:2em; font-weight:normal; }
.col_30_margin h3 a				{ float:left; background:#fff; width:100%;  border:none; }
.col_30_margin h3 a:hover,
.col_30_margin div:first-child:hover h3 a,
.col_30_margin .multimedia:hover h3 a			{ background:#f2a149; cursor:pointer; color:#fff; text-shadow:1px 1px #666; cursor:pointer;}
.col_30_margin h3  .titulo		{ float:left; margin:5px 0 5px 10px; width:100%;}
.col_30_margin h3	{font-family:'Conv_Melbourne',Sans-Serif; color:#808080; width:100%; padding:0p; float:left; margin:0;  font-size:2.1em; font-weight:normal; }

.col_30_margin .play							{ float:left;  width:100%; text-align:center;  position:relative; margin-top:-45%;  margin-bottom:-50%}
.col_30_margin .entradilla			{ float:left; width:100%;background:#e9e9e9; padding:0;}

.col_30_margin .foto		{ float:left;width:100%}
.col_30_margin .entradilla p {float: left;width: 94%;}
.col_30_margin .entradilla p a		{ color:#575A5E;float:left; border:none; width:99%; padding: 5px 10px 0 10px;}
.col_30_margin .entradilla a.ver_todos{  font-weight:bold; color:#f18431; padding-bottom:10px}
.col_30_margin .play .foto          {width: 30%;margin: auto;float: none;}

.col_30_margin .reportajes .ver_todos{ float:left; width:90%; margin:15px 0 0 0;}
.col_30_margin .reportajes a{ border:none;}
.col_30_margin h2 a .titulo, .col_30_margin h2 .titulo {float: left;margin: 0 0 5px 10px;}

.col_30_margin h2					{ font-family:'Conv_Melbourne',Sans-Serif; color:#808080; width:100%; float:left; margin:0; font-size:1.7em; font-weight:normal; }
.col_30_margin h2 a				{ float:left; background:#fff; width:100%;  border:none; color:#808080; padding:5px 0 0 0; }
.col_30_margin .bg_gris h2 a		{ background:#e9e9e9;}
.col_30_margin h2 a:hover,
.col_30_margin div:first-child:hover h2 a		{ background:#f2a149; cursor:pointer; color:#fff; text-shadow:1px 1px #666; cursor:pointer;}
.col_30_margin h2 a .titulo		{ float:left; margin:5px 0 5px 10px;}
.col_30_margin .bg_blanco .entradilla		{ background:#fff;}
.col_30_margin .entradilla .item_reportaje {float: left;width: 96%;margin: 10px 0 5px 1.1em;}
.col_30_margin .entradilla .item_reportaje 		{ float:left; width:96%; margin: 10px  0 5px 1.1em;}

.col_30_margin .entradilla .item_reportaje .foto	{ float:left; width:34.19%; margin-bottom:0;}
.col_30_margin .entradilla .item_reportaje .titulo,
.col_30_margin .entradilla .item_reportaje .text1	{ float:left; width:60%; margin-left:0.8em;}
.col_30_margin .entradilla .item_reportaje .text1 a:hover{color:#575A5E;}
.col_30_margin .entradilla .item_reportaje .titulo a{ padding:0;text-decoration:none; border-bottom:1px #ce7c38 dotted; color:#575a5e; width:auto;}
.col_30_margin .entradilla .item_reportaje .titulo a:hover,
.col_30_margin .entradilla .item_reportaje:hover .titulo a{border-bottom:#E9E9E9 1px solid; color:#f18431;}
.col_30_margin .reportajes .ver_todos{ float:left; width:90%; margin:15px 0 0 0;}
.col_30_margin .reportajes a{ border:none;}

.col_30_margin .notas_prensa h2 a {display: block!important;font-size: 0;float: left;background: #fff;width: auto;padding: 0 0 0 0;margin: 0 0 0 5px;border: none;color: #808080;}
.col_30_margin .notas_prensa h2 span 				{ float:left;}
.col_30_margin .notas_prensa:first-child:hover h2 a{ background:url(/_layouts/Trentia.Turismo/images/ico_rss_naranja.png) no-repeat center;}
.col_30_margin .novedades h2 span.rss, .col_30_margin .notas_prensa h2 span.rss, #slider .text0 span.rss {width: 26px;height: 26px;background: url(/_layouts/Trentia.Turismo/images/ico_rss_naranja.png) no-repeat center ;}
.col_30_margin .fecha {font-family: 'Conv_Melbourne',Sans-Serif;color: #999;font-size: 1.12em;}
.col_30_margin .notas_prensa h2 a:hover span.rss,
#slider .text0 a:hover span.rss{background:url(/_layouts/Trentia.Turismo/images/ico_rss_blanco.png) no-repeat center #f2a149; }

div.item_content .block_3col div.col_30
{
    margin-left:1.3em;
}

.nomargin
{
margin-left:0px !important;
}

/*FIN HOME CONVENTION BUREAU Y HOME FILM COMISSION*/

/*PRENSA PROFESIONAL*/
.item_content .block_3col .col_30:nth-child(3n+1) 
{
    clear: both !important;
}
/*FIN PRENSA PROFESIONAL*/

/*HOME TURISMO*/
.item_content .block_3col .col_20 
{
    float: left !important;   
}
/*FIN HOME TURISMO*/

/*HOME COORPORATIVA*/
.item_content .col_60 .col_50:nth-child(2n+1) 
{
    clear: none !important;
}

/*FIN HOME COORPORATIVA*/

/*ASOCIADOS*/

.textos_destacados.NoZindex
{
    z-index: 0;
}

/*FIN ASOCIADOS*/

.confirm {
	border:1px solid red !important;
}

/*Cambio por las 3 columnas
.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1) {
	clear: inherit;
}
.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista:nth-child(3n+1) {
	clear: both;
}
.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista {
	width: 31%;
}


@media screen and (max-width: 625px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista {
		width: 46.5%;
		clear: inherit;
	}	
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista:nth-child(3n+1) {
		clear: inherit;
	}
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 520px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista {
		width: 94%;
	}
}*/
/*
* Subsección con cuadrícula a 3 columnas 
*/
@media screen and (min-width: 1025px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(2n+1) {
		clear: inherit;
	}
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(3n+1) {
		clear: both;
	}
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista {
		width: 31%;
	}
}


@media screen and (max-width: 625px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista {
		width: 46.5%;
		clear: inherit;
	}	
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(3n+1) {
		clear: inherit;
	}
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 520px) {
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista {
		width: 94%;
	}
}	
/*cambio 3 columnas*/


/*
	Arreglo para elementos pares e impares en Subsección. 
	Se utiliza en conjunto con la función JS aplicarEstiloImpar 
*/
.vista_cuadricula .item_vista:nth-child(2n+1),
.vista_cuadricula .item_vista.impar { clear:both; margin-left:0}
/*.block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1),
.block_enlaces .vista_cuadricula .item_vista.impar { clear:both; margin-left:1.1em}*/
/*.block_enlaces .vista_cuadricula .item_vista:nth-child(3n+1),
.block_enlaces .vista_cuadricula .item_vista.impar { clear:both; margin-left:0px}*/
.vista_cuadricula .item_vista.par,
.block_enlaces .vista_cuadricula .item_vista.par { clear: inherit; margin-left:1.1em;}

@media screen and (min-width: 1025px) {
	.block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(2n+1),
	.block_enlaces .vista_cuadricula.tres_columnas .item_vista.impar { clear:none; margin-left:1.1em}

	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista.par:nth-child(2n+1),
	.vista_cuadricula.tres_columnas .item_vista.par, 
	.block_enlaces .vista_cuadricula.tres_columnas .item_vista.par { clear: none; margin-left:1.1em;}

	/**/
	.block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(3n+1), 
	.block_enlaces .vista_cuadricula.tres_columnas .item_vista.impar { clear:both; margin-left:0px /*!important;*/}

	.vista_cuadricula .item_vista.impar,
	.item_content .col_100 .block_enlaces .vista_cuadricula .item_vista.impar:nth-child(3n+1) { clear:both; margin-left:1.1em}

	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(2n+1) { clear:none;}
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista:nth-child(3n+1) { clear: left /*!important*/}
	
	/* Ajuste de la ordenación de los elementos en una SB de 3 columnas con filtro como SPA */
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista.par:nth-child(3n+1) { clear: initial; margin-left: 1.1em;}

	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista.impar:nth-child(2n+1),
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista.impar:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista.centro,
	.item_content .col_100 .vista_cuadricula.tres_columnas .item_vista.centro:nth-child(3n+1)	{
		clear: initial;
		margin: 0px 0 20px 1.1em;
	}
	.item_content .col_100 .block_enlaces .vista_cuadricula.tres_columnas .item_vista.par:nth-child(2n+1),
	.item_content .col_100 .vista_cuadricula.tres_columnas .item_vista.par:nth-child(3n+1)	{
		clear: initial;
		margin-left: 1.1em;
	}
	.vista_cuadricula .item_vista.impar {
		margin-left: 0;  /* Margen izquierdo al filtrar SB de Museos */
	}
	.block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1).impar {
		margin-left: 1.1em;  /* Margen izquierdo al filtrar SB de campos de golf */
	}
	/* Ajuste tres columnas sin pestañas como Instalaciones deportivas */
	.item_content .col_100 .vista_cuadricula .item_vista.impar,
	.item_content .col_100 .vista_cuadricula .item_vista.impar:nth-child(2n+1) {clear: both; margin-left: 1.1em;}
}
@media screen and (max-width: 1024px) {
	.item_content .col_100 .vista_cuadricula .item_vista:nth-child(2n+1),
	.block_enlaces .vista_cuadricula .item_vista:nth-child(2n+1) {
		margin-left: 0.7em;
	}
}
@media screen and (max-width: 625px) {
	.block_enlaces .vista_cuadricula .item_vista {
		margin-left: 0.7em;
	}
}


/*
* Empresas infoten en vista cuadrícula de la subsección 
*/
.vista_cuadricula .block_consulados {
	width: 45%;
}
.vista_cuadricula .block_consulados .block_textos {
	width: 95%;
}
.vista_cuadricula .block_consulados:nth-child(2n+1) {
	clear: both;
}
@media screen and (max-width: 625px) {
	.vista_cuadricula .block_consulados {
		width: 90%;
	}
}

/*
* Filtros internos Golf Subsección 
*/
.contenido_seccion .block_filtros_combo legend {
	font-family: 'Conv_Melbourne',Sans-Serif;
	font-size: 1.3em;
	color: #474747;
	position: relative;
	top: 14px;
}
.contenido_seccion .block_filtros_combo fieldset {
	border: none;
	margin: 0 14px 14px;
	padding: 16px 9px 9px;
	background: #f0f0f2;
	position: relative;
}
.contenido_seccion .block_filtros_combo select,
.menu_orden select {
	border: 1px #a9a9a9 solid;
	border-radius: 4px;
	background: #fff;
	padding: 3px 1px;
	font-family: 'calibri';
	font-size: inherit !important;
	color: #575a5e;
}
.contenido_seccion .block_filtros_combo li {
	float: left;
	margin: 0 3px 0;
}
.contenido_seccion .block_filtros_combo a.reset {
	position: absolute;
	top: 15px;
	right: 6px;
	font-size: 0.9em;
	border-bottom: 1px #ce7c38 dotted;
	color: #575a5e;
}
.contenido_seccion .block_filtros_combo a.reset:hover {
	border: none;
	color: #f18431;
	cursor: pointer;
}
/* Eliminamos la viñeta de los filtros horizontales a tres columnas */
.col_100 main .block_filtros_combo ul li {
	background: none;
	margin: 0 3px 0;
    padding: 0;
}

/*
* Filtros internos Subsección 
*/
.contenido_seccion .block_filtros legend {
	font-family: 'Conv_Melbourne',Sans-Serif;
	font-size: 1.3em;
	color: #474747;
	position: relative;
	top: 14px;
}
.contenido_seccion .block_filtros fieldset {
	border: none;
	margin: 0 14px 14px;
	padding: 16px 9px 9px;
	background: #f0f0f2;
	position: relative;
}
.contenido_seccion .block_filtros select {
	border: 1px #a9a9a9 solid;
	border-radius: 4px;
	background: #fff;
	padding: 3px 1px;
	font-family: 'calibri';
}
.contenido_seccion .block_filtros li {
	float: left;
	margin: 0 3px 0;
}
.contenido_seccion .block_filtros a.reset {
	position: absolute;
	top: 15px;
	right: 6px;
	font-size: 0.9em;
	border-bottom: 1px #ce7c38 dotted;
	color: #575a5e;
}
.contenido_seccion .block_filtros a.reset:hover {
	border: none;
	color: #f18431;
	cursor: pointer;
}

/*
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/_layouts/Trentia.Turismo/fonts/fontawesome-webfont.eot?v=4.6.1');src:url('/_layouts/Trentia.Turismo/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('/_layouts/Trentia.Turismo/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('/_layouts/Trentia.Turismo/fonts/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 
#turismo .item_menu.turismo #menu_principal > ul > li:nth-child(6) {
	background: url(/_layouts/Trentia.Turismo/images/bg_menu_naranja.png) no-repeat right;
	background-color: #f18431;
}
#turismo .item_menu.turismo #menu_principal > ul > li:nth-child(6) a:hover,
#turismo .item_menu.turismo #menu_principal > ul > li:nth-child(6).activa a {
	color: #ffffff;
}
#turismo .item_menu.turismo #menu_principal > ul > li:nth-child(6) a::after {
    font: normal normal normal 14px/1 FontAwesome;
	content: " \f07a";
}

/*
* Adaptación de los menús de cada web
*/
#turismo .item_menu.turismo ul li {
     padding: 6px 28px;
}
#turismo.lang_en .item_menu.turismo ul li {
     padding: 6px 28px;
}
#turismo.lang_de .item_menu.turismo ul li {
     padding: 6px 20px;
}
#turismo.lang_fr .item_menu.turismo ul li {
     padding: 6px 23px;
}
#turismo.lang_it .item_menu.turismo ul li {
     padding: 6px 27px;
}
#turismo.lang_ru .item_menu.turismo ul li {
     padding: 6px 25px;
}
#turismo.lang_nl .item_menu.turismo ul li {
     padding: 6px 26px;
}

#tenerifecb .item_menu.turismo ul li {
     padding: 6px 22px;
}
#tenerifecb.lang_en .item_menu.turismo ul li {
     padding: 6px 37px;
}
#tenerifecb.lang_de .item_menu.turismo ul li {
     padding: 6px 34px;
}

#tenerifefilm .item_menu.turismo ul li {
     padding: 6px 27px;
}
#prensa .item_menu.turismo ul li {
     padding: 6px 36px;
}
#trade .item_menu.turismo ul li {
     padding: 6px 47px;
}
#corporativa .item_menu.turismo ul li {
     padding: 6px 34px;
}
#investigacion .item_menu.turismo ul li {
     padding: 6px 43px;
}
#turismo.lang_ru .item_pie_1 .menu_inf li:nth-child(3) span {
	font-size: 1.4em;
}
#asociados .item_menu.turismo ul li {
     padding: 6px 28px;
}

/* Limitamos el alto del menú principal */
.item_menu ul {
}

/*CONTACTO*/

.de_interes .item_de_interes2 .titulo{  font-size:1.4em; color:#47494d; margin-bottom:10px;}
.de_interes .item_de_interes2 .titulo a,
.de_interes .item_de_interes2 .imagen a{ border:none;}
.de_interes .item_de_interes2 .text1{ float:left; width:90%; margin:0 0 10px 10px;}
.de_interes .item_de_interes2 { float:left; margin-bottom:15px;}

.de_interes.lineas .item_de_interes2  a{ text-decoration:none; border-bottom:1px #ce7c38 dotted; color:#575a5e; }
.de_interes.lineas .item_de_interes2  a:hover{ border-bottom:1px #fff dotted; color:#f18431;}

.block_2col aside .de_interes .item_de_interes2:hover a { border-bottom:1px #fff solid; color:#f18431;}

.de_interes.contacto .item_de_interes2 .text0 a,
.de_interes.contacto .item_de_interes2 .text0 a:hover{border-bottom:1px #fff solid; color:#575A5E;}
.de_interes.contacto .item_de_interes2:hover .text0 a{color:#575A5E;}

/*
* Enlace Leer más del destacado de la plantilla de Contacto
*/
.block_destacado .entradilla a.leer_mas {
	text-decoration: none;
	border-bottom: 1px #ce7c38 dotted;
	color: #575a5e;
}
.block_destacado .entradilla a.leer_mas:hover {
	border-bottom: 1px #fff dotted;
	color: #f18431;
}
aside .block_destacado .titulo span {
	color: #fff;
}

/*Boton Buscar Plantilla Mapas - MP1 (diferente funcionalidad al resto de cajas de busqueda)*/
.formulario .btn_buscarMapas{ color:#fff; font-size:0.7em; text-transform:uppercase; background: #767676; cursor:pointer; border:1px #f3f2f2 solid; border-radius: 3px; padding:5px 10px;  -moz-box-shadow: 0 0 3px 3px #dad9d9; -webkit-box-shadow: 0 0 3px 3px #dad9d9;box-shadow: 0 0 3px 3px #dad9d9;}
.formulario .btn_buscarMapas:hover{background: #999 ;}

/*MAPAS - MP1*/
#block_gris_pie {margin-bottom: 5mm !important;}

/* Nuevo estilo para Quizá te podría interesar cuando se utiliza en la barra lateral con una imagen */
.de_interes .item_de_interes_imagen {
float: left;
margin-bottom: 15px;
}
.de_interes .item_de_interes_imagen .titulo {
font-size: 1.4em;
color: #47494d;
margin-bottom: 10px;
}
.de_interes .item_de_interes_imagen .titulo a, .de_interes .item_de_interes_imagen .imagen a {
border: none;
}

/* Retoque del texto para la cabecera de la SB0 */
@media screen and (min-width: 626px) {
	.slider_contenedor .textos_slider {
        width: 32%;
        padding-top: 3%;
        text-align: justify;
        margin-left: 2em;
	}
	.slider_contenedor .textos_slider h1.text1 {
		text-align: left;
	}
	.slider_contenedor .textos_slider .text2 {
		clear: both;
		display: block;
	}
}

/* Mapa de rutas en FC */
#content .block_contenidos .ruta-gmaps iframe {
                width: 90%;
                height: 450px;
}

/* Tamaño de las imágenes en el cuerpo de las fichas finales FC */
#content .block_contenidos img {width: initial; max-width: 690px; max-height: 400px; }
#content .col_100 .block_contenidos img {width: initial; max-width: 100%; max-height: none; }
@media screen and (max-width: 1024px) {
	#content .block_contenidos img {max-width: 394px;}
}
@media screen and (max-width: 625px) {
	#content .block_contenidos img {max-width: 289px;}
}

/* Ancho del filtro fecha en la Agenda */
.buscador_filtros .filtro_izq.fecha {
     width: 20%;
}

/* Modificación del margen superior del footer para que se vea la paginación cuando no hay banners */
.home footer {
margin-top: -7px;
}

/* LIST6 Contenido - Producciones */
.block_news .text1 a span, 
.block_news .text2 a span {
	border-bottom: 1px #ce7c38 dotted;
	color: #575a5e;
	float: left;
	width: auto;
}
.block_news .text1 a:hover span, 
.block_news .text2 a:hover span {
	border-bottom: 1px #fff solid;
	color: #f18431;
}
.block_news .mas-info {
	position: absolute;
	top: 4px;
	right: 21px;
}
.block_news .mas-info a {
	color: #f18431;
	text-decoration: underline;	
}
.block_news .mas-info a:hover {
	color: #575a5e;
}

.block_enlaces .block_news {
	margin-left: 1.1em;
	padding-right: 1.1em;
	width: 96%;
	position: relative;
	padding: 15px 5px 5px;
	border-top: 1px #e9e9e9 solid;
}

/* Texto introductorio de pestañas SB */
.item_content .resumen h2,
.item_content .resumen h3,
.item_content .resumen p {
	margin: 5px 30px;
	clear: both;
	float: initial;
}
@media screen and (min-width: 1025px) {
	.item_content .vista_cuadricula.tres_columnas {
/*		padding-left: 30px; */ 
/* Elimino esta regla porque se ve rodada la SB sin pestañas con 3 columnas
http://www.webtenerife.com/interes/empresas-servicios-turista/guias-turisticos/ */
	}
	.item_content .block_enlaces .vista_cuadricula.tres_columnas,
	.item_content .block_enlaces #p1.vista_listado {
		padding-left: 30px;
/* Añado esta regla para poner un margen en las SB de 3 columnas dentro de una pesetaña 
http://admin.webtenerife.com/es/corporativa/Que-hacemos/actuaciones-destino/mejora-espacio-turistico/Paginas/index.aspx?tab=1 */
	}
}
.block_gris .text1 ul,		/* Estilo para las listas en cuadro gris de FC */
.item_content .resumen ul,
.resumen_int ul,				/* Estilo para la cabecera sin foto */
.block_contenidos ul {			/* Estilo para las listas en fichas FC */
	clear: both;
}
.block_gris .text1 ul li,		/* Estilo para las listas en cuadro gris de FC */
.item_content .resumen ul li,
.resumen_int ul li,				/* Estilo para la cabecera sin foto */
.block_contenidos ul li {		/* Estilo para las listas en fichas FC */
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 5px;
	width: 90%;
	background:url(/_layouts/Trentia.Turismo/images/circulo-lista.png) no-repeat left 7px; 
}
.block_contenidos ul li ul li {		/* Estilo para las listas en fichas FC */
	background:url(/_layouts/Trentia.Turismo/images/circulo-lista-50.png) no-repeat left 5px; 
}
.item_content .resumen ul li {		/* Estilo para las listas en Pestañas SB */
	margin-left: 40px;
}
.block_gris .text1 p,
.resumen_int p {
	float: initial;
}
/* Enlaces en texto introductorio y fichas finales */
.item_content .resumen a,
.block_contenidos a,
.item_content .resumen_int a {
	color: #ce7c38;
}
.item_content .resumen a:hover,
.block_contenidos a:hover,
.item_content .resumen_int a:hover {
	color: #ffa300;
	/*border-bottom: 1px #f18431 dotted;*/
}
.item_content .contenido_seccion .resumen h3, 
.item_content .contenido_seccion .resumen h4 {
	clear: both;
	margin: 3px 30px 0;
	font-weight: bold;
}
.item_content .block_enlaces .contenido_seccion .resumen h3 {
	font-size: 1.5em;
}
.item_content .block_enlaces .contenido_seccion .resumen h4 {
	font-size: 1.2em;
}
@media screen and (max-width: 625px) {
	.item_content .resumen p {
		margin: 5px 0px;
	}
	.item_content .vista_cuadricula.tres_columnas {
		padding-left: 0px;
	}
	.item_content .resumen ul li {
		padding-left: 14px;
		margin-left: 0px;
		width: 98%;
	}
}

/* Icono de la Q de calidad para vista tabla Oficinas de Información Turística */
.block_enlaces article.q_calidad .titulo {
	background: url("/_layouts/Trentia.Turismo/images/logo-icte.png") no-repeat left 5px;
	background-size: 34px;
	padding-left: 42px;
	width: 71% !important;
}

/* Maquetación del botón Play de los vídeos en las galerías multimedia */
.galeria .owl-item .play
 { 
	float:left;  
	width:100%; 
	text-align:center;  
	position:relative; 
	margin-top:-45%;  
	margin-bottom:-50%
}
.galeria .owl-item .play .foto { 
	width:30%; 
	margin:auto; 
	float:none;
}

/* Retoque para Te podría interesar en el pie de las SB*/
@media screen and (min-width: 1025px) {
	.item_block_gris_pie .item_interes {
		width: 22.75%;
		margin: 6px 1.8em 19px 0;
	}
	.item_block_gris_pie .item_interes:nth-child(4n+1) { 
		margin-right:0;
	}
	.item_block_gris_pie.block_5 .item_interes:nth-child(4n+1) {  /* Arreglo para las FC */
		margin-right: 1em;
	}
	.item_block_gris_pie .item_interes .titulo a {
		font-size: 1.3em;
	}
}
/* Web de contacto para webpart de PRoductos */
.contacta .web,
.contacta .archivo_mail,
.contacta .facebook,
.contacta .instagram,
.contacta .itunes {
	float:left; width:70%; 
	margin:0 0 0 1em; 
	padding:0px 0 2px 2.1em;
}
.contacta .web a { 
	font-size: 1em;
}
.contacta .web { 
	background:url(/_layouts/Trentia.Turismo/images/web-icon.png) no-repeat left; 
}
.contacta .archivo_mail { 
	background:url(/_layouts/Trentia.Turismo/images/email-icon.png) no-repeat left; 
}
.contacta .facebook { 
	background:url(/_layouts/Trentia.Turismo/images/facebook-icon.png) no-repeat left; 
}
.contacta .instagram { 
	background:url(/_layouts/Trentia.Turismo/images/instagram-icon.png) no-repeat left; 
}
.contacta .itunes { 
	background:url(/_layouts/Trentia.Turismo/images/app-store-icon.png) no-repeat left; 
}


/* Texto contenido FC */
main .block_contenidos p {
	clear: both;
}
.block_contenidos .cuerpo .descripcion h3,
.block_contenidos .cuerpo .descripcion h4 {
	float: initial;
}
/* Logotipos de cada Web */
/* #turismo.lang_es .item_header .logo */ /* Este es el estilo hay que utilizar para personalizar por cada web */
.lang_es .item_header .logo {
	background: url(/_layouts/Trentia.Turismo/images/logo_tenerife_turismo_es.png) no-repeat;
}
.lang_en .item_header .logo,
.lang_de .item_header .logo,
.lang_fr .item_header .logo,
.lang_it .item_header .logo,
.lang_ru .item_header .logo {
	background: url(/_layouts/Trentia.Turismo/images/logo_tenerife_turismo_en.png) no-repeat;
}
#tenerifefilm .item_header .logo {
	background: url(/_layouts/Trentia.Turismo/images/logo_film_commission.png) no-repeat;
}
#tenerifecb .item_header .logo {
	background: url(/_layouts/Trentia.Turismo/images/logo_convention_bureau.png) no-repeat;
}
@media screen and (max-width: 1024px) {
	.item_header .logo {
		width: 114px;
		height: 98px;
		margin: 10px auto -14px auto;
	}
}
@media screen and (max-width: 625px) {
	.lang_es .item_header .logo {
		background: url(/_layouts/Trentia.Turismo/images/logo_tenerife_turismo_p_es.png) no-repeat;
	}
	.lang_en .item_header .logo,
	.lang_de .item_header .logo,
	.lang_fr .item_header .logo,
	.lang_it .item_header .logo,
	.lang_ru .item_header .logo {
		background: url(/_layouts/Trentia.Turismo/images/logo_tenerife_turismo_p_en.png) no-repeat;
	}
	#tenerifefilm .item_header .logo {
		background: url(/_layouts/Trentia.Turismo/images/logo_film_commission_p.png) no-repeat;
	}
	#tenerifecb .item_header .logo {
		background: url(/_layouts/Trentia.Turismo/images/logo_convention_bureau_p.png) no-repeat;
	}
}

/*.flex-viewport 
{
    height: 300px;
}*/

/* Textos cabeceras homes */
#turismo #slider .text1 {
	color: #7A7675;
	/*text-shadow: 1px 1px 2px #fff;*/
}
#investigacion #slider .text1,
#corporativa #slider .text1,
#trade #slider .text1,
#prensa #slider .text1,
#tenerifefilm #slider .text1,
#tenerifecb #slider .text1 {
	color: #fff;
	text-shadow: 1px 1px 2px #7A7675;
}
#slider .text1 {
	font-size: 2.6em;
	font-weight: bold;
}
#slider .text2 {
	font-size: 1.3em;
	color: #7A7675;	
	margin-top: 5px;
}
#slider .leer_mas {
	margin-top: 5px;
}
#slider .item_slider .text1 a {
	font-size: 1em;
	font-weight: bold;
}


/* Agenda de eventos profesional en Home de Prensa */
#prensa .col_20 .eventos {
	margin-left: 25px;
}
#prensa .col_20 .eventos h3 {
	font-size: 1.7em;
}
#prensa .col_20 .eventos .item_evento .direccion {
	width: 78%;
}

/* Slider blog Home Investigación */
#investigacion  .home .te_recomendamos .slides li .foto {
	height: 127px;
	overflow: hidden;
}

/*Galeria Multimedia*/
.item_content .block_3col .col_30.descargas 
{
    clear: none !important;
}

/* Entradilla webpart Agenda y blog */
.col_20 .blog .entradilla p a,
.col_20 .agenda .entradilla p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Imágenes de los cuadros de "Otros datos" de las fichas */
main .block_gris .text1 img {
	width: inherit;
}

/* Eliminar borde blanco de los textos de la vista listado en las SB */
.vista_listado .sin_bg .block_textos .text1 a {
	border-bottom: none;
}

/* Viñetas del lightbox "Te podría interesar" de Subsecciones */
.item_destacado .ampliado .textos ul,
.item_destacado .ampliado .textos ol,
.item_de_interes .ampliado .textos ul,
.item_de_interes .ampliado .textos ol {
	clear: both;
	margin-bottom: 5px;
}
.item_destacado .ampliado .textos li,
.item_de_interes .ampliado .textos li {
	list-style: initial;
	margin-left: 16px;
	clear: both;
}
.item_destacado .ampliado .textos ol li,
.item_de_interes .ampliado .textos ol li {
	list-style: inherit;
}
.item_destacado .ampliado .textos li p,
.item_de_interes .ampliado .textos li p {
	margin-top: 5px;
}
.item_destacado .ampliado .textos p,
.item_de_interes .ampliado .textos p {
	margin-bottom: 5px;
}
.item_destacado .ampliado .textos a,
.item_de_interes .ampliado .textos a {
	float: inherit;
	border-bottom: 1px #ce7c38 dotted;
}

/* Arreglo para icono de georeferenciación en vista listado */
.block_enlaces .vista_listado .item_vista {
	width: 95.5%;
}
.item_vista .block_textos {
	margin-top: 0;
}
.item_vista.sin_bg .block_textos {
	min-height: 104px;
}

.vista_listado .item_vista .titulo {
	margin-top: 0;
}
.block_enlaces .vista_listado .item_vista.sin_bg .text1 {
	margin-top: 5px;
}

/*top10*/
.vista_cuadricula .top_10,
.vista_listado .top_10 {
    z-index: 1;
}
.btn_add_top_10 {
    visibility: hidden;
    display: none;
}
.btns_interaccion {
	left: 168px;
}
/*Ocultación del Top 10 */
.imagen_principal .top_10,
.vista_cuadricula .top_10,
.vista_listado .top_10  {
    display: none;
	visibility: hidden;
}

/* Vista de la categoría de estrellas en SB de Hoteles */
.hoteles.vista_cuadricula .situacion_mapa {
	z-index: 1;
}
.hoteles.vista_cuadricula .hotel_estrellas {
	position: relative;
}
.hoteles.vista_cuadricula .hotel_estrellas .estrellas {
	display: block;
	position: absolute;
	bottom: 2px;
}
.hoteles.vista_cuadricula .hotel_estrellas .estrellas img {
	/*width: initial;*/
	width: 20px;
}

/* Margen texto introductorio pestañas ancho completo */
@media screen and (min-width: 1025px) {
	.block_1col > .col_100 .contenido_seccion .item_block_enlaces > .resumen {
    	padding: 0 15px;
    	width: 97%;
    }
}

/* Títulos de cajas subsección en una sola línea */
.vista_cuadricula .item_vista .titulo a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
	.vista_cuadricula .item_vista .titulo a span {
		max-width: 100%;
	}
}

/* Maquetación especies de cetáceos */
.especies-cetaceos ul li {
	background: none;
	margin-bottom: 10px;
}
.especies-cetaceos ul li h2 {
    margin-top: 10px;
}

/* Maquetación especies de aves */
.texto-aves img {
	width: initial;
	max-width: 95%;
}

/* Tablas en fichas finales (valores climatológicos normales) */
.item_content main .block_contenidos table {
	width: 100%;
}
.item_content main .block_contenidos table thead th {
    text-align: center;
    font-weight: normal;
    background-color: #767474;
    color: #fff;
    padding: 3px 7px;
    border-right: 6px #fff solid;
}
.item_content main .block_contenidos table tbody td,  
.item_content main .block_contenidos table tbody th {
    text-align: center;
    border-bottom: 1px #ccc dotted;
    padding: 3px 0;
}

/* Recolocación del título de las fichas finales FC */
.textos_destacados {
	margin-top: 0;
	/*position: initial;*/
	position: static;
	background-image: none;
/*	background-color: #5B5757; */
	color: #808080;
}
.textos_destacados .text1 {
	margin-top: 5px;
	margin-left: 0;
}
.textos_destacados .text2 {
	margin-bottom: 12px;
	margin-left: 0;
}

/* Ajuste de la URL y el e-mail de los datos de contacto */
.block_gris .info_web_mail a[itemprop="url"],
.block_gris .info_web_mail a[itemprop="email"] {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
.block_gris .info_web_mail p {
	max-width: 100%;
}
.block_gris .direccion p[itemprop="streetAddress"] {
	text-transform: capitalize;
}

/* Menú de redes sociales */
#menu_redes_sociales .redes_sociales a {
	float: right;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 7px;
	text-indent: -9999em;
	background: url("/_layouts/Trentia.Turismo/images/ico_rrss.png") no-repeat left top;
}
#menu_redes_sociales .redes_sociales a.facebook 		{background-position: 0 0;}
#menu_redes_sociales .redes_sociales a.twitter 		{background-position: -57px 0;}
#menu_redes_sociales .redes_sociales a.youtube 		{background-position: -112px 0;}
#menu_redes_sociales .redes_sociales a.flickr 		{background-position: -169px 0;}
#menu_redes_sociales .redes_sociales a.instagram 	{background-position: -227px 0;}
#menu_redes_sociales .redes_sociales a.pinterest 	{background-position: -282px 0;}
#menu_redes_sociales .redes_sociales a.vimeo			{background-position: -340px 0;}

#menu_redes_sociales .redes_sociales a.facebook:hover 		{background-position: 0 -56px;}
#menu_redes_sociales .redes_sociales a.twitter:hover 		{background-position: -57px -56px;}
#menu_redes_sociales .redes_sociales a.youtube:hover 		{background-position: -112px -56px;}
#menu_redes_sociales .redes_sociales a.flickr:hover 			{background-position: -169px -56px;}
#menu_redes_sociales .redes_sociales a.instagram:hover 		{background-position: -227px -56px;}
#menu_redes_sociales .redes_sociales a.pinterest:hover 		{background-position: -282px -56px;}
#menu_redes_sociales .redes_sociales a.vimeo:hover			{background-position: -340px -56px;}
#menu_redes_sociales .redes_sociales a:hover 				{background-position-y: -56px;}

/* Banners pie de página */
.item_banner.minube .imagen a {
	display: block;
	text-indent: -999999em;
	background: url("/_layouts/Trentia.Turismo/images/minube/logo_minube_negro.png") no-repeat left top;
	width: 85px;
	height: 21px;
	margin: auto;
}
.lang_fr .item_banner.minube .imagen a {
	background: url("/_layouts/Trentia.Turismo/images/minube/logo_monnuage_negro.png") no-repeat left top;
	width: 117px;
	height: 23px;
}
.item_banner.minube .texto {
	font-size: 0.9em;
	width: 180px;
	margin: auto;
}
.item_banner.minube .texto a {
	color: #f18431;
}
.item_banner.minube .texto a:hover {
	text-decoration: underline;
}

/* Resultados de búsqueda */
.item_block_enlaces .col_60 .vista_listado .block_textos {
	width: 100%;
}
.item_block_enlaces .col_60 .vista_listado .block_textos .titulo {
	width: 90%;
}

/* Banners para asociados */
.logos-tenerife h2,
.logos-tenerife div,
.item_content main .block_contenidos .logos-tenerife .imagen,
.logos-tenerife img {
	float: initial;
}
.logos-tenerife .imagen img[src *= "blanco"] ,
.logos-tenerife .imagen img[src *= "principal"] {
	background-color: grey;
}
.logos-tenerife .imagen img {
	padding: 12px;
	margin: 0 0 0 11px;
}
.logos-tenerife .codigo textarea {
	width: 96%;
	height: 134px;
}
.logos-tenerife .banner {
	float: left;
	width: 30%;
	margin: 34px 15px 0 0;
}
@media screen and (max-width: 1024px) {
	.logos-tenerife .banner:nth-child(2n+1) {
		clear: both;
	}
	.logos-tenerife .banner {
		width: 45%;
	}
}
@media screen and (max-width: 625px) {
	.logos-tenerife .banner {
		clear: both;
		width: 90%;
	}

}

/* Descarga de mapas */
.item_block_gris_pie .descargas .item_descarga .archivo_pdf a {
	max-width: 250px;
}

/* Pretty Photo - Retoque para descarga de fotografía */
div.pp_pic_holder.pp_default .pp_nav {
	width: 98%;
}
.pp_pic_holder .currentDownload {
	right: 0px;
	top: 28px;
    position: absolute;
}
.pp_pic_holder .currentDownload a {
	right: 0px;
    background: URL('/_layouts/trentia.turismo/images/ico_descargas.png') left 4px no-repeat;
    background-size: 14px;
    padding-left: 17px;
}

.pp_pic_holder .pp_details {
	height: /*48px*/ 62px;
}

/* Bloque gris de las fichas finales aplicado a un título h2 */
main .block_gris h2 {
	background: #808080;
    float: left;
    width: 100%;
    padding: 5px 0;
    font-family: 'Conv_Melbourne',Sans-Serif;
    color: #fff;
    font-size: 1.546em;
    font-weight: normal;
    margin-bottom: 10px;
    text-indent: 10px;
}
main .block_gris h2 ~ * { /* Le aplicamos estilo a la etiqueta que vaya justo después del h2 (hermano) */
	font-size: 0.9em;
}
.item_content main .block_contenidos .block_gris > p {	margin: 10px;}

/* Títulos de las fichas de contenido */
.item_content main .block_contenidos h2,
.block_gris .text1 p, .resumen_int h2 {
	font-family: 'Conv_Melbourne',Sans-Serif;
	margin-top: 15px;
	margin-bottom: 9px;
}

/* Descargas de la ficha de contenido */
.descargas .titulo {
	font-family: 'Conv_Melbourne',Sans-Serif;
	font-size: 1.4em;
	background-position: left 10px;
}
.descargas .item_descarga {width: 83%;}

/* Reajuste del espacio del breadcrumb y las redes sociales */
.item_content .breadcrumb {width: 79%;}
.item_content .me_gusta {width: 21%; position: relative; right: 6px;}
/* Destacado de información destacada en la columna de una ficha final FC */
aside.col_30 .destacado {	width: initial;	margin-left: 0;	margin-right: 0;}
aside.col_30 .destacado .item_destacado {	width: initial;	margin: 0 15px;}

/* Retoque del título de la caja de Contacto de las fichas finales FC */
main aside.col_30 .block_gris .titulo {float: initial; width: initial; padding-left: 10px;}

.item_vista .play {
	margin-top: -40%;
}
.block_contenidos .alerta {
    font-weight: bold;
    color: #f18431;	
}
.item_content .item_vista .imagen {
    background-color: #fff;
}

.block_contenidos .displaynone {
	display: none;
}

/* Texto introductorio de las SB sin cabecera */
.block_gris .text1 p, .resumen_int p {
	margin: 10px 0;
}

/* Bloque de texto intermedio en la web de Animación de Film Commission */
.item_content article.block_contenidos p,
.item_content article.block_contenidos ul {
	float: none;
    width: auto;
    display: inherit;
    margin: 0 0 20px 0;
}
.resumen_int h2 {
	margin: 5px 0;
	clear: both;
	float: initial;
}

/*
.block_pie_1:after {
    content: url(/imagenes/logos/turismo-sostenible-en.png);
    position: relative;
    top: 156px;
    right: 183px;
}
body.lang_es .block_pie_1:after {
    content: url(/imagenes/logos/turismo-sostenible-es.png);
}
*/
/* Tablon de anuncios del Área de Asociados */
#acciones-tablon a img {
	width: 288px;
}

/*Area asociados cerrar sesión*/
#AsociadosLogout {
	display: block;
	margin-left: 35px;
}

#AsociadosWelcome {
	margin-left: 15px;
}

/* Icono para tooltip de filtros laterales */
.item_filtro li label.tooltip {
	background:url(/_layouts/Trentia.Turismo/images/tooltip-accesibilidad.png) no-repeat right;
	padding-right: 20px;
	cursor: help;
}
.tooltipster-content a {
	color: #fff;
	text-decoration: underline;
}

/* Texto del carrusel de cabecera productos */
#asociados #slider .text1, 
#investigacion #slider .text1, 
#corporativa #slider .text1, 
#trade #slider .text1, 
#prensa #slider .text1, 
#tenerifefilm #slider .text1, 
#tenerifecb #slider .text1,
#turismo #slider .text1 {
    background-color: rgba(233,233,233,0.75);
    width: auto;
    max-width: 60%;
    color: #4a4a4a;
    font-weight: lighter;
    font-size: 3.0em;
    padding: 0 8px;
	text-shadow: none;
}
#asociados #slider .text1 a, 
#investigacion #slider .text1 a, 
#corporativa #slider .text1 a, 
#trade #slider .text1 a, 
#prensa #slider .text1 a, 
#tenerifefilm #slider .text1 a, 
#tenerifecb #slider .text1 a,
#turismo #slider .text1 a{
	font-weight: lighter;
}
#slider .text2 {
    clear: both;
    width: auto;
    max-width: 60%;
    background-color: rgba(122,118,117, 0.75);
    color: #fff;
    font-family: 'Conv_Melbourne',sans-serif;
    padding: 0 8px;
}
#slider .text2, #slider .leer_mas {
    font-family: 'Conv_Melbourne',sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    clear: both;
    padding: 0 8px;
}

/* Enlaces del lightbox de Información Relacionada */
.item_destacado .ampliado .textos a, .item_de_interes .ampliado .textos a {
	float: none;
}
.ampliado .textos p {
	width: 100%;
}

/* Arreglo para la vista listado del catálogo de servicios de los asociados */
.item_block_enlaces .col_60 .vista_listado .block_textos {
	width: 60%;
}

/* Bloque de contenidos de FC sin columna */
.block_1col .col_100 .block_contenidos {
	width: 100%;
}

/* Enlaces de leer más de Destacados */
.destacado .item_destacado a,
.de_interes.lineas .item_de_interes .text1 a {
	color: #ce7c38;
	border-bottom: none;
}
/* Enlaces de web y e-mail de los datos de contacto de empresas */
.block_gris .info_web_mail a[itemprop="url"], .block_gris .info_web_mail a[itemprop="email"] {
	color: #ce7c38;	
}
/* Botón enviar del formulario */
.formulario #FormButton.btn_buscar {
	font-size: 1.4em;
	background: #f18431;
	padding: 15px 54px;
}
.formulario .btn_buscar {
	font-size: 1.4em;
	background: #f18431;
	padding: 3px 10px;
}
.buscador_filtros .botones.formulario {
	background: none;
}
.buscador_filtros .btn_buscar {
	background-color: #f18431;
    font-family: 'Conv_Melbourne';
    box-shadow: none;
    font-size: 1.1em;
    margin: 5px 0 0;
    left: 0;
    float: right;
}
.item_content .breadcrumb {
	color: #575a5e;
}
.item_content .breadcrumb a {
	text-decoration: underline #f18431 dotted;
}
#slider .leer_mas {
    background: #f18431;
    width: auto;
    padding: 6px 9px;
    border-radius: 4px;
}
#slider .leer_mas:hover {
	background: #f06e0b;
}
#slider .leer_mas a {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
}

.captcha_error { display: none; }

#captcha_container {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

#captcha_error {
    padding: .65rem 1rem;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    float: left;
}

.servicios-destacado {
	font-family: 'calibri', Sans-Serif, Arial;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 1.1em;
}

@media screen and (max-width: 625px) {
	/* Título de las empresas en la vista móvil */
	.vista_cuadricula .item_vista .titulo a span {
		color: #ce7c38;
	}
	/* El hover de los títulos de Destacados en móvil */
	.block_2col aside .de_interes .item_de_interes:hover .titulo a,
	.de_interes.lineas .item_de_interes a:hover {
		color: #575a5e;
	}
	
	#turismo .item_menu.turismo ul li {
		padding: 6px 11px;
	}
	header.menu_activo {
		width: 61%;
	}
	
	/* Tamaño de la fuente de las cajas de servicios de las fichas */
	.block_gris .text1 {
		font-size: 1.2em;
	}
	
	.item_content .block_1col {
		width: 94%;
		padding: 0 0 0 10px;
	}
	.item_content .col_100 .vista_cuadricula article.item_vista,
	.item_content .col_100 .vista_cuadricula .item_vista:nth-child(2n+1)	{
		width: 100% !important;
		margin-left: 0;
		margin-right 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	#block_gris_pie {
		padding: 0 0.5em;
		box-sizing: border-box;
	}
	.item_block_gris_pie.block_5 .item_interes {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Ancho de los lightbox de información relacionada en la vista móvil */
	.ampliado {
		width: 70%;
	}
	
	/* Pestañas en horizontal para móviles */
	.block_enlaces .item_enlace_3 a {width: 32.75%; font-size: 1.5em;}
	.block_enlaces .item_enlace_2 a {width: 49.42%; font-size: 1.5em;}
	/* Posición de los puntos del slider de la home */
	#slider .imagen .botones_slider_bullet {position: absolute; top: 326px; width: 80%;}
	
}
@media screen and (max-width: 1024px) {
	.item_header .logo {
		height: 60px;
	}
	#btn_menu {top: 20px;}
	.menu_activo #btn_menu {top: -100px;}
	
	/* Flechas para Te recomendamos en la home */
	.flex-direction-nav a {
    -webkit-transition: none !important;
	}
	.flex-direction-nav .flex-next {
			right: 5px !important;
			top: -95px;
	}
	.flex-direction-nav .flex-prev {
			left: 5px !important;
			top: -95px;
	}	
	
	.menu_activo .item_header #menu_sup_2 li.mapa a {
		background-position: left;
		padding: 7px 5px 7px 22px;
		font-size: 1em;
		width: auto;
	}
	.menu_activo .item_header #menu_sup_2 li {
		padding: 2px;
		width: auto;
	}
}

.language-selector { width: 166px; margin: auto;}
.language-selector ul li { list-style: none; background-image: none; padding: 11px 8px; margin: 10px 0; text-align: center; background-color: #f2a149; border-radius: 7px; border: 1px solid #aaa; }
.language-selector ul li a, 
.language-selector ul li a:hover { color: #fff; font-weight: bold; font-size: 1.5em; text-decoration: none;}
.language-selector ul li:hover { background-color: #aaa;}

.msg_register a {color: #ce7c38;}
.msg_register a:hover {color: #ffa300;}

/********
Goio Landing Page
*********/
#hello-goio ul { 
	padding: 0; margin: 0; position: absolute;
	right: 95px; bottom: 67px;
}
#hello-goio ul li a {
	text-indent: -9999px;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100px; height: 27px;
}
@media screen and (min-width: 768px) {
	#content 				{width: 960px; margin: auto;}
	#hello-goio ul 			{right: 333px; bottom: 269px;}
	#hello-goio ul li a 	{width: 136px; height: 37px;}
}

.lang_es #hello-goio {background-image: url("/es/goio/publishingimages/chatbot-goio-landing-es.jpg");}
#hello-goio {
	width: 100%; /*height: 1455px;*/ padding-bottom: 151%;
	background-image: url("/es/goio/PublishingImages/chatbot-goio-landing-en.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

#hello-goio ul li {
	list-style: none; padding: 0; margin: 0;
	background: none;
}
#hello-goio ul li a#webchatClick {background-image: url("goio-webchat.png");}
#hello-goio ul li a#Telegram {background-image: url("goio-telegram.png");}
#hello-goio ul li a#Facebook {background-image: url("goio-facebook.png");}
#hello-goio ul li a#Skype {background-image: url("goio-skype.png");}
