/*.content-holder,.flag-holder,.logo-holder,.form-holder {
	border:1px green solid;
}*/
/* body {
  	height:100%;
  	width:100%;
  	margin:0;
  	padding:0;
    overflow: auto;
} */

body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#contenttext {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  align-content: center;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  opacity: .4;
}

#orientationswipe {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../swipe.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    visibility: hidden;
    opacity: .3;
}

#rotatescreen {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../rotate.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    /*opacity: .4;*/
}

#rotatescreenV {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../rotateV.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  z-index: 998;
  display : none;
  /*opacity: .4;*/
}

#touchfullscreen {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../swipe.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 998;
    display : none;
    opacity: .4;
}

#myDIV {
  position: relative;
  z-index: 50;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity : 0.4;
}

#myDIV2 {
  position: relative;
  z-index: 50;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity : 0.4;
}


#layaCanvas #layaContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* position: fixed !important; */
  overflow: hidden;
}
