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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

  html, body {
    background: #fefefe;color:#444;margin: 0 0;padding: 0 0;line-height: 1; font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  }


  .column, .columns, .tiles > li {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
  }

  .row {
    margin-bottom: 25px;
    text-align: left;
  }

  h1, h2 {
    font: bold italic 220px Verdana, Arial, Helvetica, sans-serif;
    color: #444;
    letter-spacing: -.09em;
    -webkit-transition-duration: 1s;
  }

  h2  {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.6;
  }

 .columns p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0;
  }

  .columns span {
    font-weight: bold;
  }  

 .head p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
    color: #555;
  }

  .head, .head:hover {
    box-shadow: none;
    margin-top: 30px;
  }

  .head span {
    font-weight: bold;
    color: #353535;
  }

  .head span span {
    font-size: 32px;
    font-weight: bold !important;
  }

  a {
    color: #1d2029;
  }

  a:hover {
    text-decoration:underline;
	color:#f9ab35;
  }

  .special, .special:hover {
    background: transparent;
        border: none;
  }

  .special:hover p {
    color: #ffe400;
  }
  .bg-grigio-scuro {
  background: #afafaf;
  padding: 3px 0;
  }    
  .bg-grigio {
  background: #cfcfcf;
  padding: 3px 0;
  }  
  .bg-grigio-chiaro {
  background: #e8e7e7;
  padding: 3px 0;
  }   

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;

}
strong { font-weight:bold; padding: 5px 0 0 0;}

.upper { text-transform:uppercase;}

.row.mtop {margin-top:22px;}
.row.mbot50 {margin-bottom:50px;}
.row.mbot25 {margin-bottom:25px;}
.row.mbot10 {margin-bottom:10px;}
.row.mbot5 {margin-bottom:5px;}
.pad-left {padding-left:7px;}

/* global styles */

a:focus { outline:none;}
a { text-decoration:none; color:#1d2029;}
a:hover, a:focus {text-decoration:underline;color:#f9ab35;}
a em, .hide { position:absolute; left:-9999em;}

.lineafull { margin:20px 0;padding:0 0;border-bottom: 1px solid #cfcfcf;clear:both;}
 

.mtlogo a {display:block; width:300px; height:113px; float:left; cursor:pointer; z-index:999; no-repeat 0 0;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix { clear:both;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/********************************/


/* self-clear floats */
.clearme:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clearme { /* IE6 */
	height: 1%;
	}


.button { background:#888;width:80px;color: #fff;font: 12px Verdana, Arial, Helvetica, sans-serif;text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;border: 0;padding: 3px 7px;cursor: pointer;margin-left:5px; float:right;}
.errors {color: #E44145;background: #FFFFCC;padding:4px 6px;margin-bottom: 10px;}
.success {background: #FFFFCC;padding:4px 6px;margin:0;}


/* Form Styles */
form { margin: 0 0; }
form label { display: block; font-size: 10px; line-height: 10px; cursor: pointer; margin-bottom: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.field { position: relative; max-width: 100%; margin-bottom: 0; vertical-align: middle; font-size: 10px; overflow: hidden; }
.field input, .field input[type="*"], .field textarea { max-width: 100%; width: 100%; padding: 0; margin: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.field .input { position: relative; padding: 0 5px; background: #fff; border: 1px solid #eee; line-height: 18px; font-size: 10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.field .input.textarea { height: auto; }


form dt { margin: 0; }
form textarea { height: 150px; }

form fieldset {border:0; float:left; }


input[type=radio]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #da0034;
}
/* Main toggle */
.toggle { 
	margin-bottom: 10px;
	/*
	border: 1px solid #eee;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;

}

/* Toggle Link text */
.toggle a.toggle-trigger {
	display:block;
	padding: 0 0 2px 7px;
	position:relative;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size:12px;
}

/* Toggle Link hover state */
.toggle a.toggle-trigger:hover {
	opacity: .8;
	text-decoration: none;
}

/* Toggle link when clicked */
.toggle a.active {
	text-decoration: none;
}

/* Lets add a "-" before the toggle link */
.toggle a.toggle-trigger:before {
	content: "+";	/* You can add any symbol, font icon, or graphic icon */
	margin-right: 10px;
	font-size: 1.3em;	
}

/* When the toggle is active, change the "-" to a "+" */
.toggle a.active.toggle-trigger:before {
	content: "-";
}

/* The content of the toggle */
.toggle .toggle-content {
	padding: 10px 0 15px 0;
	color:#666;
	background:#fff;

}

.foot {
	margin: 0 auto 0 auto;
	padding-top:7px;
	padding-bottom:10px;font-family:Verdana, Arial, Helvetica, sans-serif;color: #a3a5ab;
}

/* Media Query
================================================== */

/*iPad landscape*/
@media screen and (max-width: 1024px) {


}

/*iPad portrait*/
@media screen and (max-width: 768px) {

}

/* iPhone 5 landscape */
@media screen and (max-width: 600px) {

}

/*iPhone landscape*/
@media screen and (max-width: 480px) {


}

/*iPhone portrait*/
@media screen and (max-width: 320px) {

}