/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* +++++++++++++++++++++++++++++++ RESET CSS +++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
	font-family: "Bitter";
	src: url(Bitter/Bitter-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: "Bitter";
	src: url(Bitter/Bitter-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: "Bitter";
	src: url(Bitter/Bitter-Italic.ttf);
	font-style: italic;
}

body {
	font-family: "Bitter";
	font-weight: normal;
	padding: 20px;
	font-size: 20px;
}

.container {
	width: 1024px;
	background-image: url('home_files/img-1.jpg');

}

.containerSmall {
	width: 850px;
}

.bottonesotto {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 216px;
	height: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #41AAFF;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}
.bottonedata {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 130px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #41AAFF;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}

.bottonedatared {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 130px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: red;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}
.bottonedatablu {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 130px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #1010b6;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}

.bottonelungoblu {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 690px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #1010b6;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}

.bottone {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 14px;
	width: 130px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #034ea2;
	background-color: #red;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}

.bottonelungo {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 690px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #41AAFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}

.bottonelungounico {
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	font-size: 16px;
	width: 950px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #AAA;
	background-color: #41AAFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	float: left;
}
.bottone:hover {
	box-shadow: 0px 0px 15px #888;
	background-color: #5BF;
}

div#imgPrincipale {
	height: 500px;
	width: 80%;
	background-image: url('img-1.jpg');
	background-size: cover;
	background-position: center;
	box-shadow: inset 0px 0px 20px #444;
	border-radius: 4px;
}

#note{
	color: #3c5bcd;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	width: 400px;
}

.barraCalendario {
	height: 3px;
	background-color: #666;
}

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;
}

/*************************** FINE RESET CSS ****************************/



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Source_Sans_Pro/SourceSansPro-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Lato/Lato-Bold.ttf) format('truetype');
}

b {
	font-family: 'Roboto';
	margin-bottom: 6px;
}

body {
	margin: 30px;
	text-align: center;
	font-family: 'Lato';
	font-size: 20px;
		background-image: url('home_files/img-1.jpg');
	/*background-image:fixed;
	/*background-image: url(img/trama.png);
	color: white;*/
}

h1 {
	font-family: 'Roboto';
	font-size: 80px;
	color: #41AAFF;
	margin: 10px;
	color: white;
}

table#navBar {
	margin: 10px;
}

input.navBtn {
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Lato-Bold';
	font-size: 14px;
	width: 120px;
	height: 40px;
	border: solid 1px #41AAFF;
	background-color: white;
	color: #41AAFF;
	box-shadow: 0px 0px 10px #41AAFF;
	border-radius: 8px;
	border-color:#41AAFF;
}
input.navBtn:hover {
	color: white;
	background-color: #41AAFF;
	box-shadow: 0px 0px 10px white;
	cursor: pointer;
}

div#principale {
	text-align: left;
	width: 942px;
}
div#main {
	text-align: center;
	width: 942px;
	
}

div#globale {
	width: 942px;
	height:250px;
	border: solid 1px black;
	background-color: yellow;
	box-shadow: 0px 0px 10px white;
	font-family: 'Lato';
	font-size: 20px;
}
div#grande {
	float:left;
	color:black;
	width: 538px;
    height:250px;
	border: solid 1px black;
	background-color: white;
	box-shadow: 0px 0px 10px white;
	font-family: 'Lato';
	font-size: 20px;
}
div#piccolo {
	float:left;
	color: black;
	width: 400px;
    height:250px;
	border: solid 1px black;
	background-color: white;
	box-shadow: 0px 0px 10px white;
	font-family: 'Lato';
	font-size: 20px;
}

div#anno {
	float:center;
	color: white;
	width: 940px;
	height:25px;
	border: solid 2px black;
	background-color: red;
	box-shadow: 0px 0px 10px white;
}

hr {
	margin-top: 30px;
	width: 942px;
}

img.thumb {
	border: solid 3px white;
	height: 40px;
	width: 40px;
	margin: 10px;
	cursor: pointer;
}
img.thumb:hover {
	border: solid 3px gray;
}

iframe#pannellino {
	height: 507px;
	width: 800px;
	margin-bottom: 10px;
}













































