@font-face {
    font-family:'B Koodak';/*تعریف یک نام برای فونت*/
    src:url('Font/BKoodakBold.eot');/*اکسپلورر 9 به بعد*/
    src:local('B Koodak'),/*بررسی نصب بودن فونت در سیستم کاربر*/
        local('B Koodak'),/*برای برخی از مرورگرها مانند سافاری*/
        url('Font/BKoodakBold.eot?#iefix') format('embedded-opentype'),/*هک برای اکسپلورر 8 و ماقبل*/
        url('Font/BKoodakBold.woff') format('woff'),/*مرورگر های جدید*/
        url('Font/BKoodakBold.ttf') format('truetype');/*تمام مرورگرها به جزء اکسپلورر*/

    font-style:normal;
    font-weight:normal;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body.mainof
{
	background: url("images/bg_quadri.png") repeat scroll 0% 0% transparent;
}


div.gholi1 {
  width: 315px;

  margin-top:5px;
  display: inline-block;
 
}

div.gholi1 a {
	
	width:100%;
	  height:300px;
	display: block;
    position:relative;
	float: left;
	background-color: gray;
}

div.gholi1 a img
{
	opacity:1;
	position:absolute;
	top:0;left:0;
	width:100%; 
	height:100%;
}


div.gholi1 a div.infovisible
{
		opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0

}

div.gholi1 a div.info
{
		opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background-color: #3f4642;
        color: #fff;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0

}
div.gholi1 a div.info:hover 
{
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out; 
}

div.gholi1 a div.info p
{
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 10%;	
}

div.gholi1 a div.infovisible p
{
	font-size:22px;
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 30%;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////*/
div.gholiB {
  width: 100%;
  height:100%;
	display: inline-block;
}

div.gholiB a 
{
	width:100%;
	height:100%;
	display: block;
    position:relative;
	float: left;
	background-color: gray;
}


div.gholiB a img
{
	opacity:1;
	position:absolute;
	top:0;left:0;
	width:100%; 
	height:100%;
}


div.gholiB a div.infovisible
{
width:100%;height:100%;
		opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0

}

div.gholiB a div.info
{width:100%;
height:100%;
		opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background-color: #3f4642;
        color: #fff;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0

}
div.gholiB a div.info:hover 
{
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out; 
}

div.gholiB a div.info p
{
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 30px;		
}

div.gholiB a div.infovisible p
{
	font-size:22px;
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 120px;	
}
/*///////////////////////////////////////////////////*/
div.packB
{
	height:300px;
	width:992px;
	margin: 10px 10px 10px 10px;
	display:inline-block;
}

@media only screen and (max-width: 700px) {
	div.packB
	{
		position: relative;
		width:315px;
		margin: 10px 10px 10px 10px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 700px) {
	div.packB
	{
		position: relative;
		width:654px;
		margin: 10px 10px 10px 10px;
	}
}
/*///////////////////////////////////////////////////*/
div.packC
{
	height:50px;
	width:992px;
	margin: 10px 10px 10px 10px;
	display:inline-block;
}

@media only screen and (max-width: 700px) {
	div.packC
	{
		position: relative;
		width:315px;
		margin: 10px 10px 10px 10px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 700px) {
	div.packC
	{
		position: relative;
		width:654px;
		margin: 10px 10px 10px 10px;
	}
}
/*//////////////////////////////////////////////////////////////////////////////////////////*/
div.gholiC 
{
	width: 100%;
	height:100%;
	display: inline-block;
}

div.gholiC a 
{
	width:100%;
	height:100%;
	display: block;
    position:relative;
	float: left;
}


div.gholiC a img
{
	opacity:1;
	position:absolute;
	top:0;left:0;
	width:100%; 
	height:100%;
}


div.gholiC a div.infovisible
{
		width:100%;
		height:100%;
		opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0

}

div.gholiC a div.info
{		
		width:100%;
		height:100%;
		opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background-color: #3f4642;
        color: #fff;
        font-family: sans-serif;
        font-size: .8em;
		letter-spacing: .1em;
        line-height: 1.7em; 
		position:inherit;
		display:block;
		position:absolute; 
		top:0;
		left:0
}
div.gholiC a div.info:hover 
{
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out; 
}

div.gholiC a div.info p
{
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 30px;		
}

div.gholiC a div.infovisible p
{
	font-size:22px;
	font-family:B Koodak,Tahoma;
	text-align: center;
	width: 100%;
	margin-top: 5px;	
}
/*//////////////////////////////////////////////////////////////////////////////////////*/


div.pack
{

	margin: 10px 10px 10px 10px;
	display:inline-block;
}


/*////////////////////////////////////////////////////////////////////////////////////*/

div.mainPage
{
	position: relative;
	max-width: 1300px;
	height: 1857px;
	width: 1040px;
	clear:both;
	margin:0px auto;
}
@media only screen and (max-width: 700px) {
	div.mainPage
	{
		position: relative;
		width:400px;
		margin:0px auto;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 700px) {
	div.mainPage
	{
		position: relative;
		width:700px;
		margin:0px auto;
	}
}
/*////////////////////////////////////////////////////////////////////////////////////*/

div.mainPage div.title
{
	top: 0.4em;
	position: relative;
	letter-spacing: 0.1em;
	width: 100%;
	height:50px;
	font-family:B Koodak,Tahoma;
	font-weight:bold;
	display:block;
}
div.mainPage div.title a.rightd
{
	position: absolute;
	right: 2.5em;
	text-decoration: none;
	color:black;
}
div.mainPage div.title a.rightd:hover
{
	color:red;
	-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out; 
}
div.mainPage div.title a.leftd
{
	position: absolute;
	left: 1.2em;
	text-decoration: none;
	color:black;
	
}
div.mainPage div.title a.leftd img
{
	display:block-inline;
	position: fixed;
	top: 24px;
	opacity: 1;
	margin-top:10px;
}

div.mainPage div.title a.leftd img:hover {
    opacity: .1;
}
div.mainPage div.title a.leftd:hover
{
	color:green;
	-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out; 
}
/*/////////////////////////////////////////////////*/
div.mainPage div.matn 
{
	clear:both;
	margin:0px auto;
	top: 3.4em;
	position: relative;
	letter-spacing: 0.1em;
	width: 70%;
	font-family:B Koodak;
	text-align:center;
	display:block;
	direction:rtl;
}
div.mainPage div.matn p
{
	text-justify: auto;
	clear:both;
	margin:0px auto;
	letter-spacing: 0.1em;
	width: 70%;
	font-family:B Koodak;
	text-align:justify;
}
div.mainPage div.matn p.center
{
	text-justify:auto;
	clear:both;
	margin:0px auto;
	letter-spacing: 0.1em;
	width: 70%;
	font-family:B Koodak;
	text-align:center;
}
/*/////////////////////////////////////////////*/
div.mainPage div.matn img
{
	clear:both;
	margin:0px auto;
	margin-top:20px;
	width: 100%;
	display:block;
}
/*///////////////////////////////*/
div.clearfix:after {
    clear: both;
}
div.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}