span.important {
	font-weight: bold;
}

p.contents {
	display: contents;
}

body {
    background-position: center top, center top;
    background-repeat: repeat-y, no-repeat;
	overflow: scroll;
	background-color: #fff;
}

body.skill 		{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/boskills.jpg"); 	}
body.people	{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/bopeople.jpg"); 	}
body.know		{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/boknow.jpg"); 	}
body.projects	{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/bojobs2.jpg"); background-repeat:repeat-y, repeat-y; }
body.clients 	{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/boclients.jpg"); 	}
body.contact	{ background-image: url("../risorse/bg/bgz1.png"), url("../risorse/bg/bocontact2.jpg"); }

.logo {
	float: left;
  height: 80px;
  width: 80px;
	background-image:url(../risorse/logo_skillbill_80.png);
  margin: 30px;
}

.logo h1 {
	text-indent: -9999px;
	overflow: hidden;
}

.logotext {
	float: right;
	height: 80px;
	width: 82px;
	background-image:url(../risorse/testo.png);
	margin: 30px;
}

.sitenav {
	clear: both;
	height: 80px;
	background:url(../risorse/barra.png) center center;
	margin-bottom: 60px;
}

.sitenav ul {
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-flow: row;
	margin: 0;
}

.sitenav li {
	overflow: hidden;
	flex-grow: 1;
}

.sitenav li a{
	float: left;
    position: relative;
    width: 100%;
	height: 80px;
	min-width: 54px;
	text-indent: -9999px;
}

.sitenav li p {
	margin: 5px 5%;
	float: left;
    position: relative;
    width: 90%;
	height: 54px;
	min-width: 54px;
	text-align:center;
	font-family: QlassikBoldRegular;
	font-variant: small-caps;
	font-size:16px;
	visibility: hidden;
	color:#ffffff;
	background-color:#003363;
	border-radius: 5px;
	height: 20px;
}

#skill, #people, #know, #clients, #projects, #contact {
	background-position:center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#skill:hover, #people:hover, #know:hover, #clients:hover, #projects:hover, #contact:hover,
#skill:focus, #people:focus, #know:focus, #clients:focus, #projects:focus, #contact:focus {
	transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
	transition: transform .3s ease-in;
	-moz-transition: -moz-transform .3s ease-in;
	-o-transition: -o-transform .3s ease-in;
	-webkit-transition: -webkit-transform .3s ease-in;
}

#skill 			{	background-image: url(../risorse/menu/skill-off.png); 		}
#people 		{	background-image: url(../risorse/menu/people-off.png);		}
#know 			{	background-image: url(../risorse/menu/know-off.png);		}
#clients 		{	background-image: url(../risorse/menu/client-off.png);		}
#projects 		{	background-image: url(../risorse/menu/jobs-off.png);		}
#contact 		{	background-image: url(../risorse/menu/contact-off.png);		}

#skill:hover, #skill.selected, #skill:focus 		{	background-image: url(../risorse/menu/skill-onb.png); 		}
#people:hover, #people.selected, #people:focus		{	background-image: url(../risorse/menu/people-onb.png);	}
#know:hover, #know.selected, #know:focus 		{	background-image: url(../risorse/menu/know-onb.png);		}
#clients:hover, #clients.selected, #clients:focus 	{	background-image: url(../risorse/menu/client-onb.png);		}
#projects:hover, #projects.selected, #projects:focus 	{	background-image: url(../risorse/menu/jobs-onb.png);	}
#contact:hover, #contact.selected, #contact:focus 	{	background-image: url(../risorse/menu/contact-onb.png);	}

.graffaSx {
	height: 200px;
	background: url(../risorse/elements/grafsx_or.png) no-repeat 0% 0%;
}

.graffaDx {
	height: 200px;
	background: url(../risorse/elements/grafdx_bl.png) no-repeat 100% 0%;
}

.graffaDxw {
	height: 200px;
	background: url(../risorse/elements/grafdx_w.png) no-repeat 100% 0%;
}

.graffaV {
	height: 200px;
	width: 60px;
}

.graffaShort {
	height: 65px;
	width: 60px;
}

article.project-container {
	border: 2px dotted #DDDDDD;
	min-height: 200px;
    padding: 20px 0;
}

.trecolonne {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	margin: 10px 0;
}

.cloud {
	margin: 20px 0;
}

.goto {
	display: none;
}

.footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
}

.image {
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.imageNoFrame {
	padding: 30px 0 0 0;
}

.sxTitle {
	width: 100px;
	clear: both;
	float: left;
	color: #003363;
	font-weight: 700;
	padding: 2px;
}

.sxText {
	float: left;
	margin: 0 0 0 10px;
	background-color: #003363;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 2px;
	font-size: 12px;
}

.clearBoth {
	height: 20px;
	clear: both;
}

.exsample h1 {margin:0; padding: 0; color:#003363;}
.exsample h2 {margin:0; padding: 0; color:#fa6602;}
.exsample h3 {margin:0; padding: 0; color:#003363;}
.exsample h4 {margin:0; padding: 0; color:#fa6602;}

#wwus-container {
	position:absolute;
	right:0;
	width: 100%;
}

#wwus-link {
	height:80px;
	width:80px;
	background: url(../risorse/wwus_02.png) no-repeat top left;
	display:block;
	cursor:pointer;
	position: relative;
	right: 0;
	float: right;
	z-index: 1000;
	text-indent: -9999px;
	overflow: hidden;
}

.label-site, .label-ws, .label-wapp, .label-ht {
	font-size: 11px;
	padding: 3px 6px;
	color: #fff;
	border-radius: 5px;
}

.label-site { background-color: #090; }
.label-ws { background-color: #06C; }
.label-wapp { background-color: #F90; }
.label-ht { background-color: #C00; }

.skills-container {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: space-between;
	width: 100%;
}

.skills-container > div {
	width: 33.33%;
	padding: 1%;
	box-sizing: border-box;
	font-size: 15px;
}

.skills-container li {
	list-style: circle;
	text-shadow: 2px 2px 2px rgb(182, 221, 223);
}

@media only screen and (max-width: 767px) {

body.skill,
body.people,
body.know,
body.projects,
body.clients,
body.contact { background:none; }

.container {
	background: none;
}

.logo {
	height: 182px;
	width: 140px;
	background-image:url(../risorse/logo-mobile_2.png);
	margin: 10px auto 0;
	float: none;
}

.logotext {
	height: 2px;
	width: 90px;
	background-image: none;
	margin: 5px auto;
	float: none;
}

.sitenav {
	clear: both;
	background: none;
	padding: 0;
}

.sitenav li {
	overflow: initial;
}

.sitenav li a{
    width: 100%;
	height: 75px;
	margin: 2px;
	text-indent: initial;
}

.sitenav li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.sitenav li p{
	float: none;
    width: 100%;
	height: 54px;
	text-align:center;
	font-family: OverlockRegular;
	font-variant: small-caps;
	font-size:16px;
	visibility: hidden;
	color:#003363;
	display: none;
}

.goto {
	margin: 0 0 10px 0;
	clear: both;
	cursor: pointer;
	display: block;
	width: 42px;
	height: 72px;
	background:url(../risorse/elements/gototop.png) no-repeat center center;
}

#skill, #people, #know, #clients, #project, #job, #contact, #language, #jobs {
	cursor: pointer;
	background-position: center top;
}

#skill:hover, #people:hover, #know:hover, #clients:hover, #projects:hover, #contact:hover,
#skill:focus, #people:focus, #know:focus, #clients:focus, #projects:focus, #contact:focus {

	transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;

	transition: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;

}

#skill 			{	background-image: url(../risorse/menu/skill-off.png); 		}
#people 		{	background-image: url(../risorse/menu/people-off.png);		}
#know 			{	background-image: url(../risorse/menu/know-off.png);		}
#clients 		{	background-image: url(../risorse/menu/client-off.png);		}
#projects 		{	background-image: url(../risorse/menu/jobs-off.png);		}
#contact 		{	background-image: url(../risorse/menu/contact-off.png);		}


#skill:hover, #skill.selected, #skill:focus 		{	background-image: url(../risorse/menu/skill-on.png); 		}
#people:hover, #people.selected, #people:focus		{	background-image: url(../risorse/menu/people-on.png);	}
#know:hover, #know.selected, #know:focus 		{	background-image: url(../risorse/menu/know-on.png);			}
#clients:hover, #clients.selected, #clients:focus 	{	background-image: url(../risorse/menu/client-on.png);		}
#projects:hover, #projects.selected, #projects:focus 	{	background-image: url(../risorse/menu/jobs-on.png);	}
#contact:hover, #contact.selected, #contact:focus 	{	background-image: url(../risorse/menu/contact-on.png);		}

.graffaSx, .graffaDx, .graffaDxw, .graffaV {
	background: none;
	height: 20px;
}

article.project-container {
    padding: 20px;
}

.trecolonne {
    -moz-column-count: 1; /* conteggio colonne */
    -moz-column-gap: 0; /* spazio intercolonna */
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}

.sxTitle {
	width: auto;
}

body.clients .view {
	margin: 10px auto;
	float: none;
}

body.clients .two.columns.graffaV {
	display: none;
}

.skills-container > div {
	width: 100%;
	padding-left: 5%;
}



}
