.margin-title{
	padding-top: 15px;
}
.playlist-success
{
   display:none;
}
.playlist-fail
{
   display:none;
}
/*.mbox-content h3,*/
.mbox-content p {
 	min-height: unset;
}
.mbox-content h3 {
	font-weight: 500;
}
.exploretabcontent .bx-wrapper .bx-pager.bx-default-pager a {
 width: 17px;
 height: 17px;
 border-radius: 100%;
}
.podcast-numeroues .exploretabcol {
    font-size: 17px;
    padding: 15px 20px;
   	display: inline-flex;
    align-items: center;
}
#prof_container .followLink br:first-child, #prof_container .bolder + br {
	display: block;
}
.droneu-thumb {
	text-align: center;
	margin-bottom: 15px;
}
.droneu-thumb img{
	display: inline;
	width: 150px;
	height: 165px;
}
.embed-responsive{
	margin-bottom: 20px;
}
body.embed-responsive{
	margin-bottom: 0 !important;
}
.mbox-content .notes-gallery-list {
	padding-left: 0;
}
.notes-gallery-title{
	font-size: 22px;
}
.notes-gallery-main{
	margin-top: 15px;
}
.notes-gallery-list li {
    width: calc(100%/3 - 3px);
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
    height: 162px;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #f1f1f1;
    overflow: hidden;
}
.notes-gallery-list li img{
	vertical-align: top;
    object-fit: contain;
}
.notes-gallery {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.mbox-content img {
	width: auto;
	height: auto;
	margin-left: 3px;
	margin-right: 3px;
}
.notes-image{
	max-width: calc(100%/3 - 7px) !important;
}
.notes-image.full-width{
	max-width: 100% !important;
}
.notes-image.alignright {
	float: right;
	margin-top: 5px;
}
#prof_container p {
	display: inline-block;
	width: 100%;
}
#prof_container p:empty {
	display: none;
}
.newyoumaylike h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #ff7b00;
}
.newyoumaylike {
    padding: 30px 25px 0;
}
.slick-dots li button::before {
font-size: 14px;
color: #0a3c55;
opacity: 1;
}
.slick-next:hover::before, .slick-prev:hover::before{
	opacity: 1;
	color: #ff7b00;
}
.slick-dots li {
	margin: 0; 
}
.slick-dots {
	bottom: -12px;
}
.slick-dots li.slick-active button::before {
	color: #ff7b00;
}
.slick-next::before, .slick-prev::before {
	font-size: 20px;
	color: #000;
}
.slick-prev.slick-arrow {
	left: -17px;
}
.slick-next.slick-arrow {
	right: -17px;
}
.slick-next, .slick-prev {
	top: 0;
}
.podcast-slider-main .smart-track-player .spp-track-layer-3 {
	height: 0 !important;
}
.podcast-slider-main .ep-detail {
	border-bottom: none;
}
.podcast-slider-main:not(.slick-initialized){
	display: flex;
}
.podcast-slider-main:not(.slick-initialized) .dpodcast-mbox:nth-child(n+3){
	display: none;
}
.podcast-slider-main .mbox-content {
    min-height: 280px;
}
.dpodcast-mbox {
	box-shadow: 0px 0px 5px #bdbbbb;
}
.podcast-slider-main .dpodcast-mbox {
	background: none;
	box-shadow: none;
	/*box-shadow: 0px 1px 8px #bdbbbb;*/
	/*margin-top: 5px;*/
}
.ep-detail.ed-detail-custom {
	margin: 0;
}
.podcast-slider-main .mbox-content h3 {
	font-size: 20px;
	font-weight: 500;
}
.podcast-slider-main .mbox-img {
	height: auto;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}
.podcast-slider-main .mbox-img img {
	width: 100%;
	object-fit: cover;
	margin: 0;
}
.podcast-slider-main .dpodcast-mbox {
	margin: 0px;
}
@media (max-width: 991px) {
	.podcast-numeroues .exploretabcol{
		padding: 15px 10px;
		border-radius: 6px 6px 0 0;
	}
	.podcast-numeroues .exploretabcol svg {
	    flex: 0 0 18px;
	}
}
@media (max-width: 910px) {
	.exploretabcol {
	    width: 25%;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	}
}
@media (max-width: 768px) { 
	.add_to {
	    top: 20px;
	    right: 29px;
	}
}@media (min-width:600px) and (max-width:991px) {
	.mbox-content h3{
		    line-height: 28px;
	    height: 4em;
	    overflow: hidden;
	}
	.cs-para-content p {
	    line-height: 26px;
	    height: 8.4em;
	    overflow: hidden;
	}
}
@media (max-width: 767px) {
	.podcast-numeroues .exploretabcol{
		flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    margin:0 0 -2px !important;
	    font-size: 14px;
	} 
	.podcast-numeroues .exploretabcol svg{
		margin-bottom: 8px;
		margin-right: 0px
	}
}
@media screen and (max-width: 600px){
	.podcast-slider-main:not(.slick-initialized) .dpodcast-mbox:not(:first-child){
		display: none;
	}
}