@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	100;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#div1 {
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	text-transform: uppercase;
}

#div2 {	
    text-transform: uppercase;
	color: #636363;
	text-align: center;
    font-size: 1em;
}

#div7 {text-align: center;
	   opacity: 0.2;
}

#div6 {color: #636363;
	  text-align: center;
}
.blue {
	color: #00A3FF;
	text-transform: lowercase;
}

#border {
	border-top: 2px solid #E5E5E5;
	background-image: -webkit-linear-gradient(270deg,rgba(180,162,162,1.00) 0%,rgba(255,255,255,0.24) 26.93%);
	background-image: -moz-linear-gradient(270deg,rgba(180,162,162,1.00) 0%,rgba(255,255,255,0.24) 26.93%);
	background-image: -o-linear-gradient(270deg,rgba(180,162,162,1.00) 0%,rgba(255,255,255,0.24) 26.93%);
	background-image: linear-gradient(180deg,rgba(180,162,162,1.00) 0%,rgba(255,255,255,0.24) 26.93%);
	background-color: rgba(255,255,255,1.00);
	border-bottom-style: none;
	width: 100%;
	font-family: abel;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.55em;

}
#article {
	background-color: rgba(255,255,255,1.00);
	font-family: abel;
	width: 100%;
	font-size: 1em;
	text-align: justify;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
#aside {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}
#contactContainer {
	background-color: rgba(171,171,171,0.35);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,169,255,1.00);
	color: rgba(255,255,255,1.00);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-transform: uppercase;

}
#section {	width: 100%;

}
.zeroMargin_mobile {

margin-left: 0;

}
.hide_mobile {

display: none;

}






@media only screen and (min-width: 320px) {
  
  body {
	background-image: url(images/bodyS.jpg);
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#div1 {
	margin-top: 19%;
	font-size: 1.5em;
}
#div2 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#div7 {
	width: 100%;
	opacity:0,2;
}
#mainNav {
}
#hero {
}
#div6 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#border {
	text-align: center;
	font-size: 0.75em;
}
#article {
}
#aside {
}
#contactContainer {
}
#section {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}



@media only screen and (min-width: 481px) {

body {
	background-image: url(images/bodyM.jpg);
}

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 46.6666%;
	float: left;
	font-size: 1.5em;
	margin-top: 6%;
}
#div2 {
	width: 46.6666%;
	float: left;
	clear: left;
	margin-left: 0;
}
#div7 {
	width: 44%;
	float: right;
	clear: right;
	margin-top: 4%;

}
#mainNav {
}
#hero {
}

#div6 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
#border {
}
#article {
}
#aside {
}
#contactContainer {
}
#section {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}



@media only screen and (min-width: 769px) {

body {
	background-image: url(images/body.jpg);
}

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#div1 {
	width: 40%;
	float: left;
	font-size: 2em;
	margin-top: 4%;
}

#div2 {
	width: 40%;
	float: left;
	clear: left;
	margin-top: 2%;
}
#div7 {
	width: 39.1304%;
	float: right;
	clear: right;
	margin-top: 6%;
    opacity: 1;

}
#mainNav {
	text-align: center;
	width: 73%;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 0%;
}
#hero {
	width: 100%;
}
#div6 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#border {
	width: 85%;
	text-align: left;
	margin-left: 7.5%;
	margin-right: 7.5%;
	font-size: 0,98em;
	padding-left: 4%;
}
#article {
	width: 55%;
}
#aside {
	width: 45%;
	float: right;
	clear: right;
	
}
#contactContainer {
	width: 94%;
	margin-right: 4%;
	margin-left: 2%;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(182deg,rgba(132,123,123,0.68) 0%,rgba(52,50,50,0.60) 100%), url(images/bergamo_ing_morandini%20S.jpg);
	background-image: -moz-linear-gradient(182deg,rgba(132,123,123,0.68) 0%,rgba(52,50,50,0.60) 100%), url(images/bergamo_ing_morandini%20S.jpg);
	background-image: -o-linear-gradient(182deg,rgba(132,123,123,0.68) 0%,rgba(52,50,50,0.60) 100%), url(images/bergamo_ing_morandini%20S.jpg);
	background-image: linear-gradient(268deg,rgba(132,123,123,0.68) 0%,rgba(52,50,50,0.60) 100%), url(images/bergamo_ing_morandini%20S.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#section {
	background-color: rgba(255,255,255,1.00);
	width: 85%;
	margin-left: 7.5%;
}
}


@media only screen and (min-width: 1170px) {
	
#div1 {
	margin-top: 2%;
}	
		
#div2 {
	margin-top: 1%;
	}

#div7 {
	margin-top: 2%;
    opacity: 1;
}	

#mainNav {
	margin-bottom: 2%;
}

#hero {
	width: 100%;
}

#div6 {
	padding-top: 8px;
	padding-bottom: 4px;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#border {
}
#article {
}
#aside {

}
#contactContainer {
	background-image: -webkit-linear-gradient(182deg,rgba(132,123,123,0.84) 0%,rgba(52,50,50,0.76) 100%), url(images/bergamo_ing_morandini%20L.jpg);
	background-image: -moz-linear-gradient(182deg,rgba(132,123,123,0.84) 0%,rgba(52,50,50,0.76) 100%), url(images/bergamo_ing_morandini%20L.jpg);
	background-image: -o-linear-gradient(182deg,rgba(132,123,123,0.84) 0%,rgba(52,50,50,0.76) 100%), url(images/bergamo_ing_morandini%20L.jpg);
	background-image: linear-gradient(268deg,rgba(132,123,123,0.84) 0%,rgba(52,50,50,0.76) 100%), url(images/bergamo_ing_morandini%20L.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
}	
	
