@charset "utf-8";
/* CSS Document */

.container{
	width:100%; background-color:#999999;  text-align:center;
}

.Hproducts{
	width:12.4%;
	margin:auto;
	height:auto;
	float:right;
	
}

.products{
	width:99%%;
	background-color:#999999;
	float:right;
	display: block;
	alignment-adjust:central;
	border:1px solid #CCC;
	
	
}

.products img:hover{
	transform: scale(1.3);
}


.products a{
	color:#CCC;
	font-weight:bold;
	text-decoration: none;
	font-style:italic;
	text-align:center;
	font-size:20px;
	left:50%;

}

.tablinks{
	width:100%;
	background-color:#999999;
	float:right;
	display: block;
	
	cursor:pointer;
	cursor:pointer;
	font-family:BHoma;
	font-size:1.2vw;
	
	
}
.tabpanel{
	width:100%;
	background-color:#FFFFFF;
	display: block;
	
	font-family:BHoma;
	font-size:1.8vw;
	
	margin-top:30px;
	
}


.tabpanel a{
	color:#000;
	text-decoration:none;
	
}

.tablinks.active {
    background-color:#FFF;
}

.Hpanel{
	text-align:center;
	margin-top:50px;
	margin-right: 0px;
	margin-left: 0px;
	float:right;
	margin-bottom: 20px;
	height:auto;
}

a{
	color:#000;
	text-decoration:none;
	font-family:BHoma;
	
}

.panel{
	width:100%;
	display:none;
	overflow:hidden;
	background-color:#FFF;
	padding:auto;
	margin:auto;
	height:auto;
	text-align:center;
}

#AmalAu{
	display:block;
}
.poster{
	width:100%;
	height:auto;
	text-align:center;
	clear:both;
	background-color:#333;
}
	
