body{
	margin:0;
	padding:0;
	color:#272525;
	margin-right: calc(100% - 100vw);
	overflow-x:hidden;
	background: #516fa7;
}
header{ 
	color:#fff;
	height:80px;
	padding: 10px 40px;
	background: #516fa7;
}
#content{
	padding:20px;
	background: url(https://www.playpodcast.net/wp-content/uploads/2020/08/bg-pattern.png);
}
#moreepi::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#moreepi::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#moreepi::-webkit-scrollbar-thumb
{
	
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #7b889c;
	height: 40px;
}

#moreepi{
	height:610px;
	
	margin:0;
	line-height: 20px;
	width:100%;
	
	position: relative;
}

#similarPodcasts{
	width:100%;
	max-width:1180px;
	margin: 0 auto 10px;
}
#searchepisode{
	display:none;
	float:right;
	margin-right:17px;
	position:relative;
	margin-top:-40px;
	
}
#searchepi{
	border-radius: 0px;
	padding:6px;
	color:#fff;
	background:#405578;
	width: 235px;
	height:25px;
	border:0;
	outline: none;
	border-radius:8px;
}
#searchepi::placeholder{
	color:#fff;
}
#episearchbutton{
	position:absolute;
	top:4px;
	right: 4px;
	padding: .35em .8em;
}
#searchItem{
	position: relative;
    display: inline-block;
    width: 18px;
    /* line-height: 80px; */
    text-align: center;
    top: -11px;
    padding: 4px;
}
img.lazyload:not([src]) {
	visibility: hidden;
}
.podNr{
	position: absolute;left: 0px; top: 8px;background-color: #516fa7;width: 37px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;height: 18px;color: #fff;box-shadow: 2px 2px 7px #000;font-weight: bold;line-height: 18px;font-size: 16px;
}
.episodeName{
	height:20px;
	width:100%;
	overflow:hidden;
	display:block;
}
.epirow
{
	background-color: #536b92;
	background: linear-gradient(90deg, rgba(76,100,139,1) 0%, rgba(64,85,120,1) 100%);
	margin-bottom:10px;
	width: calc(100% - 60px);
	display: block;
	height: 70px;
	overflow: hidden;
	color:#fff;
	font-size:14px;
	cursor: pointer;
	transition: 0.2s;
	position:relative;
	padding: 8px 38px 5px 5px;
	transition: 0.25s;
	box-shadow: 3px 3px 6px #536b92;
	border-radius:8px;
}
			
@media only screen and (max-width: 40.063em){
	.episodeName{
		height:40px;
	}
	.epirow{
		height:80px;
		padding: 8px 5px 5px 5px;
		width: 96%;
	}
	#searchepisode{
		
	}
	#searchepi{
		width: 182px;
	}
	#moreepi{
		width:100%;
	}
	#lastepisode{
		width:100%;
	}
}

.bc{
	background: linear-gradient(90deg, rgba(47,190,183,1) 0%, rgba(54,166,160,1) 33%, rgba(47,190,162,1) 100%) !important;
	border-bottom: 0!important;
	box-shadow: 3px 3px 6px #60cec0!important;
}



.bg
{
	background-color:#4c648b;
	background: linear-gradient(90deg, rgba(76,100,139,1) 0%, rgba(64,85,120,1) 100%);
}

.epiplayed
{
	position: absolute;
    right: 23px;
    top: 7px;
    color: #32b1a0;
    font-size: 37px;
    opacity: 0;
}

.bc .epiplayed{
	color:#fff;
}
#playerScreen{
	display:none;
}




#epititle{
	font-size:14px;
	display:block;
}
.full #epititle{
	max-width:90%;
	text-align:center;
	margin:0 auto;
}

.marq {
  white-space: nowrap; 
  overflow: hidden;
  animation: marquee 7s infinite alternate ease-in-out;
  
}
.full .marq{
	overflow: auto;
	animation:none;
	white-space: normal;
}
.marq:hover {
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  -42% {text-indent: 0%;}
  0% {text-indent: -42%;}
}

#playerimg{
	float:left;
	width:45px;
	margin-right:5px;
}
.full #playerimg{
	float:none;
	width:100%;
	border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 19%);
}
.progressepisode
{
	float:left;
	margin-top: 2px;
	width:calc(100% - 174px);
	max-width:800px;
	
}
.full .progressepisode{
	width:calc(100% - 20px);
	float:none;
	max-width: none;
	margin: 0 auto;
}
.currentsec{
	float:left;
	margin-right:10px;
	width:70px;
	margin-top: -6px;
}
.full .currentsec{
	position:absolute;
	left:0px;
	top:-20px;
}
.totalsec{
	float:left;
	margin-left:10px;
	width:70px;
	margin-top: -6px;
}
.full .totalsec{
	position:absolute;
	right:0px;
	top:-20px;
}
.playerprogress{
	clear:both;
	margin:0 auto;
	padding-top: 15px;
	width:70%;
}
.full .playerprogress{
	position:relative;
	margin-top: 30px;
	width:90%;
	float:none;
	left: auto;
	max-width: 1100px;
	top: auto;
}
.playbuttons{
	float:left;
	width:120px;
	font-size:17px;
	margin-left: calc(100% / 2 - 65px);
	display:none;
}
.full .playbuttons{
	width: 200px;
	margin:0 auto;
	float:none;
	text-align:center;
	zoom: 1.4;
	    
}
.playerbuttons{
	float:left;
	margin:0;
	width: 100%;
	position: absolute;
    top: 34px;
}
.full .playerbuttons{
	max-width: 1100px;
	float: none;
    top: -45px;
	height:31px;
}
.playerutil{
	margin-left:4px;
	
}
.full .playerutil{
	position:relative;
	max-width: 1100px;
	margin: 60px auto 0;
	width:100%;
}
.catLink{
	background: #32b5a18a;
    color: #1e0a0a;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 8px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px 6px 2px 0;
}
.descArea button{
	padding: 7px;
    margin-right: 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    width: 146px;
    --box-shadow: -3px 5px 3px #ccc;
    border: 1px solid #516fa7;
    background: #516fa7;
}

#catList{
	margin-top: 3px;
}
.buttonArea{
	 margin-top: 33px;
}

.shortDesc{
	display: -webkit-box;
	width:100%;
	max-width: 800px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.playerbar{	 
 background: #1f374b;
 background: linear-gradient(90deg, rgba(47,190,183,1) 0%, rgba(54,166,160,1) 33%, rgba(47,190,162,1) 100%);
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100vw;
 padding:4px 2px; 
 height:120px; 
 text-align: left;
 z-index:9999; 
 color:#fff;
 box-shadow: 0px 7px 10px 11px rgba(0,0,0,0.2);
 transition: all .2s;
 
}

.playerbar.full{
	height:100%;
	width:100%;
}
.playerImageArea{
	width:45px;
	height:45px;
	float: left;
	margin-right: 5px;
}
#closePlayerBar{
	display:none;
	
}

.full #closePlayerBar{
	display:block;
	position:absolute;
	right:30px;
	top:10px;
	cursor:pointer;
	font-size:40px;
}
.full .playerImageArea{
	width:60%;
	margin: 30px auto;
	max-width:350px;
	max-height:350px;
	float:none;
	height: auto;
}
.playerrate{
	position: absolute;
	right:10px;
	bottom: 14px;
	user-select: none;
	display:none;
}

.full .playerrate{
	left: 0px;
	bottom:-80px;
	width:100px;
	line-height:16px;
	display:block;
	text-align: center;
	margin-left:5%;
}
.full .playerrate .rateLabel{
	font-size: 13px;
    font-weight: bold;
    color: #2d7672;
	color:#fff;
    text-align: center;
}
 #playertext{
	width:100%;
	overflow-x:hidden;
 }
 .full #playertext{
	 width:100%;
	 overflow: auto;
 }
.playerinfo{
	font-size:8px;
	line-height:1.1;
	white-space: nowrap;
}
.full .playerinfo{
	font-size:16px;
	width:100%;
	text-align: center;
}
.volumebuttons{
	float:left;
	position: absolute;
	right: 20px;
	width: 81px;
	display:none;
}
#fullScreenButton{
	position: absolute;
	right: 20px;
	width: 50px;
	font-size:50px;
	top:-10px;
	cursor:pointer;
}
.full #fullScreenButton{
	display:none;
}
.full .volumebuttons{
	bottom:-80px;
	right:0px;
	width:141px;
	display:block;
	margin-right:7%;
}
#volumeslider{
	float:left;
	width:60px;
	margin-top: 2px;
}
.full #volumeslider{
	width:120px;
}

#playpause{
	width: 42px;
    border-radius: 5px;
    border: 0;
	font-size:23px;
	cursor:pointer;
	background: transparent;
    color: #fff;
	margin:0 8px;
	padding:0;
	transition: 0.3s ease;
}

.buttonPlay{
	margin-top: 5px;
	margin-bottom: -4px;
	display: inline-block;
	cursor: pointer;
}
#playpause:focus{
	outline:0;
}
#playpausealt{
	background: inherit;
	width: 164px;
    border-radius: 5px;
    border: 0;
	border: 1px solid #fff;
	font-size:23px;
    color: #fff;
	margin:8px 8px;
	padding:6px;
	transition: 0.3s ease;
}

.playpausealt{
	background: inherit;
	width: 70px;
	height:34px;
    border-radius: 5px;
    border: 0;
	border: 1px solid #fff;
	font-size:20px;
    color: #fff;
	margin: 8px 5px 8px 0;
	padding:4px;
	transition: 0.3s ease;
	cursor: pointer;
	vertical-align: middle;
}
.playpausealt:focus{
	outline:0;
}


#lastepisode{
	width:32%;
	margin-top:5px;
	height:280px;
	float:left;
	background-color: #2fbeb7;
	background: linear-gradient(90deg, rgba(47,190,183,1) 0%, rgba(54,166,160,1) 33%, rgba(47,190,162,1) 100%);
	color: #fff;
	padding: 10px;
}

	
@media screen and (min-width:500px)
{
	.playbuttons{
		 margin-left: calc(100% / 2 - 30px);
	}
}

@media screen and (min-width: 1200px) {
.playerinfo{
	font-size:11px;
	line-height:1.3;
}
.playerbuttons{
	top: 12px;
}
#showname
{
	display:block;
}
#volumeslider{
	width:100px;
}
.volumebuttons{
	width:120px;
}

.playerprogress{
	width: 400px;
    position: absolute;
    left: calc(100% / 2 - 200px);
    top: 51px;
	padding:0;
}

.playerbar{	 
 padding:4px; 
 height:78px; 

}

#epititle{
	display:inline;
	 white-space: break-spaces;
}

}

@media screen and (min-width: 1300px) {
#playertext{
	width: 250px;
}
.playerbuttons {
    top: 8px;
}
.playerinfo{
	width:450px;
	font-size:12px;
	line-height:1.5;
	white-space: normal;
}

.playerprogress{
	width: 700px;
    position: absolute;
    left: calc(100% / 2 - 350px);
    top: 48px;
}
}

.ui-slider-handle{
	display:none !important;
}
.ui-widget-header {
	background: #58e3a9 !important;
}
.ui-widget-content{
	background: #e3f3f2 !important;
}
.ui-widget.ui-widget-content
{
	border:0 !important;
}
.loadingbar{
	background-image: linear-gradient(45deg, #639ffc 25%, #ffffff 25%, #ffffff 50%, #639ffc 50%, #639ffc 75%, #ffffff 75%, #ffffff 100%);
	background-size: 28.28px 28.28px;
}


.imgpod{ 
	width:200px;
	height:200px;
	float:left;
	margin-right:30px;
	border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}


.modal-content .imgpod{
	width:150px;
	height:150px;
}

.htext{ 
width:100%;
position: absolute;
bottom: 0px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
font-size: 12px;
min-height:40px;
font-weight: bold;
left: 0px;
color: #fff;
background: #000202d4;
background: linear-gradient(transparent 25%,rgba(0,0,0,.65));
height:100%;
opacity:0;
transition: all 0.3s ease;

}
.hinnertext{
	position:absolute;
	transform: translate3d(0,10px,0);
	left:0px;
	width:100%;
	transition: all 0.3s ease;
	transition-delay: .1s;
	bottom:10px;
	opacity:0;
}

.podcast-image {
    border-radius: 8px;
	aspect-ratio: 1 / 1;
	background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}

.videoButton{
	position: absolute;
    right: 78px;
    bottom: 10px;
    border: solid 1px #fff;
    padding: 4px;
    font-weight: bold;
	font-size:14px;
}


.catpod{
	position:relative;
	float:left;
	width:15.6%;
	margin-right:1%;
	box-sizing: border-box;
	margin-bottom:10px;
	font-size:12px;
	text-align:center;
	transition: all 0.2s ease;
}
.sideScroll .catpod {
    float:none;
    display: inline-block;
}

.catpod:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.catpodML{
	position:relative;
	float:left;
	box-sizing: border-box;
	margin-bottom:10px;
	font-size:12px;
	text-align:center;
	transition: all 0.2s ease;
}

.catpodML:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.imgvak{
	float:left;
	width:100%;
	text-align:center;
	max-width:280px;
}
.detail{
	float: left;
	width: 100%;
	min-width: 200px;
	max-width: 390px;
	display: block;
}
.entry-title{
	font-size:38px;
	padding-left: 18px;
}
.episodesButton{
	padding: 6px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    width: 158px;
    color: #fff;
	float:left;
    font-weight: bold;
    backgroud: #ccc;
    background: #33b3a2;
	display:none;
}
.descArea{
	width:100%;
	max-width:1180px;
	margin:0 auto;	
}
.epiArea{
	width:100%;
	padding:4px;
	--background: #d6dff754;
	position:relative;
	clear:both;
	max-width:1180px;
	margin:0px auto;
	padding-top: 30px;
}

.shadow::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
    pointer-events: none;
}
.saveEpi{
	cursor:pointer;
	position: absolute;
	font-size: 18px;
	right: 27px;
    padding: 6px;
    top: 44px;
	z-index: 1;
}
.info{
	color: #fff;
	position: absolute;
	font-size: 19px;
	right: 55px;
	top: 50px;
}
.subText{
	font-weight:600;
	font-size:14px;
	line-height: 12px;
	display:block;
	width:500px;
	color:#fffafa;
	color:#191f5c;
}
.saved{
	color: #5be5ce;
}
.shareEpi{
	color: #fff;
	position: absolute;
	font-size: 18px;
	right: 6px;
	top: 50px;
}
.imgArea{
	float:left;
	width:200px;
	position:relative;
	margin-right: 30px;
}
.ratingArea{
	cursor:pointer;
}

.rated{
	color:#5b85d2;
	font-weight:bold;
}

#nowPlayingText{
	color: #95e495;
	font-weight: 600;
	display:none;
}
.myList{
	cursor:pointer;
	font-size: 18px;
	margin-left:4px;
	margin-right:10px;
}
.myList.saved{
	color: #ff6767;
}
.menu a{
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	line-height:80px;
	padding:4px;
	margin-right:8px;
}
.menu a:first-child {
    margin-left: 40px;
}

.myListPod{
	color:#000;
	transition: all 0.5s ease;
	float:left;
	display:block;
	width:15.6%;
	margin-right:1%;
	box-sizing:border-box;
}
.factCat{
	right:0px;
	top:10px;
	position:absolute;
}
#messageBalloon{
	color:#000;
	right:10px;
	top:80px;
	z-index:999;
	position: absolute;
	border: 1px solid black;
	padding: 10px;
	background-color: white; 
	border-radius: 5px;
}
#searchTerm{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family:'Lato-Regular', sans-serif;
	font-size:20px;
	max-width: 600px;
	width: 100%; 
	height: 44px;
	padding: 8px 20px;
	outline: 1px solid #516fa7;
	outline: unset;
	border: 2px solid #516fa7;
	border-radius: 17px;
	box-shadow: -2px 5px 6px #ccc;
}
#searchTerm:focus{
	border: 2px solid #516fa7;
	outline: unset;
}

.is-style-rounded img{
	border-radius:100%;
}

.blog-content a{
	color: #34aba5;
	text-decoration:none;
}
.blog-content a:hover{
	color:#258984;
}
.interLink{
	border-radius:4px;
	font-weight:bold;
	clear:both;
}

.interLink img{
	max-width:100%;
	display:none;
}
.interLink a{
	color:#7cb1ff;
	display: inline-block;
	margin-left:5px;
}

.interLink a:visited{
	color:#7cb1ff;
}
.alignleft{
	float:left;
}

.interLink a:hover{
	color: #6091d8;
}

.featured-image{
	max-width:100%;
}
.blog-content h2{
	clear:both;
}
.blog-content{
	max-width:790px;
	margin:0 auto;
	font-size: 19px;
	background:#fff;
	padding:10px 30px;
	line-height: 1.6;
	width:100%;
}
.blog-content iframe{
	max-width:100%;
}
.footer-menu a{
	color:#fffafa;
	text-decoration:none;
	line-height: 22px;
	display:block;
	margin: 4px;
}

.playerMargin{
	margin-bottom:80px!important;
}

.listImage{
	width: 80px;
    margin-left: -6px;
    margin-top: -8px;
    height: 80px;
    border-radius: 8px;
    margin-right: 6px;
    float: left;
    display: inline-block;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media only screen and (max-width: 1100px){
.buttonArea{
		clear: both;
	}
}
@media only screen and (max-width: 40.063em){
.playerprogress{
	width:90%;
}
	
	.menu a:first-child {
    margin-left: 0;
}
	.videoButton{
		font-size: 10px;
		padding:3px;
	}
	
	h1{
		font-size:1.6em;
	}
	.shortDesc{
		width:100%;
		-webkit-line-clamp: 2;
	}
	.listImage{
		width: 50px;
		height: 50px;
		margin-left: -2px;
		margin-top: 1px;
		border-radius: 8px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
	}
	#content{
		padding:10px!important;
		transition: 0.3s;
	}
	.content{
		left:0px;
	}
	.mobContent{
		--top:0;
		--position: absolute;
		--left: -100%;
		--width: 89%;
	}
	.info{
		top:57px;
	}
	.saveEpi{
		top:51px;
	}
	
	.shareEpi{
		top:57px;
	}
	.interLink{
		padding:0 10px;
	}
	.blog-content{
		padding:0;
	}
	.entry-meta{
		padding:0 10px;
	}
	.blog-content  p{
		padding:0 10px;
	}
	
	.alignleft{
		float:none;
		padding:0 10px;
	}
	figure{
		margin-block: 0;
		margin-inline: 0;
	}
	.blog-content h1{
		font-size:1.4em;
		padding:10px;
	}
	.blog-content h2{
		font-size:1.2em;
		padding:0 10px;
	}

.subText{
	width:300px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#searchTerm{
	font-size:18px;
	width: 260px; 
	height: 36px;
	padding: 6px 10px;
	
}
	.factCat{
		right:0px;
		top:60px;
		position:absolute;
		width:100px;
	}
	#messageBalloon{
		top:110px;
		padding: 4px;
		font-size:12px;
	}
	.menu{
		clear:both;
	}
	.menu a{
		line-height:18px;
	}
	header{
		height:105px;
		padding: 4px 15px;
	}
	.descArea button{
		margin-right: 5px;
	}
	.imgArea{
		float:none;
		width:150px;
		height:174px;
		margin:0 auto;
		display:block;
	}
	.buttonArea{
		clear: both;
		padding-top: 10px;
		overflow-x:auto;
		white-space:nowrap;
		display:flex;
		margin-top:6px;
	}
	
	.buttonPlay{
	margin-top: -4px;

}
.shadow::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}
#moreepi{
	height: 656px;
	box-shadow: inset -5px -5px 14px rgba(255,255,255,0.45), inset 5px 5px 14px rgba(94,104,121,0.4);
}
#fullScreenButton{
	display:none;
}
.descArea{
	width:100%;
	float:none;
}
.epiArea{
	width:100%;
	box-sizing: border-box;
	float:none;
	margin-top:0px;
	padding-top: 0;
}
.episodesButton{
	display:block;
}
.catpod{
	width:46%;
	margin-right:10px;
}
.sideScroll .catpod{
	width: 200px;
}
.myListPod{
	width:46%;
	margin-right:10px;
}
.catpodML{
	width:100%;
	
}
.entry-title{
	font-size:18px;
	padding:0;
	margin-top: -5px;
}
#txtpart{
	width: 100%;
}

.detail{
	width:100%;
}

.imgvak{
	width:100%;
	text-align:center;
	float:none;
	max-width: none;
	height: 250px;
}
.imgpod{
	width:150px;
	height:150px;
}
.entry-header-column{
	text-align:center;
}
}
@media only screen and (max-width: 420px){
	.subText{ width: 297px; }
}
@media only screen and (max-width: 400px){
	.subText{ width: 277px; }
}
@media only screen and (max-width: 380px){
	.subText{ width: 257px; }
}
@media only screen and (max-width: 360px){
	.subText{ width: 237px; }
}
@media only screen and (max-width: 340px){
	header {
		padding: 4px 6px;
	}
	.subText{ width: 217px; }
}


@media only screen and (max-width: 320px){
	.subText{ width: 217px; }
}


@media only screen and (min-width: 950px){
	.shortDesc{
		max-width: calc(100% - 360px);	
	}
	.descArea{
		box-sizing:border-box;
		padding-right:350px;
	}
}


#debugInfo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: gray;
    color: white;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 1000; /* ensures it stays on top */
}
.adArea{
	width:100%;
	max-width:1180px;
	margin:20px auto 4px;
	height:310px;
}
.adslot { width: 336px; height: 280px; }
.adslotInside { width:728px; height: 90px; }
.adbottom {width:728px; height: 90px; background: none; }


.adAfterEpi { display:block;width: 336px; height: 280px; background: none; }

@media (max-width:940px) { 
	.adAfterEpi { display:block; width: 336px; height: 280px; } 
}
@media (min-width:940px) { 
	.adAfterEpi { display:block; margin:5px; min-width: 920px; min-height: 240px; } 
}

@media (max-width:772px) { 
.adslot { padding-top:5px;display:block!important; clear:both; margin:5px auto; width: 336px; height: 280px; } 
.adslotInside { width:320px; height: 100px; }
.adbottom { width:320px; height: 480px; margin: 0 auto; }
.dekstopad{ max-width:336px!important; }
.adArea{
	height:290px;
}
}
@media (min-width:772px) {
	.adslot { display:inline-block; margin-left:17px; width: 728px; height: 90px; } 
	.adslotInside { width:728px; height: 90px; }
	.adbottom { margin-top:10px; width:728px; height: 90px; }
	.dekstopad { min-width:400px;max-width:728px;width:100%;max-height:280px; }
}

.audibleAd { 
width:67%;float:left;height:120px;text-align:center;padding:10px; background:#fefad9;margin:0 0 10px 17px;
}

.audibleAdB { 
width:67%;float:left;height:120px;text-align:center;padding:10px; background:#ffc0ab;margin:0 0 10px 17px;
}

.audibleAdB a {
	color: #661010;
}

@media only screen and (max-width: 600px) {
.audibleAd { 
	width:100%;
	margin: 10px 0;
	height: 140px;
}

.audibleAdB { 
	width:100%;
	margin: 10px 0;
	height: 140px;
}
}
.sideScroll{
	max-width: 1147px;
    margin: 0 auto;
    height: 210px;
    position:relative;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    margin-block-end: 0;
    padding: 10px 8px;
    overflow-x: scroll;
	overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    list-style: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    scroll-padding: 50px 50px 50px 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
}
.myListPage .sideScroll{
	height:auto;
}
.leftArrow{
	height: 220px;
    top: 0px;
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 50px;
    color: transparent;
    border: 0px;
    position: absolute;
    z-index: 1;
    outline: none 0px;
    opacity: 0;
    border-radius: 0px;
    transition: opacity 0.25s ease 0s, background-color 0.25s ease 0s;
	background-color: #f6f6f6d1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjM3IDE3LjIzN3YtMi40NzRsMTQgMTRjLjY4NC42ODMuNjg0IDEuNzkgMCAyLjQ3NGExLjc0OCAxLjc0OCAwIDAxLTIuNDc0IDBsLTE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEwLTIuNDc0bDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEyLjQ3NCAwYy42ODQuNjgzLjY4NCAxLjc5IDAgMi40NzRsLTE0IDE0eiIgZmlsbD0iIzI3MjUyNSIvPjwvc3ZnPg==);
    left: 0px;
	cursor:pointer;
	display:none;
}

.rightArrow{
	height: 220px;
    top: 0px;
    -webkit-background-position: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 50px;
    color: transparent;
    border: 0;
    position: absolute;
    z-index: 1;
    outline-color: initial;
    outline-style: none;
    outline-width: 0;
    opacity: 0;
    border-radius: 0;
    -webkit-transition: opacity .25s ease, background-color .25s ease;
    transition: opacity .25s ease, background-color .25s ease;
    background-color: #f6f6f6d1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc2MyAxNy4yMzd2LTIuNDc0bC0xNCAxNGExLjc0OCAxLjc0OCAwIDAwMCAyLjQ3NGMuNjgzLjY4NCAxLjc5LjY4NCAyLjQ3NCAwbDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDAwLTIuNDc0bC0xNC0xNEExLjc1IDEuNzUgMCAwMC43NjMgMy4yMzdsMTQgMTR6IiBmaWxsPSIjIzI3MjUyNSIvPjwvc3ZnPg==);
    right: 16px;
	cursor:pointer;
}

.rightArrow:hover, .leftArrow:hover {
    background-color: #f6f6f6f5;
    cursor: pointer;
}

.scrollArea{
	position:relative;
	overflow:hidden;
}

.scrollArea:hover .leftArrow{
	opacity: 1;
}


.scrollArea:hover .rightArrow{
	opacity: 1;
}
@media only screen and (max-width: 40.063em){
	.rightArrow, .leftArrow {
		display:none!important;
	}
}