  body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.cl {
  clear: both;
}

.logo img {
  max-width: 100%;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	min-width: 320px;
	background-color: #000000
}

.header {
  width: 100%;
  display: block;
  min-height: 85px;
  padding: 19px 0px 15px 0px;
  background: url(../images/topbg.jpg) top center no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  position: fixed;
  z-index: 2;
  top: 0px;
}

.logo {
  padding: 0px 0px 0px 0px;
  margin: 0;
  float: left;
  width: 260px;
  height: 63px;
}

.esterno {
	width: 96%;
	position: absolute;
	top: 120px;
	left: 16px;
	right: 2%;
	margin: 0 auto;
	max-width: 1200px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}

.slider_home {
	width:100%;
	background-color: #FFFFFF;
}	

.hero-image {
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.contenitore {
    float: left;
    width: 73%;
    position: absolute;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e0f1ff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.sidebar {
	float: right;
	width: 25%;
	margin: 10px auto;
	background-color: #e0f1ff;
}

@media only screen and (min-width: 230px) and (max-width:910px) {
    .esterno {
	left: 5px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
}
   .wrapper {
	width: 100%;
  }
	.contenitore {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	position: static;
	margin-left: 0px;
	margin-top: -20px;
	margin-bottom: 30px;
}
	.sidebar {
	float: left;
	position: relative;
	top: 10px;
	width: 100%;
	margin: auto;
	background-color: #e0f1ff;
}
  .header {
    min-height: auto;
  }
  .logo {
    display: none !important;
  }
  .header {
	box-shadow: none !important;
	background-image: none !important;
	position: static !important;
	height: 0px;
	max-height: 0px;
  }
  .bigmegamenu {
    position: static !important;
  }
	.megamenu {
    font-size: 14px;
}
}

@media only screen and (min-width: 667px) and (max-width:767px) {
.contenitore {
font-size: 16px;
line-height: 23px;
}
	} 

@media only screen and (min-width: 911px) and (max-width:1064px) {
.esterno {
	width: 95%;
	top: 120px;
} 
  .wrapper {
	width: 96%;
	margin: 0% 2%;
  }
	.contenitore {
	position: static;
	margin-top: 10px;
	margin-bottom: 30px;
}
	.megamenu {
    font-size: 14px;
	line-height: 15px;
}
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
.esterno {
	width: 94%;
	top: 120px;
} 
	.wrapper {
	width: 96%;
	margin: 0% 2%;
 }
	.contenitore {
	margin-top: 10px;
	margin-bottom: 20px;
}
}

@media only screen and (min-width: 1201px) and (max-width:1280px) {
.esterno {
	width: 90%;
	top: 120px;
} 
}
	
@media only screen and (min-width: 1281px) and (max-width:1920px) {
.esterno {
	width: 60%;
	top: 130px;
} 
}
