@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700);

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 1.1em;
	color: #404040;
	font-weight: 300;
}

#tat_div { height: 200px; overflow:auto; width: 87%; max-width: 661px; }
.border_class { position: relative; width: 100%; }
.border_class tbody { width: 100%; }
.border_class tr { color: #002D71; font-size: 1em; height: 30px; width: 100%; }
.border_class td { line-height: 30px; width: 100%; }
.tr_pari { background-color: #CEDDEC; }
.tr_dispari { background-color: #fff; }
.img_bandiera { float: left; margin-right: 1em; }
.eur { background: url('flags/32/eu.png') no-repeat right 10px center !important; }
.inverti { float: left; width: 100%; max-width: 647px; text-align: right; }
.inverti i:hover { cursor:pointer; }



* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 5px 5px;
	font-size:0.95em;
}

th {
/**		color: #666;
 	background: #ccc none repeat-x scroll left top; **/
}


code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.2em;
	margin-bottom: 10px;
}

a { color: #06C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}


a.button {
    background: linear-gradient(#fafafa, #ccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#006;
}

a.button-reversed {
	background: linear-gradient(#333, #111);
	background-color: #222;
    text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}

a.button-reversed:hover {
	background: #111;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

form input.formbutton {
	border: none;
	background: #4498D8;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 1.4em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 1.4em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h3 {
  background-color:#F1F1F1;
  border:1px solid #CCCCCC;
  font-size:1.0em;
  font-weight:300;
/*  letter-spacing:-1px;*/
  padding:5px;
}

h4 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 1px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1080px;
	margin: 0 auto;
}

#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

header {
	padding: 15px 0 0;
	margin: 0 auto;
}

h1 {
	color: #009;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}


 h1 a:hover {
	text-decoration: none;
}

/* h1 a {
 	color: #009;
	font-weight: bold;
	font-size: 1.3em !important;
	letter-spacing: -1px;
	text-decoration: none;
}*/




header h2 {
	color: #2B2B2B;
	font-size: 1.3em;
	letter-spacing: -1.0px;
	padding: 0 0 10px;
	margin: 0;
	font-weight:bold;
}

.slogan {
	padding-bottom: 10px;
	margin-left: 5px;
	font-size: 1.0em;
	color: #333;
	float: left;

}

.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
	padding-top:	0;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* intro */

#intro { margin: 0 auto}

div#intro img { margin: 0 auto}


div#intro .intro-content {
	padding: 85px 250px 85px 0;
}

div#intro .intro-content-short {
	padding: 50px 250px 40px 0px !important;
}

div#intro h2 {
	text-shadow: 1px 1px 0 #000;
	font-size: 3em;
}

div#intro h2, div#intro p {
	color: #fff;
}

div#intro p {
	font-size: 1.3em;
}

a.button-slider {
	padding: 15px 20px;
	font-size: 1.0em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 0 auto;
 	padding: 0;
	clear: both;
}

#body .ombra{
	background-color: #fff;
	background-position: left;
	box-shadow: 2px 2px 10px #999;
}

#content {
    float: left;
}

.two-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}

.logosito {float:left;margin-right:5px; margin-top:5px;
}


article {
	padding:0 0 10px;
 }

article h2 {
	color: #2B2B2B;
	font-size: 1.5em;
	letter-spacing: -1.0px;
	padding: 0 0 5px;
	margin: 0;
}

.sottotitolo {
    font-size: 1.0em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing: -0.2px;
    line-height: 0.95em;
	margin-bottom:20px;

}

.barra {
  background-color:#F1F1F1;
  border:1px solid #CCCCCC;
  font-size:1.0em;
  font-weight:300;
/*  letter-spacing:-1px;*/
  margin-top:20px;
  padding:5px;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a {
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

/*.sidebar {
	margin-top: 10px;
}*/

.small-sidebar {
   width: 30%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar {
	float: left;
}

.right-sidebar {
	float: right;
}



.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.3em;
	letter-spacing: -1px;
	padding: 6px 0;
	margin-top:20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	line-height: 1.5em;
	padding: 8px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}



.sidebar li ul li.text {
	border-bottom: none;
}



.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #DB515B;
}


.sidebar li ul li a.readmore {
   font-weight: 100;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 5px 10px;
	background-color: #fcfcfc;
	color:#006;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#fafafa, #ccc);
    color: #FFFFFF;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date {
	background-color: #DB515B;
	border-bottom: 1px solid #CF2A35;
	color: #fff;
	padding: 5px 10px;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #1F2024;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #ccc;
	border-bottom-color:#505050;

}

footer .footer-content li {
 color: #ccc;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover {
	color: #fff;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #ddd;
    font-size: 1.2em;
    padding-bottom: 10px;
}

footer .footer-bottom {
	 border-top:#ddd 1px solid;
	padding: 10px;
	text-align: center;
	background-color: #1F2024;
}

footer .footer-bottom p {
	text-align: center;

}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #ddd;
	border-bottom-color: #ddd;
}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}



#lista {height:0 auto;}
#lista ul {list-style:none outside none;font-size:1.1em; margin:0;}
#lista ul li {margin-bottom:4px; color:#006; display:block;}
#lista ul li a, .lista ul li a:visited {display:block; padding-left:22px; float:left;color:#006; margin-bottom:0.30em; width:100% }
#lista ul li a:hover {background-color:#bfbfbf;text-decoration:underline;display:block;}
#lista ul li a.thb {background:url(https://www.cambiovaluta.eu/images/thb.gif) no-repeat 0 3px;}
#lista ul li a.pln {background:url(https://www.cambiovaluta.eu/images/pln.gif) no-repeat 0 3px;}
#lista ul li a.hrk {background:url(https://www.cambiovaluta.eu/images/hrk.gif) no-repeat 0 3px;}
#lista ul li a.huf {background:url(https://www.cambiovaluta.eu/images/huf.gif) no-repeat 0 3px;}
#lista ul li a.ron {background:url(https://www.cambiovaluta.eu/images/ron.gif) no-repeat 0 3px;}
#lista ul li a.try {background:url(https://www.cambiovaluta.eu/images/try.gif) no-repeat 0 3px; width:100%}
#lista ul li a.ars {background:url(https://www.cambiovaluta.eu/flags/16/ar.png) no-repeat 0 3px;}
#lista ul li a.cop {background:url(https://www.cambiovaluta.eu/flags/16/co.png) no-repeat 0 3px;}
#lista ul li a.dkk {background:url(https://www.cambiovaluta.eu/images/dkk.gif) no-repeat 0 3px;}
#lista ul li a.sek {background:url(https://www.cambiovaluta.eu/images/sek.gif) no-repeat 0 3px;}
#lista ul li a.czk {background:url(https://www.cambiovaluta.eu/images/czk.gif) no-repeat 0 3px;}
#lista ul li a.nok {background:url(https://www.cambiovaluta.eu/images/nok.gif) no-repeat 0 3px;}
#lista ul li a.isk {background:url(https://www.cambiovaluta.eu/images/isk.gif) no-repeat 0 3px;}
#lista ul li a.usd {background:url(https://www.cambiovaluta.eu/images/usd.gif) no-repeat 0 3px;}
#lista ul li a.cad {background:url(https://www.cambiovaluta.eu/images/cad.gif) no-repeat 0 3px;}
#lista ul li a.aud {background:url(https://www.cambiovaluta.eu/images/aud.gif) no-repeat 0 3px;}
#lista ul li a.gbp {background:url(https://www.cambiovaluta.eu/images/gbp.gif) no-repeat 0 3px;}
#lista ul li a.chf {background:url(https://www.cambiovaluta.eu/images/chf.gif) no-repeat 0 3px;}
#lista ul li a.rub {background:url(https://www.cambiovaluta.eu/images/rub.gif) no-repeat 0 3px;}
#lista ul li a.jpy {background:url(https://www.cambiovaluta.eu/images/jpy.gif) no-repeat 0 3px;}
#lista ul li a.cny {background:url(https://www.cambiovaluta.eu/images/cny.gif) no-repeat 0 3px;}
#lista ul li a.brl {background:url(https://www.cambiovaluta.eu/images/brl.gif) no-repeat 0 3px;}
#lista ul li a.inr {background:url(https://www.cambiovaluta.eu/images/inr.gif) no-repeat 0 3px;}
#lista ul li a.kes {background:url(https://www.cambiovaluta.eu/images/kes.gif) no-repeat 0 3px;}
#lista ul li a.dzd {background:url(https://www.cambiovaluta.eu/images/dzd.gif) no-repeat 0 3px;}
#lista ul li a.egp {background:url(https://www.cambiovaluta.eu/images/egp.gif) no-repeat 0 3px;}
#lista ul li a.tnd {background:url(https://www.cambiovaluta.eu/images/tnd.gif) no-repeat 0 3px;}
#lista ul li a.mad {background:url(https://www.cambiovaluta.eu/images/mad.gif) no-repeat 0 3px;}
#lista ul li a.lyd {background:url(https://www.cambiovaluta.eu/images/lyd.gif) no-repeat 0 3px;}
#lista ul li a.dop {background:url(https://www.cambiovaluta.eu/flags/16/do.png) no-repeat 0 3px;}
#lista ul li a.mxn {background:url(https://www.cambiovaluta.eu/flags/16/mx.png) no-repeat 0 3px;}
#lista ul li a.vef {background:url(https://www.cambiovaluta.eu/flags/16/ve.png) no-repeat 0 3px;}
#lista ul li a.lev {background:url(https://www.cambiovaluta.eu/flags/16/bg.png) no-repeat 0 3px;}
#lista ul li a.ils {background:url(https://www.cambiovaluta.eu/flags/16/il.png) no-repeat 0 3px;}
#lista ul li a.ead {background:url(https://www.cambiovaluta.eu/flags/16/ae.png) no-repeat 0 3px;}
#lista ul li a.uah {background:url(https://www.cambiovaluta.eu/flags/16/ua.png) no-repeat 0 3px;}
#lista ul li a.cil {background:url(https://www.cambiovaluta.eu/flags/16/cl.png) no-repeat 0 3px;}
#lista ul li a.kzt {background:url(https://www.cambiovaluta.eu/flags/16/kz.png) no-repeat 0 3px;}
#lista ul li a.twd {background:url(https://www.cambiovaluta.eu/flags/16/tw.png) no-repeat 0 3px;}
#lista ul li a.zar {background:url(https://www.cambiovaluta.eu/flags/16/za.png) no-repeat 0 3px;}
#lista ul li a.crc {background:url(https://www.cambiovaluta.eu/flags/16/cr.png) no-repeat 0 3px;}
#lista ul li a.pen {background:url(https://www.cambiovaluta.eu/flags/16/pe.png) no-repeat 0 3px;}
#lista ul li a.jmd {background:url(https://www.cambiovaluta.eu/flags/16/jm.png) no-repeat 0 3px;}
#lista ul li a.krw {background:url(https://www.cambiovaluta.eu/flags/16/kr.png) no-repeat 0 3px;}
#lista ul li a.php {background:url(https://www.cambiovaluta.eu/flags/16/ph.png) no-repeat 0 3px;}
#lista ul li a.cve {background:url(https://www.cambiovaluta.eu/flags/16/cv.png) no-repeat 0 3px;}
#lista ul li a.xof {background:url(https://www.cambiovaluta.eu/flags/16/ci.png) no-repeat 0 3px;}
#lista ul li a.xaf {background:url(https://www.cambiovaluta.eu/flags/16/cm.png) no-repeat 0 3px;}
#lista ul li a.sar {background:url(https://www.cambiovaluta.eu/flags/16/sa.png) no-repeat 0 3px;}
#lista ul li a.pkr {background:url(https://www.cambiovaluta.eu/flags/16/pk.png) no-repeat 0 3px;}
#lista ul li a.mur {background:url(https://www.cambiovaluta.eu/flags/16/mu.png) no-repeat 0 3px;}
#lista ul li a.sos {background:url(https://www.cambiovaluta.eu/flags/16/so.png) no-repeat 0 3px;}
#lista ul li a.ngn {background:url(https://www.cambiovaluta.eu/flags/16/ng.png) no-repeat 0 3px;}
#lista ul li a.lek {background:url(https://www.cambiovaluta.eu/flags/16/al.png) no-repeat 0 3px;}
#lista ul li a.byr {background:url(https://www.cambiovaluta.eu/flags/16/by.png) no-repeat 0 3px;}
#lista ul li a.vnd {background:url(https://www.cambiovaluta.eu/flags/16/vn.png) no-repeat 0 3px;}
#lista ul li a.khr {background:url(https://www.cambiovaluta.eu/flags/16/kr.png) no-repeat 0 3px;}

#valute_princilali {
    float: left;
    font-size: 1.0em;
    background: #fafafa;
    color: #5d5d5d;
    margin: 0 0 1em 0;
    border: 1px solid #ccc;
    border-color: #ccc;
    padding: 3px 0 8px 3px;
    height: 100%;
    width: 100%;
}

h4 {font-size:1.4em;padding-bottom:5px; color:#0000ff;}

.blocco1{float:left; width:36%;}
.blocco2{float:left; width:32%;}
.blocco3{float:left; width:32%;}

.sezione1{float:left; width:46%; font-size:0.78em;line-height:1.3em;}
.sezione2{float:left; width:50%; font-size:0.78em;line-height:1.3em;}

#box1{
	float:left;
	font-size:0.95em;
	background:#fafafa;
	color:#5d5d5d;
	margin:0;
	border:1px solid #ccc;
	border-color:#ccc;
	padding:3px 0 8px 3px;
	height:auto;
	width:30%
}

#box1 h4 {font-size:1.2em;padding-bottom:5px;}

#box2{
	float:left;
	font-size:0.95em;
	background:#fafafa;
	color:#5d5d5d;
	margin:0 0 0 1em;
	border:1px solid #ccc;
	border-color:#ccc;
	padding:3px 0 8px 3px;
	height:auto;
	width:31%
}

#box2 h4 {font-size:1.2em;padding-bottom:5px;}

#box3{
	float:left;
	font-size:0.95em;
	background:#fafafa;
	color:#5d5d5d;
	margin:0 0 0 1em;
	border:1px solid #ccc;
	border-color:#ccc;
	padding:3px 0 8px 3px;
	height:auto;
	width:32%
}

#box3 h4 {font-size:1.2em;padding-bottom:5px;}

.post-meta {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-bottom:0.6em;
  padding: 0.2em 0 0.2em;
  width:100%;
  margin-top:0.6em;
  height: 20px;
}

.testo {
    font-weight: normal;
    padding-bottom:0;
	display:inline;
	vertical-align: top;
}

.testo a {
    font-size: 0.9em;
	vertical-align: super;
}

/*commenti*/
.commento h3 {
  background-color:#F1F1F1;
  color:#000066;
  font-size:1.6em;
  font-weight:500;
  margin-top:0.2em;
  margin-bottom:0.7em;
  padding:3px;
}
.commento input, .commento textarea { border:1px solid #cccccc; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);     display: inline-block;
    padding: 4px 6px;
    margin: 12px 0 12px 0;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
	width:300px;
}
.commento textarea { width:100%; max-width:500px; height:150px; }
.commento .pre_campo { margin-top:12px; margin-bottom:0; }

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	border:1px solid #bbbbbb;
	border-radius:4px;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover { cursor:pointer; }

.autore { font-weight:bold; font-size:1.4em;}
.data { color:#80AFF5;}
.commento { line-height:25px; }
.separatore { border-bottom:1px solid #ecebe9; margin:15px 0 20px 0; }
.avatar {
  background:#FFFFFF;
  border:1px solid #E2E2E2;
  border-radius:60px;
  float:left;
  margin:0 20px 0 0;
  padding:3px;
  position:relative;
  z-index:1;
}
.buttons {
    background-color: #354c8c;
    color: #fff !important;
  /*  float: left;*/
    font-size: 0.80em;
    padding: 0.2em 0.4em;
	font-weight:600;
	margin-right:0.4em;
	margin-top:1.0em;
}

.bottoni {display:block;margin-bottom:1.5em; margin-top:1.0em;}
/* PHONE portrait */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) { /* PHONE */

	body { font-size: 0.8em; }

	.logosito {float:0 auto;margin:5px; display:block;}

	.testo {display:none}

	.banconote{margin:20px 0 0 0; width:97% !important; background-color: #fafafa; border: 1px #ccc solid; padding:0; float:none}

	.advmonete {margin:20px 0 0 0 !important; width:auto !important; height:auto !important; float:none !important; }

	.post-meta {display:none}


	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.5em; }

	header h1 { float: none; }

	.slogan {text-align: center;}

	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 0 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #f0f0f0; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content  { padding: 20px 5px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }

    #valute_princilali {float:none; font-size:1em;	background:#fff; border:0px;}

		footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	#content, aside.sidebar { float: none; width: 95%; }

	#content {padding: 10px;}

   .moduli { padding-left:5px; padding-right:5px;  width:95%;}

	aside.sidebar {padding: 10px;}

	footer .footer-content ul {width:auto; float:none;}

	#box1 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box2 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box3 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #valute_princilali h4 {font-size:1.4em; margin-top:1.2em; font-weight:bold}

	.sezione1 {float:none; width:auto; line-height:1.3em;}
    .sezione2 {float:none; width:auto; line-height:1.3em;}

	.storico { display:none}

	.blocco1{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}
    .blocco2{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}
    .blocco3{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}


	#lista li a,
    #lista ul li a:hover {
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 5px 10px;
	background-color: #fcfcfc;
	color:#006;
	}
	.principalivalute { display:none }

	th, td { color:#000;}

}

/* PHONE landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) { /* PHONE  568 */

	body { font-size: 0.8em; }

    .logosito {float:0 auto;margin:5px; display:block;}

	.testo {display:none}

    .post-meta {display:none;}

	.banconote{margin:5px 0 0 0; width:95% !important; background-color: #fafafa; border: 1px #ccc solid; padding:10px; float:none}

.advmonete {margin:20px 0 0 0 !important; width:auto !important; height:auto !important; float:none !important; }


	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.5em; }

	header h1 { float: none; }

	.slogan {text-align: center;}

	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 0 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #f0f0f0; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content  { padding: 20px 5px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }

    #valute_princilali {float:none; font-size:1em; background:#fff; border:0px;}

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	#content, aside.sidebar { float: none; width: 95%; }

	#content {padding: 10px;}

    .moduli { padding-left:5px; padding-right:5px;  width:95%;}

	aside.sidebar {padding: 10px;}

	footer .footer-content ul {width:auto; float:none;}


	#box1 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box2 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box3 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #valute_princilali h4 {font-size:1.4em; margin-top:1.2em; font-weight:bold}

	.sezione1 {float:none; width:auto; line-height:1.3em;}
    .sezione2 {float:none; width:auto; line-height:1.3em;}

	.storico { display:none}

	.blocco1{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}
    .blocco2{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}
    .blocco3{float:none; width:99%; height:auto; font-size:1em;	background:#fff; border:0px;}
	th, td { color:#000;}

		#lista li a,
    #lista ul li a:hover {
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 5px 10px;
	background-color: #fcfcfc;
	color:#006;

  }
}

@media only screen
and (min-device-width : 481px)
and (max-device-width : 750px)
and (orientation : landscape) { /* SAMSUNG  */


    .post-meta {display:none;}

	.banconote{margin:5px 0 0 0; width:100%; background-color: #fafafa; border: 1px #ccc solid; padding:10px; float:none}

	.advmonete {margin:20px 0 0 0 !important; width:auto !important; height:auto !important; float:none !important; }

	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; font-size: 1.7em; }

	.slogan {text-align: center;}

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; }

	#valute_princilali {float:none; font-size:1em;	background:#fff; border:0px;}
	.sezione1 {float:none; width:auto; line-height:1.3em;}
    .sezione2 {float:none; width:auto; line-height:1.3em;}

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	#content, aside.sidebar { float: none; width: 95%; }

	#content {padding: 10px;}

    .moduli { padding-left:5px; padding-right:5px;  width:95%;}

	aside.sidebar {padding: 10px;}

	footer .footer-content ul {width:auto; float:none;}

	#box1 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box2 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #box3 {width: auto; height:auto; float: none; margin: 1em 0 1em 0; font-size:1.1em; background:#fff; border:0px;}
    #valute_princilali h4 {font-size:1.4em; margin-top:1.2em; font-weight:bold}

th, td { color:#000;}

	.blocco1{float:none; width:99%; height:auto;}
    .blocco2{float:none; width:99%; height:auto;}
    .blocco3{float:none; width:99%; height:auto;}

	#lista li a,
    #lista ul li a:hover {
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 5px 10px;
	background-color: #fcfcfc;
	color:#006;
   }
}
