

#stacks_in_403 h1,#stacks_in_403 h1 a,#stacks_in_403 p,#stacks_in_403 p a{
	color:rgba(64, 0, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:underline;
	text-align:center;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_403 p a:hover, #stacks_in_403 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_404 {
	font-size: 199%;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_372 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_372 {
		display: none !important;
	}
}

#stacks_out_74 {
	width: 520px;
}
#PlayerWrapper-el_alamein {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-el_alamein *,
#PlayerWrapper-el_alamein *:before,
#PlayerWrapper-el_alamein *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-el_alamein {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-el_alamein {
	padding-bottom: 56.25%;
}






#PlayerWrapper-el_alamein #media-el_alamein {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-el_alamein .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-el_alamein .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-el_alamein .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-el_alamein .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-el_alamein .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-el_alamein .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-el_alamein .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-el_alamein .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-el_alamein .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-el_alamein {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-el_alamein {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-el_alamein {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-el_alamein button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-el_alamein span.media-button,
#media-controls-el_alamein span.time,
#media-controls-el_alamein span.player-extra-element,
#media-controls-el_alamein span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-el_alamein span.media-button.left-aligned,
#media-controls-el_alamein span.time.left-aligned,
#media-controls-el_alamein span.player-extra-element.left-aligned,
#media-controls-el_alamein span.duration.left-aligned {
	text-align: left;
}

#media-controls-el_alamein span.media-button.right-aligned,
#media-controls-el_alamein span.time.right-aligned,
#media-controls-el_alamein span.player-extra-element.right-aligned,
#media-controls-el_alamein span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-el_alamein span.media-button a,
#media-controls-el_alamein span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-el_alamein span.media-button a,
	#media-controls-el_alamein span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-el_alamein span.media-button a:hover,
#media-controls-el_alamein span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-el_alamein [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-el_alamein [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-el_alamein span.time,
#media-controls-el_alamein span.player-extra-element,
#media-controls-el_alamein span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-el_alamein span.time,
	#media-controls-el_alamein span.player-extra-element,
	#media-controls-el_alamein span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-el_alamein .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-el_alamein .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-el_alamein .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-el_alamein .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-el_alamein .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-el_alamein,
	#PlayerWrapper-el_alamein .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_371 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_371 {
		display: none !important;
	}
}

#stacks_in_371 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_374 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_374 {
		display: none !important;
	}
}
#PlayerWrapper-yarin1 {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-yarin1 *,
#PlayerWrapper-yarin1 *:before,
#PlayerWrapper-yarin1 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-yarin1 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-yarin1 {
	padding-bottom: 56.25%;
}






#PlayerWrapper-yarin1 #media-yarin1 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-yarin1 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-yarin1 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-yarin1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1 .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-yarin1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin1 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-yarin1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-yarin1 {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-yarin1 {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-yarin1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-yarin1 span.media-button,
#media-controls-yarin1 span.time,
#media-controls-yarin1 span.player-extra-element,
#media-controls-yarin1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-yarin1 span.media-button.left-aligned,
#media-controls-yarin1 span.time.left-aligned,
#media-controls-yarin1 span.player-extra-element.left-aligned,
#media-controls-yarin1 span.duration.left-aligned {
	text-align: left;
}

#media-controls-yarin1 span.media-button.right-aligned,
#media-controls-yarin1 span.time.right-aligned,
#media-controls-yarin1 span.player-extra-element.right-aligned,
#media-controls-yarin1 span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-yarin1 span.media-button a,
#media-controls-yarin1 span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin1 span.media-button a,
	#media-controls-yarin1 span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-yarin1 span.media-button a:hover,
#media-controls-yarin1 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-yarin1 [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-yarin1 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-yarin1 span.time,
#media-controls-yarin1 span.player-extra-element,
#media-controls-yarin1 span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin1 span.time,
	#media-controls-yarin1 span.player-extra-element,
	#media-controls-yarin1 span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-yarin1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-yarin1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-yarin1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-yarin1 .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-yarin1 .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-yarin1,
	#PlayerWrapper-yarin1 .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_384 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_384 {
		display: none !important;
	}
}

#stacks_in_384 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_386 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_386 {
		display: none !important;
	}
}
#PlayerWrapper-yarin2 {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-yarin2 *,
#PlayerWrapper-yarin2 *:before,
#PlayerWrapper-yarin2 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-yarin2 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-yarin2 {
	padding-bottom: 56.25%;
}






#PlayerWrapper-yarin2 #media-yarin2 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-yarin2 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-yarin2 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-yarin2 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin2 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin2 .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-yarin2 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin2 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin2 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin2 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-yarin2 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-yarin2 {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-yarin2 {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-yarin2 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-yarin2 span.media-button,
#media-controls-yarin2 span.time,
#media-controls-yarin2 span.player-extra-element,
#media-controls-yarin2 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-yarin2 span.media-button.left-aligned,
#media-controls-yarin2 span.time.left-aligned,
#media-controls-yarin2 span.player-extra-element.left-aligned,
#media-controls-yarin2 span.duration.left-aligned {
	text-align: left;
}

#media-controls-yarin2 span.media-button.right-aligned,
#media-controls-yarin2 span.time.right-aligned,
#media-controls-yarin2 span.player-extra-element.right-aligned,
#media-controls-yarin2 span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-yarin2 span.media-button a,
#media-controls-yarin2 span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin2 span.media-button a,
	#media-controls-yarin2 span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-yarin2 span.media-button a:hover,
#media-controls-yarin2 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-yarin2 [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-yarin2 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-yarin2 span.time,
#media-controls-yarin2 span.player-extra-element,
#media-controls-yarin2 span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin2 span.time,
	#media-controls-yarin2 span.player-extra-element,
	#media-controls-yarin2 span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-yarin2 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-yarin2 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-yarin2 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-yarin2 .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-yarin2 .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-yarin2,
	#PlayerWrapper-yarin2 .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_388 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_388 {
		display: none !important;
	}
}

#stacks_in_388 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}
#PlayerWrapper-yarin1999 {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-yarin1999 *,
#PlayerWrapper-yarin1999 *:before,
#PlayerWrapper-yarin1999 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-yarin1999 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-yarin1999 {
	padding-bottom: 56.25%;
}






#PlayerWrapper-yarin1999 #media-yarin1999 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-yarin1999 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-yarin1999 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-yarin1999 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin1999 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1999 .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-yarin1999 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1999 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-yarin1999 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-yarin1999 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-yarin1999 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-yarin1999 {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-yarin1999 {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-yarin1999 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-yarin1999 span.media-button,
#media-controls-yarin1999 span.time,
#media-controls-yarin1999 span.player-extra-element,
#media-controls-yarin1999 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-yarin1999 span.media-button.left-aligned,
#media-controls-yarin1999 span.time.left-aligned,
#media-controls-yarin1999 span.player-extra-element.left-aligned,
#media-controls-yarin1999 span.duration.left-aligned {
	text-align: left;
}

#media-controls-yarin1999 span.media-button.right-aligned,
#media-controls-yarin1999 span.time.right-aligned,
#media-controls-yarin1999 span.player-extra-element.right-aligned,
#media-controls-yarin1999 span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-yarin1999 span.media-button a,
#media-controls-yarin1999 span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin1999 span.media-button a,
	#media-controls-yarin1999 span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-yarin1999 span.media-button a:hover,
#media-controls-yarin1999 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-yarin1999 [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-yarin1999 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-yarin1999 span.time,
#media-controls-yarin1999 span.player-extra-element,
#media-controls-yarin1999 span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-yarin1999 span.time,
	#media-controls-yarin1999 span.player-extra-element,
	#media-controls-yarin1999 span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-yarin1999 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-yarin1999 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-yarin1999 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-yarin1999 .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-yarin1999 .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-yarin1999,
	#PlayerWrapper-yarin1999 .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_400 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_400 {
		display: none !important;
	}
}

#stacks_in_400 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_398 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_398 {
		display: none !important;
	}
}

#stacks_out_228 {
	width: 520px;
}
#PlayerWrapper-passover {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-passover *,
#PlayerWrapper-passover *:before,
#PlayerWrapper-passover *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-passover {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-passover {
	padding-bottom: 56.25%;
}






#PlayerWrapper-passover #media-passover {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-passover .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-passover .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-passover .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-passover .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-passover .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-passover .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-passover .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-passover .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-passover .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-passover {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-passover {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-passover {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-passover button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-passover span.media-button,
#media-controls-passover span.time,
#media-controls-passover span.player-extra-element,
#media-controls-passover span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-passover span.media-button.left-aligned,
#media-controls-passover span.time.left-aligned,
#media-controls-passover span.player-extra-element.left-aligned,
#media-controls-passover span.duration.left-aligned {
	text-align: left;
}

#media-controls-passover span.media-button.right-aligned,
#media-controls-passover span.time.right-aligned,
#media-controls-passover span.player-extra-element.right-aligned,
#media-controls-passover span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-passover span.media-button a,
#media-controls-passover span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-passover span.media-button a,
	#media-controls-passover span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-passover span.media-button a:hover,
#media-controls-passover span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-passover [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-passover [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-passover span.time,
#media-controls-passover span.player-extra-element,
#media-controls-passover span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-passover span.time,
	#media-controls-passover span.player-extra-element,
	#media-controls-passover span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-passover .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-passover .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-passover .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-passover .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-passover .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-passover,
	#PlayerWrapper-passover .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_238 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_238 {
		display: none !important;
	}
}

#stacks_in_238 {
	border: solid rgba(76, 76, 76, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_117 {
	width: 520px;
}
#PlayerWrapper-blessing {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-blessing *,
#PlayerWrapper-blessing *:before,
#PlayerWrapper-blessing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-blessing {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}




#MediaFrame-blessing {
	padding-bottom: 56.25%;
}






#PlayerWrapper-blessing #media-blessing {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-blessing .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-blessing .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-blessing .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-blessing .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-blessing .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-blessing .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-blessing .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-blessing .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-blessing .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-blessing {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-blessing {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-blessing {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-blessing button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-blessing span.media-button,
#media-controls-blessing span.time,
#media-controls-blessing span.player-extra-element,
#media-controls-blessing span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-blessing span.media-button.left-aligned,
#media-controls-blessing span.time.left-aligned,
#media-controls-blessing span.player-extra-element.left-aligned,
#media-controls-blessing span.duration.left-aligned {
	text-align: left;
}

#media-controls-blessing span.media-button.right-aligned,
#media-controls-blessing span.time.right-aligned,
#media-controls-blessing span.player-extra-element.right-aligned,
#media-controls-blessing span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-blessing span.media-button a,
#media-controls-blessing span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-blessing span.media-button a,
	#media-controls-blessing span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-blessing span.media-button a:hover,
#media-controls-blessing span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-blessing [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-blessing [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-blessing span.time,
#media-controls-blessing span.player-extra-element,
#media-controls-blessing span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-blessing span.time,
	#media-controls-blessing span.player-extra-element,
	#media-controls-blessing span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-blessing .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-blessing .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-blessing .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-blessing .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-blessing .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-blessing,
	#PlayerWrapper-blessing .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_354 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_354 {
		display: none !important;
	}
}

#stacks_in_354 {
	border: solid rgba(76, 76, 76, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_269 {
	width: 600px;
}

#stacks_out_265 {
	width: 420px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_402 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_402 {
		display: none !important;
	}
}
#PlayerWrapper-Woolf {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Woolf *,
#PlayerWrapper-Woolf *:before,
#PlayerWrapper-Woolf *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Woolf {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}


#MediaFrame-Woolf {
	padding-bottom: 75%;
}








#PlayerWrapper-Woolf #media-Woolf {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Woolf .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-Woolf .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Woolf .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Woolf .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Woolf .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-Woolf .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Woolf .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Woolf .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Woolf .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Woolf {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Woolf {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Woolf {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-Woolf button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Woolf span.media-button,
#media-controls-Woolf span.time,
#media-controls-Woolf span.player-extra-element,
#media-controls-Woolf span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Woolf span.media-button.left-aligned,
#media-controls-Woolf span.time.left-aligned,
#media-controls-Woolf span.player-extra-element.left-aligned,
#media-controls-Woolf span.duration.left-aligned {
	text-align: left;
}

#media-controls-Woolf span.media-button.right-aligned,
#media-controls-Woolf span.time.right-aligned,
#media-controls-Woolf span.player-extra-element.right-aligned,
#media-controls-Woolf span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Woolf span.media-button a,
#media-controls-Woolf span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Woolf span.media-button a,
	#media-controls-Woolf span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Woolf span.media-button a:hover,
#media-controls-Woolf span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-Woolf [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Woolf [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-Woolf span.time,
#media-controls-Woolf span.player-extra-element,
#media-controls-Woolf span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Woolf span.time,
	#media-controls-Woolf span.player-extra-element,
	#media-controls-Woolf span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Woolf .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Woolf .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Woolf .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Woolf .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Woolf .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Woolf,
	#PlayerWrapper-Woolf .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_416 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_416 {
		display: none !important;
	}
}

#stacks_in_416 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_414 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_414 {
		display: none !important;
	}
}
#PlayerWrapper-Dennis {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Dennis *,
#PlayerWrapper-Dennis *:before,
#PlayerWrapper-Dennis *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Dennis {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}


#MediaFrame-Dennis {
	padding-bottom: 75%;
}








#PlayerWrapper-Dennis #media-Dennis {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Dennis .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-Dennis .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Dennis .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Dennis .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dennis .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-Dennis .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dennis .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Dennis .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dennis .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Dennis {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Dennis {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Dennis {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-Dennis button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Dennis span.media-button,
#media-controls-Dennis span.time,
#media-controls-Dennis span.player-extra-element,
#media-controls-Dennis span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Dennis span.media-button.left-aligned,
#media-controls-Dennis span.time.left-aligned,
#media-controls-Dennis span.player-extra-element.left-aligned,
#media-controls-Dennis span.duration.left-aligned {
	text-align: left;
}

#media-controls-Dennis span.media-button.right-aligned,
#media-controls-Dennis span.time.right-aligned,
#media-controls-Dennis span.player-extra-element.right-aligned,
#media-controls-Dennis span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Dennis span.media-button a,
#media-controls-Dennis span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Dennis span.media-button a,
	#media-controls-Dennis span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Dennis span.media-button a:hover,
#media-controls-Dennis span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-Dennis [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Dennis [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-Dennis span.time,
#media-controls-Dennis span.player-extra-element,
#media-controls-Dennis span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Dennis span.time,
	#media-controls-Dennis span.player-extra-element,
	#media-controls-Dennis span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Dennis .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Dennis .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Dennis .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Dennis .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Dennis .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Dennis,
	#PlayerWrapper-Dennis .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_418 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_418 {
		display: none !important;
	}
}

#stacks_in_418 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_420 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_420 {
		display: none !important;
	}
}
#PlayerWrapper-Simon {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Simon *,
#PlayerWrapper-Simon *:before,
#PlayerWrapper-Simon *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Simon {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 1.00);
}


#MediaFrame-Simon {
	padding-bottom: 75%;
}








#PlayerWrapper-Simon #media-Simon {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Simon .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-Simon .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Simon .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Simon .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Simon .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-Simon .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Simon .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Simon .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Simon .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Simon {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Simon {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Simon {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-Simon button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Simon span.media-button,
#media-controls-Simon span.time,
#media-controls-Simon span.player-extra-element,
#media-controls-Simon span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Simon span.media-button.left-aligned,
#media-controls-Simon span.time.left-aligned,
#media-controls-Simon span.player-extra-element.left-aligned,
#media-controls-Simon span.duration.left-aligned {
	text-align: left;
}

#media-controls-Simon span.media-button.right-aligned,
#media-controls-Simon span.time.right-aligned,
#media-controls-Simon span.player-extra-element.right-aligned,
#media-controls-Simon span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Simon span.media-button a,
#media-controls-Simon span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Simon span.media-button a,
	#media-controls-Simon span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Simon span.media-button a:hover,
#media-controls-Simon span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-Simon [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Simon [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-Simon span.time,
#media-controls-Simon span.player-extra-element,
#media-controls-Simon span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Simon span.time,
	#media-controls-Simon span.player-extra-element,
	#media-controls-Simon span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Simon .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Simon .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Simon .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Simon .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Simon .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Simon,
	#PlayerWrapper-Simon .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_428 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_428 {
		display: none !important;
	}
}

#stacks_in_428 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 0px 1px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_430 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_430 {
		display: none !important;
	}
}
#PlayerWrapper-Dad {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Dad *,
#PlayerWrapper-Dad *:before,
#PlayerWrapper-Dad *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Dad {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(128, 128, 128, 1.00);
}


#MediaFrame-Dad {
	padding-bottom: 75%;
}








#PlayerWrapper-Dad #media-Dad {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Dad .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#PlayerWrapper-Dad .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Dad .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Dad .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dad .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: rgba(255, 255, 255, 1.00);
}

#PlayerWrapper-Dad .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dad .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#PlayerWrapper-Dad .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Dad .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Dad {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Dad {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Dad {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: rgba(153, 153, 153, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%, rgba(153, 153, 153, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1.00)), color-stop(100%,rgba(153, 153, 153, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153, 153, 153, 1.00) 0%,rgba(153, 153, 153, 1.00) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(153, 153, 153, 1.00)', endColorstr='rgba(153, 153, 153, 1.00)',GradientType=0 ); /* IE6-9 */
}





#media-controls-Dad button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Dad span.media-button,
#media-controls-Dad span.time,
#media-controls-Dad span.player-extra-element,
#media-controls-Dad span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Dad span.media-button.left-aligned,
#media-controls-Dad span.time.left-aligned,
#media-controls-Dad span.player-extra-element.left-aligned,
#media-controls-Dad span.duration.left-aligned {
	text-align: left;
}

#media-controls-Dad span.media-button.right-aligned,
#media-controls-Dad span.time.right-aligned,
#media-controls-Dad span.player-extra-element.right-aligned,
#media-controls-Dad span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Dad span.media-button a,
#media-controls-Dad span.media-button button {
	font-size: 24px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Dad span.media-button a,
	#media-controls-Dad span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Dad span.media-button a:hover,
#media-controls-Dad span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Icons */
#media-controls-Dad [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Dad [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

/* Time and titles */
#media-controls-Dad span.time,
#media-controls-Dad span.player-extra-element,
#media-controls-Dad span.duration {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, 1.00);
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Dad span.time,
	#media-controls-Dad span.player-extra-element,
	#media-controls-Dad span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Dad .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Dad .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Dad .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 157, 225, 1.00)), color-stop(100%, rgba(36, 94, 143, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(82, 157, 225, 1.00) 0, rgba(36, 94, 143, 1.00) 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Dad .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Dad .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Dad,
	#PlayerWrapper-Dad .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */


