body {
	font-family: 'Oswald', sans-serif;
}

*:focus {
	outline: none;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.btn-bianco {
	background-color: #ffffff;
	color: #805050;
	font-size: 16px;
	border-radius: 0;
	transition: all 0.2s ease-out;
}

.btn-bianco:hover,
.btn-bianco:focus {
	color: #ffffff;
	background-color: #805050;
	text-shadow: 1px 1px 1px #000;
}

.slider-home {
	position: relative;
}

.header {
	background-color: #000000;
}

#menu-menu {
	list-style: none;
	padding-left: 0;
}

#menu-menu .menu-item a {
	color: #ffffff;
	font-size: 16px;
	padding: 10px 40px;
}

#menu-menu .menu-item a:hover,
#menu-menu .menu-item a:focus {
	text-decoration: none;
}

.navbar-toggler {
	color: rgba(128, 80, 80, 1);
	border-color: rgba(128, 80, 80, .6);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 80, 80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.box-top h1 {
	background-color: rgba(128, 80, 80, 0.75);
	padding: 15px 30px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
}

.box-top .content-box-top {
	background-color: rgba(0, 0, 0, 0.75);
	padding: 30px;
	color: #ffffff;
}

.box-top .content-box-top strong {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
}

.box-top .content-box-top .btn {
	margin-top: 20px;
}

.main {
	background-color: #BDB5A8;
	padding-bottom: 90px;
	position: relative;
}

.main h1 {
	font-size: 24px;
	font-weight: 700;
}

.main p {
	font-size: 16px;
}

#breadcrumbs {
	font-size: 12px;
	font-weight: 100;
	color: #fff
}

.sotto-categorie2 {
	background-color: #BDB5A8;
	padding-top: 10px;
	padding-bottom: 0px;
}

.sotto-categorie2 #breadcrumbs  span {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	color: #ffffff;
	text-align: left;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}

#breadcrumbs a {
	color: #ffffff;
}

#breadcrumbs .breadcrumb_last {
	text-transform: uppercase;
}

.wpcf7-form {
	font-size: 16px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	border: 0;
	border: 1px solid #BDB5A8;
	background-color: #221d19;
	max-width: 100%;
	color: #ffffff;
	width: 100%;
	opacity: 0.6;
}

::placeholder {
	color: #ffffff;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: #ffffff;
}

::-ms-input-placeholder {
	color: #ffffff;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-form textarea {
	background-color: #221d19;
	width: 100%;
	resize: none;
	color: #ffffff;
	border: 1px solid #BDB5A8;
}

.wpcf7-form label {
	font-weight: 300;
}

.wpcf7-form a {
	color: #ffffff;
	text-decoration: underline;
}

.wpcf7-form input[type="submit"] {
	background-color: #fff;
	font-weight: 700;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #805050;
	color: #fff;
}

.carousel-caption {
	background-color: rgba(128, 80, 80, 0.75);
	right: auto;
	left: 0;
	text-align: left;
}

.carousel-caption h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.carousel-caption .carousel-control-prev,
.carousel-caption .carousel-control-next {
	color: #ffffff;
}

.main-home {}

.main-home .box-home {
	padding: 0;
	position: relative;
}

.main-home .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	text-transform: uppercase;
	font-weight: 800;
}

.main-home a:hover .btn {
	opacity: 1;
}

.sidebar {
	background-color: #1C1C1C;
	padding-bottom: 15px;
}

.sidebar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.sidebar ul li {}

.sidebar ul li:hover {}

.sidebar ul li a {
	padding: 7px 20px;
	font-size: 16px;
	display: block;
	color: #ffffff;
	transition: all 0.2s ease-out;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid #333;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus {
	background-color: #805050;
	padding-left: 25px;
	color: #ffffff;
	text-decoration: none;
}

.sidebar .menusx-children.product-wrapper {
	max-height: 250px;
	overflow-y: scroll;
}

.sidebar .menusx-children li a {
	padding: 4px 30px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid #764545;
	border-top: 1px solid #906262;
	background-color: #805050;
}

.sidebar ul li.in_hierarchy a {
	border-bottom: 1px solid #764545;
}

.sidebar .menusx-children li a:hover,
.sidebar .menusx-children li a:focus {
	padding-left: 35px;
}

.in_hierarchy > a {
	background-color: #805050;
}

.sotto-categorie {
	background-color: #BDB5A8;
	padding-top: 25px;
	padding-bottom: 75px;
}

.sotto-categorie .col-md-4 {
	margin-bottom: 30px;
}

.sotto-categorie span {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 22px;
}

.sotto-categorie a {
	text-decoration: none
}

.sotto-categorie .button {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.sotto-categorie .button a {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav-tabs {
	background-color: #805050;
	border-bottom: 1px solid #37312D;
	margin-left: 1px;
}

.nav-tabs .nav-item {
	border-right: 1px solid #37312D;
	margin-bottom: -1px;
}

.nav-tabs .nav-item:last-child {
	border-right: 0;
}

.nav-tabs .nav-link {
	margin-right: 0;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 20px;
	border-bottom: 1px solid #37312D;
	background-color: #805050;
	margin-left: -1px;
}

.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #37312D;
	border-bottom: 1px solid #37312D!important;
	border-right: 1px solid #37312D;
}

.nav-tabs .nav-link:hover {
	color: #ffffff;
	background-color: #000;
	border-bottom: 1px solid #37312D!important;
}

.tab-content {
	background-color: #37312D;
	color: #ffffff;
	padding: 30px 15px;
}

.main-prodotto {
	background-color: #BDB5A8;
}

#tab-prodotto h2 {
	border-bottom: 1px solid rgba(255,255,255,1);
	font-size: 16px;
	text-align: right;
	padding-bottom: 15px;
	margin-top: -30px;
	opacity: 0.45;
	margin-bottom: 20px;
}

#tab3 ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#tab3 ul li {
	margin-bottom: 15px;
}

#tab3 ul li:last-child {
	margin-bottom: 0;
}

#tab3 ul li a {
	color: #ffffff;
	font-size: 16px;
}

#tab3 ul li a:hover,
#tab3 ul li a:focus {
	text-decoration: none;
}

#tab3 ul li a i {
	margin-right: 10px;
	font-size: 22px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#tab3 ul li a:hover i {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

#single-prodotto-gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}

#single-prodotto-gallery .item {
	margin-top: 10px;
	margin-bottom: 10px;
}

#single-prodotto-gallery figure {
	overflow: hidden;
}

#single-prodotto-gallery figure img {
	transition: .3s ease-in-out;
}

#single-prodotto-gallery figure:hover img {
	transform: scale(1.1);
	/*filter: grayscale(100%) blur(3px);*/
}

.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%;
}