@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url("../font/IRANSansX-Bold.eot?#iefix") format("embedded-opentype"), 
	      url("../font/IRANSansX-Bold.woff2") format("woff2"), 
		  url("../font/IRANSansX-Bold.woff") format("woff"), 
		  url("../font/IRANSansX-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../font/IRANSansX-Regular.eot?#iefix") format("embedded-opentype"), 
	      url("../font/IRANSansX-Regular.woff2") format("woff2"), 
		  url("../font/IRANSansX-Regular.woff") format("woff"), 
		  url("../font/IRANSansX-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 100;
    src: url("../font/IRANSansX-UltraLight.eot?#iefix") format("embedded-opentype"), 
	      url("../font/IRANSansX-UltraLight.woff2") format("woff2"), 
	      url("../font/IRANSansX-UltraLight.woff") format("woff"), 
		  url("../font/IRANSansX-UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../font/RobotoLight.eot?#iefix") format("embedded-opentype"), 
	      url("../font/RobotoLight.woff") format("woff"), 
		  url("../font/RobotoLight.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../font/RobotoBold.eot?#iefix") format("embedded-opentype"), 
	      url("../font/RobotoBold.woff") format("woff"), 
		  url("../font/RobotoBold.ttf") format("truetype");
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin:0px;
	padding:0px;
}

html { }

body {
	font: 16px/170% IRANSans,sans-serif;
	background-color: #fff;
	width: 100%;
}

body * {
	/*direction:rtl;*/
}

body#tinymce {
	padding: 10px;
}

p {
	color: #000;
	direction: rtl;
	font: 16px/170% IRANSans,sans-serif;
	margin: 0 auto 10px;
	padding: 0;
	text-align: justify;
	display: block;
	}


p.title {
  color: #006da3 !important;
  display: block;
  font: bold 17px/140% IRANSans,Tahoma,sans-serif;
  padding: 25px 0 0;
}

p.subtitle {
	color: #006da3;
	font: bold 17px/140% IRANSans,Tahoma,sans-serif;
	padding: 20px 0;
	text-align: center;
	background-color: #f2f2f2;
	max-width: 800px;
	margin: 30px auto 0 !important;
	border-bottom: 5px solid #00b5f0;
}

strong {
	font: bold 16px/170% IRANSans,sans-serif;
}

a, a:link, a:visited {
  font: bold 16px IRANSans,sans-serif;
  color: #35c964;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
}

a:hover, a:active, a:focus {
	 color:#00b5f0;
}

a.linkGrey, a.linkGrey:link, a.linkGreyvisited {
	color: #a6a6a6;
	font-weight: normal;
}
a.linkGrey:hover, a.linkGrey:active, a.linkGrey:focus {
	 color:#00b5f0;
}

.mceContentBody ul, .content1col ul, .content .itemBody ul, .footcontact ul, .mce-content-body ul, .supportPage ul {
  direction: rtl;
  display: table;
  list-style: outside none none;
  margin: 20px 0 20px auto;
  padding: 0 25px;
  text-align: justify;
}
.supportPage ul {
	margin: 20px 0 10px auto !important;
}

.mceContentBody ul li, .content1col ul li, .content .itemBody ul li, .footcontact ul li, .mce-content-body ul li, .supportPage ul li {
	background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll right 9px;
	font: 16px/170% IRANSans,sans-serif;
	padding: 0 20px 10px 0;
}
ul.twoColumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 40px;
	display: block !important;
	margin: 20px auto 20px !important;
	width: 100% !important;
	max-width: 800px !important;
	padding: 0 !important;
}

h2 {
	color: #22aa48;
	font: bold 17px/19px IRANSans,sans-serif;
	padding: 20px 0 15px;
	text-align: right;
	direction: rtl;
}

.imgcenter {
  display: table;
 margin: 0 auto;
}
.imgcenter > img {
  display: block;
  height: auto;
  margin: 30px auto;
}

.imgcenter a {
  display: table;
  margin: 20px auto 30px;
  position: relative;
}

.imgcenter a > img {
  display: block;
  height: auto;
  margin: 0 auto;
}

p.imgcenter > a[rel="shadowbox"]::after {
	background: rgba(0, 0, 0, 0) url("../images/icons.svg") 0 -165px/400px 800px no-repeat scroll ;
  content: " ";
  height: 41px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 41px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
	 -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	      transition: all 0.2s linear;
  }
  
p.imgcenter > a[rel="shadowbox"]:hover::after {
  opacity: 1;
 }
 
p.subtitle + .imgcenter > img { margin-top: 0 !important;
}
 

/* ---------------------------- Template Css -----------------------------*/

div.resp-tab-content p {
	direction: ltr;
	font: 15px/170% Roboto,sans-serif;
}
div.resp-tab-content h2 {
font: bold 16px/120% Roboto,sans-serif;
}

.resp-tabs-container table {
	background-color: rgba(0,0,0,0) !important;
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0,0) !important;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto !important;
}
.resp-tabs-container table td p,
.resp-tabs-container table td {
	margin: 0;
	font-size: 13px;
}
.resp-tabs-container table td {
	border: 1px solid #f1f5ff;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	width: auto !important;
}
.resp-tabs-container table tr:first-child td {
	background-color: rgba(66,162,246,0.2) !important;
}
.resp-tabs-container table tr:first-child td p,
.resp-tabs-container table tr:first-child td {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #006da3;
}
.resp-tabs-container table tr:nth-child(2n+1) td {
	background-color: rgba(0,0,0,0.03);
}
.resp-tabs-container table tr:nth-child(2n) td {
	background-color: rgba(0,0,0,0.06);
}


/* -------------------------------- Pages Table -----------------------------------------*/
.divTable {
	display: table;
	width: 100%;
	max-width: 800px;
	direction: rtl;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 30px auto;
	overflow: hidden;
}
.divTableRow {
	display: table-row;
	width: 100%;
	overflow: hidden;
	
}
.divTableRow:nth-child(2n+1) {
	background: rgba(0,0,0,0.02);
}
.divTableRow:nth-child(2n) {
	background: rgba(0,0,0,0.04);
}
.divTableRow > .divTableCell {
	display: table-cell;
	direction: rtl;
	text-align: right;
	vertical-align: top;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 140%;
}
.divTableRow > .divTableCell:first-child {
	font-weight: bold;
	background-color: rgba(0, 181, 240, 0.1);
}
.divTableCell.enCell {direction: ltr}
.divTableRow.cellTitle > .divTableCell {
	text-align: right;
	word-spacing: -2px;
	font-weight: bold;
	background: #22aa48;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	position: relative;
}
.divTableRow.cellTitle > .divTableCell::before {
	background: #22aa48;
	content: " ";
	position: absolute;
	width: 600%;
	height: 100%;
	display: block;
	z-index: -1;
	top: 0;
	right: 100%;
}
/*.divTableRow.cellTitle > .divTableCell::after {
	background: #fff;
	content: " ";
	position: absolute;
	width: 2px;
	height: 100%;
	display: block;
	z-index: 0;
	top: 0;
	right: -2px;
}*/
