.sk-fading-circle {
  margin: auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #cccccc;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*FONTS*/
@font-face {
    
  font-family: 'Arial Bold';
  src: url('../res/fonts/Arial-BoldMT.eot');
  src: url('../res/fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
       url('../res/fonts/Arial-BoldMT.woff2') format('woff2'),
       url('../res/fonts/Arial-BoldMT.woff') format('woff'),
       url('../res/fonts/Arial-BoldMT.ttf') format('truetype'),
       url('../res/fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
}

#fontLoader{
    position: absolute;
    top: -100px;
}
#fontLoader1{
    font-family: "Arial Bold";
}

html{
    background-color: #0f0f0f;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    min-height:100%;
    
    
}

body{
    position: fixed;
    /*    min-height: 720px;*/
    height: 100%;
    width: 100%;
    margin: 0px;
    touch-action: pan-y;
}

.canvas-nav{
    display: none;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
    top: 0px;
    left: 0px;
    height: 50px;
}

.canvas-nav2{
    display: none;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
    top: 0px;
    left: 0px;
    height: 50px;
}

.btn-login{
    position: absolute;
    top: 12px;
    right: 150px;
    width: 80px;
    height: 30px;
    background-color: #a74646;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.btn-signup{
    position: absolute;
    top: 12px;
    right: 60px;
    width: 80px;
    height: 30px;
    background-color: #a74646;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.canvas-sidebar{
    display: none;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 250px;
    overflow-y: auto;
	overflow-x: hidden;
}

.canvas-footer{
    display: none;
/*
    background-image: url(../res/img/bgSidebar.png);
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 38%;
    padding-bottom: 0px;
	overflow-y: auto;
}

canvas {
    font-family: 'Arial Bold';
}

.canvas-wrapper{
    position: absolute;
    display: block;
    top: -360px;
    left: -640px;
    width: 1280px;
    height: 100%;
}

/* .canvas-scale{

    width: 100%;
    height: 100%;

} */

.canvas-align{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.canvas-popup{
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.text-field{
    position: absolute;
    width: 295px;
    height: 40px;
    font-size: 25px;
    font-family: 'Arial Bold', sans-serif;
    border-style: solid;
    border-width: 2px;
    border-color: #c17a27;
    padding-left: 10px;
    border-radius: 10px;
}

.text-flex-center{
	display: flex;
	line-height: 1;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

.text-flex-left{
	display: flex;
	line-height: 1;
	vertical-align: middle;
	justify-content: flex-start;
	align-items: center;
}

.text-label{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: inherit;
    font-family: 'Arial Bold', 'sans-serif';
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	outline: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-div{
/*
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
*/
    transition: filter 0.5s;
    cursor: pointer;
}

.navi-div{
/*
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
*/
    border-radius: 3px;
    color: #dddddd;
    font-size: 13px;
    top: 12px;
    transition: filter 0.5s;
}

.navigation{
    position: relative;
    right:400px;
    width: 400px;
    height: auto;
}
/************************************/

.popup-bg{
    position: fixed;
    display: none;
    background-color: #e6e6e6;
    width: 300px;
    height: 200px;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin-left: -150px;
    margin-top: -120px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.popup-header{
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #C73C29;
    width: 290px;
    height: 20px;
    top: 0px;
    left: 0px;
    font-size: 14px;
    padding-top: 4px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
}

.popup-msg{
    position: relative;
    top: 90px;
    width: 280px;
    height: auto;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #1a1a1a;
}

.popup-ok{
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-top: 8px;
    width: 100px;
    height: 22px;
    background-color: #368936;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.popup-cancel{
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-top: 8px;
    width: 100px;
    height: 22px;
    background-color: #a74646;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.popup-icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.header-logo{
	position: absolute;
	left: 5px;
	top: 3px;
    margin-left: 0px;
	display: block;
    background-color: rgba(0,0,0,0);
	/*transform: scale(0.6, 0.6);
	-webkit-transform: scale(0.55, 0.55);
	-moz-transform: scale(0.6, 0.6);
	-ms-transform: scale(0.6, 0.6);
	-o-transform: scale(0.6, 0.6);*/
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
    border-radius: 10px;
}

/************************************/

optgroup { font-size:14px; }

/**********************************************/

#bgImg{
    width: 100%;
    height: 100%;  
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1; 
    background-image: url(../res/img/bgLogin.png);
    background-repeat:no-repeat;
    background-position: center center;
    /* background-attachment: fixed; removed for Android */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bottom{
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    position: relative;
    width: 1280px;
    height: 100%;
}

#main{
    z-index: 1;
}

#footer{
    z-index: 2;
}

#header{
    z-index: 3;
}

#sidebar{
    z-index: 4;
}

#top{
    z-index: 6;
}

#preloader-cont{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 7;
/*
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
*/
}

#popup{
    z-index: 8;
    display: none;
}

#popup-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: auto;
    z-index: 9;
}

#preloader-message{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    font-family: 'Arial Bold';
    font-size: 20px;
}


/**********************************************/

@media screen and (min-width:901px){
    .navi-div{
        background-color: rgba(90, 90, 90, 0);
    }
    
    .navigation{
        position: absolute;
        right:230px;
        top: 0px;
        left: auto;
        width: 400px;
        max-width: 400px;
        height: 50px;
    }
    
    .canvas-sidebar{
        width: 250px;
    }
    
    .canvas-sidebar{
        width: 300px;
    }
    
    .canvas-sidebar #sidebarCont{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    #sidebarCont nav{
        top: 100px;
    }
}

@media screen and (max-width:900px){
    .navi-div{
        background-color: rgba(90, 90, 90, 0.7);
    }
    
    .navigation{
        position: absolute;
        right:5px;
        top: 45px;
        left: auto;
        width: 400px;
        max-width: 400px;
        height: 50px;
    }
    
    .canvas-sidebar{
        width: 250px;
    }
    
    .canvas-sidebar #sidebarCont{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #sidebarCont nav{
        top: 50px;
    }
}

@media screen and (orientation:portrait) {
    .canvas-sidebar{
        visibility: hidden;
    }
    
    .canvas-footer{
        visibility: visible;
    }
    
    .canvas-align{
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-55%, -65%);
        -ms-transform: translate(-55%, -65%);
        transform: translate(-55%, -65%);
    }
    
    .d-info{
        -webkit-backdrop-filter: saturate(120%) blur(5px);
        backdrop-filter: saturate(120%) blur(5px);
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        right:280px;
        top: 95px;
        left: auto;
        width: 400px;
        max-width: 400px;
        height: 240px;
        border-radius: 10px;
    }
    
    .d-info::before{
        filter: saturate(120%) blur(5px);
    }
	
	.navi-div{
        background-color: rgba(90, 90, 90, 0.7);
    }
    
    .navigation{
        position: relative;
        right:0px;
        margin: auto;
        top: 45px;
        left: auto;
        width: 375px;
        max-width: 375px;
        height: 50px;
    }
	
	.header-logo{
		display: block;
	}
}

@media screen and (max-width:450px){
    /* .header-logo{
        position: absolute;
        left: 50%;
        top: 95px;
        margin-left: -25%;
        background-color: rgba(0,0,0, 0.5);
    } */
    
    .canvas-nav2{
        height: 130px;
    }
    
    .btn-login{
        top:93px;
        right: 90px;
    }
    
    .btn-signup{
        top:93px;
        right: 6px;
    }
}
 
@media screen and (orientation:landscape) {
    .canvas-sidebar{
        visibility: visible;
    }
    
    .canvas-footer{
        visibility: hidden;
    }

    .navi-div:hover{
        filter: brightness(150%);
    }

    .btn-div:hover{
        filter: brightness(130%);
    }
    
    .canvas-align{
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .d-info{
        -webkit-backdrop-filter: saturate(120%) blur(5px);
        backdrop-filter: saturate(120%) blur(5px);
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        right:10px;
        top: 95px;
        left: auto;
        width: 400px;
        max-width: 400px;
        height: 240px;
        border-radius: 10px;
    }
	
	.header-logo{
		display: none;
	}
}

@media screen and (orientation:landscape) and (max-width:700px) and (max-height:400px) {

}

@media (hover:none){
    .btn-div:hover {
        filter: brightness(100%);
    }
}

