.newsletter,
.packages,
.header {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width : 499px){
  .testimonials {
  display:none;
}
}
	.focus-box {
		width: 33.333333333%;
	}

@media screen and (max-width: 650px) {
	.focus-box {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.focus-box {
		width: 100%;
	}
}

h1.entry-title
{
  text-align:center;
  font-size:200%;
}

h1.entry-title::before
{
  display:none;
}

/*#grande {display:block;}*/
#piccola {display:none}

@media all and (max-width: 650px) {
    #grande {display: none;}
    #piccola {display: block;}
}
/*
@media screen and (max-width : 650px){
#tabellaMail table, #tabellaMail thead,#tabellaMail tbody, #tabellaMail th, #tabellaMail td, #tabellaMail tr {
        display: block;
    }
}*/

.zoom-anim-dialog{
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 900px;
  width: 80%;
    margin: 40px auto;
    position: relative;
}

#contact-us-wrap
{
  width:100%;
}

#contact-form
{
  width: 65%;
  float: left;
}

#we-transfer-button
{
  width: 35%;
  float: right;
}

@media screen and (max-width : 800px){
  #contact-form {
    display:inline-block;
    float:none;
    width:100%;
  }
}
@media screen and (max-width : 800px){
  #we-transfer-button {
    display:inline-block;
    float:none;
    width:100%;
    text-align:center;
  }
}

#tabellaChiSiamo table, #tabellaChiSiamo caption,#tabellaChiSiamo  tbody, #tabellaChiSiamo tfoot, #tabellaChiSiamo thead, #tabellaChiSiamo tr, #tabellaChiSiamo th, #tabellaChiSiamo td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
    text-align: left;
    vertical-align: top;
}

#tabellaChiSiamo td {
  padding: 3px;
}

#tabellaMail td img {
  display: table-cell;
  vertical-align: top;
}


/* nicpaola 01/08/2019 */
.newsection-chisiamo {
	margin-top:40px;
	text-transform:none;
}
.newsection-chisiamo-first {
	margin-top:60px;	
}
.newsection-chisiamo .chisiamo-img {
	width:150px;
	margin:0 auto;
}
.newsection-chisiamo img {
	width:100%;
	height:150px;
	border-radius:50%;
}
.newsection-chisiamo .chisiamo-text {
	margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.newsection-chisiamo .chisiamo-text p {
	color: #fff;
	text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}
/* nicpaola end */