/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_4 #myExtraContent4,
#ExtraContentPlusstacks_in_4 #fs {
	display: none;
}


#stacks_in_826 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_823 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_809>.s3_row {
	margin: 0 -10px;
}

#stacks_in_809>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_809>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_809>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_809>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_809>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_806 {
	font-size: 150%;
	font-weight: bold;
}

#stacks_in_815 {
	padding: 0px 0px 20px 0px;
}
#fullScreenWrapper-player1 {
    width: 100%;
}

#playerWrapper-player1 {
	display: block;
	position: relative;
}

#playerWrapper-player1 *,
#playerWrapper-player1 *:before,
#playerWrapper-player1 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#mediaFrame-player1 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 1.00);
}




#mediaFrame-player1 {
	padding-bottom: 56.25%;
}






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



/* @group Splash Play Button */

#playerWrapper-player1 .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-player1 .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-player1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-player1 .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-player1 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .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-player1 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */


/* If Player custom controls are disabled */
#toolbar-player1,
#playerSplashButtonstacks_in_818 {
	display: none !important;
}


#media-controls-wrapper-player1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#toolbar-player1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* Buttons, titles and time */
#toolbar-player1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(155, 166, 107, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%, rgba(83, 82, 60, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155, 166, 107, 1.00)), color-stop(100%,rgba(83, 82, 60, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-player1 {
        height: 30px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-player1:hover #toolbar-player1 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1.playerInFullScreenMode:hover #toolbar-player1,
#playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarHovered,
.playerTouchDevice #playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    opacity: 1.00;
}
 */

#playerWrapper-player1.playerInFullScreenMode #fullscreenHoverRegionstacks_in_818 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-player1 .media-button,
#toolbar-player1 .timingContent {
    line-height: 45px;
}

#toolbar-player1 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#media-controls-player1 span.time,
#media-controls-player1 span.player-extra-element,
#media-controls-player1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}




#playstacks_in_818 {
    order: 3;
    display: block;
}

#pausestacks_in_818 {
    order: 3;
    display: none /* Start hidden */
}





#skipBackstacks_in_818 {
    order: 2;
}





#skipForwardstacks_in_818 {
    order: 4;
}





#timingstacks_in_818 {
    order: 5;
    cursor: default;
}







#expandToFullScreenstacks_in_818 {
    order: 8;
}

#contractFromFullScreenstacks_in_818 {
    order: 8;
    display: none /* Start hidden */
}


@media screen and (max-width: 567px) {
    #expandToFullScreenstacks_in_818,
    #contractFromFullScreenstacks_in_818 {
        display: none !important;
    }
}





#toolbar-player1 [class^="fa fa-"] {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(212, 227, 145, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1 [class^="fa fa-"]:hover {
	color: rgba(240, 255, 164, 1.00);
}

#toolbar-player1 .media-button a,
#toolbar-player1 .media-button {
	font-size: 3px;
	color: rgba(212, 227, 145, 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;
    cursor: pointer;
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: rgba(240, 255, 164, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-player1 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-player1 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_818 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-player1 .duration,
#toolbar-player1 .scrubberWrapper,
#toolbar-player1 .time {
    /* display: table-cell; */
}

#toolbar-player1 .time,
#toolbar-player1 .duration {
	font-size: 14px;
	line-height: 30px;
	color: rgba(212, 227, 145, 1.00);
	height: 30px;
	min-width: 50px;
    text-align: center;
	padding: 0 7px;
	margin: 0;
}

#toolbar-player1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 6px;
    vertical-align: middle;
}

#toolbar-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 6px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 10px;
	background: rgba(83, 82, 60, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-player1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 6px;
	border: none;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1 .progress {
    background-color: rgba(212, 227, 145, 1.00);
}




/* @group Volume */

#volumestacks_in_818 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_818 {
  display: none !important;
}

#volumestacks_in_818:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_818 {
	display: inline-block;
	height: 30px;
    line-height: 30px;
	width: 30px;
}

#volumestacks_in_818:hover #volumeMasterControllerstacks_in_818 {
	display: none;
}

#volumeMinstacks_in_818 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 30px;
    line-height: 30px;
}

#volumeMaxstacks_in_818 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 30px;
    line-height: 30px;
}

#volume-barstacks_in_818[type=range],
#volumeMinstacks_in_818,
#volumeMaxstacks_in_818 {
	display: none;
}

#volumeMinstacks_in_818,
#volumeMaxstacks_in_818 {
	cursor: pointer;
}

#volumestacks_in_818:hover #volumeMinstacks_in_818,
#volumestacks_in_818:hover #volumeMaxstacks_in_818,
#volumestacks_in_818:hover #volume-barstacks_in_818 {
	display: inline;
}

#volume-barstacks_in_818[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

#volume-barstacks_in_818[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_818[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
	margin-top: -5px;
}

#volume-barstacks_in_818[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_818[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_818[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_818[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_818[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_818[type=range]::-ms-fill-lower {
	background: rgba(83, 82, 60, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_818[type=range]::-ms-fill-upper {
	background: rgba(83, 82, 60, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_818[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_818[type=range]:focus::-ms-fill-lower {
	background: rgba(83, 82, 60, 1.00);
}

#volume-barstacks_in_818[type=range]:focus::-ms-fill-upper {
	background: rgba(83, 82, 60, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-player1.playerInFullScreenMode,
#fullScreenWrapper-player1.playerInFullScreenMode #playerWrapper-player1  {
    height: 100%;
}

#fullScreenWrapper-player1.playerInFullScreenMode #mediaFrame-player1 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-player1.playerInFullScreenMode player1 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-player1 #fullscreenHoverRegion-player1 {
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #fullscreenHoverRegion-player1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}





















#stacks_in_813 {
	font-size: 150%;
	font-weight: bold;
}

#stacks_in_817 {
	padding: 0px 0px 20px 0px;
}
#fullScreenWrapper-player2 {
    width: 100%;
}

#playerWrapper-player2 {
	display: block;
	position: relative;
}

#playerWrapper-player2 *,
#playerWrapper-player2 *:before,
#playerWrapper-player2 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#mediaFrame-player2 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 1.00);
}




#mediaFrame-player2 {
	padding-bottom: 56.25%;
}






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



/* @group Splash Play Button */

#playerWrapper-player2 .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-player2 .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-player2 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-player2 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player2 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-player2 .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-player2 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-player2 .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-player2 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */


/* If Player custom controls are disabled */
#toolbar-player2,
#playerSplashButtonstacks_in_827 {
	display: none !important;
}


#media-controls-wrapper-player2 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#toolbar-player2 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* Buttons, titles and time */
#toolbar-player2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(155, 166, 107, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%, rgba(83, 82, 60, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155, 166, 107, 1.00)), color-stop(100%,rgba(83, 82, 60, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(155, 166, 107, 1.00) 0%,rgba(83, 82, 60, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-player2 {
        height: 30px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-player2:hover #toolbar-player2 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player2.playerInFullScreenMode:hover #toolbar-player2,
#playerWrapper-player2.playerInFullScreenMode #toolbar-player2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player2.playerInFullScreenMode #toolbar-player2.toolbarHovered,
.playerTouchDevice #playerWrapper-player2.playerInFullScreenMode #toolbar-player2 {
    opacity: 1.00;
}
 */

#playerWrapper-player2.playerInFullScreenMode #fullscreenHoverRegionstacks_in_827 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-player2 .media-button,
#toolbar-player2 .timingContent {
    line-height: 45px;
}

#toolbar-player2 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#media-controls-player2 span.time,
#media-controls-player2 span.player-extra-element,
#media-controls-player2 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}




#playstacks_in_827 {
    order: 3;
    display: block;
}

#pausestacks_in_827 {
    order: 3;
    display: none /* Start hidden */
}





#skipBackstacks_in_827 {
    order: 2;
}





#skipForwardstacks_in_827 {
    order: 4;
}





#timingstacks_in_827 {
    order: 5;
    cursor: default;
}







#expandToFullScreenstacks_in_827 {
    order: 8;
}

#contractFromFullScreenstacks_in_827 {
    order: 8;
    display: none /* Start hidden */
}


@media screen and (max-width: 567px) {
    #expandToFullScreenstacks_in_827,
    #contractFromFullScreenstacks_in_827 {
        display: none !important;
    }
}





#toolbar-player2 [class^="fa fa-"] {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(212, 227, 145, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player2 [class^="fa fa-"]:hover {
	color: rgba(240, 255, 164, 1.00);
}

#toolbar-player2 .media-button a,
#toolbar-player2 .media-button {
	font-size: 3px;
	color: rgba(212, 227, 145, 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;
    cursor: pointer;
}

#media-controls-player2 span.media-button a:hover,
#media-controls-player2 span.media-button button:hover {
	color: rgba(240, 255, 164, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-player2 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-player2 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_827 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-player2 .duration,
#toolbar-player2 .scrubberWrapper,
#toolbar-player2 .time {
    /* display: table-cell; */
}

#toolbar-player2 .time,
#toolbar-player2 .duration {
	font-size: 14px;
	line-height: 30px;
	color: rgba(212, 227, 145, 1.00);
	height: 30px;
	min-width: 50px;
    text-align: center;
	padding: 0 7px;
	margin: 0;
}

#toolbar-player2 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 6px;
    vertical-align: middle;
}

#toolbar-player2 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 6px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 10px;
	background: rgba(83, 82, 60, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-player2 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 6px;
	border: none;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player2 .progress {
    background-color: rgba(212, 227, 145, 1.00);
}




/* @group Volume */

#volumestacks_in_827 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_827 {
  display: none !important;
}

#volumestacks_in_827:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_827 {
	display: inline-block;
	height: 30px;
    line-height: 30px;
	width: 30px;
}

#volumestacks_in_827:hover #volumeMasterControllerstacks_in_827 {
	display: none;
}

#volumeMinstacks_in_827 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 30px;
    line-height: 30px;
}

#volumeMaxstacks_in_827 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 30px;
    line-height: 30px;
}

#volume-barstacks_in_827[type=range],
#volumeMinstacks_in_827,
#volumeMaxstacks_in_827 {
	display: none;
}

#volumeMinstacks_in_827,
#volumeMaxstacks_in_827 {
	cursor: pointer;
}

#volumestacks_in_827:hover #volumeMinstacks_in_827,
#volumestacks_in_827:hover #volumeMaxstacks_in_827,
#volumestacks_in_827:hover #volume-barstacks_in_827 {
	display: inline;
}

#volume-barstacks_in_827[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

#volume-barstacks_in_827[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_827[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
	margin-top: -5px;
}

#volume-barstacks_in_827[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_827[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_827[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_827[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_827[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(83, 82, 60, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_827[type=range]::-ms-fill-lower {
	background: rgba(83, 82, 60, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_827[type=range]::-ms-fill-upper {
	background: rgba(83, 82, 60, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_827[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(212, 227, 145, 1.00);
}

#volume-barstacks_in_827[type=range]:focus::-ms-fill-lower {
	background: rgba(83, 82, 60, 1.00);
}

#volume-barstacks_in_827[type=range]:focus::-ms-fill-upper {
	background: rgba(83, 82, 60, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-player2.playerInFullScreenMode,
#fullScreenWrapper-player2.playerInFullScreenMode #playerWrapper-player2  {
    height: 100%;
}

#fullScreenWrapper-player2.playerInFullScreenMode #mediaFrame-player2 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-player2.playerInFullScreenMode player2 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-player2.playerInFullScreenMode #toolbar-player2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-player2.playerInFullScreenMode #toolbar-player2.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-player2.playerInFullScreenMode #PlayerCaptionsBarplayer2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player2.playerInFullScreenMode #PlayerCaptionsBarplayer2.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-player2 #fullscreenHoverRegion-player2 {
	display: none;
}

#fullScreenWrapper-player2.playerInFullScreenMode #fullscreenHoverRegion-player2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}





















#stacks_in_807 {
	padding: 20px 0px 20px 0px;
}
