*{
    margin:0;
    padding:0;
    border:0;
    outline:none;
}
a{ 
    text-decoration: none; 
}
body{
	font-family: Arial, Helvetica, sans-serif;
}

#wrap{
    position: relative;
}


.mpp-playlist-content{
    display: flex;
    flex-wrap:wrap;
} /*
.mpp-grid .mpp-playlist-content{
    flex-wrap:wrap;
} */
.mpp-playlist-content{
    width: 100%;
} 
.mpp-playlist-item{
	position:relative;
	top:0;
	left:0;
	margin: 0;
    padding: 0;
    width: 100%;
	height:auto;
	touch-action: pan-y;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mpp-drot .mpp-playlist-item{
	display: flex;
    flex-direction: row;
}

.mpp-dbt .mpp-content,
.mpp-dot .mpp-content{
	overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
.mpp-drot .mpp-content{
	overflow: hidden;
    position: relative;
    padding-bottom: 28%;
    width: 50%;
}

.mpp-playlist-item .mpp-video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.mpp-playlist-item .mpp-audio{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.mpp-playlist-item .mpp-thumb,
.mpp-playlist-item .mpp-image{
	position: absolute;
	width: 100%;
    width: calc(100% + 2px);
    max-width: none;
    min-height: 100%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transition: opacity 500ms ease-in;
}
.mpp-video-iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background: #222;
	transition: opacity .5s ease-out;
	opacity: 0;
}
.mpp-media{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mpp-blocker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index:20;
}
.mpp-dbt .mpp-info{
	position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
    max-height: 100px;
}
.mpp-dot .mpp-info{
	position: absolute;
    left: 0;
    padding: 10px;
    margin: 0;
    width: 100%;
    overflow:hidden;
    box-sizing: border-box;
    line-height: normal;
}
.mpp-drot .mpp-info{
	position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
    height: 100%;
    flex: 1;
    width: 50%;
}

.mpp-title {
	font-size:15px;
}
.mpp-date{
	font-size: 12px;
}
.mpp-description {
	font-size: 13px;
}





/* skins */

.mpp-skin-light .mpp-playlist-item,
.mpp-skin-light .mpp-info{
	background: #fff;
}
.mpp-skin-light .mpp-title {
	color:#484848;
}
.mpp-skin-light .mpp-date {
	color:#b1b1b1;
}
.mpp-skin-light .mpp-description {
	color:#777;
}

.mpp-skin-dark .mpp-playlist-item,
.mpp-skin-dark .mpp-info{
	background: #242424;
}
.mpp-skin-dark .mpp-title {
	color:#efefef;
}
.mpp-skin-dark .mpp-date {
	color:#888;
}
.mpp-skin-dark .mpp-description {
	color:#bbb;
}
.mpp-skin-dark .mpp-playlist-item-active{
	background: #fff;
}

/* playlist item animation */

.mpp-playlist-item-active{
    z-index: 10;
}

.mpp-anim-default .mpp-info{
    bottom: 0;
    max-height: 100px;
}
.mpp-anim-scale .mpp-playlist-item-active{
	transition: transform 0.4s ease-out;
    transform: scale(1.1);
}
.mpp-anim-thumb-zoom .mpp-playlist-item-active .mpp-thumb{
    transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}

.mpp-anim-play-btn .mpp-media {
	background-image: url("play-button.svg");
	background-position:center center;
	background-repeat: no-repeat;
}
.mpp-anim-play-btn .mpp-playlist-item-active .mpp-media{
    background-image: url("");
}


.mpp-dot.mpp-anim-from-bottom .mpp-playlist-item{
    overflow: hidden;
}
.mpp-dot.mpp-anim-from-bottom .mpp-info{
    transition: transform 0.2s ease-out;
    top: 100%;
    max-height: 90px;
}
.mpp-dot.mpp-anim-from-bottom .mpp-playlist-item-active .mpp-info{
    transform:translateY(-100%);
}


.mpp-dot.mpp-anim-expand .mpp-content{
    transition: transform 0.2s ease-out;
}
.mpp-dot.mpp-anim-expand .mpp-info{
    height: 101px;
    bottom: 0;
    transition: all 0.2s ease-out;
}
.mpp-dot.mpp-anim-expand .mpp-playlist-item-active .mpp-content{
    transform: translateY(-50px);
}
.mpp-dot.mpp-anim-expand .mpp-playlist-item-active .mpp-info{
    transform: translateY(50px);
}

.mpp-dot.mpp-anim-both-down .mpp-playlist-item{
	overflow: hidden;
}
.mpp-dot.mpp-anim-both-down .mpp-content{
	transition: transform 0.2s ease-out;
    transform: translateY(-50px);	
}
.mpp-dot.mpp-anim-both-down .mpp-info{
	transition: transform 0.2s ease-out;
    bottom: 0;
    max-height: 100px;
}
.mpp-dot.mpp-anim-both-down .mpp-playlist-item-active .mpp-content{
	transform: translateY(0);
}
.mpp-dot.mpp-anim-both-down .mpp-playlist-item-active .mpp-info{
	transform: translateY(100px);
}

.mpp-dot.mpp-anim-both-up .mpp-playlist-item{
	overflow: hidden;
}
.mpp-dot.mpp-anim-both-up .mpp-content{
	transition: transform 0.2s ease-out;
}
.mpp-dot.mpp-anim-both-up .mpp-info{
	transition: transform 0.2s ease-out;
	top: 100%;
	max-height: 100px;
}
.mpp-dot.mpp-anim-both-up .mpp-playlist-item-active .mpp-content{
	transform: translateY(-30px);
}
.mpp-dot.mpp-anim-both-up .mpp-playlist-item-active .mpp-info{
	transform: translateY(-100%);
}

.mpp-dot.mpp-anim-center .mpp-info{
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.mpp-dot.mpp-anim-center-in .mpp-info{
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease-out;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
}
.mpp-dot.mpp-anim-center-in .mpp-playlist-item-active .mpp-info{
    opacity: 1;
}

.mpp-dot.mpp-anim-center-out .mpp-info{
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity:1;
}
.mpp-dot.mpp-anim-center-out .mpp-playlist-item-active .mpp-info{
    display: none;
}



/* shadow */

.mpp-shadow1 .mpp-playlist-item{
	box-shadow: 1px 1px 5px 0px rgba(77, 77, 77, 0.38);
}
@media (max-width: 500px) { 
	.mpp-shadow1 .mpp-playlist-item{
		box-shadow: none;
	}
}

/* icons */

.mpp-controls{
	position: absolute;
	display: flex;
    flex-wrap:nowrap;
    z-index: 30;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.mpp-playlist-item-active .mpp-controls{
	opacity: 1;
}
.mpp-controls-tl .mpp-controls{
	top:0;
	left:0;
}
.mpp-controls-tr .mpp-controls{
	top:0;
	right:0;
}
.mpp-controls-bl .mpp-controls{
	bottom:0;
	left:0;
}
.mpp-controls-br .mpp-controls{
	bottom:0;
	right:0;
}
.mpp-controls-c .mpp-controls{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.mpp-contr-btn{
	background: rgba(0,0,0,0.3);
	width:45px;
	height:45px;
	box-shadow: none!important;
	border:none!important;
	outline:none!important;
	display: flex;
	align-items: center;
}
.mpp-contr-btn svg{
	height:15px;
	color:#ddd;
	fill:currentColor;
	display: block;
	margin: 0 auto;
}
.mpp-contr-btn:hover svg{
	color:#fff !important;
}


.mpp-hidden {
	opacity: 0; 
	transition: opacity 300ms ease-out;
}
.mpp-visible {
	opacity: 1;
	transition: opacity 250ms ease-in;
}
.mpp-lightbox-all,
.mpp-link-all{
	cursor: pointer;
}

.mpp-load-more{
	display: inline-block;
    background: #6f6f6f;
    color: #fff;
    padding: 10px 50px;
    font-size: 15px;
    position: relative;
    margin: 10px 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0;
}
.mpp-load-more:hover{
	background: #ddd;
}


.mpp-playlist-loader{
	position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #03a9f4;
    -webkit-animation: mpp-rotateplane 1.2s infinite ease-in-out;
    animation: mpp-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes mpp-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes mpp-rotateplane {
    0% { 
   	 	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
   	 	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
   	 	transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
   	 	-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    	-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.mpp-video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: none;

  border-radius: 100%;  
  -webkit-animation: mpp-scaleout 1.0s infinite ease-in-out;
  animation: mpp-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes mpp-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes mpp-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* custom content */

.mpp-playlist-item-custom-content{
	display: none;
}



