@import url('https://fonts.googleapis.com/css?family=Lato:400,700,300');

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

body, html {
  height: 100%;
    background-color: #fff;
	font-size:15px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
    color: #212121;
}
  
.showios,.iosdevice .hideios { display:none !important}
.iosdevice .showios { display:block !important}
.isfront  .hidefront { display:none !important}
 
a,a:hover{color:#000;}
a:focus { 
    outline: 0 auto; 
    color: #ae103f;
    text-decoration: none;
}
#page-container {
  min-height: 100%;
  position: relative;
  padding-bottom: 65px;   
    padding-top: 0;
}/*
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background-color: #F5F5F5;
}
::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}::-webkit-scrollbar-thumb{
	background-color: #c3d14e;
}*/* {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
*::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}
.font_big{
	font-size:17px;}
table{ width:100%;}
td.icon  img{
    margin: 10px;
    max-width: 30px;
}
.p_t_b{ padding-bottom:10px; padding-top:10px;}
.margintop {
    margin-top: 25px;
}



/*
 I colori utilizzati sono:
- Colore Magenta Dominante (box ricerca strutture, Meteo, …) #cb1b42
- Natura e Energia #c3d14e
- Cultura #f17c57
- Benessere #00aaba
- Enogastronomia #ae113f
Le icone utilizzate e altre dello stesso stile puoi cercarle su https://thenounproject.com o  https://icons8.com/ 


rosso #cb1b42
giallo #e4b936
verde #c3d14e
arancio #f17c57
azzurro #00aaba
bianco
bordeaux #ae113f
grigino #f2f2f2
dark 212121 */
.text_red{ color:#cb1b42}
.bg_red{background:#cb1b42}

.text_yellow{ color:#e4b936}
.bg_yellow{background:#e4b936}

.text_orange{ color:#f17c57}
.bg_orange{background:#f17c57}

.text_light_blue{ color:#00aaba}
.bg_light_blue{background:#00aaba}
.text_bordeaux{ color:#ae113f}
.bg_bordeaux{background:#ae113f}

.text_green{
    color: #c3d14e;
}.text_grey{
    color: #808080;
}.bg_grey{
    background: #808080;
}.text_dark{
    color: #212121;
}.text_white,.text_white a{
    color: #fff;
}.bg_green { background:#c3d14e;}
.bg_light_green{ 
    background: #85d3d5;}
.bg_dark{ background:#212121;}
.bg_white{ background:#fff;}
#navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    text-align: center;
    /* box-shadow: 0 -2px 15px 5px rgba(0, 0, 0, 0.14); */
    left: 0;
    right: 0;
    z-index: 555;
    background: #fff;
    -webkit-transform: scale3d(1, 1, 1.00001);
    -moz-transform: scale3d(1, 1, 1.00001);
    -o-transform: scale3d(1, 1, 1.00001);
    -ms-transform: scale3d(1, 1, 1.00001);
    transform: scale3d(1, 1, 1.00001);
	}#navbar.nav-up{
    -ms-transform: scale3d(1, 1, 1.00001) translateY(125px);  
    -webkit-transform: scale3d(1, 1, 1.00001) translateY(125px);  
    transform: scale3d(1, 1, 1.00001) translateY(125px);  }
	#navbar.nav_bottom{
    -ms-transform: scale3d(1, 1, 1.00001) translateY(0%);  
    -webkit-transform: scale3d(1, 1, 1.00001) translateY(0%);  
    transform: scale3d(1, 1, 1.00001) translateY(0%);  }
#navbar img.img-responsive {
    margin: auto;
    width: 30px;
}#navbar svg {
    width: 100%;
    max-width: 30px;
    fill: #000;
}#navbar svg * { 
    stroke: #000 !important;
}#navbar .active svg ,#navbar a:focus svg{ 
    fill: #ae113f;
}#navbar img + img, #navbar .active img {
   /* display: none;*/
}#navbar .active img + img {
   /* display: block;*/
}
div#sottomenu_altro.showsubmenu {
    /* z-index: 9; */
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
} #sottomenu_altro .container {
    padding: 0;
}
div#sottomenu_altro {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 -7px 7px 0px rgba(0, 0, 0, 0.05);
}#navbar  a {
    display: inline-block; 
    margin: 2px auto;
    padding-top: 5px;
    text-align: center;  }
td.active  { position:relative;
} 
td.active> a:before {
    border-top: 3px solid #ae113f;
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    right: 5px;
} 
#navbar p{	 text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
} 
#navbar a>div, #navbar #menu_altro>div {
    position: relative;min-height: 30px;
    margin-bottom: -2px;
    display: inline-block;
}#navbar  table {
    background-color: #fff;
	 table-layout:fixed; 
	 margin: 0;
}
#navbar > .container {
	background:#fff;
box-shadow:0 -2px 15px 5px rgba(0, 0, 0, 0.05);
   padding:  0 0;
}.container {
    max-width: 650px;
    max-width: 100%;
    width: 100%;
}
 .list_pallini  {
    list-style: none;
    padding:0;
    margin:0;
}

.list_pallini li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.list_pallini li:before {
    content: "• ";
    color: #c3d14e;
    font-weight: bold;
}hr {
    border-top: 1px solid #acacac;
}h1 ,.h1{
    font-size:22px;
} h2 ,.h2{
    font-size: 21px;
}h3 ,.h3{
    font-size: 18px;
} h4 ,.h4{
    font-size: 120%;
    font-size: 17px;
} h5 ,.h5{
    font-size: 90%;
    font-size: 16px;
}h6 ,.h6{
    font-size:75%;
    font-size: 15px;
}.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0;
    font-weight: 700; 
}
/*menu*/
nav.navbar.container,ul.nav.navbar-nav ,div#navbar{
    margin-bottom: 0;
    padding: 0;
}div#navbar {
    margin: 0 0 0 -1px;
    padding: 0 0 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2b4159;
    background: -webkit-linear-gradient(#2b4159, #1a2634); 
    background: -o-linear-gradient(#2b4159, #1a2634); 
    background: -moz-linear-gradient(#2b4159, #1a2634);
    background: linear-gradient(#2b4159, #1a2634);}
	 color:#fff;
}
.navbar-nav .open .dropdown-menu {
    position: fixed;
    left: 0;
    top: 70px;
    float: none;
    width: 100vw;
    background-color: rgb(255, 252, 252);
	padding:15px;
    font-size: 90%;
    line-height: 1.8;
}.nav>li>a>img , .menutop div img{
    width: 45px;
    display: block;
    margin:5px auto;
}.menutop   >svg { 
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
	z-index:-1;
    width:100%; 
	 
}.menutop {
    padding: 10px;
    background: transparent;
    position: fixed;
    z-index: 555;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	
    -webkit-transform: scale3d(1, 1, 1.00001);
    -moz-transform: scale3d(1, 1, 1.00001);
    -o-transform: scale3d(1, 1, 1.00001);
    -ms-transform: scale3d(1, 1, 1.00001);
    transform: scale3d(1, 1, 1.00001);
	     
	background: rgba(0,0,0,0.22);
background: -moz-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.22)), color-stop(88%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}.menutop div.menuh a { 
    align-items: flex-start;
}.menutop svg {
    width: 26px;
}.menutop.nav-up {
    -ms-transform: scale3d(1, 1, 1.00001) translateY(-100%);
    -webkit-transform: scale3d(1, 1, 1.00001) translateY(-100%);
    transform: scale3d(1, 1, 1.00001) translateY(-100%);
}.menutop.nav-up.nav_top{
    -ms-transform: scale3d(1, 1, 1.00001) translateY(-0%);
    -webkit-transform: scale3d(1, 1, 1.00001) translateY(-0%);
    transform: scale3d(1, 1, 1.00001) translateY(-0%);}
.menutop div a{ display:flex;
    float: left; 
    align-items: center;
    justify-content: center;
    align-content: center;
   /* background: #155758;*/
    border-radius: 100%;
    padding: 3px;
    width: 45px;
    text-align: center;
    height: 45px;}
.menutop div {
    display: flex;
    justify-content: flex-end;
	} .menutop div.menuh{
    width: 100%;}
   #Map {width: 100%; height: 400px; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] { 
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;   
	background:    no-repeat;
    border: 0;
    box-shadow: 0 0;
    margin: 0;
    padding: 3px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;  
    float: right;
    width: 15px;
	right:0;
    position: absolute;
    text-indent: 20px;
    margin-top: 3px;
    color: #ae113f;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1MSA0NTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MSA0NTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDQ3LjA1LDQyOGwtMTA5LjYtMTA5LjZjMjkuNC0zMy44LDQ3LjItNzcuOSw0Ny4yLTEyNi4xQzM4NC42NSw4Ni4yLDI5OC4zNSwwLDE5Mi4zNSwwQzg2LjI1LDAsMC4wNSw4Ni4zLDAuMDUsMTkyLjMgICBzODYuMywxOTIuMywxOTIuMywxOTIuM2M0OC4yLDAsOTIuMy0xNy44LDEyNi4xLTQ3LjJMNDI4LjA1LDQ0N2MyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTQgICBDNDUyLjI1LDQ0MS44LDQ1Mi4yNSw0MzMuMiw0NDcuMDUsNDI4eiBNMjYuOTUsMTkyLjNjMC05MS4yLDc0LjItMTY1LjMsMTY1LjMtMTY1LjNjOTEuMiwwLDE2NS4zLDc0LjIsMTY1LjMsMTY1LjMgICBzLTc0LjEsMTY1LjQtMTY1LjMsMTY1LjRDMTAxLjE1LDM1Ny43LDI2Ljk1LDI4My41LDI2Ljk1LDE5Mi4zeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) 
   ;      background-position: center 1px;
    background-size: 24px;     
}input[type=submit]{ 

    color: transparent;
    background-position: center; 
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    border: 0;
    background-color: transparent !important;
    width: 45px  !important;
    height: 45px ;
    padding: 0;
    display: block;opacity:0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
	position:relative;
	z-index:-1;
    transition: all .5s;  
    background-size: 24px;
	background-repeat:no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1MSA0NTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MSA0NTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDQ3LjA1LDQyOGwtMTA5LjYtMTA5LjZjMjkuNC0zMy44LDQ3LjItNzcuOSw0Ny4yLTEyNi4xQzM4NC42NSw4Ni4yLDI5OC4zNSwwLDE5Mi4zNSwwQzg2LjI1LDAsMC4wNSw4Ni4zLDAuMDUsMTkyLjMgICBzODYuMywxOTIuMywxOTIuMywxOTIuM2M0OC4yLDAsOTIuMy0xNy44LDEyNi4xLTQ3LjJMNDI4LjA1LDQ0N2MyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTQgICBDNDUyLjI1LDQ0MS44LDQ1Mi4yNSw0MzMuMiw0NDcuMDUsNDI4eiBNMjYuOTUsMTkyLjNjMC05MS4yLDc0LjItMTY1LjMsMTY1LjMtMTY1LjNjOTEuMiwwLDE2NS4zLDc0LjIsMTY1LjMsMTY1LjMgICBzLTc0LjEsMTY1LjQtMTY1LjMsMTY1LjRDMTAxLjE1LDM1Ny43LDI2Ljk1LDI4My41LDI2Ljk1LDE5Mi4zeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)  !important ;
  }.menutop .cerca {
    display: flex;
    position: relative;
}
input[type=search]:focus ,input[type=search]:not(:placeholder-shown),
.cerca input[type=search]:not([value=""]) {
    width: calc(100vw - 150px);
    background-color: #fff;
    right: 44px;
    text-indent: 0px;
    background-image: none;
}input:not([value=""]) + input[type=submit],input[type=search]:focus + input[type=submit],input[type=search]:not(:placeholder-shown) + input[type=submit]{   
 opacity:1;
	z-index:1;}
 input[type=search]:hover {
	background-color:  rgba(255,255,255,1);
} .form-control:focus {
    border-color: rgb(175, 17, 63);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(175, 17, 63,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(175, 17, 63,.6);
}

.InlistNoResults {
	padding-top: 70px;
    padding-left: 15px;
}

/**/
input.form-control::-webkit-input-placeholder {   
    color: #d0d0d0; 
}
input.form-control:-ms-input-placeholder {   
    color: #d0d0d0; 
}
input.form-control::-moz-placeholder {   
    color: #d0d0d0; 
}
input.form-control:-moz-placeholder {  
 
    color: #d0d0d0; 
}
.menutop .cerca.active  input{  
   /* width: 75%;
    top: 50%;
    right: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35px;
	 */
	
	}
.nav>li  {
    position: relative;
    display: block;
    width: 12.5%;
    float: left;
    text-align: center;
    margin: 0 2%;
}.navbar-nav li a {
    padding: 0;
    color: #fff;
}ul.nav.navbar-nav {
    width: 100%;
    margin: 0;
}.dropdown-menu ul{
    width: 50%;
    float: left;
}.dropdown-menu  {
    width: 100%;
}.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(238, 238, 238, 0);
    opacity: 0.7;
}.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    opacity: 0.8;
}.submenu {
    padding: 15px 15px 5px;
}
.hidemenu{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);}
#sottomenu_altro{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.dropdown-menu ul.list-unstyled li ,.modal li,.submenu li{
    border-bottom: 1px solid #C7C7C7;
    line-height: 1.2;
    padding: 10px 5px;
    text-align: center;
}.dropdown-menu ul.list-unstyled:first-child li ,.modal li:nth-child(odd),.submenu li:nth-child(odd){
    border-right: 1px solid #C7C7C7;
}.dropdown-menu img,.modalmenu img {
    max-height: 40px;
}.clear.clearfix {
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
    position: relative;
    float: none;
    background: transparent;
}
.list-unstyled li:first-child ,.modal li:first-child, .modal li:nth-child(2),.submenu li:nth-child(2){
    border-top: 1px solid #C7C7C7;}
/*img_text*/
.foto3 p  {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 55%;
}.bottoni_2 a,.foto3 p  {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 20px 9px;
    border-radius: 20px;
}
 .foto3 p:hover  {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.55);  }
 .img_text {
    position: relative;
}.img_text img {
    width: 100%;
}/*scroll_x*/
.scroll_x a,.box_menu a{  
    display: inline-block; 
    width: 45vw;
    width: Calc((100vw - 40px)/2);
    vertical-align: top;
    max-width: 300px;
    margin-right: 5px; }
.box_menu a{
    max-width: 350px;
    width: 100%;}
.box_menu { padding: 5px;}
.locationDetail  .scroll_x a{   
    width:33vw;
    width: Calc((100vw - 40px)/3); 
    margin-right: 0; }
.scroll_x{
    padding: 0 15px;
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.modal .scroll_x a {
    max-width: 200px;
}
.locationDetail  .scroll_x  {  padding:0;}
.scroll_x img{
margin-bottom:5px;}

/*bottoni_2*/
.bottoni_2>div >div>div{    
	padding: 15px;

}.bottoni_2>div >div>div:first-child:after{ 
	content:"";
    background-color: #F5F5F5;
    height: calc(100% - 30px);
    width: 3px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -1px;

}.bottoni_2 a,.bottoni_act a  {
    color: #fff;
    display: block;
}.bottoni_act >.row>div{
    padding: 0 15px;
    width: 100vw;
    height: 36px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}.bottoni_act >.row>div:after{
	clear:both;
	display:block;
	content:"";
}
.bottoni_act a,.bottoni_area a {
    border-radius: 0;
    display: inline-block;
    /* text-align: center; */
    /* min-width: 30vw; */
    /* min-width: Calc((100vw - 40px)/3); */
    /* min-width: Calc((100vw - 30px)/5 * 2); */
    margin-right: 2px;
    padding: 9px 29px 8px 10px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    width: auto;
}#navbar .bottoni_area a{
     margin: 0;    font-size: 14px;
    font-size: 13px;
    flex: 1;
    padding: 9px 10px 8px 10px !important;
}
.bottoni_act img {
    max-width: 19px; 
     margin-top: -4px;
}.bottoni_act svg {
    max-width: 19px;
    max-height: 19px;
     margin-top: -4px;
     vertical-align: middle;
}.bottoni_act svg,.bottoni_act svg * {
    fill:#fff !important
}.bottoni_area {
      position: absolute;
    top: -46px;
    margin: auto;
    box-shadow:0 -1px 11px rgba(0, 0, 0, 0.44);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    width: 283px;

}.bottoni_area svg, .bottoni_area img {
      max-width: 19px !important;
    max-height: 19px;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
}#navbar  .text_bordeaux svg,#navbar  .text_bordeaux svg * {
    fill: #ae103f !important;
    stroke: #ae103f !important;
}.bottoni_area a+a:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    background: #dadada;
    left: 0;
}
.bottoni_2  a.btn_lighter,.bottoni_2 a {
	background:#c3d14e;}
.bottoni_2  a.btn_darker{
	background:#157979;}
	
/*title_img*/
.title_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 25px;
}
.title_img >div{
    position: relative;
    max-width: 98%;
    text-align: center;
}
.title_img >div span{
    position: absolute;
    left: 8px;
    right: 8px;
    top: 17px;
    bottom: -5px;
    z-index: -1;
}
/*foto3*/
.foto3 .row > div{
    width: 33.21212121212133%;
	float:left;
    position: relative;}
	
.foto3 p {
    width: 80%;
    color: #c3d14e;
    display: block;
}.foto3 p span{
    font-weight: 500;
}
/*valutazione*/
.valutazione h2 {
   /* display: inline-block;*/
	 text-align:left;
}.pallini {
    margin-top: 8px;
	text-align:right;
     display: none;
    margin-right: 0;}
.valutazione .pallino {
    width: 20%;
	max-width:20px;
    float: left;
    padding-bottom: 20%;
    position: relative;
}.pallino:after {
    content: "";
    border-radius: 100%;
    width: 90%;
    height: 90%;
	max-height:20px;
    display: block;
    /*margin-top: 10px;*/
	border:1px solid #FFD400;
    position: absolute;
}.pallino.pieno:after {
    background: #FFD400;}
.pallino.vuoto:after {
    background: #F5F5F5;}
.pallino.mezzo:after {
	  background: #dadada; 
    background: -webkit-linear-gradient(left, #FFD400 50%, #F5F5F5 50%); 
    background: -o-linear-gradient(right, #FFD400 50%, #F5F5F5 50%); 
    background: -moz-linear-gradient(right, #FFD400 50%, #F5F5F5 50%); 
    background: linear-gradient(to right, #FFD400 50%, #F5F5F5 50%); }
.box_info>div{
    background: #ae113f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    flex-direction: column;
    margin: 6px 0; 
    font-size: 30px;
    max-height: 200px;}
.box_info {
    padding: 5px;
}
.box_info_row { margin-left:-5px; margin-right:-5px;}
.list_menu .title_box {
    background: #f7f7f7; 
    padding: 9px 13px 8px  ; 
    color: #868686;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
	border-left:3px solid #f0f0f0;
    text-overflow: ellipsis;
}
/*modal*/
.modal li,.submenu li {
    min-height: 65px;
    width: 50%;
    float: left;
    display: table;
}.modal li a,.submenu li a {
    min-height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.modal ul:after ,.submenu il:after{	
    clear: both;
    font-size: 90%;
    content: "";
    width: 100%;
    display: block;}
.modal {
    height: 100%;
}.modal-dialog,.modal.in .modal-dialog {
    position: relative;
    max-width: 700px;
    top: 50%; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100vh;
}.modal-content {
    border: 0;
    max-height: 90vh;
	overflow:auto;
    border-radius: 0;
    width: 100%;
    display: inline-block; 
}.few_margintop{
	margin-top:13px;
}.title_box {   
    white-space: normal;
	text-transform:uppercase;font-weight:300 }
.activity_loc {
    overflow: hidden;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
	color:#fff;
}.box,.box_menu a{ position:relative}
.lighter{ font-weight:300}
.grid_menu img{ 
    display: block;
    max-width: 90%;
    width: 80px;
    margin: 4px auto ;}
.grid_menu img + span{  
    margin-bottom: 20px  ;
    letter-spacing: -0.02em;}
.grid_menu  {  
    font-size: 12px;
    letter-spacing: 0.0em;}
.grid_menu  a:active img,.grid_menu   a:focus img,.grid_menu   a:hover img {
    opacity: 0.8;
}.grid_menu  a:active  ,.grid_menu   a:focus  ,.grid_menu   a:hover   {
    outline: 0;
}.grid_menu>div{ padding:0 10px;}
img.lazy {/*
  display: none;*/
}
.img_container {
    position: relative;
    width: 100%;
    clear: both;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    background-position: center;
    background-color: #fff;
}
.img_container img {
    position: absolute; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}.img_container.img_top { 
    padding-bottom: 75%;
}.img_container.img_square{ padding-bottom:100%;}
.img_container.img_rect{ padding-bottom:65%; overflow: hidden;}
   
.img_container.img_fullwidth{ padding-bottom:56.25%;}
.img_container.img_square:after,.img_container.img_rect::after {
    content: "";
    /* background: #242c3b57; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 0.5; */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.52) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.52) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}.row_menu_box{ margin-left:-5px; margin-right:-5px}
.modal-header { 
    border-bottom: 0;
}div#Map3DContainer {
    width: 100%;
    height: 100vh;
}
 /*loader*/
  
.wrapper {
    position: fixed;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    min-height: 100vh;
  /*  background: #fff;*/
    align-items: center;
    align-content: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5555555;
    overflow: hidden;
}

.loading {
    display: inline-block;
    width: 79px;
    height: 79px;
    border: 13px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #00aecb;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.loader {
  display: block;
  margin:  auto;
    height: 80px;
    width: 80px;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
  animation: 3s spin linear infinite;
}
.logo-loader{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 90px;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin: auto;
}
.loader:after {
 /*   content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: #fff;
    border-radius: 90px;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
	
  animation: 3s spininverse linear infinite;*/
}

.loader-inner {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.loader-inner.left {
  left: 0;
}

.loader-inner.right {
  left: 50%;
}

.loader-inner i {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00aecb;
  animation-timing-function: linear;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.loader-inner.left i {
  left: 100%;
  transform-origin: 0 50%;
  border-radius: 0 90px 90px 0;
  animation-name: rotate-lt;
}

.loader-inner.right i {
  left: -100%;
  transform-origin: 100% 50% 0px;
  border-radius: 90px 0 0 90px;
  animation-name: rotate-rt;
}

@keyframes rotate-lt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-rt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(150deg);
  }
  75% {
    transform: rotate(150deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spininverse  {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}.row_button{ 
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;}
.row_button >* { width:100%; flex:1;}
.row_button img{ 
    display: block;
    max-width: 90%;
    width: 80px;
    margin: 4px auto;}
	
	/*cesium*/
	
	.cesium-viewer-timelineContainer,.cesium-viewer-toolbar,
	.cesium-timeline-bar,.cesium-baseLayerPicker-selected,.cesium-viewer-animationContainer,.cesium-viewer-bottom{ display:none !important}
div#GeaContainer {
    width: 100%;
    height: calc(100vh - 55px);
}
/*anim*/
header.header,.foto3 p,.menutop .cerca,.menutop .cerca input,.menutop{	
	transition: all 0.2s ease-in-out 0s;	
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}@media (max-width: 538px){
}@media (max-width: 767px){
.modal-dialog, .modal.in .modal-dialog { 
     margin: 0;   
}
}

@media (min-width: 768px){
 .modal-dialog { 
    margin:   auto !important;
}  
div#navbar {
    width: 750px;
}}
@media (min-width: 992px){
div#navbar {
    width: 970px;
}}
@media (min-width: 1200px){
div#navbar{
    width: 1170px;
}}



/* no connection page */

.no_connection
{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.no_connection_container {
    display: table-cell;
    vertical-align: middle;
  }

.no_connection img{
    margin-bottom: 30px;
}
.no_connection p{
    display: inline-block;
    width: 80%;
    margin: auto;
    padding: 30px 0;
}
.no_connection a{
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding: 10px;
}




/* login page */

.login
{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    background-image: url('../images/login.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
.login_container {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
  }

.login img{
    margin-bottom: 30px;
}
.login p{
    display: inline-block;
    width: 80%;
    margin: auto;
    padding: 30px 0;
}
.login a{
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding: 10px;
}
.login .text_bordeaux{
    width: 80%;
    margin: auto;
}
.btnFacebook{
    background-color: #3b5998;
    color:#fff;
    border: 0;
    display: block;
    margin: auto;
    text-decoration: none;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 130px;
}
.btnFacebook::after{
    position: absolute;
    left: 10px;
    top: 7px;
    background-image: url('../images/fbLogo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 13px; 
    height: 25px;
    content:"";
    display: inline-block;
}
.btnGoogle{
    background-color: #DB4437;
    color:#fff;
    border: 0;
    display: block;
    margin: auto;
    text-decoration: none;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 130px;
    margin-left: 10px;
}
.btnGoogle::after{
    position: absolute;
    left: 10px;
    top: 7px;
    background-image: url('../images/gLogo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px; 
    height: 25px;
    content:"";
    display: inline-block;
}