/* Reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix { 
	zoom: 1; 
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

@font-face {
    font-family: 'trashhand';
    src: url('../fonts/trashhand-webfont.eot');
    src: url('../fonts/trashhand-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trashhand-webfont.woff') format('woff'),
         url('../fonts/trashhand-webfont.ttf') format('truetype'),
         url('../fonts/trashhand-webfont.svg#trashhandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */
body {
	color: #000;
	font-family:Lato;
	font-weight:300;
	font: 16px/28px;
	background:#F8FAF7;
	/* FONT RENDERING !!! */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* TYPOGRAPHY */
a {
   color:#EB5B28;
   text-decoration: none;
}
a:hover {
	border-bottom:1px solid #EB5B28;
}
a:active, a:focus {
	outline: none;
}
/*
a.fb, p span.fb {
	color:#0E4CFF;
}
a.yt, p span.yt {
	color:#c80000;
}
a.fb:hover {
	border-bottom:1px solid #0E4CFF;
}
a.yt:hover {
	border-bottom:1px solid #c80000;
}
*/
p, dl, hr, h1, h2, h3, ol, ul, dd, pre, table, fieldset {
	margin-bottom: 20px;
}
ul { 
	list-style-type:none;
	padding:0;
	margin:0;
}
li {
	padding:3px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:trashhand;
	font-weight:normal;
	letter-spacing:0.05em;
	padding:0;
	margin:0;
}
h2 {
	font-size: 2em;
	line-height:1em;
	color:#c80000;
	padding-bottom:8px;
}
h2 a {
	color:#c80000;
}
h2 a:hover {
	color:#EB5B28;
	border:0;
}
h3, h4 {
	font-size: 1.4em;
	color:#550000;
	padding-bottom:10px;
}
h4 {
	color:#c80000;
	padding:10px 0 0 0;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p	{
	line-height:1.45em;
}
/* STRUCTURE */
#container {
	width:1000px;
	background-color:#fff;
	margin:0 auto;
	padding:0;
}
#banner {
	width:100%;
	height:240px;
	position:relative;
	overflow:hidden;
}
#logo {
	position: absolute;
	top: 0;
	left: 55px;
	width:405px;
	height:241px;
	z-index:999;
}
#logo:hover {
	cursor:pointer;
}
#colosseo {
	position: absolute;
	top: 86px;
	right: 170px;
	width:142px;
	height:98px;
	z-index:999;
}
#onda {
	position: absolute;
	bottom: -1px;
	left: 0;
	width:1000px;
	height:63px;
	z-index:999;
}
#breadcrumb, #content #coldx, #altvers {
	text-transform:uppercase;
	font-size:.75em;
}

/* NAV */
#nav {
	float:right;
	position:relative;
	z-index:999;
   width:50%
}
#nav ul {
	font-family:trashhand;
	/*padding:0 20px 0 0;
	margin-top:-35px;*/
	position:absolute;
	right:25px;
	top:-35px;
}
#nav ul li {
	float:left;
	padding:0 0 0 15px;
	font-size:1.8em;
	letter-spacing:0.05em;
}
#nav ul li:before {
	content:"/ ";
	color:#ddd;
}
#nav ul li a {
	color:#550000;
	text-transform:uppercase;
	font-size:.9em;
	padding:7px 0 1px 0;
}
#nav ul li a:hover, #nav ul li.active a {
	color:#EB5B28;
	border:0;
}


/* CONTENT */
#breadcrumb, #content {
	padding:0 2%;
	position:relative;
	top:8px;
}
#altvers {
	text-align:right;
	padding:2px 25px 0 0;
}
#altvers a {
   margin:0 0 0 10px;
}
#altvers img {
	position:relative;
   top:4px;
}
#content {
	padding-top:40px;
	width:96%;
	border-top:1px solid #eee;
	margin-top:10px;
	/*box-sizing: border-box;*/
}
#content #colsx {
	width:60%;
	width:550px;
	display:inline-block;
	vertical-align:top;
	padding:0 90px 0 0;
}
#content #colsx p {
	line-height:1.5em;
}
#content #colsx p img, #content #colsx div img {
	max-width:550px;
	height:auto;
}
#content #coldx {
	width: 10%;
	width: 315px;
	display: inline-block;
	vertical-align:top;
	margin: 0;
}
#content #coldx table {
	text-transform:uppercase;
	width:100%;
	margin:20px 0 35px 0;
}
#content #coldx table td {
	padding:5px 0;
	border-bottom:1px solid #eee;	
}
#content #coldx table td:first-child {
	color:#c80000;
	padding-right:5px;
	width:85px;
}
#sottomenu {
	margin:20px 0;
	padding:10px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
/* BLOG */
#content .blog .item-separator, #content .blog-featured .item-separator {
	height:20px;
	width:30%;
	border-bottom:1px solid #EB5B28;
	margin:0 auto 40px auto;	
}
#content #colsx p.readmore {
	text-align:right;
	margin-top:-15px;
}
#content #colsx p.readmore a {
	font-family:trashhand;
	font-size:1.2em;
}
/* paginazione */
#content #colsx .blog .pagination ul li, #content #colsx .cat-items .pagination ul li {
	float:left;
	padding:0 5px;
	font-size:.9em;
	color:#666;
}
#content #colsx .blog .pagination ul li a, #content #colsx .cat-items .pagination ul li a {
	font-weight:bold;
}
/* FINE BLOG */


/* CATEGORY LIST */
#content #colsx .category-list form#adminForm .display-limit, /* display-limit */ #content #colsx .category-list form#adminForm table.category th, #content #colsx .category-list form#adminForm table.category td:nth-child(2), #content #colsx .category-list form#adminForm table.category td:last-child {
	display:none;
}
#content #colsx .category-list form#adminForm table.category {
	width:100%;
}
#content #colsx .category-list form#adminForm table.category td {
	padding:5px 0;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
}

/* COLDX MULTICARTEGORY MENU */
#content #coldx ul#multi.menu {
	margin-bottom:30px;	
}
#content #coldx ul#multi.menu li {
	font-family:trashhand;
	font-size:1.6em;
	letter-spacing:0.03em;
	padding:14px 0;
	border-bottom:1px solid #ddd;	
}
#content #coldx ul#multi.menu li a {
	color:#c80000;
	padding: 10px 0 10px 60px;
	background-image:url(../images/i-abbigliamento.png);
	background-repeat:no-repeat;
}
#content #coldx ul#multi.menu li a:hover {
	color:#EB5B28;
	border:0;
}
#content #coldx ul#multi.menu li:first-child a {
	background-image:url(../images/i-alimentari.png);	
}
#content #coldx ul#multi.menu li:last-child a {
	background-image:url(../images/i-vintage.png);	
}
/* COLDX MENU MERCATI IN EVIDENZA */
#content #coldx ul#menudx.menu li {
	font-size:1.2em;	
}
#content #coldx ul#menudx.menu li:last-child {
	/*text-transform:lowercase;*/	
	font-family:trashhand;
	font-size:1.4em;
	padding-top:10px;	
}
#content #coldx ul#menudx.menu li:last-child a {
	color:#c80000;
}
#content #coldx ul#menudx.menu li:last-child a:hover {
	border:0;
	color:#EB5B28;
}

/* CERCA */
#content #coldx #dati-tecnici form .search {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:20px;
}
#content #coldx #dati-tecnici form .search label {
	/*font-family:trashhand;
	color:#c80000;
	font-size:2em;
	padding-right:10px;*/
	display:none;
}
#content #coldx #dati-tecnici form .search input, #content #colsx form#searchForm input#search-searchword {
	padding:5px;
	font-family:Lato;
	font-size:1.4em;
	font-weight:400;
	border-radius:4px;
	border:1px solid #aaa;
	width:238px;
	color:#666;
}
#content #coldx #dati-tecnici form .search input.button {
	width:auto;
	padding:1px 2px;
	font-family:trashhand;
	color:#c80000;
	font-size:2em;
	cursor:pointer;
	position:relative;
	left:5px;
	border:1px solid #c80000;
	background-color:#fff;	
}
#content #coldx #dati-tecnici form .search input:focus {
	border:1px solid #c80000;
}
#content #coldx #dati-tecnici form .search input.button:hover {
	color:#fff;
	background-color:#c80000;	
}
#content #colsx form#searchForm fieldset.phrases, #content #colsx form#searchForm fieldset.only, #content #colsx dd.result-created {
	display:none;
}
#content #colsx dd.result-text{
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
#content #colsx dt.result-title a {
	font-size:1.2em;
}
#content #colsx dd.result-category {
	font-size:.9em;
}
#content #colsx div.searchintro, #content #colsx div.form-limit {
	display:inline-block;
}	
#content #colsx form#searchForm input#search-searchword {
	padding:3px;
	font-size:1em;
	width:auto;
}
/* MENU MERCATI IN TIPOLOGIE */
/*#content #coldx #tipologie h4 {
	font-size:1.6em;
	padding-bottom:8px;
}
#content #coldx #tipologie li.categoryDepth1, #content #colsx li.categoryDepth1 {
	font-family:trashhand;
	font-weight:normal;
	letter-spacing:0.05em;
	padding:0;
	margin:0;
	font-size: 1.5em;
	color:#c80000;
	padding:10px 0 0 0;
}
#tipologie li.categoryDepth1 ul, #content #colsx li.categoryDepth1 ul {
	font-family: Lato;
	font-weight: 300;
	list-style-type: disc;
	color: #ddd;
	margin-left:-15px;
}
#tipologie ul li {
	padding:5px 0;
	border-bottom:1px solid #eee;
}
#tipologie ul li a {
	font-size:1em;
}
#tipologie li.categoryDepth1 a.categorylink  {
	background-image:url(../images/i-abbigliamento.png);
	background-repeat:no-repeat;
	background-position:0,0;
	padding:10px 0 10px 55px;
	color:#c80000;
	font-size:1.05em;
}
#tipologie li.categoryDepth1 a:hover.categorylink {
	color:#EB5B28;
	border:0;
}
#tipologie li:first-child.categoryDepth1 a.categorylink {
	background-image:url(../images/i-alimentari.png);
}
#tipologie li:last-child.categoryDepth1 a.categorylink  {
	background-image:url(../images/i-vintage.png);
}*/

/* FOOTER */
#footer {
	padding:10px 20px 1px 20px;
	margin:30px 0 0 0;
	background-color:#F7EFED;
	font-weight:400;
	font-size:.8em;
	color:#550000;
}
#footer a {
   margin: 0 5px;
}
#footer img {
   position:relative;
   top:4px;
}
.ui-loader {
	display:none;
}


/* CYCLE2 */
#content .cycle-slideshow .cycle-prev, #content .cycle-slideshow .cycle-next {
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:100;
	cursor:pointer;
	color:#000;	
	display:block;
	font-size:2em;
	padding:2px 7px;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
}
#content .cycle-slideshow .cycle-prev {
	left:0%;
}
#content .cycle-slideshow .cycle-next {
	right:0%;	
}

/* JOOMLA */
.buttonheading img, #content #colsx div a[title="Web development, Joomla, CMS, CRM, Online shop software, databases"] {
	display:none !important;
}

/* EDITOR */
.pennarello {
	font-family:trashhand;
	color:#c80000;
	letter-spacing:0.05em;
	font-size:120%;
}
.testo-normale {
	font-family:Lato;
	color:#000;
	letter-spacing:0;
	font-size:83.33%;
}	

/* MEDIA QUERIES */
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 760px) {

}
/*iPad*/
@media screen and (device-aspect-ratio: 3/4) {
body {
	font-size:17px;
}
#nav ul {
	padding:0;
}
#tipologie li:first-child.categoryDepth1 a.categorylink {
	letter-spacing:-.01em;
}
}
/* iPhone 5=> */ 
@media screen and (device-aspect-ratio: 40/71) and (orientation:portrait), screen and (device-aspect-ratio: 2/3) and (orientation:portrait) {

}

/*iPhone < 5:
@media screen and (device-aspect-ratio: 2/3) {}

iPhone 5:
@media screen and (device-aspect-ratio: 40/71) {}

iPad:
@media screen and (device-aspect-ratio: 3/4) {}*/
	
