/*css*/
@import "reset.css";
@import "skeleton.css";

html, body {height:100%;}

body{
	background: #fff;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;

	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*Imeges*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width:100%;
}

.frame{} /* img border, paddings, shadows */

.img_fleft{
	float:left;
	margin-right:20px;
}

.img_right{
	float:right;
	margin-left:20px;
}

/*Links*/
a{
	color:#f00;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 800;
	color: #fff;
	background: #bd2821;
	padding: 4px 26px 6px 27px;
	border-radius: 14px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	}
	.btn:hover{
		background-color: #323d44;
		text-decoration: none;
		}

.central{
	text-align: center;
	}

.prodotto
{
	float:left;width: 200px;min-height: 190px;
}

/*Titles*/
h1{font-size:25px}
h2{
	font:bold 20px/26px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h3{
	color:#f00;
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

	.central_title{
		font-family: 'Open Sans', sans-serif;
		font-size: 40px;
		line-height: 48px;
		font-weight: 400;
		color: #222222;
		text-align: center;
		margin-bottom: 21px;
		text-transform: uppercase;
		}
		.central_title span{
			font-weight: 800;
			}
	.general_title{
		font-family: 'Open Sans', sans-serif;
		font-size: 40px;
		line-height: 48px;
		font-weight: 400;
		color: #222222;
		margin-bottom: 14px;
		text-transform: uppercase;
		}
		.general_title span{
			font-weight: 800;
			}



h4{
	color:#f00;
	font:bold 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 7px;
	}
h6{
	color:#f00;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;'
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color:#000;
		text-decoration:none;
	}

.float_img{
	float: left;
	margin-right: 20px;
	border: 1px solid #bfb5b5;
	margin-top: 7px;
	}

.mail_link{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #bd2821;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	}
	.mail_link:hover{
		color: #323d44;
		text-decoration: none;
		}




/* Indents */
p{
	margin-bottom:19px; /*as line-height in body*/
}
.m_05{margin-bottom:5px;}
.m_07{margin-bottom:7px !important;}
.m_10{margin-bottom:10px !important;}
.m_11{margin-bottom:11px !important;}
.m_12{margin-bottom:12px !important;}
.m_13{margin-bottom:13px !important;}
.m_15{margin-bottom:15px;}
.m_17{margin-bottom:17px !important;}
.m_18{margin-bottom:18px !important;}
.m_20{margin-bottom:20px;}
.m_21{margin-bottom:21px !important;}
.m_25{margin-bottom:25px;}
.m_30{margin-bottom:30px;}
.m_35{margin-bottom:35px;}
.m_40{margin-bottom:40px;}
.m_44{margin-bottom:44px;}
.m_45{margin-bottom:45px;}
.m_47{margin-bottom:47px !important;}
.m_50{margin-bottom:50px;}
.m_52{margin-bottom:52px;}
.m_53{margin-bottom:53px;}
.m_54{margin-bottom:54px;}
.m_55{margin-bottom:55px;}
.m_57{margin-bottom:57px;}
.m_60{margin-bottom:60px;}
.m_64{margin-bottom:64px;}
.m_65{margin-bottom:65px;}
.m_67{margin-bottom:67px;}
.m_70{margin-bottom:70px;}
.m_73{margin-bottom:73px !important;}
.m_75{margin-bottom:75px;}
.m_76{margin-bottom:76px !important;}
.m_80{margin-bottom:80px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}

/* Lists */
.list li{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 13px;
	}
	.list li:first-child{
		margin-top:0;
	}
	.list li a{
		color:#bd2821;
		text-decoration: underline;
		}
		.list li a:hover{
			color:#222222;
			text-decoration:none;
		}

/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	padding-top: 27px;
	background: #fffefb;
	width:100%;
}
h1{
	float: left;

}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}

/* Menu */
nav{
	display: block;
	float: right;
	padding-top: 4px;
	padding-right: 8px
}
	.sf-menu {
		list-style:none;
	}
		.sf-menu > li {
			float:left;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			line-height: 16px;
			font-weight: 800;

			margin-left:22px;
			position:relative;
		}
		.sf-menu > li:first-child{
			margin-left:0;
		}
			.sf-menu > li > a {
				color:#222222;
				text-decoration:none;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
			}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#eb3e35;
					text-decoration:none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background:#fffefb;
			display:none;
			left: -14px;
			padding: 2px 16px 16px 10px;
			position: absolute;
			top: 43px;
			width: 88px;
			z-index: 99;
		}
			.sf-menu ul li{
				position:relative;
				font-family: 'Open Sans', sans-serif;
				font-size: 13px;
				line-height: 22px;
				font-weight: 400;
				text-align: center;
			}
				.sf-menu ul li:first-child{
				}
				.sf-menu ul li a{
					color:#222222;
					text-decoration:none;
					transition: 0.3s;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color:#eb3e35;
					text-decoration:none;
				}
		/* subsubmenu */
		.sf-menu ul ul {
			background: #fffefb;
			left: 105px;
			top: -1px;
		}
			.sf-menu ul ul li a{
				color:#222222;
				text-decoration:none;

			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				color:#eb3e35;
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #eb3e35;
		outline: none;
		padding: 3px;
		width: 100%;
	}


/************Content***********/
#index2 header{
	padding-bottom: 26px;
	border-bottom: 7px solid #eb3e35;
	}
	#index2 #content{
		padding-top: 29px;
		}



.fiture_wrap{
	background: #eb3e35;
	padding-top: 55px;
	margin-bottom: 29px;
	}
	.fiture_box{
		text-align: center;
		}
		.fiture_icon_1, .fiture_icon_2, .fiture_icon_3{
			display: inline-block;
			margin-bottom: 5px;
			height: 52px;
			width: 51px;
			margin-bottom: 16px;
			}
			.fiture_icon_1{
				background: url(../images/fiture_icon1.png) no-repeat 0px 0px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				}
				.fiture_icon_1:hover{
					background-position: 0px -61px;
					text-decoration: none;
					}
			.fiture_icon_2{
				background: url(../images/fiture_icon2.png) no-repeat 0px 0px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				}
				.fiture_icon_2:hover{
					background-position: 0px -61px;
					text-decoration: none;
					}
			.fiture_icon_3{
				background: url(../images/fiture_icon3.png) no-repeat 0px 0px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				}
				.fiture_icon_3:hover{
					background-position: 0px -61px;
					text-decoration: none;
					}

		.fiture_box h5{
			font-family: 'Open Sans', sans-serif;
			font-size: 24px;
			line-height: 29px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 8px;
			}
		.fiture_box h6{
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			line-height: 18px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 22px;
			}
		.fiture_btn{
			display: inline-block;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			line-height: 18px;
			font-weight: 800;
			color: #fff;
			background: #bd2821;
			padding: 4px 26px 6px 27px;
			border-radius: 14px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			}
			.fiture_btn:hover{
				background-color: #fff;
				color: #eb3e35;
				text-decoration: none;
				}


.box{
	border: 1px solid #bfb5b5;
	position: relative;
	min-height: 286px;
	cursor: default;
	}
	.box .img_box{
		border-bottom: 1px solid #bfb5b5;
		overflow: hidden;
		height: 171px;
		margin-bottom: 13px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.box:hover .img_box{
			height: 71px;
			margin-bottom: 8px;
			}
		
	.box h4{
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		line-height: 29px;
		font-weight: 400;
		color: #222222;
		margin-left: 10px;
		margin-bottom: 7px;
		}
	.box p{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
		color: #666666;
		margin-bottom: 0px;
		padding-left: 14px;
		padding-right: 14px;
		height: 40px;
		overflow: hidden;
		
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.box:hover p{
			height: 145px;
			}
	.box_btn{
		position: absolute;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: 800;
		color: #fff;
		background: #bd2821;
		padding: 4px 26px 6px 27px;
		border-radius: 14px;
		bottom: -11px;
		left: 50%;
		margin-left: -51px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.box_btn:hover{
			background-color: #323d44;
			text-decoration: none;
			}
.form_box{
	background: #eb3e35;
	padding-top: 28px;
	}
	.form_box .central_title{
		color: #fff;
		}


.border_box{
	border: 1px solid #bfb5b5;
	padding-bottom: 29px;
	}

	#thumbs .touch_img{
		display: block;
		margin-bottom: 12px;
		position: relative;
		border-bottom: 1px solid #bfb5b5;
		}
		#thumbs .touch_img img{
			width: 100%;
			}

	#thumbs a.touch_img:hover span {
		position: absolute;
		background: url(../images/prev_box_hover.png) repeat;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		}
		#thumbs a.touch_img:hover span:after {
			display: block;
			position: absolute;
			top: 50%;
			margin-top: -21px;
			left: 50%;
			margin-left: -21px;
			content: '';
			width: 42px;
			height: 42px;
			background: url(../images/touch_arrow.png) no-repeat;
			}
	#thumbs .border_box h5{
		padding-left: 12px;
		margin-bottom: 8px;
		}
	#thumbs .border_box p{
		padding-left: 15px;
		margin-bottom: 0px;
		}
	
	
.contents {
	display: table;
	width: 100%;
	padding-top: 2px;
	}

	.contents li .dt {
		display: table-cell;
		overflow: hidden;
		padding-right: 10px;
		vertical-align: bottom;
		width: 100%;
		}
			.contents li .dt a{
				font-family: 'Open Sans', sans-serif;
				font-size: 13px;
				line-height: 16px;
				font-weight: 400;
				color: #bd2821;
				text-decoration: underline;
				}
				.contents li .dt a:hover{
					text-decoration: none;
					}
		.contents li .dt:after {
			height: 2px;
			background: url(../images/contents_botted.png) repeat-x 0 0;
			content: '';
			display: inline-block;
			margin-left: 0px;
			margin-right: -100%;
			vertical-align: 0;
			width: 100%;
			}
	.contents li .dd {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
		color: #bd2821;

		display: table-cell;
		padding-left: 0px;
		text-align: right;
		vertical-align: bottom;
		}

	.contents li {
		display: table;
		margin: 13px 0 0;
		padding: 0 2px 0 0;
		}
		.contents li:first-child {
			margin-top: 0;
			}


.footer_logo{
	display: inline-block;
	margin-bottom: 15px;
	}
	.footer_logo img{

		}







/*----------- Map ------------*/
.map{
	padding-top: 7px;
	margin-bottom: 13px;
	}
.map iframe{
	width:100%;
	height:359px;
}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	font-style: normal;
}
address dt{
	margin-bottom: 18px;
	}
address dd{
	overflow:hidden;
}
address dl span {
	float:left;
	width:79px;
	}
	address dl a{
		color: #bd2821;
		text-decoration: underline;
		}
		address dl a:hover{
			text-decoration: none;
			}

/************Footer************/
footer{
	width:100%;
	background: #283136;
	padding-bottom: 12px;
}
	
	.footer_content_box{
		padding-top: 36px;
		background: #323d44;
		margin-bottom: 17px;
		}
		.contact_title{
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			line-height: 16px;
			font-weight: 800;
			color: #fff;
			text-align: center;
			padding-bottom: 15px;
			margin-bottom: 18px;
			border-bottom: 3px solid #283136;
			}
		span.footer_text{
			display: block;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			line-height: 16px;
			font-weight: 400;
			color: #fff;
			text-align: center;
			}
			span.footer_text a{
				color: #fff;
				display: inline-block;
				text-decoration: underline;
				}
				span.footer_text a:hover{
					text-decoration: none;
					}
				span.footer_text .footer_soc_link{
					position: relative;
					margin-left: 9px;
					}
					span.footer_text .footer_soc_link:before{
						display: block;
						position: absolute;
						content: '|';
						color: #283136;
						top: 0px;
						left: -9px;
						text-decoration: none !important;
						}

	.copyright{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
		color: #fff;
		}
		.copyright a{color:inherit;}
	.footer-link{display:block;}

#toTop {
	border: none;
	bottom: 240px;
	color: transparent;
	display: none;
	height: 27px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 27px;
	z-index: 20;
	font-size: 28px;
	line-height: 28px;
	margin-right: -620px !important;
	}
	#toTop:before {
		font-family: FontAwesome;
		content: "\f062";
		color: #000;
		}
	#toTop:hover:before {
		color: #bd2821;
		}

#toTop:active, #toTop:focus {
	outline:none;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}
	nav{
		padding-right: 0;
		}
	.sf-menu > li{
		margin-left:15px;
		}

	.box .img_box{
		height: 134px;
		}
	.box p{
		height: 75px;
		}

}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	#mm0{
		display:block;
	}
	h1{
		float: none;
		margin-bottom: 20px;
		}
	nav{
		float: none;
		}
	.box .img_box {
		height: 240px;
		}
		.box .img_box img{
			width: 100%;
			}
		.box {
			min-height: 355px;
			}
		.box:hover .img_box {
			height: 165px;
			}
		.box p {
			height: 40px;
			}

	.float_img {
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
		}

}
@media only screen and (max-width: 479px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}

	.box {
		min-height: 300px;
		}
	.box .img_box {
		height: 171px;
		}
		.box:hover .img_box {
			height: 80px;
			}
		.box:hover p {
			height: 145px;
			}







}