body {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #58595b;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	font-weight:300;
}
strong {
	color: #777777;
}

/* Mobile */
@media (max-width: 767px) {
body {
	padding-left: 0!important;
	padding-right: 0!important;
}
}
a {
	color: #870304;
	text-decoration: none;
}
a:hover, a:focus {
	color: #444;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300!important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px;
	color: #58595B;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}
img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 3. CONTENT BLOCKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide, #fav-intro, #fav-showcase, #fav-promo, #fav-top, #fav-maintop, #fav-bottom, #fav-user, #fav-footer {
	padding-top: 11px;
	padding-bottom: 10px;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
#fav-slide, #fav-intro, #fav-showcase, #fav-promo, #fav-top, #fav-maintop, #fav-bottom, #fav-user, #fav-footer {
	padding-top: 0;
	padding-bottom: 0;
}
}
/* SLIDE
---------------------------------------------------------------------------- */

#fav-slide .moduletable li, #fav-slide div[class^="moduletable-"] li, #fav-slide div[class*=" moduletable-"] li {
	background: none;
}
#fav-slide .moduletable li ul, #fav-slide div[class^="moduletable-"] li ul, #fav-slide div[class*=" moduletable-"] li ul {
	margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 767px) {
#fav-slide .moduletable li ul, #fav-slide div[class^="moduletable-"] li ul, #fav-slide div[class*=" moduletable-"] li ul {
	margin-bottom: 0;
}
}
/* BREADCRUMBS
---------------------------------------------------------------------------- */

#fav-breadcrumbs .moduletable, #fav-breadcrumbs div[class^="moduletable-"], #fav-breadcrumbs div[class*=" moduletable-"] {
	font-size: 0.9em;
	margin: 5px 0px 2px;
}
#fav-breadcrumbs .moduletable img, #fav-breadcrumbs div[class^="moduletable-"] img, #fav-breadcrumbs div[class*=" moduletable-"] img {
	display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
#fav-breadcrumbs .moduletable, #fav-breadcrumbs div[class^="moduletable-"], #fav-breadcrumbs div[class*=" moduletable-"] {
	margin-top: 10px;
	margin-bottom: 0;
}
}
/* TOP
---------------------------------------------------------------------------- */

#fav-topwrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 14px;
	margin-bottom: 18px;
}
/* MAIN

---------------------------------------------------------------------------- */

#fav-messagewrap .row-fluid [class*="span"] {
	min-height: 0;
}
#system-message {
	margin-top: 10px;
}
#fav-mainwrap .row-fluid [class*="span"] {
	min-height: 10px;
}
/* COPYRIGHT
---------------------------------------------------------------------------- */

#fav-copyrightwrap {
	border-top: 1px solid #ddd;
	margin-top: 2px;
}
#fav-copyright ul.nav.menu {
	float: right;
	margin: 10px 0;
}
#fav-copyright ul.nav.menu li {
	float: left;
	list-style: none;
	background: none;
	line-height: 21px;
}
#fav-copyright ul.nav.menu li a {
	display: block;
	color: #333333;
	margin-left: 21px;
}
#fav-copyright ul.nav.menu li.active a, #fav-copyright ul.nav.menu li a:hover, #fav-copyright ul.nav.menu li:hover a {
	color: #0099FF;
	text-decoration: none;
}
#fav-showcopyright p {
	padding: 21px 0 7px;
	line-height: 21px;
	font-size: 14px;
}
/* Mobile */
@media (max-width: 768px) {
#fav-copyright .moduletable ul.nav.menu {
	margin: 0 auto;
	display: table;
}
#fav-copyright ul.nav.menu {
	float: none;
}
#fav-copyright ul.nav.menu li a {
	margin: 0 21px 0 0;
}
#fav-showcopyright {
	text-align: center;
}
}
@media (max-width: 480px) {
#fav-copyright ul.nav.menu li {
	float: none;
	text-align: center;
	padding: 4px;
}
#fav-copyright ul.nav.menu li a {
	margin: 0;
}
}
/* BACKTOP
---------------------------------------------------------------------------- */

a.backtop i {
	background-color: #58595B;
	color: #FFFFFF;
	font-size: 2em;
	padding-right: 0;
	padding: 5px 10px;
	display: block;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.backtop i:hover {
/*opacity: 0.8;*/
}
#fav-backtotop {
	position: fixed;
	bottom: 2em;
	right: 2em;
	width: 55px;
	z-index: 10;
}
#fav-backtotop .backtop {
	float: right;
}
 @media (max-width: 1199px) {
#fav-backtotop {
	position: relative;
	bottom: 0;
	right: 0;
	margin-bottom: 12px;
	float: right;
}
}

/* Mobile */
@media (min-width: 768px) {
#fav-backtotop-mobile {
	display: none;
}
}
@media handheld, only screen and (max-width: 767px) {
#fav-backtotop {
	display: none;
}
#fav-backtotop-mobile {
	text-align: center;
	margin-top: 50px;
}
}
/* IE */
.lt-ie9 #fav-backtotop {
	padding-bottom: 1em;
}
.lt-ie9 #fav-backtotop-mobile {
	display: none;
}

/* MOBILE PARAMETERS
---------------------------------------------------------------------------- */

@media (max-width: 480px) {
#fav-main img, .moduletable .custom img, div[class^="moduletable-"] div[class^="custom-"] img, div[class*=" moduletable-"] div[class*=" custom-"] img, .img-left, .img-right {
	display: inline-block;
}
#fav-advertwrap, #fav-intro1, #fav-intro2, #fav-intro3, #fav-intro4, #fav-slide1, #fav-slide2, #fav-showcase1, #fav-showcase2, #fav-showcase3, #fav-showcase4, #fav-promo1, #fav-promo2, #fav-promo3, #fav-top1, #fav-top2, #fav-top3, #fav-top4, #fav-maintop1, #fav-maintop2, #fav-maintop3, #fav-sidebar1, #fav-sidebar2, #fav-mainbottom1, #fav-mainbottom2, #fav-mainbottom3, #fav-bottom1, #fav-bottom2, #fav-bottom3, #fav-bottom4, #fav-user1, #fav-user2, #fav-user3, #fav-footer1, #fav-footer2, #fav-footer3, #fav-footer4, #fav-copyright1, #fav-copyright2, #fav-debug {
	display: block;
}
}
/* 4. EXTENSIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* FAVSLIDER
---------------------------------------------------------------------------- */

#fav-slidewrap {
	display: block;
	clear: both;
	position:relative
}
.favdemo .fav-control-nav {
	bottom: 14px!important;
}
.favdemo div[id^="slider-"].favslider, .favdemo div[id*=" slider-"].favslider {
	margin-bottom: 10px!important;
}
div[id^="slider-"].favslider, div[id*=" slider-"].favslider {
	position: relative;
}
.favslider .fav-next, .favslider .fav-prev {
	opacity: 1;
}
.favslider:hover .fav-next:hover, .favslider:hover .fav-prev:hover {
	opacity: 0.8;
}
.favslider .fav-prev, .favslider:hover .fav-prev {
	left: 5px!important;
}
.favslider .fav-next, .favslider:hover .fav-next {
	right: 5px!important;
}
#fav-caption {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 36%;
	bottom: auto;
	width: 60%;
	padding: 21px;
	text-shadow: none;
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#fav-caption h3 {
	font-size: 36px;
	color: #333;
	margin: 6px 0 4px;
	padding: 0;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	border: none;
}
#fav-caption p {
	color: #333;
	text-align: center;
}
 @media handheld, only screen and (max-width: 990px) {
#fav-caption h3 {
	font-size: 30px;
}
}
 @media handheld, only screen and (max-width: 767px) {
#fav-caption {
	top: 30%;
}
#fav-caption h3 {
	font-size: 26px;
	margin-bottom: 0;
}
.fav-direction-nav li .fav-next, .favslider:hover .fav-direction-nav li .fav-next, .fav-direction-nav li .fav-prev, .favslider:hover .fav-direction-nav li .fav-prev {
	top: 50%;
}
}
 @media handheld, only screen and (max-width: 600px) {
#fav-caption {
	top: 30%;
}
#fav-caption h3 {
	font-size: 24px;
}
#fav-caption p {
	font-size: 16px;
	margin-bottom: 0;
}
}
 @media handheld, only screen and (max-width: 480px) {
#fav-caption {
	top: 20%;
	padding: 7px;
}
#fav-caption h3 {
	font-size: 21px;
}
#fav-caption p {
	font-size: 12px;
}
}
 @media handheld, only screen and (max-width: 320px) {
#fav-caption {
	top: 10%;
	padding: 7px;
}
#fav-caption h3 {
	font-size: 18px;
}
}
/* IE */
.lt-ie9 #fav-caption {
	background-color: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	filter: alpha(opacity=67);
	padding: 1% 3% 2%;
}
/* FAVGLYPH
---------------------------------------------------------------------------- */

.favdemo .favglyph-icon-center h2 {
	font-weight: 400!important;
}
.favdemo #favglyph .favglyph-icon-center i {
	color: #880304;
}
.favdemo .favglyph-icon-left #favglyph, .favdemo .favglyph-icon-right #favglyph {
	margin-top: 0;
	margin-bottom: 21px;
}
.favdemo .favglyph-icon-left #favglyph-icon, .favdemo .favglyph-icon-right #favglyph-icon {
	border-color: #880304;
}
.favdemo #favglyph .favglyph-icon-left i, .favdemo #favglyph .favglyph-icon-right i {
	background-color: #880304;
}
/* FAVSOCIAL
---------------------------------------------------------------------------- */

.favdemo div[id^="favsocial"] a, .favdemo div[id*=" favsocial"] a {
	border: 1px solid #ddd;
}
.favdemo ul#favsocial-list {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.favdemo #favsocial {
	margin-top: 3px;
}
/* FAVEFFECTS
---------------------------------------------------------------------------- */

.favdemo #faveffects {
	margin-top: 40px;
}
.favdemo #faveffects i {
	color: #880304;
}
.favdemo #faveffects i:hover {
	color: #444!important;
}
.favdemo #faveffects p[id^="faveffects-title"] a, .favdemo #faveffects p[id*=" faveffects-title"] a {
	font-weight: 300;
}
@media handheld, only screen and (max-width: 990px) {
.favdemo #faveffects p[id^="faveffects-title"], .favdemo #faveffects p[id*=" faveffects-title"] {
	font-size: 16px!important;
}
}
@media handheld, only screen and (max-width: 767px) {
.favdemo #faveffects p[id^="faveffects-title"], .favdemo #faveffects p[id*=" faveffects-title"] {
	font-size: 14px!important;
}
}
@media handheld, only screen and (max-width: 480px) {
.favdemo #faveffects p[id^="faveffects-title"], .favdemo #faveffects p[id*=" faveffects-title"] {
	font-size: 21px!important;
}
}
/* 5. CUSTOM STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-download p {
	margin: 0;
}
#fav-download #fav-download-message {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.3em;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
}
#fav-download #fav-download-btn {
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 4px;
}
#fav-download a.btn.btn-primary.btn-large {
	margin-bottom: 9px;
}

/* Mobile */
@media handheld, only screen and (max-width: 1199px) {
#fav-download #fav-download-message {
	float: none;
	text-align: center;
	padding: 4px 0 21px;
}
#fav-download #fav-download-btn {
	float: none;
	font-size: 16px;
	text-align: center;
	bottom: 4px;
	margin-top: 4px;
	position: relative;
}
}
/* 2. HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-containerwrap {
	min-height: 100%;
	position: relative;
	    float: left;
    width: 100%;
    overflow: hidden;
}
#fav-container {
	background-color: #fff;
}
#fav-headerwrap {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#fav-main {
    float: left;
    width: 100%;
}


/* Mobile */
@media handheld, only screen and (max-width: 768px) {
#fav-header {
	padding-top: 20px;
}
}
#logo_schuco img {
	float: right;
}
#logo_schuco {
	position: relative;
	margin-top: 37px;
	float: right;
}
/* NAVIGATION
---------------------------------------------------------------------------- */

.nav>li>a:hover {
	text-decoration: none;
	background-color: #58595b;

	color: #fff !important;
}
.span7.menu_istituzionale .nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #870304 !important;
}
.nav>li>a:focus {
	background-color: #870304 !important;
}
.span7.menu_istituzionale .nav>li>a:focus {
	background-color: #fff !important;
}
.top_menu_prodotti {
	background: #870304;
}
div#menu-prodotti {
	width: 100%;
}
.menu_desktop:after {
	clear: both;
}
div#menu-prodotti ul {
	margin: 0;
}
#menu-prodotti ul li ul li a {
	font-size: 16px;
	padding: 7px;
}
#menu-prodotti ul li {
	width: 16.66666666666667%;
	background: #870304;
	color: #fff;
	text-align: center;
	float: left;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	list-style: none;
	z-index: 50;
}
#menu-prodotti ul li.last a {
	border-right: 1px solid #FFF;
}
#menu-prodotti ul li.deeper.parent {
	position: relative
}
#menu-prodotti ul li.deeper.parent a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 12px;
	left: 74%;
}
#menu-prodotti ul li.deeper.parent ul li a:after {
	content: none;
}
#menu-prodotti ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	padding: 10px 10px;
	border-left: 1px solid #FFF;
	border-radius: 0;
	text-align: center;
}
div#menu-prodotti ul li:hover {
	background: #58595B;
}
#menu-prodotti ul li a.active {
	background: #58595B;
}
.span7.menu_istituzionale ul li a.active {
	color: #880304;
	font-weight: 700;
	font-size: 18px;
}
.span7.menu_istituzionale li.deeper a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 3px;
	right: 0;
}
.span7.menu_istituzionale li.deeper ul li a:after {
	content: none;
}
#menu-prodotti ul li ul {
	padding: 0;
	position: absolute;
	top: 32px;
	left: 0;
	display: none;
	visibility: hidden;
	margin-top: 0;
	z-index: 40;
	border-top: 1px solid #fff;
}
#menu-prodotti ul li ul li {
	display: block;
	color: #fff;
	padding: 0;
	width: 100%;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	background: #58595b;
	text-align: left !important;
}
#menu-prodotti ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 10;
	margin-top: 2px;
}
.guida ul a.active li {
	background: #960304;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#fav-navbar-collapse {
	width: 100%;
	float: left;
}
.moduletable_menu ul {
	margin: 0;
}
/*   menu istituzionale      
---------------------------------------------------------------------------- */


.span7.menu_istituzionale {
	z-index: 10;
	font-size: 1.3em;
	color: #58595b;
	position: relative;
	float: left;
	margin-top: 60px;
	margin-left: 0;
}
.box_menu {
	float: left;
}
.box_menu ul li ul {
	display: none;
	background: #58595B;
}
.box_menu ul li ul li a {
	color: #fff;
}
.span7.menu_istituzionale ul {
	text-align: left;
	display: table;
	margin: 0 auto;
}
.span7.menu_istituzionale ul li:hover {
	border-bottom: #870304 1px solid;
	z-index: 30;
}
.span7.menu_istituzionale ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 2px 2px;
	background: #fff;
	cursor: pointer;
	border-bottom: 1px #fff solid;
	z-index: 50;
}
.span7.menu_istituzionale ul li:hover {
	background: white;
	color: #fff;
}
.span7.menu_istituzionale ul li ul {
	padding: 0;
	position: absolute;
	top: 37px;
	left: 0;
	width: 240px;
	display: none;
	visibility: hidden;
	margin-top: 0;
}
.span7.menu_istituzionale ul li ul li {
	background: white;
	display: block;
	color: #fff;
	padding: 7px 17px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 17px;
	z-index: 40;
}
.span7.menu_istituzionale ul li ul li:hover {
	background: white;
}
.span7.menu_istituzionale ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.span7.menu_istituzionale a {
	color: #555555;
}
.span7.menu_istituzionale a:hover {
	color: #870304;
}
i.fa.fa-angle-down {
	color: #870304;
}
.navbar-inner {
	min-height: 40px;
	padding: 0px;
	background-color: #E8E8E8;
	background-image: none;
	border: 0;
	border-radius: 0;
	color: #000;
	box-shadow: none;
}
.btn {
	background-color: #870304 !important;
	color: #fff;
	transition: none;
	border: 0;
	border-radius: 0;
	background-image: none;
	margin: 0;
	text-align: left;
	padding-left: 25px;
	box-shadow: none;
}
.btn a {
	color: #fff;
}
.btn:hover, .btn:focus {
	color: #fff;
	box-shadow: none;
	transition: none;
}
.moduletable_menu ul li {
	list-style: none;
	font-size: 1.1em;
	padding: 0;
	border: 1px solid rgba(250, 249, 249, 0.31);
	margin-bottom: -1px;
	text-align: center;
	background: #870304;
}
.moduletable_menu ul li a {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}
.nav-collapse.collapse .box_menu ul li {
	list-style: none;
	padding: 0;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}
.nav-collapse.collapse .box_menu {
	font-weight: 700;
	width: 100%;
}
.box_menu ul li a {
	color: #58595B;/* font-weight: 700; */
}
.box_menu ul {
	margin: 0;
	width: 100%;
	text-align: center;
}
/* FOOTER
---------------------------------------------------------------------------- */
#fav-footerwrap {
	background-color: #EAEAEA;
	width: 100%;
	padding: 0;
	height: 170px;
	margin-top: 10px;
	position: relative;
	bottom: 0;
}
#fav-footer {
	float: left;
	padding: 0 5px;
}
.logo_footer {
	background: #EBEBEB;
	color: #870304;
	padding: 0 5px;
}
.logo_footer h1 {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 21px;
	margin-bottom: -10px;
	font-weight: 700 !important;
	padding-top: 8px;
	color: #58595b;
}
#partner_footer {
	float: right;
	text-align: right;
	margin-top: 20px;
}
#partner_footer img {
	margin-left: 20px;
	text-align: right;
}
.indirizzo_footer {
	float: left;
	margin-top: 6px;
	font-size: 19px;
	width: 35%;
	line-height: 24px;
	color: #58595b;
}
.indirizzo_footer a {
	color: #58595b;
}
/* HOME
---------------------------------------------------------------------------- */

#fav-header {
	position: relative;
	width: 100%;
	float: left;
}
#logo_rz {
	position: relative;
	float: left;
	bottom: 0;
}
/* ===============================================================
Basic Swiper Styles RZ SLIDE 
================================================================*/
.swiper-slide img {
	width: 100%;
	height: auto;
}
#slider {
	padding: 0;
	margin-top: 0;
	display: block;
	clear: both;
}
#slideshow .swiper-slide {
	z-index: 1;
	position: relative;
}

.fascia_container {
    position: absolute;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border: 0;
    height: 100%;
    z-index: 9999;
}

.fascia {
    height: 0;
    /* max-height: 800px; */
    z-index: 9999;
}

.fascia img {
height: 100%;
    width: auto;
    z-index: 999999999999;
    max-width: 300px;}

.caption {
	z-index: 5;
	position: absolute;
	height: 100%;
	left: 10%;

}
.caption p {
    font-size: 64px;
    line-height: 1em;
    width: 50%;
    top: 40%;
    position: relative;
    left: 0%;
    color: #870304;
	 }
.caption.grigia p {
	color: #58595b;
}
.caption_slide {
    position: absolute;
    left: 33%;
    top: 40%;
}

.caption_slide p {
    font-size: 64px;
    line-height: 1em;
    width: auto;
    position: relative;
    color: #870304;
}

.arrow-slide {
	width: 21%;
    height: 20%;
    position: absolute;
    bottom: 0;
    text-align: center;
	 }

.arrow-left-show {
left: 25%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    bottom: 31px;
    display: inline-block;}

.arrow-right-show {
right: 40%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    bottom: 31px;
    display: inline-block;}

.arrow-right-show:before {
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    right: -2px;
    content: '\203a';
    font-size: 38px;
}
.arrow-left-show:before {
    content: '\2039';
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    right: 2px;
    font-size: 38px;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 0;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	height: auto !important;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	position: relative;/* Specify Swiper's Size: */
	/*width:200px;
	height: 100px;*/
	margin-bottom: 0px;
	    cursor: default !important;
}
#slideshow .swiper-container {
	    cursor: default !important;
}
.swiper-slide {
	width: 100%;
	height: auto !important;
}
.swiper-slide-active {
/* Specific active slide styling: */
	
}
.swiper-slide-visible {
}
#slideshow_prodotti .swiper-slide-visible, #prodotti_slidehome {
	text-align: center;
}
.swiper-pagination-switch {
/* Stylize pagination button: */	

}
.swiper-active-switch {
/* Specific active button style: */	
	
}
.swiper-visible-switch {
/* Specific visible button style: */	
	
}
/* --------------------------- fine swiper ----------------------------*/

.rosso {
    background-color: #870304;
    padding: 30px 0 20px;
    margin-bottom: 20px;
}

#riquadri_home {
	margin-top: 10px;
	float: left;
	    margin-bottom: 10px;
}
#riquadri_home .span3 {
	    padding: 0;
    display: block;
    float: left;
    background-color: #fff;
border: 6px solid;
	     border-top: 0;
		      
}

.column_1 .riquadri_home:nth-child(2){
    margin-bottom: 0;
}

.column_2 .riquadri_home:nth-child(2) {
	    margin-bottom: 0;
}

.box_home {
	float: left;
	position: relative;
	margin-right: 3.5%;
	margin-bottom: 3%;
	border-bottom: 2px solid #870304;
	width: 48.25%;
	display: block;
	overflow: hidden;
	height: 240px;
}
.box_home h2 {
	position: absolute;
	bottom: -0.5em;
	line-height: 1em;
	float: left;
	padding: 0.4em;
	color: #870304;
	font-size: 3.3em;
}
.box_home.box_testo {
	float: left;
	width: 48.25%;
	position: relative;
	margin-bottom: 0;
}
.box_home.box_testo h2 {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	font-size: 4em;
	padding: 0;
	height: 2.5em;
	width: 6.5em;
	border-bottom: 1px #595959 dashed;
}
.box_home.box_testo h3 {
	position: absolute;
	top: 7.5em;
	left: 1em;
	line-height: 1em;
	color: #58595b;
}
.box_home span img {
	width: 5%;
	position: absolute;
	z-index: 10;
	right: 0.5em;
	bottom: 0.8em;
}
.box_home img {
	width: 100%;
	    display: block;
    float: left;
}
.guida_finestra {
	float: left;
	position: relative;
	border-bottom: 2px solid #870304;
	clear: both;
	overflow: hidden;/* width: 100%; */
}
.guida_finestra span img {
	width: 8%;
}
.guida_finestra h2 {
	position: absolute;
	bottom: -0.5em;
	line-height: 1em;
	float: left;
	padding: 0.4em;
	color: #870304;
	font-size: 42px;
	z-index: 10;
}
.span9 .box_home.dx {
	margin-right: 0;
	margin-bottom: 0;
}
#plus h2 {
	border-bottom: 1px #BFBFBF dashed;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #58595b;
	padding-left: 25px;
	margin-top: 20px;
}
#plus {
/* margin-top: 20px; */
}
.lista_plus {
	float: left;
	width: 100%;/* margin-bottom: 30px; */
}
.lista_plus ul {
	margin: 0;
}
.lista_plus ul li {
	display: inline;
	width: 20%;
}
.lista_plus ul li a {
	font-size: 22px;
	color: #58595b;
	width: 20%;
	float: left;
	margin-bottom: 25px;
}
.lista_plus ul li a img {
	padding-right: 10px;
	width: 14%;
	margin-top: -5px;
}
.guida_finestra .guida_finestra_desktop img {
	height: auto;
	width: 100%;
}
span.guida_finestra_tablet {
	display: none;
}
/* 8. GALLERIA PRODOTTI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#fav-slide1 ul {
	margin: 0;
}
#fav-slide2 {
	margin-top: -1px;
}
.owl-stage {
	transform: translate3d(0, 0px, 0px);
	transition: 0.25s;
	-webkit-transition: 0.25s;
	width: 3420px;
}
.galleria_cont {
	margin-top: 20px;
}
.galleria_prodotti #owl-demo .item {
	padding: 0;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.galleria_prodotti .owl-carousel {
	width: 100%;
	margin: auto;
}
.galleria_prodotti .prev, .galleria_prodotti .next {
	font-family: FontAwesome;
	position: absolute;
	top: 55%;
	z-index: 100;
	font-size: 35px;
	cursor: pointer;
	display: none;
}
.galleria_prodotti .prev:before {
	content: '\2039';
	font-family: FontAwesome;
	position: relative;
}
.galleria_prodotti .next:before {
	content: '\203a';
	font-family: FontAwesome;
	position: relative;
}
.galleria_prodotti .prev {
	left: 0;
}
.galleria_prodotti .next {
	right: 0;
}
#owl-demo .item {
	padding: 30px 0px;
	margin-right: 7px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ----------------------------------------------- OWL CSS ----------------------------------------------- */
/* 
 *  Owl Carousel - Animate Plugin

 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-nav {
	position: absolute;
	width: 100%;
	top: 35%;
}
.galleria_prodotti .owl-prev:after {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	color: #880304;
	padding: 18px 7px;
	margin-left: -40px;
}
.galleria_prodotti .owl-next:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	right: 0;
	color: #880304;
	padding: 18px 7px;
	margin-right: -40px;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 8.9%;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.galleria_head h2 {
	border-bottom: 1px #BFBFBF dashed;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #58595b;
	padding-left: 25px;
	margin-top: 20px;
}
.item a {
	width: 100%;
	float: left;
	color: #555555;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 0px;
	border-bottom: 2px solid #870304;
	padding-bottom: 10px;
	border-radius: 0;
}
.item a span {
	width: 100%;
	margin-top: 12px;
	float: left;
}
/* 8. GALLERIA Realizzazioni
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide1 ul {
	margin: 0;
}
#fav-slide2 {
	margin-top: -1px;
}
.galleria_realizzazioni #owl-demo .item {
	padding: 0;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.galleria_realizzazioni .owl-carousel {
	width: 100%;
	margin: auto;
}
.galleria_realizzazioni .prev, .galleria_realizzazioni .next {
	font-family: FontAwesome;
	position: absolute;
	top: 55%;
	z-index: 100;
	font-size: 35px;
	cursor: pointer;
	display: none;
}
.galleria_realizzazioni .prev:before {
	content: '\2039';
	font-family: FontAwesome;
	position: relative;
}
.galleria_realizzazioni .next:before {
	content: '\203a';
	font-family: FontAwesome;
	position: relative;
}
.galleria_realizzazioni .prev {
	left: 0;
}
.galleria_realizzazioni .next {
	right: 0;
}
#owl-demo-realizzazioni .item {
	padding: 0;
	margin-right: 7px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
	text-align: center;
}
.galleria_realizzazioni .owl-prev:after {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	color: #880304;
	padding: 18px 7px;
	margin-left: -40px;
}
.galleria_realizzazioni .owl-next:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	right: 0;
	color: #880304;
	padding: 18px 7px;
	margin-right: -40px;
}
.galleria_realizzazioni {
	margin-bottom: 50px;
}
div#fav-slide-realizzazioni {


	margin-bottom: 20px;
}
/*-----------------------------PERSONE-------------------*/


#persone_home h2 {
	border-bottom: 1px #BFBFBF dashed;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #58595b;
	padding-left: 25px;
}
#persone_home {
	margin-bottom: 40px;
}
.box_nomipersone {
	width: 20%;
	float: left;
	margin-top: 20px;
}
.box_nomipersone p {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #870304;
}
.box_nomipersone span {
	font-size: 1.2em;
}
#footer {
	padding: 0;
}
.fascia_footer h2 {
	color: #fff
}
.fascia_superiore {
	background-color: #58595B;
}
.fascia_inferiore {
	background-color: #e3e3e3;
	position: relative;
}
.fascia_inferiore h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.fascia_inferiore h3 a {
	color: #58595B !important;
	font-weight: 700;
}
.loghi_footer {
	position: relative;
}
.loghi_footer a {
	float: right;
	margin-left: 25px;
}
.loghi_footer {
	margin-top: 20px;
}
/* ===================================================================================================
											CHI SIAMO
====================================================================================================*/


#fav-maincontent {
	margin-bottom: 2em;
	float: left;
	clear: both;
	margin-top: 1em;    width: 100%;
}
.titolo_pagina {
	color: #870304;
	margin-bottom: 10px;
	border-bottom: 1px solid #870304;
	display: inline;
	width: 100%;
	float: left;
	display: block;
}
.titolo_pagina h2 {
	display: inline;
	font-size: 19px;
	color: #58595B;
	margin: 5px 0;
}
.titolo_pagina span {
	font-size: 20px;
	padding: 3px;
	color: #58595B;
}
.titolo_pagina h1 {
	font-size: 19px;
	line-height: 30px;
	display: inline;
}
.articolo {
	margin-left: 0 !important;
	margin-right: 2.1%;
}
.articolo p, .articolo p li {
	font-size: 20px;
	line-height: 28px;
	padding-right: 0;
	font-weight: 300;
	color: #58595B;
}
.foto_articolo img {
	    width: 95%;
	float: right;
}
.articolo p a {
	font-weight: 700;
}
.foto_articolo {
	margin: 0 !important;
}
.link_pagine {
	margin-top: 0em;
	padding-top: 1em;
	margin-left: 0 !important;
	max-width: 600px;
	margin-bottom: 4em;
	border-top: 1px dashed #ccc;
}
.link_pagine ul a li {
	list-style: none;
	margin-left: 0 !important;
}
.link_pagine ul {
	margin: 0;
}
.link_pagine ul a li {
	margin: 0 1.5em;
	position: relative;
	color: #545454;
	font-size: 19px;
	padding-left: 1em;
	padding: 5px;
}
.link_pagine ul a li.last_link {
	border-bottom: 1px dashed #ABABAB;
}
.link_pagine ul a li span {
	position: relative;
	font-size: 22px;
	margin-right: 5px;
}
.articolo h2 {
	border-bottom: 1px dashed #ABABAB;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #58595B;
	font-size: 42px;
	line-height: 45px;
}
.menu_sotto.span12.chi_siamo {
	height: auto;
}
/* ===================================================================================================
									LINK NAVIGAZIONE INTERNA PAGINA
====================================================================================================*/

.menu_sotto.span12.chi_siamo ul {
	margin-left: 0 !important;
}
.menu_sotto ul a span {
margin-bottom: 6px;
display: block;
float: left;
margin-right: 3px;
}

.menu_sotto.span12 {
	margin: 0;
	border-top: 1px dashed #ABABAB;
	padding-top: 1.2em;
	margin-top: 3em;
	margin-bottom: 1em;
	float: left;
}
.menu_sotto.prodotti_menu.span12 {
	margin-top: 0;
	height: 100%;
	float: left;
	margin-bottom: 5em;
}
.menu_sotto a {
	font-size: 18px;
	color: #58595B;
	display: block;
	margin-bottom: 1px;
	margin-top: -1px;
}
.menu_sotto ul li a {
	font-size: 19px;
	color: #58595B;
}
.titoletto_menu {
	padding: 5px;
	margin-right: 20px;
}
.menu_sotto ul { /* Chrome, Safari, Opera */       /* Firefox */
	margin-left: 0 !important;
/*	height: 100%;*/
}
.titoletto_menu a {
	font-size: 18px;
	font-weight: 700;
}
.menu_sotto ul li {
	padding: 5px;
	display: block;
	float: left;
	width: 22%;
	margin-right: 1%;
	margin-bottom: 0.5%;
}
.menu_sotto ul li:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu_sotto ul a.active li {
	background-color: #870304;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
	margin-top: 0;
	float: left;
}
.link_pagine ul a li:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_pagine_duecolonne ul a li:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_pagine_trecolonne ul a li:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_pagine_trecolonne ul a.active li {
	background-color: #870304;
	color: #fff;
	border-bottom: 1px solid #870304 !important;
	border-top: 0;
}
.link_pagine_trecolonne ul a li.last_link:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px dashed #ABABAB !important;
}
.link_pagine_duecolonne {
	width: 100%;
	margin-top: 2em;
	margin-left: 0 !important;
	margin-bottom: 2em;
	float: left;
}
.link_pagine_duecolonne ul a li {
	width: 95%;
	list-style: none;
	font-size: 28px;
	border: 1px dashed #ABABAB;
	border-right: none;
	padding: 20px 2.5%;
	position: relative;
	border-left: none;
	margin-bottom: -1px;
}
.link_pagine_duecolonne ul {
	margin: 0;
	float: left;
}
.link_pagine_duecolonne ul a li.last_link {
	border-bottom: 1px dashed #ABABAB;
}
.link_pagine_duecolonne ul a li span {
	position: absolute;
	right: 19px;
	font-size: 41px;
}
.link_pagine_duecolonne ul a li {
	padding-left: 15px;
}
.link_pagine_trecolonne {
	width: 100%;
	margin-top: 2em;
	margin-left: 0 !important;
	margin-bottom: 4em;
	float: left;
}
.link_pagine_trecolonne ul a li {
	width: 95%;
	list-style: none;
	font-size: 24px;
	border: 1px dashed #ABABAB;
	border-left: none;
	border-right: none;
	margin-bottom: -1px;
	padding: 20px 0;
	padding-left: 5%;
	position: relative;
}
.link_pagine_trecolonne ul {
	margin: 0;
	float: left;
}
.link_pagine_trecolonne ul a li.last_link {
	border-bottom: 1px dashed #ABABAB;
}
.link_pagine_trecolonne ul a li span {
	position: absolute;
	right: 19px;
	font-size: 41px;
}
.link_pagine_trecolonne.span12 {
	float: left;
}
/* ===================================================================================================
									PerchÃ¨ sceglierci
====================================================================================================*/

.articolo h2 img {
	padding-right: 10px;
	vertical-align: middle;
	margin-top: -5px;
	width: auto;
}
.foto_azienda {
	float: left;
	margin-bottom: 1em;
	position: relative;
}
.span6.articolo.punti {
	width: 48%;
	margin-right: 4% !important;
	margin-bottom: 3.5em;
}
.span6.articolo.punti.dx {
	margin-right: 0 !important;
}
.punti h2 {
	font-size: 30px;
}
/* ===================================================================================================
									Principi della qualitÃ  RZ
====================================================================================================*/
.header_principi {
	float: left;
	margin-bottom: 3em;
}
.principi_qualitÃ  {
	float: left;
	margin-bottom: 30px;
}
.header_principi p {
	font-size: 30px;
	line-height: 34px;
	margin-top: 1em;
}
.box_principio img {
	position: absolute;
	top: -5%;
	left: 45%;
}
.principio {
	position: relative;
}
.box_principio {
	width: 99.3%;
	height: 120px;
	float: left;
	border: 1px dashed #ccc;
	border-bottom: 0;
}
.box_principio p {
	font-size: 20px;
	padding: 15px 15px 5px;
	margin-top: 10px;
	line-height: 25px;
}
.box_principio_img {
	height: auto;
	float: left;
	overflow: hidden;
}
.box_principio.lungo {
	height: 135px;
}
/* ===================================================================================================
												NEWS
====================================================================================================*/
.news img {
	max-width: 982px;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 2em;
}
.box_news span {
	font-size: 40px;
	position: absolute;
	right: 10px;
	color: #870304;
}
.box_news {
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #870304;
	padding: 10px 10px 32px;
}
.box_news h2 {
	font-size: 25px;
	line-height: 28px;
	color: #870304;
}
a .box_news:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.altre_news h3 {
	background: #870304;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
.news p a {
	font-weight: 700;
}
.news p {
	font-size: 20px;
	line-height: 28px;
	padding-right: 0;
	font-weight: 300;
	color: #58595B;
}
/* ===================================================================================================
												CONTATTI
====================================================================================================*/	
	

.azienda .span3 {
	border-right: 1px dashed #ccc;
	height: 117px;
	margin-bottom: 3em;
}
.azienda .span3 img {
	float: left;
	clear: both;
	padding: 16px 0px;
}
.azienda .span3 span {
	width: 10%;
	height: auto;
	float: left;
	margin-right: 5%;
	clear: both;
}
.azienda .span3 h3 {
	width: 85%;
	float: right;
	margin-bottom: 8px;
	font-size: 22px;
}
.azienda h2 {
	padding-left: 20px;
	height: 117px;
	border-left: 1px dashed #CCC;
	font-size: 25px;
}
.form_contatti {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	margin-top: 20px;
}
.form_contatti .span6 input {
	width: 75%;
	float: right;
	margin-right: 5%;
	height: 2em;
	border: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-top: -10px;
}
.form_contatti .span6 span {
	font-size: 20px;
	padding-top: 10px;
	float: left;
}
.form_contatti .span6 {
	margin-bottom: 1em;
	margin-left: 0;
}
.form_contatti .span6.dx {
	float: right;
}
.form_contatti h2 {
	margin-bottom: 0.5em;
	margin-top: 2em;
	font-size: 23px;
}
.form_contatti .span12 span {
	width: 100%;
	font-size: 20px;
	margin-bottom: 0.5em;
	float: left;
}
.form_contatti .span12 textarea {
	clear: both;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 6em;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 28px;
	padding: 10px;
	font-weight: 700;
}
.form_contatti .span12 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
.form_contatti input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	vertical-align: middle;
}
.form_contatti label {
	font-size: 18px;
	float: left;
}
.form_contatti input[type="submit"] {
	float: left;
	width: 115px;
	margin-left: 30px;
	background: #58595B;
	color: #fff;
	border: 0;
	font-size: 18px;
	height: 33px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
input[type="submit"]:hover {
	background: #ccc;
	color: #58595B;
}
/* ===================================================================================================
												FAQ
====================================================================================================*/	

.domanda {
	border-bottom: 1px dashed #ABABAB;
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 2em;
}
.domanda_container {
	width: 80%;
	float: left;
}
.domanda span {
	width: 20%;
	float: left;
	font-size: 23px;
	position: absolute;
	text-align: right;
	bottom: 1.1em;
	/* font-weight: 700; */
	color: #58595b;
}
.domanda_container span {
	width: 10%;
	float: left;
	height: auto;
	display: block;
	padding: 15px 0px;
	position: relative;
	bottom: 0;
	text-align: center;
}
.domanda_container h2 {
	width: 90%;
	float: left;
	color: #870304 !important;
	border: 0 !important;
	margin-bottom: 0;
	font-size: 35px;
	line-height: 38px;
}
.risposta {
	float: left;
	margin-left: 8%;
}
.faq_container {
	float: left;
	margin-bottom: 3em;
}
.span4 .form_domanda {
	width: 80%;
	margin-left: 20%;
	float: left;
	border: 1px solid #ccc;
}
.span4.nomargin {
	margin: 0;
}
.form_domanda .title_form_domanda {
	width: 100%;
	background-color: #870304;
	float: left;
	text-align: center;
}
.form_domanda .title_form_domanda img {
	float: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 27px;
	margin-right: 10px;
}
.form_domanda .title_form_domanda h2 {
	float: left;
	color: #fff;
	font-size: 27px;
}
.form_domanda form {
	float: left;
	width: 100%;
}
.form_domanda form .span12 {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 10px
}
.form_domanda form .span12 span {
	clear: both;
	float: left;
	font-size: 20px;
	padding-bottom: 5px;
}
.form_domanda form .span12 input {
	clear: both;
	float: left;
	margin-top: 0;
	width: 96%;
	height: 32px;
	border: 0;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
}
.form_domanda form .span12 textarea {
	clear: both;
	width: 95%;
	border-radius: 0;
	height: 7em;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 20px;
	padding: 7px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}
.form_domanda form .span12 input[type="checkbox"] {
	width: 17px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}
.form_domanda form .span12 input[type="submit"] {
	float: right;
	width: 115px;
	background: #58595b;
	color: #fff;
	border: 0;
	font-size: 18px;
	height: 33px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	clear: none;
}
.form_domanda form .span12 label {
	float: left;
	font-size: 16px;
}
input[type="submit"]:hover {
	background: #ccc;
	color: #565656;
}
/* ===================================================================================================
										GUIDA AL SERRAMENTO
====================================================================================================*/	

.menu_sotto.menu_guida {
	margin: 0px;
	padding: 0;
}
.menu_sotto.menu_guida ul a.active li {
	background-color: #870304;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
	margin-top: 1px;
	margin-top: 0px;
}
.menu_guida.menu_sotto {
	border-top: none;
	border-bottom: 1px dashed #ccc;
}
.menu_guida.menu_sotto ul {
	margin: 0;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.menu_guida.menu_sotto ul a {
	padding: 0;
	width: 25%;
	margin: 0;
	float: left;
}
.menu_guida.menu_sotto ul li {
width: 97%;
padding: 10px 5px;
}
.testo_duecolonne p {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
#header_guida {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.header_guida.big_titolo {
	position: relative;
	margin-top: 50px;
}
.header_guida.big_titolo h2 {
	position: absolute;
	top: 100px;
	left: 100px;
	color: #870304;
}
.big_titolo h2 {
	font-size: 52px !important;
	width: auto !important;
	margin-top: 47px;
	line-height: 60px !important;
}
#header_guida h2 {
	position: absolute;
	left: 10%;
	top: 20%;
	font-size: 43px;
	width: 44%;
	line-height: 44px;
	color: #870304;
}
.titolo_guida {
	float: left;
	width: 100%;
}
.titolo_guida h1 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	color: #870304;
	border-bottom: 1px dashed #870304;
}
.guida ul a li {
	list-style: none;
	font-size: 22px;
	border: 1px solid #DCDCDC;
	color: #58595B;
	padding: 13px;
	margin-left: -1px;
}
.guida {
	float: left;
	display: inline;
	width: 100%;/* margin-top: 12px; */
}
.guida ul a {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #fff;
	display: inline;
	float: left;
	height: 7%;
	position: relative;
	width: 12.5%;
	text-align: center;
}
.guida ul a li span {
	position: absolute;
	right: 27px;
	margin-top: 2px;
}
.guida ul {
	display: inline;
	float: left;
	margin-left: 0;
	width: 100%;
}
.guida ul a li.last_link {
	border-right: 1px dashed #ABABAB;
}
.box_approfondimento p {
	float: left;
	padding: 0 !important;
}
.box_approfondimento .span4 img {
	float: right;
}
.guida ul a li:hover {
	background: #960304;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box_approfondimento .span8, .box_approfondimento .span4 {
	padding: 20px;
	float: left;
}
.box_approfondimento {
	width: 100%;
	float: left;
	background: #EBEBEB;
}
.table_materiali table {
	border: 1px dashed #ABABAB;
	float: left;
	width: 100%;
}
.table_materiali {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.table_materiali table td, .table_materiali table tr {
	border: 1px dashed #ABABAB;
	padding: 5px 18px;
}
.table_materiali table tr th .row {
	width: 35%;
}
.table_materiali table tr td {
	width: 23.33%;
}
.table_materiali h3 {
	vertical-align: middle;
	display: table;
	margin-top: 10%;
	font-size: 26px;
}
.row {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	padding: 0 20px;
}
.table_materiali table img {
	float: left;
	width: auto;
	padding: 0;
	padding-right: 10px;
}
.table_materiali table th {
	padding-left: 15px;
	border-right: 1px dashed #ABABAB;
	line-height: 20px;
	padding: 15px;
	font-size: 19px;
}
.articolo ul, .articolo li {
	font-size: 20px;
	line-height: 28px;
}
/* ===================================================================================================
										PLUS
====================================================================================================*/	

.header_plus {
	float: left;
}
.titolo_plus h1 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	color: #870304;
	border-bottom: 1px dashed #870304;
}
.titolo_plus {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.link_pagine_trecolonne ul a li img {
	width: 24px;
	margin-right: 10px;
	margin-top: -5px;
}
#header_plus {
	float: left;
	width: 100%;
}
.articolo table {
	border: 1px dashed #ABABAB;
	width: 100%;
	margin-top: 3em;
}
.titolo_row {
	width: 20%;
}
.articolo table tbody th {
	padding: 15px;
	border-bottom: 1px dashed #ABABAB;
	border-right: 1px dashed #ABABAB;
	text-align: left;
}
.articolo table tbody tr td {
	padding: 15px;
	border-bottom: 1px dashed #ABABAB;
	font-size: 20px;
	line-height: 20px;
}
/* ===================================================================================================
										Partner
====================================================================================================*/	

.span2.partner {
	margin-left: 0;
}
.span10.articolo.partner {
	float: right;
	margin-right: 0 !important;
}
/* ===================================================================================================
											DETRAZIONE
====================================================================================================*/	


.detrazione ol {
	margin-left: 7%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.detrazione ol li {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
.span6.articolo.schuco_foto {
	margin-right: 0;

}
.span6.articolo.schuco_foto img {
	float: right;
}
.promo {
	float: left;
	margin-bottom: 30px;
}
/* ===================================================================================================
												NEWS
====================================================================================================*/


#slideshow_finestre .swiper-slide img {
	width: 100%;
	height: auto;
}
#slideshow_finestre .swiper-slide a {
	padding-right: 0.2em;
	padding-left: 0.2em;
	float: left;
}
.arrow-left4, .arrow-right4 {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.arrow-left4 {
	left: 0px;
}
.arrow-right4 {
	right: 0px;
}
/* PRODOTTI
---------------------------------------------------------------------------- */



#slider-prodotti {
	display: block;  position: relative;  float: left;  width: 100%;
	margin-top: 12px;
}
#slider-prodotti .arrow-left, #slider-prodotti .arrow-right {
	background: none;
	font-size: 50px;
	width: auto;
	top: 45%;
	position: absolute;
	z-index: 50;
}
#slider-prodotti .arrow-right:before {  font-family: FontAwesome;  position: relative;  top: 5px;  right: -2px;
	content: '\203a';
}
#slider-prodotti .arrow-left:before {
	content: '\2039';
	font-family: FontAwesome;
	position: relative;
	top: 5px;
	right: 2px;
}

.arrow-left a:focus, .arrow-right:focus {
color: #870304;
}

#slider-prodotti .swiper-container {
	width: 100% !important;
}
#slider-prodotti .swiper-slide {
	height: auto !important;
}
#slider-prodotti .swiper_dida p {
	color: #fff;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#slider-prodotti .arrow-left {
	left: 3%;
	color: #fff;
	background-color: #870304;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
#slider-prodotti .arrow-right {
	right: 3%;  color: #fff;  background-color: #870304;  width: 40px;  height: 40px;  display: block;  text-align: center;
}
.tab_outer {
	float: left;
}
.intro_prodotto {
	margin-top: 6em !important;
	float: left;
}
.menu_sotto.prodotti_menu.span12 ul {
	height: 100%;
}
#tab-plus-prodotti {
	margin-top: -20px;
}
.tab-container {
	height: auto;
	width: 100%;
	float: left;
	margin-top: -60px;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
	background-color: #EAEAEA;/* padding: 20px; */
}
#tab-plus-prodotti .swiper-slide {
	height: auto !important;
	width: 100%;
	color: #58595b;
	float: left;
}
#tab-plus-prodotti .content-slide {
	padding: 30px;
}
.contenuto_plus_prodotto {
	clear: both;
	margin-top: 30px;
}
.content-slide h2 {
	font-size: 36px;
	padding: 0;
	margin-top: 7px;
	color: #58595B;
	/* font-weight: 700 !important; */
	border-bottom: 1px dashed #ABABAB;
	width: auto;
	margin-bottom: 20px;
}
.content-slide img {
	margin: 0px 0 30px;
	float: right;
	max-width: 600px;
	padding-left: 20px;
}
.content-slide a {
	font-weight: 700;
}
.tabs ul a:hover {
	background-color: #EAEAEA;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tabs ul .active:hover {
	background-color: #58595B;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tab-container .swiper-slide img {
	width: auto;
	clear: both;
}
.contenuto2_cont {
	float: left;
	width: 100%;
}
.contenuto2 {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.content-slide p {
	font-size: 20px;
	line-height: 28px;
}
.contenuto2 p {
	font-size: 18px;
	line-height: 25px;
}
.contenuto2_cont h4 {
	font-size: 19px;
	font-weight: 700 !important;

	border-bottom: 1px dashed #C2C2C2;
	padding-bottom: 7px;
	margin-top: 25px;
}
.contenuto2_cont img {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0;
}
.contenuto_plus_prodotto h5 {
	font-size: 20px;
	font-weight: 700 !important;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	margin-top: 5px;/* float: left; *//* clear: both; */
}
.testo_prodotto {
	margin-bottom: 30px;
}


.contenuto_plus_prodotto p {
	font-size: 19px;
}
.contenuto2 img {
	float: none;
	padding-left: 0;
}
.contenuto_plus_prodotto p {
	margin-bottom: 20px;
}


/* Galleria realizzazioni
---------------------------------------------------------------------------- */



#gallery_realizzazioni {
	margin-bottom: 30px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
#gallery_realizzazioni .arrow-left, #gallery_realizzazioni .arrow-right {
	background: none;
	font-size: 50px;
	width: auto;
	top: 50%;
	position: absolute;
	z-index: 50;
}
#gallery_realizzazioni .arrow-right:before {
	content: '\203a';
	font-family: FontAwesome;
	position: relative;
	color: #FFFFFF;
	top: 5px;  right: -2px;
}
#gallery_realizzazioni .arrow-left:before {
	content: '\2039';
	font-family: FontAwesome;
	position: relative;
	color: #FFFFFF;
	top: 5px;  right: 2px;
}
#gallery_realizzazioni .swiper-container {
	width: 100% !important;
}
#gallery_realizzazioni .swiper-slide {
	height: auto !important;
	z-index: 0;
}
#gallery_realizzazioni .arrow-left {
	left: 3%;  color: #fff;  background-color: #870304;  width: 40px;  height: 40px;  display: block;  text-align: center;
}
#gallery_realizzazioni .arrow-right {
	right: 3%;  color: #fff;  background-color: #870304;  width: 40px;  height: 40px;  display: block;  text-align: center;
}
#gallery_realizzazioni .swiper_dida p {
	color: #666666;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.swiper_dida {
	z-index: 100;
	width: 100%;
	bottom: 0;
	background: #DBDBDB;
}
.span12.menu_galleria {
	float: left;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 19px;
	display: block;
}
.menu_galleria ul li {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}
.menu_galleria ul a:hover {
	background: #DBDBDB;
}
.menu_galleria ul a.active {
	background: #870304;
	color: #fff;
}
.menu_galleria .row .span3 {
	margin: 0;
	margin-right: -1px;
	width: 25.08%;
	margin-bottom: -1px;
}
.menu_galleria ul a {
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: -1px;
	border: 1px solid #DBDBDB;
	text-align: center;
	color: #666666;
}
.menu_galleria ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.moduletable_menu ul li ul {
	display: none;
}

.contenuto_immagine {width:100%;}

.contenuto_immagine img {
float: left;
clear: none !important;
width: 33.33% !important;
padding-left: 0;
padding-right: 15px;
}




 @media (max-width: 979px) {
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #870304 !important;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	color: #fff;
}
.nav-collapse.collapse .box_menu .nav > li > a, .box_menu .nav-collapse .dropdown-menu a {
	color: #58595B !important;
	text-transform: none;
}
.nav-collapse.box_menu.nav > li > a, .nav-collapse .box_menu .dropdown-menu a {
	padding: 0;
	font-weight: 300;
	color: #777777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-collapse .box_menu .nav > li > a:hover, .nav-collapse .box_menu .nav > li > a:focus, .nav-collapse .box_menu .dropdown-menu a:hover, .nav-collapse .box_menu .dropdown-menu a:focus {
	background-color: #E8E8E8 !important;
}
.moduletable_menu .deeper.parent ul li {
	font-size: 12px;
	font-weight: 500;
	padding: 8px;
	background-color: #58595B;
}
.nav-collapse .nav {
	float: none;
	margin: 0;
}
.moduletable_menu ul li.deeper a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 3px;
	right: 0;
}
.moduletable_menu ul li.deeper ul li a:after {
	content: none;
}


.box_menu ul li.deeper a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 3px;
	right: 0;
}
.box_menu ul li.deeper ul li a:after {
	content: none;
}
.box_menu li.deeper.parent ul li a {
	text-transform: none;
	font-weight: 500;
	padding: 5px;
	display: block;
	font-size: 16px;
}
 }
.logo_footer {font-size: 20px !important;
line-height: 24px;
}
.logo_footer p {
font-size: 20px !important;
line-height: 24px;
}

#partner_footer img {
    text-align: right;
    width: 100px;
}

#partner_footer {
    float: right;
    text-align: right;
    margin-top: 20px;
}

#privacy h4{
  font-size: 19px;
  line-height: 30px;
    color: #870304;
  margin-bottom: 10px;
  border-bottom: 1px solid #870304;
  width: 100%;
  float: left;
  display: block;
}

#privacy h5{
	font-size: 22px;
	font-weight: 700;
}

#privacy p{
  font-size: 20px;
  line-height: 28px;
  padding-right: 0;
  font-weight: 300;
  color: #58595B;
  }
  
 #privacy p a{ 
    font-weight: 700;  }
	 
	
	
	
	
	
	.column_1 {
    width: 49%;
    float: left;
    position: relative;
}

.column_2 {
    width: 49%;
    float: right;
}

a.riquadri_home {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 5%;
    width: 100%;
}

a.riquadri_home h2 {
    position: absolute;
    line-height: 1em;
    float: left;
    padding: 0.4em;
    color: #870304;
    font-size: 3.3em;
    bottom: -20px;
}
	
span.link_news {
    float: left;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    width: 90%;
    background-color: #58595b;
    display: block;

        position: absolute;
    bottom: 0;

}	
	
	a.riquadri_home img {
width: 100%;}

a.riquadri_home span {
}

a.riquadri_home span img {
    width: 5%;
    position: absolute;
    z-index: 10;
    right: 0.5em;
    bottom: 0.8em;
} 

a.riquadri_home.news .testo_news {
    position: relative;
    float: left;
    padding: 15px;
    display: block;
	 background: #fff;
}

a.riquadri_home.news .testo_news h2 {
    position: relative;
    bottom: auto;
    padding: 0;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #666;
    color: #3B3B3B;
    display: block;
}

a.riquadri_home.news .testo_news p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 19px;
    display: block;
    font-weight: 500;
}


a.riquadri_home.news img:first-child {
    border: 5px solid #fff;
    margin-bottom: 0;
}
span.immagine_news {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

span.immagine_news img {
    position: relative !important;
    float: left;
    width: 100% !important;
    border: 0 !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0;
    margin-top: 20px;
	     display: block;
}


a.riquadri_home.news:hover img {
    border: 5px solid #58595b;
}

.img_intro a {
    float: left;
    width: 100%;
}

.img_intro img {
    margin-bottom: 0;
	 width: 100%;
    float: left;
}

.blocco_preview_notizia .cont {
    padding-bottom: 20px;
    padding-left: 6%;
    padding-right: 8%;
    margin-bottom: 0;
    float: left;
}
.blocco_preview_notizia.promozione .occhiello {
    color: #870304;
    letter-spacing: 4px;
    font-size: 17px;
}

.blocco_preview_notizia .occhiello {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    letter-spacing: 4px;
    font-size: 17px;
	 margin-bottom: 10px;
}
.blocco_preview_notizia.news {
    float: left;
}

.blocco_preview_notizia {
    margin-bottom: 3%;
    width: 30%;
    float: left;
    height: 590px;
    margin-right: 3%;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}

.blocco_preview_notizia .approfondimento {
    display: block;
    float: right;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    margin-top: 16px;
    color: #870304;
}

.blocco_preview_notizia.news .approfondimento {
    color: #58595b;
}


.news_container {
    width: 100%;
    float: left;
    /* padding: 0 15%; */
}

.blocco_preview_notizia.promozione {
    background-color: #F3F3F3;
    float: left;
}

.blocco_preview_notizia.promozione h2 {
    margin-top: 8px;
    margin-left: 0;
    float: left;
}

.cont h2 {
    border-bottom: 1px dashed #ABABAB;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #444444;
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.testo_intro {
    float: left;
    width: 100%;
}

.img_intro {width: 100%;float: right;margin-top: 32px;}


.testo_intro p {
    font-size: 21px;
    margin-top: 10px;
    float: left;
}

a.richiedi_info {
    color: #FFF;
    text-transform: uppercase;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #870304;
    font-size: 19px;
    float: left;
    margin-top: 16px;
}
a.riquadri_home.news {
    float: left;
    width: 100%;
	 height: 100%;
	margin-bottom: 0;
	border-top: 6px solid #58595B;
	    overflow: hidden;
}

.slide_showroom {
    float: left;
    width: 100%;
}


.slide_showroom .arrow-right_room, .slide_showroom .arrow-left_room {
    background: none;
    font-size: 50px;
    width: auto;
    top: 45%;
    position: absolute;
    z-index: 50;
}

.slide_showroom .arrow-right_room {
    right: 3%;
    color: #fff;
    background-color: #870304;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.slide_showroom .arrow-right_room:before {
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    right: -2px;
    content: '\203a';
}
.slide_showroom .arrow-left_room {
    left: 3%;
    color: #fff;
    background-color: #870304;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.slide_showroom .arrow-left_room:before {
    content: '\2039';
    font-family: FontAwesome;
    position: relative;
    top: 5px;
    right: 2px;
}
.slide_showroom {
    margin-bottom: 15px;
}
.testo_news h3 {
    line-height: 30px;
    font-weight: 500 !important;
    font-size: 30px;
}


.img_premiazione {
    display: none;
}
.img_premiazione img  {
    width:100%
}


.articolo h5 {
    color: #870304;
    text-decoration: none;
	    font-size: 20px;
    line-height: 28px;
	cursor:pointer;
	font-weight: 700 !important;
}
#partner_footer a {
    width: 16.66%;
    height: 101px;
    display: table-cell;
}


li.language {
    width: auto;
    margin-left: 15px;
}

li.language a {
    display: inline-block;
    padding: 8px 0;
}

li.language:hover {
    border-bottom: 0 !important;
	    color: #555555;
}
a.riquadri_home.news .testo_news img {
    width: 100%;
    position: relative;
    top: 0;
}

.cookie {
    position: fixed;
    z-index: 9999999997;
    width: 96%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.89);
    padding: 20px 2%;
}

.cookie p {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    width: 90%;
    float: left;
}

.cookie p a {
    color: #ffffff;
	text-decoration: underline;
}

.cookie input {
    width: 10%;
    float: right;
    background: #870304;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    height: auto;
	border: 0;
	cursor: pointer;
}
@media only screen and (max-device-width: 480px) {

.cookie p {
    width: 100%;
    float: none;
	text-align: center;
}

.cookie input {
    width: auto;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    display: table;
    margin-top: 15px;
}

}
