@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;
    left: 0;
    margin-top: 6px;
    margin-left: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 10px;
}
/* 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;
            background: #00a65c;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space: nowrap;
    color: #fff;
    padding: 3px 10px;
}
.navbar-nav ul.sm-nowrap > li > a:hover,
.navbar-nav ul.sm-nowrap > li > a:focus 
{
    background: #fc6500;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: #fff;
}
/*! 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;
}
.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: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('lightslider-controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.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;
}
.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;
}


body {
  	
}
@media screen and (max-width: 992px) {
  body {
    	
  }
}


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-bottom: 20px;*/
}
/*End*/
/*Sidebar*/
.sidebar,.section_sidebar,.doc_sidebar,.general_sidebar  {
	
}
/*End*/
#footer,#doc_footer,#section_footer,#general_footer {
  background: url(ch01_0001.gif) bottom repeat-x;
  min-height: 253px;
  padding-bottom: 10px;	
  display: inline-block;
  clear: both;
  
}


.footer-logo {
  
}
.footer-logo div {
  	
}
.footer-menu {
  text-align: center;
  background: #a0cba0;
  min-height: 36px;	
}
.foot-menu-items {
  display: inline-block;
  padding: 0 15px 0 15px;
  font-size: 13px;
  margin: 6px 0 5px 0;	
}
.foot-menu-items a {
  color: #375d00;	
}
.foot-menu-items a:hover {
  color: #ec691d;	
}
@media screen and (max-width: 768px) {
  #footer,#doc_footer,#section_footer,#general_footer {
    background: #9f9f9f;
}
.foot-social-icons {
  padding-bottom: 125px;
  background: url(ch01_0002.gif) bottom center no-repeat; 	
}
}
 

.header {
   	
}
#date-icon {
  background: url(ch01_003.gif) top right no-repeat;  
  padding-right: 25px;
  color: white;
  font-size: 12px;
  float: right;	
}
#date-icon span {
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana, sans-serif;	
}
.search_box {
  float: left;	
  margin-top: 11px;
  margin-left: 20px;
  position: relative;
}
#keywords {
  border: 1px solid #495194;
  font-size: 12px; 
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
  color: #a8a8a8;
  float: left;
  width: 240px;
}
#keywords2 {
  border: 0px;
  background: transparent;
  font-size: 10px; 
  color: #a8a8a8;
  float: left;
  width: 185px;
  height: 20px;
}
#keywords3 {
  border: 0px;
  background: transparent;
  font-size: 10px; 
  color: #a8a8a8;
  float: left;
  width: 140px;
  height: 20px;
  outline:none;
}
#search_button {
  float: left;
  background-position: 0 0;
  width: 52px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 10px;
  margin-top: 3px;
}
#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;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0px solid;
  background: transparent;
}
a.advanced_search2 {
  float: left;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 10px;
  margin-top: 1px;
}
.search-col {
   	
}
.search-toggle-icon {
    position: absolute;
    top: 28px;
    left: 9px;
    font-size: 18px;
    cursor: pointer;
    color: #fc6500; 	
}
.xssearchbox {
  display: none;
  background: gray;
  padding: 5px;
  margin-top: 4px;
}
.footer-search-container {
  padding-top: 10px;  	
}
.header-search-container {
  float: left;	
  margin-right: 5px;
}
.head-bottom-row {	
}
div.footer-search {
  width: 294px;
  height: 20px;
  margin: 0px auto;
  background-position: 0 -38px; 
}
div.header-search {
  width: 249px;
  height: 21px;
  margin: 0px auto;
  background-position: 0 -59px; 
}
.body-padding {
  padding-top: 3px;	
  padding-bottom: 10px;
}
.foot-social-icons {
  text-align: center;	
  padding-top: 23px;
}
.foot-social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 18px;
}

@media screen and (max-width: 992px) {
  .foot-social-icons {
    padding-top: 10px;
  }
}

a.linkedin-ico {
  background-position: -598px 0;	
}
a.linkedin-ico:hover {}

a.rss-ico {
  background-position: -635px -37px;	
}
a.rss-ico:hover {
  background-position: -635px 0;
}

a.telegram-ico {
  background-position: -672px -37px;	
}
a.telegram-ico:hover {
  background-position: -672px 0;
}

a.twitter-ico {
  background-position: -709px 0;	
}
a.twitter-ico:hover {}

a.facebook-ico {
  background-position: -746px -37px;	
}
a.facebook-ico:hover {
  background-position: -746px 0;
}

a.googlep-ico {
  background-position: -783px -37px;	
}
a.googlep-ico:hover {
  background-position: -783px 0;
}

#company_copyright {
  display: inline-block;  
  color: white;	
  margin-top: 10px;
}
#copyright {
  display: inline-block;
  background: url(ch01_0003.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-right: 5px;
  color: #1e1ebe;	
  margin-top: 10px;
}
#copyright font {
  color: red;	
}
#copyright a {
  color: white;		
}
#copyright a:hover {
  color: red;	
}
.copyright-container {
  text-align: center;
  padding-top: 12px;  	
}
.footer-top {
  background: url(ch01_0004.gif) top repeat-x;
  min-height: 120px;
  -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;	
  border-bottom: 2px solid white;
}
a.footer-lg-logo {
  background: url(ch01_0002.gif);
  width: 80px;
  height: 107px;
  position: absolute;
  top: 3px;
  right: 43px; 	
}

.header-large-bg1 {
  background: url(ch01_0007.gif) top repeat-x;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px; 	
}
.header-large-bg2 {
  background: url(ch01_0006.jpg) top right no-repeat;
  min-height: 137px;  
}
#header-large-bg3 {
  	
}
a.head-home-url {
  position: absolute;
  width: 106px;
  height: 77px;
  top: 17px;
  right: 17px;   	
}
@media screen and (max-width: 768px) {
    .header-large-bg1 {
    background: url(ch01_0009.gif) top repeat-x;
    -webkit-border-top-left-radius: 19px;
    -moz-border-top-left-radius: 19px;
    border-top-left-radius: 19px; 	
  }
  .header-large-bg2 {
    background: url(ch01_0010.jpg) top right no-repeat;
    height: 91px;  
  }
  a.head-home-url {
  	 top: 7px;  
  }
  body {
    	
  }
}
.head-static-menu {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 100;
}
.head-static-menu a {
  color: white;
  text-decoration: none;	
}
.head-static-menu a:hover {
  color: #ec691d;
  text-decoration: none;	
}

@media screen and (max-width: 570px) {
  .head-static-menu {
  	  display: none;
  }
}
.ticker-area {
  position: absolute;
  top: 115px;
  right: 20px;	
}

.head_td2 {
  padding: 0px 10px;	
  white-space: nowrap;
}

.foot-static-menu {
  text-align: center; 
}
.foot-static-menu a {
  color: white;
  text-decoration: none;	
}
.foot-static-menu a:hover {
  color: #ec691d;
  text-decoration: none;	
}
.foot_td2 {
  padding: 0px 14px;	
  white-space: nowrap;
  font-size: 12px;
}
#static-menu-bg {
  display: inline-block;
  background: url(ch01_0005.gif) top center no-repeat;
  padding: 3px 60px 5px;  	
}
@media screen and (max-width: 380px) {
  .foot-static-menu {
    display: none;	
  } 
}
@media screen and (max-width: 320px) {
  .footer-search-container {
    display: none;	
  }
      .update_date {
    position: absolute;
    left: 40px;
    top: 27px;
    color: rgb(248, 248, 248);
    font-size: 11px;
}
}

@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;
  }
  .navbar-nav > li > a {
    padding: 0 7px 0px !important;
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  	 background-color: #fc6500;
    color: white;
  }
  .navbar-default .navbar-nav > li > a {
  	 color: white;
  	 white-space: nowrap;
  	 font-size: 12px;
  	 line-height: 19px; 
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  	 background-color: #fc6500;
    color: white;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  	 background-color: #fc6500;
  }
  .menu-container {
    /*float: right;
    margin-right: 328px;
    margin-top: 1px;*/
    position: absolute;
    top: 114px;
    right: 25px;
  }
  .dropdown-menu {
    font-size: 12px; 	
  }
}
.no-gutter {
  padding: 0;	
}
.menu-container {

}
/*
@media screen and (max-width: 1200px) {
  .menu-container {
    position: static;
    float: none;
    padding: 137px 0 2px 0;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
  	 color: #375d00;
  }
  .menu-line {
    background: #cfe4cf;
    padding: 1px;
  }
  .header-large-bg2 {
    	
  }
  .head-bottom-row {
    	
  }
}
*/
@media screen and (max-width: 768px) {
  .menu-container {
    float: none;
    padding: 92px 0 0 0;
    margin:0;
  }
  .head-bottom-row {
    margin-top: 2px; 	
  }
}
.navbar {
  min-height: inherit !important;
  margin-bottom: 0;	
}




#date_selector9 {
  /*padding: 10px;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
margin-bottom: 15px;	
background: #f5f5f5 url(ch01_0023.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: #fc6500;
}
#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: 15px;
    padding-top: 5px;
    font-weight: bold;
}
#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 5px 5px;
  background: #008047;
  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 {
}

#feedbackHeader {
  background: #f9f9f9 url(ch01_0051.gif) top right no-repeat;
  height: 35px; 
}
.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;
  padding: 3px 12px;
  border: 0;
  background: #65ab00;
  color: white;
  font-size: 12px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
.comments-button:hover {
  background: #4c8000;
  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 #dcdcdc;	
  padding: 10px;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  background: white;
}
@media screen and (max-width: 768px) {
  .user-comment-area {
  	 margin-bottom: 10px;
    padding-bottom: 10px;
  } 
}
.user-comment-name {
  font-size: 13px;
  color: black;
  background: #e4e4e4;
  padding: 3px 5px;	
  color: #00a65c; 
}
.user-comment-date {
  direction: ltr;
  text-align: left;
  font-size: 12px;
  color: black;
  padding-bottom: 5px;	
}
.user-comment-content {
  text-align: justify;
  line-height: 21px;
  font-size: 13px;	
}
.user-comment-icons {
  float: left;
  margin-right: 5px;	
}

.feedback_rate {
  width: 54px;
  height: 17px;
  float: left;
  background: url(../../../../images/feedback_ratesi.gif);
  background-position: -58px 0;
  margin-left: 10px;	
  margin-top: 3px;
}
div.feedback_rate_ds {
  background-position: -58px -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;
  display: none;
}
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: #008047;
  color: white;
  font-size: 14px;
  border: 0;
  margin-bottom: 5px;
}
.gallery-buttons-row a:hover {
  background: #00bf6b;
  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;	
}
.ticker-area .newsticker {
  padding-right: 0px;
  margin: 0;
}
.newsticker li {
  list-style: none;
}
.ticker-area .newsticker a {
  color: white;
  font-size: 11px;
}
.ticker-area .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-fade .carousel-control {
  z-index: 2;
}
.first-img-frame { 
  position: relative;	
}
.first-img-frame2 {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border: 1px solid rgba(255, 255, 255, .5);;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  
}
.first-img-frame img {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;	
}
.first-title {
  font-size: 17px; 	
  font-weight: bold;
  background: url(ch01_0039.png) right 7px no-repeat;
  padding-right: 15px;
}
.special-title {
  font-size: 14px; 
  background: url(ch01_0030.gif) right 8px no-repeat;
  padding-right: 12px;	
  font-weight: bold;
}
.first-title a {
  color: white;
  text-decoration: none;   	
}
.special-title a {
  color: #65ab00;
  text-decoration: none;   	
}
.first-title a:hover,.special-title a:hover {
  color: #ec691d;	
}
.first-routitr,.first-subtitle {
  font-size: 13px; 
  padding-bottom: 5px;	
}
.first-subtitle a {
  color: #00a65c;
  text-decoration: none;   	
}
.first-routitr a {
  color: white;
  text-decoration: none;   	
}
.first-routitr a:hover,.first-subtitle a:hover {
  color: #ec691d;	
}


.special-routitr {
  font-size: 12px; 
  padding-bottom: 2px;	
}
.special-routitr a {
  color: #e05a00;
  text-decoration: none;   	
}
.special-routitr a:hover {
  color: #aa4400;	
}

.special-abs {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
}
.first-abs {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
}
.first-related {
  background: url(ch01_016.gif) right 10px no-repeat;	
  padding-right: 10px;
}
#first-carousel .carousel-indicators {
  margin: 0;
  right: 0;
  padding: 0;
  width: 100%;	
  bottom: -3px;
  text-align: center;
  direction: ltr;
}
#first-carousel .carousel-indicators li {
  width: 12px;
  margin: 0 4px; 
  height: 12px;
  background: white;
  border: 2px solid #ff7920;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 0pt;	
}
#first-carousel .carousel-indicators li.active {
  background: #ff7920;	
}
.row-margin-1 {
  margin-bottom: 12px;	
}
#first-carousel {
    margin-bottom: 15px;	
}
/*
@media screen and (max-width: 992px) {
  #first-carousel {
    margin-bottom: 10px;	
  }
}

@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: 20px;
    margin-left: 3px; 
    height: 20px;
    background: white;	
  }
}
*/
.special-row-line {
  margin-bottom:20px; 
  padding-bottom: 10px;
 border-bottom: 1px solid #8b8b8b;	
}
.special-row-padd {
  padding: 15px 0 20px;	
}
.special-img {
  float: right;  	
}
.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-left: 185px;	
}
.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: #ec691d; 	
}
.last-news-title a:visited {
  color: #5c5c5c;	
}
.advertise_div1 {
  margin-bottom: 5px;
  text-align: center;	
}
.advertise_div2 {
  margin-bottom: 5px;	
  text-align: center;
}
.advertise_div3 {
  width: 440px;
  height: 50px;
  position: absolute;
  top: 54px;
  left: 10px;	
}
.advertise_div3 img {
  width: 440px !important;
  height: 50px !important;	
}
.advertise_div4 {
  padding-top: 5px;	
  text-align: center;
}

.advertise_div5 {
  width: 215px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.advertise_div5 img {
  width: 215px !important;
  height: 50px !important;	
}
.advertise_div6 {
  margin-bottom: 6px;
  text-align: center;	
}
.advertise_div19 {
  margin-bottom: 6px;
  text-align: center;	
  padding: 0px 5px;
}
.advertise_div7 {
  margin-bottom: 5px;	
  text-align: center;
}
.ad-head-container {
  width: 450px;
  height: 50px;
  position: absolute;
  top: 54px;
  left: 10px; 	
}

.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: #ec691d;	
}
.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;	
}
.popular-frame {
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;	
}
.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: #ec691d;	
}
.popular-items-frame {
  padding: 15px 9px 10px;	
}
.twittanz-bg1,.majazi-bg1 {
  background: url(ch01_043.gif) top repeat-x;	
}
.twittanz-bg2 {
  background: url(ch01_041.gif) top right no-repeat;	
}
.twittanz-bg1 {
  height: 31px;
  background: url(ch01_042.gif) top left no-repeat;	
}
.majazi-bg1 {
  background: url(ch01_0034.gif) top repeat-x;	
}
.majazi-bg2 {
  background: url(ch01_0033.gif) top right no-repeat;	
}
.majazi-bg3 {
  background: url(ch01_0031.gif) top left no-repeat;	
}
.majazi-bg4 {
  height: 33px;
  background: url(ch01_0032.png) center 3px no-repeat;	
}
.twittanz-frame {
  /*border: 1px solid #e7e7e7;
  border-top: 0px;	
  margin-bottom: 10px;*/
  min-height: 155px;
/*  background: url(ch01_0011.gif) top right no-repeat;
    padding-top: 34px;*/
    padding-bottom: 5px;
}
.section-last-frame {
  /*border: 1px solid #e7e7e7;
  border-top: 0px;	
  margin-bottom: 10px;*/
  min-height: 190px;
  background: url(ch01_0040.gif) top right no-repeat;
  padding-right: 34px;
  padding-bottom: 5px;
}
.section-site-frame {
  /*border: 1px solid #e7e7e7;
  border-top: 0px;	
  margin-bottom: 10px;*/
  min-height: 190px;
  background: url(ch01_0041.gif) top right no-repeat;
  padding-right: 34px;
  padding-bottom: 5px;
}
.section-site-frame2 {
  padding: 5px 7px;
  border-top: 0px;
  margin-bottom: 12px;
      min-height: 165px;
}
.section-selected-head {
    background: url(ch01_105.gif) left 0px no-repeat;
    width: 161px;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    transform: rotate(-90deg);
    float: right;
    position: absolute;
    top: 70px;
    right: -63px;  
}
.section-selected-head a {
  color: #375d00;	
}
.section-selected-head a:hover {
    color: #fc6500;
	
}
.majazi-frame {	
  margin-bottom: 10px;
  padding: 5px 8px;
}
.pishnahad-sardabir {
  background: url(ch01_0014.gif) top right no-repeat;	
}
.bargozideh-emrooz {
  background: url(ch01_0015.gif) top right no-repeat;	
}
.rasaneha {
     /* background: url(ch01_0016.gif) top right no-repeat; */
    min-height: 188px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.karbaran {
  background: url(ch01_0017.gif) top right no-repeat;	
}
.maghale_bg {
    background: #fc6500;
    width: 100%;
    text-align: center;
    border-radius: 0 0 5px 6px;
    margin: 0 2px;
    padding: 2px 2px 1px;
    color: #fff;
    font-size: 14px;
        margin-bottom: 10px;
}
.twit-items {
  background: url(ch01_127.gif) right 9px no-repeat;
  padding-right: 11px;
  position: relative;

}
.twit-items:hover {
  background: url(ch01_0012_over.gif) right 9px no-repeat;	
}
.twit-items a {
  color: black;	
}
.twit-items a:hover {
  color: #ec691d;	
}
.majazi-items {
  padding-bottom: 5px; 	
}
.majazi-image {
  float: right;
  border: 1px solid #e8e8e8;
  font-size: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; 
  overflow: hidden; 	
}
.majazi-text {
  padding-right: 90px;	
}
.majazi-title a {
  color: black;	
}
.majazi-subtitle {
  font-size: 12px;	
}
.majazi-subtitle a {
  color: #5353fe;	
}
.majazi-title a:hover,.majazi-subtitle a:hover {
  color: #ec691d;	
}
.majazi-border {
  min-height: 89px;
  border-bottom: 1px solid #f0f0f0;	
}
.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 .nav > li > a {
  padding: 5px 15px; 	
}
#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: #ececec;
  border-color: #afaeae;
  border-bottom: 0;
}
#multimedia-top-tab .tab-pane {
  min-height: 190px;	
}
#multimedia-top-tab .tab-content > .tab-pane {
  border: 1px solid #afaeae;
  -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;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;	
}
#multimedia-top-tab .nav-tabs {
  border-bottom: 0;	
}
.multimedia-images {
  width: 185px;  	
  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: 100%;
  height: 116px;
  -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;
}

.multimedia-padding {
  direction: ltr;	
}
.multimedia-padding * {
  direction: ltr;	
}
.multimedia-title {
  direction: rtl;
  text-align: right;
  /*background: url(ch01_017.gif) right 8px no-repeat;*/
  background: #515151; 
  min-height: 65px;
  -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;
  border-top: 2px solid white;	
}
.multimedia-title div {
  padding: 10px;	
}
.multimedia-title a {
  color: white;
  font-size: 13px;	
}
.multimedia-title a:hover {
  color: #ec691d;	
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .multimedia-images {
    width: 191px;  	
  }
  .multimedia-images img {
    width: 100%;
    height: 120px;  	
  }
  #multimedia-top-tab .tab-pane {
    min-height: 205px;	
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .multimedia-images {
    width: 359px;  	
  }
  .multimedia-images img {
    width: 100%;
    height: 226px;  	
  }	
}
@media screen and (max-width: 768px) {
  .multimedia-images {
    width: 100%;  	
  }
  .multimedia-images img {
    width: 100%;
    height: auto;  	
  }	
  .multimedia-title {
    min-height: 20px;	
  }
}
.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: #ec691d;	
}
.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: url(ch01_056.gif) top repeat-x;
}
.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 {
  margin-bottom: 20px;	
}
#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 > li > a {
  top: 18px;
  padding: 5px 5px 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
}
#newsmakers-tab .nav-tabs {
  overflow: hidden;	
}
#newsmakers-tab .nav-tabs > li > a > img {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  border: 1px solid #d5d5d5;
  padding: 1px;  	
}
#newsmakers-tab .tab-content > .tab-pane {
  border: 1px solid #dddddd;
  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: #ec691d;	
}
#newsmakers-tab .tab-pane {
  padding: 10px 25px 5px;	
}
.newsmakers-margin {
  margin-bottom: 15px;	
}
.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_0020.gif) top repeat-x;
}
.daricheh-bg2 {
  background: url(ch01_0019.gif) top left no-repeat;	
}
.daricheh-bg3 {
  height: 25px;
  background: url(ch01_0021.png) center center no-repeat;	
}

.matbooat-bg1 {
  background: url(ch01_0023.gif) top repeat-x;
}
.matbooat-bg2 {
  background: url(ch01_0022.gif) top left no-repeat;	
}
.matbooat-bg3 {
  height: 25px;
  background: url(ch01_0024.png) center center no-repeat;	
}

.last-comments-bg1 {
  background: url(ch01_0026.gif) top repeat-x;
}
.last-comments-bg2 {
  background: url(ch01_0025.gif) top left no-repeat;	
}
.last-comments-bg3 {
  background: url(ch01_0027.gif) top right no-repeat;	
}
.last-comments-bg4 {
  height: 33px;
  background: url(ch01_0028.png) center 4px no-repeat;
}

.daricheh-frame {
  padding-top: 1px;
}
.last-comments-frame {
  margin-bottom: 15px;
}
.last-comments-sender {
  color: #65ab00;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;	
}
.last-comments-item {
  padding: 5px 10px;
  margin: 5px 0;	
}
.last-comments-item:hover,.last-comments-item.even:hover {
  background: #dfdfdf;	
}
.last-comments-item.even {
  background: #f5f5f5;	
}
.last-comments-text {
  text-align: justify;
  color: #525252;	
}
.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: #ec691d;	
}
.daricheh-title-images,.daricheh-title-images2 {
  cursor: pointer;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: 2px;
  /*overflow: hidden;*/
}
.daricheh-title-images img,.daricheh-title-images2 img {
  display: block;
  margin-left:auto;
  margin-right: auto;	
}
.daricheh-main-images,.daricheh-main-images2 {	
  position: relative;
  display: none;
}
.daricheh-title-images.active,.daricheh-title-images2.active {
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  /*overflow: visible;*/	
}
.daricheh-title-images.active img,.daricheh-title-images2.active img {
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;	
}
.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 {
  margin-bottom: 10px;
  /*padding: 8px 5px 5px;
  border: 1px solid #dfdfdf;
  border-top: 0px;  	
  background: #fafafa;*/
}
.lastyear-date {
  background: url(ch01_065.gif) top repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  height: 41px;
  text-align: center;
  color: #868890;
  font-size: 16px;    	
  line-height: 51px;
  margin-bottom: 15px;
}
.lastyear-comments-count {
  font-size: 11px;	
}
.lastyear-title {
  background: url(ch01_021.gif) right 8px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px; 	
}
.lastyear-title a {
  color: #353535;
  text-decoration: none;	
}
.lastyear-title a:hover {
  color: #ec691d; 	
}
#lastyear-tab .tab-pane {
  padding-top: 3px;	
}
.tab-service2 {
    padding-bottom: 3px;
    border-bottom: 0px;
    border-top: 1px solid #cfe4cf;
}
.lastyear-first-margin {
  margin-bottom: 10px;	
}
a.lastyear-first {
  color: black; 	
}
a.lastyear-first:hover {
  color: #ec691d; 	
}
#lastyear-tab .nav-tabs > li > a{
      height: 22px;
}
.tab-service2 > li > a{
      height: 22px;
      padding-top: 0;
     color: #fff;     
}
#lastyear-tab .nav-tabs > li > a:hover {
  
}
#lastyear-tab .nav-tabs > li > a {
   border-radius: 0;
   margin: 0;
   border: 0;
       background: transparent;

}
.vizhe_box {
    border-bottom: 1px solid #e3f2e3;
    margin-bottom: 10px;
}
.tab-service2>li>a:hover {
    border-color: transparent;
}
.tab-service2>li>a:hover, .tab-service2>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color:#555;
}
.tab-service2>li.active>a, .tab-service2>li.active>a:hover, .tab-service2>li.active>a:focus {
    color: #555;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-service2> li.active {
    background: url(ch01_106.gif) left 0px no-repeat;
    border-radius: 0 0 5px 0;
}
.tab-service2> li {
    background: #fc6500;
    text-align: center;
    border-radius: 0 0 5px 6px;
    margin: 0 2px;
    padding: 2px 2px 1px;
    position: relative;
}
.special-image-box {
  float: left;	
}
.newsmakers-first-image {
  float: right;	
}
.newsmakers-first-box {
  padding-right: 165px;	
}
.section-page-title {
  height: 40px;
  background: url(ch01_066.gif);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 20px;   	
  font-family: 'IRAN',Tahoma, Arial, Verdana, sans-serif;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: bold;
}
.internalpages-bg {
  background: white;	
}
.special-archive1 {
  font-size: 13px;
  padding: 3px 0;	
}
.special-archive1 a {
  color: black;
}
.special-archive1 a:hover {
  color: #ec691d;
}
.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: #cfe4cf;
  -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 {
  background: url(ch01_0042.gif);
  height: 25px;
  line-height: 25px;
  padding-right: 10px;
}
.doc-section-info a {
  color: #373737;	
  font-size: 14px;
  font-weight: bold;
}
.doc-section-info a:hover {	
  color: #f6ba95;
}
.doc-section-info span {
  background: url(ch01_0043.png);
  font-size: 0;
  width: 20px;
  height: 12px; 
  display: inline-block;
  margin: 0 3px;	
}
.doc-tools1 {
  background: url(ch01_071.gif);
  height: 25px;
  padding-left: 10px;	
}
#resizable-font {
  float: left;	
  margin-top: 1px;
}
#ratebx1{
  background: url(ch01_072.gif);
  width: 110px;
  height: 17px;
  float: right;
  margin-top: 4px; 	
  margin-right: 10px;
}
.rate_val {
  float: left;
  margin-left: 4px;
  line-height: 18px;
  font-size: 12px;
  color: #00a65c; 	
}
.rate_button {
  float: right;
  width: 20px;
  height: 17px;
  margin-right: 65px;
  margin-top: 1px;
  cursor: pointer; 	
}
#doc-comment-icon {
  float:left;
  background: url(ch01_073.png);
  width: 37px;
  height: 20px;	
  color: #fc6500;
  text-align: center;
  line-height: 17px;
  margin-left: 15px;
  margin-top: 3px;
  font-size: 12px;
}

#docDiv3TitrRou {
  color: #00a65c;
  padding-bottom: 5px; padding-right: 13px;	
}
#docDiv3TitrSub {
  color: #00a65c;
  padding-bottom: 5px; 	padding-right: 13px;
}
#docDiv3TitrMain {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;	
  line-height: 30px;
  background: url(ch01_0039.png) right 13px no-repeat;
  padding-right: 14px;
}
#docDiv3Date {
    float: right;
    color: #00a65c;
    margin: 0 0 5px 0;
    font-size: 12px;
    padding-right: 5px;
    margin-right: 9px;
}
#docDivLead {
  color: #00a65c;
  padding: 8px 15px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  background: #f2f2f2;
  border-left: 8px solid #e4e4e4;
  border-right: 8px solid #e4e4e4;
  margin-top: 6px;
}
.tools-icons {
  height: 56px; 
  text-align: center;
  margin-bottom: 20px;	
}
.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: center;
  }
}
#docDiv3Date span {
    color: #7f7f7f;
    font-size: 12px;
}
.tools-icons div {
  background: url(ch01_075.gif);
  width: 173px;
  height: 56px;
  display: inline-block;
}
.tools-icons a {
  float: left;
  width: 36px;
  height: 56px;	
}
a.send-icon {
  margin-left: 32px;  	
}
a.print-icon {
  margin-left: 0;	
}
a.get-icon {
  margin-left: 33px;	
}
#docContentdiv {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  padding: 0 7px 30px;
  margin-bottom: 10px;	
}
#docContentdiv div {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;	
}
.soututirText {
  margin: 12px 0;  
  background: url(ch01_0048.gif) bottom right no-repeat;
}

@media screen and (min-width: 992px) {
  .soututirText {
  	 max-width: 390px;
  	 margin-left: auto;
  	 margin-right: auto;
  }
}
.soutitr-cn1 {
  padding-bottom: 12px;
  background: url(ch01_0047.gif) bottom left no-repeat;	
}
.soutitr-cn2 {
  padding: 10px;
  background: #f1f1f1;
  color: #00a65c;
  border: 1px solid #e6e7e8;	
}
.doc-image-box {
  padding: 0;
  margin: 0 15px 15px 0;	
}
#doc_div1Img {
  position: relative;	
}
#doc_div1Img img {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;	
}
#doc_div1Img div {
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;	
}
#docDiv1ImgDesc {
  color: gray;
  text-align: justify;
  font-size: 11px;
}
#docDocID {
    text-align: left;
    color: #7f7f7f;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 25px;
    line-height: 23px;
    float: left;
    font-size: 12px;
}
div#docDocID span {
    color: #00a65c;font-size: 12px;
}
.doc-share-frame {
  margin-bottom: 10px;
  background: #f1f1f1;
  border: 1px solid #e6e7e8;
  padding-right:5px;
  height: 25px;
      width: 132px;
}
.share-buttons {
  float: right;
  margin-top: 2px;
}
#staffBlock {
  padding: 0 0 10px 0;	
}
.docDivStaff {
  margin-bottom: 3px;
  color: gray;	
}
#comments-header1 {
  background: url(ch01_079.gif) bottom repeat-x; 
}
#comments-header2 {
  background: url(ch01_080.gif) bottom left no-repeat;
}
#comments-header3 {
  background: url(ch01_078.png) right no-repeat;
  height: 40px; 
}
#comments-form-body {
  background: white;
  border: 1px solid #dbdbdb;
  padding: 0 10px 10px; 
  background: #f1f1f1 url(ch01_0050.gif) top right no-repeat;	
}
#comments-form-body .comments-button {
  float: left;
  background: #00a65c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
}
#comments-form-body .comments-button:hover {
  background: #00d075;	
}
.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;	
  margin-bottom: 2px;
  margin-top: 10px;
}
#doc-selected-2 {
  background: url(ch01_089.gif) right no-repeat;
  height: 26px;
}
#doc-selected-3 {
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 40px 10px 10px;
  background: url(ch01_0049.gif) top right no-repeat; 	
}
.doc-selected-4 {
  background: url(ch01_0012.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px;  	
}
.doc-selected-4:hover {
  background: url(ch01_0012_over.gif) right 9px no-repeat;	
}
.doc-selected-4 a {
  color: #494646;	
}
.doc-selected-4 a:hover {
  color: #ec691d;	
}
.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: #ec691d;	
}
.montakhab-text {
  text-align: justify;
  color: #545454;
  direction: rtl;
  padding-top: 10px;
  /*line-height:*/ 	
}
.poll-bg2 {
  background: url(ch01_096.gif) top right no-repeat;	
}
#mainDiv2poll3 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;	
}
#div2PollResult {
  float: left;	
}
#pollDiv2 {
  padding-top: 5px;	
}
#div2PollResult a {
  color: #aaaaaa;	
}
#div2PollResult a:hover {
  color: #ec691d;	
}
#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: #ec691d;	
}
.poll-result-2 {
  text-align: center;
  color: #ed2a32;	
}
#poll-result-3 {
  background: url(ch01_0023.gif) repeat-x;
  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: #56be89;	
}
.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;
  padding: 35px 9px 10px;	
  margin-bottom: 10px;
  background: url(ch01_0052.gif) top right no-repeat;
}
.docboxes-frame.files {
  background: url(ch01_0053.gif) top right no-repeat;	
}
.docboxes-frame.rlinks {
  background: url(ch01_0054.gif) top right no-repeat;	
}
.docboxes-frame.rtitles {
  background: url(ch01_0055.gif) top right no-repeat;	
}
.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: #ec691d;	
}

.rooyekhat-bg1 {
  background: #dcdcdc url(ch01_099.gif) top left no-repeat;	
}
.rooyekhat-bg2 {
  background: url(ch01_098.gif) top right no-repeat;
  height: 31px;	
}
.rooyekhat-frame {
  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: #ec691d;	
}
.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: 10px;
  padding-bottom: 25px;
  background: url(ch01_0056.png);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.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; 	
}
.fori-news1 {
  position: absolute;
  right: 333px;
  top: 1px;
  /*background: #cfe4cf;*/
  width: 425px;

}
.fori-bac {
    background: #cfe4cf;
    width: 415px;
    height: 23px;
    position: absolute;
    right: 345px;
}
.fori-news1 a {
  color: red;
  font-size: 13px;
}
.fori-news1 a:hover {
  color: #ae0000;	
}
#header-padding {
  font-size: 0pt;
  line-height: 0;
  height: 10px;	
}
.top-marquee {
  overflow: hidden;   
  direction: ltr;
  background: #d6f5a9;
  padding-bottom: 2px;
  -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; 
  margin-bottom: 3px;
}
.top-marquee2 {
  background: #ff9955;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  width: auto;
  padding-right: 15px;
  overflow: hidden; 
  height: 20px;
}
.marquee-items {
  padding-left: 20px;
  display: inline-block;
  direction: rtl;	
  white-space: nowrap;
}
.marquee-items span {
  font-weight: bold;
}
.marquee-items2 {
  padding-left: 25px;
  display: inline-block;
  direction: rtl;	
  white-space: nowrap;
}
.marquee-items2 a {
  color: #4a4a4a;	
}
.marquee-items2 a:hover {
  color: #ec691d;	
}

.archive-button1 {
  background: url(ch01_0013.gif) left no-repeat;
  height: 11px;
  font-size: 0;
  margin-bottom: 15px;   	
}
.archive-button1 a {
  float: left;
  width: 37px;
  height: 11px;	
}
.archive-button3 {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin: 0px 5px;
    font-size: 10px;
    line-height: 11px;
    border-radius: 5px;
    background: url(ch01_027.png)left 6px no-repeat;
    padding-left: 12px;
    padding-bottom: 5px;
}
.archive-button3 a {
color: #fd8433;
}
.multimedia-image-padding {
  padding: 0 2px;	
}

.multimedia-image-padding2 {
  margin: 0 -2px;	
}
.archive-button2 {
  height: 12px;
  margin-bottom: 12px;
  margin-top: 12px;  	
}
.archive-button2 a {
  float: left;
  background: url(ch01_0018.gif);
  font-size: 0px;
  height: 12px;
  width: 35px; 	
}
.second_level1 {
  padding-bottom: 2px;	
}
.second_level2 {
  	
}
.second_level3 {
  font-size: 14px;
  background: url(ch01_0030.gif) right 8px no-repeat;
  padding-right: 12px;
}
.second_level3 a {
  color: #00a65c;
}
.second_level3 a:hover {
  color: #ec691d;
}
/*.second_level4 {
  background: url(ch01_0029.png) top right no-repeat;
  font-size: 0;
  height: 12px; 	
}*/
.second_level5 {
  background: #d4e7d4;
  padding: 5px 5px;	
}
.second_level2-alt {
  background: #cfe4cf;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    display: none;
    padding: 7px;	
    overflow: hidden;
}
.second_level6-routitr {
  padding-bottom: 2px;  	
}
.second_level6-routitr a {
  color: #e05a00;	
}
.second_level6-routitr a:hover {
  color: #ff6f0f;	
}
.second_level7 {
  background: url(ch01_0030.gif) right 8px no-repeat;
  padding-right: 12px;
  padding-bottom: 5px;   	
}
.second_level7 a {
  color: white;
  font-size: 14px; 
  font-weight: bold;	
}
.second_level7 a:hover {
  color: #ec691d;
}
.second_level8 {
  text-align: justify;
  color: black;
  padding-bottom: 14px;	
}
/*@media screen and (max-width: 500px) {
  .second_level2 {
    position: static;
  }  
  .second_level3 a {
  color: black;
}
  .second_level4 {
  	 display: none;  
  }
  .second_level5 {
  	 background: none;
  }
}*/
.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; 	
}

.topdocs-tab-buttons2 a {
}
#lastyear-tab .nav-tabs {
  border: 0;	
}
#lastyear-tab {
  min-height: 450px;
  border-top: 1px solid #cfe4cf;
    margin-bottom: 20px;
}
.tabs-popular {
    margin-bottom: 10px;
}
.popular_tab {
    border: 0px;
}

.popular_tab .nav-tabs > li > a {
    height: 22px;
}
.popular_tab li {
    border: 0px;
    background: #fc6500;
    width: 31.7%;
    text-align: center;
    border-radius:5px;
    margin: 0 2px;
    padding: 2px 2px 1px;
}
.popular_tab li a {
    padding: 0 !important;
    font-weight: bold;
        color: #fff;
        border:0px;
}
.popular_tab li.active {
    background: url(ch01_106.gif) left 0px no-repeat;
    border-radius:5px;
}
.popular_tab li.active a ,.popular_tab li.active a:hover ,.popular_tab li.active a:focus {
    background: transparent;
  color: #375d00;
      border:0px;
}
.popular_tab li:first-child {
    margin-right: 0px !important;
}
.popular_tab li a:hover{
       background: transparent; 
       border:0px;
}
.last-issue-frame {
  padding-bottom: 15px;	
}
.doc-top-header {
  background: url(ch01_0044.gif) top right no-repeat;
  font-size: 0;
  line-height: 0; 
  margin-bottom: 15px;	
}
.doc-top-header div {
  background: url(ch01_0045.gif) top left no-repeat;
  height: 8px; 	
}
.doc-lead-bottom {
  background: url(ch01_0046.gif) top right no-repeat;
  font-size: 0;
  line-height: 0; 
  margin-bottom: 15px;	
}
.doc-lead-bottom div {
  background: url(ch01_0045.gif) top left no-repeat;
  height: 8px; 	
}
.doc-main-image {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;	
}
@media screen and (min-width: 992px) {
  .doc-main-image {
    max-width: 400px !important;	
  } 
}
#feedback-body {
  background: #f9f9f9;
  padding: 10px;	
  margin-bottom: 15px;
}


/* Magazine */
#issue_title {
  color: black;
  font-size: 18px;
}
.issue_attachments {
  /*width: 147px;
  float: right;
  margin: 0px 0px 0px 22px;*/
  /*display: inline-block;*/
  padding-bottom: 15px;
  margin-left: auto;	
}
#issue_body {
  padding: 20px 0 10px 0; 	
}
.issue_attachments_rows {
  padding-bottom: 10px;	
}
.issue_attachments_border {
  border: 1px solid #dfdfdf;	
}
div.issue_attachments_over {
  border: 1px solid gray;	
}
.issue_attachments_title {
  float: right;
  font-size: 13px;
  font-weight: bold; 	
}
.issue_attachment_file {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(ch01_issue_pdf.png); 
  font-size: 0pt;
  outline: 0;
  margin-right: 3px;	
}
.issue_attachment_file_d {
  float: left;
  width: 16px;
  height: 16px;
  background: url(ch01_issue_pdf_disabled.png); 
  font-size: 0pt;
  outline: 0;	
  margin-right: 3px;
}
.issue_attachment_mimg {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(ch01_issue_zoom.png); 
  font-size: 0pt;
  outline: 0;	
}
.issue_attachment_mimg_d {
  float: left;
  width: 16px;
  height: 16px;
  background: url(ch01_issue_zoom_disabled.png); 
  font-size: 0pt;
  outline: 0;	
}
.issue_list_iimg {
 /* border: 1px solid #dfdfdf;*/
  
}
.issue_list_items {
  padding: 10px;
  padding-top: 0;	
}
.issue_list_titles {
  padding-top: 5px; 
  text-align: center;	
}
.issue_list_titles a {
  font-size: 13px;
  color: #013F99;	
}
.issue_list_titles a:hover {
  color: #c97b00;	
}
#issue_select_mag {
  border: 1px solid gray;
  background: white;
  font-size: 8pt;
  width: 100%;	
}
#select_mag_title {
  font-size: 8pt;
  padding-bottom: 3px;
  font-size: 14px;
  padding-top: 10px;	
}
#select_mag_date {
  font-size: 8pt;
  padding-bottom: 3px;	
  padding-top: 7px;
  font-size: 14px;
}
#issue_magazine_submit {
  padding-top: 10px;	
  text-align: left; 
}
#issue_magazine_submit button {
  float: none; 
}
#select_mag_date_i {
  font-size: 8pt;	
}
.select_mag_date_sep {
  float: right;
  padding: 0px 1px 0px 2px;  	
}
#select_mag_date_i select {
  font-size: 8pt;	
  border: 1px solid gray;
  background: white;
  width: 100%;
}
p.lasttitle_active a {
  color: #9c0000; 	
}
#doctextarea p,#doctextarea span,#doctextarea a {
  font-size: 15px;  	
  line-height: 25px;
}
#mag-head-title {
  background: url(ch01_0034.gif) top repeat-x;
  height: 32px; 
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: bold; 	
}
.fori-word {
  display: inline-block;
  background: red;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px; 	
}
.comments-policy {
  color: red;
  font-size: 11px;
  text-align: justify;
  padding-top: 5px; 	
}
.comments-lock-info {
  color: red;
  font-size: 8pt;
  background: white;
  text-align: center;	
}
.top-marquee-sign {
  color: gray;
  font-size: 9px;	
}
.adv_text_title {
    color: #383838;
}
.adv_text_desc {
    color: #383838;
}
.text_ad_class {
background:#ffd819 ;
    padding: 3px;	
        clear: both;
}
div.text_ad_class_over {
   background: #fffa6b;
}

.doc_tags1 {
    font-size: 16px;
    padding: 10px 10px 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    border-radius: 3px;	
}
.doc_tags1 a {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  background: #ececec;
  font-size: 14px;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.doc_tags1 a:hover {
  background: #b22222;
  color: white;	
}
.other-bg1{
    background:url(ch01_104.png);
    background-position:top right  ;
    background-repeat: no-repeat;
    height:25px;
    margin-bottom:10px;
    border-top: 1px solid #cfe4cf;
}
.main-title-name{
    color:rgb(55,93,0);
}
.decspace {
  padding-bottom: 1px;	
}
.bargozide_title {
    font-size: 14px;
    background: url(ch01_0030.gif) right 8px no-repeat;
    padding-right: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}
.update_date {

    position: absolute;
    left: 30px;
    top: 2px;
    color: rgb(51, 51, 51);
    font-size:11px;

}
.update_date span{font-size:10px;}
.bargozide_title a{color:#000;}
.bargozide_title a:hover {
    color: #ec691d;
}
.bargozide_img {
    padding: 1px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
}
.b_img {
    padding-left: 10px;
    padding-right: 30px;
}
.b_img_sec {
	padding-right: 28px;
    padding-left: 10px;
}

        .typed-cursor{
          opacity: 1;
          animation: typedjsBlink 0.7s infinite;
          -webkit-animation: typedjsBlink 0.7s infinite;
                  animation: typedjsBlink 0.7s infinite;
        }
        @keyframes typedjsBlink{
          50% { opacity: 0.0; }
        }
        @-webkit-keyframes typedjsBlink{
          0% { opacity: 1; }
          50% { opacity: 0.0; }
          100% { opacity: 1; }
        }
      
        .typed-fade-out{
          opacity: 0;
          transition: opacity .25s;
          -webkit-animation: 0;
                  animation: 0;
        }
      
.topdocs-tab-buttons2 {
    background: #fc6500;
    width: 48%;
    text-align: center;
    border-radius: 0 0 5px 6px;
    margin: 0 2px;
    padding: 2px 2px 1px;
    position: relative;
}
.topdocs-tab-buttons2 a{
    color:#fff
}
.topdocs-tab-buttons ul {
    width: 100%;
    padding: 0;
    height: 35px;
}
.topdocs-tab-buttons2 a {
    padding: 0 !important;
	font-weight:bold;
}
.topdocs-tab-buttons2.active {
    background: url(ch01_106.gif) left 0px no-repeat;
    border-radius: 0 0 5px 0;
}
.topdocs-tab-buttons2.active::after {
    content: ' ';
    width: 4px;
    height: 25px;
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0;
    margin-right: 0;
    background: url(ch01_107.gif) center 0px no-repeat;
}

.topdocs-tab-buttons2.active a {
   color:#375d00;
}
.topdocs-tab-buttons .nav-tabs > li > a:hover{background:transparent;}
.comment-tab-bg1{
    background: url(ch01_0037_over.gif) right 0px no-repeat;
    height: 30px;
    border-top: 1px solid #d0e5d0;
}
.view-tab-bg1{
	background: url(ch01_0036_over.gif) right 0px no-repeat;
    height: 30px;
    border-top: 1px solid #d0e5d0;
}
.view-image {
    float: left;
    padding: 1px;
    border: 1px solid #dddddd;
}
.view-text {
    padding-left: 112px;
    position: relative;
}
.view-count {
    position: absolute;
 left: 4px;
    top: 3px;
}
.view-count div {
    background: #cfe4cf;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #375d00;
}
.view-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
}
.view-frame {
    /*margin-bottom: 10px;*/
    padding: 10px 0px;
}
.view-title a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.view-title a:hover{
    color:#fc6500;
}
.view-items {
margin-bottom: 13px;
}
#photo .main_text_slider_overlay {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 41%;
    top: 37%;
}
.main_text_slider {
    font-size: 17px;
    padding: 10px 15px 10px 10px;
    line-height: 1.7;
    transition: all .5s ease-in-out;
    background: url(ch01_110.png) right 22px no-repeat;
}
.ph_num {
	    min-height: 21px;
    margin-top: -5px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 5px;
    background: #484747 url(ch01_111.png) right 4px no-repeat;
}
div#slider-photo-thumbs {
    padding-right: 0;
}
.ph_num div{
color:#f4f4f4;
}
.main_text_slider a{
	color:#fff
}
.main_text_slider a:hover{
	color:#ff944c
}
ul.hide-bullets {
    list-style: none;
    padding: 0;
}
.media-frame {
    float: right;
    width: 100%;
    background: #555555;
	margin-bottom: 10px;
}
#media-tab .nav-tabs li {
    width: 50%;
	text-align:center;
}
#media-tab .nav-tabs li a {
    padding: 3px;
    font-size: 15px;
    line-height: 16px;
    color: #868686;
}
#media-tab .nav-tabs li.active a {
    line-height: 19px;
}
#media-tab .nav-tabs>li>a:hover {
    border-color: transparent  ;
}
#media-tab .nav-tabs>li.active>a:hover {
    border-color: #555555 #555555 #555555;
}
#media-tab .nav-tabs li.active a {
    color:#fff;
}
#media-tab .nav-tabs {
    height: 29px;
    background: #fff url(ch01_109.gif) left 25px repeat-x;
    border-bottom: none;
}
.no_p {
    padding: 0;
}
#media-tab .tab-content {
    padding: 3px 0;
}
#media-tab a.thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    background: #383838;
	margin-bottom: 5px;
	cursor:pointer;
}
li #photo-media-tab-button::after {
    content: ' ';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    z-index: 2;
    left: 10px;
    margin-right: 0;
    background: url(ch01_113.png) right 0px no-repeat;
}
li.active #photo-media-tab-button::after {
    background: url(ch01_114.gif) right 0px no-repeat;
}
li #movie-media-tab-button::after {
    content: ' ';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    z-index: 2;
    left: 10px;
    margin-right: 0;
    background: url(ch01_112.png) right 0px no-repeat;
}
li.active #movie-media-tab-button::after {
    background: url(ch01_115.png) right 0px no-repeat;
}
li #photo-media-tab-button{    margin-right: 0px;background: transparent;}
li.active #photo-media-tab-button{background: url(ch01_108.gif) left 0px repeat-x;border:2px solid #555555;border-bottom:none;border-radius:5px 5px 0 0;}

li #movie-media-tab-button{    margin-right: 0px;background: transparent;}
li.active #movie-media-tab-button{background: url(ch01_108.gif) left 0px repeat-x;border:2px solid #555555;border-bottom:none;border-radius:5px 5px 0 0;}
a,a:hover,a:focus{text-decoration:none !important;}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topdocs-tab-buttons2 {
    width: 30.7%;
}
.view-title {
    font-size: 13px;
}
.doc-tools1 {
    padding-left: 5px;
}
}
@media screen  and (max-width: 768px) {
.section-site-frame2 .twit-items {
    margin-right: 22px;
}
.doc-btn-c{text-align:center}
.doc-clipboard-btn {
    float: none !important;
    margin: 0 auto;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 55px 5px 25px !important;
}
}
.miss-bg1 {
	 background: url(ch01_117.gif) left 0px repeat-x;
	 
}
.miss-bg2 {
height:35px;
 background: url(ch01_116.gif) right 0px no-repeat;
 margin-left:2px;
}
div#docDiv7ImgBg img {
    width: 100%;
}
.majazi-title3 {
	padding: 5px 10px;
    background: #f4f4f4;
	    position: relative;
		margin-bottom:10px;
}
#docDiv7ImgBg {
    margin-bottom: 3px;
}
.majazi-title3::before {
    content: ' ';
    width: 18px;
    height: 18px;
    position: absolute;
    top: -12px;
    z-index: 2;
    right: 10px;
    margin-right: 0;
    background: url(ch01_118.png) right 0px no-repeat;
}
.doc-clipboard-btn {
    float: left;
    background: url(ch01_120.png) left 0px no-repeat;
    width: 120px;
    height: 40px;
	outline:none;
	border:none;
	box-shadow:none;
}
/*#lastyear-tab .nav-tabs > li > a#last-tab-button{background: url(ch01_126.png) center no-repeat;}
#lastyear-tab .nav-tabs > li.active > a#last-tab-button{background: url(ch01_121.png) center no-repeat;}
#lastyear-tab .nav-tabs > li > a#comment-tab-button{background: url(ch01_125.png) center no-repeat;}
#lastyear-tab .nav-tabs > li.active > a#comment-tab-button{background: url(ch01_122.png) center no-repeat;}
#lastyear-tab .nav-tabs > li > a#rate-tab-button{background: url(ch01_124.png) center no-repeat;}
#lastyear-tab .nav-tabs > li.active > a#rate-tab-button{background: url(ch01_123.png) center no-repeat;}*/


#copyright a{
  
    /*background: rgb(102,155,200);*/
    display: block;
    position: relative;
    padding: 0 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#copyright:hover a {
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    /* transform: scale(1.1); */
    /* -webkit-transform: scale(1.1); */
}
#company_copyright div:before{
    margin-left:5px;
    float:right;
    content:"";
    display:block;
    width:5px;
    height: 5px;
    margin-top: 5px;
    /*background: #fff;*/
    z-index:4;
}
#copyright {
	
	width: 300px;
    z-index:2;
    white-space: nowrap;
    padding: 1px 5px 0;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
text-align: right;
    padding-right: 15px;
  /*font-size:12px;*/
  /*margin-top: 4px;*/
}
#copyright a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
    /*color: #fff;*/
    /*background: #e84b82;*/
    /*background: rgb(102,155,200);*/
    /*background: transparent;*/
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	    text-align: right;
   
}
#copyright:hover a{
    /*background: #e84b82;*/
   
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    /*transform: scale(1.1);*/
    /*-webkit-transform:scale(1.1);*/

}
#copyright:hover span {
    /*color: rgb(25, 25, 112);*/
}
#copyright span {
    /*font-size:14px;*/
       color: #fff;
    z-index: 2;
}
.twit-items.imp_news a {
     color: #bd4c00;
}
span.bullet {
    background: url(ch01_0012_over.gif) right 0px no-repeat;
    position: absolute;
    top: 9px;
    width: 7px;
    height: 7px;
    right: 0;
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.gozide_r:hover .majazi-title3 {
     background: #e0dfdf;
}
.gozide_r:hover .majazi-title3::before {
    background: url(ch01_128.png) right 0px no-repeat;
}
.topdocs-tab-buttons ul li.topdocs-tab-buttons2:first-child{margin-right:0px !important;}
.links_header{padding:10px 0;}

/*.show-all ,.show-in-mobile {
    margin: 0px 0px 5px;
}*/

.m-b-10{
    margin-bottom: 10px;
}
@media screen and (max-width: 570px) {
      .update_date {
    position: absolute;
    left: 40px;
    top: 27px;
    color: rgb(248, 248, 248);
    font-size: 11px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.fori-bac {
    width: 375px;
}	
}
.show-all{
        display:block ;
        clear: both;
}
@media screen and (max-width: 767px) {
    .advertise_div1,.advertise_div2,.advertise_div3,.advertise_div4,.advertise_div5,.advertise_div6,.advertise_div7,.advertise_div19{
        display:none;
    }
   .advertise_div3 {
      width: 73%;
      height: 45px;
      position: absolute;
      bottom: 0px;
      right: 10px;
      z-index: 9999;
      top: auto;
    }
    .advertise_div3 img {
      width: 100% !important;
       height: auto !important; 
    }
    .show-all,.show-in-mobile{
        display:block ;
        clear: both;
    }

}
@media screen and (min-width: 767px) {
    .show-in-mobile{
        display:none !important;
    }

}


.stickad a.adv_close {
background: url(/images/close.gif) no-repeat;
padding: 10px;
z-index: 9999;
cursor: pointer;
position: absolute;
left: 5px;
top: 5px;


}
.collapse_close{
    background: #777;
    position: absolute;
    left: 0px;
    bottom: -9px;
    right: 0px;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    height: 10px;
    z-index: 9999;
    text-align: center;
}
.collapse_close a.icon-close {

    background: #777 url(/images/arrow.png) center no-repeat;
    cursor: pointer;
    padding: 0px 15px;
    height: 26px;
    position: absolute;
    border-radius: 11px;


}
.collapse_close.closed a.icon-close{
     background: #777 url(/images/arrow2.png) center  no-repeat ; 
}



.stickad {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #000;
        margin-bottom: 0px;
}
.stickad.hidden-xs a img {
    width: auto;
    height: auto;
}
.stickadtop {
    z-index: 9999999;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: transparent;
        display: none;
}
.stickadtop.hidden-xs a img {
    width: auto;
    height: auto;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    color: transparent;
}
.owl-dots {
    margin: 0;
    right: 0;
    padding: 0;
    width: 100%;
    bottom: -3px;
    text-align: center;
    direction: ltr;
    position: absolute;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.owl-dot {
    width: 12px;
    margin: 0 4px;
    height: 12px;
    background: white;
    border: 2px solid #ff7920;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 0pt;
    display: inline-block;
    
}
.owl-dot.active {
    background: #ff7920;
}
.owl-prev {
    position: absolute;
    right: 5px;
    bottom: 45%;
    width: 20px;
    height: 40px;
    opacity: 0.5 !important;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2231%22%20height%3D%2250%22%20viewBox%3D%220%200%2031%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fffff8%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M6.008%2C0.768%20L0.289%2C6.477%20L19.080%2C25.238%20L0.289%2C43.999%20L6.008%2C49.709%20L30.517%2C25.238%20L6.008%2C0.768%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
    background-size: contain;
}

.owl-next {
    position: absolute;
    left: 5px;
    bottom: 45%;
    width: 20px;
    height: 40px;
    opacity: 0.5 !important;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2231%22%20height%3D%2250%22%20viewBox%3D%220%200%2031%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fffff8%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M24.804%2C0.768%20L30.523%2C6.477%20L11.733%2C25.238%20L30.523%2C43.999%20L24.804%2C49.709%20L0.295%2C25.238%20L24.804%2C0.768%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
    background-size: contain;
}
