/* OVERLAY FOR VIDEO POPUPS */
.overlay .mlvp-list-container,
.overlay .mlvp-arrows,
.fa-close.close-overlay {
    display: none !important;
}
.overlay.is-active .mlvp-list-container,
.overlay.is-active .mlvp-arrows,
body.is-overlayed .fa-close.close-overlay {
    display: block !important;
}
.player-container {
	width: 100%;
	min-width: 200px;
}
.overlay {
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.overlay .close,.overlay.is-fullscreen .close {
	display:none;
	position:absolute;
	top:0;
	right:-4em;
	margin:3px;
	color:#eee !important;
	font-weight:bold;
	cursor:pointer
}
.overlay .is-splash .fp-ui {
	-webkit-background-size:25%;
	-moz-background-size:25%;
	background-size:25%
}
.overlay.is-active {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:100;
	background-color:rgba(0,0,0,0.6);
	background:-webkit-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%);
	background:-moz-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%);
	background:-ms-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%);
	cursor:default;
}

/*--- ClOSE Button for Overlay ---*/
i.close-overlay.fa.fa-close {
    position: absolute;
    top: -15px;
    right: -20px;
    font-size: 22px;
    color: #fff;
    z-index: 999;
    border: 2px solid white;
    border-radius: 15px;
    padding: 0px 3px;
	 background: black;
}
.overlay.is-active .close {
	display:block;
}
.overlay.is-active .close:hover {
	text-decoration:underline;
}
#overlay1 {
	background-position:-1px -1px;
}
body.is-overlayed {
overflow:hidden;
}

/*--- Container of Player with Playlist ---*/

.is-active .player-playlist_container {
		max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-height: 900px) {
.is-active .player-playlist_container {
		max-width: 1100px;
}	
}
@media (max-height: 850px) {
.is-active .player-playlist_container {
		max-width: 1000px;
}	
}
@media (max-height: 800px) {
.is-active .player-playlist_container {
		max-width: 900px;
}	
}
@media (max-height: 750px) {
.is-active .player-playlist_container {
		max-width: 850px;
}	
}
@media (max-height: 700px) {
.is-active .player-playlist_container {
		max-width: 750px;
}	
}
@media (max-height: 650px) {
.is-active .player-playlist_container {
		max-width: 700px;
}	
}
@media (max-height: 600px) {
.is-active .player-playlist_container {
		max-width: 650px;
}	
}
@media (max-height: 550px) {
.is-active .player-playlist_container {
		max-width: 550px;
}	
}
@media (max-height: 500px) {
.is-active .player-playlist_container {
		max-width: 450px;
}	
}
@media (max-height: 450px) {
.is-active .player-playlist_container {
		max-width: 400px;
}	
}

/*  COLORS 
############################### */

.vid-item:hover .desc {
	color: #FF8600;		/* <-- hover state color of titles */
}
.no_overlay .vid-item .desc:hover {
    color: #FF8600;
}
.current-vid {
	color: #FF8600 !important;	/* <-- color of title for currently selected video */
}


/* color of playlist arrows */
.mlvp-arrow-left, .mlvp-arrow-right {
	color: white;
}

/* color of playlist arrows when no overlay */
.no_overlay .vid-item .desc {
    color: #333333;
	  font-weight: bold;
		text-align: center;
}
.no_overlay .video-duration {
    color: #333333;
}
.no_overlay .video-number {
    color: #333333;
}
.no_overlay .mlvp-arrow-left, .no_overlay .mlvp-arrow-right {
    color: #333333;
	
}
/* hover color of playlist arrows */
.mlvp-arrow-left:hover, .mlvp-arrow-right:hover {
	color: #FF8600;
}

.ui-body{ border: none !important; }
.ui-page-active { outline:none !important;  }

/*  VIDEO CONTAINER
############################### */
.mlvp-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
}

.no_overlay .mlvp-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
		border: 1px solid #d2d2d2;
}
.mlvp-container iframe,
.mlvp-container object,
.mlvp-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*  VIDEOS PLAYLIST 
############################### */
.mlvp_playlist_container {	
	max-width:1200px;
	margin: 0 auto;
	
}
.mlvp-list-container {
	overflow: hidden;
	margin-left:37px;
	margin-right:38px;
	padding-bottom: 20px;
	-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
	margin-top: 8px;
	position: relative;
	min-height: 170px;
}

.mlvp-list {
	/*width: 3192px;*/
	position: relative;
	top:0;
	left: 0;
	-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.vid-item {
	display: block;
	width: 148px;
	float: left;
	margin: 16px 8px 8px 8px;
	padding: 0;
	-webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
	position: relative;
}

.thumb {
	overflow:hidden;
	height: 84px;
	border: 2px solid #969696;
  border-radius: 3px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -15px;
}
span.video-number {
    position: absolute;
    z-index: 9;
    font-size: 11px;
    top: -15px;
    color: white;
}
span.video-duration {
    position: absolute;
    z-index: 9;
    top: -15px;
    color: white;
    right: 3px;
    font-size: 11px;
}
.video-duration:after {
	content: " min"
}
.vid-item .desc {
	font-size: 12px;
	margin-top:4px;
	color: white;
	line-height: 120%;
}

.vid-item:hover {
	cursor: pointer;
}

.vid-item.current-video > .thumb {
    border: 4px solid gold;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.is-splash .fp-playlist {
    display: none;
}
@media (min-width:500px) {
.freedom_prosen_br {
	display:none;
}
}
.overlay_text_below {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
		background: white;
		border-radius: 3px;
		font-weight: 600;
		font-size: 14px;
		color: black;
}

/*  ARROWS
############################### */

.mlvp-arrows {
	position:relative;
	width: 100%;
	top: 47px;
	max-width: 1300px;
	margin: 0 auto;
}

.mlvp-arrow-left {
	position: absolute;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 99;
	cursor: pointer;
}

.mlvp-arrow-right {
	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	z-index:100;
	cursor: pointer;
}
.video_caption {
    color: white;
}
.video_caption a {
    background: white;
    padding: 0 4px;
    border-radius: 5px;
    font-weight: 600;
}


/*  ARROW ICONS
############################### */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?64872243');
  src: url('../fonts/fontello.eot?64872243#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?64872243') format('woff'),
       url('../fonts/fontello.ttf?64872243') format('truetype'),
       url('../fonts/fontello.svg?64872243#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 
.demo-icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* You can be more comfortable with increased icons size */
   font-size: 32px; 
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

