
.body {width: 100%; height: 700px; top: 45px; left: 0; background: url(../images/cover_bg_3.jpg) no-repeat center center; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.body1 {width: 100%; height: 100%; top: 45px; left: 0; background: url(../images/gallery/112.jpg) no-repeat center center; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.body2 {width: 100%; height: 100%; top: 45px; left: 0; background: url(../images/gallery/102.jpg) no-repeat center center; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.body3 {width: 100%; height: 100%; top: 45px; left: 0; background: url(../images/legoblock.jpg) no-repeat center center; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#qbootstrap-header {
  position: relative;
  width: 100%;
  opacity: 1;
  height:220px;
  padding:0 0 10px 0;
  border-bottom: 5px solid #e34131;
}

#qbootstrap-header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #149b94;
  position: relative;
}

#qbootstrap-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#qbootstrap-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF847C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#qbootstrap-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#qbootstrap-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #e34131;
  font-weight:bold;
}

#qbootstrap-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}







.chisiamo{
	width:50%;
	margin:0 auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size:18px;
	line-height:40px;
	color:#5e5e5e;
	text-align:justify;
}
.chisiamo div{

	background-color:#e34131;
	color:#fff;
	font-size: 30px;
	text-align:center;
	line-height:50px;
	height:50px;
	margin:-20px auto;
	
	
}

.lavori{
	width:100%;
	margin:0 auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align:center;
}

.lavori-title{
	width:50%;
	margin:0 auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align:center;
}
.lavori-title div{

	background-color:#0e9991;
	color:#fff;
	font-size: 30px;
	text-align:center;
	line-height:50px;
	height:50px;
	margin:5px auto 0 auto;
	
	
}

.contatti{
	float:left;
	width:100%;
	margin:0 auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align:center;
}

.contatti-title{
	width:50%;
	margin:0 auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align:center;
}
.contatti-title div{

	background-color:#e34131;
	color:#fff;
	font-size: 30px;
	text-align:center;
	line-height:50px;
	height:50px;
	margin:5px auto;
	
}
.contatti-form{
	width:50%;
	margin:0 auto;
	text-align:center;
}

.footer1{
	float:left;
	width:100%;
	margin:20px auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
	text-align:center;
	background-color:#e34131;
	color:#fff;
	font-size: 18px;
	line-height:50px;
	height:50px;
}

.footer1 a{
	
	color:#fff;

}

.footer1 a:hover{
	
	color:#fff;
	text-decoration:underline;
}

.footer2{
	float:left;
	width:100%;
	margin:0 auto;
	text-align:right;
}
.footer2 img{
	width:10%; 
	height:10%;
}
.qbootstrap-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #FF847C;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #FF847C;
  transition: all .2s ease-out;
}

.qbootstrap-nav-toggle i::before, .qbootstrap-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #FF847C;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.qbootstrap-nav-toggle i::before {
  top: -7px;
}

.qbootstrap-nav-toggle i::after {
  bottom: -7px;
}

.qbootstrap-nav-toggle:hover i::before {
  top: -10px;
}

.qbootstrap-nav-toggle:hover i::after {
  bottom: -10px;
}

.qbootstrap-nav-toggle.active i {
  background: transparent;
}

.qbootstrap-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.qbootstrap-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.qbootstrap-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}

@media screen and (max-width: 980px) {
	.navbar-brand img{
		width:80%;
	}
	#qbootstrap-header {
		height:180px;
	}
	.chisiamo{
		width:75%;
	}
	.contatti-form{
	width:75%;
	}
	.contatti-title{
	width:75%;
	}
	.lavori-title{
		width:75%;
	}
	.footer1{
		height:auto;
		line-height:25px;
		padding:10px 0;
	}
	.footer2 img{
		width:20%;
		height:20%;
	}
}

@media screen and (max-width: 490px) {
	
	.chisiamo{
		width:90%;
	}
	.contatti-form{
	width:90%;
	}
	.contatti-title{
	width:90%;
	}
	.lavori-title{
		width:90%;
	}
}


@media screen and (max-width: 975px) {
  .qbootstrap-nav-toggle {
    display: block;
  }
}