.tabelle {
	padding: 0;
}
.table_list li {
	list-style: disc inside;
}
.table_list li:before {
	display: none !important;
}
.buttons {
	margin-top: 20px;
}
.buttons a {
	font-family: "Ubuntu", sans-serif;
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 21px;
	border-radius: 5px;
	background-color: #222222;
	float: left;
	opacity: 0.2;
}
.buttons a.on,
.buttons a:hover {
	opacity: 1;
}
.buttons a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu_tabella {
	margin-top: 60px;
}
.tabella_container {
	margin-top: 80px;
}
.tabella_container .tabella .title {
	color: #333333;
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
}
.tabella_container p {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 20px;
}
.tabella_container .no_margin_top p {
	margin-top: 0;
}
.tabella_container .tabella .voce {
	border-top: 1px solid #e5e5e5;
}
.tabella_container .tabella .voce:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}
.tabella_container .tabella .voce .accordion {
	color: #333333;
	font-weight: 500;
	line-height: 80px;
	text-transform: uppercase;
	padding-right: 22px;
	display: block;
}
.tabella_container .tabella .voce .accordion a {
	margin-right: 15px;
}
.tabella_container .tabella .voce .accordion a:nth-of-type(2) {
	display: none;
}
.tabella_container .tabella .voce.on .accordion a:nth-of-type(1) {
	display: none;
}
.tabella_container .tabella .voce.on .accordion a:nth-of-type(2) {
	display: inline-block;
}
.tabella_container .tabella .voce .accordion .pull-right {
	font-weight: 700;
	color: #222222;
	text-align: right;
	text-transform: none;
}
.tabella_container .tabella .voce .accordion .pull-right img:last-of-type {
	margin-right: -8px;
}
.tabella_container .tabella .voce .caratteristiche {
	display: none;
}
.tabella_container .tabella .voce.on .caratteristiche {
	display: block;
}
.tabella_container .tabella .voce .caratteristiche .caratteristica {
	width: 100%;
	line-height: 53px;
	padding-left: 36px;
	padding-right: 22px;
	float: left;
}
.tabella_container .tabella .voce .caratteristiche .caratteristica:nth-child(odd) {
	background-color: #f5f5f5;
}
.tabella_container .tabella .voce + p a:hover {
	color: #ff582b;
}
.tabella_container .tabella .voce + p a img {
	margin-left: 10px;
}
.tabella_container .scheda_tecnica {
	margin-top: 30px;
}
.tabella_container .scheda_tecnica a {
	color: #ffffff;
	font-weight: 700;
	line-height: 79px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #222222;
	background-image: url(../images/arrow_sheda_down.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	padding: 0 20px;
	display: block;
}
.tabella_container .scheda_tecnica.on a {
	background-image: url(../images/arrow_sheda_up.png);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.tabella_container .scheda_tecnica a:hover {
	text-decoration: none;
}
.tabella_container .scheda_tecnica a img {
	margin-right: 18px;
}
.tabella_container .scheda_tecnica .tabella_tecnica {
	border: 1px solid #CCCCCC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	display: none;
}
.tabella_container .scheda_tecnica.on .tabella_tecnica {
	display: block;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato {
	color: #333333;
	font-weight: 400;
	line-height: 58px;
	padding-right: 20px;
	padding-left: 20px;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato:nth-child(even) {
	background-color: #fafafa;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato .pull-left {
	text-transform: uppercase;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato .pull-right img {
	margin-left: 6px;
	margin-bottom: 4px;
}
.tabella_container .scheda_tecnica .tabella_tecnica .dato .pull-right .marginleft { 
	margin-left: 6px;
}
.prodotti {
	margin-top: 120px;
}
.prodotti p {
	font-family: "Ubuntu", sans-serif;
	color: #222222;
	font-size: 20px;
	line-height: 21px;
}
.prodotti a {
	color: #5f5f5f;
	font-weight: 400;
	padding-right: 2%;
	margin: 50px 0 0;
	float: left;
}
.prodotti a:hover {
	color: #5f5f5f;
}
.prodotti a img {
	width: 4%;
	margin-right: 2%;
}
.menu_tabella {
	text-transform: uppercase;
}
.menu_tabella a:hover {
	text-decoration: none;
}
.menu_tabella li {
	list-style: none;
}
.menu_tabella .liv1 a {
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background: url(../images/arrow_right_tab.png) right center no-repeat;
	display: block;
	padding-right: 10px;
}
.menu_tabella .liv1 li.on a {
	background: url(../images/arrow_down_tab.png) right center no-repeat;
}
.menu_tabella .liv1 .on a {
	color: #ff582b;
	font-weight: 700;
}
.menu_tabella li:before {
	display: none !important;
}
.menu_tabella .liv2 {
	display: none;
}
.menu_tabella .liv1.on .liv2 {
	display: block;
}
.accordion_activate {
	cursor: pointer;
}
.margin20bottom{
	margin-bottom: 20px;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal_loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal_loading {
    display: block;
}


@media (max-width: 767px) {
	.buttons a {
		font-size: 24px;
		font-size: 7vw;
		line-height: 129px;
		width: 45%;
		height: 129px;
	}
	.buttons a + a {
		margin-left: 10%;
	}
	.menu_tabella {
		display: none;
	}
	.menu_tabella.mobile {
		display: block;
	}
	.tabella_container{
		display: none;	
	}
	.menu_tabella .liv1 a,
	.menu_tabella .liv2 a {
		font-size: 4.4vw;
		line-height: 1em;
	}
	.menu_tabella .liv1 {
		border: 5px solid #cccccc;
		border-radius: 12px;
	}
	.menu_tabella .liv1 li {
		/*display: none;*/
		margin-bottom: 0;
	}
	.menu_tabella .liv1 li.on {
		display: block;
	}
	.menu_tabella .liv1 li.on a {
		background-image: url(../images/arrow_menu_esploso_mobile.jpg);
		background-size: 6%;
	}
	.menu_tabella .liv1 li.on a.on {
		background-image: url(../images/arrow_menu_esploso_mobile_back.jpg);
		background-size: 6%;
	}
	.menu_tabella .liv1 li.on.back a {
		background-image: url(../images/arrow_back_mobile.jpg);
		background-position: 5% center;
		background-size: 4%;
		padding-left: 16%;
	}
	.menu_tabella .liv1 a,
	.menu_tabella .liv1 li.on a {
		background-position: 95% center;
	}
	.menu_tabella .liv1 li a {
		padding: 8% 10%;
	}
	.menu_tabella .liv1 li a span {
		font-size: 3.3vw;
		color: #222222;
		margin-top: 2%;
		display: block;
	}
	.menu_tabella .liv2.on {
		display: block;
	}
	.menu_tabella .liv2 a {
		background: url(../images/arrow_submenu_mobile.jpg) 95% center no-repeat !important;
		background-size: 4% !important;
		color: #222222 !important;
		border-bottom: 2px solid #e5e5e5;
		padding: 8% 20% 8% 14%;
		display: block;
	}
	.tabella_container {
		width: 100%;
	}
	.tabella_container .tabella .voce .accordion .pull-left {
		width: 70%;
	}
	.tabella_container .tabella .voce .accordion .pull-right {
		width: 30%;
	}
	.tabella_container .tabella .voce .accordion .pull-right img {
		max-width: 18%;
	}
	.tabella_container .tabella .voce .accordion {
		font-size: 12px;
		font-size: 3vw;
	}
	.tabella_container .tabella .voce .accordion .pull-right {
		font-size: 16px;
		font-size: 3.6vw;
	}
	.tabella_container .tabella .voce .caratteristiche .caratteristica,
	.tabella_container .scheda_tecnica .tabella_tecnica .dato {
		font-size: 12px;
		font-size: 3vw;
	}
	.tabella_container .scheda_tecnica a {
		font-size: 18px;
		font-size: 4vw;
	}
	.prodotti a {
		font-size: 12px;
		font-size: 3vw;
		width: 50%;
	}
	.prodotti a:nth-of-type(2n+1) {
		clear: left;
	}
	.prodotti {
		margin-top: 60px;
	}
	.tabella_container {
	    margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.buttons a {
		width: 49%;
		height: 69px;
		line-height: 69px;
	}
	.buttons a + a {
		margin-left: 2%;
	}
	.menu_tabella {
		float: left;
		width: 20%;
		margin-right: 3%;
	}
	.menu_tabella ul {
		padding-left: 10px;
	}
	.menu_tabella.mobile {
		display: none;
	}
	.menu_tabella .liv1 {
		border-left: 2px solid #cccccc;
	}
	.menu_tabella .liv1.on,
	.menu_tabella .liv1.ok,
	.menu_tabella .liv1:hover {
		border-left-color: #ff582b;
	}
	.menu_tabella .liv2 a {
		background: none !important;
		color: #222222 !important; /*#cccccc*/
		/*opacity: 0.3;*/
	}
	.menu_tabella .liv2 .on a,
	.menu_tabella .liv2 a:hover {
		color: #222222 !important;
		opacity: 1;
	}
	.menu_tabella .liv2 .on a{
		text-decoration: underline;
	}
	.tabella_container {
		width: 77%;
		float: left;
	}
	.tabella_container .tabella .voce .accordion {
		font-size: 14px;
	}
	.tabella_container .tabella .voce .accordion .pull-right {
		font-size: 18px;
	}
	.tabella_container .scheda_tecnica a {
		font-size: 18px;
	}
	.tabella_container .scheda_tecnica .tabella_tecnica .dato {
		font-size: 14px;
	}
	.prodotti a {
		font-size: 14px;
		width: 25%;
	}
	.prodotti a:nth-of-type(4n+1) {
		clear: left;
	}
	.spaziosx {
		margin-left: 36px;
	}
}

/* modifiche 06/04/2016 */
.btn_tab {
	border: 1px solid #fe4600;
	border-radius: 4px;
	padding: 15px 30px;
	margin: 10px 0;
	display: inline-block;
}
.btn_tab:hover {
	text-decoration: none;
}
.tab_icon {
	margin-left: 8px;
}