html, body {
  width: 100%;
  height: 100%;
  margin: auto;
}

body {
  background-color: #eee;

}
h1.title{
	text-align: center;
	font-weight:normal;
color: #333;
padding: 5px;
font-family:dinar-joom;
font-size: 150%;
margin: 5px 0;
border: #ddd 1px solid;
border: #ddd 1px solid;
	}
	h2.title{
	text-align: center;
	font-weight:normal;
color: #888;
padding: 5px;
font-family:dinar-joom;
font-size: 100%;
margin: 5px 0;
border-bottom: #ddd 1px solid;
	}
.logo{text-align:center;
padding-top:10px;
padding-bottom:10px;}
h1.head{
text-align: center;
color: #333;
padding: 10px 0;
margin: 5px 0;
font-family: yekan-joom;
font-size:120%;
font-weight:normal;
background:#ddd;
border-top: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
h2.head{
	direction:rtl;
text-align: center;
color: #333;
padding: 10px 0;
margin: 5px 0;
font-family: yekan-joom;
font-size:100%;
font-weight:normal;
background:#ddd;
border-top: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}

.policy{
	width:auto;padding:0 5%
	}

.policy a {
	padding-right:25px;
  background-color: #692672;
  position: relative;
  text-transform: uppercase;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size:110%;
  color: #fff;
  text-decoration: none;
  font-family:Mj_Casablanca;
}
.accordion {
  padding: 5px 2.5%;
}
.accordion dt a span.title {padding-right:25px;}
/* all accordion styles below here */
.accordion dl {
  
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.accordion dl:hover {
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
}
.accordion dl dt a {
  background-color: #692672;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: right;
  cursor: pointer;
  font-size:110%;
  color: #fff;
  text-decoration: none;
  font-family:Mj_Casablanca;
}
.accordion dl dt a .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  position: absolute;
  right: 10px;
  top: 18px;
  
}
.cssanimations .accordion dl dt a .arrow {
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.cssanimations .accordion dl dt a .arrow.down-anim {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion dl dt a .arrow.down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  top: 21px;
  right: 8px;
}
.accordion dl dt.active a, .accordion dl dt:hover a {
  background-color: #fad5e5;
	color:#692672;
}
.accordion dl dt.active a {
  -moz-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
}
.accordion dl dd {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  padding: 10px;
  display: none;
  direction:rtl;
}
.accordion dl dd.active {
  display: block;
  margin: 0;
}
.accordion dl dd p {
  line-height: 1.4;
font-family: yekan-joom;
font-size:90%;
}

.accordion dl dd ol li {
	  line-height: 1.4;
font-family: yekan-joom;
list-style:decimal;
font-size:90%;
}
.accordion dl dd ul li {
	  line-height: 1.4;
font-family: yekan-joom;
list-style:decimal;
font-size:90%;
}
.accordion dl dd ol{padding-right:15px;}

.social{ margin:auto; text-align:center; padding:15px 0; }
.social a{ color: #692672; font-family: yekan-joom; text-decoration:none}
.footer{ width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
   line-height: 1.4;
font-family: yekan-joom;
direction:rtl;
  }
  .footer p{padding: 5px 2.5%;}
.footer h1.contact{
	text-align: right;
	font-weight:normal;
	color: #333;
	padding: 5px 2.5%;
	font-family: yekan-joom;
	font-size: 90%;
	margin: 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background:#ddd;
	}
.footer h1.edition{
	text-align: right;
	font-weight:normal;
	color: #333;
	padding: 5px;
	font-family: yekan-joom;
	font-size: 100%;
	margin: 5px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background:#eee;
	padding: 5px 2.5%;
	}
	
.sitelink:link {
    color: hotpink;
	text-decoration: underline;	
	}
.sitelink:visited {
    color: hotpink;
	text-decoration: underline;	
	}
.sitelink:hover {
    color: green;
	text-decoration: none;
	}
.sitelink:active {
    color: hotpink;
	text-decoration: underline;	
	}
.sitelinktitle {
	text-align: right;
	font-weight:normal;
	color: #333;
	font-family: yekan-joom;
	margin-left: 15px;
	}

.add{
	width: 100%;
  margin: 0 auto;
  }
  
 	
.add .addleft{width:95%; text-align:left; padding-left: 5%; padding-bottom:5px; border-bottom: #ccc 1px solid;}
.add .addleft a{ color: #692672; font-family: tahoma; text-decoration:none}
.add .addright{width:95%; text-align:right;   padding-right: 5%;}
.add .addright a{ color: #333; font-family: yekan-joom; text-decoration:none}
.add a{ color: #692672; font-family: yekan-joom; text-decoration:none}