	@font-face {
    font-family: Byekan;
    src: url(../fonts/byekan.ttf);
}

#click{
	text-align: center;
	text-decoration: none;
	border: 1px solid red;
	background: red;
	color: white;
}

body{
	margin: 0;
	background: url(../img/pattern/shattered.png);
}
.wrap{
	background: url(../img/pattern/shattered.png);
}

#content{
	width: 100%;
	height: 800px;
}

.header{display: block;}

#product-section{
	width: 95%;
	margin: auto;
	/*border: 1px solid red;*/
}

.product-img{
	width: 22%;
	height: 300px;
	/*border: 1px solid blue;*/
	margin: 1% 1% 1% 1%;
	margin-left: 50px;
	display: inline-block;
}

li{
	box-shadow: 10px 10px 10px gray;
}

li img{
	width: 100%;
	height: 270px;
}

#menu li{
	box-shadow: none;
	padding: 5px;
	font-family: cursive;
	border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}

#menu li:hover{
	cursor: pointer;
	color: gold;
	font-weight: bold;
}

#menu ul li a:hover>i{
	-webkit-transition: all .5s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.nav-bg{
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0;
}

.navigator li{
	margin-top: 20px;
	box-shadow: none;
}

.nav-bg .navigator li a{
	text-decoration: none;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	font-family: cursive;
	color: #fff;
	border-left: 1px dotted rgba(108, 108, 108, 0.61);
}

.nav-bg .navigator li{
	margin-top: 14px;
}

#hover-table{
	margin: 15% auto;
	direction: rtl;
}

#hover-table td{
	padding: 10px;
}

#hover-table td:nth-child(odd){
	font-size: 16px;
	font-family: cursive;
	color: #fff;
}

#hover-table td:nth-child(even){
	font-size: 16px;
	font-family: cursive;
	color: #fff;
}

.zoom{
	margin-right: 5%;
	margin-top: 50px;
    width: 130px;
    height: 30px;
    background: rgba(224, 99, 99, 0.85);
    color: white;
    border: none;
    border-radius: 15px;
}
.zoom:hover{
	background: rgba(214, 42, 42, 0.67) !important;
}
.zooom{
	margin-right: 30%;
	margin-top: 50px;
    width: 130px;
    height: 30px;
    background: rgba(224, 99, 99, 0.85);
    color: white;
    border:none;
    border-radius: 15px;
}
.zooom:hover{
	background: rgba(214, 42, 42, 0.67) !important;
}
.zom{
	margin-right: 30%;
	margin-top: 50px;
    width: 130px;
    height: 30px;
    background: rgba(224, 99, 99, 0.85);
    color: white;
    border:none;
    border-radius: 15px;
}
.zom:hover{
	background: rgba(214, 42, 42, 0.67) !important;
}
.vertical_hover_image{
	max-width: 100px;
	max-height: 100px;
	border: 2px solid gold; 
	border-radius: 100%;
	margin-left: -15px;
}


/**********/
/**********/
/**********/
/***** Responsive *****/
@media screen and  (max-width: 900px) { /* size browser age hade aksar 900 bashe background #fff mishe */
	
	.header{display: block;}
	.nav-bg{display: none;}
	#menu-v{display: none;}

	.product-img{
		width: 50%;
		height: 310px;
		margin: 1% 4% 1% 5%;
	}

	#product-section{
		width: 80%;
	}

	.image_grid li{
		/*width: 40%;*/
		margin-left: 0px;
		margin-right: 30px;
	}

	#menu li{box-shadow: none;}
	
	#hover-table td:nth-child(odd){font-size:12px;}
	#hover-table td:nth-child(even){font-size:12px;}
	

}


/**********/
/**********/
/**********/
/***** Second Responsive *****/
@media screen and  (max-width: 780px){

	.image_grid li{
		width: 44%;
	}

}

/**********/
/**********/
/**********/
/***** Second Responsive *****/
@media screen and  (max-width: 460px){
	
	.product-img{
		width: 60%;
		height: 240px;
		margin: 6% 0% 10% 20%;
	}

	#product-section{
		width: 75%;
	}

	.image_grid li{
		width: 75%;
		margin: 5% 0% 10% 0%;
	}

	#menu li{box-shadow: none;}

}