body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6{
	color: #333;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6{color: #003049; font-weight:normal;}
.display-1,.display-2,.display-3,.display-4, .display-5, .display-6 {font-weight:normal;}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p{color: #ffffff !important;}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark a{color: #000000 !important;}
.text-gray h1, .text-gray h2, .text-gray h3, .text-gray h4, .text-gray h5, .text-gray h6{color: #666666;}
.text-gray h1 strong, .text-gray h2 strong, .text-gray h3 strong, .text-gray h4 strong, .text-gray h5 strong, .text-gray h6 strong{color: #003049;}
.text-white .btn{text-shadow:none !important;}

h1 {font-weight:bold;}
h2 {}
h3 {color:#F77F00}
h4 {}
h5 {color:#F77F00}
h6 {color:#F77F00}

.parallax-window h1{text-shadow: 0 0 10px #333;}

.line {
    border-bottom: 2px solid #003049;
    display: block;
    margin: 25px auto 30px auto;
    width: 60px;
}

.bg-light{background-color:#F9F6E9 !important;}

.bg-blue {background-color: #003049;}
.bg-orange {background-color: #F77F00;}


mark {
	padding: 0;
	color: inherit;
	background-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#F77F00), to(#F77F00));
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background: linear-gradient(to right, #F77F00 0%, #F77F00 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: 0 85%;
	background-size: 100% 30%;
	padding: 0;
	font-style: normal;
}

.link-arrow a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: -2px;
}

.radius-4 {border-radius:0.6rem !important;}

.radius-4 .card-img, .radius-4 .card-img-top {
  border-top-left-radius: .6rem;
  border-top-right-radius: .6rem;
}

/* Links */
a, a:visited{
	color: #F77F00;
transition: all 0.3s ease 0s;	
text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color:#FF9933;
	text-decoration: none;
}


.text-content ul {
    padding:0;
}

.text-content li {
  margin: 0;
  padding:0;
  margin-bottom: 0.3rem;
  padding-left: 1.4rem;
  position: relative;
  list-style: none; 
}
  
.text-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 12px;
  background-color: #E76734;
}
  
  
.stretchedlink a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

/* Header */

.navbar-brand img {
    margin: 10px 0;
}

.navbar-brand img{
    max-height: 100px;
    max-width: 100%;
    width: auto;
	}
.navbar {
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}	

/*.home .navbar-container {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.home .navbar {
  background: none;
}

.home .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}*/

@media (max-width: 992px) {
.home .navbar-light .navbar-nav .nav-link {
  color: #003049 !important;
}
.home .navigation-main{position:relative;} 
 .home .navbar-container {position:relative;}
 .home .navbar {color:#fff;}
 .home .navbar-brand img { filter: none; }
 
 
 #menu-top-menu{
flex-direction: row;
justify-content: space-evenly;
}
}

button.navbar-toggle{background:none !important; border:none; box-shadow:none;}
.navbar-toggle .navbar-toggler-icon{color:#E73E16;}

.navbar-light .navbar-nav .nav-link{text-transform:uppercase; color:#003049; position: relative;text-align: center; font-weight:bold;}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus,  .navbar-light .navbar-nav .nav-link:hover{
color:#E76734;
}

@media (min-width: 992px) {
.navigation-main  .nav-link{font-size: 0.8rem;}
#menu-top-menu .nav-link{font-size: 1rem;}

}

.nav-link.dropdown-toggle:after{
content: "";
position:relative;
bottom: inherit;
left: inherit;
background-color: inherit;
height: inherit;
  margin-left: .255em;
 width: inherit; 
}

.current-menu-item a.nav-link.dropdown-toggle::after, a.nav-link.dropdown-toggle:hover::after {
  margin-left: .255em;
  width: inherit;
}

.menu-item {padding:0 0.5rem;}

#menu-top-menu .menu-item {padding:0;}

.navigation-top{background-color:#eaeaea; 
padding-top: .3rem;
  padding-bottom: .3rem;
}}

.navigation-top li{padding:0;}

.navigation-top .navbar-nav li a.nav-link {
	background:none;
	padding:.4rem .6rem !important;}
	
.navigation-top .navbar-nav li:hover a.nav-link,
.navigation-top .navbar-nav li:focus a.nav-link{
	color: #E73E16 !important;
	background:none;}		
	

.navbar-light .navbar-toggler{border:none;}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28247, 127, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


li.special a.nav-link {
	color: #fff !important ;
	background-color: #003049;
	border-radius: .3rem;
	margin:0 0.5rem;
}

li.special a.nav-link:hover {
	background-color: #E73E16;
}

li.special .nav-link::after {
display:none;
}

/*#menu-main-menu .current-menu-item a.nav-link::after, #menu-main-menu a.nav-link:hover::after {
  margin-left: -10px;
    width: 20px;
}*/

@media (min-width: 768px) {
  .submenu .navbar-collapse {
    float: left;
    width: 100%;
    clear: both;
  }
  .submenu .navbar-default {
    border-bottom: 40px solid #333;
  }
  .submenu .navbar-main {
    margin-top: -80px;
  }
   .submenu .navbar-secondary {
    margin-bottom: -40px;
    clear: both;
  } 
  
}

.action a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a9";
    display: inline-block;
    padding-right: 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
	vertical-align:middle;
}


.dropdown-menu a.dropdown-item {
  color: #003049;
}

.dropdown-menu {
  background-color: #f2f2f2;
  border:none;
  border-radius: 0;
}

.dropdown-menu > a, .dropdown-menu > .active > a {
    background:none;
    color: #E76734;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, a.dropdown-item.active {
    background:none;
    color: #E76734;
}

/* Homepage */

.div-table {
    display: table;
    margin: 0 auto;
}

.div-cell {
    display: table-cell;
    vertical-align: middle;
}


#fascia-slideshow{
    background-color: #fafafa;
    position: relative;
	overflow:hidden;
}

#fascia-slideshow.loading {min-height: 400px; background: url('images/preloader.gif') no-repeat center center !important;}



#slidebox .slides .container{position:relative;}
	
#slidebox .slides li{position:relative}

.flex-caption {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: left;
  text-shadow: none;
  top: 0;
  width: 100%;
  z-index: 10;
}


.caption-outer{
  display: table;
  height: 100%;
  width: 100%;
}

.caption-inner{
  display: table-cell;
  vertical-align: middle;
}
.text-shadow .caption-inner h2{ color:#fff; font-size:40px; text-shadow: 0 0 10px #333;}
.text-shadow .caption-inner h3{ color:#fff; font-size:28px; text-shadow: 0 0 10px #333;}
.text-shadow .caption-inner p{ color:#fff; font-size:22px; text-shadow: 0 0 10px #333;}
.text-shadow .caption-inner p .btn {text-shadow: none;}
.parallax-window {
 background-clip:border-box;
 background-origin:padding-box;
 background-position:center;
 background-repeat:no-repeat !important;
 background-size:cover !important;
 position:relative;
height:450px;
}
.fullheight{position:relative;
    display: block;
    height: auto;}


.fullheight .slides {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}

.fullheight .slides li {
    background-position: center center !important;
    background-size: cover !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 1199.98px) { .parallax-window {  height: 400px;} }

@media (max-width: 991.98px) { .parallax-window{  height: 300px;} }

@media (max-width: 767.98px) { .parallax-window {  height: 250px;} }

@media (max-width: 575.98px) { .parallax-window{  height: 200px;} }

.video-container.velo {
	background: #000 none repeat scroll 0 0;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	width: 100%;
	left:0; 
	top:0;
	z-index:10;
}

.testata-home .velo, #fascia-slideshow .velo{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10 preview */
background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
opacity: 1;
filter: alpha(opacity=100);
}

#parallax .velo {z-index:5;}

.velo-none .velo {display:none;}

.full-height {
  min-height:calc(100vh - 80px);
}


.elenco-box ul{list-style: none; padding:0; margin:0;}
.elenco-box li{ padding:1rem; 
margin-bottom:1rem; 
background-color:#003049;
position: relative;
display: flex;}
.elenco-box p{ margin:0 auto; text-align:center;}
.elenco-box p strong{font-size:150%;}

.elenco-box li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.quote, blockquote {
	position: relative;
	padding:4rem 4rem 3rem 0;
	font-size: 1.25rem;
	color:#003049;
	/*background-image:url(/wp-content/uploads/2024/05/socrate.jpg);
	  background-repeat: no-repeat;
  background-position: right; */
}

.quote::before,.quote::after,
blockquote::before,blockquote::after
 {
	position: absolute;
	z-index: -1;
	display: block;
	width: 3rem;
	height: 4rem;
	content: "";
	z-index: 0;
	font-size: 8rem;
	color:#F77F00;
	font-weight:bold;
}

.quote::before, blockquote::before {
	top: -2rem;
	left: 0rem;
	content: "\201C";
}

.quote::after, blockquote::after {
	bottom: 2rem;
	right: 4rem;
	content: "\201D";
}

.quote em, blockquote em{font-size:80%;}

.quote em::before, blockquote em::before  {
  content: "\2014 \00A0";
}

.testata-gradiente{height:100%;}

.testata-loghi img, .testata-header img{ margin:0 auto;}
.testata-loghi img{ margin-bottom:30px;}


.section-generic p {
    color: #666666;
	font-size:18px;
    text-align: left;	
}


.section-generic ul, .col-caratteristiche ul { padding-left:25px;list-style:none; }
.section-generic li { margin-bottom:5px;font-size:18px; color: #666666; padding-left:0;}
.section-generic li:before, .col-caratteristiche li:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    margin:0 10px 0 -25px;
	color:#E76734; 
	font-weight: bold;
background: none;
  top: 0;
  height: 0;
  width: 0;
  transform: initial;	
}

.no-row .row{display:block;}

.superfascia{position:relative;}
.content{position:relative; z-index:10;}

.bg-form{background:rgb(255,255,255,0.75);}

.bg-gradient {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#E76734+0,E76734+100&0.3+0,0.1+100 */
background: -moz-linear-gradient(left,  rgba(54,186,219,0.3) 0%, rgba(54,186,219,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(54,186,219,0.3) 0%,rgba(54,186,219,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(54,186,219,0.3) 0%,rgba(54,186,219,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dE76734', endColorstr='#1aE76734',GradientType=1 ); /* IE6-9 */
}

.gradiente-blu .velo {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003049+0,003049+100&1+45,0+65 */
background: -moz-linear-gradient(left,  rgba(11,17,61,1) 0%, rgba(11,17,61,1) 45%, rgba(11,17,61,0) 65%, rgba(11,17,61,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(11,17,61,1) 0%,rgba(11,17,61,1) 45%,rgba(11,17,61,0) 65%,rgba(11,17,61,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(11,17,61,1) 0%,rgba(11,17,61,1) 45%,rgba(11,17,61,0) 65%,rgba(11,17,61,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003049', endColorstr='#00003049',GradientType=1 ); /* IE6-9 */
}

.immagine-container{position:relative;}

/*Fascia Video*/

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  height:60vh;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #eeeeee;
}
.video-container .poster {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
display:none;  
}
.slideshow-container .velo {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+50 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.video-container .flex-caption{
  z-index: 100;
 height: 100%;
left: 0;
margin: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
color: #fff !important; 
z-index: 20;
}

.video-container .caption-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.video-container .caption-inner {
  display: table-cell;
  vertical-align: middle;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display:block;
}


/*.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}*/

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  .video-container > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-container > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  .video-container > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}

.video-container h1, .video-container h2, .video-container h3, .video-container h4{color:white;  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);}

.video-container .dropdown-menu {width:100%}

.card{overflow:hidden;}
.card-img-overlay{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+50,0.8+50 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.card img {transition: all 0.3s ease 0s;}
.card:hover  img {scale:1.05;}


.postbox {
    background-color: #f2f2f2;
}
.portbox, .postbox {
    margin-bottom: 30px;
    position: relative;
}
.blog-txt {
    margin: 15px;
}

.blog-txt p{color:#333333}

.blog-txt p.data{font-size:12px; color:#999999;}

.hthumb {
    overflow: hidden;
    position: relative;
}
.hthumb img {
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
a:hover .hthumb img {
    transform: scale(1.1);
}

.boxitem {
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.boxitems{margin-top:67px;}


.form-control { border-radius: 0; }

button.close{color:#666 !important;}
button.close:hover{background:none !important;}
	
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn{
border-radius: 0rem !important;
text-transform:uppercase;
font-weight:bold;
 transition: all 0.3s ease 0s;	 }


.btn-primary, .btn-primary:disabled{color: #fff !important;
  background-color: #E76734;
  border-color: #E76734;
  } 

.btn-primary:hover, .btn-primary:active,  .btn-primary:focus{
color: #E76734 !important;
  background-color: #fff;
  border-color: #E76734;
}

.btn:hover, .btn:active,  .btn:focus{
 box-shadow: 0 20px 38px rgba(0,0,0,.16);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-transform: translateY(-3px); 
}



/* Article */

article.post, article.page, section.error-404{
	margin-bottom: 20px;
}


.banner-caption{text-align:center; padding:100px 0;}

.entry-meta{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.img-header{margin-top:30px;}

.post h2.entry-title{text-transform:none;}
h1.entry-title{margin:0 0 30px 0;}
.entry-content .informazioni ul li{background:none; padding-left:0;} 


blockquote {
	}


	
/* Search */

button#searchsubmit{margin-top:0;}

#comments{background-color:#f2f2f2; padding:10px; margin-top:30px;}

label {
    font-weight: normal;
    text-transform: uppercase;
  font-size:13px;
}


/* Widgets */
#secondary .widget {
	margin: 0 0px 30px 0px;
	
}
h3.widgettitle{margin-top:0;}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
}


#secondary .sidemenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget li h3.rpwe-title {margin:0; font-weight:normal;}

#secondary .sidemenu li {
    padding: 10px 0px;
	border-bottom:2px solid #eeeeee;
}

#secondary .sidemenu li, .widget li h3.rpwe-title a {
    background-color: #ffffff;
    color: #666666;
    display: block;
	text-transform:none;
transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s; 	
}


.sidemenu li a:hover span{background-color:#666666;}
.sidemenu li a:hover{color:#333333;}

.sidemenu li a:hover {
    color: #666666;
}

 
#secondary .sidemenu li h4.tab-title a, #secondary .sidemenu #accordion h4.tab-title a, .widget h3.widget-title{
    display: block;
    font-size: 18px;
border:none;
margin:0 0 15px 0;	
}
h4.tab-title {
	margin: 0 0 2px 0;
}


#secondary .sidemenu li a:hover, .widget li h3.rpwe-title a:hover, #secondary .widget li.current_page_item a{
    color: #666666;
}
#secondary .sidemenu li h4.tab-title a:hover, #secondary .sidemenu li.current_page_item h4.tab-title a, #secondary .sidemenu li h4.tab-title a:hover {
    background-color: #000000;
    color: #666666;
}
.widget .textwidget p {
    padding: 0px 0px;
}

#secondary .sidemenu #bookingmenu  li a, .col-descrizione #bookingmenu  li a{
	height:40px;
	line-height:40px;}
	
.col-descrizione #bookingmenu  li{
padding:0;
background:none;}	

#secondary .sidemenu #bookingmenucont,.col-descrizione #bookingmenucont {margin: 0 !important;}

/* Footer widgets */

#bottom{
background: #ffffff;
padding:40px 0;	
}

#bottom ul{
	margin:0px 0px;
	padding:0px;
}

	
.site-footer{background-color:#ffffff; padding:40px 0 20px 0;}
.fcred p{color:#999; font-size:80%;}



.social a{
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2em;
  border-radius: 50%;
}



@media screen and (max-width: 1200px) {
.navbar-brand img{ max-height: 80px; }

}

@media screen and (max-width: 767px) {
.navbar-brand img{ max-height: 60px; }

.navbar-default .navbar-main > li > a, .navbar-default .navbar-main > .active > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

.section-generic .container, .section-banner .container {
    padding-bottom: 20px;
    padding-top: 20px;
}
.fascia-immagine{background-image:none !important;}

#slidebox .caption-inner h2, #fascia-testata .caption-inner h2, #parallax .caption-inner h2, .section-generic h2 { font-size: 28px;line-height: 28px;}
#slidebox .caption-inner p, #fascia-testata .caption-inner p, #parallax .caption-inner p, .section-generic p, .section-generic li { font-size: 16px;}

.row-citta {  
display: inherit;
}


}


@media screen and (max-width: 480px) {
.immagine-container .caption-inner h1, .immagine-container .caption-inner h2 { font-size: 22px;line-height: 23px;}
.immagine-container .caption-inner p, h5{font-size: 17px;}
  #menu-contatti {
    flex-direction: column;
  }
  
 button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
  font-size: 0.9rem;
} 
.velo-cont .velo {display:block; background-color:#fff;opacity: 1;filter: alpha(opacity=100);}
.immagine-container p{margin:0;}
}
