@font-face {
  font-family: 'IRAN';
  src: url('IRANBold.eot?#') format('eot'),  /* IE6ï¿½8 */
       url('IRANBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('IRANBold.ttf') format('truetype');  /* Saf3ï¿½5, Chrome4+, FF3.5, Opera 10+ */
       font-weight:bold;
}
@font-face {
  font-family: 'IRAN';
  src: url('IRAN.eot?#') format('eot'),  /* IE6ï¿½8 */
       url('IRAN.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('IRAN.ttf') format('truetype');  /* Saf3ï¿½5, Chrome4+, FF3.5, Opera 10+ */
       font-weight:normal;
}
div.lysprites1,a.lysprites1,button.lysprites1,table.lysprites1,td.lysprites1{
  background: url(lysprites.png) no-repeat;  
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
span.hlstyle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: #ffffbf; 	
  font-style: italic;
  padding: 2px;
  padding-top: 0px;
}	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}




/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.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 {
  background: #f4f4f4;	
}
@media screen and (max-width: 992px) {
  body {
    background: #f4f4f4 ;	
  }
}


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;	
      line-height: 1.5;
}
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;*/
  padding-top: 10px; 
}
/*End*/
/*Sidebar*/
.sidebar,.section_sidebar {
	display: none;
}
.doc_sidebar,.general_sidebar {
  padding-top: 10px;	
}
/*End*/

#footer, #doc_footer, #section_footer, #general_footer {
	    background: #f4f4f4 url(ch01_002.gif) top repeat-x;
     height: 332px;
}
@media screen and (max-width: 768px) {
  #footer,#doc_footer,#section_footer,#general_footer {
    background: url(ch01_015.gif) top repeat-x;
    height: 299px;	
  }
}

.footer-logo {
  background: url(ch01_012.gif) repeat-x;
  height: 89px;  
   -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;	
}
.footer-logo div {
  background: url(ch01_011.png) bottom no-repeat;
  width: 105px;
  height: 83px;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;	
}
.footer-menu {
  text-align: center;	
}
.foot-menu-items {
  display: inline-block;
  padding: 0 15px 0 15px;
  font-size: 13px;	
}
.foot-menu-items a {
  color: white;	
}
.foot-menu-items a:hover {
  color: #ec691d;	
}

.header {
  padding-top: 4px; 	
  background: #f4f4f4 url(ch01_001.gif) top repeat-x;
}
#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;
  z-index: 2;
}
#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: 1px solid #495194;
  font-size: 12px; 
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
  color: #a8a8a8;
  float: left;
  width: 290px;
  margin-left: 33px;
}
#search_button {
  float: left;
  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;
  background-position: 0 -19px;
  width: 52px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 10px;
  margin-top: 3px;
}
#advanced_search2 {
  float: left;
  background-position: -53px -19px;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 7px;
  margin-top: 3px;
}
#search-frame {
  width: 461px;
    height: 30px;
  background-position: -133px 0;
    position: relative;
    left: -30px;
  top: 14px;
    z-index: 0;
}
.search_box form {
    width: auto;
    position: relative;
    z-index: 3;
}
.search-col {
   	
}
.search-toggle-icon {
  float: left;
  color: white;
  cursor: pointer;
  font-size: 13px;  	
}
.xssearchbox {
  display: none;
  background: gray;
  padding: 5px;
}
.footer-search-container {
  padding-top: 20px;	
}
.footer-search {
  width: 504px;
  height: 35px;
  margin: 0px auto;
  background: url(ch01_013.png) bottom no-repeat;
}

.foot-social-icons {
  text-align: center;	
  padding-top: 20px;
}
.foot-social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  .foot-social-icons {
    padding-top: 10px;
  }
}

a.linkedin-ico {
  background-position: -598px 0;	
}
a.linkedin-ico:hover {}

a.rss-ico {
  background-position: -635px 0;	
}
a.rss-ico:hover {}

a.telegram-ico {
  background-position: -672px 0;	
}
a.telegram-ico:hover {}

a.twitter-ico {
  background-position: -709px 0;	
}
a.twitter-ico:hover {}

a.facebook-ico {
  background-position: -746px 0px;	
}
a.facebook-ico:hover {}

a.googlep-ico {
  background-position: -783px 0;	
}
a.googlep-ico:hover {}


#copyright {
  display: inline-block;
  background: url(ch01_014.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-right: 10px;
  color: #1e1ebe;	
  margin-top: 10px;
}
#copyright font {
  color: #ec691d;	
}
#copyright a {
  color: #1e1ebe;		
}
#copyright a:hover {
  color: #ec691d;	
}
.copyright-container {
  text-align: center;  	
}


#header-large-bg1 {
  background: url(ch01_005.gif) top repeat-x;
  margin-top: 19px;	
}
#header-large-bg2 {
  background: url(ch01_004.jpg) right no-repeat;	
}
#header-large-bg3 {
  background: url(ch01_006.jpg) left no-repeat;
  height: 120px;	
}
a.head-home-url {
  float: right;
  width: 123px;
  height: 90px;
  margin: 30px 55px 0 0; 	
}

.header-small-bg1 {
  background: #2727af;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .header-small-bg1 {
    margin-top: 2px;	
  }
  body {
    background: #f4f4f4 url(ch01_010.gif) top repeat-x;	
  }
}
#header-small-bg2 {
  background: url(ch01_007.png) right no-repeat;	
}
#header-small-bg3 {
  background: url(ch01_008.png) left no-repeat;
  height: 70px;
}


#head-static-menu {
  position: absolute;
  top: 27px;
  left: 50px;
  z-index: 9999;
}
#head-static-menu a {
  color: white;
  text-decoration: none;	
}
#head-static-menu a:hover {
  color: #ec691d;
  text-decoration: none;	
}
.head_td2 {
  padding: 0px 10px;	
  white-space: nowrap;
}

#foot-static-menu {
  text-align: center;
  padding-top: 7px;  
}
#foot-static-menu a {
  color: #862ffb;
  text-decoration: none;	
}
#foot-static-menu a:hover {
  color: #ec691d;
  text-decoration: none;	
}
.foot_td2 {
  padding: 0px 8px;	
  white-space: nowrap;
  font-size: 12px;
}


@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 9px 2px !important;
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  	 background-color: #6213d0;
    color: white;
  }
  .navbar-default .navbar-nav > li > a {
  	 color: white;
  	 white-space: nowrap;
  	 font-size: 13px; 
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  	 background-color: #6213d0;
    color: white;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  	 background-color: #6213d0;
  }
  .menu-container {
    position: absolute;
    top: -118px;
    right: 15px; 
    width: 650px;
  }
}
.no-gutter {
  padding: 0;	
}
.menu-container {

}
@media screen and (max-width: 1200px) {
  .menu-container {
    position: static;
    height: 26px;
    border-top: 0px;
    width: 100%;
    background: #7f2fec;
    padding-top: 2px; 
  }
}
@media screen and (max-width: 768px) {
  .menu-container {
    height: auto;
    padding-top: 0;
  }
}
.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_067.gif) top repeat-x;
border: 1px solid #f0f0f0;
}
#date_selector1 {
  width: 100%;	
}
#date_selector2 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector3 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector4 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector5 {
  float: right;
  margin-left: 10px;
  padding: 3px;	
}
#date_selector6 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector7 {
  float: right;
  margin-left: 10px;	
  padding: 3px;
}
#date_selector7 button {
  background: url(ch01_069.png);
  height: 14px;
  width: 78px;
  cursor: pointer;
  border: 0 solid; 	
}
#pages_tbl{
  direction: rtl;
  text-decoration: none;
  height: 23px;
}

#page_sel {
  padding: 0px 10px ;
  color: white;
  cursor: default;
  text-align: center;
  background: #7f2fec;
}
#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 0px 5px 0px;
  background: #22279d;
  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: url(ch01_081.gif) right no-repeat;
  height: 28px; 
}
.comments-icon div {
  min-height: 30px;
  background: url(ch01_083.gif) top left no-repeat; 	
}
.comments-form-titles {
  font-size: 12px;	
}
.comments-form-titles span {
  color: red;	
}
.comments-button {
  margin-top: 10px;
  border-radius:0;
  padding: 3px 5px;
  border: 0;
  background: #c80000;
  color: white;
  font-size: 13px;
  float: left;	
}
.comments-button:hover {
  background: #b00000;
  color: white; 	
}
.comments-form-fields {
  width: 100%;	
}
textarea.comments-form-fields {
  height: 190px;	
}
.user-comment-area {
  /*border-bottom: 1px solid #aab0b6;*/
  margin-bottom: 10px;
  border: 1px solid #b6b6b6;	
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .user-comment-area {
  	 margin-bottom: 10px;
    padding-bottom: 10px;
  } 
}
.user-comment-name {
  font-size: 14px;
  color: black;
  background: #e4e4e4;
  padding: 3px 5px;	
  color: #c80000; 
}
.user-comment-date {
  direction: ltr;
  text-align: left;
  font-size: 12px;
  color: black;	
}
.user-comment-content {
  text-align: justify;
  line-height: 21px;
  font-size: 13px;	
  padding-top: 2px;
  padding-bottom: 2px;
}
.user-comment-icons {
  float: left;
  margin-right: 5px;	
}

.feedback_rate {
  width: 111px;
  height: 17px;
  float: left;
  background: url(../../../../images/feedback_ratesi.gif);
  background-position: 0 0;
  margin-left: 10px;	
  margin-top: 3px;
}
div.feedback_rate_ds {
  background-position: 0 -17px;
}
div.feedback_rate_ds a {
  cursor: default;	
}
a.f_rate_up {
  float: right;
  width: 48px;
  height: 17px;
  cursor: pointer;
  text-align: right; 
  color: black;
  text-decoration: none;
  font-size: 12px;	
  line-height: 20px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin-right: 5px;
}
a.f_rate_dn {
  float: left;
  width: 48px;
  height: 17px;	
  cursor: pointer;
  text-align: left;
  color: black;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin-left: 5px;
}
a.f_rate_up:hover,a.f_rate_dn:hover {
  color: black;	
}
.user-comment-reply {
  height: 21px;	
}
.user-comment-reply a {
  background: url(ch01_082.gif);
  float: left;
  width: 87px;
  height: 19px;	
}
#feedback_form_parent {
  position: relative;
  background: url(ch01_077.gif);
  padding: 10px 8px 8px;
  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: #2727af;
  color: white;
  font-size: 14px;
  border: 0;
  margin-bottom: 5px;
}
.gallery-buttons-row a:hover {
  background: #4041d5;
  color: white; 	
}
.gallery-thumb {
  margin-bottom: 10px;	
}
.gallery-thumb img {
  height: 110px;   	
}
.gallery-list {
  padding-bottom: 15px;	
}
.gallery-list img {
  margin-right: auto;
  margin-left: auto;
}
.gallery-list div {
  text-align: center;
  font-size: 13px;	
}
.gallery-cl-images {
  margin-left: auto;
  margin-right: auto;	
}
.newsticker {
  margin-bottom: 0px;
  padding-right: 5px;
  background: #515151;	
}
.newsticker li {
  list-style: none;
}
.newsticker a {
  color: white;
  font-size: 12px;
}
.newsticker a:hover {
  color: #ffc24f;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.first-img-frame {
  padding: 8px;
  background: #dadada;  
   -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 8px;	
}
.first-title {
  font-size: 17px; 	
  font-weight: bold;
  padding-bottom: 5px;
}
.special-title {
  font-size: 14px; 
  background: url(ch01_017.gif) right 7px no-repeat;
  padding-right: 12px;	
  font-weight: bold;
}
.special-title a {
  color: #3b4bf9;
  text-decoration: none;   	
}
.first-title a {
  color: #c36703;
  text-decoration: none;
  line-height: 25px;   	
}
.first-title a:hover,.special-title a:hover {
  color: #ec691d;	
}
.first-routitr,.first-subtitle {
  font-size: 12px;
  padding-bottom: 5px; 	
}
.first-routitr a,.first-subtitle a {
  color: #636363;
  text-decoration: none;   	
}
.first-routitr a:hover,.first-subtitle a:hover {
  color: #ec691d;	
}
.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: -5px;
  text-align: left;
  direction: ltr;
}
#first-carousel .carousel-indicators li {
  width: 12%;
  margin-left: 3px; 
  height: 10px;
  background: white;	
}
#first-carousel .carousel-indicators li.active {
  background: #7f2fec;	
}
.row-margin-1 {
  margin-bottom: 12px;	
}
@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 #dfdfdf; 	
}
.special-row-padd {
  padding: 15px 0 20px;	
}
.special-img {
  float: right;
  border: 2px solid #e1e1e1;
  padding: 1px;   	
}
.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: 20px;
  padding-right: 165px;	
}
@media screen and (max-width: 768px) {
  .specail-padding {
    padding-left: 5px;	
  }
}
.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;	
}
.advertise_div2 {
  margin-bottom: 10px;	
  clear: both;
}
.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-bg3 {
  height: 31px;
  background: url(ch01_042.gif) top left no-repeat;	
}
.majazi-bg2 {
  background: url(ch01_044.gif) top right no-repeat;	
}
.majazi-bg3 {
  height: 31px;
  background: url(ch01_045.gif) top left no-repeat;	
}
.twittanz-frame,.majazi-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 15px 9px 10px;	
  margin-bottom: 10px;
}
.twit-items {
  background: url(ch01_046.gif) right 7px no-repeat;
  padding-right: 12px;
  padding-bottom: 5px; 	
}
.twit-items a {
  color: black;	
}
.twit-items a:hover {
  color: #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_059.gif) top repeat-x;
}
.daricheh-bg2 {
  background: url(ch01_060.gif) top right no-repeat;	
}
.daricheh-bg3 {
  height: 34px;
  background: url(ch01_058.gif) top left no-repeat;	
}
.daricheh-frame {
  border: 1px solid #dadada;
  padding: 3px;
  padding-top: 0; 
  margin-bottom: 10px;
  background: #404040;
}
.daricheh-main-titles {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: url(ch01_026.png); 	
}
.daricheh-main-titles a {
  color: white;
  font-size: 13px;	
}
.daricheh-main-titles a:hover {
  color: #ec691d;	
}
.daricheh-title-images {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 3px;
  margin-bottom: 1px;
  position: relative;	
}
.daricheh-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  line-height: 0;
  font-size: 11px;	
}
.daricheh-icon span {
  font-size: 13px;	
}
.daricheh-title-images img {
  display: block;
  margin-left:auto;
  margin-right: auto;	
}
.daricheh-main-images {
  margin-top: 3px;	
  position: relative;
}
.daricheh-title-images.active {
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);	
}
@media screen and (min-width : 992px) {
  .daricheh-title-images {
    position: relative;
    overflow: hidden;
    /*height: 46px;*/ 
  } 	
}
@media screen and (min-width : 1200px) {
  .daricheh-title-images {
    /*height: 57px;*/
  } 	
}
.lastyear-bg1 {
  background: url(ch01_063.gif) top repeat-x;
}
.lastyear-bg2 {
  background: url(ch01_062.gif) top right no-repeat;	
}
.lastyear-bg3 {
  background: url(ch01_061.gif) top left no-repeat;	
}
.lastyear-bg4 {
  height: 31px;
  background: url(ch01_064.png) center center no-repeat;	
}
.lastyear-frame {
  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: 4px;
  padding-top: 7px;	
}
.lastyear-first-margin {
  margin-bottom: 10px;	
}
a.lastyear-first {
  color: black; 	
}
a.lastyear-first:hover {
  color: #ec691d; 	
}
#lastyear-tab .nav-tabs > li.active > a,
#lastyear-tab .nav-tabs > li.active > a:hover,
#lastyear-tab .nav-tabs > li.active > a:focus {
  color: #20ad5e;
  padding: 5px 10px;
  font-weight: bold;
}
#lastyear-tab .nav-tabs > li > a:hover {
  color: #20ad5e;
  font-weight: bold;
}
#lastyear-tab .nav-tabs > li > a {
  color: #868890;	
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
}
.special-image-box {
  float: right;	
}
.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: url(ch01_068.gif);
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.archive-doc-date {
  color: #8a8a8a;	
}
.doc-section-info {
  background: url(ch01_070.gif);
  height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 	
  line-height: 25px;
  padding-right: 10px;
  border: 1px solid #7171c1;
  margin-bottom: 15px;
}
.doc-section-info a {
  color: #fff000;	
}
.doc-section-info a:hover {	
  color: #f6ba95;
}
.doc-section-info span {
  color: white;	
}
.doc-tools1 {
  background: url(ch01_071.gif);
  height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfc7; 
  margin-bottom: 15px;
  padding-left: 10px;	
}
#resizable-font {
  float: left;	
  margin-top: 2px;
}
#ratebx1{
  background: url(ch01_072.gif);
  width: 112px;
  height: 17px;
  float: left;
  margin-left: 15px;
  margin-top: 5px; 	
}
.rate_val {
  float: left;
  margin-left: 4px;
  line-height: 18px;
  font-size: 13px;
  color: #a900ff; 	
}
.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: 23px;	
  color: #a900ff;
  text-align: center;
  line-height: 18px;
  margin-left: 15px;
  margin-top: 4px;
}

#docDiv3TitrRou {
  color: #9f9f9f;
  padding-bottom: 5px; 	
}
#docDiv3TitrSub {
  color: #9f9f9f;
  padding-bottom: 5px; 	
}
#docDiv3TitrMain {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;	
  line-height: 30px;
}
#docDiv3Date {
  color: #196ebe;
  margin: 10px 0;
  font-size: 13px;   	
}
#docDivLead {
  padding: 0 0 10px;	
}
#docDivLead article {
  background: url(ch01_074.gif);
  color: #7f2fec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;	
}
.tools-icons {
  height: 34px; 
  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: right;
  }
}

.tools-icons div {
  background: url(ch01_075.gif);
  width: 211px;
  height: 34px;
  display: inline-block;
}
.tools-icons a {
  float: left;
  width: 35px;
  height: 34px;	
}
a.send-icon {
  margin-left: 32px;  	
}
a.print-icon {
  margin-left: 19px;	
}
a.get-icon {
  margin-left: 32px;	
}
#docContentdiv {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  border-bottom: 2px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 10px;	
}
#docContentdiv div {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;	
}
.soututirText-right {
  padding:0;
  margin: 10px 0 10px 15px;
}
.soututirText-left {
  padding:0;
  margin: 10px 15px 10px 0;
}
.soututirText-right .soutitr-cn1,.soututirText-left .soutitr-cn1 {
  background: url(ch01_076.gif) left repeat-y;
  border-top: 4px solid #ececec;	
  border-bottom: 4px solid #ececec;	
}
.soututirText-right .soutitr-cn2,.soututirText-left .soutitr-cn2 {
  background: url(ch01_076.gif) right repeat-y;
  font-size: 13px !important;
  padding: 10px 19px;
  color: #7f2fec;
}
.doc-image-box {
  padding: 0;
  margin: 0 15px 15px 0;	
}
#doc_div1Img {
  border: 1px solid gray;
  padding: 1px;	
}
#docDiv1ImgDesc {
  color: gray;
  text-align: justify;
}
#docDocID {
  text-align: left;
  color: #868686;	
  margin-bottom: 10px;
}
.share-buttons {
  margin-bottom: 10px;
  float: right;
}
#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;
  border-top: 0;
  padding: 0 10px 10px; 	
}
.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 {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding: 10px 20px; 	
}
.doc-selected-4 {
  background: url(ch01_091.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px;  	
}
.doc-selected-4:hover {
  background: url(ch01_092.gif) right 9px no-repeat;	
}
.doc-selected-4 a {
  color: #373737;	
}
.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;	
}
.poll-bg2 {
  background: url(ch01_096.gif) top right no-repeat;	
}
#mainDiv2poll3 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;	
}
#div2PollResult {
  float: right;	
}
#pollDiv2 {
  padding-top: 10px;	
}
#div2PollResult a {
  color: #aaaaaa;	
}
#div2PollResult a:hover {
  color: #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_097.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: #9c55fd;	
}
.poll-row-margin {
  margin-bottom: 10px;	
}
#pollTotalVote {
  text-align: left;
  color: gray;	
}
.hot-news a {
  color: red;  	
}
#scrollUp {
    background-image: url("scroll-top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}
.docboxes-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 15px 9px 10px;	
  margin-bottom: 10px;
  background: #f7f7f7;
}
.newsmakers-archive {
  font-size: 13px;
  font-weight: bold;	
  color: #c36703;
}
.newsmakers-archive a {
  color: #c36703;	
}
.parvandeh-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: url(ch01_026.png); 	
}
.parvandeh-title a {
  color: white;
  font-size: 13px;	
}
.parvandeh-title a:hover {
  color: #ec691d;	
}

.rooyekhat-bg1 {
  background: url(ch01_107.gif) top repeat-x;
}
.rooyekhat-bg2 {
  background: url(ch01_105.gif) top right no-repeat;	
}
.rooyekhat-bg3 {
  background: url(ch01_106.gif) top left no-repeat;
  height: 29px;
}
.rooyekhat-frame1 {	
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 0 1px 1px 1px;
}
.rooyekhat-frame2 {
  padding: 5px 9px 7px;
  background: #f4f4f4;	
}
.rooyekhat-source {
  color: #9f0000;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 5px;
}
.rooyekhat-items {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.rooyekhat-items a {
  color: #4891dc;	
}
.rooyekhat-items a:hover {
  color: #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-bottom: 18px;	
}
.lastyear-image {
  width: 100%;
  height: auto;	
}
.most-commented-count {
  color: #9f9f9f;
  font-size: 11px;	
}
#special-carousel .carousel-indicators {
  bottom: auto;
  top: -28px !important;
  margin: 0;
  padding: 0;
  right: auto;	
  left: 20px !important;
  text-align: left;
  width: auto;
  direction: ltr;
}
#special-carousel .carousel-indicators li {
  background: #b5b5b5;
  border: 0;
  font-size: 0;
  line-height: 0 !important;
  height: 5px;
  width: 15px;
  margin: 0;
  margin-right: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;	
}
#special-carousel .carousel-indicators .active {
  background: #304dd2; 	
}
@media screen and (max-width: 800px) {
  #special-carousel .carousel-indicators {
    top: -24px !important;
  }
  #special-carousel .carousel-indicators li {
    height: 15px;
    width: 25px;
  }  
}
.newsmakers-desc {
  background: #f4f4f4;
  text-align: justify;
  padding: 3px 5px;
  margin-bottom: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px; 	
}
.comments-policy {
  color: #606060;
  font-size: 11px;
  text-align: justify;
  padding-top: 5px; 	
}
#doctextarea a {
  font-size: 15px;	
}
#doctextarea a:hover {
  color: #ec691d;	
}
#doctextarea span {
  font-size: 15px;	
}
.vizheh-comment {
  background: url(ch01_104.gif);
  display: inline-block;
  width: 16px;
  height: 15px;
  font-size: 0;  	
}
.hot-comment,.hot-comment a {
  color: red;
  font-weight: bold;	
}
.hot-comment span {
  background: url(ch01_108.gif);	
}
.comment-date-lg {
  display: inline-block;	
}
.comment-area-bg1 {
  background: #fafafa;	
}
.comment-area-bg2 {
  background: #f4f4f4;	
}
.comment-area-bg3,.comment-area-bg4 {
  background: #efefef;	
}

.adv_text_title {
  color: #2827af;
  text-align: center;
  font-size: 13px;
}
.adv_text_desc {
  color: #171717;
  text-align: justify;	
  padding-top: 5px;
}
.text_ad_class {
  background: #dadada;
  padding: 3px;	
  border: 1px solid #cacaca;
}
div.text_ad_class_over {
  background: #d5d5d5;	
}
.first-frame-big {
    direction: ltr;
    margin-bottom: 10px;
}
.firstItems-big-image img {
    width: 100%;
    height: auto;
}
.first-title-big {
direction: rtl;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    background: url(ch01_109.png) right 0px repeat-x;
    padding: 75px 15px 15px;
}
.first-title-big a {
    color: #fff;
    line-height: 38px;
    padding-right: 15px;
    font-weight: bold;
}
.affix .main-menu {
    padding-left:  0px !important;
}

.affix {
    top: 0;
    right: 0;
    width: 100%;
    margin-top: -5px;
    padding: 0px;
    background: transparent;
    z-index: 999999;
	    position: fixed;
}

.affix .main-menu {
    background: #2928b0;
    padding: 10px 10px 0 0;
	-moz-box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
}


.affix .navbar-collapse {
    text-align: right;
	  
   
}
.affix .navbar-default .navbar-nav > li.active {
    padding: 0 0 0 0;
      margin-top: 0px;
   
}
.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
    background-color: transparent;
}

.affix .logo_sticky {
    background: url(ch01_81.png) left no-repeat;
	height: 25px;
	background-size: contain;
}
.affix .navbar-default .navbar-nav > li {
    height: 30px;
}
.affix .navbar-right ul.dropdown-menu{position:absolute}
.affix a.sticky-logo {
    display: block;
    background: url(ch01_110.png) right 0px no-repeat;
    float: right;
    margin-top: -5px;
    height: 33px;
    width: 55px;
    background-size: contain;
}
@media screen and (max-width: 767px){
	.navbar-nav>li>a {
    padding-right: 48px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    width: 24px;
    height: 24px;
    line-height: 22px;
 }
 .navbar-nav .open .dropdown-menu > li > a {
    padding-right: 72px;
}
 .affix .navbar-nav .open .dropdown-menu > li > a {
    padding-right: 38px;
}
	.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
    background-color: #e7e7e7;
}
	.affix{    padding: 5px 0px 0;}
	.affix .navbar-right ul.dropdown-menu{position:relative;    padding-right: 43px;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{    color: #2928b0;}
	.affix .navbar-default .navbar-nav > li {
    height:auto;
}
.affix .navbar-collapse {

     background: #f8f8f8;
}
.affix .main-menu {
     padding: 0 0 0 0; 
}
.affix a.sticky-logo {
    margin-top: 5px;
    margin-right: 7px;

}
}
.bar1, .bar2, .bar3 {
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px) ;
    transform: rotate(45deg) translate(-6px, -5px) ;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 45px;
    height: 3px;
    
}
.menu-container .navbar-default .navbar-toggle {
    border-color: transparent;
    background: transparent;
	padding: 0;
}
.affix .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.imp_news .spinner {
    float: right;
    position: absolute;
    width: 13px;
    height: 13px;
	background-color: #ff0000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: -4px;
    top: 5px;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.last-news-title {
    position: relative;
}
.special-image-box {
    position: relative;
}
.secName1 {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #ce0404;
    padding: 1px 6px;
    border-radius: 2px;
    border: 1px solid #9c0303;
	opacity: 0;
	transform: translateX(20%);
    opacity: 0;
    transition: opacity .25s, transform .25s;
    
}
.special-row-line:hover .secName1 {
    opacity: 1;
	transform: translateX(0%);
}
.nazar_vizhe {
    position: absolute;
    left: 3px;
    top: 72px;
    background: #000000;
    padding: 1px 6px;
    border-radius: 2px;
    border: 1px solid #000000;
    opacity: 0;
    transition: opacity .40s;
    
}
.special-row-line:hover .nazar_vizhe {
    opacity: 1;
	
}
.secName1 a,.nazar_vizhe a{
    color:#fff;
}
.nazar_vizhe a:hover{
    color:#c3c3c3;
}
#copyright{width:100%;    text-align: center;        overflow: hidden;}
#copyright a{
 color: #222;
    
    /*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); */
}
#copyright a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
	left: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);

}
.title_multi {
    background: rgba(0, 0, 0, 0.60);
    bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    padding-top: 10px;
    position: absolute;
    width: 97.3%;
}
.title_multi a {
    color: #fff;
    bottom: 20px;
    font-size: 14px;
	font-weight:bold;
}
.copyright-container {
    margin-top: 6px;
}
.archive-date {
    position: absolute;
    color: #646464;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #7c7b7b;
    bottom: 0px;
    width: 100%;
    right: 0px;
}
.multi-image-box {
    margin-bottom: 30px;
}
.gallary_img a img {
    border: 1px solid rgba(214, 213, 213, 0.52);
	width: 100%;
}
.multimedia_block {
    margin-top: 25px;
}
.multidate {
    color: #fff;
}
.title_multi a:hover{
    color: rgb(191, 191, 191);
}
@media screen and (max-width: 768px) {
	.title_multi {
    width: 98.5%;
}
}

#fori_box {
	display:none;
position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(187, 7, 7, 0.95);
    z-index: 9999;
    text-align: center;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.67);
}
html, body {
    overflow-x: hidden;
}
.fori_box_body {
     display: inline-block;
    margin: 0 auto;
    padding: 7px 0 ;
}
.fori_titr a {
    color: #fff;
    text-align: right;
    font-size: 15px;
    
}
.fori_paddingg {
    text-align: right;
    padding-right: 92px;
    color: #fff;position: relative;margin-left: 30px;
}
.fori_titr {
    margin-bottom: 4px;    padding-right: 15px;     
}
.fori_box_img a img {
    border-radius: 3px;
}
.fori_box_img {
    float: right;
}
a.close_fori {
    float: left;
    background: url(ch01_112.png);
    padding: 10px;
    background-size: contain;
	z-index: 9999;
    cursor: pointer;
}
.fori_titr a:hover{
    color: #000;
}
.fori_paddingg2 {
    text-align: right;
    padding-right: 0px;
    color: #fff;    position: relative;margin-left: 30px;
}
.fori_abs {
    color: #dcdcdc;    padding-right: 15px;
}
.last-news-title.hot-news.imp_news {
    background: none;
}
.fori_paddingg2 .spinner {
    float: right;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: -4px;
    top: 5px;
	    z-index: 999;
}
.fori_paddingg .spinner {
    float: right;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: 87px;
    top: 5px;
	   
}
.daricheh-main-titles a {
    font-size: 15px;
}
.daricheh-main-titles {
    padding: 8px;
    background: rgba(0, 0, 0, 0.71);
    text-align: center;
}
.daricheh-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    line-height: 2;
    font-size: 11px;
    background: url(ch01_113.png) top repeat-x;
     padding: 13px 5px 2px;
}
.parvandeh-title {
    text-align: center;
}
.parvandeh-bg6 a {
    width: auto;
    font-size: 11px;
    color: #304dd2;
    font-weight: bold;
    background: #fff;
    padding-right: 5px;
}
a,a:hover,a:active,a:focus{text-decoration:none;}
.archive-date .daricheh-icon {
    background: none;
    text-align: left;
}
#company_copyright,#company_copyright2 {
  display: inline-block;  
  color: #7f80eb;	
  margin-top: 10px;
}
div#company_copyright2 {
    direction: ltr;
	padding-left:20px;
}
div#company_copyright2 a {
    color: #8485eb;
}
div#company_copyright2 a:hover {
    color: #000;
}
#copyright {
    display: inline-block;
  background:none;
    padding-right: 0px !important;
    margin-right: 0px; 
}
.first-title-big a {
    color: #ec691d;

}
.montakhab-jahan-1{
	padding: 10px 0 10px;
}
.montakhab-jahan-2{    background: url(ch01_094.png) top center no-repeat; }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.visibleNearby {
		  width: 100%;
		  background: #141414;
		  color: #FFF;
		  padding-top: 25px;
		}
		.visibleNearby .rsGCaption {
		  font-size: 16px;
		  line-height: 18px;
		  padding: 12px 0 16px;
		  background: #141414;
		  width: 100%;
		  position: static;
		  float: left;
		  left: auto;
		  bottom: auto;
		  text-align: center;
		}
		.visibleNearby .rsGCaption span {
		  display: block;
		  clear: both;
		  color: #bbb;
		  font-size: 14px;
		  line-height: 22px;
		}


		/* Scaling transforms */
		.visibleNearby .rsSlide img {
		  opacity: 0.45;
		  -webkit-transition: all 0.3s ease-out;
		  -moz-transition: all 0.3s ease-out;
		  transition: all 0.3s ease-out;

		  -webkit-transform: scale(0.9);  
		  -moz-transform: scale(0.9); 
		  -ms-transform: scale(0.9);
		  -o-transform: scale(0.9);
		  transform: scale(0.9);
		}
		.visibleNearby .rsActiveSlide img {
		  opacity: 1;
		  -webkit-transform: scale(1);  
		  -moz-transform: scale(1); 
		  -ms-transform: scale(1);
		  -o-transform: scale(1);
		  transform: scale(1);
		}

		/* Non-linear resizing on smaller screens */
		@media screen and (min-width: 0px) and (max-width: 900px) { 
		  #gallery-1 {
			padding: 12px 0 12px;
		  }
		  #gallery-1 .rsOverflow,
		  .royalSlider#gallery-1 {
			height: 400px !important;
		  }
		}
		@media screen and (min-width: 0px) and (max-width: 500px) { 
		  #gallery-1 .rsOverflow,
		  .royalSlider#gallery-1 {
			height: 300px !important;
		  }
		}
.slider_text p.m_titr {
    font-size: 19px;
    margin-bottom: 15px;cursor:pointer;    margin-top: 20px;
}
.slider_text p.m_titr:hover {color:red;}
.slider_text p{
    font-size: 14px;
    direction: rtl;
	text-align:center;
}
.slider_text img {
    margin-top: 0 !important;
	cursor:pointer; 
}
.slider_text p {
    display: none;
}
.rsActiveSlide .slider_text p {
    display: block;
}
.first-title-big {
    font-size: 20px;
    padding: 75px 15px 7px;
}
.first-title-big a {
    color: #fff;
}
.first-title-big a:hover {
    color: #ec691d;
}
#footer, #doc_footer, #section_footer, #general_footer {
    height: 375px;
}
.copyright-container {
    margin-top: 0px; 
}
.secName1 {
    padding: 0px 4px;
    font-size: 11px;
	background: -webkit-linear-gradient(#9c0303,#580202);
    background: -o-linear-gradient(#9c0303,#580202);
    background: -moz-linear-gradient(#9c0303,#580202);
    background: linear-gradient(#9c0303,#580202);
	border: 1px solid #6b0707;
}
.nazar_vizhe {
	padding: 0px 4px;
    font-size: 11px;
	top: 75px;
    background: #000 url(ch01_115.png) left 5px no-repeat;
    padding-left: 14px !important;
}
.special-image-box {
    overflow: hidden;
}
.parvandeh-title {
    color: #fff;
    font-size: 13px;
}
.parvandeh-title:hover {
    color: #ec691d;
}
.fori_box_body {
   padding: 4px 5px;
}
#fori_box {
    position: fixed;
    top: 0;
	bottom:auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.67);
	    background: rgba(187, 7, 7, 1);
}
#fori_box.st {
    position: fixed;
    top: 35px;
    bottom: auto;
    background: transparent;
    box-shadow: none;
}
#fori_box.st .fori_box_body{    padding: 4px 5px;
    background: rgba(187, 7, 7, 1);box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.67);}
#fori_box.st .fori_abs{display:none;}
#fori_box.st .fori_box_img a img {
    width: 53px;
    height: 33px;
}
#fori_box.st .fori_paddingg .spinner {
    right: 56px;
    top: 9px;
}
#fori_box.st .fori_paddingg {
    padding-right: 60px;
    padding-top: 5px;
}

#fori_box.st  a.close_fori {
    padding: 8px;
    margin-top: 9px;
}
#fori_box.st  .fori_paddingg2 {
     padding-top: 5px;
}
#fori_box.st  .fori_paddingg2 .spinner{
     top: 10px;
}
@media screen and (max-width: 768px) {
#fori_box.st {
    top: 52px;
}
#fori_box .fori_paddingg .spinner {
    right: -1px;
    top: 9px;
}
#fori_box .fori_paddingg {
    padding-right: 3px;
    padding-top: 5px;
}
#fori_box.st .fori_paddingg .spinner {
    right: -1px;
    top: 9px;
}
#fori_box.st .fori_paddingg {
    padding-right: 3px;
    padding-top: 5px;
}
}
.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
    background-image: linear-gradient(to left, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
    background-image: -moz-linear-gradient(to left, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -ms-linear-gradient(to left, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -o-linear-gradient(to left, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -webkit-linear-gradient(to left, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
}
.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
    background-image: -moz-linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -ms-linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -o-linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100%);
}
.rsHidden {
    opacity: 1;
	    visibility: visible;
 }
 .visibleNearby .rsSlide img {
    opacity: 1;

}
.visibleNearby .rsGCaption {
  display:none;
}
.rsDefault .rsArrow {
    width: 181px;
   
}
@media screen and (max-width: 768px) {.rsDefault .rsArrow {
    width: 40px;
   
}}
.overlay_video {
    position: absolute;
    top: 0;
    bottom: 95px;
    left: 0;
    right: 0;
    background: url(ch01_117.png) center no-repeat;
	cursor:pointer;
}
.overlay_small_video {
position: absolute;
    top: 132px;
    width: 30px;
    height: 30px;
    right: 16px;
    background: url(ch01_118.png) center no-repeat;
    
}
.overlay_small_voice {
position: absolute;
    top: 132px;
    width: 30px;
    height: 30px;
    right: 16px;
    background: url(ch01_119.png) center no-repeat;
    
}
.archive-date {
    background-color: #565555;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.overlay_small_video {
     top: 188px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.overlay_small_video {
     top: 118px;
}
}
.advertise_div_mobile {
    margin-bottom: 5px;
}
a.instagram-ico {
    background-position: -820px 0;
}
#section_bg {
  /*background-image: url(ch01_001_sec.gif) !important;*/  
}
.advertise_div_social.small img {
    width: 30px;
    margin-left: 5px;
}
.advertise_div_social.small a {
    color: #222;
}
.advertise_div_social.small {
float: right;
    padding: 4px 5px;
    border: 1px solid #cfcfcf;
    margin-bottom: 5px;
    font-size: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-left: 5px;
	width: 100%;
}
.advertise_div_social {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
.rooyekhat-frame1 .slimScrollDiv ,.rooyekhat-frame2{
	    height: auto !important;
}
.rooyekhat-frame2 table{
	width:100%;
} 
}

.doc_tags1 {
  font-size: 16px;
  padding: 5px 0 10px;	
}
.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;	
}
a.rpwords_links {
  color: #3885c7 !important;
  text-decoration: none;	
}
a.rpwords_links:hover {
  color: #b50007 !important;
  text-decoration: none;	
}
.stickad {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #000;
}
.stickad.hidden-xs a img {
    width: auto;
    height: auto;
}
.stickadtop {
    z-index: 9999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background: transparent;
        display: none;
}
.stickadtop.hidden-xs a img {
    width: auto;
    height: auto;
}
.prow {
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}
#docDocID {
   margin-top: 7px;
}
#staffBlock {
    padding: 0 10px 10px 0;
}
.doc_tags1 a {
    margin-bottom: 5px;
}
.doc_tags1 {
    padding: 5px 10px 10px;
}
.docboxes-frame {
    background: #fff;
}
.docboxes-frame.atf {
    background: #e4e4e5;
}
.atf .twit-items a {
    color: #b50303;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
p.high a {
    color: #e30404;
}
p.medium a {
    color: #ab0000;
}
p.low a {
    color: #5d0303;
}
#docContentdiv {
     border-bottom: none;
  
}
.doc-clipboard-btn {
    float: left;
    color: #7f2fec;
    background: none;
    border: none;
    font-size: 13px;
    margin-top: 5px;
    outline:none;
}
.doc-clipboard-btn span{
font-size: 26px;
    vertical-align: bottom;
}
div.docDocID {
    float: left;
    margin:10px 0;
}
div.docDiv3Date {
    float: right;
}
.twit-items.imp_news {
    background: none;
}
.twit-items.imp_news .spinner {
    float: right;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #ff0000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: 10px;
    top: 20px;
}
span.glyphicon.glyphicon-tags {
    margin-left: 6px;
    vertical-align: middle;
    color: #7f2fec;
}
.wb {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px){
.header-small-bg4 {
    left: -21px;
    top: 16px;
}
}
.long_title {
    width: 100%;
    clear: both;
    margin-top: 9px;
}
.last-year-archive-slider-dark {
    text-align: left;
    border-top: 1px solid #dad8d8;
    margin-top: -8px;
    height: 22px;
    position: relative;
}
.last-year-archive-slider-dark a {
    padding: 0px 7px;
    background: #e7e7e7;
    font-size: 10px;
    color: #3a3939;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
}
/*advertisee */

.mb10 {
    margin-bottom: 10px;
}
  @media screen and (min-width: 767px){ 
      .nopadding{padding:0px}}
  .mb5 {
    margin-bottom: 5px;
    }
@media screen and (min-width: 992px) {
    .show-in-mobile{
       display: none !important;
    }
}

.header-adv {
    width: 100%;
    height: 35px;
    text-align: center;
}
.header-adv a img {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 100%;
}
.footer-adv {
    width: 100%;
    padding: 5px 0px;
    background: #e7e7e7;
    text-align: center;
}
.footer-adv img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.advertise_div26.pt10{
    clear: both;
    padding-top: 10px;
}
a.adv_text_title2 {
    color: #3435ae;
    padding-left: 0px;
    font-size: 15px;
}
a.adv_text_title2:hover{
    color:#000;
}
@media screen and (max-width: 767px) {
    .advertise_div1,.advertise_div2,.footer-adv,.header-adv{
        display:none;
    }
    .show-all.footer-adv,.show-in-mobile.footer-adv,.show-all.header-adv,.show-in-mobile.header-adv{
        display: inline-block;
    }
        .menu_imp .spinner {
    margin-top: 10px;
    margin-right: 24px;
}
}

.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: fixed;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 20px 20px;
    /*width: 100%;*/
    height: 10px;
    z-index: 9999;
    text-align: center;
    display: none;
}
.collapse_close a.icon-close {

    background: #777 url(/images/arrow.png) center no-repeat;
    cursor: pointer;
    /* padding: 0px 15px; */
    height: 25px;
    position: absolute;
    border-radius: 11px;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 25px;
    margin-right: auto;


}
.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: 99;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    padding: 0px;
    /*width: 100%;*/
    text-align: center;
    background: transparent;
        display: none;
}
.stickadtop.hidden-xs a img {
    width: auto;
    height: auto;
}
li.hot-news.imp_news.menu_imp a {
    background: #d02121 !important;
        color: #fff !important;
}
li.hot-news.imp_news.menu_imp.active a {
    background: #d02121;
        color: #fff !important;
}
button.url-clipboard-btn {
    font-size: 12px;
    padding-top: 0px;
    border-radius: 5px;
}
button.url-clipboard-btn {
    float: left;
    /* padding-left: 45px; */
    font-size: 13px;
    color: #7f2fec;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 7px; */
    border: 0px;
    width: auto;
    height: 43px;
    position: relative;
    padding-left: 32px;
}


.shorturl-tooltip {
    display: none;
    font-size: 12px !important;
    position: absolute;
    top: -27px;
    /* width: 150px; */
    left: 0px;
    border: 1px solid #dcdcdc;
    background: #454545d1;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 8px;
    text-align: left !important;
    float: right;
}
.icon-copy-link {
    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%2220%22%20height%3D%2223%22%20viewBox%3D%220%200%2020%2023%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%237f2fec%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%22M18.190%2C7.369%20L13.669%2C13.519%20C12.250%2C15.449%209.535%2C15.863%207.605%2C14.444%20C7.219%2C14.160%207.136%2C13.618%207.420%2C13.232%20C7.704%2C12.846%208.247%2C12.762%208.633%2C13.047%20C9.791%2C13.898%2011.419%2C13.649%2012.271%2C12.492%20L16.792%2C6.341%20C17.643%2C5.183%2017.395%2C3.555%2016.237%2C2.703%20C15.079%2C1.852%2013.450%2C2.101%2012.598%2C3.258%20L10.133%2C6.613%20C9.849%2C6.998%209.306%2C7.082%208.920%2C6.798%20C8.534%2C6.514%208.451%2C5.971%208.735%2C5.585%20L11.200%2C2.231%20C12.619%2C0.301%2015.335%2C-0.114%2017.265%2C1.305%20C19.195%2C2.725%2019.609%2C5.439%2018.190%2C7.369%20ZM11.202%2C9.552%20C11.587%2C9.836%2011.670%2C10.379%2011.387%2C10.765%20C11.103%2C11.151%2010.560%2C11.234%2010.174%2C10.950%20C9.016%2C10.099%207.387%2C10.348%206.536%2C11.506%20L2.425%2C17.097%20C1.574%2C18.255%201.822%2C19.884%202.980%2C20.735%20C4.138%2C21.587%205.767%2C21.339%206.619%2C20.180%20L8.674%2C17.384%20C8.958%2C16.998%209.501%2C16.915%209.887%2C17.199%20C10.273%2C17.483%2010.356%2C18.026%2010.072%2C18.412%20L8.017%2C21.207%20C6.597%2C23.138%203.883%2C23.553%201.952%2C22.133%20C0.022%2C20.714%20-0.392%2C18.000%201.027%2C16.070%20L5.138%2C10.478%20C6.557%2C8.548%209.271%2C8.133%2011.202%2C9.552%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A)center center no-repeat;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 5px;
}
#shortlink2 {
    opacity: 0;
    color: #fff;
    font-size: 0px !important;
}
.url-clipboard-btn:hover + .shorturl-tooltip {
    display: block;
}
@media screen and (max-width: 1200px) {
    
    button.doc-clipboard-btn {
    float: right;

}
}
a.adv_text_title2.s1 {
    font-size: 20px !important;
}
a.adv_text_title2.s2 {
    font-size: 18px !important;
}
a.adv_text_title2.s3 {
    font-size: 16px !important;
}
a.adv_text_title2.s4 {
    font-size: 14px !important;
}
a.adv_text_title2.s5 {
    font-size: 12px !important;
}
.tag_ad_class {
    border: 1px solid #e7e7e7;
    padding: 15px 9px 10px;
}