

* {
  outline: none;
}

html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: auto;
  overflow: hidden;
}
#conatiner {
  position: absolute;
  width: 1280px;
  height: 740px;
  /*background: #63614E;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow:hidden;
}
#topmenubar {
  position: absolute;
  width: 270px;
  top:-5px;
  height: 60px;
  background: url('../images/title.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 24px;
  padding-top: 8px;
  display: none;
}

#topmenubar2 {
  position: absolute;
  width: 459px;
  top: -5px;
  right: 0px;
  height: 58px;
  background: url('../images/menutop.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 24px;
  padding-top: 8px;
  display: none;

}
.extraZindex {
  position: absolute;
  width: 100%;
  z-index: 999;
  height: 50px;
}
.tomenucontrosl div {
  cursor: pointer;
}
.readercontrol {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  /* width: 100px; */
  /* height: 83px; */

  z-index: 0;

}
.mainslideconatiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#nextslidebtn {
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  right: 20px;
  background: url('../images/next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#nextslidebtn:hover{
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  right: 20px;
 
  background: url('../images/next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#nextslidebtndisbaled {
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  right: 20px;
 
  background: url('../images/nextdiabled.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
#previousbtn {
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  left: 10px;
  background: url('../images/previous.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

#previousbtn:hover {
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  left: 10px;
  background: url('../images/previous.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
#previousbtndisbaled {
  position: absolute;
  width: 55px;
  height: 86px;
  top: 293px;
  left: 10px;
  background: url('../images/previousdisbaled.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.controlbtn {
  position: absolute;
  width: 100%;
  height: 55px;
  right: 5px;
  top: 8px;
}
.soundplaying {
  background-image: url(../images/sound.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.soundmuted {
  background-image: url(../images/fxmute.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.speechplaying{
  background-image: url(../images/fx.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.speechmuted{
  background-image: url(../images/soundmute.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sliderdots {
  position: absolute;
  width: 63px;
  height: 40px;
  bottom:2px;
  left: 0px;
  text-align: center;
  background: url(../images/slider.png);
  background-size: 100% 100%;
  left: 47%;
  z-index: 1;
  /* display: none; */
  text-align: center;
  font-size: 25px;
  align-content: center;
}
.sliderdots>.count {
  
  margin: 6px;
}
.Slides {
  position: absolute;
  width: 100%;
  height: 100%
}
.videoslides {
  position: absolute;
  width: 100%;
      z-index: -1
}
.activeslide {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 2px;
  background: url('../images/dot_hover.png');
  background-size: 100% 100%;
}
.activitymenus {
  width: 471px;
  height: 64px;
  margin-top: 9px;
  color: white;
  display: grid;
  text-align: center;
  align-content: center;
  color: white;
  font-size: 28px;
  font-weight: 700;
}
.activitymenus.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.opacitymodal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  display: none;

}
.thumbnailsopacitymodal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  display: none;
  top:0px;
  z-index: 2;
}
.helpmodal{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  display: none;
  background-image: url(../images/instuct.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top:0px;
  z-index: 2;
}
.iframeconatiner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  display: none;
  top:0px;
  z-index: 1;
}
.iframeclose{
  position: absolute;
  width: 662px;
  height: 60px;
  background: url(../images/longclose.png);
  background-size: 100% 100%;
     left: 350px;
    top: 2px;
  cursor: pointer;
  
}
.tumbnailsholder {
  position: absolute;
  width: 228px;
  height: 143px;
  background: white;
  left: 100px;
  top: 89px;
  box-shadow: 4px 5px 1px #999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tumbnailsholder.active {
  border: 4px solid #FF9902;
}
.tumbnailsholder.active>.circle {
  color: orange;
  background: white;
}
.innerbg {
  position: absolute;
  width: 94%;
  height: 94%;
  background: white;
  pointer-events: none;
}
.innerbg:hover {
  position: absolute;
  width: 94%;
  height: 94%;
  background: #FF9902;
}
.circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FF9902;
  z-index: 999;
  left: -13px;
  top: -16px;
  border-radius: 50%;
  border: 3px solid white;
  text-align: center;
  vertical-align: middle;
  line-height: 29px;
  color: white;
}
.circleactive {
  background: orange;
}
.downmenubar {
  bottom: 0px !important;
}
#quitbtn{
  z-index:1;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-content>a{
display: flex;
    padding: 7px;
}

/* The Close Button */
.close {
     color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    background: url(../images/close.png);
    background-size: 100% 100%;
    position: absolute;
    right: 96px;
    top: 183px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.topmenu {
	/* height:78px; */
	/* width:105px; */
	/* height: 60px; */
    /* width: 100px; */
	height: 55px;
    width: 90px;
}

.controllers{
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0px;
  background: red;
  background: url(../images/downmenubar.png);
  background-size: 100% 100%;
}


.labels{
  position: absolute;
  bottom: -36px;
  text-align: center;
  width: 100%;
  color: white;
}

.topmenu>.labels{
  left: 54px;
  top: 0px;
  font-size: large;
}

.hiddencontrollers{
  position: absolute;
  position: absolute;
  width: 100%;
  height: 118px;
  bottom: -3px;
  right: 0;
}

.hiddencontrollersright{
  position: absolute;
  width: 12%;
  height: 100%;
  background: url(../images/rightbg.png);
  background-size: 100% 100%;
  right: 0;
}


.hiddencontrollersleft{
  position: absolute;
  width: 13%;
  height: 59px;
  background: url(../images/leftbg.png);
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}

.hiddencontrollersleft>.sliderdots{
  z-index: 0;
  bottom: 7px;
}

.quit{
  position: absolute;
  background-image: url(../images/close.png);
  background-size: 100% 100%;
  left: 1201px;
  top: 5px;
  width: 50px;
  height: 50px;
}