/* wrapper */
#fsp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fafafa;
	z-index: 999999;
}

/* close button */
#fsp-close {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #ccc;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	cursor: pointer;
	z-index: 999999999;
	background-color: #000;
}
#fsp-close:hover {
	color: #fff;
	border-color: #fff;
}
#fsp-close .fa {position: absolute; top: calc(50% - 11px); left: calc(50% - 8px);}

/* left side */
#fsp-left {
	position: relative;
	float: left;
	width: calc(100% - 350px);
	height: 100%;
	background-color: #000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#fsp-video {
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#fsp-video.ad-visible {height: calc(100% - 130px);}

#fsp-ad {
	width: 100%;
	height: 130px;
	padding: 20px;
	background-color: #000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#fsp-toggle-fullscreen {
	display: block;
	position: absolute;
	/*top: calc(50% - 30px);*/
	bottom: 0;
	left: 0;
	height: 60px;
	width: 12px;
	background-color: #000;
	color: #fafafa;
	cursor: pointer;
	opacity: 0.5;
}
#fsp-toggle-fullscreen:hover {opacity: 1;}
#fsp-toggle-fullscreen .fa {position: absolute; top: calc(50% - 7px); left: calc(50% - 2px);}

/* right side */
#fsp-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	background-color: #191919;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#fsp-moviebox {width: 100%; background-color: #191919; padding: 10px 15px; color: #cccccc;}
#fsp-moviebox a {color:#0090a7; text-decoration: none;}
#fsp-moviebox a:hover {color:#0090a7; text-decoration: underline;}
#fsp-moviebox-genres {margin: 12px 0 0 0; padding: 0; font-size: 12px;}
#fsp-moviebox-genres a {color: #0090a7; text-decoration: none;}
#fsp-moviebox-genres a:hover {color: #0090a7; text-decoration: underline;}
#fsp-moviebox-desc {margin: 9px 0; padding: 0; font-size: 13px;}
#fsp-moviebox-credits {margin: 0 0 10px 0; font-size: 12px !important;}
#fsp-moviebox-movielink {display: inline-block; margin-bottom: 5px; color: #0090a7 !important; text-decoration: underline !important;}
#fsp-moviebox-videos-link {display: inline-block; color: #0090a7 !important; cursor: pointer; font-size: 13px;}
#fsp-moviebox-videotype {padding: 3px 6px 3px 0; margin: 3px 0 0 0; /*background-color: #0c0c0c;*/ font-size: 13px; font-style: italic; color: #cccccc;}

#fsp-right h3 {
	width: 100%;
	margin: 0;
	padding: 8px 15px;
	background-color: #000;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #eaeaea;
}

#fsp-thumbs {height: 100%; padding: 15px; padding-bottom: 35px; overflow:hidden; overflow-y: scroll;}
#fsp-thumbs-title {cursor: pointer;}
#fsp-thumbs-sort {
	padding: 15px;
	border-bottom: 2px solid #000;
}
#fsp-thumbs-sort ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#fsp-thumbs-sort ul li {
	padding: 2px 0 2px 10px;
	font-size: 13px;
	color: #cccccc;
	cursor: pointer;
}
#fsp-thumbs-sort ul li:hover {color: #fff;}
#fsp-thumbs-sort ul li .fsp-middot {color: #191919; font-weight: bold;}
#fsp-thumbs-sort ul li.active {color: #fff;}
#fsp-thumbs-sort ul li.active .fsp-middot {color: #fff;}

.fsp-thumb {margin-left: 1px; margin-right: 1px; width: 100%; margin-bottom: 15px; position: relative; cursor: pointer;}
.fsp-thumb-img {
	position: relative;
	/*height: 150px;*/
	height: 142px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 50%;
}
.fsp-thumb-img img {width: 100%;}
.fsp-thumb-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 3px 10px;
	height: 45px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
}
.fsp-thumb-title h4.movie_list_item {
	max-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #0090a7;
}
.fsp-thumb-title h4 a.movie_title_link:hover {color:#0090a7 !important;}
.fsp-thumb-play {
	position: absolute;
	/*top: calc(50% - 22px);*/
	top: 50%;
	left: calc(50% - 25px);
	width: 50px;
	height: 45px;
	background: rgba(255,255,255,0);
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 20px;
	padding-top: 7px;
	display: block;
	opacity: 0.85;
}
.fsp-thumb .fsp-thumb-play:hover {background: rgba(255,255,255,0.3); opacity: 1;}
.fsp-thumb:hover  .fsp-thumb-play {background: rgba(255,255,255,0.3); opacity: 1;}

.fsp-fix-body {position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
/* .fsp-rotate-body nepouzivat - po dalsom otoceni mobilu sa to toci dalej */
.fsp-rotate-body {
	transform: rotate(90deg);
	transform-origin: bottom left;
	position: absolute;
	top: -100vw;
	height: 100vw;
	width: 100vh;
}

#fsp-mobile-toggle {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	background: transparent;
	border-right: 5px solid #bfbfbf;
	font-size: 18px;
	cursor: pointer;
	z-index: 999999998;
	width: 0px;
}

#fsp-mobile-toggle span {
	position: fixed;
	/*top: calc(50% - 30px);*/
	bottom: 0;
	right: 0;
	/*height: 60px;*/
	height: 50px;
    width: 16px;
    /*padding: 19px 20px 5px 10px;*/
	padding: 14px 20px 5px 10px;
	border-top-left-radius: 8px;
    /*border-bottom-left-radius: 8px;*/
	-webkit-border-top-left-radius: 8px;
    /*-webkit-border-bottom-left-radius: 8px;*/
	-moz-border-top-left-radius: 8px;
    /*-moz-border-bottom-left-radius: 8px;*/
	-o-border-top-left-radius: 8px;
    /*-o-border-bottom-left-radius: 8px;*/
	background-color: #bfbfbf;
	color: #191919;
	cursor: pointer;
	z-index: 999999997;
}

#fsp-mobile-toggle.fsp-mobile-toggle-pos-left {
	right: 300px;
}
#fsp-mobile-toggle.fsp-mobile-toggle-pos-left span {
	right: 300px;
}

/* fullscreen settings */
#fsp-left.fsp-fullscreen {width: 100%;}
#fsp-ad.fsp-fullscreen {display: none;}
#fsp-right.fsp-fullscreen {right: -350px;}
#fsp-toggle-fullscreen.fsp-fullscreen {left: -20px; /*top: calc(50% + 80px);*/ width: 20px; background-color: #4a4a4a;}
#fsp-toggle-fullscreen.fsp-fullscreen .fa {left: calc(50% - 4px);}
#fsp-video.fsp-fullscreen {height: 100%;}

/* embed fsp player */
.fsp-embed-player {
	width: 100%;
	background-color: #000;
	/* margin: 30px 0; */
	position: relative;
	background-size: cover;
}
#fsp.embed {position: absolute; z-index: 10;}
#fsp.embed #fsp-left {width: 100%;}
#fsp.embed #fsp-right {display: none;}
#fsp.embed #fsp-close {display: none;}
#fsp.embed #MafabPlayer:hover #fsp-btn-compress {display: none;}
#fsp.embed:hover #fsp-btn-expand {display: block;}
#fsp.embed #MafabPlayerPrevious,
#fsp.embed #MafabPlayerNext {display: none;}
#fsp.embed .skipAdBox,
#fsp.embed .skipAdCounterBox {bottom:25%; right:0;}
#fsp.embed #fsp-mobile-toggle {display: none;}
.mafab_player_btn_volume_big {position:absolute; top:35px; left:20px; display:block; opacity:0.75; text-shadow:1px 1px rgba(0,0,0,0.3); transition: all .3s ease-in-out; z-index:5; cursor:pointer;}
.mafab_player_btn_volume_big:hover {opacity:1;}
.mafab_player_btn_volume_big .animation_icon {float:left; font-size:22px; line-height:22px; width:32px;}
.mafab_player_btn_volume_big .animation_icon i {font-size:26px; line-height:26px;}
.mafab_player_btn_volume_big .animation_text {float:left; font-size:16px; line-height:26px;}

@media (max-width: 992px){
	#fsp-left {width: 100%;}
	#fsp-right {display: none;}
	#fsp-right {width: 300px;}

	#fsp-video.ad-visible {height: calc(100% - 110px);}
	#fsp-ad {height: 110px; padding: 5px;}

	#fsp-mobile-toggle {display: block;}
	#fsp-toggle-fullscreen {display: none;}

	#fsp.fsp-vertical:not(.embed):not(.fsp-pinned) #fsp-left {
		height: 45%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#fsp.fsp-vertical:not(.embed):not(.fsp-pinned) #fsp-right {
		display: block;
		width: 100%;
		height: 55%;
		position: absolute;
		top: 45%;
		left: 0;
		overflow-y: scroll;
	}
	#fsp.fsp-vertical:not(.embed):not(.fsp-pinned) #fsp-thumbs-wrapper {
		height: auto !important;
	}
	#fsp.fsp-vertical:not(.embed):not(.fsp-pinned) #fsp-thumbs {
		overflow: initial;
	}
	#fsp.fsp-vertical:not(.embed):not(.fsp-pinned) #fsp-mobile-toggle {
		display: none;
	}
}

@media screen and (orientation:portrait) and (max-width: 992px){

}
@media screen and (orientation:landscape) and (max-width: 992px){
	#fsp-ad {display: none;}
	#fsp-video, #fsp-video.ad-visible {width: 100%; height: 100%;}
	#fsp-mobile-toggle {display: none;}
	#fsp-right {display: none!important;}
}

/* floating minimized player */
#fsp-btn-close-pinned {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #000;
	z-index: 10;
}
#fsp-btn-close-pinned:hover {
	color: #fff;
	border-color: #fff;
}
#fsp-btn-compress, #fsp-btn-expand {
	display: none;
	position: absolute;
	bottom: 46px;
	right: 7px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #000;
	z-index: 10;
}
#fsp.embed #fsp-btn-compress, #fsp.embed #fsp-btn-expand {
	bottom: 8px;/*19px*/
}
#fsp-btn-compress:hover, #fsp-btn-expand:hover {
	color: #fff;
	border-color: #fff;
}

body[data-fsp-pin-blocked="1"] #fsp-btn-expand, body[data-fsp-pin-blocked="1"] #fsp-btn-compress {display:none!important;}
#fsp.fsp-unpinned {
	right: 0;
	top: initial;
	left: initial;
	bottom: 0;
}

/* pinned mini player on mobile - start */
#fsp-mp-wrapper, .fsp-mp {
	display: none;
	position: fixed;
	top: initial;
	left: initial;
	bottom: 15px;
	right: 15px;
	width: calc(100% - 30px);
	height: 80px;
	background-color: #fff;
	box-shadow: 2px 3px 12px rgba(0,0,0,.25);
	overflow-wrap: break-word; /*only for debugging*/
	z-index: 1000;
}
.fsp-mp.fsp-mp-visible {display: block;}
.fsp-mp.fsp-mp-hidden {display: hidden;}

	.fsp-mp .fsp-mp-left {
		position: relative;
		float: left;
		width: 140px;
		height: 80px;
		background-color: #000;
		/*overflow: hidden;*/
	}
		.fsp-mp .fsp-mp-video {
			z-index: 1;
		}
		.fsp-mp .fsp-mp-left .fsp-mp-video-image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			z-index: 2;
			cursor: pointer;
		}
			.fsp-mp .fsp-mp-left .fsp-mp-video-image .mafab-play-btn {
				display: block;
				position: absolute;
				top: calc(50% - 20px);
				left: calc(50% - 21px);
				width: 42px;
				height: 40px;
				font-size: 19px;
				padding-top: 5px;
				opacity: 0.85;
			}
			.fsp-mp .fsp-mp-left .fsp-mp-video-image .mafab-play-btn.active {
				background-color: rgba(255,255,255,0.3);
			}
		.fsp-mp .fsp-mp-left .fsp-mp-video-overlay {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3;
			cursor: pointer;
		}
			.fsp-mp .fsp-mp-left .fsp-mp-video-overlay .mafab-play-btn {
				display: none;
				position: absolute;
				top: calc(50% - 20px);
				left: calc(50% - 21px);
				width: 42px;
				height: 40px;
				font-size: 19px;
				padding-top: 5px;
				opacity: 0.85;
			}
			.fsp-mp .fsp-mp-left .fsp-mp-video-overlay .mafab-play-btn.active {
				/*display: block;*/
				background-color: rgba(255,255,255,0.3);
			}
		/*moze ist toto prec?*/
		.fsp-mp #fsp.fsp-mp-embed {
			z-index: 1;
		}
	.fsp-mp .fsp-mp-right {
		float: left;
		width: calc(100% - 140px);
		height: 80px;
		font-size:11px;
	}
		.fsp-mp-right .fsp-mp-movie-details {
			float: left;
			width: 100%;
			height: 40px;
			/*overflow: hidden;*/
			position: relative;
		}
			.fsp-mp-movie-details .fsp-mp-movie-rating {
				float: left;
				width: 22px;
				padding: 11px 0 0 10px;
			}
				.fsp-mp-movie-rating .fsp-mp-movie-rating-square {
					display: inline-block;
					width: 12px;
					height: 12px;
					background-color: #ccc;
				}
			.fsp-mp-movie-details .fsp-mp-movie-title-year {
				float: left;
				width: calc(100% - 40px);
				padding: 10px 10px 10px 5px;
				/*
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				*/
			}
				.fsp-mp-movie-details .fsp-mp-movie-title {
					color: #30302e;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
				}
					.fsp-mp-movie-details .fsp-mp-movie-title a,
					.fsp-mp-movie-details .fsp-mp-movie-title a:hover {
						color: #002c3e;
						text-decoration: none;
					}
				.fsp-mp-movie-details .fsp-mp-movie-year {
					color: #777;
				}
			.fsp-mp-movie-details .fsp-mp-movie-genres {
				width: calc(100% - 66px);
				position: absolute;
				bottom: -20px;
				left: 27px;
				height: 20px;
				line-height: 20px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}

		.fsp-mp-right .fsp-mp-ad-info,
		.fsp-mp-right .fsp-mp-btns {
			float: left;
			width: 50%;
			height: 40px;
			overflow: hidden;
		}
		.fsp-mp-right .fsp-mp-ad-info {
			padding-left: 10px;
		}
			.fsp-mp-right .fsp-mp-btns .fsp-mp-btn {
				float: right;
				width: 40px;
				height: 40px;
				text-align: center;
				font-size: 18px;
				line-height: 40px;
				color: #777;
				cursor: pointer;
			}
			.fsp-mp-right .fsp-mp-btns .fsp-mp-btn:hover {
				color: #30302e;
			}
			.fsp-mp-right .fsp-mp-btns .fsp-mp-btn.fsp-mp-btn-fullscreen {
				display: none;
			}
			.fsp-mp-right .fsp-mp-btns .fsp-mp-btn.fsp-mp-btn-menu {
				font-size: 30px;
				line-height: 38px;
			}

	.fsp-mp .fsp-mp-close {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #777;
		background-color: #fff;
		font-size: 14px;
		line-height: 22px;
		color: #777;
		text-align: center;
		padding: 0;
		cursor: pointer;
	}
	.fsp-mp .fsp-mp-close:hover {
		border-color: #30302e;
		color: #30302e;
	}

	.fsp-mp .z-index-1 {z-index:1!important;}
	.fsp-mp .z-index-2 {z-index:2!important;}
	.fsp-mp .z-index-3 {z-index:3!important;}

	.fsp-mp-fullscreen {z-index:99999!important;}

	#fsp.fsp-mp-embed {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#fsp.fsp-mp-embed #fsp-left {width: 100%; height:100% !important;}
	#fsp.fsp-mp-embed #fsp-right {display: none !important;}
	#fsp.fsp-mp-embed #fsp-close {display: none;}
	#fsp.fsp-mp-embed #MafabPlayer:hover #fsp-btn-compress {display: none;}
	#fsp.fsp-mp-embed #MafabPlayerPrevious,
	#fsp.fsp-mp-embed #MafabPlayerNext {display: none !important;}
	#fsp.fsp-mp-embed .skipAdBox,
	#fsp.fsp-mp-embed .skipAdCounterBox {bottom:20%; right:0px;}
	#fsp.fsp-mp-embed #fsp-mobile-toggle {display: none;}
	#fsp.fsp-mp-embed .plyr__controls.plyr--full-ui {display: none;}
	#fsp.fsp-mp-embed .fsp-mp-video .mafab_player_title {display: none;}

	/*
	#fsp.embed-pinned {position: absolute; z-index: 1;}
	#fsp.embed-pinned #fsp-left {width: 100%;}
	#fsp.embed-pinned #fsp-right {display: none;}
	#fsp.embed-pinned #fsp-close {display: none;}
	#fsp.embed-pinned #MafabPlayer:hover #fsp-btn-compress {display: none;}
	*/
	/* #fsp.embed-pinned:hover #fsp-btn-expand {display: block;} */
	/*
	#fsp.embed-pinned #MafabPlayerPrevious,
	#fsp.embed-pinned #MafabPlayerNext {display: none;}
	#fsp.embed-pinned .skipAdBox,
	#fsp.embed-pinned .skipAdCounterBox {bottom:20px; right:46px;}
	#fsp.embed-pinned #fsp-mobile-toggle {display: none;}
	*/

/* pinned mini player on mobile - end */


@media (min-width:768px) and (max-width:1399px){
	#fsp .mafab-video-player .plyr__progress {width: calc(100% - 350px);}
	#fsp .mafab-video-player .plyr__volume, .plyr__progress {min-width: 69px;}
}
@media (max-width: 767px){
	#fsp.fsp-pinned {
	    top: initial;
	    left: initial;
	    top: 0;
	    right: 0;
	    width: 100%;
		height: 370px;
	    box-shadow: 2px 3px 12px rgba(0,0,0,.25);
	}
	/*
	#fsp.fsp-pinned:hover #fsp-btn-expand {display: block;}
	#fsp.fsp-pinned #MafabPlayerPrevious,
	#fsp.fsp-pinned #MafabPlayerNext {display: none;}
	#fsp.fsp-pinned .skipAdBox,
	#fsp.fsp-pinned .skipAdCounterBox {bottom:20px; right:46px;}
	*/
}
@media (max-width: 450px){
	#fsp.fsp-pinned {height: 205px;}
}
@media (min-width:451px) and (max-width: 530px){
	#fsp.fsp-pinned {height: 290px;}
}
@media (min-width:531px) and (max-width: 649px){
	#fsp.fsp-pinned {height: 330px;}
}

@media (min-width:768px){
	#fsp {
		height: 100%;
		/*transition: width .5s ease-in-out, height .5s ease-in-out, transform .5s ease-in-out;*/
	}
	#fsp.fsp-pinned {
		top: initial;
		left: initial;
		right: 20px;
		bottom: 20px;
		width: 380px;
		height: 238px;
		box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.25);
	}
	/*
	#fsp.fsp-pinned #fsp-close,
	#fsp.fsp-pinned #fsp-mobile-toggle {
		display: none;
	}
	*/
	#MafabPlayer:hover #fsp-btn-compress {
		display: block;
	}
	#fsp.fsp-pinned #MafabPlayer:hover #fsp-btn-compress {
		display: none;
	}
	#fsp.fsp-pinned #fsp-left {width: 100%;}
	#fsp.fsp-pinned #fsp-left #fsp-video.ad-visible {height: 100%;}
	#fsp.fsp-pinned #fsp-right,
	#fsp.fsp-pinned #fsp-ad {display: none;}
	/*#fsp.fsp-pinned:hover #fsp-btn-expand {display: block;}*/
	/*#fsp.fsp-pinned:hover #fsp-btn-close-pinned {display: block;}*/
	#fsp.fsp-pinned .skipAdBox,
	#fsp.fsp-pinned .skipAdCounterBox {bottom:25%; right:0;}
}
#fsp.fsp-pinned:hover #fsp-btn-expand {display: block;}
#fsp.fsp-pinned #fsp-close,
#fsp.fsp-pinned #fsp-mobile-toggle {
	display: none;
}
#fsp.fsp-pinned:hover #fsp-btn-close-pinned {display: block;}
@media (min-width:1200px){
	#fsp.fsp-pinned {
		right: 30px;
		bottom: 30px;
		width: 400px;
		height: 250px;
	}
	#fsp.fsp-pinned #fsp-btn-expand {
		bottom: 7px;
	}
	#fsp.embed .plyr__progress,
	#fsp.fsp-pinned .plyr__progress {
		min-width: 68px !important;
	}
}
/* floating minimized player END */

@media (max-width:767px){
	#fsp.embed #fsp-btn-expand,
	#fsp.fsp-pinned #fsp-btn-expand {
		bottom: 7px;
	}


	#fsp.embed .mafab-video-player .skipAdBox,
	#fsp.embed .mafab-video-player .skipAdCounterBox,
	#fsp.fsp-pinned .mafab-video-player .skipAdBox,
	#fsp.fsp-pinned .mafab-video-player .skipAdCounterBox {
		bottom: 25%;
	}
	#fsp.embed .skipAdBox,
	#fsp.fsp-pinned .skipAdBox {
		width: 95px;
		height: 23px;
	}
	#fsp.embed .skipAdCounterBox,
	#fsp.fsp-pinned .skipAdCounterBox {
		width: 125px;
		height: 23px;
	}
	#fsp.embed .skipAdTitle,
	#fsp.fsp-pinned .skipAdTitle {
		font-size: 10px;
	}
	#fsp.fsp-pinned #MafabPlayerPrevious,
	#fsp.fsp-pinned #MafabPlayerNext {display: none;}
	/*#fsp.fsp-pinned #fsp-right {display: none;}*/
}
