

.sunBut{
    top: 5px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    
    background: #FF000000;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.playBut{
    top: 28px;
    width: 50px;
    left:50px;
    position: absolute;
    
    background: #FF000000;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.sun{
    position: fixed;
    visibility: hidden;
    width: 660px;
    right:-550px;
    background-image: url("../imgs/sunback.png");
    padding-top: 10px;
    border-radius: 5px;
    height: 70px;
   overflow: hidden;
    bottom: 0px;
    margin: auto;
    border: 1px;
    text-align: center;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5); 
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.sun button{
    width:30px;
    font-family: 'Gentona-Bold', sans-serif;
    background:rgb(224, 237, 241);

    border: 0;
    margin: 2px;
    border-radius: 3px;
}
/*
.sun button:hover{
    width:30px;
    font-family: 'Gentona-Bold', sans-serif;
    background: rgb(255, 211, 128);
    border: 0;
    margin: 2px;
} */
.timebut{
    
    background: #FF000000 !important;
    color: rgb(41, 77, 91);
    width:30px !important;
    font-size: 10px;
    transform: translateY(-12px);
}
.sun-slider{
    width:400px;
}

/* ************************************ KOMPAS ************************************************************** */

.kompasdiv{
    position: fixed;
    /* left: 500px; */
    bottom: 0px;
    right: 0px;  
    visibility: hidden;  
   
}
.kompas{
    border: none;
  /*  background-image: url("../icons/compass_background.png"); */
    background-color:rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: left top;
   
    

    cursor: pointer;
    margin: 0px;
    /* width:50px; */
    /* height: 50px; */
   /* position: relative; */
    /* z-index: 200; */
}
.kompas:focus {
    outline:0;
}
.kompas:active {
    outline: none;
    border: none;
}
.kompasimg {
    /* user-drag: none;  */
    -ms-user-select: none; 
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;

}