body {
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
	background: #ffffff;
}

/*-- SLIDER INTRO --*/
#container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

#content {
	height: 100%;
}

.contenitore {
	width: 100%;
	min-width: 1024px;
	min-height: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider-intro > .bx-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100% !important;
}

.slider-intro > .bx-wrapper > .bx-viewport {
	height: 100% !important;
	background: #b3b3b3;
	border: 50px solid #ffffff;
	border-top: 90px solid #ffffff;
	border-bottom: 40px solid #ffffff;
	z-index: 1;
}

.slider-intro > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-prev {
	left: -5px;
	background: url('/immagini/knuckle/arrow_intro_left.png');
	width: 109px !important;
	height: 218px !important;
	margin-top: -85px !important;
}

.slider-intro > .bx-wrapper > .bx-controls > .bx-controls-direction > .bx-next {
	right: -5px;
	background: url('/immagini/knuckle/arrow_intro_right.png');
	width: 109px !important;
	height: 218px !important;
	margin-top: -85px !important;
}

.bxslider {
	height: 100% !important;
}

.bg-slider {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	min-height: 100%;
	height: auto;
	position: relative;
}

.cont-grid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 910px;
	height: 520px;
}

.grid-md-1 {
	float: left;
	width: 50%;
	padding: 50px 0;
	margin: 50px 0 85px;
	text-align: center;
	position: relative;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/*.grid-md-1:hover {
	background: rgba(102, 102, 102, 0.15);
}*/

/*.grid-md-1:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 1px;
	height: 100%;
	background: #cccccc;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}
*/

.grid-md-1 > img {
	margin-bottom: 15px;
}

.hover-knuckle {
	display: none !important;
}

.grid-md-1:hover > .hover-knuckle {
	display: inline-block !important;
}

.grid-md-1:hover > .go-hover {
	display: none !important;  
}

.tast-home-knuckle {
	font-size: 17px;
	line-height: 19px;
	color: #666666;
}

.btn-intro {
	border-radius: 0;
	padding: 11px 45px;
	max-width: 100%;
	border: 1px solid #ffffff;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: 2px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-intro:hover, .grid-md-1:hover > .btn-intro {
	background: #ffffff;
	color: #666666;
}

.grid-md-1:hover {
	cursor: pointer;
}

.top-intro {
	position: relative;
	z-index: 10;
	padding: 12px 50px;
}

.menu-intro {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-intro > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 28px;
}

.menu-intro > li > a {
	font-size: 18px;
	line-height: 20px;
	color: #3f2b2f;
}

.menu-intro-social {
	position: absolute;
	top: 25px;
	right: 110px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-intro-social > li {
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	color: #999999;
	padding: 0 6px;
	display: inline-block;
	vertical-align: middle;
}

.menu-intro-social > li > a {
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	color: #999999;
}

.menu-intro-social > li:first-child {
	padding-right: 15px;
}

.caption-text {
	position: absolute;
	bottom: 60px;
	left: 75px;
	max-height: 490px;
	overflow-y: scroll;
}

.caption-text > h2 {
	font-size: 33px;
	line-height: 35px;
	/*color: #3f2b2f;*/
	color: #ceb297;
	margin: 0 0 45px;
}

.caption-text > p {
	font-size: 21px;
	line-height: 26px;
	color: #ffffff;
}
/*-- FINE INTRO --*/

/*-- TOP --*/
.navbar-inverse {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .navbar-brand {
	padding: 0;
}

.navbar-header {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav {
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav > li:first-child > a {
	padding-left: 0 !important;
	border: none !important;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	margin: 0;
	padding: 25px 15px;
	border-left: 1px solid #e5e5e5;
	height: 76px;
	display: table-cell;
	vertical-align: middle;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #3f2b2f;
}

.navbar-nav > li:first-child > p {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	margin: 0;
	padding: 20px 0 20px 15px;
	border-left: 1px solid #e5e5e5;
}

.navbar-nav > li > p {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.login > a {
	padding: 25px !important;
}

.navbar-inverse > .container {
	padding: 10px 15px;
}

.container {
	width: 960px;
}

.undercarrello {
	background: none;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: 76px;
	border-left: 1px solid #e5e5e5;
	margin: 0;
	padding: 0 0 0 15px;
}

.undercarrello > h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #3f2b2f;
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.carrello-quanti {
	background: url('/immagini/knuckle/ico_cart.png') no-repeat;
	background-position: bottom;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: "futura-pt", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #3f2b2f;
	text-align: center;
}

.login {
	text-align: center;
	background: none;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 0;
	margin: 0;
}

.login > a {
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	color: #3f2b2f !important;
	margin: 0 !important;
	padding: 25px 15px !important;
	height: 76px !important;
	display: table-cell !important;
	vertical-align: middle !important;
}

.login > a > img {
	display: inline-block;
	vertical-align: middle;
}

.login > a > span {
	text-align: left;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.padding25 {
	padding: 20px 20px;
}

.menu-top2 {
	/*margin: 0;*/
	margin: 13px 0 0 -110px;
	padding: 0; 
	list-style-type: none;
}

.menu-top2 > span > li {
	float: left;
}

.menu-top2 > span > li > a {
	font-size: 17px;
	line-height: 19px;
	color: #f9f9f9;
	padding: 0 30px;
	text-transform: uppercase;
	display: block;
}

.menu-top2 > span > li:first-child > a {
	padding: 0 30px 0 0;
}

.menu-top2 a:first-letter {
	text-transform: uppercase !important;
	display: block;
}

.form-search-top {
	margin: -4px 0 0;
}

.form-search-top > input[type="text"] {
	width: 222px;
	padding: 0 10px 3px;
	border: none;
	border-bottom: 1px solid #686163;
	background: none;
	text-align: right;
	font-size: 15px;
	line-height: 22px;
	color: #f2f2f2;
	font-style: normal;
}

.form-search-top > input[type="submit"] {
	background: url('/images/ico_search2.png') no-repeat transparent;
	background-size: 20px;
	border: none;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
}

.form-search-top > input::-webkit-input-placeholder { color: #f2f2f2; }
.form-search-top > input:-moz-placeholder { color: #f2f2f2; }
.form-search-top > input::-moz-placeholder { color: #f2f2f2; }
.form-search-top > input:-ms-input-placeholder { color: #f2f2f2; }
	/*-- MENU TOP --*/
	/*#main-nav ul li.active {  }
	#main-nav ul li.active a { color: #fff; text-decoration: none; }*/

	/* A single menu */
	.dropotron { background: #ffffff; box-shadow: 0px 2px 5px rgba(0, 0, 0, .3); border-radius: 0.5em; list-style: none; margin: 0; min-width: 10em; padding: 0.75em 1em 0.75em 1em; }
	.dropotron > span >li { border-top: solid 1px #808080; margin: 0; padding: 0; display: block; float: none; }
	.dropotron > span > span > li:first-child { border-top: 0; }
	.dropotron > span > span > li > a { color: #808080; display: block; padding: 0.5em 0 0.5em 0; text-decoration: none; font-size: 16px; line-height: 18px; }
	.dropotron > span > span > li.active > a, .dropotron > span > span >  li:hover > a { color: #3f2b2f; }
	
	/* Only applies to top level ("level-0") menus */
	.dropotron { margin-top: 1.25em; }
	.dropotron:before { content: ''; position: absolute; border-bottom: solid 0.5em #ffffff; border-left: solid 0.5em transparent; border-right: solid 0.5em transparent; top: -0.5em; }
	/*-- FINE MENU TOP --*/
/*-- FINE TOP --*/

/*-- SLIDER HOME --*/
.testo-slider {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 49px;
	line-height: 46px;
	font-weight: 400;
	font-style: normal;
	color: #3f2b2f;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.pagination-text a {
    font-size: 13px;
    color: #66686C;
    margin-left: 5px;
}

.btn-slider {
	color: #3f2b2f;
	text-shadow: none;
	background: #e5e5e5;
	border: none;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;
	padding: 9px 20px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-slider:hover, .btn-slider:focus, .btn-slider:active, .btn-slider.active, .btn-slider.disabled, .btn-slider[disabled] {
	color: #e5e5e5;
	background: #3f2b2f;
}

.carousel-caption {
	text-align: right;
	padding-right: 0;
}

.cont-text-caption {
	text-align: left;
	width: 480px;
}

.carousel-inner {
	width: 1000px;
	margin: 0 auto;
}

.carousel-indicators {
	position: absolute;
	left: 50%;
	z-index: 15;
	width: 960px;
	margin-left: -480px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

.carousel-indicators li {
	display: inline-block;
	width: 312px;
	height: 47px;
	padding: 15px;
	font-size: 16px;
	line-height: 19px;
	color: #3f2b2f;
	text-indent: 0;
	border-radius: 0;
	cursor: pointer;
	background-color: #e5e5e5;
	margin: 0 2px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.carousel-indicators .active {
	width: 312px;
	height: 47px;
	background-color: #3f2b2f;
	color: #ffffff;
}

.bord-bottom-gray {
	border-bottom: 1px dashed #cbcbcb;
}

.bord-top-gray {
	border-top: 1px dashed #cbcbcb;
}

.carousel-control > img {
	position: absolute;
	top: 50%;
	margin-top: -109px;
}

.carousel-control.left > img {
	left: 0;
}

.carousel-control.right > img {
	right: 0;
}
/*-- FINE SLIDER HOME --*/

/*-- VETRINA HOME --*/
.slider-home {
	margin: 10px 0 100px;
}

.slider-home::before {
	content: "";
	background: url('/immagini/knuckle/triangolo_home.png');
	width: 50px;
	height: 39px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -20px;
}

.slider-home .bx-wrapper .bx-next {
	right: -50px;
	width: 50px;
	height: 100px;
	background: url('/immagini/knuckle/right_vetrina.png') center;
	margin-top: -50px;
}

.slider-home .bx-wrapper .bx-next:hover {
	background-position: center;
}

.slider-home .bx-wrapper .bx-prev {
	left: -50px;
	width: 50px;
	height: 100px;
	background: url('/immagini/knuckle/left_vetrina.png') center;
	margin-top: -50px;
}

.slider-home .bx-wrapper .bx-prev:hover {
	background-position: center;
}

.slider-home > .bx-wrapper {
	margin: 0 auto;
}

.slider-home > .bx-wrapper .bx-viewport {
	background: #ffffff;
	border: none;
}

.prod-offerte-slider {
	border-right: none;
}

.slider-home > .bx-wrapper img {
	width: auto;
	height: 180px;
}

#prodotto_vet_home {
	width: 240px;
	height: 320px;
	float: left;
	margin: 0;
}

#prodotto_vet_home:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: scale(1.13);
	-moz-transform: scale(1.13);
	-ms-transform: scale(1.13);
	-o-transform: scale(1.13);
	transform: scale(1.13);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.prod_foto {
	width: 240px;
	height: 195px;
	min-height: 195px;
	max-height: 195px;
	padding: 25px 0 25px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#prodotto_vet_home > span > hr {
	border-bottom: 1px dashed #cbcbcb;
}

.prod_titolo_vet {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #3f2b2f;
	text-transform: uppercase;
	margin: 0;
}

#prod_prezzo {
	color: #939091;
}

.title-general {
	font-size: 22px;
	line-height: 24px;
	color: #3f2b2f;
	margin: 0;
}
/*-- FINE VETRINA HOME --*/

/*-- COLONNA SINISTRA --*/
.col-sx {
	padding: 0;
	border: none;
	border-radius: 0;
	width: 180px;
	margin-right: 110px;
}

.undercarrello2 {
	width: 100%;
	background: #ffffff;
	padding: 20px;
	margin-top: 60px;
	position: relative;
	top: auto;
	left: auto;
	display: block;
	text-align: center;
	border: 1px solid #cccccc;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.undercarrello2:before {
	display: none;
}

.undercarrello2 > .undercarrello {
	background: #3f2b2f;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-left: none;
	margin: 0;
	padding: 35px 0;
}

.undercarrello2 .carrello-quanti {
	background: url('/immagini/knuckle/ico_cart.png') no-repeat;
	background-position: bottom;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: "futura-pt", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.undercarrello2 .undercarrello > h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin: 10px 0 0;
	display: block;
	vertical-align: middle;
}

.undercarrello2 > a {
	font-size: 18px;
	line-height: 20px;
	color: #3f2b2f;
	display: block;
}

.undercarrello2 > a:hover, .undercarrello2 > a:focus {
	color: #3f2b2f;
}

.undercarrello2 > a:nth-child(2) {
	margin-top: 15px;
}

.col-sx > hr {
	border-top: 1px dashed #cbcbcb;
	height: 1px;
	margin: 10px 0;
}

.menu {
	padding: 0;
}

.title-category > p {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: #3f2b2f;
	margin: 0 0 8px;
	cursor: pointer;
	border-bottom: 1px dashed #cbcbcb;
	padding: 0 0 8px;
	position: relative;
	text-transform: uppercase;
}

.title-category > p::before {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	width: 15px;
	height: 8px;
	background: url('/immagini/knuckle/arrow_menu.png');
}

.sped-gratis {
	background: #3f2b2f;
	padding: 20px;
	margin-top: 20px;
}

.sped-gratis > h2 {
	font-size: 16px;
	line-height: 20px;
	color: #cccccc;
	margin: 0;
}

.sped-gratis > h2 > span {
	font-size: 40px;
	line-height: 35px;
	color: #ffffff;
	font-weight: lighter;
	font-style: italic;
}
/*-- FINE COLONNA SINISTRA --*/

/*-- VETRINA OFFERTE/SEZIONE --*/
.cont-offerte {
	width: 640px;
	margin: 0;
}

.width-vetrina {
	width: 210px !important;
	height: 340px !important;
}

.prod_foto img {
	width: auto;
	height: 180px;
	max-width: inherit;
}

.padding40 {
	padding: 65px 15px;
}
/*-- FINE VETRINA OFFERTE/SEZIONE --*/ 

/*-- ELEMENTI GENERICI --*/
.box-prefooter > h2 {
	font-size: 17px;
	line-height: 19px;
	color: #3f2b2f;
}

.box-prefooter > p {
	font-size: 17px;
	line-height: 20px;
	color: #939091;
	margin: 0;
}

.text-footer > p {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	color: #939091;
}

.text-footer > p > span > a {
	color: #939091;
}

.logo-footer {
	display: inline-block;
	vertical-align: middle;
}

.text-footer {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.title-categorie-sezione {
	padding: 33px 0;
	text-align: center;
}	

.title-categorie-sezione > h2 {
	font-size: 60px;
	line-height: 58px;
	color: #3f2b2f;
	margin: 0;
}

.padding50_20 {
	padding: 50px 15px 20px;
}

.button-back {
	font-size: 19px;
	line-height: 20px;
	color: #939091;
	cursor: pointer;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.button-back:hover, .button-back:active, .button-back:focus, .button-back:visited {
	color: #000000;
}

.titolo-pagina {
	color: #3f2b2f;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 35px
}

.item-grid {
	width: 290px;
}

.link-generic {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	text-decoration: underline;
}

.link-generic:hover, .link-generic:visited, .link-generic:focus, .link-generic:active {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	text-decoration: underline;
}
/*-- FINE ELEMENTI GENERICI --*/

/*-- VEDI PRODOTTO --*/
.cont-vedi-prodotto {
	width: 700px;
	margin: 0; 
}

#page-prodotto .col-sx {
	margin-right: 50px;
}

.foto_prodotto {
	width: 295px;
	margin-right: 60px;
	text-align: center;
}

#gallery_01 {
	margin-top: 30px;
	text-align: left;
}

#gallery_01 > a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cbcbcb;
	padding: 5px 10px;
	width: 65px;
	height: 65px;
	text-align: center;
}

#gallery_01 > a > img {
	height: 55px;
}

.descrizione_prodotto {
	width: 345px;
}

.descrizione_prodotto > h3 {
	font-size: 11px;
	line-height: 13px;
	color: #3f2b2f;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.descrizione_prodotto > h1 {
	font-size: 24px;
	line-height: 26px;
	color: #3f2b2f;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.descrizione_prodotto > h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin: 0 0 35px;
}

.cont-disp {
	margin: 0 0 10px;
}

.titoletti-prodotto {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #3f2b2f;
	text-transform: uppercase;
	margin: 0;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}

.second-title {
	width: 190px;
	display: inline-block;
	vertical-align: middle;
}

.second-title > p {
	font-size: 16px;
	line-height: 18px;
	color: #808080;
	margin: 0;
}

.carica-logo {
	margin: 0;
}

.quantita2 {
	width: 39px;
	text-align: center;
	border: 1px solid #cbcbcb;
	padding: 3px 0;
	font-size: 17px;
	line-height: 17px;
	color: #808080;
}

.select_prodotto {
	color: #808080;
	width: 105px;
	font-size: 16px;
	line-height: 15px;
	border: 1px solid #cbcbcb;
	padding: 7px 26px 7px 10px;
	outline: none;
	-webkit-appearance: none;
	background: url('/immagini/knuckle/arrow_select_prodotto.png') no-repeat transparent;
	background-position: right center;
	text-indent: .01px;
	text-overflow: "";
	margin: 0;
	cursor: pointer;
}

.input-append > .input-xlarge {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid #cbcbcb;
	box-shadow: none;
	font-size: 16px;
	line-height: 21px;
	color: #808080;
	width: 155px;
	background: url('/immagini/knuckle/carica_logo.png') no-repeat;
	background-position: right center;
	text-align: left;
	padding: 5px 26px 5px 10px;
	height: auto;
	overflow: hidden;
}

.btn-aggiungi {
	color: #ffffff;
	text-shadow: none;
	background: #3f2b2f;
	font-size: 13px;
	line-height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	padding: 15px 30px;
	width: auto;
	margin-right: 8px;
}

.btn-aggiungi:hover, .btn-aggiungi:focus, .btn-aggiungi:active, .btn-aggiungi.active, .btn-aggiungi.disabled, .btn-aggiungi[disabled] {
	color: #ffffff;
	background: #3f2b2f;
	border: 1px solid transparent;
}

.btn-aggiungi2 {
	color: #3f2b2f;
	text-shadow: none;
	background: #f0f0f0;
	font-size: 13px;
	line-height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	padding: 15px 24px;
	width: auto;
}

.btn-aggiungi2:hover, .btn-aggiungi2:focus, .btn-aggiungi2:active, .btn-aggiungi2.active, .btn-aggiungi2.disabled, .btn-aggiungi2[disabled] {
	color: #3f2b2f;
	background: #f0f0f0;
	border: 1px solid transparent;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #3f2b2f;
	font-size: 13px;
	line-height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	padding: 15px 30px;
	width: auto;
	margin-right: 8px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background: #3f2b2f;
	border: 1px solid transparent;
}

.clearfloot {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.cont-info-prodotto2 {
	margin-top: 60px
}

.col-info {
	width: 135px;
	margin-left: 25px;
	float: left;
}

.col-info:first-child {
	width: 185px;
	margin-left: 0;
}

.col-info > h2 {
	font-size: 13px;
	line-height: 16px;
	color: #3f2b2f;
	margin: 0 0 17px; 
	padding: 0 0 17px;
	border-bottom: 1px dashed #cbcbcb;
}

.col-info > p {
	font-size: 16px;
	line-height: 18px;
	color: #808080;
	margin: 0;
}

.col-info > p > a {
	font-size: 16px;
	line-height: 18px;
	color: #808080;
	text-decoration: underline;
	margin: 0;
}

.col-info > p > a:hover {
	color: #808080;
	text-decoration: none;
}

.col-info > a {
	font-size: 16px;
	line-height: 18px;
	color: #3f2b2f;
	text-decoration: underline;
	margin: 0;
}

.col-info > a:hover {
	color: #3f2b2f;
	text-decoration: none;
}

.cont-descr {
	margin: 0 0 60px;
}

.cont-descr > h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #3f2b2f;
	margin: 0 0 17px;
	padding: 0 0 17px;
	border-bottom: 1px dashed #cbcbcb;
}

.cont-text {
	padding: 0 15px;
}

.cont-text > p {
	font-size: 16px;
	line-height: 18px;
	color: #808080;
	margin: 0;
}

.cont-correlati {
	margin: 0;
}

.cont-correlati > h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #3f2b2f;
	margin: 0 0 17px;
	padding: 0 0 17px;
	border-bottom: 1px dashed #cbcbcb;
}

.f_acquista {
	-webkit-box-shadow: 0 0 20px;
	-moz-box-shadow: 0 0 20px;
	box-shadow: 0 0 20px;
}
/*-- FINE VEDI PRODOTTO --*/

/*-- SCROLL --*/
.nicescroll-rails {
	margin-left: 25px !important;
}

.nicescroll-rails > div {
	background: #ffffff !important;
}
/*-- FINE SCROLL --*/

/*-- COLOR/BG --*/
.marrone {
	background: #3f2b2f;
}
/*-- FINE COLOR/BG --*/

@media only screen and ( max-height: 900px ) {
	.caption-text > h2 {
		font-size: 26px;
		line-height: 28px;
		color: #ceb297;
		margin: 0 0 25px;
	}

	.caption-text > p {
		font-size: 19px;
		line-height: 21px;
	}
}

@media only screen and ( max-height: 655px ) {
	.caption-text > h2 {
		font-size: 22px;
		line-height: 24px;
		color: #ceb297;
		margin: 0;
	}

	.caption-text > p {
		font-size: 16px;
		line-height: 18px;
	}
}

@media only screen and ( max-width: 1099px ) {
	.menu-intro-social {
		-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-ms-transform: scale(0.85);
		-o-transform: scale(0.85);
		transform: scale(0.85);
		-webkit-transform-origin: 400px 20px;
		-moz-transform-origin: 400px 20px;
		-ms-transform-origin: 400px 20px;
		-o-transform-origin: 400px 20px;
		transform-origin: 400px 20px;
	}
}

.barra-before {
	position: relative;
}

.barra-before::before {
	content: "";
	position: absolute;
	right: 15px;
	top: -5px;
	height: 30px;
	width: 1px;
	background: #ffffff;
}

#main-nav
{
	width: 960px !important;
}

.form-search-top > input[type="text"]
{
	width:130px;
}

.menu-top2 > span > li > a {
    font-size: 15px;
    line-height: 17px;
	}