@import "flip-page/style.css";
@import "fonts/index.css";
@import "animate.css";
@import "loaderdownload.css";
@import "glyphs.css";


html, body {
	height: 100%;
	overflow: hidden;
	/* -webkit-text-size-adjust: none; */
	font-family: Verdana, arial, sans-serif;
}
body {
	padding: 0;
	margin: 0;
	/*
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
    */
	color: #616161;
	font-size:12px;
	overflow: hidden;

	background-image: url("../img/none.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;

}

input:focus{
	outline: none;
}

.viewport{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.mainLayout{
	height: 100%;
	width: 100%;
	position: relative;
}

#main{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
}

i.icon{

}

a, a:hover, a:active{
	color: #616161;
	text-decoration: none;
}

.clear{
	clear: both;
	width: 0;
	height: 0;
}

.flippage{
	background-color: #f5f5f5;
	background-image: none;
}

.left{
	float: left;
}
.right{
	float: right;
}

*[dir="rtl"] .left{
	float: right;
}
*[dir="rtl"] .right{
	float: left;
}


/**************************
 *
 * Header
 *
 */

#header{
	height: 80px;
	width: 100%;
	border: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 999;
}
#header .menu{
	height: 40px;
	overflow: hidden;

	background-color: rgb(9,9,9); /* IE9 */
	background-image: linear-gradient(bottom, rgb(9,9,9) 0%, rgb(48,48,48) 83%);
	background-image: -o-linear-gradient(bottom, rgb(9,9,9) 0%, rgb(48,48,48) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(9,9,9) 0%, rgb(48,48,48) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(9,9,9) 0%, rgb(48,48,48) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(9,9,9) 0%, rgb(48,48,48) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(9,9,9)),
		color-stop(0.83, rgb(48,48,48))
	);

}
#header .menu .menuWrapper{
	height: 100%;
	position: relative;
}
#header .menu .button{
	height: 40px;
	width: 50px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	box-sizing: border-box;
}
#header .menu .button.hide{ display: none; }
#header .menu .buttonEndGray{
	border-right: 1px solid #333;
	height: 100px;
	width: 0px;
}
#header .menu .buttonEndBlack{
	border-left: 1px solid #000;
	height: 100px;
	width: 0px;
}
#header .menu a{
	display: block;
	width: 100%;
	height: 100%;
}
#header .menu a i{
	display: block;
	width: 100%;
	width: 100%;
	color: #FFF;
}

.no-touch #header .menu .button a:hover,
#header .menu .button a:active{
	background: #333;
}


/* Logo */
#header .menu .logo{
	height: 100%;
	width: 109px;
}
#header .menu .menuWrapper[dir="ltr"] .logo{
	margin-left: 15px;
}
#header .menu .menuWrapper[dir="rtl"] .logo{
	margin-right: 15px;
}

#header .menu .logo a{
	background: url("../img/logo.png") no-repeat;
}

/* Home */
#header .menu .home{
	height: 100%;
	width: 50px;
}
#header .menu .home a{
}
/* Search */
#header .menu .search{
	width: 200px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #000;
	box-sizing: border-box;
}
#header .menu .search input{
	-webkit-user-select: text;  /* Chrome all / Safari all */
	  -moz-user-select: text;     /* Firefox all */
	  -ms-user-select: text;      /* IE 10+ */

	  /* No support for these yet, use at own risk */
	  -o-user-select: text;
	  user-select: text;

	font-size: 12px;
	padding: 5px;
	margin: 8px 0 0 0;
	border: none;
	color: #333;
	width: 85%;
	font-weight: normal;
	font-family: verdana;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

/* Download */
#header .menu .button.download{}
.desktop #header .menu .button.download,
.ios #header .menu .button.download,
.ipad #header .menu .button.download,
.iphone #header .menu .button.download,
.android #header .menu .button.download{
	display: none;
}
/* Print */
#header .menu .button.print{}
.ios #header .menu .button.print,
.ipad #header .menu .button.print,
.iphone #header .menu .button.print,
.android #header .menu .button.print{
	display: none;
}

/* Other publication */
#header .menu .button.otherpublication{}
/* Bookmark */
#header .menu .button.bookmark{}
/* Content table */
#header .menu .button.contenttable{}
/* Share */
#header .menu .button.share{}
/* Info */
#header .menu .button.info{}
/* Home */
#header .menu .button.home{}


/**************************
 *
 * Navigation bar
 *
 */
#header .navigationBar{
	height: 39px;
	background: #3c3c3b;
	border-bottom: 1px solid #333;
}
#header .navigationBar .navigationBarWrapper{
	height: 100%;
	position: relative;
}
#header .navigationBar .navinput{
	width: 125px;
	position: absolute;
	top: 0;
	bottom: 0;
}
#header .navigationBar .ltr .navinput{
	left: 0;
}
#header .navigationBar .rtl .navinput{
	right: 0;
}

#header .navigationBar .navinput input.goToPage{
	width: 90px;
	border: none;
	padding: 4px;
	margin-top: 4px;
	font-weight: normal;
	font-family: verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#header .navigationBar .ltr .navinput input.goToPage{
	margin-left: 17px;
}
#header .navigationBar .rtl .navinput input.goToPage{
	margin-right: 17px;
}

#header .navigationBar .chapters{
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	/* display: none; */
	overflow: hidden;
	vertical-align: top;
}
#header .navigationBar .ltr .chapters{
	left: 125px;
	right: 0;
}
#header .navigationBar .rtl .chapters{
	left: 0;
	right: 125px;
	display: none;
}

#header .navigationBar .chapters .wrapperChapters{
	display: inline-block;
	height: 100%;
	white-space: nowrap;
	font-size: 0;
}
#header .navigationBar .chapters .wrapperChapters .scroller{

	white-space: nowrap;
}
#header .navigationBar .chapters .chapter{
	display: inline-block;
	height: 36px;
	/*float: left;
	 width: 250px; */
	min-width: 150px;
	border-bottom: 4px solid transparent;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.no-touch #header .navigationBar .chapters .chapter:hover,
#header .navigationBar .chapters .chapter.active{
	border-bottom-color: transparent;
}
#header .navigationBar .chapters .chapter:active{
	opacity: 0.8;
}
#header .navigationBar .chapters .chapter span{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-family: verdana;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid #000;
	box-sizing: border-box;
}

/**************************
 *
 * Open menu
 *
 */
#header .openMenu{

	width: 200px;
	height: 44px;
	position: absolute;
	bottom: -44px;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
	overflow: hidden;
	display: block;
	cursor: pointer;

}

#header .openMenu .inner{
	display: block;
	margin-top: -170px;
	height: 200px;
	width: 200px;

	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	background-color: rgb(0, 129, 206);

	line-height: 370px;
	text-align: center;
	color: #FFF;
	font-size: 24px;

	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;

}

#header .openMenu [class^="icon-"]:before,
#header .openMenu [class*=" icon-"]:before{
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 25px;

	position: relative;
	margin: 0;
	padding: 0 0 0 4px;

}

.no-touch #header .openMenu .inner:hover,
#header .openMenu .inner:active{
	background-color: rgb(0, 87, 139);
	color: rgb(137, 157, 170);
}

#header .openMenu .inner.hide{
	-webkit-animation-name: hideAlpha;
	-moz-animation-name: hideAlpha;
	-o-animation-name: hideAlpha;
	animation-name: hideAlpha;
}
#header .openMenu .inner.show{
	-webkit-animation-name: showAlpha;
	-moz-animation-name: showAlpha;
	-o-animation-name: showAlpha;
	animation-name: showAlpha;
}



/**************************
 *
 * View modale
 *
 */

.modalView{
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background: #f8f8f8;

	font-family: verdana;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.modalView .headerbar{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #DFDADA;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 15px rgba(0, 0, 0, 0.15);
}
.modalView .headerbar h1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 50px;
	color: #386cb3;
	font-weight: normal;
	font-family: verdana;
	font-size: 20px;
}
.modalView .headerbar a.close{
	position: absolute;
	top: 0;
	height: 50px;
	width: 50px;
	display: block;
	right: 0;
	left: initial;
}
.modalView.ltr .headerbar a.close{
	right: 0;
	left: none;
}
.modalView.rtl .headerbar a.close{
	left: 0;
}
.modalView .headerbar a.close i{
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #727272;
}
.no-touch .modalView .headerbar a.close:hover i,
.modalView .headerbar a.close:active i{
	color: #B1B1B1;
}

.modalView .wrapper *{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

  	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-highlight: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	-ms-touch-action: none !important;
    touch-action: none !important;

}



/**************************
 *
 * SHARE
 *
 */
.modalView.shareView{
	overflow: scroll;
}
.shareView .headerbar{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.shareView .content{
	/*
	position: relative;
	margin-top: 30px;
	margin: 0 auto;
	*/

	padding: 10px;
	width: 550px;
	background: #FFF;

	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.15);

	/*
	overflow: scroll;
	position: absolute;
	top: 81px;
	left: 0;
	right: 0;
	bottom: 30px;
	*/
	margin: auto;
	margin: 81px auto 30px auto;

}
.shareView .content img.social{
	width: 100%;
}
.shareView .content .iconsocial{
	height: 50px;
	margin-top: 15px;
}
.shareView .content .iconsocial span{
	display: inline-block;
	width: 50px;
	color: #FFF;
	cursor: pointer;
}
.no-touch .shareView .content .iconsocial span:hover,
.shareView .content .iconsocial span:active{
	opacity: .8;
}
.shareView .content .iconsocial span i{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	display: block;
	color: #FFF;
}
.shareView .content .iconsocial span.facebook{
	background: #3b5998;
}
.shareView .content .iconsocial span.twitter{
	background: #00aced;
}
.shareView .content .iconsocial span.gplus{
	background: #dd4b39;
}
.shareView .content .iconsocial span.pinterest{
	background: #cc2127;
}
.shareView .content .iconsocial span.email{
	text-align: center;
	background: rgb(0, 129, 206);
	color: #FFF;
	text-decoration: none;
}
.shareView .content .iconsocial span.email span{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	display: block;
	color: #FFF;

}
.shareView .content .formsendmail{
	display: none;
	margin-top: 20px;
	height: auto;
	background: #f8f8f8;
	padding: 10px;
}
.shareView .content .formsendmail label{
	display: block;
	font-family: verdana;
	color: #727272;
	font-size: 14px;
	line-height: 18px;
}
.shareView .content .formsendmail label span{
	display: none;
	color: #eb0000;
	font-size: 12px;
	font-family: verdana;
}

.shareView .content .formsendmail input[type="text"],
.shareView .content .formsendmail input[type="mail"]{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	font-size: 14px;
	padding: 5px;
	margin: 8px 0;
	border: 1px solid #DFDADA;
	color: #333;
	width: 50%;
	font-weight: normal;
	font-family: verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shareView .content .formsendmail textarea{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	font-size: 14px;
	padding: 5px;
	margin: 8px 0;
	border: 1px solid #DFDADA;
	color: #333;
	width: 50%;
	height: 80px;
	font-weight: normal;
	font-family: verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shareView .content .formsendmail button[type="submit"]{
	display: block;
	width: 50%;
	background: rgb(0, 129, 206);
	border: none;
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	cursor: pointer;
	height: 40px;
}
.no-touch .shareView .content .formsendmail button[type="submit"]:hover,
.shareView .content .formsendmail button[type="submit"]:active{
	opacity: 0.8;
}

.shareView .content .formsendmail input[type="mail"].error,
.shareView .content .formsendmail input[type="text"].error,
.shareView .content .formsendmail textarea.error{
	border-color: #eb0000;
}
.shareView .content .formsendmail label.error span{
	display: inline-block;
}

.shareView .content .sendmailok{
	display: none;
	margin-top: 20px;
	height: auto;
	background: #f8f8f8;
	padding: 10px;
}

.shareView .content .sendmailok p{
	font-family: verdana;
	font-size: 14px;
}

/**************************
 *
 * Help
 *
 */
.helpView iframe.help{
	border: none;
	width: 100%;
	height: 100%;
}

/**************************
 *
 * Bookmark
 *
 */
.bookmarkView .content{
	margin: 30px 6% 0 6%;
	height: 100%;
	overflow-y: hidden;
}

.bookmarkView .content .addpage{
	margin-bottom: 30px;
	position: relative;
	height: 20%;
}
.bookmarkView .content .addpage .image{
	width: 50%;
	max-width: 400px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.bookmarkView .content .addpage .image img{
	height: 100%;
}
.bookmarkView .content .addpage .data{
	float: left;
	width: 47%;
	margin-left: 3%;
	height: 100%;
}
.bookmarkView .content .addpage .data input[type="text"]{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	font-size: 14px;
	display: block;
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #DFDADA;
	color: #525252;
	width: 80%;
	font-weight: normal;
	font-family: verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bookmarkView .content .addpage .data button[type="submit"]{
	display: block;
	width: 40%;
	background: rgb(0, 129, 206);
	border: none;
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	cursor: pointer;
	height: 40px;
}
.bookmarkView .content .addpage .data button[type="submit"]:hover,
.bookmarkView .content .addpage .data button[type="submit"]:active{
	opacity: 0.8;
}

.bookmarkView .content .bookmark{
	display: block;
	position: relative;
	width: 280px;
	height: auto;
	float: left;
	margin: 0 2% 2% 0;
	border-bottom: 4px solid rgba(0, 129, 206, 0);
}
.bookmarkView .content .bookmark img{
	width: 100%;
}
.bookmarkView .content .bookmark p{
	overflow: hidden;
}
.bookmarkView .content a.bookmark{
	text-decoration: none;
	color: #525252;
}
.no-touch .bookmarkView .content a.bookmark:hover,
.bookmarkView .content a.bookmark:active{
	border-bottom: 4px solid rgb(0, 129, 206);
}
.bookmarkView .content .bookmark span.close{
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
	margin-right: -11px;
	margin-top: -11px;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	color: #FFF;
	background: #e20000;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.bookmarkView .content .bookmark span.close i:before{
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 8px;
}
.no-touch .bookmarkView .content span.close:hover,
.bookmarkView .content span.close:active{
	background: #9b0000;
}

.bookmarkView .content .wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 62%;
}
.bookmarkView .content .wrapper .bookmarks{
	position: relative;
	overflow: auto;
	padding-top: 20px;
}


/**************************
 *
 * Content table
 *
 */
.contentTableView .content{
	margin: 30px 6% 0 6%;
	height: 90%;
	overflow: auto;
}

.contentTableView .content .menu{
	width: 20%;
}
.contentTableView .content .menu a{
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	font-family: verdana;
	font-size: 18px;
	text-decoration: none;
	color: #616161;
	/* margin-bottom: 5px; */
}
.no-touch .contentTableView .content .menu a:hover,
.contentTableView .content .menu a:active,
.contentTableView .contenttablet .menu a.active{
	color: #386cb3;
}
.no-touch .contentTableView .content .menu a:hover span.tag,
.contentTableView .content .menu a:active span.tag,
.contentTableView .content .menu a.active span.tag{
	background: #616161 !important;
}
.contentTableView .content .menu a span{
	display: block;
	height: 44px;
	line-height: 44px;
}
.modalView.ltr.contentTableView .content .menu a span{
	float: left;
	margin-right: 5px;
}
.modalView.rtl.contentTableView .content .menu a span{
	float: right;
	margin-left: 5px;
}
.contentTableView .content .menu a span.tag{
	width: 4px;
}
.contentTableView .content .wrapper{
	width: 78%;
	height: 100%;
	position: relative;

	overflow: hidden;
	/*
	overflow-y: scroll;
	*/
}
.modalView.ltr .contentTableView .content .wrapper{
	margin-left: 2%;
}
.modalView.rtl .contentTableView .content .wrapper{
	margin-right: 2%;
}

.contentTableView .content .thumbs{
	position: relative;
}
.contentTableView .content .thumbs .title{
	clear: both;
	font-size: 18px;
	height: 35px;
	line-height: 44px;
	border-bottom: 2px solid rgb(0, 129, 206);
	margin-bottom: 20px;
	color: #616161;
}
.contentTableView .content .thumbs .containerx {
	position: relative;
	height: auto;
	overflow: auto;
}
.contentTableView .content .thumbs .thumb{
	width: 280px;
	height: auto;
	display: block;
	float: left;
	margin: 0 3% 2% 0;
	text-decoration: none;
	border-bottom: 4px solid transparent ;
}
.no-touch .contentTableView .content .thumbs .thumb:hover,
.contentTableView .content .thumbs .thumb:active{
	border-bottom-color: rgb(0, 129, 206);
}

.contentTableView .content .thumbs .thumb img{
	width: 100%;
}
.contentTableView .content .thumbs .thumb label{
	font-size: 14px;
	color: #737373;
	text-decoration: none;
}
.contentTableView .clear{
	clear: both;
	width: 0;
	height: 0;
}


/**************************
 *
 * Other publications
 *
 */
.otherPublicationView .content{
	margin: 30px 6% 0 6%;
	height: 90%;
	overflow: auto;
}

.otherPublicationView .content h1{
	color: #616161;
	font-family: verdana;
	font-weight: normal;
}
.otherPublicationView .content .wrapper{
	overflow: auto;
	position: relative;
}
.otherPublicationView .content .wrapper .publication{
	display: block;
	min-height: 140px; /* fix */
	width: 160px;
	text-decoration: none;
	border-bottom: 4px solid transparent ;
	overflow: hidden;
}

.otherPublicationView.ltr .content .wrapper .publication{
	float: left;
	margin-right: 10px;
}
.otherPublicationView.rtl .content .wrapper .publication{
	float: right;
	margin-left: 10px;
}

.no-touch .otherPublicationView .content .wrapper .publication:hover,
.otherPublicationView .content .wrapper .publication:active{
	border-bottom-color: rgb(0, 129, 206);
}
.otherPublicationView .content .wrapper .publication img{
	width: 100px;
}
.otherPublicationView .content .wrapper .publication label{
	display: block;
	font-size: 12px;
	font-family: verdana;
	color: #616161;
}

/**************************
 *
 * Search view
 *
 */
.searchView .headerbar input[type="text"]{
	height: 24px;
	width: 60%;
	margin: auto;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	color: #616161;
}
.searchView .content{
	margin: 30px 6% 0 6%;
	height: 90%;
	overflow: hidden;
}
.searchView .content .title{
	font-family: verdana;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.searchView .content .title span.word{
	color: #386cb3;
}
.searchView .content .wrapper{
	overflow: hidden;
	position: relative;
	height: 95%;
}
.searchView .content .wrapper .thumbs{
	position: relative;
	overflow: auto;
}
.searchView .content .wrapper .item{
	display: block;
	width: 50%;
	height: 180px;
	overflow: hidden;
	float: left;
	border-bottom: 4px solid transparent;
	margin-bottom: 10px;
}
.no-touch .searchView .content .wrapper .item:hover,
.searchView .content .wrapper .item:active{
	border-bottom-color: rgb(0, 129, 206);
}
.searchView .content .wrapper .item img{
	width: 250px;
	float: left;
}
.searchView .content .wrapper .item span.highlight{
	color: #386cb3;
	font-weight: bold;
}
.searchView .content .wrapper .item div.pcontainer{
	margin-left: 260px;
}
.searchView .content .wrapper .item p{
	margin: 0;
	padding: 0 30px 5px 0;
	font-family: verdana;
	font-size: 12px;
	overflow: hidden;
	height: 12px;
}
.searchView .content .wrapper .item p.head{
	font-weight: bold;
	font-size: 14px;
}

/*********************************************************************
 *
 * Bottoni di navigazione
 *
 */

.flippage a.navigation.button{

	background: transparent;
	border: none;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;

}

.no-touch .flippage a.navigation.button:hover,
.flippage a.navigation.button:active{
	background: transparent;
}

.flippage a.navigation.button i{
	background: rgba(0, 129, 206, 1);
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 110px;
	height: 110px;
	text-align: left;
	font-size: 35px;

	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;

}
.no-touch .flippage a.navigation.button:hover i,
.flippage a.navigation.button:active i{
	background-color: rgb(0, 87, 139);
	color: rgb(137, 157, 170);
}

.flippage a.navigation.button.right{
	right: -35px;
}
.flippage a.navigation.button.left{
	left: -35px;

}
.flippage a.navigation.button.left i{
	position: absolute;
	right: 0;
	text-align: right;
}
.flippage a.navigation.button [class^="icon-"]:before,
.flippage a.navigation.button [class*=" icon-"]:before{
	height: 110px;
	width: 110px;
	line-height: 110px;
}
.flippage a.navigation.button.left [class^="icon-"]:before,
.flippage a.navigation.button.left [class*=" icon-"]:before{
	text-align: right;
	right: 18px;
	position: absolute;
}
.flippage a.navigation.button.right [class^="icon-"]:before,
.flippage a.navigation.button.right [class*=" icon-"]:before{
	text-align: left;
	left: 18px;
	position: absolute;
}

.flippage a.navigation.button.left.hidemiddle,
.flippage a.navigation.button.left.showmiddle,
.flippage a.navigation.button.right.hidemiddle,
.flippage a.navigation.button.right.showmiddle{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

.flippage a.navigation.button.left.hidemiddle i{
	-webkit-animation-name: hideAlpha;
	-moz-animation-name: hideAlpha;
	-o-animation-name: hideAlpha;
	animation-name: hideAlpha;
}

.flippage a.navigation.button.left.showmiddle i{
	-webkit-animation-name: showAlpha;
	-moz-animation-name: showAlpha;
	-o-animation-name: showAlpha;
	animation-name: showAlpha;
}
.flippage a.navigation.button.right.hidemiddle i{
	-webkit-animation-name: hideAlpha;
	-moz-animation-name: hideAlpha;
	-o-animation-name: hideAlpha;
	animation-name: hideAlpha;
}
.flippage a.navigation.button.right.showmiddle i{
	-webkit-animation-name: showAlpha;
	-moz-animation-name: showAlpha;
	-o-animation-name: showAlpha;
	animation-name: showAlpha;
}


.flippage a.navigation.button.left.hidemiddle.hide,
.flippage a.navigation.button.right.hidemiddle.hide{
	display: none;
}
.flippage a.navigation.button.left.show i,
.flippage a.navigation.button.right.show i{
	-webkit-animation-duration:500ms;
	-moz-animation-duration:500ms;
	-ms-animation-duration:500ms;
	-o-animation-duration:500ms;
	animation-duration:500ms;
	-webkit-animation-name: showZoom;
	-moz-animation-name: showZoom;
	-o-animation-name: showZoom;
	animation-name: showZoom;
}

/**************************
 *
 * Open Native Application
 *
 */
.openNativeApp{

}
.openNativeApp .container{

	position: relative;
	padding: 10px;
	width: 45%;
	height: 200px;
	background: #FFF;

	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.15);

	margin: auto;
	margin: 81px auto 30px auto;

}
.openNativeApp .container .button{
	display: block;
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
}
.openNativeApp .container .button:active{
	opacity: 0.7;
}
.openNativeApp .container .button.no{
	left: 0;
	background: #595959;
}

.openNativeApp .container .button.yes{
	left: 50%;
	background: #386cb3;
}

.openNativeApp .container .message{
	padding: 20px;
	color: #737373;
	font-size: 1.4em;
	/* word-break: break-all; */
}

/**************************
 *
 * Cookie Message
 *
 */
.cookieMessage{
	background-color: rgb(238, 238, 238);
	z-index: 999999;
	opacity: 0.9;
	position: fixed;
	padding: 10px 0px;
	width: 100%;
	left: 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: rgb(0, 0, 0);
	font-family: Arial, sans-serif;
	-moz-box-shadow: rgb(0, 0, 0) 0px 0px 8px;
	-webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px;
	box-shadow: rgb(0, 0, 0) 0px 0px 8px;
	bottom: 0px;
}

.cookieMessage div{
	margin: 0px 10px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: rgb(0, 0, 0);
	font-family: Arial, sans-serif;
	line-height: 23px;
}

.cookieMessage .readmore{
	text-decoration: underline;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}
.cookieMessage .readmore:active{
	color: rgba(0, 0, 0, 0.6);
}
.cookieMessage .igree{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgb(0, 129, 206);
	border: 0px;
	padding: 6px 10px;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 10px 0px 10px;
	color: rgb(255, 255, 255);

	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	display: inline;
	text-shadow: rgb(0, 0, 0) 0px 0px 2px;
	white-space: nowrap;

}
.cookieMessage .igree:active{
	background: rgb(137, 157, 170);
}

/**************************
 *
 * Cookie Policy
 *
 */
.cookiePolicy iframe.cookiepolicy{
	border: none;
	width: 100%;
	height: 100%;
}

/**************************
 *
 * Cart view
 *
 */
.cartView{}

.cartView .row{
	position: relative;
	height: 200px;
	margin-top: 20px;
	border-bottom: 1px solid #727272;
}
.cartView .row:first-child{}
.cartView .row .image{
	width: 20%;
	float: left;
	height: 200px;
	line-height: 200px;
}
.cartView .row .image img{
	height: 180px;
}
.cartView .row .desc{
	width: 25%;
	height: 200px;
	float: left;
}
.cartView .row .desc h1{
	padding: 10px 8px;
	font-size: 20px;
	margin: 0;
}
.cartView .row .desc h2{
	padding: 10px 8px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.cartView .row .quantity{
	width: 25%;
	height: 200px;
	float: left;
	position: relative;
}

.cartView .row .quantity .widgetQuantity{
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cartView .row .quantity .widgetQuantity a,
.cartView .row .quantity .widgetQuantity span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}
.cartView .row .quantity .widgetQuantity a{
	border: 1px solid #727272;
	box-sizing: border-box;
	width: 50px;
	margin: 0 10px;
}
.touch .cartView .row .quantity .widgetQuantity a:active,
.no-touch .cartView .row .quantity .widgetQuantity a:hover{
	background: #727272;
	color: #FFF;
}
.cartView .row .quantity .widgetQuantity span{
	width: 80px;
	font-size: 25px;
}

.cartView .row .totals{
	width: 20%;
	height: 200px;
	float: left;
	position: relative;
}
.cartView .row .totals span{
	display: inline-block;
	font-size: 30px;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cartView .row .action{
	width: 10%;
	height: 200px;
	float: left;
	position: relative;
	text-align: center;
	line-height: 200px;
}
.cartView .row .action a{
	font-size: 20px;
}

.cartView .totalsContainer{
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #DFDADA;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}
.cartView .totalsContainer .globalTotal{
	float: right;
	width: 30%; /*20%*/
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}
.cartView .totalsContainer .sp{
	float: right;
	width: 10%;
	height: 50px;
}
.cartView .totalsContainer .actions{
	float: left;
	width: 20%;
	height: 50px;
}
.cartView .totalsContainer .actions a{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 5px 20px;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	border-radius: 4px;
}

.touch .cartView .totalsContainer .actions a:active,
.no-touch .cartView .totalsContainer .actions a:hover{
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}




@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    #header .menu .logo a{
		background: url("../img/logo@2x.png") no-repeat;
		background-size: 109px auto;
	}

}

@media only screen and (max-width: 518px) {

	.shareView .content{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	.shareView .content img{
		width: 100%;
	}
	.shareView .content .iconsocial a{
		width: 44px;
	}
	.shareView .content .iconsocial a i{
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
	}
	.shareView .content .iconsocial{
		padding: 0 5px;
	}
	.shareView .content .iconsocial a.email{
		width: 100px;
	}
	.shareView .content .iconsocial a.email span{
		height: 40px;
		line-height: 48px;
		font-size: 14px;
	}


	.bookmarkView .content .addpage .image{
		height: auto;
		width: 100%;
	}
	.bookmarkView .content .addpage .data{
		float: none;
		clear: both;
		width: 100%;
		margin: 3% 0 0 0;
		height: auto;
	}
	.bookmarkView .content .addpage .image{
		margin: 0 auto;
	}
	.bookmarkView .content .addpage .data input[type="text"]{
		width: 95%;
	}

	.cartView .row{
		height: 150px;
	}
	.cartView .row .image{
		height: 100px;
		line-height: 100px;
	}
	.cartView .row .image img{
		height: 50px;
	}
	.cartView .row .desc{
		width: 80%;
		height: 100px;
		float: left;
	}
	.cartView .row .desc h1{
		padding: 5px 4px;
		font-size: 15px;
		margin: 0;
	}
	.cartView .row .desc h2{
		padding: 5px 4px;
		font-size: 12px;
	}
	.cartView .row .quantity{
		width: 55%;
		height: 50px;
		float: left;
	}
	.cartView .row .quantity .widgetQuantity span{
		width: 60px;
	}
	.cartView .row .totals{
		width: 30%;
		height: 50px;
		float: left;
		position: relative;
	}
	.cartView .row .totals span{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
	.cartView .row .action{
		width: 15%;
		height: 50px;
		line-height: 50px;
	}

	.cartView .totalsContainer .actions{
		width: 40%;
	}
	.cartView .totalsContainer .globalTotal{
		font-size: 20px;
		width: 30%;
	}
	.cartView .totalsContainer .sp{
		width: 5%;
	}
}


@media only screen and (max-width: 764px) {

	#header{
		height: 306px;
	}

	#header .headerWrapper{
		height: 100%;
	}

	#header .menu{
		width: 100%;
		height: auto;
		overflow: auto;
	}

	#header .menu .menuWrapper{
		height: 100%;
		position: relative;
		width: 100%;
		overflow: auto;
	}

	.loaderDownload.mini{
		-webkit-animation-name: loaderDownloadMinifiedxx;
		-moz-animation-name: loaderDownloadMinified;
		-o-animation-name: loaderDownloadMinified;
		animation-name: loaderDownloadMinified;
	}

	/**************************
	 *
	 * Open menu
	 *
	 */

	#header .openMenu{
		/*
		width: 200px;
		height: 44px;
		position: fixed;
		top: 44px;
		left: 0;
		right: 0;
		bottom: 100%;
		margin: auto;
		background: transparent;
		overflow: hidden;
		*/
	}
	#header .headerWrapper.open .openMenu{

	}
	#header .openMenu .inner{
		display: block;
		margin-top: -170px;
		height: 200px;
		width: 200px;

		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;

		background-color: rgb(0, 129, 206);

		line-height: 370px;
		text-align: center;
		color: #FFF;
		font-size: 24px;
	}
	.no-touch #header .openMenu .inner:hover,
	#header .openMenu .inner:active{
		background-color: rgb(0, 87, 139);
		color: rgb(137, 157, 170);
	}

	/* Logo */
	#header .menu .logo{
		width: 100%;
		float: none;
		margin: 10px 0;
		position: relative;
		height: 40px;
		text-align: center;
	}
	#header .menu .logo a{
		display: block;
		width: 110px;
		height: 40px;
		margin: 0 auto;
	}

	#header .menu .search{
		width: 100%;
		height: 100%;
		float: none;
		padding-bottom: 10px;
		border-left: none;
		border-bottom: 1px solid #000;

	}
	#header .menu .search input{
		margin: 0;
	}
	#header .menu .button{
		width: 33.333333333%;
		height: 80px;
		line-height: 80px;
		font-size: 24px;

		border-top: 1px solid #333;
		border-bottom: 1px solid #000;
	}
	#header .menu .button.print{
		display: none;
	}
	#header .menu .button.download{
		display: none;
	}
	#header .navigationBar{
		height: 50px;
	}
	#header .navigationBar .chapters .chapter{
		height: 46px;
	}
	#header .navigationBar .chapters .chapter span{
		height: 40px;
		line-height: 40px;
	}
	#header .navigationBar .navinput{
		display: none;
	}
	#header .navigationBar .ltr .chapters{
		left: 0;
	}
	#header .navigationBar .rtl .chapters{
		right: 0;
	}
	.modalView.contentTableView .content .menu{
		display: none;
	}
	.modalView.contentTableView .content .wrapper{
		width: 100%;
		margin-left: 0;
	}
	.modalView.contentTableView .content .thumbs .thumb{
		width: 100%;
	}
	.searchView .content .wrapper .item{
		height: 100px;
	}
	.searchView .content .wrapper .item img{
		width: 150px;
	}
	.searchView .content .wrapper .item div.pcontainer{
		margin-left: 160px;
	}

	.bookmarkView .content .addpage{
		height: 35%;
	}
	.bookmarkView .content .wrapper{
		height: 52%;
	}


	.openNativeApp .container{
		background: #FFF;
		width: auto;
		height: auto;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		position: absolute;

		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.15);

		margin: auto;
	}


}

@media only screen and (max-width: 920px) {

	#header .menu .button.print{
		display: none;
	}
	#header .menu .button.download{
		display: none;
	}
	.contentTableView .content .wrapper{
		width: 68%;
	}
	.contentTableView .content .menu{
		width: 30%;
	}

	.searchView .content .wrapper .item{
		width: 100%;
	}
}


@media (orientation:landscape) {

    /**
     * BUGFIX iOS7
     * http://stackoverflow.com/questions/19012135/ios-7-ipad-safari-landscape-innerheight-outerheight-layout-issue
     */
    html.ipad.ios7 > body {
        position: fixed;
        bottom: 0;
        width:100%;
        /* height: 672px !important; */
        height: 100%;
    }



}

@media only screen and (max-width: 764px) and (orientation:landscape) {

	#header{
		height: 242px;
	}

	#header .menu .button{
		height: 48px;
		line-height: 48px;
	}

}

@media only screen and (max-width: 768px)  {

	.cartView .row .quantity .widgetQuantity a{
		margin: 0;
	}

}


/*
Aggiunte per upgrades...
*/

/*
Blocco notifica rendering
*/
div#loadingResDiv {
	display: table;
	width: 100%;
	height: 100%;
}
div#loadingResDiv div.ldr-content {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

/*
Blocco notifiche ErrorDownlading
*/
div.errorDownload.error {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	display: table;
}
div.errorDownload.error {
	display: table-cell;
	vertical-align: middle;
}
div.errorDownload div.closeOption, div.errorDownload div.closeOption::before {
	padding-top: 5%;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
div.errorDownload div.errorMsg {
	border: 1px solid #aaa;
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	background: #fff;
	width: 80%;
	margin: auto;
	padding: 5%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
div.errorDownload div.errorMsg span {
	font-size: 2em;
}
div.errorDownload div.overlay div.closeOption span{
	background-color: rgb(0, 129, 206);
	color: #fff;
	border-radius: 200px;
}
div.errorDownload div.overlay div.closeOption {
	display: none;
}
div.errorDownload div.overlay.closeOption div.closeOption {
	display: block;
}
/*
Blocco per icona per full-screen
*/
div#full-screen {
	position:fixed;
	bottom: 0px;
	right: 45%;
	height: 30px;
	width: 10%;
	font-size: 2em;
	text-align: center;
	background-color: rgb(0, 129, 206);
	color: #fff;
	-webkit-animation-name: hideAlpha;
	-moz-animation-name: hideAlpha;
	-o-animation-name: hideAlpha;
	animation-name: hideAlpha;
	animation-duration: 1s;
	animation-fill-mode: both;
}
/*
EcommerceCartAnimation
*/
/* parte - animazioni */
@keyframes parabolaBasket{
  from {
      transform:scale(2);
      opacity:0;
  }
  1% {
      opacity:1;
  }
  to {
  		transform: scale(0.2);
      opacity:1;
  }
}
@-webkit-keyframes parabolaBasket{
  from {
      -webkit-transform:scale(2);
      opacity:0;
  }
  1% {
      opacity:1;
  }
  to {
  		-webkit-transform: scale(0.2);
      opacity:1;
  }
}

@-webkit-keyframes fillBasket{
  from {
      opacity:0;
  }
  75% {
      opacity:0;
  }
  80% {
      opacity:1;
  }
  to {
  		opacity:1;
  }
}
@keyframes fillBasket{
  from {
      opacity:0;
  }
  75% {
      opacity:0;
  }
  80% {
      opacity:1;
  }
  to {
  		opacity:1;
  }
}
/* parte - css */
.parabola {
 	border: 0px solid red;
	animation: parabola 2s;
 	-webkit-animation: parabola 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.parabola .icon-basket{
 	opacity:0;

 	display:block;

	animation: parabolaBasket 2s;
 	-webkit-animation: parabolaBasket 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.basket h1{
 	opacity:0;
	animation: fillBasket 2s;
 	-webkit-animation: fillBasket 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.basket{
 	text-shadow:0px 3px 5px #000;
}

div#overlay_plus_one {

}
div#overlay_plus_one div.basket {
	text-align: center;
	color: #fff;
}
div#overlay_plus_one div.basket > div,
div#overlay_plus_one div.basket > h1 {
	float:left;
}
div#overlay_plus_one div.basket .icon-basket {
	font-size:4em;
}
div.flyCart {
	padding: 5px;
	border-radius: 15px;
}
div.flyCart i.icon-basket {
	padding: 5px;
	border-radius: 15px;
	background: rgb(0, 129, 206);
	color: #fff;
}
