
@font-face {
font-family: 'iransans-x';
font-style: normal;
font-weight: 400;
src:  url('iransansx-regular.woff2') format('woff2'), 
     url('IranSans.woff') format('woff'), url('IranSans.ttf') format('truetype');
}

/*@font-face {
font-family:'iransansx-bold';
src:url('iransansx-bold.woff2') format("woff2"),url('Nazanin.woff') format("woff"),url('Nazanin.ttf') format("opentype");
font-weight:400;
font-style:normal
}*/

@font-face {
font-family:'iransansx-bold';
src:url('iransansx-bold.woff2') format("woff2"),url('IranSans.woff') format("woff"),url('IranSans.otf') format("opentype");
font-weight:400;
font-style:normal
}

div.lysprites1,a.lysprites1,button.lysprites1,table.lysprites1,td.lysprites1{
  background: url(lysprites.png) no-repeat;  
}
button {
    outline: none;
}


/* font awsomeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
span.hlstyle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: #ffffbf; 	
  font-style: italic;
  padding: 2px;
  padding-top: 0px;
}	
body{
background: #ebeaea;
/*padding-top: 40px;*/
}
hr.space {
    margin: 10px 0px;
    height: 1px;
    background: #efefef;
    border: 0;
}
.space-net {
    margin: 2px 0px !important;
}
.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; }
.container {
    background: #fff;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
/** iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

 Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead 
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}*/


/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	left: 3px;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid;
}

/* 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: -2px 15px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px solid;
	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 solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a ,.navbar-nav ul > li > a{
    font-size: 14px;
    /* font-weight: 700; */
    padding-bottom: 5px;
    color: #ffffff;
    color: #333;
    padding: 7px 15px;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    background: #c3d5c7;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
    left: 0;
    right: 0px;
    padding: 0;
    min-width: 300px !important;
    text-align: right;
    /*margin-top: 6px !important;*/
}
.navbar-right ul.dropdown-menu li ul{left: 0;
	right: auto;
	 padding: 0;}

.affix .navbar-right ul.dropdown-menu {
    left: 0;
    right: auto;
    padding: 0;
}
.affix .navbar-right ul.dropdown-menu li ul{left: 0;
	right: auto;
	 padding: 0;}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 
.nopadding {
    padding: 0;
    margin: 0;
}
.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: 0 !important;
    padding: 5px 10px;
    text-align: right;
    position: relative;
    top: auto;
    right: 0;
    z-index: 10;
    /* bottom: 5px; */
    /* left: 0; */
    background: #fff;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    /*width: 20%;*/
}
.lSSlideOuter .lSPager.lSpg > li a {
background: #b7cfff;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 99;
    /* box-shadow: inset 1px 1px 2px #464646; */
    -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: #fe0000;
    border: 3px solid #b7cfff;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
.film-image img {
    width: 100%;
    
    
}
.first-title img {
    width: auto;
}
.film-image {
    position: relative;
}
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('lightslider-controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 30px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 30px;
}
.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;
	overflow: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 {
        /*margin-top: 10px;*/
   
}

@media screen and (max-width: 991px) {
.body-top-bg {
    z-index: 1000;
}
}
.center_box2 {
    height: 40px;
}

html,div,table,p,span,select,input,textarea,button {
font-size: 13px;
    font-family: 'iransans-x',Tahoma, Arial, Verdana, sans-serif;
    line-height: 25px;
}
@media screen and (max-width: 800px) {
  html,div,table,p,span,select,input,textarea,button {
font-size: 14px;
  }
  .first-routitr-big-text{
    margin-top: 10px;
  }   

}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;	
  line-height: 15px !important;
}
A {
  line-height: 21px;
  text-decoration: none;
  outline: 0;	
}
A:focus,A:active {
  text-decoration: none;
}
A:hover {
text-decoration: none;
}

/*Toolbar*/
.toolbar,.section_toolbar ,.doc_toolbar,.general_toolbar{
  display: none;
}

.general_toolbar {
  background: white;	
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .doc_toolbar,.general_toolbar {
    padding-top: 0px; 
  } 
  .foot-menu-items a {
    font-size: 10px !important;
    }

}

/*End*/
/*Content Div*/
.content,.section_content,.doc_content,.general_content{
  padding-top: 0px;
  padding-bottom: 9px;
  min-height: 320px;
}
.general_content {
 padding: 0px;
}
.white-border{
background: #f2f2f2
}
div#bargozidehcont {
    background: #fff;
}
div#feedback-form-col {
/*    background: #fff;
    padding: 10px;*/
}
.white-border:before {
    width: 20px;
    content: '';
    position: absolute;
    height: 0px;
    top: 0px;
    border-right: 12px solid white;
    border-top: 26px solid #f2f2f2;
    right: 0px;
}
.doc_content {
padding: 0px;
    /* background: #fff; */
}
.breadcrumb {
    padding: 0px;
    border-radius: 0px;
    /* margin-bottom: 2px; */
    /* margin-top: 1px; */
    background: #fff;
/*    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.docDiv3Date {
    font-size: 0.9rem !important;
    padding: 0px 5px;
    text-align: left;
}
.section_content {
     /* background: #f4f4f5; */
    background: #fff;
 padding: 10px 0px;
}
/*div#bargozidehcont {
    padding: 0px;
}*/
/*End*/
/*Sidebar*/
.sidebar,.section_sidebar {
 margin-top: 0px;
    
}
.advertise_div_imp {
    padding: 0 5px;
    margin-bottom: 8px;
}
.pl10 {
    padding-left: 10px;
}
.doc_sidebar {
  padding-top: 0px;
}

/*End*/
/*.clearfix.br-top {
    position: absolute;
    width: 100%;
    height: 15px;
    background: #fff;
    top: -1px;
    box-shadow: -1px 1px 5px #d8d8d8;
}*/
/*#footer,#doc_footer,#section_footer,#general_footer {
   background: #ebe2d5 url(ch01_1_04.png) repeat-x;
    min-height: 194px;
}*/
html,body{overflow-x:hidden;}
@media screen and (max-width: 767px) {
  
}
.footer-logo2 {
    padding-top: 20px;
}
.footer-logo2 a {
    width: 100%;
    height: 100px;
    background: url(ch01_0005.png)center center  no-repeat;
    display: block;

}
.logo-col {
min-height: 220px;
}
.footer-div {
    /*background: #901216;*/
}


.footernews {
    height: 255px;
    overflow-x: hidden;
    scrollbar-color:#fff #5c7f75;
    scrollbar-width: thin;
}
.top-bar-left {
     padding-top: 10px;
}
a.footer-logo2 {
  background: url(ch01_07.gif) center center no-repeat;
  width: 169px;
  height: 67px;
  display: inline-block;
  font-size: 0;
}
.footer_parent {
    /*border-bottom: 1px solid #ebe2d5;*/
}
.footer-menu {
text-align: center;
padding: 5px 0px;
}
.footer-menu-bg1 {
  display: inline-block;	
}
.footer-menu-bg2 {
  display: inline-block;	
}
.footer-menu-bg3 {
   	
}
.foot-menu-items {
  display: inline-block;
padding: 0 12px;
    position: relative;
}
/*.headr-menu-items ::after {
    content: '';
    margin-right: 5px;
    font-size: 19px;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 3px;
    left: 0px;
    border-radius: 50px;
    background: #fff;
}
.foot-menu-items:last-child {
  border:none;
    content: '';
}
.foot-menu-items:last-child ::after{
  display: none;
}
.foot-menu-items a::last-child:after{
    content: '';
}*/
.foot-menu-items a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.foot-menu-items a:hover {
color: #ffffff;

}

.header {
/*    height: 148px;
    position: relative;*/
}
header .container {
background: #fff;
/*padding: 0px 10px;*/
}
.middel-header.container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-header.container {
    padding-bottom: 35px;
}
.body-top-bg {
    height: auto;
}

.header-logo {
    font-size: 0;
    top: 0;
    height: 100px;
    z-index: 10;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
    /* padding-bottom: 10px; */
    position: relative;
    background: url(ch01_05.png) right center no-repeat;
    background-size: 54px;
    background-position: right 0px;

}

.header-logo a {
    width: 100%;
    height: 100px;
    float: right;
    right: 0px;
    /* margin-top: 0px; */
    /* margin-right: 15px; */
    background: url(ch01_05_2.png) center  center no-repeat;
    background-size: contain;
    position: relative;
    /* top: 8px; */
}


.left-logo {
    font-size: 0;
    top: 0;
    z-index: 10;
    height: 65px;
    margin-top: 22px;
    margin-left: 0px;
    position: relative;
    background: url(ch01_5.png) left center no-repeat;
}


.center_box {
    text-align: center;
    background: url(ch01_04.gif) left 0px repeat-x;
    position:relative;
}
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: relative;
    bottom: 0px;
    padding: 0;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*.head-menu-container::before{
    content: "";
    background: #ff5400;
    width: 10px;
    height: 32px;
    position: absolute;
    right: -10px;
    border-radius: 3px;
}
.head-menu-container::after{
  content: "";
    background: #ff5400;
    width: 10px;
    height: 32px;
    position: absolute;
    left: -11px;
    top: 0px;
    border-radius: 3px;
}*/
.head-social-icons {
    left: 0px;
    text-align: center;
    /*margin-top: 4px;*/
    height: 30px;
 
}
/*.head-social-icons a {
    float: left;
}*/
.top-header {
    /*background: #0e32b5;*/
    /* border-top: 3px solid #4fade3; */
}


.lysprites {
	background: url(ch01_08.png) left 0px no-repeat;
}
.date-icon {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding-right: 0px;
    float: right;
    left: 10px;

}
.date-icon svg {
    width: 26px;
    float: right;
    margin-top: 6px;
}
.top_bar {
/*padding-top: 3px;*/
}
.date-icon span {
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
}


@media screen and (max-width: 768px) {
   
  .head-menu-container {
/*    position: absolute;
    top: 71px;*/
    right: 0;
    padding-right: 0px !important;
  }
  .head-social-icons {
right: auto;
    left: 0px;
    top: 25px; 
  }
  .date-icon {
    /*position: absolute;*/
    top: 50px;
    left: 15px;
    right: auto;
  }
}
@media screen and (max-width: 360px) {
   
 .foot-menu-items a {
    font-size: 10px;
    }
}

.mobile-date {
    background: #232323;
}
@media screen and (max-width: 767px) {
/*  .header {
    height: 60px; 
  }*/
  .head-menu-container {
/*  position: absolute;
    top: 120px;*/
  right: 0;
  left: 0;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: none;
  padding-top: 5px;
  }  
   a.header-logo {
    display: none;
}

.hadith span {
    background-size: contain !important;
    height: 50px !important;
}
  .list-group-media{
      display:none;
  }
/*  .header-logo {
      background: #d71920 url(ch01_05.png) center top no-repeat;
    }*/
  .body-top-bg {
     z-index: 1000;
         height: auto;
}
 .head-social-icons {
    /* display: none; */
    position: absolute;
    width: 75%;
    top: 62px;
    left: 35px;
    z-index: 9999;
    padding-top: 0px !important;
  }
  .head-social-icons a::after, .foot-social-icons a::after{
      right:-3px !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 {
    font-size: 10px;
    color: #a8a8a8;
    float: left;
    width: 85%;
    height: 23px;
    border: 1px solid #8c8c8c;
    padding: 7px;
    border-radius: 20px;
    outline: none;
}
#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: white;
  font-size: 20px;
    left: 10px;
  position: absolute;
  top: 13px;
  z-index: 1001; 	
  cursor: pointer;
  
}
.xssearchbox {
  display: none;
  padding: 13px 10px;
}
.xssearchbox2 {
        display: none;
}
.xssearchbox3 {
    display:none;
    z-index: 9999999999999999;
    position: absolute;
    right: 70%;
    left: 42px;
    top: -3px;
}

@-webkit-keyframes slide {
    100% { right: 268px; }
}

@keyframes slide {
    100% { right: 268px; }
}
.xssearchbox2 .form-control,.xssearchbox3 .form-control {
      display: block;
    width: 100%;
    right: 0px;
     height: 32px; 
    /* margin-top: 7px; */
    padding: 5px 10px;
    font-size: 12px;
    color: #2a2a2a !important;
    background: #fff;
    border: none;
    /* border: 1px solid #d5d5d5; */
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    box-shadow: 0px 0px 4px #a1a1a1;
    transition: none;
}
.xssearchbox2 input:placeholder-shown ,.xssearchbox3 input:placeholder-shown {
  color:#2a2a2a;
}
.xssearchbox2 ::-webkit-input-placeholder ,.xssearchbox3 ::-webkit-input-placeholder { /* Chrome */
  color: #2a2a2a;
}
.xssearchbox2 :-ms-input-placeholder,.xssearchbox3 :-ms-input-placeholder { /* IE 10+ */
  color: #2a2a2a;
}
.xssearchbox2 ::-moz-placeholder,.xssearchbox3 ::-moz-placeholder { /* Firefox 19+ */
  color: #2a2a2a;
  opacity: 1;
}
.xssearchbox2 :-moz-placeholder,.xssearchbox3 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #2a2a2a;
  opacity: 1;
}
.head-login a{
    position: absolute;
    left: 40px;
    width: 30px;
    height: 20px;
    top: 0px;
    background: #000;
}

div.footer-search {
    width: 70%;
    height: auto;
    margin: 6px auto;
}
.header-search-container {
    height: 29px;
    width: 300px;
    z-index: 9999;
    margin: 0px;
    margin-right: auto;
    margin-top: 40px;
    position: absolute;
    left: 0px;
}
.action_bar {
    height: 45px;
}

div.header-search {
    padding-top: 38px;
    /*padding-bottom: 30px;*/
}

.more-search {
    position: absolute;
    left: 10px;
    bottom: 30px;

}
.more-search a {
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
}
.more-search a:hover {
  color: #a1c1c1;
}
.footer-more-search {
    position: absolute;
    left: 10px;
    bottom: 9px;
}
.footer-more-search a {
    font-size: 11px;
    color: #fff;
}
.footer-more-search a:hover {
    
color: #dcdcdc;
}


.foot-social-icons {
    text-align: center;
   padding-top: 8px;

}
.foot-social-icons a,.head-social-icons a {
    display: inline-block;
    margin-right: 12px;
    width: 23px;
    height: 23px;
    position: relative;
}
/*.head-social-icons a::after ,.foot-social-icons a::after{
    content: '';
    margin-right: 0;
    font-size: 19px;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 3px;
    right: -8px;
    border-radius: 50px;
    background: #2e3192;
}*/
.foot-social-icons a::after {
    background: #ffffff;
}
.head-social-icons a:first-child::after,.foot-social-icons a:first-child::after{
   display:none;
}

.head-social-icons {
    /*padding-top: 40px;*/
}


/*
@media screen and (max-width: 767px) {
  .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;
  }
}

*/
.foot-social-icons .lysprites {
    background: url(ch01_014.png) left 0px no-repeat;
}
a.rss-ico { background-position: -101px 0 !important;}
a.twitter-ico { background-position: -66px 0 !important;}
a.facebook-ico { background-position: -32px 0 !important;}
a.telegram-ico { background-position: 2px 0 !important;}

@media screen and (max-width: 1339px) {
  
}

#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-container {
margin-right: auto;
    /*width: 666px;*/
    margin-left: auto;
}

@media screen and (max-width: 991px) {

.copyright-container {
      padding-top: 10px;
}
  .foot-social-icons.head-part {
    top: 30px;	
  }
  .foot-social-icons.head-part a {
    margin: 0;
    margin-right: 14px;  	
  }
  
}
@media screen and (max-width: 767px) {
 .copyright-container {
       padding-top: 50px;
}
}
@media screen and (max-width: 600px) {
 .copyright-container {
       padding-top: 20px;
           width: auto;
           text-align: center;
}
#company_copyright {
    text-align: center !important;
}
}
@media screen and (max-width: 370px) {
 
}
@media screen and (max-width: 250px) {

}
@media screen and (max-width: 280px) {
 
}
/*
@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: 767px) {
  .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: #1a539f;
  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;
}
.footer-search-col {
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-bg {
 height: auto;
     padding: 25px 0px;
     background: #ccc;
}
.footer-logo {
     background: url(ch01_24.png)right top no-repeat;
height: 45px;
}
.footer-logo a {
width: 340px;
 height: 45px;
    position: absolute;
    right: 0;
}
.foot-static-menu {
    text-align: center;
    margin-left: auto;
    /*margin-bottom: 2px;*/
}
.foot-static-menu a {
    color: #333;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
}
.foot-static-menu a:hover {
color: #000000;
}

.head-static-items {
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    border-radius: 15px;
    margin-bottom: 3px;
    position: relative;
    /* background: #5c7eb2; */
    padding: 0px 8px;
   
}
.foot-static-items {
    display: inline-block;
    padding: 1px 8px;
    position: relative;
}
/*.foot-static-items::after,
.head-static-items::after {
    content: '';
    margin-right: 5px;
    font-size: 15px;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 12px;
    left: -4px;
    border-radius: 0px;
    background: #f98b0a;
}*/

.head-static-items:last-child::after,.foot-static-items:last-child::after{
    display: none;
}
.head-static-menu {
    text-align: left;
    /* background: #b80008; */
    padding-top: 2px;
    padding-left: 0px;
    float: left;
}
.foot-static-items:last-child:after {
    content: '';
}


.head-static-menu2 {
    text-align: center;
    position: absolute;
    left: 45px;
    top: 50px;
	    z-index: 9;    right: auto;
}
.new_ds48 {
    padding: 10px 0px 20px;
}
.head-static-menu a {
color: #ffffff;
    text-decoration: none;
font-size: 12px;
}
.head-static-menu a:hover {
color: #adadad;
text-decoration: none;	
}

@media screen and (min-width: 767px) {
  .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 {
/*       color: #fff;
    background: #cc0001;*/
  }
  .navbar-nav > li > a {
padding: 10px 15px  !important;
  }
  .affix .navbar-nav > li > a {
padding: 10px 15px  !important;
border-radius: 0px !important;
    }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  	 background-color: transparent;
    color: white;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333;
    /* border-left: 1px solid #fff; */
    white-space: nowrap;
    font-size: 1.5em;
    font-weight: 500;
  }
/*.navbar-default .navbar-nav > li::after {
    content: '';
    margin-right: 5px;
    font-size: 19px;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 14px;
    left: 0px;
    border-radius: 50px;
    background: #cc0001;
}*/
/*.affix .navbar-default .navbar-nav > li::after {
    top: 14px;
}*/
.navbar-default .navbar-nav > li:last-child:after{
  display: none;
}
 .navbar-default .navbar-nav > li.active {

  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #e9e9e9;
color: initial;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  	 background-color: transparent;
  }
  .menu-container {
    
  }
  .navbar-nav > li {
    float: right;
    padding: 0px;
    }
/*  .navbar-nav > li::after {
    content: '|';
    color: #d77400;
    margin-right: 5px;
    left: -2px;
    position: absolute;
    top: 5px;
    font-size: 17px;
  }*/
  .affix .navbar-nav > li::after {
    top: 5px;
    }

/*  .navbar-nav > li:last-child::after {
   display: none;

    }*/
}
.no-gutter {
  padding: 0;	
}
.menu-container {

}
@media screen and (max-width: 1200px) {
  .menu-container {
     width:100%;
  }
       .sidebar_social {
            display: none;
        }
}
@media screen and (max-width: 767px) {

  .header {
height: auto;
  }
  .header_shortcode {
    margin-top: 10px;
}
  .container>.navbar-header {
    margin-right: -5px;
    margin-left: -5px;
    /*background: #202020;*/
}
.space {
    border-bottom: 1px solid #8a8a8a;
}
.space:last-child {
    border-bottom: 0px ;
}
  .menu-container .navbar-toggle {
  	  background-color: #b50007;
  }
  .menu-container .navbar-default .navbar-toggle {
  	  border-color: white;
  }
  .menu-container .navbar-default .navbar-toggle .icon-bar {
  	  background-color: white; 
  }
  .menu-container .navbar-collapse {
    background: #ffffff;
    border: 1px solid #e3e3e3;
  }
  .menu-container .navbar-default .navbar-nav > li > a {
  	color: #333;
	padding-right: 28px;
  }
.navbar-default .navbar-nav > li a:hover {
    border-bottom: 0px !important;
    border-radius: 6px;
}
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
div.header-search {
    position: relative;
    z-index:0;
        display: none;
}



}
.navbar {
  min-height: inherit !important;
  margin-bottom: 0;	
}
#date_selector9 {
    /* padding: 10px; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    margin-bottom: 15px;
    /* margin-top: 10px; */
    background: #f5f5f5;
    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) center 10px no-repeat;
    height: 25px;
    width: 78px;
    cursor: pointer;
    border: 0 solid;	
}
#pages_tbl{
  direction: rtl;
  text-decoration: none;
  height: 23px;
}
table#pages_tbl td img {
    width: auto;
}
#page_sel {
padding: 0;
    color: #ffffff;
    cursor: default;
    text-align: center;
    background: #2a4d42;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 50%;
    border: 3px solid #688c82;
    display: inline-block;
    font-size: 15px;
    margin: 0px 5px;
    width: 25px;
    height: 25px;
}
#page {
    padding: 0;
    color: #ffffff;
    cursor: default;
    text-align: center;
  background: #688c82;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    display: inline-block;
    font-size: 15px;
    margin: 2px 5px;
    width: 25px;
    height: 25px;
}
a.page_url {
 color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0 5px;

}
a.page_url2 {
  color:white;    padding: 0 8px;
  text-decoration: none;
  font-size: 16px;	
}
td#page_sel a {

    color: #fff;
}
#pages_tbl td img {
    width: auto;
    margin: 0px 10px;
}
a.page_url:hover,a.page_url2:hover {
  color: #1a1a1a;
  text-decoration: none;
}
#pages_main_div {
direction: ltr;
    text-align: left;
    padding: 10px 0px;
}
.alert-font {
  font-size: 15px;	
}
/*Static Docs*/
#static1 {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 10px 5px;
    margin-top: 0px;
    font-weight: 700;
    background: #424242;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    padding: 7px 5px;
    /* background: #ececec url(ch01_09.png)right 0px repeat-y; */
    font-family: 'iransansx-bold';
}
.send_note {
    background: #fff;
    padding: 0 15px;
}
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;
background: #ffffff;
-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: 1px;
}
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 0px #b4b4b4a6;
    -webkit-box-shadow: 0 0 0px #b4b4b4a6;
     box-shadow: 0 0 0px #b4b4b4a6; 
    border: 1px solid #b6b6b68f;
    background: #e9e9e9;
}
form .field-divided{
width: 49%;
}

form .field-long{
width: 100%;
}
form .field-select{
width: 100%;
}
form .field-textarea{
height: 100px;
}
form input[type=submit], form input[type=button]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
form input[type=submit]:hover, form input[type=button]:hover{
background: #4691A4;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
#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: #424242;
    color: white;
    border-radius: 5px 5px 0 0; 	
}
.lkContainer {
  /*border: 1px solid #9f9f9f;*/
  border: 1px solid #363636;
  border-top: 0px;
  background: #f4f4f4;
}
.links3 {  
  padding: 4px 10px 4px 10px;	
  text-align: center;
}
.links3 a {
  color: black;
  text-decoration: none;
}
.links3 a:hover {
  color: #012793;
  text-decoration: none;	
}
.links4 {
  height: 16px; 
  padding: 0px 5px 0px 5px;	
}
a.links_next {
  float: left;
  width: 16px;
  height: 16px;
  background: url(ch01_next_link.gif);
  font-size: 0pt; 
  margin-top: 3px;
  cursor: pointer;
}
a.links_next.nelinkinactive {
  background: url(ch01_next_link_ds.gif);
  cursor: default;
}
a.links_prev {
  float: right;
  width: 16px;
  height: 16px; 	
  background: url(ch01_prev_link.gif);
  font-size: 0pt;
  margin-top: 3px;
  cursor: pointer;
}
a.links_prev.prlinkinactive {
  background: url(ch01_prev_link_ds.gif);
  cursor: default;
}
.links5_new {
  background: url(ch01_new_link.gif) left top no-repeat;
  padding-left: 20px;	
}
.links5_hot {
  background: url(ch01_hot_link.gif) right top no-repeat;
  padding-right: 20px;	
}
.links6 {
}

#feedbackHeader1 {
  background: #e7e8e8; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#feedbackHeader2 {
background: #fff url(ch01_65.gif) top right no-repeat;
    height: 19px;
    margin-bottom: 10px;

}

.comments-form-titles {
  font-size: 12px;
  color: #808080;	
}
.comments-form-titles span {
  color: red;	
}
.comments-button {
    margin-top: 0px;
    border-radius: 10px;
    padding: 6px 13px;
    border: 0;
    background: #333333;
    color: white;
    font-size: 13px;
    float: left;
    border: 1px solid #d4d4d4;
}
.comments-header3.cms{
    height: 30px;
    padding: 5px;
    background: url(ch01_43.gif) right 0px no-repeat;
}
.comments-button:hover {
    background: #cc0001 !important;
    color: #fff;	
}
.comments-form-fields {
  width: 100%;	
}
textarea.comments-form-fields {
  height: 190px;	
}
.user-comment-area {
    /*margin-bottom: 10px;*/
    /*border: 1px solid #eaeaea80;*/
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
        clear: both;
}
.replay-comment {
 margin-top: 0px;
    padding: 0px;
    background: #ededed;
}
/*.user-comment-area::before {
    content: '';
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(ch01_009.png) right bottom no-repeat;
    z-index: 9;
    top: 15px;
}*/
@media screen and (max-width: 767px) {
  .user-comment-area {
/*  	 margin-bottom: 10px;
    padding-bottom: 10px;*/
  }
  .breadcrumb ::before , .user-comment-area::before{
      display:none;
  }
}
.comment-box {
    background: #fff;
    margin-bottom: 10px;
    padding: 0px;
    
    border: 1px solid #fff;
}
.user-comment-name {
    text-align: center;
    font-size: 1.3em;
    /* padding: 5px 58px 7px 10px; */
    color: #302f2e;
    position: relative;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2263%22%20height%3D%2263%22%20viewBox%3D%220%200%2063%2063%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M62.999%2C31.498%20C62.999%2C14.131%2048.868%2C-0.001%2031.499%2C-0.001%20C14.131%2C-0.001%20-0.001%2C14.131%20-0.001%2C31.498%20C-0.001%2C40.673%203.944%2C48.942%2010.224%2C54.703%20L10.194%2C54.730%20L11.215%2C55.591%20C11.282%2C55.648%2011.354%2C55.694%2011.421%2C55.748%20C11.964%2C56.198%2012.526%2C56.625%2013.099%2C57.039%20C13.284%2C57.174%2013.470%2C57.308%2013.659%2C57.437%20C14.270%2C57.859%2014.898%2C58.259%2015.539%2C58.638%20C15.679%2C58.721%2015.820%2C58.801%2015.961%2C58.881%20C16.663%2C59.281%2017.380%2C59.658%2018.115%2C60.003%20C18.168%2C60.029%2018.223%2C60.052%2018.277%2C60.077%20C20.670%2C61.189%2023.224%2C62.006%2025.896%2C62.488%20C25.965%2C62.500%2026.035%2C62.514%2026.107%2C62.527%20C26.936%2C62.669%2027.774%2C62.784%2028.623%2C62.860%20C28.726%2C62.869%2028.829%2C62.875%2028.933%2C62.884%20C29.779%2C62.954%2030.633%2C62.999%2031.499%2C62.999%20C32.357%2C62.999%2033.204%2C62.954%2034.044%2C62.887%20C34.151%2C62.877%2034.257%2C62.872%2034.364%2C62.862%20C35.206%2C62.786%2036.038%2C62.675%2036.859%2C62.534%20C36.930%2C62.521%2037.002%2C62.508%2037.073%2C62.495%20C39.704%2C62.023%2042.222%2C61.225%2044.584%2C60.141%20C44.671%2C60.101%2044.759%2C60.063%2044.846%2C60.022%20C45.553%2C59.690%2046.244%2C59.331%2046.921%2C58.949%20C47.089%2C58.855%2047.256%2C58.759%2047.423%2C58.660%20C48.040%2C58.297%2048.645%2C57.917%2049.234%2C57.515%20C49.446%2C57.370%2049.654%2C57.217%2049.863%2C57.067%20C50.366%2C56.704%2050.860%2C56.332%2051.340%2C55.941%20C51.446%2C55.855%2051.561%2C55.781%2051.665%2C55.692%20L52.713%2C54.817%20L52.682%2C54.791%20C59.016%2C49.027%2062.999%2C40.720%2062.999%2C31.498%20ZM2.290%2C31.498%20C2.290%2C15.393%2015.393%2C2.290%2031.499%2C2.290%20C47.605%2C2.290%2060.708%2C15.393%2060.708%2C31.498%20C60.708%2C40.178%2056.900%2C47.981%2050.870%2C53.335%20C50.533%2C53.102%2050.194%2C52.894%2049.847%2C52.720%20L40.149%2C47.871%20C39.278%2C47.436%2038.737%2C46.561%2038.737%2C45.588%20L38.737%2C42.201%20C38.962%2C41.923%2039.199%2C41.610%2039.444%2C41.265%20C40.699%2C39.491%2041.706%2C37.519%2042.441%2C35.397%20C43.892%2C34.707%2044.829%2C33.261%2044.829%2C31.630%20L44.829%2C27.569%20C44.829%2C26.576%2044.465%2C25.613%2043.813%2C24.854%20L43.813%2C19.510%20C43.872%2C18.914%2044.083%2C15.560%2041.656%2C12.793%20C39.545%2C10.382%2036.128%2C9.163%2031.499%2C9.163%20C26.870%2C9.163%2023.454%2C10.382%2021.343%2C12.791%20C18.915%2C15.560%2019.126%2C18.915%2019.186%2C19.509%20L19.186%2C24.853%20C18.535%2C25.611%2018.169%2C26.575%2018.169%2C27.566%20L18.169%2C31.629%20C18.169%2C32.889%2018.735%2C34.066%2019.705%2C34.859%20C20.632%2C38.494%2022.542%2C41.246%2023.247%2C42.178%20L23.247%2C45.493%20C23.247%2C46.427%2022.738%2C47.287%2021.916%2C47.735%20L12.859%2C52.677%20C12.571%2C52.833%2012.284%2C53.017%2011.998%2C53.222%20C6.043%2C47.869%202.290%2C40.114%202.290%2C31.498%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')center top no-repeat;
    padding: 65px 0px 0px;
min-height: 80px;
    
}
.user-comment-name span {
background: #ffffff;
    padding: 1px 30px;
    border-radius: 9px;
}
.user-comment-date {
text-align: center;
    /* min-height: 15px; */
    font-size: 13px;
    color: #090909;
    width: auto;
}
.user-comment-content {
    text-align: justify;
/*    line-height: 1.4em;
    font-size: 1.2em;*/
    padding: 10px;
    min-height: 70px;
    /* background: #fff; */
    clear: both;
}
.user-comment-icons {
    float: right;
    margin-right: 5px;
    margin-top:5px;
}
.top-cmd-head {
background: #c5e1c5;
}
.user_info {
    background: #edf1f4;
        padding-top: 10px;
}
.user_comment {
    padding-right: 20px;
        margin-top: 10px;
}
/*.top-cmd-head:before {
width: 31px;
    content: '';
    position: absolute;
    height: 0px;
    top: 0px;
    border-left: 29px solid white;
    border-bottom: 36px solid #efefef;
    right: -22px;
}*/
.specail-padding2 {
    padding-right: 320px;
    padding-left: 20px;
}
.feedback_rate {
width: 114px;
    height: 25px;
    background: url(ch01_46.gif);
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}
div.feedback_rate_ds {
    background-position: 0 -26px;
}
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;
    margin-top: 4px;
}
a.f_rate_dn {
    float: left;
    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: 11px;
    margin-top: 4px;
}
a.f_rate_up:hover,a.f_rate_dn:hover {
  color: black;	
}
.user-comment-reply {
      background: #ededed;
          display: inline;
}
.user-comment-reply a {
    float: left;
    font-size: 0.8em;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    background: #333333;
}
#feedback_form_parent {
  position: relative;
  margin-bottom: 15px; 	
}
#overlay {
    background:black;
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}
#attachment-header {
  padding-top: 12px;
  font-size: 16px;  
  border-bottom: 1px solid #aaaaaa;	
  margin-bottom: 5px;
}
.gallery-buttons-row {
padding: 10px 0 0;
}
.gallery-buttons-row a {
    width: 100%;
    background: #bebdbd;
    color: #3a3a3a;
    font-size: 14px;
    border: 0;
    margin-bottom: 5px;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
 background-color: #cd0911;
    border-color: #cd0911;
}
.btn.disabled {
    opacity: 1;
}

.gallery-buttons-row a:hover {
    background: #2f2483;
    color: white;
}
.gallery-thumb {
  margin-bottom: 10px;	
}
.gallery-thumb img {
     height: 130px;	
}
.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: white; */
     top: -3px; 
    /*padding: 0px 20px;*/
    /* padding-top: 3px; */
    z-index: 9;
    position: relative;
}


.newsticker ul {
  padding: 0;	
  margin: 0;
}
.newsticker li {
  list-style: none;
  height:31px;

}
/*.newsticker li:before {
    position: absolute;
    width: 10px;
    height: 12px;
     border-style: solid; 
     border-width: 5px 6px 5px 0; 
     border-color: transparent #ed1c24 transparent transparent; 
    right: 3px;
    top: 12px;
    content: '';
    background: url(ch01_0022.png)right no-repeat;
    background-size: contain;
}*/
.newsticker a {
  color: #1c335f;
  font-size:13px;
  line-height: 36px;
  padding:0;
  position:relative;
}

.lSSlideWrapper .lSFade {
    position: relative;
    width: 100%;
}
li.lslide {
    /*background: #fff;*/
    padding:0px 10px;
}
.first-row {
    padding: 0 30px;
}
.newsticker a:hover {
  color: #000;
}

.first-frame-big {
    margin-bottom: 10px;
    position: relative;
}
.film-title-second a{
    color: #fff;
}

.film-title ,.gallery-title {
font-size: 19px;
    font-family: 'iransansx-bold';
    padding-top: 10px;
    font-weight: 500;
    line-height: 28px;
}
.film-title a {
      color: #000;
    font-weight: 700;
}
.gallery-title a {
color: #fff;
    font-weight: 300;
    font-family: 'iransansx-bold';
    font-size: 17px;
}
.gallery-title a:hover {
color: #919191;
}
.film-title a:hover  {
    color: #a92a28;
}
.film-item-second a:hover {
  color: #a2a2a2;
}

.film-title-second {
font-size: 14px;
    font-family: 'iransansx-bold';
    padding: 5px;
    font-weight: 500;
    line-height: 28px;
}
.film-title-second.big {
    font-size: 17px;
    padding: 15px 10px;
}
.film-item-second {
    background: rgb(41 41 41 / 76%);
    /*padding: 5px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}

.film-abs {
    text-align: justify;
    /*padding-bottom: 5px;*/
    padding-top: 5px;
    line-height: 27px;
    color: #444444;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2;
}
.photo-section {
     background: #282728;
    padding: 10px 0px 0px;
}
.media-caption {
    padding: 10px 0px;
}

/*carousel effect*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  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;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.frstsmHeight {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    background: #030202;
    background: url(ch01_100.png)0px 2px repeat-x;
    background-size: contain;
    padding-right: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px 10px;
}
.first-title {
    padding-top: 10px;
}
.first-title a img{
    width:auto !important;
}
.second-title {
    padding: 15px 0px 15px 0px;
    margin: 0px 10px;
   border-top: 1px solid #ccc;
}

.second-title:first-child {
    padding-top:0px;
        border-top: 0px;
}

.selected.second-title {
    padding: 10px 5px;
}
.second-title img {
    display: none;
}

.first-title-multi {
  font-size: 17px; 	
  font-weight: bold;
  padding-bottom: 5px;
  /*background: url(ch01_17_2.png) right 12px no-repeat;*/
  padding-right: 12px;
}
.special-title {
    font-size: 19px;
}
.special-title {
    font-size: 16px;
    font-weight: 300;
}
.special-title2 {
    font-size: 16px;
    padding:5px 0px;
}
.special-title2.white-title {
    padding: 10px;
}
.special-title2 a{
        color: #020202;
    line-height: 28px;

}
.special-title2 a:hover {
    color: #5e5e5e;
}
.second-level-img .special-title2 {
background: #ebebeb;
    padding: 10px;
}
.sujestion{
    border: 1px solid #efefef;
    padding: 0px;
    border-bottom: 3px solid #ececec;
}
.twitt-section {
    border-top: 1px solid #4fade3;
    margin: 10px 0px;
    padding-top:10px;
}
.twitt-section::before {
    content: '';
    background: #fff url(ch01_013.png) no-repeat;
    width: 33px;
    height: 17px;
    position: absolute;
    right: -1px;
    top: -9px;
    z-index: 999;
}
.first-suj {
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 5px #ababab;
    background: #f98b0a;
}
.first-suj.newspaper {
    max-height: 300px;
    overflow: hidden;
}
.vizhe_title a {
line-height: 25px;
    color: #000;
        font-weight: normal;
}
.vizhe_title a:hover {
color: #263632;
}
.vizhe_title.first-title-vizhe a {
    font-size: 20px;
    font-family: 'iransansx-bold';
    color: #7c1111;
    line-height: 32px;
}
.vizhe_title.first-title-vizhe a:hover {
    color: #d60109;
}

.special-title a {
    color: #0d30b2;
    text-decoration: none;
    line-height: 30px;
    /* font-family: 'iransansx-bold'; */

}
.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: #333;
    text-decoration: none;
    font-family: 'iransansx-bold';
    font-size: 1.5rem;
    line-height: 2;

}
 .second-title a{
    color: #333333;
    text-decoration: none;
    font-weight: 400;
    font-family: 'iransansx-bold';
    font-size: 1rem;
    line-height: 1.2em;
}
.second-bigImg .second-title a {
    font-weight: 700;
}
.big-title {
padding: 10px 0px 0px;
}
 .big-title a{
    color: #333;
    text-decoration: none;
    font-family: 'iransansx-bold';
    line-height: 1.2em;
    font-size: 1.3rem;
    /* font-weight: 700; */
    
}
.big-title a img {
    width: auto;
    border: 0px;
}
.multi-routitr {
    padding-bottom: 5px;
}

.first-title a:hover,.special-title a:hover , .second-title a:hover , .big-title a:hover{
color: #3c789a;
}
.first-title-multi a {
  color: #970100;
  text-decoration: none;
  line-height: 25px;   	
}

.first-routitr,.first-subtitle {
    font-size: 1.1em;
    padding: 5px 0px 0px;	
}
.first-routitr a,.first-subtitle a {
    color: #dddddd;
    text-decoration: none;
    font-weight: 500;
}
.first-routitr a:hover,.first-subtitle a:hover {
    color: #424242;
}
.multi-subtitle a {
    color: #565656;
    font-size: 0.9rem;
    font-weight: normal !important;
    font-family: 'iransans-x';
}
.first-abs {
    /*padding-top: 15px;*/
    padding-bottom: 5px;
    line-height: 27px;
    text-align: justify;

}
.vizhe_title2 a {
    font-size: 18px;
    line-height: 30px;
    color: #282828;
}

.first-service-routitr a {
    color: #edf1f4;
    font-size: 14px;
}
.shadow_title {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: rgb(41 41 41 / 76%);
    border-radius: 0px 0px 5px 5px;
}
.shadow_title a {
color: #ffffff;
    line-height: 30px;
    font-family: 'iransansx-bold';
}
.shadow_title a:hover {
    color: #bbb;
}
.vizhe_title2 a:hover {
color: #1a4a96;
}
.private-title a:hover {
  color: #cc6326;
}
.vizhe_title3 {
    line-height: 25px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.vizhe_title3 a {
color: #1e1e1e;
}
.private-title {
padding: 8px 20px;
    border-bottom: 2px solid #fff;
}
.private-title a {
color: #1e1e1e;
}
.arch_abs {
    font-size: 14px;
    color: #626262;
}
.black-text-clock {
    color: #9a9a9a;
  font-size: 0.8rem;
}
.first-related {
background: url(ch01_18.png) right 8px no-repeat;
    padding-right: 10px;
    line-height: 25px;
    font-size: 13px;
}
.first-related a {
    color: #1a4a94;
}
.first-related a:hover,.doc_extra .first-related a:hover {
    color: #393939;
}
#first-carousel-default .carousel-indicators {
  margin: 0;
  right: 0;
  left: auto;
  padding: 0;
  width: 49%;	
  bottom:auto;
  top: 213px;
  text-align: center;
  direction: ltr;
}
#first-carousel-default .carousel-indicators li {
  width: 17%;
  margin: 0 4px;
  height: 10px;
  background: #f9f9f9;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5; 
  border: 1px solid #e3e3e3;	
}
#first-carousel-default .carousel-indicators li.active {
  background: #b50007;
  border: 0;	
}
.row-margin-1 {
  margin-bottom: 10px;	
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  #first-carousel-default .carousel-indicators {
    top: 169px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #first-carousel-default .carousel-indicators {
    top: 210px;
  }
}
@media screen and (max-width: 767px) {
  #first-carousel-default .carousel-indicators {
    margin: 0;
    padding: 0;
    width: 100%;	
    text-align: left;
    direction: ltr;
    top: 13px;
    padding-left: 10px;
    height: 25px;
  }
  #first-carousel-default .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: 46%;	
  bottom:auto;
  text-align: center;
  direction: ltr;
  top: 15px;
}
#multi-carousel .carousel-indicators li {
  width: 3%;
  margin: 0 4px;
  height: 15px;
  background: #3c3c3c;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5; 
  border: 1px solid #e3e3e3;	
}
#multi-carousel .carousel-indicators li.active {
  background: #d40008;
  border: 0;	
}
.row-margin-1 {
  margin-bottom: 10px;	
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #multi-carousel .carousel-indicators {
    top: 220px;
    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 #e3e3e3;	
}
}
@media screen and (max-width: 767px) {
  #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; 
}
.special-row-padd {
  padding: 15px 0 20px;	
}
.vizhe-box-first {
    margin-bottom: 10px;
        padding: 0px;
}
.special-image-first {
    float: left;
    position: relative;
    padding-right: 10px;
}

.special-img2 img ,.special-img img {
width: 100%;
    height: auto;
}
.special-img2 img  {
border: 1px solid #ececec;

}
.special-box1 {
    /* border-top: 1px solid #eaeaea; */
    padding-top: 5px;
    padding-bottom: 5px;
}
.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: 170px;
    padding-left: 0px;
}
.specail-padding2 {
    padding-right: 145px;
    padding-left: 0px;
}
.second-level.left {
    padding-right: 15px;
}
.second-level.right {
    padding-left: 15px;
}
.second-level-img{
/*background: #eaeaea;*/
    padding: 0;
    /*margin-bottom: 10px;*/
 
}
.vizhe_title {
    font-size: 1.25rem;
    line-height: 1.5rem !important;
    padding: 0px 0px 5px;
}
.vizhe_title img {
    width: auto;
}
.vizhe_abs {
    font-size: 14px;
    color: #1c1c1c;
}
.white_title , .white_title a {
    color:#fff !important;
    
}
.vizhe_title.white_title a:hover ,.majazi-title.white_title a:hover  {
    color: #909090 !important;
}
.border-left {
    height: 100%;
    width: 1px;
    margin-right: 15px;
    background: #eaeaea;
}
@media screen and (max-width: 767px) {
  .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;	
}
.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;	
}
.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: 991px) 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 {
    height: 5px;
    float: right;
  
}
.majazi-image-parent {
    width: 103px;
}
.majazi-etc{
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: #ff6318;
}
.popular-icon div {
  background: url(ch01_86.gif) right; 	
    height: 5px;
  }
.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: #b50007 url(ch01_41.gif) top right no-repeat;	
}
.majazi-bg2 {
  background: url(ch01_42.gif) top center no-repeat;	
}
.majazi-bg3 {
  height: 25px;
  background: url(ch01_43.gif) top left no-repeat;	
}
.majazi-frame {
    padding: 10px 0 5px;
    border: 1px solid #e9e7e7;
    background: #fff;   
    margin-bottom: 15px;
}
.poll-box-frame {
    border: 1px solid #e6e7e8;
    /* border-top: 0px; */
    width: 100%;
    /* background: #f2f2f2; */
    border-radius: 0px;
}
.poll4 {
    border-bottom: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 1rem;
}
.majazi-items {
    padding: 8px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #f5efe9;
}

.majazi-image {
    float: right;
    /*border: 1px solid #e7e7e7;*/
    font-size: 0;
    overflow: hidden;
    /*border-radius: 5px;*/
}
.topbr {
    border-top: 1px solid #e6e7e8;
}
.majazi-image.specials img {
    width: 100%;
    height:auto;
}
.majazi-image-footer{
  float: right;
  font-size: 0;
    overflow: hidden; 
}
.majazi-routitr a {
    color: #787878;
    font-size: 12px;
}
.image-notes {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0px auto;

}
.sidebar .image-notes{
  width: 140px;
    height: 140px;  
}
.footernews .image-notes {
    width: 50px;
    height: 50px;
}

.majazi-image.image-notes img {
    width: auto;
    height: 100%;
    margin-right: -15px;
}
.majazi-text {
padding-right: 160px;
}
.note-text {
     /* margin-top: 20px; */
padding-right: 100px;
}
.network-text {
     /* margin-top: 20px; */
padding-right: 60px;
}
.sidebar .note-text {
    padding-right: 150px;
}
.footernews .note-text {
    margin-top: 0px;
    padding-right: 55px;
}
.note-text .sidebar_title a {
    font-size: 15px;
}

.text-conv{
    padding-right: 122px;
}
.text-conv a {
    font-size: 14px;
}
.majazi-title a {
    color: #333;
    text-decoration: none;
    font-family: 'iransansx-bold';
    line-height: 1.2em;
    font-size: 1.2rem;
    /* font-weight: 700; */
}
.lastnews-items1 {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #edf1f4;
}
.selected-tabs a {
    color: #ee5837;
    font-size: 16px;
    font-weight: 700;
}
.majazi-title2 a {
    color: #000;
    line-height: 25px;
    font-size: 15px;
}
.majazi-title2 a:hover {
color: #1a4a94;
}
.majazi-title2.white_title a:hover {
    color: #f8baff !important;
}
.firstsec-title{
  padding-top: 5px;  
}
.firstsec-title a {
    color: #424242;
    font-size: 15px;
}
.note-frame {
/*    margin-bottom: 10px;*/
    background: #faf7f4;
}
.majazi-subtitle {
  font-size: 12px;	
}
.majazi-subtitle a {
    color: #173569;
}
.emrooz-title a:hover {
    color: #cc6326;
}
.majazi-title a:hover,.majazi-subtitle a:hover {
   color: #4f5651;
}
.majazi-title {
/*font-size: 16px;
padding: 10px 0px;
    position: relative;
    float: right;
    width: 100%;*/
    margin-top: 10px;
}

.majazi-title img {
    width: auto !important;
}
.titre-emrooz-title {
    padding: 5px 15px;
    border-bottom: 1px solid #f4f4f5;
}
.second-bigImg {
    position: relative;
 
}
.second-bigImg img {
    width: 100%;
 height:auto;
 border: 1px solid #ececec;


}
.change-bg{
       background: #3c789a;
}
.change-bg img:hover{
  filter: grayscale(70%);
}

.second-title  img {
    width: auto;
    border:0px;
}
/*.match-sec {
    padding: 0px 15px;
}*/
.emrooz-title a {
    color: #5c3c27;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}
.majazi-title-footer {
    font-size: 16px;
    padding: 5px;
    margin-top: 2px;
}
.majazi-title-footer a {
    color: #373736;
    line-height: 27px;
    font-size: 15px;
    text-align: justify;
}
.majazi-title-footer a:hover {
    color: #af5520;
}
.majazi-border {
    /*border-right: 2px solid #f1f1f1;*/
    padding-right: 25px;
    min-height: 69px;
}
p.majazi-title.only-title {
    margin-right: 10px;
}
span.author {
    color: #8b8b8b;
    font-size: 12px;
}
.view_number_parent {
    display: flex;
}
.view_number {
background: #ececec;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    color: #0360b6;
}
.nazar_vizhe {
    background: url(ch01_87.gif) right 7px no-repeat;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    padding: 2px 15px;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    top: 8px;
    right: 2px;
    background: #7cb6b1;
}
.nazar_vizhe a {
    color: #fff;
    position: relative;
}
.nazar_vizhe a::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -36px;
    width: 26px;
    height: 26px;
    background: url(ch01_28.png) left 0px no-repeat;
}
.nazar_vizhe a:hover {
    color: #fff;
   
}
.special-row-line:hover .nazar_vizhe {opacity:1;}

.last-year-archive2 {
    background: url(ch01_88.png) right no-repeat;
    font-size: 0pt;
    height: 15px;
    margin-right: 5px;
    margin-top: 2px;
}
.last-year-archive2 div {
    height: 32px;
}
.last-year-archive2 a {
    float: right;
    width: 24px;
    height: 14px;
    margin-right: 0;
    margin-bottom: 5px;
}
.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 {
  border: 2px solid #d5d5d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
  display: inline-block;
}
.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;	
}
.select-box-height {
 padding: 0px !important;
}
.tabs-docs {
padding: 10px 0px;
}
.tabs-docs.black-bg {
    border-color: #ababab;
}
.tabs-docs.gallery {
    border: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
.tabs-docs.twitt {
    background: #f98b0a;
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    border: 0;
    margin-bottom: 5px;
}

.br-r {
    border-right: 1px solid #51746a;
}
.br-dash {
     border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tabs-docs .tabs-icon {
    background: url(ch01_008.png)center top  no-repeat;
    width: 35px;
    height: 35px;
    /* border-left: 1px solid #327cae; */
    float: right;
    top: 9px;
    right: 0px;
    position: absolute;
    z-index: 99;
}
.tabs-docs.black-bg .tabs-icon {
    background: url(ch01_0008.png)center top  no-repeat;

}
.tabs-docs.black-bg a {
    color: #fff;
    border-color: #fff;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.footer-tabs .tabs-line {
    /*right: 100px;*/
    background: #51746a;
}

button.btn.btn-primary.dropdown-toggle.state {
    background: #eaecec;
    border-color: #878787;
    color: #5d5c5c;
    padding: 10px 15px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin: 10px auto;
    /* display: inherit; */
}
ul.dropdown-menu.state-menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.82);
    height: 270px;
    overflow-y: scroll;
        padding: 0px;
}
ul.dropdown-menu.state-menu li {
    border-bottom: 1px solid #e9e9e9;
    padding: 3px 0;
}

.tabs-docs a ,.tabs-docs span {
    color: #3c789a;
    font-size: 1.5em;
    padding-bottom: 7px;
    font-family: 'iransansx-bold';
    z-index: 9;
    position: relative;
    width: 100%;
    display: inline-block;
}
.tabs-docs.gallery a {
    border: 0px;
    background: url(ch01_09.png)right top  no-repeat;
    color: #fff;
    background-size: 22px;
    width: auto;
}
.tabs-docs.twitt a {
    border: 0px;
    color: #fff;
    padding: 1px 10px;
}
.tabs-docs.black_text {
    border: 0px;
}
.tabs-docs.gallery a:hover{
    color: #a7a7a7; 
}
.tabs-docs.special a ,.tabs-docs.special span{
    color: #ab0000;
}
.tabs-docs.black_text a {
    border-color: #c5c5c5;
    padding-right: 0;
}
/*.tabs-header .tabs-docs {
    background: url(ch01_22_4.png) right top no-repeat;
    background-size: 100%;
}*/
.tabs-docs span:hover{
    cursor: default;
}
.tabs-docs a:hover {
color: #020202;
}
.tabs-docs.footer-tabs a:hover {
    color: #b9b9b9;
}
.tabs-docs i {
top: -4px;
    position: relative;
    left: 5px;
    float: left;  
}


#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: #af5bb3;	
  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: 100%;  	
  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: auto;
}

.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: 991px) 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: 767px) and (max-width: 991px) {
  .multimedia-images {
    width: 100%;  	
  }
  .multimedia-images img {
    width: 100%;
    height: auto;  	
  }	
}
@media screen and (max-width: 767px) {
  .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; 
}
.newsmakers-items a {
  color: #358cdd;	
}
.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 : 991px) {
  .daricheh-title-images {
    position: relative;
    overflow: hidden;
    /*height: 46px;*/ 
  } 	

}
@media screen and (min-width : 1200px) {
  .daricheh-title-images {
    /*height: 57px;*/
  } 	
}
.lastyear-bg1 {
  background: url(ch01_063.gif) top repeat-x;
}
.lastyear-bg2 {
  background: url(ch01_062.gif) top right no-repeat;	
}
.lastyear-bg3 {
  background: url(ch01_061.gif) top left no-repeat;	
}
.lastyear-bg4 {
  height: 31px;
  background: url(ch01_064.png) center center no-repeat;	
}
/*.lastyear-frame {
  margin-bottom: 15px;  
}*/
.last-year-archive {
    float: right;
    width: 100%;
    padding: 0;
    background: url(ch01_061.gif) left 0px repeat-x;
}
/*.majazi-items:last-child{border-bottom:none;}*/
.last-year-archive div {
  height: 10px;	
}
.last-year-archive a {
    float: left;
    background: url(ch01_062.gif) left 0px no-repeat;
    padding: 0px 11px;
    color: transparent;
    font-size: 12px;
    height: 12px;
}
.f_announcements .last-year-archive {
    background: url(ch01_063.gif) left 0px repeat-x;    height: 15px;
}
.f_announcements .last-year-archive a{
   background: url(ch01_064.gif) left 0px no-repeat;
}
.majazi-routitr a {
    color: #656565;
    font-size: 12px;
}
.majazi-routitr a:hover {
  color: #d71116;
}
.majazi-subtitle a {
     font-size: 11px;
}
.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 {
font-size: 13px;
    color: #6f6d6d;
padding: 7px 0px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    
}
.lastyear-title:last-child {
    border-bottom: 0px;
}
.circle-style::before {
    content: '\25CF';
color: #b80000;
    margin-right: 4px;
    margin-left: 7px;
}
.voice_num {
    width: 20px;
    height: 20px;
    background: #ffe4da;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #ee2930;
    position: absolute;
    top: 10px;
    right: 9px;
}
.lastyear-title.bigger {
    font-size: 14px;
    line-height: 24px;
}
.wp {
    padding: 10px 37px 10px 10px;
}


.note-padding a{

    color: #1a1a19;
     font-size: 16px;
    line-height: 26px;
    /* text-align: center; */

}
.note-padding a:hover{
    color: #393939;
}

.note-padding {
    font-size: 16px;
    margin: 7px 0 0px;
    font-weight: 500;
    text-align: justify;
}
.note-row {
    float: right;
    width: 100%;
}
.even-row {
    background: #f5f5f5;
}
.news_num {
	 background: url(ch01_23.gif) right 3px no-repeat;
    width: 20px;
    float: right;
    text-align: center;
    font-size: 11px;
	    position: absolute;
    right: 10px;
	padding-top: 2px;
    padding-left: 3px;
}
.lastyear-title:hover {

}
.lastyear-title:hover .news_num{color:#fff;
 background: url(ch01_24.gif) right 3px no-repeat;}
@media only screen and (max-width: 767px) {
  .lastyear-title {
    	
  }
}
.lastyear-title a {
  color: #3e3e3e;
  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;
    position: relative;
    /* border: 1px solid #e8e8e8; */
    margin-bottom: 10px;
    width: 160px;
}
.page-vizhe-box {
      padding: 0px 0px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf1f4;
    position: relative;
}
.clock {
    text-align: right;
/*    position: absolute;
    left: 5px;
    bottom: 0px;*/
}
.second-box-first{
    background: #f9f9fa;
    padding: 6px;  
}

.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: #424242;
    color: #f0f0f0;	
}
.search7 {
  border-top: 1px solid gray;
    padding: 10px;
    background: #fff; 	
}
.search-frame1 {
  padding: 5px;
    background: #cccccc;
  margin-bottom: 10px;
}
.search-fields {
    background: #fff;
    padding: 10px;
}

.search-cell1 {
  padding: 0 0 0 10px;	
}
.archive-header { 
    height: 33px;
    text-align: center;
    color: white;
    /*font-size: 1.3em;*/
    /* font-weight: bold; */
    line-height: 31px;
    background: #333333;
}
/* 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: #d5d3d3;
}

/* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: #563310;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked ~ .checkmark {
background-color: #0a6044;
}

/* 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);
}
input.search_btn {
    vertical-align: middle; 
	width: 25px; 
}
.archive-date-padding {
  padding: 10px;	
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.archive-doc-date {
  color: #8a8a8a;	
}
.doc-section-info {
    float: right;
    /*padding-right: 2px;*/
    padding: 0px;
    /*background: #c5c5c5;*/
    /*border-radius: 10px 0px 0px 0px;*/
}


.extra {
    background: #f1f1f1;
    height: 31px;
    border-radius: 5px;
}
img#jfontsize-d {
 margin: 0 7px;
}
.doc-section-info a {
    color: #686868;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 2px 8px;
    text-align: center;
}
/*.doc-section-info div.dsinfo-p1 div:last-child{ 
 background: none;
}*/
.last_bread_crumb {
    padding: 0px 4px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 3px;
    /*background: #f5f5f5;*/
}

.doc-section-info a:hover {	
    color: #1e1d1e !important;
}
.doc-section-info div {
display: inline;
}
.doc-section-info .dsinfo-p1 div {
    /*border-left: 1px solid #f98b0a;*/
    padding: 0px 0px 0px 5px;
}
.doc-section-info .dsinfo-p1 div:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: -4px;
    top: 8px;
    border: solid #cccccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.last_bread_crumb a {
color: #333333 !important;
    /* background: #909090; */
    border-radius: 5px;
}
.datebox {
    padding-top: 2px;
    padding-left: 9px;
}
.lastyear-title.related_row {
    background: url(ch01_80.png) right 9px no-repeat;
    padding-right: 9px;
    margin-right: 6px;
}

.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 {
    padding-right: 13px !important;
    padding-left: 0;
    padding-bottom: 0;
    height: 24px}
.doc-tools1 {
  height: 27px;
  margin-bottom: 10px;
  text-align: left; 
  vertical-align: top;
      margin-top: 3px;
}
.noComment {
    display: inline-block;
    width: 41px;
    height: 23px;
    text-align: center;
    vertical-align: top;
    margin: 3px 15px 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 0 2px 0 16px;
}
#resizable-font {
    display: inline;
     margin: 0px;
    text-align: center;
    left: 0;
    margin-top: 0px;
    float: left;
}
div#jfontsize-p {

    width: 23px;
    height: 24px;
    background:#2f71e9 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2232%22%20height%3D%2228%22%20viewBox%3D%220%200%2032%2028%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20 %23ffffff%3B%0A%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230e32b5%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%0A%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient-1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216%22%20y1%3D%2228%22%20x2%3D%2216%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22 %23ffffff%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Crect%20x%3D%222%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%2210%22%20ry%3D%2210%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M23.000%2C16.000%20L18.000%2C16.000%20L18.000%2C21.000%20L14.000%2C21.000%20L14.000%2C16.000%20L9.000%2C16.000%20L9.000%2C12.000%20L14.000%2C12.000%20L14.000%2C7.000%20L18.000%2C7.000%20L18.000%2C12.000%20L23.000%2C12.000%20L23.000%2C16.000%20Z%22%20class%3D%22cls-2%22%2F%3E%0A%3C%2Fsvg%3E%0A')center center no-repeat;
    border-radius: 6px;
    display: inline-block;
    float: right;
}
div#jfontsize-m {
    width: 23px;
    height: 24px;
    background: #2f71e9 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230e32b5%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%0A%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient-1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2214%22%20y1%3D%2228%22%20x2%3D%2214%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%20%23ffffff%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Crect%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%2210%22%20ry%3D%2210%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%3Crect%20x%3D%227%22%20y%3D%2212%22%20width%3D%2214%22%20height%3D%224%22%20class%3D%22cls-2%22%2F%3E%0A%3C%2Fsvg%3E%0A')center center no-repeat;
    display: inline-block;
    float: right;
    border-radius: 6px;
}
div#jfontsize-d {
    width: 65px;
    height: 27px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2216%22%20viewBox%3D%220%200%2050%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%230e32b5%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M35.000%2C15.999%20C28.333%2C15.999%2025.000%2C13.961%2025.000%2C9.887%20C25.000%2C8.658%2025.432%2C7.147%2026.296%2C5.356%20L28.838%2C6.182%20C28.344%2C7.306%2028.098%2C8.108%2028.098%2C8.587%20C28.098%2C9.582%2028.462%2C10.320%2029.192%2C10.800%20C30.280%2C11.514%2032.278%2C11.871%2035.185%2C11.871%20L37.273%2C11.871%20C39.742%2C11.871%2042.065%2C11.556%2044.243%2C10.923%20C46.263%2C10.338%2047.273%2C9.770%2047.273%2C9.220%20C47.273%2C8.798%2046.701%2C7.832%2045.556%2C6.321%20L47.778%2C2.986%20C49.259%2C4.566%2050.000%2C6.404%2050.000%2C8.500%20C50.000%2C13.499%2045.000%2C15.999%2035.000%2C15.999%20ZM36.889%2C2.727%20L39.504%2C-0.001%20L42.119%2C2.727%20L39.504%2C5.455%20L36.889%2C2.727%20ZM31.619%2C2.727%20L34.234%2C-0.001%20L36.849%2C2.727%20L34.234%2C5.455%20L31.619%2C2.727%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M6.191%2C13.537%20C2.063%2C13.537%200.000%2C12.284%200.000%2C9.776%20C0.000%2C9.020%200.267%2C8.090%200.802%2C6.988%20L2.376%2C7.496%20C2.070%2C8.188%201.918%2C8.681%201.918%2C8.977%20C1.918%2C9.589%202.143%2C10.042%202.595%2C10.338%20C3.269%2C10.778%204.506%2C10.997%206.305%2C10.997%20L7.597%2C10.997%20C9.126%2C10.997%2010.564%2C10.804%2011.912%2C10.414%20C13.163%2C10.054%2013.788%2C9.705%2013.788%2C9.366%20C13.788%2C9.106%2013.434%2C8.512%2012.725%2C7.583%20L14.101%2C5.529%20C15.018%2C6.502%2015.476%2C7.633%2015.476%2C8.922%20C15.476%2C11.999%2012.381%2C13.537%206.191%2C13.537%20ZM7.360%2C5.370%20L8.979%2C3.692%20L10.597%2C5.370%20L8.979%2C7.049%20L7.360%2C5.370%20ZM4.098%2C5.370%20L5.717%2C3.692%20L7.335%2C5.370%20L5.717%2C7.049%20L4.098%2C5.370%20Z%22%20class%3D%22cls-2%22%2F%3E%0A%3C%2Fsvg%3E%0A')center center no-repeat;
    display: inline-block;
    float: right;
}
#ratebx1{
    /* background: url(ch01_041.png)top no-repeat; */
    height: 24px;
    margin: 0px;
    vertical-align: middle;
    padding: 0px 3px;
    margin-right: 10px;
    float: left;
    /* width: 50%; */
}
.rate_val {
    float: right;
    line-height: 28px;
    font-size: 12px;
    color: #fff !important;
    width: 26px;
    height: 25px;
    background: #43b4d7;
    text-align: center;
    /* margin-top: 3px; */
    border-radius: 10px;
}
.rate_button {
    margin-left: 10px;
    float: right;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    font-weight: 700;
}
span.Tcomment {
    font-weight: 700;
    color: #000;
    margin-left: 5px;
}
#doc-comment-icon {
    background: #43b4d7;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-align: left;
    /* left: 0px; */
    font-size: 12px;
    font-weight: 300 !important;
    margin-left: 0px;
    padding: 2px 8px;
    border-radius: 10px;
}
.tools_b {
    border-top: 1px solid #f7f8f9;
    border-bottom: 1px solid #f7f8f9;
	    margin-bottom: 15px;
}
#docDiv3TitrRou {
    color: #424242;
    padding-bottom: 7px;
    text-align: right;
    padding-right: 0px;
    font-size: 1rem;
    /* font-weight: 500; */
}
#docDiv3TitrSub {
    color: #424242;
    padding-top: 7px;
    text-align: right;
    padding-right: 0px;
    /*font-size: 1.3em;*/
}
.titr_box {
     padding-bottom: 10px;
    background: #fff;
    /*border-bottom: 1px solid #d3d3d3;*/
    /* border-top: 1px solid #d2d2d2; */
    margin-bottom: 10px;
}
#tools-top .tools-icons {
  text-align: left;	
}
#docDiv3TitrMain {
    font-size: 1.5em;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1.2em !important;
    color: #282828;
    text-align: right;
    font-family: 'iransansx-bold';
}
#docDiv3TitrMain a {
    color: #23527c;
    font-family: 'iransansx-bold';
    font-weight: 700;
}
#docDiv3TitrMain a:hover {
    color: #424242;
}
.utility-section {
padding: 5px;
}
.advertise_top_doc {
    margin-bottom: 10px;
}
#docDiv3Date {
  float: left;
  color: #cc3433;
  margin-left: 10px;
  margin-top: 6px;
}
#docDivLead1 {
    /* margin-bottom: 20px; */
    color: #111111;
    text-align: justify;
    line-height: 25px;
    /* background: #f2f2f2; */
    /* border-top: 1px solid #e5e5e5; */
    /* border-bottom: 1px solid #e5e5e5;*/
}

article#docleadarea {
     background: #f5f5f5;
    /* margin-top: 10px; */
    padding: 15px;
} 

#docDivLead1 div{
line-height: 27px;
 /*font-size: 1.1em;*/
    /*padding: 15px 0px;*/
color: #333233;
}

#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-top {
    width: auto;
    display: inline-block;
    margin-right: 20px;
	}
.tools-icons {
    height: 30px;
    text-align: left;
    margin-left: -5px;
}
.site-name-logo {
     background: url(ch01_042.png) right no-repeat;
    width: 100%;
  height: 30px;
    margin-right: 5px;
}

.tools-icons.tool-icons-top {
    float: left;
    /* margin-top: 4px; */
    /* margin-left: 5px; */
}
.tool-icons-bottom {
    margin-bottom: 3px;
    margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .tool-icons-bottom {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .tool-icons-bottom {
    text-align: right;
  }
}

.tools-icons div {
    /*width: 140px;*/
    height: 36px;
    display: inline-block;
}
.tools-icons a {
    float: right;	
}
.tools-icons a:hover {
    -webkit-animation: mymove-scroll 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove-scroll 0.5s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
}

@-webkit-keyframes mymove-scroll {
  0%    {margin-top: 0px;}
  50%   {margin-top: 5px;}
  70%  {margin-top: -5px;}
  100%  {margin-top: 0px;}
}
@keyframes mymove-scroll {
  0%    {margin-top: 0px;}
  50%   {margin-top: 5px;}
  70%  {margin-top: -5px;}
  100%  {margin-top: 0px;}

}
a.print-icon {
margin-left: 15px;
width: 30px;
    height: 30px;
    background: url('ch01_02.svg')center center  no-repeat;
background-size: contain;
}
a.get-icon {
width: 30px;
    height: 30px;
    background: url('ch01_03.svg')center center no-repeat;
    margin-left: 13px;
    background-size: 20px;
}
a.send-icon {
    margin-left: 0px;
width: 30px;
    height: 30px;
    background: url('ch01_04.svg')center center no-repeat;
background-size: 20px;
  
}
.docContentdiv {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    background: #fff;
    padding: 10px 0px;
}
.docContentdiv div {
    /* font-weight: normal; */
    line-height: 21pt;
    text-align: justify;
    font-size: 14pt;
    overflow-wrap: break-word;
}
.docContentdiv div * {
    /* font-weight: normal; */
    text-align: justify;
    overflow-wrap: break-word;
}
div#feedback-body {
    /*background: #fff;*/
}
.tooltip-inner {
    font-size: 12px !important;
}
#doc_div1Img div img {
    width: 100% !important;
    height: auto !important;
}
div#docDataRow {
    /*border-bottom: 1px solid #e6e6e6;*/
    padding-bottom: 5px;
}
.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;
}
div#body-back-bg-blur {
    background: url(6093.jpg) center;
    background-size: cover;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    position: fixed;
    width: 100%;
    height: 100%;
}
.soutitrColor {
 color: #1b75c8 !important;
    font-weight: bold;
}

.doc-image-box {
  	
}
#doc_div1Img {
  display: inline-block;
max-width: 100%;
  position: relative;	
      /*border: 2px solid #ebebeb;*/
}
div#doc_div1Img img {
    max-width: 100%;
        margin: 0px auto;
}
.docDiv1 {
  padding: 0 0 10px 0;
 
 text-align: center;	
}

@media screen and (max-width: 767px) {
  .docDiv1 {
     padding: 0;  	
   }

   .img_center {
    width: 100% !important; 
    padding-right: 0px !important;
}
}

#docDiv1ImgDesc {
    color: #363636;
    text-align: justify;
    font-size: 0.7em !important;
    line-height: 1.5em !important;
    text-align: center;
    padding: 5px;
    margin-top: -10px;
    /* border-bottom: 1px solid #4fade3; */
    /* padding-bottom: 1px; */
    margin-bottom: 5px;
    background: #ffffff;
}
#docDocID {
    text-align: right;
    color: #121212;
    font-weight: 500;
    padding: 0;
    /* padding-right: 20px; */
    /* font-size: 13px; */
    float: right;
    font-family: 'iransansx-bold';
}

#docDocID span{
    color: #585858;
    /*font-size: 12px;*/
    font-weight: 500;
}
.share-place {
    margin-top: 7px;
    height: 30px;
    float: right;
    padding: 0px;
}
.share-buttons span.a2a_svg.a2a_s__default svg path {
fill: #6b646d;
}
.a2a_default_style a {
  padding: 0 4px 0 2px!important;
    margin-top: -5px;
}
.a2a_kit.a2a_kit_size_25.a2a_default_style.share-buttons a span {
    border-radius: 50% !important;
    padding: 3px;
background-color: transparent !important;
}
span.share_title {
    color: #0b100a;
    font-weight: 500;
    /*font-size: 1.2em !important;*/
    line-height: 20px;
}
.share-buttons {
  /*margin-bottom: 10px;*/
  float: right;
}
.padd {

    margin-bottom: 10px;
    margin-top: 10px;
}
.brtop{
/*    border-top: 1px solid #e7e7e7;
padding: 5px;*/
    border-bottom: 1px solid #e7e7e7;
}
.btn-doc-bottom {
    background: #f4f4f5;
    padding: 10px;
}
.bottom-doc {
    padding: 10px 30px;
    margin-bottom: 10px;
    background: url(ch01_01.gif); 
}
.a2a_svg {
    height: 35px !important;
    line-height: 20px !important;
    width: 35px !important;
}
#staffBlock {
    padding: 5px;
   margin: 15px 0;
    /* padding-top: 10px; */
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
div#staffBlock div,div#staffBlock div a {
    /*font-size: 17px !important;*/
    /*font-size: 1.1em !important;*/
}
.padd2 {
    padding: 10px 0px 0;
}
.docDivStaff {
     /* margin-bottom: 3px; */
    color: #333;
    float: right;
    margin-left: 10px;
    /*border-left: 1px solid #b5b5b5;*/
    padding-left: 10px;
}
.doc_tags1 .docDivStaff a {
    padding-left: 0;
}
.doc_tags1 .docDivStaff{
float:left;
}
#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-header2 {
    background: url(ch01_047.gif) left 0px repeat-x;
}
.comments-header3 {
    height: 40px;
    padding: 5px;
    background: url(ch01_046.gif) center 0px no-repeat;
	position:relative;
}
.comments-header1 {
    height: 40px;
    padding: 5px;
    background: url(ch01_049.gif) center 0px no-repeat;
	position:relative;
}
.comments-header3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 43px;
    background: #fff url(ch01_048.gif) left center no-repeat;
}
.comments-header1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 43px;
    background: #fff url(ch01_050.gif) left center no-repeat;
}
.comments-header3 span {
color: #aeaeae;
    font-size: 19px;
    background: url(ch01_031.gif) left 3px no-repeat;
    padding-left: 35px;
}
.comments-header3.cms span {
    background: url(ch01_032.gif) left 1px no-repeat;
    padding-left: 39px;
}
/*#feedback_form_parent1 {
    padding: 10px;
    border: 1px solid #d0d0d0;
}*/
/*#comments-form-body {
padding: 5px;
background: #ffffff;
}*/
.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_70.gif) left top no-repeat;
}
#doc-selected-2 {
  background: url(ch01_69.gif) right no-repeat;
  height: 36px;
}
#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;
}
div#pollDiv1Body {
    /*background: #d7d7d7;*/
    padding: 10px;
}
.poll-bg2 {
  background: url(ch01_096.gif) top right no-repeat;	
}
#mainDiv2poll3 {
font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 0px;
    margin-right: 5px;
    /*background: url(ch01_18.png) right 14px no-repeat;*/
}
#mainDiv2poll3 span {
    /*margin-right: 13px;*/
    font-weight: 500;
    font-size: 1rem;
}
div#pollDiv1Body input[type="radio"], input[type="checkbox"] {
    float: left;
}
#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;  	
}
.sc{text-align:left;float:left}
#scrollUp {
    background-image: url("scroll-top.png");
    bottom: 20px;
    margin-right: 0px;
    width: 45px;    /* Width of image */
    height: 45px;   /* Height of image */
    opacity: 0.7;
    right:0px;
    float: right;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
    background-size: contain;
        position: relative;
}
.docboxes-frame {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  padding: 15px 9px 10px;	
  margin-bottom: 10px;
  background: #f7f7f7;
}
.newsmakers-archive {
  font-size: 13px;
  font-weight: bold;	
  color: #c36703;
}
.newsmakers-archive a {
  color: #c36703;	
}
.parvandeh-title {
  text-align: center; 
  margin-bottom: 15px; 	
}
.parvandeh-title a {
  color: #707070;
  font-size: 15px;
  font-weight: bold;	
}
.parvandeh-title a:hover {
  color: #b50007;	
}
.parvandeh-header {
  background: url(ch01_40.gif) top center no-repeat;
  height: 23px;
  margin-bottom: 5px; 	
}

.rooyekhat-bg1 {
  background: #e7e8e8 url(ch01_21.gif) top center no-repeat;
}
.rooyekhat-bg2 {
  background: url(ch01_20.gif) top right no-repeat;	
}
.rooyekhat-bg3 {
  background: url(ch01_22.gif) top left no-repeat;
  height: 25px;
}
.rooyekhat-frame {
  padding: 5px 15px 7px 10px;
  background: #f9f9f9;
}
.rooyekhat-source {
  color: #9f0000;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 5px;
}
.rooyekhat-items {
    padding: 10px 5px 5px 5px;
    /* background: url(ch01_09.png) right 18px no-repeat; */
    /*background-size: 5px;*/
    /*border-top: 1px solid #cfbea9;*/
}
.first-suj .second-title {
    padding: 5px;
}
.rooyekhat-items a {
  color: #3d3d3d;	
}
.rooyekhat-items a:hover {
  color: #a00007;
}
.rooyekhat-border {
  border-bottom: 1px solid #dcdcdc;
}

.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-left: 5px;
    /* padding-bottom: 18px; */
    /* margin-top: -5px; */
}
.frstsmHeight-multi{
    margin-top: 50px;
    margin-left: 45px;
    margin-right: 20px;
}
.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;
  } 

}
figure.media_figure {
    padding: 0px;
    position: relative;
    margin: 0px;
    /*background: #000;*/
}
figure.media_figure.morefile img {
    max-height: 385px;
}
figure.media_figure img {
margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.multi-title-multi img {
    width: auto !important;
}
.carousel-caption {
background: #282828c7;
    position: absolute;
    right: 0;
    left: 0px;
    bottom: 0;
    padding-bottom: 15px;
 
}
.list-group-item {
    margin-right: 0px;
    padding-right: 0px;
}
.media-img img {
    width: 100%;
    /*border-radius: 5px;*/
        /*border: 1px solid #000;*/
}
.videoIcon {
    /*background: url(ch01_35.png) center no-repeat;*/
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2283%22%20height%3D%2257%22%20viewBox%3D%220%200%2083%2057%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23drop-shadow-1)%3B%0A%20%20%20%20%20%20%20%20opacity%3A%200.8%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%0A%20%20%20%20%3Cfilter%20id%3D%22drop-shadow-1%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%222.728%22%20dy%3D%222.925%22%20in%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223.162%22%20result%3D%22dropBlur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%23404040%22%20flood-opacity%3D%220.3%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22dropBlur%22%20result%3D%22dropShadowComp%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%20result%3D%22shadowed%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M61.996%2C43.288%20L33.374%2C43.288%20C29.599%2C43.288%2026.511%2C40.199%2026.511%2C36.424%20L26.511%2C13.291%20C26.511%2C9.446%2029.599%2C6.425%2033.374%2C6.425%20L61.996%2C6.425%20C65.771%2C6.425%2069.340%2C10.148%2069.340%2C13.924%20L69.340%2C36.464%20C69.340%2C40.240%2065.771%2C43.288%2061.996%2C43.288%20ZM6.674%2C37.454%20C6.331%2C36.835%206.125%2C36.149%206.125%2C35.394%20L6.125%2C14.182%20C6.125%2C11.642%208.528%2C9.583%2011.204%2C10.201%20C11.616%2C10.270%2012.028%2C10.475%2012.371%2C10.682%20L22.707%2C16.644%20L22.707%2C32.999%20L12.303%2C38.964%20C10.312%2C40.130%207.841%2C39.444%206.674%2C37.454%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 17%;
    cursor: pointer;

}
.photoIcon {
     /*background: url(ch01_232.png) center no-repeat;*/
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2269%22%20height%3D%2263%22%20viewBox%3D%220%200%2069%2063%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23drop-shadow-1)%3B%0A%20%20%20%20%20%20%20%20opacity%3A%200.8%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%0A%20%20%20%20%3Cfilter%20id%3D%22drop-shadow-1%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20dx%3D%222.728%22%20dy%3D%222.925%22%20in%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223.162%22%20result%3D%22dropBlur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%23404040%22%20flood-opacity%3D%220.3%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22dropBlur%22%20result%3D%22dropShadowComp%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%20result%3D%22shadowed%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M49.685%2C49.358%20L13.014%2C49.358%20C9.643%2C49.358%206.903%2C46.615%206.903%2C43.245%20L6.919%2C18.805%20C6.922%2C15.441%209.659%2C12.702%2013.021%2C12.696%20L17.238%2C12.689%20L20.292%2C6.575%20L42.405%2C6.575%20L45.462%2C12.686%20L49.685%2C12.686%20C53.057%2C12.686%2055.797%2C15.427%2055.797%2C18.797%20L55.797%2C43.245%20C55.797%2C46.616%2053.057%2C49.358%2049.685%2C49.358%20ZM31.349%2C17.269%20C24.609%2C17.269%2019.125%2C22.754%2019.125%2C29.494%20C19.125%2C36.235%2024.609%2C41.718%2031.349%2C41.718%20C38.089%2C41.718%2043.573%2C36.235%2043.573%2C29.494%20C43.573%2C22.754%2038.089%2C17.269%2031.349%2C17.269%20ZM27.028%2C33.815%20C24.641%2C31.427%2024.641%2C27.558%2027.028%2C25.171%20C29.414%2C22.784%2033.284%2C22.784%2035.671%2C25.171%20C38.058%2C27.558%2038.058%2C31.427%2035.671%2C33.815%20C33.284%2C36.201%2029.414%2C36.201%2027.028%2C33.815%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 17%;
    cursor: pointer;

}
.videoIcon_thumb {
    background: url(ch01_35.png) center no-repeat;
    /*background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20127.94%20122.06%22%20style%3D%22enable-background%3Anew%200%200%20127.94%20122.06%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23A25DA2%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F1F5F6%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22btn_copy%22%3E%0A%09%3Cg%3E%0A%09%09%0A%09%09%09%3Cellipse%20transform%3D%22matrix(0.2508%20-0.968%200.968%200.2508%20-12.4633%20110.3664)%22%20class%3D%22st0%22%20cx%3D%2265.07%22%20cy%3D%2263.24%22%20rx%3D%2249.87%22%20ry%3D%2249.87%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22arrow%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%2250.25%2C43.27%2050.25%2C83.7%2087.98%2C63.49%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E')center no-repeat;*/
    width: 100%;
    height: 100%;
    position: absolute;
background-size: 20%;
    cursor: pointer;

}
.photoIcon_thumb {
     background: url(ch01_232.png) center no-repeat;
    /*background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20127.94%20122.06%22%20style%3D%22enable-background%3Anew%200%200%20127.94%20122.06%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23A25DA2%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22Ellipse_1%22%3E%0A%09%3Cg%3E%0A%09%09%3Cellipse%20transform%3D%22matrix(0.3827%20-0.9239%200.9239%200.3827%20-18.2508%2099.1563)%22%20class%3D%22st0%22%20cx%3D%2265.07%22%20cy%3D%2263.24%22%20rx%3D%2216%22%20ry%3D%2216%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Shape_14_copy_4%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M73.46%2C58.45h-3.78l-1.18-2.09c-0.33-0.33-0.76-0.51-1.23-0.51h-3.01c-0.46%2C0-0.9%2C0.18-1.23%2C0.51l-1.37%2C2.09%0A%09%09%09h-3.92c-0.29%2C0.15-0.49%2C0.44-0.53%2C0.78v9.91c0.05%2C0.47%2C0.42%2C0.83%2C0.89%2C0.89h14.99c0.51-0.06%2C0.9-0.48%2C0.9-1.01v-9.67%0A%09%09%09C74.01%2C58.96%2C73.78%2C58.62%2C73.46%2C58.45z%20M65.78%2C67.6c-2.06%2C0-3.73-1.68-3.73-3.73c0-2.06%2C1.68-3.73%2C3.73-3.73%0A%09%09%09c2.06%2C0%2C3.73%2C1.68%2C3.73%2C3.73C69.51%2C65.92%2C67.84%2C67.6%2C65.78%2C67.6z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E')center no-repeat;*/
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 20%;
    cursor: pointer;

}

.multi_video_overlay {
    position: absolute;
    bottom: 14px;
    left: 0px;
    padding: 5px;
    background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20127.94%20122.06%22%20style%3D%22enable-background%3Anew%200%200%20127.94%20122.06%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23A25DA2%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F1F5F6%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22btn_copy%22%3E%0A%09%3Cg%3E%0A%09%09%0A%09%09%09%3Cellipse%20transform%3D%22matrix(0.2508%20-0.968%200.968%200.2508%20-12.4633%20110.3664)%22%20class%3D%22st0%22%20cx%3D%2265.07%22%20cy%3D%2263.24%22%20rx%3D%2249.87%22%20ry%3D%2249.87%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22arrow%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%2250.25%2C43.27%2050.25%2C83.7%2087.98%2C63.49%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E')center no-repeat;
    min-height: 30px;
    padding-left: 30px;
    background-size: contain;
}
.multi_photo_overlay {
    position: absolute;
    bottom: 14px;
    left: 0px;
    padding: 5px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%22108%22%20height%3D%22108%22%20viewBox%3D%220%200%20108%20108%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2312b259%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23gradient-overlay-1)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%0A%20%20%20%20%3Cfilter%20id%3D%22gradient-overlay-1%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeImage%20x%3D%220%22%20y%3D%220%22%20width%3D%22108%22%20height%3D%22108%22%20preserveAspectRatio%3D%22none%22%20xlink%3Ahref%3D%22data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEwOCI%2BPGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjU0IiB5MT0iMTA4IiB4Mj0iNTQiPgogIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzljNWJhNiIvPgogIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2IzNzFiZCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIi8%2BPC9zdmc%2B%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20in2%3D%22SourceGraphic%22%20result%3D%22gradientFill%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Ccircle%20cx%3D%2254%22%20cy%3D%2254%22%20r%3D%2254%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M27.507%2C70.535%20L27.507%2C37.103%20C27.640%2C35.961%2028.326%2C34.997%2029.299%2C34.481%20L42.526%2C34.481%20L47.157%2C27.435%20C48.261%2C26.331%2049.731%2C25.722%2051.294%2C25.722%20L61.457%2C25.722%20C63.020%2C25.722%2064.490%2C26.331%2065.594%2C27.435%20L69.560%2C34.481%20C69.396%2C34.349%2069.493%2C34.645%2069.560%2C34.481%20L82.314%2C34.481%20C83.399%2C35.058%2084.146%2C36.186%2084.146%2C37.502%20L84.146%2C70.135%20C84.146%2C71.895%2082.817%2C73.331%2081.110%2C73.530%20L30.503%2C73.530%20C28.928%2C73.346%2027.691%2C72.108%2027.507%2C70.535%20ZM56.375%2C65.350%20C63.326%2C65.350%2068.980%2C59.696%2068.980%2C52.745%20C68.980%2C45.795%2063.326%2C40.141%2056.375%2C40.141%20C49.424%2C40.141%2043.771%2C45.795%2043.771%2C52.745%20C43.771%2C59.696%2049.424%2C65.350%2056.375%2C65.350%20Z%22%20class%3D%22cls-2%22%2F%3E%0A%3C%2Fsvg%3E')center no-repeat;
    min-height: 25px;
    padding-left: 30px;
    background-size: contain;
}

.tab_slider_img .photoIcon , .tab_slider_img .videoIcon {
    background-size: 15%;
}
.mb10 {
    margin-bottom: 10px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb15 {
    margin-bottom: 15px;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.no-top{
 padding-top: 0px !important;   
}
.list-group-media {
padding-left: 0px;
    margin: 0px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: transparent;
 
}
.list-group-item.active .tab_slider_img img, .list-group-item.active  .tab_slider_img:hover img, .list-group-item.active > .tab_slider_img:focus img {
    background-color: #282728;
    
}
.list-group-tabs {
    padding-right: 70px;
}
.list-group-tabs li img {
    width: 100%;
}
.list-group-tabs li {
    width: 25%;
}

.list-group-item {
     background: #767676;
    border: 0px;
    border-radius: 0px !important;
    padding: 0px 4px;
}
.list-group-item {
     background: transparent;
    border: 0px;
    border-radius: 0px !important;
    padding: 2px;
}
.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:hover {
  color: #b50007;	
}*/
/*#doctextarea span,#doctextarea p {
  font-size:  13px !important;
}*/
.vizheh-comment {
  background: url(ch01_104.gif);
  display: inline-block;
  width: 16px;
  height: 15px;
  font-size: 0;  	
}

.comment-area-bg1 {
  /*background: #fafafa;*/	
}
.comment-area-bg2 {
  /*background: #f4f4f4;*/	
}
.comment-area-bg3,.comment-area-bg4 {
  /*background: #efefef;*/	
}
div#body-back-link {
background: url(ch01_004.png) right top;
    margin: -40px 0px;
    position: relative;
    z-index: 1;
    padding: 40px 0px;

}
.container-body-bg {   
    /* margin-top: 10px; */
    /*padding-top: 10px;*/
    background: #fff;
    z-index: 99;
    position: relative;
    /*margin-bottom: 10px;*/
    padding: 0px 0 10px;
    
    /* border-top: 1px solid #dcdcdc; */

}
/*.doc-container {
    background: transparent;
}*/
/*div#body-back {
    background: linear-gradient(to bottom, #3cbde6 170px,#f5f5f5 170px);
}*/
.container-body-bg2 {
  background-color:#191919;	 
}

.bg-white {
    background: #fff;
    padding: 5px;
}
.bg-green{
        background: #c3d5c7;
}
.bg-gray {
    background: #f2f2f2;
    padding: 10px;
}
.br-gray {
    border-bottom: 1px solid #ccc;
    /*border-top: 0px;*/
}
.br-blue {
    border: 1px solid #c7fafd;
}
.bg-gray-br {
    background: #ffffff;
    padding: 15px;
    border-right: 2px solid #fff;
}
.bg-gray2 {
    background: #ebebeb;
    padding: 8px 3px;
    max-height: 260px;
    overflow-y: scroll;
}
.bg-gray3 {
    background: #f0f7f1;
    padding: 8px 3px;
}
.bg-blue {
    background: #43b4d7;
    padding: 10px 0px;
}
.br-white {
    border: 1px solid #fff;
    border-radius: 0px 0px 5px 5px;
}
.bg-blue img{
    border:0px;
}
.green-head {
    background: #b3d0c8;
    border-radius: 10px;
        padding-top: 7px;
}
.bl-white{
    border-left:1px solid #edf1f4;
}


.bg-light-gray{
      background: #f5f5f5;  
}
.bg-darkgray {
    background: #333233;
    padding: 10px;
}
.br-btn {
   border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.br-btn-gray {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;
}
.br-btn:last-child ,.br-btn-gray:last-child {
    border: 0px;
    padding-bottom:0px;
}
.br-left{
    border-left: 2px solid #e6e7e8; 
}
.br-left:last-child {
    border: 0px;
}
.br-bottom{
border-bottom: 1px solid #c1e8ff;
}
.film-image-second {
    position: relative;
}
.film-image-second img {
    border-radius: 5px;
}
.second-section {
     padding: 0px 5px;
    margin-bottom: 15px;
}
.bg-lightgray {
    background: #f5f5f5;
    padding: 2px;
}
.tabs-docs.no-bg {
    padding-top: 7px;
    border: 0;
    background: transparent;
    border: 0px;
    padding: 0px;
}
.no-bg span {
    background: transparent;
    color: #4fade3;
    box-shadow: none;
    margin-top: 5px;
    padding: 0px;
    border: 0px;
}
.no-bg span:before, .no-bg span:after{
    display:none;
}
.match-height-cmd {
    background: #f2f2f2;
    padding: 5px;
}

.selected-img img {
    width: 100%;
}
.newspaper-img img {
    width: 100%;
}
.col-margin-1 {
  margin-bottom: 1px; 	
}
.first-level-bg {
     	
}
.poll-button {
    margin-top: 10px;
    border-radius: 0;
    padding: 3px 12px;
    border: 1px solid #b9b9b9;
    background: #b2151b;
    color: white;
    font-size: 12px;
    float: right;
    -webkit-border-radius: 1px;
    -moz-border-radius: 10px;
    border-radius: 3px;
}
.poll-button:hover {
background: #e82020 !important;
    color: white !important; 	
}
.poll-result-button {
    margin-top: 10px;
    padding: 3px 12px;
    background: #fefefe;
    color: #272727;
    font-weight: 500;
    font-size: 12px;
    float: left;
    -webkit-border-radius: 1px;
    -moz-border-radius: 10px;
    border-radius: 1px;
    box-shadow: 0px 2px 2px #e8e7e7;
}
.poll-result-button:hover {
background: #f0f0f0 !important;
    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-frame {
  margin: -4px 0 5px;
  padding: 10px 5px;	
  background: #fff;
border:1px solid #e9e7e7;
border-top:none;
}

.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;	
}

.dot-bg1 {
    background: url(ch01_20.gif) left 2px repeat-x;
	height:35px;
}
.note-bg2 {
    background: url(ch01_15.gif) right 0px no-repeat;
    height: 30px;
}
.states-bg2 {
    background: url(ch01_16.gif) right 0px no-repeat;
    height: 30px;
}
.other_media-bg2 {
    background: url(ch01_17.gif) right 0px no-repeat;
    height: 30px;
}
.multimedia-bg2 {
    background: url(ch01_21.gif) right 0px no-repeat;
    height: 30px;
}
.short_news-bg2 {
    background: url(ch01_18.gif) right 0px no-repeat;
    height: 30px;
}
.poll-bg2 {
    background: url(ch01_19.gif) right 0px no-repeat;
    height: 30px;
}
.b15 {
    margin-bottom: 15px;
}


label.star_label {
    float: left;
    width: 78px;
    background: #eeedee;
    border-radius: 25px;
    color: #8560a8;
    text-align: center;
    font-size: 17px;
    padding: 4px;
}
.no_right_padd{padding-right:0}
#body-back-dark {
    background: #f7f7f7;
	
    position: relative;
}
#body-back-2 {
    position: relative;
    /*background: #fff;*/
}
.trend-frame {
    padding: 5px;
	    background: white;
    min-height: 180px;
}
/*.note-frame {
padding: 10px;
}*/
.main_content {
padding: 0px;
}
.story-title a {
    color: #03b6db;
}
.story-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px;
	
}
.story-abs {
font-size: 14px;
    line-height: 27px;
    text-align: justify;
    color: #515151;
    
    padding: 0px 45px;
}
.row.sec-row {
	    background: url(ch01_011.gif) left 0px repeat-x;
}
.note-frame.p {
    padding-bottom: 20px;
}
.note-frame .evenrow {
    background-color: #f7f8fc;
}
.sb {
    margin-top: 48px;
}

/*div#titr2-content {
    background: #fff;    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 a img {
    width: 368px;
    height: 249px;
}
.vizhe_view3 {
    padding: 0;
}
.vizhe_title_view3 {
    margin-bottom: 10px;
}
.subject-frame2 {
/*background: #036199; */
    /* position: absolute; */
    bottom: 15px;
    padding: 14px 15px;
    /* box-shadow: 2px 2px 2px; */
    left: 0;
}
.subject-first-title {
position: relative;
    text-align: center;
    background: url(ch01_1_2.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.center-item-title {
    padding: 8px 0px;
}
.center-item-title a {
    color: #000;
}
.center-item-title a:hover {
    color: #138202;
}
.center-frame {
    border: 1px solid #e6e6e6;

}
.people-sec {
    text-align: center;
    border: 1px solid #d6d2ca;
    padding: 10px;
}
.people-img {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0px auto;
}
.help-form {
    margin-bottom: 10px;
}
.form-control {
    background-color: #f6f6f6;
}
.btn.m-form {
    background: #19b800;
    color: #fff;
}
.people-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
}
.subject-first-title a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'iransansx-bold';
    font-weight: bold;
}
.subject-first-title a:hover {
    color: #dadada;
    text-decoration: underline;
}

.bg-black {
    background: #2a2a2a;
}

.bahse_rooz_img {
    /*float: right;*/
    margin-left: 6px;
}
.dash_last_news {
    margin-right: -12px !important;
}
.subject-title a {
    color: #2c2c2c;
    font-size: 14px;
    /* font-weight: 500; */
}
.subject-title a:hover {
    color: #c5030b;
}
.subject-title {
    padding: 5px;
        padding-right: 0px;
}
.special-row-line {
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.p10{padding:0 10px;}
.p-all-10{
    padding:10px;
}
.pt20 {
    padding-top: 20px;
}
.odd1 {
    background: #f1f1f1;
}
.even1 {
    background: #e8e8e8;
}
.subject_frame_inner {
        background: #f4f4f5;
	margin-bottom:10px;
}
.subject-frame {
    padding-top: 2px;
    position: relative;
}
.nama-first-doc div {
  background: url(ch01_57.gif) right 9px no-repeat;
  padding-right: 11px;	
}
.nama-first-doc a {
  color: white;
  font-size: 18px;
  font-weight: bold;	
}
.nama-first-doc a:hover {
  color: #b50007;		
}
.nama-second-doc {
  text-align: center;  	
}
.vizheh-second-doc {
    text-align: center;
    padding: 0 30px;
    border-left: 1px solid #dfdfdf;
    text-align: justify;
      margin: 20px 0;
    
}
.vizheh-second-doc-padding {
    padding-top: 10px;
}
.nama-second-doc-image,.vizheh-second-doc-image {
  display: inline-block;
  border: 1px solid #c4c4c4;
  font-size: 0;
  padding: 1px;
  margin-bottom: 3px;	
}
.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 10px no-repeat;
  padding-right: 12px;
  text-align: right;	
}
.nama-second-doc-title a {
  color: #050e55;
  font-size: 13px;
  font-weight: bold;	
}
.nama-second-doc-title a:hover {
  color: #b50007;		
}
.nama-second-doc-routitr {
  text-align: right; 
  padding: 0 5px;   	
}
.nama-second-doc-routitr a {
  color: #5e5e5e;
  text-decoration: none; 	
}
.nama-second-doc-routitr a:hover {
  color: #b50007;	
}
#nama-carousel .carousel-indicators {
  bottom: -25px;	
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .nama-second-doc-image img {
    width: 160px !important;
    height: 94px !important;  	  
  }  
  .vizheh-second-doc-image img {
    width: 195px !important;
    height: 115px !important;  	  
  }  
  .vizheh-in-sections .vizheh-second-doc-image img {
    width: 277px !important;
    height: 163px !important;  	  
  }  
  .sardabir-frame {
    padding-right: 35px !important; 
  }
  .nama-second-doc-title {
    padding: 0 0 5px 0;	
  }
  .nama-second-doc-routitr {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nama-second-doc-image img {
    width: 120px !important;
    height: 71px !important;  	  
  } 
  .vizheh-second-doc-image img {
    width: 230px !important;
    height: 135px !important;  	  
  } 
  .sardabir-frame {
    padding-right: 26px !important; 
  }
  .nama-second-doc-title {
    padding: 0 0 5px 0;	
  }   
  .nama-second-doc-routitr {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
 .vizheh-second-doc-image img {
    width: 170px !important;
    height: 100px !important;  	  
  }
 .nama-second-doc-image {
   display: block;
   float: right;	
 }	
 .vizheh-second-doc-image {
   display: block;
  
 }	
 .sardabir-frame {
  padding: 5px 0 0 0 !important;
 }
 .vizheh-second-doc {
  padding-bottom: 10px;
 }
 .nama-second-doc-padding {
   padding-right: 175px;  	
 }
 .vizheh-second-doc-padding {
   padding-right: 175px;  	
 }
 .nama-second-doc {
   padding-bottom: 15px;	
 }
 button.url-clipboard-btn,.doc-clipboard-btn{
     padding-left: 25px !important;
     margin-right:0px !important;
 }
 a.get-icon,a.print-icon {
    margin-left: 5px;
}
}

#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;	
}
.bg_white {
background: #fff url(ch01_033.png) left 108px repeat-x;
  
}

.soutitr_parent {
    color: #000000;
    position: relative;
}


.soutitr_parent.right {
margin-left: 10px;
    padding-right: 0px;
}

aside.docDivsoutitr1 {
    /*min-height: 100px;*/
    padding: 5px 15px 0px 5px;
    margin: 5px 0px;
    border-right: 13px solid #6b646d;
    color: #6b646d;
    font-size: 1.1rem;
    font-weight: 500;
}

/*.soutitr_parent:after {
    width: 23px;
    height: 29px;
    content: '';
    position: absolute;
    right: -10px;
    top: 4px;
    background: #fff url(ch01_008.png)center top  no-repeat;
    background-size: contain;
    
}*/
.img_center {
    max-width: 60%;
    height: auto;
    padding-right: 20px;
    float: left;
    text-align: center !important;
}
.doc_right{    padding-left: 10px;}
.docboxes-bg2 {
  background: #b50007 url(ch01_43.gif) top left no-repeat;	
}
.atfbe-bg1 {
    background: #f7f8f9 url(ch01_054.gif) center 0px no-repeat;
    height: 35px;		
}
.related-bg1 {
    background: url(ch01_052.gif) center 0px no-repeat;
    height: 40px;	
}
.related_parent {
    background: #f7f8f9;
    padding: 0 15px 10px;
    margin-bottom: 5px;
}
.related_parent .majazi-title {
    font-size: 15px;
    font-weight: 500;
    background: url(ch01_053.gif) right 11px no-repeat;
    padding-right: 10px;
}
.rfiles-bg1 {
    background: #f7f8f9 url(ch01_055.gif) center 0px no-repeat;
    height: 35px;	
}
.rlinks-bg1 {
    background: #f7f8f9 url(ch01_056.gif) center 0px no-repeat;
    height: 35px;
}
.dselected-bg1 {
  background: url(ch01_78.gif) top center no-repeat;
  height: 25px		
}
a.doc-image-full-size {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  background: #d6d6d6;
  color: black;
  padding: 5px;	
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
a.doc-image-full-size:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px;	
}
.doc-clipboard-btn {
    float: left;
    /* padding-left: 45px; */
    font-size: 13px;
    border: 0px;
    width: auto;
    height: 40px;
    position: relative;
    padding-left: 32px;
    margin-right: 10px;
    /* font-weight: 700 !important; */
    /*font-size: 14px !important;*/
    background: #333333;
    color: #cdcdcd;
    border-radius: 20px;
}
.icon-copy {
background: url(ch01_05.svg)center center no-repeat;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 4px;
}
.doc-clipboard-btn span {
  font-size: 22px;
  line-height: 0;
  top: 5px;	
}
.doc-clipboard-btn:hover ,.button.url-clipboard-btn:hover span {
color: #f9f9f9;
}
.doc-clipboard-btn:focus ,.button.url-clipboard-btn:focus span{
    color: #a42624;
}
button.url-clipboard-btn {
    float: left;
    /* padding-left: 45px; */
    font-size: 13px;
    color: #454545;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 7px; */
    border: 0px;
    width: auto;
    height: 40px;
    position: relative;
    padding-left: 32px;
    /*font-weight: 700 !important;*/
    font-size: 14px !important;
}

.icon-copy-link {
    background: url('ch01_06.svg')center center no-repeat;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 3px;

}

.shorturl-tooltip {
    display: none;
    font-size: 12px !important;
    position: absolute;
    top: -27px;
    /* width: 150px; */
    margin-right: 100px;
    border: 1px solid #dcdcdc;
    background: #454545d1;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 8px;
    text-align: left !important;
    float: right;
}
.url-clipboard-btn:hover + .shorturl-tooltip {
    display: block;
}
.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: 20px;
}
.naftnevis-frame * {
  direction: ltr;	
}
.naftnevisItems {
  position: relative;	
}
.naftnevis-images {
  width: 444px;  	
  border-top: 0;
}
.naftnevis-images img {
  width: 100%;
  height: 286px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .naftnevis-images {
    width: 342px;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: 220px;  	
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .naftnevis-images {
    width: 100%;  	
  }
  .naftnevis-images img {
    width: 100%;
    height: auto;  	
  }	
}
@media screen and (max-width: 767px) {
  .naftnevis-images {
    width: 100%;  	
  }
  .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: 991px) and (max-width: 1200px) {
  .multimedia-list4 img {
    width: 271px;
    height: 176px;  	
  }

}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .multimedia-list4 img {
    width: 200px;
    height: 130px;  	
  }
}
@media screen and (max-width: 767px) {
  .multimedia-list4 img {
    width: 100%;
    height: auto;  	
  }
}
.multimedia-list5 {
  padding: 0 10px;
  background: #262626;	
}
.slimScrollBar {
    background: #fafcfc url(ch01_036.gif) center center no-repeat !important;
    border: 1px solid #8c8c8b !important;
    opacity: 1 !important;	
}
.sardabir-bg1 {
  background: url(ch01_27.png) right repeat-x;
 
  margin-left: 155px;
  height:51px;
  overflow:hidden;
}
.last-year-archive-slider a {
    background: url(ch01_28.png);
    height: 26px;
    width: 145px;
    position: absolute;
    left: 10px;
    top: 21px;
    z-index: 9;
}
.last-year-archive-slider-dark a {
    /*background: url(ch01_25.png);*/
    height: 26px;
    width: 145px;
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 99;
}
.first-title-inner a:hover {
    color: #d4e5f5;
   
}
.sardabir-bg2 {
/*background: url(ch01_26.png) right center no-repeat;*/
    height: 51px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 36px 0 10px;
	float:right;
}
.bussiness-bg1 {
  background: url(ch01_78.png) right repeat-x;
 
  margin-left: 155px;
  height:51px;
  overflow:hidden;
}
.vizhe_section a{color:#fff}

.bussiness-bg2 {
    background: url(ch01_77.png) right center no-repeat;
    height: 51px;
    color: #0360b6;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 36px 0 10px;
    float: right;
}
.video_slider-bg1 {
  background: url(ch01_31.png) right center no-repeat;
  height: 51px;
      margin-left: 157px;
}
.section_vizhe_img img {
    max-width: 100%;
}
.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: #2b2b2b;
    font-size: 14px;
}
.vizheh-abstract a:hover {
    color: #ca0404;
}
.vizheh-items {
    padding: 0;
}
@media screen and (min-width: 991px) 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;  	
  }
  .vizheh-abstract {
  	 padding-right: 0px;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .vizheh-list-padding {
    padding-right: 240px;  	
  }
  .vizheh-abstract {
  	 padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .vizheh-list-padding {
    padding-right: 175px;  	
  }
}
.most-comment-bg1 {
    background: url(ch01_50.gif) right 0px no-repeat;
    height: 30px;
}
.most-comment-title {
  padding-right: 12px;
  margin-bottom: 5px; 	
    
}
.most-comment-title:hover {
}
.most-comment-title a {
   color: #6f6d6d;	
}
.most-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 .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: 71px;
  width: 25px;
}
#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: 0;
  width: 25px;
  height: 71px; 	
  margin-bottom: 3px;
}
.rooyekhat-items2 div a {
    color: #282828;
    font-weight: normal;
    font-size: 14px;
}
.rooyekhat-items2 div a:hover {
    color: #327cae;
}



#first-select-tabs .rooyekhat-items2 div a ,#second-select-tabs .rooyekhat-items2 div a{
    font-size: 14px;
}
/*.select-sec div a {
    color: #efefef;
}*/

/*.rooyekhat-items2 div a:hover {
 color: #f98b0a;
}*/
.footernews .rooyekhat-items2 div a:hover {
    color: #282828;
    border-bottom: 1px solid;
}
.select-sec div a:hover {
    color: #2e3192;
    /* border-bottom: 1px solid; */
}
.select-sec div:hover {
 /*//background: url(ch01_09.png)right 8px no-repeat;*/
    /* border-bottom: 1px solid; */
}
.rooyekhat-items2 {
padding:8px;
    /* border-bottom: 1px solid #e6e7e8; */
    position: relative;

}

/*.rooyekhat-items2 a::before {
      content: '';
    margin-right: 5px;
    font-size: 15px;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 19px;
     left: 9px; 
        right: 5px;
    border-radius: 50px;
    background: #f98b0a;
}*/
.tab-content.option-tab {
    margin-bottom: 10px;
}
.footernews .rooyekhat-items2 {
    padding: 5px 30px 0px 10px;
}
.footernews .rooyekhat-items2 div a:before {
      background: #fff; 
          top: 14px;
}
.rooyekhat-items2:hover {
    /*background: #e8e8e8;*/
}

.rooyekhat-items2.oddrow {
background: #ffffff;
}
.rooyekhat-items2:hover .counterDoc {
    color: #ffffff;
    background: #b4322f;
}
/*.rooyekhat-items2:hover .arrow::after {
    background: url(ch01_09.png) left 8px no-repeat;
}*/
.rooyekhat-items3 div a {
    color: #454545;
    line-height: 23px;
}
.importance a {
color: #de1918 !important;
}
.option_a {
    margin-right: 8px;
}
.br-btm {
     border-bottom: 1px solid #ebe2d5;
}
.option_last_news {
    padding-right: 15px;
    background: url(ch01_09.png)right 10px no-repeat;
}
.rooyekhat-items3 div a:hover {
    color: #cc6326;
}
.rooyekhat-items3 {
    padding: 5px 0px;
}
.rooyekhat-items3.oddrow ,.lastyear-title.oddrow {
    background: #fff;
}
.contents_a {
   padding-right: 30px;
}
.no-right{padding-right:0;}
.no-mrright{margin-right:0;}
.no-left{padding-left:0;}
.no-mrleft{margin-left: 0px}
.rooyekhat-items2.evenrow ,.lastyear-title.evenrow {
    background: #f2f2f2;
    /* border-radius: 1px; */
/*    border-bottom: 1px solid #e6e7e8;
    border-top: 1px solid #e6e7e8;*/
}
.counterDoc {
    /* margin-top: 2px; */
    width: 23px;
    height: 23px;
    /* background: #ffffff; */
    border-radius: 50%;
    color: #b4322f;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    /* font-weight: 500; */
    float: right;
    border: 1px solid #eaeaea;
}
.counterConv {
    padding: 0px 0px;
    margin: 0px 0px;
    right: 0;
    width: 19px;
    color: #b60008;
    border-radius: 50%;
    height: 19px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 21px;
    background: #efefef;
}

.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;
  border-bottom: 1px solid white;
}
.media-bg2 {
  height: 28px;
  background: url(ch01_52.gif) top center no-repeat;	
}
.media-bg3 {
  background: #6e6e6e;
  padding: 3px;	
}
.media-title-images {
  margin-bottom: 3px;
  position: relative;  
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);    	
}
.media-bottom-icon {
  position: absolute;
  right: 10px;
  top: -28px;
  color: white;
  font-size: 20px;	
}
.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-video-icon2 {
  background: url(ch01_59.png);
  width: 24px;
  height: 24px;
  font-size: 0; 
  line-height: 0;	
  position: absolute;
  top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .media-first-container {
    margin-bottom: 3px;	
  }
  .media-title-images img {
    width: 181px !important;
    height: 106px !important;	  
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .media-title-images img {
    width: 129px !important;
    height: 76px !important;	  
  }
}
@media screen and (max-width: 767px) {
  .media-first-container {
    margin-bottom: 3px;	
  }
  .media-title-images img {
    width: 100% !important;
    height: auto !important;	  
  }
}
.media-bg-padding {
  padding-left: 27px; 	
}
.archive-no-button {
}

.media-frame {
  margin-bottom: 10px;	
}
@media screen and (min-width: 991px) {
  .vizheh-in-sections .vizheh-list-image img {
    width: 162px !important;
    height: 95px !important; 	
  }
}
.box-default-bg {
    background: #e5e5e5;
}
.bg-light-gray{
    background: #f7f7f7;
}
.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 {
    min-height: 28px;
    padding-top: 3px;
        margin-right: 25px;
}
/*.doc-top-part1:before {
    width: 20px;
    content: '';
    position: absolute;
    height: 0px;
    top: 0px;
    border-left: 12px solid white;
    border-bottom: 24px solid #cdcdcd;
    left: 0px;
}*/
.doc_date {
    color: #ad0008;
    font-weight: 500;
    padding: 8px 5px;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #e6e7e8;
    background: #ffffff;
}
.doc_date span{
    margin-left: 5px;
    color: #424242;
    font-size: 12px;
    font-weight: 700;
    /*padding-right: 7px;*/
}

.soutitr_parent.left {
    float: left;
    position: relative;
    margin-right: 15px;
    padding-right: 0px;

    
}



.soutitr_parent.right .docDivsoutitr1{
 
}


.docDivsoutitr2 {
    background: url(ch01_57.gif) top right no-repeat;
  
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #b50007;	
}
.docDivsoutitr4 {
    background: url(ch01_58.gif) top right no-repeat;
  
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #b50007;	
}
.docDivsoutitr2 div {
    padding: 15px;
}
.docDivsoutitr4 div {
    background: url(ch01_59.gif) top left no-repeat;
    padding: 16px;
}
.docDivsoutitr3 {
margin: 1px 31px;

}
#doc_keywords {
  color: gray;
  padding: 5px 0 10px;
  font-style: italic;	
}
/*/////////////////////////////////*/
.sharelink {
/*    padding: 4px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 1px;
    background: #f5f5f5;*/
padding: 0px;
}

.title_multi{
bottom: 0;
    background: rgba(0, 87, 167, 0.63) url(ch01_22.png) right 20px no-repeat;
    padding-right: 37px;
    padding-left: 15px;
    padding-bottom: 35px;
    padding-top: 10px;
    position: absolute;
    width: 97.5%;
}
@media screen and (max-width: 991px) {
   .first-suj {
    margin-top: 10px;
}
}
@media screen and (max-width: 724px) {
   .title_multi{
    width: 98.2%;
} 
}

.title_multi a{
     color: #fff; 
      bottom: 20px;
      font-size: 13px;
}
.archive-date{
    position: absolute;
    color: #646464;
    padding-right: 5px;
    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: -9px !important;
    padding-top: 6px;
}
.multi-img-frame {
/*  border: 1px solid #f3f3f3;  	*/
  margin: 15px;
}
.multi-title-multi a {
  color: #fff;
line-height: 30px;
  	
  font-weight: 500;
}
.tab_slider_img {
    position: relative;
}
.media-img {
    margin-bottom:0px;
}
span.media-date {
    background: #5d5d5d;
    border-radius: 14px;
    font-size: 13px;
    padding: 0px 13px;
    color: #2a2a2a;
}
.tab_slider_padding {
    float: right;
    margin-top: -2px;
    background: #000000ab;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding-right: 5px;
    width: 100%;
    
}


.tab_slider_padding span{
   font-size: 12px;
  background: url(ch01_033.png) right 5px no-repeat;
      padding-right: 15px;
}

.multi-title-multi a:hover{
    color: #d0d0d0;
}

.multi-routitr a,.first-subtitle a {
color: #565656;
font-size: 13px;
    /* font-family: 'iransansx-bold'; */
    font-weight: 300;
    text-decoration: none;	
}
.first-subtitle a{
font-size: 0.9rem;
}

.multi-routitr a:hover,.first-subtitle a:hover {
    color: #282828;
    /*text-decoration: underline;*/	
}
.multi-title-multi {
font-size: 21px;
    font-weight: bold;
    padding-bottom: 5px;
    /* background: url(ch01_17_2.png) right 12px no-repeat; */
    text-align: right;
    padding-right: 10px;
    font-family: 'iransansx-bold';
}
.multi-abs {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: justify;
  color: #9f9f9f;
  font-size: 14px;
}
.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;
	color:#fff;
}
.sidebar_title a {
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    font-family: 'iransansx-bold';
    font-weight: 500;
}
.library-text {
    padding-right: 90px;
}
.library-text .sidebar_title a {
    font-size: 15px;
}
.sidebar_title a:hover {
color: #0d439b;	
}
.footernews .sidebar_title a {
    color: #282828;
    font-weight: normal;
    font-size: 14px;
}
.footernews .sidebar_title a:hover {
color: #c3d4c5;
}
.majazi-items.evenrow {
    background: #fff;
}
.majazi-items.oddrow {
    background: #f3f3f3;
}
.sticky {
  position: fixed;
  width: 100%;
  z-index: 1005;
          background: url('ch01_111.gif') no-repeat right;
          -webkit-box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
            -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);
          width: 100%;
          height:40px;
          text-align: center;
          top: 0px;
          right: 0px;
          padding-right: 265px;
          padding-top: 5px;
          background-color: #00A99D;
}
@media screen and (max-width: 991px) {
   .sticky {
          padding-right: 15%;
} 
}
@media screen and (max-width: 1250px) and (min-width:991px) {
   .sticky {
          padding-right: 14%;
} 
}
@media screen and (max-width: 767px) {
       .sticky {
          padding-right:40% !important;
          padding-top: 0px;
          height:51px;
          background: url('ch01_112.gif') no-repeat right;
          background-color: #039E93;
} 
}

.daricheh-icon {
  color: white;
  line-height: 0;
  font-size: 11px;
  float: left;	
}
.daricheh-icon span {
  font-size: 13px;	
}
.doc_tags1 {
    font-size: 15px;
    padding: 0px 0px 0px;
    color: #9f9f9f;
    border-top: none;
    background: url(ch01_043.png) right center no-repeat;
    min-height: 35px;
}

.tags a {
display: inline-block;
    padding: 1px 10px;
    color: #2d2d2d;
    background: #f3f3f3 url(ch01_044.gif) left 0px repeat-x;
    font-size: 14px;
    /*font-weight: 500;*/
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 5px 3px 5px 0;
}
.tags a:hover {
    color: #FFF;
    background: #c6c6c6;
}
.docDiv7Img img {
    width: 100%;
/*    height: auto;*/
}
.doc-tags-header {
    color: #00aeef;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.doc_tags1 a:hover {
  color: #3a64b6;	
}
.doc_tags1 span {
    color: #ec7130;
	margin-left: 5px;
}
.tool-icons-bottom div {
background: url(ch01_030.png) left 0px no-repeat;
    width: 372px;
    height: 45px;
    display: inline-block;
}
.tool-icons-bottom a.send-icon {
    margin-left: 0;
    width: 152px;
    height: 45px;
}
.tool-icons-bottom a.get-icon {
    margin-left: 10px;
    width: 92px;
    height: 40px;
}
.tool-icons-bottom a.print-icon {
    margin-left: 23px;
    width: 93px;
    height: 43px;
}
.tool-icons-bottom {
    height: 44px;    text-align: left;
}
/* 
 * 	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 {

    margin-bottom: 3px;
	    width: 100%;
    height: auto;
}
.second-bigImg .film-image {
    /*max-height: 180px;*/
    height: auto;
    overflow: hidden;
}
.item.darkCyan .special-img2 {
/*max-height: 192px;*/
    overflow: hidden;
    height: auto;
    background: transparent;
    position: relative;
}
.row-flex .film-image {
    /*max-height: 192px;*/
    overflow: hidden;
}
.row-flex .film-image img {
    width: 100%;
    /*max-height: 192px;*/
}
.item.darkCyan .special-img2 img{
        width: 100%;
    /*max-height: 192px;*/
}
.second-bigImg .film-image img {
        width: 100%;
    /*max-height: 192px;*/
}

.owl-item div.item {
/*      padding: 0px;
      background: #f5f5f5;*/
}
.item.darkCyan {
    background: #333233 !important;
}
.item.grayrow {
    background: #f5f5f5;
    padding: 5px !important;
}
.item.whiterow  {
    background: #fff!important;
    padding: 5px !important;
    border-left: 1px solid #c7fafd;
}
.owl-prev {
    position: absolute;
    right: -27px;
    bottom: 45%;
    width: 21px;
    height: 31px;
    opacity: 1 !important;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2221%22%20height%3D%2240%22%20viewBox%3D%220%200%2031%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20 %23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M6.008%2C0.768%20L0.289%2C6.477%20L19.080%2C25.238%20L0.289%2C43.999%20L6.008%2C49.709%20L30.517%2C25.238%20L6.008%2C0.768%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')right center no-repeat;

}
#gallery-carousel2 .owl-prev{
    bottom:0px;
    width: 25px;
    height:30px;
    right:10px;
}
.owl-next {
    position: absolute;
    left: -27px;
    bottom: 45%;
    width: 21px;
    height: 31px;
    opacity: 1 !important;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2221%22%20height%3D%2240%22%20viewBox%3D%220%200%2031%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20 %23ffffff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M24.804%2C0.768%20L30.523%2C6.477%20L11.733%2C25.238%20L30.523%2C43.999%20L24.804%2C49.709%20L0.295%2C25.238%20L24.804%2C0.768%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')right center no-repeat;
}
#gallery-carousel2 .owl-dots{
        bottom:0px;
}
#gallery-carousel2 .owl-next{
    bottom:0px;
    width: 25px;
    height:30px;
    left:10px;
}

.owl-next.disabled,.owl-prev.disabled {
    opacity: 0.7 !important;
}
.owl-dots {
    position: absolute;
    display: block;
    top: 10px;
    width: 100%;
    padding-left: 10px;
    /* float: unset; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* text-align: center; */
    /* height: auto; */
    /* counter-reset: my-sec-counter; */
}
#golden_news-carousel .owl-dots {
    top: -35px;
    left: -10px;
}
.owl-dot {
     width: 12px;
    height: 12px;
    background: #e0e0e0;
    border-radius: 10px;
    padding: 0px;
    float: left;
    margin: 5px 2px;
}
.owl-dot.active {
    background: #43b4d7;
    border: 2px solid #e0e0e0;
}
.darkCyan img {
    width: 100%;
    height: auto;
}
div#pishkhaan_slider {
    max-width: 300px !important;
}
div#pishkhaan_slider .title_footer{
    display: none;
}
.second-items,.second-items2{
width: 40%;
    overflow: hidden;
    float: right;
    margin-left: 2%;
}
.second-items img {
    /*padding-left: 35px;*/
    object-fit: cover;
}
.second-items2 img {
width:100%;
height:auto;
}
.second-items2 a img {
display:none;
}
.second-level2{
 background: #ebebeb;   
}
.clearfix.select_section {
    background: #dedede;
    padding: 15px;
}
.vizheh-second-doc-image img {
    width: 100%;
}
.select_section > .container > .bl-white:last-child{
    border-left:0px;
}

.owl-next:hover,.owl-prev:hover{    opacity: 0.9 !important;}
.owl-box-title a{color: #323232;}
.darkCyan .owl-box-title a{color: #fff;}
.darkCyan .owl-box-title a:hover{color: #adadad;}
.owl-box-title {
padding: 5px 10px;
}
.darkCyan .owl-box-title {
padding: 5px 0px;
}

.owl-box-abs {
    text-align: justify;
    padding-left: 15px;
}
.owl-box-abs a {
     color: #333;
     font-size: 13px;
}
/*.odd {
    position: absolute;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    left: 0;
    margin: 0 10px;
    padding: 10px;
}
.even {
    position: absolute;
    top: 10px;
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    left: 0;
    margin: 0 10px;
    padding: 10px;
}*/
.sardabir_box{    
       margin-bottom: 10px;
    /*margin-top: 10px;*/
    background: #fff;
}
.owl-box-title h2 a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    /* font-family: 'iransansx-bold'; */
}
.nama-second-doc-routitr2 {
    text-align: right;
    padding: 0;
    padding-right: 1px;
	}
.nama-second-doc-routitr2 a {
    color: #5e5e5e;
    text-decoration: none;
}
.danesh {
    padding: 10px 0;
	}
.video_slider {
   padding: 10px 0;
	}
@media screen and (min-width: 767px) and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

.owl-box-title {
margin-right: 0;

}	
#body-back-b2 {
    background: #505050;
    background-size: cover;
}

.item.darkCyan img {
   width: 100%;
    height: auto;
}
.owl-item div.item {
    padding: 5px 0;
}
}
.bahse_rooz-bg1 {
   background: #b50007  url(ch01_115.gif) top right no-repeat;
}
.bahse_rooz-bg2 {
    background: url(ch01_116.gif) top center no-repeat;
}
.bahse_rooz-bg3 {
    height: 25px;
    background: url(ch01_117.gif) top left no-repeat;
}
.bahse_rooz-frame2 {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 49px;
    padding: 15px 5px;
    left: 0;
    right: 0;
    margin: 0 5px;
}
.bahse_rooz-title a:hover {
    color: #c3c3c3 ;
}
.bahse_rooz-title a{    color: #fff;
    font-size: 17px;}
.bahse_rooz-title {
    background: url(ch01_22.png) right 10px no-repeat;
    padding-right: 42px;
}
.cm {
       background: rgb(99, 6, 10);
    padding: 3px 5px 2px;
    width: 100%;
    display: inline-block;
    margin-bottom: -6px;
    border-top: 2px solid #89060f;
	}
.cm_num {
    float: right;
    background: url(ch01_119.png);
    width: 18px;
    height: 17px;
    text-align: center;
    color: #00a99d;
    font-weight: bold;
	margin-left: 3px;
}
.most-commented-count2 {
    color: #9e9797;
    font-size: 11px;
    /*float: left;*/
    padding-right: 20px;
}
.bahse_rooz-frame {
    padding-top: 2px;
}
.mosharekat a{
float: left;
    width: 121px;
    height: 16px;
    margin-top: 1px;
    background: url(ch01_120.png) no-repeat;
}
@media screen and (min-width: 991px) and (max-width: 1339px) {
.mosharekat a {
    width: 106px;
    height: 13px;
    margin-top: 3px;
    background: url(ch01_120.png) center no-repeat;
    background-size: contain;
}
}
a.bahse_rooz_img img {
    width: 100%;
    height: auto;
}
.specail-padding_third {
    padding: 6px 0 5px 0;
}
.dariche-bg1 {
 background: #e9e9e9 url(ch01_121.gif) top right no-repeat;
}
.dariche-bg2 {
height: 25px;
    background: url(ch01_122.gif) top left no-repeat;
}
#titr3-content {
    padding: 10px 0;
    margin: 1px 0 5px 0;
    border: 1px solid #e9e9e9;
    display: inline-block;
    padding-bottom: 0;
    width: 100%;
}
.advertise_default {
    margin:  0 0 5px;
}
.first_advs {
    box-shadow: 0px 0px 5px #bbb;
}
.dariche-title {
    margin-right: -12px;
}

.section-page-title1 {
    /* background: url(ch01_02.gif) repeat-x; */
    /* height: 33px; */
    border-radius: 0px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    /* background: #2e3192; */
    margin: 5px 0px 10px;
    border-bottom: 1px solid #ccc;
}

.section-page-title1 span {
    color: #3c789a;
    font-size: 20px;
    /* text-shadow: 1px 1px #875449; */
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
}
.section-page-title2{

    color: #0a66bb;
    padding: 8px 15px;
   
    font-weight: bold;
}
.section-page-title2 span{    font-size: 16px;
    text-shadow: 0 0 2px #fff;
    background: url(ch01_70.png) left 5px no-repeat;
    padding-left: 30px;}
.third_l {
       padding: 5px 0 5px 10px;
}
.docDiv7Img {
    margin-bottom: 10px;

}
.docDiv7Img img {
        border: 1px solid #d8d6d6;
}

.gozide_r {
     margin-bottom: 10px; 
       padding: 5px;
}
.border_b{border-bottom: 1px solid rgba(152, 144, 144, 0.19);}
#titr3-content div.border_b:last-child{border-bottom:none;}
.special-image-box2 {
    margin: auto;
    text-align: center;
}


.special-img2{
margin: auto;
    text-align: center;
    /*padding: 10px;*/
    background: #fff;
}

.special-img {
    margin: auto;
    text-align: center;

}

@media screen and (min-width: 991px) and (max-width: 1339px) {
	.third_l {
    padding: 0 15px;
}

}

@media screen and (max-width: 991px) {
	.specail-padding_third {
    padding: 5px 179px 0px 0;
}
.special-img2 img {
    width:100% !important;
}
.sec-read-match {
    position: relative;
    /*height: auto !important;*/
}
#titr3-content {
    padding: 10px 0 10px 0;
  
}
	.third_l {
    padding: 0 15px;
}
.special-img2 {
    margin: auto;
    text-align: center;

}
.second-level.left {
       padding-right: 5px;
}
.second-level.right {
    padding-left: 5px;
}
}
.lightSlider {
    overflow: hidden;
    margin: 0;
    /* position: relative !important; */
    float: left;
}
.first-carousel-big-title div a{color:#fff}
.first-carousel-big-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.78);
    padding: 5px 10px;
	width:100%;
}
.first-carousel-big img{
    max-width: 100%;
    height: 230px;
}
.first-frame .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
    position: relative;
}
.first-frame .lSSlideOuter .lSPager.lSpg > li a {
   width: 60px;
    background: #f9f9f9;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5;
    border: 1px solid #e3e3e3;
	height:9px;
}
.first-frame  .lSSlideOuter .lSPager.lSpg > li:hover a,.first-frame  .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #b50007;
}
.first-frame  .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
}
.first-title-big {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(ch01_123.png) right 10px no-repeat;
    padding-right: 12px;
}
.first-carousel-big-title div a:hover{
    color: #00a99d;
}
@media screen and (max-width: 767px) {
    .first-frame .lSSlideOuter .lSPager.lSpg > li a {
   width: 40px;

}
}

.first-title-big-text {

    position: relative;
}
.first-title-big-text a{    
    color: #0b5580;
     font-weight: 700; 
    line-height: 35px;
    font-size: 23px;
    text-decoration: none;
    font-family: 'iransansx-boldBold';
}
.first-title-big-text a:hover {
color: #565656;
}
.first-title-big-text2 {

    font-size: 21px;
    font-family: 'iransansx-bold';
    line-height: 28px !important;
    text-align: right;
    font-weight: 500;
    padding-bottom: 7px;
}
.first-title-big-text2 a{    
color: #1d1d1d;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
}
.first-title-big-text2 a:hover {
color: #971317;
}
.first-routitr-big-text , .first-subtitle-big-text{
    font-size: 14px;
    padding: 5px 0px;

}
.tab_sldier_figure {
    margin-bottom: 0px;
}
.tab_sldier_figure img {
    width: 100%;
}
.first-abs-big-text{
	text-align: justify;
	font-size: 15px;
    line-height: 25px;
margin-top: 12px; color: #616161;
	}
.first-routitr-big-text a ,.first-subtitle-big-text a,.first-abs-big-text a{
    color: #727272;
    font-size: 14px;
    text-decoration: none;
}
.first-routitr-big-text a:hover{
    color: #393939;
}
#first-carousel-big-text .carousel-indicators {
    right: inherit;
    position: absolute;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    bottom: -46px;
	direction: ltr;
}
#first-carousel-big-text .carousel-indicators li {
     background-color: rgb(210, 212, 212);
     border: 0;
}
#first-carousel-big-text .carousel-indicators .active {
     background-color: #b50007;
	 cursor: pointer;

}
.title-text {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.title-text a {
    color: #1e1e1e;
    line-height: 25px;
    font-size: 22px;
    font-weight: 500;
    
}
.carousel-control-prev-icon {
    /* background: url(ch01_25.png) center left no-repeat;*/
    width: 31px;
    height: 20px;
    left: 5px;
    float: left;
    position: absolute;
    margin-top: 46px;
}
.carousel-control-next-icon {
    background: url(ch01_26.png) center right no-repeat;
    width: 31px;
    height: 20px;
    right: 5px;
    float: right;
    position: absolute;
    margin-top: 48px;
}
.owl-box-title h2 a:hover ,.owl-box-title2 h2 a:hover {
color: #0e32b5;
}

.first-level-bg {
    padding-bottom: 0px;
}

.thumbnails.j-thumb li {
    list-style: none;
    /* left: 20px; */
    opacity: 1;
    padding-left: 5px;
    float: right;
    width: 25%;
    margin-top: 10px;
}
.thumbnail-position {
    position: absolute;
    left: -20px;
    bottom: 0px;
}
.thumbnails.j-thumb li.active a {
    opacity: 1;
  
}
.thumbnails.j-thumb li.active a {
    background:#f98b0a; 
  
}
.thumbnails.j-thumb li.active img {
    border-top: 0px solid #cc0810;
}
.thumbnail {
    border: none;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px;
}
a.thumbnail.section {
    width: 100%;
    height: 8px;
    background: #c1e8ff;
    opacity: 1;
    border-radius: 0px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    cursor: pointer;
}
.serat_img img {
    width: 100%;
}
@media screen and (max-width: 1339px) {
	#first-carousel-big-text .carousel-indicators {
    bottom: -16px;

}

}
@media screen and (max-width: 767px) {	#first-carousel-big-text .carousel-indicators {
    bottom: -23px;

}
.first-carousel-big img {
    max-width: 100%;
    
    width: 100%;
    height: auto;
}
.first-carousel-big-title {
    position: relative;
	bottom:inherit;
    background: #000;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}
}
.padd_bottom {
    margin-bottom: 20px;
}
/*ol.carousel-indicators.padd_ol {
    bottom: 0 !important;
    left: 5px;
}*/
@media screen and (min-width: 991px) and (max-width: 1339px) {
	ol.carousel-indicators.padd_ol {
    bottom: 25px !important;
  
}
}
.first-carousel-big {
    margin: auto;
    text-align: center;
    background: #000000;
}
.padd_level1 {
    margin-bottom: 15px;
}
.seperate_sliders {
    position: relative;
    /*padding: 10px 0px;*/
    /*margin: 0px 5px;*/
    /*background: #f7f7f7;*/
}
.pic-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  line-height: 0;
  font-size: 10px;	
}
.pic-icon span {
  font-size: 13px;	
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    color: transparent;
}
.owl-carousel {
    position: relative;
}
/*.vertical-owl-carousel {
    transform: rotate(90deg);
}
.vertical-owl-carousel .item {
    transform: rotate(-90deg);
}
.vertical-owl-carousel .owl-item img {
    display: block;
    width: 100%;
}*/
/*.library-image img {
    width: 100%;
}
#box-carousel {
width: 100%;
    height: 350px;
    position: relative;
   
    overflow: hidden;
    padding-bottom: 25px;
    
}*/
ul#box-carousel li.lslide {
    background: white;
padding: 0px;
}
.owl_sameh {
    padding: 5px 30px;
}
.item-a img{
    padding: 0px 60px;
/*    margin-right: 60px !important;
    margin-left: 60px !important;*/
}
.library-sec{
    background: #f5f5f5;
}
.item-a .carousel-center + div a {
    padding: 85px 20px 15px;
    background: url(ch01_53.png) left bottom repeat-x;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}
.item-a div a {
    display: none;
}
.first_title {
position: absolute;
    bottom: 0;
    background: url(ch01_36.png) top repeat-x;
    right: 0;
    left: 0;
    padding: 60px 0 30px 40px;
    margin: 0 6px;
	color:#fff;z-index:2;
}
.first_title2 {
position: absolute;
    bottom: 0;
    background: url(ch01_36.png) top repeat-x;
    right: 0;
    left: 0;
    padding: 60px 0 10px 10px;
    margin: 0 6px;
	color:#fff;
	z-index:2;
}
.first_title3 {
position: absolute;
    bottom: 0;
    background: url(ch01_36.png) top repeat-x;
    right: 0;
    left: 0;
    padding: 40px 0 5px 5px;
    margin: 0 6px;z-index:2;
}
.first-title-inner {
color: #fff;
    font-size: 28px;
    font-family: "iransansx-bold";
    font-weight: 800;
    min-height: 50px;
    text-align: center;
    padding-right: 40px;
}
.document_date1{
    text-align: left;
    line-height: 4;
    color: rgba(255, 255, 255, 0.71);
    font-weight: normal;
}
.document_date2{
	text-align: left;
    line-height: 3;
    color: rgba(255, 255, 255, 0.71);
    font-weight: normal;
}
.document_date3{
	text-align: left;
    line-height: 2;
    color: rgba(255, 255, 255, 0.71);
    font-weight: normal;
}
.vizhe-box {
    padding: 0px;
    padding-left: 10px;
}
.vizhe-box:last-child {
    border-bottom: 0px;
}
.vizhe_info span{
    color: #0360b6;
}

.vizhe_comment  div {
	background: url(ch01_41.png) right no-repeat;
    padding-right: 24px;
	color: #f7941d;
}
.doc_extra {
    display: inline-block;
    margin-top: 5px;
}
.doc_extra .first-related a {
    color: #1c335f;
}
.vizhe_info {color:#bf2125;
    float: right;
    margin: 5px 0px 0;
    padding: 0px 10px;
    background: url(ch01_42.gif) left 2px no-repeat;
}
.doc_extra .vizhe_info:first-child{padding-right:0}
.vizhe_info:last-child{background:none;}
.first-title-inner.second_sec  {
    color: #fff;
    font-size: 19px;
    font-family: "iransansx-bold";
    font-weight: 500;
/*    background: url(ch01_4.png) right 1px no-repeat;*/
    padding-right: 28px;
    min-height: 50px;
    padding-top: 5px;
	    margin-right: -1px;
}
.first-title-inner.third_sec  {
    color: #fff;
    font-size: 15px;
    font-family: "iransansx-bold";
    font-weight: 500;
/*    background: url(ch01_4.png) right 1px no-repeat;*/
    padding-right: 28px;
    min-height: 50px;
    padding-top: 5px;
	    margin-right: -1px;
}
.first-title-inner a {color:#fff;    text-shadow: 0 0 5px #000;}
img.img-first {
    max-width: initial;
    width: 100%;    opacity: 0.9;
}
.first-img-frame {
   background: #000;
    position: relative;
    overflow: hidden;
}
.f_overlay {
    background: url(ch01_83.png) bottom repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
 opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;bottom:0;
}
.first_box:hover .f_overlay{opacity: 0.8;}
.vizhe_view2:hover .f_overlay{opacity: 0.8;}
.first_box{    margin-bottom: 10px;}
/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, JosÃ¯Â¿Â½ GonÃ¯Â¿Â½alves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 
 #contact-buttons-bar {
  position: fixed;
  top: 120px;
  right: -50px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: fixed;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  right: 0;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}
.fa-telegram:before {
    content: "\f2c6";
}
.contact-button-link.cb-hidden {
  right: -50px;
}
.contact-button-link.telegram {
background: #32afed;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.twitter {
  background: #00ceff;
}
.contact-button-link.instagram {
	background: #3051F1;
   background : #E12F67; /* Old browsers */
background: -webkit-gradient(linear, 333 0, 0 337, from(#8043af), color-stop(0.029, #8442aa), color-stop(0.029, #8740a9), color-stop(0.042, #8842a8), color-stop(0.059, #8d3fa7), color-stop(0.067, #8d41a4), color-stop(0.164, #9d3d9c), color-stop(0.164, #9f3c9a), color-stop(0.202, #a63b96), color-stop(0.202, #a73a97), color-stop(0.23, #a83b96), color-stop(0.23, #aa3a92), color-stop(0.253, #ac3990), color-stop(0.312, #b63a8b), color-stop(0.35, #b93a88), color-stop(0.35, #bb3986), color-stop(0.374, #bc3986), color-stop(0.374, #be3884), color-stop(0.397, #c03a83), color-stop(0.403, #c13c83), color-stop(0.412, #c4397f), color-stop(0.443, #c63b7a), color-stop(0.469, #ca3d75), color-stop(0.475, #cb3c75), color-stop(0.494, #ca3e74), color-stop(0.494, #cc3d74), color-stop(0.503, #ce3e75), color-stop(0.503, #cf3d74), color-stop(0.591, #d84466), color-stop(0.591, #d94367), color-stop(0.904, #ef6744), color-stop(0.951, #f26a43), color-stop(0.951, #f26c42), color-stop(0.978, #f3703f), color-stop(0.978, #f46f40), color-stop(0.997, #f57041), color-stop(0.997, #f47141), to(#f47141));
background: -webkit-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
background: -moz-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
background: -o-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
background: linear-gradient(224.65793970864146deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
}
.contact-button-link.rss {
  background: #ffb200;
}

.contact-button-link.separated {
  margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: transparent;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}
.vizhe_view2_image img {
    width: 100%;
    height: auto;
	opacity:0.9;
}
.vizhe_view2_frame {
    position: absolute;
    bottom: 0;
    background: url(ch01_83.png) top repeat-x;
    padding: 40px 5px 10px;
    left: 0;
    right: 0;
    z-index: 2;
}
.vizhe_view2_image {
    background: #000;
}
.vizhe_view2_title{    background: url(ch01_22.png) right 10px no-repeat;
    padding-right: 42px;}
.vizhe_view2_title a{
color: #fff;
    font-size: 17px;text-shadow: 0 0 5px #000;
}
.col-margin-10 {
    margin-bottom: 10px;
}
img.thumb_vizhe {
    width: 130px;
    height: 81px;
}
/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars & Input
 */
.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
	    float: left;
    direction: ltr;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
       margin-top: 7px;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #ececec;
}

.rating-container .filled-stars {
position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #ececec;
    text-shadow: 1px 1px #ececec;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
	display:none;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
	display:none;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}
.filled-stars .star:nth-child(1) {
    color: #00bff3;
}
.filled-stars .star:nth-child(2) {
    color: #00bff3;
}
.filled-stars .star:nth-child(3) {
    color: #00b7ce;
}
.filled-stars .star:nth-child(4) {
    color: #00b49d;
}
.filled-stars .star:nth-child(5) {
    color: #00b37d;
}
.filled-stars .star:nth-child(6) {
    color: #0db14b;
}
.filled-stars .star:nth-child(7) {
    color: #8fb73e;
}
.filled-stars .star:nth-child(8) {
    color: #d09b2c;
}
.filled-stars .star:nth-child(9) {
    color: #f58220;
}
.filled-stars .star:nth-child(10) {
    color: #ed1c24;
}
.filled-stars .star:nth-child(11) {
    color: #ed1c24;
}
.vizhe_view2_title div {
    color: rgba(255, 255, 255, 0.81);
    line-height: 2;
}
.vizhe_view2 {
    margin-top: -9px;
    border-bottom: 1px solid #e8e8e8;
}
.vizhe_section {
    margin-bottom: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.vizhe_section a{
    background: #f98b0a;
    /* float: right; */
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    /* padding-right: 18px; */
    width: auto;
    border-radius: 0px 8px 8px 0px;
}
.vizhe_section a:hover {
  background: #f38067;
    color: #fff;
}
.sec_vizhe {
    display: inline-block;
}
.bussiness_extra .bussiness_extra_div:first-child{padding-right:0;}
.bussiness_extra .bussiness_extra_div:last-child{background:none;}
.bussiness_extra_div {
    float: right;
margin: 5px 0px 0 10px;
    padding: 0px 0 0 10px;
    background: url(ch01_42.gif) left 2px no-repeat;
	    color: #0360b6;
}
.bussiness_cm  div {
    background: url(ch01_41.png) right no-repeat;
    padding-right: 24px;
    color: #f7941d;
}
.item_forth {
    border-left: none;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
position: absolute;
    right: 0;
    top: 0;
    margin: 14px;
    padding: 0 5px;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    font-size: 12px;
    font-weight: bold;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.dtl27 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl27 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl27 .dtl {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl27 .dtl h3,
.dtl27 .dtl p,
.dtl27 .dtl a {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl27 .dtl h3 {
padding: 10px 15px;
    width: 100%;
    left: -100%;
    background: rgba(51, 51, 51, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
	line-height: 20px !important;
}
.dtl27 .dtl p {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    top: 30px;
    text-indent: 10px;
}
.dtl27 .dtl a {
    margin-right: 15px;
    background: rgba(3, 96, 182, 0.32);
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #fff;
    top: 30px;
    float: right;
    font-size: 12px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}
.dtl27 .dtl a:hover {
        background: #0360b6;
    border: 1px solid #adadad;
}
.dtl27:hover .dtl h3 {
    left: 0;
}
.dtl27:hover .dtl p,
.dtl27:hover .dtl a {
    top: 0;
}
.dtl27:hover .dtl {
    visibility: visible;
    opacity: 1;
}
.first_level_container {
    padding-top: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {

	.nama-first-doc a img {
    width: 417px !important;
    height: 278px !important;
}
img.thumb_vizhe {
    width: 206px !important;
    height: 137px !important;
}
label.star_label {
    float: left;
    width: auto;
    padding: 4px 10px;
}
.vizheh-second-doc-image img {
    width: 173px !important;
    height: 115px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.first-title-inner{    font-size: 24px;}
	.first_title{    padding: 30px 0 10px 30px;}
	.first-title-inner.second_sec {font-size: 17px;}
	.first_title2{padding: 10px 0 0 10px;}
	.first_title3{padding: 10px 0 5px 5px;}
	.first-title-inner.third_sec{font-size: 13px;}
		.nama-first-doc a img {
    width: 410px !important;
    height: 273px !important;
}
img.thumb_vizhe {
    width: 133px !important;
    height: 89px !important;
	    margin: 0 15px;
}
label.star_label {
    float: left;
    width: auto;
    padding: 4px 10px;
}
/*.owl-prev{    right: -40px;}
.owl-next {
    left: -40px;
}*/
.vizheh-second-doc-image img {
    width: 100% !important;
    height: auto  !important;
}
.item_second {
    border-left: none;
}
}
@media only screen and (max-width: 767px) {
	#contact-buttons-bar.slide-on-scroll {
    display: none;
}
.first_level_container {
    padding-top: 0;
}
	.first-title-inner{    font-size: 19px;}
	.first_title{    padding: 20px 0 10px 20px;}
	.first-title-inner.second_sec {font-size: 16px;}
	.first_title2{padding: 10px 0 0 10px;}
	.first_title3{padding: 10px 0 0 10px;}
	.first-title-inner.third_sec{font-size: 16px;}
			.nama-first-doc a img {
    width: 100% !important;
    height: auto !important;
}
.even{    top: 5px;    margin: 0 0px;}
.odd{    bottom: 8px;    margin: 0 0px;}
.vizheh-second-doc-padding {
    padding-right: 0px;
    padding-top: 0;
    color: #828282;
}
.vizheh-abstract {
    text-align: justify;
    color: #525252;
    font-size: 14px;
}
.vizheh-abstract2 {
    text-align: justify;
    color: #6d6d6d;
    font-size: 12px;
}
.vizheh-second-doc {
    margin-bottom: 0px;
    margin-top: 10px;
	    border-left: none;
}
.vizheh-second-doc-image img {
    width: 100% !important;
    height: auto  !important;
}

.footer-menu {
    text-align: center;
        padding: 0px;
}

.first-title-inner a {
    color: #fff;
    line-height: 30px;
}
.no-left {
     padding-left: 5px; 
}
.no-right {
     padding-right: 5px; 
}
.advertise_default {
    display: none;
}

.special-image-first{
padding-right: 0px !important;
}
.special-image-first .special-img img {
width: 100%;
height: auto;
}
}

@media screen and (max-width: 991px) {
    .advertise_default{
        display:none;
    } 
    .titr_box {
    /*padding: 15px 5px;*/
    }
    .doc-top-part1:before , .white-border:before ,.top-cmd-head:before {
        display: none;
    }
    div#docDataRow {
    padding-left: 5px;
    }
    .tabs-docs.last-news{
     background-size: cover !important;
    }
/*    .img_center {
        padding-right: 0px;
    }*/
 
}
.affix {
    top: 0;
    right: 0;
    width: 100%;
    /* margin-top: -5px; */
    padding: 0 0 0px;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.38, 0.74);
    z-index: 999999;
    background: #f98b0a;
    position: fixed !important;
    padding-right: 50px;
    /*height: 32px;*/
    /* border-top: 3px solid #0d439b; */
}
.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
    line-height: 21px;
}
.affix .navbar-default .navbar-nav > li.active {
   background-image:none;
}
.affix .navbar-default .navbar-nav > li:hover {
   background-image:none;
/*border-bottom: 3px solid #fff;*/	
}
.affix .navbar-collapse {
    text-align: right;
    padding: 3px 0px;
}
.affix .navbar-default .navbar-nav > li {  
    /*margin-left: 5px;*/
    /*padding: 0 2px !important;*/
}
.affix .navbar-default .navbar-nav > li.active {
    padding: 0 0 0 0;
    margin-top: 0px;
    
	  }

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}	
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}		
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.affix .logo_sticky {
    background: url(ch01_81.png) left no-repeat;
	height: 25px;
	background-size: contain;
}
@media screen and (min-width: 767px){.affix .navbar-nav > li {
    float: right;
    height: 31px;
}}
@media screen and (max-width: 767px){
.navbar.navbar-default.navbar-static-top.main-menu.affix {
  padding: 0;
    background: #ffc30c;
    background: -webkit-linear-gradient(#ffe799, #ffc30c);
    background: -o-linear-gradient(#ffe799, #ffc30c);
    background: -moz-linear-gradient(#ffe799, #ffc30c);
    background: linear-gradient(#ffe799, #ffc30c);
}

.affix .navbar-collapse {
    text-align: right;
    padding-right: 10px !important;
    padding-left: 10px;
}
.bar1, .bar2, .bar3 {
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px) ;
    transform: rotate(-45deg) translate(-5px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -5px) ;
transform: rotate(45deg) translate(-4px, -5px);
}
.affix .navbar-default .navbar-nav > li.active {
    border-bottom: none;
}

.navbar-default .navbar-nav > li.active a {
    min-width: 70px;
    text-align: right !important;
}
.affix .navbar-header {
/*height: 45px;*/

}

.menu-container .navbar-default .navbar-toggle {
    border-color: #c1c1c1;
    background: transparent;
    padding: 3px 4px;
    /* padding-top: 2px; */
    margin: 0;
    /* padding-top: 3px; */
    margin-bottom: 4px;
    float: right;
    z-index: 99999;
    border-radius: 0px;
}
/*.affix.menu-container .navbar-default .navbar-toggle{
         margin-top: 9px; 
}*/
.search-toggle-icon {
   color: #333333;
    /* top: -45px; */
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.menu-container .navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{
    margin: 0px 5px 0 0;
    /*background-color: #939192;*/
    border-color: white;    
    padding: 0;

}
.special-img2 {
    width: 100%;
}
.first-title-big-text {
    position: relative;
}
#lastyear-tab2 .nav-tabs {
    margin-right:0px !important;
}
.tabs-docs.select-tabs {
    background-size: cover;
}
body {
    background-image: none;
    padding-top: 30px;
}

li.lslide {
    /*background: #fff;*/
    padding: 10px;
}
.lSAction > .lSPrev {
    left: 10px;
    top: 30%;
}
.lSAction > .lSNext{
    right: 10px;
    top: 30%;
}
div#dcPubComBox {
    width: 100%;
    clear: both;
}
.dcPubComBox2 {
    float: right;
    padding: 0px 5px;
    width: 50%;
    height: 34px;

}
a.yourcomment {
    float: right;
    margin-bottom: 10px;
}

button.url-clipboard-btn {
    /*float: right;*/
    margin-left:10px;
}
.menu-header.container {
    padding-bottom: 0px;
}
}
.img-boxes {
    width: 370px;
    height: 247px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .img-boxes {
    width: 460px;
    height: 307px;
}
#resizable-font {
    margin: 0px 3px 0;
}

.film-item {
    position: relative !important;
}
.doc-tools1 {
     text-align: right;

}
div#docDiv7ImgBg a img{width:132px;height:88px;}
#doc-comment-icon {
margin: 3px -10px 0px;
}
.tabs-docs div {
    padding-top: 0px;
}
.tabs-docs span {
    line-height: 26px;
}
/*.header {
height: 187px;
    }*/
  
.copyright-container {
    margin-right: auto;
    width: 675px;
    margin-left: auto;
}
/*.middle_bar {
    height: 125px;
}*/
div.header-search{
    display: none;
}
.header-logo {
    /*margin-right: 46px;*/
/*background:transparent; */

}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.img-boxes {
    width: 350px;
    height: 233px;
}
.doc-tools1 {
     text-align: right;

}
div#docDiv7ImgBg a img{    width: 132px;
    height: 88px;
    margin-left: 10px;}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-left: 30px;
}

div#docDiv7ImgBg {
    float: right;
}
p.majazi-title,.last_r {
    padding-right: 112px;
}
.gozide_r {
    margin-bottom: 10px;
}
    .foot-social-icons {
text-align: center;
    }
    .footer-search-container {
    padding: 1px 0 12px;
    float: inherit;
    margin-top: 5px;
    max-width: 500px;
    margin: auto;
    }
.copyright-container {
    width: 680px;
 
}
/*.logo-col {
    height: 77px;
}*/
  a.footer-logo {
    background: url(ch01_13.png) right top no-repeat;
    font-size: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 75px;
    /*right: 200px;*/
    top: 0px;
    text-align: center;

  }
  .footer-search-col {
    margin-top: 6px;
}
}
@media screen and (max-width: 767px) {
	.img-boxes {
    width: 100%;
    height: auto;
}
div#docDiv7ImgBg a img{    width: 132px;
    height: 88px;
    margin-left: 10px;}
.doc-tools1 {
     text-align: right;

}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 55px 5px 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.menu-container .navbar-default .navbar-nav > li.open > a {
   color: #fff;
    background: transparent;
}
.navbar-nav .open .dropdown-menu li ul{padding-right:20px;}
div#docDiv7ImgBg {
    float: right;
}


.gozide_r {
    margin-bottom: 10px;
}
.vizhe_img img{    width: 102px;
    height: 68px;}
.specail-padding {
    padding-right: 120px;
}
/*.special-img.service-img img {
    width: 102px;
    height: 68px;
    }*/
    .frstsmHeight {
/*    padding-bottom: 18px;
    margin-top: 10px;*/
}
.carousel-caption {
    position: relative;
}
.row-flex .film-image , .second-bigImg .film-image{
    max-height: initial;
    overflow: hidden;
}
.row-flex .film-image img ,.second-bigImg .film-image img{
    width: 100%;
    max-height: initial;
}
.row-flex .nopadding {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.footerdiv4 .container {
    background: transparent;
}
}
.navbar-default .navbar-nav > li > a:hover {
    /*color: #f6f200;*/
}

.navbar-right {
    float: right !important;
    /*margin-top: 5px;*/
    margin-right: 0px;
}
.affix .navbar-right {
    margin-top: -2px;

}
.navbar-default .navbar-nav > li a {
    background: transparent;
    border-radius: 0px;
    transition-duration: 0.3s;
    transition-property: background-color;
    font-size: 1rem;

}

.navbar-default .navbar-nav > li.active .current ,.navbar-default .navbar-nav > li.active .has-submenu , .dropdown-menu > li.active a {
    color: #333;
    background: #e9e9e9;
    border-radius: 0px;
    border: 0px;
    
}

.navbar-default .navbar-nav > li a:hover {
background-color: #e9e9e9;
color: initial;
border-radius: 0px;
}

.navbar-default .navbar-nav > li.open a:hover {
    border-bottom: 0px;
    /*border-radius: 6px;*/
}
.dropdown-menu.state-menu li:hover {
border-bottom: 0px !important;
    /* color: #ffffff; */
    background: #bababa;
    border-radius: 0px;
    
} 
.dropdown-menu.state-menu li span ,.dropdown-menu.state-menu li span {
    text-align: right;
    width: 100%;
}
li.dropdown-item.select-map {
    text-align: right;
    padding: 5px 5px !important;
    cursor: pointer;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {

background-color: #e9e9e9;
}
.right_img {
    position: absolute;
    right: 18px;
    top: 10px;
}
.left_img {
    position: absolute;
    left: 18px;
    top: 7px;
}

.header-doc {
    padding: 0px;
}
.doc-section-info div:last-child a {
    /*font-size: 14px;*/
    /*color: #43403c;*/
    /*border-left: 1px solid #e6e7e8;*/
}
.doc-section-info div:first-child{    padding-right: 0 !important;}
.dsinfo-p1 div{
      position: relative;
    margin-left: 5px;
    padding-left: 5px;
}

.advertise_15 {
    margin: 0 0 12px;
}
@media (min-width:1330px){
    
    .container{
        /*width: 1020px;*/
        padding: 0px 15px;
    }
    .tools-icons.tool-icons-top{
    /* float: right; */
    /* position: absolute; */
    padding-right: 10px;
    /* bottom: 10px; */
    padding-top: 5px;
    }
}

@media only screen  and (min-width: 1200px) and (max-width: 1330px){
	.nama-first-doc a img {
		width: 316px !important;
		height: 210px !important;
	}
	img.thumb_vizhe {
		width: 110px;
		height: 68px;
	}
}
.search-toggle-icon2 {
    color: #ffffff;
    font-size: 18px;
    left: 8px;
    position: absolute;
    top: 6px;
    z-index: 99999;
    cursor: pointer;
    /* background: #9b0007; */
    /* padding: 10px; */
    /* border-radius: 28px; */
}
.search-toggle-icon3 {
    color: white;
    font-size: 20px;
    left: 7px;
    position: absolute;
    top: 5px;
    z-index: 1001;
    cursor: pointer;
	display:none;
}
.affix .search-toggle-icon3 {
    display:none;
}
.remove3 {
    color: white;
    font-size: 20px;
    left: 7px;
    position: absolute;
    top: 5px;
    z-index: 1001;
    cursor: pointer;
}
.navbar-nav.sm-collapsible .open > a > .caret:before ,.navbar-nav.sm-collapsible .caret:before{
    color: #fff;
}
#body-back-b1 {     background: #000;  
    background-size: cover;    position: relative;    overflow: hidden;
}
#body-back-b2 {     background: #505050;
    background-size: cover;
}
div#body-back-bg-blur {
        opacity: 0.9;
    background-size: cover;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    position: absolute;
    width: 100%;
    height: 100%;
	-webkit-transform: scale(2);
}

.adv_text_title {
  color: #2827af;
  text-align: center;
  font-size: 13px;
}
.adv_text_desc {
  color: #171717;
  text-align: justify;	
  padding-top: 5px;
}
.text_ad_class {
  background: #dadada;
  padding: 3px;	
  border: 1px solid #cacaca;
}
div.text_ad_class_over {
  background: #d5d5d5;	
}
.gadget-bg2 {
    background: url(ch01_85.gif) left no-repeat;
    height: 50px;
}
.gadget-bg1 {
    background: url(ch01_84.gif) right no-repeat;
}
.automobile-bg2 {
    background: url(ch01_92.gif) left no-repeat;
    height: 50px;
}
.automobile-bg1 {
    background: url(ch01_91.gif) right no-repeat;
}
.sc_responsive {
/*    background: #43b4d7;
     border-top: 15px solid #878787; 
     margin-top: 2px; 
    background-size: contain;*/
}
#company_copyright { 
  color: #282828;
    text-align: center;
    padding-top: 7px;
    /*float: right;*/
}
#company_copyright div {
     display: inline-block; 
font-size: 0.8rem;
    /* border-bottom: 1px solid #605f5f; */
    padding: 0 10px 2px;
    margin-bottom: 3px;
    text-align: center;
 }
#copyright {
color: #838383;
margin-top: -3px;
font-size: 1.15em;
}
#copyright {
  color: #838383;	
  margin-top:0px;    font-size: 12px;
}
#copyright font {
    color: #25a004;
    font-size: 12px;
   
}

div#copyright a span {
   color: #003350;
   font-size: 1.2em;
}
#copyright a{
    color: #282828;
    display: block;
    position: relative;
    padding: 0 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#copyright:hover a {
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    /* transform: scale(1.1); */
    /* -webkit-transform: scale(1.1); */
}
#company_copyright div:before{
    margin-left:5px;
    float:right;
    content:"";
    display:block;
    width:5px;
    height: 5px;
    margin-top: 5px;
    /*background: #fff;*/
    z-index:4;
}
#copyright {
	    width: 275px;
    z-index:2;
    white-space: nowrap;
    padding: 1px 5px 0;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;

  /*font-size:12px;*/
  /*margin-top: 4px;*/
}
#copyright a:after {
    color: #003350;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 3px;
    /*color: #fff;*/
    /*background: #e84b82;*/
    /*background: rgb(102,155,200);*/
    /*background: transparent;*/
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);

}
#copyright:hover a{
    /*background: #e84b82;*/
    background: transparent;
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    /*transform: scale(1.1);*/
    /*-webkit-transform:scale(1.1);*/

}
#copyright:hover font {
    /*color: rgb(25, 25, 112);*/
}
#copyright font {
    color: rgb(240, 39, 24);
    z-index: 2;
}
.affix a.sticky-logo {
    /* display: none; */
    /* display: none; */
    width: 148px;
    height: 40px;
    float: right;
    margin-right: 30px;
    margin-top: 0px;
    padding-bottom: 3px;
    background: url(ch01_05.png) center bottom no-repeat;
    background-size: contain;
}

@media only screen  and (max-width: 767px){
 a.sticky-logo {
    width: 170px;
    height: 44px;
    float: right;
    margin-right: 30px;
    margin-top: 0px;
    padding-bottom: 3px;
    background: url(ch01_05.png) center top no-repeat;
    background-size: contain;
    position: absolute;
    top: -8px;
}
.en-logo {

    display: none;
}
.affix a.sticky-logo {
top: 0px;
}

.footer-logo {
    background-position: center;
}

.top-bar-left {
    padding-top: 0px;
}
.special-image-box {
    float: right;
    position: relative;
    width: 104px;
}
.navbar-default .navbar-nav > li.active a {
border-radius: 5px;
    /*color: #313131;*/
    /* font-weight: bold; */
    background-color: transparent;
}
.vizhe_title2 {
    background: url(ch01_0022.png)right top 13px no-repeat;
}

.user-comment-date {
    padding-top: 5px;
}
.special-title {
    padding-right: 0px;
    /*clear: both;*/
    font-size: 15px;
    line-height: 26px;
}
#view-tab2 .nav-tabs::before {
    top: 13px;

}
.film-image {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.second_part {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    /*padding-bottom: 15px;*/
}
.second-title {
    margin: 0px 0px;
}
.tabs-docs.footer-tabs {
    margin-top: 20px;
    padding-bottom: 0px;
}
div.footer-search {
    width: 60%;
}
}
.adv_text_title {
    color: #2827af;
    text-align: center;
    font-size: 13px;
    background: #dadada;
    padding: 3px;
    border: 1px solid #cacaca;
    cursor:pointer;
	
}
 .adv_text_title + .col-margin-10{ 
    margin-top:10px;
}
.adv_text_title a{
    color: #2827af;
}
.adv_text_title:hover {
   background: #d6d6d6;
}
.affix-top .xssearchbox3{display:none !important;}

a.rpwords_links {
  color: #3885c7 !important;
  text-decoration: none;	
}
a.rpwords_links:hover {
  color: #b50007 !important;
  text-decoration: none;	
}
.body-back3 {
background:url(ch01_06.png) left bottom repeat-x;
}
div#multimedia-top-tab .nav-tabs li {
    width: 25% !important;
}
.darker_bg {
    background: #666666;
}
.pink-bg1 {
    color: #ec008c;
    background: #e6e6e6;
padding: 17px;
    font-size: 19px;
    font-weight: 500;    border-radius: 10px 10px 0 0;
}
.pink-bg1.short_story {
    background: #e6e6e6 url(ch01_037.gif) left 2px no-repeat;
}
.pink-bg1.most_important {
    background: #e6e6e6 url(ch01_038.gif) left 2px no-repeat;
}
.foot_bottom_bg {
    background: url(ch01_09.gif) left 0px repeat-x;
	height:60px;
	position:relative;
}
.foot_bottom_bg::after{
    content: '';
    position: absolute;
    top: -106px;
    right: 0;
    left: 0;
    height: 166px;
    background: url(ch01_010.png) center bottom no-repeat;
}
.center_box::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 166px;
    background: url(ch01_012.png) center -10px no-repeat;
}
.bird {
    position: relative;
    height: 493px;
}
.bird::after{
content: '';
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 184px;
    height: 136px;
    background: url(ch01_013.png) center no-repeat;
}
.bird::before{
    content: '';
    position: absolute;
    bottom: -72px;
    left: -100px;
    width: 184px;
    height: 136px;
    background: url(ch01_014.png) center no-repeat;
    z-index: 9;
}
.first-row,.section_bird,.body-back3 {
position:relative;
}
.first-row::before{
content: '';
    position: absolute;
    bottom: -40px;
    left: -117px;
    width: 184px;
    height: 136px;
    background: url(ch01_015.png) center no-repeat;
    z-index: 9;
}
.section_bird::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: -131px;
    width: 184px;
    height: 136px;
    background: url(ch01_016.png) center no-repeat;
    z-index: 9;
}
.body-back3::before{
    content: '';
    position: absolute;
    bottom: 40px;
    right: -130px;
    width: 184px;
    height: 136px;
    background: url(ch01_017.png) center no-repeat;
    z-index: 9;
}
.p30{
    padding: 0 30px;
}
.pr10{
    padding-right:10px;
}
.pr15{
    padding-right:15px;
}

#view-tab2 .nav-tabs>li {
    width: 50%;
    text-align: right;
    padding: 9px 0px 0px;
    border-bottom: 9px solid #c7fafd;
    /* background: #c7fafd; */
}

#view-tab2 .nav-tabs>li.active {
    background: transparent;
    /*padding: 9px 0px 0px;*/
    /* border: 2px solid #e6e7e8; */
    border-bottom: 0px;
    border-bottom: 10px solid #c7fafd;
}
#view-tab2 .nav-tabs::before{
    content: '';
    background: url(ch01_008.png) no-repeat;
    width: 39px;
    height: 34px;
    position: absolute;
    right: -1px;
    top: 9px;
    z-index: 999;
}

#view-tab2 .nav-tabs>li>a{
    color: #282728;
    background-color: transparent;
    border: 0px solid transparent;
    font-family: 'iransansx-bold';
    font-weight: 600;
    font-size: 15px;
    padding: 0px 10px;
    width: 100%;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #2aaed8;
}
#view-tab2 .nav-tabs>li.active>a {
    color: #0e32b5;

}
#view-tab2 .nav-tabs>li>a:hover {
color: #2e3192;
}
#view-tab2 .nav-tabs>li.active>a:hover {
    color: #2e3192;
}
#view-tab2 .nav-tabs>li.tab-1.active {
    color: #ffffff;
    background: #e91820 url(ch01_04.png) right no-repeat;
    cursor: default;
}
#view-tab2 .nav-tabs>li.tab-2.active {
    color: #ffffff;
        background: #e91820 url(ch01_004.png) left no-repeat;
    cursor: default;
}


#view-tab2 .nav-tabs {
    border-bottom: 0px;
    position: relative;
}

#first-select-tabs .nav-tabs  {
    background: #ffffff;
    border-radius: 0px;
/*border-bottom: 3px solid #eeeeee;*/
}
#first-select-tabs .nav-tabs>li>a:hover {
    color: #e5e5e5;
    /*background: none;*/
}
#first-select-tabs .nav-tabs>li.active>a  {
    border: 0px;

    margin-top: 5px;
    /*font-size: 14px;*/
    background: #e5e5e5;
    border-bottom: 0px !important;
    border-radius: 0px;
    border: 3px solid #eeeeee;

}
#first-select-tabs .nav-tabs>li>a  {
    border: 0px;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 40px;
    border-radius: 0px;
    background: #cc6326;
margin-left: 10px;
    font-family: 'iransansx-bold';
    font-weight: bold;
    font-size: 15px;

}
#first-select-tabs  .tab-content>.tab-pane {
    border: 3px solid #eeeeee;
}
#first-select-tabs .nav-tabs>li.active {
    color: #000;
    background: #fff;
    cursor: default;
margin-left: 10px;
}
#first-select-tabs .nav-tabs>li.active>a {
color: #cc6326;
    width: 100%;
 font-weight: bold;
    padding-top: 6px;
}

#first-select-tabs .nav-tabs>li.active a::after {
 content: '';
    position: absolute;
    right: 15px;
    width: 20px;
    background: url(ch01_25.png) no-repeat;
    height: 20px;
    top: 10px;
    z-index: 99;
}/*
#first-select-tabs .nav-tabs>li.active a::before {
    content: '';
    position: absolute;
    left: -1px;
    width: 60px;
    background: url(ch01_25_1.png) no-repeat;
    height: 37px;
  bottom: -1px;
    z-index: 99;
}*/
.section_frame_tab {
    padding: 10px 0px;
}
#second-select-tabs .nav-tabs  {
    background: #d40109;
    border-radius: 6px;
    border-bottom: 1px solid #d40109 ;
}
#second-select-tabs .nav-tabs>li>a:hover {
    color: #e5e5e5;
    background: none;
}
#second-select-tabs .nav-tabs>li>a  {
border:0px;
   border-bottom: 1px solid #d40109;
color:#fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
 padding: 5px 50px;
    /*display: inline-block;*/

}
#second-select-tabs .nav-tabs>li.active {
    color: #000;
    background: #fff;
    cursor: default;
}
#second-select-tabs .nav-tabs>li.active>a {
    color: #000;
}

#second-select-tabs .nav-tabs>li.active a::after {
     content: '';
    position: absolute;
    right: 0px;
    width: 50px;
    background: url(ch01_25.png) no-repeat;
    height: 37px;
  bottom: -1px;
    z-index: 99;
}
#second-select-tabs .nav-tabs>li.active a::before {
    content: '';
    position: absolute;
    left: -1px;
    width: 60px;
    background: url(ch01_25_1.png) no-repeat;
    height: 37px;
    bottom: -1px;
    z-index: 99;
}

.section_frame_tab2 , .section_frame_tab {
    padding-top: 10px;
    margin-bottom: 20px;
}

.lastyear-sameh2 , .lastyear-sameh1{
    background: #fff;
    /*padding-top: 10px;*/
/*    border: 2px solid #e6e7e8;
    border-top: 0px;*/
}
.lastnewsBg {
  padding-top: 10px;
}
/* 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(358, 84%, 48%);

}


.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;
box-shadow: none !important;}
.archive-date-padding select ,.archive-date-padding input {
border-radius: 3px;
background: transparent;
font-size: 0.9em;
color: #000;
border: 1px solid #000;}
.custom-combobox {
position: relative;
display: inline-block;}
.custom-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;}
.custom-combobox-input {
margin: 0;
padding-top: 2px;
padding-bottom: 5px;
padding-right: 5px;}
.archive-date-padding select option{color:black;}
.archive-date-padding span{font-size: 0.9em;}
.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 #cd0911;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #cd0911;
}
.btneffect:after {
position: absolute;
-webkit-transition: .3s;
transition: .3s;
content: '';
width: 0;
left: 50%;
bottom: 0;
height: 3px;
background: #f7f7f7;}


.btneffect:hover {
cursor: pointer;}
.btneffect:hover:after {
width: 100%;
left: 0;}
#lastyear-tab2 .tab-content {
    /*background: #656565;*/
    padding: 0;
/*    border-radius: 5px 0px 5px 5px;*/
}
#lastyear-tab2 .nav-tabs li{
    width: 130px;
    position: relative;
    text-align: right;
    height: 35px;
    margin: 0px 3px;
}
#lastyear-tab2 .nav-tabs li:first-child{
    margin-right: 0px; 
}

#lastyear-tab2 .nav-tabs>li>a, #lastyear-tab2 .nav-tabs>li>a:focus {
    color: #4e4e4e;
     background-color: transparent; 
    border: 0px;
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 6px;
    font-family: 'iransansx-bold';
    border-radius: 0px;
}
#lastyear-tab2 .nav-tabs>li:hover a {
    color: #282828;
}
/*#lastyear-tab2 .nav-tabs>li.active::before {
    width: 20px;
    content: '';
    position: absolute;
    height: 30px;
    top: 7px;
    background: url(ch01_06.png) -214px -284px no-repeat;
            z-index: 2;
}*/
#lastyear-tab2 .nav-tabs>li.active>a,#lastyear-tab2 .nav-tabs>li.active>a:hover,#lastyear-tab2 .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: #1a4a94;
    background: #4e4e4e url(ch01_008.png)right 1px top 2px repeat-y;
    box-shadow: none;
    /* border-bottom: 0px; */
   padding: 3px;
    border-top: 6px solid #f1f1f1;
    border-bottom: 0px;
    /* box-shadow: 0px 0px 2px; */
}
#lastyear-tab2 .nav-tabs {
    padding: 0px;
    margin-right: 0px;
    background-image: linear-gradient(to top, #d4d4d4, #f1f1f1);

}

#multimedia-tab .tab-content {
    background: #c8c8c8;
    padding: 5px;
}
#multimedia-tab ul.nav.nav-tabs {
    background: #fff;
}
#multimedia-tab .nav-tabs > li > a {
    margin-right: 0;
    color: #ca0009;
}

#multimedia-tab .nav-tabs>li.active>a, #multimedia-tab .nav-tabs>li.active>a:hover, #multimedia-tab .nav-tabs>li.active>a:focus {
    color: #666666;
    background-color: #c8c8c8;
}
#multimedia-tab  .nav>li>a:hover,#multimedia-tab .nav>li>a:focus {
    text-decoration: none;
    background-color: #c8c8c8;
    border-color:#c8c8c8;
}

.cparent {
    padding: 0px;
background: #c8c8c8;
margin-bottom: 0px;
padding-bottom: 5px;
}
.carousel-fade .carousel-inner .active {
    position: relative;
}
.carousel-inner {
    margin-top: 0px;
}
.section_title_tab {
    padding: 10px 0 0px;
    
}
.section_title_tab .tit1 a{
    font-size: 15px;
    color: #282728;
    /*font-weight: 500;*/
}
.section_title_tab .tit1 a:hover{
    color: #9c9c9c;
}
.tit1 {
    text-align: center;
        padding: 5px;
}
.date_b {
    background: url(ch01_043.png) right 2px no-repeat;
    padding-right: 19px;
    margin: 8px 0;
    color: #959393;
}
.grey-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(ch01_35.png) center no-repeat;
}
.grey-overlay-image {
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 0;
    left: 0;
    background: url(ch01_232.png) center no-repeat;
        opacity: 0.85;
}
.grey-overlay-video {
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 0;
    left: 0;
    background: url(ch01_35.png) center no-repeat;
        opacity: 0.85;
}
.section_vizhe #bargozidehcont {
    padding: 10px 15px;
    background: #f2f2f2;
    border-radius: 30px;
}
div#bargozidehcn div:last-child {
    border-bottom: none;
}
.section_image {
    text-align: center;
}
.section_image img.img-responsive {
    float: none;
    margin: 34px auto 0;
}
div#lastyear-tab2 {
    margin-bottom: 10px;
}
@media only screen  and (min-width: 1200px) and (max-width: 1330px){
.header-search-container {
    left: 0px;
    width: 100%;
}
.section_image img.img-responsive {
    margin: 20px auto 0;
}
/*#view-tab2 .nav-tabs > li > a, #view-tab2 .nav-tabs > li > a:hover, #view-tab2 .nav-tabs > li > a:focus {
    font-size: 11px;
}*/
#view-tab2 .nav-tabs > li.f::after , #view-tab2 .nav-tabs > li.active.f::after {
/*    width: 27px;
    height: 21px;*/
}


}
@media only screen  and (min-width: 992px) and (max-width: 1200px){

.breadcrumb {
    margin-bottom: 0;
}
.tool-icons-bottom {
    text-align: center;
}


.center_box::after{display:none;}
.txcenter{text-align:center;}
.head-static-menu2 {
       left: -10px;right:auto;
}
.section_image img.img-responsive {
    margin: 20px auto 0;
}
#lastyear-tab2 .nav-tabs>li>a, #lastyear-tab2 .nav-tabs>li>a:hover, #lastyear-tab2 .nav-tabs>li>a:focus {
   padding: 5px 7px;
}
/*#view-tab2 .nav-tabs > li > a, #view-tab2 .nav-tabs > li > a:hover, #view-tab2 .nav-tabs > li > a:focus {
    font-size: 11px;
}*/
#view-tab2 .nav-tabs > li.active.f::after , #view-tab2 .nav-tabs > li.f::after {
    /*height:21px;*/
}


.navbar-nav > li > a {
    padding: 0px 10px 0px 10px !important;
}
/*.head-menu-container {
    bottom: 10px;
}*/
.affix .navbar-nav > li {
    height: 25px;
}

}

@media only screen  and (min-width: 768px) and (max-width: 992px){

.breadcrumb {
    margin-bottom: 0;
}
.tool-icons-bottom {
    text-align: center;
}
.share-place {
    height: 30px;
    /*width: auto;*/
/*    float: none;*/
    display: inline-block;
    margin: 9px auto 0;
}
.txcenter{text-align:center;}
.head-static-menu2 {
    left: 0;
    right: 0;    top: 90px;
}
.section_image img.img-responsive {
    margin: 72px auto 0;
}
.story-abs {
   padding: 0px 20px;
}
.sb.second {
    margin-top: 10px;
}
.center_box::after {
display:none;
}
.foot-static-items {
    font-size: 13px;
    margin: 0 4px;
}
#lastyear-tab2 .nav-tabs>li>a, #lastyear-tab2 .nav-tabs>li>a:hover, #lastyear-tab2 .nav-tabs>li>a:focus {
   padding: 5px 7px;
}

ol.carousel-indicators {
    left: auto !important;
    right: 0 !important;
}
.head-static-menu::before , .head-static-menu::after {
    display: none;
}


}
@media only screen and (max-width: 768px){
	.first-row {
    padding: 0;
}
.bg_white {
    padding: 10px;
    border-radius: 0;
}
.soutitr_parent {
    margin-top: 15px;
    margin-bottom: 15px;
}
#docDocID {
    text-align: right;
}
.padd {
    margin: 0px 0px 0;
}

.doc_tags1 {
    padding: 10px 0px 5px;
  
}
.padd2 {
    padding: 15px 0px 0;
}

.menu-container .navbar-collapse {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}
.doc_content {
    padding: 5px;
}
.bird::before,.first-row::before,.body-back3::before,.section_bird::before{display:none;}
.pr10 {
    padding-right: 5px;
}
.p30 {
    padding: 0 5px;
}
.second-xs{margin-top:5px;}
.section_image img.img-responsive {
    float: none;
    margin: 0 auto 0;
}
.story-abs {
    padding: 0px 20px 0 0;
}
.sb.second {
    margin-top: 5px;
}
/*.affix.menu-container .navbar-default .navbar-toggle {
    padding: 5px 10px 5px;
}*/
ul.nav.navbar-nav.navbar-right.sm-collapsible {
    display: block;
}
.navbar-right {
    float: none !important;
    margin-right: 0px;
    margin-top: 5px;
}
ul.nav.navbar-nav.navbar-right>li {
    text-align: right;
    border-bottom: 1px solid #ccc;
}
ul.nav.navbar-nav.navbar-right>li:last-child{
    border:0px;
}
}
.demo {
width: 100%;
direction: ltr;

}
.demo_parent {
background: #393939;
padding: 25px;
padding-left: 25px !important;
}

.demo ul{
list-style: none outside none;
padding-left: 0;
}
.demo li {
display: block;
float: left;
margin-right: 6px;
width:450px;
height:380px;
position:relative;
}
.demo img {
display: block;
height: auto;
max-width: 100%;
max-height:100%;
}

.demo figure{
display: block;
height: 100%;
margin: 0;
overflow: hidden;
width: 100%;
position:relative;
}
.demo .thumb{
bottom: -1px;
left: -1px;
position: absolute;
right: -1px;
text-align: center;
top: -1px;
white-space: nowrap;
word-break: normal;
}
.demo .ib{
display:inline-block;
vertical-align:middle;
}
.demo .v-align{
height:100%;
}
.demo .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;
height: 88px;
}
.demo.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
height: 82px;
width: 100%;
}
@media screen and (max-width: 767px) {
.demo .lSSlideOuter .lSPager.lSGallery li {
display:none;
}
 .doc_date {   
     text-align: right;
    float: right;
 } 
 .text-left-xs{
     text-align: left;
 }   
}
.footerdiv2 {
    padding: 0px 5px;
}
.hp{margin-left:0 !important;margin-right: 0 !important;}

.demo .thumb{position: relative;
bottom: auto;
left: auto;
right: auto;
top: auto;}

.demo .v-align{
height:auto;
}
.demo li {
 height:auto;

}
.gallery-buttons-row a.active.disabled {
background: none;
opacity: 1;
color: #393939 !important;
margin-top: 0px;
font-weight: bold;
}
.bottom-doc {
    padding: 10px 7px;
}
/*.tabs-header .tabs-docs {
    background: url(ch01_22_4.png) right top no-repeat;
     background-size: auto;
}*/
/*.top-cmd-head:before {
    display:none;
}*/

@media screen and (max-width: 450px){

#second-select-tabs .nav-tabs > li , #first-select-tabs .nav-tabs > li {
    float: right;
    width: 30%;
    text-align: center;
}
/*#second-select-tabs .nav-tabs>li.active ,#first-select-tabs .nav-tabs>li.active {
    border: 2px solid #d40109;
}*/
/*#second-select-tabs .nav-tabs>li.active::before ,#second-select-tabs .nav-tabs>li.active::after ,
#first-select-tabs .nav-tabs>li.active::before,#first-select-tabs .nav-tabs>li.active::after{
    display: none;
}*/
.footer-search-col {
    margin-top: 8px;
height: auto !important;

}
.doc_date span {
    display: none;
}
}
p.slider_title {
color: #fff;
padding: 10px;
font-size: 16px;
position: absolute;
bottom: -11px;
right: 0;
width: 100%;left: 1px;
background: rgba(0, 0, 0, 0.54);
text-align: center;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
 
bottom: auto;
top: 41%;
left: 33px;
}
.lSSlideOuter.vertical .lSAction > .lSNext {

bottom: auto;
top: 50%;
left: 32px; 
}

.gallery-thumb a:hover,.gallery-thumb a {
background: transparent !important;
border-color: rgba(255, 255, 255, 0.15);
cursor: pointer;
padding: 5px;
border-radius: 3px;

}

.gallery-list {
    padding: 15px 0;
    border: 1px solid rgba(249, 249, 249, 0.08);
    margin-bottom: 5px;
    border-radius: 10px;
}
.gallery-list img {
    margin-right: auto;
    margin-left: auto;
}
.docContentdiv div.gallery-list div {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    padding-left: 0;
    padding: 10px 0 15px;
    color: #fff;
    background: #2b2b2b;
    margin-bottom: -15px;
    border-radius: 0 0 10px 10px;
}
.docContentdiv div.gallery-list div {
    color: #fff;
}
.keywords2 {    
    border-radius: 3px !important;
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #f98b0a !important; */
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 73%); */
    /* box-shadow: inset 0px 1px 3px rgb(175 175 175); */
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px !important;
    color: #000;
}
.keywords2-footer { 
    color: #4d4d4d;
    background-color: #888888;
    background-image: none;
    border:0px!important;
}
input[type="text"].keywords2-footer::-webkit-input-placeholder {
  color: #000;
}
.sbtn {
    border: none;
    background: #333 url('ch01_01.svg')center no-repeat;
    position: absolute;
    left: 5px;
    top: 0px;
    width: 30px;
    height: 31px;
    border-radius: 0;
    background-size: 20px;
}
.btn-default:hover {
 background-color: transparent;

}
.sbn2 {
   background: #333333;
    color: #fff;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.sbtn-footer {
    left: 6px;
}
.film-image {

}
.film-item {

}
.second_inner {
    padding: 10px;
}
p.majazi-title4 {
    font-size: 15px;
    margin: 10px 0 5px;
}
.note-img a img {
    width: 100%;
    height: auto;
}
p.majazi-title4 a {
    color: #383838;
}
p.majazi-title4 a:hover {
    color: #cd0911;
}

.tab-class {
    padding: 10px !important;
    background: antiquewhite;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 !important;
}
.nav-tabs > li > a {
    margin-right: 0;
}
#lastyear-tab2 .nav-tabs>li.active{
background: #4e4e4e;
}

/*li.active.tab-1::before {
    width: 20px;
    content: '';
    position: absolute;
    height: 16px;
    top: 0px;
    border-left:16px solid white;
     border-right: 20px solid #0000; 
    border-bottom: 30px solid #e91820;
    left: 0px;
}

li.active.tab-2::before {
    width: 20px;
    content: '';
    position: absolute;
    height: 16px;
    top: 0px;
    border-right:16px solid white;
     border-right: 20px solid #0000; 
    border-bottom: 30px solid #e91820;
    right: 0px;
        
}*/

#lastyear-tab2 .nav-tabs>li {
       border-bottom: 0px;
}
#lastyear-tab2 .nav-tabs>li:hover a {
    background: transparent;
    color: #a00007;
    border-radius: 0px;
}
.tab-class.tab-photo {
	    background: url(ch01_30.png) center no-repeat;
}
.tab-class.tab-video {
	    background: url(ch01_29.png) center no-repeat;
}

.side_box {
    margin-bottom: 0px;
}
.dot-bg1.short_news {
    background: url(ch01_31.gif) left 2px repeat-x;
}
.f_short_news {
    padding-left: 16px;
}
.advertise_div_header {
    position: absolute;
/*    left: 250px;
    right: 460px;*/
    max-width: 440px;
    top: 19px;
    width: auto;
    max-height: 107px;
/*    overflow: hidden;
    line-height: 107px;*/
    text-align: center;
    vertical-align: middle;
}

.advertise_div_header a img {
    max-height: 107px !important;
    width: auto;
    max-width: 440px;
}
@media only screen  and (min-width: 1200px) and (max-width: 1330px){

.advertise_div_header ,.advertise_div_header a img{
    max-width: 294px;
}
}

@media screen and (max-width: 1200px) {.advertise_div_header {
   display:none;
} 
.thumbnail-position {
    position: relative;
     left: 0px; 
    /*bottom: 0px;*/
}
/*.navbar-default .navbar-nav > li.active .current ,.navbar-default .navbar-nav > li.active .has-submenu , .dropdown-menu > li.active a {
    color: #c3d5c7 !important;
}*/
}
.advertise_default {
    margin-bottom: 10px;
    clear: both;
}

.advertise_div_sidebar {
    margin-bottom: 5px;
}
.advertise_div_first {
    margin: 0 5px 10px;
}
@media only screen  and (min-width: 768px) and (max-width: 992px){
.navbar-nav > li > a {
    padding: 3px 8px 3px !important;
    font-size: 16px !important;
}

/*.doc_content {
    padding: 20px 0 20px 5px;
}*/
.film-item {
    position: relative !important;
}
.special-image-box .special-img.vizhe_img img {
    width: 150px;
    height: 96px;
}
.specail-padding {
/*padding-right: 205px;*/
}
.frstsmHeight {
    /* padding-bottom: 18px; */
    margin-top: 10px;
}
/*.header {
    height: 185px;
}*/
.navbar {
    margin-right: 0px;
}
.middle_bar {
    /*height: 145px;*/
}
.newsticker {
    margin-top: 0px;
    top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.foot-menu-items {
    padding: 0 5px;
}
}
@media only screen  and (max-width: 768px){

.film-item {
    position: relative !important;
}
.khandani-box {
    padding: 0 0 10px !important;
}	

.foot-social-icons {
    margin-right: auto;
    margin-top: 0px;
    margin-left: auto;
        width: 100%;
            text-align: center;
}
/*.titr_box {
    padding: 25px 5px;
}*/
.white-border:before{
    display:none;
}
.white-border{
      padding: 5px 0px;
}
#docDiv3TitrMain {
    font-size: 22px;
}


.logo-col {
    height: auto;
     /*display: none;*/
}
.header-search-container {
    display: none;
}

a.footer-logo {
    top: 48px;
}
a.footer-logo {
    background: url(ch01_13.png) center center no-repeat;
    font-size: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 75px;
    right: 0px;
    top: 8px;
}
.foot-static-menu {
    text-align: center;
}
.top-bar-left {
    /*padding-top: 86px;*/
}
.footer_parent {
    padding: 0;
/*background-color: #b12f2c;*/
/*    border-bottom: 1px solid #ffffff;*/
}
.footer-search-container {
     padding:0px; 
}
  .share-place {
    float: right;
    margin-bottom: 10px;
    }
    .mt5 {
    margin-top: 0px;
}
.tools-icons {
    height: auto;
    margin-right: 5px;
}
.user-comment-content {
    padding: 44px 10px 10px 10px;
}
/*#resizable-font {
    margin: 0px;
    right: 0px;
    float: right;
}*/
div#jfontsize-d {
    width: 53px;
}
.user_comment {
    padding-right: 0px;
}
.bg-gray-br {

    border-top: 2px solid #fff;
}
.doc-section-info {
    border-radius: 0;
    margin-bottom: 5px;
    /*padding: 5px 0px;*/
}
#docDiv3TitrRou,#docDiv3TitrSub {
    font-size: 1em;
}
#docDiv3TitrSub {
    padding-top: 5px;
}
}
.reporter-box {
    background: #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #6e6e6e;
}
.month-bg1 {
    font-size: 17px;
    color: #7cb6b1;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
}
.mahname_title {
    font-size: 17px;
    color: #7cb6b1;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
	    float: left;
}
.mahname_title a{color:#39b54a;}
.block_text {
    background: rgba(246, 246, 246, 0.92);
    padding: 5px 14px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
}

.important-bg1 {
    background: url(ch01_016.gif) right 0px no-repeat;
    height: 27px;
}
.second_level {
    margin-bottom: 15px;
}
.ncc-news-bg1{
    background: url(ch01_018.gif) right 0px no-repeat;
    height: 40px;
}
.header-bg1 {
    background: url(ch01_017.gif) left 0px repeat-x;
}
.khandani-box {
	 background: url(ch01_019.gif) right 0px repeat-x;
}
.khandani-box {
    background: #f7f8f9 url(ch01_019.gif) right 0px repeat-x;
    padding: 0 70px 10px;margin-bottom: 10px;
}
.khandani-bg1{
    background: url(ch01_020.gif) center 0px no-repeat;
    height: 40px;
}
figcaption.owl-box-title2 h3 a {
    color: #205b61;
}
figcaption.owl-box-title2 h3 {
    font-size: 17px;
    margin: 13px 0 5px;
}
.events-bg1 {
    background: #f7f8f9 url(ch01_023.gif) center 0px no-repeat;
    height: 35px;
}
.congress-bg1 {
    background: #f7f8f9 url(ch01_025.gif) center 0px no-repeat;
    height: 35px;
}
.announcements-bg1 {
    background: #daebe9 url(ch01_026.gif) center 0px no-repeat;
    height: 40px;
}
.letters-bg1 {
	background: #f7f8f9 url(ch01_027.gif) center 0px no-repeat;
    height: 35px;
}
.ad-links{
	background: url(ch01_066.gif) left 0px repeat-x;
}
.ad-links2{
	background: url(ch01_065.gif) right 0px no-repeat;
    height: 35px;
}
.imp-bg1 {
	background: #f7f8f9 url(ch01_060.gif) center 0px no-repeat;
    height: 35px;
}
.publications-bg1 {
	background: #f7f8f9 url(ch01_028.gif) center 0px no-repeat;
    height: 35px;
}
.even-row {
     background: #9c9b9b;
}
.odd-row {
    background: #7f7f7f;
}
.f_announcements .even-row {
    background: #dff2f0;
}
.f_announcements .odd-row {
    background: #daebe9;
}
.congress {
/*    background: #e8e8e8;
    padding: 10px;
    border-radius: 10px;*/

}
.f_announcements {
    padding-bottom: 10px;
    background: #daebe9;
}
.carousel-inner>.item>img,#myCarousel-photo-1 .carousel-inner>.item>a>img {
    line-height: 1;
    float: none;
    margin: 0 auto;
}
ol.carousel-indicators.list-group.doc-media {
    position: relative;
    bottom: 0px;
    background: #d0d0d0;
    right: 0;
    padding-top: 5px;
}
 ol.carousel-indicators {
    position: relative;
    right: 5px;
    left: auto;
    bottom: 0px;
    bottom: 0px;
    margin: 0 !important;
    width: auto;
    height: 10px;
    padding: 0;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 10px;
    border: 10px;
    background: #ffffff;
}
.section_frame_tab3 ol.carousel-indicators {
    top: 0px;
}
.section_frame_tab3 .carousel-indicators li.active {
    background: #fff;
}
.section_frame_tab3 .carousel-indicators li {
    width: 20px;
    height: 3px;
    margin: 0 3px;
    border: 1px solid #d71920;
    background: #d71920;
}
.section_frame_tab3 .carousel-indicators li.active {
    width: 20px !important;
    height: 3px !important;
    margin: 0 3px;
    background: #fff;
    border: 2px solid #232323;
}
.doc-media li {
    margin:3px 3px;
    background: #8a898a;
    border: 2px solid #d8d8d8;
}
 .carousel-indicators li.active{
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background: #a00007;
    border: 3px solid #fff;
}
.doc-media li.active {
    margin:3px 3px;
    background: #eef0f0;
    border: 2px solid #d8d8d8;
}
.dark-bg {
background: url(ch01_031.gif) left 0px repeat;
padding:10px 10px 0px;
}

.ax-bg1 {
	background: url(ch01_032.png) right 0px no-repeat;
    height: 40px;
}
.multimedia-bg1 {
	background: url(ch01_033.png) right 0px no-repeat;
    height: 40px;
}
.second_inner2 p.majazi-title4 a {
    color: #ffffff;
}
.second_inner2 {
    padding: 0 5px;
}
.breadcrumb{position:relative;}


.mr15{
    margin-right: 15px !important;
}
.pt10{
    padding-top:10px;
}
.pt5 {
    padding-top: 5px;
}
.mb20 {
    margin-bottom: 20px;
}
.bg-silver {
    background: #f8f8f8;
    margin-bottom: 10px;
}
.mt5{
    margin-top: 5px;
}
/*********************icons********/

.club {
       background: url('ch01_07.svg');
    background-repeat: no-repeat;
    display: block;
}
.aparat {
       background: url('ch01_08.svg');
    background-repeat: no-repeat;
    display: block;
}
.instagram {
    background: url('ch01_09.svg');
    background-repeat: no-repeat;
    display: block;
}
.telegram {
background: url('ch01_10.svg');
background-repeat: no-repeat;
    display: block;
}
.whatsapp {
    background: url('ch01_11.svg');
    background-repeat: no-repeat;
    display: block;
}
.youtube {
    background: url('ch01_12.svg')top;
    background-repeat: no-repeat;
    display: block;
}
.twitter {
    background: url('ch01_13.svg');
    background-repeat: no-repeat;
    display: block;
background-size: 30px;
}
.facebook {
    background: url('ch01_14.svg');
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}





/***********End ************/
.advertise_div_sidebar img, .advertise_div_first img, .advertise_default image {
    vertical-align: top;
}
.importance.option_last_news a {
    color: #ed1c24;
}
/*******************effect***************/


.subject-title:hover .dash {
   animation: mover .3s infinite alternate;
    animation-iteration-count:1;
}

.tabs-docs a:hover + i ,.foot-social-icons a:hover{
    animation: mover 1s infinite alternate;
    animation-iteration-count:1;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}
@-webkit-keyframes wiggle {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }    
}
@keyframes wiggle {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}
@-webkit-keyframes rotaion {
  0% { transform: rotate(00deg); }
  100% { transform: rotate(360deg); }    
}
@keyframes rotaion {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Shine */
.hover-image figure {
	position: relative;
}
.hover-image figure::before {
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover-image figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/* Zoom In #1 */
.hover01 figure img ,.hover01 img ,.majazi-items .hover01 img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img ,.hover01 img:hover ,.majazi-items:hover .hover01 img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.vizhe-box:hover .special-image-box {
   border: 1px solid #7f7f7f;
    transition: ease .1s;
    box-shadow: 2px 2px 1px #e4e4e4;
    
}
.second_level:hover {
background: #ededed;
}
.arrow::after{
    content: '';
    background: url(ch01_09.png) left 10px no-repeat;
    font-size: 15px;
    margin-right: 0px;
    z-index: 99;
    width: 9px;
    height: 25px;
    float: left;
    background-size: 6px;
    position: absolute;
} 
.arrow1::after{
content: '';
    background: url(ch01_09.png) left 8px no-repeat;
    font-size: 15px;
    margin-right: 6px;
    z-index: 99;
    width: 9px;
    height: 25px;
    float: left;
    position: absolute;
} 
.arrow3::after{
    content: '';
    background: #fff;
    font-size: 15px;
    margin-right: 6px;
    z-index: 99;
    width: 6px;
    height: 6px;
    top: 17px;
    border-radius: 15px;
    float: left;
    position: absolute;
} 
.arrow.effect span  {
    content: '';
    /*background: url(ch01_009.png) left 8px no-repeat;*/
    font-size: 15px;
    margin-right: 0px;
    z-index: 99;
    width: 9px;
    height: 25px;
    float: left;
    position: absolute;
}


.arrow.effect:after{
    width: 13px;
    margin-right: -4px;
    margin-top: 0px;
    animation: animate-arrow-1 1.5s ease-in-out infinite 0.1s;
    -webkit-animation: animate-arrow-1 1.5s ease-in-out infinite 0.1s;
      -moz-animation:animate-arrow-1 1.5s ease-in-out infinite 0.1s ;
}
.arrow.effect{
    /*background: url(ch01_09.png) left 8px no-repeat;*/
/*  animation: animate-arrow-2 1.5s ease-in-out infinite 0.1s;
  -webkit-animation: animate-arrow-2 1.5s ease-in-out infinite 0.1s;
  -moz-animation: animate-arrow-2 1.5s ease-in-out infinite 0.1s;*/
}
.private-sec{
    position: relative;
}

/*.rooyekhat-items2:hover .arrow:after {
    background:url(ch01_009.png) left 8px no-repeat;;
}*/

@keyframes animate-arrow-1 {
  0%{scale: 0.5;opacity: 0;}
  70%,100%{scale: 1;opacity: 0.5;}
}

@-webkit-keyframes animate-arrow-1 {
  0%{scale: 0.5;opacity: 0;}
  70%,100%{scale:2; opacity: 0.5;}
}
@-moz-keyframes animate-arrow-1 {
  0%{scale: 0.5; opacity: 0;}
  70%,100%{scale:0.6;opacity: 0.5;}
}
@keyframes animate-arrow-2 {
  0%{scale: 0.5;}
  70%,100%{scale: 2;}
}
@-moz-keyframes animate-arrow-2 {
  0%{scale: auto;}
}

@-webkit-keyframes animate-arrow-2 {
  0%{scale: auto;}
}
.archiv-btn {
     left: 5px;
    margin-top: 5px;
    float: left;
    top: 5px;
    /* position: absolute; */
}
.archiv-btn.gallery {
    margin-left: 10px;
}
.archiv-btn.gallery a {
    background: #747475;
    border: 0px;
    color: #fff;
}
.archiv-btn.archive-vizhe {
    position: absolute;
    left: 5px;
    bottom: 13px;
}
.archiv-btn a {
     font-size: 11px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 0p;
    background: #767676;
    font-weight: 300;
    /* border: 1px solid #dfdfdf; */
    border-radius: 2px;
    position: relative;
}
/*.archiv-btn a:before {
    position: absolute;
    right: -10px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #f98b0a;
}*/

.archiv-btn.white a{
   background: #fff;   
}
.archiv-btn a:hover {
background: #dddddd;
    text-decoration: none;
}
.archiv-btn.gallery a:hover {
background: #9b9c9e;
    text-decoration: none;
}
.archiv-btn a:hover:before{
      border-left: 10px solid #623866;
}

.red-clock {
padding: 5px;
/*background: #e0dcd9;*/
    text-align: right;
}
.red-clock span {
    color: #fff !important;
}
.abs-clock {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
span.second-level-clock {
    text-align: left;
    width: 100%;
    color: #e8621a;
    font-size: 13px;
}
.btn-code a {

}
.btn-code {
    background: #232323;
    padding: 1px 8px;
    text-align: center;
border-left: 2px solid #484848;
color: #fff;
}
.btn-code:hover{
    color:#fff;
}
.btn-code.btn3 {
    border: 0px;
}
.advertise_mobile {
    margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
.advertise_mobile {
    display: none;
}

}
@media screen and (max-width: 767px) {

.section-page-title1 {
    /* background: #dedede; */
    margin-top: 5px;
    margin-bottom: 7px;
}
/*.navbar-default .navbar-nav > li a:hover {
    color: #fff;
}*/
.utility-section {

    background: none; 
     padding-right: 0px; 
}
}
@media screen and (max-width: 450px) {
.site-name-logo {
    background-size: 97%;
}
#first-select-tabs .nav-tabs>li>a  , #second-select-tabs .nav-tabs>li>a{
    font-size: 11px;
padding: 8px 1px;
    /* display: inline-block; */
}
#first-select-tabs .nav-tabs>li.active a::after {
    display:none;
}
.footer-search-container {
    float: none;
    /* margin-top: 30px; */
}
#company_copyright div {
    font-size: 11px;
     float: none; 
    text-align: center;
}
}
@media only screen  and (min-width: 450px) and (max-width: 767px){
#footer, #doc_footer, #section_footer, #general_footer {

    min-height: 52px;
}
#company_copyright {
     float:none !important; 
}

}
.mobile-static-docs {
    margin-top: 2px;
}
.mobile-static-docs::before {
     content: '\25CF';
    color: #676666;
    margin-left: 7px;
}
.mobile-static-docs a {
    color: #fff;
}
.mobile-static-docs a:hover {
    color: #fff;
}
.match-head {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
.gray-background {
    background: #363636;
}
.btn-default:focus, .btn-default.focus {
    background-color: transparent;
    outline: 0;
}
.shortlink {
    /* background: #dedede; */
    padding: 2px;
    color: #ff0009;
    font-size: 13px !important;
}
.shortlink span {
    font-size: 14px !important;
        color: #8e8e8e;
}
@media screen and (min-width: 767px) {
    .show-in-mobile{
        display:none;
    }
    
}
.stickad {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #000;
}
.stickad.hidden-xs a img {
    width: auto;
    height: auto;
}
@media only screen  and (min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        position: absolute;
        width: 100%;
    }
    .navbar-nav {
           float: none!important;
background: #ffffff;
border: 1px solid #ccc;
    }
    .navbar-nav>li {
    float: none;
    margin: 5px 0;
    width: 100%;
    clear: both;
    text-align: right;
    border-bottom: 1px solid #ccc;
    }
    .navbar-nav>li:last-child{
            border-bottom: 0px;
    }
    .navbar-default .navbar-nav > li.active {
    padding: 0;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    right: 0;
    top: 4px;

}
    .navbar-nav > li > a {
    padding: 5px 46px !important;
}
        .navbar-toggle {
    padding: 7px 8px;
    margin-top: -2px;
    margin-bottom: 8px;
    border: none;
}
.navbar-toggle .icon-bar {
    width: 31px;
    height: 3px;
    border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #333333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-toggle {
/*margin: 10px 0px;*/
    margin-bottom: 0;
    border: none;
    float: right;
}
.navbar-right {
    margin-right: 0 !important;
}
.navbar-right li ul.dropdown-menu li ul.dropdown-menu {
position: relative !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    box-shadow: none;
    padding: 6px 41px 0;
    background-color: #689f9a;
    border-top: transparent;
}
.navbar-right li ul.dropdown-menu .open>a {
    background-color: #689f9a;
    border-color: #b7cbc9;
}

.navbar-right li ul.dropdown-menu {
    position: relative !important;
    width: 100% !important;

}
.navbar-default .navbar-nav > li.active {
     /*padding: 5px !important;*/
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-right li ul.dropdown-menu > li > a .caret{    margin: 7px 15px 0 0;}

/*.navbar-right li ul.dropdown-menu {
menu-container affix-top
}*/
.navbar-right li ul.dropdown-menu > li > a {
    padding-right: 50px;
}
/*.dropdown-menu>li>a {
color: #c3d5c7 !important;

}*/


.bar1, .bar2, .bar3 {
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-34deg) translate(-4px, 5px);
    transform: rotate(-34deg) translate(-4px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(36deg) translate(-5px, -5px) ;
    transform: rotate(36deg) translate(-5px, -5px);
}
.affix {
    display:none;
}
.menu-container.affix-top{
    display: inline;
}
.navbar-default .navbar-nav > li.active a {
background: transparent !important;
    color: #000000;
    border-radius: 5px;
}
/*.head-menu-container {
    position: absolute;
    top: 64px;
    right: 5px;
    left: 0;
    padding-right: 0px !important;
    background: none;
}*/
.navbar-default .navbar-nav > li a:hover {
    background: url(ch01_001.png) right center no-repeat;
    color: #ffffff;
}

.navbar-nav > li::after {
   display:none;
}
/*.navbar-default .navbar-nav > li > a {
    color: #fff;
}*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
    color: #ffffff;
}
/*.img_center {
    width: 100%;
    margin-top: 10px;
    float: left;
    padding: 0px;
}*/
.film-item-second {
    position: relative;
}
span.Tcomment {
    margin-left: 15px;
}
}
button.url-clipboard-btn {
    font-size: 12px;
    padding-top: 0px;
    border-radius: 35px;
    background: #333333;
    color: #cdcdcd;
}
button.url-clipboard-btn span {
    font-size: 12px !important;
    text-align: left;
    direction: ltr;
    float: left;
    padding-top: 5px;
}
button.url-clipboard-btn span.glyphicon.glyphicon-link {
font-size: 15px !important;
    background: #cc6326;
    margin-right: -6px;
    padding: 3px;
    float: right;
    margin-left: 5px;
    color: #fff;
    margin-top: -1px;
}
#shortlink2 {
    opacity: 0;
    color: #fff;
font-size: 0px !important;

}
    a.adv_close {
    background: url(/images/close.png) no-repeat;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    }
    select#weather_city_obj {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 9px;
    box-shadow: inset 2px 1px 2px #404040;
    }
    #weather_code {
    direction: ltr;
    }
    .weather-box {
    clear: both;
/*    border: 1px solid #e1e1e1;
    padding: 10px;*/
}

.header-adv {
    width: 100%;
    padding: 10px;
    background: #e7e7e7;
    text-align: center;
}
.header-adv img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.footer-adv {
    width: 100%;
    padding: 10px;
    background: #e7e7e7;
    text-align: center;
}
.footer-adv img {
    width: auto;
    height: auto;
    max-width: 100%;
}
@media only screen  and (max-width: 450px){

.doc-section-info div:last-child a {
    font-size: 12px;
    padding-bottom: 3px;
    color: #43403c;
}
}
    @media screen and (max-width: 767px) {
    .advertise_default,.header-adv,.footer-adv,.advertise_default2{
        display:none;
    }
    .show-all,.show-in-mobile{
        display:block ;
    }
    #ratebx1 {
    float: right;
    margin-bottom: 10px;
    }

    .pull-right-xs {
    float: right !important;
    margin-bottom: 10px;
    }
    .bg-gray {
     padding:5px; 
    }

.breadcrumb {
    position: relative;
    border-radius: 0px;
    padding: 0px;
}
#lastyear-tab2 .nav-tabs li {
    width: 100px;
}

element.style {
}
#lastyear-tab2 .nav-tabs>li>a, #lastyear-tab2 .nav-tabs>li>a:focus {
    font-size: 13px;
        /*padding: 10px 7px;*/
}
.tabs-icon {
    width: 25%;
}
.film-item-second {
    background: rgb(41 41 41 / 50%);
}
.match-sec {
    padding: 0px;
}
.majazi-title2 {
    padding-right: 100px;
}
.bl-white {
    border-left: 0px;
}
    }

@media screen and (min-width: 767px) {
    .show-in-mobile{
        display:none;
    }

}
.stickad {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #000;
}
.stickad.hidden-xs a img {
    width: auto;
    height: auto;
}


@media screen and (min-width: 767px) and (max-width: 991px) {
        .navbar-nav {
           float: none!important;
    }
    .header-logo{
/*     background: transparent;   */
         /*margin-right: 48px;*/
    }
.doc_date {
    float: right;
}
/*.head-menu-container {
    top: 135px;

}*/
.majazi-text {
    /*padding-right: 80px;*/
}
.sidebar_title a {
    font-size: 14px;
    color: #282728;
    line-height: 25px;
}
.owl-box-title h2 a {
    font-size: 16px;
    line-height: 27px;

}
/*.majazi-items  .majazi-image img {
    width: 70px;
    height: auto;
}*/
.majazi-border {
    clear: both;
    padding-right: 0px;
}
.navbar-toggle {
    padding: 5px 4px 5px;
    margin-top: 0px;
    border: 1px solid #000;
    margin: 6px 4px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
       color: #ffffff;
}
.navbar-right li ul.dropdown-menu > li > a {
    padding-right: 50px;
/*background-color: #282828 !important;*/
    /*color: #fff;*/
}
.vizhe_title2 {
    
    padding-top: 10px;
}
.foot-static-menu {
    text-align: center;

}
div.footer-search {
 
    margin: 0px auto;
    float: none;

}
.utility-section {

    background: none; 
     padding-right: 0px; 
}
button.url-clipboard-btn {
    float: right;
}
.head-social-icons {
    left: 0px;
}
}
@media only screen  and (min-width: 992px) and (max-width: 1200px){


.special-image-box .special-img.vizhe_img img {
    width: 150px;
    height: 96px;
}
/*.specail-padding {
        padding-right: 165px;
}*/
/*.special-img img {
    width: 150px;
    height: auto;
}*/
.special-title {
    font-size: 14px;
}
.white-title a {
    color: #fff;
    font-size: 13px;
}
.majazi-border {
    clear: both;
    padding-right: 0px;
}
.second-level .film-item-second {
    display: none;
}
}

@media only screen  and (min-width: 992px) and (max-width: 1400px){
    .second-title a {
    font-size: 14px;
    line-height: 25px;
    }
}


.alt {
    color: #828282;
    background: transparent;
    text-align: justify;
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: center;
    padding: 3px;
    /*border-bottom: 1px solid;*/
}
figure.style2 {
    margin-right: auto;
    margin-left: auto;
    background: #535353;
    width: auto;
    float: right;
    margin: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.default-style {
    width: auto;
    clear:both;
}
figure.style1 {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    float: right;
    margin: 5px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f1f1f1;
    position: relative;
}
figure.style2 figcaption {
    color: #fff;
}

.film_parent_office {
     padding: 10px 0px; 
    background: #282728;
}

.evenrow-br {
    border: 1px solid #fff;
    border-radius: 1px;
}
.oddrow-br {
    background: #fff;
    border: 1px solid #f5efe9;
    border-radius: 1px;
}
/*

.most-popular {
    background: #0c3683;
    padding: 15px;
}
.popular-title {
    font-size: 16px;
    padding: 10px 0px;

}
.popular-title a {
    line-height: 29px;
    color: #fff;
    font-weight: 300;
}*/

/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
width: 600px;
height: 300px;
position: relative;
direction: ltr;
}
.royalSlider > * {
float: left;
}

.rsWebkit3d .rsSlide {
-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
-webkit-transform: none;
}
.rsOverflow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
float: left;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
position: absolute;
left: 0;
top: 0;

}
.rsContainer {
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
cursor: pointer;
}

.rsThumb {
float: left;
position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
opacity: 1;
-webkit-transition:opacity 0.3s linear;
-moz-transition:opacity 0.3s linear;
-o-transition:opacity 0.3s linear;
transition:opacity 0.3s linear;
}
.rsHidden {
opacity: 0;
visibility: hidden;
-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
width: 100%;
float: left;
text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
position: fixed !important;
height: auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
z-index: 2147483647 !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
opacity: 1 !important;
-webkit-transition: 0s;
-moz-transition: 0s;
-o-transition:0s;
transition:0s;
display: none;
}

.rsSlide {
position: absolute;
left: 0;
top: 0;
display: block;
height: 100%;
width: 100%;
    z-index: 1;
}
.rsActiveSlide {
    z-index: 10;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
height: auto;
}

.rsContent {
width: 100%;
height: 100%;
position: relative;
}

.rsPreloader {
position:absolute;
z-index: 0;
}

.rsNav {
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}
.rsNavItem {
-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
cursor: pointer;
position: relative;
overflow: hidden;
float: left;
z-index: 22;
}
.rsTabs {
float: left;
background: none !important;
}
.rsTabs,
.rsThumbs {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
/*left: 0;
top: 0;
position: absolute;*/
/*width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
float: left;*/
width: auto;
height: auto;
line-height: 0;
position: relative;
}
.rsVideoFrameHolder {
position: absolute;
left: 0;
top: 0;
background: #141414;
opacity: 0;
-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
position: absolute;
z-index: 50;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 44px;
}

.rsABlock {
left: 0;
top: 0;
position: absolute;
z-index: 15;

}

img.rsImg {
max-width: none;
}

.grab-cursor {
cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
cursor: auto;
}

.rsLink {
left:0;
top:0;
position:absolute;
width:100%;
height:100%;
display:block;
z-index: 20;
background: url(blank.gif);
}
/*RoyalSlider Default Skin 
*
*1. Arrows 
*2. Bullets
*3. Thumbnails
*4. Tabs
*5. Fullscreen button
*6. Play/close video button
*7. Preloader
*8. Caption
*
*Sprite: 'rs-default.png'
*Feel free to edit anything
*If you don't some part - just delete it'
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
color: #000;
}


/***************
*
*1. Arrows
*
****************/

.rsDefault .rsArrow {
height: 100%;
width: 44px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
}
.rsDefault.rsVer .rsArrow {
width: 100%;
height: 44px;

}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {
width: 32px;
height: 32px;
top: 50%;
left: 50%;
margin-top:-16px;
margin-left: -16px;

position: absolute;
cursor: pointer;
background: url('rs-default.png');

background-color: #000;
background-color: rgba(0,0,0,0.75);
*background-color: #000;

border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {

    top: 36%;
    width: 43px;
    background: url(ch01_06.png)-121px -334px no-repeat;

}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {   
    top: 36%;
width: 43px;
 background: url(ch01_06.png)-167px -334px no-repeat;

}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { top: 30%;
width: 43px;left: 16px;
background: url(ch01_016.gif) left no-repeat !important;
height: 94px;}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {top: 30%;
width: 43px;
background: url(ch01_015.gif) right no-repeat !important;
height: 94px;}

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);*display: none; }


/***************
*
*2. Bullets
*
****************/

.rsDefault .rsBullets {
position: absolute;
z-index: 35;
left: 0;
bottom: 0;
width: 100%;
height: auto;
margin: 0 auto; 

background: #000;
background: rgba(0,0,0,0.75);

text-align: center;
line-height: 8px;
overflow: hidden;
}
.rsDefault .rsBullet {
width: 8px;
height: 8px;
display: inline-block;
*display:inline; 
*zoom:1;
padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #777;
background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
background-color: #FFF;
}





/***************
*
*3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
width: 100%;
height: 72px;
}
.rsDefault .rsThumbsVer {
width: 96px;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
position: relative;
height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
position: relative;
width: 100%;
}
.rsDefault .rsThumb {
float: left;
overflow: hidden;
width: 96px;
height: 72px;
}
.rsDefault .rsThumb img {
width: 100%;
height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
opacity: 0.3;
filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
font-size: 16px;
margin: 0;
padding: 0;
line-height: 20px;
color: #FFF;
}
.rsDefault .rsTmb span {
color: #DDD;
margin: 0;
padding: 0;
font-size: 13px;
line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
height: 100%;
width: 20px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
background: #000;
background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
width: 100%;
height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {
width: 16px;
height: 16px;
top: 50%;
left: 50%;
margin-top:-8px;
margin-left: -8px;
position: absolute;
cursor: pointer;
background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
.rsDefault .rsThumb {
width: 59px;
height: 44px;
}
.rsDefault .rsThumbsHor {
height: 44px;
}
.rsDefault .rsThumbsVer {
width: 59px;
}
}




/***************
*
*4. Tabs
*
****************/

.rsDefault .rsTabs {
width: 100%;
height: auto;
margin: 0 auto;
text-align:center;
overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
display: inline-block;
cursor: pointer;
text-align: center;
height: auto;
width: auto;
color: #333;
padding: 5px 13px 6px;
min-width: 72px;
border: 1px solid #D9D9DD;
border-right: 1px solid #f5f5f5;
text-decoration: none;

background-color: #FFF;
background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
background-image:-moz-linear-gradient(top, #fefefe, #f4f4f4);
background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);

-webkit-box-shadow: inset 1px 0 0 #fff;
box-shadow: inset 1px 0 0 #fff;

*display:inline; 
*zoom:1;
}
.rsDefault .rsTab:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;

border-right:1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
border: 1px solid #D9D9DD; 
background-color: #f4f4f4;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
color: #FFF;
border: 1px solid #999;
text-shadow: 1px 1px #838383;
box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
background: #ACACAC;
background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 22;
display: block;
position: absolute;
cursor: pointer;

}
.rsDefault .rsFullscreenIcn {
display: block;
margin: 6px;
width: 32px;
height: 32px;

background: url('rs-default.png') 0 0;
background-color: #000;
background-color: rgba(0,0,0,0.75);
*background-color: #000;
border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
background-position: -32px 0;
}





/***************
*
*6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
-webkit-tap-highlight-color:rgba(0,0,0,0.3);
width:64px;
height:64px;
margin-left:-32px;
margin-top:-32px;
cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
width:64px;
display:block;
height:64px;
-webkit-border-radius: 4px;
border-radius: 4px;

-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;

background:url(rs-default.png) no-repeat 0 -32px;
background-color: #000;
background-color: rgba(0,0,0,0.75);
*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
position:absolute;
left:50%;
top:50%;
}
.rsDefault .rsCloseVideoBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 500;
position: absolute;
cursor: pointer;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
top: -38px;
right: -6px;
}

.rsDefault .rsCloseVideoIcn {
margin: 6px;
width: 32px;
height: 32px;
background: url('rs-default.png') -64px 0;
background-color: #000;
background-color: rgba(0,0,0,0.75);
*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
background-color: rgba(0,0,0,0.9);
}



/***************
*
*7. Preloader
*
****************/

.rsDefault .rsPreloader {
width:20px;
height:20px;
left:50%;
top:50%;
margin-left:-10px;
margin-top:-10px;
}




/***************
*
*8. Global caption
*
****************/
.rsDefault .rsGCaption {
position: absolute;
float: none;
bottom: 6px;
left: 6px;
text-align: left;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.75);
color: #FFF;
padding: 2px 8px;
width: auto;
font-size: 12px;
border-radius: 2px;
}
.visibleNearby {
width: 100%;
background: #ffffff;
color: #000;
padding-top: 10px;
}
.visibleNearby .rsGCaption {
font-size: 16px;
line-height: 18px;
padding: 12px 0 16px;
background: #282828;
width: 100%;
position: static;
float: left;
left: auto;
bottom: auto;
text-align: center;
}
.visibleNearby .rsGCaption span {
display: block;
clear: both;
color: #bbb;
font-size: 14px;
line-height: 22px;
}
/* Scaling transforms */
.visibleNearby .rsSlide img {
opacity: 0.45;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

-webkit-transform: scale(0.9);
-moz-transform: scale(0.9); 
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1); 
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
#gallery-1 {
padding: 12px 0 12px;
}
#gallery-1 .rsOverflow,
.royalSlider#gallery-1 {
height: 240px !important;
}
.user-comment-name span {

    padding: 0px 18px;
}
.footer-bg {
 padding: 25px 0px 30px;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
#gallery-1 .rsOverflow,
.royalSlider#gallery-1 {
height: 300px !important;
}
}
.slider_text p.m_titr {
font-size: 19px;
margin-bottom: 15px;cursor:pointer;margin-top: 20px;
}
.slider_text p.m_titr:hover {    color: #2bc628;}
.slider_text p{
font-size: 14px;
direction: rtl;
text-align:center;
}
.slider_text img {
margin-top: 0 !important;
cursor:pointer; 
}
.slider_text p {
display: none;
}
.rsActiveSlide .slider_text p {
display: block;
left: 0;
width: 248px;
margin-left: -61px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}
#gallery-2 .rsActiveSlide .slider_text p{
margin: 20px 0px;
    padding: 0px !important;
    width: auto;
   
}
#gallery-2 .rsActiveSlide .slider_text p img{
width: auto !important;
    height: auto !important;
   
}
.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
    background: #fff;
}
.rsDefault.rsHor .rsArrowRight {
right: 0;
top: 0;

    background: #fff;
}
.rsHidden {
opacity: 1;
visibility: visible;
 }
 .visibleNearby .rsSlide img {
opacity: 1;

}
.visibleNearby .rsGCaption {
display:none;
}
.rsDefault .rsArrow {
width: 54px;
 
}
@media screen and (max-width: 768px) {

    .rsDefault .rsArrow {
        width: 40px;
    }
    
    .foot-social-icons a, .head-social-icons a {
        display: inline-block;
        margin-right: 4px;
    }
    .img_center {
    max-width: 100%;
    }
}
 .slider_text {
text-align: CENTER;
    padding-top: 10px;
}
.visibleNearby .rsSlide img {
    opacity: 0.5;
    width: 130px !important;
    height: auto !important;
    height: 130px !important;
    margin-left: 0px !important;
    border-radius: 60px;
    box-shadow: 0px 5px 18px 0 #888888;

}
div#gallery-2 .slider_text img {
    width: 300px !important;
    height: 200px !important;
    border-radius: 0px;
    box-shadow: 0;
}
.visibleNearby .rsActiveSlide img{
      opacity: 1;  
}
.visibleNearby .rsSlide p img{
width: auto !important;
width: auto !important;
height: auto !important;
box-shadow: none;
}
.title_multimedia a:hover {
color: #006079;
}
.overlay_photo {
position: absolute;
top: 0;
bottom: 10%;
right: 0;
left: 0;
background: url(ch01_96.png) center no-repeat;
width: 105%;
cursor: pointer;
}
.overlay_picture {
position: absolute;
top: 0;
bottom: 10%;
right: 0;
left: 0;
background: url(ch01_96.png) center no-repeat;
width: 105%;
cursor: pointer;
}
.overlay_video {
position: absolute;
top: 0;
bottom: 10%;
right: 0;
left: 0;
background: url(ch01_40.png) center no-repeat;
width: 105%;
cursor: pointer;

}
.overlay_audio {
 position: absolute;
top: 0;
bottom: 10%;
right: 0;
left: 0;
background: url(ch01_101.png) center no-repeat;
width: 105%;
cursor: pointer;
}

.sidebar_social {
    background: #1a4a94;
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* left: 5px; */
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    z-index: 9999;
}
.league a {
    color: #fff;
}
.sidebar_social.league:hover {
    background: #3972cb;
}
#league-frame .tab-content {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 14px;
}
#league-frame ul li img {
    width: 100px;
}
#league-frame ul li a {
    padding: 5px;
}
.price-icon span {
background: url(ch01_06.png)-1px -69px no-repeat;
    width: 50px;
    height: 26px;
    display: block;
    float: left;
}
.car-icon span {
    background: url(ch01_06.png)-200px -68px no-repeat;
    width: 50px;
    height: 25px;
    display: block;
    float:left;
}
.weather-icon span {
background: url(ch01_06.png)-128px -69px no-repeat;
    width: 50px;
    height: 26px;
    display: block;
    float: left;
}
.oghat-icon span {
background: url(ch01_06.png)-64px -69px no-repeat;
    width: 50px;
    height: 26px;
    display: block;
    float: left;
}

/*******************/

.social-collapse {
    background: #d1d1d1;
    width: auto;
    left: 0;
    z-index: 99999;
    position: absolute;
    padding: 10px;
    border: 1px solid #282828;
    border-radius: 0px 0px 20px 20px;
        min-width: 228px;
}

.navbar-right li.mega-dropdown ul.dropdown-menu {
      margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    padding-top: 3px;
    box-shadow: none;
    background-color: #282828;
}

.navbar-right li.mega-dropdown ul.dropdown-menu{float:right;         background: #c3d5c7;}
li.dropdown.mega-dropdown {
    position: static;
 
}
.navbar-right ul.dropdown-menu.mega-dropdown-menu li {
    float: right;
    width: 30%;
    /*min-width: 150px;*/
}
li.dropdown.mega-dropdown:after {
    display: none;
}
map.image-map:hover {
    cursor: pointer;
}
@media only screen  and (min-width: 992px) and (max-width: 1200px){
.navbar-right li.mega-dropdown ul.dropdown-menu {
    max-width: 950px !important;
}


}
@media only screen  and (min-width: 768px) and (max-width: 992px){
.navbar-right li.mega-dropdown ul.dropdown-menu {
    max-width: 730px !important;
}
.navbar-right ul.dropdown-menu.mega-dropdown-menu li {
    float: right;
    width: 100%;
    /* min-width: 150px; */
}
.footerdiv4 .container {
    background-position: right;
}
}
@media only screen and (max-width: 768px){
.navbar-right ul.dropdown-menu.mega-dropdown-menu li {
    width: 100%;
}

.navbar-right li.mega-dropdown ul.dropdown-menu {

width: 100% !important;
max-width: 700px !important;
}
li.dropdown.mega-dropdown{
    position: relative;
}
#view-tab2 .nav-tabs>li>a {

    font-size: 12px;
    padding: 2px 2px;

}
.middel-header.container {
padding:0px;
}
.middle_bar {
    height: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    /* text-align: center; */
}
.header-logo {
    font-size: 0;
    top: 0;
    height: 75px;
    z-index: 10;
    margin-top: 7px;
    margin-bottom: 4px;
    position: relative;
    background: url(ch01_05.png) right center no-repeat;
    background-size: 40px;
    background-position: right 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 185px;
}
.header-logo a {
    width: 100%;
    height: 95px;
    float: right;
    right: 0px;
    height: 50px;
    /* margin-top: 0px; */
    /* margin-right: 15px; */
    background: url(ch01_05_2.png)right 47px bottom 0px no-repeat;
    background-size: 95px;
    position: relative;
}
.affix {
     padding-right: 0px; 
}
.middel-header {
    background: #e7f7fc url(ch01_04.png)right top;
    /* background-position: 100px; */
    background-size: cover;
}
.docDiv3Date {
    font-size: 0.7em !important;
}
}
#fori_box {
	display:none;
position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(187, 7, 7, 0.95);
    z-index: 9999;
    text-align: center;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.67);
}

.fori_box_body {
     display: inline-block;
    margin: 0 auto;
    padding: 7px 0 ;
}
.fori_titr a {
    color: #fff;
    text-align: right;
    font-size: 15px;
    
}
.fori_paddingg {
    text-align: right;
    padding-right: 92px;
    color: #fff;position: relative;margin-left: 30px;
}
.fori_titr {
    margin-bottom: 4px;    padding-right: 15px;     
}
.fori_box_img a img {
    border-radius: 3px;
}
.fori_box_img {
    float: right;
}
a.close_fori {
    float: left;
    /* background: url(ch01_112.png); */
    padding: 10px;
    background-size: contain;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.fori_titr a:hover{
    color: #000;
}
.fori_paddingg2 {
    text-align: right;
    padding-right: 0px;
    color: #fff;    position: relative;margin-left: 30px;
}
.fori_abs {
    color: #dcdcdc;    padding-right: 15px;
}
.last-news-title.hot-news.imp_news {
    background: none;
}
.fori_paddingg2 .spinner {
    float: right;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: -4px;
    top: 5px;
	    z-index: 999;
}
.fori_paddingg .spinner {
    float: right;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    right: 87px;
    top: 5px;
	   
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.white-title a {
    color: #fff;
    font-size: 15px;
}
.white-title a:hover {
color: #dddddd;
}
.p70 {
    padding: 0px 70px;
}
a.yourcomment {
    float: right;
}
.dcPubComBox2 {
    float: right;
    padding-left: 15px;
    font-weight: 700;
}
.dcPubComBox2 a {
    color: #205bbc !important;
    font-size: 13px !important;
    font-family: 'iransansx-bold' !important;
}
.hadith {
     float: left;
    height: 118px;
    overflow: hidden;
    padding-left: 0px;
}
.hadith-box {
        color: #fff;
    padding-top: 30px;
    margin-top: 13px;
}
p.hadith-title {
     font-size: 18px;
    text-align: left;
}
.hadith span {
       background: url(ch01_5.png)left center no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}