/* an overlayed element */
.overlay2 .close {
 /* border: 1px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF !important;*/
    cursor: pointer;
    display: none;
   /* font-size: 3.2em;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
    margin: 3px;
    position: absolute;
    right: -1.75em;
    top: 0;
    width: 60px;
    opacity:o.7;*/
opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 999999;
    left:auto;	
background-image: url("img/white.png");
    background-size: 37px 297px;
  background-position: 14px -175px;
	height:20px;
  /*display: none;
  position: absolute;
  top: 0;
  right: -4em;
  margin: 3px;
  color: #eee !important;
  font-weight: bold;
  cursor: pointer;*/
}
/*.overlay2 .fp-ratio {
  padding-top: 75%;
}*/
.overlay2 .color-light .close {
	background-image: url("img/black.png");
    background-size: 37px 297px;
  background-position: 14px -175px;
}
.overlay2.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width:100% !important;
  height: 100%;
  text-align: center;
  z-index: 200;

  background-color: rgba(0, 0, 0, 0.8) !important;
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.8) 100%) !important;
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.8) 100%) !important;
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.8) 100%) !important;
  cursor: default;
}
.overlay2.is-active .flowplayer {

/*  width: 45% !important;
  max-width:45% !important;*/
  margin-top:9%;
  background-color: #111;
  -webkit-box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000
}
.overlay2 .close:hover {
	opacity:1;
  /*text-decoration: underline*/
}
.overlay2.is-active .close {
  display: block;
}
.overlay2.is-active .fp-logo {
  display: block !important;
  opacity: 1 !important;
  width:10% !important;
}

body.is-overlayed {
  overflow: hidden
}
.flowplayer .fp-speed {
  display: none !important;
}