* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	list-style: none;
	text-align: center;
/*box-sizing: border-box;*/font-family: 'Montserrat', sans-serif;
}
p {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	color: #4b4b4b;
}
img {
	max-width: 100%;
}
.wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
.clear {
	clear: both;
}
main, header, section, .store_faetures ul, .footer_features ul, footer {
	width: 100%;
	float: left;
}
header {
	padding: 20px 0;
	text-align: center;
}
header a {
	display: inline-block;
}
.gif_img {
	display: none;
}
.title {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	text-align: center;
}
.title h2 {
	font-size: 24px;
	font-weight: 400;
	color: #323b47;
}
.white-box {
	height: 500px;
	overflow: hidden;
}
.content {
	margin-bottom: 40px;
}
.content h2 {
	padding: 12px 20px;
	background:  #4a955a; 
	font-size: 24px;
	font-weight: 400;
	color:   #FFF; 
	text-align: center;
}
.description {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-top: none;
}
.description p {
	margin-bottom: 20px;
	font-size: 24px;
}
.description ul {
	margin-bottom: 20px;
}
.description ul li, .tab-content ul li {
	padding: 5px 10px 5px 20px;
	background: url(bullet.png) left 10px no-repeat;
	font-weight: 300;
	font-size: 14px;
	color: #4b4b4b;
}
}
@media only screen and (max-width: 640px) {
.footer_features ul li {
	margin-right: 0 !important;
	width: 100%;
}
}
table.blueTable {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
background: gray;
border-bottom: 2px solid #444444;
}
table.blueTable thead th {
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
	border-left: none;
}
table.blueTable tfoot td {
	font-size: 14px;
}
table.blueTable tfoot .links {
	text-align: right;
}
table.blueTable tfoot .links a {
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
}
.immaginiProdotto {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	text-align: center;
}
.immaginiInfo {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	text-align: center;
}
.footer {
	margin-bottom: 40px;
}