@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansWeb-Bold.eot?#iefix") format("embedded-opentype"), 
	      url("../fonts/IRANSansWeb-Bold.woff2") format("woff2"), 
		  url("../fonts/IRANSansWeb-Bold.woff") format("woff"), 
		  url("../fonts/IRANSansWeb-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), 
	      url("../fonts/IRANSansWeb.woff2") format("woff2"), 
	      url("../fonts/IRANSansWeb.woff") format("woff"), 
		  url("../fonts/IRANSansWeb.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), 
	      url("../fonts/RobotoLight.woff") format("woff"), 
		  url("../fonts/RobotoLight.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), 
	      url("../fonts/RobotoRegular.woff") format("woff"), 
		  url("../fonts/RobotoRegular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), 
	      url("../fonts/RobotoBold.woff") format("woff"), 
		  url("../fonts/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-family: IRANSans, sans-serif;
	background-color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 150%;
}


body#tinymce {
	padding: 10px;
}

p {
	color: #000;
	direction: rtl;
	font-size: 16px;
	line-height: 170%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: justify;
	display: block;
	}

p.title {
	color: #fe0032 !important;
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 35px 0 0;
}

p.subtitle {
	color: #83b25f;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
}

p.english {
	direction: ltr;
	font: 16px/170% Roboto,sans-serif;
}

p.titleenglish {
	direction: ltr;
	font: bold 16px Roboto,sans-serif;
	color: #fe0032;
	display: block !important;
	padding: 35px 0 0 !important;
	text-align: justify;
}

.BoldParagraph {
    font-weight: bold;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
    padding: 20px 30px;
    margin: 20px auto;
    clear: both;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #fe0032;
	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:#ffc000;
}

.content .com-content-article__body ul, .footcontact ul, .mce-content-body ul {
	direction: rtl;
	display: table;
	list-style: outside none none;
	margin: 15px 0 15px auto;
	padding: 0 25px;
	text-align: justify;
}

.content .com-content-article__body ul li, .footcontact ul li, .mce-content-body ul li {
	padding: 0 17px 10px 0;
	position: relative;
}
.content .com-content-article__body ul li::before, .footcontact ul li::before, .mce-content-body ul li::before {
	content: "+";
	position: absolute;
	color: #fe0032;
	font: bold 18px/100% Roboto, sans-serif;
	display: block;
	top: 4px;
	right: 0;
}

.content .com-content-article__body ol, .footcontact ol, .mce-content-body ol {
    direction: rtl;
    display: table;
    list-style: none;
    counter-reset: my-list-counter;
    margin: 15px 0 15px auto;
    padding: 0 25px;
    text-align: justify;
}

.content .com-content-article__body ol li, .footcontact ol li, .mce-content-body ol li {
    padding: 0 0 10px;
    word-spacing: -1px;
    counter-increment: my-list-counter;
}

.content .com-content-article__body ol li::before, .footcontact ol li::before, .mce-content-body ol li::before {
    content: counter(my-list-counter) ". ";
    color: #fe0032;
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

ul.twoColumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    display: block !important;
    margin: 20px auto !important;
    width: 100% !important;
    max-width: 800px !important;
    padding: 0 !important;
}

h2 {
	color: #fe0032;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
	text-align: right;
	word-spacing: -2px;
}

h3 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0 10px;
	text-align: right;
	word-spacing: -2px;
}

.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;
 }
 