@charset "utf-8";
/* CSS Document */
.row {
	max-width:100% !important;
}
.width80 {
	float:left;
	width:80%;
}
.width20 {
	float:left;
	width:20%;
}
#slider {
  width: 100% !important;
  height: 220px !important;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #FFF;
}
#sliderContent {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.sliderImage span {
    position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
    padding: 10px 13px;
    width: 100% !important;
    background-color: #0071BC;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
h1.lastnews {
	color:#FFF;
	background:#666;
	padding:12px;
}
h1.titolo {
	margin-top:8px;
}
h1.categoria {
	margin-bottom:8px;
}
#tabmenu {background:#004181; text-align:center; padding:1%}
#tabmenu a {color:#FFF; text-decoration:none}
#showshop p {border-bottom:1px solid #EAEAEA; color:#000}
#showshop a {text-transform:uppercase; color:#000 !important}
#nascondi {display:none}

table, tr, td, th {
	background:#FFF !important;
}
table {
	border:0;
}
tr td, th {
	width:100% !important;
	display:inline-block !important;
border-bottom:0 !important;
padding:6px;
text-align:center !important;
}
tr td:last-child  {
	border-bottom:1px solid #EAEAEA !important;
}
tr:last-child td {
	border-bottom:0 !important;
}

#theVideo {
	padding:2px 10px !important;
}
.leggi {
  float: right;
  width: 100px;
  text-align: right;
  background: url(http://www.napoleggiamo.it/images/view.png) top left no-repeat;
  font-size: 11px;
  line-height: 20px;
  padding-right: 3px;
  margin: 0 0 15px;
}
.article {
	padding:10px 15px !important; font-size:1.2em;
}
@media screen and (max-width:1200px) {
	#theVideo iframe {
		height:570px !important;
	}
	.special {
		width:48% !important;
		float:left !important;
		margin:0 1%;
	}
	#showshop {padding:2em 15px; display:none; width:100%; z-index:999; position:fixed; background:#FFF; top:160px; left:0}
	.leggi {
  	float: left;
	}
}
@media screen and (max-width:768px) {
	#theVideo iframe {
		height:220px !important;
	}
	.special {
		width:98% !important;
		float:none !important;
		margin:0 1%;
	}
	#showshop {
		top:85px;
	}
}