@import url('http://fonts.googleapis.com/css?family=Nixie+One');
html,body{width:100%;height:100%;margin:0; padding:0; text-align:center; color:#FFFFFF;}
.cycle-slideshow { width: 900px; height: 400px }
iframe,object,embed { width: 100%; height: 100% }
.cycle-slideshow > div { width: 100%; height: 100% }
.cycle-slideshow > img { width: 100%; height: 100% }
img{border:0}
body{background-color:#000000;}
.container{width:960px; text-align:left; margin:0 auto;}
.container_slide{width:900px; text-align:left; margin:0 auto;}
.container_chisiamo{width:960px; text-align:left; margin:0 auto;background-image:url(../images/chisiamo.jpg); background-position:center; background-repeat:repeat-x; min-height:600px;}
.container_chisiamo div{margin:0px 260px 0px 310px; text-align:justify; font-size:12px; list-height:16px;}
.container_chisiamo div ul li a{ color:#FFFFFF; font-size:12px; text-decoration:none;line-height:20px;}
.container_chisiamo div ul li a:hover{ text-decoration:underline; }
.container_moleskine{width:960px; text-align:left; margin:0 auto;background-image:url(../images/moleskine.jpg); background-position:center; background-repeat:repeat-x; min-height:600px;}
#nav{text-align:right; color:#666666;}
#nav span{  font-size:40px; cursor:pointer;}
.cycle-pager-active{ color:#FFFFFF;}
.header{position:fixed; top:0; left:0; right:0; background-color:#000000; z-index:1100;}
.footer{position:fixed; bottom:0; left:0; right:0; z-index:1100;}
.skyline{background-image:url(../images/skyline.png); background-position:center; background-repeat:repeat-x; height:77px;}
.footer .black{ background-color:#000000;}
.container_map{width:900px; text-align:left; margin:0 auto;}
.map{height:350px; width:500px;}
.opacity:hover{ opacity:0.8;filter:alpha(opacity=80);}
.menu{ background-position:center 0px; background-repeat:no-repeat; display:inline-block; width:90px; height:45px;}
.menu:hover{ background-position:center -45px; background-repeat:no-repeat;}

.social{ background-position:center 0px; background-repeat:no-repeat; display:inline-block; width:100px; height:28px;}
.social:hover{ background-position:center -28px; background-repeat:no-repeat;}

.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:0 auto;
	padding-top:50px;
	width:905px;
	height:540px;
	position:relative;
	background:transparent url(../images/bg.png) no-repeat 9px 27px;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(../images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.b-wrap-left .txt{
	position:absolute;
	font-size:14px;
	color:#000000;
	font-family: 'Handlee', cursive;
	text-align:justify;
	left:205px;
	top:40px;
	width:150px;
	height:420px;
}
.b-wrap-right .txt{
	position:absolute;
	font-size:14px;
	color:#000000;
	font-family: 'Handlee', cursive;
	text-align:left;
	left:15px;
	top:40px;
	width:150px;
	height:420px;
}
.b-wrap-left a.demo{
	top:400px;
	left:25px;
}
.b-wrap-right a.demo{
	top:400px;
	right:25px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	position:absolute;
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	line-height:41px;
	padding-left:15px;
	font-family: 'Handlee', cursive;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.b-wrap-left img{
	position:absolute;
	left:10px;
	top:10px;
	width:160px;
}
.b-wrap-right img{
	position:absolute;
	right:10px;
	top:10px;
	width:160px;
}

a#next_page_button, 
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.telefono{
margin:10px 10px 10px 10px;
background-image:url(../images/icona-telefono.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:80px;
line-height:35px;
font-size:16px;
}
.indirizzo{
margin:10px 10px 10px 10px;
background-image:url(../images/icona-indirizzo.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:80px;
line-height:70px;
font-size:16px;
}
.email{
margin:10px 10px 10px 10px;
background-image:url(../images/icona-mail.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:80px;
line-height:35px;
font-size:16px;
}
.email a,.email a:visited,.email a:hover{ text-decoration:none; color:#FFFFFF}

#turn {
	position:absolute;
	left:300px;
	bottom:15px;
}

#turn i {
  font: normal 22px/ 11px 'Nixie One', Helvetica, Arial;
	color: #EEDDE0;
	text-shadow: 0 0 30px #EC637B, 
		0 0 10px rgba(230, 161, 173, 0.41), 
		0 0 100px #E6A1AD, 
		0 0 500px #F36780, 
		5px 9px 5px rgba(0, 0, 0, 0.5);
}

#turn i.off {
	color: rgba(46, 46, 46, 0.61);
	text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}