 
 
*,
*:after,
*:before {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 /*-webkit-appearance: none;*/
	 outline: none;
	 outline: 0; 
}

body,html{
	padding: 0px;
	margin: 0px;  
	scroll-behavior: smooth;  
	scrollbar-width: thin;
	scrollbar-color: #0b3341 #00d796;
}

body *{ 
	font-family: "Poppins"; 
	font-weight: 300; 
	font-size: 14px;
	color: #2c2f36; 
  -moz-font-feature-settings:    "kern" 1; 
  -ms-font-feature-settings:     "kern" 1; 
  -o-font-feature-settings:      "kern" 1; 
  -webkit-font-feature-settings: "kern" 1; 
  font-feature-settings:         "kern" 1;
  font-kerning: normal;	
/*	-webkit-font-smoothing: antialiased; */
}

body{
	height: 100%; 
}
 
a, a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
	outline: none;	
	outline: 0;	
	cursor: pointer;
}
img {
  image-rendering: auto;
 /* image-rendering: crisp-edges;*/
  /* image-rendering: pixelated;*/
}


._left{
	display: inline-block; 	
	width:50%;	
}

._right{
	display: inline-block;	
	vertical-align: top;
	width:50%;	
	text-align:right; 
}

.ui-body-stop-scrolling {
  height: 100vh ;
  overflow: hidden;
}
 
						#ui-test{
							position: fixed;
							top: 50px;
							left: 50px;
							z-index: 100;
						}

/* ^^^^^^^^^^^^^^^^ Scroll  ^^^^^^^^^^^^^^^^ */

html,
.scroll {
  --scrollbarBG: #00b893;
  --thumbBG: black;
}
body::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: 7px;
}
body,
.scroll  {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track  {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb{
  background-color: var(--thumbBG) ;
  /*border-radius: 2px;*/
  border-top: 2px solid var(--scrollbarBG);
  border-right: 2px solid var(--scrollbarBG);
  border-bottom: 2px solid var(--scrollbarBG);
  border-left: 2px solid var(--scrollbarBG);
}



/* ^^^^^^^^^^^^^^^^ Buttons  ^^^^^^^^^^^^^^^^ */

.btnm,
.btnm div,
.btnm:hover,
.btnm:active,
.btnm:visited,
.btnm:focus
{
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 /*-webkit-appearance: none;*/
	 outline: none;
	 outline: 0;
	 outline: none;            
}

.btnm{ 
	display: inline-block; 
	border: none;  
	border-radius: 0px;
	white-space: nowrap;
	background: transparent ; 
	padding: 0.5px;
} 

.btnm > div{  
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center; 
	justify-content: center; 
	font-size: 11px ;
	font-weight: 400; 	
	text-transform: uppercase ;
	background-color: black;
	color: white; 
	cursor: pointer;
	min-width: 2px;  
	min-height: 34px;
	padding-top: 1%;
	letter-spacing:  0.15em; 
	padding-left: 20px;
	padding-right: calc( 20px  + 0.15em )  ;
	white-space: nowrap;
	border-radius: 2px;  
}

.btnm > div:hover{
	color: white;  
 	background-color: #2a3a49;		
}

 

.btnm.btng > div{ 
	padding: 0px;
	width: 36px;
	height: 36px; 
	letter-spacing: 0px;  
	background-color: #00d796;
	border: 6px solid #00d796; 
	text-align: center;
}
.btnm.btng > div:hover{
	color: white; 
	background-color: black;
	border: 6px solid black; 
}

.btnm.btng > div:before{ 
	position: absolute;
	font-family: "font-sf"; 
	content: '\E81A'; 
	font-size: 20px;  
	color:white;   
	font-weight: 100;   
	line-height: 36px; 
	text-align: center;  
}
 



/* ==== ==== ==== debug ==== ==== ==== */ 
#dWrite {
	 position: fixed;
	 display: none;
	 z-index: 10000000;
	 top: 40px;
	 right: 0px;
	 color: black;
	 background-color: #eaeaea;
	 padding: 5px;
	 font-size: 12px;
	 overflow: auto;
	 padding: 10px;
	 padding-bottom: 30px;
	 max-height: 600px;
}
  


 



#ui-btn-menu{
	position: fixed;
	top:  10px;
	z-index:10; 
 	right: 6px;  
	text-align: right;
}

#ui-btn-menu btn-menu{
	display: inline-block; 
	text-align: right;
}

#ui-btn-menu .btn-menu > div{  
	width: 30px; 
	min-height: 30px; 
	padding: 0px; 
 	background-color: transparent;  
	text-align: right;
	letter-spacing: 0px;
}

#ui-btn-menu .btn-menu > div:before{ 
	position: absolute; 
	font-family: "font-sf"; 
	content: '\E815';
	font-size: 24px;  
	color:white;   
	font-weight: 100; 
	width: 30px;
	height: 30px ;
	line-height: 30px;
	background-color: #00d796; 
	text-align: center;
	vertical-align: middle;
}


/* ==== ==== ==== Ajax loader ==== ==== ==== */
.ldr{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 2px;
	background-color: black;
  	overflow: hidden;
}

.ldrb{
	font-size: 1px;
	position: relative;
	height: inherit;
	animation: ldrb_anim 2s linear infinite;
}

.ldrb:before{
	display: block;
	position: absolute;
	content: "";
	width: 20%;
	height: inherit;
	background-color: #00d796;
	animation: loading 4s linear infinite;
}


.ldr_lightbox{
	position: fixed;
	z-index: 1;
	width: 100%;
	height:100%;
	top:0px;
	left: 0px;
	right: 0px;
	border: 0px;
	margin: 0px;
	background-color: rgba(0,0,0,0.6);
}


.ui_popup{
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -50px;
	z-index: 100;
	min-width: 60px;
	min-height: 60px;
	background-color: black;
}

.ui_popup .ui_popup_wrp{
	text-align: left;
	padding: 2% 4%;
	color: silver;
	font-weight: 400;
	font-size: 12px;
	
}

@keyframes ldrb_anim {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}




