#stacks_in_25>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_79>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#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(0, 0, 0, 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;
}


/* DOG (digital onscreen graphic) */
#playerDogstacks_in_87 {
    position: absolute;
    top: 0px; left: 0px;
    margin: 5px;
    outline: none;
    width: 65px;
    height: 36px;
    background-size: 100% 100%;
    z-index: 10;
    opacity: 0;
    transition: all 2000ms ease-in-out;
    
}

#playerDogstacks_in_87.dogActive {
    opacity: 0.75;
    
}


#playerDogstacks_in_87 {
    background-image: url(../files/player_doglocal-87.png);
}





/* @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 */



#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(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 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: 45px;
        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_87 {
    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_87 {
    order: 3;
    display: block;
}

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





#skipBackstacks_in_87 {
    order: 2;
}





#skipForwardstacks_in_87 {
    order: 4;
}





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







#expandToFullScreenstacks_in_87 {
    order: 8;
}

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


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





#toolbar-player1 [class^="fa fa-"] {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	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;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

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

#toolbar-player1 .media-button a,
#toolbar-player1 .media-button {
	font-size: 22px;
	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;
    cursor: pointer;
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: rgba(205, 205, 205, 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_87 {
    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: 15px;
	line-height: 45px;
	color: rgba(255, 255, 255, 1.00);
	height: 45px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

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

#toolbar-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 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: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

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

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

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

#volumeMasterControllerstacks_in_87 {
	display: inline-block;
	height: 45px;
    line-height: 45px;
	width: 45px;
}

#volumestacks_in_87:hover #volumeMasterControllerstacks_in_87 {
	display: none;
}

#volumeMinstacks_in_87 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volumeMaxstacks_in_87 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volume-barstacks_in_87[type=range],
#volumeMinstacks_in_87,
#volumeMaxstacks_in_87 {
	display: none;
}

#volumeMinstacks_in_87,
#volumeMaxstacks_in_87 {
	cursor: pointer;
}

#volumestacks_in_87:hover #volumeMinstacks_in_87,
#volumestacks_in_87:hover #volumeMaxstacks_in_87,
#volumestacks_in_87:hover #volume-barstacks_in_87 {
	display: inline;
}

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

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

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

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

#volume-barstacks_in_87[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

#volume-barstacks_in_87[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_87[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 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: 45px;
    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_57>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#fullScreenWrapper-player1beuty {
    width: 100%;
}

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

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

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




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






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


/* DOG (digital onscreen graphic) */
#playerDogstacks_in_64 {
    position: absolute;
    top: 0px; left: 0px;
    margin: 5px;
    outline: none;
    width: 65px;
    height: 36px;
    background-size: 100% 100%;
    z-index: 10;
    opacity: 0;
    transition: all 2000ms ease-in-out;
    
}

#playerDogstacks_in_64.dogActive {
    opacity: 0.75;
    
}


#playerDogstacks_in_64 {
    background-image: url(../files/player_doglocal-64.png);
}





/* @group Splash Play Button */

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

#playerWrapper-player1beuty .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-player1beuty .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

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

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

/* @end */

/* @group Control Bar */



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

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

/* @end */

/* Buttons, titles and time */
#toolbar-player1beuty {
    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(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 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-player1beuty {
        height: 45px;
        flex-wrap: nowrap;
    }
}

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

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1beuty.playerInFullScreenMode:hover #toolbar-player1beuty,
#playerWrapper-player1beuty.playerInFullScreenMode #toolbar-player1beuty {
    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-player1beuty.playerInFullScreenMode #toolbar-player1beuty.toolbarHovered,
.playerTouchDevice #playerWrapper-player1beuty.playerInFullScreenMode #toolbar-player1beuty {
    opacity: 1.00;
}
 */

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



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

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

#media-controls-player1beuty span.time,
#media-controls-player1beuty span.player-extra-element,
#media-controls-player1beuty 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_64 {
    order: 3;
    display: block;
}

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





#skipBackstacks_in_64 {
    order: 2;
}





#skipForwardstacks_in_64 {
    order: 4;
}





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







#expandToFullScreenstacks_in_64 {
    order: 8;
}

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


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





#toolbar-player1beuty [class^="fa fa-"] {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	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;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1beuty [class^="fa fa-"]:hover {
	color: rgba(226, 0, 0, 1.00);
}

#toolbar-player1beuty .media-button a,
#toolbar-player1beuty .media-button {
	font-size: 22px;
	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;
    cursor: pointer;
}

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

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

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

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

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

#toolbar-player1beuty .time,
#toolbar-player1beuty .duration {
	font-size: 15px;
	line-height: 45px;
	color: rgba(255, 255, 255, 1.00);
	height: 45px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

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

#toolbar-player1beuty .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 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-player1beuty .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1beuty .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

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

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

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

#volumeMasterControllerstacks_in_64 {
	display: inline-block;
	height: 45px;
    line-height: 45px;
	width: 45px;
}

#volumestacks_in_64:hover #volumeMasterControllerstacks_in_64 {
	display: none;
}

#volumeMinstacks_in_64 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volumeMaxstacks_in_64 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volume-barstacks_in_64[type=range],
#volumeMinstacks_in_64,
#volumeMaxstacks_in_64 {
	display: none;
}

#volumeMinstacks_in_64,
#volumeMaxstacks_in_64 {
	cursor: pointer;
}

#volumestacks_in_64:hover #volumeMinstacks_in_64,
#volumestacks_in_64:hover #volumeMaxstacks_in_64,
#volumestacks_in_64:hover #volume-barstacks_in_64 {
	display: inline;
}

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

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

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

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

#volume-barstacks_in_64[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

#volume-barstacks_in_64[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_64[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

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

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

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

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

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

#fullScreenWrapper-player1beuty.playerInFullScreenMode #PlayerCaptionsBarplayer1beuty {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1beuty.playerInFullScreenMode #PlayerCaptionsBarplayer1beuty.toolbarVisible.textTracksActive {
	display: block !important;
}

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

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




















#stacks_in_65>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#fullScreenWrapper-player1imp2 {
    width: 100%;
}

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

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

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




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






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


/* DOG (digital onscreen graphic) */
#playerDogstacks_in_68 {
    position: absolute;
    top: 0px; left: 0px;
    margin: 5px;
    outline: none;
    width: 65px;
    height: 36px;
    background-size: 100% 100%;
    z-index: 10;
    opacity: 0;
    transition: all 2000ms ease-in-out;
    
}

#playerDogstacks_in_68.dogActive {
    opacity: 0.75;
    
}


#playerDogstacks_in_68 {
    background-image: url(../files/player_doglocal-68.png);
}





/* @group Splash Play Button */

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

#playerWrapper-player1imp2 .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-player1imp2 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

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

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

/* @end */

/* @group Control Bar */



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

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

/* @end */

/* Buttons, titles and time */
#toolbar-player1imp2 {
    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(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 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-player1imp2 {
        height: 45px;
        flex-wrap: nowrap;
    }
}

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

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1imp2.playerInFullScreenMode:hover #toolbar-player1imp2,
#playerWrapper-player1imp2.playerInFullScreenMode #toolbar-player1imp2 {
    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-player1imp2.playerInFullScreenMode #toolbar-player1imp2.toolbarHovered,
.playerTouchDevice #playerWrapper-player1imp2.playerInFullScreenMode #toolbar-player1imp2 {
    opacity: 1.00;
}
 */

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



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

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

#media-controls-player1imp2 span.time,
#media-controls-player1imp2 span.player-extra-element,
#media-controls-player1imp2 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_68 {
    order: 3;
    display: block;
}

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





#skipBackstacks_in_68 {
    order: 2;
}





#skipForwardstacks_in_68 {
    order: 4;
}





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







#expandToFullScreenstacks_in_68 {
    order: 8;
}

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


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





#toolbar-player1imp2 [class^="fa fa-"] {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	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;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1imp2 [class^="fa fa-"]:hover {
	color: rgba(251, 2, 7, 1.00);
}

#toolbar-player1imp2 .media-button a,
#toolbar-player1imp2 .media-button {
	font-size: 22px;
	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;
    cursor: pointer;
}

#media-controls-player1imp2 span.media-button a:hover,
#media-controls-player1imp2 span.media-button button:hover {
	color: rgba(251, 2, 7, 1.00);
	text-decoration: none;
}

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

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

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

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

#toolbar-player1imp2 .time,
#toolbar-player1imp2 .duration {
	font-size: 15px;
	line-height: 45px;
	color: rgba(255, 255, 255, 1.00);
	height: 45px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

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

#toolbar-player1imp2 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 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-player1imp2 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1imp2 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

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

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

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

#volumeMasterControllerstacks_in_68 {
	display: inline-block;
	height: 45px;
    line-height: 45px;
	width: 45px;
}

#volumestacks_in_68:hover #volumeMasterControllerstacks_in_68 {
	display: none;
}

#volumeMinstacks_in_68 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volumeMaxstacks_in_68 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volume-barstacks_in_68[type=range],
#volumeMinstacks_in_68,
#volumeMaxstacks_in_68 {
	display: none;
}

#volumeMinstacks_in_68,
#volumeMaxstacks_in_68 {
	cursor: pointer;
}

#volumestacks_in_68:hover #volumeMinstacks_in_68,
#volumestacks_in_68:hover #volumeMaxstacks_in_68,
#volumestacks_in_68:hover #volume-barstacks_in_68 {
	display: inline;
}

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

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

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

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

#volume-barstacks_in_68[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

#volume-barstacks_in_68[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_68[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

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

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

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

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

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

#fullScreenWrapper-player1imp2.playerInFullScreenMode #PlayerCaptionsBarplayer1imp2 {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1imp2.playerInFullScreenMode #PlayerCaptionsBarplayer1imp2.toolbarVisible.textTracksActive {
	display: block !important;
}

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

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




















#stacks_in_71>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#fullScreenWrapper-player1777 {
    width: 100%;
}

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

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

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




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






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


/* DOG (digital onscreen graphic) */
#playerDogstacks_in_74 {
    position: absolute;
    top: 0px; left: 0px;
    margin: 5px;
    outline: none;
    width: 65px;
    height: 36px;
    background-size: 100% 100%;
    z-index: 10;
    opacity: 0;
    transition: all 2000ms ease-in-out;
    
}

#playerDogstacks_in_74.dogActive {
    opacity: 0.75;
    
}


#playerDogstacks_in_74 {
    background-image: url(../files/player_doglocal-74.png);
}





/* @group Splash Play Button */

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

#playerWrapper-player1777 .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-player1777 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

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

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

/* @end */

/* @group Control Bar */



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

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

/* @end */

/* Buttons, titles and time */
#toolbar-player1777 {
    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(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 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-player1777 {
        height: 45px;
        flex-wrap: nowrap;
    }
}

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

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1777.playerInFullScreenMode:hover #toolbar-player1777,
#playerWrapper-player1777.playerInFullScreenMode #toolbar-player1777 {
    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-player1777.playerInFullScreenMode #toolbar-player1777.toolbarHovered,
.playerTouchDevice #playerWrapper-player1777.playerInFullScreenMode #toolbar-player1777 {
    opacity: 1.00;
}
 */

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



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

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

#media-controls-player1777 span.time,
#media-controls-player1777 span.player-extra-element,
#media-controls-player1777 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_74 {
    order: 3;
    display: block;
}

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





#skipBackstacks_in_74 {
    order: 2;
}





#skipForwardstacks_in_74 {
    order: 4;
}





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







#expandToFullScreenstacks_in_74 {
    order: 8;
}

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


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





#toolbar-player1777 [class^="fa fa-"] {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 45px;
	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;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1777 [class^="fa fa-"]:hover {
	color: rgba(251, 2, 7, 1.00);
}

#toolbar-player1777 .media-button a,
#toolbar-player1777 .media-button {
	font-size: 22px;
	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;
    cursor: pointer;
}

#media-controls-player1777 span.media-button a:hover,
#media-controls-player1777 span.media-button button:hover {
	color: rgba(251, 2, 7, 1.00);
	text-decoration: none;
}

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

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

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

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

#toolbar-player1777 .time,
#toolbar-player1777 .duration {
	font-size: 15px;
	line-height: 45px;
	color: rgba(255, 255, 255, 1.00);
	height: 45px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

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

#toolbar-player1777 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 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-player1777 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1777 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

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

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

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

#volumeMasterControllerstacks_in_74 {
	display: inline-block;
	height: 45px;
    line-height: 45px;
	width: 45px;
}

#volumestacks_in_74:hover #volumeMasterControllerstacks_in_74 {
	display: none;
}

#volumeMinstacks_in_74 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volumeMaxstacks_in_74 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 45px;
    line-height: 45px;
}

#volume-barstacks_in_74[type=range],
#volumeMinstacks_in_74,
#volumeMaxstacks_in_74 {
	display: none;
}

#volumeMinstacks_in_74,
#volumeMaxstacks_in_74 {
	cursor: pointer;
}

#volumestacks_in_74:hover #volumeMinstacks_in_74,
#volumestacks_in_74:hover #volumeMaxstacks_in_74,
#volumestacks_in_74:hover #volume-barstacks_in_74 {
	display: inline;
}

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

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

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

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

#volume-barstacks_in_74[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

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

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

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

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

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

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

#volume-barstacks_in_74[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_74[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

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

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

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

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

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

#fullScreenWrapper-player1777.playerInFullScreenMode #PlayerCaptionsBarplayer1777 {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1777.playerInFullScreenMode #PlayerCaptionsBarplayer1777.toolbarVisible.textTracksActive {
	display: block !important;
}

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

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




















#stacks_in_36>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_114 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  2px;
}

#stacks_in_115 {
	padding:  8px;
}

#stacks_in_117 {
	font-size: 119%;
}
/*
1.9.0

 */
#stacks_in_118 * {
  box-sizing: border-box;
}
#stacks_in_118 *:focus {outline:none;}
.searchingstacks_in_118 .stacks_top,
.searchingstacks_in_118 .stacks_in,
.searchingstacks_in_118 .stacks_out {
  overflow: visible;
}
#stacks_in_118 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_118_pages { display: none;}
#stacks_in_118_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_118_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_118_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_118 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_118 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_118 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #7F7F7F;
  color: #FFFFFF;
  /**/
}
#stacks_in_118 form .live-search-submit:hover {
   background: #8E8E8E;
   color: #FFFFFF;
}
#stacks_in_118 form .live-search-submit:active {
   background: #707070;
   color: #F0F0F0;
}
#stacks_in_118_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #F2F0F4;
  background-color: #4C4C4C;
}
#stacks_in_118 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_118 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_118 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_118 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_118 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_118_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_118 #stacks_in_118_tipue_search_content,
.searchingstacks_in_118.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_118_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_118_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
#stacks_in_118_tipue_search_content,
.live-search-content {
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.3);
}
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_118_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_118 #stacks_in_118_tipue_search_content,
.searchingstacks_in_118.live-search-content {
  display: block !important;
}
#stacks_in_118_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_118_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_118_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_118_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_118_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_118_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_118_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_118_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #DFDEE1;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #DFDEE1;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_118_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_118_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_118_tipue_search_content,
.live-search-content {
  color: #DFDEE1;
  background-color: #101011;
  font-family: inherit;
}
#stacks_in_118_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #101011 transparent;
}
#stacks_in_118_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_118_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #67C5FF;
}
#stacks_in_118_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_118_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #3795CF;
}
#stacks_in_118_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #67C5FF;
}
#stacks_in_118_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_118_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFFF00;
}

#stacks_in_118_tipue_search_foot_boxes li a {
  background-color: #101011;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #DFDEE1;
}
#stacks_in_118_tipue_search_foot_boxes li.current{
  background: #101011;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_118_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_118_tipue_search_warning a{

}
#stacks_in_118_tipue_search_warning a:hover{

}
#stacks_in_118_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_118 .additional-pages,
#stacks_in_118 .excluded-pages {
  display: none;
}


#stacks_in_118 {
	background-color: rgba(0, 3, 8, 1.00);
}
#slice_mez_124 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_124.selected {
  border-color: #2680fc !important;
}
#slice_mez_124 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_124 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_124 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_124.hidden > #stacks_in_124 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_126 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_126.selected {
  border-color: #2680fc !important;
}
#slice_mez_126 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_126 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_126 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_126.hidden > #stacks_in_126 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
