@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Frank Ruhl Libre', serif;*/

/*GENERALI*/
html,
body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #fff;
	outline: none;
	background-color:#f4efe9;
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

* {
	outline: none !important;
}

#main {
	overflow: hidden;
	position:relative;
}
.alert_top {
	position: relative;
	padding: 35px;
	border-bottom: 2px solid #eca977;
}
.alert_top p {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: inherit;
	text-decoration:none;	
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.bg_main::after {
	content: "";
	position: absolute;
	top:0;
	right:0;
	width:40%;
	height: 100%;
	background-color: #f9f6f2;
	z-index: 1;
}

section {
	position:relative;
	margin-bottom:150px;
}

section:last-of-type {
	margin-bottom:0;	
}

section.intro {
	height: 100vh;
	min-height: 800px;
}

section.section_background {
	padding: 0 0 150px 0;
}

section.section_background::after {
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 90%;
    background-color: #e5ded7;
}

.section_first {
	padding-top: 350px;
}

.wrapper {
	position: relative;
    width: 100%;
    padding:0 135px;
    margin: auto;
	z-index: 10;
}

.wrapper.wrapper_medium {
    padding:0 35px;
}

.wrapper.wrapper_big {
    padding:0 0;
}

.wrapper.wrapper_big_dx {
    padding:0 135px 0 0;
}

.container {
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}

.container:last-of-type {
	margin-bottom: 0;
}

.wrapper.wrapper_big .container-fluid {
	padding: 0;
}

.wrapper.wrapper_big_dx .container-fluid {
	padding-left: 0;
}

.row {
	margin-bottom:150px;
}

.row:last-of-type {
	margin-bottom:0;	
}

.row.row_intro {
	height: 100vh;
	min-height: 800px;
	padding-bottom: 180px;
}

.big-gutters {
    margin-right: -50px !important;
    margin-left: -50px !important;
}

.big-gutters>.col, .big-gutters>[class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
}

.col_dx {
	padding-top: 150px;
}

.col_dx_inside {
	padding: 0 150px 0 100px;
}

.cover {
	display: block;
	width: 100%; 
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.background_big .cover {
	object-position: top;
}

.cover.cover_top {
	object-position: top;
}

.cover.cover_bottom {
	object-position: bottom;
}

.cover.cover_bottom_left {
	object-position:bottom left;
}

.cover.cover_right {
	object-position: right;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*END GENERALI*/


/*TYPO*/


h1, h2, h3, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0 0 0 0;
}

h1 {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 150px;
	font-weight: 600;
    line-height: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #fff;
}

h1:last-child {
	margin-bottom: 0;
}

.intro h1 {
	margin: 15px 0;
}

.title {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 10.0vw;
	font-weight: 600;
    line-height: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #e5ded7;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

h2:last-child {
	margin-bottom: 0;
}

h3 {
	/*font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;*/
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 40px;
	font-weight: 600;
    line-height: 46px;
    margin-bottom: 60px;
    color: #575656;
}

h3:last-child {
	margin-bottom: 0;
}

h3::after {
	content: "";
	display: block;
	width:25px;
	height: 1px;
	margin-top: 25px;
	background-color: #575656;
}

p {
	font-family: 'Frank Ruhl Libre', serif;
	font-size:20px;
	line-height: 32px;
	font-weight: 400;
	color:#575656;
	margin-bottom: 15px;
}

p:last-of-type {
	margin-bottom:0 !important;
}

p a, p a:hover {
	text-decoration: none;
	color:#575656;
}

p.p_mini {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight: 300;
	line-height: 22px;
}

strong {
	font-weight:bolder;	
}


/*END TYPO*/

/*A BTN*/
a.more {
    position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color:#443634;
	font-size:16px;
	line-height: 16px;
	font-weight: 300;
	margin-top: 60px;
	margin-right: 10px;
	transition: all 0.3s;
	background-color: #f9d9c1;
    padding: 6px 10px;
}

a.more::after {
    content: "";
	position: absolute;
	bottom: -5px;
	left:0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-color: #eca977;
	transition: all 0.3s;
}

a.more:hover {
	color: #443634;
	background-color: #ffdaa6;
}

a.more:hover::after {
	background-color:#eca977;
}

a.more:last-of-type {
	margin-right:0;
}


/*END A BTN*/

/*HOME*/

.scroll {
	position: absolute;
	left:0;
	bottom:0;
	height: 100px;
	width: 50%;
	background-color: rgba(0,0,0,0);
	z-index: 200;
	cursor: pointer;
	border-right:2px solid #f4efe9;
}

.scroll span {
	position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0,-55%);
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
	z-index: 1;
}

.scroll span i {
	margin-left: 15px;
	font-size: 12px;
}

/*.scroll::after {
	content: "";
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	background-color: #f4efe9;
	transition: 0.6s all;
	transform-origin: right;
	transform: scale(0,1)
}

.scroll:hover::after {
	transform: scale(1,1)
}*/


/*END HOME*/

/*PAGE*/

.background_big {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.background_big .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity: 0.20;
	z-index: 2;	
	background: #333333;
}

.item {
	padding: 150px 150px;
    background-color: #e5ded7;
}

.img_page {
    position: relative;
    width: 100%;
    height: 80vh;
	min-height: 650px;
    overflow: hidden;
}

.img_page_big {
    height: 100vh;
	min-height: 850px;
}

.box:nth-child(-n+2) {
	margin-bottom: 100px;
}

.img_box {
    position: relative;
    width: 100%;
    height: 50vh;
	min-height: 450px;
    overflow: hidden;
	transition: all 0.3s;
}

.img_box img {
	z-index: 1;
}

/*.img_box:hover {
	transform: scale(0.95,0.95);
}*/

.img_page img, .img_box img  {
	z-index: 1;
}

.img_box a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index: 3;
}



.img_page::after, .img_box::after  {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.05;
    z-index: 2;
}

.img_box::after {
	transition: opacity 0.3s;
}

.img_box:hover::after {
    opacity: 0;
}



.text_box {
	position: relative;
	margin-top: 50px;
}

.text_box a.more {
	margin: 0;
}

.text_box a.more i {
	vertical-align: middle;
	font-size: 8px;
	margin-left: 5px;
}

.text_box h3 {
	margin-bottom: 20px;
}

ul.list_dett {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight: 300;
	line-height: 20px;
	color: #575656;
	padding: 50px 0;
}

ul.list_dett li {
	padding: 25px 0;
	border-bottom: 1px solid #c2b5a9;
}

ul.list_dett li:first-of-type {
	padding-top: 0;
}

ul.list_dett li.li_evidenzia {
	color:#575656;
	font-weight: 400;
	border-bottom: 1px solid #c2b5a9;
}

ul.list_dett li i{
	vertical-align: middle;
	font-size: 14px;
	margin-right: 5px;
	color:#575656;
}

.cit {
	margin-bottom: 150px;
}

.cit p {
	font-style: italic;
    font-size: 15px;
    line-height: 20px;
}

.cit i {
	color:#eca977;
	font-size:20px;
	margin-top: 30px;
}

#map {
    position: relative;
    width: 100%;
    height: 80vh;
	min-height: 650px;
    overflow: hidden;
	margin-top: 100px;
}

.slick-list {
	z-index: 2;
	padding: 0 !important;
}

.slick-prev {
	display: none !important;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom:-35px;
	right:0;
    display: block;
    width: 25px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next:before {
	content: "";
	display: block;
	width:100%;
	height: 100%;
	background-image: url("../img/icon/long-arrow-alt-right-solid.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}






/*FOOTER*/
footer {
	position: relative;
	padding: 200px 0;
	margin-top: 200px;
	background-color: #e5ded7;
}

footer a.logo {
	position: relative;
	display: inline-block;
	width:240px;
	height: 240px;
    background-image: url("../img/Logo_La_Tartufaia.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top:auto;
}

footer .col_footer {
	text-align: center;
	border: 1px solid #eca977;
	padding: 50px 100px !important;
	background-color: transparent;
}

/*footer .col_footer:nth-child(-n+2) {
	border-right: none;
}*/

footer .col_footer:first-child {
	border-right: none;
}

footer h3::after {
    content: "";
    display: block;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

p.footer_end {
	font-family: 'Oswald', sans-serif;
	color:#575656;
	font-size:16px;
	line-height: 22px;
	font-weight: 300;
}

p.footer_end a {
	color:#575656;
}

p.footer_end:first-of-type {
	margin-bottom: 35px;
}

p.footer_end:first-of-type::after {
	content: "";
	display: block;
	width:25px;
	height: 1px;
	background-color: #eca977;
	margin-left: 50%;
	margin-top: 35px;
	transform: translate(-50%,0);
}

footer .background_big .overlay {
	opacity: 0.70;
	background: #333333;
}

/*END FOOTER*/

/*BLACKBROWN*/

body.blackbrown #main {
	background-color:#14120d;
}

body.blackbrown .item {
	background-color: #12100b;
	border-top: 1px solid #eca977;
}

body.blackbrown footer {
	background-color: #12100b;
}

body.blackbrown .title {
	color: #1c1c1c;
}

body.blackbrown p, body.blackbrown p a, body.blackbrown p a:hover, body.blackbrown h3, body.blackbrown p.footer_end {
	color: #9a9898;
}
body.blackbrown p strong {
 color:#f5f5f5;
}

body.blackbrown .background_big .overlay {
	opacity: 0.25;	
	background: #000;
}

body.blackbrown .scroll {
    background-color: rgba(0,0,0,0.6);
	border-right: 1px solid #eca977;
}

body.blackbrown p.p_big {
	    font-size: 3em;
    line-height: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

body.blackbrown a.more {
	   background-color: #ec7115;
	color:#fff;
}

body.blackbrown .logo_clients {
	display: inline-block;
	max-width: 80%;
	max-height: 60px;
}

body.blackbrown .img_page_fluid {
	position:relative;
	width:100%;
}


body.blackbrown .img_page_fluid img {
	width:100%;
	height: auto;
}


@media (max-width: 767px) {
	body.blackbrown .logo_clients {
	display: inline-block;
	max-width: 150px;
	max-height: 60px;
	margin:30px 0;
}
	body.blackbrown p.p_big {
	    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
body.blackbrown .row.row_logos {
	margin-bottom: 0!important;
}
}
@media (max-width: 420px) {
	body.blackbrown .background_big {
		position: absolute;
		width:120%;
		left:-10%;
	}
}





