html {
  margin:0;
  padding:0;
  border:0;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
  background: white;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a{text-decoration: none; color: #cd1620}
a:hover{text-decoration: underline}
a img { border: none; }
:focus { outline: 0; }
.thumb img{display: block}
ul.menu{list-style-type: none}
a img{display: block;}


/********************************** LAYOUT *****************************************/

body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	background: #d2d3d6 url(../img/bodyBg.gif) repeat-x 0 0;
}

.container{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.inside .container{
	background: #fff url(../img/containerBg.gif) repeat-y 746px 0;
}

.header{
	height: 88px;
	background: url(../img/headerBg.png) no-repeat 0 0;
	position: relative;
}

.mainMenu{
	height: 124px;
	background: url(../img/menuBg.png) no-repeat 0 0;
	position: relative;
	z-index: 30;
}

.main{
	width: 680px;
	float: left;
	padding: 0 35px 35px 35px;
}

.section{
	padding: 25px 50px;
	border-bottom: 1px solid #d2d3d6;
	position: relative;
}

.sidebar{
	width: 250px;
	float: left;
	padding-bottom: 50px;
	color:  #9d9d9d;
}

.footer{
	clear: left;
	height: 400px;
	background: url(../img/footerBg.png) no-repeat 0 0;
	color: #fff;
	border-top: 1px solid #777;
	padding: 18px 45px 0;
	position: relative;
}

.article{
	padding: 0 15px;
	margin-bottom: 7px;
	border: 1px solid #d2d2d2;
	border-style: none solid solid none;
}

.col{
	width: 425px;
	float: left;
	padding-left: 25px;
}

.first{
	width: 450px;
	padding: 0;
}

.col.blog{
	padding-right: 125px;
	width: 300px;
	background: url(../img/blogBg.jpg) no-repeat 100% 0;
}

.sidebar .element{
	padding: 20px;
	border-top: 1px solid #d2d3d6;
}

.sidebar .element:first-child{
	border-top: none;
}

.footer img{
	vertical-align: middle;
}

.footer a img{
	display: inline;
}

/********************************** TITOLI *****************************************/

h1,h2,h3,h4,h5{
	line-height: 1em;
}

h1{
	font-size: 35px;
	margin-bottom: .3em;
	font-weight: bold;
	color: #23282e;	
}

h1 a{
	color: #23282e;	
}

h2{
	font-size: 30px;
	margin-bottom: 1em;
	color: #23282e;
}

h3{
	font-size: 20px;
	margin-bottom: 1em;
	color: #cd1620;
}

h4{
	font-size: 16px;
	margin-bottom: .4em;
	color: #cd1620;
}

h5{
	font-weight: bold;
	color: #23282e;
	margin-bottom: .7em;
}

.sidebar h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #23282e;
}

.sidebar h3 a{
	color: #23282e;
}


.sidebar h5{
	font-size: 1em;
	font-weight: normal;
	color:  #23282e;
	margin: 0;
}

.sidebar h5 a{
	color:  #23282e;
}

.related h3{
	margin-bottom: .2em;
}

.footer h3{
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
	margin-bottom: .5em;
}


/********************************** SEZIONI ******************************************/


.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .section{ zoom: 1; } 
*:first-child+html .section{ zoom: 1; } 

.section h2{
	position: absolute;
	background: #fff;
	width: 24px;
	border-left: 2px solid #cd1620;
	left: -26px;
	top: 30%;
	font-size: 1.1em;
	text-transform: uppercase;
}

.section h3{
	font-weight: bold;
	color: #23282e;
	font-size: 1.1em;
}

.section h3 a{
	color: #23282e;
}

.section a.more{
	float: right;
	color: #CD1620;
}

.section h2 a{
	display: block;
	width: 24px;
	overflow: hidden;
}

.section.about{
	min-height: 134px;
	padding-right: 350px;
	background: url(../img/aboutBg.jpg) no-repeat 93% 25px;
}

.section.services{
	margin-bottom: 0;
}

.section.services ul{
	height: 153px;
	overflow: hidden;
}

.section.services ul li{
	float: left;
	width: 170px;
	margin-left: 12px;
}

.section.services ul li:first-child{
	margin-left: 0;
}

.section.services ul li a{
	display: block;
	height: 168px;
	background: url(../img/serviceBoxBg2.jpg) no-repeat 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.section.services ul li a:hover{
	text-decoration: none;
}

.section.services ul li a.webDevelopment{color: #ff9200;}
.section.services ul li a.seo{color: #00b3c2; background-position: -170px 0;}
.section.services ul li a.socialMedia{color: #7dbf11; background-position: -340px 0;}
.section.services ul li a.emailMarketing{color: #df185d; background-position: -510px 0;}
.section.services ul li a.apps{color: #bd2ef0; background-position: -680px 0;}



.serviceCategoriesList li a{
	color: #808080;
	padding-left: 40px;
	height: 38px;
	line-height: 30px;
	display: block;
	background: url(../img/smallServiceIcons.png) no-repeat 0 0;
}

.serviceCategoriesList a.webDevelopment:hover{background-position: 0 0;}
.serviceCategoriesList a.webDevelopment{background-position: 0 -38px;}

.serviceCategoriesList a.seo:hover{background-position: 0 -76px;}
.serviceCategoriesList a.seo{background-position: 0 -114px;}

.serviceCategoriesList a.socialMedia:hover{background-position: 0 -152px;}
.serviceCategoriesList a.socialMedia{background-position: 0 -190px;}

.serviceCategoriesList a.emailMarketing:hover{background-position: 0 -228px;}
.serviceCategoriesList a.emailMarketing{background-position: 0 -266px;}

.serviceCategoriesList a.apps:hover{background-position: 0 -304px;}
.serviceCategoriesList a.apps{background-position: 0 -342px;}


/********************************** HEADER *****************************************/

.header h1{
	width: 227px;
	height: 45px;
	background: url(../img/logo.png) no-repeat 0 0;
	position: absolute;
	top: 32px;
	left: 52px;
}

.header h1 a{
	display: block;
	width: 227px;
	height: 45px;
	overflow: hidden;
	text-indent: -100em;
}

ul.social{
	position: absolute;
	top: 34px;
	right: 52px;
}

ul.social li{
	float: left;
	width: 31px;	
	margin-right: 2px;
}

ul.social li a{
	display: block;
	width: 30px;
	height: 31px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../img/socialBg.png) no-repeat 0 0;
}

ul.social li a:hover{background-position: 0 -31px}

ul.social li a.twitter{background-position: -30px 0}
ul.social li a.twitter:hover{background-position: -30px -31px}

ul.social li a.googleplus{background-position: -60px 0}
ul.social li a.googleplus:hover{background-position: -60px -31px}

ul.social li a.linkedin{background-position: -90px 0}
ul.social li a.linkedin:hover{background-position: -90px -31px}

ul.social li a.rss{background-position: -120px 0}
ul.social li a.rss:hover{background-position: -120px -31px}

ul.social li a.blog{background-position: -150px 0; width: 60px}
ul.social li a.blog:hover{background-position: -150px -31px}



/********************************** MENU *****************************************/
.mainMenu ul{
	position: absolute;
	right: 50px;
	top: 54px;
}

.mainMenu li a{
	text-transform: uppercase;
	color: #aaabad;
	text-shadow: 1px 1px 0px rgba(0,0,0,.7);
	font-size: 1em;	
	font-weight: bold;
}

.mainMenu li a:hover{
	color: #fff;
	text-decoration: none;
}

.mainMenu li{
	display: inline;
	margin-left: 13px;
}

/********************************** FOOTER *****************************************/
.footer a{
	color: #d2d3d6;
}

.footer .infoMenu{
	width: 395px;
	float: left;
	padding: 0 15px 0 0;
	min-height: 145px;
}

.infoMenu ul{
	margin-bottom: 10px;
}

.infoMenu li{
	display: inline;
}

.infoMenu li:before{
	content: ' - ';
}

.infoMenu li:first-child:before{
	content: '';
}

.footer .newsletter{
	width: 286px;
	float: left;
}




.footer .contacts{
	float: left;
	width: 195px;
	padding: 0 0 10px 18px;
}

.footer .companyInfo{
	clear: left;
	position: absolute;
	bottom: 1px;
	text-align: right;
	font-size: .9em;
	right: 10px;
}

.footer hr{
	clear: both;
	background: none;
	height: 0;
	border: none;
	color: none;
	border-top: 1px solid #555;
	margin: 10px 0;
}

.footer .registrar, .footer .certificazione{
	float: left;
	width: 47%;
}

.footer .certificazione{
	border-right: 1px solid #555;
	margin-right: 2%;
}

.footer .certificazione img{
	margin: 0 10px 10px 0;
}

.footer .registrar{
	margin-left: 2%;
}

/********************************** SLIDESHOW *****************************************/

.slideShowContainer{
	height: 348px;
	position: relative;
	background: url(../img/slideshowBg.jpg) no-repeat 0 0;
}


.slideShowContainer #numbers{
	position: absolute;
	right: 50px;
	bottom: 30px;
	z-index: 110;
}

.slideShow{
	height: 348px;
	overflow: hidden;
	position: relative;
}

.slideShow .snapshot{
	width: 1000px;
	height: 268px;
	position: relative;
	padding-left: 515px;
	padding-top: 80px;
	display: block;
}

.slideShow .snapshot img{
	position: absolute;
	left: 0;
	top: 0;	
}

.slideShow .snapshot h2, .slideShow .snapshot h3{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,.7);
	margin-bottom: .1em;
}

.slideShow .snapshot h3{
	font-weight: normal;
	font-size: 30px;
	margin-bottom: .5em;
}

.slideShow .snapshot a{
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.7);
	width: 172px;
	height: 54px;
	line-height: 50px;
	background: url(../img/bigButtonBg.png) no-repeat 0 0;
	text-align: center;
	z-index: 110;
}


.slideShow .snapshot a:hover{
	text-decoration: none;
}

.slideTop, .slideBottom{
	display: block;
	width: 1000px;
	height: 60px; 
	position: absolute;
	background: url(../img/slideshowBg.png) no-repeat 0 0;
	z-index: 100;
	left: 0;
	top: 0;
}

.slideBottom{
	bottom: 0;
	background-position: 0 100%;
	top: auto;
}

.sliderContainer{
	position: relative;
	height: 360px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}

.sliderContainer #numbers{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

#numbers a{
	float: left;
	width: 29px;
	height: 29px;
	background: url(../img/slideshowControl.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -100em;
	margin-left: -5px;
}

#numbers a.activeSlide{
	background-position: -29px 0;
}

.slider{
	height: 360px;
	overflow: hidden;
}

.slide{
	height: 340px;
	padding: 10px 0;
	width: 680px;
}

.work img{
	float: left;
	margin-right: 20px;
}

.work .details{
	padding-top: 35px;
}


/*********************************** PORTFOLIO **************************************/

.portfolio .menu{
	height: 160px;
}


.portfolio li{
	float: left;
	width: 200px;
	margin-left: 33px;
	height: 160px;
	position: relative;
}

.portfolio li:first-child{
	margin-left: 0;
}

.portfolio li a{
	float: left;
	text-align: center;
	height: 138px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#nextWork, #prevWork{
	background: url(../img/slideArrows.png) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	top: 77px;
	left: 20px;
}

#nextWork{
	background-position: -20px 0;
	right: 20px;
	left: auto;
}

#nextWork:hover{
	background-position: -20px -36px;
}

#prevWork:hover{
	background-position: 0px -36px;
}


/********************************** SERVIZI *****************************************/
.serviceCategories{
	margin: 0;
	padding: 0;
	padding-top: 30px;
	position: relative;
	top: -30px;
	z-index: 25;
	padding-bottom: 17px;
	background: #282B31 url(../img/serviceCategoriesBg.png) no-repeat 0 100%;
}

.serviceCategories li{
	height: 82px;
	background: url(../img/serviceCategoriesSeparator.png) no-repeat 50% 0;
}

.serviceCategories li:first-child{
	background: none;
}

.serviceCategories li a{
	height: 82px;
	line-height: 82px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
}

.serviceCategories li a:hover{
	text-decoration: none;
}

.serviceCategories li.current a:after{
	content: ' ';
	display: block;
	width: 16px;
	height: 24px;
	position: absolute;
	background: url(../img/activeServiceCategoryBg.png) no-repeat 0 0;
	left: -16px;
	top: 50%;
	margin-top: -12px;
}

.services{
	margin-bottom: 30px;
}



.serviceCategories li.webDevelopment a{color: #644720; background: url(../img/serviceIcons.png) no-repeat 94% -82px;}
.serviceCategories li.current.webDevelopment a, .serviceCategories li.webDevelopment a:hover{color: #ff9200; background-position: 94% 0}

.serviceCategories li.seo a{color: #18515a; background: url(../img/serviceIcons.png) no-repeat 94% -246px;}
.serviceCategories li.current.seo a, .serviceCategories li.seo a:hover{color: #00b3c2; background-position: 94% -164px}

.serviceCategories li.socialMedia a{color: #3d5525; background: url(../img/serviceIcons.png) no-repeat  94% -410px;}
.serviceCategories li.current.socialMedia a, .serviceCategories li.socialMedia a:hover{color: #7dbf11; background-position: 94% -328px}

.serviceCategories li.emailMarketing a{color: #5b233c; background: url(../img/serviceIcons.png) no-repeat 94% -574px;}
.serviceCategories li.current.emailMarketing a, .serviceCategories li.emailMarketing a:hover{color: #df185d; background-position: 94% -492px}

.serviceCategories li.apps a{color: #501266; background: url(../img/serviceIcons.png) no-repeat 94% -738px;}
.serviceCategories li.current.apps a, .serviceCategories li.apps a:hover{color: #c032f4; background-position: 94% -656px}

.webDevelopment h3{color: #ff9200}
.socialMedia h3{color: #7dbf11;}
.seo h3{color: #00b3c2}
.emailMarketing h3{color: #df185d}
.apps h3{color: #c032f4}

/********************************** CORSI *****************************************/

.course{
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}

.course .details{
	float: left;
	padding-left: 15px;
	width: 500px;
}

.course .details h3{
	font-size: 16px;
}

.course .date{
	font-weight: bold;
	color: #bbb;
	font-style: oblique;
}

.course .subscribe{
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	color: #aaa;
	font-size: 1.1em;
	font-style: oblique;
	font-weight: bold;
}


/********************************** GUIDE *****************************************/

.tutorial{
	float: left;
	width: 320px;
	margin: 0 20px 20px 0;
}


.tutorial .image{
	display: block;
	border: 1px solid #d2d3d6;
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */
}

.tutorial .image:hover{
	border-color: #23282e;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
}


/********************************** FORM *****************************************/
form{
	margin-bottom: 1em;
}

input[type="text"], textarea{
	background: #efefef;
	border: 1px solid #e0e0e0;
	color: #666;
	padding: 7px 10px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0,0,0,.1) inset;
	-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0,0,0,.1) inset;
}

.footer .input[type="text"]{
	padding: 3px 10px;
}

.input{
	position :relative;
	margin-bottom: 10px;
}

.main .input{
	margin-bottom: 15px;
}

.required label:after{
	content: '*';
}

.text label, .textarea label{
	position: absolute;
	color: #555;
	left: 10px;
	top: 5px;
	font-style: oblique;
} 

.text input{
	width: 200px;
}

.main .text input{
	width: 300px;
}

textarea{
	width: 94%;
	height: 50px;
}

span.after{
	display: block;
	font-family: Times New Roman, Times, serif;
	color: #909090;
}

fieldset{
	padding-top: 5px;
	border-top: 1px solid #d2d2d2;
}

legend{
	font-size: 1.1em;
	color: #23282e;
	background: #fff;
	padding-right: 10px;
}

.error-message{
	color: red;
}

a.button{
	display: inline-block;
}

.submit input, a.button{
	padding: 5px 15px;
	border: none;
	background: #5bac09 url(../img/buttonBg.png) repeat-x 0 100%;
	color: #fff;
	font-size: 13px;
	text-shadow: -1px -1px 0 rgba(0,0,0,.4), 1px 1px 1px rgba(255,255,255,.2);
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	border: 1px solid #4a8c09;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

a.bigButton{
	padding: 20px 35px;
	border: none;
	background: #5bac09 url(../img/buttonBg.png) repeat-x 0 0;
	color: #fff;
	font-size: 23px;
	text-shadow: -1px -1px 0 rgba(0,0,0,.4), 1px 1px 1px rgba(255,255,255,.2);
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	border: 1px solid #4a8c09;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 28%; 
	display: inline-block;
}

.submit input:hover, a.button:hover, a.bigButton:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.4) inset;
	text-decoration: none;
}

#flashMessage {
    background: none repeat scroll 0 0 #FBE3E4;
    border: 1px solid #FBC2C4;
    border-radius: 4px 4px 4px 4px;
    color: #8A1F11;
    margin-bottom: 1em;
    padding: 0.8em;
}

.checkbox input{
	vertical-align: middle;
	margin-right: 10px;
}

#PostCommentViewForm {
	clear: left;
}

/********************************** VARIE *****************************************/
.accordion .articleHeader{
	cursor: pointer;
	height: 50px;
	background: url(../img/openArrow.png) no-repeat 100% 0;
}

.accordion .articleHeader.closed{
	background-position: 100% -50px;
}


.introText{
	font-size: 1.2em;
}

.thumb{
	border: 1px solid #d2d3d6;
	float: left;
	margin: 0 20px 20px 0;
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */
}

.thumb:hover{
	border-color: #23282e;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.articleHeader{
	font-size: 1.2em;
	color: #818181;
	font-style: oblique;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 0;
}

.articleContent{
	padding: 15px 0 22px;
}

.articleHeader a{
	color: #818181;
}

.articleHeader a.comment{
	float: right;
	background: #d1d1d1;
	color: #fff;
	width: 40px;
	text-align: center;
	margin-top: 13px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	position: relative;
}

.articleHeader a.comment:after{
	content: ' ';
	display: block;
	border: 8px solid #fff;
	width: 0px;
	height: 0px;
	bottom: -16px;
	right: 11px; 
  	border-top-color: #d1d1d1;
  	position: absolute;
}

p{
	margin-bottom: 1em;
	line-height: 140%;
}

strong{
	font-weight: bold;
}

em,i{
	font-style: oblique;
}

a.more{
	color: #23282e;
	line-height: 2em;
}

.articleHeader span.date{
	float: right;
}

.news .articleHeader span.date{
	padding-right: 50px;
}

.paging{
	text-align: right;
	font-style: oblique;
}

.paging span{
	margin-right: 5px;
}

.info{
	float: left;
	width: 60px;
	height: 60px;
	background: url(../img/bigCircle.png) no-repeat 0 -60px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	margin-right: 3px;
	line-height: 60px;
	text-align: center;
}

dt{
	color: #23282E;
	float: left;
	width: 100px;
	clear: left;
	margin-bottom: 10px;
}

dd{
	margin-bottom: 10px;
}

dl{
	margin-bottom: 2em;
}

.graph{
	background: url(../img/trace.png) no-repeat 40px 50%;
	position: relative;
	width: 225px;
	float: left;
}

.graph .label{
	position: absolute;
	left: 75px;
	top: 0;
	height: 66px;
	line-height: 66px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.pie{
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	font-weight: bold; 
}

div.social{
	overflow: hidden;
	margin-bottom: 20px;
	clear: left;
}

.social > div{
	float: left;
	width: 30%;
}