/* BASIC SETUP */

body {
	margin: 0;
	padding: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
.aar-promo {
	background-color: #ffffff;
	color: #1d1d1f;
	margin: 0 auto;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family:
		system-ui,
		-apple-system,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
.aar-promo figure {
	margin: 0;
}
.aar-promo strong {
	font-weight: 700;
}
.aar-section-wrapper {
	margin: 0 auto;
}
.aar-content-wrapper {
	max-width: 1112px;
	margin: 0 auto;
}
.aar-copy-wrapper {
	width: 80%;
	max-width: 780px;
}
@media only screen and (max-width: 1112px) {
	.aar-content-wrapper {
		max-width: 880px;
	}
}
@media only screen and (max-width: 886px) {
	.aar-content-wrapper {
		max-width: 742px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 736px) {
	.aar-content {
		width: 80%;
		margin: 0 auto !important;
	}
	.aar-content-wrapper {
		max-width: 540px;
		margin: 0 auto;
	}
	.aar-copy-wrapper {
		max-width: 70%;
	}
}
@media only screen and (max-width: 320px) {
	.aar-content {
		width: 100%;
	}
	.aar-copy-wrapper {
		max-width: 90%;
	}
}

/* GRID SETUP */

.aar-h-center {
	margin: 0 auto !important;
}
.aar-v-center {
	margin: auto 0;
}
.aar-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aar-fx-col	{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100%;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: column;
	justify-content: space-between;
}
.aar-fx-row	{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100%;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
}
.aar-fx-just {
	justify-content: space-between;
}
.aar-fx-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.aar-fx-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.aar-fx-center {
	-ms-flex-item-align: center;
	align-items: center;
}
.aar-grid {
	display: -ms-grid;
	display: grid;
	grid-gap: 12px;
}
.aar-grid.aar-large-1 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
.aar-grid.aar-large-2 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
.aar-t {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
.aar-r {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}
.aar-b {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.aar-l {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
.aar-tb {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.aar-rl {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.aar-rbl {
	padding-top: 0 !important;
}
.aar-row-large-2 {
	-ms-grid-row-span: 2;
	grid-row: span 2;
}
.aar-col-large-2 {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.aar-unit p {
	margin: 0;	
}
.aar-unit.aar-l0 {
	padding: 0px;
}
.aar-unit.aar-l1 {
	padding: 12px;
}
.aar-unit.aar-l2 {
	padding: 24px;
}
.aar-unit.aar-l3 {
	padding: 36px;
}
.aar-unit.aar-l4 {
	padding: 48px;
}
.aar-unit.aar-l5 {
	padding: 66px;
}
.aar-unit.aar-l6 {
	padding: 82px;
}
.aar-unit.aar-l7 {
	padding: 84px;
}
.aar-unit.aar-l8 {
	padding: 138px;
}
.aar-unit.aar-l9 {
	padding: 168px;
}
@media only screen and (max-width: 1112px) {
	.aar-unit.aar-m0 {
		padding: 0px;
	}
	.aar-unit.aar-m1 {
		padding: 12px;
	}
	.aar-unit.aar-m3 {
		padding: 18px;
	}
	.aar-unit.aar-m4 {
		padding: 36px;
	}
	.aar-unit.aar-m5 {
		padding: 66px;
	}
	.aar-unit.aar-m6 {
		padding: 48px;
	}
	.aar-unit.aar-m7 {
		padding: 108px;
	}
	.aar-unit.aar-m8 {
		padding: 102px;
	}
	.aar-unit.aar-m9 {
		padding: 120px;
	}
	.aar-unit.aar-m10 {
		padding: 138px;
	}
	.aar-grid.aar-medium-1 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.aar-grid.aar-medium-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.aar-tile-medium-r2 {
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
	.aar-tile-medium-c2 {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}
@media only screen and (max-width: 736px) {
	.aar-tile-medium-r2 {
		-ms-grid-row-span: 1;
		grid-row: span 1;
	}
	.aar-tile-medium-c2 {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
	.aar-col-large-2 {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
	.aar-row-large-2 {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
	.aar-grid.aar-small-1 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.aar-grid.aar-small-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.aar-small-block {
		display: block;
	}
	.aar-unit.aar-s0 {
		padding: 0px;
	}
	.aar-unit.aar-s1 {
		padding: 12px;
	}
	.aar-unit.aar-s2 {
		padding: 18px;
	}
	.aar-unit.aar-s4 {
		padding: 24px;
	}
	.aar-unit.aar-s5 {
		padding: 42px;
	}
	.aar-unit.aar-s6 {
		padding: 48px;
	}
	.aar-unit.aar-s7 {
		padding: 54px;
	}
	.aar-unit.aar-s8 {
		padding: 82px;
	}
	.aar-unit.aar-s9 {
		padding: 108px;
	}
	.aar-order-small-1 {
		order: -1;
		-ms-flex-order: -1;
	}
}	

/* TYPOGRAPHY */

.aar-promo h1, .aar-promo h2, .aar-promo h3, .aar-promo h4, .aar-promo h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.aar-copy-c {
	text-align: center;
}
.aar-copy-l {
	text-align: left;
}
span.aar-l1 {
	font-size: 84px;
	line-height: 78px;
}
span.aar-l2 {
	font-size: 72px;
	line-height: 72px;
}
span.aar-l3 {
	font-size: 42px;
	line-height: 48px;
}
span.aar-l4 {
	font-size: 30px;
	line-height: 42px;
}
span.aar-l5 {
	font-size: 24px;
	line-height: 36px;
}
span.aar-l6 {
	font-size: 24px;
	line-height: 30px;
}
span.aar-l7 {
	font-size: 21px;
	line-height: 30px;
}
span.aar-l8 {
	font-size: 18px;
	line-height: 27px;
}
span.aar-l9 {
	font-size: 17px;
	line-height: 24px;
}
span.aar-l10 {
	font-size: 12px;
	line-height: 18px;
}
.aar-footnote {
	font-size: 55%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.65em;
	right: -0.125em;
}
br.aar-large {
	display: inline;
}
br.aar-medium {
	display: none;
}
br.aar-small {
	display: none;
}
	
@media only screen and (max-width: 1112px) {
	span.aar-m1 {
		font-size: 60px;
		line-height: 57px;
	}
	span.aar-m2 {
		font-size: 48px;
		line-height: 48px;
	}
	span.aar-m3 {
		font-size: 30px;
		line-height: 36px;
	}
	span.aar-m4 {
		font-size: 22px;
		line-height: 30px;
	}
	span.aar-m5 {
		font-size: 18px;
		line-height: 27px;
	}
	span.aar-m6 {
		font-size: 15px;
		line-height: 21px;
	}
	span.aar-m7 {
		font-size: 12px;
		line-height: 18px;
	}
	span.aar-m8 {
		font-size: 10px;
		line-height: 12px;
	}
	br.aar-large {
		display: none;
	}
	br.aar-medium {
		display: inline;
	}
	br.aar-small {
		display: none;
	}
}
@media only screen and (max-width: 736px) {
	span.aar-s1 {
		font-size: 32px;
		line-height: 33px;
	}
	span.aar-s2 {
		font-size: 30px;
		line-height: 33px;
	}
	span.aar-s3 {
		font-size: 27px;
		line-height: 33px;
	}
	span.aar-s4 {
		font-size: 24px;
		line-height: 30px;
	}
	span.aar-s5 {
		font-size: 17px;
		line-height: 24px;
	}
	span.aar-s6 {
		font-size: 16px;
		line-height: 24px;
	}
	span.aar-s7 {
		font-size: 15px;
		line-height: 21px;
	}
	span.aar-s8 {
		font-size: 13px;
		line-height: 18px;
	}
	span.aar-s9 {
		font-size: 11px;
		line-height: 15px;
	}
	br.aar-large {
		display: none;
	}
	br.aar-medium {
		display: none;
	}
	br.aar-small {
		display: inline;
	}
}

/* COLORS */

.aar-c-1d {
	color: #1d1d1f;
}
.aar-c-71 {
	color: #0071e3;
}
.aar-c-5d {
	color: #5d5d63;
}
.aar-c-86 {
	color: #86868b;
}
.aar-c-f3 {
	color: #f37f00;
}
.aar-c-06c {
	color: #0066cc;
}
.aar-bg-fa {
	background-color: #fafafa;
}

/* BUTTONS & BADGES */

button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}
.aar-button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: none;
	border: 0;
	-webkit-appearance: none;
}
.aar-button, .aar-badge {
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.17648;
	padding: 12px 18px 15px 18px;
	border-radius: 90px;
	background: none;
}
.aar-btn-round {
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 0;
}
.aar-btn-expand {
	background: url(../i/ui_icon_plus_1d1f.svg) no-repeat 0 0;
	background-size: contain;
}
.aar-btn-prev, .aar-btn-next {
	background: url(../i/ui_icon_arrow_1d1f.svg) no-repeat 0 0;
	background-size: contain;
}
.aar-btn-next {
	-webkit-transform: scaleX(-1);
}
.aar-btn-prev:hover, .aar-btn-next:hover {
	background: url(../i/ui_icon_arrow_06cd.svg) no-repeat 0 0;
}
.aar-badge {
	font-size: 13px;
	padding: 10px 22px 12px 22px;
}
.aar-btn-txt {
	display: inline-block;
	vertical-align: middle;
}
.aar-btn-extlink .aar-btn-txt:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 9px;
	position: relative;
	bottom: -.5px;
	background: url(../i/arrow_external_ff.svg) no-repeat center center;
	background-size: contain;
}
.aar-btn-color {
	background-color: #0066cc;
	color: #ffffff;
}
.aar-active-show .aar-badge-color {
	border: 2px solid #0066cc;
	color: #0066cc;
}
.aar-badge-color {
	border: 2px solid #d2d2d7;
	color: #d2d2d7;
}
.aar-btn-color:hover {
	background-color: #006cd6;
	color: #ffffff;
}
@media only screen and (max-width: 1112px) {
	.aar-btn-round {
		width: 36px;
		height: 36px;
	}
	.aar-button, .aar-badge {
		font-size: 11px;
		font-weight: 500;
		line-height: 1.17648;
		padding: 12px 18px 13px 18px;
	}
	.aar-badge {
		font-size: 9px;
		font-weight: 500;
		line-height: 1.17648;
		padding: 10px 18px 11px 18px;
	}
	.aar-btn-extlink .aar-btn-txt:after {
		content: "";
		width: 9px;
		height: 9px;
	}
}
@media only screen and (max-width: 736px) {
	.aar-button, .aar-badge {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.17648;
		padding: 12px 18px 13px 18px;
	}
	.aar-badge {
		font-size: 10px;
		font-weight: 500;
		line-height: 1.17648;
		padding: 10px 18px 11px 18px;
	}
	.aar-cta {
		text-align: left;
	}
	.aar-cta .aar-button {
		margin-top: 24px;
	}
}

/* ICONS */

.aar-icon, .aar-chiclet {
	display: block;
	background-repeat: no-repeat;
	overflow: visible;
}
.aar-chiclet.aar-large-1, .aar-icon.aar-large-1 {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
}
.aar-chiclet.aar-large-2, .aar-icon.aar-large-2 {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}
.aar-chiclet.aar-large-3, .aar-icon.aar-large-3 {
	width: 72px;
	height: 72px;
	background-size: 72px 72px;
}
.aar-chiclet.aar-large-4, .aar-icon.aar-large-4 {
	width: 78px;
	height: 78px;
	background-size: 78px 78px;
}
.aar-chiclet-shadow {
	position: relative;
}
.aar-large-1.aar-chiclet-shadow::after {
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../i/chiclet_shadow.png);
	background-size: 80px 80px;
	overflow: visible;
	position: absolute;
	left: -16px;
	top: -16px;
}
.aar-large-2.aar-chiclet-shadow::after {
	content: " ";
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(../i/chiclet_shadow.png);
	background-size: 100px 100px;
	overflow: visible;
	position: absolute;
	left: -20px;
	top: -20px;
}
.aar-large-3.aar-chiclet-shadow::after {
	content: " ";
	display: block;
	width: 117.5px;
	height: 117.5px;
	background-image: url(../i/chiclet_shadow.png);
	background-size: 117.5px 117.5px;
	overflow: visible;
	position: absolute;
	left: -22.5px;
	top: -22.5px;
}
@media only screen and (max-width: 1112px) {
	.aar-chiclet.aar-medium-2, .aar-icon.aar-medium-2 {
		width: 66px;
		height: 66px;
		background-size: 66px 66px;
	}
}
@media only screen and (max-width: 736px) {
	.aar-chiclet.aar-small-2, .aar-icon.aar-small-2 {
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}
	.aar-small-2.aar-chiclet-shadow::after {
		content: " ";
		display: block;
		width: 80px;
		height: 80px;
		background-image: url(../i/chiclet_shadow.png);
		background-size: 80px 80px;
		overflow: visible;
		position: absolute;
		left: -16px;
		top: -16px;
	}
	.aar-chiclet.aar-small-3, .aar-icon.aar-small-3 {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}
}

.aar-icon-queue {
	background-image: url(../i/icon_queue_1d1f.svg);
}
.aar-icon-faves {
	background-image: url(../i/icon_faves_1d1f.svg);
}
.aar-icon-search {
	background-image: url(../i/icon_search_1d1f.svg);
}
.aar-chiclet-tv {
	background-image: url(../i/chiclet_tv.png);
}

/* LISTS */

ul.aar-howto {
	padding: 48px 0 0 0;
	margin: 0;
	list-style: none;
}
.aar-howto li {
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-moz-box-align: top;
	-ms-flex-align: top;
	-webkit-align-items: top;
	align-items: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.aar-howto p {
	width: 90%;
}
.aar-step-circled {
	width: 2em;
	height: 2em;
	background: #d2d2d7;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	padding-top: 0.3em;
	position: relative;
	top: -0.4em;	
}
.aar-accordion-row {
	border-top: 1px solid #d2d2d7;
	border-bottom: 1px solid #d2d2d7;
	padding: 12px 0;
}
.aar-accordion-row.aar-expanded {
	padding-bottom: 66px;
}
.aar-accordion-title {
	cursor: pointer;
}
.aar-accordion-title:hover > p {
	color: #006cd6;
}
.aar-expanded .aar-accordion-title p {
	font-weight: 500;
}
.aar-accordion-row button {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.aar-accordion-title:hover > button {
	background: url(../i/ui_icon_plus_06cd.svg) no-repeat 0 0;
}
.aar-accordion-row.aar-expanded button {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aar-accordion-item {
	width: 65%;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
}
.aar-expanded .aar-accordion-item {
	height: auto;
	max-height: 40em;
}
@media only screen and (max-width: 1112px) {
	.aar-step-circled {
		padding-top: 0.28em;
		top: -0.3em;	
	}
	.aar-accordion-row {
		padding: 6px 0;
	}
	.aar-accordion-row.aar-expanded {
		padding-bottom: 36px;
	}
	ul.aar-howto {
		padding-top: 18px;
	}
}
@media only screen and (max-width: 736px) {
	.aar-accordion-item {
		width: 100%;
		height: auto;
		max-height: 0px;
		overflow: hidden;
		-webkit-transition: max-height 0.4s ease-in-out;
		transition: max-height 0.4s ease-in-out;
	}
	.aar-howto li {
		display: block;
	}
	.aar-howto p {
		width: 90%;
		padding-top: 24px;
	}
	.aar-step-circled {
		padding-top: 0.28em;
		top: 0em;	
	}
	.aar-accordion-row.aar-expanded .aar-accordion-item {
		height: auto;
		max-height: 80em;
	}
	.aar-accordion-row.aar-expanded {
		padding-bottom: 48px;
	}
	ul.aar-howto {
		padding-top: 30px;
	}
}

/* IMAGES */

figure.aar-image-tvhero {
	width: 100%;
	height: 0;
	background: url(../i/tv_hero_palmer_ff.jpg) no-repeat center center;
	background-size: contain;
	padding-top: 60%;
	margin: auto;
}
figure.aar-image-multiproduct {
	width: 100%;
	height: 0;
	background: url(../i/tv_multi_product_ff.jpg) no-repeat center center;
	background-size: contain;
	padding-top: 44%;
	margin: auto;
}
@media only screen and (max-width: 566px) {
	figure.aar-image-multiproduct {
		width: 100%;
		height: 0;
		background: url(../i/tv_macbook_pro_servant_ff.jpg) no-repeat center center;
		background-size: contain;
		padding-top: 60%;
		margin: auto;
	}
}

/* SHOWS AND STREAMS */

.aar-section-streaming, .aar-section-releases {
	overflow: hidden;
}
.aar-streams-transform, .aar-shows-transform {
	transform: translate3d(0, 0, 0);
	white-space: nowrap;
}
.aar-transform-line-1 {
	animation: slideshow 36s linear infinite;
}
.aar-transform-line-2 {
	animation: slideshow 42s linear infinite;
}
.aar-streams, .aar-shows {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
}
@keyframes slideshow {  
  100% { 
    -webkit-transform: translateX(-2376px);
    transform: translateX(-2376px);  
  }
}
.aar-streams li, .aar-shows li {
	padding: 0;
	width: 360px;
	display: inline-block;
	position: relative;
	margin: 18px;
	white-space: nowrap;
	vertical-align: top;
}
.aar-stream, .aar-show {
	width: 360px;
	height: 216px;
	border-radius: 33.3px;
	background-size: cover;
}
.aar-stream-shadow, .aar-show-shadow {
	position: relative;
}
.aar-large-1.aar-stream-shadow:after, .aar-large-1.aar-show-shadow:after {
	content: " ";
	display: block;
	width: 403px;
	height: 259px;
	background-image: url(../i/show_shadow.png);
	background-size: 403px 259px;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aar-stream-okko {
	background: url(../i/app_okko.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-amediateka {
	background: url(../i/app_amediateka.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-ivi {
	background: url(../i/app_ivi.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-premier {
	background: url(../i/app_premier.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-moolt {
	background: url(../i/app_moolt.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-kinopoisk {
	background: url(../i/app_kinopoisk.jpg) no-repeat center center;
	background-size: contain;
}
.aar-stream-start {
	background: url(../i/app_start.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show {
	filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.3;
    transition: all 300ms ease;
}
.aar-active-show .aar-show {
	filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1.0;
}
.aar-show-tedlasso {
	background: url(../i/show_tedlasso.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show-liseysstory {
	background: url(../i/show_liseysstory.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show-trying {
	background: url(../i/show_trying.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show-physical {
	background: url(../i/show_physical.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show-homebeforedark {
	background: url(../i/show_homebeforedark.jpg) no-repeat center center;
	background-size: contain;
}
.aar-show-card {
	white-space: normal;
	margin: 0 auto;
	padding-right: 12px !important;
}
.aar-show-card p {
	color: #d2d2d7;
}
.aar-active-show .aar-show-card p {
	color: #1d1d1f;
}
.aar-shownav button:first-child {
	margin-right: 12px;	
}
.aar-shows-transform {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}
.aar-shows-transform.aar-paused {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.aar-shows-transform.aar-f0 {transform: translateX(-1584px);}
.aar-shows-transform.aar-f1 {transform: translateX(-1980px);}
.aar-shows-transform.aar-f2 {transform: translateX(-2376px);}
.aar-shows-transform.aar-f3 {transform: translateX(-2772px);}
.aar-shows-transform.aar-f4 {transform: translateX(-3168px);}
.aar-shows-transform.aar-f5 {transform: translateX(-3564px);}
.aar-shows-transform.aar-f6 {transform: translateX(-3960px);}
.aar-shows-transform.aar-f7 {transform: translateX(-4356px);}
.aar-shows-transform.aar-f8 {transform: translateX(-4752px);}
.aar-shows-transform.aar-f9 {transform: translateX(-5148px);}
.aar-shows-transform.aar-f10 {transform: translateX(-5544px);}

@media only screen and (max-width: 1112px) {
	.aar-streams li, .aar-shows li {
		padding: 0;
		width: 300px;
		height: 100%;
		min-height: 100%;
		display: inline-block;
		position: relative;
		margin: 9px;
		white-space: nowrap;
	}
	.aar-stream, .aar-show {
		width: 300px;
		height: 180px;
		border-radius: 28px;
		background-size: cover;
	}
	.aar-large-1.aar-stream-shadow:after, .aar-large-1.aar-show-shadow:after {
		content: " ";
		display: block;
		width: 336px;
		height: 216px;
		background-image: url(../i/show_shadow.png);
		background-size: 336px 216px;
		overflow: visible;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.aar-shows-transform.aar-f0 {transform: translateX(-1282px);}
	.aar-shows-transform.aar-f1 {transform: translateX(-1588px);}
	.aar-shows-transform.aar-f2 {transform: translateX(-1904px);}
	.aar-shows-transform.aar-f3 {transform: translateX(-2220px);}
	.aar-shows-transform.aar-f4 {transform: translateX(-2542px);}
	.aar-shows-transform.aar-f5 {transform: translateX(-2862px);}
	.aar-shows-transform.aar-f6 {transform: translateX(-3178px);} 
	.aar-shows-transform.aar-f7 {transform: translateX(-3498px);}
	.aar-shows-transform.aar-f8 {transform: translateX(-3818px);}
	.aar-shows-transform.aar-f9 {transform: translateX(-4138px);}
	.aar-shows-transform.aar-f10 {transform: translateX(-4458px);}
	@keyframes slideshow {  
		100% { 
			-webkit-transform: translateX(-1908px);
			transform: translateX(-1908px);  
  		}
	}
}
@media only screen and (max-width: 736px) {
	.aar-streams li, .aar-shows li {
		padding: 0;
		width: 260px;
		height: 100%;
		min-height: 100%;
		display: inline-block;
		position: relative;
		margin: 9px;
		white-space: nowrap;
	}
	.aar-stream, .aar-show {
		width: 260px;
		height: 156px;
		border-radius: 25px;
		background-size: cover;
	}
	.aar-large-1.aar-stream-shadow:after, .aar-large-1.aar-show-shadow:after {
		content: " ";
		display: block;
		width: 291px;
		height: 187px;
		background-image: url(../i/show_shadow.png);
		background-size: 291px 187px;
		overflow: visible;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.aar-shownav {
		margin-top: 30px;	
	}
	.aar-shows-transform.aar-f0 {transform: translateX(-1106px);}
	.aar-shows-transform.aar-f1 {transform: translateX(-1384px);}
	.aar-shows-transform.aar-f2 {transform: translateX(-1662px);}
	.aar-shows-transform.aar-f3 {transform: translateX(-1940px);}
	.aar-shows-transform.aar-f4 {transform: translateX(-2218px);}
	.aar-shows-transform.aar-f5 {transform: translateX(-2500px);}
	.aar-shows-transform.aar-f6 {transform: translateX(-2780px);}
	.aar-shows-transform.aar-f7 {transform: translateX(-3058px);}
	.aar-shows-transform.aar-f8 {transform: translateX(-3336px);}
	.aar-shows-transform.aar-f9 {transform: translateX(-3614px);}
	.aar-shows-transform.aar-f10 {transform: translateX(-3892px);}
	@keyframes slideshow {  
		100% { 
			-webkit-transform: translateX(-1668px);
			transform: translateX(-1668px);  
  		}
	}
}
@media only screen and (max-width: 320px) {
	.aar-shows-transform.aar-f0 {transform: translateX(-1142px);}
	.aar-shows-transform.aar-f1 {transform: translateX(-1420px);}
	.aar-shows-transform.aar-f2 {transform: translateX(-1698px);}
	.aar-shows-transform.aar-f3 {transform: translateX(-1976px);}
	.aar-shows-transform.aar-f4 {transform: translateX(-2252px);}
	.aar-shows-transform.aar-f5 {transform: translateX(-2536px);}
	.aar-shows-transform.aar-f6 {transform: translateX(-2816px);}
	.aar-shows-transform.aar-f7 {transform: translateX(-3094px);}
	.aar-shows-transform.aar-f8 {transform: translateX(-3372px);}
	.aar-shows-transform.aar-f9 {transform: translateX(-3650px);}
	.aar-shows-transform.aar-f10 {transform: translateX(-3928px);}
}