/*
Theme Name: EScranes
Version: 1.0
Description: Escranes Theme

*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300);

/* ------------------------- */
/* Reset default browser CSS */
/* ------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background:transparent;
	border:none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	line-height:1;
	font-family:"Open Sans", sans-serif;
	color: #333;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
	font-weight: 900;
	font-family: "Lato", sans-serif;
}

ol,ul {
	list-style:none;
}

blockquote {
	quotes:none;
}

blockquote:before,blockquote:after {
	content:'';
	content:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {
	border:none;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.row {
	display: table-row;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

.text-right {
	text-align: right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.hidden {
	display:none;
}

.invisible {
	visibility: hidden;
}

.uc {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: 900;
}

.lite {
	font-weight: 300;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.italic {
	font-style: italic;
}

/* colors */

.verde {
	color: #013888 !important;
}

.rosso {
	color: #df4440;
}

.blu {
	color: #0a52a6;
}

.giallo {
	color: #f6cd4c;
}

.arancio {
	color: #e47e44;
}

.grigio {
	color: #333;
}

.bianco {
	color: #fff;
}

.sfondo-bianco {
	background-color: #fff;
}

.sfondo-verde {
	background-color: #3972c4;
	padding: 5px 10px;
}
 
.sfondo-rosso {
	background-color: #df4440;
}

.sfondo-blu {
	background-color: #0a52a6;
}

.sfondo-giallo {
	background-color: #f6cd4c;
}

.sfondo-arancio {
 	background-color: #e47e44;
}

.sfondo-grigio {
	background-color: #FFFFFF;
}

.hover:hover {
	opacity: 0.8;
}

.center {
	text-align: center;
}

/* Common */

.lato {
	font-family: "Lato", sans-serif;
}

#menu-menu-principale {
	z-index: 1000;
	position: relative;
}

.main-menu {
	width: 31.3rem;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	font-family: "Lato", sans-serif;
}

.page-content, .footer {
	z-index: 100;
	position: relative;
	float: right;
	width: calc(100% - 31.3rem);
}

.page-really-content ul {
	padding: 2rem 0;
}

.page-really-content li {
	font-weight: bold;
	font-FAmily: "Lato", sans-serif;
	padding-left: /*9rem*/7rem;
	line-height: /*49px*/30px;
}

.page-really-content li:before {
	content: "> ";
	color: #013888;
}

.footer {
	bottom: 0;
	height: auto;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	font-family: "Lato", sans-serif;
	padding: 2.0rem;
	line-height: 1.5;
}

.footer a {
	color: #fff;
}

.back-top {
	background-color: #efeff2;
	color: #8b8b8b !important;
	text-transform: uppercase;
	width: 50px;
	height: 55px;
	border-radius: 3px 3px 0 0;
	position: absolute;
	top: -55px;
	margin-left: -50px;
	text-align: center;
	padding-top: 32px;
	cursor: pointer;
	background-image: url(../img/top.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

.logo-bg {
	/*background-image: url(img/pattern.png);*/
}

.logo-menu {
	display: block;
	width: 100%;
	height: 18.0rem;
	background-image: url(../img/logo-escranes.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.site-main-menu, .sub-menu {
	z-index: 1000;
}

.site-main-menu a, .menu-open {
	color: #333333;
	/*font-weight: bold;*/
	font-size: /*1.9rem*/1.6rem;
}

.site-main-menu > ul > li {
	width: 100%;
	/*border-left: 1.8rem solid #fff;*/
	height: 5.1rem;
	line-height: 5.1rem;
	position: relative;
	border-bottom: 1px solid #f1efef;
	/*padding-left: 2.0rem;*/
	text-align:center;
}

.site-main-menu ul li a {
	display: block;
}

.site-main-menu > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}

.site-main-menu > ul > li > ul > li {
	white-space: nowrap;
	background-color: #FF0100;
	border: none;
	width: auto;
	height: 5.1rem;
	padding: 0 3.0rem;
	transition: color 0.3s ease;
}

.site-main-menu > ul > li:hover > ul {
	display: block;
}

.site-main-menu > ul > li:hover {
	background-color: #013888;
	border-left: 1.8rem solid #013888;
	border-bottom: 1px solid #013888;
}

.site-main-menu ul li ul li a, .site-main-menu ul li:hover a {
	color: #fff;
}

.site-main-menu ul li ul li a, .site-main-menu ul li:hover a {
	color: #fff;
}

.language-menu a:hover, .site-main-menu ul.sub-menu li:hover a {
	color: #333;
	transition: color 0.3s ease;
}

.site-main-menu > ul > li:hover > a {
	transition: color 0.3s ease;
}

.current-page-ancestor > a,
.current-menu-ancestor > a,
.current-menu-parent > a,
.current-page-parent > a,
.current_page_parent > a,
.current_page_ancestor > a,
.current-menu-item > a,
.current_page_item > a {
	color: #333 !important;
}

.language-menu {
	color: #999999;
	font-size: 1.5rem;
	width: 100%;
	height: 3.5rem;
	line-height: 1.2rem;
	/*padding-left: 3.0rem;
	border-left: 1.8rem solid #fff;*/
	border-bottom: 1px solid #f1efef;
	text-align:center;
	margin-top:20px;
}

.language-menu a {
	color: #013888;
}

.col1-2 {
	width: 50%;
}

.col1-3 {
	width: 33.3333333333%;
}

.col2-3 {
	width: 66.6666666666%;
}

.container {
	width: 1011px;
	margin: 0px auto;
}

.full-container {
	width: 100%;
}

/* Home Page */

body.page-template-template-home {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

body.page-template-template-home .footer {
	display: none;
}

.page-template-template-home .back-top {
	display: none;
}

.home-content {
	height: 100%;
	overflow: hidden;
}

.create-future-redcolor {
	width: 25%;
	height: 33.4%;
	float: right;
	position: relative;
	overflow: hidden;
}

.storia-home {
	width: 50%;
	height: 50%;
	float: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.storia-home2 {
	width: 50%;
	height: 50%;
	float: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.storia-home .table, .storia-home2 .table, .create-future-redcolor .table {
	width: 101%;
	height: 101%;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin:5px;*/
}

/*.storia-home .storia-home-hover, .storia-home2 .storia-home-hover {
	opacity: 0;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 7.5rem;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 1, 0, 0.6);
	text-align: center;
	vertical-align: middle;
	padding: 5% 20%;
	transition: opacity 0.5s ease;
}

.storia-home:hover .storia-home-hover, .storia-home2:hover .storia-home-hover {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.storia-home:hover .storia-name, .storia-home2:hover .storia-name {
	display: none;
}*/

.storia-4 {
	height: 66.7%;
}

.storia-5 {
	width:50%;
	
}

.storia-6 {
	width: 50%;
}

.storia-7 {
	width: 50%;
}

.create-the-future {
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 5.6rem;
	line-height: 1.29;
	text-transform: uppercase;
	font-weight: bold;
	height: 60%;
	width: 100%;
	vertical-align: middle;
	padding: 0 5%;
}

.scopri-redcolor {
	font-family: "Lato", sans-serif;
	color: #fff;
	height: 40%;
	width: 100%;
	font-size: 2.6rem;
	font-weight: 100;
	vertical-align: middle;
	padding: 0 5%;
}

.scopri-redcolor span, .create-the-future span {
	display: inline;
	text-align: left;
}

.storia-name {
	color: #fff;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	bottom: 2.0rem;
	left: 3.0rem;
	position: absolute;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
}

.slash {
	font-size: 6.4rem;
	font-weight: bold;
}

.storia-di {
	padding-left: 1rem;
	padding-top: 1rem;
	font-family: "Lato", sans-serif;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.3;
}

.storia-anteprima {
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 3.5rem;
	display: inline-block;
}

.storia-4 .storia-di{
	padding-top: 2rem;
}

.storia-4 .slash {
	font-size: 8.7rem;
}

.storia-4 .storia-anteprima {
	padding-left: 4.5rem;
}

/* Storia */

.page-header {
	
}

.header-story {
	background-color: #f1f3f2;
	padding-bottom: 33.3333333333%;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.header-story-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -6.0rem;
	top: 50%;
	height: 12.0rem;
}

.header-story-content {
	position: relative;
}

.next-story, .prev-story {
	bottom: -10.0rem;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: auto 4.8rem;
	height: 4.8rem;
	line-height: 4.8rem;
	font-size: 1.4rem;
	font-weight: 900;
}

.next-story {
	right: 5%;
	background-image: url(img/next.png);
	background-position: right center;
	padding-right: 2.5rem;
}

.prev-story {
	left: 5%;
	background-image: url(img/prev.png);
	background-position: left center;
	padding-left: 2.5rem;
}

.header-image {
	padding-bottom: 33.3333333333%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.testo-header {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-size: 1.7rem;
}

.testo-header h1 {
	font-weight: 900 !important;
	font-size: 7.3rem;
}

.header-story-content .slash {
	font-size: 12.0rem;
	margin: -1.0rem 2.0rem 0 4.0rem;
}

.page-side-content {
	width: 38.5rem;
}

.page-text-content {
	width: calc(100% - 38.5rem - 1.0rem);
	margin-right: 1.0rem;
}

.side-image, .middle-image {
	background-repeat: no-repeat;
	height: 60.0rem;
	padding-top: 57.0rem;
	background-size: cover;
	background-position: center center;
}

.side-image {
	
}

.side-text {
	background-color: #f1f3f2;
	font-style: italic;
	font-size: 2.7rem;
	padding: 4.5rem;
	line-height: 1.7;
	margin-top: 7rem;
}

.caption {
	font-size: 2.0rem;
	font-style: italic;
	margin-top: 2.0rem;
}

.page-really-content {
	padding-left: 5.7rem;
	padding-right: 5.7rem;
	padding-bottom: 5.7rem;
	border-left: 1px solid #ededed;
	border-top: 1px solid transparent;
}

.page-really-full-content {
	/*border-left: 1px solid #ededed;*/
}

.page-really-content h1 {
  font-size: 4.7rem;
  margin: 4.0rem 0 0.9rem 0;
  line-height: 1.3;
}

.page-really-content h2 {
  text-transform: uppercase;
  font-size: 2.0rem;
  margin: 3rem 0 0.9rem 0;
  line-height: 1.3;
}

.text {
	font-size: 2.0rem;
	line-height: 2;
	padding-right: 5.7rem;
}

.story-block {
	margin-top: 5.0rem;
}

.social-share {
	margin: 5rem 0 2rem 0;
}

.social-share > div {
	float: left;
	width: 15.0rem;
}

.social-share > div.fb {
	height: 21px;
}

.scopri-storia {
	width: 40.0rem;
	margin-top: 5.7rem;
	font-size: 3.0rem;
	line-height: 1.13;
	text-align: center;
	display: block;
	padding: 1.8rem;
	color: #fff !important;
	font-weight: bold;
}

.separator {
	margin: 0px auto;
	background-color: #5cad5c;
	height: 1px;
	width: 165px;
}

.breadcrumb {
	text-align: right;
	padding: 0 0rem 0 0;
	margin-top: 4.0rem;
	font-size: 1.4rem !important;
	width: auto;
}

.storia-title {
}

/* Blog */

.redcolor-logo.blog {
	background-image: url(img/redcolor-logo-blog.png);
	background-repeat: no-repeat;
	width: 257px;
	height: 32px;
}

.page-body {
	padding: 60px 0px;
}

.blog-head {
	height: 6.0rem;
	line-height: 6.0rem;
	font-weight: 900;
	font-size: 2.1rem;
}

.blog-slogan {
	font-size: 2.2rem;
	font-weight: 900;
}

.blog-menu-line {
	background-color: #f5f5f5;
	margin: 4.0rem 0;
	height: 6.0rem;
	line-height: 6.0rem;
	font-size: 1.7rem;
}

.page-template-template-blog .footer, .single-post .footer {
	width: 100%;
}

.blog-menu-container li {
	float: left;
	font-weight: 900;
	color: #666;
}

.blog-menu-container li.cat-separator {
	margin: 0px 1.0rem;
}

.redcolor-go-home {
	padding: 0 1.5rem;
}

.more-news {
	font-size: 1.8rem;
	text-align: center;
	margin: 4.0rem auto;
	background-color: #f2f3f2;
	padding: 2rem;
	width: 15rem;
	color: #666;
	cursor: pointer;
}

.more-news.loading {
	color: transparent;
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.single-news-container img.copertina {
	width: 100%;
	height: auto;
}

.news-container .colonna0 {
	padding-right: 3.5rem;
}

.news-container .colonna1 {
	padding-left: 3.5rem;
}

.news-header {
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2.0rem;
}

.titolo-news {
	font-size: 2.6rem;
	line-height: 1.3;
	margin-bottom: 2.6rem;
}

.riassunto {
	font-size: 1.5rem;
	line-height: 1.73;
	font-style: italic;
	margin-top: 1.0rem;
}

.single-news-container {
	margin-bottom: 5.0rem;
}

.single-news-container .slash {
	font-weight: 300;
	font-size: 3.4rem;
	margin-right: 1rem;
}

.single-news-container .categoria-news {
	font-size: 2.1rem;
}

.single-news-container .occhiello {
	margin-top: 0.4rem;
	font-size: 0.8rem;
}

.single-news-container .news-date {
	font-size: 1.1rem;
	margin-top: 2.0rem;
	color: #999;
}

.single-news-container .news-link {
	font-size: 1.5rem;
	margin-top: 2rem;
	display: block;
	text-decoration: underline;
}

.category-filter.active, .category-filter:hover {
	color: #34b233;
}

.single-post .news-header {
	border: none;
	padding-right: 2.5rem;
}

.single-post .occhiello {
	font-size: 1.6rem;
}

.single-post .categoria-news {
	font-size: 4.8rem;
}

.single-post .slash {
	font-size: 7rem;
}

.single-post .news-date {
	margin-top: 6rem;
	font-size: 1.2rem;
}

.single-post .titolo-news {
	margin-top: 2.5rem;
	font-size: 3.9rem;
	line-height: 1.54;
}

.single-post .sottotitolo {
	margin-top: 2.5rem;
	font-size: 1.9rem;
	line-height: 2.1;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
}

.single-post .news-content-text {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 2.2;
	text-align: justify;
}

.single-post .news-share {
	margin-bottom: 1.6rem;
}

.single-post .social-share {
	margin-top: 0;
}

.single-post .prev-news, .single-post .next-news {
	top: 27rem;
	background-repeat: no-repeat;
	background-position: center center;
	width: 23px;
	height: 67px;
	cursor: pointer;
}

.single-post .prev-news:hover, .single-post .next-news:hover {
	opacity: 0.7;
}

.single-post .prev-news {
	background-image: url(img/prev-post.png);
	left: -6rem;
}

.single-post .next-news {
	background-image: url(img/next-post.png);
	right: -6rem;
}

/* Header */

.header-carousel-image {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.header-story-content.common-header {
	font-size: 5.4rem;
	padding: 0 4rem;
	line-height: 1.4;
}

.page-subtitle {
	font-size: 4.5rem;
	line-height: 1.09;
	margin: 4.7rem 0 2.0rem 0;
}

.page-text {
	font-size: 1.8rem;
	line-height: 1.6;
}

div.link-product-site {
	padding-top: 2.5rem;
	font-size: 1.9rem;
	line-height: 2.6;
}

a.link-product-site {
	font-size: 4.6rem;
	margin-bottom: 5.7rem;
	letter-spacing:	-1px;
}

img.img-pre-footer {
	width: 100%;
	height: auto;
}

h1.titolo-divisione {
	font-size: 7.7rem;
	margin-top: 0;
}

h2.occhiello {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.page-settori .slash {
	font-size: 14.4rem;
	font-weight: normal;
	margin-right: 1.1rem;
}

.page-settori .page-really-content {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}

.carousel-bullets {
	right: 2rem;
	bottom: 2rem;
}

.circle {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 100px;
	margin-right: 1rem;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.circle:hover, .circle.active {
	background-color: #34b233;
	cursor: pointer;
}

/* Concept */

.boxes {
	background-color: #f6f8f6;
	padding: 6rem;
}

.boxes2 {
	background-color: #3972c4;
	padding: 6rem;
}

.titolo-sx, .titolo-dx {
	font-size: 2.5rem;
	height: 18rem;
	width: 18rem;
	margin-bottom: 4rem;
	line-height: 18rem;
	text-align: center;
}

.titolo-sx {
	margin-left: 12rem;
	margin-right: 2rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.titolo-dx {
	text-align: left;
}

.box-slogan {
	font-size: 2.2rem;
	line-height: 1.73;
	font-style: italic;
	padding: 0 2rem;
}

.black-box {
	background-color: #333;
	padding: 8rem;
}

.titolo-box {
	font-size: 5.2rem;
	margin-bottom: 2rem;
}

.testo-box {
	font-size: 3.2rem;
	line-height: 1.66;
	font-weight: 300;
}

.final-content {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	padding-left: 3rem;
	font-size: 1.7rem;
	line-height: 2.47;
}

.scopri-storie-btn {
	/*width: 45rem;*/
	/*margin: 4rem auto;*/
	display: block;
	font-size: 3.5rem;
	text-align: center;
}

.video-preview {
	cursor: pointer;
}

.video-embed-wrapper {
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.video-embed iframe,
.video-embed object,
.video-embed embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-close {
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 56px;
	height: 48px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.box-valori {
	padding: 4rem;
}

.titolo-box-valori {
	font-size: 4.8rem;
}

.testo-box-valori {
	font-size: 1.6rem;
	font-style: italic;
	line-height: 2.13;
	padding-top: 5rem;
	background-image: url(img/valori-slashes.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 2rem;
}

.header-story-content.common-header {

}

.page-it-64 .header-story-content.common-header {
	font-size: 3.2rem;
	line-height: 1.8;
	top: 10%;
}

.page-it-64 .header-story-content.common-header .author {
	font-size: 1.8rem;
}

/* Tecnologie */

.tecnologie-redcolor {
	margin-bottom: 5rem;
}

.tecnology-title {
	font-size: 2.9rem;
	margin-bottom: 15px;
}

.tecnology-subtitle {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}

.grey-box {
	background-color: #f9f8f8;
	height: auto;
	width: 90%;
	padding: 2.5rem;
	margin-bottom: 6rem;
}

.tech-imgs {
	height: auto;
}

.tech-imgs img {
	width: 100%;
	height: auto;
}

.descrizione-tecnologia {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.56;
}

.logo-tech {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.image-tech {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.grey-box:hover .logo-tech {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.grey-box:hover .image-tech {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.addendi {
	margin: 7rem 0 3rem 0;
	text-align: center;
}

.addendi-container {
	display: inline-block;
}

.addendo {
	width: 20rem;
	text-align: center;
}

.plus {
	font-size: 6.4rem;
	padding: 5rem 1rem;
}

.addendo, .plus {
	display: inline-block;
}

.icona-addendo {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.titolo-addendo {
	font-size: 1.7rem;
}

.sottotitolo-addendo {
	font-size: 4.1rem;
}

.risultato {
	height: 12rem;
	padding-top: 8rem;
	font-size: 4.2rem;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 12rem;
}

.box-grigio {
	padding: 4.5rem 5.7rem 7rem 5.7rem;
	background-color: #f6f8f6;
}

.headquarter, .box-grigio {
	font-size: 1.7rem;
	line-height: 1.76;
}

.headquarter h1 {
	text-transform: uppercase;
	padding-left: 6rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-image: url(../img/pin.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.box-grigio h1 {
	text-transform: uppercase;
	/*padding-left: 6rem;*/
	padding-top: 2rem;
	padding-bottom: 2rem;
	/*background-image: url(img/pin.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.headquarter p {
	padding-left: 6rem;
}

.box-grigio p {
	/*padding-left: 6rem;*/
}

.headquarter a, .box-grigio a {
	color: #013888;
}

/* Timeline */

.scroller {
	margin-top: 7rem;
}

.scroller a {
	font-size: 2.4rem;
	margin-right: 5rem;
	cursor: pointer;
}

.anno {
	font-size: /*7.8rem*/5.5rem;
}

.primo-anno {
	font-size: 12.0rem;
}

.titolo-anno {
	font-size: 2.9rem;
	padding-top: 1.3rem;
}

.timeline .slash {
	font-size: 4.5rem;
	font-weight: 300;
}

.primo-testo-anno {
	font-size: 2.1rem;
	line-height: 1.6;
}

.testo-anno {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 1.7rem;
}

.anno-box {
	padding: 3rem 5rem;
}

.anno-box.dispari {
	text-align: right;
	padding-left: 0;
}

.anno-box.pari {
	padding-top: 20rem;
	padding-right: 0;
}

.anno-box.dispari .testo-anno{
	/*padding-left: 5rem;*/
}

.anno-box.pari .testo-anno{
	/*padding-right: 5rem;*/
}

.timeline-tratteggio {
	margin-top: /*7.7rem*/2rem;
	background-image: url(../img/tratteggio.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 50px;
}

.anno-box .marker {
	height: 2px;
	width: 30px;
	background-color: #013888;
	top: 39px;
}

.anno-box.dispari .marker {
	right: -6.5rem;
}

.anno-box.pari .marker {
	left: -6.5rem;
}

.create-future-redcolor.internal {
	width: 33.3333333333%;
	padding-bottom: 33.3333333333%;
}

.create-future-redcolor.internal span{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.create-the-future.future-concept {
	position: absolute;
	top: 0;
	bottom: 40%;
	left: 0;
	right: 0;
	font-size: 8rem;
}

.scopri-redcolor.future-concept {
	position: absolute;
	top: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 5rem;
}

.img-anno img {
	width: 100%;
	height: auto;
	margin-top: 3.0rem;
	/*margin-bottom: 3.0rem;*/
}

.header-story-content.common-header {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-name-la-nostra-storia {
	border-left: 1px solid #ededed;
}

/* Contatti */
.form-container {
	background-color: #e9f6ec;
	padding: 3.5rem;
	font-size: 1.8rem !important;
}

.form-container label {
	width: 33%;
	float: left;
	display: block;
	text-align: right;
	padding-right: 2rem;
	white-space: nowrap;
}

.form-container label, div.input {
	margin-top: 2rem;
}

div.input {
	float: left;
}

div.input input, div.input textarea {
	border: 1px solid #b1b9b3;
	border-radius: 3px;
	padding: 0 1rem;
	width: 46rem;
}

div.input textarea {
	line-height: 1.5;
	padding: 1rem;
}

div.input input {
	height: 4rem;
}

#newsletter > span > span {
	height: 4rem;
}

#newsletter > span > input {
	width: auto;
	height: auto;
	margin: 0;
}

#privacy {
	width: auto;
	margin: 0 !important;
}

#normativa {
	width: 34rem;
	height: 10rem;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input[type="submit"] {
	background-color: #34b233;
	border-radius: 0px !important;
	border: none !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	width: 29rem !important;
}

input[type="submit"]:disabled {
	opacity: 0.6;
}

div.wpcf7-validation-errors {
	background-color: #f7e700;
}

div.wpcf7-mail-sent-ok {
	background-color: #34b233;
	border: 2px solid #34b233;
}

/* Prodotti */
.peso {
	margin-top: 8.5rem;
	margin-left: 5rem;
	background: url(img/simboli.gif) no-repeat scroll 10px -375px;
	padding-left: 4rem;
}

.opzione {
	margin-right: 2rem;
}

.opzioni {
	margin-left: 6rem;
}


.tecMontatura {display:block; height:35px; background:url(img/simboli.gif) no-repeat scroll 5px 50px; overflow:hidden;}
#tecno39 a{ width:85px; background-position: 5px -58px; text-indent:-999px;}
#tecno40 a{ width:74px; background-position: 5px 1px; text-indent:-999px;}
/*#tecno46 a{ width:46px; background-position: 5px -262px; text-indent:-999px;}*/
#tecno46 a{ width:72px; background-position: 5px -1090px; text-indent:-999px;}
#tecno38 a{ width:74px; background-position: 5px -196px; text-indent:-999px;}
#tecno47 a{ width:46px; background-position: 5px -333px; text-indent:-999px;}
#tecno45 a{ width:240px; background-position: 5px -584px; text-indent:-999px;}
#tecno149 a{ width:69px; background-position: 1px -696px; text-indent:-999px;}
#tecno150 a{ width:69px; background-position: 1px -764px; text-indent:-999px;}
#tecno168 a{ width:65px; background-position: 1px -816px; text-indent:-999px;}
#tecno43 a{ height:28px; background-position: 0px -143px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno41 a{ height:28px; background-position: 0px -497px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno42 a{ height:28px; background-position: 3px -438px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno114 a{ height:28px; background-position: 3px -632px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno1060 a{ height:28px; background-position: 0px -944px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno1061 a{ height:28px; background-position: 0px -882px; padding-left:50px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno1059 a{ height:28px; background-position: -4px -1000px; padding-left: 75px; margin-bottom:4px; font-size:10px; text-decoration:none;}
#tecno1062 a{ height:28px; background-position: -8px -1047px; padding-left: 50px; margin-bottom:4px; font-size:10px; text-decoration:none;}

.imported-product .titolo, .imported-product .text1 {
	font-size: 1.8rem;
	margin-top: 3rem;
}

.imported-product .item {
	margin: 5rem 0;
}

.team-leader {
	text-align: center;
}

.leader-photo {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 1000px;
	width: 275px;
	height: 275px;
}

.leader-name {
	font-size: 1.8rem;
	margin: 3rem 0 1rem 0;
}

.leader-role {
	font-size: 1.4rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f5f3f3;
}

.leader-description {
	font-size: 1.6rem;
	line-height: 1.56;
	padding: 3rem 1.5rem 3rem 1.5rem;
}

.award-desc {
	padding-bottom: 33.333333333333%;
}

.award-desc .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5rem;
}

.award-gradient {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjBlZWYwIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(240,238,240,1) 0%, rgba(240,238,240,0.98) 2%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,238,240,1)), color-stop(2%,rgba(240,238,240,0.98)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(240,238,240,1) 0%,rgba(240,238,240,0.98) 2%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(240,238,240,1) 0%,rgba(240,238,240,0.98) 2%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(240,238,240,1) 0%,rgba(240,238,240,0.98) 2%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(240,238,240,1) 0%,rgba(240,238,240,0.98) 2%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eef0', endColorstr='#00ffffff',GradientType=0 );
}

.award-cover {
	padding-bottom: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.award-box {
	margin-top: 1rem;
}

.award-box h3 {
	font-size: 4.2rem;
}

.award-box h3.bianco {
	line-height: 1.47;
}

.award-box .discover {
	font-size: 2.1rem;
	position: absolute;
	bottom: 5rem;
	left: 5rem;
	cursor: pointer;
	padding-left: 7rem;
	line-height: 6.5rem;
	height: 6.5rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/freccia.png);
}

.award-box .discover.open {
	background-image: url(img/freccia_aperta.png);
}

.award-box img {
	margin-top: 2rem;
	margin-bottom: 5rem;
	max-width: 100%;
}

.award-content .page-subtitle { 
	padding: 5rem 5rem 0 5rem;
}	

.award-content .page-text {
	padding: 0 5rem 5rem 5rem;
}

.postid-8423 .header-story-content .testo-header h1 {
	font-size: 3.5rem;
}

.postid-171 .header-story-content .testo-header h1 {
	font-size: 4.3rem;
}

.single-redcolor_products .page-text ul div {
	display: inline;
}

.single-redcolor_products .header-carousel-image {
	
}

ul li.privacy { font-weight:300; margin-left:-40px; font-family:"Open Sans", sans-serif; }
ol li.privacy { font-weight:300; margin-left:-40px; font-family:"Open Sans", sans-serif; }
@media all and (min-width: 1921px) {
	.create-the-future.future-concept {
		font-size: 9rem;
	}
	
	.scopri-redcolor.future-concept {
		font-size: 6rem;
	}
	
	.create-the-future {
		font-size: 6rem;
	}
	
	.scopri-redcolor {
		font-size: 3rem;
	}
	
	.page-it-64 .header-story-content.common-header {
		font-size: 4.2rem;
		top: 2%;
	}

}

@media all and (min-width: 2500px) {
	html {
		font-size: 11px;
	}
	
	.create-the-future.future-concept {
		font-size: 10rem;
	}
	
	.scopri-redcolor.future-concept {
		font-size: 7rem;
	}
	
	.create-the-future {
		font-size: 7rem;
	}
	
	.scopri-redcolor {
		font-size: 4rem;
	}
	
	.page-it-64 .header-story-content.common-header {
		font-size: 6.2rem;
		top: 2%;
	}
	
	.testo-header h1 {
		font-size: 9.0rem;
	}

}

@media all and (min-width: 1025px) and (max-width: 1800px) {
	.storia-anteprima {
		font-size: /*1.2rem*/1.4rem;
	}
	
	.storia-di {
		font-size: /*1.8rem 2.5rem*/3.5rem;
	}

}

@media all and (max-width: 1800px) {
	.award-box h3 {
		font-size: 3.2rem;
	}
	
	.create-the-future {
		font-size: 4.6rem;
	}
	
	.testo-header h1 {
		font-size: 6.7rem;
	}
		
	.header-story {
		background-size: 12rem;
	}
	
	.header-story-content.common-header {
		font-size: 5rem;
	}
	
	.risultato {
		margin-left: 2rem;
		font-size: 3rem;
	}
	
	.plus {
		padding-left: 0;
		padding-right: 0;
	}
	
	.create-the-future.future-concept {
		font-size: 7rem;
	}
	
	.scopri-redcolor.future-concept {
		font-size: 4rem;
	}

}

@media all and (max-width: 1700px) {
	.award-box h3 {
		font-size: 2.5rem;
	}
	
	.award-box img {
		margin-bottom: 2rem;
	}
	
	.testo-header h1 {
		font-size: 5.5rem;
	}
	
	.titolo-box-valori {
		font-size: 4rem;
	}
	
	.header-story-content.common-header {
		font-size: 5rem;
	}
	
	h1.titolo-divisione {
		font-size: 6.7rem;
	}
	
	.create-the-future.future-concept {
		font-size: 6.5rem;
	}
	
	.scopri-redcolor.future-concept {
		font-size: 3.5rem;
	}
}

@media all and (max-width: 1520px) {
	.award-box h3 {
		font-size: 2.1rem;
	}
	
	.award-box img {
		margin-bottom: 2rem;
	}
	
	.award-box .discover {
		bottom: 3rem;
	}
	
	.create-the-future {
		font-size: 3.6rem;
	}
	.testo-header h1 {
		font-size: 4.7rem;
	}
	
	.page-side-content {
		width: 28.5rem;
		font-size: 2.3rem;
	}
	
	.page-text-content {
		width: calc(100% - 28.5rem - 1.0rem);
		margin-right: 1.0rem;
	}
	
	.header-story {
		background-size: 10rem;
	}
	
	.titolo-box-valori {
		font-size: 3.5rem;
	}
	
	.header-story-content.common-header {
		font-size: 4.0rem;
	}
	
	.risultato {
		margin-left: 2rem;
		font-size: 3rem;
	}
	
	.plus {
		padding-left: 0;
		padding-right: 0;
	}
	
	.addendo {
		width: 18rem;
	}
	
	h1.titolo-divisione {
		font-size: 5.7rem;
	}
	
	.create-the-future.future-concept {
		font-size: 6.0rem;
	}
	
	.scopri-redcolor.future-concept {
		font-size: 3.0rem;
	}
	
	.next-story, .prev-story {
		font-size: 1.2rem;
	}

}

@media all and (max-width: 1400px) {
	html {
		font-size: 8px;
	}
	.logo-menu {
		background-size: 85%;
	}
	.storia-anteprima {
		display: inline-block;
	}
	.storia-4 .storia-anteprima {
		display: inline-block;
	}
	.award-box .discover {
		background-size: 30px;
	}
}

@media all and (max-width: 1160px) {
	html {
		font-size: 7px;
	}
	.testo-header h1 {
		font-size: 5.0rem;
	}
	
	.award-box .discover {
		background-size: 20px;
		bottom: 1rem;
	}
}
	
@media all and (min-width: 1025px) {
	.table {
		margin:4px;
	}
	
	.storia-home .storia-home-hover, .storia-home2 .storia-home-hover {
	opacity: 0;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 7.5rem;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 56, 136, 0.9);
	text-align: center;
	vertical-align: middle;
	padding: 5% 20%;
	transition: opacity 0.5s ease;
}

.storia-home:hover .storia-home-hover, .storia-home2:hover .storia-home-hover {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.storia-home:hover .storia-name, .storia-home2:hover .storia-name {
	display: none;
}

}

@media all and (max-width: 1024px) {
	.page-side-content {
		display: none;
	}
	
	.page-text-content {
		width: 100%;
		padding: 0 3rem;
	}
	
	.middle-image {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.text {
		padding: 0;
	}
	
	.scopri-storia {
		width: 100%;
		margin-bottom: 3rem;
	}
	
	.separator {
		display: none;
	}
	
	#menu-menu-principale, .language-menu {
		display: none;
		border-width: 0;
	}

	.site-main-menu > ul > li {
		height: auto;
	}
	
	.site-main-menu > ul > li:hover {
		background-color: #fff !important;
		border-left: 1.8rem solid #fff !important;
		border-bottom: 1px solid #fff !important;
		color: #34b233 !important;
	}
	
	.logo-menu {
		float: left;
		width: /*90%*/88%;
		background-size: inherit !important
	}
	
	.menu-open {
		display: block;
		cursor: pointer;
		float: right;
		width: 10%;
		height: 18rem;
		line-height: 18rem;
		border: none !important;
		text-align: left;
	}
	
	/*.prova-barra {
		dispay:block;
		width:100%;
		background-color:ff0100;
		color:#FFFFFF;
		height:5rem;
		text-align:center;
		line-height:5rem;
	}*/
	
	.menu-open a {
		font-size: 4rem;
	}
	
	.sub-menu {
		position: static !important;
		display: block !important;
	}
	
	.sub-menu li {
		background: none !important;
	}
	
	.site-main-menu > ul > li a, .sub-menu li a {
		color: #013888 !important;
	}
	
	.site-main-menu > ul > li.current-page-ancestor > a,
	.site-main-menu > ul > li.current-menu-ancestor > a,
	.site-main-menu > ul > li.current-menu-parent > a,
	.site-main-menu > ul > li.current-page-parent > a,
	.site-main-menu > ul > li.current_page_parent > a,
	.site-main-menu > ul > li.current_page_ancestor > a,
	.site-main-menu > ul > li.current-menu-item > a,
	.site-main-menu > ul > li.current_page_item > a,
	.sub-menu li.current-page-ancestor > a,
	.sub-menu li.current-menu-ancestor > a,
	.sub-menu li.current-menu-parent > a,
	.sub-menu li.current-page-parent > a,
	.sub-menu li.current_page_parent > a,
	.sub-menu li.current_page_ancestor > a,
	.sub-menu li.current-menu-item > a,
	.sub-menu li.current_page_item > a {
		color: #333 !important;
	}
	
	.timeline-tratteggio {
		background: none;
	}
	
	.marker {
		display: none;
	}
	
	.anno-box {
		padding: 3rem !important;
		text-align: left !important;
		float: left !important;
	}
	
	.anno-box .right {
		float: left;
	}
	
	.testo-anno {
		padding: 0 !important;
		font-size:14px;
	}
	
	.primo-anno, .primo-testo-anno {
		padding: 3rem;
	}
	
	.main-menu, .page-content, .footer, .col2-3, .col1-3, .col1-2 {
		width: 100%;
		float: none;
		position: static;
		height: auto;
	}
	
	.header-story-wrapper {
		position: static;
		margin: 0;
		height: auto;
		padding: 0;
	}
	
	.header-story-content.common-header {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	
	.prev-story, .next-story {
		display: none;
	}
	
	.header-story {
		padding: 2.0rem;
	}
	
	.header-image {
		position: relative;
		padding-bottom: 44%;
	}
	
	.headquarter h1, .box-grigio h1, .headquarter p, .box-grigio p {
		background-image: none;
		padding-left: 0;
	}
	
	.headquarter {
		padding-left: 3rem;
	}
	
	.home-content, .create-future-redcolor, .storia-home {
		width: 100%;
		height: auto;
		position: static;
	}
	
	.create-future-redcolor {
		text-align: center;
	}
	
	.create-future-redcolor .table-cell {
		padding: 2rem;
	}
	
	.create-future-redcolor br {
		display: none;
	}
	
	.storia-home {
		height: 50rem;
		margin-bottom:5px;
		/*margin-bottom:11rem;*/
	}
	
  .storia-7 {
	  width: 100%;
	  margin-bottom:5px;
	  height:50rem;
  }

  .storia-10 {
	  width: 100%;
	  height:50rem;
  }
	
	.storia-home .table {
		position: relative;
	}
		
	.header-story-content .slash {
		font-size: 1rem;
		margin: -1.0rem 2.0rem 0 4.0rem;
	}
	
	.page-really-content {
		padding: 2rem;
	}
	
	.anno-box .slash {
		margin-right: 3rem;
		font-size: 5rem !important;
	}
	
	.page-settori .slash {
		font-size: 10rem;
		padding: 0px 1rem;
		width: 10%;
	}
	
	.occhiello {
		float: left;
	}
	
	h1.page-title {
		float: left;
		font-size: 3.5rem !important;
	}
	
	.page-subtitle, .page-text {
		padding: 0px 1rem;
	}
	
	.link-product-site {
		padding: 0px 1rem;
	}
	
	a.link-product-site {
		font-size: 3rem;
		padding:15px 0;
	}
	
	.addendo, .plus {
		float: none;
		width: 100%;
	}
	
	.icona-addendo {
		width: 100%;
	}
	
	.risultato {
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0;
		background-position: center top;
	}
	
	.grey-box {
		width: 100%;
	}
	
	.tecnology-box {
		padding: 2rem;
	}
	
	.plus {
		height: auto;
	}
	
	.storia-title {
		padding: 2rem;
	}
	
	.header-story-content.common-header {
		display: block;
		position: static;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 3rem;
	}
	
	.create-future-redcolor.internal {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	
	.create-future-redcolor.internal > div {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: auto;
		padding: 2rem;
	}
	
	.create-future-redcolor.internal span {
		position: static;
		display: block;
		position: static;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.titolo-sx, .titolo-dx {
		margin: 0;
		width: auto;
		background-image: none !important;
		text-align: left;
	}
	
	.titolo-sx:after {
		content: " ";
		margin-right: 2rem;
	}
	
	.box-slogan {
		padding: 0;
	}
	
	.final-content {
		padding-right: 3rem;
	}
	
	.form-container label, div.input input, div.input textarea {
		text-align: left;
		width: 100%;
	}
	
	div.input textarea, div.input, input[type="submit"] {
		width: 100% !important;
	}
	
	input[type="submit"] {
		text-align: center !important;
	}
	
	div.privacy-accept, label.privacy-accept-label {
		width: auto !important;
		float: left !important;
	}
	
	.award-box .discover {
		display: none;
	}
	
	.award-desc {
		padding-bottom: 0;
	}
	
	.award-box h3 {
		font-weight: bold;
	}
	
	.award-desc .absolute {
		position: static;
	}
	
	.award-content {
		display: block;
	}
	
	.table {
		/*margin-bottom:5px;*/
	}
	
	.storia-home .storia-home-hover, .storia-home2 .storia-home-hover {
	background-color: rgba(0, 0, 0, 0.3);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 7.5rem auto;
    display: table-cell;
    height: 100%;
    /*opacity: 0;*/
    padding: 5% 20%;
    text-align: center;
    vertical-align: middle;
    width: 100%
	}
	
	.storia-anteprima {
		font-size: /*1.2rem*/1.6rem;
	}
	
	.storia-di {
		font-size: /*1.8rem 2.5rem*/4.5rem;
	}
	
}

@media all and (min-width: 1025px) {
	.space-form-right{ margin-right: 15px; }
	.space-form-left{ margin-left: 15px; }
	
}

@media all and (min-width: 1025px) {
	.adress-copyright {
	color: #999999;
	font-size: 1.2rem;
	width: 100%;
	height: 5.1rem;
	line-height: 1.7rem;
	/*padding-left: 3.0rem;
	border-left: 1.8rem solid #fff;
	border-bottom: 1px solid #f1efef;*/
	text-align:center;
	margin-top:30px;
}

.adress-copyright a {
	color: #013888;
}
}
@media all and (max-width: 1024px){
	.adress-copyright{ display: none;}
}