/*******************************************/
html {
	margin:0px; 
	padding:0px; 
	background-color:#222;
	scrollbar-color: #a11d0c rgba(44,48,58,1);
	scrollbar-width: thin;
}
body {
	position: absolute;
	font: 0.75em/1.4 "Comfortaa", sans-serif;

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	/*padding-bottom: 8em;*/
	background: #222;
}
/*------------------------------------------ CLASS GEN ---------------------*/
.F-left{
	float: left;
}
.F-right{
	float: right;
}
.clearfix:after{
	content:"";
	display:block;
	clear: both;
	line-height: 0;
	font-size: 0;
}
.hidden  {
	/*position: absolute;
	left: -10000px;
	visibility: hidden;*/
	display: none;
}
/*--------------------------- www other site ------*/
#blocktotal{
	display:block;
	position:absolute;
	top:43px;
	left:0;
	width: 80%;
	height: auto;
	margin: 0 10%; 
	/*border-top: 4px solid #444;
	border-right: 4px solid #444;
	border-left: 4px solid #444;
	border-bottom: 0px solid #444;
	background-color: #444;*/
}
.blockimg{
	width: 100%;
	height: auto;
	/*border: 1px dotted #f56d23;*/
}
img{
	width: 100%;
	height: auto;
}
#ReturnSite{
	display:block;
	position:absolute;
	z-index:3000;
	width: auto;
	height: 57px;
  	bottom:1.5%;
	left: 1%;
	cursor: pointer;
	/*background-color: rgba(255, 55, 25, 0.5);*/
}
.block_RS_Img{
	display:block;
	width: 45px;
	height: auto;
	float:left;
	/*background-color: rgba(55, 55, 255, 0.5);*/
}
.block_RS_Txt{
	display: block;
	width: 115px;
	height: auto;
	float:right;
	padding-top: 19%;
	 color: #000;
	 text-align: center;
	 text-decoration: none;
	 /*text-transform:uppercase;*/
	 font-size: 14px;
	 font-weight: bold;
	 border-bottom: 2px solid #aaa;
	 /*background-color: rgba(25, 255, 125, 0.5);*/
}
.block_RS_Txt:hover{
	 color: #cc0000;
}
#ReturnSite img{
	width: 50px;
	height: auto;
}
.zone {
  display:block;
  position:absolute;

  width: 5%;
  height: 8.5%;
  /*min-width:10px;
  min-height:42px;*/
  
  /*opacity:0.8;*/
  border: 2px dotted rgba(255, 255, 255, 0);
  background-color:rgba(255, 255, 255, 0);
  border-radius: 40px;
  }
.zone:hover {
  border: 2px dotted rgba(255, 255, 0, 0);
   background-color:rgba(255, 255, 0, 0.5);
}
.txtzone {
	display:none;
	
	position:absolute;
	width: 100%;
	height: 100%;
	/*background-color:#3c9dca;*/	
	
    font-size: 14px;
	padding: 0px 0 0 2px;
	font-family: serif;
	font-weight: bold;
	line-height: 1;
	color:#000000;
	text-align:center;
}
#blockTxtZoom {
	top:43px;
	left:10%;
	/*float:left;*/
	display: none;
	position:absolute;
	z-index:3000;
	width: 35%;
	height: auto;
	background-color:rgba(255,255,255,0.4);
	padding: 0.5%;
	/*border: 1px solid #fff;*/
}
.zoomtxt {
	display: block;
	position:relative;
	width: 89%;
	margin: 0 0.5%;
	padding: 5px 5% 5px 5%;
	
	background-color:rgba(0,0,0,0.8);
    font-size: 13px;
	font-family: "Comfortaa", sans-serif;
	font-weight: bold;
	line-height: 1;
	color:#ffffff;
	/*white-space: nowrap;*/
	hyphens: auto;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	letter-spacing: 0.5px;
}
.zoomtxt:hover {
	background-color:rgba(255,0,0,0.8);
}
.expo{
	display:inline;
	font-size: 0.75em;
	vertical-align:super;
	line-height: 0.4em;
}
#zoom{
	top:0px;
	display:none;
	position:absolute;
	z-index:1000;
	width: 100%;
	height: 110%;
	margin: 0%; 
	padding: 0;
	background-color:rgba(34,34,34,0.5);
}
#closeX{
	display:none;
	position:absolute;
	z-index:2000;
	float:right;
  	top:4px;
	right: 11%;
	cursor: pointer;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	 padding: 5px 5px;
	 /*margin-right:20px;
	 border-bottom: 2px solid #666;*/
}
.fa-square-xmark{
	color: #ff0000;
	font-size: 2.0em;
}
#blockBT{
	display:block;
	position:fixed;
	top:0;
	z-index:10;
	width: 100%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 7px 10% 0.3% 10%;
	background-color: rgba(0, 0, 0, 1);
}
.bts {
	  display: inline-block;
	  width: 19.85%;
	  height: auto;
	  background-color: #666; 
	  /*border: 2px solid #000;*/
	  border:none;
	  padding: 5px 12px;
	  
	  color: #fff;
	  text-align: center;
	  text-decoration: none;
	  text-transform:uppercase;
	  font-size: 14px;
	  
	  border-radius: 10px;
	  cursor: pointer;
}
/*
.bts:hover {
  background-color: #888;
}
.bts:active{
  background-color: #000;
}
*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1300px) {
	#blocktotal{
		width: 100%;
		margin: 0%; 
	}
	#zoom{
		height: 115%;
	}
	#closeX{
	 right: 2%;
	}
	#blockTxtZoom {
		left:0%;
	/*top:8px;*/
	}
	#blockBT{
		padding: 7px 10% 0.5% 10%;
	}
}
@media only screen and (max-width: 800px) {
	.zoomtxt {
    font-size: 12px;
	}
}
@media only screen and (max-width: 700px) {
	#zoom{
		height: 150%;
	}
	.txtzone {
		font-size: 9px;
	}
}
@media only screen and (max-width: 600px) {
	#blocktotal{
		top:73px;
	}
	#ReturnSite{
		height: 48px;
	}
	.block_RS_Txt{
		display: none;
	}
	.block_RS_Img{
		width: 35px;
	}
	#ReturnSite img{
		width: 40px;
	}
	#blockBT{
		height: 60px;
		padding: 6px 0.5% 0% 1%;
	}
	.bts {
		width: 48.5%;
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	#blockTxtZoom {
		top:auto;
		bottom:0%;
		left:0%;
		width: 99%;
		background-color:rgba(255,255,255,0.5);
	}
	.txtzone {
		font-size: 7px;
	}
	.zoomtxt {
		font-size: 13px;
		width: 85%;
		margin: 0 2.5%;
		padding: 8px 5% 8px 5%;
	}

}












