@charset "utf-8";
/* CSS Document */

.wrapper {
	width: 76%;
	text-align: center;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	position: absolute;
	height: 100%;
	display: inline-block;
	padding: 0%;
	margin-top: 1%;
	margin-bottom: 3.5%;
	cursor: default;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
#PM_frame .wrapper, #TT_frame .wrapper, #FT_frame .wrapper  {
	width: 100%;
	margin-top: 0%;
	margin-bottom: 0%;
}
/* Box containing video, controls, and download links.
   If you want to add some kind of frame or special positioning, use another containing element, not video-js-box. */
.video-js-box {
	text-align: center;
	position: relative;
	resize: both !important;
	vertical-align: bottom;
	height: auto;
	width: 100%!important;
	background-color: transparent !important;
	background-repeat: repeat;
} /* Will be set to the width of the video element */

/* Video Element */
video.video-js {
	position: relative;
	width: 100% !important;
	resize: both !important; 
	height: auto;
	background-color: #FFF !important;
}
.video-js.vis-controls-below {
	position: relative;
	width: 100% !important;
	resize: both !important;
	height: auto;
	background-color: #FFF !important;
}
video#Appello_ai_meditanti {
	background-color: #000 !important;
}
video#Autobiografia_del_rosso, video#Fare_fiori {
	background-color: #BFC1C0 !important;
}
video#a {
	background-color: transparent !important;
	background-repeat: repeat;
}
#PM.video-js, #TT.video-js, #FT.video-js {
	background-color: #C3C3C3!important;
}

/* Fullscreen styles for main elements */
.video-js-box.vjs-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
.video-js-box.vjs-fullscreen video.video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
.video-js-box.vjs-fullscreen .vjs-controls {
	z-index: 1002;
}

/* Poster Style */
.video-js-box .vjs-poster {
	position: absolute !important;
	top: 0%;
	width: 100% !important;
	height: auto;
	text-align: center;
	left: 0%;
	right: 0%;
}
/* Subtiles Style */
.video-js-box .vjs-subtitles {
	color: #fff;
	font-size: 20px;
	text-align: center;
	bottom: 20px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1002;
}


/* DEFAULT SKIN (override in another file)
================================================================================
Using all CSS to draw the controls. Images could be used if desired.
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. */

/* Controls Layout
   Using a Holy Grail type method to allow the progress bar holder to expand into all available space,
   but using abosolute positioning for individual controls. http://www.alistapart.com/articles/holygrail */
.vjs-controls {
	list-style: none;
	position: sticky;
	border: none;
	opacity: 0.85;
	color: #fff;
	display: none; /* Start hidden */
	bottom: 0%!important;
	left: 0;
	right: 0; /* 100% width of video-js-box */
	height: 35px; /* Including any margin you want above or below control items */
	padding-left: 35px; /* Width of play button + margin */
	padding-right: 100px; /* Width of all the controls to the right of the progress control + margins */
	margin: -1.5% 0 0 0 !important;
	padding-top: 0%;
	padding-bottom: 0%;
}
/* Controls styles when below the video */
.video-js-box.vjs-controls-below .vjs-controls {
	background-color: #C3C3C3;
}
.vjs-controls > li { /* Direct li children of control bar */
	position: absolute;
	list-style: none;
	float: left;
	padding: 0;
	text-align: center;
	height: 25px; /* Default height of individual controls */
	margin: 0; /* Top margin to put space between video and controls when controls are below */
	/* CSS Background Gradients */
	/* Webkit  */ background: #C3C3C3 -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#C3C3C3)) left 12px;
	/* CSS Curved Corners */
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* CSS Shadows */
    box-shadow: 1px 1px 2px #9B9B9B;
	-webkit-box-shadow: 1px 1px 2px #9B9B9B;
	-moz-box-shadow: 1px 1px 2px #9B9B9B;
	background-position: top;
}
/* Placement of Control Items */
.vjs-controls > li.vjs-play-control { 
    width: 25px;
	left: 5px; 
	}
.vjs-controls > li.vjs-progress-control { 
    width: 100%;
	position: relative;
}
.vjs-controls > li.vjs-time-control {
	width: 75px;
	right: 90px;
}
.vjs-controls > li.vjs-volume-control {
	width: 50px; 
	right: 35px;
}
.vjs-controls > li.vjs-fullscreen-control {
	width: 25px;
	right: 5px;
}

/* Removing curves on progress control and time control to join them. */
.vjs-controls > li.vjs-progress-control {
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}
.vjs-controls > li.vjs-time-control {
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-play-control {
	cursor: pointer !important;
}
.vjs-play-control span {
	display: block;
	font-size: 0;
	line-height: 0;
}
.vjs-play-control.vjs-play span {
	width: 0;
	height: 0;
	margin: 8px 0 0 8px;
	/* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
    border-left: 10px solid #fff; /* Width & Color of play icon */
	/* Height of play icon is total top & bottom border widths. Color is transparent. */
    border-top: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
}
.vjs-play-control.vjs-pause span {
	width: 3px;
	height: 10px;
	/* Drawing the pause bars with borders */
    border-top: 0px;
	border-left: 3px solid #fff;
	border-bottom: 0px;
	border-right: 3px solid #fff;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Progress
-------------------------------------------------------------------------------- */
.vjs-progress-holder { /* Box containing play and load progresses */
	position: relative;
	list-style: none;
	padding: 0;
	overflow: hidden;
	cursor: pointer !important;
	height: 9px;
	border: 1px solid #959595;
	margin: 7px 1px 0 5px; /* Placement within the progress control item */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vjs-progress-holder li { /* Progress Bars */
	position: absolute;
	display: block;
	width: 0;
	height: 9px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vjs-play-progress {
	/* Default */ background: #fff;
	/* Webkit  */ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C3C3C3));
	/* Firefox */ background: -moz-linear-gradient(top,  #fff,  #C3C3C3);
  width: 106.711px;
}
.vjs-load-progress {
	opacity: 0.8;
	/* Default */ background-color: #C3C3C3;
	/* Webkit  */ background: -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#959595));
	/* Firefox */ background: -moz-linear-gradient(top,  #C3C3C3, #959595);
	width: 431.226px;
}

/* Time Display
-------------------------------------------------------------------------------- */
.vjs-controls .vjs-time-control {
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
    font-family: 'LeMondeLivreNormal';
}
.vjs-controls .vjs-time-control span {
	line-height: 25px; /* Centering vertically */
}

/* Volume
-------------------------------------------------------------------------------- */
.vjs-volume-control {
	cursor: pointer !important;
}
.vjs-volume-control ul {
	list-style: none;
	display: block;
	margin: 0 5px 0 5px;
	padding: 4px 0 0 0;
}
/* Drawing the volume icon using 6 li elements */
.vjs-volume-control ul li { /* Individual volume bars */
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 2px 0 0; /* Space between */
	width: 5px;
	height: 0px; /* Total height is height + bottom border */
 	border-bottom: 18px solid #8B8B8B; /* Default (off) color and height of visible portion */
}
.vjs-volume-control ul li.vjs-volume-level-on {
	border-color: #fff; /* Volume on bar color */
}
/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
.vjs-volume-control ul li:nth-child(1) {
	border-bottom-width: 2px;
	height: 16px;
}
.vjs-volume-control ul li:nth-child(2) {
	border-bottom-width: 4px;
	height: 14px;
}
.vjs-volume-control ul li:nth-child(3) {
	border-bottom-width: 7px;
	height: 11px;
}
.vjs-volume-control ul li:nth-child(4) {
	border-bottom-width: 10px;
	height: 8px;
}
.vjs-volume-control ul li:nth-child(5) {
	border-bottom-width: 14px;
	height: 4px;;
}
.vjs-volume-control ul li:nth-child(6) {
	margin-right: 0;
}

/* Fullscreen
-------------------------------------------------------------------------------- */
.vjs-fullscreen-control  {
	cursor: pointer !important;
}
.vjs-fullscreen-control ul {
	list-style: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
	cursor: pointer !important; /* Placement within the fullscreen control item */
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
/* Drawing the fullscreen icon using 4 li elements */
.vjs-fullscreen-control ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 0;
	text-align: left;
	vertical-align: top;
}
.vjs-fullscreen-control ul li:nth-child(1) { /* Top-left triangle */
	margin-right: 3px; /* Space between top-left and top-right */
	margin-bottom: 3px; /* Space between top-left and bottom-left */
	border-top: 6px solid #fff; /* Height and color */
	border-right: 6px solid rgba(0,0,0,0);  /* Width */
}
.vjs-fullscreen-control ul li:nth-child(2) {
	border-top: 6px solid #fff;
	border-left: 6px solid rgba(0,0,0,0);
}
.vjs-fullscreen-control ul li:nth-child(3) {
	clear: both;
	margin: 0 3px 0 0;
	border-bottom: 6px solid #fff;
	border-right: 6px solid rgba(0,0,0,0);
}
.vjs-fullscreen-control ul li:nth-child(4) {
	border-bottom: 6px solid #fff;
	border-left: 6px solid rgba(0,0,0,0);
}
/* Icon when video is in fullscreen mode */
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(1) {
	border: none;
	border-bottom: 6px solid #fff;
	border-left: 6px solid rgba(0,0,0,0);
}
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(2) {
	border: none;
	border-bottom: 6px solid #fff;
	border-right: 6px solid rgba(0,0,0,0);
}
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(3) {
	border: none;
	border-top: 6px solid #fff;
	border-left: 6px solid rgba(0,0,0,0);
}
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(4) {
	border: none;
	border-top: 6px solid #fff;
	border-right: 6px solid rgba(0,0,0,0);
}

/* Download Links - Used for browsers that don't support any video.
-------------------------------------------------------------------------------- */
@media screen and (orientation: portrait) {
.video-js-box {
	width: 100% !important;
	height: auto;
} /* Will be set to the width of the video element */

/* Video Element */
video.video-js {
	width: 100% !important;
	height: auto;
}
.vjs-controls {
	position: sticky;
	bottom: 0%;
	margin: -2% 0 0 0 !important;
	padding-top: 0%;
	padding-bottom: 0%;
}
}
@media screen and (orientation: landscape) {
.video-js-box {
	width: 100% !important;
	height: auto;
} /* Will be set to the width of the video element */

/* Video Element */
video.video-js {
	width: 100% !important;
	height: auto;
}
.vjs-controls {
	position: sticky;
	bottom: 0%;
	margin: -1.5% 0 0 0 !important;
	padding-top: 0%;
	padding-bottom: 0%;
}
}
@media only screen 
and (min-width: 320px) {
.vjs-controls {
	padding-right: 165px; /* Width of all the controls to the right of the progress control + margins */
}
}

/* Smartphones and iPhone (portrait and landscape)----------- */
@media only screen 
and (min-width: 320px) and (max-width: 349px) {
.wrapper {
	width: 83%;
	margin-top: 1%;
}
#PM_frame .wrapper {
	width: 90%;
}
}

/* Smartphones and iPhone ----------- */
@media only screen
and (min-width: 350px) and (max-width: 389px) {
.wrapper {
	width: 85%;
	margin-top: 5%;
}
#PM_frame .wrapper {
	width: 90%;
}
}

/* Smartphones and iPhone(portrait and landscape) ----------- */
@media only screen
and (min-width: 390px) and (max-width: 469px) {
.wrapper {
	width: 85.5%;
	margin-top: 5%;
}
#PM_frame .wrapper {
	width: 90%;
}
}

/* Smartphones and iPhone (portrait and landscape) ----------- */
@media only screen
and (min-width: 470px) and (max-width: 529px) {
.wrapper {
	width: 86%;
	margin-top: 6%;
}
#PM_frame .wrapper {
	width: 90%;
}
.vjs-controls {
	margin: -1.5% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 530px) and (max-width: 589px) {
.wrapper {
	width: 86%;
	margin-top: 7%;
}
#PM_frame .wrapper {
	width: 90%;
}
.vjs-controls {
	margin: -1.5% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width: 590px) and (max-width: 689px) {
.wrapper {
	width: 86%;
	margin-top: 7.2%;
}
#PM_frame .wrapper {
	width: 90%;
}
.vjs-controls {
	margin: -1% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 690px) and (max-width: 757px) {
.wrapper {
	width: 86%;
	margin-top: 7.5%;
}
#PM_frame .wrapper {
	width: 90%;
}
.vjs-controls {
	margin: -1% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 758px) and (max-width: 839px) {
.wrapper {
	width: 86%;
	margin-top: 8%;
}
#PM_frame .wrapper {
	width: 90%;
}
.vjs-controls {
	margin: -0.5% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 840px) and (max-width: 919px) {
.wrapper {
	width: 86%;
	margin-top: 8.5%;
}
.vjs-controls {
	margin: -0.5% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 920px) and (max-width: 979px) {
.wrapper {
	width: 86%;
	margin-top: 8.5%;
}
.vjs-controls {
	margin: -0.5% 0 0 0 !important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 980px) and (max-width: 1399px) {
.wrapper {
	width: 86%;
	margin-top: 8.5%;
}
.vjs-controls {
	margin: -0.3% 0 0 0 !important;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1400px) {
.wrapper {
	width: 86%;
	margin-top: 9%;
}
.vjs-controls {
	margin: -0.3% 0 0 0 !important;
}
}