.h1{
	background-color: #e6e6e6;
    font-size: 10px;
    margin: 0;
    padding: 2px 0 3px 0px;
    text-align: center;
    text-transform: none;
	/*position:absolute;*/
	width:100%;
	top:0;
	z-index:100000;
	font-weight:normal;
	
	
	
	
}

.h2{
	max-width:960px;
	font-size:11px;
	margin:auto;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: none;
	color:#fff;
	background-color:#111;
	
}

/* p{
	color:#fff !important;
} */

strong{
	font-weight:bold;
}

h8{
	display:block;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	
}

a:hover{
	color:#ccc;	
}

.prod-title{
	color: #0392a2;
	font-family: "Roboto Condensed",sans-serif;
	font-size:30px;
}

.prod-title-2{
	color: #0392a2;
	font-family: "Roboto Condensed",sans-serif;
	font-size:18px;
}

.header-page{
	padding:40px 0px;
	text-align:center;
	
}

.page-title{
	color:#fff;
	font-size:40px;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-weight: bold;
}

.page-title-2{
	
	font-size:22px;
	color:#0392a2;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:6px;
}

.page-title-3{
	
	font-family: "Roboto Condensed",sans-serif;
	font-size:28px;
	margin-bottom:30px;
	margin-top:30px;
}

.page-content{
	font-size:120%;
	line-height:1.5;
}

.page-slogan{
	font-style: italic;
	font-size:140%;
	color:#0392a2;
	margin:20px auto;
	text-align: center;
	font-weight:bold;
	
}

.page-content-2{
	
	line-height:1.4;
}

.page-img-2{
	max-width:200px;
	padding:0px 10px 10px 0px;
	display:block;
	float:left;
}

.main-nav a.logo{
	padding-top:20px;
}

.details{
	font-size:120%;
}

.active a{
	color:#c78f53 !important;
}

.inner-nav a{
	text-transform: uppercase;
}

.error-msg{
	font-size:140%;
	color:#de1f16;
}

.catalogo-content{
	text-align:center;
}

.catalogo-content h4{
	text-transform: uppercase;
	margin-bottom:20px;
}

.catalogo-title{
	font-size:160%;
	text-shadow:1px 1px 1px #000;
	margin-bottom:16px;
}

.catalogo-item img{
	display:block;
	margin:auto;
}


.catalogo-img img{
	border:1px solid #ccc;
	padding:5px;
}

.come-arrivare{
	color:#000;
}

.reg-link{
	font-size:120%;
	font-weight:bold;
	color:#000;
}

.reg-link a{
	color:#000;
	text-decoration: underline;
}

.titolo_app{
	font-size:30px;
	color:#0392a2;
	font-family: "Roboto Condensed",sans-serif;
}

.testo_app{
	font-size:110%;
}

.page-img img{
	max-width:200px;
	display:block;
	margin:auto;
	width:90%;
}

.contatti-title{
	color:#93c6ff;
	text-shadow:1px 1px 1px #000;
	font-size:150%;
	text-transform: uppercase;
	margin-bottom:20px;
}

.active{
	color:#93c6ff !important;
}

.footer_active{
	color: #E9B137 !important;
}

.contatti-info address{
	font-size:100%;
	line-height:1.6;
	color:#000;
}

.portfolio-item figure:hover{
	
}

.portfolio-item img:hover{
	
}

.home-section {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    z-index: 0;
	height:400px;
	background-image:url('/_ext/img/sfondo_1.jpg')
}

.main{
	background-position: center center;
}

#policy{
	padding-top:100px;
}

.title-page{
	padding:160px 0px;
}

#messaggio{
	height:70px;
}

.error{
	color:#ed1c24 !important;
}

.lingue{
	position: relative;
    z-index:10000 ;
}

.contatti-info{
	font-size:140%;
}

.form-group{
	margin-bottom:20px;
}

.form-group .btn.btn-black{
	color:#fff;
}

.form-control{
	height: 44px;
}

.righino{
	height:1px;
	margin:50px 0;
	background-color:#795548;
}


h8{
	display:block;
	
}

.img_vini{
	width:100%;
}



#scroll-up {
    color: #313131;
    font-size: 30px;
    text-align: center;
    text-shadow: 3px 3px 3px #ccc;
	background-color:#f5f5f5;
}

#scroll-up a {
    color: #313131;
}

/*//////////////////////////////////////////
///----------------------------------------
//-------- 7. Services
//////////////////////////////////////////*/
.service-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.service-col {
	display: table-cell;
	vertical-align: middle;
	max-width: 50%;
}

.service-col img {
	display: block;
	max-width: 100%;
	height:auto;
}

.service-col:after {
	content:'';
	display: table;
	clear:both;
}

.service-content {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding:25px;
	background: rgba(248,248,248, 0.75);
	border:1px solid rgba(230,230,230, 0.8);
	margin-left:-60px;
	max-width: 520px;
	text-align: left;
	float:left;
}

.reverse .service-content {
	float:right;
	margin-left: 0;
	margin-right: -60px;
	text-align: right;
}

@media (max-width: 991px) {
	.service-container {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.service-container {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.service-col {
		display: block;
		max-width: none;
	}

	.service-content,
	.reverse .service-content {
		margin:0;
		max-width: none;
		float:none;
	}
}


.service-content p:last-child {
	margin-bottom: 0;
}

.service-col .btn {
	min-width: 110px;
	padding:8px 14px;
}

@media screen and (max-width: 1450px){
	
	.logo-img{display: block;
	}
	
	.dropdown-menu{
		/*width:100%;*/
	}
}



@media screen and (min-width:768px){
	#menu-app{
		min-width:600px;
	}
}

@media screen and (max-width:768px){
	h8{
		font-size:22px;
	}
	
	.page-title{
		font-size:22px;
	}
	
	.portfolio-item figure:after {
		background-color: transparent;
	}

	.table{
		font-size:12px;
	}	
} 

#policy p{
	color: #000!important;
}

/* icona whatsapp footer*/
.float-wa {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color: #25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
  }
  
  .my-float {
	margin-top:16px;
  }