/*
	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;
    display:block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	HTML
*/
html {
	min-height: 100%;
}

/*
	BODY START
*/
body {	
    font-family: "Segoe UI", Arial, sans-serif;
    min-height: 740px;

    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
    background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:    -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:     -ms-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:      -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:         radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
}

/*
	GENERAL TAGS
*/
b, strong { font-weight: bold }
i, em { font-style: italic }

/*
	A TAG
*/


/*
	FALLBACK
*/

.fallback-message {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3;
	
	width: 780px;
	padding: 10px 10px 0;
	margin: 20px auto;

	border: 1px solid #E4C652;
	border-radius: 10px;
	background: #EEDC94;
}

.fallback-message p {
	margin-bottom: 10px;
}

.impress-supported .fallback-message {
	display: none;
}

/*
	STEP BASIC
*/

.step {
	position: relative;
	width: 900px;
	padding: 20px;
	margin: 20px auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	-o-box-sizing:      border-box;
	box-sizing:         border-box;

	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 48px;
	line-height: 1.5;
	color: #777;
}

/*
	STEP NON ATTIVI TRASPARENTI
*/
.impress-enabled .step {
	margin: 0;
	opacity: 0.2;

	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
}

/*
	STEP ATTIVI
*/
.impress-enabled .step.active {
	opacity: 1;
}


/* START slide-1 */
#start {  
	display: block;  
	text-align: center;
	text-transform: uppercase;
}

#start h1 {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 36px;
	margin-left: 20px;
}

#start h1 strong {
	color: #fa9747;
}

#software {
	display: block;
	font-size: 60px;
	text-align: center;
}

#software span {
	/*display: block;
	font-weight: bold;*/
	font-size: 86px;
	line-height: 80px;
	-webkit-transition: 0.75s;
	-moz-transition:    0.75s;
	-ms-transition:     0.75s;
	-o-transition:      0.75s;
	transition:         0.75s;
}

#software strong {
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-ms-transition:     0.5s;
	-o-transition:      0.5s;
	transition:         0.5s;
}
#software.present strong {
	color: #fa9747;
	-webkit-transform: rotate(-20deg) scale(1.5) translate(0px,-20px);
	-moz-transform:    rotate(-20deg) scale(1.5) translate(0px,-20px);
	-ms-transform:     rotate(-20deg) scale(1.5) translate(0px,-20px);
	-o-transform:      rotate(-20deg) scale(1.5) translate(0px,-20px);
	transform:         rotate(-20deg) scale(1.5) translate(0px,-20px);    
}

#business {
	font-size: 60px;
	text-align: center;
	display: block;
}

#business span {
	font-family: "prenton-ultra-condensed", Impact, sans-serif;
	font-size: 130px;
	line-height: 60px;
}

#business strong {
	display: block;
	font-size: 80px;
	line-height: 80px;
}

#business.present strong {
	border-bottom: 5px solid #cc3300;
	margin: 0 auto;
	margin-bottom: -5px;
	width: 93%;
}

#what-we-do {
	display: block;
	/*font-family: "prenton-ultra-condensed", Impact, sans-serif;*/
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

#our-products {
	font-size: 60px;
	/*font-weight: bold;*/
	display: block;
}

#our-products ul {
	display: block;
	-webkit-transform: translateX(155px);
	-moz-transform:    translateX(155px);
	-ms-transform:     translateX(155px);
	-o-transform:      translateX(155px);
	transform:         translateX(155px);

	-webkit-transition: 0.3s;
	-moz-transition:    0.3s;
	-ms-transition:     0.3s;
	-o-transition:      0.3s;
	transition:         0.3s;
}

#our-products.present ul {
	display: block;
	-webkit-transform: translateX(0px);
	-moz-transform:    translateX(0px);
	-ms-transform:     translateX(0px);
	-o-transform:      translateX(0px);
	transform:         translateX(0px);

	-webkit-transition-delay: 0s;
	-moz-transition-delay:    0s;
	-ms-transition-delay:     0s;
	-o-transition-delay:      0s;
	transition-delay:         0s;
}

#tools {
	display: block;
	/*font-family: "prenton-ultra-condensed", Impact, sans-serif;*/
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

.esempio {
    font-size:22px;
}

#coding-tools {
	display: block;
	font-size: 60px;
	/*font-weight: bold;*/
}

#coding-tools ul {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition:    0.3s;
	-ms-transition:     0.3s;
	-o-transition:      0.3s;
	transition:         0.3s;
}

#coding-tools.present ul {
	display: block;
	-webkit-transform: translateX(155px);
	-moz-transform:    translateX(155px);
	-ms-transform:     translateX(155px);
	-o-transform:      translateX(155px);
	transform:         translateX(155px);

	-webkit-transition-delay: 0s;
	-moz-transition-delay:    0s;
	-ms-transition-delay:     0s;
	-o-transition-delay:      0s;
	transition-delay:         0s;
}

#contact-now {
	/*font-family: "prenton-ultra-condensed", Impact, sans-serif;*/
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	text-align: left;
}

#contacts {
	font-size: 40px;
	display: block;
}

#contacts ul {
	display: block;
	text-align: right;
	font-size: 36px;

	-webkit-transition: 0.3s;
	-moz-transition:    0.3s;
	-ms-transition:     0.3s;
	-o-transition:      0.3s;
	transition:         0.3s;
}

#contacts ul small {
	font-size: 70%;
}

#contacts ul > li:last-child {
	padding-top: 40px;
	font-size: 50%;
}

#contacts ul > li a {
	font-size: 70%;
	color: #000000;
}

#contacts.present ul {
	display: block;
	-webkit-transform: translateX(-200px);
	-moz-transform:    translateX(-200px);
	-ms-transform:     translateX(-200px);
	-o-transform:      translateX(-200px);
	transform:         translateX(-200px);

	-webkit-transition-delay: 0s;
	-moz-transition-delay:    0s;
	-ms-transition-delay:     0s;
	-o-transition-delay:      0s;
	transition-delay:         0s;
}


/*
	ISTRUZIONI NAVIGAZIONE
*/
.hint {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	
	background: rgba(0,0,0,0.5);
	text-align: center;
	
	font-size: 40px;
	padding: 20px;
	
	z-index: 100;    
	opacity: 0;
	
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #EEE;

	-webkit-transform: translateY(400px);
	-moz-transform:    translateY(400px);
	-ms-transform:     translateY(400px);
	-o-transform:      translateY(400px);
	transform:         translateY(400px);

	-webkit-transition: opacity 1s, -webkit-transform 0.5s 1s;
	-moz-transition:    opacity 1s,    -moz-transform 0.5s 1s;
	-ms-transition:     opacity 1s,     -ms-transform 0.5s 1s;
	-o-transition:      opacity 1s,      -o-transform 0.5s 1s;
	transition:         opacity 1s,         transform 0.5s 1s;
}


.impress-enabled .hint { display: block }


.impress-on-start .hint {

	opacity: 1;
	
	-webkit-transform: translateY(0px);
	-moz-transform:    translateY(0px);
	-ms-transform:     translateY(0px);
	-o-transform:      translateY(0px);
	transform:         translateY(0px);
	
	-webkit-transition: opacity 1s 3s, -webkit-transform 0.5s 2.5s;
	-moz-transition:    opacity 1s 3s,    -moz-transform 0.5s 2.5s;
	-ms-transition:     opacity 1s 3s,     -ms-transform 0.5s 2.5s;
	-o-transition:      opacity 1s 3s,      -o-transform 0.5s 2.5s;
	transition:         opacity 1s 3s,         transform 0.5s 2.5s;
}


/*
	CLICK WORKAROUND

.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }*/

/*custom classes*/
.azzurro 
{
    color:#4baccb;
}
.verde 
{
    color:#99bc58;
}
.arancio 
{
    color:#fa9747;
}


/*navigation*/
#navigation {
    position:fixed;
    top:0;
    left:40px;
    background:transparent;
    z-index:1;
    opacity:1;
}

#navigation h1 {
    background:rgba(255,255,255,0.5);
    padding:10px;
    -webkit-box-shadow:0 1px 5px #000;
    -moz-box-shadow:0 1px 5px #000;
    box-shadow:0 1px 5px #000;
}
#navigation h1 a {
    background:none;
}/*
#navigation ul#mainnav {
    list-style:none;
    margin-top:5px;
    margin-right:-10px;    
}
#navigation ul#mainnav li {
    margin:4px 10px;
    text-align:right;
}
#navigation ul#mainnav li a {
    padding:0 15px;
    line-height:1.5em;
}*/

/*    ... and give links a nice look.
*/
/*#navigation a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;
    
}

#navigation a:hover,
#navigation a:focus {
    background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}*/
