/* RESET */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{
	height:100%;
}

body{
    font-family: Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;	
	font-size: 15px;
	line-height: 26px;
    word-wrap: break-word;
	text-rendering: optimizeLegibility;
	background:url(../img/classy_fabric.png);
	text-align:justify;
}

/* MARGIN */
.m-top{margin-top:26px}
.m-bottom{margin-bottom:26px}

/* TEXT */
.t-center{text-align:center}
.t-left{text-align:left}
.t-right{text-align:right}
.t-bold, b, strong{font-weight:bold}
.t-italic, i{font-style:italic}
.t-uppercase{text-transform:uppercase}
.t-justify-last{text-align-last:justify;-moz-text-align-last:justify}
.black{color:#000000 !important}
.white{color:#ffffff !important}
.yellow{color:#ffca00 !important}

a{
    color:#000;
    transition:0.2s;
}

a:hover{
    color:#319ad1;
}

.t-small{
	font-size:12px;
	letter-spacing:5px;
}

.t-smallest{
	font-size:12px;
	line-height:14px;
	color:#777;
}

/* IMAGES */
.auto-size{max-width:100%;height:auto}
.full-size{width:100%;height:auto}

/* UTILITY */
.box{max-width:1024px !important}
.hide{display:none !important}
.center{margin:auto !important}
.hand{cursor:pointer}

ul.elenco
{
    list-style-type:disc;
    list-style-position:outside;
    padding-left:20px;
    text-align:left;
}

h2{}
h3{}

#menu-container
{
   	height:40px;
	background:#2a3b93 url(../img/back-menu.gif) repeat-x top center;
}

#menu{
	text-align:center;
	height:40px;
	background:#2a3b93 url(../img/back-menu.gif) repeat-x top center;
	line-height: 26px;
	overflow:hidden;
	position:relative;
	padding:0px;
}

#menu li a{
	color:#fff;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	transition:0.3s;
	letter-spacing:2px;
}

#menu li a:hover{
	color:#ffca00;
}

#menu li.focus{
	background-color:#ffca00;
}

#menu li.focus a{
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}

a#facebook{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    top:0;
    right:15px;
}

#adv{
	line-height:0;
	position:relative;
}

#dots{
	position:absolute;
	top:30px;
	right:40px;
	color:#ffca00;
}

#sections{
	background:#ffca00 url(../img/yellow-background.jpg) top center;
	background-size:cover;
}

#sections>div{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#352b03;
	font-size:24px;	
	padding:20px 0px;
	text-align:center;
	transition:0.3s;
}

#sections>div:hover{
	color:#ffffff;
}

#sections>div:not(:last-child){
	border-right:2px solid #3a3a3c;
}

#main{
	background-color:#fff;
	padding:32px 10px;
}

div.canvas{
	border:1px solid #cccccc;
	padding:10px;
	line-height:0px;
	background:url(../img/gray_background.jpg);
	background-size:cover;
	margin-bottom:20px;
	font-size: 13px;
	text-align:left;
}

#serviceScroller{
	height:40px;
	background:url(../img/back.jpg) repeat-x center center;
}

#serviceScroller li{
	padding:7px 25px 0px 25px;
	height:40px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:13px;
	letter-spacing:1px;
}

#footer{
	background-color:#3c3b39;
	color:#fff;
	text-align:center;
	padding:20px;
	font-size:12px;
	line-height:17px;
}

.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
    line-height:20px;
}
.cycle-pager span { 
    font-family: arial; font-size: 60px; width: 20px; height: 20px; 
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #ffca00;}
.cycle-pager > * { cursor: pointer;}


#map
{
    height:340px;
}