@font-face {
  font-family: 'IRAN';
  src: url('IRANBold.eot?#') format('eot'),  /* IE6?8 */
       url('IRANBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('IRANBold.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
       font-weight:bold;
}
@font-face {
  font-family: 'IRAN';
  src: url('IRAN.eot?#') format('eot'),  /* IE6?8 */
       url('IRAN.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('IRAN.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
       font-weight:normal;
}
div.lysprites1,a.lysprites1,button.lysprites1,table.lysprites1,td.lysprites1{
  background: url(lysprites.png) no-repeat;  
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
span.hlstyle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: #ffffbf; 	
  font-style: italic;
  padding: 2px;
  padding-top: 0px;
}	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
        position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}




/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-top:15px;
	    padding-bottom: 10px;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 22px;
    display: block;
    top: 0px;
    height: 223px;
    align-self: center;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 100;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background: url('lightslider-controls_2.png') no-repeat;
    left: -1px;
}
.lSAction > .lSNext {
      background: url('lightslider-controls.png') no-repeat;
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
    height: 162px;

}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/**
 * Featherlight ? ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, No?l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/**
 * Featherlight Gallery ? an extension for the ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, No?l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight-next,
	.featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		/* preventing text selection */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* IE9 hack, otherwise navigation doesn't appear */
		background: rgba(0,0,0,0);
	}

	.featherlight-previous {
		left: 25px;
		right: 80%;
	}

	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: rgba(255,255,255,0.25);
	}


	.featherlight-next span,
	.featherlight-previous span {
		display: none;
		position: absolute;

		top: 50%;
		left: 5%;
		width: 82%;

		/* center horizontally */
		text-align: center;

		font-size: 80px;
		line-height: 80px;

		/* center vertically */
		margin-top: -40px;

		text-shadow: 0px 0px 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	.featherlight-next span {
		right: 5%;
		left: auto;
	}


	.featherlight-next:hover span,
	.featherlight-previous:hover span {
		display: inline-block;
	}

	.featherlight-swipe-aware .featherlight-next,
	.featherlight-swipe-aware .featherlight-previous {
		display: none;
	}

	/* Hide navigation while loading */
	.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
		display:none;
	}
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}


body {
  background: #dcdcdc url(ch01_0001.gif) top repeat-x;	
}
@media screen and (max-width: 768px) {
  body {
    background: #dcdcdc url(ch01_0015.gif) top repeat-x; 	
  }
}


html,div,table,p,span,select,input,textarea,button {
  font-size: 12px;
  font-family: 'IRAN',Tahoma, Arial, Verdana, sans-serif;
  line-height: 21px;
}
@media screen and (max-width: 800px) {
  html,div,table,p,span,select,input,textarea,button {
    font-size: 14px;
  }	
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;	
}
A {
  line-height: 21px;
  text-decoration: none;
  outline: 0;	
}
A:hover {
  text-decoration: none;
}

/*Toolbar*/
.toolbar,.section_toolbar,.doc_toolbar,.general_toolbar {
  display: none;
}
/*End*/
/*Content Div*/
.content,.section_content,.doc_content,.general_content{
  padding-top: 4px;
  padding-bottom: 5px;
}
/*End*/
/*Sidebar*/
.sidebar,.section_sidebar {
  display: none;	
}
.doc_sidebar,.general_sidebar {
  padding-top: 4px;
  padding-bottom: 5px;	
}
/*End*/

#footer,#doc_footer,#section_footer,#general_footer {
  background: #01772c url(ch01_0002.gif) top repeat-x;
  height: 267px;
}
@media screen and (max-width: 768px) {
  
}

a.footer-logo {
    display: block;
    font-size: 0;
    height: 80px;
    width: 259px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22px;
    margin-top: 27px;
}
.footer-menu {
    text-align: right;
    line-height: 33px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 74%;
}
/*.footer-menu-bg1 {
  display: inline-block;
  background: url(ch01_0003.gif) right no-repeat;	
}
.footer-menu-bg2 {
  display: inline-block;
  background: url(ch01_0004.gif) left no-repeat;
  padding: 0 21px;	
}
.footer-menu-bg3 {
  background: url(ch01_0006.gif) top repeat-x; 
  padding-bottom: 1px; 	
}*/
.foot-menu-items {
  display: inline-block;
  padding: 0 11px 0 11px;
  background: url('ch01_foot-menu-items.png') no-repeat left;
}
.foot-menu-items a {
  color: white;	
}
.foot-menu-items a:hover {
  color: #dd000b;	
}

.header {
  height: 180px;   
  background: none;
}
.logo_header {
    background: url(ch01_0007_4.png) center 0px no-repeat;
    background-size: contain;
}
/*@media screen and (max-width: 768px){
    .logo_header{
   background:url(ch01_0007_2.png) no-repeat;
   float: right;
   
}
.head-align-center{
    height: 43px !important;
}
a.header-logo {
    margin-right: 0px;
}
.header{
    background-color: #DCDCDC;
}
}*/
@media screen and  (max-width: 1200px){
    .logo_header{
/*   background:url(ch01_0007_3.png) no-repeat right,url('ch01_0007_3_back.png') repeat-x;*/
}
a.header-logo {
margin-right:0% !important;
height: 94px;
}


}
@media screen and (max-width: 768px){
    .logo_header{
   background: none;
    margin: auto !important; 
    position: absolute;
    top: 0px;
}
a.header-logo {
    margin-right:30% !important; 
    background: none !important;

}
.header {
  height: 143px;   
  background: none;
}
.header{
    background: url(ch01_0007_4.png) no-repeat center top;
    background-color: #01772c;
}
a.header-logo2 {
    display: none;
}
}
@media screen and (max-width: 368px){
    a.header-logo {
    margin-right:5% !important; 

}
}
a.header-logo {
    float: right;
    font-size: 0;
    width: 330px;
    margin-right: 35%;
    height: 100px;
    /* margin: auto; */
    display: inline-block;
} 
.date-icon {
    position: absolute;
    top: 12px;
    right: 0;
    color: white;	
}
.date-icon span {
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana, sans-serif;	
}
@media screen and (max-width: 1200px){
.date-icon {
  position: absolute;
  top: 108px;
  left: 0px;
  text-align: left;
  z-index: 10000;
}
.navbar-default .navbar-nav > li{
    padding: 0px !important;
}
}
.search_box {
  position: absolute;
  left:-12px;
  top: 5px;
  height:24px ;
  width:282px;
background: url('ch01_search_box.png')no-repeat;
}
#keywords {
  border: none;
  font-size: 12px; 
  color: #a8a8a8;
  float: right;
  width: 255px;
  height: 17px;
  margin-top: 5px;
  margin-right: 3px;
}
#keywords2 {
  border: 1px solid #495194;
  font-size: 12px; 
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
  color: #a8a8a8;
  float: left;
  width: 290px;
  margin-left: 33px;
}
#search_button {
  float: left;
  width: 17px;
  height: 17px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 4px;
  margin-top: 4px;
  background: url(ch01_0013.gif);
}
#advanced_search {
  float: left;
  background-position: -53px 0;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 7px;
  margin-top: 3px;
}
#search_button2 {
  float: left;
  background-position: 0 -19px;
  width: 52px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 10px;
  margin-top: 3px;
}
#advanced_search2 {
  float: left;
  background-position: -53px -19px;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 7px;
  margin-top: 3px;
}
#search-frame {
  width: 461px;
  height: 23px;
  background-position: -133px 0;
  position: absolute;
  left: -34px;
  top: 14px;
  z-index: -1;
}
.search-toggle-icon {
  color: white;
  font-size: 26px;
  left: 80px;
  position: absolute;
  top: 106px;
  z-index: 1001; 	
  cursor: pointer;
}
.xssearchbox {
  display: none;
  background: gray;
  padding: 5px;
}
.footer-search-container {
  padding-top: 20px;	
}
.footer-search {
  width: 504px;
  height: 35px;
  margin: 0px auto;
  background: url(ch01_013.png) bottom no-repeat;
}

.foot-social-icons {
  text-align: center;	
}
.foot-social-icons.head-part {
  position: absolute;
  top: 30px;
  left: 0px;	
}
.foot-social-icons a {
  display: inline-block;
  width: 25px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .foot-social-icons {
    text-align: center;  
    padding: 5px 0 10px;
  }
  .foot-social-icons.head-part {
    display: none;	
  }
  .foot-social-icons a {
    margin: 0 7px; 	
  }
  .foot-social-icons.head-part a {
    margin: 0;
    margin-right: 14px;  	
  }
  .foot-logo-center {
    text-align: center;	
    padding: 10px 0 5px;
  }
}

a.linkedin-ico {
  background-position: -598px 0;	
}
a.linkedin-ico:hover {}

a.rss-ico {
  background-position: -76px -38px;	
}
a.rss-ico:hover {
  background-position: -76px -64px;
}

a.telegram-ico {
  background-position: 0 -38px;	
}
a.telegram-ico:hover {
  background-position: 0 -64px;
}

a.instagram-ico {
  background-position: -26px -38px;	
}
a.instagram-ico:hover {
  background-position: -26px -64px;
}

a.facebook-ico {
  background-position: -51px -38px;	
}
a.facebook-ico:hover {
  background-position: -51px -64px;
}
a.facebook-ico_2 {
  background-position: -54px -91px;	
}
a.facebook-ico_2:hover {
  background-position: -54px -115px;
}
a.instagram-ico_2 {
  background-position: -28px -91px;	
  margin-right: 14px;
}
a.instagram-ico_2:hover {
  background-position: -28px -115px;
}
a.telegram-ico_2 {
  background-position: 0 -91px;	
  margin-right: 14px
}
a.telegram-ico_2:hover {
  background-position: 0 -115px;
}

a.googlep-ico {
  background-position: -783px 0;	
}
a.googlep-ico:hover {}

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 790px){
    .foot-menu-items{
       padding: 0 5px !important; 
    }
  
}
#company_copyright { 
  color: #cacaca;	
  text-align: center;
}
#company_copyright div {
  display: inline-block;
border-bottom: 1px solid #ffffff30;	
  padding: 0 10px 5px;
}
#copyright {
  color: #cacaca;	
  margin-top: 4px;
}
#copyright font {
  color: #d6ffe5;	
}
#copyright a {
  color: #fff;		
}
#copyright font:hover {
  color: #EAEAEA;	
}
.copyright-container {
  text-align: center;
 padding-top: 16px;
  padding-bottom: 5px; 	
}

@media screen and (max-width: 991px) {
  .footer-logo {
    
  }
  .copyright-container {
  	  padding-top: 0;
  } 
  .head-social-icons {
    width: 105px; 	
  } 
  
  .foot-social-icons.head-part {
    top: 30px;	
  }
  .foot-social-icons.head-part a {
    margin: 0;
    margin-right: 14px;  	
  }
  
}
@media screen and (max-width: 765px) {
      #company_copyright div {
  	  font-size: 11px !important;
  } 
}
@media screen and (max-width: 800px) {
  .footer-menu-bg1,.footer-menu-bg2 {
    background: none;
    padding: 0;  	
  }
  .footer-menu-bg3 {
    background-color: #272727;
    padding-bottom: 3px; 	
  }
}


#header-large-bg1 {
  background: url(ch01_005.gif) top repeat-x;
  margin-top: 19px;	
}
#header-large-bg2 {
  background: url(ch01_004.jpg) right no-repeat;	
}
#header-large-bg3 {
  background: url(ch01_006.jpg) left no-repeat;
  height: 120px;	
}
a.head-home-url {
  float: right;
  width: 123px;
  height: 90px;
  margin: 30px 55px 0 0; 	
}

.header-small-bg1 {
  background: #2727af;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .header-small-bg1 {
    	
  }
  body {
    	
  }
  #head-static-menu{
      margin-top: 60px;
  }
}
#header-small-bg2 {
  background: url(ch01_007.png) right no-repeat;	
}
#header-small-bg3 {
  background: url(ch01_008.png) left no-repeat;
  height: 70px;
}

.head-align-center {
  text-align: center;
  height: 49px;	
}
#head-static-menu {
  display: inline-block; 
  float: left;
/*  background: #b4b3b3 url(ch01_0010.gif) top repeat-x;*/
  margin-top: 3px;
  margin-left: -18px;
}
#head-static-menu a {
  color: white;
  text-decoration: none;	
}
#head-static-menu a:hover {
  color: #6D0100;
  text-decoration: none;	
}
/*.head-static-bg1 {
  background: url(ch01_0008.png) top right no-repeat;
  padding-right: 15px;	
}
.head-static-bg2 {
  background: url(ch01_0009.png) top left no-repeat;
  padding-left: 15px;	
}*/
.head_td2 {
  padding: 0px 10px;	
  white-space: nowrap;
  background: url(ch01_0011.gif) center left no-repeat;
}

#foot-static-menu {
text-align: left;
    padding-top: 7px;
    float: left;
    position: absolute;
    left: 0;
    top: -2px;
}
#foot-static-menu a {
  color: white;
  text-decoration: none;	
}
#foot-static-menu a:hover {
  color: #4E0403;
  text-decoration: none;	
}
.foot_td2 {
  padding: 0px 8px 0 16px;
  white-space: nowrap;
  background: url(ch01_0012.gif) center left no-repeat;
}
@media screen and (max-width: 980px){
#company_copyright{
    color: #333333;
}
}
@media screen and (min-width: 768px) {
  .navbar-default {
    background: none;
    border: 0;	
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  	 /*background-color: #ec6803;*/
    color: white;
    text-transform: none !important;
    text-decoration: none !important;
    text-orientation: none !important;
  }
  .navbar-nav > li > a {
    padding: 3px 8px 6px !important;
  }
  .navbar-default .navbar-nav > li:first-child,.navbar-default .navbar-nav > li:first-child a{
        padding-right: 0 !important;
}
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
/*    	 background: url('ch01_header_right.gif') no-repeat righ top,url('ch01_header_left.gif') no-repeat left top;*/
         z-index: 1000;
    color: #00ff5d;

    font: normal;
    font-size: 13px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  	 white-space: nowrap;
  	 font-size: 13px; 
  }
  .navbar-default .navbar-nav > li {
/*  	  border-left: 1px solid #818181;*/
background: url('ch01_header_distinc.png') no-repeat left;
padding-left: 5px;
padding-right: 5px;
  }
  .navbar-default .navbar-nav > li:last-child {
  	  background:  none;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  	 background-color: #01772c;
    color: white;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
	    color: #00ff5d;
  }
  .menu-container {
    
  }
}
.no-gutter {
  padding: 0;	
}
.menu-container {
  padding-top: 9px;
}
@media screen and (max-width: 1200px) {
  .menu-container {
     
  }
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 768px) {
      .menu-container {
     margin-top: 93px;
  }
  .menu-container {
    padding-top: 0; 
  }
  .menu-container .navbar-header {
  	  background: #353535;
  }
  .menu-container .navbar-toggle {
  	  background-color: #01772c;
  }
  .menu-container .navbar-default .navbar-toggle {
  	  border-color: white;
  }
  .menu-container .navbar-default .navbar-toggle .icon-bar {
  	  background-color: white; 
  }
  .menu-container .navbar-collapse {
  	  background: #353535;
  }
  .menu-container .navbar-default .navbar-nav > li > a {
  	  color: white;
  }
  .menu-container .navbar-default .navbar-nav > li:after{
      border-right: 20px solid #f6f6f6;
  }
  .menu-container .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
     background-color: #6d0100;
     color: white;	
  }
}
.navbar {
  min-height: inherit !important;
  margin-bottom: 0;	
}
.back_foot{
    background: url(ch01_0007_4.png) center 16px no-repeat;
    background-size: 80px;
}
@media screen and (max-width: 768px){
    .foot-social-icons{
        margin: 0px !important;
    }
    .foot-logo-center{
        padding: 0px !important;
    }
    .foot-static-menu{
        padding: 0px !important;
    }
    .footer-menu{
        padding: 0 4px!important;
        line-height: 31px!important;
    }
}
@media screen and (max-width: 991px){

}

#date_selector9 {
  /*padding: 10px;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
margin-bottom: 15px;	
background: #f5f5f5 url(ch01_067.gif) top repeat-x;
border: 1px solid #f0f0f0;
}
#date_selector1 {
  width: 100%;	
}
#date_selector2 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector3 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector4 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector5 {
  float: right;
  margin-left: 10px;
  padding: 3px;	
}
#date_selector6 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector7 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector7 button {
  background: url(ch01_069.png);
  height: 14px;
  width: 78px;
  cursor: pointer;
  border: 0 solid; 	
}
#pages_tbl{
  direction: rtl;
  text-decoration: none;
  height: 23px;
}

#page_sel {
  padding: 0px 10px ;
  color: white;
  cursor: default;
  text-align: center;
  background: #01772c;
}
#page {
  padding: 0px 10px;
}
a.page_url {
  color:black;
  text-decoration: none;
  font-size: 16px;	
}
a.page_url:hover {
  color:#fd5900;
  text-decoration: none;
}
#pages_main_div {
  direction: ltr;	
  text-align: left;
  padding: 8px 0px 18px ;
}
.alert-font {
  font-size: 15px;	
}
/*Static Docs*/
#static1 {
  font-family: "IRAN";
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
    color: #c53231;
}
#static2 {
	
}
#static3 {
  text-align: justify;
  line-height: 21px;  	
  padding: 15px 0;
}
#static3 a {
  color: #0C1C50;	
  text-decoration: none;
}
#static3 a:hover {
  color: #0C1C50;
  text-decoration: none;	
}
#static4 div {
  width: auto;	
}
/*End*/


/* Links */

.links1 {
  /*float: right;
  width: 240px;
  margin-left: 5px; 
  margin-right: 5px;
  margin-top: 15px; */
  margin-top: 8px;
  margin-bottom: 8px;	
}
.links2 {
  text-align: center;
  padding: 3px 0px 5px 0px;
  background: #01772c;
  color: white; 	
}
.lkContainer {
  /*border: 1px solid #9f9f9f;*/
  border: 1px solid #363636;
  border-top: 0px;
  background: #f4f4f4;
}
.links3 {  
  padding: 4px 10px 4px 10px;	
  text-align: center;
}
.links3 a {
  color: black;
  text-decoration: none;
}
.links3 a:hover {
  color: #012793;
  text-decoration: none;	
}
.links4 {
  height: 16px; 
  padding: 0px 5px 0px 5px;	
}
a.links_next {
  float: left;
  width: 16px;
  height: 16px;
  background: url(ch01_next_link.gif);
  font-size: 0pt; 
  margin-top: 3px;
  cursor: pointer;
}
a.links_next.nelinkinactive {
  background: url(ch01_next_link_ds.gif);
  cursor: default;
}
a.links_prev {
  float: right;
  width: 16px;
  height: 16px; 	
  background: url(ch01_prev_link.gif);
  font-size: 0pt;
  margin-top: 3px;
  cursor: pointer;
}
a.links_prev.prlinkinactive {
  background: url(ch01_prev_link_ds.gif);
  cursor: default;
}
.links5_new {
  background: url(ch01_new_link.gif) left top no-repeat;
  padding-left: 20px;	
}
.links5_hot {
  background: url(ch01_hot_link.gif) right top no-repeat;
  padding-right: 20px;	
}
.links6 {
}

#feedbackHeader1 {
  background: url(ch01_0081.gif) right no-repeat; 
    height: 30px;
  margin-bottom: 5px; 
  margin-right: 2px;
}
/*#feedbackHeader2 {
  background: url(ch01_0082.gif) left no-repeat;

}*/
.comments-icon div {
  min-height: 30px;
  background: url(ch01_083.gif) top left no-repeat; 	
}
.comments-form-titles {
  font-size: 12px;	
}
.comments-form-titles span {
  color: red;	
}
.comments-button {
  margin-top: 10px;
  border-radius:0;
  padding: 3px 5px;
  border: 0;
  background: #01772c;
  color: white;
  font-size: 13px;
  float: left;	
}
.comments-button:hover {
  background: #00d97a;
  color: white; 	
}
.comments-form-fields {
  width: 100%;	
}
textarea.comments-form-fields {
  height: 190px;	
}
.user-comment-area {
  /*border-bottom: 1px solid #aab0b6;*/
  margin-bottom: 10px;
  border: 1px solid #b6b6b6;	
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .user-comment-area {
  	 margin-bottom: 10px;
    padding-bottom: 10px;
  } 
}
.user-comment-name {
  font-size: 14px;
  color: black;
  background:url('ch01_user-comment.gif')no-repeat top right;
  padding-right: 22px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #5e5d5d; 
}
.user-comment-date {
  direction: ltr;
  text-align: left;
  font-size: 12px;
  color: black;	
}
.user-comment-content {
  text-align: justify;
  line-height: 21px;
  font-size: 13px;	
  padding-top: 2px;
  padding-bottom: 2px;
}
.user-comment-icons {
  float: left;
  margin-right: 5px;	
}
.whole_comment{
    background-color: #e4e4e4;
    }
.feedback_rate {
  width: 111px;
  height: 17px;
  float: left;
  background: url(../../../../images/feedback_ratesi.gif);
  background-position: 0 0;
  margin-left: 10px;	
  margin-top: 3px;
}
div.feedback_rate_ds {
  background-position: 0 -17px;
}
div.feedback_rate_ds a {
  cursor: default;	
}
a.f_rate_up {
  float: right;
  width: 48px;
  height: 17px;
  cursor: pointer;
  text-align: right; 
  color: black;
  text-decoration: none;
  font-size: 12px;	
  line-height: 20px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin-right: 5px;
}
a.f_rate_dn {
  float: left;
  width: 48px;
  height: 17px;	
  cursor: pointer;
  text-align: left;
  color: black;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin-left: 5px;
}
a.f_rate_up:hover,a.f_rate_dn:hover {
  color: black;	
}
.user-comment-reply {
  height: 21px;	
}
.user-comment-reply a {
  background: url(ch01_082.gif);
  float: left;
  width: 87px;
  height: 19px;	
}
#feedback_form_parent {
  position: relative;
  margin-bottom: 15px; 	
}
#overlay {
    background:black;
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}
#attachment-header {
  padding-top: 12px;
  font-size: 16px;  
  border-bottom: 1px solid #aaaaaa;	
  margin-bottom: 5px;
}
.gallery-buttons-row {
  padding: 10px 0;	
}
.gallery-buttons-row a {
  width: 100%;	
  background: #01772c;
  color: white;
  font-size: 14px;
  border: 0;
  margin-bottom: 5px;
}
.gallery-buttons-row a:hover {
  background: #fd000d;
  color: white; 	
}
.gallery-thumb {
  margin-bottom: 10px;	
}
.gallery-thumb img {
  height: 110px;   	
}
.gallery-list {
  padding-bottom: 15px;	
}
.gallery-list img {
  margin-right: auto;
  margin-left: auto;
}
.gallery-list div {
  text-align: center;
  font-size: 13px;	
}
.gallery-cl-images {
  margin-left: auto;
  margin-right: auto;	
}
.newsticker {
  margin-bottom: 0px;
  padding-right: 0px;
  margin-top: 6px;
  margin-right: -14px;
}
.newsticker li {
  list-style: none;
}
.newsticker a {
  color: white;
  font-size: 12px;
}
.newsticker a:hover {
  color: #ffc24f;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-inner{
 
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.first-img-frame {
  border: 1px solid #f3f3f3;  	
}
.first-title {
  font-size: 17px; 	
  font-weight: bold;
  padding-bottom: 5px;
  background: url(ch01_0017.gif) right 12px no-repeat;
  padding-right: 12px;
}
.special-title {
  font-size: 14px; 	
  font-weight: bold;
  background: url('ch01_special_title.gif') right top no-repeat;
  padding-right: 10px;
}
.special-title a {
  color: #01772c;
  text-decoration: none;   	
}
.special-date1 {
  background: url(ch01_0019.gif) repeat-x;
  height:15px;
  margin-top: 5px;
}
.special-date2 {
  height: 15px;
  background: url(ch01_0018.gif) right no-repeat; 
    margin-top: 5px;
}
.special-date2 div {
  float: right;
  color: #8b8b8b;
  font-size: 11px;
  padding-right: 7px;
  background: white;
  line-height: 14px;	
}
.first-title a {
  color: #01772c;
  text-decoration: none;
  line-height: 25px;   	
}
.first-title a:hover,.special-title a:hover {
  color: #dd000b;	
}
.first-routitr,.first-subtitle {
  font-size: 12px;
  padding-bottom: 5px; 	
}
.first-routitr a,.first-subtitle a {
  color: #8f8f8f;
  text-decoration: none;   	
}
.first-routitr a:hover,.first-subtitle a:hover {
  color: #dd000b;	
}
.first-abs {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
  color: #9a9a9a;
}
.first-related {
  background: url(ch01_016.gif) right 10px no-repeat;	
  padding-right: 10px;
}
#first-carousel .carousel-indicators {
  right:0px;
  position: absolute;
  top:0px;
  direction:ltr;
    width:1.5%;
    padding: 0px;
    margin: 0px;
}
#first-carousel .carousel-indicators li {
    width: 100%;
    margin: 0;
    margin-right: 0px;
    height: 26.6%;
    background: #01772c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #0cba4b;
    display: block !important;
}
#first-carousel .carousel-indicators li.active {
  background: #b0e6c4;
}
.row-margin-1 {
  margin-bottom: 10px;	
}
@media screen and (max-width: 992px) {
  #first-carousel {
    	
  }
}
@media screen and (max-width: 768px) {
  #first-carousel .carousel-indicators {
    margin: 0;
    padding: 0;
    width: 100%;	
    text-align: left;
    direction: ltr;
    top: 13px;
    padding-left: 10px;
    height: 25px;
  }
  #first-carousel .carousel-indicators li {
    width: 35px;
    margin-left: 3px; 
    height: 35px;
    background: white;	
    margin-bottom: 5px;
  }
}
.special-row-line {
  margin-bottom:10px; 
  padding-bottom: 10px;	
}
.special-row-padd {
  padding: 15px 0 20px;	
}
.special-img {
  float: right;
  border: 1px solid #c0c0c0;
  padding:1px; 
  /*   height: 80px;
    width: 130px;*/
}
.content-bg-1 {
  background: white;	
  padding-top: 10px;
}
.special-comments {
  color: #8a8a8a;
  padding-top: 5px;
  font-size: 11px;
}
.special-comments a {
  color: #8a8a8a;	
}
.special-comments span {
  color: #ecea1d;
  margin-left: 5px;	
}
.specail-padding {
  padding-right: 150px;	
}
@media screen and (max-width: 768px) {
  .specail-padding {
    padding-left: 5px;	
  }
}
.specail-padding-2 {
  padding-right: 145px;	
}
.last-news-bg1 {
  background: url(ch01_018.gif) top right no-repeat;
  padding-right: 17px; 
  margin-bottom: 2px;	
}
.last-news-bg2 {
  background: url(ch01_019.gif) top repeat-x;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;	
}
.last-news-bg3 {
  height: 26px;
  background: url(ch01_020.gif) top left no-repeat;	
}
.last-news-bg4 {
  float: right;
  background: url(ch01_022.png);
  width: 75px;
  height: 21px;
  margin: 3px 15px 0 0;     	
}
.last-news-frame {
  border: 1px solid #e7e7e7;
  padding: 10px 5px 5px; 
  margin-bottom: 10px;	
}
.last-news-title {
  background: url(ch01_021.gif) right 8px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px;
  font-size: 11px; 	
}
.last-news-title a {
  color: #150070;
  text-decoration: none;	
}
.last-news-title a:hover {
  color: #01772c; 	
}
.last-news-title a:visited {
  color: #5c5c5c;	
}
.advertise_div1 {
  margin-bottom: 5px;	
}
.advertise_div2 {
  margin-bottom: 5px;	
}
.advertise_div3 {
  margin-bottom: 5px;	
}
.advertise_div4 {
  margin-bottom: 5px;
  margin-right: 5px;
}
.advertise_div5 {
  margin-bottom: 5px;	
}
.advertise_div6 {
  margin-bottom: 5px;	
}
.advertise_div7 {
  margin-bottom: 5px;	
}
.advertise_div8 {
  margin-bottom: 5px;	
}
.advertise_div9 {
  margin-bottom: 5px;	
}
.advertise_div10 {
  margin-bottom: 5px;	
}
.advertise_div11 {
  margin-bottom: 5px;	
  margin-right: 5px;
}
.advertise_div12 {
  margin-bottom: 5px;	
}
.bahsrooz-bg1 {
  background: url(ch01_025.gif) top repeat-x;	
}
.bahsrooz-bg2 {
  background: url(ch01_023.gif) top right no-repeat;	
}
.bahsrooz-bg3 {
  height: 31px;
  background: url(ch01_024.gif) top left no-repeat;	
}
.bahsrooz-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px; 	
  margin-bottom: 10px;
  padding: 1px;
}
.bahsrooz-container {
  position: relative;
}
.bahsrooz-text {
  /*position: absolute;*/
  background: #242424;
  width: 100%;
  padding: 5px 10px 3px;	
}
.bahsrooz-title {
  background: url(ch01_027.png) right 7px no-repeat;
  padding-right: 12px;
  font-size: 12px;	
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}
.bahsrooz-title a {
  color: white;
}
.bahsrooz-title a:hover {
  color: #01772c;	
}
.bahsrooz-title2 {
  padding-top: 3px;     	
}
.bahsrooz-title2 a {
  float: left;
  background: url(ch01_028.png);
  width: 134px;
  height: 19px;	
}
.bahsrooz-comments {
  float: right;
  color: white;
  font-size: 13px;
  white-space: nowrap;	
}
.bahsrooz-comments span {
  color: white;
  margin-left: 5px;	
}
.view-bg1 {
  background: url(ch01_030.gif) top repeat-x;  	
}
.comment-bg1 {
  background: url(ch01_038.gif) top repeat-x;  	
}
.rate-bg1 {
  background: url(ch01_039.gif) top repeat-x;  	
}
.email-bg1 {
  background: url(ch01_040.gif) top repeat-x;  	
}
/*.view-bg2 {
  background: url(ch01_029.gif) top right no-repeat;  	
}
.comment-bg2 {
  background: url(ch01_032.gif) top right no-repeat;  	
}
.rate-bg2 {
  background: url(ch01_034.gif) top right no-repeat; 	
}
.email-bg2 {
  background: url(ch01_036.gif) top right no-repeat;  	
}*/
.view-bg3 {
  background: url(ch01_031.gif) top left no-repeat; 
  height: 40px;  	
}
.comment-bg3 {
  background: url(ch01_033.gif) top left no-repeat;
  height: 40px;  	
}
.rate-bg3 {
  background: url(ch01_035.gif) top left no-repeat;  	
  height: 40px;
}
.email-bg3 {
  background: url(ch01_037.gif) top left no-repeat;  	
  height: 40px;
}
/*@media screen and (min-width: 992px) and (max-width: 1200px) {*/
  .view-bg2 {
  background: url(ch01_029-small.gif) top right no-repeat;  	
}
.comment-bg2 {
  background: url(ch01_032-small.gif) top right no-repeat;  	
}
  .rate-bg2 {
    background: url(ch01_034-small.gif) top right no-repeat; 	
  }
  .email-bg2 {
    background: url(ch01_036-small.gif) top right no-repeat;  	
  }
/*}*/
.popular-counter {
  float: right;
  border: 1px solid #e6e6e6;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #959595;
  line-height: 25px;
}
.rank-counter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  width: 20px;	
}
.popular-icon {
  float: right;
  width: 5px;	
}
.popular-icon div {
  background: url(ch01_103.gif) bottom; 	
}
.popular-items p {
  padding-right: 33px;
  margin: 0;  	
}
.popular-items {
  padding-bottom: 5px;	
}
.popular-items a {
  color: black;	
}
.popular-items a:hover {
  color: #01772c;	
}
.popular-items-frame {
  padding: 15px 9px 10px;	
}
.twittanz-bg1 {
  background: url(ch01_043.gif) top repeat-x;	
}
.twittanz-bg2 {
  background: url(ch01_041.gif) top right no-repeat;	
}
.twittanz-bg3 {
  height: 31px;
  background: url(ch01_042.gif) top left no-repeat;	
}
.majazi-bg1 {
  background: url(ch01_0025.gif) right no-repeat;	
}
.majazi-bg2 {
background: #01722a url(ch01_0026.gif) right no-repeat;
    height: 27px;
}
.majazi-bg3 {
  height: 31px;
  background: url(ch01_045.gif) top left no-repeat;	
}
.twittanz-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 15px 9px 10px;	
  margin-bottom: 10px;
}
.majazi-frame {
  padding: 5px 5px;	
  margin-bottom: 10px;
}
.twit-items {
  background: url(ch01_046.gif) right 7px no-repeat;
  padding-right: 12px;
  padding-bottom: 5px; 	
}
.twit-items a {
  color: black;	
}
.twit-items a:hover {
  color: #01772c;	
}
.majazi-items {
  padding-bottom: 10px;
  padding-top: 5px; 	
}
.majazi-image {
  float: right;
  border: 1px solid #9b9b9b;
  font-size: 0;	
}
.majazi-text {
    padding-right: 90px;
}
.majazi-title{
}
.majazi-title a {
  background: url('ch01_majazi_title.gif') no-repeat right top;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: bold;	
  padding-right: 10px;

}
.majazi-subtitle {
  font-size: 12px;	
}
.majazi-subtitle a {
  color: #bfbfbf;	
}
.majazi-title a:hover,.majazi-subtitle a:hover {
  color: #01772c;	
}
.majazi-border {
	
}
.majazi-border.no-border {
  border: 0px;
  min-height: 1px;	
}
.parvandeh-bg1 {
  background: url(ch01_049.gif) top repeat-x;
  margin-bottom: 5px; 	
}
.parvandeh-bg2 {
  background: url(ch01_047.gif) top right no-repeat;	
}
.parvandeh-bg3 {
  height: 22px;
  background: url(ch01_048.gif) top left no-repeat;	
}
.parvandeh-image {
  border-top: 1px solid #dadada;
  padding-top: 1px;	
  position: relative;
}
.parvandeh-frame {
 	
}
.parvandeh-items-frame {
  padding: 15px 9px 5px;  	
}
.parvandeh-bg4 {
  background: url(ch01_049.gif) top repeat-x;
  margin-bottom: 10px; 	
}
.parvandeh-bg5 {
  background: url(ch01_050.gif) top right no-repeat;	
}
.parvandeh-bg6 {
  height: 21px;
  background: url(ch01_051.gif) top left no-repeat;	
}
.parvandeh-bg6 a {
  float: left;
  width: 54px;
  height: 21px;
  font-size: 0;	
}
#video-tab-button div {
  background: url(ch01_052.png);
  width: 27px;
  height: 23px; 	
}
#sound-tab-button div {
  background: url(ch01_053.png);
  width: 27px;
  height: 23px; 	
}
#multimedia-top-tab {
  border: 1px solid #d3d3d3;
  border-top: none;
  background: #e2e2e2 url(ch01_0058.gif) top repeat-x;	
}
.multimedia-head-back{
   background:url(ch01_0058_2.gif) top right no-repeat;
width:100%;
height: 35px;
  border: 1px solid #d3d3d3;
  border-bottom: none;
}
#multimedia-top-tab .nav > li > a {
  padding: 5px 15px; 
  color: #bfbfbf;	
  background: #606060;
  border-color: #606060}
#multimedia-top-tab .nav-tabs > li > a {
  margin-right: 0;
  margin-left: 5px;	
}
#multimedia-top-tab .nav-tabs > li > a:hover {
  border-color: #afaeae;	
}
#multimedia-top-tab .nav-tabs > li.active > a,
#multimedia-top-tab .nav-tabs > li.active > a:hover,
#multimedia-top-tab .nav-tabs > li.active > a:focus {
  top: 1px;
  background: #282828;
  border-color: #282828;
  border-bottom: 0;
  color: white;
}
#multimedia-top-tab .tab-pane {
  	
}
#multimedia-top-tab .tab-content > .tab-pane {
  
}
#multimedia-top-tab .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 0;
  left: 0px;	
  right: 0px;
}
#multimedia-top-tab .lSSlideOuter .lSPager.lSpg > li:hover a,#multimedia-top-tab .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #ff0000;  	
}
#multimedia-top-tab .nav-tabs {
  border-bottom: 0;	
}
.multimedia-images {  	
  position: relative;
}
.media-icon {
  position: absolute;
  top: 5px;
  left: 7px;
  color: white;
  font-size: 20px;  	
  opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}
.multimedia-images img {
  width:70%;
  float: right;
  border: 1px solid #e9e9e9;
  padding: 1px;
}

.multimedia-padding_1 {
  direction: ltr;	
}
.multimedia-padding_1 * {
  direction: ltr;	
}
.multimedia-title {
  direction: rtl;
  text-align: right;
/*  background: url(ch01_0055.png);*/
  padding: 5px 0px;

  float: right
}
.soundItems,.videoItems {
  position: relative;	
  right: 30px;
}
.multimedia-title div {
  background: url(ch01_0057.gif) right 5px no-repeat;
  padding-right: 12px; 
width: 148px;  
}
.multimedia-title a {
  color:#464646;
  font-size: 13px;
  font-weight: bold;	
  overflow: hidden
}
.multimedia-title a:hover {
  color: #01772c;	
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

.multimedia-images img{
        width:70% !important;
        align-content: center !important;
    }
        .multimedia-title div{
        width: 190px
    }
    .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li{
        height: 190px !important;
/*        background-color: #E8E8E8;*/
    }
}
@media screen and (max-width: 768px) {
    .multimedia-images a{
        width: 100%;
    }
    .multimedia-images img{
        width: 250px !important;
        align-content: center !important;
    }
    .multimedia-title div{
        width: 300px
    }
    .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li{
        height: 200px !important;
/*        background-color: #E8E8E8;*/
    }
}

.selected-bg1 {
  background: url(ch01_043.gif) top repeat-x;	
}
.selected-bg2 {
  background: url(ch01_054.gif) top right no-repeat;	
}
.selected-bg3 {
  height: 31px;
  background: url(ch01_045.gif) top left no-repeat;	
}
.selected-bg3 a {
  color: white;
  float: right;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 2px;	
}
.selected-bg3 a:hover {
  color: #01772c;	
}
.selected-frame {
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 5px 5px 1px 5px;
  background: #eaeaea;
}
.selected-titles div {
  cursor: pointer;
  padding: 0 2px; 	
  border: 1px solid #eaeaea;
  border-left: 0;
  line-height: 18px !important;
}
.selected-titles a {
  color: #313131; 
  line-height: 18px !important;
}
.selected-titles .active,.selected-titles a:hover,.selected-titles div.active > a {
  color: #0f1397; 	
}
.selected-images {
  padding-bottom: 5px;   	
}
.selected-images div {
  display: none;
  font-size: 0pt;
}
.selected-images img {
  border: 1px solid #e1e1e1;
  padding: 2px; 	
  background: white;
  margin: auto;
  display: block;
  border-right:0;
}
.selected-titles div.active {
  border: 1px solid #eaeaea;
  background: white; 
  border-left: 0;	
}
.newsmakers-bg1 {
    background: #01722a url(ch01_0027.gif) right no-repeat;
    height: 27px;
    min-width: 278px;
    max-width: 100%;
}
.newsmakers-bg2 {
/* background: url(ch01_057.gif) top right no-repeat;	*/
}
.newsmakers-bg3 {
/*  height: 34px;
  background: url(ch01_055.gif) top left no-repeat;	*/
}
.newsmakers-frame {

}
#newsmakers-tab .nav-tabs > li > a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);		
}
#newsmakers-tab .nav-tabs > li.active > a,
#newsmakers-tab .nav-tabs > li.active > a:hover,
#newsmakers-tab .nav-tabs > li.active > a:focus {
  border: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);	
}
#newsmakers-tab .nav-tabs > li{
      width: 100%;
  height: auto;
}
#newsmakers-tab .nav > li > a {
    padding: 0px !important;
/*  padding: 5px 5px 0;*/
}
#newsmakers-tab .nav-tabs {
  overflow: hidden;
  border: 0px !important;
}
#newsmakers-tab .nav-tabs > li > a > img {
  border: 1px solid #d5d5d5;
/*  padding: 1px;  	*/
  width: 100%;
  height: auto;
    opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
}
#newsmakers-tab .tab-content > .tab-pane {

  border-top: 0;
}
.newsmakers-items {
/*  background: url(ch01_046.gif) right 7px no-repeat;*/
/*  padding-right: 12px;
  padding-bottom: 5px; */
}
.newsmakers-items a {
  color: #358cdd;	
}
.newsmakers-items a:hover,.newsmakers-first-title a:hover {
  color: #01772c;	
}
#newsmakers-tab .tab-pane {
/*  padding: 10px 25px 5px;	*/
}
.newsmakers-margin {
  margin-bottom: 1px;	
}
.newsmakers-first-title {
  font-size: 13px; 
  background: url(ch01_017.gif) right 8px no-repeat;
  padding-right: 12px;	
}
.newsmakers-first-title a {
  color: #358cdd;	
}
.daricheh-bg1 {
  background: url(ch01_059.gif) top repeat-x;
}
.daricheh-bg2 {
  background: url(ch01_060.gif) top right no-repeat;	
}
.daricheh-bg3 {
  height: 34px;
  background: url(ch01_058.gif) top left no-repeat;	
}
.daricheh-frame {
  border: 1px solid #dadada;
  padding: 3px;
  padding-top: 0; 
  margin-bottom: 10px;
  background: #404040;
}
.daricheh-main-titles {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: url(ch01_026.png); 	
}
.daricheh-main-titles a {
  color: white;
  font-size: 13px;	
}
.daricheh-main-titles a:hover {
  color: #01772c;	
}
.daricheh-title-images {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 3px;	
}
.daricheh-title-images img {
  display: block;
  margin-left:auto;
  margin-right: auto;	
}
.daricheh-main-images {
  margin-top: 3px;	
  position: relative;
}
.daricheh-title-images.active {
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);	
}
@media screen and (min-width : 992px) {
  .daricheh-title-images {
    position: relative;
    overflow: hidden;
    /*height: 46px;*/ 
  } 	
}
@media screen and (min-width : 1200px) {
  .daricheh-title-images {
    /*height: 57px;*/
  } 	
}
.lastyear-bg1 {
  background: url(ch01_063.gif) top repeat-x;
}
.lastyear-bg2 {
  background: url(ch01_062.gif) top right no-repeat;	
}
.lastyear-bg3 {
  background: url(ch01_061.gif) top left no-repeat;	
}
.lastyear-bg4 {
  height: 31px;
  background: url(ch01_064.png) center center no-repeat;	
}
.lastyear-frame {
    border: 1px solid #F2F2F2;
  
}
/*.active-tab-active{
    background: url('ch01_active-tab.gif') repeat-x !important;
    z-index:1000;
    width: 100%;
}*/
.last-year-archive {
  background: url(ch01_0024_left.gif) no-repeat left, url(ch01_0024_right.gif) no-repeat right, url('ch01_0024_2.gif')repeat-x;
  font-size: 0pt;
  height: 12px;
  margin-bottom: 10px;	
}
.multimedia_archiv{
    background: url(ch01_0024_left.gif) no-repeat left, url(ch01_0024_right.gif) no-repeat right, url('ch01_0024_2.gif')repeat-x;
  font-size: 0pt;
  height: 12px;
  margin-bottom: 10px;	
}
.multimedia_archiv a{
  cursor: pointer;
    float: left;
  width: 55px;
  height: 12px; 
}
.bottom-box-archive {
  background: url(ch01_0054.gif);
  font-size: 0pt;
  height: 20px;
  margin-bottom: 10px;	
}
.titr2-content{

}
.last-year-archive a,.bottom-box-archive a {
  float: left;
  width: 55px;
  height: 20px; 	
  cursor: pointer;
}
.lastyear-title {
  background: url(ch01_0020.png) right 13px no-repeat;
  padding-right: 12px;
  margin-bottom: 5px; 
    padding-top:5px;
}
.lastyear-title:hover{
      background: url(ch01_0020_2.gif) right 13px no-repeat;
}
@media only screen and (max-width: 768px) {
  .lastyear-title {
    margin-bottom: 12px; 	
  }
}
.lastyear-title a {
  color: black;
  text-decoration: none;	
}
.lastyear-title a:hover {
  color: #01772c; 	
}
.lastyear-title2 {
  background: url(ch01_0020.gif) right 13px no-repeat;
  padding-right: 12px;
  background-color: #f4f4f4;
  padding-bottom: 5px;
  padding-top: 5px;
}
.lastyear-title2:hover{
      background: url(ch01_0020_2.gif) right 13px no-repeat;
      background-color: #f4f4f4;
}
.last_news_whole{
    border:1px solid #eaebeb;
    padding: 2px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .lastyear-title2 {
    margin-bottom: 12px; 	
  }
}
.lastyear-title2 a {
  color: black;
  text-decoration: none;	
}
.lastyear-title2 a:hover {
  color: #01772c; 	
}
.lastyear-sameh {
  padding: 10px 15px;
/*  background: #e3e3e3;	*/
}
#lastyear-tab .nav-tabs > li.active > a,
#lastyear-tab .nav-tabs > li.active > a:hover,
#lastyear-tab .nav-tabs > li.active > a:focus {
  color: #fff;
  padding: 0;
  font-weight: bold;
  border: 0;
}
#lastyear-tab .nav-tabs {
  border: 0;	
}
#lastyear-tab .nav{
    margin-bottom: 10px;
    background: #016d28;
    height: 30px;
}
#lastyear-tab .nav-tabs > li > a:hover {
   
}
#lastyear-tab .nav-tabs > li > a {
  color: #818181;	
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  height: 30px;
  line-height: 26px;
   -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#lastyear-tab .nav-tabs > li > #comment-tab-button {
  background: url(ch01_0023.gif) repeat-x;	
    border-top:none;
}
#lastyear-tab .nav-tabs > li.active > #comment-tab-button {
  background: #016d28 url(ch01_0022_r.gif) right no-repeat;
}
#lastyear-tab .nav-tabs > li > #view-tab-button {
  background: url(ch01_0023.gif) repeat-x;
  border-top: none;
}
#lastyear-tab .nav-tabs > li.active > #view-tab-button {
background: #016d28 url(ch01_0022.gif) left no-repeat;	
}
#lastyear-tab .nav-tabs > li {
  margin: 0;
  width: 50%;
  text-align: center;	
}

.special-image-box {
  float: right;	
}
.newsmakers-first-image {
  float: right;	
}
.newsmakers-first-box {
  padding-right: 165px;	
}
.section-page-title1 {
  background: url(ch01_0064.gif) repeat-x;
  margin-bottom: 3px;   
}
.section-page-title2 {
  background: url(ch01_0062.gif) left no-repeat; 
}
.section-page-title3 {
  height: 38px;
  background: url(ch01_0063.gif) right no-repeat;
  text-align: center; 
}
.section-page-title4 {
  display: inline-block;
  background: #ac0000;
  margin-top: 4px;	
}
.section-page-title5 {
  background: url(ch01_0065.gif) left no-repeat; 
  padding-left: 30px;  	
}
.section-page-title6 {
  background: url(ch01_0066.gif) right no-repeat;
  padding-right: 30px;
  height: 30px;  	
   color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.internalpages-bg {
  background: white;	
}
.special-archive1 {
  font-size: 13px;
  padding: 3px 0;	
}
.special-archive1 a {
  color: black;
}
.special-archive1 a:hover {
  color: #01772c;
}
.search1 {
  width: 100%;	
}
.search2 {
  color: blue;	
}
.search6 {
  text-align: center;
  padding: 5px;
  background: #efefef;
  color: blue; 	
}
.search7 {
  border-top: 1px solid gray;
  margin: 15px 0;  	
}
.search-frame1 {
  padding: 5px;
  background: #efefef;	
  margin-bottom: 10px;
}
.search-cell1 {
  padding: 0 0 0 10px;	
}
.archive-header { 
  height: 26px;  	
  text-align: center;
  color: white; 
  font-family: "IRAN";
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.archive-date-padding {
  padding: 10px;	
  background: url(ch01_068.gif);
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.archive-doc-date {
  color: #8a8a8a;	
}
.doc-section-info {
  height:31px;
  padding-right: 10px;
  margin-bottom: 15px;
  background: url(ch01_0067.gif)top right no-repeat, url(ch01_0067_3.gif)top left no-repeat,url(ch01_0067_2.gif)repeat-x;
}
.doc-section-info_back {
  height:31px;
  background: url(ch01_0067_2.gif)repeat-x;
}
.doc-section-info a {
  color: #01772c;
  font-size: 15px;	
}
.doc-section-info a:hover {	
  color: #6d0100;
}
.doc-section-info div {
  display: inline-block;	
}
/*.doc-section-info-bg1 {
  background: url(ch01_0069.gif) bottom right no-repeat;
  padding-right: 20px;
  margin-top: 6px; 	
}
.doc-section-info-bg2 {
  background: url(ch01_0070.gif) bottom left no-repeat;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-top: 7px; 	
}*/
.dsinfo-p1 {
  background: url(ch01_0068.png)no-repeat;
  padding-left: 18px;
  margin-left: 5px; 
  padding-top: 4px;
}
.doc-tools1 {
  height: 31px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.doc-tools2{
      height: 31px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
 
}
#resizable-font {
  float: left;	
  margin-top: 2px;
}
#ratebx1{
  background: url(ch01_072.gif);
  width: 112px;
  height: 17px;
  float: right;
  margin-left: 42px;
  margin-top: 5px; 	
}
.rate_val {
  float: left;
  margin-left: 4px;
  line-height: 18px;
  font-size: 13px;
  color: black; 	
}
.rate_button {
  float: right;
  width: 20px;
  height: 17px;
  margin-right: 65px;
  margin-top: 1px;
  cursor: pointer; 	
}
#doc-comment-icon {
  float:right;
  background: url(ch01_073.png);
  width: 37px;
  height: 23px;	
  color: #a900ff;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
  margin-left: 20px;
}

#docDiv3TitrRou {
  color: #7d7d7d;
  padding-bottom: 5px; 	
}
#docDiv3TitrSub {
  color: #7d7d7d;
  padding-bottom: 5px; 	
}
#tools-top .tools-icons {
  text-align: left;	
}
#docDiv3TitrMain {
  font-size: 22px;
  padding-bottom: 5px;
  font-weight: bold;	
  line-height: 30px;
  color: #01772c;
  background: url(ch01_0071.gif) right 14px no-repeat;
  padding-right: 12px;
}
#docDiv3Date {
color: #cc3433;
    margin: 5px;
    font-size: 13px !important;
    background: url(ch01_5.png) right 4px no-repeat;
    padding-right: 87px;
    float: left;	
}
#docDivLead1 {
  margin-bottom: 20px;  	
}
#docDivLead3 {
  background-color: #e9e9e9;
  background: url(ch01_0072.gif) repeat-x;
}
#docDivLead3 div {	
  padding: 20px 25px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #2d2d2d;
  background: url(ch01_0073.gif) left top no-repeat;
  min-height: 101px;
    background-color: #e9e9e9;
}
#docDivLead_3 {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}
#docDivLead_3 div {	
  padding: 10px 25px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #2d2d2d;
  background: url(ch01_007_3.gif) left top no-repeat, url(ch01_007_right.gif) right bottom no-repeat;
  min-height: 54px;
}
.tools-icons {
  height: 30px; 
  text-align: center;
  margin-bottom: 10px;	
}
.tool-icons-bottom {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .tool-icons-bottom {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .tool-icons-bottom {
    text-align: right;
  }
}

.tools-icons div {
  background: url(ch01_075.gif) center no-repeat;
  width: 156px;
  height: 25px;
  display: inline-block;
  margin-top: 7px;
}
.tools-icons a {
  float: left;
  width: 27px;
  height: 33px;	
}
a.send-icon {
  margin-left: 39px;  	
}
a.print-icon {
  margin-left: 36px;	
}
a.get-icon {
  margin-left: 0;	
}
.docContentdiv {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  padding: 0 10px 0px;	
}
.docContentdiv div {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;	
}
.soututirText-right {
  padding:0;
  margin: 10px 0 10px 15px;
}
.soututirText-left {
  padding:0;
  margin: 10px 15px 10px 0;
}
.soututirText-right .soutitr-cn1,.soututirText-left .soutitr-cn1 {
  background: url(ch01_076.gif) left repeat-y;
  border-top: 4px solid #ececec;	
  border-bottom: 4px solid #ececec;	
}
.soututirText-right .soutitr-cn2,.soututirText-left .soutitr-cn2 {
  background: url(ch01_076.gif) right repeat-y;
  font-size: 13px !important;
  padding: 10px 19px;
  color: #7f2fec;
}
.soutitrColor {
  color: #01772c !important;	
}
.doc-image-box {
  	
}
#doc_div1Img {
  border: 1px solid gray;
  padding: 1px;
  display: inline-block;
  max-width: 100%;
  position: relative;	
}
.docDiv1 {
  padding-right: 20px;  
  margin-bottom: 20px;
  text-align: center;	
}

@media screen and (max-width: 768px) {
  .docDiv1 {
     padding: 0;  	
   }
}

#docDiv1ImgDesc {
  color: gray;
  text-align: justify;
  padding-bottom: 5px;
}
#docDocID {
  text-align: left;
  color: #7f7f7f;	
  margin-bottom: 10px;
  padding: 0 5px;
  height:25px; 
  line-height: 35px;
}
.share-place {
  margin-bottom: 10px;
  height: 25px; 
  margin-top: 10px;
}
.whole_buttom{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.share-buttons {
  /*margin-bottom: 10px;*/
  float: right;
}
#staffBlock {
  padding-right: 10px ;	
  padding-left: 10px ;	
  padding-bottom: 10px ;
}
#feedback-body{
    margin-right: 5px;
}
.docDivStaff {
  margin-bottom: 3px;
  color: gray;	
}
#comments-header1 {
  background: url(ch01_0079.gif) center no-repeat,url('ch01_0079_2.gif') repeat-x; 
}
#comments-header2 {
  height:29px;
  margin-bottom: 5px; 
}
#comments-header_2 {
  background: url(ch01_0080.gif) left no-repeat;
  background-color: #f2f2f2;
  height: 30px;
      border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
#comments-header3 {
  background: #f2f2f2;
  padding: 10px 8px 8px; 
    border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#comments-form-body {
  background: #f2f2f2;
  border-top: 0;	
}
.relateddocs-bg2 {
  background: url(ch01_088.gif) top right no-repeat;	
}
.relateddocs-bg3 {
  height: 31px;
  background: url(ch01_084.gif) top left no-repeat;	
}
.parentdoc-bg2 {
  background: url(ch01_085.gif) top right no-repeat;	
}
.relatedlinks-bg2 {
  background: url(ch01_086.gif) top right no-repeat;	
}
.relatedfiles-bg2 {
  background: url(ch01_087.gif) top right no-repeat;	
}
#doc-selected-1 {
  background: url(ch01_090.gif) repeat-x;
}
#doc-selected-2 {
  background: url(ch01_089.gif) right no-repeat;
  height: 28px;
}
#doc-selected-3 {
  background: #e8e8e8;
  margin-bottom: 20px;
  padding: 10px 20px; 	
}
.doc-selected-4 {
  background: url(ch01_0077.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px;  	
}
.doc-selected-4:hover {
  background: url(ch01_0078.gif) right 9px no-repeat;	
}
.doc-selected-4 a {
  color: black;	
}
.doc-selected-4 a:hover {
  color: #01772c;	
}
.montakhab-jahan-1{
  background: url(ch01_093.gif);
  padding: 20px 0 25px; 	
}
.montakhab-jahan-2 {
  background:  url(ch01_094.png) top right no-repeat;
  padding-top: 30px;	 
}
.montakhab-jahan-3 {
  border: 1px solid #a1a1a1;
  background: white;	
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.montakhab-jahan-3 * {
  direction: ltr;  	
}
.montakhab-images {
  float: right; 
  border: 1px solid #cbcbcb;
  padding: 2px;	
}
.montakhab-title {
  padding-right: 165px;	
}
.montakhab-title div {
  direction: rtl;
  background: url(ch01_095.gif) right 7px no-repeat; 	
  text-align: right;
  padding-right: 12px;
  font-weight: bold;
  font-size: 13px;
}
.montakhab-title a {
  color: #3231de;	
}
.montakhab-title a:hover {
  color: #01772c;	
}
.montakhab-text {
  text-align: justify;
  color: #545454;
  direction: rtl;
  padding-top: 10px;
}
.poll-bg2 {
  background: url(ch01_096.gif) top right no-repeat;	
}
#mainDiv2poll3 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;	
}
#div2PollResult {
  float: right;	
}
#pollDiv2 {
  padding-top: 10px;	
}
#div2PollResult a {
  color: #aaaaaa;	
}
#div2PollResult a:hover {
  color: #01772c;	
}
#pollTitle {
  font-weight: bold;
  font-size: 14px;
  background: #eaeaea;
  padding: 5px;
  margin-bottom: 15px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;	
}
#latestPollHeader {
  font-weight: bold;
  font-size: 14px;
  background: #eaeaea;
  padding: 5px;
  margin-bottom: 15px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.poll-result-1 a {
  color: black;	
}
.poll-result-1 a:hover {
  color: #01772c;	
}
.poll-result-2 {
  text-align: center;
  color: #ed2a32;	
}
#poll-result-3 {
  background: #2d2d2d;
  height: 26px; 	
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px; 
  color: white;
  line-height: 25px;
}
#pollColor {
  height: 20px;
  font-size: 0pt;
  background: #01772c;	
}
.poll-row-margin {
  margin-bottom: 10px;	
}
#pollTotalVote {
  text-align: left;
  color: gray;	
}
.hot-news a {
  color: red;  	
}
#scrollUp {
    background-image: url("scroll-top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}
.docboxes-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 15px 9px 10px;	
  margin-bottom: 10px;
  background: #f7f7f7;
}
.newsmakers-archive {
  font-size: 13px;
  font-weight: bold;	
  color: #c36703;
}
.newsmakers-archive a {
  color: #c36703;	
}
.parvandeh-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: url(ch01_026.png); 	
}
.parvandeh-title a {
  color: white;
  font-size: 13px;	
}
.parvandeh-title a:hover {
  color: #01772c;	
}

.rooyekhat-bg1 {
  background: url(ch01_107.gif) top repeat-x;
}
.rooyekhat-bg2 {
  background: url(ch01_105.gif) top right no-repeat;	
}
.rooyekhat-bg3 {
  background: url(ch01_106.gif) top left no-repeat;
  height: 29px;
}
.rooyekhat-frame1 {	
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 0 1px 1px 1px;
}
.rooyekhat-frame2 {
  padding: 5px 9px 7px;
  background: #f4f4f4;	
}
.rooyekhat-source {
  color: #9f0000;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 5px;
}
.rooyekhat-items {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.rooyekhat-items a {
  color: #4891dc;	
}
.rooyekhat-items a:hover {
  color: #01772c;	
}
.rooyekhat-border {
  border-bottom: 1px solid #dcdcdc;
}
.multimedia-bg1 {
  background: url(ch01_101.gif) top repeat-x;
  margin-bottom: 15px; 	
}
.multimedia-bg2 {
  background: url(ch01_102.gif) top right no-repeat;	
}
.multimedia-bg3 {
  height: 25px;
  background: url(ch01_100.gif) top left no-repeat;	
}
.frstsmHeight {
  padding-bottom: 18px;	
}
.lastyear-image {
  width: 100%;
  height: auto;	
}
.most-commented-count {
  color: #9f9f9f;
  font-size: 11px;	
}
#special-carousel .carousel-indicators {
  bottom: auto;
  top: -28px !important;
  margin: 0;
  padding: 0;
  right: auto;	
  left: 20px !important;
  text-align: left;
  width: auto;
  direction: ltr;
}
#special-carousel .carousel-indicators li {
  background: #b5b5b5;
  border: 0;
  font-size: 0;
  line-height: 0 !important;
  height: 5px;
  width: 15px;
  margin: 0;
  margin-right: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;	
}
#special-carousel .carousel-indicators .active {
  background: #304dd2; 	
}
@media screen and (max-width: 800px) {
  #special-carousel .carousel-indicators {
    top: -24px !important;
  }
  #special-carousel .carousel-indicators li {
    height: 15px;
    width: 25px;
  }  
}
.newsmakers-desc {
  background: #f4f4f4;
  text-align: justify;
  padding: 3px 5px;
  margin-bottom: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px; 	
}
.comments-policy {
  color: #606060;
  font-size: 11px;
  text-align: justify;
  padding-top: 5px; 	
}
#doctextarea a {
  font-size: 15px;	
}
#doctextarea a:hover {
  color: #01772c;	
}
#doctextarea span,#doctextarea p {
  font-size: 15px;	
}
.vizheh-comment {
  background: url(ch01_104.gif);
  display: inline-block;
  width: 16px;
  height: 15px;
  font-size: 0;  	
}
.vizhe{
width: 137px;
    height: 85px;
}
.comment-date-lg {
  display: inline-block;
      color: #bc302f;
}
.comment-area-bg1 {
  background: #fafafa;	
}
.comment-area-bg2 {
  background: #f4f4f4;	
}
.comment-area-bg3,.comment-area-bg4 {
  background: #efefef;	
}
.container-body-bg {
  background: white;	 
}
.col-margin-1 {
  margin-bottom: 10px; 	
}
.first-level-bg {
margin-bottom: 10px;
/*  border: 1px solid #d8d8d8;*/
/*  background: #dcdcdc url(ch01_0016.gif) top repeat-x;   	*/
}
.poll-button {
  margin-top: 10px;
  border-radius:0;
  padding: 3px 12px;
  border: 0;
  background: #01772c;
  color: white;
  font-size: 12px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
.poll-button:hover {
  background: #ee000c;
  color: white; 	
}
.poll-result-button {
  margin-top: 10px;
  border-radius:0;
  padding: 3px 12px;
  border: 0;
  background: #cacaca;
  color: white;
  font-size: 12px;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
.poll-result-button:hover {
  background: #afafaf;
  color: white; 	
}
.pishkhan-bg1 {
  background: url(ch01_0027.gif) right no-repeat,url(ch01_0026.gif) repeat-x;	
    height: 27px;
    width: 100%;
}
.pishkhan-bg2 {

}
.pishkhan-frame {
  margin: 5px 0 10px;	
}
.pishkhan-frame div {
  padding: 4px;
  border: 1px solid #d8d8d8;	
}
.popular-bg1 {
  background: url(ch01_0028.gif) right no-repeat;	
}
.popular-bg2 {
  background: url(ch01_0030.gif) left no-repeat;
  height: 30px;	
}
.popular-frame {
  margin: 5px 0 10px;
  padding: 0 5px;	
}

.nokte-bg1 {
  background: url(ch01_0029.gif) right no-repeat;	
}
.nokte-bg2 {
  background: url(ch01_0031.gif) left no-repeat;
  height: 30px;	
}
.nokte-frame {
  padding: 5px;
  padding-bottom: 0;	
}
.nokte-title {
  background: url(ch01_0020.gif) right 9px no-repeat;
  padding-right: 12px;	
}
.nokte-title a {
  color: #01772c;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;	
}
.nokte-title a:hover {
  color: #d5000b; 	
}
.talar-title {
  background: url('ch01_talar-title.gif') no-repeat right top;
  padding: 0;  	
}
.talar-title a {
  color: #01772c;
  padding-right: 10px;
}
.talar-title a:hover {
  color: #D51A0A;	
}
.multimedia_image_style{
    border:2px solid white;
    border-radius: 1px;
}
.multi_box{
    background-color: #efefef;
}
.talar-bg1 {
  background: url(ch01_0032.gif) right no-repeat;	
}
.talar-bg2 {
  background: url(ch01_0033.gif) left no-repeat;
  height: 30px;	
}
.talar-frame {
  padding-top: 5px;
}
.talar-frame2 {
  padding: 5px;
  padding-bottom: 0;	
}
.khakestari-bg1 {
  background: url(ch01_0035.gif) right no-repeat;	
}
.khakestari-bg2 {
  background: url(ch01_0034.gif) left no-repeat;
  height: 30px;	
}
.note-bg1 {
  background: url(ch01_0037.gif) right no-repeat,url('ch01_repeat_back.gif') left -1px repeat-x;
  height: 41px;
}
/*.note-bg2 {
  background: url(ch01_0036.gif) left no-repeat;
  height: 30px;	
}*/
.note_style{
    border: 1px solid #eaebeb;
}
.note-frame {
  padding: 10px 5px;	
}
.tarikhnaft-bg1 {
  background: url(ch01_0038.gif) right no-repeat;	
}
.tarikhnaft-bg2 {
  background: url(ch01_0026.gif) left no-repeat;
  height: 30px;	
}
.chat-bg1 {
  background: url(ch01_0041.gif) right no-repeat,url('ch01_repeat_back.gif') left -1px repeat-x;
    height: 41px;
}
.chat_style{
    border: 1px solid #eaebeb;
}
/*.chat-bg2 {
  background: url(ch01_0040.gif) left no-repeat;
  height: 30px;	
}*/
.ghool-bg1 {
  background: url(ch01_0042.gif) right no-repeat,url('ch01_repeat_back.gif') left -1px repeat-x;
      height: 41px;
}
.ghool_style{
    border: 1px solid #eaebeb;
}
/*.ghool-bg2 {
  background: url(ch01_0043.gif) left no-repeat;
  height: 30px;	
}*/
.baharestan-bg1 {
  background: url(ch01_0045_00.gif) left no-repeat, url(ch01_0045.gif) right no-repeat;	
  width: 100%;
  height: 66px;
}
.baharestan-bg1-title{
   height: 32px;
   width: 117px;
   position: relative;
   margin-right:auto;
   margin-left:auto;
}
/*.baharestan-bg2 {
  background: url(ch01_0044.gif) left no-repeat;
  height: 30px;	
}*/
.energyno-bg1 {
  background: url(ch01_0046.gif) right no-repeat;	
}
.energyno-bg2 {
  background: url(ch01_0047.gif) left no-repeat;
  height: 30px;	
}
.tarikh-bg1 {
  background: url(ch01_0048.gif) right no-repeat;	
}
.tarikh-bg2 {
  background: url(ch01_0049.gif) left no-repeat;
  height: 30px;	
}
.cartoon-bg1 {
  background: url(ch01_0050.gif) right no-repeat;	
}
.cartoon-bg2 {
  background: url(ch01_0051.gif) left no-repeat;
  height: 30px;	
}
.siyasat-bg1 {
  background: url(ch01_0052.gif) right no-repeat;	
}
.siyasat-bg2 {
  background: url(ch01_0053.gif) left no-repeat;
  height: 30px;	
}
.bottom-box-frame {
  padding-top: 5px;
}
.bottom-box-padding {
  padding: 10px 0;	
}
.bottom-box-container {
  position: relative;	
}
.bottom-overlay {
  position: absolute;
  padding: 5px 10px;
  background: url(ch01_0055.png);
  bottom: 0;
  right: 0;
  left: 0;	
}
.bottom-box-title {
  background: url(ch01_0056.gif) right 9px no-repeat;
  padding-right: 11px;	
}
.bottom-box-title a {
  color: white;
  font-size: 13px;
  font-weight: bold;	
}
.bottom-box-title a:hover,.bottom-box-routitr a:hover {
  color: #01772c;	
}
.bottom-box-routitr a {
  color: #d5d5d5;
  padding-bottom: 5px;	
}
.nama-bg1 {
  background: url(ch01_0059.gif) right no-repeat;	
}
.nama-bg2 {
  background: url(ch01_0060.gif) left no-repeat;
  height: 31px;	
}
.nama-frame {
  background: #282828;
  padding: 12px;
  margin-bottom: 10px;  	
}
.nama-first-container {
  position: relative;
  margin-bottom: 10px;	
}
.nama-first-doc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  background: url(ch01_0055.png);	
}


.nama-first-doc div {
  background: url(ch01_0056.gif) right 9px no-repeat;
  padding-right: 11px;	
}
.nama-first-doc a {
  color: white;
  font-size: 18px;
  font-weight: bold;	
}
.nama-first-doc a:hover {
  color: #01772c;		
}
.nama-second-doc {
  float: right;
  width: 50%;
  text-align: center;	
}
.nama-second-doc-image {
  display: inline-block;
  border: 1px solid #5e5e5e;
  font-size: 0;
  padding: 1px;	
}
@media only screen and (max-width: 450px) {
  .nama-second-doc-image img {
  	  width: 150px !important;
  	  height: 97px !important;
  }    
}
@media only screen and (max-width: 380px) {
  .nama-second-doc-image img {
  	  width: 110px !important;
  	  height: 71px !important;
  }    
}
.nama-second-doc-title {
  padding: 10px 20px 20px;	
}
.nama-second-doc-title div {
  background: url(ch01_0061.gif) right 10px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.nama-second-doc-title a {
  color: white;
  font-size: 13px;
  font-weight: bold;	
}
.nama-second-doc-title a:hover {
  color: #01772c;		
}
#nama-carousel .carousel-indicators {
  bottom: -25px;	
}

#nama-carousel .carousel-indicators li {
  width: 20%;
  margin: 0;
  margin-right: 3px; 
  height: 10px;
  background: #c0c0c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  border: 0;	
}
/*.carousel-indicators li{
   display: grid !important; 
}*/
#nama-carousel .carousel-indicators li.active {
  background: #01772c;
  border: 0;	
}
.style_font{
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    text-align: center;
    padding: 0;
}
    
.docboxes-bg2 {
  background: url(ch01_0026.gif) left no-repeat;
  height: 30px;	
}
.atfbe-bg1 {
  background: url(ch01_0083.gif) right no-repeat,url('ch01_last_news_repeat.gif') repeat-x;
  height: 41px;
}
.rfiles-bg1 {
  background: url(ch01_0083.gif) right no-repeat,url('ch01_last_news_repeat.gif') repeat-x;
    height: 41px;
}
.rlinks-bg1 {
  background: url(ch01_0083.gif) right no-repeat,url('ch01_last_news_repeat.gif') repeat-x;
    height: 41px;
}
.dselected-bg1 {
  background: url(ch01_0086.gif) right no-repeat;	
}
a.doc-image-full-size {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  background: #d6d6d6;
  color: black;
  padding: 5px;	
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
a.doc-image-full-size:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px;	
}
.doc-clipboard-btn {
  float: right;
  padding: 5px;
  font-size: 13px;	
  color: white;
  background: #01772c;
  margin-top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  border: 0;
}
.doc-clipboard-btn span {
  font-size: 22px;
  line-height: 0;
  top: 5px;	
}
.doc-clipboard-btn:hover {
  color: white;
  background: #d5000b;	
}
.doc-clipboard-btn:focus {
  color: white;
  background: #01772c;	
}
.tarikhshafahi-bg1 {
  background: url(ch01_0087.gif) right no-repeat;	
}
.tarikhshafahi-bg2 {
  background: url(ch01_0088.gif) left no-repeat;
  height: 30px;	
}
.parvanderoz-bg1 {
  background: url(ch01_0089.gif) right no-repeat, url('ch01_0089_back.gif') repeat-x;
  height: 30px;
}
.titr2-bg1 {
  background: url(ch01_0090.gif) right no-repeat;
  margin-bottom: 5px;	
}
.naftnevis-bg1 {
  background: url(ch01_0091.gif) right no-repeat;	
}
.naftnevis-frame {
  direction: ltr;
  margin-bottom: 20px;
}
.naftnevis-frame * {
  direction: ltr;	
}
.naftnevisItems {
  position: relative;	
}
.naftnevis-images {
  width: 444px;  	
  border-top: 0;
}
.naftnevis-images img {
  width: 100%;
  height: 286px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .naftnevis-images {
    width: 342px;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: 220px;  	
  }
}
@media screen and (max-width: 1200px) {
  .footer-menu {
    width: 100%;
}
#foot-static-menu {
    top: 80px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .naftnevis-images {
    width: 100%;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }	
}
@media screen and (max-width: 768px) {
  .naftnevis-images {
    width: 100%;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }	
  .footer-menu {
    background: #013413;
}
#foot-static-menu {
    top: 0;
    position: relative;
    margin: 0 auto;
    float: none;
    background: #01772c;
}
.back_foot {
    background: #01772c url(ch01_0007_4.png) center 16px no-repeat;
    height: 116px;
}
#footer, #doc_footer, #section_footer, #general_footer {
    background: #dcdcdc;
    height: auto;
}
#copyright a {
    color: #000;
}
#copyright font {
    color: #02782d;
}
}
.multimedia-list1 {
  margin: 10px 0;	
}
.multimedia-list2 {
  background: #808080 url(ch01_0092.gif) left bottom no-repeat;
  min-height: 50px; 	
  padding: 3px 5px;
}
.multimedia-list2 a {
  color: white;	
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.multimedia-list2 a:hover {
  color: #01772c;	 	
}
@media screen and (min-width: 1200px) {
  .multimedia-list4 img {
    width: 331px;
    height: 215px;  	
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .multimedia-list4 img {
    width: 271px;
    height: 176px;  	
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .multimedia-list4 img {
    width: 200px;
    height: 130px;  	
  }
}
@media screen and (max-width: 768px) {
  .multimedia-list4 img {
    width: 100%;
    height: auto;  	
  }
}
.multimedia-list5 {
  padding: 0 10px;
  background: #262626;	
}
/*////////////////////////////////////////////////////*/
.last_news{
    background: #01712a url(ch01_last_news.gif) no-repeat right;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.comment_count{
    float:right;
    width:10%;
    color:#8b8b8b;
}
@media screen and (max-width: 992px) {
    .comment_count{
  width:100% ;
    }
}

.viewers{
    background: url('ch01_viewers.gif') no-repeat right,url('ch01_repeat_back.gif') repeat-x;
    width: 100%;
    height: 41px;
    margin-bottom: 10px;
    
}
.important_news{
    background: url('ch01_important_news.gif') no-repeat right,url('ch01_repeat_back.gif') repeat-x;
    width: 100%;
    height: 41px;
    margin-bottom: 5px;
    
}
.rutitr_telegram_style{
    background: url('ch01_telegram_right.gif') no-repeat right, url('ch01_telegram_left.gif') no-repeat left, url('ch01_telegram_routitr.gif') repeat-x;
    float: right;
    display: block;
    height: 60px;
    width: 100%
}
.rutitr_telegram_style a{
  color: #ed1c24;
  text-decoration: none;  
    text-align: right;
    float: right;
      padding-top: 22px;
      padding-right: 10px;
}
.rutitr_telegram_style a:hover{
      color: #dd000b;
}
.telegram_title{
    float: right;
        height: 60px;
    width: 100%;
     background: url('ch01_telegram_title.gif') no-repeat right top;
}
.telegram_title a{
      color: #707070;
  padding-right:30px;
  text-align: right;
  padding-top: 22px;
      float: right
}
.telegram_title a:hover{
      color: #ED1C24;
}
.telegram_style{
    border-top: 1px solid #e8e9e9;
    border-left: 1px solid #e8e9e9;
    border-bottom: 1px solid #e8e9e9;
    padding: 2px;
    margin-bottom: 10px;
}
.rutitr_telegram_style_2{
 background: url('ch01_telegram_right.gif') no-repeat right, url('ch01_telegram_left.gif') no-repeat left, url('ch01_telegram_routitr.gif') repeat-x;
    float: right;
    display: block;
    height: 60px;
    width: 100%
}
.rutitr_telegram_style_2 a{
  color: #0085f7;
  text-decoration: none;  
    text-align: right;
    float: right;
      padding-top: 22px;
      padding-right: 10px;
}
.rutitr_telegram_style_2 a:hover{
      color: #dd000b;
}
.telegram_title_2{
    float: right;
    background: url('ch01_telegram_title_2.gif') no-repeat right top;
        height: 60px;
    width: 100%
}
.telegram_title_2 a{
      color: #707070;
  padding-right:30px;
  text-align: right;
  padding-top: 22px;
      float: right
}
.telegram_title_2 a:hover{
      color: #0085F7;
}
.special_section_name_back{
    display: inline-block;
    position: absolute;
    right:auto;
    text-align: center;
    width: 100%;
    top: 25%;
}
.special_section_name{
    color: #01722a;
    font-size: 18pt;
    font-weight: bold;
    margin: 10px;
    text-shadow: 0px 0px 1px #fff, 0px 0px 4px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 11px #fff, 0px 0px 12px #fff;
}
/*/////////////////////////////////////*/
.img-left-boxes {
  width: 80px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .img-left-boxes {
     width: 105px;
  height: 65px;
  }
  .majazi-text {
      padding-right: 116px;
}
}
.lysprites2 {
    background: url(ch01_1.png) left 0px;
}
.back_foot .lysprites2 {
    background: url(ch01_3.png) left 0px;
}
.foot-social-icons a {
    width: 22px;
    margin: 0 12px;
    height: 22px;
}
.foot-social-icons a:last-child{margin-left:0;}
.foot-social-icons.head-part {
    top: 13px;
}
a.telegram-ico2 {
    background-position: 0px 0 !important;
}
a.instagram-ico2 {
    background-position: 179px 0 !important;
}
a.facebook-ico2 {
    background-position: 127px 0 !important;
}
a.googlep-ico2 {
    background-position: -209px 0 !important;
}
a.twitter-ico2 {
    background-position: 74px 0 !important;
}
a.header-logo2 {
    /* float: left;
    font-size: 0;
    width: 210px;
    margin-left: 95px;
    height: 93px;
    background: url(ch01_2.png) left 0px no-repeat; */
}
.lastyear-sameh-comment ,.lastyear-sameh-view {
    padding: 10px 0;
}
#comment-tab .nav>li>a ,#view-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
	    color: #01712a;
}
#view-tab ul.nav.nav-tabs li.active.f a,#comment-tab ul.nav.nav-tabs li.active.f a {
    border-right: none !important;
}
#comment-tab .nav>li.active>a ,#view-tab .nav>li.active>a {
    color: #151515;
}
.comment_news {
    background: url(ch01_important_news.gif) no-repeat right,url(ch01_repeat_back.gif) repeat-x;
    width: 100%;
    height: 41px;
    margin-bottom: 5px;
}
.view_news {
    background: url(ch01_viewers.gif) no-repeat right,url(ch01_repeat_back.gif) repeat-x;
    width: 100%;
    height: 41px;
    margin-bottom: 5px;
}
.affix {
top: 0;
right: 0;
width: 100%;
padding: 0px;
    background: #004619 ;
z-index: 999999;
-moz-box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
}
.affix a.sticky-logo {
    position: absolute;
    right: 0;
    background: url(ch01_4.png) center 0 no-repeat;
    /* top: -1px; */
    width: 97px;
    height: 32px;
    background-size: contain;
}
.affix .main-menu {
background: transparent;
padding: 0px 120px 8px 1px;
}
.affix .navbar-static-top.main-menu.container::after,.affix .navbar-static-top.main-menu.container::before{display:none}
.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
background: #transparent  !important;
}
.affix .navbar-static-top.main-menu.container {
    height: 32px;
    padding: 0 120px 0 0;
}
.affix .navbar-collapse {
text-align: right;
     padding-top: 3px;
}
.affix .logo_sticky {
background: url(ch01_81.png) left no-repeat;
height: 25px;
background-size: contain;
}
.affix .navbar-default .navbar-nav > li {
height: 28px;

}
.affix .navbar-right ul.dropdown-menu{position:absolute}
@media screen and (max-width: 767px){
.affix{padding: 0px 0px 0;
top: -1px;
    margin-top: 0;
}
.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
background: #6d0100  !important;
}
.affix .navbar-static-top.main-menu.container {
    height: 49px;
    padding: 0 0 0 0;
}
.affix a.sticky-logo {
    right: 11px;
    top: 7px;
}
.affix.menu-container .navbar-header {
    background: #004619;
}
.affix .navbar-default .navbar-nav > li {
    text-align: center;
}
.affix .navbar-right ul.dropdown-menu{
position: relative;
padding-right: 50px;
padding-bottom: 15px;
}
.affix .navbar-default .navbar-nav > li {
height:auto;
}
.head-align-center,.head-align-center2 {
    padding: 0;
}
