
@font-face {
font-family: 'iransans-x';
font-style: normal;
font-weight: 400;
src:  url('IRANSansWeb.woff2') format('woff2'),
     url('IRANSansWeb.woff') format('woff'), url('IRANSansWeb.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;
}

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; }

/* 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 dashed;
}

/* 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 dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a ,.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 #626262;
    background: #f38fda;
}
.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;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ffd7ff;
}
/** 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: 15px;
}*/

@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; */
    /*border-bottom: 1px solid #ececec;*/
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.docDiv3Date {

    font-size: 0.9rem !important;
    padding: 0px 5px;
    text-align: right;
    float: right;
    color: #a3a3a3;
}
.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;
}
.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: #000;
    font-weight: 500;
    font-size: 14px;
    /*border-left: 1px solid;*/
    padding: 5px 10px;
}
.foot-menu-items a::last-child{
    border:0px;
}
/*.foot-menu-items a:hover {
color: #ffffff;

}*/
.header {
    /*margin-top: 13px;*/
    background: #fce9fc;
}
header .container {
/*background: #fce9fc;*/
/*padding: 0px 10px;*/
}
.middel-header {
    padding: 10px 0px;
}
.menu-header.container {
    padding-bottom: 35px;
}
.body-top-bg {
    height: auto;
}

.header-logo {
    font-size: 0;
    top: 0;
    height: 110px;
    z-index: 10;

}

.header-logo a {
    width: 100%;
    height: 110px;
    float: right;
    right: 0px;
background: url(ch01_05.png) center center no-repeat;
    /*background-size: contain;*/
    position: relative;
}


.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;

}
/*.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: #284f63;*/
    /* border-top: 3px solid #4fade3; */
}


.lysprites {
	background: url(ch01_08.png) left 0px no-repeat;
}
/*.time-box {
    background: #fff;
    width: auto;
    position: absolute;
    display: inline-block;
    top: -14px;
    padding: 0px 5px;
    right: 0px;
}*/
.date-icon {
    display: inline-block;
    color: #000000;
    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: 265px;
    z-index: 9999;
    margin-top: 40px;

}
.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: 20px 0px 10px;
}
.foot-social-icons a,.head-social-icons a {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    position: relative;
    /* background: #fff; */
    border: 5px solid #fff;
    border-radius: 100%;
}
/*.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_5.png)center center no-repeat;
    height: 45px;
    width: 100%;
    display: inline-block;
    margin-top: 12px;
    background-size: contain;
}
.footer-logo a {
width: 340px;
 height: 45px;
    position: absolute;
    right: 0;
}
.foot-static-menu {
    text-align: center;
    margin-left: auto;
    padding-bottom: 10px;
}
.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 10px;
    position: relative;
}
.foot-static-items::after,
.head-static-items::after {
    content: '';
    margin-right: 5px;
    font-size: 15px;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: -4px;
    /*border-radius: 8px;*/
    background: #010101;
}

.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: 5px 15px  !important;
  }
  .affix .navbar-nav > li > a {
    padding: 5px 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: #000;
    color: #fff;
  }
  .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;
    /*border-left: 1px solid;*/
    }
  .navbar-nav > li::after {
    content: '|';
    color: #db4dc5;
    margin-right: 5px;
    left: -2px;
    position: absolute;
    top: 4px;
    font-size: 14px;
  }
  .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: #f38fda;
    border: 1px solid #fce9fc;
  }
  .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: #1a4a94;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 50%;
    border: 3px solid #828282;
    display: inline-block;
    font-size: 15px;
    margin: 0px 5px;
    width: 25px;
    height: 25px;
}
#page {
    padding: 0;
    color: #ffffff;
    cursor: default;
    text-align: center;
background: #828282;
    -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: 0px 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: #f3f3f3;
}
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: #f38fda;
    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: #fb02bd !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%23828282%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: #f38fda;
}
#feedback_form_parent {
  position: relative;
  margin-bottom: 15px;
}
div#comments-form-body {
    background: #fce9fc;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #f38fda;
}
#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: #393939;
    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 {
    padding-top: 8px;
    text-align: center;
}
.film-title a {
      color: #000;
    font-weight: 700;
}
.gallery-title a,.gallery-title span {
    color: #000000;
    font-weight: 300;
    font-family: 'iransansx-bold';
    font-size: 1.1rem;
}
.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: #fbe8fb;
    border: 2px solid #f38fda;
    border-radius: 5px;
    padding: 0px;
/*padding-bottom: 10px;*/

}
.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;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, #0b141d, transparent);
    width: 100%;
    padding: 25px 10px 20px;
    min-height: 85px;
}
.first-title a img{
    width:auto !important;
}
.second-title {
    padding: 15px 0px 15px 0px;
    margin: 0px 10px;
   border-top: 1px dashed #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 {
padding: 10px 0px;
}
.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: #f38fda;
}
.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: #282828;
    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: 2rem;
    color: #ffffff;
}
 .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;
    /* position: absolute; */
    bottom: 0px;
    /* background: linear-gradient(to top, #0b141d 30%, transparent ); */
    width: 100%;
}
 .big-title a{
    color: #3c3c3c;
    text-decoration: none;
    font-family: 'iransansx-bold';
    line-height: 1.2em;
    font-size: 1.1rem;
    /* font-weight: 700; */

}
.big-title a img {
    width: auto;
    border: 0px;
}
.multi-routitr {
    padding-bottom: 5px;
}

.first-title a:hover,.big-title a:hover{
color: #ababab;
}
.special-title a:hover , .second-title a:hover {
color: #565656;
}
.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: #626262;
    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: #a3a3a3;
    font-size: 1rem;
}
.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.3rem;
    line-height: 1.3rem !important;
    padding: 0px 0px 5px;
}
.vizhe_title img {
    width: auto;
}
.vizhe_abs {
    font-size: 1rem;
    color: #525252;
}
.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;
}

.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 0px;
    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: 130px;
}
.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;
}
.footerdiv1 {
    background: #f38fda;
}
.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{
    mix-blend-mode: luminosity;
}*/

.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 {
    margin: 5px 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 dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.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: #0b141d;
    font-size: 1.1rem;
    /* margin-bottom: 5px; */
    font-family: 'iransansx-bold';
    z-index: 9;
    padding-right: 10px;
    /* border-right: 5px solid #ce160e; */
    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: #727272;
}
.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;*/
  }

}

.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: auto;
    max-width: 300px;
    margin-left: 12px;
}
.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: #a3a3a3;
    font-size: 1rem;
    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: #a3a3a3 !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: 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%23fff%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%23284f63%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:  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%23fff%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%23284f63%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%234d5152%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%23a3a3a3%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 0px 0px 10px;
    /* margin-right: 10px; */
    float: right;
    /* width: 50%; */
}
.rate_val {
    float: right;
    line-height: 28px;
    font-size: 12px;
    color: #284f63 !important;
    width: 26px;
    height: 25px;
    background: #eaeaea;
    text-align: center;
    /* margin-top: 3px; */
    border-radius: 10px;
}
.rate_button {
    margin-left: 10px;
    float: right;
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    color: #404040;
    /* font-weight: 700; */
}
span.Tcomment {

    color: #404040;
    margin-left: 5px;
}
#doc-comment-icon {
    background: #eaeaea;
    width: 30px;
    height: 30px;
    color: #284f63;
    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 dashed #d3d3d3;*/
    /* border-top: 1px solid #d2d2d2; */
    margin-bottom: 10px;
}
#tools-top .tools-icons {
  text-align: left;
}
#docDiv3TitrMain {
    font-size: 1.8rem;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.2em !important;
    color: #282828;
    text-align: right;
    font-family: 'iransansx-bold';
    clear: both;
}
#docDiv3TitrMain a {
    color: #000;
    font-family: 'iransansx-bold';
    font-weight: 700;
   line-height: 2.5rem !important;
}
#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: #fce9fc;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #f38fda;
}

#docDivLead1 div{
    line-height: 27px;
    font-size: 1.1rem;
    /* padding: 15px 0px; */
    color: #000;
}

#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: #f2f2f2 url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%20version%3D%221.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%3E%0A%20%20%20%20%3Cg%20%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ic_fluent_print_48_regular%22%20fill%3D%22%23212121%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.25%2C8%20L31.75%2C8%20C33.4830315%2C8%2034.8992459%2C9.35645477%2034.9948552%2C11.0655761%20L35%2C11.25%20L35%2C13.999%20L36.75%2C14%20C39.6494949%2C14%2042%2C16.3505051%2042%2C19.25%20L42%2C32.75%20C42%2C34.5449254%2040.5449254%2C36%2038.75%2C36%20L35%2C35.999%20L35%2C37.75%20C35%2C39.5449254%2033.5449254%2C41%2031.75%2C41%20L16.25%2C41%20C14.4550746%2C41%2013%2C39.5449254%2013%2C37.75%20L13%2C35.999%20L9.25%2C36%20C7.45507456%2C36%206%2C34.5449254%206%2C32.75%20L6%2C19.25%20C6%2C16.3505051%208.35050506%2C14%2011.25%2C14%20L13%2C13.999%20L13%2C11.25%20C13%2C9.51696854%2014.3564548%2C8.10075407%2016.0655761%2C8.00514479%20L16.25%2C8%20L31.75%2C8%20L16.25%2C8%20Z%20M31.75%2C28.5%20L16.25%2C28.5%20C15.8357864%2C28.5%2015.5%2C28.8357864%2015.5%2C29.25%20L15.5%2C37.75%20C15.5%2C38.1642136%2015.8357864%2C38.5%2016.25%2C38.5%20L31.75%2C38.5%20C32.1642136%2C38.5%2032.5%2C38.1642136%2032.5%2C37.75%20L32.5%2C29.25%20C32.5%2C28.8357864%2032.1642136%2C28.5%2031.75%2C28.5%20Z%20M36.75%2C16.5%20L11.25%2C16.5%20C9.73121694%2C16.5%208.5%2C17.7312169%208.5%2C19.25%20L8.5%2C32.75%20C8.5%2C33.1642136%208.83578644%2C33.5%209.25%2C33.5%20L13%2C33.499%20L13%2C29.25%20C13%2C27.4550746%2014.4550746%2C26%2016.25%2C26%20L31.75%2C26%20C33.5449254%2C26%2035%2C27.4550746%2035%2C29.25%20L35%2C33.499%20L38.75%2C33.5%20C39.1642136%2C33.5%2039.5%2C33.1642136%2039.5%2C32.75%20L39.5%2C19.25%20C39.5%2C17.7312169%2038.2687831%2C16.5%2036.75%2C16.5%20Z%20M31.75%2C10.5%20L16.25%2C10.5%20C15.8703042%2C10.5%2015.556509%2C10.7821539%2015.5068466%2C11.1482294%20L15.5%2C11.25%20L15.5%2C13.999%20L32.5%2C13.999%20L32.5%2C11.25%20C32.5%2C10.8703042%2032.2178461%2C10.556509%2031.8517706%2C10.5068466%20L31.75%2C10.5%20Z%22%20fill%3D%22%23888888%22%20%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E')center center  no-repeat;
background-size: contain;
border-radius: 5px;
}
a.get-icon {
width: 30px;
    height: 30px;
    background: #f2f2f2  url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_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%20212.973%20212.973%22%20style%3D%22enable-background%3Anew%200%200%20212.973%20212.973%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M205.473%2C76.146c-4.143%2C0-7.5%2C3.358-7.5%2C7.5v103.32H15V83.646c0-4.142-3.357-7.5-7.5-7.5S0%2C79.503%2C0%2C83.646v110.82%0A%09%09c0%2C4.142%2C3.357%2C7.5%2C7.5%2C7.5h197.973c4.143%2C0%2C7.5-3.358%2C7.5-7.5V83.646C212.973%2C79.503%2C209.615%2C76.146%2C205.473%2C76.146z%22%20fill%3D%22%23888888%22%2F%3E%0A%09%3Cpath%20d%3D%22M101.171%2C154.746c1.407%2C1.407%2C3.314%2C2.197%2C5.304%2C2.197c1.989%2C0%2C3.896-0.79%2C5.304-2.197l32.373-32.374%0A%09%09c2.929-2.929%2C2.929-7.678%2C0-10.606c-2.93-2.93-7.678-2.929-10.607%2C0l-19.569%2C19.569l0.004-112.828c0-4.142-3.357-7.5-7.5-7.5%0A%09%09c-4.142%2C0-7.5%2C3.358-7.5%2C7.5l-0.004%2C112.829l-19.546-19.547c-2.929-2.929-7.677-2.93-10.607%2C0c-2.929%2C2.929-2.929%2C7.677%2C0%2C10.606%0A%09%09L101.171%2C154.746z%22%20fill%3D%22%23888888%22%2F%3E%0A%09%09%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E')center center no-repeat;
    margin-left: 13px;
    background-size: 20px;
border-radius: 5px;
}
a.send-icon {
    margin-left: 0px;
width: 30px;
    height: 30px;
background: #f2f2f2 url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_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%20465%20465%22%20style%3D%22enable-background%3Anew%200%200%20465%20465%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M370.656%2C290.363c-30.818%2C0-57.958%2C16.049-73.502%2C40.227l-122.311-64.265c4.39-10.408%2C6.819-21.838%2C6.819-33.824%0A%09s-2.429-23.416-6.819-33.824l122.311-64.265c15.545%2C24.178%2C42.684%2C40.227%2C73.502%2C40.227c48.148%2C0%2C87.319-39.171%2C87.319-87.318%0A%09C457.975%2C39.171%2C418.804%2C0%2C370.656%2C0c-48.147%2C0-87.318%2C39.171-87.318%2C87.319c0%2C11.987%2C2.429%2C23.416%2C6.819%2C33.824l-122.311%2C64.265%0A%09c-15.545-24.178-42.684-40.227-73.502-40.227c-48.147%2C0-87.318%2C39.171-87.318%2C87.319s39.171%2C87.319%2C87.318%2C87.319%0A%09c30.818%2C0%2C57.958-16.049%2C73.502-40.227l122.311%2C64.265c-4.39%2C10.408-6.819%2C21.838-6.819%2C33.824%0A%09c0%2C48.148%2C39.171%2C87.319%2C87.318%2C87.319c48.148%2C0%2C87.319-39.171%2C87.319-87.319C457.975%2C329.534%2C418.804%2C290.363%2C370.656%2C290.363z%0A%09%20M370.656%2C15c39.877%2C0%2C72.319%2C32.442%2C72.319%2C72.319c0%2C39.876-32.442%2C72.318-72.319%2C72.318s-72.318-32.442-72.318-72.318%0A%09C298.337%2C47.442%2C330.779%2C15%2C370.656%2C15z%20M94.343%2C304.819c-39.876%2C0-72.318-32.442-72.318-72.319s32.442-72.319%2C72.318-72.319%0A%09s72.318%2C32.442%2C72.318%2C72.319S134.219%2C304.819%2C94.343%2C304.819z%20M370.656%2C450c-39.877%2C0-72.318-32.442-72.318-72.319%0A%09c0-39.876%2C32.441-72.318%2C72.318-72.318s72.319%2C32.442%2C72.319%2C72.318C442.975%2C417.558%2C410.533%2C450%2C370.656%2C450z%22%20fill%3D%22%23888888%22%2F%3E%0A%0A%3C%2Fsvg%3E%0A')center center no-repeat;
background-size: 20px;
  border-radius: 5px;
}
.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;
    font-size: 1.2rem !important;
}
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: 2px solid #fce9fc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.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: 60%;
  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: #a3a3a3;
    padding: 0;
    padding-right: 7px;
    font-size: 0.9rem;
    float: right;

}

#docDocID span{
    color: #a3a3a3;
    font-size: 0.9rem;
}
.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: #a3a3a3;
    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 {
    margin: 0px;
  padding: 0px 10px 10px 10px;
}
.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;
    direction: ltr
}
.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: 15px;
    /* padding-top: 10px; */
    background: #fff;
    z-index: 99;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 10px;
}
/*.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-pink {
    background: #fbe8fb;
    border: 2px solid #f38fda;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 16px #e7e7e7;
}
.br-pink{
        border: 2px solid #f38fda;
    border-radius: 5px;
        padding: 10px;
}
.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: #000;
    box-shadow: none;
    /* margin-top: 5px; */
    padding: 0px;
    border: 0px;
}

.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: #f9f9f5;
    /* padding: 10px; */
}
.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;
}*/


.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: 35px !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: 15px;
    margin: 5px 0px;
    border: 1px solid #f38fda;
    color: #000;
    font-size: 1.1rem;
    background: #fce9fc;
    font-weight: 500;
    border-radius: 5px;
}

/*.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: 100%;
    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: 33px;
    position: relative;
    padding-left: 32px;
    margin-right: 10px;
    /* font-weight: 700 !important; */
    /*font-size: 14px !important;*/
    background: #ececec;
    color: #333333;
    border-radius: 5px;
}
.icon-copy {
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%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%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%23888%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%22M16.625%2C21.000%20L6.693%2C21.000%20C5.383%2C21.000%204.318%2C19.921%204.318%2C18.594%20L4.318%2C5.906%20C4.318%2C4.579%205.383%2C3.500%206.693%2C3.500%20L16.625%2C3.500%20C17.935%2C3.500%2019.000%2C4.579%2019.000%2C5.906%20L19.000%2C18.594%20C19.000%2C19.921%2017.935%2C21.000%2016.625%2C21.000%20ZM14.898%2C7.000%20L8.421%2C7.000%20C8.063%2C7.000%207.773%2C7.294%207.773%2C7.656%20C7.773%2C8.019%208.063%2C8.313%208.421%2C8.313%20L14.898%2C8.313%20C15.255%2C8.313%2015.546%2C8.019%2015.546%2C7.656%20C15.546%2C7.294%2015.255%2C7.000%2014.898%2C7.000%20ZM14.898%2C10.500%20L8.421%2C10.500%20C8.063%2C10.500%207.773%2C10.794%207.773%2C11.156%20C7.773%2C11.519%208.063%2C11.812%208.421%2C11.812%20L14.898%2C11.812%20C15.255%2C11.812%2015.546%2C11.519%2015.546%2C11.156%20C15.546%2C10.794%2015.255%2C10.500%2014.898%2C10.500%20ZM14.898%2C13.562%20L8.421%2C13.562%20C8.063%2C13.562%207.773%2C13.857%207.773%2C14.219%20C7.773%2C14.581%208.063%2C14.875%208.421%2C14.875%20L14.898%2C14.875%20C15.255%2C14.875%2015.546%2C14.581%2015.546%2C14.219%20C15.546%2C13.857%2015.255%2C13.562%2014.898%2C13.562%20ZM14.898%2C17.062%20L8.421%2C17.062%20C8.063%2C17.062%207.773%2C17.356%207.773%2C17.719%20C7.773%2C18.081%208.063%2C18.375%208.421%2C18.375%20L14.898%2C18.375%20C15.255%2C18.375%2015.546%2C18.081%2015.546%2C17.719%20C15.546%2C17.356%2015.255%2C17.062%2014.898%2C17.062%20ZM2.591%2C5.906%20L2.591%2C18.375%20L2.375%2C18.375%20C1.065%2C18.375%200.000%2C17.296%200.000%2C15.969%20L0.000%2C2.406%20C0.000%2C1.079%201.065%2C0.000%202.375%2C0.000%20L12.307%2C0.000%20C13.391%2C0.000%2014.297%2C0.743%2014.581%2C1.750%20L6.693%2C1.750%20C4.432%2C1.750%202.591%2C3.615%202.591%2C5.906%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A)center center no-repeat;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 4px;
}
.doc-clipboard-btn span {
  font-size: 22px;
  line-height: 0;
  top: 5px;
}
.doc-clipboard-btn:hover ,.button.url-clipboard-btn:hover span {
color: #939393;
}
.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;
height: 33PX;


    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;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2220%22%20height%3D%2223%22%20viewBox%3D%220%200%2020%2023%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23888%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M18.190%2C7.369%20L13.669%2C13.519%20C12.250%2C15.449%209.535%2C15.863%207.605%2C14.444%20C7.219%2C14.160%207.136%2C13.618%207.420%2C13.232%20C7.704%2C12.846%208.247%2C12.762%208.633%2C13.047%20C9.791%2C13.898%2011.419%2C13.649%2012.271%2C12.492%20L16.792%2C6.341%20C17.643%2C5.183%2017.395%2C3.555%2016.237%2C2.703%20C15.079%2C1.852%2013.450%2C2.101%2012.598%2C3.258%20L10.133%2C6.613%20C9.849%2C6.998%209.306%2C7.082%208.920%2C6.798%20C8.534%2C6.514%208.451%2C5.971%208.735%2C5.585%20L11.200%2C2.231%20C12.619%2C0.301%2015.335%2C-0.114%2017.265%2C1.305%20C19.195%2C2.725%2019.609%2C5.439%2018.190%2C7.369%20ZM11.202%2C9.552%20C11.587%2C9.836%2011.670%2C10.379%2011.387%2C10.765%20C11.103%2C11.151%2010.560%2C11.234%2010.174%2C10.950%20C9.016%2C10.099%207.387%2C10.348%206.536%2C11.506%20L2.425%2C17.097%20C1.574%2C18.255%201.822%2C19.884%202.980%2C20.735%20C4.138%2C21.587%205.767%2C21.339%206.619%2C20.180%20L8.674%2C17.384%20C8.958%2C16.998%209.501%2C16.915%209.887%2C17.199%20C10.273%2C17.483%2010.356%2C18.026%2010.072%2C18.412%20L8.017%2C21.207%20C6.597%2C23.138%203.883%2C23.553%201.952%2C22.133%20C0.022%2C20.714%20-0.392%2C18.000%201.027%2C16.070%20L5.138%2C10.478%20C6.557%2C8.548%209.271%2C8.133%2011.202%2C9.552%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A)center center no-repeat;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 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: #f38fda;
    /* border-bottom: 1px solid; */
}
.select-sec div:hover {
 /*//background: url(ch01_09.png)right 8px no-repeat;*/
    /* border-bottom: 1px solid; */
}
.rooyekhat-items2 {
padding: 6px;
    /* 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: #fce9fc;
}
.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: #fff;
    border-radius: 5px;
/*    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 {
    position: absolute;
    top: 12px;
    right: 4px;
    padding: 0px 0px;
    margin: 0px 0px;
    /* right: 0; */
    width: 17px;
    color: #ce160e;
    border-radius: 50%;
    height: 17px;
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    vertical-align: middle;
    line-height: 19px;
    background: #ebebeb;
}

.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;
    padding-left: 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: 0px;
margin-bottom: 10px;
margin-top: 10px;
}

.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;
    border-radius: 5px;
    overflow: hidden;
}
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: 1.2rem;
    color: #000000;
    line-height: 1.5rem;
    font-weight: 500;
}
.library-text {
    padding-right: 90px;
}
.library-text .sidebar_title a {
    font-size: 15px;
}
.sidebar_title a:hover {
color: #ce160e;
}
.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: -35px;
    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 %233d778f%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: -35px;
    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 %233d778f%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: inline-block;
    bottom: -5px;
    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: 15%;
    height: 7px;
    background: #868685;
    border-radius: 5px;
    padding: 0px;
    display: inline-block;
    /* float: right; */
    margin: 0 2px;
    padding: 0;
    /* border: 1px solid #fff; */
}
.owl-dot.active {
  background: #fce9fc;
    /*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-left: 0px;
    text-align: right;
    margin: 5px 0px 10px;
    background: #fff url(ch01_04.png) left bottom no-repeat;
    border-bottom: 1px solid #eaeaea;
}

.section-page-title1 span {
color: #284f63;
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;
    border: 1px solid #fce9fc;
    border-radius: 5px;
    overflow: hidden;
    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: #282828;
    /* font-weight: 700; */
    line-height: 2rem;
    font-size: 1.4rem;
    text-decoration: none;
    font-family: 'iransansx-bold';
}
.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: #9a9a9a;
    font-size: 1.1rem;
    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: #284f63;
}

.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: relative;

}
.vizhe_section a {
    background: transparent;
    /* float: right; */
    color: #fff;
    border: 1px solid #ffff;
    font-size: 0.9rem;
    padding: 3px 20px 3px 10px;
    /* padding-right: 18px; */
    width: auto;
    border-radius: 22px;
}
.vizhe_section.gray a {
    color: #b4b4b4;
    border: 1px solid #b4b4b4;

}
.vizhe_section a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    right: 7px;
    border-radius: 10px;
    top: 9px;
    background: #e40823;
}
.vizhe_section a:hover {
    /* background: #f38067; */
    color: #b3b1b1;
}
.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 #ce160e; */
}
.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: #000;
    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;
}


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;
    }

.copyright-container {
    width: 680px;

}
/*.logo-col {
    height: 77px;
}*/

  .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 {
background: #ffadea;
     color: inherit;
    border: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
 background: #fff;
}
.menu-container .navbar-default .navbar-nav > li.open > a {
background: #f38fda;
}
.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;}

/*.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: #fff;
    /*backgrounds: #000000;*/
    border-radius: 0px;
    border: 0px;
}

.navbar-default .navbar-nav > li a:hover {
    /*background-color: #000000;*/
    color: #fff;
    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: #f6e9d9;
}
.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: 1330px;
    }
    .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;
	}
}

.menu-header {
    border-right: 0px;
    border-left: 0px;
    background: #f38fda;
    padding: 0px;
    /*border-bottom: 7px solid #f8f8f4;*/
}

.search-toggle-icon2 {
    color: #8d8d8d;
    font-size: 20px;
    left: 7px;
    position: absolute;
    top: 46px;
    z-index: 99999;
    cursor: pointer;
}
.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;
}

#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;
}

.sc_responsive {
    background: #f9f9f5;
    border-top: 1px solid #e2e2de;
}
#company_copyright {
 color: #000;
    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: #284f63;
   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: #284f63;
    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: 145px;
}
.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;

}

.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;
}
.lastyear-frame {
    background: #fce9fc;
    border: 2px solid #f38fda;
    border-radius: 5px;
}
#view-tab2 .nav-tabs>li {
    width: 50%;
    text-align: right;
    padding: 5px 0px 5px;
    /* border-bottom: 9px solid #c7fafd; */
    /* background: #c7fafd; */
}
#view-tab2 .nav-tabs>li:first-child:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #fce9fc;
}
#view-tab2 .nav-tabs>li:last-child:before {
    position: absolute;
    right: -15px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 40px solid #fce9fc;
}
#view-tab2 .nav-tabs>li.active {
    background: #fce9fc;
    border-bottom: 0px;

}


#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;
}
/*#view-tab2 .nav-tabs>li.active>a {
    color: #284f63;

}*/
.tab-content{
    padding: 10px;
}
#view-tab2 .tab-content {
    height: 410px;
    overflow-y: auto;
}
.lastyear-tab {
    border: 2px solid #f38fda;
    background: #fce9fc;
    border-radius: 5px;
    padding: 10px;
}
#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;
    background: #f38fda;
}

#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;
}

.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 #db4dc5;
}
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 {
    background: #f9f9f5;
}
.footerdiv3 {
    background: #828282;
    padding: 20px;
}
.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: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-transition: 0px;
    -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: 5px !important;
    color: #000;
    padding-right: 40px !important;
}
.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: #fce9fc 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%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23000000%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%22M15.845%2C13.928%20C18.472%2C10.210%2017.593%2C5.064%2013.885%2C2.432%20C10.177%2C-0.199%205.042%2C0.681%202.417%2C4.398%20C-0.209%2C8.115%200.669%2C13.261%204.378%2C15.892%20C7.025%2C17.770%2010.524%2C17.916%2013.316%2C16.263%20L19.381%2C22.305%20C20.036%2C22.997%2021.126%2C23.025%2021.815%2C22.368%20C22.504%2C21.712%2022.532%2C20.620%2021.878%2C19.929%20C21.857%2C19.907%2021.837%2C19.887%2021.815%2C19.867%20L15.845%2C13.928%20ZM9.126%2C14.490%20C6.196%2C14.491%203.820%2C12.112%203.818%2C9.175%20C3.818%2C6.238%206.192%2C3.857%209.122%2C3.856%20C12.049%2C3.855%2014.423%2C6.230%2014.429%2C9.163%20C14.434%2C12.100%2012.061%2C14.485%209.130%2C14.490%20L9.126%2C14.490%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E%0A')center  center  no-repeat;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 27px;
    height: 24px;
    border-radius: 5px;
    background-size: 20px;
    /* background: #fce9fc; */
}
.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;
}
.company-images {
    max-width: 150px;
    height: 125px;
}
.company-images img {
    width: 120px;
    height: 120px;
    margin: 0px auto;
}
.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;
}



.logo-col {
    height: auto;
     /*display: none;*/
}
.header-search-container {
    display: none;
}

a.footer-logo {
    top: 48px;
}

.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: absolute;
    right: 5px;
    left: auto;
    bottom: 0px;
    top: 10px;
    margin: 0 !important;
    width: auto;
    height: 10px;
    padding: 0;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 3px;
    border: 10px;
    background: #fce9fc;
}
.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: #f38fda;
    border: 3px solid #fce9fc;
}
.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:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%227.778%22%20y%3D%228.554%22%20width%3D%2230.336%22%20height%3D%2230.336%22%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cg%20transform%3D%22matrix(1%200%200%201%204.768372e-07%200)%22%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3B%22%3E%0A%09%09%0A%09%09%09%3Cimage%20style%3D%22overflow%3Avisible%3B%22%20width%3D%22160%22%20height%3D%22160%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAKQAAACkCAYAAAAZtYVBAAAACXBIWXMAADpwAAA6cAHrl%2FjJAAAA%0AGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAeRNJREFUeNrsfQmcXVV9%2F1nu8paZ%0AyTqTlZCwg6gssgkJJAHCIoiiaFFAFBdAEJfa2lr3Vv%2B2KiAgihu2tmrVWqtWrUBISNipKCACIQkk%0AIZnsM%2FO2e%2B855%2F%2F9nXPvffe9mZBgWdtcPpc3M3n33fvO%2BZ7f7%2Ff9bYez3ccLclx28XskF2IK51xK%0AITZ88eovR7tHhTGxewhemKNUKk2o1%2BuvGx4a%2BmCtVjvhQ1e8r2%2F3qDAmdw%2FBC3Mc8spXHJokybuZ%0AMWcIIWYrpfSxxxyz%2Fo677h7ZDcjdx%2FN6XH7pJT2tVutM%2FHiW9LzJAOQsxvl%2BgvPyca9%2B9caTFi7Y%0AeuvS2%2FRuQO4%2Bni%2FpuK8x5lzYj0dKWJCe7wtPyn7D2AE4J6kk2Tz%2F%2BHmDS5ctT3bbkLuP537QOTc4%0AhzhjVj1zkgxSMoByKoD6hkSpD8ZxfNInPvrX%2F%2Bfsyt0S8gU4Tpg3t6a1HoSE1FDX0%2FA6DqcFJYBa%0AAihn45yF99ROWrhw7eIlSxu7Abn7eM6O5XfcGS%2BYf8IagPGPAGEdYOwHACdBUgoCJV49vG0GALln%0AnCSNBSec8OTS25bV%2Fy%2BMDf%2B%2FCIjGv4Q8qka%2BjqpVnXDfiCQRUjTpHH%2FW8PNKJv7qw38%2BpdVoLmpp%0AfQET5uiQBRXBJdM8YUYnyhj2e%2BF5X6uUyz%2F69Gc%2FN7gbkP%2FLjvU%2F6%2BsrGX8%2FpfXLE97aE0qyLLXX%0AMEwNaqMeVSp5RKto%2FbQ3sdbz9Uwfv%2Bjyni0VdpzhyUU%2BYwu5CcczUuG8xbRSWhn5e8%2Fzrunp6fnx%0AJz7zt1t2A%2FJ%2FwbHl%2B0zGks0O%2BcDJwpcnG956mRbJZC4CnxsvMiYZ0jp%2BQiXR3TqJbjFK38013zTl%0AXP0nS8wPX%2FLnQSOplSLdir%2F69W88rR34hb%2F4QLhBqSMiXXs30%2FJ0bqoTIDGBS8VMDEwydq%2FveVdB%0Avf%2Fs81%2F80tBuG%2FIlfGy7UXhJ5B1sgsrbPc%2B%2FUHj%2BkbJS7vfDcWXpVwPpBWUuvfFciD0w4Qcyw%2Ffh%0AhvXoRG97%2Fxl82xf%2F3ag%2F5b6Hv3zO%2Fq1WdI5SZt9jjjpy8ITj5o0sv%2FOOMd%2F762W3q5NPfdNTUXP7%0AExL3ZlrMUkxUuOBEdARszAHYlBRqHFw4f%2F4TS267Ld4NyJfoccmZfD8esHf6Qd%2B5XqU8S1Z84YeT%0AmQh7Gfckk77PAFJiFFCUrAzjbQ%2Bm9QFGm0mGmW0feB3b9MV%2FY88IAB%2B57IrytmjkrETrDwBPxwif%0A9zCht55w%2FLzNy5bfMSbAF9%2FyK33OGWevb9Zaa40WE6RJYFLoEhYKgVIClFPxtgk4V59%2B6ilrbrpl%0Asd4NyJfYserLQT8w9xYWmrfxamm67JnMgrCPeSAOzFOMw2gTApakIP8g2TCYY6CBGTUOr3tBWU6N%0AY771stP8p67%2BmdrlBIh9D559kElAVLg4ikvZD917AD59OkzC%2BnHHHjN4%2Bx13Nce67lc3%2Fcacesai%0Awbhl1oPQDOCcjUUBKe4RKD2SknhbkCj16G3Llg%2FuBuRL6Lj%2F%2Bh5oPH2cz9lF0pcvEz0hC4kvQCKa%0AoM4kUIg5tiAk0ci4M6rdzxqaW5WhtmfphPUDGBvfe4r%2F1Jd%2FsWugfPXBcw9jLHotlO0sKQJ8Jq9y%0Aw%2FfmjO8tuEiOnzd33bLlt48Zt7755lv1cScfsSEypc3GqBkcEhvXe%2BSrxAeFRutp%2BClecMIJj0B1%0AD%2B0G5Evk%2BJsT2Tij%2BeuZNGcGJb9cDnuY7weQLwAgUCpMCbjDEHCK0IFA4GQkIWFA2hO%2FQ20HLNbT%0AYUVONIoPXnayv%2B7Lv0x2qr5POvhMEwcjUgvTL7g3SVKMUEBxcz4D%2F7wP2DM%2F9phj1tx%2B553bxrp%2B%0A2a13qPnzF22QJhoB%2BPaCZKTroL0FLZoekpRQ4ZtOXXTyozcvvrX1v2XOXlQse%2F2PS6LcKJeYbJTj%0AUpMryRuqJRvT35D8SbbSyi%2BU9jOcfUyU1Z%2BVx%2Fui0jeB%2Bb29TJZK1mYk6UgYNCxxQCTuoq3%2FDy8t%0AlsRNpho1Fo00WHNED0cN%2BSsV82uB1dv3vqK1UxD85SWXDwxHzZM0b52PFXAM84JeSGysD8K7XOUx%0A%2F5%2BqZe%2FbpfG9K%2F7qYx8f8zM%2B8dG%2FnthsNt%2FaiqLLobL39iDdGcS1woF%2FvtXzvM%2BOGz9%2B8Uc%2B%2Bjf%2F%0AK%2BLeL4pY9uaflapDP5pwYJn5ZzZ7o3c1S%2Fr9XrPygWB43Lt845%2B14Qfy8A0%2F8CZu%2FIH%2FjBZQU8sJ%0AsRGTYBIKowzThsAG4NFUGpKA%2BIErUqc4U%2FUN9SpkwMC8cYZMhj7zy4J5JdYrPH0iPul8XPmyR79U%0A3ql2%2Bdx1Vw9Wgwk%2FKXvq%2F0E%2B%2FhtMgEEJsGMpsISr2RFrXtBIordvHxrae0efQX5H3%2Fd%2FAsn4I9x3%0Ak0m9UJTYq405Ik6Sc4ae5vrdKvsZHPUf93kfelMyW2r%2FNVqUz%2Bee9wbhsVM4848FzThSe8mrtIhf%0ABYl0COeksrT60Bv49n%2F44a45rS9eUNoHU7dQSDNHBorJgDs2TQRBAhZCOoORd%2BsKp76tLUnAxQk4%0AE5hLOgExAbIA48eu%2BWWydWfPsOzuZfFrT37Nk5GIHtOx8kCV9zBS9SUSd%2BB8HFQvxa3ZCfPmrbxt%0A%2BfIx1TfsxO0L58%2FfmiTJDDzD3mRPkurGc4W4fgCv2xaddNLDi5csaewG5J94rPs%2BKzUjdrjH%2Fbd7%0AfuUCUwmPE2Vvpi97eqXoLckKAwNp9QIFUyG79sPovxznXpjG4ENvYJv%2F%2FPVs6B9%2BZI2%2BHQPy%2BNJM%0AvMyDHoCqAyB9AzAKnMSqA6eyLSBNBxjd79r9nKKVAGpYzJQ2PVpx2G985NKTgxXX%2Fiqu7ey7%2Fmbp%0AUn3IcSduKNXF46akvIjFs4Mk6At4CTJag82b2Tjj%2BcfPe3zpsuXDY33GySeduBVgjKCp98MzT7cx%0Abzw7wNwHPFfwrI%2Bfdsopq2665Ra9G5DP8Bi6NvBjXx8hpL5YBPJsWe6b5Vf6pAxh2wUwIUNIMNhK%0AElIMgCV3BxBhqhj0OYDFAcBKRWu%2B8UNnia1f%2BLcdO60vmlseDzF0DNB0IKQkl57G50JKSs%2BqZQ5x%0AzDMJaRwY6T%2Bw2pzUZKLTWPUeAwCwLxUbp5WYAFNgA0C56tpfxztl3ncvv43dft8dW46bd9gqHpUD%0AEYs5TMa9tCbw0eMBtBkA1vZTTj55xViS7ubFixNIwY1RHPcAmAcBiD3CmhqcG6Mn4PcWfnzo1qVL%0At%2B4G5DM83vc6vo808iLhB2fLajBRVCrMD3uZD7EoIcG4RyCB%2FSYqFpRCCosLQ5TYaNiEZh8w3gk4%0AN77%2FdDn4xf%2FQY4Ly7a%2BuCKb5wbj4EADSlx5JSZAKUtnCt1KSWduxze94LnRNikfuVLYhzhBbyYn7%0AC6juSVgUIR7qcTDvp675dbxLkmn58vu2nHj0oici2eqJRAyJL6oCzAv24ETcZRKAuRbAWwVQJqNB%0AeWsdqns7qW6o6n0sa4fqBhhDnONxrj9l0aKHAd6XbBTneSc1T33BD2tSHKuYOAmib4LxKlChZQc4%0API7BHGOOGA%2FwtwCgCYhY9IBY4CxVQC5CLgMxDebf60kr47oj1%2FwTXTT6CCK%2BRcf8YdUSg0lDsqQp%0AcCqWtOosiRpMJRHARcxap7Yid2emplPhSV5zK1VBdDzfY3gkFpR02fP0PCH0GyCj9nxGro3J7NEw%0AlDdiUf7axHqEbuSB9QBQh8RxfO7IyPAr%2Fu5TnxyTwFUqlT%2BCWf8EKvvhbOmk6nt2otSpYOQH7mbZ%0Az%2BBIGO%2BXMXuVknpPBhWK6cVDgGAYog0tZmRkpZSgd5J%2FkGK5pL4BUAJkYM8QwOATMY%2BnQbNeZEa8%0AQx7%2FIuhw13HYFzZHJuF%2FACgfS1qCxU3J4hYswWYLryNMAZQmAfNWAKTOVHR6mrakJLVOJEhYBg7W%0AjVvBugAw9SRI3jNATs54%2BEuVSbs6Bp%2F%2B%2BGfMRH%2FSA4FIbgRZWw4gxo7p8zLU8Xww5zdu3bp11ljX%0AfuSjf9MKgmAp3vtLvHerZd30fJCW%2BJyjAciTPvZXH5mwG5C7eMQhmy60mQ0AhuRqIZuBbDZMDAYV%0AICT%2BSqdOnBlHIT5B0gm2pd9DrjwAAq9lgLLMJnDfnIb5eJss6YNWXuePNkE0%2F6PS4s4kltvihsfi%0AGs66gZRsQkoSKOsAZOKkpM6ITEFlW3KjnVuIQEnuIEhJL%2BSQ2or5gZ7tMX2Op8zxKz5bKe3qOPzF%0A5%2F4mqoZTl4de5bvgWg%2BT%2F5MWKAYBalu8NkrUKZ%2F6q8t6x7r2U3%2F32fWQir8EAO9TGsreuEWDY4pW%0A6sRWq%2FXy3YDcVQmpRTUyAoY5ZUZLBkmZAgcTrsB%2BDQWViel61o60gCTYckgnUYaEqlpg%2BqUS8yrk%0AHzSTha9fi%2FNcSKvZq77SKSgTzjbhDktUwh%2BK6h5rjfgshvqOGwmLGiOQlMNMxXVgMXaOcaMLDLsN%0AzmzSSXVTQoYI8PQlQ6CUItSHqMC8qVXhL3%2Fousouj%2Bmn%2Fv7TtR6%2F%2FGsuzI%2FwBZ%2FC4rHxdGnMHKyN%0As7ZE%2Fis%2F%2Bek%2FH1N19%2Fb2%2Fg628K8pnpBLSTwgJOUh%2BNsCcqjvBuSu2E8tjkXNlU6FD0lDo1sARGRB%0AYW0603a32Ed0MVxny3lQ3z7sSr8KlVmxTmtIx2ncM2fj7WcDT9OK9zv2S5sgQthvgan%2FSmIx2Gp6%0ALILqjuocp1PdMSSlTpq4rUojNm2G7f5jOThJUgpIbAlgeiBgMoR5UVZl4Zn5HtdvDCO1xzMZj098%0A4XPr6xXvx7jLTWEk65wWpK88yZtHsVb9DLMlnD7WdX%2F1sY9vK5dKNwOEdxn34JktORGE5wRIyVfs%0ABuSuALIpGyYSdRUbkIom06qO1wYAgVNRhnRsoykkqFL3tD3dxcJKTFKdZFN6RHZKVnXjdzNbCPNm%0ASMlTVl%2Fnjy%2FeE7M1CDj9XCm%2BJIlEM4LqTgBK3dKQlA2o71RKKpAcozvcPR0ecwJqKiUlFoYjOJyF%0AoWa%2Br%2FqlVK8Fnk5%2F5KryM7LhxvdM%2FyOw%2FW9G6ocUsEW8Csx7AlT3os1CHffxv%2F6rYKzr%2FCB4GCC8%0ACYBcq2lhZ1YKZcMnyfGf%2BeQnJuwG5M5syLq3JanLQZxJ1AQgWgAigYEkFLFeC0hSn4lVn5k70GRC%0AykpLgJLcNrArRQhglkE0Slx6gTlISvNWnPPWfA30PT3mfXGTacXiQfCWH8d4bdU8Teo7ItVNz9CA%0ApGzCngT7JpKTR2dwf%2BNWRkFquoVh7UmfQCkBSM5KZRA0X%2B8FIf4GYfQxj30pDHd1TP7uYx%2BJ%2FHET%0Ab6uXkv9ULN4kFbmiSvjufH8WDy0CUZkz1nUf%2FfgnRsIwvA1S8V7jAqLMJl84KXlco9E4aDcgd3I0%0ABdsIxvtYXJfbWnWozga5YSAZ45YDZJrcQCdL3YtWbebBFO4AkbpiKN7sBSUAkogGC6VvjoSUOi%2FR%0A7PDHrw1yg%2FL4qzbWoVZvMYr%2FsNWUTzRqBEhISnIHNTROkJxWDZKSpLYqANDZj23WnS4KyqEk8wGn%0AHwgwf0OuII97%2BnDjs7N1yPd79CvhLsfe%2F%2FYznxkMPPOfgPjdKhEKVg0%2BOy4JpY6L4vg4MOcxCZPn%0AeY9CSt6GHzcAhHZcyNbFzwdHUXT0Zz%2F9qZ7dgHyaY5AHI41YPhA1vVVRzQcoOCRUBOlEoIxslg29%0AGsrwyiRlkfnmP%2FMUlCQpYVMCe561J1mP8PQCYPY8qPCDVhWYNxj5Blz9b1DdP4MdublFoISkjBvC%0AkpzYghImREw2rZPQBESeLoLMnrUuGrLXZGB9pSYE0Snh3mUiObrPk%2BZkT5szgyab8kzGZiDc4wFf%0A%2Br%2BEsFuryAEPLWC02FMpNR824V5jXfM3n%2FzUSBCEy7Bo7gcIjX1eB8p%2BLKyjGs3mXrsjNU9z%2FNOS%0AmnnLsVUjI34ApvllAI8UAtIAzFoInifKZhhI3RmdKtNldTsfYdvAy100RpsyJOEMsFYDybriyl9o%0AG077%2BtIGe8fc8nYYadu04tOMEnti7gJBxVTE9vEc9p4pjyoSGxLR9GHu%2BUSaHSRt%2BNGCFM9nM87J%0An6pML4jbRC34hstO8x7f1aTem5bcEs1dcHyDq%2BZeSov9AG%2FylkvYlBV8%2F9WLTjrpocVLlo6KSi2c%0AP38E0nA6bv9K8p2nibwUwvEB0kdfc9qpD75UYtwvSPpZI5FrdEvcBRtuXXPEt1Iqahqw3cRGT5Qi%0AggHVCb1r6%2B06XDG6oD65TZBwDmvyU5agtqG6S5zY71Tu67MxnWevvN6bmrPuv99MDs7fGs2%2FB3vy%0A%2FkbdS5p1n7VqZD4wnLAnG3XrNCeSZcD%2BjfVDklvFc6fITskkD5kvqiA1sGUDjyQ0JLWG8NQHcW7e%0AxBN%2B2GPXBbu88CdI%2FZiQ4mY845PkhuLSLodZ2pi5rSgaMyL08U9%2FensQ%2BHdgVB5WKbmx2UC4TiXJ%0AEXGcTH2pSEjvhbjpaV%2FYUL%2Fr4v7b46a82wyzadLTge9HAFVspZMvNEEAcxJaX6VJbcZcOuZnxjGc%0A6rZAJYYeaht7hkybbYw4lyuxZc1XvR%2FNfLdLF5v7xU21W6%2FoX6wNnxE1RT%2FuuK8tOfWMLV1gPHIa%0AmqYWHyvpF%2BE7aW2ZdpqPwdNnsD5SkpCQ9LhvQE4tpcMo5scaYVbrRDyFdz26K2Pzl5%2F5h%2FqH%2F%2FJD%0At4t67V6lkz01OT1hGBitj4ij6LBPfPSvV3ziM387SkpWqtWHICXvAXAPxXsrKduGZcsOGxkZJnKz%0A5tmcw3u%2B3svqB8fhrI3RhGpdT1BUpclY6FJLeSSlN4RzC7TI9vpwszXjLYl50QLSumIS9mjk8V%2Bp%0Apny5N%2BzvHwBEQkZQ3TGT5Ac3sCfZEIChrYPcOqQFa6eGGVNQ29xKK4hIZnyQHK2c%2BQcksMQchF%2FP%0Ah924dcWXwl%2Fu%2Ff6WTRc7%2FsqNm5Ze0f8fkJR7xE1xfkP4%2Fdw65GPcS%2BHzWlAfgZU0VOUACmO1YNsb%0ARFlBwvnsrUjS%2BLHkEoDDlgtJJnoC%2Ful0psTqFV8Ovr33ZdHGXRmbKX5pxVMsXpYY82qlzAxhLRYz%0AB9LvKIDsVvz61KiLjBkEwbkHBGgR3ndAmppGSRv7AaiHAsjLAOTa%2F3Te1t%2FgSc3ZJCnre7FH2P4Y%0Am%2F0xyntwKcZ7wi9xyoThnJy6G5NEr4JgeVSEfQ%2Bt%2F2G0QnI13H92w7yobMjs%2BMZ99ejNx%2FVs44mt%0AVdkX01uRUlswwJq3qtHFd1meROtMo0KuYiqhTJbDyHmBCOfAldB8AwBeL%2F725PtO8dZd9Z82%2FZ9d%0AeExlCAOwBZJyKnA0B5cHtvrQLgLt1LPnOQksQuvqYdZmlJZluxUiWS4yO4iXSpN6WR%2FOccbwdZct%0A8lftSj3Or5csiY8%2FZgGPdHQQyNU%2BwklmH59KickPLrv9jlXd19y8%2BFZ9wrx5HIA8EIviAJeWZiCo%0AdQmgpG4X9%2BO6jX%2FqfK243hcfPIv3B5wdC3n9RuOZN0kuz5S%2BPEEG8lA%2FCA%2Fww%2FLenh%2FOkdLfB2O2%0APx7h5cLwQz1jDpKxmiQapvmRM%2F3tn%2Fv3JHnRAZKOiw6rDieKjQAQM1Ui9sQX8KVnbEmqnQPmiEaW%0A4OAYblqMxU3bR5hHUdKfTbtgi1sVrGkyp%2BDPIV5XXXG6HLzqF9p86466%2BbNDerfgfnVcOxsLYyZo%0AELXWgZQmopM4D4%2FNMA%2FtyWQ3IFnHvS0NIuc2SyCdtHOlKj4RC8LHueJ9i7ynrv7VztXXEScdU4Mx%0Ai%2Bcxh2A5WJcPJF8ZEnLFiQsX3r%2F0tmWjJvX4uXPrYON74H2HKq0qFpAq4eQOws%2Br5h577GPU6OqZ%0AztMDN5SrZakOB2l7M5fmPCiO02Wp%2BvKg1NPvV8JyUO2RQXkctzkGQRmKqsw9L%2FSFDHpga0%2BB%2FtrP%0AcO9g7YezVLkUffDPyhv%2B4Xv15osOkN%2B%2Bu6bPPbK6BXPZggTZE8x0KuZaCg8gFGRPRo75GpZKS54n%0A1LbjN7wjsGIyZpxJS2pFAomHv5cAjunWNOVsxVU%2F07ZHzj%2FeU0veenjPIBUEaCX2BYb7aUFQdrkF%0AJKliapMngzSptwBGI9pSkbcXhhOStozWLQ7NfLD6fnxHfE%2FxyJd%2FlWzf2dicM%2B%2BUViNq9oDUvQIS%0AzoYPkyQpA1ibPSlJ2m3uvmbJbbdFRx95ZE8cx69QSs%2FUlvErlqikohJFXdYeuuuee56RlHz4ysqU%0ASqRPF555lwjM60QoDgyq5WpYHs%2BDSi%2FzKj0gkOOYCHpgZlcwZiU7TtbmtmYWeSIYqbxxhpt9tFYz%0AVUttvPw1wRNX%2FnsrflGw7OJx6nWDIy3Fb8LY3RjVxYMjmwNV3%2Ba7WDMUFOUvqqjpHNZJO7To8hZF%0AJygtLoQdBFuo5VP2OVZsyaciLUrEGMDgvB7vOGfN17w8RnziVzZsw99%2FDgn2ExWLQWL9lv1TJKel%0AWNRs2oiSIj8pSZs8xp6eQqTPIp2aJ%2FCSLUuRnMAyfrzqAUjd1wqpT11xVTh%2BZ%2BPygc98zIiSeDjR%0AyYNxkgBfdF8m8Xow5Tx%2B6Ir3jel0h837MFbjzQDff%2BPX%2B%2FDz3bjwDwAnFSo%2BIyf5fd%2Fsme35%2BgIe%0AmA9hgZ5aCqtTwupUEfQOMK8X2qIHWqMMMEIy8gD2swcg%2BtAg4GGcSkV8QWY9oz979Gehy0InR3ss%0AOr9Sahyx%2FYc8eNGQmuLxmus3bPqvdw78FNKjHCv%2BnrrwDyA7zpW7kMqO8wQLmfoDSbjzzGlpnGTM%0AhaIN7XkWINl10MrgHZC6iZmljDlXJ3zzyquDH8y5PLKSEvdd63P2I0jJ2cDeGbi0R%2FiOaJGkFl7d%0Ahio9mxcpnaQ0BUzwbH2TTe9bm1N4CSaFisti5iUa6pPvrbU8R2nxxENfqP7moA%2FWntY%2FWRJszbBh%0A98M0OQUEgeqwaTHOaWp9SBAEt%2BAtoyQtpPk6nP%2BM91ITIQOAqlRbgCHyVbs6J%2Fd%2BvWdOT02%2FzeP6%0APFZRs2UVS61SZdT5w6dAADSI8UAiGb5rCiOemVHWh0z2vQ9CSHYsS9uCUIphVNI8nqd08thwg63A%0Avzz5ogMkHSfdMLh%2B8XsGfojvU20Ne%2B%2FE88%2BmRkuGRS49AqB0QpDYLNSw8qDbfcu%2BWVYdmOpLzrOI%0ACqQVKKEnLEfGzzVbgNriej%2FdEucLbrY8dYP3i2nvTEYWXDNoll0x%2BUHYst8jp3qrLo8R0veloEEE%0A8%2FYaOIex8klth5gM4exTe8tMYuoCAYN0wPuYn9gMJvKnApQ%2BFsIRME1ACPSax75Y%2Bv0%2BH2ju0J78%0A5Gevar7v0kt%2BDwH5KNTwFGsIaN0HkFFYkHySv%2Bu%2B5u%2B%2FdCUN2APp%2BScdD1xTmVlqJG%2BVzFzAQ72n%0AXxHMr%2FYyUa0wvyKZT85WQEdnTJPcEKnZYsckyz0gWzsvpIswTAnRPJgefDxM2%2F0h9KfinS9OQNJx%0AwvWDa295z8D3MGm9zZo8n%2Fn%2BdKqqdyRTW1Bm0RzyGVraYlejbHtjeDu8RwNia2e0zxS5QbCCPVHH%0AoCS4Wh%2BKv10I2277mhu8xTPfmbSOvXJTc%2FH7%2Bm%2FD22aamA%2B0Rrz9qTjM%2BihhT0oA0ko%2BSnyg%2B8i0%0ABUtm%2BaReASvB0%2BeyCb0Um4eUpNpwo3QPHvpkZfgTeMuWnfkHIe0egqr9HoC4ktLMKDyI7%2FYwlPhz%0A0q3i9m%2F29fuN%2BGzP6Lewkp7FezgLymUWlsZBMo7D84RWJTutQ19WWuln8rh%2F5hURbqEKF2Zlws2f%0ABsGmuFWSCOs1LvqTX3SATN3eq%2FC9vqsi0WuGvXOAqX5Xg0WOcwIAVf5xq445ObA5%2FY1Awm0oj9lW%0AIzx1z3jWpiRQy5S62%2BtMg%2FycpZbRxwEj2yiUuPJ6754570nUCVdt3HLLewd%2BIQVUeyIuaNW8qcKj%0A9DLIaqhgxofsZweiD%2BaDbyMpua2QkqssrGh9lcK3k0hOG8pMd9EnPtUw8XrYrKsf%2FVL5X%2Fd9f2OH%0AJAcA3ICX7wOE%2FwlAgrhrMgabSRJvf7bH%2FrEvlKqqES30tHkLFvy%2BMhRgziELSpSlX7V5qDytZzeM%0A5yaLzYrqSGo2hfSDNHOKYgX47nGkcLJIJd4aLPSNjCUvbkAuvH5Q33zxwMMq5jfyhqg2uXcmN2ai%0Ac%2BMkheo%2FVxRGQyMobCv9vAOFUxN%2B%2BipS4UX03WWpW9vS1DBIzR7Q3pPAkzYT0p76lnx42oWKxu4J%0AX5h%2FhWqdiYVxZjTi9TZISlpJ2QQetzu8CxjzjFQ4HzPxg56PG8%2FGu6kWnJoVeDConBuG7ZvE4k34%0AYc0frivfcuAljTEl3pXXXEv2yqb0fM6ORz5fJr%2FUy0xLvFF77OUgYqIcgpRRNWgJiy%2BoWGnPsuYK%0AUE1G81Qq6kIeqbGZ9%2FZ3%2Bp4YXBsOjgHElnbh2aa3Dovyt7DRB593UrP9333yxwV4zAmYzkm2qF3b%0AlT6Cp96Er7R98jmsIxS24CuDyc3vGPgd5v9bSUNUmsY%2FBauRCuIBPmOlItmWtq5aOFZt6RwB0zrU%0AgwIYhRNbBEaSXB5pD0hMSqq1%2FsJoUtQwZ%2BGjtzaa4utYx6sXXjOol1zR%2FyDG9HuwdWZEDe9YzIH1%0AkUo%2FguoGwZFpNnmJ2bLajmYDxdzezJb1XAG2JSYu1xKUiR%2BJ2XuTn5inVlwZ%2Fn7vK1ovWAJEy3j9%0AkN%2BnYwTn%2Bp4ukflrC%2Bv8PvvKLRiFE4omE3xZtMyVfphiBI2iZQq2cxLb7C1KMYzrmrXqXhI35X06%0AEXcf8sHtzecVkIPfm1hJVLwPsHAYwHAgJNkszFAvJkNBfW2HRbQS9twD638UP6wTszrww6HJr3eC%0AYsE3Blu%2FunTgHtnk31JKVA2X8z3fq1DMmKQkgZLqcShTiBo4GZFKSZZJxnQlswyUxqlzj6cWn7HO%0Aa2NBGc%2FAP5K02rLqK%2F4%2Fz7443jDvyo3NZR%2BctMzEYiZ1qkha8sDmsG%2BzgmzMndcYedCljeSkoUue%0AsWxTYODcMn5h64Os9UBNKpj1EWrVF2t2sjbiCS3E5mc73ryrx0Of7xFxzA9nPj9ZhLrfx2KVAXQP%0A1DUPXUDAZjVlI2eyoIRxwLNjmEXGnJqmSk6b10pNu5oN1qrFrDEsKJFmLTTDYmifR57XWPb6G8WA%0AL%2BMFkAxnwqg9nMtgGr5U1c6a7S7WTDRvDoP0ruGx9wBrsSV6m7pl3TXByunvjaw7ZNG1g%2FUllw4s%0AazR5lbdEtT7kvxpzGniQVJF0%2FXaIAdsmUWRfap4mYRTsuhyUWSIGt9qcWbae5TxS2qXaC4virXj3%0AttVf8X%2By58Xx1mO%2FsHnrrZcO%2FBwfOTOOxTsM7Em6jxdQBImc5vVU8pGHo2SlZrEWyEKfjHktXOUk%0AmV0kZfEn3yYh22SQafjX11F62err%2FB%2Ftecmzbxvu7Ei4mIQ1NhePf5BHOQUlzjy%2FAnUN8kYuHhsy%0AlZasWfXsntupZGt%2BpIDMs%2Bu1s5dVZEtDKHuqOaxYc0RCOoq7scCXHvm3W0eeN0CuvVFOFyF%2Fg5Hx%0A%2BcIPDhZhNSQnNRn49sEtIIWnIjPB4NRc7Q8G%2BirYLocprn%2By8mve7XPe5TJz5l07OHzzJQM3QUr2%0ANEZ4D1T2odLX1DcKn5c4omH9hOSagYoQaegxzcrJsnOc3ZMyYp42m%2FJK7n2kcSotCcF9MNT3BRj7%0A7U%2Fe4P16j3cmIyIwa3TMf2CgujEjr2%2FV%2FT4ZUI8gYxMwuBy2wjCwMAxTe5Ln6WrUgsVQ%2BJPYKMXo%0AyV2EYRcM2sq0qASYJ5ztB8C%2FKdZ8zWNfCRbvc3H0vG5VrBp8Xzzeq%2FDMffTEJSwe32bDBy5cmknH%0AzDa0oFROOmqd2pAZIFOAWruxyeJmjbVgHjdrVOkp18EmXwLp%2BOjzFsted4PXK6U5S%2FjiUlnyX%2BmV%0Aq54s90IFlGznWkFhOCojTV9JhXJBNbFqEujE%2FvhKc0ibve90uf6qn2nbeOnGu2vNtx9dJUNYgWHv%0ADVk4mUJ7nqddbJsEkA1Thc5OzBzXFiZennFrUnuHsyxLyElTm%2B9oJa4CKDV1y%2B3DvdZdcYq37pUf%0AG04uOra8BfcdwhsovLkHACgJkB61hLbt%2FLSrZSGfKAFSFBJBshqgrOyCp3Zv5rPjNiPHw7z2A5sS%0A6Hzs8lO8wat%2FqZ4XMN7%2F0fEevu%2BJMKjPkmU9oVRWrFQCIKsU4QKz9iouyMA764xcdWhabpLlq1LV%0AqGm5KtKEsu9JVTdYY4ix%2BnCg4pZcrBP%2B3Vf%2F%2FeYnnrf0M0jz%2FfHsZ2CkDxBeCGmPL0ahNNvYSWS5%0AWtSKzk4MZhZSzWMxbDLGGz2GJ8fiDf143%2BQnv%2Bb9C4CxCurTnHDt4Eaw7x8nCe9r1uVF0vNnS0tw%0AiPlSuhgkDj6D4seedO4Wzv3UrnMr1w1qWupqwRjYiAKF%2BWhVe6WY7LoqVNLxGLghJszw6muDe%2Fe8%0AdFO89P39d6oW%2Fxc89lRKmWsN%2B9wjaWx9oy18x3rqb6tYNp92OXChTC5yBk5xdW6cHBB4Js800xoi%0A0wctcYoWfC3eteV5sye56cPT7SOUGfCMtq41S0Epbm%2FtXsGyuiKTuXN0ajta%2BzFJwaltcZ7RTacB%0A4wS2I0BZ0yyu%2BUy1xFOYy1sVZ4883eM8q7HsR64sh0Kaw%2FGphxACeRZkz%2BsRXBcKOm3VHmXQEGCp%0AnLUynoU9faxUDfygZA6CBLoIkuhtgM5eg9d7ImXfayFJ%2Fhlf7rut7d6a1jafxSNUqMWhGijevJ0p%0AqrGOqC4ntuTB%2BrksCNNBM4W669R5bRuTks2E06fanJCNgwReRJktmpv9f%2FuNipj7pY3D%2BIhf4pl%2B%0AgEWxhuLcVKTWaqaVizT4lGVOhWp23sjuIgpONbrtVzITbHa7V4aExT2DEOanZFAg1AVjGsbvbC7M%0Aax6%2FJni%2BSlipoQAlnZRtkrHkaWjUT4VIVxlwqpqdlEzSevqmK2FOX5Vl1U0WNROoa9vCRsHkuRcK%0AYdncz28eed4ACRU2ERP2Mqy6aU4tBc52YmxU1aB1w1hgBnaSyM%2Fll3pZWK0SKDlMztnc0%2BeBll4w%0AItmc%2F%2F5CH085yip84j%2FC5vphreFtqFOhGLVHaTBbzqqgJhKbjOHUhlFNVyxmi7aS3MZxtqVJKxip%0AW24J4KBmVmUWVKCyyqZfBPosgPLcca3Ylg6c8NXB9S3BfxRTkVhDbm3l5Rc06IlVUS4JhCQH7GXR%0AAxDSWU3PsgNp1qXXt6laWACBLbvwSjYJY1%2BA8i2Q5sevvNYvPQ%2BA7MM4jLf9D2yeSNau0EvbFaZR%0AsDQbnxXYtRvXljsNvUZWSpLfMW4l1udI5SFRy9sABrsU0vGPO3uYZzvbZ7KK%2BXSI5iBN705tC50b%0AvLkX37SB6VJCfKs6%2FVIPCwDKsOpTA7TZkBrnwcw8b3y1sWfqODe1gD%2BW%2BOY7kRI%2FrQ0Hm2tDARgc%0AVRBmNTEjAAd1o4AKVw07UA6M3Z0pWPoMnnPNUHczW1JbsjFbWTLTZaDfJD3zxjVf82xHjDBhK0TC%0Avw8pubTZlM1Gjepx3IJImrFTUzFJDnLZwxSACmey4oBoVWDgTgIlhRXxJW1PzMAjog5Qag%2F3OwyP%0AdS5ud8iqa%2F3nNkXQ8BIWeZln5o%2FghUiTzL0VufPbqmqqBo1cvVHHmYYGW1TBaVxFZ10amDq%2FZxG%2F%0A%2FbjPbx5%2BXgGpwYRVwnvIg8%2BtS8BJqLzO2nSBwaR%2BurR6jybIpm2FZQCiAhXucwiQ2Vzq8yEp3%2FL4%0A1zzbpuTUqzYoHvEHWIvfGNXEr%2BtD%2FnZKF2vXWFM3CqhvOm0TgiiVkIZx0%2B4E2d2uxZIOCxIAElIr%0AKAsIcDOHe%2BatRpgz19zgTZr75cFY%2BeZeCP7vYdX%2FDvascoVq0jp%2BkyZUWBS7NkEmJVbkPSdPs%2B1H%0AmWadCyrWCV0TLS8tUCv5uCckZWgqkMwLcPG5eNznun84iLVtoOQiUcKB0g1NNle6HYGx45gC0LQX%0AuptjZQGZRMpqDQvIhG%2BHZLwDpPAPu%2FIwzyogk1iwJJEchMAmhpJTlNQm5TEaiqhnqrKzj1Nqzsm0%0AI4W0UQHKPPYpqF8BMEpiNojK%2BZjCN627Lpie2pOxMuw%2BgOLbsOOWAJT1xjCpb%2BoDSQb1CNToUFr8%0An4FSdRb85w%2BQSs7cpnSgDCApS2WfdkM8EE93AWygE9dc7%2FfMv3LjSCjMTWDE%2F5q05OpWmj%2FZqlF9%0Ad5z2n6ROHEQGsjIHPwWj74CZvVI8XLiFSDuKUVc1q7p9MwmgPAvPdM6Ka4Npz236QOrGz8rPczCm%0ALhyjUuAlFoTkX9Q6yhm2yePVBuNs8N3Jpvds%2B0MVi0e14Xfrit72vAMStL6mIjGSRMLQKnFAbKZ9%0Ae6K07Z1qq85RKaapi4RYOaXC01kKocIl1LfZBxN0QcLN2VBjU1NQNoLQLDcEyoZ3V317EFlQpoX%2F%0AkZWUNQxQLbUns%2FvrwsLQ%2Bd94lkuZtv%2FzgirsSUjLKvd4yRymPPO2mLNj135dlo754qZBUOR%2Fx8f8%0ALG6JTaS66yMwHWoGZKcGCTHsQEkL02RD7RVSsnwH1HTnB0mZ1h6RPFLd1OqP7EmzBy57M87TV3wl%0AGP%2FcqGzm0nKyWEIKxvw%2FC8g4BWNif7a%2FF9rdEChd5IlKJoCDSBAWcIoWCOh%2Fs7p4aO7fbTbPv4Rs%0Ayi1JJNdHTS%2BmjhQUv7TZ3iQl40xSxm2bkmXs17QBYifIt2ljrk0KSUrYlj2wucv6ABbqtxvfvG7l%0A9d4A3RPsdwSM%2BGZI5W%2BBaNzfHPIVhfhatiOFsTadbrk6a0USO61IZGk6m8s2UelOC20TglxVRHJk%0ACWevz%2Fw%2BFoqSPg5E68IoEYet%2BorvqxGxkin%2BfTDIxZDMtQZYf53s2ZqC2TBk97hRpMJjMl%2BkZd6k%0AHU1uN0gLUrofOepz1U1JDUTKKxTC0%2FvjircKBpLz1Xa%2FomfR7QPqz0qZumb5Filk3sQ4W86%2FSHZ4%0ARmB0lLcuzCSkVdcx2Y%2FGNvICGDHeYp1S%2FB4R6nW7%2BjjPqsH8zleXE3y5vWAvHAZp1mN3PvBM3k2P%0ApyQi%2B8IODGnO1hiq1BZYZU5l17tPYAAmG8Wn4x7DV5wqV1%2F1C9341h315nmHVtdRLMYogfuzyfYW%0A3NVKO%2Bd1FrFJO07k929nqeQFjqlNa32ZUjhfN6W5MRVgHqZjDgLcY%2BXE6Y0Nw%2BtLm3BNC%2FelIrFp%0A2ghJny29mEmb9S7Tz%2FFdLJ275vm2CUBeoJawUf0ouata5ND5uDUtvh6t%2BerLT%2FOeuvoX6llLwnjP%0A8aWX4xFPAvCn2gasZQH7uWIFge3tznTOqIvkxUpO3eYENlRItiPMFhII1qaPxJ0guN%2Bf9%2BWNq18Q%0AQF54ZE%2BC%2Baa6jVfgdRZV7tmdDzyWrj5XQ81TkLWLo8Zaue2EW54aNq5XAEBJ0RTNp%2BLcetkif%2FXV%0A%2F6la37m3Vj%2F%2FVT3rlKFdU8Xe%2BOjxPPM3UaEYtYfmrgMFT530vG3AdrmkPMuEXe5fWrKQVTwaVYat%0ANCP9KivHT2sODm8qUc4ih620LyTCZIIulfNKr2ETe21Uyrq5uBsHC7Q0umFUezEUW7cY9z5hTQnj%0AU6kuMSQpzOPvP11uvPLn2vxP5%2Bv%2Bz%2FRJrvgxmI5FXqDHhxUFE0XmgLSOfp5FYOJ2Zzp7dra%2F1lgj%0AKjKW3DVguuB1JEnEf0CF%2F%2Fw799Tqu%2FpMz6rKhl1lYD%2F8AeTmbqjMEWvo16G6o8SSCmq7p5J6alPG%0AbSdrLqmKHSmkjbTwtEpIWFVWZSERnSrM%2F9AcKgL9DunrE1ddFdrWx%2FO%2FMrgGJOdfWk3xg%2Fqwv74J%0A9RmNuGZSUVPZQi2yJ6mNsy0Yy8JemXS2qJAp%2BQitq4b7VMDUh1%2F7ID3GgfmD%2FVfEVNh3b8QCeTOE%0AxMxjrty0mfv6Z%2Fikn0AibCBiNbI1YI0hDea9DSpsEJpuK8hpjVKlXZp7sRErzwidlzbXD63q9q3T%0AnNQ3MW89wffM6ZKzt%2BDKOc%2BKzZ8IoI7NwEKb6ASHsVKRp5lLTquRao5TNR3n0rFITvOMM5BZIrYg%0AMsArfxJ%2Fvh%2FveEbblDzroUM80Hp8iyWQFHPxsIdn6Vp4TFt9x1iDfkrTlUq2Oi1zULuy0o5kwjTZ%0ANU3hYqH9jNDKkEbIhToqwghpMI2V1wQ3zXlvtA2q5%2FG4Lv7JaDFOGO8NkEgT82pVG8duOomLEaRe%0A4TaeLlymeQZGw9Owo%2FDTPEqPuTx0WfDJNWbBdjoXgmF45de87z3%2BO%2FlE6Ovv4%2BJpIHZnRcNeX90m%0AJ1Cm%2B3Zb%2F%2BN8fFXbEtoInpdb2O%2Bdp64JK02pgs%2BknYRdRleMpaqnKSbOAZ63r73Bu3HGO5O1%2FzNC%0AYwaMMHOENFW3XUq605lNds6L4%2FMoVzviZfIZcrxQ23QzkjEWkImg5F1S048vvH7wGQXln3Wn67fu%0ArOsLj6oOayXGQ1rsj8fu4TYDR9uz%2FT2z%2BmmWFv%2FzLtXJ0s4U7UYB7boZntbWJECPmYbxmYIFsOXy%0AU7w1h39iqHXR3MoWgGIjN1CfSsyCXRfaHF1ruKcJGWniAxdte9FJxdCyXgtGnrlnPCet7WvWFUNx%0AEKQJMJ2mgsgN9U2MVg1tCddASgzjU%2FcAMPfAovCcPZlYe1JKkRalpeW7vFBb3vbAtPfNyV9NwQ1j%0AxuEd9J3rV5wpVn%2Fpp2bkT52rSxeGh2Edvh6LeHYAde1XYT9Wqswr9VrXl8tcUgWbUbWlYzs6b2uF%0AKCOciGyr5lNmTwQp%2BRuA8hffvqs2%2FIICko4LjuwZgVrahnMAkzKHQhY0yLZVijC5a6GDaLB2E4C2%0AMzazrzJAipR4pHmPFtwJbYcxFWNE23JsuOJUb%2B0hHx9uve2oKhXEb7X1K4rPJIrrSqgJlMo21ne1%0ASM4P6IhHkPoIg7avMHPRUDxaeCmI0kQNkCzYTpMxX9SqZUtPX7xy62D4JARgDJW1N%2BZuit1qi3aA%0AJZJjy2pdSM4WP%2BXdOAo%2B0aySkfF2SYZIFy0lJ3NNLVKoZ9B0%2FFK74jXyiSv%2FQz%2Fjnj2%2F%2F3RvFYv1%0ANHzmGSAzvWFVUSACZkmvbZVtd8u1Zn6S2o6q4JPsciLj94RKFGAaWe9GU65XSvwbiOdSAFK94ID8%0A9p019vZjKltNwrcDlFMwWTNI3PCsD6NlmgVA5lkxmRTUo23KrBG%2BlWhZipnISi%2BtpKQt2vD2te8%2F%0A1Vt36KeGWucdVR3E34aZtpNHCQSekE5K2q4SNplA2ph7Bkxm8%2F8yILoght0TkTm%2FoQNjkkpZwk8s%0AdaL6oaomQ1IO9vQlK6KGfFITHzFiXwBzAk2sF8S2PtvuVCb9tK%2BkLPQvyia32PcyI4Cs0C%2FTLlbi%0AOpMhjWeYRDRAcp4EyXlGoHzXvPLL8FFvAZk5vFRNRImqC6vkYnP1M3aMWbqDWSYhmUs7M6mgyMsx%0AqDuGrZeRNoyKcfgDAPmT46%2Fe%2BMdnip3nLE4K1Z287YjqBszodgByAHbFNPzsQGlVd1t9t1O0ROeu%0AB7wYYmQFFZue1onNbZ0NpGmgtZ6mNe8FsVlz%2BSJvw6s%2BNdS48LDqeryhgdU6yygxxe0xZHJJmbXy%0As7mURGI6JGPaZD8vgyh00E0lZSpBPJWYqToW4wGQp3qq0SMjI8Ea3LMXT7Yv3l6lLHc%2F0K6TRZa4%0AILzUrmyH6Oz2IwUJyYotZHKtkDbR0mwAGmAPjG3z8lPlk1f%2Fp9ol9X3f34yfhLu8QXrm9UElmRD2%0AknQMmFcZh%2FXYZ%2F2h7rnc93OA1LnaznY%2Bc7YjXmMNQBrWang2mQKAvMe0xM%2B%2BdVdt%2FYsGkFZS3l2L%0A3nFk9SkF9Y0V0w8VMRVfM3BpTikoWSopO1L%2FeTs9rF17kJ5p%2BloWZszfa2OtJXLJAJQVgOHJyxb5%0AGw%2F%2F2%2B21C46qroOkjmH2zYH6nmynN7drWZrHSG6eVDrKbKfY9kJhWXwtMy9Sk8J1ayCXSOLDnpwO%0AUI5TsdzgS%2FNI1BKbqYkVTPy9wGBhlsFOo%2BIp3%2B0kYTOdRHGvxeL3L1C7LOk4AyeBxW4GCkmpWD%2B%2B%0A1yyMLb%2F0xHDjexcGQ9f8Zsf7Lt7%2F8T7qxHYyl%2BZtfqgPKPUkIsSyCaq0fd9EDEPV5RRwp6k41R0V%0AAJmDMa%2Bb0dR2kFFkNmp5rNHA2ozFbTzmv%2FrmXfWhFxUg6fjm3bXWeYdXqZ%2FhJkjK%2FkQJUt%2BuIwTP%0Au5NlArDdzpm3CUzbNeK1TwvG1J%2BY1kILR4LKWLUzMU4lIOjJ9y4KNr3qU9tHLjyyutaueWpnAjVq%0AE4RteqZyCQUFguOaSqVJEEVw2AWSmhFc5w2veFaaq3UINToT4JiICd%2FkefphSK8qHu2VMBX6%2FDAB%0AIEFygsCGJrll4YWWMLnJUqzz5qlDPWPgwpb9uitoDEHRNevHot8XC3ECfo4uWxjUL18YtL58UxuY%0Av%2FvYOO%2Bdx1WmYw5Owfe9ENL6iHJPEpZIOlZDFlbGg8z0Wfeae6asaCvOk3BNlkRh089MVqjGFJGa%0ACISmbiNkdROLmzByi79%2Bx9gdzp5Xt89YB6j%2FtpvePXATDXfSEH6d%2BcdhUEoECk0rkGwy2%2Fow23U1%0AtFkylpHm6lIWqglTdZq6TgTLQl7a1bDoVj9G7HVxkycmNl99%2FMvBQ3tdNrju1osHfoA3joua8gJ8%0A8%2BlUtmClJG%2FhrLk9tKnCTpZdP8hMcJus%2FV%2Fbee2ITsX27vHKLRbYeDjVeiuwYHZyEksqdP6J0qIX%0A1zVtIp6i3RHaNTf5dsj2u2UpebzTS0xSKZPMaaI7uLtt4OQC0TTnSiqu9sJ9z1VMvAwS%2Bi4V8z88%0A8PG%2BdTBfaqSLEtv5zRyBhbEQduOBYU9cLvXEAGOQ2o09bpsV4RX8OXkwddQG91mnCm1c%2FJp6w9LU%0AScXAG9hTJRqMPyn16Hk6Fn51cHjZewZuInaQ1CWWUXA0VE3JjXcCBhDTlmopINPtQLKIjkhByGTn%0AmU6eLWGw%2FjFyJKdRBJNM0UadnSjeaDSDr0GhPIZJWYUrvssVHxfXxTmc%2BZPJ%2FhTCNZTitgzBuX5s%0AFo4vUpVa3P8wi8NzN3yUqUPJxbkqq1NFYl%2BroRfELbF3ybAY5G6KsDXdJo3YpCQqB59ou3dGha4K%0AJknWPoj0qZeqN4yPLwFKLwFIk0lRXRwfN8yhiRCDeMMmkYgRKrDEQuoHGGcBjONgN4qwR7FSladu%0AnvFYWD3pd5fO1dPm%2BqnkFgWzwnSGW7NhwYKCvN6mpdkYCJ38KTh5XvtDfvOeWvTOQ6vrIOGHlBHT%0AoGamEtKcS0O7UlZRiCeniRa5%2BuQFKckKCcDG5Ew1a1DvJJqCdDJ70B%2FfPb%2B08ujPbd329ldXt%2BKf%0ABmFLToJEmo2hDp1WVCnRSfsDZaQjL8ZKw33ZgjG67TvkGRvmlkV7Pvkele8FZjLstCleqEKKEwcV%0AstVCFlDRW0gOcj%2B9Thbyvoq2S8FW6PBXmnb%2FIpGaHtJmB5FrCRxNk3SeLHwzCz%2Fv44V6L7%2BkpoYV%0AVS73JbzUpymDyiZC%2B5VJeJYJtrcjqWuK3bf3T1Muzq7baWg5scnsSFr8eEsSCWtDtmK5Otb8N4d9%0AfssjL3pA0vGNe%2BvNc47sXYs7D4NoTAcwppKLUuSgTOs6MkByPycxbbSKgurQaUfdglrJjX8CJ1So%0AZrOgOqP3LCitPPJvt25%2F62HVTRj3LbiK%2FJfUvMB3kjKxwMxA2a4p0antWARjcScIkRIgnlZTUl9E%0AAeBJSvJltPU3dRDLwEilGm7yvdxbwDp8sGx0i2hTTJbNvjPLx8U%2BL74URVvInUrgxELAvWAj2hi1%0AhnpmrNQrWdhLGfEUCgUYS5Mh4XudTZt1kssTTlyqIM8d4solOttelS50aMuzY0C3xe1GVHFLrmUJ%0Av%2BUbyxqPvahVdvE49boNW5dePPALEnexlrApg8NoD3OXjZXYhASbEUMnNcHvAKTJVbphGcnIIhqB%0A7YomUveMn0Z6sKLnwJg%2Fv2VM68HP93zvZR8efGrp%2B%2FrviCPeB5nSh7cewzmYhqQ6a9iyYshVRZLE%0AY2ToB651Ck8d192bg9J%2B3%2FRvftmpeICSYtFGu3xC28vHNjEgMlO1BWU87ZPD25vidAGR5%2B5Xbrrc%0AX9miY86ckcaVFZMBpykq5McU%2B7YJD5QozdO0PrvzGX3NkEpbe%2FGn8Th70jbV2XO0s69Mx5N0Ms5i%0A8Zfp%2FGdtOp%2F0xQ9Im8f4lcEtv7l04GdewkPWkKEQ%2FsGQjpIkpKR0MZAcJwzbDFvkZa28vRsDa9fp%0AuO65ATNeOllEEqxtV8O7k%2F0wyG8DGYwAyh%2B%2B7MMbNyy%2BZOAWAKUvjmSV1ahSMvCooxqz55BzeZiI%0AeXocI7wym3hgOllwZgPy1Ca0XTRKaVF9GlwzvJ18zDOHeBo%2FLxIGU2TYWdKwKdiRadw7U2zZpdaJ%0A7Xyn3Piug2%2BWya11mg8Q5pnp3MvqfKrO71pg%2Be18gmJ5h%2BjwenBLI9MM%2B6zXknXD0dyZREuT%2FKm4%0AeEF7jH%2Fn7lr9gsOra%2FAVY7BPclxPgh2HhaxcDx2rPjOD2uUVstyJznLXS2fGeQpMlu20laluQxH%2F%0ASdA%2BtMPX8MXzS6uP%2FOzWrW8jlxQhT%2FPZeIbJAA%2B35oN09dY8bSjQ7m%2BeJVmIzDGZR5tMBjrh5X5N%0ALiqWtXMvTP2OXqF%2FpejiMLy9aXymIvMoVWEh8GKZASuEXDPzwflns%2F0grV%2FRZqOXrITmXvpMaYOu%0AdlvqYvhS2e7FPE2kNlkJg%2BvclhJw54ekZqxJTB4Uj6mmeIpFcunXlv9pKvsFBSQdN95Tq739yOqT%0AIDgOlIxPdgEYF%2FfmGbtMfXTtbUE6hUuHussXPO88aXd4o%2FqhSqfhX7desjB44ojPbtt8%2Fqt6XNaM%0A5nPIl2cpEm13J006T6arZbNogyCNshhW9JsWyhRsODIo7NogCr7VDk9KngPZZvK6YxPQ9o4T3RvM%0Asy6bluV9KrNdx3gajbKh0Tw86hdUdVFMp4shJ3BJwRdZaChlfxbWnUXbTds6mpY3hDG840Ov5Q9d%0A81%2FxSw%2BQNsx4d234HcdUnoRwUooyryGpMnbLcwd6AQD5njW8kG0%2BRrJtoVAki7xxofB%2FPYCVPwBw%0Ab3rPwtKTMMY3xw1BjnPoe74XBrSPp1nijugkeadcS7ZkVqVo8vqT%2FHkyMIpCUZedeFeukBOyDjAW%0ACEue5tVVOtxRFbcjQPLOxAzBC7tG%2BOnCSMtwi%2F0zTTepUrnJkKWcuVqaIrvWeajT1tJQM9KWpN6P%0ArSTh9yax%2BN3XljbVSxKQaex7%2BKJ55SdsxSJlCFHUgbE0vKfSTrmmM5pTiHy7tP92nl7uv862M%2BZt%0A7SSplxBTUzCmkzCWG0sVvbY17G%2FCNesAxioWxBxuKHGRdQBSpD5Ru5GNKErhLM4t2wm%2B2aRTHU3W%0ACS1%2FX4E9Z3awKajpQs9F1t2ZNvOFjpVp37Fo2%2By%2FQ2LzoF2OmwcaCi0Li4DMqjFZVnGorI%2FX5D1%2B%0AVE7aXLUh7RfpiSQSDxst7v36skbjJQtI66dc1hi68IieJ2iUaGctAGOcA0IGSN2xP41r69wuhejW%0Agu2SBFEIv%2FEsccDTWk2lXVtxnw2VcfHa7ZuCQU7btmk%2BniQ1EF4WVm0rVx8jMimbpr%2Fl7p7CFiFZ%0AuasFo2cbqOZsulstsmIFpCo0M1DtNGzeJRGNGS1hOe%2FS%2FlmpiCiUZHip%2BRC28zxtsMEr5AmwwiIo%0ASMjsuTKiplNA2vcwKyEJkCoSLGmBASRitVbi7m8sr295SQOSjrcfVSUbhDJlPACFQNHnBtfY9ntO%0AjWcF%2F2kP8SzRNUOkYaMcyyIr3OJeob5FBVjh01XCJiSJWN8zPllb2%2BpvwJhv1IYP0GZO1GmPp9tc%0ASKlSXymzKWsiT9otSsdskmXbuS4yEsTyOLizz5LR0rFDMvI2yTBdfh9elIq8y4TmbXtWyM46cBG2%0ApXcOyh3ZkJnpkKQx7YKETO3JjMkTsdERVZpKrmKxEXN3zzeWN554yQPyW3fV2DuPrmyzoFQ8wErb%0A04IytSftVnM8cw63B5Lzdpir06zKVGqhkjDNMXQhxyRkysyg%2FQipbDOsqLUj272npGTbKN9QKT7D%0ACO4JW4qRWPbttC9lBJUca5Zp6xHRTvzIw51cFlw5RXWYJmQY3VUeoDtJTJ580hVW3IHKLuYJuSTm%0AVDJm3TKE3wVI0QHqtnRUOaFhhbpslrLs7Lu4teMyf5QFpEdlDENY0He97dWVP0LrvbQBaVX3nXVz%0A4auqWzFKT4LBhQDFbGoFLdJ9DjObkuWpa6zNfgsVe3mtTl6gn3WK8ArmHPk84xBGOoGvClW9plTW%0A6xrD1JidjWAx7AkVPo0%2BnCSklZK2%2FV8Wk05ZrCio6gyYGRgLE5gDMevKlqnrjrqVQnIyL0SFjBlt%0AT3YTG27yrPo208%2FO0PUXKuZ75iHYLIWvmCicdALT1rRnrfl03u9H26avxkZsbJOAWLbAA%2B7zmuL3%0AN9xRf0Yluy%2BYY3zk%2B1O5AePVPGKxqevJb4w7vPvzrhtUSy8d%2BCMk5TfjpvQbhlFr%2FAEX8cgK%2FJsu%0AH7FQd1PMpHG7R2XO3cyQd0kR9H%2BZ7n%2FtmGJjvEqS0zCoLXx0Mmmg9bvNG8PfcNixSVNUGkP%2BwdLT%0A0ja%2B9xRTfh3z2mBclZkwmW9Sttk0k20%2FZbEkI4v0GNP5b6YIBlWwG0dR8jFeTadsyXfGLZoQbXZt%0Asu1SOti5aZsAppiQnGVatSWps%2BMdsTJp%2FoAjoNQChso1zMQkMrPwiVQSvfVFC8iRn84MFGtNhdqd%0A3WIjUxKdlKl3PU%2F49vX%2FwtfrhD0JNblp5oXaugvmXjuolr1%2F8h9gLH8rbpE1zl6POZ5E46UzKUNF%0AVPl2xQQyljp8CwApnqwdC7d5hVkDTisEGpN1krwWz6DiRNwwYVL0u9oW%2F6fK8N64Jd7VGPb39QPN%0AvSCyuzgIvFL6mTY8Z%2Fwm8zMWAWS6fIvpAuq0Kc1olc3S5vk5XgwbW2cXw5iZZijYsryYJSXs7qOj%0AEjhG6%2F8u23Ls99vkP065Vmnkxu6iqyvQJzOUNONflIDc%2FOM98eRbpmu%2FdixANBf21st85g9AQJYA%0ALqVNPMwTtZ5r8yBPxO1rrpe%2Fxbys2%2BOSOD72S5vUrZcM%2FB7z9Y0kgkwa8c%2FANZNcUi3tZhAzv1Tw%0A1%2BVbcYR2j5hRoMzcLjKNaNhyWHxGxSUOaB0P6ES9TifCREp%2BNexTD0B9%2FytAOilqyAubI97UoJTY%0A90va8gLXCJ2FB0UBGEWbrEhgiqRFj3b%2FdEjGTFXzpwdjIau9nR3ktU0I7o1emFyMDbLcP1aQlOl7%0As%2FofM4pCpaHFtB0LNUbG6xQWmMn468oXlQ25%2BUdVqLnWQZ5fvkAK%2Fx1CBidKGe7vyXDA9yoThR9M%0AxqqajgnbD6r3FfiyB8Mc2YP2OLjsNG%2Fr1T9XddrG%2BLzDqxthy63H1%2B8zWlBbvrJMIznOHaQL5aMy%0AjS2nHXwtyWgXbrHu3L4sWEE%2BR9fmpEdRWYAWAYTnkyA4q1pNsRUfsxesgH28wFBLR9s%2Bj%2FII3ba8%0AfoFVFxIVOtwmSe7TY4WOYqPsxqKLh48lDbuTHUQu%2FdomSpG8eF3O8LEAaboc9argmlI2usp0Umhy%0An2UAZY%2FqfJGKQoiRZLGSm6FZ7vrGkmcWQnxOAbntO1MEL0UHY4G%2FW3jeWzGL%2B4qgGnilHtjWmERq%0A5uT7dq8Xuye1MCGANR023csgFfbDdyxffoq36YNniu2HfnI4fvuR1UH8nfyEE6jeGlKp5AoPjSv0%0AyvcYFGkyQZgXU%2BWT0d2sI03g4Lw9CdLmZaoeTalpnI9n0jTwEZug6vagPXe8UAVB1TC%2FTJkzvRaU%0A0vPTVDLZyVhH%2BRfjzt%2BZTlPo1OgIDGdjqM1udcrb9mLujE1rj1ihF2UH4ZJPr66LrD8nW3Hu%2BukE%0ApDMrspi2TUVzbRlHEi3uessxPQ%2FeeFv9xaGyh%2FuaM8JYv9kP%2FHOkXxqQYcnup8wDl5FN6fy0MaaP%0AQfLAWD1BO7xuByAaPa2aPgoqYzq%2B40xYlN9dcWV4%2F95XDDaXXDJwD5j3DXFDBMYEizB3vS5wkdjy%0AWsr8Vh6lkUXWb0ld1Kh1SUfOYZErGNe70W48DmBRb0bBQVZEkz5rmvD0Oa2atz%2Bk%2BINJQ%2B4P4Eqn%0AlkReeyMyp3sOQtaWcDn4Ummoi35HXUj0Hct%2BM2OGBccGaCFlLYtgcd7JpPlY5GgsCVwgNWYsW7X7%0AWU26Ia6x3i7P7i1pxmFYKEmYIgTRCw7Ix27wpWjVj9TCnArrf8D2q6FME0pKJdvEZDsosHRruMCW%0AoUrKhfSx4mRTgIXvyerizaolJmJcv%2F3EtcHtsy4drAGUd4JtBwTKug4WYDx6nG8aqxinkQ38Qqsy%0ASNPWgvb%2BSaYYrstalXhuA0%2FfSSiR9z%2BvgTVG4xtBPLcxYo6KQKchiYOwom0zUz8EgPOiqAzsqjPE%0A1xEa3FEosJhB2A0A%2FfSkg4%2F1L91gHEsgmh04NPnYJ%2B98rmLvinwfTu62%2FnPJzqbseXpc6Nu9WV54%0AQJYD3Sti%2FUoReHtTMoL1W1nVmjVRT%2FeLESLfU5nzMlnDeVqUESPEQPvx7jOSRPRFilf%2B%2BIXKLft%2F%0AcHB42eX9y5KYe1ELHzDin4CP7SGGR3YgSSPOGmnD9tR%2BIpCpNOW%2FoyzE%2BTadAR86lsicDRoAaJ7f%0ABPgi4ZWiUqsRW2lY6glYqW98mvkdpl3CUlVnrX7VZYcVQJmz7EIepy5KprF8jHwM6WS6VHq7C0ib%0AVRdKhwub2ZsctMWFYMYQhF336EjBy1LhVArErKSCud13wbQ9xftZbF0%2FIy84IGFLjIeqnIn5q7Ik%0A2yE0clsL2wFKQ2Oapc5comaBxYXNzg5drJSq6gTXfaZuFuomNZxhwR8%2BX73pwA9v3HrrByYvwX1E%0AFAnBax5AaSqOKGq7b40rrfFTgpOpMre%2FM8%2F9fqr9LLRzK6dOodJtcARpbjzaBbUFIT%2FCwji2Kjoo%0AjWOBrWGmPEcv1Yip5NVFxlzoP9mdWmZMV0%2FMjIyYrhIJOSrfs63C%2BWibOKvQzG3KrJ20bKfPFVV8%0AmzaPFs6mcE%2Fe9h7wQozMpCaK5doWkMYCEmaNjx%2F7hbKun%2FUvOCBVDNKviVVoIeMm8xKoROXZrl8d%0Aot%2FteN52atvsZ3IqlyDrtfVzUccyw5MKQE0d1cr46pU%2F%2Fn3l5%2Fv%2F%2BabNt31g8mJITxm3mN8YZnOJ%0A6NiMbxE528ZIuzGnzfa3CC2l8e%2B0pUu%2BZw1vA8CqeKe27UZHMDWoHV9gU658l%2BxqE26zXj%2Bq7TM0%0ABT8j64qymO7ICusiL6zwLBlQRKGGqPA%2BPgZD5kX%2FYldpRH7NMzk61TZvV6KPtl%2BNKWb7pRFb04sh%0ArL4o%2FJCJgiGnWc0D9%2FIjJW1LZ1%2BmLUiMIxt21WY70fPcHGfctTdhvNKhnjhACfvkGKoYSYwIH%2F5%2F%0AlZ8e8BebNix9X%2F%2FNKhJ%2BRJ1tNT%2FakO6lslZb8z2SaiuRVUBD6vluFXPdZaMVm%2BhgaIzv4ucE0wAS%0A3IjCaGeXZCE23plk26FyRUFCjlFxUqxlydV29rduQO7I7mOdZIQX0914l6uriGOzC07xpyM0qV%2FX%0AZmSxvALSFesZ6tvZ92IB5PYkFk8GSTLs%2B8l4L2ym%2BNNpIMHYOpDiWLv51OnGmdwVrXuhA6plsg1I%0AucQHMA8jiCROUv5o%2Fz%2FfuGbxewd%2BE0fWb0h7EB8J4IfkUyzZmusa%2FuinoDG2flsYmYYWWR5ZyTWX%0AKfj28n8vTPZYPsNuktLxiWM4wE0xVGfGZth8LPuu20leLJ%2FtdGR3%2FMzHYudml6Xj2LmXXcl%2Bds7c%0A9nTkOjMehwDhlRcFIEXMaqzJH1KJXN0SZryw1YQNxot5Oty0w65sDBZo2534NuZs3TbWPiPbUAHJ%0A6hX4kPeohJVBdP6Z8eEn1j3a%2B0udcB417D7BACUxPG27v3Jqo5iqVM4q%2BD20mzVZQlKUejmWitKy%0A4HjOwJJlwXQIqc7yivacF%2BzIHantHUo907k5PGs3Mc0TkPOOrAXJmJdJdKnxUS6lsYaej8H6%2BRhO%0A%2Bnb%2BZRG3juDbZGowAduG5IV3jH%2F517G5%2BPiS1prvCzV6IFSflxfjpztGuY5GunOHLdPuiNDu%2FCUy%0AnwIAxNMvq4XhejLeTiUPlAm7vnd8%2FNS2TeETeOcQtQCkjddhCkjbA8cyb9UuDMt2q2KiQ0p2GPu8%0AsNtYMcLBeRfTZV1Z4JnkG1U0M%2Fo9rO3QL3Td7wKT6DhNlhjcoZ4LPZCY7OyFJLwOUjN25KfAqDsy%0AkIpRpTjdIKnQOKCQKmejNcpFa6xzPBIjOhF3fOxs88A%2F7GJP9OfUMd7i4gkZsVsBiqN53d%2Bf%2B8aK%0ATmPLJqlkUltbkbrhmmIBVJbHmJUFMLfiXJu4rJa5gXGndslqb9CXt0cNb3ysxLen7Vl%2FYMOTlV%2BQ%0Av6dVkz6AeShTmBXdwseCXFGBIQaWdj4lxzyZk8KSKGnBvmPC4CSQKeYeGtEmMqYri8cUqarpSh3r%0A0p5mDIDwLgdfQfyMTU0MK7YMHG03Pl0yxc5U91g27%2Bi2KrlVKZwvEj%2BX8WvPtmaAAY7VCyoh6fja%0ALc3kXcdUaiyhFsR8f0M7nHuuQ4VQbocB5%2BYQuZowHdvOZRV9qWuBt%2FfhI%2Be121iWnIt6HNbfHPxD%0AD84N5Z7kyfpwsBqAG6EOuirh%2FcaKCtdezkZ1bPgrZq7vuOjqZtslIfPk22IxVNsz0LbRTJfPxLDi%0ATgttd053Tx%2FepWq7oisd0nJHvutiqpgsxK39rkRhPmYM2%2BRMmnWmwOXx9qyuxrYeLLR4znbz4i5X%0A0ibrQkImOJVIjBH3xFrcff1%2FRfELDkg6Lp5bGtFNmSjN9zJKzLT9RdPuqywtSWhLiM5tQrJEUAck%0Alm8pQqUDNimWGtbb8bcunB68eba2PXvEpmpfvLI%2B4q0wCd%2BqFJ8GFTJVK5HKQFI1blcBl5jB2pu%2B%0Ad9TI8K6yhK6mqoZ3CRHeRUSKxEeNzVBzP%2BKOIyTmaYQc72C7mQnidbajLhRymY5rRpMYnnsOVCH0%0AGecbTbk9sZO8V6TJ6mxSD4NV2QTGhJrfSyrY%2Bx2%2Bwl3X%2FVfUeF5U9nnnvRm48FhfX5%2B56urrRv37%0AoZ%2FbGi37wOTbRSS%2Bj1U0FQ%2B3v52bXhd7tp0hqLOs9e9lGTpeMRaVCgaTkwxHRDwmtduWTYg6zhqT%0AIpoM6XdGxE1Jx8KfMqO%2BfO3j1Z8Law%2BQl5sfDsD6iRKsnG4AxEw9Dyd75I7yQQq9YsezsVRfwadn%0ARKfDuqOov5iCxroiI3wX%2FYO8y74dS9vyHUg%2FPsabeZdNu6MP3VHdNxub%2FbO2tVKweEgAlI0NlT1H%0ALPv951%2FsD9e3TW4FtelxwCfDwB2AzNquY3UP%2FnnMLcSO%2FeKmrcve1%2F8fScIGzIj3DmX4HpmdZdIN%0AHcmXRx04hCUgQXvvFqsKWDtTWbB0j2vPVtBJEVqfplXhcgh%2Fb%2FXBhjmpVfPCWMvq1FmNm9c%2FUf45%0AT5gPG1No5R0CVR6Q%2FWj3zlFNFiiV76PtGePUBgWFZFcBlCmCY4yJz3pJZpI%2B21KjAztFGWV2EG3p%0AttfELph4fLT9uEOz0Yz5MWZM8rWjcomn%2F8h0twrIAhMaW3r5HLHsVxxz8JSWaL6BSfkOX1VOk9o%2F%0AVUjvUCnlhgXz5z%2B6bPnyMY3XC%2BeVh2RTUHvnEFx7Niy3XtuUgpt8Z4N2GC9z%2FGdqpO0wz3MbRdo4%0APk354mnfHcfkVQhbZiZANx0KeSgsmcdGtnqP4GNGMDgzdMIHwP5o08HU%2BE7yaItNrCj0AO9IbmXF%0AhkzdvkC2A8mjWbGzRad6LKjaYikt73Jsj0lOxjoLddhCjv7cQgHxjvFdZNjZpklpdr5O2ztr1Xnm%0AyiHbEZa7bhaJ4FDZjzPNb4fK3vicSEh8R8x4aSrT4tiAiwmehxsLNlNpdVKr1bgPbxmzL%2BDcv9%2FM%0A7jx3YEWjn91IFQDGyHN44s%2BwO5fRl1ZpAZGm3QpcD3IiQIJi0WnyAh%2B1UoWLi3uuaEumSbocKtyY%0AZsXw5NWsxohplyfuEf1827rgp7RHJNTsu5qaH57uWeg2ljSUEtxwWxN7IUg3xdW9wk4RY0mIHaRw%0AFaUWdW%2FJoy%2B6S%2BWLdsx5pyG8Z3LsSLrxXb%2B2u6DMsFGOf9OR3T7G47o1R8kV1edMQp5zwoJGsxFo%0Ao4MDjGSzCTyc6IXgFc%2Fz1yycf8Ifly5bNiaj%2Bvrva%2Bb8o6ubISKfSCiInfA9uRbjiirP5NIy61LB%0A8%2F7aLvGWd7LevAY6awTgpVEdIjoJNLCeRmQHVyUyNI80tnsP4iOpmpAkqPNTUoSBTAVbVchsI1GR%0ANkp1UrjNsAt7a7F8i%2BUiwy4W9nfYvp3MPW9YtVMJ%2BEwlBu%2BUkh1hxKJ85KNS0NrxKtWZw5km57oN%0AOAt71iiqJ9I5jvMmAiQdqX11bPv%2BrDNakIRctcuA%2FMh5b2bTXzlXLJh%2FVPmEVx019fDDj5j5isNf%0AZe67955Rqb6%2FWX67ecNxR2%2BvGz4J4Hk5bXkhbT6g6MPEgmOxh5ffccdTO7rhd%2B6smQte0bMZw7LK%0AKljb9YyPc0EHk%2FfLYSzboEike9NwV5SVt48oTmgnO3YN8LOuuIk0Sk8B%2BPbE31S1Tz1WG%2FYeYg6U%0AtDF6P9aG52rqE1viKj1pk2%2FtblZeJyDbas2MkZixo5Ai60pSKIb4ng1AdoUWhegs7upQ2WMpbN5l%0AYhQAqdMmpVnGuFXbaeMpuzuD6QCkVdnWPneuH6PEVmioOwDIXdqzRn74Qx%2FtX88bx0qzbRFrJQsT%0Apc%2BITXSSkbFcdMIJK29bfmdrFCjvurN53NzDIqjIvfH19hIkHwW1PzET8FSbTj7xxIduXXrbDmn%2B%0At%2B6rmYsOq2xr%2BHw1FiD%2BEzMMtTThLgXCrmVh8n2lrQTL2szlbUnYqEbsuYDIsoZccymSlOSrnARp%0AOAd2jReG%2BtFWw7sfH78Vb%2B2nTrok5V1b5MS1ZKbGnl457RrWJgq8I1xmCr7ILnAUwn28oxNb0ddY%0AlJpPh0fztGDMWqc4r4TYQevrrjzGHdGavK1L3PY%2FsixKE6Wbtytb3KZzYKbjYYMNTkLqtBE%2BpOQQ%0AU3z55Sd7D%2B5KNzS54Kh5%2B9RHau%2Fkir0jkGw%2BHuxIkKODaU%2F7ZlL5wz33LH9yrAsXzF%2B4HeCtUP0L%0ABnmCcCDpxdcqKa0fP%2F2UU1bdvPjWHRaJf%2FPeurnw1ZWtJuYrOW3FoMQe2vCJGrMvsq6xok14sjIB%0AU5gkPmbyQo7KVJrydI9FuyPkRBjYe%2BEjw3JZrdBN8VvN%2BSZcMQWXTrP5uNQGuQxglmhH1mq6qRLv%0AjIJ07D%2B4g0nuEIxdxGPM8J15Gpvx6WzXwn6JOYmRnUm5HY1Vd7CA8hS5rBgt7gCjA2SrsO9hYrvz%0Amrwkg6WbKTlAWrUd084Moob5vcM35v6rf5PsNHwoTzx6nre9MfIKcJOjSr7s04EvjKzw0HjjSyzZ%0AOvfUYx9ctuSOUap76W3LouPnHjeitZ6pjTkAX9En1Y07TsDf4iSO%2FwDV%2FbTNhm7Ex954T237eUf3%0ArOaKtyAlpysuAEoubZ4nS1V42pKvM4M5c5QbNrpFXXszdrvVh22dYnvz0EYk4zQ56ZkY51f0Wrzr%0Av3HfIaomhIScRiW1QYW6MwOQNgHXzyVzW6qx3DfKGe907HfHt4uA5KNLAcb2Ge4MkGMziFFZPnxX%0AyhEKpMUUE4vjrhh2t8pOUhuyvXVIvn%2BNSlm22xm2SSob2um%2Ba27aefhQnv6aeSNbVJ0iuQcK7u9J%0ADJNDVPoirkipISv8lWecdvrjN918yyhpd%2Bopi4biOBZKqQPw6zSSYnhAUFRDG2FuXjD%2FhIdBcFo7%0Ae4gb76oNvfnwnlUB7UuY8Gkx4wNQ31KmNmXepJSrlPWKgmmeVewpZ%2B%2BwdqMmnvor3WZIPN0POqZM%0AdNrybS%2FaVZU6UQhuNyfZFz%2FvHVYSVoKcD8plSMgwVdmy3WSUtcOHvOgA52YMTPGuLJyd2YjdSa%2B7%0AAkg22mHPu0tkxY69AVk0zKTjWAChG1P6OcoJjXX9qCRV2c4z4rp%2FdEpI6%2FqhaE0sGxqkhktzD1T2%0ATls9y1%2FfvISdeuqC7fWWP0ko7%2BBAyGrg40ZSsMR44zxm6pjYB29dunRUB4KbFy9WYNWbkyTpw%2Bo4%0AkALpaafbcRRXhqR84uSFC1fj2p2ujH%2B8pzZyAUBp%2B%2BnQDq62%2BxjtZ5BKybx9RwrQjuRS01HJxzuY%0ArZNudncEyhSixFHPMuqy4Xo23vpy%2FJX6m%2B%2Ftl9S4cp9m5b4AUrJqAcnSjmlObXfZe6ZoL5rRajeL%0AMeeuHTGGtOS74OrZlUSZUVugFe4vxoi6mDy7nWe7TOQdzwqlutnm7SkQTeqL1CrN%2BtGm4CFyWxUX%0AJWSsZQK9dKf09B3X%2FGoXAEn%2FW7J4eePIBXNbnkr2wgPu7UkpBC8RvaBWdJAmZt0pJ5%2F0R9iEo6zS%0AJbfdVoPq3o5nmQFQ7s2oZhAHfp5sqOzPmMdec%2FJJG2669dadDun%2FZ%2B%2FKg%2BOozvx7r3tGx0i%2BwJYv%0ASLgCCeG%2BjC9JvmQbUiQLOQlFjkq2sn%2Ftf1u7qexWaqv2j01VqrZ2swESAhiTbMJmYRcSDPiWLB%2By%0AMYSAIeBTviTZsix5pJnud%2Bz3ru7XPS0s3yQ1z9UleY7WzOtff%2Ff3%2B57aURz%2B6r0NB%2BB%2BOOFRfDnY%0AlE2wVbm479rxZAWPJkxh6%2BGJOMwSFdWa4LYKnEu%2BbVlfqYxFWQ7JcsTjlwE4rwDbcbwcJlQ%2F3gMJ%0AKYcJ1Wvy%2BChAjlOV3U4BSJQ2zJJaJFWUMVrlDMqQjvjMAVkhnZ1MTxZRKuIpzzqMHRolHUHB8ZJl%0A9YCX0SifrSSkk8fWuWwzsUxLR0QpoVyQbR4TW37yenja7sMoMF43Eb3DA%2FwKnOhGJMjVOfBORU55%0ATVdTxu4fHh5%2BG17WlXWS%2BvrCLiGKz5cDfjV8wLvNZSuAjbG4VA4OH6UnB9AYKTWW%2FHvv8fXfm%2FKy%0AH6AiI6TESa4ZBGRB52toXIeXCyK7R3h%2BpFr1RAKclAp2losq9tU0enJ0nJ8fQbV1AQrLTG0k8X2Q%0AjHLUWp36PbYb3aode2Ud0oFEb3VGD7VwK8CzgsmjFc2KMwAjysgQ2dSlG4SvdIoStY%2FIZGaMetbg%0AtFNg7eAkrkedGG7IiCNLCOd327WBQ7hsASd4TPWQUWB88%2BrOYHHzfUPgIU9niF2PPJ73dRGox6W0%0AE2JwyaLFu9Zv3Fgxww4eoy3N8%2FvA65K0dtfDQ%2BOJDiIXhODTfYxHFs2e%2F%2BHGLZ1jmn%2F39PZi%2BaFZ%0Ajd2ewHLeNTghRJav1dpmdDsvRogkKbwuWYxL1JLlWLpiRw5iUsD0iEoT5vJSPdfBUY9q1ETUWnBm%0ALBFprXmvqxJRBlE8HwVgqd5pnK4AF6OA6UwC4jg7B%2BOUySVrL9MvdB0ZIxUjQLJ4%2BKZR11ZSqpCP%0AISx1QRhLSKyqfcCpkTPT14HDuO0nrwdszICU68El84bCIOQhp9czzGcqJglZsiR4Ac40jmN%2BuHXx%0A7N2g4mmG1z0sQQkOzgS4e67Fsp9U94tMgPc3hYIPLGhp3tu%2BqXNME0JXdhXD79xWf4gicgi8tEbG%0AMZgEuM7mv6VJx41BrgayW%2Fsyytg4zfsuj3b0nMn8yAJhXzowdarHmuQsGHOpOF6qXjF67qNSdOlO%0AQlQ5oSvyzB1pKM5s7tCo9RPuOXE6WJ8mJTXS0DoxIjBjQJySsyj2SB0G3YwOX6a8azVujodkAJ5f%0A53G04ydrAn5GgFy1bgNbumg5OCnD4whFnxHIb0CeDrnAmSYyWSVG8%2B93bOrIzMQsXbz4JHjdx%2BGu%0AmQqS9pNI2pBYhQMug48%2BFaRnf2tz834AZXksG%2F3kjuHwKy2FI16ID2GG6znHM8EeKejEWzJVJ5Dt%0AevNiL9wd94uRM9oDxUC1cxQt9bI7bTaShJ4lF0%2Bxh5FYyoh0P026ojpLNQtU0TMjzlRFi9Hzz4hX%0Aqn%2Fsmh%2FMsRXtEcSpQhEYByaMnBl1MOthawDaUKTqKuZwvalxaAJfFukeA5GxFq7Om4%2BtKYszAqRc%0AazauHZ6%2FsGVQlClcfHStAE%2BA6LCHL4eFwx8dWThn9vsbNncOVXrdG4SUkgDAE6C%2BZXxyJlZpORnR%0AFk0AUgnUEyApD44VlCs7i%2BybtxV6fIr2B56iAJiGKZ6gNoCYaiEDTDspAbsTs6IyrJSKNe24cRYl%0AHYnBlQB0q2iiXLRTEY5QRjpxNPGVCuaL0SLroiLnrEuhHJIqkWbGcMnyUZLOL4o3OmLNGYyErZRU%0AaplFxbiyAEYCUx0KnCLu2nD%2BvKnyQVQ6NHAAILvhT70KH3QXAPLsiiuWtX1ugAZDguHwepCS09Ts%0AaiV1eAHxYLJH%2BLH72%2B7%2F8PX16yr%2BQvumTWxha2sPqO4hUN2fBHBO10wbiuhkGgB1BoBycEFryyF4%0A7ZiqiMH7Zo%2Fe2dBb8vGHBGwJEuArECUTuDRUPZ1qJCYuaBvILBMZNnWUyYs7OkNtFObF6RndXixR%0ALUOuep9Li5ICIxYZwW8RcaS707hGd2aynjcTELBpGbYAS3MJuYOXXBAmPGtLgqWlogVkQjWrkE8s%0AHXW4xwFjxMmqbUeq1LUEpOzKJ7vgg75y6z8M7j%2Frap81a1fTB1qX9wUiKHBUvkHgsFGGTYgSdGwC%0AAGpcSIPutqVt3WtBzWeEgoLWlpYjAMoR%2BPBXwOedIq8wMaCEx6%2BEo7Rk4cKDMmw0RlCK732qcGK4%0AAe%2FzOC6D6p4u2xWwTezh2Nmx01LdPpmoNF9wh12Cx0HdVIFCYrJClB92RmlEIGPZTk1mo9WZVpeN%0AouGciiLsDlfKBF0W6RVL8lVyKRmtdGSOvWjI7iOJSRW5vQUkcuc6qVPqcI8O%2BfhSbYMQx9thG155%0AbG2576wBKddr7euLS%2BbOB3uSTwHpfB1czLxQLA45wrk3hSNaR0Vp97Llnz%2B6ds0akSEpS6C%2BQVyL%0AQZCUMkY5BUfDodE0uAZXU0rx%2FLlzjixrazsJ6v70NuVbRfTNufUDQR7vhY0YwRRNRwBKyZOAo0GQ%0AIpppE7W32tk06T4Xp%2BXWqu%2B4RzsLjEY6Vsyc4cmYYqKXe7QWCJQxdSztdWPnt2RjFnZA5%2F5eOWcm%0AQ1K6RKluJY95XGdhAkcyGokpc9cSkOlTG%2Bmoiyp0%2FFEeIDBC6dAwTF57fG2peE6AlGv%2B5%2B4bQKe8%0AU4jmrmScXilI2ZPeJ5HcZpxNhS%2BABRMftHd0ZOasOzo7hxe0tu4HaTgIgJQ2ZZOkAYclpVoTPH4d%0AHA1BEPTPuXdWf%2BeWraeN5D%2FTOYye7SgOfffmwv7Qw0MgKafAXThZceohFM9HxDyyK5MTf4VhPEOp%0Axn0DzsQELFdt5%2BLay4R3jZJkTAmHJ00wkGozwBk9OrgybIMzuXqEGVvszM9Go0nK1Ni6rE5CYfPT%0AWjKmnRlZSMEtKalLbxmpa6KcGW5BSVUtZD98yt%2Bd8PMdz6wepucMyA2r1%2FIvLLqzNyyLQIjcpwQG%0AQEl2Wek8C1YPYnwG3DGsubl5N0jEwaxztHdsGlmyaGF3SGm%2FzN6oyho9YFpu8wQA6aekWgcghPPn%0AzTu2oLm5CGp8LB74qYeaG%2Ff5Ie4HD%2Fxy2e4KxnvODaHgaIRu0kmwAyRFBE6erBRCXmXlTCQhySjq%0ANN0q4FWC0SmSRW67bZbUxCiVBszmg8SOyYATBKhpx4nHtqdKF5oZhqZzkHPbomCSD1YyRhJSzzTk%0ALOlZ6%2FZXfUggct3%2BqiQkPPYhXJMXD5Kad36zZmyMfKetGH914%2BagrfmmHo4KOfhD1wkUjPfkqDUp%0ALeTIDIGu4IKX58%2BbuxckYuZflbWR4MRISXkQNqAOgDkNtqheM50hWcJ2DRzX0zCcBK%2BBc80b2NS5%0A%2BbRppl9uKo5847bCATjXMdiYiUyQqXC71EQEEMaBwCZfK2zWRMYwsW7jxHZQOY5pOON6RQeYxEdJ%0AzkVs%2BQxSEjFF9pSWhqOVo%2BFUb00a4BWpx3iGjfaNBBqNDFUkOCq1SIvYJ3jM6msdGCUhjTetPG2m%0A21u5MT2TYFTZGAPIWDoyTuC%2BJ52wwy8u%2BP7xMdPxjamFYW3njuKi1llHWCBjgfwa5vEGPRDVk9SP%0Ak0DMz4DHhyXoQCJm2gqy6gfsxf0gCfea3QKJJmSVuXR3fHi%2FdHZuDMPwmnIQNM66%2B%2B7h2bPuGdqy%0ArYueLqvz6KzCIczxEbAnG0GFz%2BBIJeLVNZURVMw1KLlhzMC2t5obIgLskiEjpx%2Fby2jAd4HjqNSK%0A5qw06DIasioqxz2U7K%2F2UuBM263cccqdWThu34vgUTWPHXSkCyLidCCyvOGRetbFE9wCl9sctTvh%0AJJaMiGueTwlGSmX%2BWsUfB2HXX2IYr3piTal0XgGpcsz3LR3wwuBImZEJ4H1fLbygTtlrqvlcNueL%0AK%2BBjjTTPn3cAwJcJyk2btzDpfcPr%2FgQwPCEH6wAQJ8mSNeN81IMHfzUA87Pg8FwFwBx35%2B23D8y6%0A666Brh1vjA7KrcPBd24pHPYYPsThHFR2FnJSUMXiIk7XcSLp%2BZhqrZXsZ8L08CQrzg2paSIrkxUC%0AciaHITJ612AWVw%2FOqBTPlJ4ZlUHpMJFAlZ61GQalfhopKgy4XAkZSUoWB711nJFFpWW6izAGImex%0AA2Mlo5SUNv5o0oVSQn4Af%2Bq%2FOcdvPrGuJM47INesWYfa7ms5XhphvfAhJ4Mk%2BgRcjhpfl3fJ3ZoM%0A4LoSjnKLAmW2%2Bgawis4tW060Nje%2FD5u2B8AYgsE8SWgeQUOvIMZTxm6AzfoEAGRPTU3Nrq1d28Vp%0AbEr66N2FIyjE3RxsSbArZ8DvjUp4mJHQnq71NeVWFDFPRiWwKkx3IpDOjG2SmnGTGsb0kUAklfQo%0Ao7S5CuwOdU87Oo4kJSgZfI%2BbWSqdmGiEsAEoZ5GU1LYjM52exqmxoR7jvOgCCqOimQNGUw2uJKOw%0A6toExG0wnBKQK1hyOv3PHf840HMmadAz6jpcvbZdPNi2tK9Uru2lgoN3K64gSI1FRabkbDJ8kStl%0AyUjzPAXKodHOJXPaYHfu84gMnKKj8D4OUnECSMeCPBf8lwBYe%2BH5dbW1tbu2bNt22rvsF13D7Kv3%0ANvTmGNorqXlBXcyUI46Z8DCXgOQakJqjMra%2FSNR4hZwZ2BacGQOHIka0DNux4sCnASSOG9SymDHM%0AewV2e6odjqBEeypLeNoRIJ1h69FIj8iB0eEfLRFjFe3Ob7d2I6cOGOVkC%2BGEeuJyM6muj8Lrn4dX%0ArX18fTm4YIBUTs6G9ayttfloEYV9mLEm%2BIIzVXBSDwuS8nsyfPGr4CDz5s45dP%2ByZQNr1q3LPBc4%0ALlJa9rc0z98FW7gLAHlUD3Pk4xllsjijsyaf%2F%2B1%2FPPb4mO%2ByFduK%2FOG7Go4xD%2B2DDWE4JNMFJRNh%0AE4kqgAZxyDzDiisMi64FoKM6Yx%2FESkmc7Wycrokfn6a5P1L7ODv0YzN%2F2GXNSJOiOtknk8a0Khs5%0A82TU4IFEGRmN585Yoihu2hA4ilW1lYpMhXKMzWhVNYrBqA4iGMedsN%2FP3fnDk3vOFF9nRTa1rmMD%0AvW%2FR4iM0DHq4DuXMAMckb6aQyh%2BXy4ofWSoJKuBoa%2FP84%2BBpj1rpAcAMQQIenj9nzh9hQ94DdX0E%0ANvQYgHxDQ6HQAY5N6Uw%2B34quovjWHQ0DNCB7GCIlwNxMEuDL4E4mgQ%2Bb6NkUH9M2pJGWwvJWumZd%0AhVNBMngiz6YcBzl55nSpmqgoMItvFpFBG53OwFhVHUeu01JRpMvHrPNipSN17cW46NZ1YpRnzWWY%0Ax4ty15ThPgDqr%2BE1r%2FysvVS6KIDUNZAbwiUtCw9RRo%2FAV5kkx%2FsCFmvsWDXZxgDf81oA12QA5eCi%0ABQv6NrS3f6T4BlCWt7%2FxRvfcObP%2F4HneTjjezufzxzZv3SbO9PM9DaCUDWRfmNew3%2Be4CGq8Ce7c%0Ay5nstIbN9eWGY2v0c5PdSUoi4hKDVhCCklRs8WwXrqzeERl5bbdsLQ1IwRKHSE97UBLTyU87c69F%0ANA3XAWMU2sGR3ciNlIxoE22YR6loD4VynFzogcVF2sGGXzHrX058eLa7cU7rhz%2F4Qc3A4OA9BIV%2F%0ADRdyKXivk3ywr7gn591JD40NEYy3YY%2F8GuXKqyYL7%2BDf%2FejfBLqI69W%2FnTK5kYs2D4tv4Bp%2Bb76W%0A1Rdk%2F%2FU4ivB4imryAg4AYC1BXr5GjYnzJIGVLOmUZAFy%2BpgcRktq4aiLjyhY7jnSM61Ox0IUijPK%0AyNzB7uk6xjCq5NboKcPD5UQzlu55sao51EW1LEjVMQqnud85XQRCRzKqOLpV1TEgqQRjSFBQVj%2F3%0Aw03%2FY3j%2B6bn%2FenzwbK7VOfNDrt%2B4kbW2ff5wXgzsp7J9SpDpoAnHqcCzdCQIr4FPfmWJ4xtGUG5c%0AWeQHl8%2BbfWLdps7wYgFy5Zbi8FfuatjnM9QrRw0DDMH2JXVCByqNeob%2FcZ0X5sor9xWzrkpDqnRk%0ARnwRu2VqlS2mlTno0St6Ymi6QfBU85g7BF64%2FI3aU8amWCIigYqC3dqLjt%2BDYgfHZl3ikGQkEeOD%0AKDBiFjsxMlXIhC4zU2AskzKjeBWc6tl5PzrefbbX6rwQlnZsWMObly47GmD%2FQ8xFKRCiKRRsko8p%0A8XUJmIysXA5f4gYuwqsCMVK7eNa9g81zWoY2bt7ELwYon91WLH%2FtjoaDwhf7Mcd5sHNmgrNTkKQW%0AluNd0Xl6TNuYqpqcRHYkSYdwCE4OFkqRrSYJBEajtRMoaxZMQjULt5qcO2BkcaGEzEQJm%2FozTozr%0AuLjOSxQlEolmzVhCWtYJ401bz5o5KUKu04MyCB6E%2BgDv%2Bl1wbp6G13U%2BvXVseesLBkhVcrZuo9jc%0A3nFs6dy7%2FzTie%2F2AwAm5UEwmDOWVtPF8%2BAXL4UfXwN7dSINw5ggbIXfes%2BRE8%2Bw7hju3bL3ganzF%0A9mL4rVsaDgEYDwAocyjEM6XEFJKZQNbxedoLl%2FzjkuRNmKofgtwiXrch37XvRHLUh9NoJj5iFkya%0AzRYnbEmeJK%2ByLBJRdkWXjVkvRKTbC9TvgU4FRunCbDUtWBzWUTlpKQWlipbS0TgzyquOwEiU3Sil%0AIziPvXBL%2FEr46PmWH%2FedOJdrdN4pndd3bj3VsnDR7vogPCAYwSUkpoRYNOgch7o0hHA8iXv80yGi%0AnwZZPw088tw9d905dNeddwx3bd9xQYH51I4i%2F%2FLtDX05LvYCGDmTs7cZnmCorpTRTiRpqdAc6NgM%0Ak4yzOC5yuEMQwCtrLrArK7P%2FucxjCVa1ivIxmuLasWCM21bjnhcbgzR5aeHEGIWI1LSbm%2BaO4xLF%0AG5WqRknpqAonYjAGJVKiZfyaCPHPcQl%2F8MyOIvpYAVKFcTZsLN%2ByoHU%2F6L73R4h3UhDekBPDkygT%0AOQoX0Ae1SHE%2Bx5mYJlh4U8jYZxilIwDMPTt27hy50JJyJYDy4VsajpU8ssfDKIS7fhqYExMlY4uS%0AAkSrb1WU4bGIKCqeEyjiUcSJ8i7X1uOxqsWjhXqQU0GeTv8xRyq6tHip3hcemN4XNzcd56Wj%2F5vw%0ATiLgbWKNmmUCx960GwC36lpJR2kzEgNED5VLhNMQvwE39hNU4M7Fj%2Fees19wwUjvt7V38M1bNvW1%0Atba8RzHbJxR%2FMpngcdaIwRoOuK%2FlAWM1jPMpmJADhJDN29944xS6CGvFziJaub048KXZDXvg4gyR%0AEE8FYE6mmHg2B859uIierT4niNiQlikGjsfi2drEdHyQocoJXjz1uvTsbFc6siQQeRiDMQKiU8uY%0AcGSCSDraGGOFN81jL5ozx1a0klJJRePAgGS03nS5pCQjSEm8G%2F70kzmGXlr8897B83FdLvgUhvaO%0A9uG2%2BYv2wAXcBebZUXnHUS4mMK7qKbGOm%2BFeuNgv5fP5Tdu6tlN0EddzW4pDD85q2OdRNIA4vgw%2B%0AzhTwxXJSiglsKQGZbr314iFOcbmiyLb%2FkNM3ox5mTmrPpa9OAdRtsXCLaDmLVTSPyUOVVy0sGE3j%0Avg3zqNfwKL7IHZwrYcpty4GRjK5ENCEeZTOaPpkw9CLpCJLxMLxnJRzPLX6q9%2Bj5uh7exbjoGzo2%0A8o7OLcebmxe8d8r3dgkUHhWyqZoG40Fw1oPI%2FwC82Bd%2B%2BsTP3kGXYP3X1uLwg7c27M8z1APOzjim%0AVDiuURfH9IGrIZzE1CAankUs4lwyNhVFwul5xpg58USaAiGPm71cglCUVs22%2BYo6PDuBpqG29qKq%0A2DEzYyQQhQGjpcl2QjoWiML0vkTq2gWjU99IpZo2gW%2BjpqVkPA7P%2Fxb25smlT%2FXsPp%2FXwruYF759%0AU0fQ1dl5qHV289slQd6DTT0GdqQ01Hblc7nVXTt2HEWXaP3qjWLp4c8WurGHD4O9VJDUgFyQeuXk%0ASOmnOCZlbJWZrkaToYELLusqcdRcFjfg4yhTwmJAJhrMWCUfo%2BOkxMShQXwYjkYUceto25HzZAmZ%0AosqTeWmWDHhzx2mpkIxOiEcHvY2aDiQQfRSMyHgjHgCJ%2BTJ8rSfgQ%2F9x5ZtF8WcLyMjp2bK53HZb%0A68FSLX2bYO8D3%2FP%2BkMvl3t%2Fa1VVCl3A9%2B1YxfOSzhcPCQwdk8SNclJkgLRuFMDO91ZQGPe0UmxZW%0AkWhMtp6CaaGo6IQyzfm2%2FEveizauiFKdgFZVA1CxZa4Vganwdqcg0AiMto%2BaMx61G0SSkaJksDty%0AXFCkmq10VM4LValABcTysLEZQzQEr3sVvvJP4V07lj3dc97NK%2B9SXfz2HR1o%2B7btI%2Ffec0%2B353kH%0AAZQjZ5OzPu%2FOzltF%2BsjNhaOAv31wgTBjeDqorPEyhCVxpSinsaKJVsW%2Bsccd8yzaBizM3ZBNGIFR%0AA9H0tQhHMvIwoZZdL1p3BdqUII086rhDkEWdgTyjSCKShvYwalrHGl3JqGOMgVLRAMYRDUawGeWY%0AvjXwtf4Tvt6W5St6ggux%2FxhVV%2BZa960pcmzSVXBdvkh89PV8nt9QW89IYUKA6uCoHU9RroBRrkaT%0A46uB9ETXSRLDnGGnzWJsJt8mJtBmUSu7bXx2zmNcvRNJRVtYa2YNageGa4plxpMxRoorVDVyvWiT%0Ao%2BYmxkgjFQ1HmUgVDQDFkm5xtZKMAm0CMF4wTVYF5GnWa99umg5OzYMeQY%2F4eXFTXQOtrRsfalCO%0AoyhfQABKXxVkEDWxwUyBIJauz5Jfxe21OJHzdvl%2B7NCoGJTCPG6bsqy61t2APLIjVZW3BSN1qrwV%0A8Tw24Z6k46JBSyKbMZRqGrzoUuy8SDrIfvgYq%2BAjSptxK6jpC2pWeVXIncau3FkceuSWhr2gAY%2BB%0AFJkIUkQO8czr%2BBzS0gvp7kU9kJ5FOWjhODDC2Ja2gjviuRQsEUdUKpnFzBHaJqRxGpCFTmuqdWji%0ARqzIeaHY9EkTIxlJwpPmTsEtUyra1%2FaiiTEGGox98DX%2BD77A43D%2FdAEYyxd6v6uAHAso3ywOP3xr%0Aw35AnsyD1zBGmuAiFlQ5lqmcIYZBIuphccpoIhA63VJCOIWzlgRUxI6KKw1FxMnodARy%2Bx6RAKNw%0A1LMFnXVerM3oAlI2ZUUqesSo6VCB8aBs0oLj52CF7AQwBhdjr6uAHGu68c1i%2BeFbGrpBve6RwySl%0AB85D0ggeqS4XUjz7cmodV623ipsOsajTL07rGbCJOKAdhW9cSRmFcmhyrqDl1kk0XjklZE5Ih%2FFk%0AXDE6LEMZ1ZmXEkjGkgRlIAEq25nQn%2BAjPytT%2F%2FDt3l32TM9FS1ZUbcgzXK8%2B2uSBeXg9iMQvYyK%2B%0AlK8R14Gz49UVwK4cH6B8I0W%2BHC2SFyjn63ilUAXmzvDLBAkFTtiRcQOkpk126xd1IkckCiQSHI1u%0AgUSUbXHrG0k0P8bmpKXNGIBULEupyNAIvP4tmcCCP%2FPi8md6Dl7s%2Fa1KyDOVlG8VxddubzguCJI0%0AIUXGcJMI8WUoBJjCRUahjlmqgI%2FA0YSrqHlKN7GZtgEr7bgJ4SQlIbdpv%2BiniS26RbUcRTFEnkr7%0ARQ4MJVFmhslWgzJIxGEdXwyH4bGSFNi4HwT0WkTREzmEXmpb0dNzKfa3KiHPYa35elMTzaHFPhEP%0AgzCck8uLxnwjQzUTQpRvgKMWfofDz%2FF4Vmi621VkT5BzBhskhrG6rTLWU%2BZWFdO4%2BSpyXkIDROlF%0AO2Vj5RHtRYtQUnqgA3Dv%2FJ4y9Jvj%2FWjHI6t6ipdqT6uAPMe1%2BttTGkEy3YulCvfREq%2BWz6ip57i%2B%0AliLZt5MrUETgALAiLycUW4Gt70133KRpKl1Of%2F0cdtptcLIRi8dMEojGZWTcsNlK%2B1DmooNAOy1U%0AkUKhITjdTjjjC2D6vlJTL%2Fa0%2FrQ3vJT7WQXkeVgvP9JUU1cnrgM%2F%2BwGAwV%2FliPg02JB1UjrmCkyB%0AUs1QhMOT0jInnPYcMfroQSvtoo4HnGCrtaC07BHRY6EuolW2onVcRogCowQivCeE13fLYDeYjy8e%0Ay5Oth3t5%2Fz%2B90HPJ97IKyPO0nv%2FuVDyOiibMxALwTB%2FCOTQfJOJl%2BVqhVLc%2BJDA58vJwqGliZsAo%0AsUxtyXMK0%2BEXVRWJWFULB4TI2JERv7ekU5ZHWYNQhnJoiK3z0we2ZxecZhW883WQkrvv%2B2VP%2BHHZ%0Axyogz%2FP61RebGsY1oJs9gh4Ax3q5j4WcoViTByDm67iSkj4AMpdnGpS%2BkGUcFWx9CS5VC9AMCRlN%0AXjVhHOk9h2VTDFGWUhIp%2BxHOVYIb5QN47%2B8ZRb8DEL8N98PJxb%2FuER%2Bn%2FasC8gKst%2F5%2BIjnen5sB%0AtlozFmK5h9Fcz0PTwY70vLwc2GeAKdW3tC09jnzVP6FT3sgXcX8iNtyPlovR2JE296zTgrpUTNmJ%0ASjoCMMtYpRCRDOUIdAAwuRXO%2FToK0caT%2Fejgl1f18I%2Fj3lUBeQHXisVNdZOniutytagVQDMfzMWb%0AfE%2FM9DxRJyWjLyfRypmLEpBwSKdHUhwyeFzyyXnRHEF9PsXZxk03j5SKejCRqugO4fGy%2FKnCO%2BDW%0AcHQC3rAPrIE34e2dgwRvG%2FTQ3m8%2FeXTk47xnVUBehPXKP09pDPrwteQUuq1WiLt8jG4BQXc1qObL%0AQGr5PjEzdqR96YNQ8wCMirgAJWJCtg1VSkoamGC3kCC1mUlchLd1w1t2wc%2Bd8Ja34Ny7JtWzgzc%2F%0Adrz057BXVUBexNX1N5NrTpXINIrEDYIAKAW6EUB2pS%2FEFLgSE%2BFoBLuzFuX0oDKZfWQmdulpEamb%0Az%2BBxkJSyjrYM7zkF%2F%2B%2FjoJYJQ%2B%2BCBbCzFol3wJfaB%2Bc9eetzffzPaY%2BqgLwE64WHmoioRQ04j6aB%0Axp7uUzQV7MZpgJzpmOMm5KMJhMLzXNQJrPhckKH0llW9JfjPMFy4AXimDwB6WIToQAgApALvp1gc%0A%2F9LKi1MIUQXkX%2Bja%2Bv2J3oHdudp6gRprCB4HUnEcYHAcqOJ630M5sDvxUIAlpVTg%2B2i4hqJiXQkN%0AkUF0sjyCh%2BjlaOS%2B%2Fz3K%2FhL2ogrIj%2BF6%2BYGpuG5Y4FP94HhfgbB%2FDcLvHWCi813Guwcx7%2BruF9Vd%0Aqq7qqq7qqq7qqq7qqq7qqq7q%2Bhiu%2FxdgAMd17ZjvK%2FMeAAAAAElFTkSuQmCC%22%20transform%3D%22matrix(0.1896%200%200%200.1896%207.7778%208.5541)%22%3E%0A%09%09%3C%2Fimage%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
}
.aparat {
       background:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23221E1F%3B%22%20d%3D%22M25.216%2C8.12c-6.997-1.681-14.097%2C2.668-15.778%2C9.665l1.426-5.936%0A%09%09c0.897-3.732%2C4.684-6.052%2C8.416-5.155L25.216%2C8.12%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M25.216%2C8.12%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23221E1F%3B%22%20d%3D%22M29.593%2C9.172c6.997%2C1.681%2C11.346%2C8.781%2C9.665%2C15.778l1.426-5.936%0A%09%09c0.897-3.732-1.423-7.519-5.155-8.416L29.593%2C9.172%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23221E1F%3B%22%20d%3D%22M22.527%2C38.584c6.997%2C1.681%2C14.097-2.668%2C15.778-9.665l-1.426%2C5.936%0A%09%09c-0.897%2C3.732-4.684%2C6.052-8.416%2C5.155L22.527%2C38.584%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23221E1F%3B%22%20d%3D%22M18.149%2C37.532c-6.997-1.681-11.346-8.781-9.665-15.778L7.058%2C27.69%0A%09%09c-0.897%2C3.732%2C1.423%2C7.519%2C5.155%2C8.416L18.149%2C37.532%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23E6175E%3B%22%20d%3D%22M23.871%2C8.395c-8.26%2C0-14.957%2C6.696-14.957%2C14.957c0%2C8.26%2C6.696%2C14.957%2C14.957%2C14.957%0A%09%09%09c8.26%2C0%2C14.957-6.696%2C14.957-14.957C38.828%2C15.092%2C32.132%2C8.395%2C23.871%2C8.395z%20M19.64%2C12.476c2.337%2C0%2C4.231%2C1.894%2C4.231%2C4.231%0A%09%09%09s-1.894%2C4.231-4.231%2C4.231c-2.337%2C0-4.231-1.894-4.231-4.231S17.303%2C12.476%2C19.64%2C12.476z%20M17.383%2C32.197%0A%09%09%09c-2.337%2C0-4.231-1.894-4.231-4.231s1.894-4.231%2C4.231-4.231c2.337%2C0%2C4.231%2C1.894%2C4.231%2C4.231S19.72%2C32.197%2C17.383%2C32.197z%0A%09%09%09%20M21.905%2C23.503c0-1.026%2C0.832-1.858%2C1.858-1.858c1.026%2C0%2C1.858%2C0.832%2C1.858%2C1.858c0%2C1.026-0.832%2C1.858-1.858%2C1.858%0A%09%09%09C22.737%2C25.361%2C21.905%2C24.529%2C21.905%2C23.503z%20M28.081%2C34.297c-2.337%2C0-4.231-1.894-4.231-4.231c0-2.337%2C1.894-4.231%2C4.231-4.231%0A%09%09%09c2.337%2C0%2C4.231%2C1.894%2C4.231%2C4.231C32.312%2C32.402%2C30.418%2C34.297%2C28.081%2C34.297z%20M30.338%2C23.038c-2.337%2C0-4.231-1.894-4.231-4.231%0A%09%09%09s1.894-4.231%2C4.231-4.231c2.337%2C0%2C4.231%2C1.894%2C4.231%2C4.231S32.675%2C23.038%2C30.338%2C23.038z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
}
.instagram {
    background:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%0A%09%09%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2222.8971%22%20y1%3D%227.3626%22%20x2%3D%2222.8971%22%20y2%3D%2240.6504%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2046.9412)%22%3E%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23E39E2F%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23C94445%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.6%22%20style%3D%22stop-color%3A%23C3106D%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%236D3D90%22%2F%3E%0A%09%3C%2FlinearGradient%3E%0A%09%3Cpath%20style%3D%22fill%3Aurl(%23SVGID_1_)%3B%22%20d%3D%22M29.697%2C6.029h-13.6c-5.527%2C0-10.024%2C4.497-10.024%2C10.024v13.6%0A%09%09c0%2C5.527%2C4.497%2C10.024%2C10.024%2C10.024h13.6c5.527%2C0%2C10.024-4.497%2C10.024-10.024v-13.6C39.721%2C10.526%2C35.224%2C6.029%2C29.697%2C6.029z%0A%09%09%20M36.336%2C29.653c0%2C3.666-2.972%2C6.639-6.639%2C6.639h-13.6c-3.666%2C0-6.639-2.972-6.639-6.639v-13.6c0-3.667%2C2.972-6.639%2C6.639-6.639%0A%09%09h13.6c3.666%2C0%2C6.639%2C2.972%2C6.639%2C6.639V29.653L36.336%2C29.653z%22%2F%3E%0A%09%0A%09%09%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2222.8971%22%20y1%3D%227.3626%22%20x2%3D%2222.8971%22%20y2%3D%2240.6504%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2046.9412)%22%3E%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23E39E2F%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23C94445%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.6%22%20style%3D%22stop-color%3A%23C3106D%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%236D3D90%22%2F%3E%0A%09%3C%2FlinearGradient%3E%0A%09%3Cpath%20style%3D%22fill%3Aurl(%23SVGID_2_)%3B%22%20d%3D%22M22.897%2C14.151c-4.798%2C0-8.702%2C3.904-8.702%2C8.702s3.904%2C8.702%2C8.702%2C8.702%0A%09%09s8.702-3.904%2C8.702-8.702S27.696%2C14.151%2C22.897%2C14.151z%20M22.897%2C28.17c-2.937%2C0-5.317-2.381-5.317-5.317s2.381-5.317%2C5.317-5.317%0A%09%09c2.937%2C0%2C5.317%2C2.381%2C5.317%2C5.317C28.214%2C25.79%2C25.834%2C28.17%2C22.897%2C28.17z%22%2F%3E%0A%09%0A%09%09%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2231.6162%22%20y1%3D%227.3626%22%20x2%3D%2231.6162%22%20y2%3D%2240.6504%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2046.9412)%22%3E%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23E39E2F%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23C94445%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%220.6%22%20style%3D%22stop-color%3A%23C3106D%22%2F%3E%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%236D3D90%22%2F%3E%0A%09%3C%2FlinearGradient%3E%0A%09%3Ccircle%20style%3D%22fill%3Aurl(%23SVGID_3_)%3B%22%20cx%3D%2231.616%22%20cy%3D%2214.216%22%20r%3D%222.085%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
}
.telegram {
background:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%233498D4%3B%22%20d%3D%22M40.519%2C22.612c0%2C9.296-7.536%2C16.832-16.832%2C16.832S6.854%2C31.908%2C6.854%2C22.612%0A%09%09S14.39%2C5.779%2C23.686%2C5.779S40.519%2C13.315%2C40.519%2C22.612L40.519%2C22.612z%20M40.519%2C22.612%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14.556%2C22.247l16.23-6.257c0.753-0.272%2C1.411%2C0.184%2C1.167%2C1.323l0.001-0.001l-2.763%2C13.019%0A%09%09c-0.205%2C0.923-0.753%2C1.148-1.521%2C0.713l-4.208-3.101l-2.03%2C1.955c-0.225%2C0.224-0.414%2C0.414-0.849%2C0.414l0.299-4.282l7.799-7.046%0A%09%09c0.339-0.299-0.076-0.467-0.523-0.17L18.52%2C24.88l-4.155-1.296C13.463%2C23.298%2C13.444%2C22.682%2C14.556%2C22.247L14.556%2C22.247z%0A%09%09%20M14.556%2C22.247%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
background-repeat: no-repeat;
    display: block;
}
.whatsapp {
    background:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%234CA83F%3B%22%20d%3D%22M24.246%2C6.414h-0.008l0%2C0c-9.253%2C0-16.777%2C7.555-16.777%2C16.846c0%2C3.685%2C1.183%2C7.101%2C3.195%2C9.874%0A%09%09l-2.091%2C6.258l6.45-2.07c2.654%2C1.765%2C5.819%2C2.784%2C9.232%2C2.784c9.253%2C0%2C16.777-7.557%2C16.777-16.846S33.499%2C6.414%2C24.246%2C6.414z%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23FDFDFE%3B%22%20d%3D%22M34.011%2C30.202c-0.405%2C1.148-2.012%2C2.099-3.293%2C2.377c-0.877%2C0.187-2.022%2C0.337-5.878-1.268%0A%09%09c-4.932-2.051-8.108-7.082-8.355-7.408c-0.237-0.326-1.993-2.664-1.993-5.081s1.223-3.594%2C1.716-4.1%0A%09%09c0.405-0.415%2C1.074-0.604%2C1.716-0.604c0.208%2C0%2C0.394%2C0.011%2C0.562%2C0.019c0.493%2C0.021%2C0.74%2C0.051%2C1.066%2C0.832%0A%09%09c0.405%2C0.979%2C1.391%2C3.397%2C1.508%2C3.645c0.12%2C0.248%2C0.239%2C0.585%2C0.071%2C0.912c-0.157%2C0.337-0.296%2C0.486-0.543%2C0.773%0A%09%09c-0.248%2C0.286-0.482%2C0.505-0.73%2C0.813c-0.227%2C0.267-0.482%2C0.554-0.197%2C1.049c0.285%2C0.484%2C1.271%2C2.099%2C2.723%2C3.397%0A%09%09c1.873%2C1.674%2C3.392%2C2.209%2C3.935%2C2.436c0.405%2C0.168%2C0.887%2C0.128%2C1.183-0.187c0.375-0.406%2C0.839-1.08%2C1.311-1.744%0A%09%09c0.336-0.476%2C0.759-0.535%2C1.204-0.366c0.453%2C0.158%2C2.851%2C1.348%2C3.344%2C1.594c0.493%2C0.248%2C0.818%2C0.366%2C0.938%2C0.575%0A%09%09C34.415%2C28.073%2C34.415%2C29.052%2C34.011%2C30.202z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    display: block;
}
.youtube {
    background:#fff 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%2046.746%2047.037%22%20style%3D%22enable-background%3Anew%200%200%2046.746%2047.037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23E41713%3B%22%20d%3D%22M41.326%2C23.63c0%2C9.282-7.525%2C16.806-16.806%2C16.806c-9.282%2C0-16.806-7.525-16.806-16.806%0A%09%09c0-9.282%2C7.524-16.806%2C16.806-16.806C33.801%2C6.823%2C41.326%2C14.348%2C41.326%2C23.63L41.326%2C23.63z%20M41.326%2C23.63%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M30.142%2C16.824H18.896c-2.206%2C0-3.995%2C1.789-3.995%2C3.995v5.622c0%2C2.206%2C1.789%2C3.995%2C3.995%2C3.995%0A%09%09h11.246c2.206%2C0%2C3.995-1.789%2C3.995-3.995v-5.622C34.137%2C18.613%2C32.348%2C16.824%2C30.142%2C16.824L30.142%2C16.824z%20M27.44%2C23.903%0A%09%09l-5.26%2C2.509c-0.14%2C0.067-0.302-0.035-0.302-0.19v-5.174c0-0.158%2C0.166-0.26%2C0.307-0.188l5.26%2C2.665%0A%09%09C27.601%2C23.603%2C27.598%2C23.828%2C27.44%2C23.903L27.44%2C23.903z%20M27.44%2C23.903%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    display: block;
}
.twitter {
    background:#fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%3ClinearGradient%20id%3D%22_osn9zIN2f6RhTsY8WhY4a%22%20x1%3D%2210.341%22%20x2%3D%2240.798%22%20y1%3D%228.312%22%20y2%3D%2238.769%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232aa4f4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23007ad9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23_osn9zIN2f6RhTsY8WhY4a)%22%20d%3D%22M46.105%2C11.02c-1.551%2C0.687-3.219%2C1.145-4.979%2C1.362c1.789-1.062%2C3.166-2.756%2C3.812-4.758%09c-1.674%2C0.981-3.529%2C1.702-5.502%2C2.082C37.86%2C8.036%2C35.612%2C7%2C33.122%2C7c-4.783%2C0-8.661%2C3.843-8.661%2C8.582%09c0%2C0.671%2C0.079%2C1.324%2C0.226%2C1.958c-7.196-0.361-13.579-3.782-17.849-8.974c-0.75%2C1.269-1.172%2C2.754-1.172%2C4.322%09c0%2C2.979%2C1.525%2C5.602%2C3.851%2C7.147c-1.42-0.043-2.756-0.438-3.926-1.072c0%2C0.026%2C0%2C0.064%2C0%2C0.101c0%2C4.163%2C2.986%2C7.63%2C6.944%2C8.419%09c-0.723%2C0.198-1.488%2C0.308-2.276%2C0.308c-0.559%2C0-1.104-0.063-1.632-0.158c1.102%2C3.402%2C4.299%2C5.889%2C8.087%2C5.963%09c-2.964%2C2.298-6.697%2C3.674-10.756%2C3.674c-0.701%2C0-1.387-0.04-2.065-0.122C7.73%2C39.577%2C12.283%2C41%2C17.171%2C41%09c15.927%2C0%2C24.641-13.079%2C24.641-24.426c0-0.372-0.012-0.742-0.029-1.108C43.483%2C14.265%2C44.948%2C12.751%2C46.105%2C11.02%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}
.facebook {
    background:#fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%3Cpath%20fill%3D%22%233F51B5%22%20d%3D%22M42%2C37c0%2C2.762-2.238%2C5-5%2C5H11c-2.761%2C0-5-2.238-5-5V11c0-2.762%2C2.239-5%2C5-5h26c2.762%2C0%2C5%2C2.238%2C5%2C5V37z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M34.368%2C25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508%2C1.459-5.59%2C5.592-5.59H35v4h-2.287C31.104%2C17%2C31%2C17.6%2C31%2C18.723V21h4L34.368%2C25z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}
.linkedin {
    background:#fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M24%204A20%2020%200%201%200%2024%2044A20%2020%200%201%200%2024%204Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2019H18V34H14zM15.988%2017h-.022C14.772%2017%2014%2016.11%2014%2014.999%2014%2013.864%2014.796%2013%2016.011%2013c1.217%200%201.966.864%201.989%201.999C18%2016.11%2017.228%2017%2015.988%2017zM35%2024.5c0-3.038-2.462-5.5-5.5-5.5-1.862%200-3.505.928-4.5%202.344V19h-4v15h4v-8c0-1.657%201.343-3%203-3s3%201.343%203%203v8h4C35%2034%2035%2024.921%2035%2024.5z%22%2F%3E%3C%2Fsvg%3E');
    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: 12px;
    margin-top: 5px;
    float: left;
    top: 2px;
    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: 0.8rem;
    color: #11181e;
    font-weight: 300;
    font-family: 'Iransans-x';

}
.archiv-btn.more-btn {
    padding-left: 15px;
    left: 0px;
    background: #f5f5f5;
    padding: 0px 5px 0px 15px;
    border: 1px solid #e7e7e7;
}
.archiv-btn.more-btn:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    /* background: #fff; */
    border: solid #ce160e;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: 99;
    background: transparent;
    float: left;
    left: 5px;
    top: 9px;
}

.archiv-btn.white a{
   background: #fff;
}
.archiv-btn a:hover {
color: #747474;

}
.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: #f38fda;
    /* border: 1px solid #ccc; */
    }
    .navbar-nav>li {
    float: none;
    margin: 5px 0;
    width: 100%;
    clear: both;
    text-align: right;
border-bottom: 1px solid #db4dc5;
    }
    .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: 5px;
    background: #ececec;
    color: #333333;
}
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;
    margin-right: 0;
    }

    .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 35px;
    border: 2px solid #f38fda;
    border-radius: 5px;
}

.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: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    /* text-align: center; */
}
.header-logo {

    height: 75px;
    width: 100%;
}
.header-logo a {
    width: 100%;
    height: 70px;
    float: right;
    right: 0px;
    background: url(ch01_05.png)center bottom 0px no-repeat;
    background-size: contain;
    position: relative;
}
.owl-carousel {
    margin-bottom: 10px;
}
.affix {
     padding-right: 0px;
}

.docDiv3Date {
    font-size: 0.7em !important;
}
.noComment {
    display: none;
}
}
#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;
}
  .masonry {
    /* margin: 1.5em 0; */
    /* padding: 0; */
    -moz-column-gap: 1.5em;
    /* -webkit-column-gap: 1.5em; */
    column-gap: 1em;
    font-size: .85em;
    }

    .masonry .item {
        display: inline-block;
        background: #ebebeb;
        padding: 0em;
        /*margin: 0 0 10px;*/
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .masonry .item img {
      width: 100%;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .masonry .item:hover img {
      /*-moz-transform: scale(1.05);*/
      /*-webkit-transform: scale(1.05);*/
      /*transform: scale(1.05);*/
    }
@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.custom-control.custom-switch {
    top: -11px;
    position: absolute;
    left: 0px;
    z-index: 99999;
}
#darkSwitch{
	height: 0;
	width: 0;
	visibility: hidden;
}

.custom-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 20px;
    background: #e9e9e9;
    border: 1px solid #b7b7b7;
    display: block;
    border-radius: 100px;
    position: relative;
}

.custom-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

[data-theme="dark"] .custom-switch label {
background: #a1a1a1;
}

[data-theme="dark"] .custom-switch label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

[data-theme="dark"] .bg-gray {
    background: #040404;
    padding: 5px;
}
[data-theme="dark"] .lastyear-sameh2,[data-theme="dark"] .lastyear-sameh1 {
    background: #000000;
    /* border-bottom: 1px solid #f9f9f9; */
    padding-top: 10px;
    clear: both;
    display: inline-block;
}
[data-theme="dark"] #body-back-2 ,[data-theme="dark"] .container-body-bg {
    position: relative;
    background: #333333;
}
[data-theme="dark"] .bg-white {
    background: #c9c9c9;
    padding: 10px;
}

.custom-switch label:active:after {
	width: 130px;
}
.dropdown {
/*margin-top: -7px;*/
float: right;
}
.dropdown a span {
float: right;
color: #000;
}

.dropdown a + .dropdown-menu {
	display: none;
    padding: 5px;
    background: #ececec;
    /* margin: 10px 0; */
    border-radius: 4px;
    text-align: right;
    float: right;
    min-width: 190px;
}
.dropdown-menu span {
    float: inherit !important;
}
.dropdown a:focus + .dropdown-menu,
.dropdown a + .dropdown-menu:hover {
	display: block;
}

.dropdown-menu > a {
	display: block;
	margin: 10px 0;
}
.tab-content::-webkit-scrollbar{
 width: 7px;
}

.tab-content::-webkit-scrollbar-track  {
    border-radius: 0px;
    background-color: #ffd2ff;
    border: 1px solid #ffd2ff;
}

.tab-content::-webkit-scrollbar-thumb {
     border-radius: 10px;
    background-color: #fff;
}
@media screen and (min-width : 1200px) and (max-width: 1330px)  {

  #view-tab2 .tab-content {
    height: 347px;
    }
}
@media screen and (min-width : 990px) and (max-width: 1200px)  {
#view-tab2 .tab-content {
    height: 275px;
}
}
@media screen and (min-width : 768px) and (max-width: 989px)  {
#view-tab2 .tab-content {
    height: 322px;
}
}