@import 'https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Clicker+Script';

/*-------------------------
Reset
-------------------------*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* Reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 5px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*-------------------------
CSS Specifico
-------------------------*/

html,body {
width:100%;
height:100%;
font-size: 100%;
font: 300 15px/1.6em "Roboto", Helvetica, sans-serif;
color: #242424;
text-rendering:optimizeLegibility;
background:#000;
}

/* Nel titolo pagina prodotti */
h1 {
	color: #fff;
	font-style: normal;
	font: 700 38px/normal "Asap", sans-serif;
	margin-bottom:15px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

/* Titolo dettaglio */
h2{
	color: #16262e;
	font-style: normal;
	font: 400 35px/1.6em "Asap", sans-serif;
}

/* Nel titolo */
h3 {
	color: #fff;
	font-style: normal;
	font: 400 20px/1.8em "Asap", sans-serif;
	
}

/* Titolo contenuti */
h4{
	color: #000;
	font-style: normal;
	font: 700 28px/1.6em "Asap", sans-serif;	
}

/* Prenota adesso*/
h5 {
	color: #2d3138;
	font-style: normal;
	font: 400 20px/1.6em "Asap", sans-serif;
}

/* Nel footer */
h6{
	color: #FFF;
	font: 400 20px/2em "Asap", sans-serif;
}

ul {
	list-style: square;
	margin-left:35px;
	margin-bottom:20px;
}

.ultracheck {
  	list-style-image: url('../images/check.png');
}

b {
 	font-weight:bold;
}

em {
    font-style: normal;
    background:rgba(0,0,0,0.4);
    padding:5px 10px;
}

.header-top-bar i {
	border-left:1px solid rgb(218, 215, 201);
	padding-left:15px;
	margin-left:10px;
}

.header-top-bar a {
	text-decoration: none;
	color:rgba(0, 0, 0, 0.5);
}

.header-top-bar a:hover {
	text-decoration: none;
	color:rgba(0, 0, 0, 0.5);
}

a {
	text-decoration: none;
	color:#50391F;
}

a:hover {
	text-decoration: none;
	color:#000;
}

#icon a {
	text-decoration: none;
	color:rgba(255,255,255,1);
}

#icon a:hover {
	text-decoration: none;
	color:rgba(255,255,255,1);
}

#footer a {
	text-decoration: none;
	color:rgba(255, 255, 255, 0.75);
}

#footer a:hover {
	color:rgba(255, 255, 255, 1);
}

#footer2 a {
	text-decoration: none;
	color:rgba(255, 255, 255, 0.75);
}

#footer2 a:hover {
	text-decoration: none;
	color:rgba(255, 255, 255, 1);
}


/* ==========================================*/
/*	Preloader
/* ==========================================*/

#preloader  {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#000;
 }

#status  {
     width: 50px;
     height: 50px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image:url('../images/loading2.gif');
     background-repeat: no-repeat;
     background-position: center;
     margin: -25px 0 0 -25px;
 }

/* ==========================================*/
/*	Fine Preloader
/* ==========================================*/

/* ==========================================*/
/*	Header
/* ==========================================*/

.header-top-bar-container {
	position:fixed;
	width:100%;
	z-index:95;
}

.header-top-bar {
	width:100%;
	margin:0 auto;
	padding:10px;
	position:relative;
	z-index:96;
	color:rgba(0, 0, 0, 0.5);
	font-size:12px;
	text-align:right;
	line-height: normal;
	padding:10px 20px;
}

.header-top-bar img {
height:25px;
margin:0px 5px;
}

/* ==========================================*/
/*	Fine Header
/* ==========================================*/


#cont_top {
	width:100%;
	z-index:91;
	position:fixed;
	transition-duration: 0.8s;
}

.phone {
	margin-top:15px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	width:200px;
}

.blocca {
	background: rgba(0, 0, 0, 0.6) !important;
	height:auto  !important;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.8s;
	transition-timing-function: ease-in-out;
}

.blocca .logo img {
	transition-delay:0.15s;
	width:100px;
	border:0px solid #f2e5cf;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;

}

.blocca .phone {
    display:none;
}

#top {
	width:100%;
	margin:0 auto;
	padding:20px 20px;
}


/* ==========================================*/
/*	CSS MOUSE SCROLL
/* ==========================================*/

#scrollmouse {
	position:absolute;
	bottom:50px;
	z-index:89;
	width:60px;
	left:50%;
	margin-left:-30px;
	text-align:center;
	color:#fff;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

/* ==========================================*/
/*	FINE CSS MOUSE SCROLL
/* ==========================================*/

/* ==========================================*/
/*	SHOP
/* ==========================================*/

#rigacarrello {
	display:table;
	width:100%;
	padding:10px 0px;
	border-bottom:1px solid #f0f0f0;
}

#rigaprodotti {
	display:table;
	width:100%;
	padding:10px;
	border-bottom:1px solid #f0f0f0;
}

#rigaprodotti:hover {
background:#f9f9f9;
}

.add-delete {
	display: table-cell;
	width:25px;
}

.prod-miniatura {
	position:relative;
	float:left;
	width:60px;
	height:60px;
	margin-right:15px;
	overflow:hidden;
	border-radius:5px;
}

.prod-miniatura img {
	min-width:60px;
	height:100%;
	width:auto;
}

.prodotto {
	display:table-cell;
	width:auto;
}

.prezzo-prodotto {
	display:table-cell;
	min-width:70px;
	color:#FF343B;
	text-align:right;
}

.pulsante-vaialcarrello {
		color:#FFF;
		width:auto;
		margin-top:10px;
		padding:10px;
		font-size:20px;
	  text-align:center;
	  width:100%;
		background:#C0C0C0;
		text-decoration: none;
		border-radius: 5px;
		border:0px;
		cursor: pointer;
	  display:inline-block;
}

.pulsante-ordina {
		color:#FFF;
		width:auto;
		margin-top:10px;
		padding:10px;
		font-size:20px;
		background:#FF3457;
		text-decoration: none;
		border-radius: 5px;
		border:0px;
		cursor: pointer;
	  display:inline-block;
}

.pulsante-altriprodotti {
		color:#FFF;
		width:auto;
		margin-top:10px;
		padding:10px;
		font-size:20px;
		background:#C0C0C0;
		text-decoration: none;
		border-radius: 5px;
		border:0px;
		cursor: pointer;
	  display:inline-block;
}

a:hover.pulsante-altriprodotti, a:hover.pulsante-ordina, a:hover.pulsante-vaialcarrello {
	text-decoration: none;
	color:#fff;
}

/* ==========================================*/
/*	FINE SHOP
/* ==========================================*/


/* ==========================================*/
/*	LOGIN
/* ==========================================*/

#carrello {
	float:left;
	width:100%;
	padding:15px 15px 25px;
	border-radius:10px;
	border: 1px solid #e6e6e6 !important;
	color:#505050;
	margin-bottom:20px;
}

#login {
	float:left;
	width:100%;
	padding:15px 15px 25px;
	border-radius:10px;
	background:#f9f9f9;
	border: 1px solid #e6e6e6 !important;
	color:#939393;
}

#registrazione {
	float:left;
	width:100%;
	padding:15px 15px 25px;
	border-radius:10px;
	background:#f9f9f9;
	border: 1px solid #e6e6e6 !important;
}

input.demo  {
		border: 1px solid #e6e6e6 !important; /*Removes border*/
		background:#fff;
		width: 100%; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color:#4b4b4b;
		border-radius: 5px;
		padding: 5px;
		margin-bottom: 8px;
}

select.demo  {
		border: 1px solid #e6e6e6 !important; /*Removes border*/
		-webkit-appearance: none; /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: url("../images/select-arrow.png") no-repeat scroll 97% center #fff;
		width:auto;
	  min-width:70px;
	  max-width:360px;
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color:#4b4b4b;
		border-radius: 5px;
		padding: 5px 20px 5px 5px;
		margin-bottom: 8px;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}

input.conferma {
		color:#FFF;
		width:100%;
		margin-top:10px;
		padding:10px;
		font-size:20px;
		background:#FF3457;
		text-decoration: none;
		border-radius: 5px;
		border:0px;
		cursor: pointer;
}

/* ==========================================*/
/*	FINE LOGIN
/* ==========================================*/

.logo {
	float:left;
	position:absolute;
	top:20px;
	z-index:100;
}

.logo img {
	width:200px;
	transition-duration: 2s;
	border:7px solid #f2e5cf;
	border-radius:50%;
	background:#fff;
}

#cont-menu {
	background:#fff;
	width:100%;
	padding-top:10px;
}

#menu {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.link {
	vertical-align:middle;
	padding:5px 10px;
	color:#fff;
	font-size:90%;
	background:#FF343B;
	text-decoration: none;
	border-radius: 4px;
	border:0px;
	cursor: pointer;
	transition-duration: 1s;
}

.link:hover {
	color:#fff;
  transition-duration: 1s;
}

.invia {
background:#ff343b;
color:#FFF;
border:none;
display:inline-block;
padding:5px 10px;
font: 400 16px/normal "Asap", sans-serif;
margin:4px 5px;
cursor:pointer;
border-radius: 4px;
vertical-align:middle;
}

input.invia {
background:#ff343b;
color:#FFF;
border:none;
display:inline-block;
padding:5px 10px;
font: 400 16px/normal "Asap", sans-serif;
margin:4px 5px;
cursor:pointer;
border-radius: 4px;
vertical-align:middle;
}

#contenuti {
	z-index: 15;
	margin: 0 auto;
	width:100%;
	max-width:1300px;
	padding:70px 20px 120px;
}

#contenuti:after {
    content: '';
    display: block;
    clear: both;
}

.colonne {
	column-count: 4;
	column-gap: 30px;
	
	-moz-column-count: 4;
	-moz-column-gap: 30px;
	
	-webkit-column-count: 4;
	-webkit-column-gap: 30px;
}

#sx {
 float:left;
  margin-left:-270px;
  left:270px;
  width:100%;
  position:relative;
  z-index:5;
}
 
#sx #content {
  margin-right:350px;
}
 
#dx {
  float:right;
  width:270px;
  position:relative;
  z-index:10;
}

.grigio {
	width:100%;
	position:relative;
	background:#f5f5f5;
}

.grigio .cont {
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	color:#444;
	font-size:110%;
}

.bianco {
	width:100%;
	position:relative;
	background:#fff;
}

.table-row {
	display: table;
	padding:100px 20px;
}

.newsletter {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
	width:100%;
	text-align:center;
	padding:50px 20px 100px;
}

.flip-prodotti {
	width:100%;
	position:relative;
	padding:50px 20px 100px;
	background:#4c2226;
}

.flip-prodotti:after {
    content: '';
    display: block;
    clear: both;
}

.bg-contenuti-1 {
	background:url('../images/slide-home4.jpg') center center no-repeat;
	-webkit-background-size:cover;
	-webkit-background-attachment: fixed;
	background-size:cover;
	background-attachment: fixed;
}

.bg-contenuti-2 {
	background:url('../images/slide-home3.jpg') center center no-repeat;
	-webkit-background-size:cover;
	-webkit-background-attachment: fixed;
	background-size:cover;
	background-attachment: fixed;
}

.bg-contenuti-3 {
	background:url('../images/bg-chisiamo.jpg') bottom center no-repeat #000;
  background-size: 100% auto;
}

.news-overlay {
	background:rgba(54, 17, 20, 0.5);
}

#contatori {
  float:left;
	width:25%;
	padding:50px;
	height:200px;
	text-align:center;
	margin:50px 0px;
}

#contatori h4{
	color: #fff;
}

#foto {
	width:100%;
	height:450px;
	overflow:hidden;
	background:url('../images/slide-home2.jpg') center;
	-webkit-background-size:cover;
	background-size:cover;
}

#foto-carretto {
	width:100%;
	height:450px;
	overflow:hidden;
	background:url('../images/slide-carretto.jpg') center;
	-webkit-background-size:cover;
	background-size:cover;
}

.overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
  	width:100%;
	height:100%;
	position:relative;
}

.overlay h2 {
	position:absolute;
	bottom:55px;
	width:100%;
	text-align:center;
	color: #fff;
	font-style: normal;
	font: 700 65px/1.6em "Asap", serif;
	text-shadow: 1px 1px #000;
}

.overlay h2:after {
	content: '';
	width: 180px;
	height: 3px;
	background-color: #f2e5cf;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -90px;
}

#foto-home {
	width:100%;
	height:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
	z-index:3;
}

.bg-grad {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:2;
}

#foto-home .img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  background:url('../images/slide-home.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
}

#foto-home .img2 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  background:url('../images/slide-home5.jpg') center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
}

.nero {
	width:100%;
    background:#16262e;
	font-family: "Asap", sans-serif;
	z-index:90;
	position:relative;
}

#image_azienda {
    float:left;
	width:20vw;
	height:20vw;
	border:2px solid #fff;
	overflow:hidden;
	border-radius:50%;
	margin:0px 40px 20px 0px;
	z-index:50;
}

#image_azienda img {
	min-height:20vw;
	width:20vw;
}

/*-------------------------
BOX news
-------------------------*/

.combo-filtronews {
display: inline-block;
position: relative;
padding: 10px 0px;
}


.input-filds {
display: inline-block;
position: relative;
width: 200px;
padding:10px;
}

.input-filds input[type="text"] {
border: 1px solid #FFF;
color: #6E6E6E;
font-size: 14px;
min-height: 30px;
padding: 5px 10px;
width: 100%;
border-radius:5px;
background:RGB(255, 255, 255);
}

.submit {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #FF343B;
font-size: 18px;
line-height: 43px;
display:inline-block;
right: 10px;
cursor: pointer;
vertical-align: middle;
}

#margin-news {
	width:100%;
	padding-top:50px;
}

#cont_box_news {
	float:left;
	width:33.3%;
	padding:10px;
}

#cont_box_dett_news {
	width:100%;
	max-width:850px;
	margin:0 auto;
}

#box_news {
	padding:20px;
  background:rgba(255,255,255,.9);
	border-radius:5px;
}

#box_news h1 {
  font-size:20px;
	font-family:"Roboto", sans-serif;
	color:#202022;
	text-shadow: none;
	font-weight:400;
	margin-bottom:0px;
	height:53px;
	overflow:hidden;
}

.text-news {
  width:100%;
	height:100px;
	overflow:hidden;
	margin-bottom:10px;
}

.miniatura_news {
	float:left;
	width:100%;
	height:150px;
	overflow:hidden;
	margin:0px 0px 14px;
}

.miniatura_news img {
	width:100%;
	height:auto;
	top:0;
}

.miniatura_dett_news {
	float:left;
	width:100%;
	height:auto;
	max-height:350px;
	overflow:hidden;
	margin:0px 0px 14px;
}

.miniatura_dett_news img {
	width:100%;
	height:auto;
	top:0;
}

/*-------------------------
FINE BOX news
-------------------------*/

/*-------------------------
VIDEO RESPONSIVE
-------------------------*/

.cont-rwd-video {
 width:100%;
 border:1px solid #fff;
 margin-top:0px;
}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*-------------------------
FINE VIDEO RESPONSIVE
-------------------------*/

/*-------------------------
BOX PRODOTTI HOME
-------------------------*/

#cont_prod {
	width:100%;
	height:100%;
    display:table;
}

#cont_box_dett_prod {
	width:100%;
	max-width:850px;
	margin:0 auto;
	padding:10px;
}

#cont_box_prod {
	width:33.3%;
	height:100%;
	padding:10px;
	display:table-cell;
}

#box_prod {
	padding:20px;
    background:#fefef2;
	border-radius:5px;
	display:table;
	width:100%;
	height:100%;
}

#box_prod h1 {
	text-shadow:none;
	font-size:25px;
	color:#4C2226;
}

#box_prod a {
	text-decoration: none;
	color:#CF0000;
}

#box_prod a:hover {
	text-decoration: none;
	color:#000;
}

.miniatura_prod {
	width:100%;
	height:auto;
	/*! padding-bottom:75%; */
	overflow:hidden;
	margin:0px 0px 14px;
	background:#fff;
}

.miniatura_prod img {
	width:100%;
	height:auto;
	top:0;
}

/*-------------------------
FINE BOX PRODOTTI HOME
-------------------------*/

/*-------------------------
MINIATURE dettaglio
-------------------------*/

.cont-box-image2 {
 width:25%;
 float:left;
 padding:1px;
}

.box-image2 {
width:100%;
height:0;
padding-bottom:80%;
overflow:hidden;
}

.box-image2 img {
width: 200%;
margin-left:-50%;
margin-top:-25%;
height: auto;
transition-duration: 2s;
}

.box-image2 img:hover {
transform: scale(1.6,1.6); 
transition-duration: 1s;
}

/*-------------------------
fine MINIATURE dettaglio
-------------------------*/


/* ==========================================*/
/*	Chi siamo
/* ==========================================*/

/*!
.roberto {
	display:block;
	position:relative;
	width:100%;
	height:75vh;
	max-height:500px;
	background: url('../images/roberto.jpg') top center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}
*/

.roberto {
	display:table-cell;
	width:30%;
	height:auto;
}

.roberto-is-gek {
	display:table-cell;
	width:40%;
	height:auto;
	position:relative;
}

.roberto-is-gek .assoluta-centro {
position:absolute;
width:100%;
text-align:center;
top:0; left:0; right:0; bottom:0;
padding-top:25%;
}

.roberto-is-gek .assoluta-centro h1{
font-size:6.2vw;
}

.carlina {
	display:table-cell;
	width:30%;
	height:auto;
}

#chisiamo-txt {
	display:table-cell;
	width:33.3%;
	padding:20px;
	color:rgba(255,255,255,0.7);
	/*! font: 27px/normal 'Clicker Script', cursive; */
}


/* ==========================================*/
/*	Fine Chi siamo
/* ==========================================*/


#cont_footer {
	clear:left;
	width:100%;
	background: #171618;
}

#footer {
	margin: 0 auto;
	width:100%;
	max-width:1300px;
	padding:120px 20px;
	color:rgba(255, 255, 255, 0.75);
}

i.fa-google-plus, i.fa-facebook, i.fa-twitter, i.fa-instagram, i.fa-pinterest, i.fa-youtube {
	padding:10px;
	margin:5px;
	background:#fff;
	border:2px solid #000;
	color:#000;
	border-radius:50%;
	width:50px;
	height:50px;
	line-height:25px;
	text-align:center;
	transition-duration:0.5s;
}

i.fa-google-plus:hover, i.fa-facebook:hover, i.fa-twitter:hover, i.fa-instagram:hover, i.fa-pinterest:hover, i.fa-youtube:hover {
	background:#000;
	border:2px solid #B4B4B4;
	color:#fff;
}

.uno {
	float:left;
	width: 10%;
	padding:0px 50px 0px 0px;
}
.due {
	float:left;
	width: 30%;
}

.due img {
	float:left;
	width: 35px;
	margin:5px;
}

.tre {
	float:left;
	width: 35%;
	padding:0px 50px 0px 0px;
}

#cont_footer2 {
	width:100%;
	background:#0F0E0F;
}

#footer2 {
	margin: 0 auto;
	width:100%;
	max-width:1300px;
	padding:35px 20px;
	color:rgba(255, 255, 255, 0.75);
  font: 400 13px/1.8em "Asap", sans-serif;
}


#pageup {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-image: url('../images/scroll-top.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  display: none;
  cursor: pointer;
	z-index:90;
}


.nascosto { display: none; }