@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
* {
  padding: 0;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  background: #ffffff;
  line-height: 20px;
  color: #373935;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
p {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-center {
  text-align: center !important;
}
::selection {
  background: #d1bf00;
  color: #373935;
}
ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
}
h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
h4 {
  color: #55311b;
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}
h5 {
  font-size: 20px;
  margin: 0 0 8px 0px;
  font-weight: 800;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #005468;
}
a:active {
  color: #444;
}
a:visited {
}
a:hover {
  color: #005468;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

hr {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  border: none;
  margin: 0 0 20px 0;
  display: block;
}

.pt {
  padding-top: 60px;
}
.pb {
  padding-bottom: 60px;
}

.mt {
  margin-top: 30px;
}
.mb {
  margin-bottom: 60px;
}

.responsive {
  width: 1080px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.content {
  margin-top: -75px;
  background: rgba(232, 230, 225, 1);
  padding: 60px 40px 50px 40px;
}
.color1 {
  color: #d1bf00;
}
.color-white {
  color: #ffffff;
}

.clearfix:after {
  display: block;
  height: 0px;
  content: "";
  clear: both;
  line-height: 0;
}

#header {
  position: relative;
  z-index: 7;
  text-align: center;
}
#header .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #logo {
  width: 160px;
  float: left;
  position: relative;
  margin: 16px 0;
}
#header #logo a {
  display: block;
}
#header #logo a img {
  width: 66px;
  height: 66px;
}

#header .header_right {
  width: auto;
  margin: 0px 0 0px 0;
  float: right;
}

#language {
  text-align: right;
  margin-bottom: 18px;
}
#language a {
  display: inline-block;
  padding: 1px 0 1px 0;
  font-size: 13px;
  letter-spacing: 2px;
  height: 14px;
  line-height: 14px;
  color: #93908b;
}
#language a.italian {
  background: url(images/italian-flag.png) 0px 0px no-repeat;
  padding-left: 34px;
}
#language a.english {
  background: url(images/english-flag.png) 0px 0px no-repeat;
  padding-left: 34px;
  margin-left: 20px;
}

#language a:hover {
  color: #555;
}
/************Footer************/
#footer {
  position: relative;
  background: #e2e3e5;
  color: #64676c;
  margin: 40px 0 22px 0;
  padding: 48px 0;
}
#footer a {
  color: #005468;
}
#footer a:hover {
  color: #513a26;
}
#footer h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#footer hr {
  border: none;
  height: 1px;
  background: #64676c;
  width: 70%;
  clear: both;
}
#footer div.table_content > div {
  padding: 0 50px;
  width: 33%;
  vertical-align: top;
}

.copyright {
  background: #ffffff;
  padding: 32px 0 45px 0;
  text-align: center;
  color: #64676c;
  font-size: 13px;
}
.copyright a {
  color: #015468;
  display: inline-block;
  width: 90px;
}
.copyright a img {
  width: 100%;
  height: auto;
}
.copyright a:hover {
  opacity: 0.8;
}

div.table_content {
  display: table;
  width: 100%;
}
div.table_content > div {
  display: table-cell;
  vertical-align: middle;
}
div.table_content > div.valign-top {
  vertical-align: top;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

.img-responsive {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.border-spacing {
  border-spacing: 5px;
}

.width25 {
  width: 25%;
}
.width33 {
  width: 33%;
}
.width50 {
  width: 50%;
}
.width66 {
  width: 66%;
}
.width75 {
  width: 75%;
}

.network {
  background: #e4dfcc;
  text-align: center;
  padding: 60px 0;
  color: #5e5f61;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.network a {
  color: #5e5f61;
  text-decoration: underline;
}

.top-home {
  position: relative;
  background-color: #eaebed;
}
.top-home .slogan {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 15px;
  z-index: 2;
}

.banner-spacer {
  padding-top: 28%;
}

.banner-sicurezza {
  text-align: left;
  max-width: 500px;
}
.banner-sicurezza h1 {
  color: #a2c621;
  margin-bottom: 25px;
  text-align: left;
  font-size: 52px;
}
.banner-sicurezza p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #142421;
}
.banner-sicurezza p span {
  border-bottom: 1px solid #142421;
}

.prenota {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: left;
  width: 50%;
  padding: 0;
}
.hovercover {
  left: 0;
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.vetrina-h1 {
  position: relative;
}

.row {
  margin-bottom: 20px;
}
.mr {
  margin-right: 20px;
}

.block33 {
  float: left;
  width: 320px;
}
.block66 {
  float: left;
  width: 630px;
}

.square-txt {
  float: left;
  width: 50%;
}
.square-image {
  width: 50%;
  float: right;
}

.wifi__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.manifesto {
  width: 100%;
  position: relative;
  height: 360px;  
}
.manifesto img {
	object-fit: cover; object-position: center; width: 100%; height: 100%
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul {
	border-top:2px solid #D4CBC6; }
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto; text-align:center;
  line-height: 1;
  background: #ffffff; margin:0; float:right
}

#menu-line { display:none;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #A8988A;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li { display:inline-block; padding:5px 20px 5px 20px; margin:20px 0 0 0; border-left:1px solid #D4CBC6; }
#cssmenu > ul > li:last-child { border-right:1px solid #D4CBC6; }
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:0; font-weight:800;
  font-size:15px; line-height:20px;
  text-decoration: none;
  text-transform: uppercase;
  color:#54301A;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; letter-spacing:2px; text-transform:uppercase; font-size:16px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#C9B800;
}
#cssmenu ul ul {
  position: absolute; display:none;
  left:-4000px;
}
#cssmenu li:hover > ul {
  left: auto; display:block
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
}
#cssmenu ul ul li a {  font-weight:800;
  font-size:15px; line-height:20px; white-space: nowrap;
  padding:5px 15px;
  text-decoration: none;
  color:#505355;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; border:1px solid #888C91; display:block; background:#ffffff; margin-top:8px; text-align:left
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#ffffff; border:1px solid #005468; background:#005468
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
} 

@media (min-width: 700px) and (max-width: 1100px) {
  .responsive {
    width: 660px;
  }
.pb {
    padding-bottom: 34px;
}

.pt {
    padding-top: 34px;
}	
	.mb {
    margin-bottom: 34px;
}
	.wifi__grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
  #cssmenu > ul > li {
    margin: 0 0 0 14px;
    padding: 5px 0 0 0;
    border-left: none;
  }
  #cssmenu > ul > li > a {
    font-size: 13px;
  }
  #cssmenu > ul > li:last-child {
    border-right: none;
  }
  #header #logo {
    width: 94px;
    margin: 40px 0;
  }
  .vetrina .slogan h1 {
    font-size: 26px;
  }
  .vetrina .slogan h1 span {
    margin-top: 15px;
  }
  .vetrina .slogan .responsive .hovercover {
    width: 310px;
  }
  .width1_3 {
    width: 260px;
  }
  .width2_3 {
    width: 460px;
  }
  .block_colazione .img-breakfast {
    background-image: url(images/colazione_block.jpg);
    background-size: cover;
  }
  .in_evidenza .table_content > div.width-puller {
    width: 155px;
  }
	.manifesto {
    width: 100%;
    position: relative;
    height: 235px;
}
  H1 {
    font-size: 34px;
  }
  H3 {
    font-size: 24px;
  }
  .in_evidenza .table_content > div {
    padding: 25px;
  }
  .small_top {
    top: 23px;
    left: 25px;
    margin: 0;
  }
  .small_bottom {
    bottom: 25px;
    left: 25px;
  }
  .block_coffee .img-coffee {
    background-image: url(images/coffee_block.jpg);
    background-size: cover;
  }
  .row {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .row > div {
    flex: 1;
    padding: 0 10px;
    margin: 0 !important;
  }
  .square-txt {
    float: none;
    width: 100%;
  }
  .featured a.block2 {
    background-image: none;
  }
  .hovercover.hovercol {
    width: 100%;
    background: rgba(55, 58, 54, 0.5);
    right: 0;
    left: auto;
  }
  .featured a.block6 {
    background-image: none;
    background: #f0f0f0;
    background-color: #f0f0f0;
  }
  .hovercover.hoverbike {
    width: 100%;
    background-color: #7a99ab;
  }
}
@media (max-width: 699px) {
  .responsive {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.table {
    display: block;
  }
  ul.table > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center !important;
    width: 100%;
  }
  .width25,
  .width33,
  .width50,
  .width66,
  .width75 {
    width: inherit;
  }
  #header #logo {
    width: 100%;
    text-align: center;
    margin: 5px 0 10px 0;
  }
  #header #logo a {
    display: inline-block;
    width: 150px;
  }
  #header .header_right {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none;
  } 
  #footer a.publifarm {
    display: inline-block;
    width: 82px;
    margin: 20px 0;
  }
  .stats {
    text-align: center;
    border-bottom: none;
    padding-bottom: 20px;
  }
  .warehouse_stats li {
    border-left: none;
  }
  .testata .lancio {
    background: rgba(54, 154, 203, 0.8);
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    position: relative;
    padding: 40px;
    color: #ffffff;
  }
#cssmenu ul {
    border-top: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}	
  #cssmenu ul ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 12px;
    text-align: center;
    color: #455154;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    background: #ededed;
    font-size: 14px;
  }
  #cssmenu ul ul li a:hover {
    color: #005468;
    background: #f6f6f6;
  }
  .margin-top {
    margin-top: 25px;
  }
  .margin-bottom {
    margin-bottom: 25px;
  }
  #language {
    display: block;
    text-align: center;
  }
  .clienti_table > li {
    float: left !important;
    width: 50% !important;
  }
  .clienti_table > li a {
    border: 1px solid #ccc;
  }
  .clienti_table > li:nth-child(7n + 7) a {
    border-right: 1px solid #ccc;
  }
  .height100 {
    position: relative;
  }
  .table_content.static .vettoriale {
    display: none;
  }
  .company,
  .company_1,
  .company_2,
  .company_3,
  .company_4,
  .company_5 {
    padding: 20px 10px 0 10px;
  }
  div.table_content > div {
    display: block;
  }
  #footer #kbsform {
    display: none;
  }
  #header #logo a img {
    width: 66px;
    height: 66px;
  }
  .copyright div.table_content > div {
    text-align: center;
  }
  .copyright a.publifarm {
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    margin-top: 8px;
    padding-top: 8px;
  }
  #footer {
    padding: 30px 0 20px 0;
  }
  .item {
    width: 50%;
    float: left;
  }
  .item .mediaholder {
    margin: 5px;
    overflow: auto;
    line-height: 1.1;
  }
  .item .mediaholder a {
    display: block;
    background: rgba(242, 242, 242, 0.79);
  }
  .item .mediaholder .hovercover .item-table .item-description h5 {
    text-shadow: none;
    color: #005468;
  }
  .item .mediaholder .hovercover .item-table .item-description span {
    text-shadow: none;
    color: #999999;
  }
  .item .mediaholder img {
    vertical-align: bottom;
    margin-bottom: 2px;
  }
  .gallery {
    padding-bottom: 0;
  }
  .item .mediaholder .hovercover {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background-color: transparent;
    opacity: 1;
    display: block;
    height: auto;
  }
  .item .mediaholder .hovercover .item-table {
    display: block;
    height: auto;
  }
  .item .mediaholder .hovercover .item-table .item-description {
    display: block;
    padding: 15px;
  }
  .gallery_dettaglio .item a {
    display: block;
    margin: 5px;
  }
  .brand_table li {
    padding: 18px;
  }
  H1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .subtitle {
    margin-bottom: 25px;
  }
  p {
    margin-bottom: 25px;
  }
  div.table_content > div.sinistra {
    padding-left: 0;
  }
  div.table_content > div.destra {
    padding-right: 0;
  }
  #footer div.table_content > div {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  #footer div.table_content > div hr {
    margin: 0 auto 7px auto;
  }
  #footer h5 {
    margin-bottom: 2px;
  }
  .intro > div {
    width: 50%;
    float: left;
  }
  .intro > div.payoff {
    padding: 25px 0;
    width: 100%;
  }
  .intro > div.payoff:after {
    display: none;
  }
  .intro > div.payoff h3 {
    text-align: center;
    margin: 0 25px;
    line-height: 1.1;
    font-size: 28px;
  }
  #gallery-header-center {
    width: 100% !important;
  }
  .width1_3 {
    width: 100%;
  }
  .width2_3 {
    width: 100%;
  }
  .block_coffee .img-coffee {
    width: auto;
  }
  .vetrina .slogan {
    background: #ebebeb;
    position: relative;
    font-size: 22px;
    padding: 22px 0;
  }
  .vetrina .slogan .button_2 {
    display: inline-block;
    clear: both;
    padding: 10px 22px 10px 22px;
    margin-top: 14px;
  }
  .vetrina .slogan h1 {
    line-height: 1.1;
    text-align: left;
    font-size: 22px;
  }
  .marche-list li {
    width: 21%;
    padding: 2% 2% 0 2%;
  }
  .marche-list li:nth-child(4n + 4) {
    padding: 2% 2% 0 2% !important;
  }
  .bg-weekend {
    padding: 30px 0 10px 0;
  }
  .bg-weekend .table_content > div.infographic {
    padding: 0;
  }
  .bg-weekend h3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  .bg-weekend .table_content > div.infographic img {
    height: 90px;
    width: auto;
    margin: 10px;
  }
  .bg-weekend .table_content > div.infographic table tr td:first-child {
    text-align: right;
    width: 50%;
  }
  .marchi p {
    text-align: center;
  }
  .small_top {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0;
    text-align: left;
    padding: 0 0 20px 0;
  }
  .in_evidenza h3 {
    text-align: center;
  }
  .in_evidenza .table_content > div {
    text-align: center;
    height: auto;
  }
  .small_bottom {
    position: relative;
    padding: 40px 0 0 0;
    bottom: auto;
    left: auto;
  }
  .in_evidenza .table_content > div.width-puller {
    width: auto;
  }
  .block_facebook .facebook_box {
    bottom: 20px;
    left: 50%;
    margin-left: -25%;
  }
  .block_club {
    margin-bottom: 20px;
  }
  .block_app {
    margin: 0 0 20px 0 !important;
  }
  .in_evidenza .table_content > div.eclub-wrapper {
    width: auto;
    padding: 40px 0 0 0;
  }
  .block_facebook H3 {
    padding-bottom: 160px;
  }
  .block_wifi {
    margin: 0 0 20px 0 !important;
  }
  .block_wifi .table_content > div {
    background: url(images/wifi_block.jpg) top right no-repeat #e7e9db;
    background-size: contain;
  }
  .block_colazione .img-breakfast {
    display: none;
  }
  .block_coffee .img-coffee {
    display: none;
  }
  .vetrina .slogan .responsive .hovercover {
    position: relative;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
  }
  .vetrina .slogan h1 span {
    margin-top: 15px;
  }
  .mr {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .block66 {
    float: none;
    width: 100%;
  }
  .block33 {
    float: none;
    width: 100%;
  }
  .prenota {
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .vetrina img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: none;
  }
  .featured a.block2 {
    background-image: none !important;
  }
  .hovercover.hover10 {
    width: 100%;
    padding: 30px;
    background: rgb(255 255 255 / 84%);
  }
  .hovercover.hoverbike {
    width: 100%;
    background: #7a99ab;
  }
  .hovercover.hovercol {
    width: 100% !important;
    background: rgba(55, 58, 54, 0.5);
    right: 0;
    left: auto;
  }
  .hovercover.hoverm {
    width: 100%;
    background: rgba(55, 58, 54, 0.5);
  }
  #header .header-row {
    flex-direction: column;
  }
  .top-home {
    background-position: top;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 0 0 0;
  }
  .top-home .slogan {
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    width: 100%;
    padding: 15px;
    z-index: 2;
  }
  .featured a.block9 {
    background-image: url(images/hotelbb/video-preview-2019.jpg) !important;
    background-size: cover;
  }
  .featured a.block19 {
    background-image: url(images/hotelbb/video-preview-2022.jpg) !important;
    background-size: cover;
  }

  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .desktop-break {
    display: none;
  }
.wifi__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}	
	

.manifesto {
  width: 100%;
  position: relative;
  height: auto;  
}
.manifesto img {
	object-fit:contain; object-position: center; width: 100%; height: auto
}	
	
	.mt { margin-top: 20px}
	.pt { padding-top: 20px}
	.mb { margin-bottom: 20px}
	.pb { padding-bottom: 20px}
	
	
}
@media (max-width: 390px) {
  #header .header_right {
    width: 100%;
    display: block; 
    float: none;
  }
  #language {
    display: block;
    text-align: center;
  }
  H1 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 38px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  h4 {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 22px;
  }
  p {
    margin-bottom: 20px;
  }
  div.table_content > div.sinistra {
    padding-left: 0;
  }
  div.table_content > div.destra {
    padding-right: 0;
  }
  #footer div.table_content > div {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  #footer div.table_content > div hr {
    margin: 0 auto 7px auto;
  }
  #footer h5 {
    margin-bottom: 2px;
  }
  .intro > div {
    width: 100%;
  }
  .intro > div.payoff:after {
    display: none;
  }
  .flex-direction-nav {
    display: none;
  }
  .intro > div.payoff {
    padding: 20px 0;
  }
  .intro > div.payoff h3 {
    text-align: center;
    margin: 0 20px;
    line-height: 1;
    font-size: 22px;
  }
  .intro > div.show {
    padding: 30px 0;
  }
  .item {
    width: 100%;
    float: left;
  }
  .item a {
    height: auto !important;
  }
  .item .mediaholder {
    margin: 0;
  }
  .brand_table {
    display: block;
    border-top: none;
  }
  .brand_table li {
    padding: 10px 0;
    display: block;
    width: 100%;
    float: none;
    border-right: none;
    text-align: center;
  }
  .subtitle {
    margin-bottom: 20px;
  }
  .dettaglio p.preventivo {
    margin: 20px 0 20px 0;
  }
  .dettaglio H5 {
    margin: 20px 0 6px 0;
  }
  .pgwrap {
    padding: 20px 0;
  }
  .bar {
    font-size: 30px;
  }
  .vetrina .slogan {
    display: block;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 22px 0;
  }
  .vetrina .slogan .button_2 {
    display: inline-block;
    clear: both;
    padding: 4px 22px 4px 22px;
    margin-top: 10px;
  }
  .marche-list li {
    padding: 5%;
    width: 40%;
  }
  .marche-list li:last-child {
    padding: 5%;
    width: 40%;
  }
  .marchi p {
    text-align: center;
  }
  .bg-weekend {
    padding: 30px 0 10px 0;
  }
  .bg-weekend .table_content > div.infographic {
    padding: 0;
  }
  .bg-weekend h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  .bg-weekend .table_content > div.infographic img {
    height: 90px;
    width: auto;
    margin: 10px;
  }
  .bg-weekend .table_content > div.infographic table tr td:first-child {
    text-align: right;
    width: 50%;
  }
  .page-header {
    padding: 0 0 10px 0;
  }
  .text-1 {
    margin: 0 0 15px 0;
  }
  .block_facebook .facebook_box {
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    margin-left: 0;
  }
  .marche-list li:nth-child(4n + 4) {
    padding: 5%;
    width: 40%;
  }
  .shop_list li {
    padding: 30px;
    text-align: center;
    float: none;
    width: auto;
    display: block;
  }
}
