
/* General Demo Style */
.mozaic ol,
.mozaic ul{
	list-style:none;
	margin:0;
	padding:0;
}

.pe-thumbs{
	width: 900px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.pe-thumbs:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
.pe-thumbs li{
	float:left;
	position: relative;
}
.pe-thumbs li a,
.pe-thumbs li a img{
	display: block;
	position: relative;
}
.pe-thumbs li a img{
	width:100px;
	opacity: 0.3;
}

.pe-thumbs li a img .storyOfTheDayMatrix{
	opacity: 0.5;
}
.pe-thumbs li a div.pe-description{
	width: 250px;
	height: 100px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	/*z-index: 1001;*/
	text-align: left;
}
.pe-description h3 {
  color: #ffffff;
  bottom: 8px;
  position: absolute;
  font: 16px/16px Proxima Nova Sbold;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;  
}

.pe-description h3 span {
  color: #e4e9ee;
  font: 14px/16px Proxima Nova Sbold;
  text-transform: none;
}

.pe-description h4 {
  bottom: 8px;
  color: #8899aa;
  cursor: pointer;
  font: italic 12px/16px Georgia,serif;
  margin: 0;
  position: absolute;
  right: 10px;
}

.pe-description p {
  margin: 10px 10px 0;
  color: #e4e9ee;
  font: italic 12px/17px Georgia,serif;    
}





.matrixPanel{
  background: #fff;
  padding: 0 0 18px 15px;;
  width: 940px;
  margin: 0 auto;
}

.dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background: black; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


.dialog-box-matrix {
	background:transparent url('https://d3qf61oza7ty3z.cloudfront.net/siteAssets/images/mosaic/matrix_player_bg.png'); 0 top repeat-y;
	width: 687px;
	height: 500px;
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 
	text-align: center;
	/* hide it by default */
	display:none;
}

.dialog-box-matrix .dialog-content {
	/* style the content */
	
	text-align: center;
	margin-bottom: 35px;	
	margin-top: 35px;
	margin-left: 35px;
	margin-right: 35px;	
}

.dialog-box-matrix .dialog-content .informations {
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	text-align: left;
	z-index: 10000;
	font-family: "Arial";
	font-size: 12;
	color: white;	
	margin: auto;
	width: 619px;
	
}

.informations a{
	font-family: "Arial" !important;
	font-size: 12;
	color: white;
	font-weight: normal !important;
	cursor: pointer;
}

.informations a:hover{
	font-family: "Arial" !important;
	font-size: 12;
	color: #1D71B8 ;
	font-weight: normal !important;
}


.dialog-box-matrix .dialog-content .informations #matrixStorySpeaker{
	font-weight: bold;
	text-transform:uppercase;
	
}

.dialog-box-matrix .dialog-content .informations .alignRight{
	float: right;
	text-align: right;
}

.dialog-box-matrix .dialog-content .informations .matrixPlayMode{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style:solid;
	border-color:white;
	border-width:1px;
	padding-left: 5px;
	padding-right: 5px;
}

.matrixPlayModeElement{
	
}



#matrixPrevStoryBottom {
	width: 500px;
	cursor: pointer;	
}

.innactiveMatrix{
	cursor:default;
}

.cursorPointer{
	cursor: pointer;	
}

.matrixActive{
	color: #1D71B8 ;
}

.dialog-box-matrix .dialog-content .matrixArrows{
	position: absolute;
	z-index: 100000;
	top: 40%;
	width:25px;
	height: 34px;
	display: none;
}

.dialog-box-matrix .dialog-content #matrixPrevStory{
	left: 5px;
	background:transparent url('https://d3qf61oza7ty3z.cloudfront.net/siteAssets/images/mosaic/player/wos_player_elements/arrow_previous_off.png'); 0 0 no-repeat;
}



.dialog-box-matrix .dialog-content #matrixPrevStory:hover{
	left: 5px;
	background:transparent url('https://d3qf61oza7ty3z.cloudfront.net/siteAssets/images/mosaic/player/wos_player_elements/arrow_previous_on.png') 0 0 no-repeat;
}

.dialog-box-matrix .dialog-content #matrixNextStory{
	right: 5px;
	background:transparent url('https://d3qf61oza7ty3z.cloudfront.net/siteAssets/images/mosaic/player/wos_player_elements/arrow_next_off.png'); 0 0 no-repeat;
}



.dialog-box-matrix .dialog-content #matrixNextStory:hover{
	right: 5px;
	background:transparent url('https://d3qf61oza7ty3z.cloudfront.net/siteAssets/images/mosaic/player/wos_player_elements/arrow_next_on.png') 0 0 no-repeat;
}




.dialog-box-matrix .closeDialog {
	/* style the content */
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
