@font-face {
	font-family: 'HelveticaNeueCondensed';
	src: url('../fonts/HelveticaNeueLTPro-BdCn.eot');
	src: url('../fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-BdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-BdCn.svg#HelveticaNeueLTPro-BdCn') format('svg'), url('../fonts/HelveticaNeueLTPro-BdCn.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN2014';
	src: url('../fonts/DIN2014-Bold.eot');
	src: url('../fonts/DIN2014-Bold.woff2') format('woff2'), url('../fonts/DIN2014-Bold.woff') format('woff'), url('../fonts/DIN2014-Bold.ttf') format('truetype'), url('../fonts/DIN2014-Bold.svg#DIN2014-Bold') format('svg'), url('../fonts/DIN2014-Bold.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'DIN2014Narrow-DemiBold';
	src: url('../fonts/DIN2014Narrow-DemiBold.eot');
	src: url('../fonts/DIN2014Narrow-DemiBold.woff2') format('woff2'), url('../fonts/DIN2014Narrow-DemiBold.woff') format('woff'), url('../fonts/DIN2014Narrow-DemiBold.ttf') format('truetype'), url('../fonts/DIN2014Narrow-DemiBold.svg#DIN2014Narrow-DemiBold') format('svg'), url('../fonts/DIN2014Narrow-DemiBold.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'HelveticaNeueLTPro-ThCn';
	src: url('../fonts/HelveticaNeue-Thin.eot');
	src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'), url('../fonts/HelveticaNeue-Thin.woff') format('woff'), url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg'), url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'HelveticaNeueLTPro-LtCn';
	src: url('../fonts/HelveticaNeue-Light.eot');
	src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg'), url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: 300;
}

body {
	font-family: 'Helvetica Neue LT W01_55 Roman', "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #21262a;
	background-color: #eef0f1;
	background-image: none!important;
}

h1 {}

h2 {}

h3 {}

p {
	font-size: 16px;
	line-height: 24px;
}


/*font-family:'Neue Helvetica W01_59 Comp';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_41488878';
font-family:'DINNextW01-CondensedReg';
*/


/* header  */

header {
	background: black;
	padding: 18px 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.header-top-line {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.latest-episodes-text {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	margin: 0;
	vertical-align: bottom;
	line-height: 16px;
	cursor: default;
	white-space: nowrap;
}

.latest-episodes-text:after {
	content: '>';
	display: inline-block;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}

.latest-episodes-text img {
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}

.latest-episodes-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.latest-episodes-wrap .close {
	display: none;
}

.latest-episodes-list {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 10px;
}

.latest-episodes-list a {
	color: white;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	padding: 10px;
	transition: 0.3s;
	position: relative;
}

.latest-episodes-list li .latest-episodes-hover-text {
	position: absolute;
	top: 100%;
	left: -35px;
	right: -35px;
	min-width: 270px;
	background-color: #000;
	padding: 18px;
	padding-top: 33px;
	font-size: 16px;
	display: none;
	transition: 0.5s;
	color: white;
	line-height: 1.3;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

.latest-episodes-list a:hover {
	text-decoration: none;
	color: #666A58;
}

.latest-episodes-list a:hover .latest-episodes-hover-text {
	color: #fff;
	display: block;
}

.latest-episodes-list li {
	display: inline-block;
	border-right: 1px solid #fff;
}

.latest-episodes-list li:last-child {
	border-right: none;
}

.title-of-episode {
	text-align: center;
}

.title-of-episode h1 {
	font-family: 'HelveticaNeueCondensed';
	font-weight: 700;
	color: #9A2827;
	font-size: 40px;
}

.apps--in-episode {

}

h5.subscribe_default_text, h5.listen_text {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	margin: 0;
	vertical-align: bottom;
	line-height: 16px;
	cursor: pointer;
}

h5.subscribe_default_text img, h5.listen_text img {
	margin-right: 5px;
}

header .subscribe-form {
	display: none;
	width: 1030px;
	position: relative;
	max-width: 100%;
}

header .subscribe-form input[type=email] {
	background: black;
	border: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	outline: none;
	color: white;
	width: 450px;
}

header .subscribe-form .hs_submit {
	display: none;
}

.top-subscribe-message {
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.subscribe-form .hs_email>label, .menu-subscribe-form .hs_email>label {
	display: none;
}

.top-subscribe-message span {
	display: none;
}

.top-subscribe-message img {
	margin-left: 6px;
	cursor: pointer;
}

.top-subscribe-message span.fail, .top-subscribe-message span.invalid {
	color: red;
}

.top-subscribe-message span.success {
	color: #88ba10;
}

header input {
	//-webkit-text-fill-color: rgba(255,255,255,0.5) !important;
}

form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #1f3349 inset;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.menu-item.subscribe {
	font-size: 22px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 0;
	color: black;
	display: none;
}

.menu-subscribe-text {
	cursor: pointer;
}

.menu-subscribe-text img {
	margin-top: -4px;
	margin-right: 2px;
}

.menu-subscribe-form, .menu-subscribe-message, .menu-subscribe-message span {
	display: none;
}

.menu-holder .menu-subscribe-message .default {
	display: inline;
}

.menu-subscribe-form input[type=submit] {
	display: none;
}

.menu-subscribe-form input[type="email"] {
	height: 60px;
	border-color: rgba(0, 0, 0, 0.5);
	border-width: 1px 0;
	text-align: center;
	outline: none;
	width: 100%;
}

.menu-subscribe-message span {
	color: #9a2827;
	text-transform: none;
	font-size: 18px;
}

.menu-subscribe-message span.success {
	color: #88ba10;
}

.submitted-message {
	display: none;
}

.loader {
	-webkit-animation: rotate 1s linear infinite;
}

.loader-anti {
	-webkit-animation: rotate-anti 1s linear infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateZ(360deg)
	}
	100% {
		-webkit-transform: rotateZ(0deg)
	}
}

@-webkit-keyframes rotate-anti {
	0% {
		-webkit-transform: rotateZ(360deg)
	}
	100% {
		-webkit-transform: rotateZ(0deg)
	}
}

.hamburger {
	height: 14px;
	width: 20px;
	border-top: 2px white solid;
	border-bottom: 2px solid white;
	position: relative;
	cursor: pointer;
}

.hamburger:before, .hamburger:after {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: white;
	left: 0;
	content: '';
	margin-top: 3px;
}

.hamburger:before {
	bottom: 6px;
}

.hamburger:after {
	bottom: 2px;
}

.main {
	/* margin-top: 47px; */
}


/* main menu */

.menu-holder {
	display: inline-block;
	background-color: white;
	position: fixed;
	right: -320px;
	top: 0;
	width: 320px;
	height: 100%;
	padding: 32px;
	text-align: center;
	z-index: 100000;
	overflow: auto;
	transition: right 0.5s;
}

.menu-holder.open {
	right: 0;
}

nav.menu-primary-menu-container {
	padding-top: 52px;
}

ul#menu-primary-menu {
	list-style: none;
	padding: 0;
}

#menu-primary-menu li {
	font-size: 22px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

#menu-primary-menu li a {
	color: black;
}

#menu-primary-menu li a:hover {
	text-decoration: none;
}

.menu-backmask {
	display: none;
	opacity: 0;
	background-color: black;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99998;
	position: fixed;
}

.menu-backmask.open {
	display: block;
	opacity: 0.5;
}

img.logo-mobile {
	display: none;
	max-width: 100%;
	width: 265px;
}


/* footer */

footer {
	min-height: 59px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 95px;
}

footer .copyright {
	opacity: 0.5;
	margin-bottom: 0;
}

/* home page */

.logo-large-wrap {
	display: block;
	margin: 0 auto 55px;
	max-width: 415px;
	text-align: center;
}

.logo-large {
	max-width: 100%;
	height: auto;
}

.home .apps, .episod-page .apps {
	text-align: center;
	margin: 0 auto 40px;
}

.home .apps a, .episod-page .apps a {
	margin-bottom: 5px;
}

.apps .apps-icon {
	opacity: 1;
}

.apps .apps-hover-icon {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home .apps a img, .episod-page .apps a img {
	height: 52px;
	transition: 0.3s;
}

.apps a {
	display: inline-block;
	position: relative;
}

.apps a:hover .apps-hover-icon {
	opacity: 1;
}

section.all-season-episode-block {
	position: relative;
}

.all-season-episode-block .nav-tabs {
	text-align: center;
	border-bottom: 1px solid rgba(154, 40, 39, 0.45);
}

.all-season-episode-block .nav-tabs>li {
	float: none;
	display: inline-block;
}

.all-season-episode-block .nav-tabs>li>a {
	border: 1px solid rgba(154, 40, 39, 0.45);
	border-radius: 0;
	font-size: 20px;
	margin: 13px 13px 0;
	color: #9a2827;
	padding: 14px 45px;
	font-weight: bold;
	display: inline-block;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	background-color: rgba(255, 255, 255, 0.45);
	line-height: 1;
	transition: 0.3s;
}

.all-season-episode-block .nav-tabs>li>a:hover {
	border-color: #9a2827;
	background-color: #fff;
}

.all-season-episode-block .nav-tabs>li.active>a, .all-season-episode-block .nav-tabs>li.active>a:focus, .all-season-episode-block .nav-tabs>li.active>a:hover {
	color: white;
	background-color: #9a2827;
	border: 1px solid #9a2827;
}

.all-season-episode-block .tab-pane {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}

.all-season-episode-block .tab-pane.blur-right.show-left:before, .all-season-episode-block .tab-pane.blur-right.show-right:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 100;
	height: 100%;
	width: 100px;
	background: rgba(255, 255, 255, .2);
	cursor: pointer;
	transition: all 0.2s;
}

.all-season-episode-block .tab-pane.blur-right.show-left:before {
	content: url(../images/slider-left.png);
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
	padding: 105px 30px 0 0;
}

.all-season-episode-block .tab-pane.blur-right.show-right:after {
	content: url(../images/slider-right.png);
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
	padding: 105px 0 0 30px;
}

.all-season-episode-block .tab-pane-inner {
	transition: margin 0.4s;
	height: 245px;
}

.slider-items-wrap {
	display: inline-block;
	position: relative;
	height: 100%;
}

.slider-items-wrap:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color: rgba(255, 255, 255, 0.45);
	cursor: default;
}

.slider-items-wrap:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color: rgba(255, 255, 255, 0.45);
	cursor: default;
}

.tab-pane-inner a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.45);
	transition: 0.3s;
	width: 285px;
	height: 100%;
	vertical-align: text-top;
}

.tab-pane-inner a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.all-season-episode-block .episode-item {
	height: 100%;
	text-align: left;
	white-space: normal;
	vertical-align: top;
}

.tab-pane-inner {
	border-bottom: 1px solid rgba(154, 40, 39, 0.45);
}

.all-season-episode-block .episode-item .inner {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 60px;
	min-height: 125px;
	width: 100%;
}

.all-season-episode-block .episode-item:hover .inner {
	border-color: transparent;
}

.hover .inner {
	border-color: transparent !important;
}

.all-season-episode-block a:last-of-type .inner {
	border-right: none;
}

.all-season-episode-block .episode-item h3 {
	font-family: "HelveticaNeueLTPro-ThCn";
	font-weight: 100;
	color: #000;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}

.all-season-episode-block .episode-item p {
	font-family: "HelveticaNeueLTPro-LtCn";
	font-weight: 300;
	font-size: 20px;
	color: #9a2827;
}

.all-season-episode-block .episode-item .playnow {
	opacity: 0;
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

.all-season-episode-block .episode-item:hover .playnow {
	opacity: 1;
}

.all-season-episode-block .episode-item a {}


/* default page */

section.logo-section {
	padding: 100px 15px 32px;
}

section.logo-section img {
	display: block;
	margin: auto;
}

section.container.content {
	margin-bottom: 50px;
}

section.container.content h2, section.container.content h3 {
	font-family: 'Helvetica Neue LT W01_41488878', "HelveticaNeue", Helvetica, Arial, sans-serif
}


/* single episode page */

#single-episode section.logo-section {
	padding: 20px 15px;
}

#single-episode section.logo-section a {
	display: block;
	margin: auto;
	width: 272px;
}

img.podcast-arrow {
	margin-top: 179px;
}

img.podcast-left-arrow {
	float: left;
}

img.podcast-right-arrow {
	float: right;
}

.podcast-display-main, .arrow-holder {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.arrow-holder {
	width: 70px;
	z-index: 10;
}

.podcast-display-main, .special-guests-inner, .main-host-inner, .transcript-inner {
	width: 990px;
	margin: auto;
}

.podcast-display-main {
	min-height: 494px;
	background-color: #f3f3f3;
}

.podcast-display-main .col-sm-6 {
	padding: 0;
}

.podcast-display-main .details {
	padding: 30px 30px 0;
	height: 450px;
}

.breadcrumbs {
	font-size: 16px;
	font-weight: bold;
	color: #21262a;
	margin: 0;
	text-transform: uppercase;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

span.social-strip {
	float: right;
}

.social-strip img {
	margin-left: 9px;
}

.social-strip a:first-of-type img {
	margin-left: 0;
}

.social-mobile {
	display: none;
}

.social-mobile img {
	height: 20px;
	width: auto;
	margin-top: -6px;
}

.mobile-social-popup.jssocials {
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 20;
	display: none;
}

.jssocials-shares {
	margin-top: 50%;
	background-color: gainsboro;
	padding: 27px 0;
}

.jssocials-share {
	position: relative;
	margin-right: 12px;
}

.jssocials-share-link {
	border-radius: 14px!important;
}

.jssocials-share-logo {
	width: 45px;
	height: 45px;
}

.fa-twitter:before {
	font-size: 45px;
}

.fa-envelope:before {
	font-size: 42px;
}

.fa-facebook:before {
	font-size: 55px;
	position: relative;
	top: 5px;
	left: 12px;
}

.jssocials-share-sms .jssocials-share-link {
	padding: 0;
}

.jssocials-share-sms img {
	width: 64px;
	height: 60px;
	border-radius: 14px;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
}

.social-popup-text {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 14px;
	text-transform: none;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-family: 'Helvetica Neue LT W01_55 Roman', "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.jssocials-shares button {
	width: 95%;
	background-color: white;
	color: blue;
	font-size: 25px;
	padding: 12px;
	border: 0;
	border-radius: 12px;
	margin-top: 30px;
}

#single-episode h2 {
	font-size: 22px;
	color: #9a2828;
	font-weight: 100;
	font-family: 'Helvetica Neue LT W01_41488878', "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.details h2 {
	margin: 15px 0 11px;
}

a.mobile-next-prev {
	display: none;
	font-size: 16px;
	color: #9a2828;
	padding-bottom: 22px;
}

a.mobile-next-prev.prev {
	float: left;
}

a.mobile-next-prev.next {
	float: right;
}

.small-host img {
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 8px;
}

.small-host img.multiple-host {
	margin-left: -15px;
	border: 1px white solid;
	border-radius: 50%;
}

.small-host img.multiple-host:first-of-type {
	margin-left: 0;
}

.small-host h4 {
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 14px;
}

.small-host p.description {
	height: 220px;
	overflow: auto;
	margin-bottom: 15px;
	-webkit-overflow-scrolling: touch;
}

.app-links {
	/*display: inline-block;
	margin-left: 15px;
	margin-top : -7px;*/
	margin-top: 10px;
}

.app-links img {
	height: 30px;
	margin-right: 5px;
}

.app-links a:hover, .app-links a:link {
	text-decoration: none;
}

.episode-strip {
	width: 100%;
	clear: both;
	height: 45px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}

.episode-strip span {
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #21262a;
	text-transform: uppercase;
	padding: 22px;
	opacity: 0.5;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

.episode-strip span.active {
	color: #9b2929;
	opacity: 1;
}

h2.section-title {
	margin: 20px 0;
}

.host-item, .transcript-text {
	background-color: #f3f3f3;
	padding: 28px 32px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.host-item img {
	width: 76px;
	height: 76px;
	float: left;
	margin-right: 10px;
}

.host-item .host-header {
	min-height: 76px;
	margin-bottom: 10px;
}

.host-name-holder {
	display: table-cell;
	height: 76px;
	vertical-align: middle;
}

.host-item .host-header h4 {
	font-size: 26px;
	margin: 0 0 5px;
	font-family: 'Helvetica Neue LT W01_41488878', "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.host-item .host-header h5 {
	margin: 0;
	font-size: 16px;
	font-family: 'Helvetica Neue LT W01_41488878', "HelveticaNeue", Helvetica, Arial, sans-serif;
}


/* contact form */

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 {
	max-width: 720px;
	margin: auto;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 fieldset {
	max-width: 720px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 .hs-form-field {
	margin-bottom: 15px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 input[type=text], form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 input[type=email], form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 select, form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 textarea {
	width: 100%;
	background-color: #f3f3f3;
	border: 0;
	height: 52px;
	padding: 0 12px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 select {}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 textarea {
	height: 150px;
	padding-top: 5px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 label {
	font-size: 16px;
	font-weight: normal;
	padding-left: 4px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 label .hs-form-required {
	color: #e91e63;
	padding-left: 2px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 ul.hs-error-msgs.inputs-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 ul.hs-error-msgs.inputs-list label {
	color: #da1406;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 input.hs-button {
	padding: 7px 20px;
	display: block;
	margin: auto;
	border: gray 1px solid;
	border-radius: 3px;
}

form#hsForm_26a12f94-142d-4617-ac01-7a3716c4abe1 input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #f3f3f3 inset;
}

.container.content .submitted-message {
	display: block;
	font-size: 22px;
	color: #88ba10;
	text-align: center;
}


/* t-shirt popup */

.tshirt-popup {
	text-align: center;
	color: white;
	min-height: 216px;
	width: 400px;
	position: fixed;
	right: -100%;
	top: 33%;
	background-color : black;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	transition: right 0.5s;
	z-index: 300;
	font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
}

.tshirt-inner {
	padding: 54px 75px 22px;
}

.tshirt-popup p, .tshirt-popup a p {
	font-size: 28px;
	line-height: 32px;
	color: white;
	text-decoration: none;
	margin-bottom: 20px;
}

.tshirt-popup a:hover {
	text-decoration: none;
}

.tshirt-close {
	font-size: 20px;
	color: black;
	position: absolute;
	padding: 6px 12px;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 302;
}

.tshirt-popup button {
	background: none;
	border: 2px solid white;
	color: white;
	font-size: 24px;
	padding: 5px 12px;
	position: relative;
}
.tshirt-popup button span{
	z-index: 1;
   position: relative;
}
.tshirt-popup button:before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.tshirt-icon {
	display: none;
}

.tshirt-popup.minimized {
	height: 84px;
	width: 84px;
	padding: 0;
	background-image: none!important;
	min-height: 0;
	background-color : transparent;
}

.tshirt-popup.minimized .tshirt-inner {
	display: none;
}

.tshirt-popup.minimized .tshirt-close {
	display: none;
}

.tshirt-popup.minimized .tshirt-icon {
	display: block;
	float: right;
	border-radius: 19px 0 0 19px;
	cursor: pointer;
	-webkit-animation: pulse 0.5s infinite alternate;
	        animation: pulse 0.5s infinite alternate;
}

@-webkit-keyframes pulse {
	from {
		box-shadow: 0px 0px 3px 3px rgba(104, 108, 91, 0.5);
	}
	to {
		box-shadow: 0px 0px 10px 4px rgba(104, 108, 91, 0.5);
	}
}

@keyframes pulse {
	from {
		box-shadow: 0px 0px 3px 3px rgba(104, 108, 91, 0.5);
	}
	to {
		box-shadow: 0px 0px 10px 4px rgba(104, 108, 91, 0.5);
	}
}

/* NEW STYLES =========================================== */

body {
	background-color: #eef0f1!important;
}

.container-fluid-custom {
	padding-left: 30px;
	padding-right: 30px;
}

.main-container {
	margin: 0 auto;
	max-width: 991px;
	padding: 0 15px;
}

.welcome-section-wrap {
	position: relative;
	
}

.welcome-section {
	padding-top: 76px;
	padding-bottom: 30px;
}

.welcome-section {
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.welcome-section-content {
	position: relative;
	height: 100%;
	z-index: 10;
}

.welcome-section-wrap .particles-js-top-right {
	position: absolute;
	top: 10%;
	right: 0;
	width: 30%;
	height: 40%;
}

.welcome-section-wrap .particles-js-top-left {
	position: absolute;
	top: 10%;
	left: 0;
	width: 30%;
	height: 40%;
}

.welcome-section-wrap .particles-js-bottom {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 40%;
	height: 40%;
}


.welcome-sub-text {
	margin-bottom: 25px;
}

.welcome-sub-text h1,.welcome-sub-text p,.welcome-sub-text {
	text-align: center;
	font-family: 'DIN2014';
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
}
.welcome-sub-text h1 {
    display: inline-block;
    margin: 0;
}

.scroll-block-wrap {
	text-align: center;
}

.scroll-block {
	display: inline-block;
}

.scroll-block img {
	position: relative;
	bottom: 0;
	transition: 0.5s;
}

.scroll-block span {
	font-family: 'DIN2014Narrow-DemiBold';
	font-size: 16px;
	font-weight: 600;
	line-height: 80px;
	text-transform: uppercase;
	text-align: center;
	color: #21262a;
	display: block;
	transition: 0.3s;
}

.scroll-block:hover {
	text-decoration: none;
}

.scroll-block:focus {
	text-decoration: none;
}

.scroll-block:hover span {
	color: #666A58;
}

.scroll-block:hover img {
	bottom: -10px;
}

/* TABS ============== */

.episode-item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.tab-pane-inner a:hover {
	text-decoration: none;
}

/* SLICK SLIDER ============== */

/* bootstrap hack: fix content width inside hidden tabs
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    undo display:none
    height: 0;         height:0 is also invisible 
    overflow: hidden;  no-overflow
}
.tab-content > .active, .pill-content > .active {
    height: auto;      let the content decide it
} bootstrap hack end

.episodes-slider {
	border-bottom: 1px solid rgba(154, 40, 39, 0.45);
}

.episodes-slider .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	cursor: default;
	margin-left: inherit;
	margin-right: auto;
}

.episodes-slider .slick-slide {
	height: auto;
}

.all-season-episode-block .episode-item {
	width: auto;
}

.episode-item {
	background-color: rgba(255, 255, 255, 0.45);
	transition: 0.3s;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 290px;
	min-height: 250px;
}

.episode-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.episode-item:focus {
	outline: none;
	text-decoration: none;
}

.episode-item:hover .episode-item-inner {
	border-color: transparent;
}

.episode-item.hover .episode-item-inner {
	border-color: transparent;
}

.episode-item-inner {
	padding-left: 60px;
	padding-right: 60px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.slick-track .slick-slide:first-child .episode-item .episode-item-inner {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	background-color: red;
	border: none;
	position: absolute;
	z-index: 100;
	width: 100px;
	height: 100%;
	top: 0;
	bottom: 0;
	padding: 0;
}

.slick-prev:focus, .slick-next:focus {
	outline: none;
}

.slick-prev {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.slick-next {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.slick-prev:before, .slick-next:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slick-prev:before {
	content: url(../images/slider-left.png);
}

.slick-next:before {
	content: url(../images/slider-right.png);
}

.all-season-episode-block .tab-pane.blur-right.show-right:after {
	display: none !important;
}

.all-season-episode-block .slick-slide:last-child:not(.slick-cloned){
	position: relative;
}

.all-season-episode-block .slick-slide:last-child:not(.slick-cloned):after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -9999px;
	bottom: 0;
	left: 100%;
	background: rgba(255, 255, 255, 0.45);
} */


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

	header {
		padding: 10px 0;
	}

	.welcome-section {
		padding-top: 70px;
	}

	.latest-episodes-list a {
		font-size: 18px;
		padding: 5px 10px;
	}

	.title-of-episode h1 {
		font-size: 30px;
	}

	.logo-large-wrap {
		max-width: 270px;
		margin-bottom: 30px;
	}

	.home .apps a img, .episod-page .apps a img {
		height: 35px;
	}

	.home .apps, .episod-page .apps {
		margin-bottom: 10px;
	}

	.welcome-sub-text p {
		font-size: 20px;
		line-height: 1.4;
	}

	.welcome-sub-text {
		margin-bottom: 0;
	}

	.scroll-block img {
		width: 70px;
	}

	.scroll-block span {
		line-height: 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.latest-episodes-text {
		font-size: 16px;
	}

	.latest-episodes-text:after {
		bottom: 1px;
	}

	.latest-episodes-list a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.welcome-section {
		padding-top: 40px;
		/* display: block !important; */
		/* height: auto !important; */
	}
	.latest-episodes-text {
		cursor: pointer;
	}
	.container-fluid-custom {
		padding: 0 15px;
	}

	.latest-episodes-text:after {
		display: none;
	}

	.all-season-episode-block .nav-tabs>li>a {
		padding: 10px 20px;
		margin: 10px 10px 0;
	}

	.all-season-episode-block .tab-pane-inner {
		height: 200px;
	}

	.all-season-episode-block .episode-item h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	footer {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.all-season-episode-block .tab-pane.blur-right.show-right:after {
		padding-top: 80px;
	}

	.all-season-episode-block .tab-pane.blur-right.show-left:before {
		padding-top: 80px;
	}

	/* LATEST EPISODES side menu ========= */

	.menu-backmask2 {
		display: none;
		opacity: 0;
		background-color: black;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 101;
		position: fixed;
	}

	.menu-backmask2.open {
		display: block;
		opacity: 0.5;
	}

	.latest-episodes-wrap {
		display: inline-block;
		background-color: white;
		position: fixed;
		left: -320px;
		top: 0;
		width: 320px;
		height: 100%;
		padding: 46px 10px 10px;
		z-index: 100000;
		overflow: auto;
		transition: left 0.5s;
	}

	.latest-episodes-wrap.open-sidemenu {
		left: 0;
	}

	.latest-episodes-list {
		padding-top: 52px;
		padding-left: 0;
		width: 100%;
	}

	.latest-episodes-list li .latest-episodes-hover-text {
		display: none !important;
	}

	.latest-episodes-list li {
		display: block;
		line-height: 60px;
		font-weight: bold;
		font-family: "HelveticaNeueCondensed", Helvetica, Arial, sans-serif;
	}

	.latest-episodes-list a {
		color: #000;
		font-size: 22px;
		padding: 0;
		line-height: 1.2;
	}

	.latest-episodes-wrap .close {
		display: inline-block;
		float: right;
		font-size: 21px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		filter: alpha(opacity=20);
		opacity: .2;
	}

	/* SLICK SLIDER ========================== */
	/* .episode-item {
		padding-top: 45px;
		padding-bottom: 45px;
		min-height: 230px;
	}
	
	.episode-item-inner {
		padding-left: 45px;
		padding-right: 45px;
	} */

}

@media(max-width: 767px) {
	.latest-episodes-wrap {
		width: 100%;
		left: -100%;
	}

	.all-season-episode-block .episode-item .inner {
		padding: 0 30px;
	}

	.tab-pane-inner a {
		width: 240px;
	}

	.details h4 {
		padding-right: 120px;
	}

	.latest-episodes-list li {
		text-align: center;
	}

	.title-of-episode h1 {
		/*font-size: 20px;*/
	}

	/* SLICK SLIDER ========================== */
	/* .slick-prev, .slick-next {
		width: 60px;
	} */
}

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

	.logo-large-wrap {
		max-width: 230px;
		margin-bottom: 20px;
	}

	.welcome-sub-text p {
		font-size: 14px;
	}

	.home .apps, .episod-page .apps {
		margin-bottom: 0;
	}

	.all-season-episode-block .nav-tabs>li>a {
		padding: 5px 15px;
		font-size: 16px;
		margin: 10px 5px 0;
	}

	.all-season-episode-block .episode-item .inner {
		padding: 0 15px;
	}

	.all-season-episode-block .tab-pane.blur-right.show-left:before, .all-season-episode-block .tab-pane.blur-right.show-right:after {
		width: 50px;
	}

	.all-season-episode-block .tab-pane.blur-right.show-left:before {
		padding-right: 0;
	}

	.all-season-episode-block .tab-pane.blur-right.show-right:after {
		padding-left: 0;
	}

	footer {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	/* SLICK SLIDER ========================== */
	/* .episode-item {
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 200px;
	}
	
	.episode-item-inner {
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
		border: none;
	} */
}

@media (max-width: 450px) {

	.logo-large-wrap {
		max-width: 200px;
	}

	.home .apps a img, .episod-page .apps a img {
		height: 30px;
	}

	.scroll-block img {
		width: 50px;
	}

	footer .copyright {
		font-size: 13px;
	}


}

@media (max-width: 350px) {
	.logo-large-wrap {
		max-width: 170px;
	}
}

@media (min-height: 1000px) {
	.logo-large-wrap {
		max-width: 100%;
	}
}

.-center{
	display: flex;
	align-items:  center;
}
.-center .episode-item_wrap{
	width: 100%;
}
/* ----------------- */

    .media-wrapper ,
    .mejs__container{
        background-color: #f6f6f6;
        color: #222;
        font-family: Helvetica;
        min-width: 100%;
        overflow: hidden;
        position: relative;
        width: 1px;
        height: 100px !important;
    }
    .mejs__controls:not([style*='display: none']){
        background: none !important;
    }
    .mejs__controls{
        height: inherit;
        top: 0;
        bottom: 0;
    }
    .mejs__play > button{
        background-image: url(../images/play-button.svg);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: 57% 50%;
        height: 70px;
        width: 70px;
        border: 3px solid #e6e6e6;
        border-radius: 100px;
    }
    .mejs__pause > button{
        background-image: url(../images/pause-button.svg);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center;
        height: 70px;
        width: 70px;
        border: 3px solid #e6e6e6;
        border-radius: 100px;
    }
    .mejs__time-hovered{
        background: none !important;
    }
    .mejs__time-rail{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #c8c8c8;
        height: 10px;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100%;
    }
    .mejs__time-handle{
        display: none !important;
    }
    .mejs__time-current, 
    .mejs__time-handle-content{
        background: #329c92;
    }
    .mejs__time-buffering, 
    .mejs__time-current,
    .mejs__time-handle,
    .mejs__time-loaded, 
    .mejs__time-hovered,
    .mejs__time-marker, 
    .mejs__time-total{
        height: 10px !important;
        margin: 0 !important;
        left: 0;
        max-width: 100%;
        right: 0;
    }
    .mejs__time{
        color: #000;
        position: absolute;
        bottom: 5px;
        left: 90px;
    }
    .mejs__time.mejs__duration-container{
        left: 125px; 
        display: none  
    }

    .mejs__button.mejs__volume-button.mejs__mute ,
    .mejs__button.mejs__volume-button.mejs__unmute {
       position: absolute;
        right: 150px;
        height: 0;
        bottom: 35px;
    }
    .mejs__horizontal-volume-slider{
        position: absolute;
        right: 100px;
        bottom: 25px;
        height: 20px;
    }
    .mejs__mute > button,
    .mejs__unmute > button{
        background-image: url(../images/speaker.svg);
        background-size: 16px;
        background-position: center;
        /*background-color: red;*/
        background-repeat: no-repeat;
        margin: 0;
    }
    .mejs__unmute > button{
        background-image: url(../images/speaker_mute.svg);

    }



    .media-wrapper{
        position: relative
    }
    .media-img_cover{
        position: absolute;
        top: 0;
        right: 0;
    }
    .media-img_cover img {
        max-width: 90px;
        width: 100%;
        height: 90px;
    }
    .media-title_block{
        position: absolute;
        left: 100px;
        top: 15px;
        z-index: 5;
        
    }
    .media-title{
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 5px;
    }
    .media-subtitle{
        color: #7a7a7a;
        font-size: 16px;
    }
