/*Custom*/
a{
	color: #e1b6a0;;
}

a:hover{
	color: inherit;
}

/*Breadcrumbs */
ol.breadcrumb {
	padding: 16px 10px 0px 10px ;
	list-style: none;
	background-color:transparent;
}
ol.breadcrumb li {
	display: inline;
	font-size: 16px;
}
ol.breadcrumb li+li:before {
	padding: 8px;
	content: "/\00a0";
}

/*Informativa breve cookie*/
#popup_cookie{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#444444;
	color:#FFF;
	padding:5px;
	border:#999;
	z-index:9999;
	text-align:center;
	display:none;
}

#popup_cookie a{
	color:#FFF;
	font-weight:bold;
}

#pulsante_cookie_accetta{
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	cursor:pointer;
}

/*SLIDER*/
#homeslider-wrap p{
	font-size: 45px;
    font-weight:400;
    font-family: Josefin Slab,Arial,sans-serif;
	text-transform: uppercase;
	color: #ffd0bc;
	margin-bottom:20px;
}

@media (max-width: 767px) {
	#homeslider-wrap p{
		font-size: 26px;
	}
}

/*LOGO*/
img.logo-white-bg {
    width: 300px;
}
.navbar-brand{
	top:3px;
}

@media (max-width: 1024px) {
    img.logo-white-bg {
        width: 180px;
	}
	.navbar-brand{
		top:20px;
	}
}

#blockquote.v2{
	margin-bottom:0px;
}

/*FOOTER*/
#footer .wraper-footer{
	padding-top:30px;
	padding-bottom:30px;
}

.footer-logo img{
	width:300px;
}

#footer .wraper-footer{
	color:#FFF;
}

#footer .logo-slider{
	color:#999;
}

#footer h2{
	color:#FFF;
}

.footer-background-cover::before {
    background-color: #262626;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.footer-bar-top{
	border-bottom:1px solid #444444;
	background-color: #333333;
	color:#FFF;
	padding:20px 0px 20px 0px;
	text-align: center;
}
.footer-bar-bottom{
	border-top:1px solid #444444;
	background-color: #1b1b1b;
	color:#999;
	padding:20px 0px 20px 0px;
	text-align: center;
}
.social-network-square li a i{
	color:#999;
}

.social-network-square li a i:hover{
	color:#FFF;
}

.footer-bar-bottom a{
	color: #999;
}

video{
	width:100% !important;
	max-width: 100%;
	height: auto;
	background-color:#000;
	background-size: cover;
	z-index: 0;
	display: block;
	object-fit: fill;
}

.image-gallery-section .item {
    padding: 0 5px 20px 5px;
    margin: 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    background-color: transparent;
}

.video-home video{
	width:100%; 
	margin-top:-250px;
}

.vide-video{
	height:450px;
}

.body-offcanvas{
	position:relative;
}

.badge-whatsapp{
	width:250px;
	position:fixed;
	bottom:0px;
	right:0px;
	background-color:#128C7E;
padding:10px 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
text-align:center;
}

.badge-whatsapp a,
.badge-whatsapp a:hover{
	color:#FFF;
}

#about-content-single-post ul{
	line-height: 28px;
	font-size: 16px;
	font-family: Lora;
	color: #949494;
	padding-left:15px;
}

#about-content-single-post ul li{
	line-height: 28px;
	font-size: 16px;
	font-family: Lora;
	color: #949494;
}


@media (max-width: 1255px) {
    .video-home video{
		margin-top:-150px;
	}
}
@media (max-width: 1070px) {
    .video-home video{
		margin-top:-50px;
	}
}
@media (max-width: 890px) {
    .video-home video{
		margin-top:0px;
	}
}
@media (max-width: 810px) {
	.vide-video{
		height:auto;
	}
}



