html {
	width: 100%;
	height: 100%;
	position: relative;
}
#OKS_body {
  margin:0;
  padding:0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url('/files/images/bg.jpg') no-repeat;
  background-size: 100% 100% !important;
  background-attachment: fixed;
  position: relative;
}
header#w-header {
  width:100%;
  height: 50px;
  background:  rgb(82,164,53);
  box-sizing: border-box;
  line-height: 48px;
  position: relative;
  padding: 0 12px;
}
#OKS_body #w-section {
  width: 100%;
  height: calc(100% - 90px);
  margin : 0;
  padding: 0;
  position: fixed;
}
#OKS_body #w-section .w-section-body{
  width: 100%;
  height: 100%;
  /*! background: rgba(238,238,238,01); */
  position: relative;
}
#OKS_body #w-section .w-section-body.toogleBody {
  background: rgba(238,238,238,0.6);
}
#OKS_body #w-section .w-section-body.toogleBody:after {
content: '\e839';
font-family: "ocis-icon-fonts";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
display: inline-block;
font-size: 60px;
  position: absolute;
  left: calc(50% - 50px);
   top: calc(50% - 50px);
  color:  rgb(82,164,53);
}
#OKS_body #w-footer {
  width: 100%;
  height:40px;
  margin : 0;
  padding: 0;
  position: fixed;
  bottom:0;
  background: #d9edf7;
}
