/*******************************************/
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:0;
	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: #333;
	 text-align: center;
	 text-decoration: none;
	 /*text-transform:uppercase;*/
	 font-size: 14px;
	 font-weight: bold;
	 border-bottom: 2px solid #555;
	 /*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 dashed #000000;
  background-color:rgba(255,255,0,0.2);
  border-radius: 0px;
  }
.zone:hover {
  background-color:rgba(255,255,0,0.4);
  opacity:1;
}
.txtzone {
	display:block;
	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;
}
#blockTxtZoom {
	top:2%;
	left:11%;
	/*float:left;*/
	display: none;
	position:absolute;
	z-index:3000;
	width: 13%;
	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:10px;
	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{
	/*bottom:0;*/
	display:block;
	position:relative;
	z-index:10;
	width: 80%;
	height: auto;
	margin: 46% 9.7% 0% 10.3%; 
	padding: 8px 0 8px 0.4%;
	/*background-color:#444;*/
}
.bts {
  display: inline-block;
  width: 24.6%;
  height: 100%;
  background-color: #666; 
  border: 1px solid #222;
  padding: 8px 12px;
  
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
  font-size: 16px;
  
  border-radius: 10px;
  cursor: pointer;
}
/*
.bts:hover {
  background-color: #888;
}
.bts:active{
  background-color: #000;
}
*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1300px) {
	#blocktotal{
		border-top: 5px solid #222;
		border-right: none;
		border-bottom: 1px solid #444;
		border-left: none;
		width: 100%;
		margin: 0%; 
	}
	#blockBT{
	width: 99%;
	margin: 57.5% 0.5% 0% 0.5%; 
	}
	#zoom{
		height: 115%;
	}
	#closeX{
	 right: 2%;
	}
	#blockTxtZoom {
	left:1%;
	width: 30%;
	}
}
@media only screen and (max-width: 800px) {
	.zone {
		border: 1px dashed #000000;
  }
  .zoomtxt {
    font-size: 12px;
	}
}
@media only screen and (max-width: 700px) {
	#blockBT{
		margin: 58.5% 0% 0% 1%; 
		padding: 2% 0 2% 0;
	}
	#zoom{
		height: 150%;
	}
	.bts {
		width: 49%;
		margin-top: 0.5%; 
	}
	.txtzone {
		font-size: 10px;
	}
}
@media only screen and (max-width: 600px) {
	#ReturnSite{
		height: 48px;
	}
	.block_RS_Txt{
		display: none;
	}
	.block_RS_Img{
		width: 35px;
	}
	#ReturnSite img{
		width: 40px;
	}
}
@media only screen and (max-width: 500px) {
	.txtzone {
	font-size: 7px;
	}
  .zoomtxt {
    font-size: 9px;
	}
}











