/*
* Marco Princivalle
* http://www.omniaweb.it
* 29/01/2013
*/
/* STILI SITO
================================================== */
html, body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
/*	vertical-align:baseline;*/
	}
figure img{
	max-width:100%;
	height:auto;
	}
img{border:none;}
a{text-decoration:none; color:#005689;}
a:hover{color:#ec008c;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6,ul,li,p,figure,figcaption{margin:0; padding:0; font-weight:normal;}
fl{float:left;}
fr{float:right;}
/* Button Responsive Menu*/
.btn-responsive-menu{
	padding:5px;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.icon-bar{display:block; width:18px; height:2px; margin:5px;background-color:#f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
.show{display:block!important}