iframe {
    border: 0
}
a[target]::after {
	content: " \f08e";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	padding-left: 2px;
}
a[target="_top"]::after,
a[target].no-icon::after,
a[target].img::after,
a[target].qc-cmp-qc-link::after,
.ad a[target]::after,
.ad-block a[target]::after,
.modal-content a[target]::after,
.search-results a[target]::after {
	content: "";
	padding-left: 0;
}

a.link-ref,
a.link-ref-bold {
	color: inherit;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
a.link-ref:hover,
a.link-ref-bold:hover,
a.link-ref-repeat-bold:hover {
	color: #000;
}
a[href*="/tv/"].link-ref,
a[href*="/radio/"].link-ref,
a[href*="/film/"].link-ref,
a[href*="/online/"].link-ref,
a[href*="/live/"].link-ref,
a[href*="/fringe/"].link-ref,
a[href*="/tv/"].link-ref-repeat,
a[href*="/radio/"].link-ref-repeat,
a[href*="/film/"].link-ref-repeat,
a[href*="/online/"].link-ref-repeat,
a[href*="/live/"].link-ref-repeat,
a[href*="/fringe/"].link-ref-repeat {
	font-style: italic;
}
a.link-ref-year, a.link-ref-repeat-year {
    color: inherit;
}
a.link-ref-year:hover, a.link-ref-repeat-year:hover {
    color: #099;   
}
a.link-ref-repeat,
a.link-ref-repeat-bold {
	color: inherit;
	text-decoration: none;
}
a.link-ref-bold,
a.link-ref-repeat-bold {
	font-weight: bold;
}

a.link-subtle,
a.link-subtle-ext {
	color: inherit;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
a.link-subtle:hover,
a.link-subtle-ext:hover {
	border-bottom-color: #000;
	color: #5C5C5C;
	text-decoration: none;
}

a.link-go,
a.catchup {
	color: #222;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
a.link-go:hover,
a.catchup:hover {
	color: #900;
}
a.link-big,
a.link-big-go {
	color: #222;
	font-size: 1.5em;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
a.link-big:hover,
a.link-big-go:hover {
	border-bottom-color: #000;
	color: #036;
	text-decoration: none;
}
a.link-go::after,
a.link-big-go::after {
	content: " \f138";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	padding-left: 2px;
}
a.link-big-ext {
	font-size:1.2em;
	font-weight:bold;
}

.theme {
	position:absolute;
	top:10px;
	left:0;
	font:700 13px/25px 'Roboto Condensed',sans-serif;
	color:#fff;
	text-transform: uppercase;
	background-color:#444;
	padding:0 10px;
    font-display: swap
}
.theme:hover a {
	color: #222;
}

.overlay-wrapper {
	position: relative;
    max-width: 900px;
}
.overlay {
    position: absolute;
    color: #FFF;
    bottom:0;
    left:0;
    right:0;
    padding:8px 10px;
    background:#000;
    background:rgba(0,0,0,.7);
    -webkit-transition:color 400ms ease,background-color 400ms ease,text-shadow 400ms ease,box-shadow 400ms ease,border 400ms ease;
    transition:color 200ms ease,background-color 200ms ease,text-shadow 200ms ease,box-shadow 200ms ease,border 200ms ease;
}
@media (max-width: 767px) {
	.overlay {
		position: relative;
		padding: 5px;
		clear: both;
	}
}
.overlay:hover {
    background:rgba(0,0,0,.9)
}
.overlay h1,
.overlay h2,
.overlay h3 {
    margin:0;
    display:inline-block;
}
.overlay h1 {
    font-size:24px;
    padding:5px;
}
.overlay p {
    margin:6px 0 0;
    opacity:.8
}
.overlay a,
.overlay a h3 {
    color:#fff;
}
.overlay a:hover {
    color:#f5f5f5
}

@media (min-width:768px) {
	.overlay h1{
        padding:10px
    }
}
@media (min-width:992px) {
	.overlay h1{
        font-size:36px;
        padding:15px 100px 15px 15px
    }
}

hr.new-line-black {
	color: #000;
	height: 1px;
	clear: both
}

hr.new-line-grey {
	color: #CFCFCF;
	height: 2px;
	clear: both
}

.btn-shop,
.btn-wishlist,
.like-button {
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image:none;
}

.btn-shop {
	color: #333;
	background-color: #F0E54E;
	border-color: #E3D51F;
}

.btn-shop:focus,
.btn-shop.focus {
	color: #000;
	background-color: #ECD71F;
	border-color: #988E0C;
}
.btn-shop:hover {
	color: #333;
	background-color: #E4D613;
	border-color: #CABD19;
}
.btn-shop:active {
	color: #333;
	background-color: #E4D613;
	border-color: #CABD19;
}
.btn-shop:active:hover,
.btn-shop:active:focus {
	color: #000;
	background-color: #D5CD12;
	border-color: #94980C;
}

.like-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
    background-color: #d9534f;
}
.like-button:active:focus,
.like-button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset:-2px;
}
.like-button:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.bcg-plus-button,
.bcg-plus-prompt {
    background-color: #F6E6FF;
    color: #000;
}

.bcg-plus-prompt {
    padding: 15px;
    border: 1px solid #ECCCFB;
    margin-bottom: 20px;
    border-radius: 4px;
}
.bcg-plus-prompt a {
    font-weight: bold;
    font-weight: 700;
}
.bcg-plus-button {
    border: 1px solid #ECCCFB;
}

.bcg-paywall-box {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	padding:1rem;
	border-top: 2px solid #f0f;
	background-color: #fafafa
}

.bcg-premium-feature {
	padding:1rem;
	border-top: 2px solid #f0f;
	background-color: #fafafa;
	margin: 1rem 0
}

.fluidvids {
    margin-bottom: 1rem
}