@charset "utf-8";
@font-face{
	font-family:"mj-moharram";
	src:url(../fonts/Mj_Moharram%20Light.TTF);
	}
@font-face{
	font-family:"mj-moharram";
	src:url(../fonts/mj.otf);
	}
@font-face{
	font-family:"tech";
	src:url(../fonts/Caviar.ttf);
}
#line{
	position: absolute;
	transition-timing-function: linear;
	bottom: 0px;
	width: 0;
	height: 2px;
	margin-left: -5px;
	border-bottom: 2px solid #c89664;
	animation: timer 4s infinite;
}
@keyframes timer {
	0%{
		width: 0;


	}
	100%{
		width: 100%;
	}

}
.StaredBrick{
	width: 220px;
	margin: auto;
	padding: 5px;
	background-color: rgba(255,255,255,0.3);
	border: 2px solid #c89664;
	margin-top: -10px;
	margin-bottom: 40px;
	transition-duration: 0.5s;
	font-family: "mj-moharram";
	position: relative;
	font-size:25px;
	border-radius: 5px;

}
.StaredBrick:hover{
	background-color: #c89664;
}
.StaredBrick_new{
	position: absolute;
	top:-8px;
	font-size:17px;
	padding: 3px;
	right: -8px;
	border-radius: 25px;
	background-color: gold;
}

.alert{
	display: none;
	box-sizing: border-box;
    font-family: "mj-moharram";
    text-align: center;
    padding-top: 100px;
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,200,220,1);
	z-index: 99;
    }
.alert a img{width: 40%;}
.alert h2{
	color: black;
	cursor: pointer;
    width: 80%;
    text-align: center;
    margin: auto;
	margin-top: 10px;
	font-weight: normal;
    font-size: 30px;
}
html{
    padding: 0;
	background-image:url(../images/main-page-back.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#0d4767;
	background-size:cover;
    width: 100%;
    height: 100%;
    }
body{
    padding: 0;
    margin: 0;
}
div.main{
	text-align:center;
	}
div.arm{
	width: 39%;
	margin:auto;
	margin-top: 20px;
	}
div.arm img{
	width: 100%;
}
div.en{
	position: relative;
    padding: 5px;
	width:95%;
	box-sizing: border-box;
	background-color:rgba(246,246,246,0.5);
	word-spacing:5px;
	color:black;
	font-family:"tech";
	font-size:20px;
	margin:auto;
	text-align:center;
	height: 65px;
    margin-bottom: 50px;
}
.news{font-size: 15px;}
span.news-title{
	font-size: 12px;
	height: 0;
	padding-right: 10px;
	line-height: 20px;
	word-spacing: 0;
	width: 40px;
	z-index: 5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-bottom: 25px solid #c89664;
	border-left: 20px solid rgba(255,255,255,0.0);
    }
.marquee{
	text-align: left;
	word-spacing: 3px;
	font-family: "mj-moharram";
	font-size: 20px;
	font-weight: normal;
	color: rgb(120,50,50);
	position: absolute;
	width:100%;
	left:10px;;
	bottom:0;
	z-index:4;
	display: none;
}
table.table{
    margin-top: 10px;
	border-spacing:15px 0px;
	text-align:center;
	}
table.table tr td{
margin:auto;
    width:100px;
	}
#t1,#t2,#t3,#t4{
    display: none;
	}
.back-menu{
	position: relative;
  	padding:10px;
	font-size:19px;
	font-family:"mj-moharram";
	box-sizing: border-box;
	height:80px;
	width: 70px;
	background-color:#c89664;
	}
.eng{
	color: white;
	font-family: "tech";
	font-size: 13px;
}
a{
	outline:none;
	text-decoration:none;
	color:black;
	}
