/*----------------General Style (Write by ShMaleknejad)-------------------------*/

@font-face {
  font-family:"LatoMedium";
  src: url('../font/Lato-Medium.eot'); /* IE9 Compat Modes */
  src: url('../font/Lato-Medium.eot?#iefix') format('embedded-opentype'),  /* IE6–8 */
       url('../font/Lato-Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../font/Lato-Medium.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body { 
	margin: auto; 
	font-size: 14px; 
	line-height: 20px; 
	font-family: Arial,LatoMedium,Arial,tahoma,Verdana; 
	cursor: default;
}
* { 
	outline: none;

}

*:focus { 
	outline: none !important; 
}
a { 
text-decoration: none; 
	color: #0668a1; 
}
a:hover { 
	color: #01b8ed; 
	text-decoration: none; 
}
*:before, *:after { 
	transition: all 0.3s ease 0s; 
}
::-moz-selection { 
	color: #fff; 
	background: #007abe; 
}
::selection { 
	color: #fff; 
	background: #007abe; 
}
::-webkit-scrollbar { 
	width: 12px; 
}
::-webkit-scrollbar-track { 
	background-color: #fff; 
	border-left: 1px solid #fff; 
}
::-webkit-scrollbar-thumb { 
	background-color: #007abe; 
}
::-webkit-scrollbar-thumb:hover { 
	background-color: #016ea5;
}
ul{
	padding:0;
	margin:0;
}



/************************* Header And Footer (write by ShMaleknejad) **************/
.headerSection{
	display:inline-block;
	width:100%;
	border-top:6px solid #f4f4f2;
	position:relative;
	min-height: 240px;
}
.headerSection *{
	box-sizing:border-box; 
}
.headerSection .logoWarp{
	float:left;
	margin-top:10px;
	margin-bottom:0;
	position:relative;
	overflow:hidden;

}
.headerSection .logoWarp:before { 
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%) repeat scroll 0 0; 
	content: ""; 
	display: block; 
	height: 100%; 
	left: -75%; 
	position: absolute; 
	top: 0; 
	transform: skewX(-25deg); 
	width: 50%; 
	z-index: 2; 
}
.headerSection .logoWarp:hover:before { 
	animation: 0.75s ease 0s normal none 1 running shine; 
}
@keyframes shine {
    100% { left: 125%; }
}
.headerSection .siteTitle {
    float: left;
    margin: 72px 0 0 -15px;
    position: relative;
    
    font: 21px Arial;
    font-weight: bold;
}
.headerSection .siteTitle a{
	color:#0668a1;
}
.headerSection .siteTitle a:hover{
	color:#0b93de;
}
.headerSection .slogan {
	    float: left;
    	color: #a4a3a3;
    	display: inline-block;
    	font: 15px Arial;
    	padding-left: 0;
    	padding-bottom: 10px;
    	margin-top: 11px;
    	margin-left: -67px;
    	width: 63%;
}
.welcome{
	float: right;
    	color: #a4a3a3;
    	font: 15px Arial;
	
}
.headerSection .topQuickAccessWarp{
	float:right;
	margin-top: 20px;
	width:57%;
    	min-height: 63px;
	text-align:right;
}

.headerSection .topQuickAccessWarp ul li:hover:before{
	top:15px;
}
.headerSection .topQuickAccessWarp .searchBtn{
	color:#7a7a7a;
	font:13px Arial;
	padding:40px 10px 7px;
	border-left:1px solid #e9ebec;
	cursor:pointer;
	position:relative;
	display:inline-block;
	float:right;
}
.headerSection .topQuickAccessWarp .searchBtn:before{
	position:absolute;
	content:"";
	top:5px;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:30px;
	background:url("../images/theme-img/icons.png") -7px -4px;
}
.headerSection .topQuickAccessWarp .searchBtn:hover:before{
	top:10px;
}
.headerSection .topQuickAccessWarp ul li.signInBtn:before{
	background-position:-58px -4px;
}
.headerSection .topQuickAccessWarp ul li.siteMapBtn:before{
	background-position:-106px -4px;
}
.headerSection .topQuickAccessWarp ul li.linksBtn:before{
	background-position:-157px -4px;
}
.headerSection .topQuickAccessWarp ul li.contactBtn:before{
	background-position:-209px -2px;
}



.headerSection .topQuickAccessWarp a{
	display:inline-block;
	list-style:none;
	color:#7a7a7a;
	position:relative;
}

.headerSection .topQuickAccessWarp a{
	color:#7a7a7a;
	font:13px Arial;
	padding:40px 10px 7px;
	border-right:1px solid #e9ebec;
	position:relative;
}
.headerSection .topQuickAccessWarp a:hover{
	color:#444;
}
.headerSection .topQuickAccessWarp a:last-child{
	border:0;
}
.headerSection .topQuickAccessWarp a:before{
	position:absolute;
	content:"";
	top:5px;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:30px;
	background:url("../images/theme-img/icons.png");



}
.headerSection .topQuickAccessWarp a:hover:before{
	top:10px;
}
.headerSection .topQuickAccessWarp ul li.searchBtn{
	color:#7a7a7a;
	font:13px Arial;
	padding:40px 20px 7px;
	border-right:1px solid #e9ebec;
	cursor:pointer;
}

.headerSection .topQuickAccessWarp .Cpanel:before{
	background-position:-303px -4px;
}
.headerSection .topQuickAccessWarp .Login:before{
	background-position:-260px -4px;
}
.headerSection .topQuickAccessWarp .Logout:before{
	background-position:-58px -4px;
}
.headerSection .topQuickAccessWarp .SiteMap:before{
	background-position:-106px -4px;
}
.headerSection .topQuickAccessWarp .Links:before{
	background-position:-157px -4px;
}
.headerSection .topQuickAccessWarp .ContactUS:before{
	background-position:-209px -2px;
}
.headerSection .topQuickAccessWarp .OldWebsite:before{
	background-position:-347px -2px;
}
.headerSection .topQuickAccessWarp .Farsi{
	display:none;
}



.searchSection{
	background-color:#04aaa4;
	position:absolute;
	left:0;
	top:-6px;
	width:100%;
	height:0px;
	opacity:0;	
	
}
.searchSectionActive{
	opacity:1;
	height:137px;
	
}
.searchClose {
    position: fixed;
    color: #fff;
    right: 0;
    padding: 0 30px;
    cursor: pointer;
    font: 40px Arial;
    top: 10px;
    display: none;
}
.searchSection.searchSectionActive .searchClose{
	display:block;
}
.searchSection .searchBox {
    	min-height: 65px;
    	text-align: center;
    	width: 70%;
    	margin: 38px auto 0;
	display: none;
}
.searchSection.searchSectionActive .searchBox{
	display:block;
}
.searchSection .searchBox input.searchInput {
    width: 100%;
    position: absolute;
    line-height: 30px;
    padding: 0px 30px;
    border: 0;
    left: 50%;
    color: #9e9e9e;
    float: none;
    font: 23px Arial !important;
    height: 65px;
    background-color: #FFF;
    border-radius: 50px;
    top: 50%;
    transform: translate(-50%,-50%);
}	
.searchSection .searchBox input.searchSubmit[type="submit"]{
	background: #007abe;
    	width: 180px !important;
    	border: 0;
    	height: 66px;
    	right: -1px;
    	position: absolute;
    	float: none;
    	top: 0px;
    	left: auto;
    	border-radius: 50px;
	font: 32px Arial !important;
}
.searchSection .searchBox input.searchSubmit[type="submit"]:hover{
	background-color:#005b89;
}
.countryFlages{
	display:inline-block;
	width:100%;
	background-color:#f4f4f2;
	padding:8px 0;
	margin-top:20px;
}
.countryFlages .advService .contentImageContainer{
	border:0;
	padding:0;
	text-align:center;
}
.countryFlages .advService .contentImageContainer img{
	transition:all 0.3s ease;
}
.countryFlages .advService .contentImageContainer img:hover{
    box-shadow: 0 0 3px #222;
    opacity: 1;
}
.countryFrame{
	float:right;
	width:62%;
}

/*Main Menu*/
.menuWrap{
	background-color:rgb(30, 112, 188);
	height: 50px;
	z-index:999;
    	clear: both;
	width:100%;
}
.default{
	position: absolute;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
}
.mainMenu{
	padding:0;
	margin:0;
}

div.mainMenu li a{
	font:17px LatoMedium;
	color:#fff;
	padding:15px 33px !important;
	border:0 !important;
	margin:0;
}
div.mainMenu li a:hover{
	color:#fff;
}
div.mainMenu li {
    display: inline-block;
    position: relative;
	float:left;
}
div.mainMenu li:hover {
       background: #0198b5 !important;
   
}
div.mainMenu li ul{
	top: 49px !important;
	left:0 !Important;
	border:0 !important;
	border-top: 3px solid #0198b5 !important;
}
div.mainMenu li ul li{
    background-color: rgb(0, 105, 186) !important;
    border-bottom: 1px solid #290046 !important;
}
div.mainMenu li ul li:hover{
       background: #0198b5 !important;
}
div.mainMenu li ul li a{
    font-size: 14px !important;
	color:#fff !important;
}
div.mainMenu li ul ul {
    position: absolute;
    left: 100% !important;
    top: -.1em !important;
    z-index: 80 !important;
}
/*div.mainMenu li:last-child {
	 background-color: #0198b5 !important;
}
div.mainMenu li:last-child:hover {
	 background-color: #39bfd1 !important;
}*/
div.mainMenu li ul li:last-child {
	
}
div.mainMenu li ul li:last-child:hover {
	 background-color: #0198b5 !important;
}
/*div.mainMenu li:last-child a {
	 padding: 15px 42px !important;
}*/
div.mainMenu ul li ul li:last-child a {
	 padding: 5px 15px !important
}
.navigation{
	filter:progid:DXImageTransform.Microsoft.Gradient(enabled = false);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(enabled = false);
}

.footerSection{
	background-color:#f2eef4;
    	box-sizing: border-box;
	border-top:1px solid #dcdddd;
}
.footerSection .copyRight{
	font:14px Arial;
	color:#fff;
	float:right;
	position:relative;
	font: 13px Arial;
	box-sizing: border-box;
}
.footerSection .copyRight a{
	color:#fff;
	font: 13px Arial;
}
.footerSection .copyrightText{
	font: 13px Arial;
	padding-top: 16px!important;
	box-sizing: border-box;

}

.footerSection .copyRight a:hover{
	color:#4be4f9;
}
.copyrightImage{	
    margin-top: 8px !important;
}
.copyRight img{
	float: left !Important;
    	border-right: 1px solid #eee;
    	padding-right: 5px;
}
.footerSection .socialNetwork{
	float:left;
 	padding-top: 6px;
    	box-sizing: border-box;

}
.socialNetwork ul li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    position: relative;
}
.socialNetwork ul li:after {
    	position: absolute;
    	content: "";
    	right: 0px;
    	top: 0px;
    	background: url("../images/theme-img/icons.png");
    	width: 32px;
    	height: 32px;
	opacity:1;
}
.socialNetwork ul li:hover:after{
	opacity:0.7;
}
.socialNetwork ul li a {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 2;
    font-size: 0;
}
.socialNetwork ul li.facebook:after {
    background-position: -8px -56px;
}
.socialNetwork ul li.twiter:after {
    background-position: -56px -56px;
}
.socialNetwork ul li.Rss:after {
    background-position: -104px -56px;
}
.socialNetwork ul li.gplus:after {
    background-position: -152px -56px;
}
.footerSection .signiture{
	float:left;
	font:13px Arial;
	color:#fff;
	position:relative;
	width:45%;
	padding-top:17px;
    	box-sizing: border-box;
}
.footerSection .signiture a{
	color:#48bbfb;
}
.footerSection .signiture a:hover{
	color:#80bddf;
}

.footerLinks{
	display:inline-block;	
	width:100%;
}
.bottomFooter{
    display: inline-block;
    width: 100%;
    background-color:rgba(0, 112, 188, 0.75);
    min-height: 45px;
    margin-top: 30px;
}
.footerLinksCoulmn{
    	float: left;
    	width: 25%;
    	box-sizing: border-box;
	padding-right: 30px;
}
.footerLinksCoulmn:last-child{
	padding-right: 0px;
}
/************************* Sections (write by ShMaleknejad) **************/

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8{
	display:inline-block;
	width:100%;
	position:relative;
}
.position1,.position3{
	width:30%;
	float:left;
	padding-right: 15px;
}
.position3{
	padding-right: 0px;
}
.position2{
	width:38%;
	float:left;
	padding-right: 15px;
}
.position4,.position10{
	width:100%;
}
.position5,.position6{
	width:50%;
	float:left;
}

.position7,.position8{
	padding-right: 15px;
	box-sizing:border-box;
	width:37.5%;
	float:left;
}
.position9{
	width:25%;
	float:left;
}

/************************* News Poster Block (write by ShMaleknejad) **************/
.position1{
	box-sizing:border-box;
	padding-bottom:30px;
}
.position2{
	box-sizing:border-box;
	padding-bottom:30px;
}

.newsPoster{
	margin:20px 0 7px;
}
.newsPoster .bx-wrapper{
	background:transparent;
	border:0;
}
.contentPosterTextBox{
	margin: 0 15px !important;
}
.newsPoster .contentTextContainer{
	background-color:rgba(0,0,0,0);
	
	min-height:20px;
	box-sizing:border-box;
	padding:20px 25px;
	direction: ltr;
	background-color/*\**/: #000\9;
}
.newsPoster .contentTextContainer h2.contentTitle a{
	font:20px Arial;
	color:#fff;
}
.newsPoster .contentTextContainer .contentAbstract{
	font:14px/23px Arial;
	color:#fff;
    	margin-top: 10px;
}
.newsPoster:hover .contentTextContainer {
	background-color:rgba(0,0,0,0);
}
.newsPoster:hover .contentTextContainer h2.contentTitle a{
	color:#04aaa4;
}


/************************* Gray header Block (write by ShMaleknejad) **************/

.greenHeaderBlock{
	margin:20px 0 10px;
	position:relative;
}
.greenHeaderBlock .blockTitle{
	background-color:rgba(30, 112, 188, 0.75);
	height:42px;
	text-align:center;
	text-transform:uppercase;
	font:18px/45px LatoMedium;
	color:#fff;
}
.greenHeaderBlock .blockTitle a{
	color:#fff;
}
.greenHeaderBlock .contentList{
	padding:12px 12px !important;
	margin-top:11px;
	margin-bottom:0;
	background-color:#edf4fa;
	border:0;
	min-height:107px;
	box-sizing:border-box;
}
.greenHeaderBlock .contentList .contentImage, 
.greenHeaderBlock .advService .contentImageContainer,
.greenHeaderBlock .contentList .contentImageContainer img {
    	border: 0;
    	padding: 0;
	margin-right: 0px;
    	position: relative;
}

.greenHeaderBlock h2,.newsService.contentList h2.contentTitle{
	font-weight:normal;
	margin-top: 5px;
}
.greenHeaderBlock h2.contentTitle a{
	color:#007abe;
	font-size:15px;
	font-family:'Arial',arial,sans-serif;
	line-height:22px;
        
}
.greenHeaderBlock .contentAbstract,
.greenHeaderBlock .contentText {
    	color: #000;
    	font-size: 13px;
	font-family:'Arial',arial,sans-serif;
    font-size: small;
	line-height:19px;
    	margin-top: 10px;
}
.greenHeaderBlock .contentAbstract p{
	margin:0;
	font-size: 13px;
	font-family:'Arial',arial,sans-serif;
	line-height:19px;
	text-align:left;
}
.greenHeaderBlock .contentList .contentImageContainer{
	position:relative;
	overflow:hidden;
	margin-right:15px;

}

.greenHeaderBlock .contentMore {
    position: absolute;
    bottom: -55px;
    right: 0;
}


/************************* Activity (write by ShMaleknejad) **************/
.section2{
	background:url("../images/theme-img/Activity-bg.jpg") top center no-repeat;
	display:inline-block;
	width:100%;
	min-height:650px;
    	background-size: cover;
    	background-attachment: fixed;
	margin-top: -30px;

}


/************************* World Map (write by ShMaleknejad) **************/
.position6 .blockContent{
	margin-bottom:0;
}
.worldMap{
    text-align: center;
    margin: auto;
}


/************************* Green Center Border Title Block (write by ShMaleknejad) **************/

.greenCenterBorder{

}
.greenCenterBorder .blockTitle{
	text-align:center;
	font:37px LatoMedium;
	text-transform:uppercase;
	color:#000;
	position:relative;
	padding-bottom:17px;
	margin:30px auto;
}
.greenCenterBorder .blockTitle:after{
	position:absolute;
	height:2px;
	width:90px;
	content:"";
	bottom:0;
	left:50%;
	background-color:#04aaa4;
	transform:translate(-50%,-50%);

}
.greenCenterBorder h2.contentTitle a {
    margin: 0px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    font: 19px/26px LatoMedium;
    display: block;
}
.greenCenterBorder h2.contentTitle a:hover {
	color:#04aaa4;
}
.greenCenterBorder .contentList {
    margin-bottom: 30px !important;
    border-bottom: 0;
}
.greenCenterBorder .contentImage, 
.greenCenterBorder .contentImageContainer img{
	padding:0;
	margin:0;
	border:0;
	transition:all 0.3s ease;
}
.greenCenterBorder .div-column4{
	width:25% !important;
	float:none !important;
	display:inline-block;
	vertical-align:top;
	margin:0;
}
.greenCenterBorder .contentImageContainer {
    text-align: center !important;
    max-width: 278px;
    overflow: hidden;
    max-height: 195px;
    margin: auto;
    padding: 0;
    border: 0;
}

/************************* Green Left Border Title Block (write by ShMaleknejad) **************/

.position4{
	padding-bottom:15px;
	padding-right:5px;
	box-sizing:border-box;
	padding-top:15px;
}
.position5{
	padding-right:15px;
	box-sizing:border-box;

}
.greenLeftBorder{
	border-right:2px solid #e1e1df;
	background-color:#fff;
	margin:30px 0;
	padding:35px 30px 20px;
	position:relative;
}
.greenLeftBorder .blockTitle{
	color:#000;
	font:26px Arial;
	position:relative;
	padding-bottom:17px;
	margin-bottom:35px;
	box-sizing:border-box;
	text-transform: uppercase;
}
.greenLeftBorder .blockTitle:after{
	position:absolute;
	height:2px;
	width:50px;
	content:"";
	bottom:0;
	left:0;
	background-color:#04aaa4;
}
.greenLeftBorder .contentList {
    	margin-bottom: 15px;
    	padding-bottom: 15px;
    	border-bottom: 1px solid #e1e1df;
	min-height:118px;
}
.greenLeftBorder h2.contentTitle{
    float: right;
    width: 68%;
}
.greenLeftBorder h2.contentTitle a {
    margin: 0px;
    color: #828282;
    font: 17px/21px Arial;
    margin-bottom: 10px;
}
.greenLeftBorder .contentText,
.greenLeftBorder .contentAbstract {
    	font: 14px/22px Arial;
    	color: #000;
	float: right;
   	width: 68%;
    	text-align: justify;
}
.greenLeftBorder div.contentDateTime, 
.greenLeftBorder div.contentCounter {
    margin-left: 0px !important;
    margin-right: 0;
    width: 145px;
    float: left;
    height: 115px;
    background-color: #ececec;
    color: #000;
    box-sizing: border-box;
    font: 20px Arial;
    text-align: center;
    padding-top: 45px;
}

.greenLeftBorder .contentList:nth-child(3){
	border:0;
}
.greenLeftBorder .contentMore{
    position: absolute;
    bottom: -55px;
    right: 0;
}
.greenLeftBorder .contentTextContainer{
	overflow:visible !important;
}
.greenLeftBorder .contentImage, 
.greenLeftBorder .contentImageContainer img{
	padding:0;
	border:0;
}


/************************* Orange Background Block (write by ShMaleknejad) **************/

.orangeBackgroundBlock{
	background-color:#ffbd69;
	padding:20px 10px;
	margin-top: 10px;
}
.orangeBackgroundBlock .blockTitle{
	font:20px Arial;
    font-family: 'Arial',arial,sans-serif;
	color:#590000;
	position:relative;
    	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.orangeBackgroundBlock .blockTitle a{
	color:#590000;
}
.orangeBackgroundBlock .blockTitle:after{
	position:absolute;
	content:"";
	background-color:#fff;
	height:2px;
	width:70px;
	left:2px;
	bottom:0;
}
.orangeBackgroundBlock .contentList{
	border:0;
	padding:0;
	margin-bottom:12px;
	
}
.orangeBackgroundBlock h2.contentTitle a{
	font:14px Arial;
    font-family: 'Arial',arial,sans-serif;
	color:#590000;
	/*padding-left:20px;*/
	font-weight:normal;
	position:relative;
}

.orangeBackgroundBlock .contentBulletListUL li:last-child,.orangeBackgroundBlock .contentBulletList li:last-child{
	border:0;
}
.orangeBackgroundBlock .contentBulletListUL li,.orangeBackgroundBlock .contentBulletList li{
	list-style:none;
	position:relative;
	    border-bottom: 1px dashed #590000;
}
/*.orangeBackgroundBlock .contentBulletListUL li a:before,.orangeBackgroundBlock .contentBulletList li a:before{
	 position: absolute;
    content: ">";
    background-color: #fff;
    height: 13px;
    width: 13px;
    left: 0px;
    top: 1px;
    padding-left: 4px;
    box-sizing: border-box;
    border-radius: 100%;
    color:#42b5f6;
    font: bold 11px/14px arial;
}
.orangeBackgroundBlock .contentBulletListUL li:hover a:before,.orangeBackgroundBlock .contentBulletList li:hover a:before{
	 background-color: #fff;
	color:#42b5f6;
}*/
/************************* mediumaquamarine Background Block (write by ShMaleknejad) **************/

.mediumaquamarineBackgroundBlock{
	background-color:mediumaquamarine;
	padding:20px 10px;
	margin-top: 10px;
}
.mediumaquamarineBackgroundBlock .blockTitle{
	font:20px Arial;
	color:#fff;
	position:relative;
    	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform:capitalize;
}
.mediumaquamarineBackgroundBlock .blockTitle a{
	color:#fff;
}
.mediumaquamarineBackgroundBlock .blockTitle:after{
	position:absolute;
	content:"";
	background-color:#fff;
	height:2px;
	width:60px;
	left:2px;
	bottom:0;
}
.mediumaquamarineBackgroundBlock .contentList{
	border:0;
	padding:0;
	margin-bottom:12px;
	
}
.mediumaquamarineBackgroundBlock h2.contentTitle a{
	font:15px Arial;
	color:#fff;
	/*padding-left:20px;*/
	font-weight:normal;
	position:relative;
}

.mediumaquamarineBackgroundBlock .contentBulletListUL li:last-child,.mediumaquamarineBackgroundBlock .contentBulletList li:last-child{
	border:0;
}
.mediumaquamarineBackgroundBlock .contentBulletListUL li,.mediumaquamarineBackgroundBlock .contentBulletList li{
	list-style:none;
	position:relative;
}
/*.mediumaquamarineBackgroundBlock .contentBulletListUL li a:before,.mediumaquamarineBackgroundBlock .contentBulletList li a:before{
	 position: absolute;
    content: ">";
    background-color: #fff;
    height: 13px;
    width: 13px;
    left: 0px;
    top: 1px;
    padding-left: 4px;
    box-sizing: border-box;
    border-radius: 100%;
    color:#42b5f6;
    font: bold 11px/14px arial;
}
.mediumaquamarineBackgroundBlock .contentBulletListUL li:hover a:before,.mediumaquamarineBackgroundBlock .contentBulletList li:hover a:before{
	 background-color: #fff;
	color:#42b5f6;
}*/

/************************* Green Background Block (write by ShMaleknejad) **************/

.greenBackgroundBlock{
	background-color:#04aaa4;
	padding:40px 60px 50px;
}
.greenBackgroundBlock .blockTitle{
	font:32px Arial;
	color:#fff;
	position:relative;
    	padding-bottom: 15px;
	margin-bottom: 35px;
	text-transform:none;
}
.greenBackgroundBlock .blockTitle:after{
	position:absolute;
	content:"";
	background-color:#fff;
	height:2px;
	width:70px;
	left:2px;
	bottom:0;
}
.greenBackgroundBlock .contentList{
	border:0;
	padding:0;
	margin-bottom:12px;
	
}
.greenBackgroundBlock h2.contentTitle a{
	font:17px Arial;
	color:#fff;
	padding-left:25px;
	position:relative;
}
.greenBackgroundBlock h2.contentTitle a:before{
    position: absolute;
    content: ">";
    background-color: #04d3cb;
    height: 12px;
    width: 12px;
    left: 0px;
    top: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    line-height: 10px;
    border-radius: 100%;
    color: #fff;
    font:11px Arial;
}
.greenBackgroundBlock h2.contentTitle a:hover:before{
	color:#04d3cb;
	background-color: #fff;
	left:5px;
}



/************************* Bottom Right Banner (write by ShMaleknejad) **************/
.bottomRightBanner{
	padding:0px 0 30px;
	box-sizing:border-box;
}
.bottomRightBanner .listItemStyle{
	margin-right:0;
	margin-left:1%;
    	float: right !important;
}

.bottomRightBanner .listItemStyle:nth-child(4) .contentList{
	background-color:#016ea5;
	box-sizing:border-box;
	width:270px;
	height:70px;
	text-align:center;
    	padding:15px 25px;
	position:relative;
}
.bottomRightBanner .listItemStyle:nth-child(3) .contentList{
	background-color:#01b8ed;
	box-sizing:border-box;
	width:270px;
	height:70px;
	text-align:center;
    	padding: 15px 25px;
	position:relative;
}
.bottomRightBanner .listItemStyle:nth-child(2) .contentList{
	background-color:#30667e;
	box-sizing:border-box;
	width:270px;
	height:70px;
	text-align:center;
    	padding: 15px 25px;
	position:relative;
}
.bottomRightBanner .listItemStyle:first-child .contentList{
	background-color:#39bfd1;
	box-sizing:border-box;
	width:270px;
	height:70px;
	text-align:center;
    	padding: 15px 25px;
	position:relative;
}
.bottomRightBanner .listItemStyle:nth-child(4) .contentList:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:6px;
	background-color:#005b89;
	width:100%;
}
.bottomRightBanner .listItemStyle:nth-child(3) .contentList:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:6px;
	background-color:#009cc9;
	width:100%;
}
.bottomRightBanner .listItemStyle:nth-child(2) .contentList:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:6px;
	background-color:#234f62;
	width:100%;
}
.bottomRightBanner .listItemStyle:first-child .contentList:after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:6px;
	background-color:#30a3b3;
	width:100%;
}
.bottomRightBanner .listItemStyle:first-child .contentList:hover:after,
.bottomRightBanner .listItemStyle:nth-child(2) .contentList:hover:after,
.bottomRightBanner .listItemStyle:nth-child(3) .contentList:hover:after,
.bottomRightBanner .listItemStyle:nth-child(4) .contentList:hover:after{
	height:100%;
}
.bottomRightBanner .contentTitle,.bottomRightBanner .contentTitle a{
	font:24px/40px LatoMedium !important;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}
.bottomRightBanner .listItemStyle .contentList{
	background-color/*\**/:#39bfd1\9;
	box-sizing/*\**/:border-box\9;
	width/*\**/:270px\9;
	height/*\**/:100px\9;
	text-align/*\**/:center\9;
    	padding/*\**/:30px 25px\9;
	position/*\**/:relative\9;
	border-bottom/*\**/:6px solid #30a3b3\9;
}
.bottomRightBanner .listItemStyle:first-child .contentList:after{
    	display/*\**/:none\9;
}

/************************* Bottom Left Banner (write by ShMaleknejad) **************/

.bottomLeftBanners{
	padding:60px 0;
	box-sizing:border-box;
}
.bottomLeftBanners .bx-wrapper{
    background-color: #016ea5;
    border: 0;
    height: 140px;
	width: 270px;
    position: relative;
}
.bottomLeftBanners .contentTitle{
	font:26px/40px Arial !important;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index:2;
	padding:30px 10px 0;
}
.bottomLeftBanners .contentTitle a{
	font:26px/40px Arial !important;
	color:#fff !important;
	text-transform:uppercase;
}
.bottomLeftBanners .bx-wrapper:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	height:6px;
	background-color:#005b89;
	width:100%;
}
.bottomLeftBanners .bx-wrapper:hover:before{
	height:100%;
}
.bx-pager.bx-default-pager {
    background: #fff !important;
    left: 50% !important;
    bottom: -17px !important;
    padding: 0 !important;
    transform: translate(-50%,-50%) !important;
	bottom/*\**/: 5px\9 !important;
	left/*\**/: 40%\9 !important;
	border-radius: 20px;
	padding: 7px 15px !important;
    	box-shadow: 0px -3px #b7cee0;
}
.bx-pager.bx-default-pager a {
    background: #626262 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #5694cd !important;
}



/************************* Research Block (write by ShMaleknejad) **************/

.researchBlock{
	position:relative;
	box-sizing:border-box;
	padding-top:162px;
	background-color:#fff;
	max-width:271px;
	min-height:375px;
}
.researchBlock:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	border-bottom:3px solid #04aaa4;
	width:271px;
	height:149px;
	background:url("../images/theme-img/research-min.jpg") top center no-repeat;
}
.researchBlock .contentList {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 10px;
}
.researchBlock .contentTitle  {
    font: 15px Arial !important;
    color: #000;
    position: relative;
    padding-left: 40px;
}
.researchBlock h2.contentTitle a {
    font: 15px Arial;
    color: #000;
}
.researchBlock .contentTitle:before {
    position: absolute;
    content: ">";
    background-color: #e3e3e0;
    height: 12px;
    width: 12px;
    left: 20px;
    top: 3px;
    box-sizing: border-box;
    line-height: 10px;
    border-radius: 100%;
    color: #969696;
    font: 11px Arial;
}
.researchBlock .contentMore {
    position: absolute;
    bottom: -55px;
    right: 0;
}

/************************* Summits Block (write by ShMaleknejad) **************/
.summitsBlock{
	position:relative;
	box-sizing:border-box;
	padding-top:162px;
	background-color:#fff;
	max-width:271px;
	min-height:375px;
}
.summitsBlock:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	border-bottom:3px solid #04aaa4;
	width:271px;
	height:149px;
	background:url("../images/theme-img/summits-min.jpg") top center no-repeat;
}
.summitsBlock .contentList {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 18px;
}
.summitsBlock .contentTitle  {
    font: 15px Arial !important;
    color: #000;
    position: relative;
    padding-left: 40px;
}
.summitsBlock h2.contentTitle a {
    font: 14px Arial;
    color: #000;
}
.summitsBlock .contentTitle:before {
    position: absolute;
    content: ">";
    background-color: #e3e3e0;
    height: 12px;
    width: 12px;
    left: 20px;
    top: 3px;
    box-sizing: border-box;
	padding-left:4px;
    line-height: 10px;
    border-radius: 100%;
    color: #969696;
    font: 11px Arial;
}
.summitsBlock .contentMore {
    position: absolute;
    bottom: -55px;
    right: 0;
}
.contentMore a,.more a,a span.more {
    margin: 0;
    padding: 10px 20px;
    background: #0198b5;
    font: 18px Arial;
    border-radius: 3px;
}
.contentMore a:hover,.more a:hover, a span.more:hover{
	background-color: #39bfd1;
    	color: #fff;
}



/************************* No Frame With Title (write by ShMaleknejad) **************/

.noFrameWithTitle .BlockDefaultHeaderSpan{
    font: 25px Arial;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}



/************************* Blue Border Block (write by ShMaleknejad) **************/
.position10,.position11 {
    box-sizing: border-box;
}
.blueBorderBlock {
	position:relative;
}

.blueBorderBlock .blockContainer{
	border-top:3px solid #007abe;
	background-color:#fff;
    	box-sizing: border-box;
    	padding: 10px 10px 0;
}
.blueBorderBlock .blockContainer h2.contentTitle{
	font-size:14px !important;
	font-weight: normal;
}
.blueBorderBlock .blockTitle{
    font: 18px Arial;
    color: #000;
    margin-bottom: 5px;
    
    font-family: 'Arial',arial,sans-serif;
}
.blueBorderBlock  .contentMore {
    position: absolute;
    bottom: -55px;
    right: 0;
}
.blueBorderBlock .contentBulletListUL li:last-child,.blueBorderBlock .contentBulletList li:last-child{
	border:0;
}

.blueBorderBlock .contentBulletListUL li,.blueBorderBlock .contentBulletList li{
	list-style:none;
	position:relative;
padding-left: 20px;

}
.blueBorderBlock .contentBulletListUL li:before,.blueBorderBlock .contentBulletList li:before{
	 position: absolute;
    content: ">";
    background-color: #42b5f6;
    height: 13px;
    width: 13px;
    left: 0px;
    top: 7px;
    padding-left: 4px;
    box-sizing: border-box;
    border-radius: 100%;
    color: #fff;
    font: bold 11px/14px arial;

}
.blueBorderBlock .contentBulletListUL li:hover:before,.blueBorderBlock .contentBulletList li:hover:before{
 	background-color: #007abe;
}
/********************************Default block**************************************/
.DefaultBlock .blockTitle,
.DefaultBlock .blockTitle a {
    background-color: rgba(30, 112, 188, 0.75);
    height:43px;
    font: 18px/40px Arial;
    color: #fff;
    padding: 0 10px;
    font-family: 'Arial',arial,sans-serif;
}
.DefaultBlock .contentList,.DefaultBlock .blockContainer{
	padding:9px 12px;
	margin-top:8px;
	margin-bottom:0;
	background-color: rgba(30, 112, 188, 0.08);
	border:0;
	box-sizing:border-box;
	font-family: 'Arial',arial,sans-serif;
	font-size:14px;
}
.DefaultBlock .blockContainer img{
	margin-bottom:20px;
}
.DefaultBlock .contentList{
	background-color: #fff;

}

.DefaultBlock .contentList .contentImage, 
.DefaultBlock .contentList .contentImageContainer img {
    	border: 0;
    	padding: 0;
	margin-right: 0px;
    	position: relative;
}

.DefaultBlock h2{
	font-weight:normal;
	margin-top: 10px;
}
.DefaultBlock h2.contentTitle a{
	color:#000;
    	font: 14px/22px Arial !important;
}
.DefaultBlock .contentBulletListUL,.DefaultBlock .contentBulletList {
    margin-left: 10px;
}
.DefaultBlock .contentBulletListUL li, 
.DefaultBlock .contentBulletList li{
	border-bottom: 1px solid #ddd;
	color: #04aaa4;
	list-style: square outside;
}
.DefaultBlock .contentAbstract {
    	color: #000;
    	font: 14px/20px Arial;
    	margin-top: 10px;
}
.DefaultBlock .contentList .contentImageContainer{
	position:relative;
	overflow:hidden;
	margin-right:15px;
	margin-left:15px;
}



/************************* Footer Links Block (write by ShMaleknejad) **************/

.footerLinksBlock{
    padding-top: 30px;
	box-sizing:border-box;
}
.footerLinksBlock .blockTitle{
	color:#000;
	font:17px LatoMedium;
	border-bottom:3px solid #007abe;
    	padding-bottom: 10px;
    	margin-bottom: 5px;

}
.footerLinksBlock ul li a{
	color:#000 !important;
	font:14px arial !important;
	padding:7px 0 !important;
	font-family: 'Arial',arial,sans-serif;
}
.footerLinksBlock ul li a:hover{
	color:#30a3b3 !important;
}
.footerLinksBlock .blockTitle a{
	color:#000;
}


/*****************Blue Border Bottom Block Style *******************/

.blueBorderBottomBlock .blockTitle{
	color:#000;
	font: 17px LatoMedium;
	border-bottom:3px solid #007abe;
    	padding-bottom: 5px;
    	margin-bottom: 0px;
    	margin-top: 0px;
   

}
.blueBorderBottomBlock .blockTitle a{
	color:#000;
}
.blueBorderBottomBlock .contentList {
    padding: 7px 12px  !important;
    margin-top: 0px;
    margin-bottom:4px;
    background-color: rgba(30,112,188,0.08);
    border: 0;
    min-height: 75px;
    box-sizing: border-box;
}
.blueBorderBottomBlock .contentList .contentAbstract p{
	margin-top:5px;
	padding:0;
    	color: #000;
    	font: 14px/17px Arial;
font-family:'Arial',arial,sans-serif;
    font-size: small;
	margin-bottom:0;
}
.blueBorderBottomBlock .contentImage,.blueBorderBottomBlock .contentImageContainer img {
    border: 0;
    padding: 0;
}
/**********************Content Style (write by mostafa Ebrahimi Motlagh)  *********************************/
div.contentInformation span.content,
div.contentInformation span.data {
	padding: 0;
}

/********************** Admin Style (write by Shm.Maleknejad)  *********************************/
.acMenu ul li{
    font-family: Arial;
}
.acMenu ul li.facMenuHasChild > a span.acMenuIcon{
	background: #007abe;
	width: 5px;
    	height: 5px;
    	margin-top: 6px;
}
.acMenu ul li.oacMenuHasChild > a span.acMenuIcon{
	background: #04aaa4;
	width: 5px;
    	height: 5px;
    	margin-top: 6px;
	border:0;
}
.acMenu ul li.facMenuHasChild a:hover {
    background-color: #007abe;
    color: #fff;
}
.saman_bullet_list_big li {
    background: url('../images/eng/bullet_tab.png') no-repeat left 14px;
    padding-left: 12px;

}
.treemenudiv a{
	vertical-align:top;
}
div.contentView{
    padding: 0;
    border: 0;
    margin: 5px 15px 15px;
}
input[type="button"], input[type="submit"], input.button, input.active_button, input.login_button, input.login_button, button, button.active, .active_button[type="submit"], .newButton{
    padding: 7px 17px;
    background: #0198b5;
    font: 18px Arial;
    border-radius: 3px;
}
input[type="button"]:hover, input[type="submit"]:hover, input.button:hover, input.active_button:hover, input.login_button:hover, input.login_button:hover, button:hover, button.active:hover, .active_button[type="submit"]:hover, .newButton{
    background-color: #39bfd1;
    color: #fff;
}
div.contentView h1.contentTitle {
    margin: 0;
}
div.contentView div.contentText {
    	text-align: justify;
    	line-height: 25px;
    	color: #000;
	margin-top:20px;
        font-family: 'Arial',arial,sans-serif;
	
}
.navigator2-cell font{
    background-color: #02908b;
    color: #fff !important;
	border:0 !Important;
}
a.navigator2-link:link, a.navigator2-link, .navigator2-cell font{
    font-weight: normal;
    font-size: 15px !important;
}

.galService.contentList, .mediaService.contentList{
	border:0 !important;
	background:transparent !important;
}
.galService.contentList a, .mediaService.contentList a{
	text-align:center;
}
.im_menu_cnt{
	background-image:none !important;
	border:0 !important;

}
.im_images_list_item a{
	font:14px Arial;
	color:#3a3939;
}
.c_content {
    padding: 1px !important;
    border: 1px solid #ddd !important;
}
.BlockDefaultHeaderSpan.portalBaseTextColor{
	background-color: #0198b5;
    	height: 37px;
    	font: 15px/39px Arial;
    	color: #fff;
    	padding: 0 10px;
}
.myPageZone .BlockContent{
	padding: 10px 12px;
    	margin-top: 8px;
    	margin-bottom: 0;
    	background-color: #f4f4f2;
    	border: 0;
	font-size: 13px;
}
.settingIco{
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}
.blockIco{
    float: right;
    margin-top: 15px;
}
td.sectionheader{
	border:0 !important;

}
.treemenudiv a{
	color:#3a3939;
}
.spOneColLayout{
	box-sizing: border-box;
    	padding: 15px 0;
}
.AddContent a{
	font: 15px/20px Arial;
    	color: #787878;
}
.countryBtn{
	background-color: #04aaa4;
	border-radius:3px;
	display:inline-block;
	width:150px;
	text-align:center;
	margin-left:5px;
	height: 40px;
	margin-bottom: 10px;
}
.countryBtn:hover{
	background-color:#02908b;
}
.countryBtn a{
    	color: #fff;
    	line-height: 40px;
    	font-size: 15px;
}
div.contentInformation span {
    width: 33%;
}
div.contentInformation .caption{
	padding:0;
}
div.contentView .contentImageContainer {
    background: transparent;
}
.contentShare{
	margin-top:20px;
	float:right;
	display:none;
}
.contentShare a:nth-child(2),.contentShare a:nth-child(3),.contentShare a:nth-child(4){
	display:none;
}
.eventsArchive{
	position:relative;
    	display: inline-block;
    	width: 100%;
	margin-bottom:20px;
}
.eventsArchive:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    height: 4px;
    background-color: #0198b5;
    width: 100%;
}
.eventsArchive a{
    	font: 18px/45px Arial !important;
    	color: #fff !important;
    	text-align: center;
    	position: relative;
    	z-index: 2;
	background-color: #0198b5;
    	box-sizing: border-box;
    	width: 150px;
    	height: 45px;
	float:right;
}
.eventsArchive a:hover{
	background-color:#39bfd1;
}
#date_bar{
	float:right !important;
    	margin-bottom: 15px;
}
#date_bar .calmenu{
	float:right !important;
}
.newsAbstractClear{
	display:none;
}
.newsService.contentView .contentAbstract{
	margin-left:0;
}
.pager{
	margin:20px 0;
}
.pager .small {
    background-color: #ddd;
    border-radius: 100%;
    color: #3a3939;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding-top: 5px;
}
.pager span{
	background-color: #0198b5;
	color:#fff;
    	box-sizing: border-box;
    	width: 30px;
    	height: 30px;
    	padding-top: 5px;
    	border-radius: 100%;
    	display: inline-block;
}
.standaloneBody .spOneColLayout{
	padding:0;
}
.pmkAddBlockSearchTxt{
    background-position: 100% 50% !important;
}
table.section {
	direction: ltr;
}
.nav3 ul ul li a{
	font-size:15px;
    	border-right: 1px solid #CBCBCB;
}
.nav3 li{
	border-left:0;
	border-right: 1px solid #CBCBCB;
}


/*----------------Member Area Page Style (Write by ShMaleknejad)-------------------------*/
.section10{
	display:inline;
	width:100%;
}
.section11{
	float: right;
	display: inline-block;
	width: 74%;
}
.position20{
	float:left;
	width:25%;
}
.position21{
	float:right;
	width:74%;
}
.position22{
	float:left;
	width:33%;
}
.position23{
    float: left;
    width: 33%;
    margin-left: 1%;
}
.position24{
	float:right;
	width:33%;
}
.memberAreaList .cntService.contentList {
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.memberAreaList h2 {
    margin-top: 0px;
	position:relative;
	padding-left: 10px;
}
.memberAreaList a{
	color:#000;
}
.memberAreaList h2:before {
    position: absolute;
    content: "";
    background-color: #04aaa4;
    width: 4px;
    height: 4px;
    left: -5px;
    top: 12px;
}
.memberAreaList .cntService.contentList:last-child{
	border:0;
}
.memberAreaAbout .blockContainer{
    min-height: 440px;
}
.tbStandardHeader, .BlockTitle{
	margin-top: 14px;
}
input.text{
	border: 1px solid #C8C8C8;
}
.cuDivContactInfo{
	padding-right:10px;
}

/*---------------- Login Page Style (Write by ShMaleknejad)-------------------------*/
.user_main_page {

    height: 380px;
    margin: 0 auto;
    width: 100%;
}
#userUndefineLogin {
    	margin-left: auto !important;
    	margin-right: auto !important;
	margin-top:130px !important;
	max-width:440px;
	background-color:#f8f7f7;
	padding: 0 !important;
}
.loginBorderTbl2{
	margin-top:0!important;
	margin-bottom: 20px !important;
}
.login_button{
    	background-color: #0198b5 !important;
	border-top:0 !important;
	border-right:0 !important;
	border-left:0 !important;
    	color: #ffffff !important;
    	width: 245px !important;
	height:35px !important;
	font:14px arial !important;
}
.tdloginBorderReg {
    display: none;
}
.loginBorder {
    background-image: url("../images/theme-img/login.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat;

}
.UserSearchBox {
	border:1px solid 3dedcdc;
	border-radius:0;
	height:20px;
}
.tabsheet_tab_active{
	background-image:none !important;
	background-color:#f4ae40 !important;
}
#bookshelf dd{
	float:left !important;
}
.fileService table tr td{
	text-align:center;
}

/*----------------Manager Page Style (Write by ShMaleknejad)-------------------------*/
.managers{
	display:inline-block;
	width:100%;
}
.manager-row{
	display:inline-block;
	width:100%;
	    margin: 30px 0;
}
.manager-col{
	float:left;
	display:inline-block;
	width:33.3%;
	text-align:center;
}
.managerTxt{
	display:inline-block;
	width:100%;
	text-align:center;
}
.managerPic{
	display:inline-block;
	width:100%;
	text-align:center;
	height: 225px;
}
.managerTxt h3 {
    font-size: 14px !important;
    font-weight: normal;
    color: #000;
    margin-top: 20px;
}
.managerTxt p {
    	text-align: center !important;
    	font-size: 13px !important;
	margin-bottom: 20px !important;
	margin-top:0 !important;
    	color: #777;
}
.managerTxt .contentMore{
    background-color: #0198b5;
    color: #fff;
    width: 50%;
    padding: 5px 0;
}
.managerTxt .contentMore a{
    color: #fff;
}
.managerTxt .contentMore:hover{
	background-color: #39bfd1;
}
.managerTxtFirst{
	width:50%;
	float:left;
}
.managerPicFirst{
	width:50%;
	float:left;
	height:200px;
}
.managers h2{
    font-size: 20px !important;
    text-align: center;
    color: #393939;
	margin-bottom:20px;
}
.managers h4{
    font-size: 18px !important;
    text-align: left;
    color: #393939;
    margin-top: 30px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.managers h4 a{
	color:#393939;
}
.managers h4 a:hover{
	color:#007abe;
}
div.contentView ul{
	 list-style-position: outside;
	/*margin-left:40px;*/
}
div.contentView ul li{
/*list-style-image: url(/parameters/eco/themes/saman/images/bullet.png);*/
list-style-type: none;
white-space: ;
background: url(/parameters/eco/themes/saman/images/bullet.png) no-repeat left top 10px;
padding-left: 21px;
}
.button1 {
    background-color: #04aaa4; 
    border: none;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 1px;
    cursor: pointer;
     border-radius: 12px;
}

.button1 a{
    	color: #fff;
    	}

.button2 {
    background-color: #7768ca;
    border: none;
    color: white;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 3px 1px;
    cursor: pointer;
    border-radius: 8px;
    padding-right: 5px;
	
}
.button2 a{
    	color: #fff;
	word-break: break-word;
    	}
.button2:hover,
.button2:focus 
 {
   background-color: #68b3ca;
}
/*
**************این استایل باعث عدم نمایش آیکون پی دی اف در مطالب پورتال می شد****************
.file_table tr td:first-child {
    display: none;
}*/


.file_table tr td {
    white-space: inherit !important;
}


.sidebardirectories .contentList:first-child{
	background-color:#016ea5;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.sidebardirectories .contentList:nth-child(2){
	background-color:#39bfd1;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.sidebardirectories .contentList:nth-child(3){
	background-color:mediumaquamarine;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}


.sidebardirectories .contentTitle,.sidebardirectories .contentTitle a{
	font:19px/25px Arial !important;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}


.menubartrade .contentList:first-child{
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.menubartrade .contentList:nth-child(2){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.menubartrade .contentList:nth-child(3){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubartrade .contentList:nth-child(4){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubartrade .contentList:nth-child(5){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubartrade .contentList:nth-child(6){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubartrade .contentTitle,.menubartrade .contentTitle a{
	font:19px/25px Arial !important;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}


.menubardatabank .contentList:first-child{
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.menubardatabank .contentList:nth-child(2){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}
.menubardatabank .contentList:nth-child(3){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubardatabank .contentList:nth-child(4){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubardatabank .contentList:nth-child(5){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubardatabank .contentList:nth-child(6){
	background-color:#044f8a;
	box-sizing:border-box;
	width:100%;
	height:70px;
	text-align:center;
    	padding:21px 25px;
	margin-bottom:5px;
	position:relative;
}

.menubardatabank .contentTitle,.menubardatabank .contentTitle a{
	font:19px/23px Arial !important;
	color:#fff !important;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}




.navigationPage{
	padding:25px 0;
}
.title-date-event,.title-event{
	display:none;
}
.date-event{
	border:0 !important;
	background:transparent !important;
}

#jquery-overlay{
	z-index:1000 !important;
}
#jquery-lightbox{
    z-index: 1500 !important;
}
#lightbox-image-details-caption {
    display: block !important;
}

td.albumImg {
    display: none;
}
td.albumInfo {
    display: none;
}
.filePoster{
	margin-top: 20px;
}
.filePoster .contentImage,.filePoster .contentImageContainer img{
	padding:0;
	border:0;
	max-width:100%;
}
.filePoster .contentFileType{
	display:none;
}
.filePoster .contentList{
	border:0;
}
.secretaryGeneralTop{
	display:inline-block;
	width:100%;
	margin-top:8px;
}
.secretaryGeneralName{
	float:left;
	background-color:#edf4fa;
	width: 63%;
	height: 80px;
	text-align:center;
}
.secretaryGeneralName h3{
	color: #0776c5;
   	font-size: 17px !important;
	font-family:LatoMedium !important;
	line-height:22px;
}
.secretaryGeneralName h4{
	color: #000;
   	 font-size: 14px !important;
	font-family:LatoMedium !important;
	line-height:22px;
 	margin-top: 20px;
   	 margin-bottom: 5px;

}
.secretaryGeneralPic{
	float:right;
}
.secretaryGeneralDesc{
display: inline-block;
    width: 100%;
    background-color: #edf4fa;
    margin-top: 8px;
    padding: 0 13px 10px;
    box-sizing: border-box;
    text-align: justify;
   	font-size: 14px !important;
	font-family:'Arial',arial,sans-serif;
	line-height:17px;
}
.secretaryGeneralDesc a{
	text-decoration:underline;
	color:#0776c5;
	font: 13px;
font-family:'Arial',arial,sans-serif;
}
.secretaryGeneralDesc p{
    	color: #000;
    	font-size: 12px;
	margin-bottom: 5px;
    	margin-top: 8px;
	font-family:'Arial',arial,sans-serif;
    	line-height: 20px;
}

.latestNews{
    border-top: 3px solid #1e70bc;
    background-color: #f1f6fa;
    min-height: 157px;
    padding: 15px 20px 0;
    box-sizing: border-box;
}
.latestNews .bx-wrapper{
	border:0 !important;
	background: transparent !important;
}
.latestNews .contentAbstract p{
	margin:0;
	direction:ltr;
    	font-size: 13px;
	
	line-height:19px;
    	margin-top: 8px;
margin-right:8px;
margin-left: 8px;

 font-family:'Arial',arial,sans-serif;

}
.latestNews h2{
	direction:ltr;
}
.latestNews h2 a{
    	color: #007abe;
   	font-size: 15px;
     	margin-right:8px;
margin-left: 8px;

 font-family:'Arial',arial,sans-serif;
 


}
.latestNews .bx-viewport{
    min-height: 139px;
}
.aboutBlock .contentList{
    padding: 14px 12px !important;
	
}
.ecoRegion {
    box-sizing: border-box;
    padding: 25px 15px;
    text-align: justify;
    background-color: #edf4fa;
    line-height: 23px;
	font-family: 'Arial',arial,sans-serif;
        font-size: small;
    	margin-top:11px;
}
.ecoRegion .contentList{
	background:transparent;
	padding: 0 !important;
    	text-align: center;
}
.ecoRegion  .contentList .contentImageContainer{
	margin:0;
	text-align:center;
}
.ecoRegion  .contentImageContainer img{
	display:block;
	margin:0 auto;
}
.ecoRegion .div-column3{
	margin-right: 2%;
	width: 31% !important;
	margin-top:15px;
}
.ecoRegion  .div-column3:first-child{
	margin-right: 3%;
}
.saman_file .uploader {width:100% !important }

.media_show_detail{

display:none;
}

.fancybox-title-float {
	    display: none !important;
}
@media only screen and (min-width: 850px){

	#lightbox-container-image-box{
		padding-right:10px !important;
		padding-left:10px !important;
	}
}

@media only screen and (max-width: 850px){

	#lightbox-container-image-data-box{
		padding-right:10px !important;
		padding-left:10px !important;
	}
}
.galleryScrollBtn{
	z-index:1000 !important;

}

.im_menu_cnt {
    height: 220px  !important;
}

#fancybox-title div {
	text-align:left !important;
	direction:ltr !important;

}

