/******************************************************************************
 Estilo Google - map.css
 Fecha de creacion: Jueves, 15 de febrero de 2017

 NOTA LEGAL: 
 (c) 2017 Fluido Digital - www.fluido.es - Todos los derechos reservados

 Queda estrictamente prohibido modificar los nombres y copyrights
 que acompanan el código fuente de este Software.
 ******************************************************************************/



/*
 ************************************************************
 * TIPOGRAPHY
 * 15/02/2017
 ************************************************************/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 300;
  	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;

}

@font-face {
  	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 400;
  	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 600;
  	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


html,
body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600; 
	font-size:small;
	color:#616161;
	}
html.Explorer {
	font-weight: 400; 
	}	

html.1680, html.1280 {min-width: 1260px; }
html.1024 {width: 1024px; }
html.iPad {width: auto; }


:-moz-any-link:focus {
  outline: none;
	}

.trans {
	-webkit-transition: all 700ms cubic-bezier(0.995, 0.010, 0.020, 2.000); 
	   -moz-transition: all 500ms cubic-bezier(0.995, 0.010, 0.020, 2.000); 
		-ms-transition: all 500ms cubic-bezier(0.995, 0.010, 0.020, 2.000); 
		 -o-transition: all 500ms cubic-bezier(0.995, 0.010, 0.020, 2.000); 
			transition: all 500ms cubic-bezier(0.995, 0.010, 0.020, 2.000); /* custom */
	
	-webkit-transition-timing-function: cubic-bezier(0.995, 0.010, 0.020, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.995, 0.010, 0.020, 1.000); 
		-ms-transition-timing-function: cubic-bezier(0.995, 0.010, 0.020, 1.000); 
		 -o-transition-timing-function: cubic-bezier(0.995, 0.010, 0.020, 1.000); 
			transition-timing-function: cubic-bezier(0.995, 0.010, 0.020, 1.000); /* custom */

	-moz-transition-duration: 1s /* Firefox 4 */
	}

a, button, span  {
	color: #616161;
	text-decoration: none;
	outline: none;
	font-weight: 500;
	}
button {
	letter-spacing: 2px;
}	

p, li {
	font-weight: 500;
    color: #616161;	
    font-size: 15px;
    line-height: 22px;
}
		
#places-content a, #filters {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
    color: black;
	}
#filters {
	font-size: 11px;
	}
#places-content a, #search-trail {
	font-size: 12px;
	}
b, strong {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	color: #000;
	margin-left: 2px;
	}
#presentation .glosario {
	color: black;
	}
 #presentation b, #presentation strong {
  	color: black;
	font-weight: 600;
  	}
  	
h1 {
	font-weight: 500;
}

h2 {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	}
h3 {
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
	}
h4 {
	color: #000;
	width: 100%;
	border-bottom: 1px dotted #fff;
	}

blockquote {
	background: transparent url(../images/quotes-google.png) no-repeat 0 0;
	margin: 0px;
	padding-left: 30px;
	margin-bottom: 30px;
	}
blockquote:first-letter {
	font-size: 36px;
	float: left;
	padding-right: 10px;
	margin-top: 0px;
	line-height: 36px;
	}

#filter-tabs a {
	text-transform: uppercase;
	font-size: 15px;
	}

.box-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	}

button {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	border: none;
	background: none;
	cursor: pointer;
	width: auto;
	font-size: 13px;
	text-transform: uppercase
	}
#loading {
	background-color: rgba(0,0,0,.3);
	z-index: 5000;
	width: 100%;
	height: 100vh;
	padding-top: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 200;
	}
#loading div {
	position: relative;
    top: calc(50vh - 32px);
    background: rgba(0,0,0,0.2);
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 4px;
    border-radius: 50%;
    display: none;
}
#container {
	height:100%;
	margin:0 auto;
	min-height:100%;
	overflow:auto;
	position:relative;
	width:100%;
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	}
#header {
	position: fixed;
 	background: white;
	height: 55px;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #FC3;
	z-index: 2;
	top: 0px;
	}
div#header h1 {
    position:absolute;
	display: block;
	margin: 0;
    left: 50px;
  	width: 300px;
	}
div#header #logo a {
	display: block;
	background: transparent url(../images/logo_call_header.png) no-repeat top left;
	background-size: contain;
	text-indent: -3333px;
	width: 100%;
	height: 55px;
	}
div#header h1 #title {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    color: #616161;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 2px;
    top: 0;
    margin-left: 150px;
	}
	
#header-tabs {
    position: relative;
    margin: 0 auto;
	height: 55px;
	width: 380px;
	z-index: 4000;
}

.header-tab {
    position: relative;
    float: left;
    width: 188px;
    height: 50px;
    margin-top: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: 2px;
	}
#crono.header-tab {
	background: #efefef;
}

.header-tab:hover,
#crono.header-tab:hover {
	background-color: #ff6700;
	color: white;
}

.header-tab span {
	color: #616161;
    font-weight: normal;
    font-family: "Montserrat";
    font-size: 15px;
    line-height: 52px;
	}

.header-tab:hover span {
	color: white;
}
	
#map-title-header {
	background-color: #fc3;
	cursor: default;
}

#map-title-header span {
	color: white;
}

div#google-menu {
    position: absolute;
    right: 0;
    top: 0;
	}
div#google-menu ul{
	position: relative;
	float: right;
	margin-top: 7px;
	padding-left: 0px;
	}
div#google-menu li {
	position: relative;
	height: 28px;
	float: left;
	list-style: none;
	}
#nav {
	padding-right: 17px;	
	}
html.iPad #nav {
	padding-right: 5px;	
	}
html.r1024 #nav {
	padding-right: 0px;	
	}

html.iPad #nav li,
html.r1024 #nav li {
	width: 100px;
	}
#nav li #menu-frontpage {
	padding-left: 0px;
	}
#menu-mapkinds, #menu-fullscreen {
	padding: 6px 10px 5px 10px;
	border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	}
#menu-mapkinds.active {
	background-position: 0px -160px;
	}
#menu-fullscreen {
	background-position: top right;
	margin: 0 8px 0 0px;
	padding-right: 35px;
	width: auto;
	}
html.iPad #menu-fullscreen {
	display: none;
	}
html.r1024 #menu-fullscreen {
	text-indent: -3000px;
	margin-left: -25px;
	}
#menu-fullscreen.active {
	background-position: right -128px;
	}
#menu-mapkinds:hover, #menu-cities:hover, #menu-filters:hover {
	/*margin-top: 2px;*/
}

#menu-mapkinds.active:hover, #menu-cities.active:hover, #menu-filters.active:hover,
#menu-mapkinds.active, #menu-cities.active, #menu-filters.active {
	color: black;
	}

#languages a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px !important;
	margin-top: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	}
#languages a:after {
	display: block;
	content: " | ";
	margin-top: -2px;
	float: right;
}
#languages li:last-child a:after {
	display: none;
}

div#content{
	bottom:0;
	float:left;
	overflow:auto;
	overflow-x: hidden;
	margin-top:0;
	position:relative;
	top: 0;
	width:100%;
	min-height: 100vh;
	}
div#footer {
    position: absolute;
    clear: both;
    background: white;
    border-top: 4px solid #fc3;
    height: 70px;
    width: calc(100% + 114px);
    margin: 0 -85px 0 -85px;
    padding-top: 5px;
    z-index: 7000;
    bottom: 0px;
    text-align: center;
}
div#footer a,
div#footer span {
    color: black;
    font-weight: 800;
    font-family: "Montserrat";
   }
div#footer .content {
	width: auto;
    text-align: left;
    padding-left: 67px;
}
div#footer .text {
    padding: 23px 0 0 0;
	}
div#footer #sponsor {
    position: absolute;
    float: right;
    width: 200px;
    height: auto;
    top: 28px;
    text-align: right;
    padding-right: 65px;
    right: 10px;
	}
div#footer #google-logo {
    position: absolute;
    text-indent: 0px;
    font-size: 0px;
    margin-top: -1px;
    margin-left: 5px;
    height: 24px;
    width: 60px;
    background: transparent url(../images/logo_google_footer.png) no-repeat 0 0;
    background-size: contain;
	}
	
#side-menu {
	position: fixed;
    top: 57px;
    bottom: 0;
    height: auto;
    width: 57px;
    background: white;
    z-index: 3002;
    box-shadow: 1px 0px 1px rgba(0,0,0,0.1);
}

#side-menu-container {
	padding: 0;
	margin: 30px 0 0 0;
}

#side-menu-container li {
    list-style: none;
    margin: 15px 0px 15px 0px;
    display: block;
    text-align: center;
    background: white;
}

#side-menu-container li:hover {
    background: #efefef;
}

#side-menu #menu-pois,
#side-menu #menu-filters {
    width: 100%;
    height: 44px;
    padding: 20px 0 0 0;
    cursor: pointer;
}

#side-menu #menu-pois span {
	display: block;
	background: transparent url(../images/icon-markers.svg) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -3000px;
}

#side-menu #menu-filters span {
	display: block;
	background: transparent url(../images/icon-tags.svg) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -3000px;
}

#side-menu #menu-pois.active,
#side-menu #menu-filters.active {
	background-color: #fc3;
	}
	
#side-menu #menu-pois.active span,
#side-menu #menu-filters.active span {
	background: transparent url(../images/icon-tags-white.svg) no-repeat 50% 50%;
    background-size: contain;
	}
#side-menu #menu-pois.active span {
	background: transparent url(../images/icon-markers-white.svg) no-repeat 50% 50%;
    background-size: contain;
	}

#sidebar {
    position: fixed;
    top: 57px;
    bottom: 0px;
    left: -400px;
    width: 400px;
    overflow: auto;
    background-color: white;
    z-index: 3001;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.1);
	}
#sidebar.active {
	left: 57px; 
	}

#sidebar-wrapper, 
#sidebar-loading {
	position: absolute;
    top: 0;
   	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0;
	background: white;
	z-index:3002;
	color: black;
	}	

#sidebar-loading {
	background: white url(../images/icon-loading.gif) no-repeat 50% 50%;
	}
#sidebar-title,
#filters-title {
	width: 100%;
    height: 64px;
    padding: 0 20px;
    margin-top: 30px;
	background-color: #fc3;
	color: white;
	text-transform: uppercase;
	line-height: 60px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	box-sizing: border-box;
}
#sidebar-title {
    margin-top: 30px;
}
#places-content {
	padding: 25px 0px 70px 20px;
	box-sizing: border-box;
}

#places-content h3:before {
	display: inline-block;
	content: " ";
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: #f4db17;
	border-radius: 50%;
}

#places-content h3.c:before {
	background: #f48f17;
}

#places-content h3.j:before {
	background: #df9c31;
}

#places-content h3.a:before {
	background: #8ead4a;
}

#places-content h3.m:before {
	background: #64b0b9;
}

#places-content h3.x:before {
	background: #3659be;
}


#places-content a {
	clear: both;
    margin-right: 20px;
    display: table;
    height: 70px;
    line-height: 16px;
    padding: 10px;
    margin-left: -10px;
    width: 100%;
    box-sizing: border-box;
    %*border-bottom: 1px solid #eee;*/
}
	
#places-content a.normal { 
	background: none; 
}
	
#places-content a.focus { 
	background-color:#efefef;
	/*color: #efefef;*/
}
	
#places-content a .thumb-poi {
	display: table-cell;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

#places-content a span {
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: calc(100% - 60px);
}

#filters {
    top: 57px;
    position: fixed;
    left: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    overflow: hidden;
    z-index: 3001;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.1);
	}
#filters.active {
	left: 57px;
	}
	
#filter-tabs {
	position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin-right: 20px;
    float: left;
    width: 100%;
    height: calc(100vh - 192px);
	}
#tabs {
	height: 52px;
	}
#filter-tabs a {
    width: 33.33333%;
    margin-bottom: 10px;
    color: black;
    font-weight: 800;
    height: 24px;
    padding: 18px 0px 10px 0px;
    display: block;
    float: left;
    text-align: center;
	background-color: #fc3;
	color: white;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 2px solid #fc3;
    box-shadow: -1px -1px 1px white;
}
#filter-tabs a:hover {
	background-color: #ff6700;
}
#filter-tabs a.active {
	background-color: white;
	color: black;
	border-top: 1px solid #efefef;
    /*background: #efefef;*/
    height: 23px;
	}
.filters-content{
	position: absolute;
    top: 54px;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
	}
.filters-content div {
    width: 100%;
    height: auto;
    padding-top: 10px;
	}
.filters-content div h2 {
    color: black;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #efefef;
    margin: 20px 10px 15px 10px;
	}
.filters-content div ul {
	padding-left: 0px;
	}
#topics-content div,
#regions-content div {
	width: 100%;
	}
/*#topics-content ul,*/
#regions-content ul {
	padding-top: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	}

#filters-content div#city {
	float: right;
	display: none;
	}
.filters-content div#reg {
	float: right;
	}
span.ui-checkbox,
span.ui-radio {
	display: block;
	background: transparent url(../images/icon-check.svg) no-repeat;
	width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 7px;
	}
span.ui-helper-hidden {
	display: none;
	}
span.ui-radio-state-hover {
	background: transparent url(../images/icon-check-checked.svg) no-repeat;
	}
span.ui-radio-state-checked-hover,
span.ui-radio-state-checked  {
	background: transparent url(../images/icon-checked.svg) no-repeat;
	}
label.ui-radio-state-hover,
label.ui-radio-state-checked-hover,
label ui-radio-state-checked,
label ui-radio-state-hover,
label.ui-radio-state-checked-hover,
label.ui-radio-state-checked {
	font-weight: bold;
	color: #fc3;
	}	
.ui-helper-hidden-accessible {
	position: absolute;
	left: -999em;
	}	
#filters li {
	font-weight: 300;
	display: block;
    padding: 5px 10px 9px 10px;
	}
#filters li:hover {
	background-color: #efefef;
}
#filters label {
	display: block;
	margin: -20px 0px 0px 30px;
	line-height: 11px;
	width: calc(100% - 20px);
	}
#filters td li label {
	width: 78px;
	}
#filters label:hover {
	cursor: pointer;
	color: #fc3;
	}
#filters label.active {
	font-weight: bold;
	color: #0bb6ea;
	}
#filters #search-trail {
	position: relative;
	display: block;
	width: 100%;
	color: black;
	background:white;
    padding: 10px 40px 10px 0;
	min-height: 40px;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
	}
#filters #search-trail span {
	float: left;
	margin-left: 10px;
	}
.reset {
	display: block;
	height: 16px;
	cursor: pointer;
	}
.reset:before {
    display: inline-block;
    content: " ";
    background: transparent url(../images/icon-remove-fc3.svg) no-repeat 0% 50%;
    background-size: contain;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin: 0px 4px 0 0;
	}
.reset:hover:before {
	background: transparent url(../images/icon-remove-red.svg) no-repeat 0% 50%;
	background-size: contain;
	}
	
#filters #trail.no-results span a  {
	color: #d80027;
	}	
#filters #search-results {
	position: absolute;
	display: block;
	top: 100px;
	bottom: 0;
	right: 0;
	margin: 0 10px 8px 0;
	width: auto;
	height: 22px;
	min-width: 28px;
	border-radius: 15px;
	text-align: center;
	padding-top: 6px;
	}
#filters #search-results.results {
	background-color: #ff6700;
	}
#filters #search-results.no-results  {
	background-color: #d80027;
	}
#filters #search-results span {
	color: #fff;
	}
#filters #search-type {
	position: relative;
	display: none;
	top: 0px;
	}
#filters #search-type ul li {
	list-style-type: none;
	float: right;
	height: 25px;
	}
#filters #search-type ul li a {
	float: right;
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	cursor: pointer;
	}
#filters #search-type ul li a span {
    float: left;
    display: block;
    margin-right: 10px;
    padding: 3px 15px 7px 6px;
    font-size: 12px;
    font-weight: 600;
	}
#filters #search-type ul li a:hover {
	background-position: 0% -25px;
	}
#filters #search-type ul li a:hover span {
	background-position: 100% -25px;
	color: #a35635;
	}
#filters #search-type ul li a:active {
	background: url("../images/btn-google-left.png") no-repeat left top;
	padding: 0 0 0 9px;
	text-decoration: none;
	}

#filters #search-type ul li a:active span {
	display: block;
	background: url("../images/btn-google-right.png") no-repeat right top;
	padding: 5px 15px 6px 5px;
	color: #a35635;
	/*text-shadow: -1px -1px #22657e;*/
	}

#filters #search-type ul li a:active:hover {
	background-position: 0% -24px;
	}

#filters #search-type ul li a:active:hover span {
	background-position: 100% -24px;
	color: #a35635;
	}
#cities {
	display: none;
}
#n0 {
	margin-top: 60px;
	left: 70px;
    background: white;
}
#mapkinds {
	position: fixed !important;
	top: 96px;
	right: -248px; 
	width: 220px;
	z-index: 3005;
	border-radius: 2px;
	position: absolute; 
	height: auto; 
	background: white;
	overflow: hidden;
	}
#mapkinds ul {
	list-style: none;
	padding: 0;
}

#mapkinds.active {
	right: 48px;
}

#mapkinds li {
	padding: 6px 0 10px 30px;
	}
#mapkinds li:hover  {
	color: black;
	background-color: #efefef;
	}
#mapkinds li.active {
	color: white;
	font-weight: 600;
	background: #fc3;
	}
.tooltip {
    opacity: 1;
	z-index: 5000 !important;
    position: absolute;
	height: auto;
	width: 200px;
	height: 140px;
    line-height: 15px;
    text-indent: 0;
    vertical-align: bottom;
    background-color: black;
    font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
    /*white-space: nowrap;*/
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	border: 4px solid white;
	display: table;
	pointer-events: none;
}
.tooltip div.img {
	width: 200px;
	height: 140px;
	overflow: hidden;
	background-color: black; /*rgb(6,100,140);*/
	border-radius: 0px;
	opacity: 0.7;
	display: table;
	}
.tooltip div.logo {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: transparent url(../images/logo_patronat_call_cut.png) no-repeat 0 0;
	background-size: contain;
	opacity: 0.5;
	}
.tooltip span {
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	vertical-align: middle;
	color: white;
	display: block;
	padding: 65px 10px 10px 10px;
	width: 180px;
	height: 120px;
	background: transparent;
	font-family: "Montserrat", sans-serif;
	text-align: center

	}
.tooltip:after {
    border: 10px solid white;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-color: white transparent transparent;
    left: 95px;
    bottom: -20px;
    opacity: 1;
	}
#texts {
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	/*opacity: 1;*/
	position: absolute;
	z-index: 3000;
	overflow: hidden;
	}
#texts.trans {
	position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
	opacity: 0;
    background-color: rgba(0,0,0,0.3);
	z-index: -1;
	}
#texts.active {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    z-index: 6000;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 7000;
	}
#texts-wrapper.trans {
    position: relative;
    max-width: 600px;
    margin: 100vh auto;
    z-index: 3000;
	}
#texts-wrapper.active {
    margin: 150px auto 100px auto;
	}
#main-images{
    position: relative;
    height: 300px;
    width: 100%;
    padding: 0px;
    background: #efefef;
    overflow: hidden;
	}
#main-box img, .img, 
#main-box img.trans  {
	width: 180px;
	height: auto;
	cursor: pointer;
	/*height: 124px;*/
	}
#main-box img.active  {
	width: 480px;
	height: auto;
	/*height: 124px;*/
	}
#main-images div.imgWrapper,
#staticView img {
    width: 100%;
    height: auto;
    overflow: hidden;
	}
#main-images div.imgWrapper img {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	}
#staticView img {
	height: 126px;
	}
#main-text-content div.imgWrapper {
	height: 220px;
	border: 5px solid #f9eed5;
	overflow: hidden;
	}
#main-text-content img.imgText {
	position: relative;
	float: right;
	bottom: 20px;
	max-height: 250px;
	max-width: 331px;
	width: auto;
	overflow: hidden;
	}
#main-text-content h3 {
	margin: 40px 0 20px 0;
	padding-bottom: 4px;
	border-bottom: 2px solid #fc3;
}	
#main-box, #secondary-box {
	position: relative;
	}
#main-text, #secondary-box {
	position: relative;
    height: auto;
    width: 100%;
    background: white;
    text-align: left;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
	}

#secondary-box {
	padding: 0px;
	}
#secondary-box.trans {
	background: white;
	width: 20%;
	min-width: 1px;
	max-width: 1px;
	opacity: 0;
	display: none;
	}
#secondary-box.active {
    display: block;
    width: auto;
    background: #efefef;
    padding: 20px 40px 40px 40px;
    margin: 0 -40px 0 -40px;
    min-width: 320px;
    max-width: calc(100% + 80px);
    opacity: 1;
	}

#main-title {
    position: absolute;
    color: white;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
}

#main-text-content {
	padding-bottom: 40px;
}
#secondary-title {
    position: relative;
    color: white;
    padding: 25px 40px 25px 40px;
    background: #fc3;
    margin: -20px -40px 40px -40px;
}
		
#secondary-text-content {
	font-size: 12px;
	}
#staticView {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width: 350px;
	height: 150px;
	margin: 15px 15px 0px 15px;
	}
#staticView #caption {
	display: block;
	float: left;
	height: 30px;
	margin-top: 60px;
	padding: 30px 15px 0px 0px;
	background: transparent url(../images/google_pegman.png) no-repeat right bottom;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	}
#staticView img {
	display: block;
	position: absolute;
	float: right;
	right: 0px;
	}
#close-main-text {
	position: absolute;
	float: right;
	right: 0px;
	z-index: 3006;
	}
#maximize-images {
	position: absolute;
	float: left;
	left: 15px;
	top: 15px;
	z-index: 3006;
	background: rgba(0,0,0,0.5) url(../images/icon-maximize.svg) no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	cursor: pointer;
	}
#close-main-text,
#close-secondary-text,
#close-full-image,
#presentation-close.active span,
#presentation-close.normal span {
	background: transparent url(../images/icon-cancel-white.svg) no-repeat;
	background-size: cover;
	text-indent: -3333px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;	
	}
#close-main-text {
	right: 15px;
    top: 15px;
	background-position: 50% 50%;
    background-size: 80%;
    background-color: rgba(0,0,0,0.5);
}
#presentation-close.active span,
#presentation-close.normal span {
	background: transparent url(../images/icon-cancel.svg) no-repeat;
	background-size: cover;
	}
#presentation-close.normal span {
	background: transparent url(../images/icon-open.svg) no-repeat;
	background-size: cover;
}

#close-main-text:hover,
#close-secondary-text:hover,
#close-full-image:hover {
	background-color: transparent;
	}
#close-main-text:hover
	background-color: rgba(0,0,0,0.2);
	}

#texts #close-main-text,
#texts #close-secondary-text,
#close-full-image {
	float: right;
	margin: 16px 16px 0 0;
	}
#close-full-image {
	position: absolute;
	right: 0px;
    margin: 30px 30px 0 0;
    background-position: 50% 50%;
    background-size: 80%;
    background-color: rgba(0,0,0,0.5);
}	
#images-wrapper,
#images-wrapper.trans {
	position: fixed;
	width: 100%;
	height: 1%;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	z-index:2999;
	}
#images-wrapper.active {
	width: 100%;
	height: 100%;
	z-index:7002;
	opacity: 1;
	background: rgba(0,0,0,0.7);
	}	
#images-wrapper #images-box {
	position: relative;
	display: table;
	margin: 0 auto;
	}
#fullImage.trans,
#images-box.trans {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	margin-left: -1000px;
	}
#fullImage.active,
#images-box.active {
	width: auto;
	height: auto;
	opacity: 1;
	}
#fullImage.trans {
	width: 20px;
	height: 20px;
	}
#fullImage.active {
    border-bottom: 50px solid white;
    border-top: 20px solid white;
    border-left: 20px solid white;
    border-right: 20px solid white;	
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
	}
#titleImage {
	position: absolute;
	bottom: 6px;
    color: #616161;
    text-shadow: 1px 1px #fff;
    line-height: 15px;
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	;
	opacity: 1;
}
#titleImage.trans {
	opacity: 0;
	}
#titleImage.active {
	opacity: 1;
	}
#imgCollection {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	}
#imgContainer {
	margin: 0 auto;
	display: block;
	height: 55px;
	}
#imgContainer div, 
#imgContainer div.trans {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 3px 0px 3px;
	overflow: hidden;
	border: 2px solid white;
	border-radius: 50%;
	}
#imgContainer div.trans {
	border: 2px solid #fc3;
	}
img.lb_thumb.trans {
	width: 60px;
	height: 60px;
	cursor: pointer;
	}
#debug {
	background-color: #000; color:#66CC33; width: 400px; height: 300px; position:absolute; top: 100px; left: 1200px; margin: auto;z-index: 1000; display:block;padding: 20px; overflow: scroll;
	}
	
#presentation {
    z-index: 3000;
    position: absolute;
    left: 85.5px;
    top: calc(100vh - 93px);
    width: calc(100% - 114px);
    height: 61px;
    opacity: 0;
	}
#presentation.trans {
    top: calc(100vh - 57px);
    opacity: 1;
	}
#presentation.active {
	top: 80vh;
	}
	
#presentation-title {
	position: relative;
    line-height: 50px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: black;
    border-bottom: 1px solid #efefef;
    padding: 10px 70px 0 70px;
    padding-bottom: 0px;
    margin: 0 auto 0px auto;
    max-width: 960px;
    background: white;
    box-sizing: border-box;
    border-top: 2px solid #fc3;
}

#presentation-content {
	position: relative;
    padding: 30px 70px 90px 70px;
    text-align: justify;
    margin: 0 auto 0px auto;
    max-width: 960px;
    background: white;
    box-sizing: border-box;
	}
	
#presentation .inline-image img {
	width: 100%;
}

#presentation .inline-image.left {
	width: 40%;
	float: left;
	margin-right: 20px;
}

#presentation small {
	font-weight: 500;
    font-family: "Montserrat";
    color: black;
}

#print {
	background: transparent url(../images/icon_printer.svg) no-repeat 50% 50%;
	background-size: cover;
	text-indent: -3333px;
	display: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
    top: 70px;
    right: 20px;
    color: #616161;
}

#print:hover {
	background-color: #efefef;	
}

#presentation-close {
	position: absolute;
	z-index: 5001;
	}
	
#presentation-close.active,
#presentation-close.normal {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 20px;
	}

#map {
	position: fixed !important;
	margin-top: 57px;
	margin-left: 57px;
	width: calc(100% - 57px);
	height: calc(100% - 57px);
	}
#streetView, #streetView.trans {
	display: block !important;
	top: 900px !important;
	}
#streetView, #streetView.active {
	top: 0px !important;
	display: block !important;
	}	
#streetViewClose {
	top: 10px !important;
	left: 50% !important;
	width: 100px !important;
	margin-left: -75px !important;
	cursor: pointer;	
	}
#streetViewClose div {
	background-color: transparent !important;
	}
#streetViewClose div div{
	width: 150px !important;
	height: 25px !important;
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: 15px;
	border: 2px solid #fff;
	text-align: center !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	}
#streetViewClose div div img {
	visibility: hidden;
	}
div#streetViewAddress {
	font-family: OpenSans, sans-serif !important;
	margin-left: 210px;
	}
#caption1, #caption2 {
	line-height: 25px;
	color: #FFFFFF;
	}
#caption2 {
	line-height: 27px;
	}
td {
	vertical-align:top;
	}
.glosario {
	font-weight: bold;
	border-bottom: 1px dotted #ff6700;
    margin: 0px 2px 0px 2px;
   	cursor: pointer;
	}
.glosario:after {
	display: none;
	content: " ";
	background: transparent url(../images/icon-glossary.svg) no-repeat 0 0;
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-left: 3px;
	border-bottom: none;
	}
#titleImage b.glosario {
	color: #FFFFFF !important;
	font-weight: normal;
	}
#tiptip_content b {
	color: #fc3;
	}
#tiptip_content img {
	margin: 10px 0 10px 0;
	}
	
	
@media screen and (max-width: 1000px) {
	
	div#header h1 {
	 	left: 0px;
	 	width: 270px;
	}
	
	#header-tabs {
    	padding-left: 120px;
    }
    
    #presentation {
    	left: 57px;
		width: calc(100% - 57px);
    }
    
    #presentation-content {
    	padding-left: 20px;
    	padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
	
	#logo a {
    	width: 75px !important;	 	
		background-size: auto !important;
	}
	
	#header-tabs {
    	padding-left: 0;
    	width: 224px;
	}
	
	.header-tab {
    	width: 110px;
	}
	
	 div#footer .text {
	   	margin-top: 5px;
    	padding: 0;
		text-align: center;
	}
	
	.header-tab span {
    	font-size: 10px;
    	letter-spacing: 0px;
	}
	
	#languages a {
	    width: 24px;
	    height: 24px;
	    font-size: 12px;
	}
	
	#n0 {
    	left: 56px;
	}
	
	div#footer #sponsor {
	    position: relative;
	    float: none;
	    width: calc(100% - 65px);
	    height: auto;
	    text-align: center;
	    margin-top: 5px;
		top: 0;
	}
	
	#filters, #sidebar {
    	width: calc(100% - 57px);
		left: calc(-100% + 57px);
    }
}

@media screen and (max-width: 399px) {
	
	#header-tabs {
    	width: 157px;
	}
	
	#map-title-header {
		width: 48px;
	}
	
	#crono {
		width: 105px;
	}
	
	#languages a {
    	margin-left: 3px !important;
    }
}