<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">i.mono{
	font-style: normal!important;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif"!important;
}

.timeCD{
	font-style: normal!important;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif"!important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.slidecontainer {
	width: 100%;
	height: 2em;
}

.slidecontainer_smallbox{
	width: 100%;
	height: 2em;
	text-align: center;
	margin-top: 1em;
}

@media screen and (max-device-width: 1000px){
	.slidecontainer_smallbox{
		height: 3em;
		margin-top: 0;
	}
}

.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.3em;
	background: #554938; 
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s, height .2s;
}

.slider:hover {
  	opacity: 0.7;
	height: 0.8em!important;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1em;
	height: 1em;
	background: #73542d;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: opacity .2s;
	transition: .2s;
	
}

.slider::-webkit-slider-thumb:hover{
	background: burlywood;
}

.slider::-moz-range-thumb {
	width: 1em;
	height: 1em;
	background: #73542d;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: opacity .2s;
	transition: .2s;
}

.slider::-moz-range-thumb:hover{
	background: burlywood;
}

.v-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.3em;
	background: #554938; 
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s, height .2s;
}

.v-slider:hover {
  	opacity: 0.7;
	height: 0.8em!important;
}

.v-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1em;
	height: 1em;
	background: #73542d;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: opacity .2s;
	transition: .2s;
	
}

.v-slider::-webkit-slider-thumb:hover{
	background: burlywood;
}

.v-slider::-moz-range-thumb {
	width: 1em;
	height: 1em;
	background: #73542d;
	outline: none;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: opacity .2s;
	transition: .2s;
}

.v-slider::-moz-range-thumb:hover{
	background: burlywood;
}

.btn-play{
	position: relative;
	top: -0.3em;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-color: #73542d;
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.btn-play:hover{
	background-color: burlywood;
}

.btn-pause{
	position: relative;
	top: -0.3em;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-color: #73542d;
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.btn-pause:hover{
	background-color: burlywood;
}

.btn-stop{
	position: relative;
	top: -0.3em;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-color: #73542d;
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.btn-stop:hover{
	background-color: burlywood;
	
}

.btn-menu{
	position: relative;
	top: -0.3em;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	background-color: #73542d;
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free', Helvetica, "Helvetica Neue", Arial, "sans-serif";
    font-weight: 900;
}

.btn-menu:hover{
	background-color: burlywood;
}

.btn-menu-tpic{
	top: 0.75em;
	left: 5.88em;
	z-index: 1;
	position:fixed;
	color: #fff;

	pointer-events: none;
}

#btn-mute{
	text-align: left;
	width: 1.6em;
	transition: .2s;
}

#btn-mute:hover{
	color: burlywood;
}

.volume-container{
	top: 0;
	position: relative;
	text-align: right;
	height: 2.2em;
	margin-left: 0.8em;
	width: 18em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.button-container{
	position: relative;
	background-color: none;
	width: auto;
	float: left;
}
	
.slider-container{
	top: -0.25em;
	position: relative;
	text-align: left;
	height: 2.2em;
	padding-left: 0.5em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.timecode-link-container{
	z-index: 2;
	position: relative;
	margin: 0.8em auto;
	text-align: left;
	width: 100%;
}

.menu-rollout{
	z-index: 2;
	position: absolute;
	background: rgb(233, 200, 158);
	width: 100%;
	height: 182px;
	padding-bottom: 0.5em;
	top: -190px;
	transform: 0.5s;
	transition: 0.5s;
	overflow: auto;
	scrollbar-color: #73542D #e0e0e0;
    scrollbar-width: thin;
}

.menu-rollout::-webkit-scrollbar {
    width: 0.5em;
}
 
.menu-rollout::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
 
.menu-rollout::-webkit-scrollbar-thumb {
    background-color: #73542D;
}

.rou-true{
	top: 0px;
}

.timecode-link{
    margin: 0 auto;
    height: auto;
    width: 100%;
    position: relative;
	border: none;
	text-align: left;
	background: rgb(233, 200, 158);
	cursor: pointer;
	color: #73542D;
	transform: 0.2s;
	transition: 0.2s;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
	font-size: 1.0em;
	padding: 0.4em;
}

.timecode-link:hover {
    color: #4d3314;
	background: rgb(201, 176, 144);
}

.tc-active{
	color: #4d3314;
	background: rgb(201, 176, 144);
}

.timeCD{
	position: relative;
	display: inline-block;
	border: none;
	background: none;
	cursor:default;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
	font-size: 0.9em;
	color: #73542D;
	width: 2.5em;
}

.tc-select{
	cursor: pointer;
	border: none;
	min-width: 5.5em;
	background: none;
	width: 3em;
	border-radius: 0.5em;
	/*background-color:rgb(189, 177, 161);*/
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
	font-size: 1em;
	color: #271f15;
	box-shadow: none;
	text-shadow: none;
}

.tc-select option{
	background-color:rgb(189, 177, 161);
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
	font-size:1em;
	color: #271f15;
	box-shadow: none;
	text-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#tc-out-current{
	margin-left: 0.5em;
}

.change-bt-ct{
	z-index: 1;
	padding: 0.5em;
}

.change-bt{
	position: relative;
	color: #fff;
	background-color:rgba(255, 255, 255, 0.3);
	text-decoration: none;
	border: none;
	display: inline-block;
	font-size: 1em;
	height: 2.1em;
	width: 2.1em;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.change-bt:hover{
	background-color: rgba(255, 255, 255, 0.6);
	
}

@keyframes spinner{
	from{
		opacity: 1;
	} to {
		opacity: 0.5;
	}
}

#playing{
	position: relative;
	animation: spinner 2s alternate infinite ease-in-out;
}


span.hidespan{
	width: 1em;
	text-align: center;
}

div.showreel-bg{
	position: relative;
	background-color: #755431;
	width: 100%;
	height: 190px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

div#showreel-bg-img1{
	background-image: url('/content/showreel-3/source/thumbnail2020.jpg')
}

div#showreel-bg-img2{
	background-image: url('/content/showreel-2/source/thumbnail2019.jpg')
}

div#showreel-bg-img3{
	background-image: url('/content/showreel-1/source/thumbnail2018.jpg')
}

.sticky-player{
	position: fixed;
    top: 0;
    z-index: 1;
    background: rgba(46, 38, 26, 0.9); /*background: rgba(98,76,51,0.8); rgba(46, 38, 26, 1)*/
    box-shadow: 0px 0px 1em #000;
    transition: 0.5s;
}

.aPBbtn{
	float:left;
	position:absolute;
}


@media screen and (max-width: 800px){
	span.hidespan{
		display: none;
	}
	#tc-out-full{
		display: none;
	}
	.volume-container{
		width: 9em;
	}
	.btn-stop{
		display: none;
	}
	.timeCD{
		font-size: 1.1em;
	}
	.aPBbtn{
		text-align: center;
		float:none;
		position:relative;
	}

}

@media screen and (max-device-width: 1000px){
	.timeCD{
		font-size: 1.1em;
	}

	.button-container{
		top: 0.1em;
		width: auto;
	}
	
	span.hidespan{
		display: none;
	}
	#tc-out-full{
		display: none;
	}

	.volume-container{
		display: none;
	}
	.btn-stop{
		display: none;
	}
	.slider{
		height: 5px;
		width: 100%;
	}
	.slider::-webkit-slider-thumb {
		width: 1.3em;
		height: 1.3em;

	}
	.slider::-moz-range-thumb {
		width: 1.3em;
		height: 1.3em;
	}
}</pre></body></html>