body, h1, h2, h3, h4, h5, h6 {
    overflow:hidden;
	font-family: Arial, Helvetica, Arial, sans-serif;

}

a:link, a:visited, a:active  {
  padding: 5px;
  text-align: left;
  text-decoration: none;
  display: block;
}

a:hover{
  background-color: green;
}

/*==SLIDERS-Full Size Buttons==*/
.sliderT {
  -webkit-appearance: none;
  transform: rotate(270deg) translateY(100%) translateX(-60%);
  transform-origin: 0 0;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
 }

.sliderT:active {
  opacity: 1;
  background: #29d629;
}

.sliderT::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 30px ;
  border: 5px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

.sliderT::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 5px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

.sliderT::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 5px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

/*====*/
.sliderL {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderL:active {
  opacity: 1;
  background: #29d629;
}

.sliderL::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 5px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

.sliderL::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 5px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

.sliderL::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 5px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

/*====*/
.sliderB {
  -webkit-appearance: none;
  transform: rotate(-270deg) translateY(-200%) translateX(-35%);
  transform-origin: 0 0;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderB:active {
  opacity: 1;
  background: #29d629;
}

.sliderB::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;	
  border:5px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

.sliderB::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;	
  border:5px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

.sliderB::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;	
  border:5px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

/*====*/
.sliderR {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderR:active {
  opacity: 1;
  background: #29d629;
}

.sliderR::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border:5px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}

.sliderR::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;	
  border:5px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}

.sliderR::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;	
  border:5px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}

/*==SLIDERS-small Buttons==*/

.sliderTs {
  -webkit-appearance: none;
  transform: rotate(270deg) translateY(100%) translateX(-60%);
  transform-origin: 0 0;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  
}

.sliderTs:active {
  opacity: 1;
  background: #29d629;
}

.sliderTs::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px; 
  border-radius: 18px !important;
  border:3px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

.sliderTs::-moz-range-thumb {
  width: 18px;
  height: 18px; 
  border-radius: 18px;
  border:3px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

.sliderTs::-ms-thumb {
  width: 18px;
  height: 18px; 
  border-radius: 18px;
  border:3px solid #3556e2;
  background: rgba(53,86, 226,.6);
  cursor: pointer;
}

/*====*/
.sliderLs {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}


.sliderLs:active {
  opacity: 1;
  background: #29d629;
}

.sliderLs::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

.sliderLs::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

.sliderLs::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #d62929;
  background: rgba(214,41, 41,.6);
  cursor: pointer;
}

/*====*/
.sliderBs {
  -webkit-appearance: none;
  transform: rotate(-270deg) translateY(-200%) translateX(-40%);
  transform-origin: 0 0;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderBs:active {
  opacity: 1;
  background: #29d629;
}

.sliderBs::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

.sliderBs::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

.sliderBs::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #268609;
  background: rgba(65,200, 24,.6);
  cursor: pointer;
}

/*====*/
.sliderRs {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #eeeeee;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderRs:active {
  opacity: 1;
  background: #29d629;
}

.sliderRs::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border:3px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}

.sliderRs::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;	
  border:3px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}

.sliderRs::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 18px;	
  border:3px solid #e6e819;
  background: rgba(222,222, 24,.6);
  cursor: pointer;
}


.loadingclass { 
  height: 175px;
  width: 175px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: red;
  animation-name: stretch;
  animation-duration: 2.5s; 
  animation-timing-function: ease-out; 
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.loadingclass > p { 
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 16px;

}

.loadingclass > img {
  margin: auto;
  display: flex;
  width: 50%;
  transform: translate(0, 50%);
}

@keyframes stretch {
  0% {
   	background-color: red;
    
  }
  50% {
    background-color: orange;

  }
  100% {
     background-color: yellow;
	
  }
}

body,
html {
resize: both;
margin: 0px;
padding: 0px;
height: 100%;
background-color: #555;
}

body {
 display:flex;
 align-items: center;
/* justify-content: center;*/
}

titletext {
    font-family: 'Dokdo';font-size: 22px;
}
