body {
	margin:0;
	padding:0;
  background-color:white;
}

#wrapper{
    position: absolute;
    width: 768px;
    height: 1004px;
    margin: 0;
    padding: 0;
}

#header{
	position: relative;
	width: 768px;
	height: 50px;
	text-align: center;
}

#header a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    font-size: 40px;
    text-decoration: none;
    font-weight: 900;
    -webkit-text-decoration:none;
    -webkit-font-size:40px;
    -webkit-appearance: none;
    -webkit-font-weight: 900;
}

#content{
	position: relative;
	width: 768px;
	height: 754px;
	text-align: center;
}

#bottom-buttons{
	position: relative;
	float: left;
	width: 768px;
	height: 100px;
	background-color: #efefef;
}

.buttoncase{
	position:relative;
	float:left;
	width: 150px;
	height: 100px;
}

#middlediv{
	position:relative;
	float:left;
	width: 468px;
	height: 100px;
	text-align:center;
}
#sliderdiv{
	position:relative;
	float:left;
	width: 768px;
	height: 100px;
	text-align:center;
}
#bottom-menu{
	position: relative;
	float: left;
	width: 768px;
	height: 100px;
}

#loading{
  background-color: rgba(0,0,0,0.5);
  background-image: url(../images/storm.gif);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 768px;
  height: 754px;
  visibility: hidden;
  z-index: 2;
}

.button_full {
  -webkit-appearance: none;
  font-family: sans-serif;
  font-weight: bold;
  background: #f6f6f6;
  width: 150px;
  height: 46px;
  margin-top: 2px;
  margin-bottom: 2px;
  float: left;
  font-size: 16px;
  border-radius: 1;
  border-width:0px;
}

.button_full:hover  {
  -webkit-appearance: none;
  color: #eeeeee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #c0c0c0;
  border-color: #42bff4;
  box-shadow: 0 0 3px rgba(66,191,244, 0.6);
}

.button_half {
  -webkit-appearance: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: sans-serif;
  font-weight: bold;
  background: #f6f6f6;
  width: 71px;
  height: 46px;
  margin: 2px;
  float: left;
  font-size: 16px;
  border-radius: 2;
  border-width:0;
}

.button_half:hover  {
  -webkit-appearance: none;
  color: #eeeeee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #c0c0c0;
  border-color: #42bff4;
  box-shadow: 0 0 3px rgba(66,191,244, 0.6);
}

#slider-step{
	width:700px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 45px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}