@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;font-size: 18px;
}
.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;
        font-size: 13px;
        color: #520000;
}
.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;
      -webkit-border-radius: 30px;
  -moz-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;
      -webkit-border-radius: 5px;
  -moz-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: 43%;
    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;

}
.lSright{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 50px;
}
.lSleft{
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    right: auto;
    left: 0;
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 50px;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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


#body-back-2 {
  background: url('ch01_110.gif') top repeat-x,url(ch01_02.gif) bottom repeat-x; 
}
#body-back-1 {
  background: url('ch01_110_2.gif') top repeat-x; 
}
#body-back{
    background:url(ch01_103.gif);  
}
.body-top-bg {
  background: url(ch01_01.gif) top repeat-x;  	
  z-index: 1000;
}
.body-top-bg2 {
  background: url(ch01_002.gif) top repeat-x;  	
    z-index: 1000;
}
@media screen and (max-width: 992px) {
  .body-top-bg {
    background: url(ch01_13.gif) top repeat-x;  	
  }
}


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

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

/*Toolbar*/
.toolbar,.section_toolbar {
  display: none;
}
.doc_toolbar,.general_toolbar {
  padding-top: 285px; 
}
.general_toolbar {
  background: white;	
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .doc_toolbar,.general_toolbar {
    padding-top: 0px; 
  } 
}
/*End*/
/*Content Div*/
.content,.section_content{
  min-height: 320px;
  margin-top: 30px;
}
.general_content{
    margin-top: 10px;
}
.doc_content {
  margin-top: 9px;
    min-height: 320px;
}
.whole-doc
{
       background-color: #fafafd; 
}
.general_content {
  background: white;	
}
/*End*/
/*Sidebar*/
.sidebar,.section_sidebar {
  display: none;	
}
.doc_sidebar {
  padding-top: 9px;	
}
.general_sidebar {
  background: white;  	
  margin-top: 10px;
}
/*End*/

#footer,#doc_footer,#section_footer,#general_footer {
  background: url(ch01_03.gif) top repeat-x;
  min-height: 233px;
}
@media screen and (max-width: 768px) {
    .footer-menu-bg3{
        background-color: #403F40;
        border-radius: 10px;
    }
    .foot-static-menu{
        padding-top: 5px !important;
        text-align: center !important;
    }
    .copyright-container{
        padding-top: 20px !important;
    }
      a.footer-logo{
        margin-top: 50px !important;
    }
}
@media screen and (max-width: 370px) {
    a.footer-logo{
       margin-top:20% !important; 
    }
        .foot-static-menu{
        padding-top: 15px !important;
    }
    a.footer-logo{
        margin-top: 25% !important;
    }
}
@media screen and (max-width:992px) and (min-width:768px) {
       .copyright-container{
        padding-top: 10px !important;
    }  
    .footer-search-container{
        padding-top: 118px !important;
    }
            a.footer-logo{
        margin-top: 5% !important;
    }
    .foot-static-menu{
        padding-top: 10px;
    }
}
a.footer-logo {
  background: url(ch01_06.png) center center no-repeat;
  width: 81px;
  height: 81px;
  display: block;
    font-size: 0;
    margin: 38px auto 10px;
    text-align: center;
}
a.footer-logo2 {
  background: url(ch01_07.gif) center center no-repeat;
  width: 81px;
  height: 81px;
  display: inline-block;
  font-size: 0;
}
.footer-menu {
  text-align: center;
  margin-top: 4px;
  background: url(ch01_072.gif) repeat-x;
  border-radius: 5px;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.footer-menu-bg1 {
  display: inline-block;
  text-align: center;
}
.footer-menu-bg2 {
  display: inline-block;	
}
.footer-menu-bg3 {
   	
}
.foot-menu-items {
  display: inline-block;
  padding: 0 8px 0 13px;
  background: url(ch01_04_2.png) left 10px no-repeat;	
}
.foot-menu-items a {
  color:#F5F5F5;	
}
.foot-menu-items a:hover {
  color: #dd000b;	
}

.header {
  height: 193px; 
}
.head_left{
   background: url(ch01_15_left.png) top left no-repeat;
  height: 193px;   
}
.head_center{
   background: url(ch01_15_center.png) repeat-x;
  height: 193px;   
}
.head_right{
   background: url(ch01_15_right.png) top right no-repeat; 
     height: 193px;
}
a.header-logo {
/*  background: url(ch01_15.png) no-repeat top right;*/
  width: 149px;
  height: 119px;
  font-size: 0; 
  position: absolute;
  top: 34px;
  right: 0px;
  z-index: 10;	
}
a.header-logo_2 {
  background: url(ch01_15_2.png);
  width: 53px;
  height: 94px;
  font-size: 0; 
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 10;	
}
.head-menu-container {
  position: absolute;
  top: 70px;
  right: 261px;
}
.head-social-icons {
    height: 21px;
    left: 35%;
    position: absolute;
    text-align: center;
    top: 11%;
}
.date-icon {
  position: absolute;
  top: -5px;
  right:190px;
  color: #7d7d7d;
/*  background: url(ch01_11.gif) right center no-repeat;*/
  padding-right: 25px; 	
}
.date-icon span {
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana, sans-serif;	
}
@media screen and (max-width: 1210px) {
      .head-social-icons {
      left: 8%;
  }
}
@media screen and (max-width: 992px) {
  a.header-logo {
    position: absolute;
    background: url(ch01_14.gif);
    width: 84px;
    height: 66px;
    font-size: 0;
    top: 10px;
    right:38%; 	
  } 
  .header {
    height: 176px;  
  } 
  .head-menu-container {
    position: absolute;
    top: 78px;
    right: 0;
    padding-right: 40px !important;
  }
  .head-social-icons {
top: 10px;
left: 5px;
  }

  .date-icon {
    position: absolute;
    top: 50px;
    left: 15px;
    right: auto;
  }
}
@media screen and (max-width: 520px) {
.head-social-icons {
    top: 40px;
    left: 2px;
}
  a.header-logo {
    position: absolute;
    background: url(ch01_14.gif);
    width: 84px;
    height: 66px;
    font-size: 0;
    top: 5px;
    right: 12px;
}
  .date-icon {
    display: none;
  }
}
@media screen and (max-width: 675px) {

}
@media screen and (max-width: 768px) {

  .header {
    height: 175px;  
  }
  .head-menu-container {
  position: absolute;
  top: 78px;
  right: 0;
  left: 0;
  padding-right: 0px !important;
  }  
}

.search_box {
  position: absolute;
  left: 5px;
  top: 65px;
}
#keywords {
  border: 1px solid #dedede;
  font-size: 12px; 
  color: #a8a8a8;
  float: left;
  width: 255px;
  height: 24px;
}
#keywords2 {
  border: 0px;
  background: transparent;
  font-size: 10px; 
  color: #a8a8a8;
  float: left;
  width: 169px;
  height: 20px;
}
#search_button {
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 1px;
  background: url(ch01_0013.gif);
}
#advanced_search {
  float: left;
  background-position: -53px 0;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 7px;
  margin-top: 3px;
}
#search_button2 {
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0px solid;
  background: transparent;
}
a.advanced_search2 {
  float: left;
  width: 79px;
  height: 18px;
  cursor: pointer;
  border: 0px solid;	
  margin-left: 10px;
  margin-top: 1px;
}
#search-frame {
  width: 461px;
  height: 23px;
  background-position: -133px 0;
  position: absolute;
  left: -34px;
  top: 14px;
  z-index: -1;
}
.search-toggle-icon {
  color: #870000;
  font-size: 22px;
  left: 80px;
  position: absolute;
  top: 13px;
  z-index: 1001; 	
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px) ;
    transform: rotate(-45deg) translate(-6px, 4px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.navbar-toggle .icon-bar {
display: block;
    width: 38px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggle {
   padding: 0;
}
.xssearchbox {
  display: none;
  background: gray;
  padding: 5px;
}
.footer-search-container {
padding-top: 14px;
float: left;
}
div.footer-search {
  width: 278px;
  height: 20px;
  margin: 0px auto;
  background-position: 0 -144px; 
}
.header-search-container {
  position: absolute;
  top: 17px;
  left:76px;
/*  background: url(ch01_12.gif) no-repeat;*/
  width: 295px;
  height: 22px;	
}
div.header-search {
  width: 278px;
  height: 20px;
  background-position: 0 -144px; 
  float: left;
  margin: 4px 0 0 3px;
}

.foot-social-icons {
  text-align: center;
  padding-top: 14px;
    text-align: center;
}
.foot-social-icons a,.head-social-icons a {
  display: inline-block;
  margin: 0 13px;
}
/*
@media screen and (max-width: 768px) {
  .foot-social-icons {
    text-align: center;  
    padding: 5px 0 10px;
  }
  .foot-social-icons.head-part {
    display: none;	
  }
  .foot-social-icons a {
    margin: 0 7px; 	
  }
  .foot-social-icons.head-part a {
    margin: 0;
    margin-right: 14px;  	
  }
  .foot-logo-center {
    text-align: center;	
    padding: 10px 0 5px;
  }
}
*/
a.linkedin-ico {
  background-position: -598px 0;	
}
a.linkedin-ico:hover {}

a.rss-ico {
  background-position: -248px -115px;	
  width: 21px;
  height: 21px;
}
a.rss-ico:hover {
  background-position: -248px -90px;
}

a.telegram-ico {
  background-position: 0 -115px;
  width: 21px;
  height: 21px;	
}
/*a.telegram-ico:hover {
  background-position: 0 -168px;
}*/

a.instagram-ico {
  background-position: -50px -115px;
  width: 20px;
  height: 21px;	
}
/*a.instagram-ico:hover {
  background-position: -50px -168px;
}*/
a.twitter-ico {
  background-position: -149px -115px;
  width: 20px;
  height: 21px;	
}
/*a.twitter-ico:hover {
  background-position: -149px -168px;
}*/

a.facebook-ico {
  background-position: -99px -115px;
  width: 21px;
  height: 21px;	
}
/*a.facebook-ico:hover {
  background-position: -99px -168px;
}*/

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


a.rss-ico2 {
  background-position: -248px -190px;	
  width: 21px;
  height: 21px;
}
a.rss-ico2:hover {
  background-position: -248px -168px;
}

a.telegram-ico2 {
  background-position: 0 -190px;
  width: 21px;
  height: 21px;	
}
a.telegram-ico2:hover {
  background-position: 0 -168px;
}

a.instagram-ico2 {
  background-position: -50px -190px;
  width: 20px;
  height: 21px;	
}
a.instagram-ico2:hover {
  background-position: -50px -168px;
}
a.twitter-ico2 {
  background-position: -149px -190px;
  width: 20px;
  height: 21px;	
}
a.twitter-ico2:hover {
  background-position: -149px -168px;
}

a.facebook-ico2 {
  background-position: -99px -190px;
  width: 21px;
  height: 21px;	
}
a.facebook-ico2:hover {
  background-position: -99px -168px;
}


@media screen and (max-width: 1199px) {
  
}

#company_copyright { 
  color: #6a6a6a;	
  text-align: center;
}
#company_copyright div {
  display: inline-block;
  padding: 0 10px 5px;
}
#copyright {
  color: #ac3232;	
  margin-top: 4px;
}
#copyright font {
  color: #ff020f;	
}
#copyright a {
  color: #ac3232;		
}
#copyright a:hover {
  color: #ff020f;	
}
.copyright-container {
  text-align: center;
  padding-top:10px;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    
  }
  .copyright-container {
  	  padding-top: 0;
  } 
  .foot-social-icons.head-part {
    top: 30px;	
  }
  .foot-social-icons.head-part a {
    margin: 0;
    margin-right: 14px;  	
  }
  
}
/*@media screen and (max-width: 670px) {
 .footer-bg2 {
   background: url(ch01_08.gif) top repeat-x !important;	
 }
}
@media screen and (max-width: 370px) {
 .footer-bg2 {
   background: url(ch01_09.gif) top repeat-x !important;	
 }
}
@media screen and (max-width: 250px) {
 .footer-bg2 {
   background: url(ch01_10.gif) top repeat-x !important;	
 }
}*/
/*@media screen and (max-width: 280px) {
 .footer-search-col {
   display: none;	
 }
}*/
/*
@media screen and (max-width: 800px) {
  .footer-menu-bg1,.footer-menu-bg2 {
    background: none;
    padding: 0;  	
  }
  .footer-menu-bg3 {
    background-color: #272727;
    padding-bottom: 3px; 	
  }
}
*/

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

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

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

.foot-static-menu {
  text-align: right;
  padding-top: 14px;
}
.foot-static-menu a {
  color: #d30000;
  text-decoration: none;	
}
.foot-static-menu a:hover {
  color: #fff;
  text-decoration: none;	
}
.foot-static-items {
  padding: 0px 5px 0 15px;	
  white-space: nowrap;
  background: url(ch01_05.png) left 6px no-repeat;
  display: inline-block;
}
.foot-static-items2 {
  padding: 0px 5px 0 10px;	
  white-space: nowrap;
  background: url(ch01_0122.png) left 6px no-repeat;
  display: inline-block;
}

.head-static-menu {
  text-align: center;
  position: absolute;
  right: 211px ;
  top: 22px;
}
.head-static-menu a {
  color: #d30000;
  text-decoration: none;	
}
.head-static-menu a:hover {
  color: #520000;
  text-decoration: none;	
}
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
         color: #CD0000 !important;
          background: url(ch01_080.png) no-repeat center;
  }
  @media screen and (max-width:992px){
      a.footer-logo2{
          margin-top: 5px;
      }
      .navbar-default .navbar-nav > li > a{
          color: #A30006 !important;
      }
       .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
          background: none;
  } 
.copyright-container{
    text-align: center;
        padding-bottom: 5px;
  }
  }

@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: 4px 10px 5px !important;
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
/*  	 background-color: #b50007;*/
color: #520000;
/*          background: url(ch01_080.png) no-repeat center;*/
         height: 38px;
  }
  .navbar-default .navbar-nav > li > a {
  	 color: white;
  	 white-space: nowrap;
  	 font-size: 13px; 
  }
  .navbar-default .navbar-nav > li {
  	  background: url(ch01_04.png) right 13px no-repeat;
  	  
  }
  .navbar-default .navbar-nav > li:first-child {
  	  background: none;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  	 background-color: #520000;
    color: white;
    height: 28px;
    background: none;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

/*         background: url(ch01_080.png) no-repeat center;*/
background: none;
color: #F7921E;
  }
  .menu-container {
    
  }
}
.no-gutter {
  padding: 0;	
}
.menu-container {
  
}
@media screen and (max-width: 1200px) {
  .menu-container {
     width:100%;
  }
  .head-menu-container{
      width: 100%
  }
}
@media screen and (max-width: 768px) {
  .menu-container {
     
  }
  .menu-container .navbar-header {
  	  background: #D3D4D3;
  }
  .menu-container .navbar-toggle {
  	  background-color: #b50007;
  }
  .menu-container .navbar-default .navbar-toggle {
  	  border-color: transparent;
	  background: transparent;
  }
  .menu-container .navbar-default .navbar-toggle .icon-bar {
  	      background-color: #860000;
  }
  .menu-container .navbar-collapse {
  	  background: #E0E0DF;
  }
  .menu-container .navbar-default .navbar-nav > li > a {
  	  color: white;
  }
  .menu-container .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
     background-color: #b50007;
     color: #fff !important;	
  }
}
.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: #b50007;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#page {
  padding: 0px 10px;
}
a.page_url {
  color:black;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 1px 8px;
  text-align: center;
}
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;
    color: #9A0000;
    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: #b50007;
  color: white; 	
}
.lkContainer {
  /*border: 1px solid #9f9f9f;*/
  border: 1px solid #BDBDBE;
  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 {
}
#feedback-form-col{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.feedback_style{
       background: url(ch01_0122.gif) repeat-x; 
         border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
#feedbackHeader1 {
  background: url(ch01_0124.gif) repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#feedbackHeader2 {
  background: url(ch01_73.gif) top right no-repeat;
  height: 28px;
  margin-bottom: 15px; 
}
.comments-icon div {
  min-height: 30px;
  background: url(ch01_083.gif) top left no-repeat; 	
}
.comments-form-titles {
  font-size: 12px;
  color: #808080;	
}
.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: #00d97a;
  color: white; 	
}
.comments-form-fields {
  width: 100%;	
}
textarea.comments-form-fields {
  height: 190px;	
}
.sender-style_main{
      background-color: #406ae6;
    border-bottom: 1px solid #0071f1;
    border-left: 1px solid #0071f1;
    border-top: 1px solid #0071f1;
    float: right;
    height: 23px;
    padding-left: 30px;
    color: #fff;
}
.sender-style_right{
    background:url("ch01_74_2.png") no-repeat scroll right top;
    float: right;
    height: 23px;
    width: 9px;
}
.user-comment-area {
  /*border-bottom: 1px solid #aab0b6;*/
  margin-bottom: 10px;
  border: 1px solid #b6b6b6;	
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .user-comment-area {
  	 margin-bottom: 10px;
    padding-bottom: 10px;
  } 
}
.user-comment-name {
  font-size: 14px;
  color: black;
  background: #e4e4e4;
  padding: 3px 5px;	
  color: #c80000; 
  background: url(ch01_74.png) center right no-repeat;
  padding-right: 25px; 
}
.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: 24px;	
    float: left;
}
.user-comment-reply a {
  background: url(ch01_082.gif);
  float: left;
  width: 95px;
  height: 24px;	
}
#feedback_form_parent {
  position: relative;
  margin-bottom: 15px; 	
  background-color: #fff;
}
.feedback_selected {
  background: url('ch01_0123.gif') top right no-repeat;
    height: 32px;
    }
.feedback_selected_style{
    background: url("ch01_71.gif") no-repeat scroll left top;
      height: 32px;
}
#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: #b50007;
  color: white;
  font-size: 14px;
  border: 0;
  margin-bottom: 5px;
}
.gallery-buttons-row a:hover {
  background: #fd000d;
  color: white; 	
}
.gallery-thumb {
  margin-bottom: 10px;	
}
.gallery-thumb img {
  height: 110px;   	
}
.gallery-list {
  padding-bottom: 15px;	
}
.gallery-list img {
  margin-right: auto;
  margin-left: auto;
}
.gallery-list div {
  text-align: center;
  font-size: 13px;	
}
.gallery-cl-images {
  margin-left: auto;
  margin-right: auto;	
}
.newsticker {
  background: #ededed; 
margin-bottom: 3px;
margin-right:6px;
margin-top: 2px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .newsticker {
    margin-top: 0px;
    background: #f1f1f1;  	
  }
}
@media screen and (max-width: 1200px) {
  .newsticker { 
    padding: 0 10px;
    margin-bottom: 2px;
  } 
}
.newsticker ul {
  padding: 0;	
  margin: 0;
}
.newsticker li {
  list-style: none;
}
.newsticker a {
  color: #b70000;
  line-height: 21px;
}
.newsticker a:hover {
  color: #b50007;
}
.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 {
  border: 1px solid #f3f3f3;  	
}
.first-title {
  font-size: 17px; 	
  font-weight: bold;
  padding-bottom: 5px;
  background: url(ch01_17.gif) right 12px no-repeat;
  padding-right: 12px;
}
.first-title-multi {
  font-size: 18px; 	
  font-weight: bold;
  padding-bottom: 5px;
  background: url(ch01_17_2.gif) right 5px no-repeat;
  padding-right: 20px;
  padding-left: 20px;
}
.special-title {
  font-size: 14px; 	
  font-weight: bold;
  background: url(ch01_0100.gif) right 0px no-repeat;
  padding-right: 12px;
}
.special-title a {
  color: #002b81;
  text-decoration: none;   	
}
.special-date1 {
  background: url(ch01_0019.gif) repeat-x;	
}
.special-date2 {
  height: 15px;
  background: url(ch01_0018.gif) right no-repeat; 	
}
.special-date2 div {
  float: left;
  color: #b50007;
  font-size: 11px;
  padding-right: 7px;
  background: white;
  line-height: 14px;	
}
.first-title a {
  color: #970100;
  text-decoration: none;
  line-height: 25px;   	
}
.first-title a:hover,.special-title a:hover {
  color: #dd000b;	
}
.first-title-multi a {
  color: #fff;
  text-decoration: none;
  line-height: 25px;   	
}
.first-title-multi a:hover,.special-title a:hover {
  color: #dd000b;	
}
.first-routitr,.first-subtitle {
  font-size: 12px;
  padding-bottom: 5px; 	
}
.first-routitr a,.first-subtitle a {
  color: #8f8f8f;
  text-decoration: none;  
padding-right: 20px;
padding-left: 20px;
}
.first-routitr a:hover,.first-subtitle a:hover {
  color: #dd000b;	
}
.first-routitr,.first-subtitle2 {
  font-size: 12px;
  padding-bottom: 5px; 	
}
.first-routitr a,.first-subtitle2 a {
  color: #8f8f8f;
  text-decoration: none;  
}
.first-routitr a:hover,.first-subtitle2 a:hover {
  color: #dd000b;	
}
.title_overlay{  
/*  position: absolute;
    background: rgba(91, 91, 91, 0.70);*/
  z-index: 9999;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 21px;
  text-align: justify;
  padding-right: 20px;
  color: #fff;
  padding-left: 10px;
}
.overlay_text_fix a,.overlay_text a{color:#fff;}
.title_overlay_fix{ 
  z-index: 9999;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 21px;
  text-align: justify;
  padding-right: 20px;
  color: #fff;
  padding-left: 10px;
}
@media screen and (max-width: 760px) {
 .title_overlay_fix{display:none;}
 .title_overlay a{
    display:none;
 }
}
.first-abs-archive {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
  padding-right: 10px;
  color: #434343;
  padding-left: 10px;
}
.first-related {
  background: url(ch01_18.gif) right 9px no-repeat;	
  padding-right: 10px;
}
#first-carousel{

}
#first-carousel .carousel-indicators {
  position: absolute;
  left: 6px;
  width: 100px;	
  bottom:auto;
  top:5px;
  text-align: center;
  direction: ltr;
  background-color: #a30006;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0;
  padding: 0;
  right: auto;
  height: 18px;
}
#first-carousel .carousel-indicators li {
  width: 10%;
  margin: 0 4px;
  height: 10px;
  background: #b50007;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border: 1px solid #fff;	
}
#first-carousel .carousel-indicators li.active {
  background: #fff;
    border: 1px solid #fff;
}
.row-margin-1 {
  margin-bottom: 10px;	
}
@media screen and (max-width: 992px) {
  #first-carousel .carousel-indicators {
    border-radius: 0;
    direction: ltr;
    height: 26px;
    left: 0;
    margin: 0;
    padding: 3px 0 0 10px;
    text-align: left;
    top: 1px;
    width: 100%;
  }
  #first-carousel .carousel-indicators li {
    width: 20px;
    margin-left: 3px; 
    height: 20px;
    background: white;	
  }
}
#multi-carousel .carousel-indicators {
  margin: 0;
  left: 0;
  right: auto;
  padding: 0;
  width: 49%;	
  bottom:auto;
  text-align: center;
  direction: ltr;
  top: 15px;
}
#multi-carousel .carousel-indicators li {
  width: 13px;
  margin: 0 4px;
  height: 13px;
  background: #3c3c3c;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5; 
  border: 1px solid #3c3c3c;	
}
#multi-carousel .carousel-indicators li.active {
  background: #d40008;h
  border: 0;	
}
.row-margin-1 {
  margin-bottom: 10px;	
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #multi-carousel .carousel-indicators {
    top: 12px;
    right: 0
  }
    .frstsmHeight-multi{
      margin-top: 10px !important;
  }
  #multi-carousel .carousel-indicators li {
  width: 5%;
  margin: 0 4px;
  height: 17px;
  background: #3c3c3c;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5; 
  border: 1px solid #3c3c3c;	
}
}
@media screen and (max-width: 768px) {
  #multi-carousel .carousel-indicators {
    margin: 0;
    padding: 0;
    width: 100%;	
    text-align: left;
    direction: ltr;
    top: 13px;
    padding-left: 10px;
    height: 25px;
  }
  #multi-carousel .carousel-indicators li {
    width: 40px;
    margin-left: 3px; 
    height: 40px;
    background: white;	
  }
  .frstsmHeight-multi{
      margin-top: 10px !important;
  }
}
.img-style{
    width: 700px;
        height:400px;
}
.special-row-line {
  margin-bottom:10px; 
  padding-bottom: 10px;	
}
.special-row-padd {
  padding: 15px 0 20px;	
}
.special-img {
  float: right;	
}
.content-bg-1 {
  background: white;	
  padding-top: 10px;
}
.special-comments {
  color: #8a8a8a;
  padding-top: 5px;
  font-size: 11px;
}
.special-comments a {
  color: #8a8a8a;	
}
.special-comments span {
  color: #ecea1d;
  margin-left: 5px;	
}
.specail-padding {
  padding-right: 167px;	
}
@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: #b50007; 	
}
.last-news-title a:visited {
  color: #5c5c5c;	
}
.advertise_div1 {
  margin-bottom: 5px;	
}
.advertise_div2 {
  margin-bottom: 5px;	
  margin-right: 10px;
  margin-left: 10px;
}
.advertise_div3 {
  margin-bottom: 5px;	
}
.advertise_div4 {
  margin-bottom: 5px;	
}
.advertise_div5 {
  margin-bottom: 5px;	
}
.advertise_div6 {
  margin-bottom: 5px;	
}
.advertise_div7 {
  margin-bottom: 5px;	
}
.advertise_div8 {
  margin-bottom: 5px;
  position: absolute;
  top: 112px;
  right:274px;
}
.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: #b50007;	
}
.bahsrooz-title2 {
  padding-top: 3px;     	
}
.bahsrooz-title2 a {
  float: left;
  background: url(ch01_028.png);
  width: 134px;
  height: 19px;	
}
.bahsrooz-comments {
  float: right;
  color: white;
  font-size: 13px;
  white-space: nowrap;	
}
.bahsrooz-comments span {
  color: white;
  margin-left: 5px;	
}
.view-bg1 {
  background: url(ch01_030.gif) top repeat-x;  	
}
.comment-bg1 {
  background: url(ch01_038.gif) top repeat-x;  	
}
.rate-bg1 {
  background: url(ch01_039.gif) top repeat-x;  	
}
.email-bg1 {
  background: url(ch01_040.gif) top repeat-x;  	
}
/*.view-bg2 {
  background: url(ch01_029.gif) top right no-repeat;  	
}
.comment-bg2 {
  background: url(ch01_032.gif) top right no-repeat;  	
}
.rate-bg2 {
  background: url(ch01_034.gif) top right no-repeat; 	
}
.email-bg2 {
  background: url(ch01_036.gif) top right no-repeat;  	
}*/
.view-bg3 {
  background: url(ch01_031.gif) top left no-repeat; 
  height: 40px;  	
}
.comment-bg3 {
  background: url(ch01_033.gif) top left no-repeat;
  height: 40px;  	
}
.rate-bg3 {
  background: url(ch01_035.gif) top left no-repeat;  	
  height: 40px;
}
.email-bg3 {
  background: url(ch01_037.gif) top left no-repeat;  	
  height: 40px;
}
/*@media screen and (min-width: 992px) and (max-width: 1200px) {*/
  .view-bg2 {
  background: url(ch01_029-small.gif) top right no-repeat;  	
}
.comment-bg2 {
  background: url(ch01_032-small.gif) top right no-repeat;  	
}
  .rate-bg2 {
    background: url(ch01_034-small.gif) top right no-repeat; 	
  }
  .email-bg2 {
    background: url(ch01_036-small.gif) top right no-repeat;  	
  }
/*}*/
.popular-counter {
  float: right;
  border: 1px solid #e6e6e6;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #959595;
  line-height: 25px;
}
.rank-counter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  width: 20px;	
}
.popular-icon {
  float: right;
  width: 5px;	
}
.popular-icon div {
  background: url(ch01_103.gif) bottom; 	
}
.popular-items p {
  padding-right: 33px;
  margin: 0;  	
}
.popular-items {
  padding-bottom: 5px;	
}
.popular-items a {
  color: black;	
}
.popular-items a:hover {
  color: #b50007;	
}
.popular-items-frame {
  padding: 15px 9px 10px;	
}
.twittanz-bg1 {
  background: url(ch01_043.gif) top repeat-x;	
}
.twittanz-bg2 {
  background: url(ch01_041.gif) top right no-repeat;	
}
.twittanz-bg3 {
  height: 31px;
  background: url(ch01_042.gif) top left no-repeat;	
}

.twittanz-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: #b50007;	
}

.majazi-bg1 {
  background:url(ch01_41.gif) repeat-x;	
    -webkit-border-radius:4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.majazi-bg2 {
/*  background: url(ch01_42.gif) top center no-repeat;	*/
}
.majazi-bg3 {
  height:29px;
  background: url(ch01_43.gif) top left no-repeat;	
}
.conference{
    height:29px;
  background: url(ch01_0101.gif) top left no-repeat;  
}
.editor_recom{
    height:29px;
  background: url(ch01_0102.gif) top left no-repeat;  
}
.popular-rate{
    height:29px;
  background: url(ch01_0104.gif) top left no-repeat;  
}
.sign-bg3{
    height:29px;
  background: url(ch01_0106.gif) top left no-repeat;  
}
.sign-bg3 h5{
     color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.majazi-bg3 h5{
       color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.majazi-frame {
  padding: 10px 0 5px;
}
.poll-box-frame {
  padding: 7px 7px;	
  margin-bottom: 10px;
  background: url(ch01_30.gif);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.majazi-items {
  padding: 8px 0;	
  border-bottom: 1px solid #f0f0f0;
}
.majazi-image {
  float: right;
  border: 1px solid #eaeaea;
  font-size: 0;
  padding: 1px;
  overflow: hidden; 	
}

.majazi-text {
  padding-right: 102px;	
}
.majazi-image-conference {
  float: right;
  border: 1px solid #eaeaea;
  font-size: 0;
  padding: 1px;
  overflow: hidden; 	
}

.majazi-text-conference {
  padding-right: 135px;	
}
.majazi-title{
 padding-right: 10px;
  background: url(ch01_0100.gif)no-repeat top right;
  margin-bottom: 5px;
}
.majazi-title a {
  color: black;	
}
.majazi-routitr {
  color: #a2a2a2;
  padding-right: 10px;
  margin-bottom: 2px;
}
.majazi-subtitle {
  font-size: 12px;
    padding-left: 10px;
}
.comment_count{
          padding-right: 20px;
          color: #f8a23b;
}
.comment_count_left{
             background: url(ch01_0103.gif)no-repeat left bottom;
                font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
}
.comment_count_right{
    background: url(ch01_0105.gif)no-repeat right bottom;
    padding-right: 15px;
}
.majazi-subtitle a {
  color: #8b8b8b;
}
.majazi-title a:hover,.majazi-subtitle a:hover {
  color: #b50007;	
}


.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 {
  text-align: center;	
}
.parvandeh-image img {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
      background: url('ch01-0102.png') repeat-x; 
}
.whole-vizhe{
  background-color: #fff;
  background: url('ch01-0101.png') repeat-x;
  height: 35px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.whole-vizhe h5{
color: #184be5;
    font-family: "IRAN";
    font-size: 18px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
}
/*.whole-vizhe-left{

   position: absolute;
   left: 0px;
   top: 0px;
}
.whole-vizhe-right{

       height: 148px;
   position: absolute;
   right: 0px;
   top: 0px;   
}*/
.parvandeh-frame {
 	
}
.parvandeh-items-frame {
  padding: 15px 9px 5px;  	
}
.parvandeh-bg4 {
  background: url(ch01_049.gif) top repeat-x;
  margin-bottom: 10px; 	
}
.parvandeh-bg5 {
  background: url(ch01_050.gif) top right no-repeat;	
}
.parvandeh-bg6 {
  height: 21px;
  background: url(ch01_051.gif) top left no-repeat;	
}
.parvandeh-bg6 a {
  float: left;
  width: 54px;
  height: 21px;
  font-size: 0;	
}
#video-tab-button div {
  background: url(ch01_052.png);
  width: 27px;
  height: 23px; 	
}
#sound-tab-button div {
  background: url(ch01_053.png);
  width: 27px;
  height: 23px; 	
}
#multimedia-top-tab {
  border: 1px solid #282828;
  background: #7a7a79;
  margin-bottom: 10px;
}
#multimedia-top-tab .nav > li > a {
  padding: 5px 15px; 
  color: #bfbfbf;	
  background: #606060;
  border-color: #606060}
#multimedia-top-tab .nav-tabs > li > a {
  margin-right: 0;	
}
#multimedia-top-tab .nav-tabs {
  padding-top: 2px;	
}
#multimedia-top-tab .nav-tabs > li > a:hover {
  border-color: #afaeae;	
}
#multimedia-top-tab .nav-tabs > li {
  width: 50%;	
  text-align: center;
}
#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: #f0f1f1;
  border-color: #f0f1f1;
  border-bottom: 0;
  color: #006c64;
}
#multimedia-top-tab .tab-pane {
  	
}
#multimedia-top-tab .tab-content > .tab-pane {
  
}
#multimedia-top-tab .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 0;
  left: 10px;	
}
#multimedia-top-tab .lSSlideOuter .lSPager.lSpg > li:hover a,#multimedia-top-tab .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #ff0000;  	
}
#multimedia-top-tab .nav-tabs {
  border-bottom: 0;	
}
.multimedia-images {
  width: 243px;  	
  position: relative;
  border-top: 5px solid #f0f1f1;
}
.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: 143px;
}

.multimedia-padding {
  direction: ltr;	
}
.multimedia-padding * {
  direction: ltr;	
}
.multimedia-title {
  direction: rtl;
  text-align: right;
  padding: 5px 10px;
}
.soundItems,.videoItems {
  position: relative;	
}
.multimedia-title div {
  background: url(ch01_62.gif) right 10px no-repeat;
  padding-right: 12px;  	
}
.multimedia-title a {
  color: white;
  font-size: 13px;
  font-weight: bold;	
}
.multimedia-title a:hover {
  color: #b50007;	
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .multimedia-images {
    width: 199px;  	
  }
  .multimedia-images img {
    width: 100%;
    height: 117px;  	
  }
  #multimedia-top-tab .tab-pane {
    
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .multimedia-images {
    width: 100%;  	
  }
  .multimedia-images img {
    width: 100%;
    height: auto;  	
  }	
}
@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: #b50007;	
}
.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; 
  margin-right: 5px;
}
.newsmakers-items a {
  color: #000;	
}
.ph_num {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
background: url(ch01_trum.png) right 0px repeat-x;
}
.newsmakers-items a:hover,.newsmakers-first-title a:hover {
  color: #b50007;	
}
#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: #b50007;	
}
.daricheh-title-images {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 3px;	
}
.daricheh-title-images img {
  display: block;
  margin-left:auto;
  margin-right: auto;	
}
.daricheh-main-images {
  margin-top: 3px;	
  position: relative;
}
.daricheh-title-images.active {
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);	
}
@media screen and (min-width : 992px) {
  .daricheh-title-images {
    position: relative;
    overflow: hidden;
    /*height: 46px;*/ 
  } 	
}
@media screen and (min-width : 1200px) {
  .daricheh-title-images {
    /*height: 57px;*/
  } 	
}
.lastyear-bg1 {
  background: url(ch01_063.gif) top repeat-x;
}
.lastyear-bg2 {
  background: url(ch01_062.gif) top right no-repeat;	
}
.lastyear-bg3 {
  background: url(ch01_061.gif) top left no-repeat;	
}
.lastyear-bg4 {
  height: 31px;
  background: url(ch01_064.png) center center no-repeat;	
}
.lastyear-frame {
    
}
.last-year-archive {
  background: url(ch01_36.gif) repeat-x;
  font-size: 0pt;
  height:22px;
  margin-bottom: 10px;	
  border-bottom-left-radius: 5px;
}
.last-year-archive-transparent{
background: #f3f3f3 url(archive.png) left 0px no-repeat;
    font-size: 0pt;
    height: 22px;
    margin-bottom: 10px;
    margin-top: -1px;
}
.last-year-archive div {
  background: url(ch01_35.gif) top left no-repeat; 
  height: 22px;	
}
.last-year-archive a ,.last-year-archive-transparent a {
  float: left;
  width: 45px;
  height:22px; 	
}
.bottom-box-archive {
  background: url(ch01_0054.gif);
  font-size: 0pt;
  height: 20px;
  margin-bottom: 10px;	
}
.bottom-box-archive a {
  float: left;
  width: 55px;
  height: 20px; 	
}
.lastyear-title {
background: url(ch01_bullet.png) right 8px no-repeat;
  padding-right: 15px;
  margin-bottom: 5px; 	
}
.lastyear-title:hover {
     background: url(ch01_bullet2.png) right 8px no-repeat;
}
@media only screen and (max-width: 768px) {
  .lastyear-title {
    	
  }
}
.lastyear-title a {
  color: black;
  text-decoration: none;	
}
.lastyear-title a:hover {
  color: #b50007; 	
}
.lastyear-sameh {
  padding: 10px 0;	
}
#lastyear-tab .nav-tabs > li.active > a,
#lastyear-tab .nav-tabs > li.active > a:hover,
#lastyear-tab .nav-tabs > li.active > a:focus {
  color: #b50007;
  padding: 0;
  font-weight: bold;
  border: 0;
}
#lastyear-tab .nav-tabs {
  border: 0;	
}
#lastyear-tab .nav-tabs > li > a:hover {
   
}
#lastyear-tab .nav-tabs > li > a {
  color: #8a8181;	
  padding: 0;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  height: 28px;
  line-height: 26px;
   -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#lastyear-tab .nav-tabs > li > #comment-tab-button {
  margin-left: 10px;
  background: #e7e8e8; 
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px; 
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;	
}
#lastyear-tab .nav-tabs > li.active > #comment-tab-button {
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  background: url(ch01_51.gif) top right no-repeat;	
}
#lastyear-tab .nav-tabs > li > #view-tab-button {
  margin-right: 10px; 
  background: #e7e8e8;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px; 
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;	
}
#lastyear-tab .nav-tabs > li.active > #view-tab-button {
  background: white; 
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  background: url(ch01_50.gif) top left no-repeat;   	
}
#lastyear-tab .nav-tabs > li {
  margin: 0;
  width: 50%;
  text-align: center;	
}
.special-image-box {
  float: right;	
  border: 1px solid #c0c0c0;
    padding: 4px;   
}
.newsmakers-first-image {
  float: right;	
}
.newsmakers-first-box {
  padding-right: 165px;	
}
.section-page-title {
  background: url(ch01_61.gif) repeat-x;
  margin-bottom: 2px;
  height: 28px;   
}
.section-page-title div {
  float: right;
  padding: 0 15px;
  margin-right: 25px;
  color: #00867c;
  font-size: 15px;
  font-weight: bold;
  background: #aae4e0;
  margin-top: 3px; 	
}
.internalpages-bg {
  background: white;	
}
.special-archive1 {
  font-size: 13px;
  padding: 3px 0;	
}
.special-archive1 a {
  color: black;
}
.special-archive1 a:hover {
  color: #b50007;
}
.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;
  padding-right: 10px;
}
.doc-section-info {
  float: right;
  margin-right: 28px;
  margin-top: 3px;
}
.doc-section-info a {
  font-size: 13px;	
}
.dsinfo-p1 a{
    color: #b2b2b2;  
}
.doc-section-name a{
    color: #b20000;
}
.doc-section-info a:hover {	
  color: #b50007;
}
.doc-section-info div {
  display: inline-block;	
}
.doc-section-info-bg1 {
  background: url(ch01_0069.gif) bottom right no-repeat;
  padding-right: 20px;
  margin-top: 6px; 	
}
.doc-section-info-bg2 {
  background: url(ch01_0070.gif) bottom left no-repeat;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-top: 7px; 	
}
.dsinfo-p1 {
  background: url(ch01_64.gif) left 4px no-repeat;
  padding-left: 30px;
  margin-left: 13px;
  padding-top: 2px;
}
.doc-tools1 {
  background: url('ch01_63_2.gif') repeat-x;
  min-height:28px;
  margin-bottom: 10px;
  text-align: center; 
  vertical-align: top;
}
#resizable-font {
  display: inline-block;
  height: 17px;
  vertical-align: top;
  float: left;
  padding-left: 10px;
  padding-top: 2px;
}
#ratebx1{
  background: url(ch01_72.png);
  width: 112px;
  height: 17px;
  display: inline-block;
  margin-left:20px;
  margin-top: 4px;
  vertical-align: top;
  float: left;
}
.rate_val {
  float: left;
  margin-left: 4px;
  line-height: 18px;
  font-size: 13px;
  color: #ab0007; 	
}
.rate_button {
  float: right;
  width: 20px;
  height: 17px;
  margin-right: 65px;
  margin-top: 1px;
  cursor: pointer; 	
}
#doc-comment-icon {
  display: inline-block;
  background: url(ch01_66.png);
  width: 37px;
  height: 23px;	
  color: #a900ff;
  text-align: center;
  vertical-align: top;
  margin: 0 33px;	
}

#docDiv3TitrRou {
  color: #b50007;
  padding-bottom: 5px; 	
      font-size: 13px;
	  
}
#docDiv3TitrSub {
      color: #b50007;
  padding-bottom: 5px; 	
  margin-top: 5px;
      font-size: 13px;
}
#tools-top{
  float: left;
}
#tools-top .tools-icons {
 text-align: left;
}
#docDiv3TitrMain {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;	
  line-height: 32px;
  color: #5e5d5d;
  background: url(ch01_17.gif) right 6px no-repeat;
  padding-right: 16px;
}
#docDiv3Date {
  color: #cc3433;
  margin-left: 10px;
  margin-top: 6px;
}
#docDivLead1 {
  margin-bottom: 10px;
  background: url('ch01_0118.gif') repeat-x,url('ch01_68_3.gif') repeat;
  background-color: #fff;
  text-align: justify;
  line-height: 25px;
      border: 1px solid #ececec;
    border-radius: 15px;
    margin-right: 10px;
    margin-left: 10px;
    z-index: 100;
}
.lead-right{
    background: url(ch01_0115.gif) no-repeat top right;
}
.lead-right div{
      line-height: 2;   
}
.lead-left{
    background: url(ch01_0116.gif) no-repeat top left;
}
#docDivLead2 {
  background: url(ch01_0072.gif) right no-repeat;	
}
#docDivLead2 div {
  background: url(ch01_0074.gif) left no-repeat;
  height: 22px;	
}
#docDivLead3 {
  padding: 0 3px;
  background: #cdcdcd;
}
#docDivLead3 div {
  border-left: 1px solid white;
  border-right: 1px solid white;	
  padding: 0 20px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #2d2d2d;
  background: #e3e3e3;
}
#docDivLead4 {
  background: url(ch01_0073.gif) right no-repeat;	
}
#docDivLead4 div {
  background: url(ch01_0075.gif) left no-repeat;
  height: 22px;	
}
.tools-icons {
  height: 34px; 
  text-align: center;
}
.tool-icons-bottom {
  margin-top: -1px;
  
}
@media screen and (max-width: 1200px) {
  .tool-icons-bottom {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  
  .share-place{height:auto !important;}
  #share_place {
   float: none !important;
    text-align: center;
    margin: 6px auto;
}
.tools-icons div {
    background: url(ch01_65.png);
    width: 171px;
    height: 24px;
    display: inline-block;
    float: none !important;
}
.tool-icons-bottom {
    text-align: center;
    float: none !important;
    margin: 0 auto;
}
}

.tools-icons div {
  background: url(ch01_65.png);
  width: 171px;
  height: 24px;
  display: inline-block;
  float: left;
}
.tools-icons a {
  float: left;	
}
a.send-icon {
  margin-left:30px;
  width: 28px;
  height: 26px;  	
}
a.print-icon {
  margin-left:17px;	
  width: 27px;
  height: 26px;
}
a.get-icon {
  margin-left: 25px;
  width: 32px;
  height: 26px;	
}
.docContentdiv {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  padding: 0 10px 20px;	
  background-color: #fafafd;
}
.docContentdiv div {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;	
}
.soututirText-right {
  padding:0;
  margin: 10px 0 10px 15px;
}
.soututirText-left {
  padding:0;
  margin: 10px 15px 10px 0;
}
.soututirText-right .soutitr-cn1,.soututirText-left .soutitr-cn1 {
  background: url(ch01_076.gif) left repeat-y;
  border-top: 4px solid #ececec;	
  border-bottom: 4px solid #ececec;	
}
.soututirText-right .soutitr-cn2,.soututirText-left .soutitr-cn2 {
  background: url(ch01_076.gif) right repeat-y;
  font-size: 13px !important;
  padding: 10px 19px;
  color: #7f2fec;
}
.soutitrColor {
  color: #b50007 !important;	
}
.doc-image-box {
  	
}
#doc_div1Img {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(ch01_0117.gif) no-repeat top right 7px;
  padding-right: 18px; 
}
#doc_div1Img  img{
/*margin-right: 24px;*/
border-radius: 17px;
  
}
.docDiv1 { 
  
  text-align: center;
}

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

#docDiv1ImgDesc {
  color: gray;
  text-align: justify;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 5px;
  font-size: 12px !important;
  line-height: 20px !important;
  margin-right: 15px;
}
#docDocID {
  text-align: center;
  color: #7f7f7f;	
}
.share-place {
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    
    height: 34px;
    padding: 5px;
   
    width: 100%;
}
#share_place{
    float: right
}
.share-buttons {
  /*margin-bottom: 10px;*/
  float: right;
}
#staffBlock {
  padding: 0 0 10px 0;	
}
.docDivStaff {
  margin-bottom: 3px;
  color: gray;	
}
#comments-header1 {
  background: url(ch01_0079.gif) right no-repeat; 
}
#comments-header2 {
  background: url(ch01_0080.gif) left no-repeat;
  height: 30px;
  margin-bottom: 5px; 
}
#comments-header3 {
  padding: 10px 10px 10px;
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  */
border: 1px solid #dbdbdb;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
#comments-form-body {
   	
}
.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_41.gif) repeat-x;
  border-radius: 4px;
}
#doc-selected-2 {
  background: url(ch01_43.gif) top left no-repeat;
  height: 29px;
}
#doc-selected-2 h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
#doc-selected-3 {
  margin-bottom: 15px;
  padding: 10px 0 0; 	
}
.doc-selected-4 {
  background: url(ch01_0077.gif) right 9px no-repeat;
  padding-right: 10px;
  margin-bottom: 5px;  	
}
.doc-selected-4:hover {
  background: url(ch01_0078.gif) right 9px no-repeat;	
}
.doc-selected-4 a {
  color: black;	
}
.doc-selected-4 a:hover {
  color: #b50007;	
}
.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: #b50007;	
}
.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;	
  background: url(ch01_31.gif) top right no-repeat;
  padding-right: 27px;
}
#div2PollResult {
  float: right;	
}
#pollDiv2 {
  padding-top: 10px;	
}
#div2PollResult a {
  color: #aaaaaa;	
}
#div2PollResult a:hover {
  color: #b50007;	
}
#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: #b50007;	
}
.poll-result-2 {
  text-align: center;
  color: #ed2a32;	
}
#poll-result-3 {
  background: #2d2d2d;
  height: 26px; 	
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px; 
  color: white;
  line-height: 25px;
}
#pollColor {
  height: 20px;
  font-size: 0pt;
  background: #b50007;	
}
.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;
    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);
    right: 95px;
}
@media screen and (max-width: 780px){
#scrollUp {
    right: 0px;
    }
}
@media screen and (max-width: 800px) and (min-width: 780px){
#scrollUp {
    right: 7px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 800px){
#scrollUp {
    right: 10px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
#scrollUp {
    right: 30px;
    }
}
.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: #a31010;
  float: left
}
.newsmakers-archive a {
  color: #c36703;	
}
.parvandeh-title {
  text-align: right; 
  margin: 5px 5px;
    padding-right: 10px;
    padding-top: 3px;
  background:  url("ch01-0104.gif") no-repeat right top;
}
.parvandeh-title a {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: bold;
}
.parvandeh-title a:hover {
  color: #b50007;	
}
.parvandeh-header {
/*  background: url(ch01_40.gif) repeat-xt;
  height: 29px;
  margin-bottom: 5px; 	*/
background:url("ch01_41.gif") repeat-x scroll 0 0;
    border-radius: 4px;
    margin-bottom: 5px;
}
.parvandeh-header h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.parvandeh-header-left{
    background:url("ch01_43.gif") no-repeat scroll left top;
    height: 29px;
}
.rooyekhat-bg1 {
/*  background: #e7e8e8 url(ch01_21.gif) top center no-repeat;*/
}
.rooyekhat-bg2 {
  background: url(ch01_20.gif) repeat-x;
  border-radius: 4px;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 27px;
}
.rooyekhat-bg3 {
  background: url(ch01_22.gif) top left no-repeat;
  height: 27px;
}
.rooyekhat-bg3 h5{
      font-family: 'IRAN';
    font-size: 13px;
    text-align: right;
    color: #940000;
    margin-right: 10px;
    padding-top: 5px;
}
.rooyekhat-frame {
  padding: 5px 7px 7px 10px;
  background: #f9f9f9;
}
.rooyekhat-source {
  color: #9f0000;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 5px;
}
.rooyekhat-items {
  padding: 0 15px 5px 0;
background: url(ch01_bullet.png) right 8px no-repeat;
}
.rooyekhat-items:hover {
background: url(ch01_bullet2.png) right 8px no-repeat; 	
}
.rooyekhat-items a {
  color: #3d3d3d;	
}
.rooyekhat-items a:hover {
  color: #b50007;
}
.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;*/
    background: rgba(0, 0, 0, 0) url("ch01_0055.png") repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}
.frstsmHeight-multi{
    margin-top: 50px;
    margin-left:5px;
    margin-right:5px;
}
.week_consult{
    background: url('ch01_0110.gif') repeat-x;
}
.week_consult_right a{
    width:190px;
    height: 31px;
    float: left;
}
.week_consult_right{
    background: url('ch01_0108.gif') no-repeat top left;
    height: 31px;
}
.week_consult_left{
        background: url('ch01_0109.gif') no-repeat top right;
    height: 31px;
}
.week_comment{
    margin-top:6px;
    margin-right: 14px;
    color: #00a99d;
}
.week-title {
  /*padding-bottom: 18px;*/
    background: url("ch01_0055.png") repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.week-title div{
    background: url('ch01_0107.png') no-repeat right top;
    padding-right: 10px;
}
.week-title a{
    color: white;
    font-size: 15px;
}
.week-frame{
    background-color: #e7e6e6;
    border-radius: 10px;
}
.week-image{
  font-size: 0;
  overflow: hidden; 
  padding: 5px;
}
.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: #b50007;	
}
#doctextarea span,#doctextarea p {
  font-size: 15px;	
  color: #4069e7 !important;
}
.vizheh-comment {
  background: url(ch01_104.gif);
  display: inline-block;
  width: 16px;
  height: 15px;
  font-size: 0;  	
}
.comment-date-lg {
  display: inline-block;	
  float: left;
  margin-left: 5px;
}
.comment-area-bg1 {
  background: #fafafa;	
}
.comment-area-bg2 {
  background: #f4f4f4;	
}
.comment-area-bg3,.comment-area-bg4 {
  background: #efefef;	
}
.container-body-bg {
/*  background: url(ch01_16.gif) top repeat-x;
  background-color: white;	
  margin-top: 5px;*/
}
.container-body-bg2 {
  background-color:#191919;	 
}
@media screen and (max-width: 992px) {
  .container-body-bg {
  background: url(ch01_19.gif) top repeat-x;
  background-color: white;	 
  }
}


.col-margin-1 {
  margin-bottom: 1px; 	
}
.first-level-bg {
     margin-bottom: 5px;	
}
.poll-button {
  margin-top: 10px;
  border-radius:0;
  padding: 3px 12px;
  border: 0;
  background: #b50007;
  color: white;
  font-size: 12px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
.poll-button:hover {
  background: #ee000c;
  color: white; 	
}
.poll-result-button {
  margin-top: 10px;
  padding: 3px 12px;
  border: 1px solid #818181;
  background: #fefefe;
  color: #b50007;
  font-size: 12px;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
.poll-result-button:hover {
  background: #f0f0f0;
  color: #b50007; 	
}
.pishkhan-bg1 {
  background: url(ch01_0027.gif) right no-repeat;	
}
.pishkhan-bg2 {
  background: url(ch01_0026.gif) left no-repeat;
  height: 30px;	
}
.pishkhan-frame {
  margin: 5px 0 10px;	
}
.pishkhan-frame div {
  padding: 4px;
  border: 1px solid #d8d8d8;	
}
.popular-bg1 {
/*  background: #00a99d url(ch01_32.gif) right no-repeat;	*/
  background: url(ch01_34.gif) repeat-x;
  height: 29px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popular-bg1 h5{
        color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.popular-bg2 {
  background: url(ch01_33.gif) left no-repeat;	
    height: 29px;
}

.popular-bg3 {

}
.popular-frame {
  margin: 2px 0px 10px 0px;
  padding: 10px 5px;	
  background: #fff;
}

.nokte-bg1 {
  background: url(ch01_0029.gif) right no-repeat;	
}
.nokte-bg2 {
  background: url(ch01_0031.gif) left no-repeat;
  height: 30px;	
}
.nokte-frame {
  padding: 5px;
  padding-bottom: 0;	
}
.nokte-title {
  background: url(ch01_0020.gif) right 9px no-repeat;
  padding-right: 12px;	
}
.nokte-title a {
  color: #b50007;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;	
}
.nokte-title a:hover {
  color: #d5000b; 	
}
.talar-title {
  background: none;
  padding: 0;  	
}
.talar-title a {
  color: #002c81;	
}
.talar-title a:hover {
  color: #b50007;	
}
.talar-bg1 {
  background: url(ch01_0032.gif) right no-repeat;	
}
.talar-bg2 {
  background: url(ch01_0033.gif) left no-repeat;
  height: 30px;	
}
.talar-frame {
  padding-top: 5px;
}
.talar-frame2 {
  padding: 5px;
  padding-bottom: 0;	
}
.khakestari-bg1 {
  background: url(ch01_0035.gif) right no-repeat;	
}
.khakestari-bg2 {
  background: url(ch01_0034.gif) left no-repeat;
  height: 30px;	
}
.note-bg1 {
  background: url(ch01_0037.gif) right no-repeat;	
}
.note-bg2 {
  background: url(ch01_0036.gif) left no-repeat;
  height: 30px;	
}
.note-frame {
  padding: 0 5px;	
}
.tarikhnaft-bg1 {
  background: url(ch01_0038.gif) right no-repeat;	
}
.tarikhnaft-bg2 {
  background: url(ch01_0026.gif) left no-repeat;
  height: 30px;	
}
.chat-bg1 {
  background: url(ch01_0041.gif) right no-repeat;	
}
.chat-bg2 {
  background: url(ch01_0040.gif) left no-repeat;
  height: 30px;	
}
.ghool-bg1 {
  background: url(ch01_0042.gif) right no-repeat;	
}
.ghool-bg2 {
  background: url(ch01_0043.gif) left no-repeat;
  height: 30px;	
}
.baharestan-bg1 {
  background: url(ch01_0045.gif) right no-repeat;	
}
.baharestan-bg2 {
  background: url(ch01_0044.gif) left no-repeat;
  height: 30px;	
}
.energyno-bg1 {
  background: url(ch01_0046.gif) right no-repeat;	
}
.energyno-bg2 {
  background: url(ch01_0047.gif) left no-repeat;
  height: 30px;	
}
.tarikh-bg1 {
  background: url(ch01_0048.gif) right no-repeat;	
}
.tarikh-bg2 {
  background: url(ch01_0049.gif) left no-repeat;
  height: 30px;	
}
.cartoon-bg1 {
  background: url(ch01_0050.gif) right no-repeat;	
}
.cartoon-bg2 {
  background: url(ch01_0051.gif) left no-repeat;
  height: 30px;	
}
.siyasat-bg1 {
  background: url(ch01_0052.gif) right no-repeat;	
}
.siyasat-bg2 {
  background: url(ch01_0053.gif) left no-repeat;
  height: 30px;	
}
.bottom-box-frame {
  padding-top: 5px;
}
.bottom-box-padding {
  padding: 10px 0;	
}
.bottom-box-container {
  position: relative;	
}
.bottom-overlay {
  position: absolute;
  padding: 5px 10px;
  background: url(ch01_0055.png);
  bottom: 0;
  right: 0;
  left: 0;	
}
.bottom-box-title {
  background: url(ch01_0056.gif) right 9px no-repeat;
  padding-right: 11px;	
}
.bottom-box-title a {
  color: white;
  font-size: 13px;
  font-weight: bold;	
}
.bottom-box-title a:hover,.bottom-box-routitr a:hover {
  color: #b50007;	
}
.bottom-box-routitr a {
  color: #d5d5d5;
  padding-bottom: 5px;	
}
.nama-bg1 {
  background: url(ch01_0059.gif) right no-repeat;	
}
.nama-bg2 {
  background: url(ch01_0060.gif) left no-repeat;
  height: 31px;	
}
.nama-frame {
  background: #282828;
  padding: 12px;
  margin-bottom: 10px;  	
}
.nama-first-container {
  position: relative;
  margin-bottom: 10px;	
}
.nama-first-doc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  background: url(ch01_0055.png);	
}


.nama-first-doc div {
  background: url(ch01_57.gif) right 18px no-repeat;
  padding-right: 11px;	
}
.nama-first-doc a {
  color: white;
  font-size: 18px;
  font-weight: bold;	
}
.nama-first-doc a:hover {
  color: #b50007;		
}
.nama-second-doc {
  text-align: center;  	
}
.vizheh-second-doc {
  text-align: center;  	
}
.nama-second-doc-image,.vizheh-second-doc-image {
  display: inline-block;
  border: 1px solid #c4c4c4;
  font-size: 0;
  padding: 1px;
  float: right;
}
.nama-second-doc-title {
  padding: 0 5px 5px 5px;	
}
.nama-second-doc-title div {
  background: url(ch01_17.gif) right 9px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.nama-second-doc-title h2 {
  background: url(ch01_17.gif) right 13px no-repeat;
  padding-right: 12px;
  text-align: right;
  line-height: 20px;
}
.nama-second-doc-title h3 {
  background: url(ch01_17.gif) right 4px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.nama-second-doc-title a {
  color: #b50007;
  font-size: 13px;
  font-weight: bold;	
}
.nama-second-doc-title a:hover {
  color: #b50007;		
}
/*///////////////////////////////////*/
.intresting-doc-title {
  padding: 0 5px 5px 5px;	
}
.intresting-doc-title div {
  background: url(ch01_17.gif) right 9px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.intresting-doc-title h5 {
  background: url(ch01_17_4.gif) right 5px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.intresting-doc-title a {
  color: #b50007;
  font-size: 15px;
  font-weight: bold;	
}
.intresting-doc-title a:hover {
  color: #F40000;		
}
.nama-second-doc-routitr {
    padding-bottom: 5px;
  text-align: right; 
  padding-left: 5px;  
padding-right: 15px;   
}
.nama-second-doc-routitr a {
  color: #4069e5;
  text-decoration: none; 	
}
.nama-second-doc-routitr a:hover {
  color: #b50007;	
}
#nama-carousel .carousel-indicators {
  bottom: -25px;	
}

@media only screen and (max-width: 992px) {
  .nama-second-doc-image img {
    width: 160px !important;
    height: 94px !important;  	  
  }  
  .vizheh-second-doc-image img {
    width: 192px !important;
    height: 109px !important;  	  
  }  
  .vizheh-in-sections .vizheh-second-doc-image img {
/*    width: 276px !important;
    height: 156px !important;  	  */
  }  
  .sardabir-frame {
    padding-right: 35px !important; 
  }
  .nama-second-doc-title {
    padding: 0 0 5px 0;	
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nama-second-doc-image img {
    width: 120px !important;
    height: 71px !important;  	  
  } 
  .vizheh-second-doc-image img {
    width:170px !important;
    height:96px !important;  	  
  } 
  .sardabir-frame {
    padding-right: 26px !important; 
  }
  .nama-second-doc-title {
    padding: 0 0 5px 0;	
  }   
}
@media only screen and (max-width: 768px) {
 .vizheh-second-doc-image img {
    width: 170px !important;
    height: 96px !important;  	  
  }
  .intresting-doc-title h5{
      padding-right: 14px !important;
  }
 .nama-second-doc-image {
   display: block;
   float: right;	
 }	
 .vizheh-second-doc-image {
   display: block;
   float: right;	
 }	
 .sardabir-frame {
  padding: 5px 0 0 0 !important;
 }
 .vizheh-second-doc {
  padding-bottom: 10px;
 }
 .nama-second-doc-padding {
   padding-right: 175px;  	
 }
 .nama-second-doc {
   padding-bottom: 15px;	
 }
}
.vizheh-second-doc-padding{
       padding-right: 174px;  
}
@media only screen and (max-width: 992px) {
 .vizheh-second-doc-padding {
   padding-right: 182px !important;  	
 }
}
#nama-carousel .carousel-indicators li {
  width: 20%;
  margin: 0;
  margin-right: 3px; 
  height: 10px;
  background: #c0c0c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  border: 0;	
}
#nama-carousel .carousel-indicators li.active {
  background: #b50007;
  border: 0;	
}
.docboxes-bg2 {
  background:url("ch01_41.gif") repeat-x;
  border-radius: 4px;
}
.atfbe-bg1 {
/*  background: url(ch01_75.gif) top center no-repeat;*/
background:url("ch01_43.gif") no-repeat scroll left top;	
  height: 29px; 		
}
.atfbe-bg1 h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.rfiles-bg1 {
/*   background: url(ch01_76.gif) top center no-repeat;*/
background:url("ch01_43.gif") no-repeat scroll left top;	
  height: 29px; 	
}
.rfiles-bg1 h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.rlinks-bg1 {
/*  background: url(ch01_77.gif) top center no-repeat;*/
background:url("ch01_43.gif") no-repeat scroll left top;	
  height: 29px	
}
.rlinks-bg1 h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.dselected-bg1 {
  background: url(ch01_78.gif) top left no-repeat;
  height: 29px		
}
.docboxes-selected {
  background: url(ch01_0122.gif) repeat-x;
   border-radius: 4px;	
}
.dselected-bg1 h5{
    color: #940000;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
a.doc-image-full-size {
  position: absolute;
  top: 10px;
  right: 35px;
  font-size: 25px;
  background: #d6d6d6;
  color: black;
  padding: 5px;	
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
a.doc-image-full-size:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px;	
}
.doc-clipboard-btn {
  float: right;
  padding: 5px;
  font-size: 13px;	
  color: white;
  background: #b50007;
  margin-top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
  border: 0;
}
.doc-clipboard-btn span {
  font-size: 22px;
  line-height: 0;
  top: 5px;	
}
.doc-clipboard-btn:hover {
  color: white;
  background: #d5000b;	
}
.doc-clipboard-btn:focus {
  color: white;
  background: #b50007;	
}
.tarikhshafahi-bg1 {
  background: url(ch01_0087.gif) right no-repeat;	
}
.tarikhshafahi-bg2 {
  background: url(ch01_0088.gif) left no-repeat;
  height: 30px;	
}
.parvanderoz-bg1 {
  background: url(ch01_0089.gif) right no-repeat;	
}
.titr2-bg1 {
  background: url(ch01_0090.gif) right no-repeat;
  margin-bottom: 5px;	
}
.naftnevis-bg1 {
  background: url(ch01_0091.gif) right no-repeat;	
}
.naftnevis-frame {
  direction: ltr;
  margin-bottom: 4px;
}
.naftnevis-frame * {
  direction: ltr;	
}
.naftnevisItems {
  position: relative;	
}
.naftnevis-images {
  width: 444px;  	
  border-top: 0;
}
.naftnevis-images img {
  width: 100%;
  height: auto;
}
.m_img_doc {
    max-width: 52%;
    padding-right: 5px;margin-bottom:5px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .naftnevis-images {
    width: 342px;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .naftnevis-images {
    width: 100%;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }	
  .img_center {
    text-align: center !important;
}
.m_img_doc {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    display: inline-block;
    margin: auto;
}
}
@media screen and (max-width: 768px) {
  .naftnevis-images {
    width: 100%;  	
  }
.m_img_doc {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    display: inline-block;
    margin: auto;
}
  .img_center {
    text-align: center !important;
}
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }	
}
.multimedia-list1 {
  margin: 10px 0;	
}
.multimedia-list2 {
  background: #808080 url(ch01_0092.gif) left bottom no-repeat;
  min-height: 50px; 	
  padding: 3px 5px;
}
.multimedia-list2 a {
  color: white;	
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.multimedia-list2 a:hover {
  color: #b50007;	 	
}
@media screen and (min-width: 1200px) {
  .multimedia-list4 img {
    width: 331px;
    height: 215px;  	
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .multimedia-list4 img {
    width: 271px;
    height: 176px;  	
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .multimedia-list4 img {
    width: 200px;
    height: 130px;  	
  }
}
@media screen and (max-width: 768px) {
  .multimedia-list4 img {
    width: 100%;
    height: auto;  	
  }
}
.multimedia-list5 {
  padding: 0 10px;
  background: #262626;	
}
.slimScrollBar {
  background: #f6f6f6 url(ch01_23.gif) center center no-repeat !important;
  border: 1px solid #a8a8a8 !important; 
  left: 1px !important;
}
.sardabir-bg1 {
  background: url(ch01_27.gif) top repeat-x;
  -webkit-border-top-right-radius: 7px;
  -moz-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-top-left-radius: 7px;
  border-top-left-radius: 7px; 	
}
.sardabir-bg2 {
  background: url(ch01_26.gif) top center no-repeat;
  height: 51px;
}
.sardabir-frame {
  padding: 5px 38px 0 5px;
  border-bottom: 2px solid #e7e8e8;
  margin-bottom: 10px;
}
.vizheh-box-line div {
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
  line-height: 0;
  height: 10px;
  margin-bottom: 10px;	
}
.vizheh-buttons {
  padding-bottom: 3px;
}
.vizheh-buttons div {
  cursor: pointer;	
  margin-left: 9px;
  float: right;	
}
.vizheh-list-button {
  background: url(ch01_37_dis.gif);
  width: 29px;
  height: 29px;
  font-size: 0;
}
.vizheh-list-button-bg2 {
  background: url(ch01_37.gif); 	
}
.vizheh-col-button {
  background: url(ch01_38.gif);
  width: 29px;
  height: 29px;
  font-size: 0;	
}
.vizheh-col-button-bg2 {
  background: url(ch01_38_dis.gif);	
}
.vizheh-list-image {
  float: right;	
  display: block;
}
.vizheh-list-padding {
  padding-right: 167px;  	
}
.vizheh-list-line {
  display: none;	
}
.vizheh-list-bottom {
  padding-bottom: 15px; 	
}
.vizheh-abstract a{
  text-align: justify;	
  color: #191919;
  line-height: 21px;
}
.vizheh-items{
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.vizheh-items2{
    background-color: #fbfbfb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.vizheh-abstract {
  padding: 0 15px 5px 5px;
    text-align: justify;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .vizheh-list-image img {
    width: 160px !important;
    height: 94px !important;  	  
  } 
  .vizheh-list-padding {
    padding-right: 170px;  	
  }
  .vizheh-in-sections .vizheh-list-padding {
    padding-right: 172px;  	
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .vizheh-list-padding {
    padding-right: 240px;  	
  }
}
@media screen and (max-width: 768px) {
  .vizheh-list-padding {
    padding-right: 175px;  	
  }
}
.most-comment-bg1 {
  background: #b50007 url(ch01_47.gif) top right no-repeat;	
}
.most-comment-bg2 {
  background: url(ch01_48.gif) top center no-repeat;	
}
.most-comment-bg3 {
  height: 25px;
  background: url(ch01_43.gif) top left no-repeat;	
}
.most-comment-title {
  background: url(ch01_17.gif) right 9px no-repeat;
  padding-right: 12px;
  margin-bottom: 5px; 	
}
.most-comment-title:hover {
  background: url(ch01_49.gif) right 9px no-repeat;	
}
.most-comment-title a {
  color: black;	
}
.most-comment-title a:hover {
  color: #b50007;	
}
.most-common-title {
  background:url("ch01_24.gif") no-repeat scroll right 5px;
  padding-right: 12px;
  margin-bottom: 5px; 	
}
.most-common-title:hover {
  background:url("ch01_39.gif") no-repeat scroll right 5px;	
}
.most-common-title a {
  color: black;	
}
.most-common-title a:hover {
  color: #b50007;	
}
.most-selected-title {
  padding-right: 102px;
  margin-bottom: 5px; 
}
.most-selected-subtitle {
 margin-right: 102px; 
 margin-bottom: 5px;
}
.most-selected-subtitle a{
    color: #8b8b8b;
}
.most-selected-title:hover {	
}
.most-selected-title a {
  color:#000;	
}
.selected-title{
   background: url("ch01_0100.gif") no-repeat scroll right top;
   padding-right: 10px;
}
.selected-items {
  padding: 8px 0;	
}
.most-selected-title a:hover {
  color: #b50007;	
}
.most-selected-img {
    border:1px solid #ebebeb;
    float: right;
    font-size: 0;
    overflow: hidden;
    padding: 1px;
}
.majazi-frame_selected {
  padding: 10px 0 5px;
  float: right;
}
.related-comment-title {
  background: url(ch01_0119.gif) right 9px no-repeat;
  padding-right: 12px;
  margin-bottom: 5px; 	
}
.related-comment-title:hover {
  background: url(ch01_0120.gif) right 9px no-repeat;	
}
.related-comment-title a {
  color: black;	
}
.related-comment-title a:hover {
  color: #b50007;	
}
.most-popular-bg1 {
  background: url(ch01_46.gif) top center no-repeat;	
}
.most-popular-bg2 {
  background: url(ch01_45.gif) top left no-repeat;	
}
.most-popular-bg3 {
  height: 28px;
  background: url(ch01_44.gif) top right no-repeat;	
}



#media-tab{
    background-color: #736E6E;
}

#media-tab .nav-tabs > li.active > a,
#media-tab .nav-tabs > li.active > a:hover,
#media-tab .nav-tabs > li.active > a:focus {
  padding: 0;
  border: 0;
  font-size: 0;
}
#media-tab .nav-tabs {
  border: 0;	
/*  width: 25px;
  float: left;*/
}
#media-tab .nav-tabs > li > a:hover {
   
}
#media-tab .nav-tabs > li > a {
  padding: 0;
  margin: 0;
  height: 37px;
  width: 145px;
}
#media-tab .nav-tabs > li > #film-media-tab-button {
  background: url(ch01_56_dis.gif) right no-repeat; 
}
#media-tab .nav-tabs > li > #aks-media-tab-button {
  background: url(ch01_55_dis.gif) right no-repeat;
}
#media-tab .nav-tabs > li > #sound-media-tab-button {
  background: url(ch01_54_dis.gif) right no-repeat;
}
#media-tab .nav-tabs > li.active > #film-media-tab-button {
  background: url(ch01_56.gif) right no-repeat;	
}
#media-tab .nav-tabs > li.active > #aks-media-tab-button {
  background: url(ch01_55.gif) right no-repeat;    	
}
#media-tab .nav-tabs > li.active > #sound-media-tab-button {
  background: url(ch01_54.gif) right no-repeat;    	
}
#media-tab .nav-tabs > li {
  margin-bottom: -10px;
  width: 145px;
  height: 37px; 	
}
.lastyear-sameh2 {
/*  padding-left: 27px;*/
}
.media-bg1 {
  background: url(ch01_53.gif) repeat-x;
  -webkit-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  border-top-right-radius: 15px;	
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
    height: 32px;
}
.media-bg2 {
  height: 32px;
  background: url(ch01_52.gif) top right no-repeat;	
}
.media-bg4{
  height: 32px;
  background: url(ch01_52_2.gif) top left no-repeat; 
}
.media-bg3 {
  background: #726D6D;
  padding: 0px 10px 5px 10px;
}
.media-whole{
    border: 1px solid #868686;  
    padding: 18px  12px  5px  0px;
}
.inner-image{

}
.media-title-images {
  margin-bottom: 2px;
  position: relative;  
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);    	
}
.media-bottom-icon {
    color: white;
    font-size: 20px;
    position: absolute;
    right: 1085px;
    top: -68px;
}
@media screen and (max-width: 1210px) {
    .media-bottom-icon {
        display: none;
    }
}
.media-first-container {
  position: relative;
  display: none;	
}
.media-video-icon {
  background: url(ch01_58.png);
  width: 82px;
  height: 82px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
  top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
}
.media-image-icon {
  background: url(ch01_58_2.png);
  width: 82px;
  height: 82px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
  top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
}
.media-voice-icon {
  background: url(ch01_58_3.png);
  width: 82px;
  height: 82px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
  top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
}
.media-video-icon2 {
  background: url(ch01_59.png);
  width: 24px;
  height: 24px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
    right:4px;
    bottom:4px;
    margin:auto;
}
.media-image-icon2 {
  background: url(ch01_59_2.png);
  width: 24px;
  height: 24px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
    right:4px;
    bottom:4px;
    margin:auto;
}
.photo-count{
    color: #fff;
  position: absolute;
      right:35px;
    bottom:4px;
}
.media-voice-icon2 {
  background: url(ch01_59_3.png);
  width: 24px;
  height: 24px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
    right:4px;
    bottom:4px;
    margin:auto;
}
.media-frame ul li a:hover{
    border: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .media-first-container {
    margin-bottom: 3px;	
  }
  .media-whole{
    padding: 18px  0px  5px  0px;
}
  .media-title-images img {
    width: 181px !important;
    height: 106px !important;	  
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .media-title-images img {
    width: 133px !important;
    height: 75px !important;	  
  }
}
@media screen and (max-width: 768px) {
  .media-first-container {
    margin-bottom: 3px;	
  }
    .media-whole{
    padding: 18px  0px  5px  0px;
}
  .media-title-images img {
    width: 100% !important;  
  }
}
.media-bg-padding {
/*  padding-left: 27px; 	*/
}
.archive-no-button {
  background-image: url(ch01_60.gif) !important; 	
}
.poll-bg1 {
  background: url(ch01_28.gif) right no-repeat;	
}
.poll-bg2 {
  background: url(ch01_29.gif) top center no-repeat;
  height: 32px;	
}
.media-frame {
  margin-bottom: 10px;	
}
@media screen and (min-width: 992px) {
  .vizheh-in-sections .vizheh-list-image img {
    width: 162px !important;
    height: 95px !important; 	
  }
}
.box-default-bg {
  background: white;	
}
.multimedia-top-tab-header {
  background: #f1f1f1 url(ch01_53.gif) repeat-x;
  height: 28px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  border-top-right-radius: 15px;	
  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 5px;
  text-align: center;
  color: white;
  font-size: 14px; 
  line-height: 25px;
  font-weight: bold; 	
}
.doc-top-part1 {
  background:url(ch01_63.gif) repeat-x;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 32px; 
}
.doc-top-part1-left{
  background: url(ch01_63_3.gif) left top no-repeat;
  min-height: 32px;
}
.docDivsoutitr1 {

}
.docDivsoutitr2_right{
  background: url(ch01_68.gif) no-repeat left top;
  padding:20px 28px 20px 66px; 
  text-align: justify;
  line-height: 25px;
  font-size: 13px;
  color: #b50007;
}
.docDivsoutitr3_right{
  margin: 10px 0 10px 0px;
  background: url(ch01_67.gif) repeat-x top;
  background-color: #FFFFFF;
    border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 10px;
}
.docDivsoutitr3_left{
    margin: 10px 0px 10px 0px;
  background: url(ch01_67.gif) repeat-x top;
  background-color: #FFFFFF;
    border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 10px;  
}
.docDivsoutitr2_left{
      background: url(ch01_68_2.gif) no-repeat right top;
  padding:20px 66px 20px 28px; 
  text-align: justify;
  line-height: 25px;
  font-size: 13px;
  color: #5476e9;
}
.soutitr_left{
    float: left;
}
.soutitr_right{
    float: right;
}
#doc_keywords {
  color: gray;
  padding: 5px 0 10px;
  font-style: italic;	
}
/*/////////////////////////////////*/
.img-boxes {
    width: 360px;
    height: 204px;
}
.daricheh-icon {
                        display:none;
                        color: #fff; 
                    }
.daricheh-icon2 {
    color: #fff;
    line-height: 0;
    font-size: 11px;
    float: left;
    display: inline-block;
}
.title_multi{
      background: url("ch01_001.png") repeat;
    bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    padding-top: 10px;
    position: absolute;
    width: 97.5%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.img-boxes {
    width: 445px;
    height: 252px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.img-boxes {
    width: 335px;
    height: 190px;
}
}
@media screen and (max-width: 768px) {
.img-boxes {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 724px) {
   .title_multi{
    width: 98.2%;
} 
}

.title_multi a{
     color: #fff; 
      bottom: 20px;
}
.archive-date{
    position: absolute;
    color: #646464;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #000;
    bottom: 0px;
   width: 100%;
   right: 0px;
}
.multi-image-box{
    margin-bottom: 30px;
}
.container_multimedia{
    background-color: #191919;
    margin-top: -3px !important;
    padding-top: 6px;
}
.multi-img-frame {
/*  border: 1px solid #f3f3f3;  	*/
}
#send_doc1{
    color: #9A0000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    font-family: "IRAN";
}
.multi-title-multi a {
  color: #9f0000;
  text-decoration: none;
  line-height: 25px;   	
}
.multi-title-multi a:hover,.special-title a:hover {
  color: #E40000;	
}
.multi-routitr,.first-subtitle {
  font-size: 12px;
  padding-bottom: 5px; 	
}
.multi-routitr a,.first-subtitle a {
  color: #8f8f8f;
  text-decoration: none;   	
}
.multi-routitr a:hover,.first-subtitle a:hover {
  color: #dd000b;	
}
.multi-date{
  color: #8f8f8f;
  text-decoration: none;
  font-size: 12px;
  padding-bottom: 5px;   
}
.multi-title-multi {
  font-size: 18px; 	
  font-weight: bold;
  padding-bottom: 5px;
/*  background: url(ch01_17_2.gif) right 12px no-repeat;
  padding-right: 12px;*/
}
.multi-abs {
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
  color: #4f4f4f;
}
.multiStaff{
    display: inline-block;
    background: url('ch01_101.png') no-repeat left;
    padding-left: 10px;
    margin-left: 5px;
    float: right
}
.multidate{
    display: inline-block;
    padding-left: 10px;
    margin-left: 5px;
    float: right
}
.affix {
      top: 0;
    right: 0;
    width: 100%;
    margin-top: -5px;
    background-image: url(ch01_wap_logo.gif);
    -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);
        padding: 5px 10px 0;
    background: #890000;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
	z-index:999999;
}
.affix .navbar-default .navbar-nav > li > a{
        color:#fff !important;
}
.affix .navbar-default .navbar-nav > li > a:hover{
            color: #E40000 !important;
}
.affix .navbar-default .navbar-nav > li > a:focus,.affix  .navbar-default .navbar-nav > li > a:hover{background-image:none;}
.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
   
	background-color: #b50007 !important;
    padding-left: 15px !important;
    line-height: 21px;
    color:#fff !important;
}
.affix .navbar-default .navbar-nav > li.active {
    background: #bf0404  !important;
	background-image:none;
	
}
.affix .navbar-collapse {
    text-align: right;
         
          background: url('ch01_112.png') no-repeat right;
   
}
.affix .navbar-default .navbar-nav > li.active {
      margin-top: 0px;
   
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.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{
    margin-right: 54px !important;
    height: 40px !important;
    margin-top: 5px !important;
}
.affix .navbar-right ul.dropdown-menu{position:absolute}
@media screen and (max-width: 768px){
	.affix{    padding: 5px 0px 0;}
	.affix .navbar-right ul.dropdown-menu{position:relative}
	.affix .navbar-default .navbar-nav > li {
    height:auto;
}
.affix .navbar-collapse {

         background: #E0E0DF;
}
.affix .navbar-right{
    margin-right: 0px !important;
    height: auto !important;
    margin-top: 5px !important;
}
.affix .navbar-default .navbar-nav > li > a {
    color: #A30006 !important;
	    padding-right: 52px;
}
.navbar-default .navbar-nav > li > a {
    padding-right: 52px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    padding-right: 70px;
}
.affix.menu-container .navbar-header {
    background: #D3D4D3 url(ch01_logo.png) right no-repeat;
    background-size: contain;
}
}
/*/////////////////////*/
.video-style
{
  background-color: #f5f5f5;  
  position: relative;
}
.video-style h5{
    color: #6b6b6b;
    font-family: "IRAN";
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.video-title_style{
       background:url("ch01_74_4.gif") repeat-x;
    height:32px; 
    border-radius: 4px;
      -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.video-title{
       /*background:url("ch01_74_2.gif") no-repeat scroll center top;*/
    height: 32px;
    }
    .video-title-left{
     background: url("ch01_74.gif") no-repeat scroll left top;
    }
    .video-title-right{
/*  background:url('ch01_74_3.gif')no-repeat right top ;
    height: 43px;*/
    }
.naftnevisItems {
  position: relative;	
}
.naftnevis-images {
  width: 100%;
  height:auto;  
/*  background: #5b5b5b;    */
}
.intresting_title{
     text-align: right; 
     background:url("ch01_0095.gif") no-repeat right top;
     padding-right:10px;
     margin-top: 10px;
}
.intresting_title a{
    color: #4a4a4a;
    font-size: 15px;
    font-weight: bold;
}
.intresting-doc-date{
      color: #8a8a8a;
      text-align: right
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: visible;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	direction: rtl;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 3px 20px;
	font-size: 12px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-carousel{
  direction: ltr;	
}
.item.darkCyan img {
    width: 100%;
    border: 1px solid #c4c4c4;
    margin-bottom: 3px;
    padding: 1px;
}
.owl-item div.item {
      padding: 10px 0px 5px 0px;
}

.owl-prev {
position: absolute;
    left: -31px;
    top: 23%;
    background: url(ch01_114.png) left no-repeat !important;
    height: 62px;
    width: 30px;
    font-size: 0px;
/*    opacity: 0.15 !important;*/
	 transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.owl-next {
position: absolute;
    right: -32px;
    top: 23%;
    background: url(ch01_113.png) right no-repeat !important;
    height: 62px;
    width: 30px;
    font-size: 0px;
/*    opacity: 0.15 !important;*/
transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.owl-box-title{
 background: url('ch01_0099.gif') no-repeat top -3px right;
 padding-right: 15px;
 padding-top: 5px;
}
.owl-next:hover,.owl-prev:hover{opacity: 0.4 !important;;}
.owl-box-title a{
 color:#ad0006;
 font-size: 14px;
 line-height: 21px;
 font-weight: bold;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
	.owl-next {
    right: -32px;

}
}
@media screen and (max-width: 767px) {
	.owl-next {
    right: 5px;
	opacity: 1 !important;
}
.owl-box-title {
margin-right: 0;

}	
    .owl-prev{
       display: none;
    }
    .owl-next{
       display: none;
    }
.item.darkCyan img {
   width: 100%;
    height: auto;
}
.owl-item div.item {
    padding: 5px 0;
}
}
@media screen and (max-width: 1200px) and (min-width: 778px){
    .owl-prev{
        left: -26px !important;
    }
    .owl-next{
        right: -27px;
    }
        .owl-item div.item{
        padding: 5px 20px 5px 20px;
    }
}
@media screen and (max-width: 778px){
    .owl-item div.item{
        padding: 5px 10px 5px 10px;
    }
}
@media screen and (max-width: 992px){
        .owl-prev{
        left: -20px !important;
    }
    .owl-next{
        right: -20px;
    }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{text-align:center}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    color: white;
}
.owl-nav{display:block}
.owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
/*    display: inline-block;*/
display: none;
}
.owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #666666 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #fff none repeat scroll 0 0;

}
.owl-stage{
    background-color: #f3f3f3;
    height: 151px;
}
.sardabir_box{
    background:#f3f3f3;
   
}
div#docDataRow {
    color: #000;
}
.sardabir_right{
    background: url('ch01-097.gif')no-repeat top right;
    height: 27px;
}
.sardabir_head{
    background: url('ch01-098.gif')repeat-x;
    height: 27px;
}
/*////////////////////////////////*/
.section-bg1{
    background: url('ch01_0111.gif') repeat-x;
    height: 27px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.section-bg-left{
   background: url('ch01_0112.gif') no-repeat top left;
      height: 27px;
}
.section-bg-left a{
      font-size: 13px;
      padding-right: 15px;
      color: #940000;  
}
.bargozide_row{
padding-bottom: 10px;
background: url('ch01_0113.gif') no-repeat top right;
    padding-right: 15px;
}
.bargozide_row a{
    color: #404040;
}
.bargozide_row a:hover{
          color: #9a0000;  
}
.bargozide_row:hover{
    background: url('ch01_0114.gif') no-repeat top right;
}
html,body{
    overflow-x: hidden
}
/*//////////////////////////////////////////////*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.comment-style{
    position: absolute;
    bottom: 0px;
}
.sub-style{
       position: absolute;
    bottom: 0px; 
}
/*/////////////////////*/
.last-title {
  margin-bottom: 5px; 	
}
.last-title:hover {	
}
@media only screen and (max-width: 768px) {
  .last-title {
    	
  }
}
.last-title a {
  color: black;
  text-decoration: none;	
}
.last-title a:hover {
  color: #b50007; 	
}





.top-marquee {
  overflow: hidden; 
  direction: ltr;
  height: 20px;
}
.marquee-items {
  padding-left: 20px;
  display: inline-block;
  direction: rtl;	
  white-space: nowrap;
}
.marquee-items a {
  color: #b70000;
  text-decoration: none;
  line-height: 24px;	
}

.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;	
}
div#langbar a {
    background: url(ch01-0105.gif) top right;
    color: #fff;
    padding: 0px 13px 1px;
    font-size: 12px;
    border-radius: 15px;
}
div#langbar {
    float: left;
    margin-top: 20px;
    margin-left: 21px;
}
@media only screen and (max-width: 992px) {
div#langbar {
    float: right;
}
}
@media only screen and (max-width: 520px){
div#langbar {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}
}
a,a:focus,a:hover,a:active{text-decoration:none;}
.translate-bg1 {
    background: url(ch01-0106.gif) top left no-repeat;
}
.translate-box {
    padding: 10px 0;
}
form input[type=text], form input[type=date], form input[type=password], form input[type=datetime], form input[type=number], form input[type=search], form input[type=time], form input[type=url], form input[type=email], textarea, select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid rgba(190, 190, 190, 0.68);
    padding: 2px 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border-radius: 4px;
    margin-bottom: 3px;
}
form input[type=text]:focus, 
form input[type=date]:focus,
form input[type=datetime]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form textarea:focus, 
form select:focus{
-moz-box-shadow: 0 0 8px #88D5E9;
-webkit-box-shadow: 0 0 8px #88D5E9;
box-shadow: 0 0 8px #88D5E9;
border: 1px solid #88D5E9;
}
/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em !important;
	padding: 0.85em 0.15em;
	width: 100%;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
  border-color: hsl(0, 100%, 27%);
}


.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }
.bgcolor-4 { background: #2f3238; color: #fff; }
.bgcolor-5 { background: #df6659; color: #521e18; }
.bgcolor-6 { background: #2fa8ec; }
.bgcolor-7 { background: #d0d6d6; }
.bgcolor-8 { background: #3d4444; color: #fff; }


/* Component Start */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.input__field {
position: relative;
display: block;
float: right;
padding: 15px 0px 18px !important;
width: 100%;
border: none !important;
border-radius: 0 !important;
color: #828282;
font-weight: bold;
-webkit-appearance: none;
}

.input__field:focus {
outline: none;
border: none !important;
box-shadow: none !important;
}
.tanx{  
float: right;
width: 100%;
padding: 0 5px 10px;
color: #05616b;
font-size: 13px;
}
.input__label {
	display: inline-block;
float: right;
padding: 0 ;
width: 100%;
color: #6a7989;
font-weight: bold;
text-align: right;
font-size: 70.25%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 0 0;
	width: 100%;
}
.btneffect {

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 5px 10px;
    padding: 4px 20px;
    border: 2px solid #890000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #890000;
    border-radius: 0;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.31);

}
.btneffect:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}


.btneffect:hover {
  cursor: pointer;
  color:#fff;
}
.btneffect:hover:after {
  width: 100%;
  left: 0;
}
/* Customize the label (the container) */
.label_container {
display: block;
position: relative;
padding-right: 25px;
margin-bottom: 7px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: normal;
}

/* Hide the browser's default checkbox */
.label_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 5px;
right: 0;
height: 15px;
width: 15px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: #d8d8d8;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked ~ .checkmark {
background-color: #3853a4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
left: 5px;
top: 1px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.no-padding {
    padding: 0;
}