/* HOMEPAGE */

section.slide {
	height: 500px;
	background-color: #667991;
	border-bottom: solid 10px #f49228;
	margin-bottom: 80px;
	overflow: hidden;
	position:relative
}
section.slide .center {
	height: 100%;
	z-index: 2;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:500px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
  bottom: 15px;
  margin: 0 -600px 0 0;
  max-width: 1200px;
  position: absolute;
  right: 50%;
  text-align: right;
  width: 100%;
  z-index: 3;
  height:3px;
  overflow:hidden
}
section.slide .navigation {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: right;
	height: 3px;
	margin: 0;
}
section.slide .navigation li, .rslides_tabs li {
  display: inline-block;
  margin-left: 20px;
}
section.slide .navigation li a,
.rslides_tabs li a {
	height: 3px;
	width: 20px;
	display: block;
	background-color: #fff;
	text-indent: -9999px;
}
section.slide .navigation li a.active, section.slide .navigation li a:hover,
.rslides_tabs li a:hover,
.rslides_tabs li.rslides_here a {
	background-color: #F49228;
}
section.slide .item {
	width: 100%;
	height: 100%;
	background-color: #667991;
}
section.slide .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}

section.slide .item .box {
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 40%;
	text-align: right;
}
section.slide .item .box span.slide-title {
  border-bottom: 1px solid #405064;
  color: #f49228;
  display: block;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section.slide .item .box span.slide-subtitle {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 20px;
}
/* PRODOTTI */

section.prodotti {
	margin-bottom: 40px;
}
section.prodotti .center {
	overflow: hidden;
}
section.prodotti .col {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
section.prodotti .col:nth-child(1) {
	padding-right: 20px;
}
section.prodotti .col:nth-child(2) {
	padding-left: 20px;
}
section.prodotti .col h1 {
	border-bottom: 1px solid #405064;
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
section.prodotti .prod-slide {
	width: 100%;
	display: block;
	overflow: hidden;
}
section.prodotti .prod-slide .item {
	float: left;
	width: 100%;
	padding: 0 10px;
}
section.prodotti .prod-slide .item:hover {
	opacity: 0.8;
}
section.prodotti .prod-slide .item .prod-content {
	float: left;
	width: 100%;
	border: solid 1px #ccc;
}
section.prodotti .prod-slide .item .prod-content img {
	width: 100%;
	display: block;
	margin: 0;
}
section.prodotti .prod-slide .item .prod-content .description {
	background-color: #667991;
	color: #fff;
	display: block;
	font-weight: 600;
	line-height: 20px;
	min-height: 100px;
	padding: 10px;
	width: 100%;
}

section.prodotti .prod-slide .item .prod-content .description span {
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
}
/* COMPANY */

section.company {
    background-image: url(../img/background-tech-01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #667991;
    margin-bottom: 80px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: bottom center;
}
section.company .center {
	height: 100%;
}
section.company .box {
	position: relative;
	float: left;
	margin: 40px 0;
	width: 70%;
	text-align: right;
}
section.company .box .image-logo {
	margin-right: 5%;
	float: left;
	width: 30%;
}
section.company .box .text {
	border-left: solid 1px #fff;
	padding-left: 40px;
	padding-bottom: 80px;
	float: left;
	width: 65%;
	text-align: left;
}
section.company .box .text h2 {
	margin-bottom: 20px;
	font-size: 1.9em;
	line-height: 1.0em;
	text-transform: uppercase;
}
section.company .box .text h4 {
	font-weight: 400;
	line-height: 1.1em;
}
/* NEWS */

section.news {
	margin-bottom: 40px;
}
section.news .center {
	overflow: hidden;
}
section.news .col {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
section.news .col:nth-child(1) {
	padding-right: 20px;
}
section.news .col:nth-child(2) {
	padding-left: 20px;
}
section.news .col .title {
	background-image: url("../img/icon-news@2x.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-bottom: 1px solid #f49228;
	color: #f49228;
	display: block;
	font-size: 1.8em;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	font-weight:600
}
section.news .col .title.eventi {
	background-image: url("../img/icon-eventi@2x.png");
}
section.news .col time {
	color: #f49228;
	display: block;
	font-size: 0.9em;
}
section.news .col h3 {
	font-size: 1.3em
}





/* RESPONSIVE */

@media only screen and (max-width: 1280px) {
section.slide .item .box {
	width: 50%;
	right:40px
}
.rslides_tabs {
  margin: 0;
  right: 40px;
}
}
 @media only screen and (max-width: 992px) {
section.slide .item .box {
	width: 60%;
}
section.company .box {
	width: 100%;
}
}
 @media only screen and (max-width: 768px) {
section.slide {
	height: 400px;
	font-size: 0.9em;
	margin-bottom: 40px;
}
.rslides li {
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.slide .item .box {
  bottom: 10px;
  left: 40px;
  padding-bottom: 40px;
  width: auto;
}
.rslides_tabs {
  right: 60px;
}
section.prodotti {
	margin-bottom: 0;
}
section.prodotti .col {
	width: 100%;
	padding: 0 !important;
}
section.company {
	font-size: 0.9em;
	margin-bottom: 40px;
}
section.news {
	margin-bottom: 20px;
}
section.news .col {
	width: 100%;
	padding: 0 !important;
}
}
 @media only screen and (max-width: 480px) {
section.company .box .image-logo {
	margin-right: 10%;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
	border-bottom: solid 1px #fff;
	padding-bottom: 40px;
}
section.company .box .text {
	border-left: none;
	text-align: center;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 0;
}
}
