body {
	font-family: 'Roboto', sans-serif;
	color: #3a3937;
}


head {
}

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	p{
		font-size:20px;
	}

	div.corpo {
		padding:10px;
	}
	.clear{
	    clear:both;
	}

.logo{
	max-width:450px;
	width:100%;
}

.logo2 {
	margin:5px;
	max-width: 300px;
}

.path {
	padding-top: 6px;
	padding-left: 20px;
	background: #FAFAFA;
}
.fascia {
	/*width: 80%;*/
	width: 80%;
	background: #deddd9;
	min-height: 400px;
	position: relative;
	margin-bottom: 100px;
}
.fasciahome {
	/*width: 80%;*/
	width: 100%;
	background: #deddd9;
	min-height: 400px;
	position: relative;
	margin-bottom: 100px;
}
.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #000000;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
	 
	.navbar-toggler {
	  border: none;
	  background: transparent !important;
	}
	
	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	 
	.navbar-toggler .middle-bar {
	  opacity: 0;
	}
	 
	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}
	 
	.navbar-toggler.collapsed .top-bar {
	  transform: rotate(0);
	}
	 
	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}
	 
	.navbar-toggler.collapsed .bottom-bar {
	  transform: rotate(0);
	}
	
	button:focus { outline: none; }

.menu-duesse {
	width: 396px;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: url("../image/bgmenu.png") top left repeat;
	transition:none!important;
}
	.menu-duesse-item{
		margin-top:40px;
	}
	.navbar-toggler{
		cursor:pointer; 
	}
	.boximghome{
		width:100%;
		overflow:hidden;
		min-height:400px;
		text-align:center;
	}
	.img-responsive-home{
		min-width:100%;
		display:inline-block;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.img-responsive{
		width:100%;
	}
	
	a.nav-link:link {
		font-size:20px;
	color: #FFFFFF;
	text-decoration: none; 
    }

	/* visited link */
	a.nav-link:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	/* mouse over link */
	a.nav-link:hover {
		color: #eeeeee;
		text-decoration: none;
	}

	/* selected link */
	a.nav-link:active {
		color: #FFFFFF;
		text-decoration: none;
	}

a.lkfooter:link {
	color: #848484;
	text-decoration: none;
}

/* visited link */
a.lkfooter:visited {
	color: #848484;
	text-decoration: none;
}

/* mouse over link */
a.lkfooter:hover {
	color: #000000;
	text-decoration: none;
}

/* selected link */
a.lkfooter:active {
	color: #848484;
	text-decoration: none;
}

a.lkdefault:link {
	color: #000000;
	text-decoration: none;
}

/* visited link */
a.lkdefault:visited {
	color: #000000;
	text-decoration: none;
}

/* mouse over link */
a.lkdefault:hover {
	color: #cca16a;
	text-decoration: none;
}

/* selected link */
a.lkdefault:active {
	color: #000000;
	text-decoration: none;
}

a.breadcrumb-item:link {
	color: #000000;
	text-decoration: none;
}

/* visited link */
a.breadcrumb-item:visited {
	color: #000000;
	text-decoration: none;
}

/* mouse over link */
a.breadcrumb-item:hover {
	color: #cca16a;
	text-decoration: none;
}

/* selected link */
a.breadcrumb-item:active {
	color: #000000;
	text-decoration: none;
}


.scopri {
	padding: 10px 0;
}

.imgdettaglio {
	position: absolute;
	max-width: 80%;
}
.imgdettaglio100 {
	position: absolute;
}

section.sectionHome1 {
	display: block !important;
	margin-bottom: 400px;
}
section.sectionHome2 {
	display: block !important;
	margin-bottom: 400px;
}

section.sectionDett1 {
	display: block !important;
	margin-top: 150px;
}

section.sectionDett2 {
	display: block !important;
	margin-top: 150px;
}
section.sectionDett3 {
	display: block !important;
	margin-top: 150px;
}
section.sectionDett4 {
	display: block !important;
	margin-top: 150px;
}

.btn {
	border-radius: 0 !important;
	border: 1px solid #cac5b6 !important;
	color: #444444 !important;
	font-weight: 500;
	background: #deddd9 !important;
}

	.btn:hover {
		border-radius: 0 !important;
		border: 1px solid #000000 !important;
		background: initial !important;
		color: #000 !important;
		font-weight: 500;
		background: #cac5b6 !important;
	}


@media screen and (max-width: 780px) {
	.img-responsive-home {
		 min-width:100%;
		 display:inline-block;
		 height:450px;
		 margin-left: 50%;
		 transform: translateX(-50%);
	  }

		.imgdettaglio {
			position:initial;
			max-width: 100%;
		}
		.imgdettaglio100 {
			position: initial;
		}

	section.sectionHome1 {
		margin-bottom: 80px;
	}

	section.sectionHome2 {
		margin-bottom: 80px;
	}

	section.sectionDett1 {
		margin-top: 80px;
	}

	section.sectionDett2 {
		margin-top: 20px;
	}
	section.sectionDett3 {
		margin-top: 20px;
	}
	section.sectionDett4 {
		margin-top: 20px;
	}

	.fascia {
		width: 100%;
		background: #deddd9;
		min-height: 400px;
		position: relative;
		margin-bottom: 100px;
	}
	
}

.txtdesc{
	font-size:18px;
}

@media screen and (min-width: 780px) and (max-width: 980px) {
	.img-responsive-home {
		min-width: 100%;
		display: inline-block;
		height: 650px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}


@media screen and (min-width: 780px) and (max-width: 1400px) {
	section.sectionHome1 {
		margin-bottom: 80px;
	}

	section.sectionHome2 {
		margin-bottom: 80px;
	}
}


	a.menu-active {
		display: inline-block;
		border-bottom: 1px solid #FFF;
		height: 40px;
	}
