*{
    border-style: solid;
    border-width: 0;
    zoom: 1; 
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: 0.3s;  /*For Safari 3.1 to 6.0 */
	-webkit-tap-highlight-color: transparent;
    transition: 0.3s;
}
@keyframes blinker {  
    50% { opacity: 0; }
}
.radyom {
    width: 100%;
    height: 100%;
    border-radius: 300px;
    max-width: 250px;
    min-height: 250px;
    position: relative;
   /*background: rgba(0,0,0, 0.3);*/
}
.wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;			
    text-align: center;
}
.content{
    /*max-width: 350px;*/
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 1;
}
.loader-6 {
    height: 8px;
    width: 8px;
    float: left;
    margin-top: 21px;
}
.loader-6 span {
    display: block;
    position: absolute;
    margin: auto;
    height: 8px;
    width: 8px;
}
.loader-6 span::before, .loader-6 span::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    height: 8px;
    width: 8px;
    border: 2px solid #fa0406;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: loader-6-1 1.5s cubic-bezier(.075,.82,.165,1) infinite;
    animation: loader-6-2 1.5s cubic-bezier(.075,.82,.165,1) .25s infinite;
}
.loader-6 span::after {
    -webkit-animation: loader-6-2 1.5s cubic-bezier(.075,.82,.165,1) .25s infinite;
    animation: loader-6-2 1.5s cubic-bezier(.075,.82,.165,1) .25s infinite;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.status{
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 10px;
    border-radius: 100px;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    z-index: 3;
}
.status .light{
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    border-radius: 100px;
    background-color: red;
    animation: blinker 1.5s linear infinite;
}
.content p{
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0, 0.5);
}
.color{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
}
.bilgi {
    color: #ddd;
	text-align: center;
	text-decoration: none;
}
